@charset "utf-8";
/* CSS Document */

/*body {
	margin: 0;
}
.bodyInr {
	position: relative;
}
.bodyInr:before {
	content: "";
	background: url("../images/top/deco_tri_large.png") no-repeat;
	background-size: 100%;
	min-width: 1050px;
	width: 65%;
	height: 2400px;
	position: absolute;
	top: 0;
	left: 0;
}



.top * {
	box-sizing: border-box;
}

.top {
	font-family: "Hiragino Kaku Gothic ProN","ヒラギノ角ゴ Pro W3","Meiryo",sans-serif;
	color: #333;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.8;
	position: relative;
	-webkit-text-size-adjust: none;
	text-align: left;
}

.top h1,
.top h2,
.top h3,
.top h4,
.top h5,
.top h6 {
	font-weight: normal;
	letter-spacing: 0.06em;
}
.top img { 
  max-width: 100%; 
  height: auto;
}
.top a {
	color: #333;
	text-decoration: none;
	transition: all .3s;
}
.top a:hover {
	text-decoration: none;
	filter:alpha(opacity=70);
	-moz-opacity:0.7;
	opacity: 0.7;
}
.top a:focus, a:hover {
    color: inherit;
}*/


/*-------------------------------------------
   TOP
---------------------------------------------*/

header nav ul li a {
    color: #fff;
}
header nav ul li a:hover {
    color: #fff;
}
header nav ul li a::after {
    background: #fff;
}
header nav .btn-con a {
    color: #fff;
    border: 1px solid #fff;
}
header nav .btn-con a:hover {
    background-color: #0078d7;
}

/*---------------------
　MV
-----------------------*/
.mv_home {
	background: url("../images/top/key_sumida.jpg") no-repeat right top;
	background-size: cover;
	min-height: 440px;
	position: relative;
}
.mv_home:before {
	content: "";
	background: url("../images/top/key_tri_left.png") no-repeat;
	background-size: 100%;
	min-width: 1050px;
	width: 65%;
	height: 480px;
	position: absolute;
	top: 0;
	left: 0;
}
.mv_home .mvInr {
    max-width: 1140px;
    margin: 0 auto;
    position: relative;
    height: 100%;
}
.mv_home .txtBox {
	margin: 24px 0 0;
	/*position: absolute;
	top: 50%;
	left: 80px;
	z-index: 1;
	transform: translateY(-50%);*/
}
.mv_home .txtBox .catch {
	margin-bottom: 30px;
}
.mv_home .txtBox .catch img {
	max-width: 430px;
	height: auto;
}
.mv_home .txtBox .subCatch {
	font-size: 18px;
	letter-spacing: 0.2em;
	color: #fff;
	line-height: 2;
}



/*---------------------
　INTRO
-----------------------*/
.intro {
	background: #f0f3f6;
	padding: 100px 0 60px;
}
.intro .subTit {
    font-size: 20px;
	font-weight: 600;
}
.intro .rowBoxWrap {
    border-top: dashed 1px #c5c5c5;
}
.intro .rowBox {
    border-bottom: dashed 1px #c5c5c5;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 15px 10px 15px 90px;
	position: relative;
}
.intro .rowBox .txt {
    font-size: 18px;
	letter-spacing: 0.03em;
	flex: 1;
}
.intro .rowBox .pic {
    width: 200px;
}
.intro .rowBox:before {
    content: "";
	width: 46px;
    height: 35px;
    position: absolute;
    top: 50%;
    left: 10px;
    transform: translateY(-50%);
}
.intro .rowBox:nth-child(1):before {
    background: url("../images/top/num01.png") no-repeat;
    background-size: 100%;
    width: 39px;
}
.intro .rowBox:nth-child(2):before {
    background: url("../images/top/num02.png") no-repeat;
    background-size: 100%;  
}
.intro .rowBox:nth-child(3):before {
    background: url("../images/top/num03.png") no-repeat;
    background-size: 100%;  
}
.intro .rowBox:nth-child(4):before {
    background: url("../images/top/num04.png") no-repeat;
    background-size: 100%;  
}
.intro .rowBox:nth-child(5):before {
    background: url("../images/top/num05.png") no-repeat;
    background-size: 100%;  
}

