@charset "utf-8";
@import url(reset.css);
@import url(base.css);
@import url(common.css);


#popup {
	display: none;
	
}
#wrap{
	height: unset;
}

/*-------------------------------------------------------------------
	mainmov
-------------------------------------------------------------------*/
	
#mainmov {
	position: relative;
}
#main00{
	width: 100%;
	height: 750px;
	background: url("../image/index/main_slide.jpg") center left no-repeat;
	background-size: cover;
	background-position:center ;
}

.mainFlex {
	display: flex;
	justify-content: space-between;
	align-items: center;
	background: #f4f3fb;
}

.mainLeft {
	width: 50%;
	box-sizing: border-box;
	padding: 0 5%;
	display: flex;
	justify-content: center;
}
.mainLeftFlex{
	width: 55%;
}
.mainLeft .btnLink{
    display: inline-block;
    border: 1px solid #000;
    line-height: 1.0;
    padding: 10px 50px 12px 20px;
    font-size: 1.2vw;
    font-weight: 500;
	background: url(../image/common/arrow01.png) right 10px center no-repeat #fff;
	margin-top: 50px;
}

.mainLeft .btnLink a:hover {
    text-decoration: none;
    opacity: 0.7;
}

.mainLeft dt {
	max-width: 80%;
	width: fit-content;
	margin-bottom: 50px;
}

.mainLeft dd {
	width: fit-content;
}
.mainRight {
	width: 50%;
	position: relative;
}
.mainRight img {
	width: 100%;
}


#main01 {
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
	height: 750px;
	background: url("../image/index/main_slide01.jpg") top left no-repeat;
	background-size: cover;
}


#main02 {
	width: 100%;
	height: 750px;
	background: url("../image/index/main_slide02.jpg") center left no-repeat;
	background-size: cover;
}

@media screen and (max-width: 1280px) {
	
	#main01 {
		height: 700px;
		height: 700px;
		background: url("../image/index/main_slide01.jpg") top left 20% no-repeat;
		background: url("../image/index/main_slide01.jpg") top left 20% no-repeat;
		background-size: cover;
		background-size: cover;
	}


	#main02 {
		height: 700px;
		background: url("../image/index/main_slide02.jpg") center right 60% no-repeat;
		background-size: cover;
	}

	
}


#move01,
#move02,
#move03,
#move04,
#exlink {
	display: none;
}


/*
#main01,
#move01,
#move02,
#move03 {
	display: none;
}
*/

#main01 img,
#main02 img {
	width: 100%;
}

#mainmov .lead {
	position: absolute;
	top: 42%;
	right: 10%;
	z-index: 999;
}

#mainmov .links ,.kvlinks{
	background: #FFF;
	position: absolute;
	bottom: 20%;
	right: 10%;
	z-index: 999;
}
#mainmov #splink{
	display: none;
}
#mainmov .miryokubtn {
	position: absolute;
	bottom: 5%;
	left: 0;
	z-index: 999;
	transform: translate(-110%,10%);
	max-width: 25%;
}

@media screen and (max-width: 1280px) {
	#mainmov .miryokubtn {
		width: 25%;
	}
	
	#mainmov .lead {
		right: 8%;
	}
	
	#mainmov .links {
		right: 8%;
	}
	
}



#mainmov .sidelink {
	position: fixed;
	top: 15%;
	right: 0;
	z-index: 99999;
}

#mainmov .sidelink li {
	max-width: 47px;
	margin: 0 0 20px;
}

#mainmov .sidelink li:last-child {
	margin: 0;
}

/* スマホメイン */

#spmain {
	display: none;
	position: relative;
}

#spmain .lead {
	position: absolute;
	top: 4%;
	right: 10%;
	z-index: 999;
	width: 80%;
	text-align: center;
}


#spmain .lead img {
	max-height: 60px;
}

#spmain .links {
	position: absolute;
	bottom: 5%;
	right: 20%;
	z-index: 999;
	width: 60%;
	text-align: center;
}

#spmain .miryokubtn {
	position: absolute;
	right: 5%;
	bottom: 20%;
	z-index: 999;
	max-width: 30%;
}

#smv01,
#smv02,
#smv03,
#smv04 {
	display: none;
}


/*-------------------------------------------------------------------
	index
-------------------------------------------------------------------*/

#index {
	padding: 50px 0 0;
	font-size: 1.4em;
	line-height: 1.8;
}

