/* ベース */
#ichiryu{
font-size: 18px;
font-family: 'Heebo', 'Noto Sans JP', sans-serif;
margin:0;
}

#ichiryu p{margin:0 padding:0;}

#ichiryu a{
	color:black;
	text-decoration: none;
}


#ichiryu a:visited{
	color:black;
}

#ichiryu a:hover{
	color:#3c8264;
	transition : 0.3s;
}

#ichiryu img{
	margin:0;
	padding: 0;
	display: block;
	width:100%;
}

#ichiryu .sponly{
	display:none;
}

@media screen and (max-width: 768px) {

#ichiryu {
font-size: 3.4vw;
}

#ichiryu .sponly{
		display: block;
	}

#ichiryu .pconly{
	display:none;
}

#ichiryu header img{
	width:50%;
	margin:1em auto;
}

}

/* ヘッダーとKVのベース*/

#ichiryu #fvarea{
	width: 100%;
   background-color: rgba(255,255,255,0.99);
}

/* header */

#ichiryu .header{
	width:100%;
   position: fixed;
	padding:1.5em 0 0 0;
  	z-index: 100;
	background-color: rgba(255,255,255,0.99);
}



#ichiryu .head-inner{
	width:90%;
	max-width:1096px;
	margin:0 auto 2em auto;
	display:flex;
	justify-content: space-between;
	align-items: center;
	font-weight:500;
	vertical-align:middle;
}

#ichiryu .head-inner a{
	display:inline-block;
	vertical-align:middle;
}

#ichiryu .head-inner img{
	width:20%;
	vertical-align:middle;
	margin-right:0.5em;
}


#ichiryu .menu-bt{
	display: block;
	padding:0.5em 1.5em;
	background-color: #ff9600;
	color:white;
	font-size:79%;
	border-radius: 50px;
	font-weight:700;
}

#ichiryu .menu-bt:hover{
	color:white;
	background-color: #3c8264;
}

#ichiryu .menu-bt:visited{
	color:white;
}

#ichiryu .spmenu{
	display:none;
}

@media screen and (max-width: 768px) {


/* SP用メニュー */

#ichiryu .header{
	padding:0;
}

#ichiryu .head-btn{
padding:1em 1.5em 1em 0;
	}

#ichiryu .spmenu{
	width:100%;
	margin:0 auto;
	display:flex;
	justify-content: space-between;
}

#ichiryu .spmenu　a{
display:block;
margin-right:2em;
}
}

#ichiryu .hunmenu{
	display: block;
}

#ichiryu #nav-open {
  display: inline-block;
  width:  1.3em;
  height: 1.3em;
  vertical-align: middle;
	margin-top:1.3em;
	margin-left:1.5em;
}

/*ハンバーガーアイコンをCSSだけで表現*/
#ichiryu #nav-open span, #nav-open span:before, #nav-open span:after {
  position: absolute;
  transition: all 0.4s;
  height: 2px;/*線の太さ*/
  width: 2.5em;/*長さ*/
  border-radius: 2px;
  background: #666;
  display: block;
  content: '';
  cursor: pointer;
  z-index: 9999;/*最前面*/
}

#ichiryu #nav-open span:before {
  bottom: -0.6em;
}

#ichiryu #nav-open span:after {
  bottom: -1.2em;
}


/*中身*/
#ichiryu #nav-content {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  transition: .2s ease-in-out;
}

#ichiryu #nav-content li{
	font-size:1.5em;
	padding:0.5em 0;
}

#ichiryu #nav-content.open {
  display: block;
  opacity: 1;
  overflow: auto;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9998;
  width: 100%;
  height: 100%;
  background: rgba(250, 250, 250, 0.98);/*背景色*/
  overflow: hidden;/*ブラー効果でボヤけた部分を非表示*/
}


/*:beforeにぼかし効果を設定する*/
#ichiryu #nav-content.open:before {
  content: '';
  overflow: hidden;
  -webkit-filter: blur(10px);
  -moz-filter: blur(10px);
  -o-filter: blur(10px);
  -ms-filter: blur(10px);
  filter: blur(10px);
  z-index: -1;/*重なり順序を一番下にしておく*/
}


