@charset "utf-8";

/*================================================================================
  通常トップ
==================================================================================*/
* { box-sizing: border-box;}
#wrap {
	font-size: 1.4rem;
}
ul,ol {
	list-style: none;
}
a {
	color: #4c4fb6;
	text-decoration: none;
}
a:hover {
	color: #3399ff;
    text-decoration: underline;
}
a[href$=".pdf"]::after {
    content:"";
    display: inline-block;
    width: 26px;
    height: 14px;
	margin:0 5px;
    background: url("/img/icon_pdf.svg") no-repeat;
	background-size:contain;
	vertical-align:initial;
}
a[href$=".doc"]::after ,
a[href$=".docm"]::after ,
a[href$=".docx"]::after {
    content:"";
    display: inline-block;
    width: 26px;
    height: 14px;
	margin:0 5px;
    background: url("/img/icon_word.svg") no-repeat;
	background-size:contain;
	vertical-align:initial;
}

/*----------------------------------------------------h2*/
h2 {
	font-size: 2.4rem;
	font-weight:normal;
	font-family: Georgia,"游明朝 DemiBold","ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
	position: relative;
	padding-left: 35px;
	margin-bottom: 25px;
}
h2:before, h2:after {
    width: 24px;
    height: 0;
    top: 50%;
    left: 0;
    content: "";
    position: absolute;
}
h2:before {
    margin-top: -2px;
    border-top: 2px solid #2e3092;
}
h2:after {
    margin-top: 0;
    border-top: 2px solid #00b3f0;
}

/*----------------------------------------------------.slide*/
.slide {
	position: relative;
}
.slide .slide-arrow {
	position: absolute;
	top: 215px;
	z-index: 1000;
	width: 28px;
	height: 53px;
	cursor: pointer;
}
.slide .prev-arrow {
	left: 30px;
}
.slide .next-arrow {
	right: 30px;
}
.slide ul li {
	position:relative;
	width: 100%;
	height: 480px;
}
.slide ul li a {
	display:block;
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	text-decoration:none;
	color:#000;
}
.slide ul li a[href$=".pdf"]::after {
background-image: none;
}
.slide ul li.s01 {
	background: url("/img/index/slide_01.jpg") center center no-repeat;
	background-size: cover;
}
.slide ul li.s01 p {
	font-family: Georgia,"游明朝 DemiBold","ヒラギノ明朝 ProN","ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
	font-size: 2.0rem;
	text-align: center;
	padding-top: 60px;
	letter-spacing: 0.2em;
}
.slide ul li.s01 span {
	font-size: 3.0rem;
	display: block;
	margin-bottom: 15px;
	letter-spacing: 0.05em;
}
.slide ul li.s03{
	background: url(/img/index/slide_03.jpg) center no-repeat;
	background-size: cover;
}
.slide ul li.s04{
	background: url(/img/index/slide_04.jpg) bottom center no-repeat;
	background-size: cover;
}
.slide ul li.s06{
	background: url(/img/index/slide_06.jpg) center no-repeat;
	background-size: cover;
}
.slide ul li.s07{
	background: url(/img/index/slide_07.jpg) center no-repeat;
	background-size: cover;
}
.slide ul li.s08{
	background: url(/img/index/slide_08.jpg) center no-repeat;
	background-size: cover;
}
.slide ul li.s09{
	background: url(/img/index/slide_09.jpg) center no-repeat;
	background-size: cover;
}


/*----------------------------------------------------.main*/
.main {
	width: 100%;
	height: 480px;
	background: url("/img/index/slide_01.jpg") center center no-repeat;
	background-size: cover;
}
.main p {
	font-family: Georgia,"游明朝 DemiBold","ヒラギノ明朝 ProN","ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
	font-size: 2.0rem;
	text-align: center;
	padding-top: 60px;
	letter-spacing: 0.2em;
}
.main p span {
	font-size: 3.0rem;
	display: block;
	margin-bottom: 15px;
	letter-spacing: 0.05em;
}

/*----------------------------------------------------.contents*/
.contents {
	margin-top:115px;
	line-height: 1.4;
}
/*----------------------------------------------------.attention*/
.attention {
	width: 96%;
	max-width: 1120px;
	margin: 20px auto 0;
	border: 3px solid #faa61a;
	padding: 30px 0 10px;
}
.attention ul {
	margin: 0 25px;
}
.attention ul li {
	background: url("/img/arrow_01.svg") top left no-repeat;
	background-size: 16px 16px;
	padding-left: 30px;
	margin-bottom: 20px;
}
.attention ul li.border {
	padding:0 0 20px 30px;
	border-bottom:dotted 1px #c9c9c9;
}

