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

.topWrap #contents.index{
width: 100%;
max-width: 1920px;
margin: 0 auto;
}
.spMv {
display: none;
}
.videoMv {
  position: relative;
  height: 100vh;
  overflow: hidden;
}

.videoTxt {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit- transform: translateY(-50%) translateX(-50%);
  width: 95%;
  max-width: 1500px;
 }

video {
width: 100%;
}

.minTxt {
color: #fff;
font-size: 7.0rem;
font-weight: 200;
font-family: 'notoserif';
letter-spacing: 0.1em;
line-height: 1.3;
margin-bottom: 15px;
display: none;
}
.minTxt02 {
color: #fff;
font-size: 3.0rem;
font-weight: 200;
font-family: 'notoserif';
letter-spacing: 0.1em;
line-height: 1.2;
margin-bottom: 15px;
display: none;
}

.minTxt small{
font-size: 5.0rem;
}
.minTxt02 small{
font-size: 2.0rem;
}

.enTxt{
font-family: 'Josefin Sans', sans-serif;
color: #fff;
font-size: 1.4rem;
line-height: 1.3;
display: none;
}
.enTxt02{
font-family: 'Josefin Sans', sans-serif;
color: #fff;
font-size: 1.8rem;
line-height: 1.3;
display: none;
}

#header .hdInr {
    border-bottom: none;
}
#area01 {
width: 95%;
max-width: 1500px;
margin: 0 auto 80px;
}

#area01 h2 {
font-size: 3.2rem;
font-weight: 400;
display: inline-block;
margin-right: 20px;
letter-spacing: 0.1em;
}

.message_txt{
  margin-bottom: 50px;
  text-align: center;
  font-family: 'notoserif';
  font-weight: 500;
  font-size: 2rem;
}

.newsBtn {
display:inline-block;
font-size: 1.3rem;
vertical-align: middle;
}
.newsBtn i {
color: #ccc;
}


.newsTop {
padding-bottom: 20px;
}

.tabGroup{
    display: flex;
    justify-content: flex-start;
	border-bottom: 1px solid #ccc;
}
.tab{
padding: 20px 0;
width: 188px;
    border:solid 1px #CCC;
    text-align:center;
    cursor:pointer;
	margin-right: 5px;
	border-bottom: none;
}
.panelGroup{
    border-top:none;
    background:#fff;
}
.panel{
    display:none;
}
.tab.is-active{
    background:#2aa53b;
    color:#FFF;
    transition: all 0.2s ease-out;
}
.panel.is-show{
    display:block;
}

.newsList li{
padding: 15px 0;
border-bottom: 1px solid #ccc;
}

.newsList li .date{
display: block;
font-family: 'Roboto Condensed', sans-serif;
font-weight: 700;
color: #999999;
font-size: 1.2rem;
margin-bottom: 5px;
}

.newsList li .category {
border: 1px solid #2aa53b;
color: #2aa53b;
width: 80px;
padding: 5px 0;
display: inline-block;
font-size: 1.2rem;
text-align: center;
margin-right: 10px;
}

.newsList li a {
display: inline-block;
width: 90%;
vertical-align: middle;
}
.newsList li a:hover {
text-decoration: none;
color: #2aa53b;
}

.newsList li span.title {
display: inline-block;
width: 90%;
vertical-align: middle;
color: #333;
}

#area02 ul li {
    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;
    margin-bottom: 80px;
}
#area02 ul li .img {
 width: 60%;
}

#area02 ul li .img img {
 width: 110%;
}

#area02 ul li .data {
width: 40%;
}
#area02 ul li .data a {
display: block;
}
#area02 ul li .data a:hover{
text-decoration: none;
}
#area02 ul li .data a:hover .inr {
background: #eee;
}


#area02 ul li .data .inr {
        background-color: #FFF;
        -webkit-box-shadow: 0 0 13px #BBB;
        box-shadow: 0 0 13px #BBB;
        padding: 5vw 30px 4vw;
        position: relative;
        left: -10%;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;

}

#area02 ul li .txt strong {
font-size: 2.2rem;
   font-family: 'notoserif';
   font-weight: 300;
   margin-bottom: 10px;
}

#area02 ul li .txt span.entxt {
font-size: 1.6rem;
font-family: 'Roboto Condensed', sans-serif;
font-weight: 700;
}

#area02 ul li .data .inr h2,
#area04 .inr h2{
font-size: 3.2rem;
font-weight: 400;
letter-spacing: 0.1em;
margin-bottom: 20px;
}
#area02 ul li .data .inr .en,
#area04 .inr .en{
color: #2aa53b;
font-size: 1.4rem;
font-family: 'Roboto Condensed', sans-serif;
font-weight: 700;
position: relative;
margin-bottom: 10px;
}
#area02 ul li .data .inr .en:before,
#area04 .inr .en:before{
content: "";
display: block;
width: 25px;
height: 1px;
background: #2aa53b;
position: absolute;
left: -30px;
top: 11px;
}
.btmArrow {
position: relative;
}
.btmArrow i {
font-size: 2.8rem;
position: absolute;
font-weight: bold;
right: 0;
bottom: -40px;
}



#area02 ul li:nth-child(even) {
 flex-direction: row-reverse;
}

#area02 ul li:nth-child(even) .img {
 width: 65%;
}
#area02 ul li:nth-child(even) .data {
 width: 35%;
}
#area02 ul li:nth-child(even) .data .inr {
left: 10%;
width: 120%;
}

