@charset "UTF-8";
/*
  File Name   : top.css
  Description : Write top content styles
*/
#home .top-section-hl {
  display: block;
  width: 100%;
  color: #4D4D4D;
  font-size: 2.5rem;
  font-weight: 800;
  line-height: 1.5em;
  text-align: center;
}
@media only screen and (max-width: 1024px) {
  #home .top-section-hl {
    font-size: 2em;
  }
}

/* KV
============================================================ */
.top-kv {
  position: relative;
  overflow: hidden;
}
.top-kv::before {
}
.top-kvInner {
  position: relative;
  max-width: 1920px;
  margin: 0 auto 0;
  overflow: hidden;
}
@media only screen and (max-width: 1024px) {
  .top-kvInner {
    padding: 20px 0 0;
  }
}


@media only screen and (max-width: 460px) {
  .top-kvInner {
    padding: 0;
  }
}
.top-kv .top-kv-slide {
  line-height: 0;
  font-size: 0;
  margin-bottom: 20px;
  
}
.top-kv .top-kv-slide .top-kv-slide-item {
  width: 840px !important;
/*  padding: 0 15px 0;*/
}



@media only screen and (max-width: 1040px) {
	
.top-kv .top-kv-slide .top-kv-slide-item {
    width: 780px !important;
	}
	
}


@media only screen and (max-width: 920px) {
	
.top-kv .top-kv-slide .top-kv-slide-item {
    width: 640px !important;
	}
	
}


@media only screen and (max-width: 800px) {
	
.top-kv .top-kv-slide .top-kv-slide-item {
    width: 540px !important;
	}
	
}

@media only screen and (max-width: 700px) {
	
.top-kv .top-kv-slide .top-kv-slide-item {
    width: 460px !important;
	}
	
}


@media only screen and (max-width: 599px) {
  .top-kv .top-kv-slide .top-kv-slide-item {
    width: 650px !important;
    padding: 10px;
  }
}



@media only screen and (max-width: 450px) {
	
.top-kv .top-kv-slide .top-kv-slide-item {
    width: 550px !important;
	}
	
}

@media only screen and (max-width: 410px) {
	
.top-kv .top-kv-slide .top-kv-slide-item {
    width: 500px !important;
	}
	
}



.top-kv .top-kv-slide .top-kv-slide-item .top-kv-slide-item-img {
  position: relative;
  display: block;
  width: 100%;
  height: 0;
  padding-bottom: 66.71875%;
  overflow: hidden;
}
.top-kv .top-kv-slide .top-kv-slide-item .top-kv-slide-item-img > img {
  position: absolute;
  object-fit: contain;
  top: 50%;
  right: 50%;
  -webkit-transform: translate(50%, -50%);
          transform: translate(50%, -50%);
}
.top-kv .top-kv-slide .slick-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 14px 14px;
  padding: 30px 0 0;
}
@media only screen and (max-width: 1024px) {
  .top-kv .top-kv-slide .slick-dots {
    gap: 8px 8px;
    padding: 20px 0 0;
  }
}
.top-kv .top-kv-slide .slick-dots > li {
  position: relative;
  display: block;
  width: 10px;
  height: 10px;
  background-color: #B3B3B3;
  border-radius: 50%;
}

@media only screen and (max-width: 1024px) {
  .top-kv .top-kv-slide .slick-dots > li {
    width: 8px;
    height: 8px;
  }
}