#index .inner {
	width: 1000px;
	margin: 0 auto;
}

#index h1 {
	text-align: center;
	line-height: 1.0;
	margin: 0 0 45px;
}

#index h1 span {
	display: inline-block;
	padding: 0 0 25px;
	font-size: 1.6em;
	position: relative;
	letter-spacing: 0.05em;
}

#index h1 span:after {
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	width: 35px;
	background: #595757;
	height: 1px;
	content: '';
}


/* corona */

#corona {
	margin-bottom: 20px !important;
}


#corona a {
	display: block;
	text-align: center;
	color: #fff;
	line-height: 1.0;
	padding: 15px 3%;
	background: #c8161d;
	font-size: 1.2em;
	font-weight: 500;
}

#corona a:hover {
	text-decoration: none;
	background: #96111b;
}


/* important */

#important {
	margin: 0 0 70px;
}

#important table {
	width: 100%;
}

#important table th,
#important table td {
	
}

#important table th {
	background: #53488f;
	width: 180px;
	color: #fff;
	font-weight: 500;
	text-align: center;
	vertical-align: middle;
}

#important table th a {
	color: #fff;
	text-decoration: none;
	display: block;
}




#important table td {
	background: #f5f3f2;
	padding: 10px 20px;
}

#important table td dl {
	overflow: hidden;
	zoom:1;
	margin: 0 0 10px;
}

#important table td dl:last-child {
	margin: 0;
}

#important table td dl dt {
	float: left;
}

#important table td dl dd {
	margin-left: 90px;
}

/* news */

#news {
	margin: 0 0 100px;
}
 
#news .inner {
	position: relative;
	width: 1150px;
}

#news .news {
	padding-right: 350px;
	margin: 0 0 50px;
}

#news .news dl {
	overflow: hidden;
	zoom:1;
	border-bottom: 1px solid #b5b5b6;
	padding: 20px 0;
	line-height: 1.4;
}

#news .news dl:last-child {
	border-bottom: none;
	padding: 20px 0 0;
}

#news .news dl dt {
	float: left;
	width: 90px;
	padding: 3px 0 0;
}

#news .news dl dd.cat {
	width: 140px;
	float: left;
	line-height: 1.0;
}

#news .news dl dd.cat span {
	display: block;
	border: 1px solid #53488f;
	color: #53488f;
	padding: 5px 0;
	font-size: 0.85em;
	text-align: center;
}


#news .news dl dd.text {
	margin-left: 245px;
	padding: 3px 0 0;
}

#news .news dl dd.text a {
	color: #727171;
	text-decoration: none;
}

#news .news dl dd.text a:hover {
	text-decoration:underline;
}

#news .morebtn {
	text-align: center;
}

#news .morebtn a {
	display: inline-block;
	line-height: 1.0;
	border: 1px solid #494645;
	text-align: center;
	padding: 15px 0;
	width: 195px;
	text-decoration: none;
	position: relative;
	color: #494645;
}

#news .morebtn a:hover {
	opacity: 0.7;
}

#news .morebtn a:after {
	background: url("../image/common/arrow01.png") center center no-repeat;
	background-size: cover;
	width: 23px;
	height: 5px;
	content: '';
	position: absolute;
	top: 50%;
	right: 5%;
	transform: translateY(-50%);
}



#news .jintan {
	padding: 25px 0 20px;
	width: 300px;
	text-align: center;
	background: #f5f3f2;
	position: absolute;
	top: 100px;
	right: 0;
}

#news .jintan h2 {
	text-align: center;
	margin:  0 0 10px;
}

#news .jintan .imgs {
	width: 250px;
	margin: 0 auto 10px;
}

#news .jintan .imgs img {
	max-width: 100%;
}


#news .jintan .inimg {
	height: 140px;
	overflow: hidden;
}


#news .jintan .imgs li a {
	display: block;
}

#news .jintan .ttl {
	width: 250px;
	text-align: left;
	margin: 0 auto 40px;
}


#news .jintan .linked {
	text-align: center;
	line-height: 1.0;
}

#news .jintan .linked a {
	display: inline-block;
	background: url("../image/common/arrow01.png") right center no-repeat;
	padding-right: 35px;
	color: #494645;
	text-decoration: none;
}

#news .jintan .linked a:hover {
	text-decoration: underline;
}

#news .jintan #jinslide {
	overflow: hidden;
	width: 80%;
	margin: 0 auto 10px !important;
}

