@charset "UTF-8";
#layout_wrapper_upper {
  max-width: none;
  width: 100%;
  margin: 0 auto;
  background: #E8F8FF url(../images/top_bg_main.png) center no-repeat;
	background-size: 1816px 397.5px;
  position: relative;
    padding-bottom: 10px;
}

#layout_wrapper_upper .main_img_area {
  display: flex;
  width: 100%;
  max-width: 1580px;
  margin: 0 auto;
  justify-content: space-between;
    gap: 80px;
    align-items: center;

}
#layout_wrapper_upper .left {
  width: calc(60% - 80px);
  position: relative;
  z-index: 10;
	display: flex;
}
#layout_wrapper_upper .left .main_logo img{
	max-width: 231px;
}
#layout_wrapper_upper .left .copy_title {
  margin: 0;
    padding: 0;
}
#layout_wrapper_upper .left .copy_title img{
    width: 100%;
	max-width: 523px;
}
#layout_wrapper_upper .left p {
    font-size: 156%;
    padding: 0 0 0 16px;
    margin-top: 0.5em;
}
#layout_wrapper_upper .left p + p {
  margin-top: 10px;
}
#layout_wrapper_upper .right {
  overflow: hidden;
  width: 40%;
    max-width: 600px;
  position: relative;
  z-index: 10;
    margin-top: 10px;
  background: url(../images/top_bg_slide.png) no-repeat;
	background-size: 100%;
    padding: 50px 50px 0;
}
#layout_wrapper_upper .right .swiper_top .swiper-slide{
    line-height: 0;
}
#layout_wrapper_upper .right .swiper_top .swiper-slide img {
	width: 100%;
  max-width:600px;
}
.slider_top .swiper_control {
  width: 100%;
  position: relative;
  min-height: 32px;
  display: flex;
  justify-content: flex-end;
  margin-top: 10px;
  align-items: center;
}
.slider_top .slider_control_btn {
  padding: 0;
  border: none;
  line-height: 0;
  cursor: pointer;
  margin: 0 7px;
  background: none;
}
.slider_top .slider_control_btn.stop .icon_stop {
  content: "";
  width: 32px;
  height: 32px;
  display: inline-block;
  background-image: url(../images/btn_slide_stop.png);
  background-repeat: no-repeat;
  background-size: 32px;
}
.slider_top .slider_control_btn.start .icon_start {
  content: "";
  width: 32px;
  height: 32px;
  display: inline-block;
  background-image: url(../images/btn_slide_play.png);
  background-repeat: no-repeat;
  background-size: 32px;
}
.slider_top .swiper-pagination {
  position: static;
  display: flex;
  margin: 0 7px;
}
.swiper-pagination-bullet {
  width: 14px;
  height: 14px;
  background: #1B76B3;
  opacity: 1;
    margin: 0 14px;
  border: 3px solid #1B76B3;
}
.swiper-pagination-bullet-active {
  background: #fff;
}

.content_inner{
	background: none;
}

.top_news{
    margin: 40px 0;
}
.top_news h2{
	text-align: center;
    margin-bottom: 30px;
}
.top_news h2 span{
    display: inline-block;
  background: url(../images/icon_leaf.png), url(../images/icon_leaf.png);
	background-size: 39.5px, 39.5px;
	background-position: center left, center right;
	background-repeat: no-repeat;
    font-size: 136%;
    padding: 10px 80px;
}
.top_news ul{
    list-style: none;
    font-size: 115%;
}
.top_news ul li{
    display: flex;
}
.top_news ul li + li{
	margin-top: 1em;
}
.top_news ul li .news_date{
    width: 18em;
}

.top_content_wrap{
  background: url(../images/bg_top_content.png);
	background-size: 40px;
    padding: 80px 0 50px;
}
.top_content_wrap .top_content{
	background: #fff;
    box-shadow: 0 0 14px 0 rgb(0 0 0 / 8%);
	position: relative;
}
.top_content_wrap .top_content + .top_content{
	margin-top: 80px;	
}
.top_content_wrap .top_about{
	border: 10px solid #3C729A;
	border-radius: 50px 0 50px 0;
}
.top_content_wrap .top_about::after{
	content: "";
  background: url(../images/top_about_ill.png);
	width: 170.5px;
	height: 334.5px;
	background-size: 170.5px 334.5px;
	display: inline-block;
	position: absolute;
    top: 50%;
    left: -10px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}
.top_content_wrap .top_information{
	border: 10px solid #4C5AB2;
	border-radius: 0 50px 0 50px;
}
.top_content_wrap .top_information::after{
	content: "";
  background: url(../images/top_information_ill.png);
	width: 170.5px;
	height: 334.5px;
	background-size: 170.5px 334.5px;
	display: inline-block;
	position: absolute;
    top: 50%;
    right: -10px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}
.top_content_wrap .top_citizen{
	border: 10px solid #CCE636;
	border-radius: 50px 0 50px 0;
}
.top_content_wrap .top_citizen::after{
	content: "";
  background: url(../images/top_citizen_ill.png);
	width: 170.5px;
	height: 334.5px;
	background-size: 170.5px 334.5px;
	display: inline-block;
	position: absolute;
    top: 50%;
    left: -10px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}
.top_content_wrap .top_business{
	border: 10px solid #B5427A;
	border-radius: 0 50px 0 50px;
}
.top_content_wrap .top_business::after{
	content: "";
  background: url(../images/top_business_ill.png);
	width: 170.5px;
	height: 334.5px;
	background-size: 170.5px 334.5px;
	display: inline-block;
	position: absolute;
    top: 50%;
    right: -10px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}
.top_content_wrap .top_content a{
	display: flex;
    align-items: center;
    justify-content: space-between;
	text-decoration: none;
}
.top_content_wrap .top_content .title_box{
    width: 310px;
}
.top_content_wrap .top_about .title_box{
	background: #3C729A;
    padding: 70px 50px 70px 140px;
	border-top-left-radius: 30px;
    color: #fff;
}
.top_content_wrap .top_information .title_box{
	order: 2;
	background: #4C5AB2;
    padding: 70px 140px 70px 50px;
	border-top-right-radius: 30px;
    color: #fff;
}
.top_content_wrap .top_citizen .title_box{
	background: #CCE636;
    padding: 70px 50px 70px 140px;
	border-top-left-radius: 30px;
    color: #333;
}
.top_content_wrap .top_business .title_box{
	order: 2;
	background: #B5427A;
    padding: 70px 140px 70px 50px;
	border-top-right-radius: 30px;
    color: #fff;
}
.top_content_wrap .top_content .title_box h2{
    font-size: 216%;
}
.top_content_wrap .top_content .title_box h2 span{
    font-size: 60%;
    display: block;
}
.top_content_wrap .top_content .txt_box{
    color: #333;
    font-size: 160%;
    padding: 50px;
    width: calc(100% - 580px);
}
.top_content_wrap .top_link{
	box-shadow:none;
}
.top_content_wrap .top_link a{
	background: #E88E01;
    justify-content: center;
    font-size: 220%;
    color: #333;
    padding: 30px;
	border-radius: 30px;
}
.top_map{
	max-width: 1480px;
    margin: 0 auto;
    padding-top: 40px;
}
.top_map img{
	width: 100%;
	max-width: 1480px;
}