@charset "UTF-8";

/*================================================
 *  CSSリセット
 ================================================*/
html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,abbr,address,cite,code,del,dfn,em,img,ins,kbd,q,samp,small,strong,sub,sup,var,b,i,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,figcaption,figure,footer,header,hgroup,main,menu,nav.gnav,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background:transparent;font-weight:normal;}body{line-height:1}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav.gnav,section{display:block}ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:none}a{margin:0;padding:0;font-size:100%;vertical-align:baseline;background:transparent}del{text-decoration:line-through}abbr[title],dfn[title]{border-bottom:1px dotted;cursor:help}table{border-collapse:collapse;border-spacing:0}hr{display:block;height:1px;border:0;border-top:1px solid #ccc;margin:1em 0;padding:0}input,select{vertical-align:middle}

/*================================================
 *  一般・共通設定
 ================================================*/
body {
	font-size: 15px;
	color: #2f2f2f;
	font-family: 'Noto Sans Japanese',sans-serif;
	line-height: 1.6;
	-webkit-text-size-adjust: 100%;
}

#contents {
	max-width: 980px;
	margin: 0 auto;
}

header + #contents {
	padding-top: 50px;
}

.inner {
	position: relative;
	max-width: 1250px;
	margin: 0 auto;
}

a {
	color: #193818;
	text-decoration: none;
}
a:hover {
	color: #555;
	transition: .3s;
}

h1 {
	font-size: 28px;
}

h2 {
	margin: 30px auto 50px;
	font-size: 28px;
	color: #193818;
	text-align: center;
	line-height: 1.0;
	font-family: 'Play', sans-serif;
	text-transform: uppercase;
}

h2 span {
	position: relative;
	font-size: 13px;
	letter-spacing: 0.1em;
	font-family: 'Noto Sans Japanese',sans-serif;
}

h2 span:before {
	position: absolute;
	top: 50%;
	left: -20px;
	z-index: 1;
	content: '';
	display: block;
	width: 1em;
	margin-top: -1px;
	border-top: 1px solid #193818;
}

h2 span:after {
	position: absolute;
	top: 50%;
	right: -20px;
	z-index: 1;
	content: '';
	display: block;
	width: 1em;
	margin-top: -1px;
	border-top: 1px solid #193818;
}

h3 {
	font-size: 18px;
	border-bottom: 1px dotted #666;
    margin-bottom: 10px;
    padding: 10px 0 5px 0;
    font-family: 'Noto Sans Japanese',sans-serif;
}

h4 {
	margin-top: 0.25em;
	margin-bottom: 0.25em;
	font-size: 16px;
	font-weight: bold;
}

h5 {
	margin-bottom: 0.25em;
	padding-left: 25px;
	font-size: 16px;
	background: url('../images/bg_arrow_black.png') 0 50% no-repeat;
}

h6 {
	margin-bottom: 0.25em;
	padding-left: 5px;
	font-size: 16px;
	font-weight: bold;
}

p {
	margin:0 0 1em 0;
	line-height: 1.7;
    letter-spacing: 0.05em;
}

img {
	max-width: 100%;
	vertical-align: bottom;
}

em {
	font-weight: bold;
}

strong {
	font-weight: bold;
	color: #193818;
}

pre {
	margin:1em 0;
	padding:1em;
}

blockquote {
	margin-bottom: 1em;
	padding: 1em;
	border: 1px dotted #ddd;
	border-left: 5px solid #ddd;
}

ul,ol,dl {
	margin: 0;
}
ul li {
	list-style: disc;
}
ol li {
	list-style: decimal;
}
li {
	margin-left: 0;
}
section {
	padding: 2rem 0;
}


@media screen and (max-width:768px) {
	*, *:before, *:after {
	  -webkit-box-sizing: border-box;
	  box-sizing: border-box
	}
	#contents {
		width: 100%;
		padding-left: 15px;
    	padding-right: 15px;
    	margin-bottom: 5rem;
	}
	#contents.mb0 {
		margin-bottom: 0;
	}
	.inner {
		width: 100%;
	}
}

/*================================================
 *  汎用クラス
 ================================================*/
/* 中央寄せ */
.ac {
	text-align: center;
}
/* 左寄せ */
.al {
	text-align: left;
}
/* 右寄せ */
.ar {
	text-align: right;
}

/* ボタン */
.btnArea {
    text-align: center;
    margin: 50px 0;
}
.btMore span {
    padding: 7px 30px;
    display: inline-block;
    font-size: 13px;
    letter-spacing: 2px;
    background-color: #fff;
    color: #193818;
    border: 2px solid #193818;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.btMore a:hover span {
    background-color: #193818;
    color: #fff;
}



/*================================================
 *  ヘッダー
 ================================================*/
