/*************************
メディアクエリ
*************************/
@media screen and (max-width: 1024px){

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}



body {
-webkit-text-size-adjust: 100%;
	background:#fff;
font-family:'Avenir','Corbel',"游ゴシック","Yu Gothic",YuGothic,"Hiragino Kaku Gothic ProN","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"ＭＳ ゴシック",sans-serif;
　　　font-weight: 200;	
}


img{
  max-width: 100%;
  height: auto;
  border: 0;
  text-align:center;
}


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

WRAPPER

**************************************************************************************************/
#wrapper {
	margin:0 auto;
	width:100%;
	padding:0 0 0 0;
	background:#fff;
color:#000;
}



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

CONTENTS

**************************************************************************************************/
.contents{
width:100%;
margin:30px auto;
padding:0 5%;
}



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

PANKUZU

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

#pankuzuArea {
	display:none;
}




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

P

**************************************************************************************************/
p{
font-size:16px;
line-height:2.0em;
color:#000;
font-weight:normal;
}

p.txtC{
text-align:center;
}


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

ロゴ

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


.splogo{
z-index:10;
display:block;
	padding:10px 0 0 20px;
}


.splogo img{
  height:40px;
  max-width: none;
}



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

HEADER

**************************************************************************************************/
header{
  position: fixed;
  top: 0;
  left: 0;
  z-index:100;
    width: 100%;
padding:0 0 0 0;
margin: 0 auto;
background:#fff;
	height:60px;
	 	-webkit-box-shadow:0 2px 5px rgba(0,0,0,0.1);
box-shadow:0 2px 5px rgba(0,0,0,0.1);

}

.is-animation{
    width: 100%;
padding:0 0 0 0;
top: 0;
	height:60px;
  -webkit-transition: all 0.25s ease-in-out;
ransition: all 0.25s ease-in-out; /* 滑らかな変化を設定 */
}


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

メニュー

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


#headerSpMenu{
position: fixed;
    z-index:10000;
	top:0;
	right:0;
	width:60px;
	height:60px;
display:block;
background:#003265;
}


#headerMenu{
display:block;
	position: relative;
	background:#f0f0f0;
padding:0;
	}

.button-toggle {
	position: absolute;
	margin:21px 0 0 15px ;
	cursor:pointer;
}

.button-toggle span{
margin:0 0 0 5px;
}


#headerSpMenu p{
color:#000;
font-size:10px;
margin:15px 0 0 2px;
}


#headerSpMenu a{
text-decoration:none;
}




.menu-trigger,
.menu-trigger span {
	display: inline-block;
	transition: all .4s;
	box-sizing: border-box;
}
.menu-trigger {
	position: relative;
	width: 20px;
	height: 16px;
}
.menu-trigger span {
	position: absolute;
	left: 0;
	width: 100%;
	height: 2px;
	background-color: #fff;
	border-radius: 3px;         /* CSS3 */
	-moz-border-radius: 3px;    /* Firefox */
	-webkit-border-radius: 3px;
}
.menu-trigger span:nth-of-type(1) {
	top: 0;
}
.menu-trigger span:nth-of-type(2) {
	top: 7px;
}
.menu-trigger span:nth-of-type(3) {
	bottom: 0;
}


#menu-trigger01.active span:nth-of-type(1) {
	-webkit-transform: translateY(11px) rotate(-45deg);
	transform: translateY(7px) rotate(-45deg);
}
#menu-trigger01.active span:nth-of-type(2) {
	opacity: 0;
}
#menu-trigger01.active span:nth-of-type(3) {
	-webkit-transform: translateY(-7px) rotate(45deg);
	transform: translateY(-7px) rotate(45deg);
}



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

スマホヘッダーメニュー

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


.navimenu {
	position: fixed; /*** absolute は被せる ***/
	width: 100%;
	height:100%;
	background: #f7f7f8;
		padding:0 0 100px 0;
	top:60px;
	z-index:1000;
	display:none;
	float:none;
		overflow: hidden;
animation-name: fadeinSpmenu;
    animation-duration: 0.5s;

}

.navimenu .spMenu {
display:block;
	padding:0;
	height:100%;
	overflow-y: scroll;
	-webkit-overflow-scrolling:touch;
}

.navimenu ul {
	padding: 0;
	margin: 0;
	list-style: none;
	
}

.navimenu ul.spm li {
	position: relative;

}

.navimenu ul.spm li a {
	display: block;
	color: #333;
	text-decoration: none;
	border-bottom:solid 1px #e6e6e6;
	line-height: 60px;
	padding:0 0 0 25px;
	position:relative;
	font-size:17px;
font-weight:700;
}

.navimenu ul.spm li:first-child a {
border-radius: 5px 5px 0 0;         /* CSS3 */
	-moz-border-radius: 5px 5px 0 0;    /* Firefox */
	-webkit-border-radius: 5px 5px 0 0;
}

.navimenu ul.spm li:last-child a {
border-radius: 0 0 5px 5px;         /* CSS3 */
	-moz-border-radius: 0 0 5px 5px;    /* Firefox */
	-webkit-border-radius: 0 0 5px 5px;
}

.navimenu ul.spm li a:after {
font-family: "Font Awesome 5 Free";
content:'\f054';
 font-size: 0.6em;
 	color: #003265;
position:absolute;
font-weight: 900;
top:0;
right:24px;
}


.navimenu ul.spm ul.accordion{
     width:100%;
     overflow: hidden;
}

.navimenu ul.spm ul.accordion ul{
     display: none;
}    


.navimenu ul.spm ul.accordion li p{
     font-size:17px;
     	color: #333;
     	position:relative;
     	line-height: 60px;
	          	border-bottom:solid 1px #e6e6e6;
	padding:0 0 0 25px;
     margin:0;
     cursor: pointer;/*カーソルを通常の物に*/    
}

.navimenu ul.spm ul.accordion li p:after {
font-family: "Font Awesome 5 Free";
content:'\2b';
 font-size: 135%;
position:absolute;
font-weight: 900;
color:#003265;
top:-2px;
right:20px;
}




