@charset "UTF-8";


*, *:before, *:after{
  box-sizing: border-box;
}

body{
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
  margin: 0;
  padding: 0;
  line-height: 1.5;
  font-size: 16px;
  color:#000;
  -webkit-font-smoothing: antialiased;
  background-color: #a9dae0;
}

img{
  border: none;
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

a{
	color:#000;
}

.ip5only{
	display: none;
}

header{
	text-align: center;
}
header .logo{
	width: 40%;
	min-width: 200px;
	max-width:280px;
	margin:50px auto 0;
}
header .logo h1{
	width: 60%;
	margin:0 auto -6%;
}
header .logo h1 img{
	width: 100%;
}
header .credit{
	width: 50%;
	min-width: 280px;
	max-width: 380px;
	margin:10px 0 30px;
}

.sec{
	padding-bottom: 30px;
}
.sec_inner{
	padding: 0 3%;
}

.sec-pattern .lead{
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
}
.sec-pattern .lead_img{
	order:1;
	width: 100%;
}
.sec-pattern .lead_exp{
	writing-mode: vertical-rl;
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    margin: 0 5% 0 0;
}

.sec-pattern .close_pattern{
	margin-top: 30px;
}
.sec-pattern .patterns{
	margin: 0;
	padding: 0;
	list-style: none;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.sec-pattern .patterns li{
	width: 40%;
	margin:5px;
}
.sec-pattern .hosoku{
	position: relative;
}
.sec-pattern .hosoku:before{
	content:"*";
	position: absolute;
	top:3px;
	left: 0;
}


.sec-orikata{
	background-color: #fff24a;
	padding-bottom: 40px;
}
.sec-orikata .sec_inner{
	padding-top: 30px;
}
.sec-orikata .title{
	font-weight: normal;
	font-size: 32px;
	text-align: center;
	margin:0 0 30px;
}
.sec-orikata .hanrei{
	border-top: dashed 1px #000;
	border-bottom: dashed 1px #000;
	text-align: center;
	padding: 10px 0;
	margin:0 auto 30px;
}
.sec-orikata .hanrei img{
	margin:10px 0;
}
.sec-orikata .orikata{
	margin: 0;
	padding: 0;
	list-style: none;
	display: flex;
	flex-wrap: wrap;
}

footer{
	background-image: url(images/norihashi_top.png);
	background-repeat: repeat-x;
	background-size: 1280px;
	margin-top: -10px;
	padding-top:10px;
	color:#fff;
	position: relative;
}
.footer_inner{
	background-color: #000;
	padding:10px 0 20px;
	overflow: hidden;
}

footer .images{
	position: relative;
	height: 90vw;
}
footer .images figure{
	position: absolute;
}
footer .images figcaption{
	writing-mode: vertical-rl;
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    position: absolute;
    font-size: 12px;
}
footer .images figure:nth-child(1) figcaption{
	right: 52%;
	top:66%;
	height: 10em;
}
footer .images figure:nth-child(2) figcaption{
	right: -13%;
	top:47%;
	height: 18em;
}
footer .footer_info{
	text-align: center;
}
footer .footer_info .logo{
	width: 160px;
	display: block;
	margin:0 auto 20px;
}
footer .footer_info .credit{
	width: 50%;
	min-width: 280px;
	max-width: 380px;
	margin:0 auto 10px;
}
footer .footer_info .spec{
	font-size: 14px;
}


#loading{
	position: fixed;
	background-color: #fff;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 99999;
}
#loading .mark{
	width: 150px;
	height: 50px;
	position: absolute;
	top: calc(50% - 25px);
	left:calc(50% - 75px);
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
#loading .mark .yama{
	width: 32.3333%;
	animation: bounce_half 2s infinite;
}
#loading .mark .da{
	width: 30.3333%;
	animation: bounce_half 2s .3s infinite;
}
#loading .mark .mura{
	width: 29.3333%;
	margin-left: 3%;
	animation: bounce_half 2s .6s infinite;
}
@keyframes bounce_half {
  from, 7%, 17%, 26%, 33% {
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    transform: translate3d(0,0,0);
  }

  13%, 14% {
    animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    transform: translate3d(0, -15px, 0);
  }

  23% {
    animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    transform: translate3d(0, -7px, 0);
  }

  30% {
    transform: translate3d(0,-2px,0);
  }
}




/*■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■
■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■
■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/

/* iPhone5サイズのみ */
@media screen and ( max-width:370px) {

.ip5only{
	display: inline;
}

}







/*■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■
■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■
■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/

/* スマホのみ */
@media screen and ( max-width:599px) {

.notsp{
	display: none;
}

.sec-pattern .lead_title{
	order:3;
	width: 45%;
	display: flex;
	align-items: flex-start;
	margin: 0 0 0 5%;
	margin-top:30px;
}
.sec-pattern .lead_title img{
	margin:0 5px;
}
.sec-pattern .lead_title img:nth-child(1){
	order: 2;
}
.sec-pattern .lead_title img:nth-child(1){
	order: 1;
}
.sec-pattern .lead_exp{
	order:2;
	width: 45%;
    margin: 50px 5% 0 0;
}
.sec-pattern .hosoku{
	font-size: 14px;
	margin: 10px auto;
	width: 250px;
	padding-left: 10px;
}

.sec-orikata .hanrei{
	width: 220px;
}
.sec-orikata .orikata li{
	margin-bottom:20px;
	padding:0 2%;
}

footer .images figure:nth-child(1){
	width: 80%;
	left: -26%;
	top:12%;
}
footer .images figure:nth-child(2){
	width: 39%;
	right: 10%;
}

}






