@charset "UTF-8";
/* rizoba.com
  special-SKI */

html, body {
	font-size: 16px;
	font-family: "Hiragino Kaku Gothic ProN", "meiryo", sans-serif;
	color: #222222;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	-webkit-text-size-adjust: 100%;
}

img{max-width:100%}
.is-bold {
  font-weight: 700; }
  .red-bold {
  font-weight: 700;
  color:#ff9d1e }
#breadcrumb{
	max-width:1140px;
	margin: 0 auto;
	padding:4px 6px 0 0;
	font-size:14px;
}
#breadcrumb p{
text-align:right;
margin:0 auto -26px;
}
#breadcrumb a{
	color:#ff9d1e;
}
@media screen and (max-width: 980px) {
#breadcrumb{
	display:none;
}
}

html, body {
}
/*------logo--------------*/
#logo{
	width:194px;
}
/*------common --------------*/
.container h3{margin:0.3em 0 1em }

@media screen and (max-width: 768px) {
 .container h3{
	 text-align:center;
	 margin: 0 5% 1rem;
	 }
  }
 @media screen and (max-width: 480px) {
  .section_title {
	  height: 36px;
	  line-height: 36px;
	  font-size:1.2em;
   }

  .sub_title{
	  font-size:1.2em;
	  margin-bottom:0.6em;
   }
}


#nav {
	position: fixed;
	display : -webkit-flex;
	display: flex;
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 50px;
	z-index: 1000;
	color: #ffffff;
	background-image: -webkit-linear-gradient(180deg,rgba(38,38,38,0.80) 0%,rgba(38,38,38,1.00) 100%);
	background-image: -moz-linear-gradient(180deg,rgba(38,38,38,0.80) 0%,rgba(38,38,38,1.00) 100%);
	background-image: -o-linear-gradient(180deg,rgba(38,38,38,0.80) 0%,rgba(38,38,38,1.00) 100%);
	background-image: linear-gradient(270deg,rgba(38,38,38,0.80) 0%,rgba(38,38,38,1.00) 100%);
  }
  #nav a {   color: #ffffff;
  }
#nav h1 {
   color: #ffffff;
   position:fixed;
   font-size:11px;
   top:10px;
   left:260px;
	 }
  #nav .btn-contact {
    width: 120px;
    height: 38px;
    padding: 0;
	border-radius: 4px;
	font-weight: normal;
	}
  #nav .tel {
    -webkit-align-items: flex-end;
	align-items: flex-end;
	margin-right:15px;
}
  .tel-txt{
	  font-size:13px;
	  font-weight:bold;
}
.nav-content {
	display : -webkit-flex;
	display: flex;
	-webkit-justify-content:space-between;
	justify-content: space-between;
	-webkit-align-items:center;
	align-items: center;
	width: 100%;
	padding: 0 42px;
	position:relative;}
.nav-content ul {
	display : -webkit-flex;
	display: flex;
    -webkit-justify-content: space-around;
	justify-content: space-around;
	-webkit-align-items: center;
	align-items: center;
    padding: 0;
    margin: 0; }
.nav-content li {
    list-style: none;
	}
.nav-content li + li {
    margin-left: 24px; }
@media screen and (max-width: 768px) {
	#nav h1{
		display:none;
	}
	#logo{margin-top:8px;}
	.nav-oubo{margin-top:3px;}
	  .tel-txt {
		  font-size:60%;
		}
	}

@media screen and (max-width: 612px) {
  #nav .tel {
    display: none;
	}
  #nav .nav-content {
    padding: 0 12px; } }
@media screen and (max-width: 414px) {
	#logo{
		width:160px;
	}
}

#foot_conte h4 {
	padding-top:0;
}
#foot_conte h5 {
	font-size:14px;
	margin:0;
	letter-spacing:0;
}
#foot_conte .txt {
	font-size:14px;
	margin: 0.3rem 0 1.3rem;
}
 @media screen and (max-width: 612px) {
	#foot_conte h5 {
	font-size:13px;
}
#foot_conte .txt {
	font-size:13px;
	margin: 0.2rem 0 1.1rem;
}

 }