.navimenu ul.spm ul.accordion li p span{
     font-size:17px;
     text-decoration:none;
font-weight:700;
     color:#333;
}

.navimenu ul.spm ul.accordion li p.active{

     	position:relative;

}

.navimenu ul.spm ul.accordion li p.active:after{
font-family: "Font Awesome 5 Free";
content:'\f068';
 font-size: 85%;
position:absolute;
font-weight: 700;
top:2px;
right:20px;
}




.navimenu ul.spm ul.accordion ul {
padding:0 0;
background:#fff;
}

.navimenu ul.spm ul.accordion ul li{
background:#fff;
     	position:relative;
     	line-height: 40px;
	          	border-bottom:solid 0px #ccc;
	text-indent:0;
     cursor: pointer;/*カーソルを通常の物に*/    
}

.navimenu ul.spm ul.accordion ul li a{
background:#fff;
     font-size:16px;
	border-bottom:solid 1px #e6e6e6;
margin:0px;
font-weight:normal;
color:#333;
     	position:relative;
     	line-height:60px;
padding:0 0 0 45px;
}

.navimenu ul.spm ul.accordion ul li a:after{
font-family: "Font Awesome 5 Free";
content:'\f054';
color:#003265;
 font-size: 0.6em;
position:absolute;
font-weight: 900;
top:0;
right:24px;
}


/***  h3 ***/
.navimenu h3{
background:#eeeef1;
font-size:16px;
font-weight:700;
padding:5px 0 5px 30px;
color:#333;
line-height:1.5em;
margin:30px 0 15px 0;
}


/***  submenu ***/
.navimenu .spSubMenu ul{

margin:15px auto 0 auto;
}

.navimenu .spSubMenu ul li{
display: inline-block;
font-size:15px;
line-height:15px;
width:50%;
margin:0 0 12px 0;
text-align:left;
position:relative;
}

.spSubMenu ul li a{
color:#333;
	text-decoration: none;
padding:0 0 0 45px;
}

.spSubMenu ul li a:after {
font-family: "Font Awesome 5 Free";
content:'\f054';
 font-size: 0.6em;
 	color: #003265;
position:absolute;
font-weight: 900;
top:0;
left:32px;
}



#spSnsMenu{
width:100%;
margin:0 auto;
}


#spSnsMenu ul{
text-align:center;
padding:30px 0 0 0;
}

#spSnsMenu ul li{
display:inline-block;
margin:0 20px 0 0;
}

#spSnsMenu ul li:last-child{
margin:0;
}

#spSnsMenu ul li img{
width:25px;
}



/* ★スクロールに合わせてコンテンツを表示させるCSS
 * 'effect'クラスのアニメーション処理速度を指定できます
 */
 

@keyframes fadeinSpmenu {
from {
    opacity: 0;
    transform: translateY(-5px);
}
to {
    opacity: 1;
    transform: translateY(0);
}
}





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

MARGIN

**************************************************************************************************/
.areaS50{
	margin-top:40px;
}


.areaS100{
	margin-top:50px;
}

.txtS40{
	margin-bottom:20px;
}

.txtS20{
	margin-bottom:20px;
}

.txtSL10{
	margin-left:10px;
}


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

H1

**************************************************************************************************/
.comH1Box{
margin:60px 0 0 0;
position:relative;
}


.comH1Box h1{
font-size:50px;
position:absolute;
width:100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
color:#fff;
font-weight:500;
text-align:center;
line-height:1.0em;
letter-spacing:2.0px;
margin:0 0 0 0;
font-family:Times New Roman,serif;
}

/*** Message ***/
.msgH1Box{
margin:60px 0 0 0;
position:relative;
}


.msgH1Box h1{
font-size:60px;
position:absolute;
    top:60px;
    left: 5%;
color:#fff;
font-weight:500;
text-align:left;
line-height:1.5em;
letter-spacing:2.0px;
margin:0 0 0 0;
font-family:Times New Roman,serif;
  object-fit: cover;
}

.msgH1Box .nameBox{
position:absolute;
text-align:left;
    top:155px;
    left:5%;
background-color: rgb(255,255,255,0.5);
padding:10px 20px;


}

.msgH1Box .nameBox p.katagaki{
font-size:14px;
color:#000;
font-weight:500;
text-align:left;
line-height:1.5em;
}

.msgH1Box .nameBox p.name{
font-size:18px;
color:#000;
margin:10px 0 0 0;
font-weight:700;
text-align:left;
line-height:1.5em;
}

.comH1Box img{
width: 100%;
 height:40vh; 
  object-fit: cover;
}

/*** message ***/
.msgH1Box img{
width: 100%;
 height:300px; 
  object-fit: cover;
}


.comH1Box span img{
width: 100%;
 height:20vh; 
  object-fit: cover;
}


.comH1Box span.subpage img{
width: 100%;
 height:15vh; 
  object-fit: cover;
}




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

PANKUZU comH1Box inner

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

#pankuzuBox {
position:absolute;
top:20px;
left:4%;
font-size:13px;
font-size:normal;
color:#fff;
}



#pankuzuBox span{
font-weight:700;
}



    
#pankuzuBox a{
    color:#fff;
    text-decoration:underline;
    }
  
 

#pankuzuBox a:visited{
    text-decoration:underline;
}

#pankuzuBox a:hover{
opacity:0.8;
    text-decoration:none;
}



#pankuzuBox a.active{
opacity:0.8;
    text-decoration:none;
}



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

TOPキービジュアル

**************************************************************************************************/
/* Main */


.keyVisual{
min-width:100%;
height:100%;
margin:0 auto;
position:relative;
padding:0 0 0 0;
}


.keyVisual .keyBox{
width:90%;
height:60%;
top:50%;
left:50%;
-webkit-transform: translate(-50%, -50%);
-ms-transform:translate(-50%, -50%);
          transform: translate(-50%, -50%);

position:absolute;
margin:0 auto;
}