#news .jintan #jinslide ul li img {
	max-width: 100%;
}

#news .jintan #jinslide ul li span {
	display: block;
	margin: 10px 0 0;
	text-align: center;
}

#news .jintan #jinslide .bx-wrapper {
	margin: 0 auto !important;
	padding:0 !important;
}



/* slider */

#slider {
	position: relative;
	margin: 0 0 90px;
	padding-right: 50px;
}


#slider .prev {
	position: absolute;
	top: 50%;
	left: 1%;
	transform: translateY(-50%);
	background: url("../image/common/slide_prev_ex.png") center center no-repeat;
	width: 39px;
	height: 39px;
	z-index: 999;
	cursor: pointer;
}

#slider .next {
	position: absolute;
	top: 50%;
	right: 0.5%;
	transform: translateY(-50%);
	background: url("../image/common/slide_after_ex.png") center center no-repeat;
	width: 39px;
	height: 39px;
	z-index: 999;
	cursor: pointer;
}


#slider .gallery {
	padding: 0 50px;
}

#slider .gallery li {
	margin: 0 20px;
}

@media screen and (max-width: 1300px){
	
	#slider .gallery li {
		margin: 0 10px;
	}
}


#slider .gallery li img {
	width: 100%;
}

.glTitle {
	margin: 10px 0 0;
	font-size: 1.2em;
	font-weight: 500;
}

.glText {
	margin: 10px 0 0;
}

/* subject */

#subject {
	margin: 0 0 100px;
}

#subject .relabox {
	position: relative;
	margin: 0 0 40px;
}
#subject .relabox.last {
	margin: 0;
}

#subject .relabox .p_right {
	text-align: right;
}


#subject .relabox dl {
	width: 250px;
	text-align: center;
}

#subject .relabox dl.t_left {
	left: 0;
}

#subject .relabox dl.t_right {
	right: 0;
}

#subject .relabox dl dt {
	line-height: 1.0;
	font-size: 1.4em;
	position: relative;
	padding: 0 0 20px;
	margin: 0 0 20px;
	font-weight: 500;
}

#subject .relabox dl dt span {
	display: block;
	font-size: 0.65em;
	margin: 0 0 10px;
	font-weight: 300;
}

#subject .relabox dl dt:after {
	width: 25px;
	height: 1px;
	background: #595757;
	content: '';
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
}


#subject .relabox dl dd.btn {
	margin: 40px 0 0;
}

#subject .relabox dl dd.btn a {
	display: inline-block;
	line-height: 1.0;
	border: 1px solid #494645;
	text-align: center;
	padding: 15px 0;
	width: 195px;
	text-decoration: none;
	position: relative;
	color: #494645;
}

#subject .relabox dl dd.btn a:hover {
	opacity: 0.7;
}

#subject .relabox dl dd.btn a:after {
	background: url("../image/common/arrow01.png") center center no-repeat;
	background-size: cover;
	width: 23px;
	height: 5px;
	content: '';
	position: absolute;
	top: 50%;
	right: 5%;
	transform: translateY(-50%);
}
#subject .subjectFlex{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
#subject .subjectFlex:nth-of-type(2n){
	flex-flow: row-reverse;
}

#subject .subjectFlex .p_right{
	width: calc(100% - 280px);
}

/* future */

#future {
	background: url("../image/index/future_bg.jpg") left bottom no-repeat;
	background-size: cover;
	padding: 70px 0 220px;
	margin: 0 0 100px;
	background-attachment: fixed;
	position: relative;
}
/*
#future:after {
	background:rgba(255,255,255,0.9);
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 99;
	content: '';
}
*/

#future .coming {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	z-index: 999;
}


#index #future h1 {
	text-align: center;
	line-height: 1.0;
	margin: 0 0 45px;
}

#future .titlebox .subbox p {
	display: inline-block;
	line-height: 1.0;
	position: relative;
	background: #222966;
	color: #fff;
	padding: 15px;
	border-radius: 7px;
	font-size: 1.2em;
}


#future .titlebox .subbox p:after {
	border-style: solid;
	border-width: 10px 6px 0 6px;
	border-color: #222966 transparent transparent transparent;
	content: '';
	position: absolute;
	bottom: -10px;
	left: 50%;
	transform: translateX(-50%);
}


#future .future {
	
}

#future .future li {
	width: 270px;
	margin-right: 25px;
}