/*チェックが入ったら表示する内容*/

#ichiryu .hamburger-top {
  height: 2em;/*×ボタンと被らないように*/
}

#ichiryu .category {
  text-align: center;
  margin-top: 2rem;
}

#ichiryu .category-title {
  padding: 0.3rem;
  margin-left: -2rem;
  list-style: none;
}

/*三本線を動かす*/
#ichiryu #nav-open.active span {
  -webkit-transform: translateY(8px) rotate(-45deg);
  transform: translateY(8px) rotate(-45deg);
  background-color: #888;
}

#ichiryu #nav-open.active span:before {
  -webkit-transform: translateY(-8px) rotate(45deg);/*打ち消す*/
  transform: translateY(-8px) rotate(45deg);/*打ち消す*/
  opacity: 0;
}

#ichiryu #nav-open.active span:after {
  -webkit-transform: translateY(-16px) rotate(45deg);
  transform: translateY(-16px) rotate(90deg);
  background-color: #888;
}

/*ヘッダーのロゴ*/

#ichiryu .splogo{
	width:40%;
	margin:0 auto 1.5em auto;
}


/* コンテンツBOX */

#ichiryu .whitebox{
	width: 100%;
	background: white;
	padding:3em 0;
}

#ichiryu .white-wrap{
	width: 94%;
	background: white;
	padding:3%;
	margin-bottom:3em;
}


#ichiryu .white-wrap{
	width: 94%;
	background: white;
	padding:3%;
	margin-bottom:3em;
	border-top:7px solid #3c8264;
}


#ichiryu .greenbox-top{
	width: 100%;
	 background-image: linear-gradient(to right, #f2fbfa 30%, #d1eeea 100%);
	padding:180px 0 3em 0;
}


#ichiryu .contactbox{
	width: 100%;
	 background-color:rgba(229,229,229,0.8);
	padding-top:3em;
}

#ichiryu .greenbox{
	width: 100%;
	 background-image: linear-gradient(to right, #f2fbfa 30%, #d1eeea 100%);
	padding:3em 0;
}


#ichiryu .innerbox{
	width:90%;
	max-width:1096px;
	margin:0 auto;
	letter-spacing:0.09em;
}

#ichiryu .innerbox-contact{
	width:90%;
	max-width:1096px;
	margin:0 auto;
	letter-spacing:0.09em;
	background-image:url(../img/me.png);
	background-position:right bottom;
	background-repeat:no-repeat;
	background-size:8%;
	padding-bottom:4.5em;
}

#ichiryu .innerbox .text-red{
	color:#ff8200;
}

#ichiryu .innerbox-contact a:link{
	color:#3c8264;
	text-decoration:underline;
}

#ichiryu .innerbox-contact a:visited{
	color:#3c8264;
	text-decoration:underline;
}

#ichiryu .innerbox-contact a:hover{
	color:#ff8200;
	text-decoration:underline;
}

#ichiryu .innerbox .contentsbox{
	width:100%;
	border-bottom: dotted 1px #bebebe;
	padding:1.5em 0;
}

#ichiryu .news-inner-wrap {
	width: 100%;
	display: flex;
	justify-content: space-between;
	padding-bottom: 1.5em;
	border:1px soid red;
}

#ichiryu .img-news{
	width: 30%;
	padding-bottom: 1.5em;
}

#ichiryu .text-news{
	width: 68%;
	padding-bottom: 1.5em;
}

#ichiryu .innerbox .contentsbox:first-of-type{
	padding-top:0;
}

#ichiryu .innerbox .contentsbox:last-child{
	border-bottom:none;
	padding-bottom:0;
}

#ichiryu .small-text{
	font-size:70%;
}


#ichiryu .contentsbox-s{
	width: 100%;
	padding-top:1em;
}

#ichiryu .innerbox .contentsbox-s{
	width:100%;
	border-bottom: dotted 1px #bebebe;
	padding:1em 0;
}

#ichiryu .innerbox .contentsbox-s:first-of-type{
	padding-top:0;
}