.keyVisual .catch{
color:#fff;
font-size:40px;
font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;width:100%;
font-weight:700;
letter-spacing:1.5px;
position:absolute;
text-align:center;
line-height:1.3em;
top:40%;
left:50%;
-webkit-transform: translateX(-50%);
-ms-transform:translateX(-50%);
          transform: translateX(-50%);
}


.keyVisual p{
color:#fff;
font-size:18px;
width:100%;
font-weight:500;
text-align:center;
line-height:1.8em;
letter-spacing:0.5px;
position:absolute;
top:60%;
left:50%;
-webkit-transform: translateX(-50%);
-ms-transform:translateX(-50%);
          transform: translateX(-50%);
z-index:21;
}




.swiper-container{
z-index:10;
}

@-webkit-keyframes zoomUp {
  0% {
      -webkit-transform: scale(1);
      transform: scale(1);
  }
  100% {
      -webkit-transform: scale(1.10);
      transform: scale(1.10);
  }
}

@keyframes zoomUp { /* 1.15倍させる指定 */
  0% {
      -webkit-transform: scale(1);
      transform: scale(1);
  }
  100% {
      -webkit-transform: scale(1.10);
      transform: scale(1.10);
  }
}

.swiper-slide {
  overflow: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-slide-active .slide-img,
.swiper-slide-duplicate-active .slide-img,
.swiper-slide-prev .slide-img { /* 12秒かけて拡大させる */
    -webkit-animation: zoomUp 12s linear 0s;
    animation: zoomUp 12s linear 0s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.slide-img {
width:100%;
    background-size: cover; 
    background-position: center center; /* 背景画像は中央を軸に表示させる */
 height:100vh;

}



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

NEWS

**************************************************************************************************/
.InformationArea{
width:100%;
background:#fff;
margin:0 auto;
padding:30px 0 40px 0;
}


.InformationBox{
width:92%;
max-width:100%;
margin:0 auto 0 auto;
padding:0 4%;

}

.InformationBox h2{
font-size:30px;
margin:0 0 20px 0;
font-weight:normal;
line-height:1.8em;
	font-family: 游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN","Hiragino Mincho Pro",HGS明朝E,メイリオ,Meiryo,serif;
text-align:center;
}


.InformationBox .importantNews{
width:100%;
border:solid 1px #da4453;
margin:0 0 25px 0;
}

.InformationBox .importantNews h3{
width:100%;
margin:0 3% 0 0;
font-size:15px;
color:#fff;
line-height:1.5em;
display:block;
vertical-align:middle;
background:#da4453;
text-align:center;
padding:6px 0;
}


.InformationBox .importantNews p{
width:100%;
font-size:15px;
line-height:1.5em;
color:#da4453;
display:block;
vertical-align:middle;
text-align:left;
padding:4%;
}


    
.InformationBox .importantNews p a {
    color:#da4453;
    text-decoration:underline;
    }
  
 

.InformationBox .importantNews p a:visited{
    color:#da4453;
    text-decoration:underline;
}

.InformationBox .importantNews p a:hover{
	color:#1a9ede;
    text-decoration:none;
}



.InformationBox .importantNews p a.active{
	color:#1a9ede;
    text-decoration:none;
}




.InformationBox dl{
width:100%;
border-bottom:solid 1px #e6e6e6;
margin:0 0 10px 0;
padding:0 0 10px 0;
}


.InformationBox dl dt{
display:block;
width:100%;
margin:0 0 0 0;
padding:0 0 0 0;
	font-size:15px;
font-weight:normal;
line-height:1.4em;
	vertical-align:top;
text-align:left;
	color:#000;

}

.InformationBox dl dd{
display:inline-block;
width:100%;
margin:0;
	font-size:15px;
line-height:1.8em;
font-weight:normal;
	vertical-align:top;
text-align:left;
	color:#000;

}


    
.InformationBox dl dd a {
    color:#000;
    text-decoration:underline;
    }
  
 

.InformationBox dl dd a:visited{
    color:#000;
    text-decoration:underline;
}

.InformationBox dl dd a:hover{
	color:#1a9ede;
    text-decoration:none;
}



.InformationBox dl dd a.active{
	color:#1a9ede;
    text-decoration:none;
}


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

Introducing JILA

**************************************************************************************************/
.introducingArea{
width:100%;
background:#f3f3f3;
margin:0 auto;
padding:30px 0 0 0;
}

.introducingBox{
width:92%;
max-width:100%;
margin:0 auto;
padding:0 4%;
}

.introducingBox ul {
margin:0 auto 0 auto;
width:100%;
text-align:center;
}


.introducingBox ul li{
  width:50%; /* boxサイズ */
display:inline-block;
margin:0 auto;
padding:0;
vertical-align:top;
}



.introducingArea h2{
font-size:30px;
margin:0 0 30px 0;
font-weight:normal;
line-height:1.8em;
	font-family: 游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN","Hiragino Mincho Pro",HGS明朝E,メイリオ,Meiryo,serif;
text-align:center;
}

.introducingArea h3{
font-size:16px;
margin:15px 0 40px 0;
font-weight:700;
line-height:1.4em;
text-align:center;
color:#333;
position:relative;
}


    
.introducingArea li h3 a {
    color:#333;
    text-decoration:none;
    }
  
 

.introducingArea li h3 a:visited{
    color:#333;
    text-decoration:none;
}

.introducingArea li h3 a:hover{
	color:#1a9ede;
    text-decoration:none;
}



.introducingArea li h3 a.active{
	color:#1a9ede;
    text-decoration:none;
}

.introducingArea h3 a:before{
font-family: "Font Awesome 5 Free";
content:'\f054';
color:#003265;
 font-size: 0.6em;
position:absolute;
font-weight: 900;
top:-1px;
text-indent:-20px;
}


.introducingArea p{
font-size:14px;
line-height:1.8em;
margin:0 20px 0 5px;
text-align:left;
color:#333;
}

.introducingBox ul li .thumb{
overflow:hidden; 
  width:100%; /* boxサイズ */
height:100%;
}

.introducingArea ul li .thumb img{
width:100%;
height: 100%;
  object-fit: cover;/* 画像をクリッピングマスクする*/
  transition-duration: 0.25s; /* 動く時間(なめらかになる) */
}

.introducingArea ul li .thumb img:hover{
  transform: scale(1.1); /* 拡大 */
  transition-duration: 0.25s; /* 動く時間(なめらかになる) */
}



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

TOPMOVIE

**************************************************************************************************/
.topMovieArea{
width:100%;
background:#dce4e9;
margin:0 auto;
padding:30px 0 30px 0;
}

.topMovieArea .movie-en {
  max-width: 100%;
  margin: 0 auto;
  padding: 0 4%;
}

.topMovieArea .movie-en__inner {
  position: relative;
  z-index: 1;
}

.topMovieArea .movie-en__inner iframe {
  width: 100%;
  aspect-ratio: 16 / 9;
}

.topMovieArea .caption-en {
  position: relative;
}


.topMovieArea h2{
font-size:26px;
margin:0 0 0 0;
font-weight:normal;
line-height:1.8em;
	font-family: 游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN","Hiragino Mincho Pro",HGS明朝E,メイリオ,Meiryo,serif;
text-align:left;
}



.topMovieArea p{
font-size:15px;
line-height:1.6em;
margin:0 0 0 3px;
color:#333;
}




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

TOPLINKBANNER

**************************************************************************************************/
.topLinkArea{
width:100%;
background:#fff;
margin:0 auto;
}

.topLinkArea ul{
    display: block;/* 子要素を並列にする */
align-items: center; /* 並列の子要素の高さ方向の中央揃え */

}

.topLinkArea ul li{
width:100%;
position:relative;
}

.topLinkArea ul li .thumb{
overflow:hidden; 
  width:100%; /* boxサイズ */
height:100%;
}

.topLinkArea ul li .thumb img{
width:100%;
height: 100%;
  object-fit: cover;/* 画像をクリッピングマスクする*/
  transition-duration: 0.25s; /* 動く時間(なめらかになる) */
}

.topLinkArea ul li .thumb img:hover{
  transform: scale(1.1); /* 拡大 */
  transition-duration: 0.25s; /* 動く時間(なめらかになる) */
}

.topLinkArea ul li .captionBox{
position:absolute;
width:100%;
padding:0 4%;
top:50%;
left:50%;
-webkit-transform: translate(-50%, -50%);
-ms-transform:translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.topLinkArea ul li .captionBox h3{
font-size:28px;
color:#fff;
margin:0 0 15px 0;
font-weight:normal;
line-height:1.6em;
	font-family: 游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN","Hiragino Mincho Pro",HGS明朝E,メイリオ,Meiryo,serif;
text-align:left;
text-align:center;
}


.topLinkArea ul li .captionBox p{
display:none;
font-size:14px;
line-height:1.6em;
color:#fff;
text-align:center;
}


.topLinkArea ul li .arrowimg {
	position:absolute;
bottom:20px;
right:20px;
}

.topLinkArea ul li .arrowimg img{
width:50px;
}



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

AboutusIndex

**************************************************************************************************/
#movie {
  margin-top : -61px;
  padding-top : 61px;
}


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

OVERVIEW

**************************************************************************************************/
.overviewArea {
width:100%;
margin:0 auto;
}



.overviewArea h2{
font-family:Times New Roman,Georgia,serif;
font-size:28px;
color:#333;
font-weight:700;
text-align:left;
line-height:1.3em;
border-left: solid 3px #004989;
padding:0 0 0 20px;
}

.overviewArea h3{
font-size:20px;
color:#333;
font-weight:500;
text-align:left;

line-height:1.6em;
margin:30px 0 0 0;

  display: flex;
  align-items: center;
  justify-content: left;
white-space: nowrap;
}


.overviewArea h3:before {
  border-top:2px solid #004989;
  content: "";
  width:15px; 
margin:0 10px 0 0;
}

.overviewArea  p.overview{
margin:0 0 0 30px
}



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

MEMBERS

**************************************************************************************************/
.memberArea {
width:100%;
margin:0 auto;
}

.memberArea h2{
   font-family:Times New Roman,Georgia,serif;
font-size:30px;
color:#333;
font-weight:700;
text-align:center;
line-height:1.5em;
padding:0 0 10px 0;
margin:0 0 30px 0;
border-bottom:solid 1px #e6e6e6;

}

.memberArea h2 span{
font-size:16px;
font-family:'Avenir','Corbel',"游ゴシック","Yu Gothic",YuGothic,"Hiragino Kaku Gothic ProN","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"ＭＳ ゴシック",sans-serif;

color:#333;
margin:0 0 0 3px;
font-weight:normal;
}

.memberArea h3{
font-size:22px;
color:#333;
font-weight:700;
text-align:left;
line-height:1.3em;
margin:30px 0 0 0;
}

.memberArea h3 span{
font-size:16px;
color:#003265;
font-weight:700;
text-align:left;
line-height:1.3em;
margin:0 8px 0 0;
}


.memberArea  p.member{
font-size:20px;

}

.memberArea  p.member span{
font-size:15px;
color:#333;
font-weight:normal;
}

.memberArea ul{
margin:0 auto;
text-align:center;
padding:0 0%;
}

.memberArea ul li{
display:block;
vertical-align:middle;
width:100%;
text-align:left;
}

.memberArea ul li:last-child{ 
display:block;
vertical-align:middle;
width:100%;
margin:20px auto 0 auto;
text-align:center;
}

.memberArea ul li img{
width:50%;
}






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

JILA Organization

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

.organizationalArea {
width:100%;
margin:0 auto;
}



.organizationalArea h2{
font-family:Times New Roman,Georgia,serif;
font-size:28px;
color:#333;
margin:0 0 20px 0;
font-weight:700;
text-align:left;
line-height:1.3em;
border-left: solid 3px #004989;
padding:0 0 0 20px;
}

.organizationalArea h3{
font-size:20px;
color:#333;
font-weight:700;
text-align:left;

line-height:1.6em;
margin:30px 0 10px 0;
text-indent:0;
  display: flex;
  align-items: center;
  justify-content: left;
}

.organizationalArea section{
margin:0 0 0 0;
}

.organizationalArea section#section2{
margin:0;
}



.organizationalArea  img{
width:100%;
}


.organizationalArea ul{
  padding: 0;
  margin: 0 0 0px 20px; //左のマージンはここで指定
  list-style-type: disc;

}


.organizationalArea ul li{
  list-style-type: disc;
  line-height:1.8em;
color:#333;
	font-size:16px;
  margin:0 0 0px 0;
}


.subcommittees table {
width:100%;
margin:30px 0 0 0;
}

.subcommittees td {
	font-size:15px;
	line-height:1.6em;
	padding:15px 10px;
	vertical-align:middle;

	border:solid 1px #fff;
	color:#000;

}


.subcommittees .ttlsection{
background:#adbce4;
width:25%;
display:inline-block;
vertical-align:middle;
text-align:center;
margin:0 5% 0 0;
padding:5px 0;
border-radius: 5px;         /* CSS3 */
	-moz-border-radius: 5px;    /* Firefox */
	-webkit-border-radius: 5px;

}

.subcommittees .namesection{
display:inline-block;
vertical-align:middle;
width:70%;
}

.subcommittees th {
	font-size:16px;
	line-height:1.6em;
	width:auto;
	vertical-align:middle;
	padding:10px;
	background:#002280;
	font-weight:bold;
	text-align:center;
	border:solid 1px #fff;
color:#fff;
}

.subcommittees table td {
  background: #f7f7f8;
display:block;
}

.subcommittees table tr:nth-child(odd) td {
  background: #f7f7f8;

}

.subcommittees table tr:nth-child(even) td {
  background: #eeeef1;

}

.subcommittees table tr td:nth-child(even) {
  text-align: left;

border:0;
}

.subcommittees table tr td:nth-child(1){
	border-right:solid 0px #fff;
	border-bottom:solid 1px #fff;

}


.subcommittees table tr td:nth-child(2){
	border-right:solid 0px #fff;
	border-bottom:solid 0px #fff;

}


.subcommittees table tr td:nth-child(odd){
  background: #f7f7f8;

}

.subcommittees table tr td:nth-child(even){
  background: #eeeef1;

}





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

Other Initiatives

**************************************************************************************************/
.otherInitiativesArea {
width:100%;
margin:0 auto;
}



.overviewArea h2{
font-family:Times New Roman,Georgia,serif;
font-size:28px;
color:#333;
font-weight:700;
text-align:left;
line-height:1.3em;
border-left: solid 3px #004989;
padding:0 0 0 20px;
}



.otherInitiativesArea .descri .otherImg{
display:none;
}

.otherInitiativesArea .descri .otherImg img{
display:none;
}


.otherInitiativesArea ul{
  padding: 0;
margin: 0 0 50px 40px; //左のマージンはここで指定

  list-style-type: disc;

}


.otherInitiativesArea ul li{
  list-style-type: disc;
  line-height:1.6em;
color:#333;
	font-size:16px;
  margin:0 0 20px 0;
}



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

Message

**************************************************************************************************/
.messageArea{
width:100%;
margin:0 auto;
}


.messageArea p{
  line-height:2.0em;
	font-size:17px;
  margin:0 0 30px 0;
}




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

Publication

**************************************************************************************************/
.publicationArea{
width:100%;
margin:0 auto;
}

.publicationArea h2{
font-family:Times New Roman,Georgia,serif;
font-size:28px;
color:#333;
font-weight:700;
text-align:left;
line-height:1.3em;
border-left: solid 3px #004989;
padding:0 0 0 20px;

}


.publicationArea  p{
margin:20px 0 0 0;
}

.publicationArea ul {
margin:50px auto 0 auto;
text-align:center;
padding:0 5%;

}

.publicationArea ul li{
display:inline-block;
width:22%;
margin:0 17% 80px 0;
vertical-align:top;
 	-webkit-box-shadow:10px 10px 10px rgba(0,0,0,0.1);
box-shadow:10px 10px 10px rgba(0,0,0,0.1);
}

.publicationArea ul li:nth-child(3), .publicationArea ul li:nth-child(6){
margin:0 0 40px 0;
}

.publicationArea ul li img{
width:100%;
}

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

Bulletin "JILA"

**************************************************************************************************/
.bulletinArea{
width:100%;
margin:0 auto;
}

.bulletinArea h2{
font-family:Times New Roman,Georgia,serif;
font-size:28px;
margin:20px 0 10px 0;
font-weight:500;
text-align:left;
line-height:1.3em;
}

.bulletinArea dl{
margin:0 0 80px 0;
padding:0 0 80px 0;
border-bottom:solid 1px #e6e6e6;
}

.bulletinArea dl dt{
display:inline-block;
vertical-align:middle;
width:25%;
margin:0 5% 0 0;
 	-webkit-box-shadow:10px 10px 20px rgba(0,0,0,0.2);
box-shadow:10px 10px 20px rgba(0,0,0,0.2);
}

.bulletinArea dl dd{
display:inline-block;
vertical-align:middle;
width:70%;
}

.bulletinArea dl dt img{
width:100%;
}


.bulletinArea ul li{
display:inline-block;
width:14%;
margin:0 7.5% 0 0;
vertical-align:top;
 	-webkit-box-shadow:10px 10px 10px rgba(0,0,0,0.1);
box-shadow:10px 10px 10px rgba(0,0,0,0.1);
}


.bulletinArea ul li:nth-child(5){
margin:0 0 0 0;
}

.bulletinArea ul li img{
width:100%;
}





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

Statistics of Japanese In-House Lawyers and Award

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

/***********************************
/*** Japanese In-House Lawyers ***/
***********************************/
.jihlArea{
width:100%;
margin:0 auto;
  position: relative;
}

.jihlArea .descri{
width:100%;
margin:0 auto 30px auto;
}

.jihlAreaInner{
width:100%;
margin:0 auto;
}


.jihlAreaInner h2{
font-family:Times New Roman,Georgia,serif;
font-size:24px;
margin:0 0 20px 0;
font-weight:500;
text-align:left;
line-height:1.3em;
}


.jihlAreaInner img{
width:100%;
}


.jihlAreaInner section{
margin:0 0 80px 0;
}

.jihlAreaInner p{
font-size:15px;
font-weight:500;
text-align:left;
margin:0 0 20px 0;
line-height:1.6em;
}


.jihlAreaInner p.cap{
font-size:12px;
font-weight:500;
text-align:left;
margin:10px 0 20px 0;
line-height:1.5em;
}




.top20CompanyBox table {
width:100%;
}

.top20CompanyBox td {
	font-size:14px;
	line-height:1.6em;
	padding:5px 5px;
	vertical-align:middle;
text-align:center;
	border:solid 1px #fff;
	color:#000;

}


.ttlsection{
background:#003265;
border-radius: 5px;         /* CSS3 */
	-moz-border-radius: 5px;    /* Firefox */
	-webkit-border-radius: 5px;

}

.top20CompanyBox th {
	font-size:15px;
	line-height:1.6em;
	width:auto;
	vertical-align:middle;
	padding:5px 10px;
	background:#003265;
	font-weight:bold;
	text-align:center;
	border:solid 1px #fff;
color:#fff;
}

.top20CompanyBox table td {
  background: #f7f7f8;
}
.top20CompanyBox table tr:nth-child(odd) td {
  background: #eeeef1;
}

.top20CompanyBox table tr td:nth-child(2) {
  text-align: left;
padding:5px 5px 5px 20px
}



/***********************************
/*** JILA In-house Legal Award ***/
***********************************/
.awardArea{
width:100%;
margin:0 auto;
  position: relative;
}

.awardArea .descri{
width:100%;
margin:0 auto 30px auto;
}

.awardAreaInner{
width:100%;
margin:0 auto;
}


.awardAreaInner h2{
font-family:Times New Roman,Georgia,serif;
font-size:28px;
color:#333;
font-weight:700;
margin:50px 0 20px 0;
text-align:left;
line-height:1.3em;
border-left: solid 3px #004989;
padding:0 0 0 20px;
}



.awardAreaInner h3{
font-size:20px;
color:#333;
font-weight:700;
text-align:left;
line-height:1.6em;
margin:30px 0 15px 0;
padding:0;
  display: flex;
  align-items: center;
  justify-content: left;
white-space: normal;
}


.awardAreaInner h3:before {
  border-top:2px solid #004989;
  content: "";
  width:15px; 
margin:0 10px 0 0;
}

.awardAreaInner  p.cat{
margin:0 0 20px 10px
}

.awardAreaInner  p.catlast{
margin:0 0 0 10px
}

.awardAreaInner img{
width:100%;
margin:20px 0 0 0;
}

.awardAreaInner section{
margin:0 0 50px 0;
padding:0;
}

.awardAreaInner section.secs{
margin:0 0 0 0;
padding:0;
}



.awardAreaInner ul{
  padding: 0;
  margin: 30px 0 30px 20px; //左のマージンはここで指定
  list-style-type: disc;

}


.awardAreaInner ul li{
  list-style-type: decimal;
font-weight:normal;
  line-height:1.8em;
	font-size:16px;
color:#333;
  margin:0 0 20px 0;
}


/***********************************
/*** sidemenu ***/
***********************************/
.area{
    display:none;

}

/*** scroll before ***/
.area .mainElm,.area aside{
    display:none;
position:absolute;
    width:100%;
margin:60px 0 0 0;
}


.fixedElm{
width:100%;
padding:0 0 0 0;

}


/*** scroll fixed ***/
.fixedElm.myFixed{
    width:100%
    position:fixed;
    top:60px;

}

.jihlArea nav#anchor-nav ul, .awardArea nav#anchor-nav ul {
width:100%;
display:flex;
}