header {
	position: fixed;
	width: 100%;
	z-index: 100;
	padding: 10px 0;
}
header.changeNav {
	background: #C3DACA;
}
header .flex_logo {
	width: 20%;
	position: relative;
}
header .flex_logo h1:before {
	position: absolute;
	content: 'オラクルフィフティーエイト';
	top: 0;
	left: 70px;
	font-size: 11px;
	color: #193818;
}
header .flex_nav {
	width: 65%;
	text-align: right;
}
nav.gnav ul li {
	position:  relative;
	line-height: 50px;
	margin: 0;
	padding: 0;
	list-style: none;
}
nav.gnav ul li a {
	display: block;
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	letter-spacing: 0.1em;
}
nav.gnav ul li:hover > a {
	color: rgba(255,255,255,0.6);
}
header.changeNav nav.gnav ul li:hover > a {
	color: #568055;
}
header.changeNav nav.gnav ul li a {
	color: #193818;
}
nav.gnav > ul > li {
	position: relative;
	display: inline-block;
	margin: 0;
	padding: 0 20px;
	text-align: center;
	list-style: none;
	line-height: 1.5;
}
nav.gnav > ul > li.sp {
	display: none;
}
nav.gnav > ul > li span {
	text-transform: uppercase;
	font-family: 'Play', sans-serif;
}
nav.gnav > ul > li.subnav a {
	padding-right: 20px;
}
nav.gnav > ul > li.subnav > a:after {
	position: absolute;
	content: "";
	top: 50%;
	width: 0;
	height: 0;
	margin-top:  -2.5px;
	margin-left: 10px;
	border: 5px solid transparent;
	border-top-color: #fff;
}

@media screen and (max-width:768px) {
	header .flex_logo {
		width: 60%;
    	padding-left: 10px;
	}
	header .flex_logo h1:before {
		left: 55px;
    	font-size: 10px;
	}
	nav.gnav {
		display:  none;
	}
	nav.gnav ul {
		margin: 0;
		padding: 0;
	}
	nav.gnav > ul {
		z-index: 2;
		overflow: auto;
		position: fixed;
		top: 0;
		right: 0;
		width: 100%;
		height: 100%;
		background: rgba(1,1,1,0.9);
    	padding-top: 70px;
	}
	nav.gnav li {
		position: relative;
		width: 100%;
		float: none;
		margin: 0;
		text-align: center;
		list-style: none;
	}
	nav.gnav > ul > li span {
		font-size: 12px;
	}
	header.changeNav nav.gnav > ul {
		background: rgba(195, 218, 202, 0.95);
	}
	nav.gnav ul li a {
		display: block;
		padding: 15px 0;
		color: #fff;
		font-size: 16px;
		text-decoration: none;
		background: transparent;
	}
	nav.gnav ul li.sp {
		display: block;
	}
	nav.gnav ul li.sp img {
		width: 80%;
	}
	nav.gnav ul ul {
		display: none;
		position: relative;
	}
	nav.gnav .subnav > a:before {
		display: block;
		content: "";
		position: absolute;
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
		top: 20px;
		right: 20px;
		width: 10px;
		height: 10px;
		margin-top: -5px;
		background: #f1f1f1;
	}
	nav.gnav .subnav > a:after {
		display: block;
		content: "";
		position: absolute;
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
		top: 20px;
		right: 20px;
		width: 10px;
		height: 10px;
		margin-top: -10px;
		background: #000;
	}
	nav.gnav .subnav a:hover:after {
		background: #222;
	}
	nav.gnav .subnav.active > a:before {
		margin-top: 0;
	}
	nav.gnav .subnav.active > a:after {
		margin-top: 5px;
	}

	.spMenuWrap {
		display: block;
		position: fixed;
		top: 0;
		right: 0;
		-webkit-transition:  all 1s;
		-moz-transition:  all 1s;
		-ms-transition:  all 1s;
		-o-transition:  all 1s;
		transition:  all 1s;
		background: transparent;
		z-index: 9999;
	}

	#spMenu {
		position: absolute;
		top: 10px;
		right: 10px;
	}

	#spMenu:hover {
		cursor: pointer;
	}

	#navBtn {
		display: inline-block;
		position: relative;
		width: 30px;
		height: 50px;
		border-radius: 5%;
	}
	#navBtnIcon {
		display: block;
		position: absolute;
		top: 50%;
		left: 0%;
		width: 25px;
		height: 2px;
		margin: -1px 0 0 -7px;
		background: #f1f1f1;
		transition: .2s;
	}
	#navBtnIcon:before,
	#navBtnIcon:after {
		display: block;
		content: '';
		position: absolute;
		top: 50%;
		left: 0;
		width: 25px;
		height: 2px;
		background: #f1f1f1;
		transition: 0.3s;
	}
	header.changeNav #navBtnIcon,
	header.changeNav #navBtnIcon:before,
	header.changeNav #navBtnIcon:after {
		background: #193818;
	}
	#navBtnIcon:before {
		margin-top: -8px;
	}
	#navBtnIcon:after {
		margin-top: 6px;
	}
	#navBtn .close,
	header.changeNav #navBtn .close {
		background: transparent;
	}
	#navBtn .close:before,
	#navBtn .close:after {
		margin-top: 0;
	}
	#navBtn .close:before {
		transform: rotate(-45deg);
		-webkit-transform: rotate(-45deg);
	}
	#navBtn .close:after {
		transform: rotate(-135deg);
		-webkit-transform: rotate(-135deg);
	}
}



