@charset "utf-8";

@import url(https://fonts.googleapis.com/earlyaccess/notosansjp.css);
@import url(https://fonts.googleapis.com/css?family=Modern+Antiqua);

/* 横スクロールを防ぐ
----------------------------------------------------*/
html{
	overflow:auto;
	font-size: 10px;
}
body{
	overflow-x: hidden;
	min-width:1000px;
}

/*--- reset --*/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,th,td{margin:0;padding:0;}
address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;}
ul{list-style:none;}
table{border-collapse:collapse;border-spacing:0;}
caption,th{text-align:left;}
q:before,q:after{content:'';}
object,embed{vertical-align:top;}
legend{display:none;}
h1,h2,h3,h4,h5,h6{font-size:100%;}
img,abbr,acronym,fieldset{border:0;}

blockquote{
	background-color:#ddd;
	padding:1em;
	position:relative;
}

body{
	font: 1.6rem/1.7 'Noto Sans JP', Arial, Verdana, 游ゴシック, YuGothic,'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', メイリオ, Meiryo,sans-serif;
	font-weight: 300;
	-webkit-text-size-adjust:100%;
	color: #333;
	background: #fff;
	letter-spacing: 0.02em;
}

a{
	color: #002b84;
	text-decoration: none;
}
a:hover, .active{
	color: #44b4ff;
	text-decoration: underline;
}




/*--- clearfix --*/
.clear{
	clear:both;
}
.clearfix {zoom:1;}
.clearfix:after {
  content: ""; 
  display: block; 
  clear: both;
}

/*--- css ロールオーバー --*/
.ov a {
    -webkit-transition: 0.3s ease-in-out;  
       -moz-transition: 0.3s ease-in-out;  
         -o-transition: 0.3s ease-in-out;  
            transition: 0.3s ease-in-out; 
}
.ov a:hover {
    opacity:0.7;
    filter: alpha(opacity=70);
    -ms-filter: "alpha( opacity=70 )";
}

/* 行ぞろえ */
.alignCenter{
	text-align: center !important;	
}
.alignLeft{
	text-align: left !important;	
}
.alignRight{
	text-align: right !important;	
}

/* マージン関連 */
.mgt10{
	margin-top:10px !important;
}
.mgt20{
	margin-top:20px !important;
}
.mgt30{
	margin-top:30px !important;
}
.mgt40{
	margin-top:40px !important;
}
.mgt50{
	margin-top:50px !important;
}
.mgt60{
	margin-top:60px !important;
}
.mgb05{
	margin-bottom:5px;
}
.mgb10{
	margin-bottom:10px;
}
.mgb20{
	margin-bottom:20px;
}
.mgb30{
	margin-bottom:30px;
}
.mgb40{
	margin-bottom:40px;
}
.mgb50{
	margin-bottom:50px;
}
.mgl1em {
	margin-left: 1em;
}

/* float */
.floatLeft{
	float:left;
	margin-right: 30px;
	margin-bottom: 10px;
}
.floatRight{
	float:right;
	margin-left: 30px;
	margin-bottom: 10px;
}


/* 文字 */
strong,
.strong {
	font-weight: 700;
}
.textSize80 {
	font-size: 80% !important;
}
.textSize110 {
	font-size: 110% !important;
}
.textSize120 {
	font-size: 120% !important;
}
.kome {
	font-size: 1.4rem;
	color: #666;
	padding-left: 1em;
	text-indent: -1em;
}
ul.kome li {
	font-size: 1.4rem;
	padding-left: 1em;
	text-indent: -1em;
	line-height: 1.2em;
	margin-bottom: 0.5em;
}
.red {
	color: #cc0000;
	font-weight: 500;
}
.indent {
	padding-left: 1em;
	text-indent: -1em;
}

/* リスト */
ol  {
	position: relative;
	margin:0;
	padding:0;
}
ol li  {
	list-style: none;
	list-style-position:outside;
	margin:5px 0px 5px 0px;
	padding-left:2.25em
}
ol li span {
	position: absolute;
	left:0;
	margin:0;
}
/*IE6*/
*html ol li span  {
	left: -1.25em;
}


/*----------------------------------------------------
	アイコン
----------------------------------------------------*/
.pdf a,
.icon_pdf,
._new {
	background-image: url(../img/icon_pdf.png);
	background-repeat: no-repeat;
	background-position: right center;
	padding-right: 20px;
}
.blank a,
.icon_blank,
._blank {
	background-image: url(../img/icon_blank.png);
	background-repeat: no-repeat;
	background-position: right center;
	padding-right: 15px;
}


/* ページトップ
------------------------------------------------------------*/
#pagetop {
	position: fixed;
	bottom: 10px;
	right: 10px;
	z-index: 9999;
	width: 60px;
	height: 60px;
	text-align: center;
	background-color: rgba(102,102,102,0.8);
	cursor: pointer;
	box-shadow: 0 2px 5px rgba(0,0,0,0.5);
}
#pagetop img {
	padding-top: 25px;
}

