@charset "utf-8";
/* CSS Document */
*{
	box-sizing: border-box;
}
html{
	font-size: 62.5%;
	-webkit-text-ajust: 100%;
}
body{
	line-height: 1.5;
	color: #333333;
	font-family: "ヒラギノ角ゴ Pro W4", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
	font-size: 1.8rem;
	background: linear-gradient(to top, rgba(184, 152, 48, 1) 0%, rgba(209, 173, 82, 1) 18%, rgba(140, 107, 29, 1) 32%, rgba(189, 154, 48, 1) 50%, rgba(173, 139, 41, 1) 68%, rgba(233, 190, 99, 1) 82%, rgba(184, 152, 48, 1) 100%);
}
main{
	display: block;
	background: url("../images/JI_bgim02.png") #f5f6f0;
	margin:0 auto;
	padding-bottom: 100px;
}
img{
	max-width: 100%;
	height: auto;
	vertical-align: bottom;
	-ms-interpolation-mode: bicubic;
}

.wrapper{
	position: relative;
	width: 100%;
	max-width: 1500px;
	margin: 0 auto;
}
.inner{
	width: calc(100% - 20px);
	max-width: 1100px;
	margin: 0 auto;
}
.contents-inner{
	width: calc(100% - 20px);
	max-width: 1000px;
	margin: 0 auto;
}
.sponly{
	display: none;
}
a{
	color: #3087e9;
	text-decoration: none;
}


/*header-------------*/
.header{
	position: absolute;
	top: 0;
	left: 0;
	display: inline-block;
	padding: 18px 20px 14px;
	background-color: #FFFFFF;
}
.header p a{
	display: block;
}

.headArea{
	width: 100%;
	background: url("../images/JI_bgim01.png") no-repeat right bottom / cover;
}
.headArea .inner{
	display: flex;
	align-items: flex-end;
	justify-content: center;
	padding: 60px 0 30px 0;
	width: 100%;
}
.contents{
	padding-top: 70px;
}

section{
	margin: 80px auto;
}
.h1Area{
	width: 100%;
	position: absolute;
	padding: 20px 0;
	background-color: #ea5514;
	top: 0;
}
h1{
	font-family: 'Sawarabi Mincho', serif;
	font-weight: bold;
	color: #2a4278;
	text-align: center;
}
h2{
	font-family: 'Sawarabi Mincho', serif;
	font-size: 3rem;
	font-weight: bold;
	background: url("../images/JI_him02.png") no-repeat center bottom / 100% auto;
	padding-bottom: 10px;
	margin-bottom: 20px;
}
h2+p{
	margin-bottom: 50px;
}
h3{
	margin-top: 20px;
	margin-bottom: 20px;
	font-size: 2rem;
	text-align: center;
	color: #002063;
	font-weight: bold;
}
h3 span{
	padding-bottom: 2px;
	border-bottom: 1px solid #002063;
}
.contents .lead{
	font-family: 'Sawarabi Mincho', serif;
	font-size: 3rem;
	font-weight: bold;
	text-align: center;
	color: #002063;
	margin: 50px auto 20px;
}
.contents .lead span{
	display: inline-block;
	margin: 0 auto;
	text-align: center;
	padding-bottom: 20px;
	background: url("../images/JI_him01.png") no-repeat bottom center / 100% auto;
}
.back_line{
	background-color: #e4cf8f;
}

/*flexbox-------------*/
.flexbox{
	margin: 30px auto;
	width: 100%;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-align-items: center;
	align-items: center;
}

section>.flexbox{
	margin-top: 0;
}


/*action*/
.fadeIn_item.fade.offs,
.offs .fadeIn_item.fade{
  opacity: 0;
}
.fadeIn_item.up.offs,
.offs .fadeIn_item.up{
  opacity: 0;
  transform: translateY(50px);
}
.fadeIn_item.down.offs,
.offs .fadeIn_item.down{
  opacity: 0;
  transform: translateY(-50px);
}
.fadeIn_item.left.offs,
.offs .fadeIn_item.left{
  opacity: 0;
  transform: translateX(50px);
}
.fadeIn_item.right.offs,
.offs .fadeIn_item.right{
  opacity: 0;
  transform: translateX(-50px);
}
.fadeIn_item.ons,
.ons .fadeIn_item{
  transition: all 0.5s cubic-bezier(0, 0, 0.13, 0.79);
  opacity: 1;
  transform: translateY(0);
  transform: translateX(0);
}


/* square -------------*/
.square{
	margin: 70px auto;
	max-width: 1100px;
	background-color: #ffffff;
	padding: 30px 50px 50px;
	border-radius: 10px;
	/*box-shadow: 0 2px 3px rgba(0,0,0,0.3);*/
}
.square+.square{
	margin-top: 60px;
}