/*================================================
 * mainImg
 ================================================*/
#mainImg {
	background-image: url(../images/img-main.jpg);
    height: 100vh;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
#mainImg svg {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 60%;
    height: 100vh;
    position: relative;
    overflow: visible;
}
#mainImg:after {
	position: absolute;
	content: 'Narrator Moderator Talent Office';
	font-size: 20px;
    top: 65%;
    left: 50%;
    transform: translate(-50%);
    color: rgba(255,255,255,0.5);
    font-family: 'Play', sans-serif;
    letter-spacing: 0.2em;
}
#mainImg path {
    fill-opacity: 0;
    fill: #fff;
    stroke: #fff;
    stroke-width: 1;
    stroke-linecap: round;
    stroke-dasharray: 600;
    stroke-dashoffset: 600;
}
@media screen and (max-width:768px) {
	#mainImg {
		background-position: center right 40%;
	}
	#mainImg svg {
		width: 80%;
	}
	#mainImg:after {
		width: 70%;
		font-size: 16px;
	}
}

/*================================================
 * lead
 ================================================*/
/* あいさつ文 */
.lead {
	text-align: center;
	font-size: 16px;
	line-height: 2.5;
	margin-top: 80px;
}
.lead p img {
	width: 20%;
	margin-bottom: 30px;
}
@media screen and (max-width:768px) {
	.lead {
		font-size: 15px;
		margin-top: 50px;
	}
	.lead p img {
		width: 40%;
	}
}



/*================================================
 * information
 ================================================*/
.information dl {
	display: flex;
	-webkit-display: flex;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	justify-content: flex-start;
	-webkit-justify-content: flex-start;
	max-width: 600px;
	margin: 0 auto;
}
.information dt,dd {
	border-bottom: 1px dotted #666;
	padding-bottom: 10px;
    margin-bottom: 10px;
}
.information dt {
	width: 20%;
}
.information dd {
	width: 80%;
	margin-left: auto;
}

@media screen and (max-width:767px) {
	.information {
		margin-bottom: 40px;
	}
	.information dl {
		display: block;
	}
	.information dt {
		border-bottom: none;
	}
	.information dt,
	.information dd {
		width: 100%;
	}
}


/*================================================
 * beginning
 ================================================*/
.beginning {
	background-color: #f9f3cf;
}
.beginning .flex {
	max-width: 980px;
	margin: 0 auto;
}
.beginning .flex .content-list {
	width: 30%;
}

@media screen and (max-width:768px) {
	.beginning {
		padding-left: 15px;
		padding-right: 15px;
	}
	.beginning .flex .content-list {
		width: 100%;
		margin-bottom: 50px;
	}
}


/*================================================
 * partner
 ================================================*/
.partner {
	margin-bottom: 100px;
}
.partner .flex div {
	width: 50%;
}

@media screen and (max-width:768px) {
	.partner {
		margin-bottom: 50px;
	}
	.partner .flex div {
		width: 100%;
		margin-bottom: 30px;
	}
	
}




/*================================================
 * 下層ページのタイトル
 ================================================*/
.mainVis {
    position: relative;
    height: 400px;
    overflow: hidden;
}
.mainVis img {
	width: 100%;
}
.mainVis .mainVis_ttl {
    position: absolute;
    color: #fff;
    font-size: 55px;
    width: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    letter-spacing: 0.2em;
    font-family: 'Play', sans-serif;
    text-transform: uppercase;
    line-height: 1;
    text-align: center;
}
.mainVis .mainVis_ttl span {
	font-size: 20px;
	font-family: 'Noto Sans Japanese',sans-serif;
}
@media screen and (max-width:768px) {
	.mainVis .mainVis_ttl {
		font-size: 40px;
	}
	.mainVis .mainVis_ttl span {
		font-size: 16px;
	}
}




/*================================================
 *  フッター
 ================================================*/
footer {
	margin-top: 100px;
	background: #262726;
}
.fnav {
	text-align: center;
	padding: 20px 0 0;
}
.fnav ul li {
	display: inline-block;
	list-style: none;
	margin: 5px 10px;
}
.fnav ul li a {
	color: #fff;
}
.fnav ul li a:hover {
	color: rgba(255,255,255,0.6);
}
.copyright {
	padding: 20px 0;
	color: rgba(255,255,255,0.3);
	font-size: 11px;
	text-align: center;
	background: #262726;
	letter-spacing: 0.1em;
}

@media screen and (max-width:767px) {
	footer {
		margin-top: 40px;
	}
	.fnav ul li {
		font-size: 13px;
	}

}

/*================================================
 *  ページトップへの戻り
 ================================================*/
#pagetop {
    position: fixed;
    right: 15px;
    bottom: 10px;
    cursor: pointer;
}
#pagetop i {
	font-size: 24px;
    color: #193818;
}

@media screen and (max-width:768px) {
	#pagetop {
		bottom: 40px;
	}
}