@media (max-width: 768px) {
#pagetop {
	width: 50px;
	height: 50px;
}
#pagetop img {
	padding-top: 15px;
}
}



/* ヘッダー
------------------------------------------------------------*/
body {
  width: 100%;
  overflow-x: hidden;
}

a.link-close {
  pointer-events: none;
  cursor: default;
}


/* head */
#head {
  position: relative;
  z-index: 900;
  width: 100%;
  height: 100px;
  background: #FFF;
}

#head .logo {
	position: absolute;
	left: 40px;
	top: 27px;
}
#head .logo img {
	width: 200px;
}

.gnav {
	position: absolute;
	top: 0px;
	right: 0px;
}
.gnav li {
	position: relative;
	float: left;
	text-align: center;
	margin-right: 20px;
	padding-top: 40px;
	padding-bottom: 10px;
}
.gnav li > p {
  width: 100%;
  height: 30px;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.2;
}
.gnav li p a {
	color: #111111;
}
.gnav li p a:hover {
	text-decoration: none;
}
.gnav li > p span {
  display: block;
  width: 100%;
  height: 100%;
}
@media all and (min-width: 769px) {

  .gnav li:hover:before, .gnav li.-active:before {
    position: absolute;
    bottom: -1px;
    left: 0;
    z-index: 6;
    display: block;
    width: 100%;
    height: 3px;
    background: #1a7dd0;
    content: "";
  }

/* アクティブ */
  .exam .gnav li.exam:before,
	.event .gnav li.event:before,
	.work .gnav li.work:before,
	.qa .gnav li.qa:before
	{
    position: absolute;
    bottom: -1px;
    left: 0;
    z-index: 6;
    display: block;
    width: 100%;
    height: 3px;
    background: #1a7dd0;
    content: "";
  }
	
	
  .gnav li.close > p span {
    opacity: 0.4;
  }
  .gnav li.close:hover:before {
    display: none;
  }

  .gnav li > p span {
    background: no-repeat center 98%;
  }
  .gnav .under-menu {
    position: absolute;
    left: 0;
    top: 80px;
    min-width: 100%;
    height: 0;
    overflow: hidden;
    opacity: 0;
    background: #FFF;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
  }
  .gnav .drop:hover .under-menu {
    height: auto;
    opacity: 1;
  }
  .gnav .under-menu a {
    white-space: nowrap;
  }
  .gnav .under-menu a:not(.link-close):hover {
    color: #000;
  }
}
.gnav .under-menu {
  text-align: left;
  font-size: 13px;
  line-height: 1.1;
}
.gnav .under-menu a {
  display: block;
  padding: 15px;
  letter-spacing: 2px;
  color: #333;
}
.gnav .under-menu a.link-close {
  color: rgba(0,0,0,0.3);
}
.gnav .under-menu a + a {
  border-top: solid 1px #ebebeb;
}
.btn-menu {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 980;
  width: 50px;
  height: 50px;
  background: #1a7dd0;
	border: none;
}
.btn-menu span {
  position: absolute;
  top: 50%;
  left: 14px;
  display: block;
  width: 24px;
  height: 1px;
  background: #FFF;
  -webkit-transition: background 0.2s ease-in-out;
  transition: background 0.2s ease-in-out;
}
.btn-menu span:before, .btn-menu span:after {
  position: absolute;
  left: 0;
  right: 0;
  display: block;
  width: 100%;
  height: 1px;
  background: #FFF;
  content: "";
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.btn-menu span:before {
  top: -8px;
}
.btn-menu span:after {
  bottom: -8px;
}
.btn-menu.-active span {
  background: transparent;
}
.btn-menu.-active span:before {
  top: 0;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.btn-menu.-active span:after {
  top: 0;
  bottom: auto;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.gnav .btn-close {
  position: relative;
  width: 100%;
  height: 50px;
  background: #000;
}
.gnav .btn-close:before, .gnav .btn-close:after {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 25px;
  height: 1px;
  background: #FFF;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  content: "";
}
.gnav .btn-close:after {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}




.gnav li .js-acc-trigger span:after
{
	width: 0;
	height: 0;
	border: 0.313em solid transparent;
	border-bottom: none;
	border-top-color: #1a7dd0;
	content: '';
	vertical-align: middle;
	display: inline-block;
	position: relative;
	right: -0.313em;
}

@media all and (max-width: 1100px) {
  #head .logo {
	left: 10px;
  }
  #head .logo img {
	  width: 250px;
  }
}

@media all and (max-width: 768px) {
  .pc {
    display: none !important;
  }
  .wrap {
    width: auto;
    padding: 0 10px;
  }
  
  .anchor-point {
    position: relative;
    margin-top: -50px;
    padding-top: 50px;
    z-index: -1;
  }

/* head */
  #head {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 50px;
  }
  #head .logo {
    float: none;
    width: auto;
    text-align: left;
	left: 10px;
	top: 10px;
  }
  #head .logo img {
	  width: 220px;
  }
  .gnav {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding-top: 50px;
    background: rgba(255,255,255,0.8);
    display: none;
  }
  .gnav a {
	color: #fff !important;
  }
  .gnav li {
	float: none;
	width: auto;
	padding: 0;
	text-align: left;
	border-bottom: solid 1px rgba(255,255,255,0.3);
	margin-right: 0px;
  }
  .gnav li > a, .gnav li > p {
    position: relative;
    display: block;
    height: auto;
    padding: 15px 10px;
    font-size: .9rem;
    font-weight: 400;
    color: #FFF;
    background: #000;
    letter-spacing: 2px;
  }
  .gnav li > a:before, .gnav li > p:before {
    position: absolute;
    display: block;
    width: 8px;
    height: 8px;
    border-bottom: solid 1px #FFF;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    content: "";
  }
  .gnav li > a:before {
    top: 36%;
    right: 22px;
    border-right: solid 1px #FFF;
  }
  .gnav li > p:before {
    top: 35%;
    right: 20px;
    border-left: solid 1px #FFF;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
	  margin-right: 1em;
  }
  .gnav li > p.-active:before {
    top: 42%;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
  }
	
  .gnav li > p.nexttype:before {
    position: absolute;
    display: block;
    width: 8px;
    height: 8px;
    border-bottom: solid 1px #FFF;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    content: "";
	border-left: none;
	  
  }
  .gnav li > p.nexttype:before {
    top: 36%;
    right: 22px;
    border-right: solid 1px #FFF;
  }
	
	
  .gnav .under-menu {
    display: none;
    font-size: .8rem;
  }
  .gnav .under-menu a {
    position: relative;
    padding: 15px 20px;
    letter-spacing: 1px;
    background: #FFF;
	  color: #111 !important;
  }
  .gnav .under-menu a:before {
    position: absolute;
    top: 36%;
    right: 22px;
    display: block;
    width: 7px;
    height: 7px;
    border-right: solid 1px #333;
    border-bottom: solid 1px #333;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    content: "";
  }
  .gnav .under-menu a.link-close:before {
    border-color: rgba(0,0,0,0.3);
  }
  .gnav .close > p {
    color: rgba(255,255,255,0.3);
  }
  .gnav .close > p:before {
    border-color: rgba(255,255,255,0.3);
  }

}