#ichiryu .innerbox .contentsbox-s:last-of-type{
	border-bottom:none;
	padding-bottom:0;
}

#ichiryu .yellowbox{
	width:94%;
	padding:3%;
	background: #fef9eb;
	margin:2em 0 0 0;
}

#ichiryu .yellowbox-entry{
	width:94%;
	padding:3%;
	background: #fef9eb;
	margin:00;
}

#ichiryu .schedule-box{
	width:100%;
	display: flex;
	justify-content: space-between;
	font-weight:600;
}


#ichiryu .schedule-day{
	width:20%;
	color:#3c8264;
}
#ichiryu .schedule-tex{
	width:78%;
}

#ichiryu .text-normal{
	font-weight:500;
}

#ichiryu .maru1{
	width:1.5em;
	display: inline-block;
	border-radius: 50%;
	color:white;
	background: #ff9600;
	font-weight: 700;
	text-align: center;
	margin-right:0.5em;
}

#ichiryu .maru2{
	width:1.5em;
	display: inline-block;
	border-radius: 50%;
	color:white;
	background: #3c8264;
	font-weight: 700;
	text-align: center;
	margin-right:0.5em;
}


@media screen and (max-width: 768px) {

#ichiryu .whitebox{
	padding:7vw 0;
}

#ichiryu .greenbox-top{
padding:38vw 0 8vw 0;
}

#ichiryu .greenbox{
	padding:7vw 0;
}

#ichiryu .innerbox-contact{
	background-size:15%;
	padding-bottom:7vh;
}

#ichiryu .schedule-box{

	display: block;
}

#ichiryu .schedule-day{
	width:100%;
}
#ichiryu .schedule-tex{
	width:100%;
}

#ichiryu .news-inner-wrap {
	width: 100%;
	display: block;
}

#ichiryu .img-news{
	width: 100%;
	padding-bottom: 1.5em;
}

#ichiryu .text-news{
	width: 100%;
	padding-bottom: 1.5em;
}

}



/* コーナータイトル */

#ichiryu h2{
	display:block;
	border-left:10px solid #3c8264;
	font-size:1.6em;
	line-height: 100%;
	padding:0.4em 0 0.4em 1em;
	margin-bottom:2.5em;
}

#ichiryu h2 span{
	display:inline-block;
	font-family:'Heebo';
	font-size:2.4em;
	font-weight:300;
	color:#d8f0f0;
	vertical-align: middle;
	margin-left:0.5em;
}

#ichiryu .innerbox-contact h2 span{
	display:inline-block;
	font-family:'Heebo';
	font-size:2.4em;
	font-weight:300;
	color:rgba(255,255,255,0.7);
	vertical-align: middle;
	margin-left:0.5em;
}


#ichiryu .koumoku-xl{
	display: block;
	background-color:#3c8264;
	color:white;
	font-size:90%;
	text-align:left;
	padding:0.5em 0 0.5em 1em;
	font-weight:bold;
}

#ichiryu .koumoku-xl2{
	display: block;
	background-color:#3c8264;
	color:white;
	font-size:100%;
	text-align:left;
	padding:0.5em 0 0.5em 1em;
	font-weight:bold;
	margin:0;
}

#ichiryu .koumoku-s{
	display: block;
	width:10em;
	background-color:#3c8264;
	color:white;
	font-size:80%;
	text-align:center;
	padding:0.5em 0;
	font-weight:bold;
}

#ichiryu .koumoku-m{
	display: block;
	width:6em;
	background-color:#3c8264;
	color:white;
	font-size:90%;
	text-align:center;
	padding:0.5em 1em;
	font-weight:bold;
}

#ichiryu .koumoku-l{
	display: block;
	width:15em;
	background-color:#3c8264;
	color:white;
	font-size:90%;
	text-align:center;
	padding:0.5em 1em;
	font-weight:bold;
}

.text-green{
	font-weight:700;
	color:#3c8264;
	display: block;
	margin:0.8em 0 0.5em 0;
}


#ichiryu ul{
 list-style-position: left top;

}

#ichiryu li　{
padding-left:1em;
text-indent:-1em;
margin-bottom:0.3em;
}

/* 長い申し込みボタン */