.footer {
  background-color: #262626;
position: relative;
  width: 100%;
  color: #ffffff; }
  .footer a {
    color: #ffffff; }
  .footer ul, .footer p {
    margin: 0;
    padding: 2px 0;
    }
  .footer ul {
    list-style: none; }
    .footer ul li {
      display: inline-block;
      padding: 0 4px; }
    .footer ul li + li {
      border-left: 1px solid #ffffff; }
  .footer .footer-container {
	 max-width:1042px;
	 margin:0 auto;
     }
  .footer .copy-right{
	  text-align:center;
    }
 #foot_tel{
	  text-align:right;
    }
@media screen and (max-width: 1042px) {
  .footer .footer-container {
    padding: 0 20px; }
 }
 @media screen and (max-width: 612px) {
 #foot_tel{
	  text-align:center;
    }
 }
.key {
  width: 100%;
  max-width:1600px;
  overflow: hidden;
  margin:50px auto 0px;

   }
.key img {
  width: 100%;
  vertical-align:bottom;
}

button {
	font-size: 16px;
	color: #222;
	cursor: pointer;
	outline: none;
}
  button div {
    display: flex;
	display: -webkit-flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center; }
  button:hover {
    opacity: 0.7; }

.btn-contact {
	color: #fff;
	font-weight:bold;
    border-radius: 6px;
    background-color: #f27073;
    border: none;
    width: 36%;
    padding: 18px;
 }
.btn-contact.pink {
  background-color: #e93f67;
}
.btn-contact.blue {
  background-color: #63b3b7;
  color:#fff;
}
.btn-wide {
  width: 460px;
}

@media screen and (max-width: 768px) {
  .key.campaign.sp{
        margin: 5px auto 5px;
        text-align: center;
  }
}
@media screen and (min-width: 769px) {
  .key.campaign.pc{
      margin: 60px 25% -60px;
  }
  .key.campaign.pc img{
        width: 50%;
  }
}

@media screen and (max-width: 480px) {
  .btn-contact {
    padding: 4px 16px;
    width: 100%;
	}
}


.box-img{
text-align:center;
}
.box-txt{
	font-size:90%;
}

@media screen and (max-width: 1023px) {
  h2 {
    letter-spacing: normal; } }


.pagetop{
	max-width:1140px;
	font-size: 12px;
	text-align: right;
	padding: 0x 42px 0;
	margin:0 auto -10px;
	width:100%;
	box-sizing:border-box;
}
.pagetop a{
	padding:26px 72px 26px 0;
	background-image: url(../images/btn_totop.png);
	background-repeat: no-repeat;
	background-position: right top;
	max-width:300px;
}
.pagetop a:hover{
    opacity: 0.7; }
@media screen and (max-width: 738px) {
.pagetop{
	padding: 20px 10px 0;
}
.pagetop a{
	padding:40px 40px 0 0;
	background-position: right bottom;
	background-size:40px 40px;

	}
}

html, body {
  background-color: #fff;
  width: 100%;
  padding: 0;
  margin: 0;
  min-height: 100%;
  height: 100%;
  color: #222; }

h1, h2, h3, h4, h5, h6 {
  margin: 0; }
  h1.is-centered, h2.is-centered, h3.is-centered, h4.is-centered, h5.is-centered, h6.is-centered {
    text-align: center; }
h2 {
  letter-spacing: 0.1em;
  }
h5 {
  margin-bottom: 32px;
  letter-spacing: 0.3125rem; }
a {
  color: #ff9d1e;
  text-decoration: none; }

.container {
  max-width: 100%;
  padding: 0 42px;
  box-sizing: border-box;
  display:block; }

.container {
  margin-right: auto;
  margin-left: auto;
  overflow: hidden;
  }
/* IEバグ対応 width指定-- */
.container .txt {
  width: 100%;
  display:block;
  margin:0;
  padding:0;
  margin:1.7em 0 1.8em ;
  box-sizing:border-box;
	line-height: 1.7;
}
.container h2 {
	text-align:center;
}

 /* 画像回り込み*/
.rtl{
  direction: rtl;
}
.ltr{
  direction: ltr;
}

@media only screen and (min-width: 48em) {
  .container {width: 49rem; }
}
@media only screen and (min-width: 64em) {
  .container {width: 65rem; }
}
@media only screen and (min-width: 75em) {
  .container {width: 76rem; }
 }
  @media only screen and (max-width: 1024px) {
 .container {padding: 0 20px;}
  }
 @media only screen and (max-width: 640px) {
  .container { padding: 0 16px;	}
 }

.span a{
	display: block;
    background-color: #03bcbe;
    width: 86%;
    max-width: 310px;
    height: 45px;
    color: #fff;
    font-size: 100%;
    text-align: center;
    line-height: 45px;
    margin: 0 auto 1em;
    background-image: url(../images/arrow-r_white80.png);
    background-position: right 10px center;
    background-repeat: no-repeat;
		font-weight: bold;
		border-radius: 2px;
}

.span .span_item2 {
	background-color: #e93f67 ;
}

.span .span_item3{
	background-color: #ff9d1e ;
}
#area .container{
	display:block;
	}

.allow-br {
  white-space: pre-line; }

.tel {
  display : -webkit-flex;
  display: flex;
  -webkit-flex-flown: column;
  flex-direction: column;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
   }
.tel div {
  display : -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center; }
  .tel div span {
	padding: 0 4px; }

section {
  width: 100%; }

.bg-gray {
  background-color: #fff;
  padding: 50px 0; }
.bg-blue {
  background-color: #daf8ff;
  padding: 50px 0; }
.bg-photo {
	padding: 40px 0;
	background-image: url(../images/bg_special.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center 0%;
}
  .bg-oubo {
	background-color: #333;
	padding: 40px 0;
}
.bg-white {
  background-color: white;
  padding: 50px 0; }
@media screen and (max-width: 480px) {
.bg-gray {
  padding: 30px 0; }
.bg-blue {
  padding: 30px 0; }
.bg-photo {
  padding: 30px 0;
  background-image:none;
  background-color:#a6e5fd;
  }
.bg-white {
  padding: 30px 0; }
}
@media screen and (max-width: 640px) {
.bg-white#area {
  padding-top: 30px; }
}


@media screen and (max-width: 480px) {
  h2, h3, h4, h5, h6 {
    letter-spacing: normal; }
  .container {
    padding: 0 4%; }
 }

.container .curriculum {
    display: table;
    width: 100%;
	max-width:1087px;
    height: auto;
	margin:0 auto;
	padding:0;
}
.container .curriculum li {
    display: table-cell;
    position: relative;
    max-width: 0;
    height: auto;
    padding: 0 10px 14px;
	text-align:center;
}

.container .curriculum li h3 {
    line-height: 20px;
    font-weight: 900;
    vertical-align: middle;
    text-align: center;
	margin-bottom:4px !important;
}
.container .curriculum li p {
    font-size:80%;
	line-height: 1.7;
	padding:2px 14px 6px;
	margin:0 !important;
	text-align:left;

}
.container .curriculum li h3 span {
    display: block;
    font-weight: 900;
    padding: 3px 0 0 0;
}

@media screen and (max-width: 768px) {
.container .curriculum li {
    display: block;
    width: 100%;
    max-width: 100%;
    line-height: 24px;
    padding: 10px 0;
}
.container .curriculum li:before {
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    transform: rotate(135deg);
    top: -12px;
    bottom: initial;
    left: 0;
    right: 0;
}
}
@media screen and (max-width: 880px) {
	.container .curriculum {
		margin:0 auto;
	}
	.container .curriculum li h3 {
	    font-size:95%;
	}
	.container .curriculum li p {
		font-size:75%;
		line-height: 1.6;
		padding:4px 10px 6px;
	}
}


/* PC SP-only---------------------------------------------- */
@media screen and (max-width: 980px) {
	.pc-only {display:none;}
}
@media only screen and (min-width: 981px) {
	.sp-only {display:none;}
}
/*--- flex-box ----------------------------------------*/
.flex-box {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction:         row;
  padding:0;
  margin:0 ;
   }
	@media only screen and (max-width: 980px) {
		#intro .flex-box {
			display:block;
		}
	}
	@media only screen and (max-width: 738px) {
		#special .flex-box {
			display:block;
		}
	}
