@charset "UTF-8";

/* -------------------------------------------------

Opening

------------------------------------------------- */
.main_photo {
 position: relative;
}
.main_photo ul {
	list-style:none;
	position:relative;
}
.main_photo ul li {
	list-style:none;
}
.slider {
 height: 100%;
 width: 100%;
}
.slider li {
 width: 100%;
 height: 570px;
}
.slider span {
  display: block;
 	width: 95%;
  height: 100%;
		margin:0 auto !important;
  /*background: no-repeat center center/cover;*/
  background: no-repeat center bottom/cover;
		border-radius: 30px 0px 30px;
}
.slider span.hero1 {
  background-image:	url(../images/main_img01.jpg);
}
@media screen and (max-width: 898px)  {
.main_photo {
	margin: 26px auto 0;
}
}
@media screen and (max-width: 768px)  {
.slider li {
 height: 380px;
 overflow: hidden;
}
.slider span.hero1 {
  background-image:	url(../images/main_img01_sp.jpg);
}
}
@media screen and (max-width: 480px)  {
.slider li {
 height: 300px;
}
}

/* -------------------------------------------------

catch copy

------------------------------------------------- */
.anime_box	{
	position: absolute;
	top:50%;
	left: 150px;
	transform:translate(0%,-50%);
	z-index: 1;
	width: 500px;
}
.anime_box p.txt01	{
	font-family: 'Noto Sans JP', sans-serif;
	font-style: normal;
	font-weight: 500;
	font-size: 48px;
	color: #00489d;
		text-shadow: 2px 3px 5px rgba(255, 255, 255, 0.8);

}
@media only screen and (max-width: 898px) {
.anime_box	{
	top:50%;
	left: 100px;
	transform:translate(0%,-50%);
	width: 420px;
}
.anime_box p.txt01	{
	font-size: 40px;
}
}
@media only screen and (max-width: 768px) {
.anime_box	{
	left: 80px;
	width: 380px;
}
.anime_box p.txt01	{
	font-size: 36px;
}
}
@media only screen and (max-width: 568px) {
.anime_box	{
	left: 60px;
	width: 380px;
}
.anime_box p.txt01	{
	font-size: 30px;
}
}
@media only screen and (max-width: 480px) {
.anime_box	{
	left: 40px;
	width: 260px;
}
.anime_box p.txt01	{
	font-size: 24px;
}
}
@media only screen and (max-width: 375px) {
.anime_box	{
	left: 30px;
	width: 260px;
}
}
@media only screen and (max-width: 320px) {

}


/* -------------------------------------------------

TopIntro

------------------------------------------------- */
.TopIntro_wrp	{
 width: 100%;
 /*margin: 100px auto 200px;*/
 margin: 120px auto 220px;
	position: relative;
}
.TopIntro_wrp::after {
 content: "";
 display: block;
	background:url(../images/bg_02.jpg)	top	right	no-repeat;
	width: 812px;
	height: 500px;
	background-size: 812px 500px;
	position: absolute;
	z-index:-1;
	top: -100px;
	right:25px;
}
.TopIntroduction	{
 width: 1140px;
	margin:20px	auto;
	position: relative;
	z-index: 1;
}
.TopIntroduction > section	{
	width:60%;
}
.TopIntroduction > section h2	{
	font-family: 'Noto Sans JP', sans-serif;
	font-style: normal;
	font-weight: 500;
	font-size:26px;
	color: #0075c2;
	position:relative;
	text-shadow: 1px 1px 0 #fff,
             -1px 1px 0 #fff,
             1px -1px 0 #fff,
             -1px -1px 0 #fff;
}
.TopIntroduction > section p	{
	font-style: normal;
	font-weight: 400;
	margin:0;
	padding:0;
	line-height:2.2;
	text-shadow: 1px 1px 0 #fff,
             -1px 1px 0 #fff,
             1px -1px 0 #fff,
             -1px -1px 0 #fff;
}
@media screen and (min-width: 965px) and (max-width: 1180px) {
.TopIntro_wrp	{
 /*margin: 70px auto 100px;*/
 margin: 90px auto 180px;
}
.TopIntro_wrp::after {
	width: 700px;
	height: 431px;
	background-size: 700px 431px;
	top: -70px;
	right:15px;
}
.TopIntroduction	{
 width: 90%;
}
}
@media screen and (min-width: 899px) and (max-width: 964px) {
.TopIntro_wrp	{
 /*margin: 70px auto 100px;*/
 margin: 90px auto 180px;
}
.TopIntro_wrp::after {
	width: 700px;
	height: 431px;
	background-size: 700px 431px;
	/*top: -100px;*/
	top: -70px;
	right:10px;
}
.TopIntroduction	{
 width: 90%;
}
.TopIntroduction > section	{
	width:100%;
}
}
@media screen and (max-width: 898px)  {
.TopIntro_wrp	{
 /*margin: 70px auto 100px;*/
 margin: 90px auto 180px;
}
.TopIntro_wrp::after {
	width: 700px;
	height: 431px;
	background-size: 700px 431px;
	/*top: -100px;*/
	top: -70px;
	right:10px;
}
.TopIntroduction	{
 width: 90%;
}
.TopIntroduction > section	{
	width:100%;
}
}
@media screen and (max-width: 768px)  {
.TopIntro_wrp	{
 width: 100%;
 margin: 40px auto 50px;
	height:	auto;
}
.TopIntro_wrp::after {
	background:none;
	width: auto;
	height: auto;
}
.TopIntroduction	{
 width: 90%;
	margin:20px	auto;
}
.TopIntroduction > section	{
	width:100%;
}
.TopIntroduction > section h2	{
	width:100%;
	font-size:24px;
	margin:0 0 20px;
}
.TopIntroduction > section p	{
	text-shadow:	none;
	line-height:1.8;
	font-size: 14px;
}
}
@media screen and (max-width: 568px)  {
.TopIntro_wrp	{
 margin: 0px auto 50px;
}
.TopIntroduction > section h2	{
	font-size:20px;
	margin:0 0 10px;
}
.TopIntroduction > section p	{
	line-height:1.6;
}
}
@media screen and (max-width: 375px)  {
.TopIntroduction > section h2	{
	font-size:18px;
	margin:0 0 10px;
}
}



