/* CSS Document */



/*//////////////////////////////

　　リセット

//////////////////////////////*/

/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
  -webkit-appearance: none;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}



/*
input,textarea,label {
  -webkit-appearance: none;
}
*/


/*//////////////////////////////

　　基本設定

//////////////////////////////*/

#top{
	font-size:10px;
	font-family:"ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	font-weight:700;}

@media screen and (max-width: 480px) {
html{
	width:100vw;
	}
h1{
		font-size:calc( 100vw / 14 );}
}

@media screen and (min-width: 480px) {
html{
	width:480px;
	margin-left: calc( ( 100vw - 480px ) / 2 );
	}
	body{
		width: 100%;
		border-left: 1px solid #CCC;
		border-right: 1px solid #CCC;
	}
h1{
		font-size:calc( 480px / 14 );}
}


h1,h2,li,p{
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
}

img{
	padding:20px;
}

#top__{}

.contents_box::-webkit-scrollbar{
  display: none;
}



/*//////////////////////////////

　　トップページ　index.html

//////////////////////////////*/

/* ------------------------------
　　ヘッダー
------------------------------*/

/*　メニュー　*/

#top__menu{}



@media screen and (min-width: 480px) {
#top__menu > ul{
	display:flex;}


#top__menu > ul > a > li{
	font-size:2.0rem;
	margin:10px 0.5em;

	}
}




@media screen and (min-width: 480px) {}
@media screen and (max-width: 479px) {}



/*　アイキャッチ　*/
#top__eyecatch{
	width:100%;
	height:0;
	overflow:hidden;
}

/*　キャッチコピー　*/

#catch{
	width:100%;
	text-align: center;
	margin:20vh 0 0vh;
	padding:20vh 0 20vh;
	background-color: #FFF;
	}
#catch > h1{

	margin:0vh 0 30vh 0;}

#catch > h2{
	font-size:1.4rem;
	line-height:3.5em;
	margin-top:20vh;
}

#catch > p{
	font-size:1.0rem;
	line-height:2.0em;
}



/* ------------------------------
　　本体部分
------------------------------*/


#about{
	width: 94%;
	margin-left: 3%;
	padding: 20vh 0;
	
}

#about > h1{
	margin-bottom:20px;
	line-height:2.0em;
}

#about > h2{
	font-size:1.4rem;
	line-height:2.5em;
	margin-top:100px;
}

#about > p{
	font-size:1.0rem;
	line-height:2.2em;
	margin: 0em 0;
	background-color: #FFF;
}

#about > img{
	padding:0px;
	
}


#skill{
	padding: 20vh 0;
	width: 94%;
	margin-left: 3%;
	text-align: center;
}

#skill > h1{
	margin-bottom:20px;
	line-height:2.0em;
}

#skill > ul{
	text-align: left;
}

#skill > ul > li{
	font-size:1.4rem;
	line-height:2.2em;
	padding-left: 15%;
}

#skill > p{
	font-size:1.0rem;
	line-height:2.2em;
	margin: 50px 0;
	text-align: center;
}

#event{
	width: 94%;
	margin-left: 3%;
	text-align: center;
	padding: 20vh 0 10vh;
}

#event > h1{
	margin-bottom:20px;
	line-height:2.0em;
}

#event > h2{
	
}

#event > p{
	font-size:1.0rem;
	line-height:2.2em;
}

#event > a > button{
	font-size:1.6rem;
	line-height:2.2em;
	font-weight: 600;
	margin-top: 50px;
	padding: 0.5em 1em;
	background-color: #C03535;
	color: #FFF;
	border: none;
	width: calc(  100% - 20px );
}

section{
	position: relative;
	z-index: 10;
}

#line{
	position: fixed;
	z-index: 1;
	background-color: #C03535;
	height: 100vh;
	width: 2px;
	top:0;
	
}

@media screen and (min-width: 480px) {
#line{
	left: calc( ( 100vw - 480px ) / 2 + 480px - 22https://asahi.gr.jp/recruit/event/px );
	
}	
}
@media screen and (max-width: 479px) {
#line{
	left: calc( 100vw - 22px );
	
}	
}



@media screen and (min-width: 480px) {
#forms > iframe{
	width: 480px;
	height: 100vh;
}
}
@media screen and (max-width: 479px) {
#forms > iframe{
	width: 100vw;
	height: 100vh;
}
}