.flex-box .item{
	text-align:center;
	width:50%;
}
.flex-box .item p{
	text-align:left;
}
.flex-box .item img {
	width:100%;
	box-sizing:border-box;
	height:auto;
	vertical-align: bottom;
}
 @media only screen and (max-width: 738px) {
.flex-box .item{
		text-align:center;
		width:100%;
}
.flex-box .item p{
	font-size:15px;
	line-height: 1.8;
}
 }

/*======common======================*/
.txt-blue{
	color:#00356a;
}

/*======intro======================*/
#intro{
	padding-top: 86px;
	background-image: url(../images/bg_intro.png);
	background-repeat: repeat;
	background-position: 0 0;
	}
@media only screen and (max-width: 980px) {
#intro{
	padding-top:12px;
	}
 }

#intro .flex-box .item.item1 {
	width:82%;
}
#intro .flex-box .item.item2{
	padding:0 0 0 6%;
}
#intro .flex-box .item.item1 img{
	max-width:560px;
}
#intro .flex-box .sp-only{
	text-align:center;
}
 @media only screen and (max-width: 980px) {
#intro .flex-box .item.item1 {
	width:100%;
	/*padding-top:18px;*/
}
#intro .flex-box .item.item2 img{
	margin:0;
}
 }


/* shokusyu-------------------------------------- */
#shokusyu {
	background-image: url(../images/bg_shokusyu.jpg);
	background-repeat: repeat;
	}
.flex-box.shokusyu {
	flex-wrap: wrap;
	}
.flex-box.shokusyu .item {
	width: 33.3%;
	}

.flex-box.shokusyu .span {
	width: 25%;
	}
.flex-box.shokusyu .span .box {
	background-position: top;
}

.shokusyu .box{
	margin:8px;
	padding:10px;
	position:relative;
	box-sizing:border-box;
	background-color:#fff;
}
@media screen and (max-width: 980px) {
#shokusyu .flex-box.shokusyu .item {
	width: 50%;
	}
}
@media screen and (max-width: 640px) {
#shokusyu {
	background-image: none;
}
#shokusyu .flex-box.shokusyu .item {
	width: 100%;
	}
.flex-box.shokusyu .item {
	font-size:88%;
	}
}

@media screen and (max-width: 640px) {
.shokusyu .box{
	margin:8px 0 24px 0;
	padding:0;
}
}




/*title--- */
.shokusyu h3{
	color: #222;
	font-size:20px;
	padding-bottom:8px;
	width:88%;
	margin:0.4em auto 1em;
	position:relative;
}
@media screen and (max-width: 738px) {
#shokusyu .flex-box.shokusyu .item h3 {
	font-size:20px;
	}
}
.shokusyu h3 span{
	font-size:80%;
	padding:1px 4px;
	left:0px;
	top:2px;
}
/*.shokusyu .item2 h3 span,.shokusyu .item5 h3 span,.shokusyu .item8 h3 span{background-color:#e93f67;}
.shokusyu .item3 h3 span,.shokusyu .item6 h3 span,.shokusyu .item9 h3 span{background-color:#ff9d1e;}
*/
.shokusyu .item1 h3,.shokusyu .item4 h3,.shokusyu .item7 h3{
	background: linear-gradient(transparent 90%, #04bcbe 90%);
}
.shokusyu .item2 h3,.shokusyu .item5 h3,.shokusyu .item8 h3{
	background: linear-gradient(transparent 90%, #e93f67 90%);
}
.shokusyu .item3 h3,.shokusyu .item6 h3,.shokusyu .item9 h3{
	background: linear-gradient(transparent 90%, #ff9d1e 90%);
}


@media screen and (max-width: 640px) {
	.shokusyu h3{
		width:98%;
	}
	.shokusyu h3 span{
		padding:0 3px;
		right:0;
		top:1px;
		width:36px;
	}
}


/*職種text 背景--- */

.shokusyu .item .box{
	background-position: center bottom 10px;
	background-repeat: no-repeat;
	background-size:90%;
}
#shokusyu .shokusyu .item .box{
	background-position: center bottom 76px;
}

@media screen and (max-width: 980px) {
.shokusyu .item .box{
	background-position: center bottom 6%;
	background-size:260px
}
}
.shokusyu .box .txt-box p {
	font-size: 14px;
	padding:0;
	margin:0 0 20px;
}
/*一覧ボタン*/
.btn-list {
	color:#fff;
  background-color: #04bcbe;
  border: solid 1px #ffffff;
  width: 90%;
  height: 50px;
  padding: 0 25px;
  font-size:16px;
  margin-top:-4px;
	border-radius: 4px;
 }
@media screen and (max-width: 480px) {
.btn-list {
	width: 100%;
	height: 50px;
	border-radius: 4px;
  }
}
/*一覧ボタン矢印*/
a .btn-list{
  position: relative;
  display: inline-block;
}

a .btn-list:before{
  content: '';
  width: 8px;
  height: 8px;
  border: 0px;
  border-top: solid 3px #fff;
  border-right: solid 3px #fff;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  right: 12px;
  margin-top: -4px;
}
/*一覧ボタン背景*/
.shokusyu .item2 .btn-list,.shokusyu .item5 .btn-list,.shokusyu .item8 .btn-list {
  background-color: #e93f67;
 }
.shokusyu .item3 .btn-list,.shokusyu .item6 .btn-list,.shokusyu .item9 .btn-list {
  background-color: #ff9d1e;
 }


/*---- #job ------------------------------------- */
#job{
	background-image: url(../images/bg_intro.png);
	background-repeat: repeat;
	background-position: 0 0;
	}

#job #job-list  {
	padding:0;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}