.top-kv .top-kv-slide .slick-dots > li > button {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  font-size: 0 !important;
  line-height: 0 !important;
  letter-spacing: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  opacity: 0 !important;
  overflow: hidden !important;
}
.top-kv .top-kv-slide .slick-dots > li.slick-active {
  background-color: #659fb8;
}
.top-kv .top-kv-loading {
  position: absolute;
  display: block;
  width: 80px;
  height: 80px;
  top: 50%;
  right: 50%;
  -webkit-transform: translate(50%, -50%);
          transform: translate(50%, -50%);
  z-index: 1;
}
.top-kv .top-kv-loading::after {
  content: "";
  position: absolute;
  display: block;
  z-index: -1;
  overflow: hidden;
  width: 80px;
  height: 80px;
  border-top: 4px solid rgba(147, 189, 76, 0.1);
  border-right: 4px solid rgba(147, 189, 76, 0.1);
  border-bottom: 4px solid rgba(147, 189, 76, 0.1);
  border-left: 4px solid #659fb8;
  border-radius: 50%;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  -webkit-animation: keyKvLoading 1.1s infinite linear;
          animation: keyKvLoading 1.1s infinite linear;
}
@-webkit-keyframes keyKvLoading {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes keyKvLoading {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

/* SECTION GROUP 01
============================================================ */
.top-sectionGroup__01 .top-sectionGroupInner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  width: 100%;
  padding-top: 100px;
  padding-bottom: 100px;
}
@media only screen and (max-width: 1024px) {
  .top-sectionGroup__01 .top-sectionGroupInner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-line-pack: center;
        align-content: center;
    gap: 60px 0;
    padding-top: 40px;
    padding-bottom: 80px;
  }
}
.top-sectionGroup__01 .top-news {
  width: 62%;
}
@media only screen and (max-width: 1024px) {
  .top-sectionGroup__01 .top-news {
    width: 100%;
  }
}
.top-sectionGroup__01 .top-linkBanners {
  width: 30%;
}
@media only screen and (max-width: 1024px) {
  .top-sectionGroup__01 .top-linkBanners {
    width: 100%;
  }
}
.top-sectionGroup__01.isFull .top-sectionGroupInner {
  display: block;
}
.top-sectionGroup__01.isFull .top-news,
.top-sectionGroup__01.isFull .top-linkBanners {
  width: 100%;
}

/* top-inner
============================================================ */


.top-inner {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 80px 30px;
}



@media only screen and (max-width:630px) {
	.top-inner {
		padding-top: 60px;
		padding-bottom: 60px;
	}
}


/* top h2
============================================================ */

h2.title{
	margin-bottom: 30px;
	padding-bottom: 20px;
	border-bottom: 1px solid var(--color_main);
	text-align: center;
	font-size: 2em;
}

@media only screen and (max-width:500px) {
h2.title {
    font-size: 1.7em;
}
}



/* NEWS
============================================================ */


.news-area{}


@media only screen and (max-width:1000px) {
.news-area .top-inner {
    padding-top: 40px;
}
}

.news-area .thumb{
	display: none;
}

.top-news .top-news-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  width: 100%;
  border-bottom: 1px solid #659fb8;
  padding: 0 0 30px;
  margin: 0 0 10px;
}
.top-news .top-news-header .top-news-header-hl {
  margin: -0.25em 0 -0.25em;
}
@media print, screen and (min-width: 1025px) {
  .top-news .top-news-header .top-news-header-hl {
    text-align: left !important;
  }
}
@media only screen and (max-width: 1024px) {
  .top-news .top-news-header .top-news-header-hl {
    text-align: center;
  }
}
.top-news .com-news-list > ul > li:first-child {
  border-top: none;
}
.top-news .com-news-list > ul > li:last-child {
  border-bottom: none;
}
@media print, screen and (min-width: 1025px) {
  .top-news .com-news-list > .no-content {
    text-align: left;
  }
}
.top-news .top-news-moreBtn {
  max-width: 7em;
  min-height: 2.5em;
  font-size: 0.9rem;
  line-height: 1em;
}
@media only screen and (max-width: 1024px) {
  .top-news .top-news-moreBtn {
    font-size: 1rem;
    margin: 20px auto 0;
  }
}




.top-news-header {
    width: 100%;
    margin: 0 auto;
    text-align: center;
}

ul.top-news-header-catTab {
    width: 100%;
    flex-wrap: wrap;
    margin-bottom: 55px;
    display: flex;
    text-align: center;
    align-items: center;
    justify-content: space-between;
    gap: 0 2%;
}

@media only screen and (max-width: 500px) {
ul.top-news-header-catTab {
    margin-bottom: 35px;
}
}


ul.top-news-header-catTab li {
    width: 18%;
}


li.tabCat__event {
    letter-spacing: -1px;
}

@media only screen and (max-width: 900px) {
	
ul.top-news-header-catTab {
    gap: 0 1%;
}
	
	
ul.top-news-header-catTab li {
    width: 19%;
    font-size: 80%;
}
}