/* FMArea -------------*/
.FMArea{
	margin-top: 50px;
}
.FMArea .square{
	border: 2px solid #002063;
	border-radius: 0;
	margin-top: 20px;
}
.FMArea .square .contents-inner{
	display: flex;
	justify-content: center;
	align-items: center;
}
.FMArea .square .txArea{
	font-size: 1.6rem;
	width: calc(100% - 180px);
	margin-right: 20px;
}
.FMArea .square .txArea p:first-of-type{
	font-size: 2.4rem;
	font-weight: bold;
	color: #004985;
}
.FMArea .square .txArea p:nth-of-type(2){
	font-size: 1.8rem;
	font-weight: bold;
	color: #004985;
}
.FMArea .square .txArea+div{
	width: 160px;
}


/* graph_imagesArea -------------*/
.pointContents .txArea{
	font-weight: bold;
	font-size: 2rem;
	text-align: center;
}
.pointContents .txArea div{
	margin: 10px auto 30px;
	display: flex;
	justify-content: center;
	align-items: flex-start;
}
.pointContents .txArea div p{
	max-width: 320px;
	width: calc((100% - 20px)/2);
	padding: 10px 5px 10px 15px;
	border: 1px solid #333333;
}
.pointContents .txArea div p+p{
	margin-left: 20px;
}


/* graph_imagesArea -------------*/
.graph_imagesArea{
	position: relative;
	margin: 20px auto;
	text-align: center;
}
.graph_imagesArea .graph_images:first-of-type{
	position: relative;
}
.graph_imagesArea .graph_images:not(:first-of-type){
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
}

.graph_imagesArea .graph_images:nth-of-type(1){
	transition: all 0.7s 0;
}
.graph_imagesArea .graph_images:nth-of-type(2){
	transition: all 0.7s 0.2s;
}
.graph_imagesArea .graph_images:nth-of-type(3){
	transition: all 0.7s 0.4s;
}
.graph_imagesArea .graph_images:nth-of-type(4){
	transition: all 0.7s 0.6s;
}
.graph_imagesArea .graph_images:nth-of-type(5){
	transition: all 0.7s 0.8s;
}

.graph_imagesArea.JIim05{
	max-width: 1000px;
	margin: 70px auto;
}


/* movie -------------*/
.moviebox{
	position: relative;
	bottom: 0;
	width: 100%;
	display: block;
	padding-bottom: 56.25%;
	background-color: #0000000;
}
.movie > li .moviebox {
  margin-top: auto; /* 位置を下に揃える */
}



/*info-------------*/
#info{margin-top: 100px; text-align: center;}
.bt01 a{
	display: block;
	margin-bottom: 20px;
	padding: 20px 10px;
	font-size: 2.2rem;
	font-weight: bold;
	color: #bca24c;
	text-align: center;
	border-radius: 5px;
	border: 3px solid #bca24c;
	background-color: #ffffff;
}
.bt02 a{
	display: block;
	padding: 10px;
	font-size: 2rem;
	font-weight: bold;
	border-radius: 5px;
	background-color: #bca24c;
	text-align: center;
	color: #ffffff;
}
/*.bt03 a{
	color: #ffffff;
	border-radius: 5px;
	background-color: #092987;
	box-shadow: 0 5px #000000;
}*/
/* ボタン共通設定 */
.bt03{
	margin: 0 auto 70px;
	max-width: 500px;
	/*影の基点とするためrelativeを指定*/
	position: relative;
	/*ボタンの形状*/
	text-align: center;
	background: transparent;
  border-radius: 5px;
	/*アニメーションの指定*/
	transition: all 0.2s ease;
}
/*hoverをした後のボタンの形状*/
.bt03:hover{
  border-color:transparent; 
}
/*ボタンの中のテキスト*/
.bt03 a {
  position: relative;
  z-index: 2;/*z-indexの数値をあげて文字を背景よりも手前に表示*/
    /*テキストの形状*/
  display: block;
	padding: 20px 10px;
  background:#092987;
  border-radius: 5px;
	border: 2px solid #092987;
  color:#ffffff;
	font-size: 2.2rem;
	font-weight: bold;
	/*アニメーションの指定*/
	transition: all 0.3s ease;
}