/*----------------------------------------------------.info*/
.info {
	width: 96%;
	max-width: 1120px;
	margin: 60px auto 100px;
	overflow: hidden;
}
.info_news,
.info_event {
	width: 100%;
	display: flex;
}
.info_event {
	margin-top: 80px;
}
.info_head {
	margin-right: 50px;
	width: 20%;
}
.info_body {
	width: calc(100% - 50px - 20%);
	border-top: 1px dotted #c9c9c9;
}
.info_body li {
	padding: 18px 0;
	border-bottom: 1px dotted #c9c9c9;
	display: flex;
}
.info_body .info_date {
	margin-right: 30px;
}
.info_title {
	font-size: 2.6rem;
}
.info_btn {
	width: 100%;
	max-width: 200px;
	margin-top: 30px;
}
.info_btn a {
	display: block;
	color: #fff;
	text-align: center;
	padding: 10px 15px;
	position: relative;
	background-color: #2e3092;
	transition: background-color .2s;
	font-size: 1.2rem;
}
.info_btn a::before {
	content: '';
	position: absolute;
	top: 50%;
	right: 10px;
	transform: translateY(-50%) rotate(45deg);
	width: 6px;
	height: 6px;
	border: 1px solid;
	border-color: #fff #fff transparent transparent;
	transition: all .2s;
}
.info_btn a:hover::before {
	right: 7px;
}
@media only screen and (min-width: 1024px) {
	.info_btn a:hover {
		text-decoration: none;
		background-color: #3399ff;
	}
}

/*----------------------------------------------------.pickup*/
.pickup {
	margin-top:60px;
	padding: 60px 0 90px;
	background: #f2f2f2;
}
.pickup .box {
    width: 96%;
    max-width: 1140px;
    margin: 0 auto;
}
.slide2 .slide-arrow {
	position: absolute;
	top: 50%;
	width:50px;
	height:auto;
	margin-top:-30px;
	z-index: 2;
	cursor: pointer;
}
.slide2 .prev-arrow {
	left: -60px;
}
.slide2 .next-arrow {
	right: -60px;
}
.pickup ul li {
	width: 32%;
	float: left;
}
.pickup ul li img {
	width:100%;
}
.pickup ul li:nth-child(3n-1) {
	margin: 0 2%;
}
.pickup ul li a {
	display: block;
	padding:0 10px;
}
.pickup ul li a:hover {
    opacity: 0.8;
}
.pickup ul li p {
	padding: 12px 45px 15px 12px;
	background:#FFF url("/img/arrow_03.svg") 94% center no-repeat;
	background-size: 30px;
}
.pickup ul li a:hover p {
	background:#FFF  url("/img/arrow_04.svg") 96% center no-repeat;
	background-size: 30px;
	transition: all .2s;
}
/*----------------------------------------------------.link*/
.link {
	padding:60px 0;
	background: #f2f2f2;
}
.link ul {
	width: 96%;
	max-width: 1120px;
	margin: 0 auto;
	overflow: hidden;
}
.link ul li {
	width: 32.65%;
	float: left;
	margin-bottom:10px;
	background-color:#FFF;
}
.link ul li:nth-child(3n-1) {
	margin: 0 1%;
}
.link ul li a {
	display: block;
	padding: 20px;
	background: url("/img/arrow_03.svg") 94% center no-repeat;
	background-size: 30px;
}
.link-iconText {
	color: #4c4fb6;
	position: relative;
	padding-left: 18px;
	display: inline-block;
}
.link-iconText::before {
    display: inline-block;
    position: absolute;
    top: 6px;
    left: 0;
    width: 5px;
    height: 5px;
    margin: auto;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
	border-top: solid 2px #2e3092;
    border-right: solid 2px #2e3092;
    content: '';
}
@media only screen and (min-width: 1024px) {
	.link ul li a:hover {
		background: url("/img/arrow_04.svg") 96% center no-repeat;
		background-size: 30px;
		transition: all .2s;
	}
	.link-iconText:hover {
		text-decoration: underline;
		color: #3399ff;
	}
}

/*================================================================================
  簡易トップ
==================================================================================*/
.kanitop *{
	box-sizing:border-box;
}
.kanitop .contents{
	margin:0;
}
.kanitop .main{
	height:auto;
	background:#64beff;
	padding:70px 2% 110px;
}
.kanitop .main .text {
	font-family: Georgia,"游明朝 DemiBold","ヒラギノ明朝 ProN","ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
	font-size: 2.0rem;
	text-align: center;
	padding-top: 60px;
	letter-spacing: 0.2em;
	line-height:1;
	color:#fff;
}
.kanitop .main .text span {
	font-size: 3.0rem;
	display: block;
	margin-bottom: 15px;
	letter-spacing: 0.05em;
}
.kanitop .main a.btn {
	display: block;
	padding: 20px;
	max-width:450px;
	font-size:1.6rem;
	color:#fff;
	text-align:center;
	margin:50px auto 0;
	background:#2e3092 url("/img/arrow_02.svg") 94% center no-repeat;
	background-size: 30px;
}
.kanitop .main a.btn:hover {
	background: url("/img/arrow_02.svg") 96% center no-repeat;
	background-size: 30px;
	transition: all .2s;
	background-color: #3399ff;
	text-decoration:none;
}
.kanitop .text-link{
	text-align:center;
	margin:30px 0 110px;
}
.kanitop .pagetop{
	display:none;
}