#job #job-list .item{
	width:31%;
	width : -webkit-calc(100% / 3 - 16px) ;
	width : calc(100% / 3 - 16px) ;
	margin:30px  8px 0;
}

#job #job-list .item .inner{
	background-color:#fff;
	margin:0;
	padding:10px;
}
#job #job-list .item p{
	padding:0;
}
#job h4{
	font-size:120%;
	margin:16px auto 0;
	padding:0 0 0 16px;
	border-left:solid 6px rgba(247,175,73,1.00);
	text-align:left;
	}
@media screen and (min-width:739px) and ( max-width:999px) {
#job #job-list  {
	padding:16px 0 0;

}
#job #job-list .item .inner{
	margin:0 8px 0;
	padding:16px;
}
#job .inner p {
    font-size:86%;
	line-height: 1.4;
	padding:0 10px 6px;
}
}
@media screen and (max-width: 738px) {
	#job #job-list.flex-box {
		display: -webkit-flex;
		display: flex;
		 -webkit-flex-direction: column;
		  flex-direction:         column;
	}
	
	#job #job-list .item {
		width:100%;
		margin:16px 0 0;
	}

#job #job-list .item .inner{
	background-color:#fff;
	margin:0 ;
	padding:10px 10px 2px;
}
#job #job-list .item p{
	padding:0;
}
#job .item-text{
	background-color: rgba(255,255,255,0.00);

}
}
#job .oubo_btn{
	margin-top:2.6em;
	}
#job li .inner{
	background-color:#fff;
	}
#job h4{
	font-size:100%;
	padding:0 0 0 10px;
	margin-bottom:-4px;
	}

@media screen and (max-width: 738px) {
#job li .inner{
	margin:0;
	}
}

#job #job-list2  {
	padding:0;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}
#job #job-list2 .item{
	width:31%;
	width : -webkit-calc(100% / 3 - 16px) ;
	width : calc(100% / 3 - 16px) ;
	margin:0  8px 0;
}
#job #job-list2 p{
	background-color:#fff;
	font-weight:bold;
	margin:0;
	padding:4px 8px;
}
@media screen and (max-width: 738px) {
#job #job-list2 .item{
	width:100%;
	margin:16px 0 0;
}
}

/* skiresort   -------------------------------------- */

#skiresort .flex-box {
	flex-wrap: wrap;
	}
#skiresort .flex-box .item {
	width: 16%;
	background-color:#fff;
	margin:0.33% 0.33% 6px;
	}
dl.box {
	padding:0 0 6px 0;
	margin:0;
}
dl.box a dt:hover{
    opacity: 0.7; }
dl.box dt{
	position:relative;
	padding:4px;
}
dl.box dt .icon{
	position:absolute;
	top:4px;
	left:4px;
	background-color:#333;
	color:#fff;
	font-size:0.8em;
	font-weight:bold;
	padding:1px 6px;
}
dl.box dt .icon.hokkaido,dl.box dt .icon.niigata,dl.box dt .icon.kansai{
	background-color:#20bbbd;
}
dl.box dt .icon.tohoku,dl.box dt .icon.nagano{
	background-color:#e74269;
}
dl.box dt .icon.kanto,dl.box dt .icon.gifu{
	background-color:#fd9c33;
}
dl.box a dd{
	margin:0;
	padding:4px 7px 0;
	color:#333;
	font-size:0.8em;
	font-weight:bold;
	display:block;
	text-align:center;
}

@media screen and (max-width: 980px) {
#skiresort  .flex-box .item {
	width: 24%;
		margin:0.5%;
}
}
@media screen and (max-width: 738px) {
#skiresort  .flex-box .item {
	width: 32.5%;
	margin:0.4%;
	font-size:88%;
}
dl.box a dd{
	padding:5px 4px 0;
	line-height:1.1em;
}
}


/* area_special   -------------------------------------- */

#area_special .flex-box {
	flex-wrap: wrap;
	}
#area_special .flex-box .item {
	width: 23%;
	background-color:#fff;
	margin:8px 1% 8px;
	}
#area_special .flex-box .item h4 {
	line-height:1.8em;
	}
#area_special .flex-box .item img {
	padding-bottom:6px;
	}
@media screen and (max-width: 738px) {
#area_special .flex-box .item {
	width: 48%;
	margin:6px 1%;
	font-size:88%;
}
}


/* special   -------------------------------------- */
.flex-box a:hover{
	opacity:0.7;
}
#special .special .box{
	background-color:#fff;
	margin:8px;
	padding:10px;
	position:relative;
	box-sizing:border-box;
}
#special .special .box img.title{
	position:absolute;
	top:-2px;
	left:0;
	width:150px;
}
#special .special .box h3{
	font-size:120%;
	margin:16px auto 0;
	padding:0 0 0 16px;
	border-left:solid 6px #ff9d1e;
	text-align:left;
	}
#special .shokusyu h3{
	font-size:20px;
}
#special .shokusyu h3 span{
	font-size:62%;
	left:0px;
	top:4px;
}

#special .box .txt-box p {
	color:#222;
	font-size:14px;
	padding:0 3px 0 4px;
}
@media screen and (max-width: 738px) {
#special .flex-box.shokusyu .item {
	width: 100%;
	}
}

@media screen and (max-width: 738px) {
#special .special .box{
	margin:10px 0 20px;
	padding:7px;
}
#special .shokusyu .box{
	padding:7px;
}
#special .special .box .txt-box p {
	padding:0 4px 0;
}
#special .special .box h3{
	font-size:100%;
	padding:0 0 0 10px;
	margin-bottom:-4px;
	}
}

/*フォーム設定*/