/*---------------------
　BANNER SLIDER
-----------------------*/
.banner {
	padding: 60px 0 60px;
}
.banner .slick-track {
	display: flex;
}
.bans_slider {
	max-width: 1140px;
	margin: 0 auto;
	padding: 0;
}
.bans_slider li {
	width: 368px;
	margin: 5px 10px;
	padding: 0;
	height: auto !important;
}
.bans_slider li a {
	display: flex;
	background: #fff;
	border: solid 1px #fff;
	box-shadow: 0 0 8px rgba(0,0,0,0.1);
	position: relative;
	height: 100%;
}
.bans_slider li a:before {
	content: "";
	background: url("../images/shared/arr_tri.png") no-repeat;
	background-size: 100%;
	width: 8px;
	height: 8px;
	position: absolute;
	bottom: 2px;
	right: 2px;
}
.bans_slider li .thumb {
	width: 160px;
}
.bans_slider li .thumb img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	/*apect-ratio: 161 / 141;*/
}
.bans_slider li .txt {
	font-size: 20px;
	color: #285aa0;
	letter-spacing: 0.06em;
	padding: 10px 20px 10px 20px;
	display: flex;
	align-items: center;
	line-height: 1.5;
	flex: 1;
}
.banner .prev-arrow,
.banner .next-arrow {
    display: block;
    width: 30px;
    height: 50px;
    transition: all .3s ease;
    cursor: pointer;
    position: absolute;
	top: 50%;
	transform: translateY(-50%);
	z-index: 1;
}
.banner .prev-arrow {
    background: url("../images/top/btn-prev.png") no-repeat;
	background-size: 100%;
	left: -35px;
}
.banner .next-arrow {
    background: url("../images/top/btn-next.png") no-repeat;
	background-size: 100%;
	right: -35px;
}


/*---------------------
　TORIKUMI
-----------------------*/
.torikumi .rowBox {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 50px;
	margin-bottom: 60px;
}
.torikumi .rowBox:nth-child(even) {
	flex-direction: row-reverse;
}
.torikumi .rowBox:last-child {
	margin-bottom: 0;
}
.torikumi .rowBox .thumb {
	max-width: 620px;
	/*background: url("../images/top/torikumi_thumb01.jpg") no-repeat;
	background-size: auto 400px;*/
}
.torikumi .rowBox .txtBody {
	flex: 1;
	max-width: 700px;
	padding: 0 20px 0 0;
}
.torikumi .rowBox:nth-child(even) .txtBody {
	padding: 0 0 0 20px;
}
.torikumi .rowBox .txtBody .subTit {
	text-align: left;
}
.torikumi .rowBox .txtBody p {
	letter-spacing: 0.03em;
}
.torikumi .rowBox .txtBody .btn-grad {
	margin: 30px 0 0;
}



/*---------------------
　NEWS
-----------------------*/
.tab-list {
    display: flex;
    justify-content: space-between;
	gap: 15px;
	margin-bottom: 30px;
}
.tab-item {
    flex: 1;
	height: 70px;
    padding: 10px 0;
    border-radius: 5px;
	line-height: 1.5;
    background-color: #96c8e6;
    color: #fff;
    text-align: center;
    cursor: pointer;
    transition: .4s ease-in-out;
	font-weight: bold;
	display: flex;
	align-items: center;
	justify-content: center;
	letter-spacing: 0.06em;
}
.tab-item:hover, .tab-item.is-active {
	background: #285aa0;
}

/* パネル */
.panel-list {
  background-color: #fff;
}
.panel-item {
  display: none;
  width: 100%;
}
.panel-item.is-active {
  display: block;
  animation: panel-show .9s ease-in-out forwards;
}