#future .future li a {
	display: block;
	background: #fff;
	padding: 10px 10px 20px;
	text-decoration: none;
	line-height: 1.0;
	text-align: center;
}


#future .future li a:hover {
	background: #eee;
}


#future .future li a .human {
	text-align: center;
	height: 280px;
	overflow: hidden;
	margin: 0 0 15px;
}

@media screen and (max-width: 1400px){
	#future .future li a .human {
		height: 175px;
	}
}

	

#future .future li a .human img {
	width: 100%;
}


#future .future li a dl dt {
	color: #494645;
	font-size: 1.0em;
	padding: 0 0 10px;
	margin: 0 0 10px;
	border-bottom: 1px solid #b5b5b6;
}

#future .future li a dl dd {
	color: #898989;
	font-size: 0.85em;
}



#future .btn {
	max-width: 90%;
	margin: 50px auto 0;
	text-align: center;
}

#future .btn a {
	display: inline-block;
	line-height: 1.0;
	border: 1px solid #494645;
	text-align: center;
	padding: 15px 0;
	width: 195px;
	text-decoration: none;
	position: relative;
	color: #494645;
}

#future .btn a:hover {
	opacity: 0.7;
}

#future .btn a:after {
	background: url("../image/common/arrow01.png") center center no-repeat;
	background-size: cover;
	width: 23px;
	height: 5px;
	content: '';
	position: absolute;
	top: 50%;
	right: 5%;
	transform: translateY(-50%);
}


/* pickup */

#pickup {
	
}

#pickup .bnrbox {
	display: flex;
	flex-wrap: wrap;
}

#pickup .bnrbox li {
	width : 33.33333% ;
  width : -webkit-calc(100% / 3) ;
  width : calc(100% / 3) ;
	position: relative;
	border-top: 1px solid #fff;
}


#pickup .bnrbox li:after {
	width: 1px;
	height: 100%;
	background: #fff;
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	z-index: 999;
}

#pickup .bnrbox li:nth-child(3n):after {
	display: none;
}


#pickup .bnrbox li img {
	width: 100%;
}


/*-------------------------------------------------------------------
	fadein
-------------------------------------------------------------------*/

.fades {
	-webkit-animation-duration:2s;
	-ms-animation-duration:2s;
	animation-duration:2s;
	-webkit-animation-name: fades;
	animation-name: fades;
}

@-webkit-keyframes fades {
	0% { opacity: 0;}
 	100% { opacity: 1;}
}
@keyframes fades {
 	0% { opacity: 0;}
 	100% { opacity: 1;}
}


.fadeInDown {
	-webkit-animation-fill-mode:both;
	-ms-animation-fill-mode:both;
	animation-fill-mode:both;
	-webkit-animation-duration:3s;
	-ms-animation-duration:3s;
	animation-duration:3s;
	-webkit-animation-name: fadeInDown;
	animation-name: fadeInDown;
	visibility: visible !important;
}

@-webkit-keyframes fadeInDown {
	0% { opacity: 0; -webkit-transform: translateY(30px); }
 	100% { opacity: 1; -webkit-transform: translateY(0); }
}
@keyframes fadeInDown {
 	0% { opacity: 0; -webkit-transform: translateY(30px); -ms-transform: translateY(30px); transform: translateY(30px); }
 	100% { opacity: 1; -webkit-transform: translateY(0); -ms-transform: translateY(0); transform: translateY(0); }
}



/*===============================================
  画面の横幅が1300px以下に適用
===============================================*/
@media screen and (max-width: 1300px){
	#mainmov .lead{
		height: 110px;
		top: 45%;

	}
}
/*===============================================
  画面の横幅が1024px以下に適用
===============================================*/
@media screen and (max-width: 1024px){
	
	
	/* mainmov */
	
	#mainmov .sidelink {
		position: fixed;
		top: 10%;
		right: 0;
		z-index: 99999;
	}

	#mainmov .sidelink li {
		margin: 0 0 10px;
	}

	#kvlinks a img{
		background: #FFF;
	}

	/* index */

	#index .inner {
		width: 90%;
		margin: 0 auto;
	}


	/* news */

	#news {
		margin: 0 0 100px;
	}
 
	#news .inner {
		position: relative;
		width: 90%;
	}

	#news .news {
		padding-right: 35%;
		margin: 0 0 50px;
	}



	#news .jintan {
		padding: 25px 0 20px;
		width: 30%;
		text-align: center;
		background: #f5f3f2;
		position: absolute;
		top: 0;
		right: 0;
	}

	#news .jintan h2 {
		text-align: center;
		margin:  0 0 10px;
		padding: 0 10%;
	}

	#news .jintan .imgs {
		width: 90%;
		margin: 0 auto 10px;
	}

	#news .jintan .ttl {
		width: 90%;
		text-align: left;
		margin: 0 auto 40px;
	}



	/* subject */

	#subject {
		margin: 0 0 100px;
	}

	#subject .relabox {
		position: relative;
		margin: 0 0 40px;
	}

	#subject .relabox.last {
		margin: 0;
	}
	
	#subject .relabox figure img,
	#subject .relabox .designPhoto{
		max-width: 70%;
	}

	#subject .relabox .p_right {
		text-align: right;
	}
	#subject .relabox .p_right {
		width: calc(100% - 250px);
	}

	#slider .gallery li {
		margin: 0 7px;
	}
	
	
}