.area .item_select {
    position: relative;
    display: inline-block;
    width: 78%;
    vertical-align: middle;
    letter-spacing: normal;
    border: 1px solid #333;
    background: url(../images/arrow_down.png) 94% center no-repeat;
    background-size: 12px auto;
}
.area .item_select_inner {
    box-sizing: border-box;
    display: block;
    width: 100%;
    height: 44px;
    color: #999;
    font-size: 115%;
    padding: 0 47px 0 13px;
    border: 0;
    border-radius: 0;
    background: transparent;
    outline: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
select::-ms-expand {

	display: none;

}

.area .item_submit {
    display: inline-block;
    width: 46px;
    height: 46px;
    vertical-align: middle;
    background: #ffb03f url(../images/btn_search.png) center center no-repeat;
    background-size: 25px auto;
    margin-left: 4px;
}

@media only screen and (max-width: 1080px) and (min-width: 739px){
.area .item_select {
    width: 75%;
    height: 38px;
}
.area .item_submit {
    width: 32px;
    height: 32px;
}
}
.area .item_submit_inner {
    display: block;
    width: 100%;
    height: 100%;
    padding: 0;
    border: 0;
    background: transparent;
    margin: 0;
    cursor: pointer;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
.link_hover_opacity:hover{
	opacity:0.7;
	}

/* oubo */
#oubo {
}
#oubo .container ul {
    max-width: 850px;
	width:92%;
    margin: auto;
	padding:0;
}
.oubo_btn{
	text-align:center;
}
.oubo_btn .btn-contact{
	margin:0 15px;
}

@media screen and (max-width: 700px) {
	.oubo_btn .btn-contact{
		width: 80%;
		margin: 2% auto;
		padding: 6px 16px;
		min-width: 280px;
		height: 60px;
	}
}
@media screen and (max-width: 620px) {
	#oubo .container ul li {
		margin-bottom: 30px ;
	}
}

  /*type---------------------------------------;*/
#type  {
	background-image: url(../images/bg_type.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-size:cover;
}
#type .container  {
	max-width:1020px;
}
#type .txt-box  {
	background-color: #fff;
	margin: 0 25px;
	padding: 15px 0;
	-webkit-box-shadow: 0 8px 4px -4px rgba(1,1,1,0.40);
	moz-box-shadow: 0 8px 6px -4px rgba(1,1,1,0.40);
	box-shadow: 0 8px 4px -4px rgba(1,1,1,0.40);
}
#type-items h3 {
	text-align:left;
	margin-left:-8px;
}
#type .container .curriculum li p.text {
    font-size:90%;
	line-height: 1.8;
	padding:2px 30px 6px;
	/*color:#00356a;*/
}
#type .sub_title{
	font-size:1.4em;
	color:#00bfbd;
	font-size:103%;
	font-weight:bold;
	padding:2px 30px 6px;
}
#type .arrow{
	text-align:center;
	width:100%;
}
#matome.txt-box  {
	border:solid 3px #333;
}
#matome h3  {
	color:#fff;
	font-size:1.6em;
	line-height:2em;
	background-color:#ff9d1e;
	text-align:center;
	margin:0 0 32px;
}
#matome h4  {
	font-size:1.3em;
	margin-bottom:32px;
}
#matome p.text  {
	margin:24px 26px 16px;
}
#matome .oubo_btn  {
	padding:0 4%;
}

#matome .btn-contact  {
	-webkit-box-shadow: none;
     -moz-box-shadow: none;
     box-shadow: none;
	margin:1em auto;
}
#matome .flex-box .item.item1 {
	width:38%;
}
#matome .flex-box .item.item2 {
	width:62%;
}
@media screen and (max-width: 980px) {
	#matome .flex-box .item.item2 {
	width:100%;
}
#matome.txt-box  {
	padding:0;
}
}
@media screen and (max-width: 640px) {
#type  {
	background-image: url(../images/shokusyu_bg.jpg);
	background-repeat: repeat;
	background-size: auto;
}
#type .txt-box  {
	margin: 0 0px;
}

  #type .container .curriculum li p.text {
	  font-size:90%;
	  line-height: 1.8;
	  padding:2px 16px 6px;
  }
  #type .sub_title{
	  padding:2px 16px 6px;
  }
#matome h3  {
	font-size:1.14em;
	line-height:1.3em;
	padding:8px 16px;
	margin:0 0 16px;
}
#matome h4  {
	font-size:1.0em;
	margin:0 8px 16px;
}
#matome p.text  {
	margin:0 8px 16px;
}
#matome .btn-contact  {
	margin:0.6em auto;
}
#type img.sp-only {
	border-radius:6px;
}
}
@media only screen and (min-width: 641px) {
	#type .sp-only {display:none;}
}

/*--- 画像リンク矢印 -------------------------------------------- */
.special a.ar_link{
  position: relative;
  display: inline-block;
}

.special a.ar_link:before{
	content: '';
	width: 46px;
	height: 46px;
	background-color: rgba(0,0,0,0.40);
	position: absolute;
	top: 50%;
	right: 9px;
	margin-top: -26px;
}
.special a.ar_link:after{
  content: '';
  width: 16px;
  height: 16px;
  border: 0px;
  border-top: solid 3px #fff;
  border-right: solid 3px #fff;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  right: 27px;
  margin-top: -13px;
}

@media screen and (max-width: 414px) {
	.special a.ar_link:before{
		content: '';
		width: 36px;
		height: 36px;
		background-color: rgba(0,0,0,0.40);
		position: absolute;
		top: 50%;
		right: 7px;
		margin-top: -21px;
	}
	.special a.ar_link:after{
	  content: '';
	  width: 14px;
	  height: 14px;
	  border: 0px;
	  border-top: solid 3px #fff;
	  border-right: solid 3px #fff;
	  -ms-transform: rotate(45deg);
	  -webkit-transform: rotate(45deg);
	  transform: rotate(45deg);
	  position: absolute;
	  top: 50%;
	  right: 20px;
	  margin-top: -11px;
	}
}

/*--- 画像リンク矢印 -------------------------------------------- */
#job-list a{
  position: relative;
  display: inline-block;
}

#job-list a:before{
	content: '';
	width: 46px;
	height: 46px;
	background-color: rgba(0,0,0,0.40);
	position: absolute;
	top: 50%;
	right: 9px;
	margin-top: -26px;
}
#job-list a:after{
  content: '';
  width: 16px;
  height: 16px;
  border: 0px;
  border-top: solid 3px #fff;
  border-right: solid 3px #fff;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  right: 27px;
  margin-top: -13px;
}