.newsWrap {
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
}
.newsBox {
    width: calc(100% / 2 - 10px);
	max-width: calc(100% / 2 - 10px);
    background: #fff;
    border: solid 1px #fff;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
}
.newsBox a {
    display: flex;
	padding: 10px;
	gap: 20px;
	position: relative;
	
	
	max-width: 100%;
    background: none;
    border-radius: 0;
    border: none;
    font-size: inherit;
    text-align: inherit;
    color: inherit !important;
    letter-spacing: inherit;
    height: auto;
}
.newsBox a:before {
    content: "";
    background: url(../images/shared/arr_tri.png) no-repeat;
    background-size: 100%;
    width: 8px;
    height: 8px;
    position: absolute;
    bottom: 2px;
    right: 2px;
}
.newsBox .thumb {
    width: 120px;
	height: 120px;
}
.newsBox .thumb img {
	width: 100%;
	height: auto;
    aspect-ratio: 1 / 1;
	object-fit: cover;
}
.newsBox .txtBox {
    flex: 1;
}
.newsBox .data {
    display: flex;
	align-items: center;
	gap: 20px;
	margin: 10px 0 0;
}
.newsBox .date {
    font-size: 12px;
	letter-spacing: 0.03em;
	line-height: 1;
}
.newsBox .label {
    background: #285aa0;
    border-radius: 5px;
    color: #fff;
    text-align: center;
    font-size: 12px;
    line-height: 1;
    min-width: 100px;
    height: 22px;
    display: flex;
    align-items: center;
    justify-content: center;
	letter-spacing: 0.06em;
}
.newsBox .newsTit {
    font-size: 14px;
	letter-spacing: 0.03em;
	margin: 10px 0 0;
	line-height: 1.6;
	text-align: left;
	color: #333;
}




/* パネル切り替えのアニメーション */
@keyframes panel-show {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}





/* iPad AirやPro 11インチまでの専用 */
@media (min-width: 820px) and (max-width: 1194px) {
  /* Air / Pro 11インチ */
	
header {
    height: 60px;
}	
header .logo img {
    max-height: 40px;
}
header nav {
    margin-left: 30px;
    gap: 20px;
}
header nav ul {
    gap: 20px;
}
header nav ul li a {
    font-size: 13px;
	letter-spacing: 0.01em;
}
header nav .btn-con a {
    font-size: 13px;
    padding: 8px 15px;
}
footer .footerLink {
    padding-left: 30px;
    padding-right: 30px;
}
	
.mv_home {
	background: url(../images/top/key_sumida.jpg) no-repeat right bottom;
	background-size: cover;
	min-height: 320px;
}
.mv_home:before {
	background: url(../images/top/key_tri_left.png) no-repeat top right;
    background-size: cover;
    min-width: inherit;
    width: 65%;
    height: 340px;
}
.mv_home .mvInr {
	max-width: 100%;
    padding: 0 30px;
}	
.mv_home .txtBox {
    margin: 30px 0 0;
}
.mv_home .txtBox .catch {
    margin-bottom: 15px;
}
.mv_home .txtBox .catch img {
    max-width: 360px;
}
.mv_home .txtBox .subCatch {
    font-size: 16px;
}	
/*---------------------
　INTRO
-----------------------*/
.intro {
	padding: 60px 30px 40px;
}
.intro .subTit {
    font-size: 20px;
}
.intro .rowBox .txt {
    font-size: 16px;
}

	
	
.banner {
    padding-right: 50px;
	padding-left: 50px;
}	
.bans_slider li .thumb {
	width: 120px;
}
.bans_slider li .txt {
	font-size: 16px;
}
	
.torikumi, .news{
    padding-left: 30px;
    padding-right: 30px;
}
.torikumi .rowBox .txtBody {
	padding: 0;
}
.torikumi .rowBox:nth-child(even) .txtBody {
	padding: 0;
}
.torikumi .rowBox .thumb {
    max-width: 40%;
}
}