@media only screen and (max-width: 700px) {
	
ul.top-news-header-catTab {
        gap: 0 2%;
        justify-content: center;
    }
	
    ul.top-news-header-catTab li {
        width: 32%;
        margin-bottom: 10px;
    }
}

@media only screen and (max-width:440px) {
    ul.top-news-header-catTab li {
        margin-bottom: 7px;
    }
}


@media only screen and (max-width: 372px) {
    ul.top-news-header-catTab li {
        width: 49%;
    }
}
	

ul.top-news-header-catTab li a{
	text-decoration: none;
    color: var(--color_font);
    background-color: var(--color_pale);
    font-weight: bold;
/*    border: 1px solid var(--color_font);*/
    font-size: 90%;
    padding: 4px 10px;
    width: auto;
/*    margin: 0 4px;*/
    display: block;
    transition: all 0.2s ease-in-out;
}


@media only screen and (max-width:440px) {
ul.top-news-header-catTab li a {
    font-size: 80%;
    padding: 0px 5px;
}
}


ul.top-news-header-catTab li a:hover{
	background-color: var(--color_font);
	transition: all 0.2s ease-in-out;
	color: #fff;
}


ul.top-news-header-catTab li a.active{
	color: #fff;
	background-color: var(--color_dark);
/*    border: 1px solid var(--color_font);*/
}

ul.top-news-header-catTab li a.active:hover{
	background-color: var(--color_font);
	transition: all 0.2s ease-in-out;
	color: #fff;
}


/* BUSINESS
============================================================ */


.business{
	background-color: #f7f5f1;
}


.business .top-inner {
    padding: 80px 30px 60px 30px;
}


@media only screen and (max-width:980px) {
.business .top-inner {
    padding: 80px 10px 60px 10px;
}
}


@media only screen and (max-width:680px) {
.business .top-inner {
        padding: 70px 10px 10px 10px;
    }
}


@media only screen and (max-width:550px) {
.business .top-inner {
        padding: 60px 0px 0px 0px;
    }
}



@media only screen and (max-width:490px) {
.business-wrap {
    display: block;
}
}


.business-wrap{
	width: 100%;
    flex-wrap: wrap;
    display: flex;
    text-align: center;
    justify-content: space-between;
    gap: 0 2%;
    align-items:stretch;
}


.b-wrap {
	width: 32%;
    background-color: #fff;
    border: 1px solid var(--color_main);
    padding: 30px;
	margin-bottom: 30px;
}

@media only screen and (max-width:900px) {
.b-wrap {
    padding: 15px 18px 18px 18px;
}
}


@media only screen and (max-width:820px) {
.b-wrap {
    width: 48%;
    padding: 15px 22px 22px 22px;
}
}


@media only screen and (max-width:490px) {
.b-wrap {
    width: 100%;
	padding: 0;
	margin-bottom: 20px;
    }
}


.b-wrap a{
	text-decoration: none;
}

@media only screen and (max-width: 490px) {
.b-wrap a {
    text-decoration: none;
    padding: 20px;
    display: block;
	transition: all 0.2s ease-in-out;
	background-image: url(../images/arrow_b.png);
    background-repeat: no-repeat;
    background-position: right 20px center;
    background-size: 12px;
}
	
	
.b-wrap a:hover {
	background-color: var(--color_pale);
	transition: all 0.2s ease-in-out;
	background-position: right 10px center;
	}
	
}

    

.b-wrap h2{
	padding-bottom: 20px;
	margin-bottom: 20px;
	padding-top: 50px;
	border-bottom: 1px solid var(--color_main);
	background-image: url(../images/con01.png);
	background-repeat: no-repeat;
    background-position: top center;
    background-size: 35px;
}

@media only screen and (max-width: 1100px) {
.b-wrap h2 {
    padding-bottom: 18px;
    font-size: 110%;
}
}


h2.c01,h2.c02,h2.c03,h2.c04,h2.c05,h2.c06{
	text-decoration: none;
	color: var(--color_font);
}

h2.c02{
	background-image: url(../images/con02.png);
}

h2.c03{
	background-image: url(../images/con03.png);
	background-size: 45px;
}

h2.c04{
	background-image: url(../images/con04.png);
}

h2.c05{
	background-image: url(../images/con05.png);
}

h2.c06{
	background-image: url(../images/con06.png);
}





