@charset "UTF-8";

@media print, screen and (min-width:576px) {
header {
    height: 100vh;
}
}
/*------------------------------------------------------------mainphoto*/
#mainimage {
    position: relative;
    width: 100%;
    height: 100%;
    margin: 0 auto;
    overflow: hidden;
}
#mainimage .catch {
  position: absolute;
  top: 50%;
  margin-top: -270px;
}
#mainimage .catch p {
  margin-top: -50px;
}

#slider {
    width: 100%;
    height: 100%;
}
.swiper-slide {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
  z-index: 9;
}
.swiper-slide img {
	width: 100%;
    max-width: 480px;
  height: auto;
}

.swiper01{
    width: 100%;
	height: 100%;
    margin: 0 auto;
    overflow: hidden;
}
/*　☆ページネーションの色を変更したいとき☆　*/
.swiper-pagination-bullet{
}
.swiper-slide {
    padding: 80px 0;
}
.swiper-slide h2 {
    padding: 0 15px;
}
.slide01 {
    background: url("../img/index_img/slide01_bg.jpg") top center no-repeat;
    background-size: cover;
}
.slide02 {
    background: url("../img/index_img/slide02_bg.jpg") center center no-repeat;
    background-size: cover;
}
.slide03 {
    background: url("../img/index_img/slide03_bg.jpg") center center no-repeat;
    background-size: cover;
}
@media print, screen and (min-width:576px) {
.swiper-slide {
    padding: 0;
}
}
@media print, screen and (min-width:768px) {
.swiper-slide h2 img {
    width: auto;
    max-width: 100%;
    height: auto;
    max-height: calc(100vh - 160px);
}
}

/*------------------------------------------------------------content*/
/*---------------------------------------------business*/
#business {
  padding: 45px 15px;
}
#business ul {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
#business ul li {
  width: 48.5%;
    margin-bottom: 15px;
}
#business ul li:nth-child(2n) {
  margin-left: 3%;
}
#business ul li a {
  display: block;
  position: relative;
  color: #fff;
  text-decoration: none;
}
#business ul li h4 {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
    display: flex;
    justify-content: center;
    align-items: center;
  margin: auto;
  width: 120px;
  height: 40px;
  line-height: 1.1;
  font-size: 18px;
  font-weight: 700;
  background: rgba(15,67,150, 0.6);
  z-index: 1;
}
#business ul li a figure {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
#business ul li a figure img {
  width: 100%;
  height: auto;
  transition: transform .6s ease;/* ゆっくり変化させる */
}
@media print, screen and (min-width:576px) {
#business ul {
    text-align: center;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
#business ul li {
    width: 32%;
    margin-bottom: 0;
}
#business ul li:nth-child(2n) {
  margin-left: 3%;
}
}
@media print, screen and (min-width:768px) {
#business {
  padding: 90px 4%;
}
#business ul li h4 {
  width: 240px;
  height: 120px;
  font-size: 36px;
}
#business ul li a:hover figure img {
  transform: scale(1.1);/* 拡大 */
}
}

/*---------------------------------------------tecnologies*/
#tec {
    padding: 45px 15px;
    background: #dcf3ff;
}
#tec > ul {
	display: flex;
	justify-content: space-between;
    flex-wrap: wrap;
}
#tec > ul > li {
	width: 48.5%;
    margin-bottom: 15px;
}
#tec > ul > li a {
    position: relative;
    display: block;
    text-decoration: none;
    color:#000;
    background: #fff;
    text-shadow: 
        rgba(255,255,255,0.2) 1px 1px 4px, rgba(255,255,255,0.2) -1px -1px 4px,/*右下、左上*/
        rgba(255,255,255,0.2) -1px 1px 4px, rgba(255,255,255,0.2) 1px -1px 4px,/*右上、左下*/
        rgba(255,255,255,0.2) 0px 1px 4px, rgba(255,255,255,0.2) 0 -1px 4px,/*右、左*/
        rgba(255,255,255,0.2) -1px 0 4px, rgba(255,255,255,0.2) 1px 0 4px;/*上、下*/
}
#tec h4 {
  position: absolute;
  left: 10px;
  bottom: 10px;
  text-align: left;
  line-height: 1.1;
  font-size: 18px;
  font-weight: 700;
  z-index: 1;
}
#tec h4 span {
  display: inline-block;
}
#tec > ul > li a figure {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
#tec > ul > li a figure img {
  width: 100%;
  height: auto;
  transition: transform .6s ease;/* ゆっくり変化させる */
}
#tec > ul > li a:hover figure img {
  transform: scale(1.1);/* 拡大 */
}
@media print, screen and (min-width:576px) {
#tec > ul > li {
	width: 24%;
    margin-bottom: 0;
}
}
@media print, screen and (min-width:768px) {
#tec {
    padding: 90px 4%;
}
#tec h4 {
  position: absolute;
  left: 25px;
  bottom: 20px;
  text-align: left;
  font-size: 32px;
  font-weight: 700;
  z-index: 1;
}
#tec > ul > li a figure {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
#tec > ul > li a figure img {
  width: 100%;
  height: auto;
  transition: transform .6s ease;/* ゆっくり変化させる */
}
#tec > ul > li a:hover figure img {
  transform: scale(1.1);/* 拡大 */
}
}

#news {
    padding: 45px 0;
    background: #f3f3f3;
}