.jihlArea nav#anchor-nav ul li, .awardArea nav#anchor-nav ul li {
font-size:11px;
margin:0 0 0 0;
line-height:1.2em;
text-align:right;
vertical-align:middle;

}


.jihlArea nav#anchor-nav ul li a:link, .awardArea nav#anchor-nav ul li a:link{
  color: #333;
font-weight:normal;
display:block;
text-decoration:none;
padding:5px 10px;
text-align:center;
height:35px;
background:#fff;
}

.jihlArea nav#anchor-nav ul li a:visited, .awardArea nav#anchor-nav ul li a:visited{
display: block; 
font-weight:normal;
  color: #333;
text-decoration:none;
padding:5px 10px;
text-align:center;
}

.jihlArea nav#anchor-nav ul li a:hover, .awardArea nav#anchor-nav ul li a:hover{
font-weight:normal;
  color: #003265;
  background-color: #f7f7f8;
text-decoration:none;
padding:5px 10px;
text-align:center;
}

.jihlArea nav#anchor-nav ul li a.active, .awardArea nav#anchor-nav ul li a.active{
  color: #fff;
font-weight:700;
  background-color: #003265;

padding:5px 10px;
text-align:center;
}





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

Partner_organizations

**************************************************************************************************/
.partnerArea{
width:100%;
margin:0 auto;
}

