@charset "utf-8";

#mv {
	width: 100%;
	height: 100vh;
	background: url(../../img/top/top_mainimg_sp.jpg) no-repeat right center;
	background-size: cover;
	position: relative;
}

video#video {
	display: none;
}

#innerMv {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	width: 100%;
	height: 3.2rem;
}

#innerMv h1 {
	margin-top: -25px;
	margin-bottom: 15px;
	font-size: 3.5rem;
	font-weight: bold;
	color: #ffffff;
	line-height: 1.3;
	text-align: center;
}

#innerMv p {
	font-size: 1.5rem;
	color: #ffffff;
	line-height: 1.5;
	text-align: center;
}

/* banner */
#bnrArea {
	width: 85%;
	padding: 40px 0 60px;
	margin: 0 auto;
}

#bnrArea .bnrSlide a {
	display: block;
	width: 100%;
}

.bx-wrapper {
	position: relative;
	margin: 0 auto;
	padding: 0;
	*zoom: 1;
	-ms-touch-action: pan-y;
	touch-action: pan-y;
}

.bx-wrapper img {
	max-width: 100%;
	display: block;
}

.bxslider {
	margin: 0;
	padding: 0;
}

ul.bxslider {
	list-style: none;
}

.bx-viewport {
	/*fix other elements on the page moving (on Chrome)*/
	-webkit-transform: translatez(0);
	height: auto !important;
}

.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
	position: absolute;
	bottom: -20px;
	width: 100%;
}

/* PAGER */
.bx-wrapper .bx-pager {
	text-align: center;
}

.bx-wrapper .bx-pager.bx-default-pager a {
	background: #004ea1;
	text-indent: -9999px;
	display: block;
	width: 8px;
	height: 8px;
	margin: 0 5px;
	outline: 0;
	border: 1px solid #004ea1;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
}

.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active,
.bx-wrapper .bx-pager.bx-default-pager a:focus {
	background: #ffffff;
}

.bx-wrapper .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
	display: inline-block;
	*zoom: 1;
	*display: inline;
}

.bx-wrapper .bx-pager-item {
	font-size: 0;
	line-height: 0;
}

/* DIRECTION CONTROLS (NEXT / PREV) */
.bx-wrapper .bx-prev {
	left: -20px;
	background: url('../../img/common/prev.png') no-repeat 0 0;
	background-size: 10px auto;
}

.bx-wrapper .bx-prev:hover,
.bx-wrapper .bx-prev:focus {
	background-position: 0 0;
}

.bx-wrapper .bx-next {
	right: -20px;
	background: url('../../img/common/next.png') no-repeat 0 0;
	background-size: 10px auto;
}

.bx-wrapper .bx-controls-direction a {
	position: absolute;
	top: 50%;
	margin-top: -10px;
	outline: 0;
	width: 10px;
	height: 20px;
	text-indent: -9999px;
	z-index: 9999;
}

.bx-wrapper .bx-controls-direction a.disabled {
	display: none;
}


#pickupMenu {
	width: 100%;
	margin: 0 0 20px;
}

.pick-up {
	width: 100%;
	height: 160px;
	position: relative;
}

.pick_img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
}

.pick_img img.pickimg {
	position: absolute;
	left: -100%;
	right: -100%;
	margin: auto;
	min-width: auto;
	min-height: 100%;
	top: 50%;
	transform: translateY(-50%);
	object-fit: cover;
}

.pickOverlay {
	display: block;
	width: 100%;
	height: 100%;
	background-color: rgba(32, 59, 95, 0.75);
	position: absolute;
	top: 0;
	left: 0;
}

.pickupmenu_tl {
	position: absolute;
	top: 25px;
	left: 0;
	width: 100%;
	padding: 25px 0 0;
	background: url(../../img/common/icon01.png) no-repeat center top;
	background-size: 10px;
	text-align: center;
}

.pickupmenu_tl h2 {
	margin-bottom: 5px;
	color: #ffffff;
	font-size: 1.8rem;
	font-weight: 900;
	line-height: 1.0;
}

.pickupmeni_subttl {
	margin-bottom: 15px;
	font-size: 1.2rem;
	color: #ffffff;
}

.pickupmeni_subttl img {
	height: 10px;
	width: auto;
	position: static;
}

.pick_txt {
	display: inline-block;
	padding: 5px;
	background-color: rgba(56, 145, 240, 0.7);
	color: #ffffff;
	font-size: 1.2rem;
}


/* service */
#topService {
	width: 100%;
	padding: 50px 0;
	background: #eeeeee;
}

#topMainService {
	width: 100%;
}

#topSubService {
	width: 100%;
	margin-bottom: 20px;
}

.topmain_service,
.topsub_service {
	width: 87.5%;
	margin: 0 auto 25px;
	background: #ffffff;
	box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.15);
	-moz-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.15);
	-webkit-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.15);
}

.topmain_img,
.topsub_img {
	width: 100%;
	margin-bottom: 15px;
}