.tab02 {
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto 20px;
}
.tab02::after {
  content: '';
  width: 100%;
  height: 3px;
  background:#0f4396;
  display: block;
  order: -1;
}
.tab_label {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 60px;
    line-height: 1.1;
    color:#000;
    background:#d8d8d8;
    font-size:18px;
    font-weight: 700;
    white-space: nowrap;
    text-align: center;
    order: -1;
    position: relative;
    z-index: 1;
    cursor: pointer;
    flex: 1;
}
.tab_label:not(:last-of-type) {
  margin-right: 5px;
}
.tab_content {
  width: 100%;
  height: 0;
  overflow: hidden;
  opacity: 0;
}
/* アクティブタブ */
.tab_active:checked+.tab_label {
  color:#fff;
  background:#0f4396;
}
.tab_active:checked+.tab_label+.tab_content {
  height: auto;
  overflow: auto;
  padding: 20px 15px;
  opacity: 1;
  transition: .5s opacity;
  background: #fff;
}
/* ラジオボタン非表示 */
.tab_active {
  display: none;
}
#news .btn {
    text-align: center;
}
#news .btn a{
    display: inline-block;
    width: 160px;
    height: 40px;
    line-height: 38px;
    text-decoration: none;
    color: #000;
    border-radius: 100px;
    border: solid 1px #000;
}

@media print, screen and (min-width:768px) {
#news {
    padding: 90px 0;
}
.tab02 {
  margin: 0 auto 40px;
}
.tab_label {
    height: 70px;
    color:#000;
    background:#d8d8d8;
    font-size:30px;
    font-weight: 700;
    white-space: nowrap;
    text-align: center;
    order: -1;
    position: relative;
    z-index: 1;
    cursor: pointer;
    flex: 1;
    transition: all 0.5s;
}
.tab_label:hover {
    color: #fff;
  background: rgba(15,67,150,0.6);
}
.tab_label br {
    display: none;
}
.tab_label:not(:last-of-type) {
  margin-right: 8px;
}
.tab_active:checked+.tab_label+.tab_content {
  padding: 40px;
}
#news .btn a {
    display: inline-block;
    width: 300px;
    height: 60px;
    line-height: 58px;
    transition: all 0.5s;
}
#news .btn a:hover {
    color: #fff;
    border: solid 1px #f58400;
    background: #f58400;
}
}


/*更新プログラム(連動)フォーマット*/
.news01 {
	width: 100%;
	overflow: hidden;
    text-align: left;
    border-top: dotted 1px #000;
}
.news01 dl {
	padding: 10px 0;
    border-bottom: dotted 1px #000;
}
.news01 dl dt {
    display: flex;
    align-items: center;
    line-height: 26px;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
}
.news01 dl dt span {
	display: inline-block;
    width: 26px;
    height: 26px;
    margin-right: 10px;
}
.news01 dl dt span img {
	width: 100%;
    height: auto;
}
.news01 dl dd div.newstitle {
overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
}
@media print, screen and (min-width:768px) {
.news01 dl {
    height: 60px;
    padding: 14px 0 0;
}
.news01 dl dt {
    float: left;
    line-height: 32px;
}
.news01 dl dt span {
    width: 32px;
    height: 32px;
}
.news01 dl dd {
	padding: 0 0 0 160px;
}
.news01 dl dd a:hover {
	text-decoration: none;
}
}
/*更新プログラム(TOP完結)フォーマット*/
#news02 {
	width: 100%;
}
#news02 .newsbox {
	overflow: hidden;/* for modern browser */
}
#news02 .newsbox .news_text_area {
	zoom: 1;/*ie6*/
	overflow: hidden;	
}
#news02 .newsbox .news_text {
	line-height: 1.5;
}
#news02 .newsbox img {
	margin-bottom: 10px;
}
#news02 .newsbox a:hover img {
	opacity: 0.6;
	filter: alpha(opacity=60);
	-ms-filter: "alpha( opacity=60 )";
}
#news02 .newstitle {
	font-size: 16px;
	font-weight: bold;
	color: #6D6D6D;
	padding-left: 10px;
	margin-bottom: 10px;
	border-left: 3px solid #6D6D6D;
}
#news02 .newstitle span {
	font-size: 12px;
}
#news02 .pdf_link {
	margin-top: 10px;
}
#news02 .pdf_link li {
	margin-bottom: 5px;
	text-align: left;
}
#news02 .pdf_link li a {
	padding:2px 0 2px 28px;
	display: inline-block;
	line-height: 1.4;
	text-decoration: underline;
	background: url(../img/common_img/icon_pdf.png) left top no-repeat;
	background-size: auto 22px;
}
#news02 .pdf_link li a:hover {
	text-decoration: none;
}
@media print, screen and (min-width:768px) {
#news02 .newstitle br {
	display:none;
}
}
/*Googlemap*/
#googlemap iframe {
	display: none;
}
.mapbtn {
	background: #666;
	border-radius: 4px;
	margin: 0 auto;
	text-align: center;
	width: 100px;
}
.mapbtn a {
	display: block;
	color: #FFF;
	text-decoration: none;
	padding: 10px;
}
.mapbtn a:hover {
	text-decoration: underline;
}
@media print, screen and (min-width:768px) {
#googlemap iframe {
	display: block;
}
.mapbtn {
	display: none;
}
}