/*■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■
■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■
■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/

/* タブレットのみ */
@media screen and  (min-width:600px) and ( max-width:959px) {

.sec-orikata .orikata{
	width: 320px;
}

}








/*■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■
■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■
■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/

/* デスクトップ未満 */
@media screen and (max-width:959px) {

.pconly{
	display: none;
}

.sec-orikata .orikata{
	margin:0 auto;
}
.sec-orikata .orikata li:nth-child(1){
	width: 100%;
	padding: 0;
}
.sec-orikata .orikata li:nth-child(2){
	width: 59%;
}
.sec-orikata .orikata li:nth-child(3){
	width: 41%;
	padding-top: 1px;
}
.sec-orikata .orikata li:nth-child(4){
	width: 54%;
}
.sec-orikata .orikata li:nth-child(5){
	width: 46%;
}
.sec-orikata .orikata li:nth-child(6){
	width: 50%;
	padding:0 4%;
}
.sec-orikata .orikata li:nth-child(7){
	width: 50%;
	padding: 0 4%;
}
.sec-orikata .orikata li:nth-child(8){
	width: 100%;
	padding: 0 0 0 40%;
	margin-top: -30%;
}


}







/*■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■
■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■
■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/

/* タブレット以上 */
@media screen and (min-width:600px) {

.sponly{
	display: none;
}

header .logo{
	margin-top: 100px;
}
header .credit{
	margin-bottom: 60px;
}

.sec{
	padding-bottom: 60px;
}

.sec-pattern .lead_img{
	width: 72%;
	order:2;
}
.sec-pattern .lead_title{
	width: 10%;
	order:3;
	margin:20px 0 0 4%;
}
.sec-pattern .lead_exp{
	width: 10%;
	order:1;
	margin: 15px 4% 0 0;
}
.sec-pattern .lead_title img{
	display: block;
}

.sec-pattern .patterns li{
	width: 20%;
}
.sec-pattern .close_pattern{
	margin-top: 60px;
}
.sec-pattern .hosoku{
	margin: 10px auto;
	text-align: center;
	width: 510px;
}

.sec-orikata{
	padding-bottom: 100px;
}
.sec-orikata .sec_inner{
	padding-top: 60px;
}
.sec-orikata .title{
	margin-bottom: 60px;
}
.sec-orikata .hanrei{
	width: 500px;
	padding: 0;
}
.sec-orikata .hanrei img{
	vertical-align: baseline;
	margin:10px;
}


footer .footer_inner{
	position: relative;
	overflow:visible;
	padding-top: 30px;
}
footer .images{
	position: absolute;
	width: 100%;
	height: 100%;
	top:-33%;
}
footer .images figure:nth-child(1){
	width: 33%;
	left: -7%;
	top: -1%;
	max-width: 380px;
}
footer .images figure:nth-child(2){
	width: 16%;
	right: 8%;
	top:15%;
	max-width: 180px;
}
footer .footer_info{
	position: relative;
	z-index: 2;
}

}



/*■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■
■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■
■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/

/* iPad縦以上も設定 */
@media screen and (min-width:768px) {


}







/*■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■
■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■
■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/

/* デスクトップ以上 */
@media screen and (min-width:960px) {

.mobonly{
	display: none;
}

.sec-pattern .sec_inner{
	max-width: 960px;
	margin:0 auto;
}
.sec-pattern .close_pattern{
	max-width: 640px;
	margin:60px auto 0;
}

.sec-orikata .orikata{
	max-width: 850px;
	margin:0 auto;
}
.sec-orikata .orikata li:nth-child(1){
	width: 46%;
	padding: 0;
	margin: 0 2%;
}
.sec-orikata .orikata li:nth-child(2){
	width: 23%;
	margin: 70px 3% 0;
}
.sec-orikata .orikata li:nth-child(3){
	width: 15.5%;
	margin: 3px 1% 0;
}
.sec-orikata .orikata li:nth-child(4){
	width: 20%;
	margin:-4% 0 0;
}
.sec-orikata .orikata li:nth-child(5){
	width: 16%;
	margin:-3% 3% 0;
}
.sec-orikata .orikata li:nth-child(6){
	width: 15%;
	margin:6% 1% 0;
}
.sec-orikata .orikata li:nth-child(7){
	width: 15%;
	margin:3% 3% 0;
}
.sec-orikata .orikata li:nth-child(8){
	width: 20%;
	margin:11% 0 0;
}


}







/*■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■
■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■
■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/

/* デスクトップ幅広のみ */
@media screen and (min-width:1280px) {


}




.grecaptcha-badge{
	display: none;
}