/* iPad mini */
@media (min-width: 768px) and (max-width: 834px) {
  /* iPad mini、無印、Air、Pro 11インチまで共通 */

header {
    height: 60px;
}	
header .logo img {
    max-height: 40px;
}
header nav {
    margin-left: 30px;
    gap: 20px;
	display: none;
}
header nav ul {
    gap: 20px;
}
header nav ul li a {
    font-size: 13px;
	letter-spacing: 0.01em;
}
header nav .btn-con a {
    font-size: 13px;
    padding: 8px 15px;
}
footer .footerLink {
    padding-left: 30px;
    padding-right: 30px;
}
	
	
.banner {
    padding-right: 50px;
	padding-left: 50px;
}	
.bans_slider li .thumb {
	width: 120px;
}
.bans_slider li .txt {
	font-size: 14px;
}
	
.torikumi, .news{
    padding-left: 30px;
    padding-right: 30px;
}
.torikumi .rowBox .thumb {
    max-width: 40%;
}		
	
}



@media screen and (max-width: 860px) {
	
.bodyInr {
	overflow: hidden;
}		
.bodyInr:before {
	width: 110%;
}	
	
.newPage {
    margin: 63px 0 0;
}
.newPage #headBody {
    min-width: 980px;
}
.newPage #headBody .headContentsWrap {
    min-width: 980px;
}	
.newPage .skinBody {
	overflow: inherit;
}
.top {	
	width: 100%;
	min-width: 100%;
}

	



/*-------------------------------------------
   TOP
---------------------------------------------*/
/*---------------------
　MV
-----------------------*/
.mv_home {
	background: url("../images/top/key_sumida.jpg") no-repeat right 12% bottom;
	background-size: cover;
	min-height: 300px;
	position: relative;
}
.mv_home:before {
	content: "";
	background: url(../images/top/key_tri_left.png) no-repeat top right;
	background-size: cover;
	width: 78%;
	min-width: inherit;
	height: 320px;
	position: absolute;
	top: 0;
	left: 0;
}
.mv_home .mvInr {
    padding: 0 30px;
}
.mv_home .txtBox {
	margin: 33px 0 0;
}
.mv_home .txtBox .catch {
	max-width: inherit;
	margin-bottom: 15px;
}
.mv_home .txtBox .catch img {
	max-width: 280px;
}
.mv_home .txtBox .subCatch {
	font-size: 15px;
	letter-spacing: 0.1em;
}
.key_br {
	display: block;
}
	
	
/*---------------------
　INTRO
-----------------------*/
.intro {
	padding: 60px 30px 40px;
}
.intro .subTit {
    font-size: 18px;
}
.intro .rowBox {
	padding: 8px 5px 8px 60px;
}
.intro .rowBox .txt {
    font-size: 14px;
}
.intro .rowBox .pic {
    width: 160px;
	display: flex;
	align-items: center;
	justify-content: center;
}	
.intro .rowBox .pic img {
    width: auto;
	height: 100%;
	object-fit: cover;
}	
.intro .rowBox:before {
	width: 32px;
    height: 25px;
    top: 50%;
    left: 10px;
}
.intro .rowBox:nth-child(1):before {
    width: 29px;
}
	
	
/*---------------------
　BANNER SLIDER
-----------------------*/
.banner {
	padding: 30px 5.3% 30px;
}
.bans_slider {
	max-width: 1140px;
	margin: 0 auto;
	padding: 0;
}
.bans_slider li {
	width: 368px;
	margin: 10px 10px;
	padding: 0;
}
.bans_slider li .thumb {
	width: 70px;
}
.banner .prev-arrow,
.banner .next-arrow {
    width: 30px;
    height: 50px;
}
.banner .prev-arrow {
    background: url("../images/top/btn-prev.png") no-repeat;
	background-size: 100%;
	left: -5px;
}
.banner .next-arrow {
    background: url("../images/top/btn-next.png") no-repeat;
	background-size: 100%;
	right: -5px;
}