/*== 下に押し込まれる（立体が平面に） */
/*影の設定*/
.bt03:before {
	content:"";
	/*絶対配置で影の位置を決める*/
	position: absolute;
	top:4px;
	left:0;
	/*影の形状*/
	width: 100%;
	height: 100%;
	border-radius: 5px;
	background-color: #000c2e;
}
/*hoverの際にY軸に4pxずらす*/
.bt03:hover a{
  background-color: #c9d7ff;
  color: #092987;
  transform: translateY(4px);
}
.bt03 a:after{
	content: "";
	position: absolute;
	top: 50%;
	right: 20px;
	height: 25.2px;
	width: 35px;
	margin-top: -12.7px;
	background: url("../images/JI_ic01.png") no-repeat center center / cover;
}
.btArea{
	justify-content: space-between;
}
.btArea li{
	width: calc((100% - 40px) / 3);
}
.btArea li+li{
	margin-left: 20px;
}
.tel_box{
	margin-top: 50px;
	border: 1px solid #333333;
	text-align: center;
	padding: 26px 10px;
}
.tel_box .note{margin-bottom: 20px;}
.tel_box a{
	text-decoration: underline;
	color: #333333;
}
.tel_box .tel_number{
	font-size: 3rem;
	font-weight: bold;
}
	
/*note-------------*/
.note{
	margin-top: 20px;
	text-align: left;
	font-size: 1.2rem;
}
.note li:not(.flat) , p.note:not(.flat){
	position: relative;
	padding-left: 16px;
}
.note02{
	text-align: left;
	font-size: 1.8rem;
}
.note li:not(.flat) , p.note:not(.flat){
	position: relative;
	padding-left: 20px;
}

ol.note , ol.note02{
  counter-reset: item;
  list-style-type: none;
}
ol.note li:not(.flat){
  position: relative;
	padding-left: 28px;
}
ol.note02 li:not(.flat){
  position: relative;
	padding-left: 32px;
}
.kome_number:before{
  counter-increment: item;
  content: "※"counter(item);
	position: absolute;
	margin-left: -28px;
}
.ast_number:before{
  counter-increment: item;
  content: "*"counter(item);
	position: absolute;
	margin-left: -28px;
}
.circle_number:before{
  counter-increment: item;
  content: counter(item);
	position: absolute;
	margin-left: -28px;
	margin-top: 5px;
  line-height: 1.7rem;
  text-align: center;
  height: 16px;
  width: 16px;
	border: 1px solid #333333;
  border-radius: 50%;
	font-size: 1.4rem;
}
.kome:before{
	content: "※";
	position: absolute;
	margin-left: -16px;
}
.circle:before{
	content: "●";
	position: absolute;
	margin-left: -16px;
}
.ast:before{
	content: "＊";
	position: absolute;
	margin-left: -16px;
}
.tx_super{
	vertical-align: super;
	font-size: 1rem;
}
.tx_red{
	color: #d0111b;
}
.tx_bold{
	font-weight: bold;
}
.tx_center{
	text-align: center;
}
.tx_center li{
	display: inline-block;
}
.tx_big{
	font-size: 2rem;
}

/*fundpage-------------*/
.fundpage{
	position: fixed;
	left: 50px;
	bottom: 0;
	z-index: 999;
	max-width: 70%;
}
.fundpage a{
	font-family: 'Sawarabi Mincho', serif;
	position: relative;
	display: block;
	width: 100%;
	padding: 20px 50px 20px 20px;
	border-radius: 10px 10px 0px 0px;
	background: #092987;
	color: #ffffff;
	box-shadow: 0 -1px 5px 0 rgba(0,0,0,0.30);
	font-size: 2rem;
	line-height: 1.2;
	text-align: center;
	font-weight: bold;
	text-decoration: none;
}

.fundpage a:after{
	position: absolute;
	content: "";
	top: 50%;
	right: 10px;
	height: 18px;
	width: 25px;
	margin-top: -9px;
	background: url("../images/JI_ic01.png") no-repeat center center / cover;
}




/*pagetop-------------*/
.pageTop{
	display: none;
	position: fixed;
	right: 50px;
	bottom: 30px;
	z-index: 999;
}
.pageTop a{
	font-family: 'Sawarabi Mincho', serif;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-align-items: center;
	align-items: center;
	width: 80px;
	height: 80px;
	border-radius: 40px;
	border: 3px solid #bca24c;
	background: #bca24c;
	box-shadow: 0px 0px 5px 2px rgba(0,0,0,0.3);
	color: #ffffff;
	font-size: 2rem;
	line-height: 1.2;
	text-align: center;
	font-weight: bold;
	text-decoration: none;
}

/*footer------------*/
.footer{
	padding: 25px 0 20px;
	background-color: #ffffff;
	color: #333333;
}
.footer .linkArea{
	display: -webkit-flex;
	display: flex;
	margin-bottom: 20px;
	margin-left: 30px;
}
.footer .linkArea li:not(last-of-type) a{
	padding-right: 10px;
}
.footer .linkArea li+li{
	padding-left: 10px;
	border-left: 1px solid #d5d5d5;
}
.footer .linkArea a{
	color: #004fab;
	text-decoration: underline;
}
.footer .linkArea a:hover{
	text-decoration: none;
}
.footerBox{
	padding: 30px 0 25px;
	background-color: #d5d5d5;
	font-size: 1.4rem;
	text-align: center;
}
.footerBox .name{
	margin-bottom: 10px;
	font-weight: bold;
	font-size: 2.4rem;
}
.footer .small{
	margin-top: 20px;
	font-weight: bold;
	font-size: 12px;
	text-align: center;
}