/* -------------------------------------------------

TopPickup

------------------------------------------------- */
.TopPickup_wrp	{
 width: 100%;
 background-color:#cdf1ff;
	background-image: url("../images/bg_title_pickup.png");
	background-position: top -15px right -20px;
	background-repeat: no-repeat;
}
.TopPickup_wrp::after {
 content: "";
 display: block;
 clear: both;
}
.TopPickup_inner {
 width: 1140px;
	margin: 0 auto;
 display: flex;
	flex-flow: row nowrap;
	justify-content: space-between;
	padding: 140px 0 100px !important;
}
.TopPickup_inner section	{
	width: 300px;
}
.TopPickup_inner section h2	{
	font-family: 'Noto Sans JP', sans-serif;
	font-style: normal;
	font-weight: 500;
	font-size:36px;
	color: #333;
	position:relative;
	letter-spacing: 2px;
	margin-top: 50px;
}
@media screen and (min-width: 965px) and (max-width: 1180px) {
.TopPickup_wrp	{
	background-size:626px 110px;
	background-position: top -10px right -15px;
}
.TopPickup_inner {
 width: 90%;
	flex-flow: row wrap;
}
.TopPickup_inner section	{
	width: 100%;
}
.TopPickup_inner section h2	{
	text-align: center;
	margin-top: 0px;
}
}
@media screen and (min-width: 899px) and (max-width: 964px) {
.TopPickup_wrp	{
	background-size:569px 100px;
	background-position: top -10px right -15px;
}	
.TopPickup_inner {
 width: 90%;
	flex-flow: row wrap;
	padding: 120px 0 90px !important;
}
.TopPickup_inner section	{
	width: 100%;
}
.TopPickup_inner section h2	{
	text-align: center;
	font-size:32px;
	letter-spacing: 1px;
	margin-top: 0px;
}
}
@media screen and (max-width: 898px)  {
.TopPickup_wrp	{
	background-size:512px 90px;
	background-position: top -10px right -10px;
}	
.TopPickup_inner {
 width: 90%;
	flex-flow: row wrap;
	padding: 100px 0 80px !important;
}
.TopPickup_inner section	{
	width: 100%;
}
.TopPickup_inner section h2	{
	text-align: center;
	font-size:32px;
	letter-spacing: 1px;
	margin-top: 0px;
}
}
@media screen and (max-width: 768px)  {
.TopPickup_wrp	{
	background-size:398px 70px;
	background-position: top -5px right -10px;
}
.TopPickup_inner {
	padding: 90px 0 !important;
}
.TopPickup_inner section	{
	width: 100%;
}
.TopPickup_inner section h2	{
	font-size:28px;
	margin: 0 0 20px;
}
}
@media screen and (max-width: 480px)  {
.TopPickup_wrp	{
	background-size:285px 50px;
	background-position: top -5px right -10px;
}	
.TopPickup_inner {
	padding: 70px 0 !important;
}
.TopPickup_inner section h2	{
	font-size:24px;
	margin: 0 0 20px;
}
}