#area03 {
background: #f0f0f0;
padding: 100px 0 80px;
position: relative;
}
#area03 h2{
position: absolute;
font-size: 11.0rem;
font-family: 'Roboto Condensed', sans-serif;
font-weight: 700;
color: #e6e6e6;
text-align: center;
width: 100%;
top: -50px;
}


.slider img ,.slider .sliderTxt{
  transform: scale(0.8);
  opacity: 0.3;
  transition: 0.5s;
}



.slider .slick-center img,.slider .slick-center .sliderTxt {
  transform: scale(1);
  opacity: 1;
}

.slider .sliderTxt h3 {
font-size: 3.2rem;
font-weight: 400;
margin-bottom: 20px;
padding-top: 20px;

}



@keyframes open {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes close {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}


.slider li a {
display: block;
}
.slider li a:hover{
text-decoration: none;
color: #33a943;
}

#area04 {
background: url("../images/bg_area04.jpg") right 30px no-repeat;
background-size: 90% auto;
padding-bottom: 60px;
}

#area04 {
display: flex;
justify-content: space-between;
align-items:flex-end;
}
#area04 .img {
width: 55%;
}

#area04 .txtArea {
width: 45%;
padding: 0 40px;
}

#area04 .txtArea .serif {
   margin-bottom: 30px;
   width: 80%;
}
#area04 .txtArea .info {
margin-bottom: 20px;
}
#area04 .bscBtn01 {
display: inline-block;
margin-right: 20px;
}
.c_02 {
border: 1px solid #2419C3!important;
color: #2419C3!important;	
}
.c_03 {
border: 1px solid #D0691C!important;
color: #D0691C!important;	
}

@media only screen and (max-width: 1400px) {
#area04 .txtArea .serif {
font-size: 3.2rem;

}
}

@media only screen and (max-width: 1270px) {
#area04 .txtArea .serif {
margin-bottom: 20px;
}
#area04 .txtArea .info {
margin-bottom: 10px;
font-size: 1.4rem;
}
}
@media only screen and (max-width: 1120px) {

#area04 {
background: url("../images/bg_area04.jpg") right top no-repeat;
align-items:center;
padding-top: 60px;
}
#area04 .img {
    width: 43%;
}

#area04 .txtArea {
width: 55%;
padding: 0 20px;

}
}

@media only screen and (max-width: 1370px) {
#area04 .txtArea .serif {
    width: 66%;
    margin-bottom: 0px;
}
}

@media only screen and (max-width: 1180px) {
#area04 .txtArea .serif {
    width: 50%;
}
}


#area05 h2 {
    text-align: center;
    font-size: 3.2em;
    font-size: 32px;
    text-align: center;
    font-weight: 400;
    margin-bottom: 30px;


}

/*
#area05 h2 span {
  padding: 0.6em 1em;
  background: #fff;
    position: relative;
	border-radius: 10px;
	box-shadow: 0 0 10px #ccc;
}

#area05 h2 span:after {
  position: absolute;
  content: '';
  top: 100%;
    left: 50%;
  transform: translateX(-50%);
  -webkit- transform: translateX(-50%);
  border: 15px solid transparent;
  border-top: 15px solid #fff;
  width: 0;
  height: 0;
  z-index: 2;
  
}*/

.cityImg {
position: relative;
}

.cityImg .pin {
position: absolute;
z-index: 999;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
	display: inline-block;
}

.cityImg .pin i {
font-size: 46px;
color: #D40003;
}
.cityImg .pin a {
display: block;
}

.spPin {
display: none;
}




.cityImg .pin a:hover {
  -webkit-animation: scale .3s ease-in-out;
  animation: scale .3s ease-in-out;
}
@-webkit-keyframes scale {
  50% { -webkit-transform: scale(1.1); }
}
@keyframes scale {
  50% { transform: scale(1.1); }
}

.pin1 {
right: 8.8%;
top: 17.5%;
}

.pin2 {
right: 28%;
top: 23%;
}

.pin3 {
right: 19%;
top: 41%;
}

.pin4 {
right: 16%;
top: 51%;
}

.pin5 {
right: 26%;
top: 78%;
}

.pin6 {
right: 30%;
top: 15%;
}

.pin7 {
right: 48%;
top: 23%;
}

.pin8 {
right: 35%;
top: 47%;
}

.pin9 {
right: 46%;
top: 67%;
}

.pin10 {
left: 29%;
top: 36.3%;
}

.pin11 {
left: 9%;
top: 47%;
}

.pin12 {
right: 7%;
top: 70%;
}

.pin13 {
left: 40%;
top: 41%;
}

@media only screen and (min-width: 1360px) {
.pin11 {
    left: 9%;
    top: 48%;
}
.pin9 {
    right: 46%;
    top: 68.5%;

}
.pin5 {
   right: 26%;
    top: 79%;

}
.pin12 {
    right: 7%;
    top: 71%;

}
.pin1 {

    right: 9.2%;
    top: 19%;

}


}


.remodal {
    width: 60%!important;
    max-width: 700px!important;
    text-align: left;

}
.remodal-close {
display: none;
}


.remodal-close::after {
    text-align: center;
	line-height: 32px!important;
}

.remodal-cancel {
    border: 1px solid #000!important;
    background: #000!important;
	margin-top: 10px!important;
}

.remodal-cancel:hover {
color: #000!important;
background: #fff!important;
}
p.close {
text-align: center;
}
.remodal-overlay {
    z-index: 999998!important;
}
.remodal-wrapper {
    z-index: 999999!important;
}

#footer {
margin-top: 0;
}