/*------------------------------------------------------------
　　スマートフォン
------------------------------------------------------------*/
@media screen and (max-width:768px){
	body{
		font-size: 1.6rem;
	}
	main{
		padding-bottom: 50px;
	}
	.sponly{
		display: block;
	}
	.pconly{
		display: none;
	}

	/*header-------------*/
	.header{
		position: static;
		display: block;
		padding: 5px 10px 10px;
	}
	.header p{
		line-height: 1;
		font-size: 2rem;
	}
	.headArea .inner{
		display: block;
		text-align: center;
		padding: 20px 5px 10px;
	}
	.headArea .inner p{
		margin-right: auto;
		margin-left: auto;
		max-width: 200px;
	}
	.headArea .inner p+p{
		margin: 10px auto;
		width: 80px;
	}
	section{
		margin: 80px auto;
	}
	h1{
	}
	h2{
		font-size: 2.2rem;
		margin-bottom: 25px;
	}
	h2+p{
		margin-bottom: 50px;
	}
	h3{
		font-size: 1.8rem;
		margin-top: 20px;
		margin-bottom: 20px;
	}
	.contents .lead{
		font-size: 2.4rem;
		padding-bottom: 20px;
		margin-top: 50px;
	}

	
	.flexbox{
		margin: 30px auto;
		-webkit-flex-direction: column;
		flex-direction: column;
	}


		.fadeIn_item.up.offs,
	.offs .fadeIn_item.up{
		opacity: 0;
		transform: translateY(20px);
	}
	.fadeIn_item.down.offs,
	.offs .fadeIn_item.down{
		opacity: 0;
		transform: translateY(-20px);
	}
	.fadeIn_item.left.offs,
	.offs .fadeIn_item.left{
		opacity: 0;
		transform: translateX(20px);
	}
	.fadeIn_item.right.offs,
	.offs .fadeIn_item.right{
		opacity: 0;
		transform: translateX(-20px);
	}

		
	/* square -------------*/
	.square{
		margin: 50px auto 70px;
		padding: 20px 10px 30px;
		border-radius: 10px;
	}
	.square+.square{
		margin-top: 60px;
	}

	/* FMArea -------------*/
	.FMArea .square .contents-inner{
		display: block;
	}
	.FMArea .square .txArea{
		font-size: 1.4rem;
		width: 100%;
		margin-right: 0;
	}
	.FMArea .square .txArea p:first-of-type{
		font-size: 2rem;
	}
	.FMArea .square .txArea p:nth-of-type(2){
		font-size: 1.6rem;
	}
	.FMArea .square .txArea+div{
		margin-right: 0;
		margin-left: auto;
	}


	/*info-------------*/
	.bt01 a{
		padding: 10px ;
		font-size: 2rem;
	}
	.bt02 a{
		padding: 8px;
		font-size: 1.8rem;
	}
	.btArea li{
		width: 100%;
	}
	.btArea li+li{
		margin-left: 0;
		margin-top: 10px;
	}
	
	
	/*fundpage-------------*/
	.fundpage{
		left: 5px;
		max-width: 70%;
	}
	.fundpage a{
		width: 100%;
		padding: 15px 33px 15px 10px;
		border-radius: 10px 10px 0px 0px;
		font-size: 1.8rem;
		line-height: 1.2;
	}
	.fundpage a:after{
		right: 8px;
		bottom: 50%;
		margin-top: -7.2px;
		width: 20px;
		height: 14.4px;
	}
	
	/*--  pagetop  ----------------------------------*/
	.pageTop{
		right: 10px;
		bottom: 15px;
	}
	.pageTop a{
		width: 65px;
		height: 65px;
		border-radius: 35px;
	}
	/*--  footer  ----------------------------------*/
	.footer{
		padding: 25px 0 20px;
	}
	.footer .linkArea{
		display: block;
		margin-right: 15px;
		margin-bottom: 23px;
		margin-left: 13px;
		font-size: 1.4rem;
	}
	.footer .linkArea li:not(last-of-type) a{
		padding-right: 0;
	}
	.footer .linkArea li+li{
		padding-top: 10px;
		padding-left: 0;
		border-left: none;
	}
	.footerBox{
		padding: 25px 13px 20px;
		font-size: 1.3rem;
	}
	.footerBox .name{
		margin-bottom: 8px;
		font-size: 1.8rem;
	}
	.footer .small{
		margin-top: 20px;
		padding: 0 15px;
		font-size: 1.1rem;
	}
}