@media screen and (max-width:1240px) {
	.pickup .box {
		max-width: none;
	}
	.slide2 .prev-arrow {
		left: 0;
	}
	.slide2 .next-arrow {
		right: 0;
	}
	.info_head {
		margin-right: 30px;
		width: 30%;
	}
	.info_body {
		width: calc(100% - 30px - 30%);
		border-top: 1px dotted #c9c9c9;
	}
}
@media screen and (max-width:767px) {
	/*================================================================================
	  通常トップ
	==================================================================================*/
	/*----------------------------------------------------h2*/
	h2 {
		margin-bottom: 10px;
		font-size: 2.2rem;
	}

	/*----------------------------------------------------.slide*/
	.slide .slide-arrow {
		display: none !important;
	}
	.slide ul li {
		height: 195px;
	}
	.slide ul li.s01 p {
		font-size: 1.4rem;
		padding-top: 25px;
	}
	.slide ul li.s01 span {
		font-size: 2.2rem;
		margin-bottom: 8px;
	}
	/*----------------------------------------------------.main*/
	.main {
		height: 195px;
	}
	.main p {
		font-size: 1.4rem;
		padding-top: 25px;
	}
	.main p span {
		font-size: 2.2rem;
		margin-bottom: 8px;
	}
	/*----------------------------------------------------.contents*/
	.contents {
		margin-top:20px;
	}
	/*----------------------------------------------------.attention*/
	.attention {
		margin: 15px auto 0;
		padding: 15px 0 5px;
	}
	.attention ul {
		margin: 0 10px;
	}
	.attention ul li {
		margin-bottom: 10px;
		padding-left: 20px;
	}
	.attention ul li.border {
		padding:0 0 10px 20px;
	}

	/*----------------------------------------------------.info*/
	.info {
		margin: 50px auto 50px;
	}
	.info_news,
	.info_event {
		flex-wrap: wrap;
	}
	.info_head {
		margin-right: 0;
		width: 400%;
		display: flex;
		justify-content: space-between;
	}
	.info_body {
		width: 100%;
		margin-top: 15px;
	}
	.info_event {
		margin-top: 40px;
	}
	.info_title {
		font-size: 2.2rem;
		margin-bottom: 0;
		padding-top: 3px;
	}
	.info_body li {
		padding: 13px 0;
		display: flex;
		flex-wrap: wrap;
	}
	.info_body .info_date {
		margin-right: 0;
		width: 100%;
	}
	.info_text {
		width: 100%;
	}
	.info_btn {
		width: 40%;
		margin-top: 0;
	}
	.info_btn a {
		padding: 10px;
		font-size: 1.0rem;
	}
	.info_btn a::before {
		width: 5px;
		height: 5px;
		right: 7px;
	}

	/*----------------------------------------------------.pickup*/
	.pickup {
		margin-top:25px;
		padding: 30px 0 10px;
	}
	.pickup ul li {
		width: 100%;
		float: none;
		margin-bottom: 15px;
	}
	.pickup ul li:nth-child(3n-1) {
		margin: 0 0 15px 0;
	}
	.pickup ul li a {
		padding:0 40px;
	}
	.pickup ul li a:hover {
		opacity: 1.0;
	}
	.pickup ul li p {
		padding: 7px 50px 12px 10px;
	}
	.slide2 .slide-arrow {
		width:30px;
		margin-top:-15px;
	}
	/*----------------------------------------------------.link*/
	.link {
		width: 100%;
		margin: 0 auto;
		padding: 35px 0;
	}
	.link ul {
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
	}
	.link ul li {
		width: 49%;
		float: none;
		margin: 0 0 5px 0;
	}
	.link ul li:nth-child(3n-1) {
		margin: 0 0 5px 0;
	}
	.link ul li a {
		padding: 16px 20px 16px 5px;
		background-size: 15px;
		font-size: 1.2rem;
		background-position: right 6px center;
	}

	/*================================================================================
	  簡易トップ
	==================================================================================*/
	.kanitop .main{
		padding:10px 2% 50px;
	}
	.kanitop .main .text {
			font-size: 1.4rem;
	}
	.kanitop .main .text span {
			font-size: 2.2rem;
			margin-bottom: 8px;
	}
	.kanitop .main a.btn {
		padding: 20px;
		font-size:1.4rem;
		margin:25px auto 0;
		background-size: 30px;
	}
	.kanitop .text-link{
		margin:20px 0 60px;
		font-size:1.2rem;
		line-height:1.5;
	}
}