#ichiryu .bt-long a:link{
	width: 100%;
	display: block;
	background: black;
	color: white;
	padding:1em 0;
	border-radius: 50px;
	vertical-align: middle;
	text-align:center;
	font-weight: 700;
	margin-top:2em;
}



#ichiryu .bt-long a:visited{
	background-color:black;
	color:white;
}

#ichiryu .bt-long a:hover{
	background-color:#ff9600;
}


/* ニュース */
#ichiryu .news-bt{
	display: inline-block;
	margin-left:2em;
	background: black;
	color: white;
	font-size:80%;
	padding:0.3em 2em;
	border-radius: 50px;
	vertical-align: middle;
}


#ichiryu .news-bt:visited{
	color:white;
}

#ichiryu .news-bt:hover{
	background-color:#ff9600;
	color:white;
}

#ichiryu .bt-box{
		display:none;}


@media screen and (max-width: 768px) {

#ichiryu h2{
	font-size:1.1em;
	border-left:0.5em solid #3c8264;
}

#ichiryu h2 span{
	font-size:2em;
}

#ichiryu .bt-box{
	width:100%;
	text-align: right;
	border: 1px solid red;
	}

#ichiryu .news-bt{
	display: inline-block;
	margin:2em 0 auto;
	background: black;
	color: white;
	font-size:80%;
	padding:0.3em 2em;
	border-radius: 50px;
	vertical-align: middle;
}

#ichiryu .bt-long a{
	margin:2em 0 1em 0;
}


}

#ichiryu .underline{
	border-bottom:1px solid black;
}


/* 応募方法 */

#ichiryu .midashi-entry{
	font-size:1.2em;
	font-weight:700;
	margin-bottom:1em;
	display:block;
}



#ichiryu .contentsbox-entry{
	width:100%;
	border-bottom: dotted 1px #bebebe;
	padding:1em 0;
}


#ichiryu .contentsbox-entry:first-of-type{
	padding-top:0;
}

#ichiryu .contentsbox-entry:last-of-type{
	border-bottom:none;
	padding-bottom:0;
}




@media screen and (max-width: 768px) {

#ichiryu .midashi-entry{
	font-size:1.1em;
}

}

/* 募集概要 */

#ichiryu .step-zu{
	padding-top:1.5em;
}


/* 募集テーマ */

#ichiryu .thema-wrap1{
	width:100%;
	display: flex;
	flex-wrap:wrap;
	justify-content: space-between;
}

#ichiryu .thema-wrap2{
	width:100%;
	background-color:rgba(240,250,251,0.8);
}

#ichiryu .thema-box{
	width: 48%;
	background-color:rgba(240,250,251,0.8);
	margin-bottom:2em;
}

#ichiryu .thema-text{
	width:90%;
	padding:1em 0 0.5em 0;
	margin:0 auto;
}

#ichiryu .thema-text2{
	width:90%;
	padding:3em 0;
	margin:0 auto;
	font-size:110%;
	text-align:center;
}

#ichiryu .thema-text:last-child{
	padding:0 0 1.5em 0;
}


@media screen and (max-width: 768px) {

#ichiryu .thema-wrap1{
	display: block;
}

#ichiryu .thema-box{
	width: 100%;
}

}


/*ムービー */
#ichiryu div .vid_contents {
width: 100%;/*背景色を横幅いっぱいに広げる*/
text-align: center;
margin: auto;
padding: 2em 0;/*ここで動画の周りの余白を調整*/
}
#ichiryu video .vid_main {
width: 100%;
max-width: 920px;/*PC版での最大幅*/
}

#ichiryu .mokuji{
	width: 92%;
	background:#f6f6f6;
	padding:2% 4% 4% 4%;
	margin:0 auto;
}

@media screen and (max-width: 768px) {

#ichiryu video{
		border:1px solid #bebebe;
	}

}

/*ファイルのダウンロード */

#ichiryu .dl-wrapp{
	width: 100%;
	margin-bottom:0.5em;
}

#ichiryu .dl-wrapp a{
	color:#3c8264;
	text-decoration: underline;
}