@media only screen and (max-width: 490px) {
	
	.b-wrap h2{
		border-bottom:none;
		padding-bottom: 10px;
		margin-bottom: 0;
		padding-top: 37px;
		background-size: 25px;
	}
	
h2.c03{
	background-size: 30px;
}
	
}



.b-list{}


.b-list ul{
	display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 20px;
    width: 100%;
    margin: 0 auto;
    text-align: left;
    gap: 0 1em;
}


.b-list ul li{
	width: 31%;
    margin-bottom: 40px;
    box-shadow: 0 0 10px #bcbcbc;
    transition: all 0.2s ease-in-out;
    background-color: #fff;
	background-image: url(../images/arrow.png);
    background-repeat: no-repeat;
    background-position: right bottom;
    background-size: 15px;
}


.b-wrap .com-news-list {
    text-align: left;
}



.b-wrap .com-news-list ul {
    padding-left: 12px;
}


.b-wrap .com-news-list ul li {
	list-style: square;
    padding-left: 5px;
    font-size: 85%;
    line-height: 140%;
    margin-bottom: 12px;
	font-weight: 500;
}

.b-wrap .com-news-list ul li::marker {
  content: "- ";
  font-size: 1.2em;
  color: var(--color_main);
}



.b-wrap .com-news-list ul li a{
	color: var(--color_font);
    text-decoration: underline;
}


.b-wrap .com-news-list ul li:last-child{
	margin-bottom: 0;
}




@media only screen and (max-width: 840px) {
.b-list ul li {
    font-size: 90%;
}
}

@media only screen and (max-width: 780px) {
.b-list ul li {
    width: 48%;
    margin-bottom: 25px;
}
}

@media only screen and (max-width: 500px) {
.b-list ul li {
        width: 100%;
        font-size: 100%;
	}
}


.b-list ul li a {
	text-decoration: none;
	transition: all 0.2s ease-in-out;
}

.b-list ul li span.title {
    display: block;
    font-weight: bold;
    font-size: 130%;
    padding: 20px 20px 10px 20px;
}


@media only screen and (max-width: 600px) {
.b-list ul li span.title {
    padding: 15px 20px 3px 20px;
}
}

@media only screen and (max-width: 530px) {
.b-list ul li span.title {
        font-size: 110%;
    }
}


@media only screen and (max-width: 500px) {
	
.b-list ul li span.title {
        font-size: 130%;
    }
	
}

.b-list ul li span.description{
	line-height: 1.7em;
    font-size: 80%;
    color: #4d4d4d;
    padding: 5px 20px 20px 20px;
    display: block;
}


.b-list ul li span.description a {
	color: #4D4D4D;
}

.b-list ul li span.thumb {
	display: flex;
    text-align: center;
}


.b-list ul li span.thumb img {
}

/*
@media only screen and (max-width: 460px) {
	
.b-list ul {
    gap: 0 .7em;
}
	
.b-list ul li {
        margin-bottom: 17px;
    }
	
.b-list ul li span.title {
        padding: 12px 10px 0 10px;
    }
	
.b-list ul li span.description {
    line-height: 1.5em;
    font-size: 75%;
    padding: 5px 10px 15px 10px;
    letter-spacing: 0;
}

}
*/



@media only screen and (max-width:490px) {
.b-wrap .com-news-list {
    display: none;
}
}



/* banner
============================================================ */

.banner{}


.banner .top-inner {
    padding: 80px 30px 50px 30px;
}


@media only screen and (max-width: 520px) {
.banner .top-inner {
    padding: 70px 30px 50px 30px;
}
}


.banner ul {
    width: 100%;
    flex-wrap: wrap;
    display: flex;
    text-align: center;
    justify-content: center;
    gap: 0 2%;
}


.banner ul li {
    width: 23%;
    background-color: #fff;
    border: 1px solid var(--color_main);
    margin-bottom: 30px;
	align-items: center;
    align-content: center;
}


.banner ul li a:after{
	display: none;
}


@media only screen and (max-width: 720px) {

.banner ul li {
	width: 32%;
}
}

@media only screen and (max-width: 520px) {
.banner ul li {
        width: 49%;
        margin-bottom: 20px;
    }
}



.banner ul li img{
	width: 100%;
}