.partnerArea h2{
font-family:Times New Roman,Georgia,serif;
font-size:28px;
color:#333;
font-weight:700;
text-align:left;
line-height:1.3em;
border-left: solid 3px #004989;
padding:0 0 0 20px;

}


.partnerArea ul li p{
margin:20px 0 0 0;
line-height:1.4em;
font-size:16px;
}


.partnerArea ul {
margin:40px auto 0 auto;
text-align:center;
padding:0 0;

}

.partnerArea ul {
margin:80px auto 0 auto;
text-align:center;
padding:0 0%;

}

.partnerArea ul li{
display:inline-block;
width:22%;
margin:0 17% 80px 0;
vertical-align:top;
}

.partnerArea ul li:nth-child(3){
margin:0 0 40px 0;
}

.partnerArea ul li img{
width:100%;
}


.partnerArea ul li .thumb{
overflow:hidden; 
  width:100%; /* boxサイズ */
height:100%;
}

.partnerArea ul li .thumb img{
width:100%;
height: 100%;
  object-fit: cover;/* 画像をクリッピングマスクする*/
  transition-duration: 0.25s; /* 動く時間(なめらかになる) */
}

.partnerArea ul li .thumb img:hover{
  transform: scale(1.1); /* 拡大 */
  transition-duration: 0.25s; /* 動く時間(なめらかになる) */
}


    
.partnerArea ul li p a {
    color:#333;
    text-decoration:none;
position:relative;
    }
  
 