#ichiryu .dl-wrapp a:hover{
	color:#ff8200;
	text-decoration: underline;
}

#ichiryu .dl-wrapp a:visited{
	color:#3c8264;
	text-decoration: underline;
}

#ichiryu .download{
	display:block;
	vertical-align: baseline;
}

#ichiryu .download img{
	display:inline-block;
	vertical-align: middle;
	width:1.5em;
	margin-right:0.5em;
}

#ichiryu .yellowbox a{
	color:#3c8264;
	text-decoration: underline;
}

#ichiryu .yellowbox a:hover{
	color:#ff8200;
	text-decoration: underline;
}

#ichiryu .yellowbox a:visited{
	color:#3c8264;
	text-decoration: underline;
}


/*FAQメールリンク*/

#ichiryu .mail-link{
display:block;
	margin-top:0.5em
}

#ichiryu .mail-link a:link{
	color:#3c8264;
	text-decoration:underline;
}

#ichiryu .mail-link a:visited{
	color:#3c8264;
	text-decoration:underline;
}

#ichiryu .mail-link a:hover{
	color:#ff8200;
	text-decoration:underline;
}

/*選考結果*/

.result-wrap{
	width: 100%;
	display: flex;
	margin-bottom:2.5em;
	align-items:flex-end
}

.result-title{
	width:12em;
	font-size:250%;
	font-weight: 700;
	line-height: 120%;
}

.result-title .shoulder{
	font-size:60%;
	margin:0;
}

.pic-me{
	display:inline-block;
	width:120px;
	margin-left:0.5em;
}

.result-teamtitle{
	font-weight:700;
	font-size:1.5em;
	color:#3c8264;
	display: block;
	margin:0.8em 0 0.5em 0;
}

.result-teamtitle_line{
	border-left:9px solid #3C8264;
	padding-left:20px;
	color:#000000;
}

.result-teamtitle-pic{
	font-weight:700;
	font-size:1.5em;
	color:#3c8264;
	display: block;
	margin:0.8em 0 0.5em 0;
}

.result-teamtitle p{
	font-weight:500;
	font-size:0.7em;
	color:black;
	display: block;
	margin:0.8em 0 0.5em 0;
}

.result-teamtitle-pic p{
	font-weight:500;
	font-size:0.7em;
	color:black;
	display: block;
	margin:0.8em 0 0.5em 0;
}

.result-contentsbox{
	padding-bottom:2em;
}

.result-contentsbox-pic{
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items:flex-start;
}

.result-toptext{
	width:60%;
}

.jigyouan-pic{
	width:33%;
}

.result-koumoku{
	display: block;
	background-color:#3c8264;
	color:white;
	font-size:90%;
	text-align:center;
	padding:0.5em 1em;
	margin-bottom:1em;
	font-weight:700;
	width:10em;
}

.result-text-green{
	font-weight:700;
	color:#3c8264;
	display: block;
	margin:0.8em 0 0 0;
}

.result-imgsbox{
	display:flex;
	justify-content: space-between;
	line-height:0px;
	font-size:0px;
	margin-bottom:40px;
}

.result-imgsbox figure{
	width:41.3%;
	margin:0px;
}

.result-imgsbox figure img{
	width:100%;
	height:auto;
	margin-bottom:2.4%!important;
}

.result-imgsbox ul{
	list-style: none;
	display:flex;
	justify-content: space-between;
	flex-wrap: wrap;
	width:100%;
	margin:0px;
	box-sizing: border-box;
	padding:0px;
}

.result-imgsbox ul li{
	width:49%;
	margin-bottom:2%;
	font-size:0px;
	line-height:0px;
}

.result-imgsbox-slides{
	width:56.9%;
}

.result-imgsbox figcaption{
	font-size:12px;
	line-height:22px;
}

.result-imgsbox-slides_caption{
	font-size:12px;
	line-height:22px;
}

.result-place{
	display:flex;
	justify-content: space-between;
	list-style: none;
	margin:0px;
	padding:0px;
}

.result-place figure{
	margin:0px;
}

.result-place{
	margin-bottom:40px;
}

.result-place li{
	width:31%;
}