.topmain_col,
.topsub_col {
	width: 100%;
	padding: 0 20px 20px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.topmain_col h3,
.topsub_col h3 {
	margin-bottom: 15px;
	font-size: 1.5rem;
	font-weight: 900;
	color: #003986;
}

.topmain_col p,
.topsub_col p {
	margin-bottom: 15px;
}

.topmain_col dl,
.topsub_col dl {
	width: 100%;
}

.topmain_col dl dt,
.topsub_col dl dt {
	margin-bottom: 5px;
}

.topmain_col dl dt span,
.topsub_col dl dt span {
	display: inline-block;
	padding: 5px;
	background: #004ea0;
	color: #ffffff;
}

.topmain_col dl dd,
.topsub_col dl dd {
	font-size: 1.1rem;
}

a.topBtn {
	display: block;
	width: 62.5%;
	max-width: 400px;
	margin: 0 auto;
	padding: 15px 0;
	background: url(../../img/common/arr_blue.png) no-repeat 96% center;
	background-size: 5px auto;
	border: 1px solid #004ea1;
	font-size: 1.2rem;
	font-weight: 900;
	color: #004ea1;
	text-align: center;
	line-height: 1.0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}



/* NEWS */
#topNews {
	width: 93.75%;
	margin: 0 auto;
	padding: 50px 0;
}

.newsBtn {
	width: 100%;
	margin: -60px 0 20px;
	text-align: right;
}

.newsBtn a {
	display: inline-block;
	padding: 5px 15px;
	background: url(../../img/common/arr_blue.png) no-repeat 92% center #e8e8e8;
	background-size: 5px auto;
	font-size: 1.2rem;
	color: #004ea1;
}

#topnewsList {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	gap: 2%;
}
#topnewsList li {
	width: 49%;
	margin-bottom: 30px;
}
#topnewsList li a {
	width: 100%;
	line-height: 1.0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
#topnewsList li a:hover {
	opacity: .6;
}
.news_img {
	width: 100%;
	margin-bottom: 10px;
}
.news_img img {
	aspect-ratio: 16 / 9;
	object-fit: cover;
	width: 100%;
	height: 100%;
}
.news_cnt {
	width: 100%;
}
.topnews_col {
	display: inline-block;
}
.news_cat {
	display: inline-block;
	margin-bottom: 10px;
	padding: 5px;
	background: #004ea1;
	color: #ffffff;
	font-size: 1.1rem;
}
.news_cnt h3 {
	line-height: 1.6;
}



/* banner */
#topBnr {
	width: 100%;
	padding: 30px 0;
	background: #e2ecf8;
}

#topBnr .topbnrimg a {
	display: block;
	width: 100%;
	height: auto;
	background: url(../../img/top/windowcn.png) no-repeat 98% 98% #ffffff;
	background-size: 8px auto;
}

#topBnr .bx-wrapper {
	margin: 0 auto 30px;
}




/*タブ切り替え全体のスタイル*/
.tabs {
	display: flex;
	flex-wrap: wrap;
	margin-top: 20px;
	width: 100%;
}
/*タブのスタイル*/
.tab_item {
  cursor: pointer;
  width: calc(96% / 5);
  background: #f1f1f1;
  margin-bottom: 20px;
  padding-top: 12px;
  color: #333;
  line-height: 1.2;
  font-size: 13px;
  text-align: center;
  font-weight: bold;
  transition: all 0.2s ease;
  border-top: #f1f1f1 solid 1px;
  border-left: #f1f1f1 solid 1px;
  border-right: #f1f1f1 solid 1px;
  box-sizing: border-box;
  &:hover {
    opacity: 0.75;
  }
}
.tab_item:first-of-type {/* 最初だけ */
  padding: 18px 0;
}
.tab_item:not(:last-of-type) {/* 最後以外 */
  margin-right: 1%;
}

.tab_item span {
  font-size: 9px;
  text-align: center;
}

/*ラジオボタンを全て消す*/
input[name="tab_item"] {
  display: none;
}

/*タブ切り替えの中身のスタイル*/
.tab_content {
  display: none;
  clear: both;
  overflow: hidden;
}

/*選択されているタブのコンテンツのみを表示*/
#tab_1:checked ~ #tab_item1,
#tab_2:checked ~ #tab_item2,
#tab_3:checked ~ #tab_item3,
#tab_4:checked ~ #tab_item4,
#tab_5:checked ~ #tab_item5,
#tab_6:checked ~ #tab_item6 {
  display: block;
}

/*選択されているタブのスタイルを変える*/
.tabs input:checked + .tab_item {
  background: #124E9F;
  color: #fff;
}

/*以下、タブ内に表示するtableのスタイル*/
.tab_content table {
  width:100%;
  text-align: left;
}
.tab_content th {
  min-width: 100px;
  width: 20%;
}
.tab_content tr {
  border-bottom: #f1f1f1 solid 1px;
}