.partnerArea ul li p a:visited{
    color:#333;
    text-decoration:none;
}

.partnerArea ul li p a:hover{
	color:#1a9ede;
    text-decoration:none;
}



.partnerArea ul li p a.active{
	color:#1a9ede;
    text-decoration:none;
}

.partnerArea ul li p a:before{
font-family: "Font Awesome 5 Free";
content:'\f054';
color:#003265;
 font-size: 0.6em;
position:absolute;
font-weight: 900;
top:-1px;
text-indent:-20px;
}





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

Privacypolicy

**************************************************************************************************/
.privacyArea{
width:100%;
margin:0 auto;
}

.privacyArea h2{
font-family:Times New Roman,Georgia,serif;
font-size:28px;
color:#333;
font-weight:700;
text-align:left;
line-height:1.3em;
border-left: solid 3px #004989;
padding:0 0 0 20px;

}

.privacyArea .descri p{

margin:30px auto 0 auto;
}

.privacyArea h3{
	font-size:18px;
color:#333;
font-weight:700;
text-align:left;

line-height:1.6em;
margin:30px 0 10px 0;
text-indent:0px;
  display: flex;
  align-items: center;
  justify-content: left;

}




.privacyArea ul{
  padding: 0;
  margin:20px 0 20px 40px; //左のマージンはここで指定
  list-style-type: decimal;

}