/*===============================================
  画面の横幅が768px以下に適用
===============================================*/
@media screen and (max-width: 768px){
	
	
		/* index */

	#index h1 {
		text-align: center;
		line-height: 1.0;
		margin: 0 0 30px;
	}

	#index h1 span {
		display: inline-block;
		padding: 0 0 20px;
		font-size: 1.4em;
		position: relative;
		letter-spacing: 0.05em;
	}

	#index h1 span:after {
		position: absolute;
		bottom: 0;
		left: 50%;
		transform: translateX(-50%);
		width: 35px;
		background: #595757;
		height: 1px;
		content: '';
	}


	/* important */

	#important {
		margin: 0 0 50px;
	}

	#important table {
		width: 100%;
	}

	#important table th,
	#important table td {
		display: block;
	}

	#important table th {
		background: #53488f;
		width: auto;
		color: #fff;
		font-weight: 500;
		text-align: center;
		vertical-align: middle;
		padding: 10px 0;
	}

	#important table td {
		background: #f5f3f2;
		padding: 10px 20px;
	}

	#important table td dl {
		overflow: hidden;
		zoom:1;
		margin: 0 0 10px;
		padding: 0 0 10px;
		border-bottom: 1px dotted #ccc;
	}

	#important table td dl:last-child {
		margin: 0;
		padding: 0;
		border-bottom: none;
	}

	#important table td dl dt {
		float: none;
	}

	#important table td dl dd {
		margin: 0;
	}

	#mainmov .sidelink{
		width: 100%;
		padding: 10px 5%;
		display: flex;
		justify-content: center;
		gap: 40px;
		top: unset;
		right: unset;
		bottom: 0;
		background: #f5f3f2;
		box-sizing: border-box;
	}
	#mainmov .sidelink li{
		max-width: 180px;
		width: calc(calc(100% - 60px) / 2);
		margin: 0;
	}
	#mainmov .sidelink li.pc{
		display: none;
	}
	/* subject */

	#subject {
		margin: 0 0 50px;
	}

	#subject .relabox,
	#subject .subjectFlex:nth-of-type(2n) {
		flex-flow: column;
		position: relative;
		margin: 0 0 40px;
	}

	#subject .relabox.last {
		margin: 0;
	}
	
	#subject .relabox figure img,
	#subject .relabox .designPhoto{
		max-width: 100%;
	}

	#subject .relabox .p_right {
		width: 100%;
	}


	#subject .relabox dl {
		position: static;
		top: 50%;
		transform: none;
		width: auto;
		text-align: center;
		margin: 20px 0 0;
	}

	#subject .relabox dl.t_left {
		left: 0;
	}

	#subject .relabox dl.t_right {
		right: 0;
	}

	#subject .relabox dl dt {
		line-height: 1.0;
		font-size: 1.4em;
		position: relative;
		padding: 0 0 20px;
		margin: 0 0 20px;
		font-weight: 500;
	}

	#subject .relabox dl dt span {
		display: block;
		font-size: 0.65em;
		margin: 0 0 10px;
		font-weight: 300;
	}

	#subject .relabox dl dt:after {
		width: 25px;
		height: 1px;
		background: #595757;
		content: '';
		position: absolute;
		bottom: 0;
		left: 50%;
		transform: translateX(-50%);
	}


	#subject .relabox dl dd.btn {
		margin: 40px 0 0;
	}

	#subject .relabox dl dd.btn a {
		display: inline-block;
		line-height: 1.0;
		border: 1px solid #494645;
		text-align: center;
		padding: 15px 0;
		width: 195px;
		text-decoration: none;
		position: relative;
		color: #494645;
	}

	#subject .relabox dl dd.btn a:hover {
		opacity: 0.7;
	}

	#subject .relabox dl dd.btn a:after {
		background: url("../image/common/arrow01.png") center center no-repeat;
		background-size: cover;
		width: 23px;
		height: 5px;
		content: '';
		position: absolute;
		top: 50%;
		right: 5%;
		transform: translateY(-50%);
	}


	/* future */

	#future {
		background: url("../image/index/future_spbg.jpg") left bottom no-repeat;
		background-size: cover;
		padding: 70px 0 300px;
		margin: 0 0 50px;
		background-attachment: scroll;
	}

	#index #future h1 {
		text-align: center;
		line-height: 1.0;
		margin: 0 0 40px;;
	}


	#future .future {

	}

	#future .future li {
		width: 380px;
		margin-right: 10px;
	}


	#future .future li a {
		display: block;
		background: #fff;
		padding: 10px 10px 20px;
		text-decoration: none;
		line-height: 1.0;
		text-align: center;
	}


	#future .future li a:hover {
		background: #eee;
	}


	future .future li a .human {
		text-align: center;
		height: auto;
		overflow: visible;
		margin: 0 0 15px;
	}

	#future .future li a .human img {
		width: 100%;
	}


	#future .future li a dl dt {
		color: #494645;
		font-size: 0.9em;
		padding: 0 0 10px;
		margin: 0 0 10px;
		border-bottom: 1px solid #b5b5b6;
	}

	#future .future li a dl dd {
		color: #898989;
		font-size: 0.85em;
	}



	#future .btn {
		max-width: 90%;
		margin: 50px auto 0;
		text-align: center;
	}

	#future .btn a {
		display: inline-block;
		line-height: 1.0;
		border: 1px solid #494645;
		text-align: center;
		padding: 15px 0;
		width: 195px;
		text-decoration: none;
		position: relative;
		color: #494645;
	}

	#future .btn a:hover {
		opacity: 0.7;
	}

	#future .btn a:after {
		background: url("../image/common/arrow01.png") center center no-repeat;
		background-size: cover;
		width: 23px;
		height: 5px;
		content: '';
		position: absolute;
		top: 50%;
		right: 5%;
		transform: translateY(-50%);
	}


	/* pickup */

	#pickup {

	}

	#pickup .bnrbox {
		display: flex;
		flex-wrap: wrap;
	}

	#pickup .bnrbox li {
		width : 33.33333% ;
		width : -webkit-calc(100% / 3) ;
		width : calc(100% / 3) ;
		position: relative;
		border-top: 1px solid #fff;
	}


	#pickup .bnrbox li:after {
		width: 1px;
		height: 100%;
		background: #fff;
		content: '';
		position: absolute;
		top: 0;
		right: 0;
		z-index: 999;
	}

	#pickup .bnrbox li:nth-child(3n):after {
		display: none;
	}


	#pickup .bnrbox li img {
		width: 100%;
	}
	
	
}