.TopPickup_Menu	{
	width: 840px;
	display: flex;
	flex-flow: row wrap;
}
.TopPickup_Menu > section	{
 width: calc(50% - 30px);
 margin:0 60px 0px 0;
	box-sizing: border-box;
	/*word-wrap: break-word;*/
	position: relative;
}
.TopPickup_Menu > section:nth-child(2n) {
 margin:0;
}
.TopPickup_Menu > section a	{
	margin:0;
	width:100%;
	text-decoration:none;
	/*background:	#fff;*/
	position: relative;
	-webkit-transition: all .3s;
 							 transition: all .3s;
	display: flex;
	flex-flow: column wrap;
}
.TopPickup_Menu > section .t_txt	{
	width: 100%;
	padding: 0 20px 30px;
}
.TopPickup_Menu > section .t_photo	{
	width: 100%;
	height: 100%;
	margin-bottom: 30px;
}
.TopPickup_Menu > section .t_photo img	{
	border-radius: 30px 0px 30px;
}
.TopPickup_Menu > section h3	{
	font-family: 'Noto Sans JP', sans-serif;
	font-style: normal;
	font-weight: 500;
	font-size: 24px;
	color: #00489d;
	text-align:left;
	width: 100%;
	margin: 0 0 15px;
	line-height: 1.6;
	position: relative;
}
.TopPickup_Menu > section p	{
	font-family: 'Noto Sans JP', sans-serif;
	font-style: normal;
	font-weight: 400;
	padding: 0;
	display: block;
	position: relative;
}
.TopPickup_Menu > section h3 span	{
	position: relative;
}
.TopPickup_Menu > section h3 span::after	{
	display:inline-block;
	content: "";
	position: absolute;
	top: 40%;
	right: -45px;
	width: 30px;
 height: 8px;
 border-bottom: 1px solid #333333;
 border-right: 1px solid #333333;
 transform: skew(45deg);
}
.TopPickup_Menu > section a:hover {
	/*color: #194f99;*/
}
.TopPickup_Menu > section a:hover h3 span::after	{
	right: -55px;
	transition: .3s;
 border-bottom: 1px solid #333333;
 border-right: 1px solid #333333;
}
.TopPickup_Menu > section a:hover .t_photo	{
 opacity: 0.7;
 filter: alpha(opacity=70);
 -moz-opacity: 0.7;
	transition: .3s;
}
@media screen and (min-width: 965px) and (max-width: 1180px) {

}
@media screen and (max-width: 1180px)  {
.TopPickup_Menu	{
	width: 100%;
}
}
@media screen and (max-width: 898px)  {
.TopPickup_Menu > section	{
 width: calc(50% - 20px);
 margin:0 40px 0 0;
}
}
@media screen and (max-width: 768px)  {
.TopPickup_Menu > section .t_txt	{
	width: 100%;
	padding: 0 10px 20px;
}
.TopPickup_Menu > section .t_photo	{
	margin-bottom: 20px;
}
.TopPickup_Menu > section h3	{
	font-size: 22px;
}
.TopPickup_Menu > section p	{
	font-size: 14px;
}
.TopPickup_Menu > section h3 span::after	{
	top: 40%;
	right: -35px;
	width: 20px;
 height: 6px;
}
.TopPickup_Menu > section a:hover h3 span::after	{
	right: -45px;
}
}
@media screen and (max-width: 568px)  {
.TopPickup_Menu > section .t_txt	{
	padding: 0 0 10px;
}
.TopPickup_Menu > section .t_photo	{
	margin-bottom: 10px;
}
.TopPickup_Menu > section h3	{
	font-size: 22px;
	margin: 0 0 10px;
}
}
@media screen and (max-width: 480px)  {
.TopPickup_Menu > section	{
 width: 90%;
 margin:0 auto 10px;
}
.TopPickup_Menu > section:nth-child(2n) {
 margin:0 auto;
}
.TopPickup_Menu > section .t_txt	{
	padding: 0;
}
}