@media screen and (max-width: 414px) {
	#job-list a:before{
		content: '';
		width: 36px;
		height: 36px;
		background-color: rgba(0,0,0,0.40);
		position: absolute;
		top: 50%;
		right: 7px;
		margin-top: -21px;
	}
	#job-list a:after{
	  content: '';
	  width: 14px;
	  height: 14px;
	  border: 0px;
	  border-top: solid 3px #fff;
	  border-right: solid 3px #fff;
	  -ms-transform: rotate(45deg);
	  -webkit-transform: rotate(45deg);
	  transform: rotate(45deg);
	  position: absolute;
	  top: 50%;
	  right: 20px;
	  margin-top: -11px;
	}
}


  .flex-box.shokusyu .txt-box{
    margin-bottom: 2%;
  }
  .oubo_list{
	display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-justify-content: center;
    justify-content: center;
    margin: 1rem 5% 3rem;
    width: 90%;  
	padding:0;
	}
  #intro .container{
    padding: 21px 42px;
  }
  .ski_oubo{
    width: 40%;
    list-style: none;
    margin:0 15px;
  }
  .ski_oubo.list a{
  background-color: #63b3b7;
  }
  .ski_oubo a {
    display: block;
    border-radius: 6px;
    background-color: #f27073;
    padding: 18px 0;
    color: #fff;
	font-weight:bold;
    font-size: 16px;
    text-align: center;
    text-decoration: none;
    transition: .2s;
    position: relative;
    z-index: 1;
}

.ski_oubo a:hover{
	opacity: 0.8;
}
#intro .txt1{
	margin: 2rem 6%;
}
#intro .txt2{
	margin: 3rem 0 1rem;
	font-size:1px;
}
.special-menu ul{
	width:100%;
	list-style: none;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: row;
	flex-direction:         row;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	margin:0 auto;
	padding:10px 0;
	text-align: center;
	background-image: url(../images/bg_intro.png);
    background-repeat: repeat;
    background-position: 0 0;
}
.special-menu ul li{
    width: 19.2%;
    margin: 0 0.4%;
	box-sizing: border-box;
	background: transparent url(../images/bg_shokusyu.jpg) 0% 0% repeat padding-box;
	border-radius: 8px;
}

  .special-menu ul li a{
    position: relative;
    display: block;
    padding:20px 5px 23px;
    color: #333;
	font-size: 14px;
    font-weight:bold;
  }
.special-menu ul li a:hover{
	opacity: 0.8;
}
.special-menu ul li a span.mark_bottom{
	position: absolute;
	top:78%;
	left:50%;
	display: block;
	width: 5px;
	height: 5px;
	border: 1px solid;
	border-color: transparent transparent #565656 #565656;
	transform: rotate(-45deg);
}

@media only screen and (max-width:768px) {
  .txt1.list{
      margin-top: 12%;
      margin-bottom: 10%;
  }
  #intro .txt1{
     margin: 1rem 6% 0;
  }
  .flex-box.shokusyu .txt-box{
    margin-bottom: 2%;
  }
	.oubo_list {
		margin: 1rem 5% 0;
		padding: 0;
	}
	.ski_oubo {
		width: 87%;
		margin: 20px auto 0;
	}
	#intro .container{
			padding: 19px 12px;
	  }
	#intro .flex-box .sp-only{
		text-align: left;
	}
	.special-menu{
		position: relative;
		display: flex;
		width:100%;
		background: #fff;
	}
	.special-menu ul{
		justify-content:center;
		margin:0 auto;
		padding:8px 0 0;
	}
	.special-menu ul li{
		width : -webkit-calc(100% / 3 - 2%) ;
		width: calc(100% / 3 - 2%);
		margin: 0 1%;
		margin-bottom:8px;
	}
	.special-menu ul li:nth-child(2),.special-menu ul li:nth-child(3),.special-menu ul li:nth-child(4){ 
		order: 1;
	}
	.special-menu ul li:nth-child(1),.special-menu ul li:nth-child(5){ 
		order: 2;
	}
  .special-menu ul li a{
    position: relative;
    display: block;
    padding:11px 3px 15px;
    color: #333;
    font-size:11px;
    text-align: center;
    line-height: 1.4;
	font-weight: bold;
  }
  .special-menu ul li a span.special-menu-txt {
    font-size:12px;
    /*font-weight:bold;*/
	display:block;
  }
  .special-menu ul li a span.mark_bottom{
    position: absolute;
    top: 78%;
    left:50%;
    display: block;
    width: 4px;
    height: 4px;
    border: 1px solid;
    border-color: transparent transparent #333 #333;
    transform: rotate(-45deg);
  }
  .special-menu ul li a span.pc_txt{
	  display:none;
  }
/*  .item-area{
    display: none;
  }
*/
  .ski_period_button{
    position: relative;
    width: 96%;
    padding:16px 0;
    text-align: center;
    border-radius: 2px;
    background: #fff;
    color:#888;
		border-radius: 40px;
		font-weight: bold;

  }
  .ski_period_button span.close{
    position: absolute;
    top: 44%;
    right: 36%;
    display: block;
    width: 5px;
    height: 5px;
    border: 1px solid;
    border-color: transparent transparent #888 #888;
    transform: rotate(135deg);
  }
  .ski_period_button span.open{
    position: absolute;
    top: 36%;
    right: 31%;
    display: block;
    width: 5px;
    height: 5px;
    border: 1px solid;
    border-color: transparent transparent #888 #888;
    transform: rotate(-45deg);
  }
}



.item-area{
	display: flex;
	width: 100%;
}
.ski_period_button{
	display: none;
}
  .pagetop .item_button {
    position: fixed;
    right: 10px;
    bottom: 10px;
    z-index: 9000;
    width: 50px;
    padding:50px 0 0 0;
    background-image: url(../images/btn_totop.png);
    opacity: 0;
  }
  .pagetop .item_button.skin_active {
    opacity: 1;
  }