.innerbox-contact_flex{
	display:flex;
	justify-content: space-between;
}

.innerbox-contact_flex ul li{
	list-style: none;
	margin-bottom:14px;
}

.innerbox-contact_flex ul li a{
	border:3px solid #000;
	padding:10px;
	width:100%;
	max-width:200px;
	font-size:14px;
	text-decoration: none!important;
	text-align:center;
	display:block;
	color:#000!important;
	font-weight: bold;
}

.special-text{
	border:3px solid #B71212;
	padding:5px 10px 5px 10px;
	font-weight: bold;
	display:inline-block;
	color:#B71212;
	font-size:16px;
	justify-content: center;
	margin-left:10px;
}

.result-teamtitle_line div{
	justify-content: center;
}



@media screen and (max-width: 768px) {
.result-wrap{
	width: 100%;
	display: flex;
	margin-bottom:2.5em;
	align-items:flex-end
}

.special-text{
	border:3px solid #B71212;
	padding:3px 5px 3px 5px;
	font-weight: bold;
	display:inline-block;
	color:#B71212;
	font-size:12px;
	justify-content: center;
	margin-left:10px;
}


.innerbox-contact_flex{
	display: block;
}

.innerbox-contact_flex div:first-child{
	padding-top: 30px;
}

.innerbox-contact_flex ul{
	padding: 0px!important;
	margin-top: 40px;
}

.innerbox-contact_flex ul li a{
	margin-left: auto;
	margin-right: auto;
}

.result-title{
	width:12em;
	font-size:185%;
	font-weight: 700;
	line-height: 120%;
}


.pic-me{
	display:inline-block;
	width:4em;
	margin-left:0.5em;
}


.result-contentsbox-pic{
	width: 100%;
	display: block;
}

.result-toptext{
	width:100%;
}

.jigyouan-pic{
	width:100%;
	margin-bottom:2em;
}

}

/* footer */
#ichiryu footer{
	width:100%;
	padding:3em 0;
	background-color: black;
	text-align: left;
	color:white;
}

#ichiryu footer .links a{
	display:inline-block;
	padding-right:1em;
	margin-right:1.5em;
	margin-bottom:1.5em;
	color:white;
	border-right:1px solid white;
}

#ichiryu footer .links a:nth-child(4){
	display:inline-block;
	padding-right:1em;
	margin-right:2em;
	margin-bottom:1.5em;
	color:white;
	border-right:none;
	}


#ichiryu footer a:visited{
	color:white;
}

#ichiryu footer a:hover{
	color:white;
}


#ichiryu footer .footer-inner{
	width:89%;
	max-width:1092px;
	margin:0 auto;
	display: flex;
	justify-content: space-between;
	align-items: top;
	line-height:100%
}

#ichiryu footer img{
	display:block;
	width:128px;
	margin:0 0 0 auto;
}


@media screen and (max-width: 768px) {
#ichiryu footer{
	padding:2em 0;
}

.result-imgsbox{
	display:block;
}

.result-imgsbox figure{
	width:100%;
}

.result-imgsbox-slides{
	width:100%;
	margin-top:20px;
}
.result-place{
	display:block;
}
.result-place li{
	width:100%;
	margin-bottom:20px;
}

.result-place li:last-child(){
	margin-bottom:0px;
}

#ichiryu footer .footer-inner{
	display:block;
	font-size:70%;
	width:100%;
	}

	#ichiryu footer .links{
		text-align:left;
		margin-left:1.5em;
	}

	#ichiryu footer .links a{
	margin-right:1.5em;
	width:42%;
}

	#ichiryu footer .links .copyright{
		text-align:center;
	}


#ichiryu footer .links a:nth-child(2){
	display:inline-block;
	padding-right:1em;
	margin-right:2em;
	margin-bottom:1.5em;
	color:white;
	border-right:none;
	}

#ichiryu footer .links a:nth-child(4){
	display:inline-block;
	padding-right:1em;
	margin-right:2em;
	margin-bottom:2.5em;
	color:white;
	border-right:none;
	}


#ichiryu footer img{
	width:25%;
	margin:2em auto 0 auto;
}

}