/*===============================================
  画面の横幅が640px以下に適用
===============================================*/
@media screen and (max-width: 640px){
	/* mainmov */
	.mainLeft{
		display: none;
	}
	.mainRight{
		width: 100%;
	}
	#mainmov .miryokubtn {
		width: 32%;
		bottom: 21%;
		transform: translate(5%,0);
	}
	#mainmov #splink.links{
		display: block;
		bottom: 5%;
		right: unset;
		left: 50%;
		transform: translate(-50%,0);
	}
	
	
	
	#corona a {
		line-height: 1.4;
		padding: 15px 3%;
	}
	
	
	/* news */

	#news {
		margin: 0 0 50px;
	}
 
	#news .inner {
		position: relative;
		width: 90%;
	}

	#news .news {
		padding-right: 0;
		margin: 0 0 30px;
	}

	#news .news dl {
		overflow: hidden;
		zoom:1;
		border-bottom: 1px solid #b5b5b6;
		padding: 20px 0;
		line-height: 1.4;
	}

	#news .news dl:last-child {
		border-bottom: none;
		padding: 20px 0 0;
	}

	#news .news dl dt {
		float: left;
		width: 90px;
		padding: 3px 0 0;
	}

	#news .news dl dd.cat {
		width: 120px;
		float: left;
		line-height: 1.0;
	}

	#news .news dl dd.cat span {
		display: block;
		border: 1px solid #53488f;
		color: #53488f;
		padding: 5px 0;
		font-size: 0.85em;
		text-align: center;
	}


	#news .news dl dd.text {
		margin-left: 0;
		padding: 10px 0 0;
		clear: both;
	}

	#news .news dl dd.text a {
		color: #727171;
		text-decoration: none;
	}

	#news .news dl dd.text a:hover {
		text-decoration:underline;
	}

	#news .morebtn {
		text-align: center;
		margin: 0 0 50px;
	}

	#news .morebtn a {
		display: inline-block;
		line-height: 1.0;
		border: 1px solid #494645;
		text-align: center;
		padding: 15px 0;
		width: 195px;
		text-decoration: none;
		position: relative;
		color: #494645;
	}

	#news .morebtn a:hover {
		opacity: 0.7;
	}

	#news .morebtn a:after {
		background: url("../image/common/arrow01.png") center center no-repeat;
		background-size: cover;
		width: 23px;
		height: 5px;
		content: '';
		position: absolute;
		top: 50%;
		right: 5%;
		transform: translateY(-50%);
	}

	
	#news .jintan {
		padding: 20px 3% 20px;
		width: 80%;
		max-width: 350px;
		text-align: center;
		background: #f5f3f2;
		position: relative;
		top: 0;
		right: 0;
		margin:0 auto;
	}

	#news .jintan h2 {
		text-align: center;
		margin:  0 0 20px;
	}

	#news .jintan .imgs {
		width: auto;
	}

	#news .jintan .imgs img {
		max-width: 100%;
	}
	
	


	#news .jintan .ttl {
		width: auto;
		text-align: left;
		margin: 0 auto 20px;
	}


	#news .jintan .linked {
		text-align: right;
		line-height: 1.0;
	}


	/* slider */

	#slider {
		position: relative;
		margin: 0 0 50px;
		padding: 0;
	}

	
	
	#slider .gallery {
		padding: 0 0;
	}
	
	
	#pickup .bnrbox {
		display: block;
		position: relative;
	}

	#pickup .bnrbox li {
		width : auto;
		width : -webkit-calc(100% / 1) ;
		width : calc(100% / 1) ;
		position: relative;
		border-top: none;
		margin-right: 1px;
	}


	#pickup .bnrbox li:after {
		display: none;
	}

	#pickup .bnrbox li:nth-child(3n):after {
		display: none;
	}
	
	#pickup .bnrbox .prev {
		position: absolute;
		top: 50%;
		left: 1%;
		transform: translateY(-50%);
		background: url("../image/common/slide_prev.png") center center no-repeat;
		width: 39px;
		height: 39px;
		z-index: 999;
		cursor: pointer;
	}

	#pickup .bnrbox .next {
		position: absolute;
		top: 50%;
		right: 1%;
		transform: translateY(-50%);
		background: url("../image/common/slide_next.png") center center no-repeat;
		width: 39px;
		height: 39px;
		z-index: 999;
		cursor: pointer;
	}
	
	
	#future .future li a .human {
		text-align: center;
		height: auto;
		overflow: visible;
		margin: 0 0 15px;
	}


}

/*===============================================
  画面の横幅が380px以下に適用
===============================================*/
@media screen and (max-width: 380px){
	#mainmov .sidelink{
		justify-content: space-between;
		width: unset;
		gap: 5%;
	}
	#mainmov .sidelink li{
		width: calc(calc(100% - calc(5%)) / 2);
	}

}






/* 2024.9 */

#bnrArea {
	padding: 80px 0;
	margin-bottom: 100px;
	background: #f4f3fb;
}

.bannerFlex {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.bannerFlex li {
	width: 48%;
}

.bannerFlex li img {
	max-width: 100%;
}


.bannerFlex li:nth-child(n + 3) {
	margin-top: 50px;
}
.bannerFlex figure{
	overflow: hidden;
}
.bannerFlex img{
	transition: .3s;
}



@media screen and (max-width: 767px){
	
	#bnrArea {
		padding: 40px 0;
		margin-bottom: 60px;
	}
	
	.bannerFlex {
		display: block;
	}

	.bannerFlex li {
		width: auto;
	}

	.bannerFlex li:nth-child(n + 2) {
		margin-top: 50px;
	}
	
	
}