.privacyArea ul li{
  list-style-type: decimal;
color:#333;
  line-height:1.8em;
	font-size:16px;
  margin:0 0 20px 0;
}

.privacyArea p{
margin:0 0 0 10px;
}



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

Sitemap

**************************************************************************************************/
.sitemapArea{
width:100%;
margin:0 auto;
}

.sitemapArea h2{
font-family:Times New Roman,Georgia,serif;
font-size:28px;
color:#333;
font-weight:700;
text-align:left;
line-height:1.3em;
border-left: solid 3px #004989;
padding:0 0 0 20px;

}



.sitemapArea ul{
    display: block;/* 子要素を並列にする */
}


.sitemapArea ul li{
margin:0 0 0 0;
white-space: normal;
text-align:left;
}


.sitemapArea ul li:nth-child(odd){ 
margin:0 0 0 0;
display:inline-block;
width:40%;
margin:0 10% 0 0;
white-space: normal;
text-align:left;
vertical-align:top;
}


.sitemapArea ul li:nth-child(even){ 
width:50%;
margin:0 0 0 0;
display:inline-block;
white-space: normal;
text-align:left;
vertical-align:top;
}


.sitemapArea ul li p{
margin:0 0 30px 0;
font-size:16px;
line-height:1.6em;
text-align:left;
position:relative;
padding:0 0 0 15px;
}

.sitemapArea ul li p.s{
margin:0 0 15px 0;
font-size:16px;
line-height:1.6em;
text-align:left;
position:relative;
text-indent:10px;
}


.sitemapArea ul li a{
	color:#333;
	text-decoration: none;
}



.sitemapArea ul li .visited a, {
	color:#333;
}


.sitemapArea ul li a:hover {
	color:#333;
	opacity:.8;
}

.sitemapArea ul li a:active {
	color:#333;
	opacity:.8;
}



.sitemapArea ul li p a:after{
font-family: "Font Awesome 5 Free";
content:'\f138';
color:#003265;
 font-size: 1em;
position:absolute;
font-weight: 900;
top:0;
left:-15px;
}


.sitemapArea ul li p.s a:after{
font-family: "Font Awesome 5 Free";
content:'\f054';
color:#003265;
 font-size: 0.5em;
position:absolute;
font-weight: 900;
top:0;
left:0px;
}





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

anker link

**************************************************************************************************/
#section1 {
  margin-top : -96px;
  padding-top : 96px;
}

#section2 {
  margin-top : -96px;
  padding-top : 96px;
}

#section3 {
  margin-top : -96px;
  padding-top : 96px;
}

#section4 {
  margin-top : -96px;
  padding-top : 96px;
}

#section5 {
  margin-top : -96px;
  padding-top : 96px;
}

#section6 {
  margin-top : -96px;
  padding-top : 96px;
}




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

お問い合わせ snowmonkeys

**************************************************************************************************/
#contactsnow{
width:100%;
margin:0 auto;
}


.txtTel{
font-size:12px;
line-height:1.5em;
margin:0 0 10px 0;
padding:0 0 0 15px;
position:relative;
}

.txtTel span{
font-size:11px;
margin:0 0 0 20px;
}


.txtTel:before{
font-family: "Font Awesome 5 Free";
content:'\f2a0';
 font-size:100%;
position:absolute;
color:#003265;
font-weight: 900;
top:0;
left:2px;
}


#contactsnow h3{
font-size:24px;
margin:50px 0 20px 0;
font-weight:700;
padding:20px 0 20px 20px;
background:#eee;
	letter-spacing:2.0px;
font-weight:700;
}



#contactsnow h3.comUpper{
font-size:24px;
margin:0 0 15px 0;
font-weight:700;
}




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

検索結果ページ

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

.searchArea{
width:100%;
margin:0 auto;
}

.searchResultNumBox{
margin:0 0 30px 0;
}

.searchResultBox{
background:#fff;
margin:0 0 20px 0;
padding:0 0 20px 0;
border-bottom:solid 1px #ccc;
width:100%;
}

.searchResultBoxInner{
padding:15px;
}