.pagelink_hokkaido {
	    color: #03BBBD;
}

.pagelink_tohoku {
	    color: #E83F66;
}
.pagelink_kanto {
	    color: #ff9d1e;
}
.pagelink_niigata {
	    color: #04bcbe;
}
.pagelink_nagano {
	    color: #e93f67;
}
.pagelink_gifu {
	    color: #ff9d1e;
}

.pagelink_kansai {
	    color: #04bcbe;
}
.ski_anchor_pagelink {
	text-align: right!important;
	font-size: 90%;
}
.ski_anchor {
	display: block;
  padding-top: 50px;
  margin-top: -50px;
}

.ski_anchor01 {
	margin-top: 0;
}

@media only screen and (max-width: 768px) {
	.pc_only {display: none!important;}
}




/*STEP---------------------------------------*/
#oubo .title_guide_atfirst {
    margin: 3rem 0 40px;
    padding: 10px 0;
    background-color: #60B3B8;
    text-align: center;
    font-size: 1.2rem;
    font-weight: bold;
    color: #fff;
}
#oubo .inner {
    padding: 0 0 50px;
    margin: 0 8%;
}
	

@media screen and (max-width: 738px) {
	#oubo .inner {
		margin: 0;
		padding: 5px 0 1rem;
	}
	#oubo .title_guide_atfirst {
		margin: 0.6rem 0 1.4rem;
		padding: 6px 0;
		font-size: 0.9rem;
	}
}
/*タブ切り替え全体のスタイル*/
.tabs {
  margin-top: 50px;
  width: 90%;
  margin: 0 5%;
  }
@media screen and (max-width: 738px) {
.tabs {
  margin-top: 35px;
  width: 100%;
  margin: 0;
  }
}

/*タブのスタイル*/
.tab_item {
  width: 48.5%;
  height: 50px;
  background-color: #D1D1D1;
  line-height: 50px;
  font-size: 16px;
  text-align: center;
  color: #fff;
  display: block;
  float: left;
  font-weight: bold;
  transition: all 0.2s ease;
  border-top-left-radius:5px;
  border-top-right-radius:5px;
}
.tab_item01 {
	margin-right:3%;
}

.tab_item:hover {
  opacity: 0.7;
}
@media screen and (max-width: 738px) {
	.tab_item {
		height: 35px;
		line-height: 38px;
		font-size: 0.8rem;
	}
}
/*ラジオボタンを全て消す*/
input[name="tab_item"] {
  display: none;
}

/*タブ切り替えの中身のスタイル*/
.tab_content {
  display: none;
  padding: 40px 40px 0;
  clear: both;
  overflow: hidden;
  border:dashed 2px #167DC4;
  width:100%;
  box-sizing: border-box;
}
@media screen and (max-width: 738px) {
	.tab_content {
		padding: 40px 0 0;
		margin-left: 0.1%;
		width: 99.9%;
	}
}

/*選択されているタブのコンテンツのみを表示*/
#all:checked ~ #all_content,
#student:checked ~ #student_content{
	display: block;
}

/*選択されているタブのスタイルを変える*/
.tabs input:checked + .tab_item {
  background-color: #167DC4;
  color: #fff;
}
.tabs input:checked + .tab_item.tab_student {
  background-color: #60B3B8;
}
.c-txtsp li {
	background-color:#F8F459;
	margin-bottom:4rem;
	padding:26px 25px 20px;
	position: relative;
	list-style: none;
}
.c-txtsp li:after {
	content: "";
	position: absolute;
	right: 0;
	bottom: -20px;
	left: 0;
	width: 0px;
	height: 0px;
	margin: auto;
	border-style: solid;
	border-color: #F8F459 transparent transparent transparent;
	border-width: 20px 20px 0 20px;
}
.c-txtsp li:last-child {	margin-bottom:2.6rem;}

.step_nums {
	position:absolute;
	right:0;
	left:0;
	top:-19px;
	margin:auto;
	width:40px;
	height:40px;
	box-sizing:border-box;
	background-color:#167DC4;
	border-radius:50%;
	color:#fff;
	text-align:center;
	font-size:9px;
	padding-top:6px;
}
#student_content .step_nums {background-color:#60B3B8;}
.step_num {
	display:block;
	font-size:17px;
	font-weight:800;
	margin-top:-6px;
}
.c-txtsp h4 {
	text-align:center;
	color:#167DC4;
	font-weight:800;
	position: relative;
	margin-bottom:1rem;
}
#student_content .c-txtsp h4 {color:#60B3B8;}

.c-txtsp h4:before {
	content: '';
	position: absolute;
	bottom: -3px;
	display: inline-block;
	width: 11%;
	height: 1px;
	left: 50%;
	transform: translateX(-50%);
	background-color: #167DC4;
}
#student_content .c-txtsp h4:before {	background-color: #60B3B8;}

.step_txt {
	line-height:1.75;
}
@media screen and (max-width: 738px) {
	.c-txtsp li {
		margin-bottom:2.6rem;
		padding:26px 5% 20px;
	}
	.c-txtsp li:after {
		bottom: -12px;
		border-width: 12px 12px 0 12px;
	}
	.c-txtsp li:last-child {	margin-bottom:1.6rem;}
	.c-txtsp h4:before {width: 18%;}
	.step_txt {	font-size:80%;}
}

#oubo .accbox {margin-top:0.7rem;}
#oubo label .appeal_title {
	font-size:90%;
    padding: 0 26px 0 16px;
	font-weight:bold;
	color:#60B3B8;
	line-height:0.8;
}