/* -------------------------------------------------

TopNews

------------------------------------------------- */
.TopNews_wrp	{
 width: 100%;
 background-color:#fff;
	background-image: url("../images/bg_title_news.png");
	background-position: top -15px right -15px;
	background-repeat: no-repeat;
}
.TopNews_wrp::after {
 content: "";
 display: block;
 clear: both;
}
.TopNews_inner {
 width: 1140px;
	margin: 0 auto;
 display: flex;
	flex-flow: row nowrap;
	justify-content: space-between;
	padding: 140px 0 100px !important;
}
.TopNews_inner section	{
	width: 300px;
}
.TopNews_inner section h2	{
	font-family: 'Noto Sans JP', sans-serif;
	font-style: normal;
	font-weight: 500;
	font-size:36px;
	color: #333;
	position:relative;
	letter-spacing: 2px;
	margin-top: 50px;
}
/*.TopNews_wrp iframe::-webkit-scrollbar	{
  width: 8px;
}
.TopNews_wrp iframe::-webkit-scrollbar-track	{
  background: #fff;
  border: none;
  border-radius: 5px;
  box-shadow: inset 0 0 2px #777; 
}
.TopNews_wrp iframe::-webkit-scrollbar-thumb	{
  background: #ccc;
  border-radius: 5px;
  box-shadow: none;
}*/
.TopNews_inner ul	{
	width: 840px;
	margin:0px;
}
.TopNews_inner li {
	list-style:none;
}
.TopNews_inner li::after,
.TopNews_inner li a::after	{
 content: "";
 display: block;
 clear: both;
}
.TopNews_inner li {
	display: flex;
	flex-flow: column wrap;
 border-bottom: 1px dashed #ccc;
 padding:20px 10px;
}
.TopNews_inner li	a {
	display:block;
	text-decoration: none;
}
.TopNews_inner li	a:hover {
 opacity: 0.7;
 filter: alpha(opacity=70);
 -moz-opacity: 0.7;
}
.TopNews_inner ul li span.date {
 width: 160px;
	padding: 5px 0;
	display:block;
	position: relative;
}
.TopNews_inner ul li span.title {
	display:block;
	padding: 5px 0;
	overflow: auto;
}
.new {
	position: absolute;
	background:	#0075c2;
	border-radius:3px;
	color:#fff;
	font-size:12px;
	text-align:center;
	line-height:normal;
	padding:1px 20px 2px;
	margin-left: 18px;
	margin-top: 3px;
}
@media screen and (min-width: 965px) and (max-width: 1180px) {
.TopNews_wrp	{
	background-size:430px 110px;
	background-position: top -10px right -15px;
}
.TopNews_inner {
 width: 90%;
	padding: 100px 0 !important;
}
.TopNews_inner ul	{
	width: 100%;
}

}
@media screen and (min-width: 899px) and (max-width: 964px) {
.TopNews_wrp	{
	background-size:391px 100px;
	background-position: top -10px right -15px;
}	
.TopNews_inner {
 width: 90%;
	padding: 100px 0 !important;
}
.TopNews_inner section h2	{
	font-size:32px;
	letter-spacing: 1px;
	margin-top: 25px;
}
.TopNews_inner ul	{
	width: 100%;
}
}
@media screen and (max-width: 898px)  {
.TopNews_wrp	{
	background-size:352px 90px;
	background-position: top -10px right -15px;
}	
.TopNews_inner {
 width: 90%;
	padding: 100px 0 80px !important;
}
.TopNews_inner section h2	{
	font-size:32px;
	letter-spacing: 1px;
	margin-top: 25px;
}
.TopNews_inner ul	{
	width: 100%;
}

}
@media screen and (max-width: 768px)  {
.TopNews_wrp	{
	background-size:274px 70px;
	background-position: top -5px right -10px;
}
.TopNews_inner {
 width: 90%;
	flex-flow: row wrap;
	padding: 80px 0 !important;
}
.TopNews_inner section	{
	width: 100%;
}
.TopNews_inner section h2	{
	font-size:28px;
	margin: 0 0 10px;
	text-align: center;
}
.TopNews_inner li {
 padding:15px 10px;
}
.TopNews_inner ul li span.date {
	padding: 3px 0;
	font-size: 14px;
}
.TopNews_inner ul li span.title {
	padding: 3px 0;
	font-size: 14px;
}
.new {
	font-size:10px;
	margin-top: 0px;
}
}
@media screen and (max-width: 480px)  {
.TopNews_wrp	{
	background-size:195px 50px;
	background-position: top -5px right -10px;
}	
.TopNews_inner {
	padding: 70px 0 !important;
}
.TopNews_inner section h2	{
	font-size:24px;
}
}


/* -------------------------------------------------

other

------------------------------------------------- */
.bg	{
	width:100%;
	padding:60px 0 80px;
	margin:0;
	background:	#edf5e9;		  /* 薄緑色   */
}
.line	{
	width:100%;
	border-bottom:1px solid #999;
}
@media screen and (max-width: 768px)  {
.bg	{
	padding:40px 0 60px;
}
}
@media screen and (max-width: 480px)  {
.bg	{
	padding:20px 0 40px;
}
}