@media all and (min-width: 769px) {
  body, #cont, #head {
    min-width: 1080px;
  }
  .smp {
    display: none !important;
  }
  .alpha {
    -webkit-transition: opacity .2s ease-out;
    transition: opacity .2s ease-out;
  }
  .alpha:hover {
    opacity: 0.4;
  }
}




/* 検索
----------------------------------------------------*/
.searchArea {
	position: absolute;
	top: 35px;
	right: 40px;
}
.searchArea p {
	float: left;
	font-size: 90%;
	margin-right: 10px;
	line-height: 2em;
}

#searchform {
	width: 200px;
	display: block;
	height: 30px;
	position: relative;
	float: left;
	border-radius: 50px;
	background-color: #e6e5e5;
}  
#keywords  {
	width: 153px;
	position: absolute;
	top: 8px;
	left: 15px;
	border: none;
	background-color: #e6e5e5;
}  
#searchBtn {  
    position: absolute;  
    top: 5px;  
    right: 10px;  
}

@media (max-width: 640px) {
#header .logo {
	display: none;
}
#header .logo_sp {
	display: block;
	margin-top: 10px;
	margin-left: 10px;
}	
}

@media (max-width: 768px) {
.searchArea {
	display: none;
}
#header {
	width: 100%;
	height: auto;
	padding-bottom: 10px;
}
#header .logo {
	margin-left: 10px;
}