#oubo .accbox label:before {
    height: 2.4rem;
}
.step_acc_txt .txt80 {
	font-size: 0.8rem;
    line-height: 1.75;
    padding: 0 18px;
}
.step_last {	text-align:center;}
.step_last .step_ttl_last {
  position: relative;
  display: inline-block;
  padding: 0 16px;
  margin:0 auto;
  color:#167DC4;
  font-weight:800;
}
@media screen and (max-width: 738px) {
	#oubo .accbox {
	margin: 0.7em 0 0;
	max-width:100%;
	}
	#oubo .accbox label:before {top: -2px;
	    height: 2.3rem;
	}
	#oubo label .appeal_title {
		font-size:79%;
		padding: 0 2.5%;
	}
}

#student_content .step_last .step_ttl_last {color:#60B3B8;}

.step_last .step_ttl_last:before, .step_last .step_ttl_last:after {
  content: '';
  position: absolute;
  top: 48%;
  display: inline-block;
  width: 15px;
  height: 2px;
  background-color: #167DC4;
  -webkit-transform: rotate(-60deg);
  transform: rotate(-60deg);
}
#student_content .step_last .step_ttl_last:before, #student_content .step_last .step_ttl_last:after { background-color: #60B3B8;}
.step_last .step_ttl_last:before {
  -webkit-transform: rotate(-120deg);
  transform: rotate(-120deg);
}
.step_last .step_ttl_last:before { left:0;}
.step_last .step_ttl_last:after { right: 0;}
.step_img_last {
	width:144px;
	margin:0.6rem auto 1rem;
}

@media screen and (max-width: 738px) {
	.step_acc_txt .txt80 {
		font-size: 0.7rem;
		padding: 0 1%;
	}
}


/*アコーディオン*/
.accbox {
    margin: 0 4.5%;
    padding: 0;
    max-width: 96%;
	position:relative;
	box-sizing:border-box;
}
@media screen and (max-width: 738px) {
	.accbox {
		margin: 0.6em 4% 0;
	}
}
/*ラベル*/
.accbox label {
	display: block;
	margin: 0;
	cursor : pointer;
	transition: all 0.1s;
	position: relative;
	border: solid 2px #3db9bd;
	border-radius:5px;
	background-color:#fff;

}
.cssacc:checked + label + .appeal_title {
	padding : 10px 26px 10px 16px;
	font-weight:bold;
	background-color:#eee;
	color:#60B3B8;
	border: solid 2px #3db9bd;
	border-radius:0;
}

@media screen and (max-width: 738px) {
	.accbox label .appeal_title {	
		padding: 10px 2.5% 10px 2.5%;
		font-size: 82%;
	}
}
/*アイコンを表示*/
.accbox label:before {
		content: '';
		position:absolute;
		right:0;
		top:0;
		width:17px;
		height:2.6rem;
		background:url(https://www.rizoba.com/img/appeal/02_enjoy/icon_accord_open_wh.png) right 12px center no-repeat;
		-webkit-background-size: 17px auto;
		background-size: 17px auto;
		padding:0 20px;
}
@media screen and (max-width: 738px) {
	.accbox label:before {
		padding:0 30px;
		right:0;
		top:-3px;
		width:14px;
		background:url(https://www.rizoba.com/img/appeal/02_enjoy/icon_accord_open_wh.png) right 6px center no-repeat;
		-webkit-background-size: 14px auto;
		background-size: 14px auto;
	}
}

/*ラベルホバー時*/
.accbox label:hover {
    opacity: 0.7;
}
/*チェックは隠す*/
.accbox input {   display: none;}
/*中身を非表示にしておく*/
.accbox .accshow {
    height: 0;
    padding: 0;
    overflow: hidden;
    opacity: 0;
    transition: 0.1s;
}
/*クリックで中身表示*/
.cssacc:checked + label + .accshow {
    height: auto;
    padding: 12px 0;
    background-color: #fff;
    opacity: 1;
	border-bottom:solid 2px #3db9bd;
	border-left:solid 2px #3db9bd;
	border-right:solid 2px #3db9bd;
	border-bottom-left-radius:5px;
	border-bottom-right-radius:5px;
	margin-top:-2px;
}
.accshow p span {
  background: linear-gradient(transparent 50%, yellow 50%);
  font-weight:bold;
}

@media screen and (max-width: 738px) {
	.cssacc:checked + label + .accshow {   padding: 8px 4%; }
	.ex_photo {
		margin-bottom:1em;
		padding:8px 8px 0;
		}
	.accshow p {	margin:0 0 8px; }
	.accshow .ex_area{
		margin:10px 0 8px;
		font-size:0.9em;
	}
}
/*アイコンを入れ替える*/
.cssacc:checked + label:before {
	content: '';
	background:url(https://www.rizoba.com/img/appeal/02_enjoy/icon_accord_close_wh.png) right 12px center no-repeat;
	-webkit-background-size: 17px auto;
	background-size: 17px auto;
	padding:0 20px;
}
@media screen and (max-width: 738px) {
	.cssacc:checked + label:before {
		background:url(https://www.rizoba.com/img/appeal/02_enjoy/icon_accord_close_wh.png) right 6px center no-repeat;
		-webkit-background-size: 14px auto;
		background-size: 14px auto;
	}
}
.cssacc:checked + label {
		border-bottom: solid 1px #3db9bd;
	border-bottom-left-radius:0;
	border-bottom-right-radius:0;
}

/*バナーエリア*/
.bnr_area {
	width:100%;
	max-width:740px;
	margin:4rem auto 0;
}
.bnr_area a img:hover {opacity: 0.7;}
@media screen and (max-width: 738px) {
	.bnr_area {
	margin:3rem auto 0;
	}
}


/*魅力*/
.miryoku-list{
	width:100%;
	list-style: none;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	margin:0 auto;
	padding:0;
}
.miryoku-list .item {
	width:31%;
	width : -webkit-calc(100% / 3 - 16px) ;
	width : calc(100% / 3 - 16px) ;
	margin:30px  8px 0;z
	border:solid 1px #CFB76F;
	box-sizing:border-box;
}
.miryoku-list .item .inner p {
	padding:0 10px;
}
@media screen and (max-width: 738px) {
	.miryoku-list .item {
		width:100%;
		margin:16px 0 0;
	}
	.miryoku-list .item .inner p {
		font-size:14px;
	}
}z