.searchResultTitle{
font-size:18px;
font-weight:bold;
line-height:1.5em;
margin:0 0 10px 0;
}

.numResult{
color:#da0308;
font-weight:bold;
font-size:20px;

}


#searchsubmit{
line-height:1.5em;
}




/*** ボタン ***/
.searchResultBox .btn {
width:130px;
margin:12px auto 0 auto;
float:none;
}

.searchResultBox .btn a{
width:130px;
	font-size:13px;
	vertical-align:middle;
	text-align:center;
	color:#000;
	line-height:1.5em;
	text-decoration: none;
	display: block;
	padding:5px 0;
	border:solid 1px #ccc;
margin:0;
	background:#eee;
border-radius: 5px;         /* CSS3 */
	-moz-border-radius: 5px;    /* Firefox */
	-webkit-border-radius: 5px;
 position:relative;
}


.searchResultBox .btn .visited a, {
	color:#000;
	background:#009f27;

}


.searchResultBox .btn a:hover {
	opacity:.8;
}

.searchResultBox .btn a:active {
	opacity:.8;
}






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

NONE

**************************************************************************************************/
.pcnone{
display:block;
}

.spnone{
display:none;
}

.br-sp { display:none; }

.br-pc { display:block; }



a[href^="tel:"] {
    pointer-events:auto;
}



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

ERROR

**************************************************************************************************/
.errBox{
margin:0 0 20px 0;
padding:0 10px;
}


.errMsgTitle{
text-align:center;
font-size:14px;
font-weight:bold;
color:#ff0000;
}

.errBox p{

text-align:center;
}







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

CLEAR

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

.clear {
clear:both;
}

.clearfix:after {
  content: ".";  /* 新しい要素を作る */
  display: block;  /* ブロックレベル要素に */
  clear: both;
  height: 0;
  visibility: hidden;
}

.clearfix {
  min-height: 1px;
}

* html .clearfix {
  height: 1px;
  /*¥*//*/
  height: auto;
  overflow: hidden;
  /**/
}




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

PAGEUP

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

.pagetop {
	display: none;
	position: fixed;
	bottom: 90px;
	right:45px;
}


.pagetop a {
position:absolute;
	display: block;
	width: 40px;
	height: 40px;
	background-color: #333;
border:solid 1px #fff;
	text-align: center;
	color: #fff;
	font-size: 14px;
	text-decoration: none;
border-radius: 50%;         /* CSS3 */
	-moz-border-radius:50%;    /* Firefox */
	-webkit-border-radius: 50%;
	line-height: 50px;
}


.pagetop .visited a, {
	background-color: #333;
border:solid 1px #fff;
	color: #fff;
}


.pagetop a:hover {
	background-color: #fff;
border:solid 1px #ccc;
	color: #333;
}

.pagetop a:active {
	background-color: #fff;
border:solid 1px #ccc;
	color: #333;
}

.pagetop a:before{
font-family: "Font Awesome 5 Free";
content:'\f106';
 font-size: 0.6em;
position:absolute;
font-weight: 900;
font-size:100%;
top:50%;
left:50%;
-webkit-transform: translate(-50%, -50%);
-ms-transform:translateY(-50%, -50%);
          transform: translateY(-50%, -50%);

}




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

FOOTER

**************************************************************************************************/
footer{
	width:100%;
	margin: 0 auto;
	height:auto;
	background:#f7f7f8;
	text-align:center;
padding:50px 0 0 0;
}



footer .f_inner {
width:100%;
    max-width:100%;
margin:0 auto 30px auto;

}

footer .f_Left {
width:100%;
margin:0 0 30px 0;
text-align:left;
display:block;
vertical-align:top;
}

footer .f_logo{
text-align:center;
}

footer .f_logo img{
width:100px;
}

footer .f_Left ul {
margin:15px 0 0 0;
width:100%;
text-align:center;
}

footer .f_Left ul li{
display:inline-block;
}

footer .f_Left ul li:nth-child(even){ 
margin:0 10px;
}

footer .f_Left ul li img{
width:24px;
}


footer .f_Left ul li{
overflow:hidden; 
  width:24px; /* boxサイズ */
height:24px;
}


footer .f_Left ul li a{
	opacity:1.0;
	text-decoration: none;
}



footer .f_Left ul li .visited a, {
	opacity:1.0;
}


footer .f_Left ul li a:hover {

	opacity:.7;
}

footer .f_Leftul li a:active {

	opacity:.7;
}




footer .f_Right {
width:100%;

padding:0 7% 0 10%;
text-align:left;
display:inline-block;
vertical-align:top;
}

#footerMenu{
margin:0;

}

#footerMenu ul{
    display: flex;/* 子要素を並列にする */
}

#footerMenu ul li:nth-child(1){
display:none;
}

#footerMenu ul li{
margin:0 0 0 0;
white-space: normal;
text-align:left;
width:50%;
}

#footerMenu ul li:last-child{
margin:0;
width:50%;
}

#footerMenu ul li p.aboutus{
margin:0 0 10px -15px;
text-align:left;
font-size:14px;
}

#footerMenu ul li p.m{
margin:0 0 10px 0;
text-align:left;
font-size:14px;
}

#footerMenu ul li p{
margin:0 0 10px 0;
text-align:left;
line-height:1.6em;
position:relative;
padding:0 0 0 10px;
font-size:14px;
}



#footerMenu ul li a{
	color:#333;
	text-decoration: none;
}



#footerMenu ul li .visited a, {
	color:#333;
}


#footerMenu ul li a:hover {
	color:#333;
	opacity:.8;
}

#footerMenu ul li a:active {
	color:#333;
	opacity:.8;
}


#footerMenu ul li p a:after{
font-family: "Font Awesome 5 Free";
content:'\f054';
color:#003265;
 font-size: 0.6em;
position:absolute;
font-weight: 900;
    position: absolute;
    top:10 ;
left:0px;
}


.copyright {
width:100%;
}

.copyright p{
text-align:center;

color:#333;
background:#eeeef1;
padding:15px 0;
font-size:11px;
}





		
}