/*---------------------
　TORIKUMI
-----------------------*/
.torikumi .rowBox {
	display: flex;
	align-items: center;
	flex-direction: column;
	gap: 20px;
	margin-bottom: 40px;
}
.torikumi .rowBox:nth-child(even) {
	flex-direction: column;
}
.torikumi .rowBox .thumb {
	max-width: 100%;
	width: 100%;
}
.torikumi .rowBox .thumb img {
	max-width: 100%;
	width: 100%;
}
.torikumi .rowBox .txtBody {
	flex: 1;
	max-width: 100%;
	padding: 0;
}
.torikumi .rowBox:nth-child(even) .txtBody {
    padding: 0;
}
.torikumi .rowBox .txtBody .subTit {
	text-align: left;
	margin-bottom: 15px;
}
.torikumi .rowBox .txtBody p {
	letter-spacing: 0.03em;
}
.torikumi .rowBox .txtBody .btn-grad {
	margin: 20px 0 0;
}



/*---------------------
　NEWS
-----------------------*/
.tab-list {
    display: flex;
	flex-wrap: wrap;
    justify-content: space-between;
	gap: 10px;
	margin-bottom: 20px;
}
.tab-item {
    width: calc(100% / 2 - 5px);
	height: 50px;
    padding: 10px;
	font-size: 14px;
	flex: auto;
	line-height: 1.4;
}
.tab-item:first-child {
    width: 100%;
}
	
	
/* パネル */
.panel-list {
  background-color: #fff;
}
.panel-item {
  display: none;
  width: 100%;
}
.panel-item.is-active {
}

.newsWrap {
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
	gap: 20px;
}
.newsBox {
    width: 100%;
	max-width: 100%;
}
.newsBox a {
    display: flex;
	padding: 10px;
	gap: 20px;
}
.newsBox .thumb {
    width: 80px;
	height: 80px;
}
.newsBox .txtBox {
    flex: 1;
}
.newsBox .data {
    display: flex;
	align-items: center;
	gap: 20px;
	margin: 10px 0 0;
}
.newsBox .date {
    font-size: 12px;
	letter-spacing: 0.03em;
	line-height: 1;
}
.newsBox .label {
    background: #285aa0;
    border-radius: 5px;
    color: #fff;
    text-align: center;
    font-size: 12px;
    line-height: 1;
    min-width: 100px;
    height: 22px;
    display: flex;
    align-items: center;
    justify-content: center;
	letter-spacing: 0.06em;
}
.newsBox .newsTit {
    font-size: 14px;
	letter-spacing: 0.03em;
	margin: 10px 0 0;
	line-height: 1.6;
}
}

	
	
@media screen and (max-width: 600px) {	
/*---------------------
　MV
-----------------------*/
.mv_home {
    background: url(../images/top/key_sumida.jpg) no-repeat right 18% bottom;
    min-height: 270px;
    position: relative;
    background-size: cover;
}
.mv_home:before {
    width: 400px;
    min-width: inherit;
    height: 290px;
    position: absolute;
    top: 0;
    left: 0;
    max-width: 85%;
}
.mv_home .mvInr {
    padding: 0 5.3%;
}
.mv_home .txtBox {
    max-width: 100%;
}	
.mv_home .txtBox .catch img {
    max-width: 180px;
}
.mv_home .txtBox .subCatch {
    font-size: 13px;
	line-height: 1.8;
	letter-spacing: 0.08em;
	width: 50%;
}
	.key_br {
		display: none;
	}
/*---------------------
　INTRO
-----------------------*/
.intro {
	padding: 40px 5.3% 40px;
}
.intro .subTit {
    font-size: 16px;
	margin-bottom: 20px;
}
.intro .rowBox {
	padding: 8px 0 8px 33px;
}
.intro .rowBox .txt {
    font-size: 14px;
	line-height: 1.6;
	flex: 1;
	margin: 0 10px 0 0;
}
.intro .rowBox .pic {
    width: 60px;
	display: flex;
	align-items: center;
	justify-content: center;
}	
.intro .rowBox .pic img {
    width: auto;
    height: 100%;
    object-fit: cover;
    aspect-ratio: 1 / 1;
}
.intro .rowBox:before {
	width: 22px;
    height: 18px;
    top: 50%;
    left: 0;
}
.intro .rowBox:nth-child(1):before {
    width: 18px;
}	
	
	
	
}