#header .officialsite {
	display: none;
}

#header .searchArea {
	position: static;
	padding-right: 10px;
	padding-left: 10px;
	margin-top: 10px;
}
.searchArea p {
	display: none;
}
#searchform {
	width: 100%;
	display: block;
	height: 30px;
	position: relative;
	background-image: none;
	background-color: #efeeee;
	border: 1px solid #cccccc;
}  
#keywords  {
	position: absolute;
	top: 3px;
	left: 7px;
	background-color: #efeeee;
	font-size: 16px;
	width: 80%;
}  
#searchBtn {  
    position: absolute;  
    top: 10px;  
    right: 10px;  
}  


}


/* PCのみ非表示
------------------------------------------------------------*/
.pc_none {
	display: none;
}




/* メインヴィジュアル
------------------------------------------------------------*/
.mainv {
	position: relative;
}
.copy01 {
	z-index:3;
	position: absolute;
	left: 0px;
	top: 0px;
}
.copy02 {
	z-index:3;
	position: absolute;
	right: 0px;
	bottom: 0px;
}


.pc_none {
	display: none;
}
@media (max-width: 640px) {
.sp_none {
	display: none;
}
.pc_none {
	display: block;
}
}



/* フッター
------------------------------------------------------------*/
.footer {
	background-color: #555;
	color: #fff;
	padding-top: 60px;
	padding-bottom: 60px;
}
p.copyright {
	text-align: center;
	font-size: 1.8rem;
	margin-top: 60px;
}


/* 共通
------------------------------------------------------------*/
img{
	max-width: 100%;
	height: auto;
	vertical-align: bottom;
}


/*--- コンテンツ --*/
#wrapper{
	width: 100%;
	zoom: 1;
	padding-bottom: 100px;
}
.inner {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
}

@media (max-width: 768px) {
#wrapper{
	padding-bottom: 30px;
}
.inner {
	width: auto;
	margin: 0 5%;
}
}
	



/*==================================== スマホ ====================================================*/

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

/* float */
.floatLeft{
	float:none;
	margin-right: 0px;
	margin-bottom: 0px;
}
.floatRight{
	float:none;
	margin-left: 0px;
	margin-bottom: 0px;
}


/*--- コンテンツ --*/
.article {
	width: 100%;
	padding-top: 20px;
	padding-bottom: 40px;
}
.section {
	padding-top: 20px;
	padding-bottom: 20px;
}


/* フッター
------------------------------------------------------------*/
.footer {
  padding: 40px 0;
	width: auto;
	padding-right: 10px;
	padding-left: 10px;
}


}

/*==================================== タブレット ====================================================*/

@media only screen and (max-width: 959px){
	
body{
	min-width:100%;
}

/*--- コンテンツ --*/
.article {
	width: auto;
	padding-right: 10px;
	padding-left: 10px;
}

}



/* カラム
------------------------------------------------------------*/
ul.col1 {
	display: block;
}
ul.col1 li {
	text-align: center;
	width: auto;
}

ul.col2 {
	display: flex;
}
ul.col2 li {
	width: calc(100% / 2);
}
ul.col2,
ul.col2 li {
	padding-left: 0;
	margin-top: 0;
	margin-bottom: 0;
	list-style: none;
}
ul.col2 li {
	text-align: center;
}
@media (max-width: 768px) {
ul.col2 {
	display: block;
}
ul.col2 li {
	width: auto;
	padding: 30px 2%;
}
}