@charset "UTF-8";
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* Slider */
.slick-loading .slick-list {
  background: #fff url(../image/common/ajax-loader.gif) center center no-repeat;
}

/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  z-index: 100;
  display: block;
  height: 60px;
  width: 64px;
  border: 1px solid #fff;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: #ffcf26;
  color: transparent;
  bottom: -1px;
  top: auto;
  left: 50%;
  padding: 0;
  outline: none;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: #f2bc00;
  color: transparent;
}
.slick-prev:before,
.slick-next:before {
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 20px;
  line-height: 1;
  color: white;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  margin-left: 308px;
}
[dir=rtl] .slick-prev {
  left: auto;
  right: -25px;
}
.slick-prev:before {
  content: "\e900";
}
[dir=rtl] .slick-prev:before {
  content: "\e901";
}

.slick-next {
  margin-left: 371px;
}
[dir=rtl] .slick-next {
  left: -25px;
  right: auto;
}
.slick-next:before {
  content: "\e901";
}
[dir=rtl] .slick-next:before {
  content: "\e900";
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: 15px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: auto;
  left: 50%;
  margin-left: 160px;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  border-radius: 50%;
  background: #fff;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}
.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  transform: scale(0.7);
}
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 14px;
  height: 14px;
  background: #ffcf26;
  border-radius: 50%;
  top: 3px;
  left: 3px;
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: black;
  transform: scale(0);
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  transform: scale(1);
}
@media only screen and (max-width: 768px) {
  .slick-dots li {
    width: 14px;
    height: 14px;
    margin: 0 5px !important;
  }
  .slick-dots li button {
    width: 14px;
    height: 14px;
    border: 1px solid #ccc;
  }
  .slick-dots li button::before {
    width: 8px;
    height: 8px;
  }
}

/*=============================================
top
===============================================*/
/*--------------------------
main_visual
---------------------------*/
#main_visual {
  position: relative;
  overflow: hidden;
  height: 700px;
  /*背景スライダー*/
  /*前面スライダー*/
}
@media only screen and (max-width: 768px) {
  #main_visual {
    height: auto;
  }
}
#main_visual .bg_slider_wrap #bg_slider {
  height: 700px;
  opacity: 0;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
#main_visual .bg_slider_wrap #bg_slider.slick-initialized {
  opacity: 1;
}
#main_visual .bg_slider_wrap .slick-track li {
  background-size: cover;
  background-position: center center;
  height: 700px;
}
@media only screen and (max-width: 768px) {
  #main_visual .bg_slider_wrap {
    display: none;
  }
}
#main_visual .main_slider_wrap {
  position: relative;
  top: -710px;
}
#main_visual .main_slider_wrap #main_slider {
  left: 50%;
  margin-left: -455px;
  opacity: 0;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
#main_visual .main_slider_wrap #main_slider.slick-initialized {
  opacity: 1;
}
#main_visual .main_slider_wrap #main_slider li figure {
  position: relative;
  padding: 50px;
}
@media only screen and (max-width: 768px) {
  #main_visual .main_slider_wrap #main_slider li figure {
    padding: 0;
  }
}
#main_visual .main_slider_wrap #main_slider li figure figcaption {
  position: absolute;
  transition: all 0.7s ease-in-out;
  transition-delay: 0.5s;
  width: 480px;
  height: auto;
  opacity: 0;
  bottom: 10px;
  left: 10px;
}
#main_visual .main_slider_wrap #main_slider li figure figcaption .text {
  padding: 20px;
  background: rgba(255, 255, 255, 0.7) url(../image/top/bg_slider.png) repeat top left/8px 8px;
}
#main_visual .main_slider_wrap #main_slider li figure figcaption .text span {
  display: block;
  line-height: 1.7;
}
#main_visual .main_slider_wrap #main_slider li figure figcaption .text span.title {
  font-size: 28px;
  font-weight: 600;
  line-height: 1.3;
  display: block;
  margin: 0 0 16px;
  opacity: 0;
  position: relative;
  top: 5px;
  transition: all 0.7s ease-in-out;
  transition-delay: 0.5s;
}
#main_visual .main_slider_wrap #main_slider li figure figcaption .text span.title .first {
  line-height: 1;
  color: #fff;
  display: inline-block;
  padding: 7px;
  background: #ffcf26;
  border-radius: 4px;
  text-shadow: 4px 4px 2px #f2bc00;
}
@media only screen and (max-width: 768px) {
  #main_visual .main_slider_wrap #main_slider li figure figcaption .text span.title {
    font-size: 16px;
  }
}
@media only screen and (max-width: 768px) {
  #main_visual .main_slider_wrap #main_slider li figure figcaption {
    position: static;
    width: 100%;
    padding: 1.5%;
  }
}
#main_visual .main_slider_wrap #main_slider .slick-current li figure figcaption {
  opacity: 1;
  bottom: 15px;
}
#main_visual .main_slider_wrap #main_slider .slick-current li figure figcaption .text .title {
  opacity: 1;
  top: 0;
}
#main_visual .main_slider_wrap #main_slider .slick-dots {
  left: 0;
  margin: 0;
  width: 100%;
  bottom: -10px;
}
#main_visual .main_slider_wrap .catchcopy {
  position: absolute;
  z-index: 100;
  bottom: 24px;
  left: 50%;
  margin-left: -53px;
}
@media only screen and (max-width: 768px) {
  #main_visual .main_slider_wrap {
    top: 0;
  }
  #main_visual .main_slider_wrap #main_slider {
    left: 0;
    margin: 0;
    margin-bottom: 20px;
  }
  #main_visual .main_slider_wrap .catchcopy {
    left: auto;
    margin-left: 0;
    width: 241px;
    right: 0;
  }
}

/*--------------------------
top
---------------------------*/
#top .h_wrap {
  background: url(../image/common/bg_main01.jpg) repeat top left/8px;
  height: 220px;
  display: flex;
  align-items: center;
}
#top .h_wrap .h_sec {
  text-align: center;
  max-width: 412px;
  margin: 0 auto;
}
@media only screen and (max-width: 768px) {
  #top .h_wrap {
    height: 120px;
  }
  #top .h_wrap .container {
    padding: 10px;
  }
  #top .h_wrap .h_sec img {
    width: 308px;
  }
}
#top .lead {
  text-align: center;
  padding: 50px 0 87px;
}
@media only screen and (max-width: 768px) {
  #top .lead {
    padding: 30px 0 38px;
    text-align: justify;
    text-justify: inter-ideograph;
  }
  #top .lead::after {
    height: 8.5px;
    background-size: auto 8.5px;
  }
}
#top .movie {
  padding-bottom: 100px;
  position: relative;
}
@media only screen and (max-width: 768px) {
  #top .movie {
    padding-bottom: 60px;
  }
}
#top .movie .movie_inner {
  max-width: 600px;
  margin: auto;
  position: relative;
  overflow: hidden;
}
#top .movie .movie_inner iframe {
  position: absolute;
  margin: auto;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 101%;
  height: 101%;
}
#top .movie .movie_inner::before {
  content: "";
  width: 100%;
  padding-top: 56.25%;
  top: 0;
  left: 0;
  display: block;
}
#top .movie::after {
  content: "";
  height: 17px;
  width: 100%;
  bottom: 0;
  background: url(../image/top/img_dot.png) no-repeat center center/auto 17px;
  position: absolute;
  left: 0;
}
#top .campaign_link {
  margin: 90px auto;
  width: 1040px;
}
@media only screen and (max-width: 768px) {
  #top .campaign_link {
    width: 100%;
    margin: 40px 0;
  }
}
#top .campaign_link .title {
  text-align: center;
  margin-bottom: 10px;
}
@media only screen and (max-width: 768px) {
  #top .campaign_link .title {
    margin-bottom: 15px;
  }
}
#top .campaign_link .title img {
  max-width: 550px;
}
#top .campaign_link .sub {
  text-align: center;
  font-size: 18px;
  margin-bottom: 30px;
}
@media only screen and (max-width: 768px) {
  #top .campaign_link .sub {
    margin-bottom: 20px;
    line-height: 1.4;
  }
}
#top .campaign_link ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media only screen and (max-width: 768px) {
  #top .campaign_link ul {
    display: block;
  }
}
#top .campaign_link ul li {
  width: calc(50% - 15px);
}
@media only screen and (max-width: 768px) {
  #top .campaign_link ul li {
    width: 100%;
    margin-bottom: 30px;
  }
}
#top .campaign_link ul li a {
  display: block;
}
#top .campaign_link ul li a figure img {
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
#top .campaign_link ul li a .box {
  font-size: 20px;
  line-height: 1.6;
}
@media only screen and (max-width: 768px) {
  #top .campaign_link ul li a .box {
    position: relative;
    text-align: center;
    background: url(../image/common/bg_main01.jpg) repeat top left/8px;
    padding: 20px 10px;
    font-size: 16px;
    line-height: 1.6;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
  }
  #top .campaign_link ul li a .box::after {
    position: absolute;
    font-family: "icomoon" !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    top: 50%;
    transform: translateY(-50%);
    font-size: 20px;
    right: 20px;
    color: #ffcf26;
    content: "\e909";
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
  }
}
#top .campaign_link ul li a .box .name {
  margin-top: 10px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
@media only screen and (max-width: 768px) {
  #top .campaign_link ul li a .box .name {
    margin-top: 0;
  }
}
@media only screen and (min-width: 769px) {
  #top .campaign_link ul li a:hover .box .name {
    color: #ffcf26;
  }
}
#top .campaign_link ul li a:hover figure img {
  opacity: 0.7;
}

/*--------------------------
information
---------------------------*/
#information .h_wrap .h_sec {
  text-align: center;
  max-width: 211px;
  margin: 0 auto 40px;
}
@media only screen and (max-width: 768px) {
  #information .h_wrap .h_sec {
    margin: 30px auto;
  }
  #information .h_wrap img {
    width: 157px;
  }
}
#information ul.information_list li {
  border-bottom: 1px solid #ddd;
}
#information ul.information_list li a {
  text-decoration: none;
  color: inherit;
  display: flex;
  align-items: baseline;
  padding: 20px 0;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
#information ul.information_list li a::after {
  content: "";
  display: block;
  clear: both;
}
#information ul.information_list li a time.date {
  font-size: 14px;
  color: #555;
  margin: 0 16px 0 0;
}
#information ul.information_list li a span {
  line-height: 1.7;
}
#information ul.information_list li a span.label {
  font-size: 13px;
  color: #fff;
  background: #ffcf26;
  padding: 1px;
  display: inline-block;
  text-align: center;
  flex: 0 0 94px;
  width: 94px;
}
#information ul.information_list li a span.label.event {
  background: #e08155;
}
#information ul.information_list li a span.label.child {
  background: #685b97;
}
#information ul.information_list li a span.label.welfare {
  background: #6fb55c;
}
#information ul.information_list li a span.label.public {
  background: #668bbc;
}
#information ul.information_list li a span.info_title {
  margin: 0;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding-top: 6px;
  line-height: 2;
}
#information ul.information_list li a:hover {
  color: #ffcf26;
}
#information ul.information_list li a:hover span.info_title {
  text-decoration: underline;
}
@media only screen and (max-width: 768px) {
  #information ul.information_list li a {
    flex-wrap: wrap;
    padding: 15px 0;
  }
  #information ul.information_list li a .info_title {
    flex: 0 0 100%;
    margin: 5px 0 0;
  }
}
#information .btn_holder {
  padding: 50px 0 87px;
  margin-bottom: 70px;
  position: relative;
}
#information .btn_holder::after {
  content: "";
  height: 17px;
  width: 100%;
  bottom: 0;
  background: url(../image/top/img_dot.png) no-repeat center center/auto 17px;
  position: absolute;
  left: 0;
}
@media only screen and (max-width: 768px) {
  #information .btn_holder {
    padding: 30px 0 38px;
    margin-bottom: 30px;
    text-align: justify;
    text-justify: inter-ideograph;
  }
  #information .btn_holder::after {
    height: 8.5px;
    background-size: auto 8.5px;
  }
}
#information .btn_holder .btn {
  font-size: 14px;
  text-align: center;
  background: #fff;
  width: 320px;
  display: block;
  margin: auto;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  position: relative;
}
#information .btn_holder .btn::after, #information .btn_holder .btn::before {
  content: "";
  position: absolute;
  width: 26px;
  height: 26px;
  border-radius: 5px;
  border: 2px solid #549f81;
  background: #549f81;
  box-sizing: border-box;
  transition: inherit;
}
#information .btn_holder .btn:hover {
  background: #549f81;
}
#information .btn_holder .btn:hover::after, #information .btn_holder .btn:hover::before {
  border-color: #fff !important;
}
#information .btn_holder .btn:hover .inner {
  color: #fff;
  border-color: #fff !important;
}
#information .btn_holder .btn:hover .inner::after {
  border-color: #fff !important;
}
#information .btn_holder .btn .inner {
  line-height: 50px;
  margin: auto;
  border: 2px solid #549f81;
  display: block;
  -webkit-transition: all 0.6s ease 0s;
  -moz-transition: all 0.6s ease 0s;
  -ms-transition: all 0.6s ease 0s;
  -o-transition: all 0.6s ease 0s;
  transition: all 0.6s ease 0s;
}
#information .btn_holder .btn .inner::after {
  position: absolute;
  content: "";
  width: 17px;
  height: 17px;
  border-radius: 5px;
  background: #155932;
  border: 2px solid #155932;
  transition: inherit;
}
@media only screen and (max-width: 768px) {
  #information .btn_holder .btn {
    width: auto;
    max-width: 260px;
  }
  #information .btn_holder .btn .inner {
    font-size: 12px;
    line-height: 3;
  }
}
#information .btn_holder .btn::after, #information .btn_holder .btn::before {
  background: #ffe68c;
  border-color: #ffe68c;
}
#information .btn_holder .btn::before {
  top: -8px;
  right: -8px;
}
#information .btn_holder .btn::after {
  bottom: -6px;
  left: -14px;
}
#information .btn_holder .btn:hover {
  background: #ffcf26;
}
#information .btn_holder .btn .inner {
  border: 2px solid #ffe68c;
}
#information .btn_holder .btn .inner::after {
  background: #ffcf26;
  border-color: #ffcf26;
  top: 3px;
  right: -12px;
}

/*--------------------------
citizens
---------------------------*/
#citizens .h_wrap h2.h_sec {
  line-height: 1;
  margin: 0 auto 55px;
  max-width: 341px;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  #citizens .h_wrap h2.h_sec {
    margin-bottom: 24px;
  }
  #citizens .h_wrap h2.h_sec img {
    width: 236.5px;
  }
}
#citizens .h_wrap h3.h_sec {
  line-height: 1;
  margin: 0 auto 55px;
  text-align: center;
  max-width: 174px;
}
@media only screen and (max-width: 768px) {
  #citizens .h_wrap h3.h_sec {
    margin-bottom: 24px;
  }
  #citizens .h_wrap h3.h_sec img {
    width: 130.5px;
  }
}
#citizens .lied {
  width: 1040px;
  background: #f6f3ff;
  padding: 20px;
  margin: 0 auto 80px;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  #citizens .lied {
    width: 100%;
    margin: 0 auto 36px;
  }
}
#citizens .lied.voice_l {
  width: 400px;
  margin-bottom: 48px;
}
@media only screen and (max-width: 768px) {
  #citizens .lied.voice_l {
    width: 100%;
    margin-bottom: 36px;
  }
}
#citizens .wrap {
  padding: 0 40px 75px;
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 768px) {
  #citizens .wrap {
    flex-flow: row;
    flex-wrap: wrap;
    padding: 0 10px;
    margin-bottom: 48px;
  }
}
@media only screen and (max-width: 768px) {
  #citizens .wrap .text_wrap {
    padding: 0;
    margin-bottom: 32px;
  }
}
#citizens .img_wrap {
  flex: 0 0 588px;
}
#citizens .img_wrap figure {
  position: relative;
}
#citizens .img_wrap figure .img_outer {
  display: block;
  border-radius: 10px;
  overflow: hidden;
}
#citizens .img_wrap figure figcaption {
  text-align: center;
  font-size: 18px;
  line-height: 2;
  font-weight: 700;
  color: #8f82bc;
  position: absolute;
  border: 1px solid #eee;
  width: 242px;
  background: #fff;
  bottom: 10px;
  left: -13px;
}
#citizens .img_wrap figure figcaption::after {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 12px 12px;
  border-color: transparent transparent #8d82bc transparent;
  left: 0px;
  top: -13px;
}
#citizens .img_wrap figure figcaption span img {
  height: 14px;
  vertical-align: baseline;
}
#citizens .img_wrap:nth-of-type(2) figure figcaption {
  width: 312px;
}
@media only screen and (max-width: 768px) {
  #citizens .img_wrap {
    flex: 0 0 100%;
    max-width: none;
  }
  #citizens .img_wrap figure {
    max-width: 448px;
    margin: 0 auto 30px;
  }
  #citizens .img_wrap figure .img_outer {
    border-radius: 5px;
  }
  #citizens .img_wrap figure figcaption {
    font-size: 13px;
    display: inline-block;
    bottom: 10px;
    left: -7px;
    right: 0px;
    font-weight: 500;
    width: 176px;
    line-height: 1.8;
  }
  #citizens .img_wrap figure figcaption span img {
    height: 10px;
  }
  #citizens .img_wrap figure figcaption::after {
    border-width: 0 0 6px 6px;
    top: -7px;
  }
  #citizens .img_wrap:nth-of-type(2) figure figcaption {
    width: 236px;
  }
}
#citizens .voice_wrap {
  padding: 0 40px 50px;
  margin-bottom: 50px;
}
@media only screen and (max-width: 768px) {
  #citizens .voice_wrap {
    padding: 0 10px;
    max-width: 616px;
    margin: 0 auto;
  }
}
#citizens .voice_wrap ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media only screen and (max-width: 768px) {
  #citizens .voice_wrap ul.sp_hidden {
    display: none;
  }
}
#citizens .voice_wrap ul li {
  width: 220px;
  margin-bottom: 28px;
}
#citizens .voice_wrap ul figure {
  border-radius: 10px;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
#citizens .voice_wrap ul figure.remodal_btn:after {
  color: #fff;
  content: "SHOW";
  justify-content: center;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(104, 91, 151, 0.8);
  width: 100%;
  height: 100%;
  z-index: 1;
  opacity: 0;
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -ms-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  transform: rotateY(180deg);
  display: flex;
  align-items: center;
}
#citizens .voice_wrap ul figure.remodal_btn:hover::after {
  transform: rotateY(360deg);
  z-index: 1;
  opacity: 1;
}
#citizens .voice_wrap ul figure.not_remodal figucaption {
  color: #fff;
  justify-content: center;
  line-height: 1.8;
  position: absolute;
  top: 0;
  left: 0;
  padding: 20px;
  background: rgba(104, 91, 151, 0.8);
  width: 100%;
  height: 100%;
  z-index: 1;
  opacity: 0;
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -ms-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  transform: rotateY(180deg);
  display: flex;
  align-items: center;
}
#citizens .voice_wrap ul figure.not_remodal:hover figucaption {
  transform: rotateY(360deg);
  z-index: 1;
  opacity: 1;
}
#citizens .voice_wrap ul .text_wrap p {
  color: #fff;
  line-height: 1.7;
  margin-bottom: 5px;
}
#citizens .voice_wrap ul .text_wrap span.commentator {
  color: #e8e6f1;
  text-align: right;
  display: block;
}
#citizens .voice_wrap ul .text_wrap span.commentator .small {
  font-size: 13px;
}
@media only screen and (max-width: 768px) {
  #citizens .voice_wrap ul .text_wrap {
    display: none;
  }
}
#citizens .voice_slider {
  display: none;
}
@media only screen and (max-width: 768px) {
  #citizens .voice_slider {
    display: block;
    margin-bottom: 50px;
  }
}
#citizens .voice_slider figure {
  width: 90%;
  display: block;
  margin: 0 auto;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
#citizens .voice_slider figure:after {
  color: #fff;
  content: "SHOW";
  justify-content: center;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(104, 91, 151, 0.8);
  width: 100%;
  height: 100%;
  z-index: 1;
  opacity: 0;
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -ms-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  transform: rotateY(180deg);
  display: flex;
  align-items: center;
}
#citizens .voice_slider figure:hover::after {
  transform: rotateY(360deg);
  z-index: 1;
  opacity: 1;
}
#citizens .btn_holder {
  margin: 49px auto 0;
}
@media only screen and (max-width: 768px) {
  #citizens .btn_holder {
    margin: 0 auto 40px;
  }
}
#citizens .btn_holder .btn {
  font-size: 14px;
  text-align: center;
  background: #fff;
  width: 320px;
  display: block;
  margin: auto;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  position: relative;
}
#citizens .btn_holder .btn::after, #citizens .btn_holder .btn::before {
  content: "";
  position: absolute;
  width: 26px;
  height: 26px;
  border-radius: 5px;
  border: 2px solid #549f81;
  background: #549f81;
  box-sizing: border-box;
  transition: inherit;
}
#citizens .btn_holder .btn:hover {
  background: #549f81;
}
#citizens .btn_holder .btn:hover::after, #citizens .btn_holder .btn:hover::before {
  border-color: #fff !important;
}
#citizens .btn_holder .btn:hover .inner {
  color: #fff;
  border-color: #fff !important;
}
#citizens .btn_holder .btn:hover .inner::after {
  border-color: #fff !important;
}
#citizens .btn_holder .btn .inner {
  line-height: 50px;
  margin: auto;
  border: 2px solid #549f81;
  display: block;
  -webkit-transition: all 0.6s ease 0s;
  -moz-transition: all 0.6s ease 0s;
  -ms-transition: all 0.6s ease 0s;
  -o-transition: all 0.6s ease 0s;
  transition: all 0.6s ease 0s;
}
#citizens .btn_holder .btn .inner::after {
  position: absolute;
  content: "";
  width: 17px;
  height: 17px;
  border-radius: 5px;
  background: #155932;
  border: 2px solid #155932;
  transition: inherit;
}
@media only screen and (max-width: 768px) {
  #citizens .btn_holder .btn {
    width: auto;
    max-width: 260px;
  }
  #citizens .btn_holder .btn .inner {
    font-size: 12px;
    line-height: 3;
  }
}
#citizens .btn_holder .btn::after, #citizens .btn_holder .btn::before {
  background: #8f82bc;
  border-color: #8f82bc;
}
#citizens .btn_holder .btn::before {
  top: -8px;
  right: -8px;
}
#citizens .btn_holder .btn::after {
  bottom: -6px;
  left: -14px;
}
#citizens .btn_holder .btn:hover {
  background: #685b97;
}
#citizens .btn_holder .btn .inner {
  border: 2px solid #8f82bc;
}
#citizens .btn_holder .btn .inner::after {
  background: #685b97;
  border-color: #685b97;
  top: 3px;
  right: -12px;
}
#citizens .btn_holder.pc_hidden {
  display: none;
}
@media only screen and (max-width: 768px) {
  #citizens .btn_holder.pc_hidden {
    display: block;
    order: 3;
    margin: 50px 0 0;
    flex: 0 0 100%;
    max-width: 100%;
  }
  #citizens .btn_holder.sp_hidden {
    display: none;
  }
}

.remodal.voice .voice_inner {
  background: #fff;
  border: 5px solid #fff;
  border-radius: 6px;
}
@media only screen and (max-width: 768px) {
  .remodal.voice .voice_inner {
    display: block;
  }
}
.remodal.voice .voice_inner button.remodal-close {
  background: #685b97;
  border: 2px solid #fff;
  border-radius: 8px;
  color: #fff;
  box-sizing: content-box;
}
.remodal.voice .voice_inner .inner {
  padding: 45px 25px;
  border: 5px dashed #685b97;
  border-radius: 5px;
}
.remodal.voice .voice_inner .text_wrap {
  text-align: left;
  font-weight: 500;
  margin-bottom: 20px;
}
.remodal.voice .voice_inner .text_wrap:last-child {
  margin-bottom: 0;
}
.remodal.voice .voice_inner .text_wrap .comment {
  line-height: 1.8;
}
.remodal.voice .voice_inner .text_wrap .commentator {
  line-height: 1.5;
  text-align: right;
  display: block;
}
.remodal.voice .voice_inner .text_wrap .commentator .small {
  font-size: 13px;
}

/*--------------------------
main_contents
---------------------------*/
#main_contents {
  /*メインコンテンツ３種 共通*/
}
#main_contents .contents_list {
  position: relative;
  padding-bottom: 82px;
  margin: 0 0 50px;
}
#main_contents .contents_list::after {
  content: "";
  height: 17px;
  width: 100%;
  bottom: 0;
  background: url(../image/top/img_dot.png) no-repeat center center/auto 17px;
  position: absolute;
  left: 0;
}
@media only screen and (max-width: 768px) {
  #main_contents .contents_list {
    padding-bottom: 34px;
    margin-bottom: 48px;
  }
  #main_contents .contents_list::after {
    height: 8.5px;
    background-size: auto 8.5px;
  }
}
#main_contents .contents_list li {
  display: table;
  width: 100%;
  /*メインコンテンツ LIFE 暮らす*/
  /*メインコンテンツ ENJOY 楽しむ*/
  /*メインコンテンツ business 仕事する*/
}
#main_contents .contents_list li > * {
  display: table-cell;
  vertical-align: middle;
}
#main_contents .contents_list li::after {
  content: "";
  display: block;
  clear: both;
}
#main_contents .contents_list li .img_wrap {
  width: 100%;
  float: right;
}
#main_contents .contents_list li .img_wrap img {
  width: 100%;
  max-width: none;
}
#main_contents .contents_list li .text_wrap {
  width: 50%;
  text-align: center;
  padding: 0 80px;
}
#main_contents .contents_list li .text_wrap .h_sec {
  line-height: 1;
  margin: 0 auto 39px;
}
#main_contents .contents_list li .text_wrap p {
  line-height: 1.88;
}
#main_contents .contents_list li .btn_holder {
  margin: 49px auto 0;
}
#main_contents .contents_list li .btn_holder .btn {
  font-size: 14px;
  text-align: center;
  background: #fff;
  width: 320px;
  display: block;
  margin: auto;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  position: relative;
}
#main_contents .contents_list li .btn_holder .btn::after, #main_contents .contents_list li .btn_holder .btn::before {
  content: "";
  position: absolute;
  width: 26px;
  height: 26px;
  border-radius: 5px;
  border: 2px solid #549f81;
  background: #549f81;
  box-sizing: border-box;
  transition: inherit;
}
#main_contents .contents_list li .btn_holder .btn:hover {
  background: #549f81;
}
#main_contents .contents_list li .btn_holder .btn:hover::after, #main_contents .contents_list li .btn_holder .btn:hover::before {
  border-color: #fff !important;
}
#main_contents .contents_list li .btn_holder .btn:hover .inner {
  color: #fff;
  border-color: #fff !important;
}
#main_contents .contents_list li .btn_holder .btn:hover .inner::after {
  border-color: #fff !important;
}
#main_contents .contents_list li .btn_holder .btn .inner {
  line-height: 50px;
  margin: auto;
  border: 2px solid #549f81;
  display: block;
  -webkit-transition: all 0.6s ease 0s;
  -moz-transition: all 0.6s ease 0s;
  -ms-transition: all 0.6s ease 0s;
  -o-transition: all 0.6s ease 0s;
  transition: all 0.6s ease 0s;
}
#main_contents .contents_list li .btn_holder .btn .inner::after {
  position: absolute;
  content: "";
  width: 17px;
  height: 17px;
  border-radius: 5px;
  background: #155932;
  border: 2px solid #155932;
  transition: inherit;
}
@media only screen and (max-width: 768px) {
  #main_contents .contents_list li .btn_holder .btn {
    width: auto;
    max-width: 260px;
  }
  #main_contents .contents_list li .btn_holder .btn .inner {
    font-size: 12px;
    line-height: 3;
  }
}
@media only screen and (max-width: 768px) {
  #main_contents .contents_list li {
    display: flex;
    flex-wrap: wrap;
  }
  #main_contents .contents_list li .text_wrap {
    padding: 40px 20px;
    flex: 0 0 100%;
    order: 2;
  }
  #main_contents .contents_list li .text_wrap .h_sec {
    margin-bottom: 24px;
  }
  #main_contents .contents_list li .img_wrap {
    flex: 0 0 100%;
    order: 1;
  }
  #main_contents .contents_list li .btn_holder {
    margin-top: 36px;
  }
}
#main_contents .contents_list li#life .text_wrap {
  background: url(../image/common/bg_life01.jpg) repeat top left/8px;
}
#main_contents .contents_list li#life .text_wrap .h_sec {
  max-width: 139px;
}
#main_contents .contents_list li#life .btn::after, #main_contents .contents_list li#life .btn::before {
  background: #b2d88b;
  border-color: #b2d88b;
}
#main_contents .contents_list li#life .btn::before {
  top: -13px;
  left: -3px;
}
#main_contents .contents_list li#life .btn::after {
  bottom: -9px;
  right: -11px;
}
#main_contents .contents_list li#life .btn .inner {
  border-color: #b2d88b;
}
#main_contents .contents_list li#life .btn .inner::after {
  background: #6fb55c;
  border-color: #6fb55c;
  top: 1px;
  left: -9px;
}
#main_contents .contents_list li#life .btn:hover {
  background: #6fb55c;
}
@media only screen and (max-width: 768px) {
  #main_contents .contents_list li#life .text_wrap .h_sec img {
    width: 101px;
  }
}
#main_contents .contents_list li#enjoy .text_wrap {
  background: url(../image/common/bg_enjoy.jpg) repeat top left/8px;
}
#main_contents .contents_list li#enjoy .text_wrap .h_sec {
  max-width: 137px;
}
#main_contents .contents_list li#enjoy .btn::after, #main_contents .contents_list li#enjoy .btn::before {
  background: #f6b891;
  border-color: #f6b891;
}
#main_contents .contents_list li#enjoy .btn::before {
  top: -13px;
  left: -3px;
}
#main_contents .contents_list li#enjoy .btn::after {
  bottom: -9px;
  right: -11px;
}
#main_contents .contents_list li#enjoy .btn .inner {
  border-color: #f6b891;
}
#main_contents .contents_list li#enjoy .btn .inner::after {
  background: #e08155;
  border-color: #e08155;
  top: 1px;
  left: -9px;
}
#main_contents .contents_list li#enjoy .btn:hover {
  background: #e08155;
}
@media only screen and (max-width: 768px) {
  #main_contents .contents_list li#enjoy .text_wrap .h_sec img {
    width: 103.5px;
  }
}
#main_contents .contents_list li#business .text_wrap {
  background: url(../image/common/bg_business.jpg) repeat top left/8px;
}
#main_contents .contents_list li#business .text_wrap .h_sec {
  max-width: 176px;
}
#main_contents .contents_list li#business .btn::after, #main_contents .contents_list li#business .btn::before {
  background: #84a8d1;
  border-color: #84a8d1;
}
#main_contents .contents_list li#business .btn::before {
  top: -13px;
  left: -3px;
}
#main_contents .contents_list li#business .btn::after {
  bottom: -9px;
  right: -11px;
}
#main_contents .contents_list li#business .btn .inner {
  border-color: #84a8d1;
}
#main_contents .contents_list li#business .btn .inner::after {
  background: #668bbc;
  border-color: #668bbc;
  top: 1px;
  left: -9px;
}
#main_contents .contents_list li#business .btn:hover {
  background: #668bbc;
}
@media only screen and (max-width: 768px) {
  #main_contents .contents_list li#business .text_wrap .h_sec img {
    width: 133px;
  }
}

/*--------------------------
description
---------------------------*/
#description {
  padding: 75px 0;
  background: #fffef7;
  position: relative;
}
#description::before, #description::after {
  position: absolute;
  content: "";
  height: 14px;
  width: 100%;
  background: url(../image/common/bg_border.jpg) repeat-x top left/auto 14px;
  left: 0;
}
#description::before {
  top: 0;
}
#description::after {
  bottom: 0;
}
@media only screen and (max-width: 768px) {
  #description {
    padding: 45px 0;
  }
  #description::before, #description::after {
    height: 7px;
    background-size: auto 7px;
  }
}
#description .container > div {
  width: 1200px;
  margin: 0 auto;
}
#description .container .img_wrap {
  padding-left: 31px;
}
#description .container .text_wrap {
  background: #fdfae1;
  padding: 40px 20px;
  /*ロゴについて*/
}
@media only screen and (max-width: 768px) {
  #description .container .text_wrap {
    padding: 20px;
  }
}
#description .container .text_wrap .this_page {
  margin-bottom: 50px;
}
#description .container .text_wrap .this_page .h_sec {
  font-size: 36px;
  font-weight: 900;
  line-height: 1;
  margin-bottom: 20px;
}
#description .container .text_wrap .this_page .h_sec .red {
  color: #f7b68a;
}
#description .container .text_wrap .this_page .h_sec .green {
  color: #afda7b;
}
#description .container .text_wrap .this_page .h_sec .blue {
  color: #a3c0e6;
}
@media only screen and (max-width: 768px) {
  #description .container .text_wrap .this_page {
    margin-bottom: 24px;
  }
  #description .container .text_wrap .this_page .h_sec {
    font-size: 24px;
    text-align: center;
    line-height: 1.7;
    margin-bottom: 16px;
  }
  #description .container .text_wrap .this_page .h_sec span {
    font-size: 36px;
    display: block;
    line-height: 1.2;
    letter-spacing: 0.05em;
  }
}
#description .container .text_wrap .logo_design::after {
  content: "";
  display: block;
  clear: both;
}
#description .container .text_wrap .logo_design figure {
  float: left;
  margin: 0 20px 10px 0;
  background: #fff;
  width: 158px;
  padding: 20px 22px;
}
#description .container .text_wrap .logo_design .h_sec {
  font-size: 24px;
  font-weight: 900;
  line-height: 1;
  margin-bottom: 20px;
}
#description .container .text_wrap .logo_design p {
  font-size: 13px;
  line-height: 1.8;
}
@media only screen and (max-width: 768px) {
  #description .container .text_wrap .logo_design figure {
    margin: 0 10px 5px 0;
    width: 79px;
    padding: 10px 11px;
  }
  #description .container .text_wrap .logo_design figure img {
    width: 80px;
  }
  #description .container .text_wrap .logo_design .h_sec {
    font-size: 18px;
    margin-bottom: 12px;
  }
}
@media only screen and (max-width: 768px) {
  #description .container {
    display: block;
  }
  #description .container > div {
    width: 100%;
    display: block;
  }
  #description .container .img_wrap {
    padding-left: 0;
  }
  #description .container .text_wrap {
    margin-bottom: 20px;
  }
}

/*--------------------------
access
---------------------------*/
#access .container {
  padding: 100px 20px 97px;
  display: flex;
}
@media only screen and (max-width: 768px) {
  #access .container {
    flex-wrap: wrap;
    padding: 40px 20px;
  }
}

.outer {
  flex: 0 0 800px;
  max-width: 800px;
  /*アクセス タブ 共通*/
}
@media only screen and (max-width: 768px) {
  .outer {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.outer .h_sec {
  display: block;
  max-width: 179px;
}
@media only screen and (max-width: 768px) {
  .outer .h_sec img {
    width: 139px;
  }
}
.outer .tabbox {
  margin-top: 85px;
  width: 798px;
  background: #fefced;
  border: 2px solid #ffcf26;
  padding: 20px;
  position: relative;
  z-index: 2;
  /*アクセス タブ ボタン*/
}
.outer .tabbox .js-map {
  position: absolute;
  display: flex;
  align-items: flex-end;
  cursor: pointer;
  height: 44px;
  left: -2px;
  top: -44px;
}
.outer .tabbox .js-map > div {
  width: 96px;
  text-align: center;
  color: #fff;
  border: 2px solid #fff;
  border-bottom: 2px solid #ffcf26;
  border-radius: 5px 5px 0 0;
  line-height: 2;
  padding: 0;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.outer .tabbox .js-map > div.active {
  border-color: #ffcf26;
  border-bottom-color: #fefced;
  padding: 5px 0;
  background: #fefced;
}
.outer .tabbox .js-map .map1 {
  background: #eb966e;
}
.outer .tabbox .js-map .map1.active {
  color: #eb966e;
}
.outer .tabbox .js-map .map2 {
  background: #b2d88b;
}
.outer .tabbox .js-map .map2.active {
  color: #b2d88b;
}
.outer .tabbox .js-map .map3 {
  background: #a5c8e4;
}
.outer .tabbox .js-map .map3.active {
  color: #a5c8e4;
}
.outer .tabbox .js-map_content {
  display: none;
  /*アクセス タブ 自動車*/
  /*アクセス タブ 電車*/
  /*アクセス タブ 飛行機*/
}
.outer .tabbox .js-map_content.map1 {
  display: block;
}
.outer .tabbox .js-map_content.map1 .access_list_wrap {
  display: flex;
  justify-content: space-between;
  padding-top: 30px;
}
.outer .tabbox .js-map_content.map1 .access_list_wrap .access_list li {
  line-height: 2;
  list-style: disc;
  list-style-position: inside;
}
@media only screen and (max-width: 768px) {
  .outer .tabbox .js-map_content.map1 figure {
    max-width: 619px;
    margin: auto;
  }
  .outer .tabbox .js-map_content.map1 .access_list_wrap {
    padding: 20px 0px 0;
  }
  .outer .tabbox .js-map_content.map1 .access_list_wrap .access_list {
    text-align: center;
    flex: 0 0 33.333%;
  }
  .outer .tabbox .js-map_content.map1 .access_list_wrap .access_list:not(:last-child) {
    border-right: 1px solid #ffcf26;
  }
  .outer .tabbox .js-map_content.map1 .access_list_wrap .access_list li {
    list-style: none;
    font-size: 12px;
    padding: 12px 0;
  }
  .outer .tabbox .js-map_content.map1 .access_list_wrap .access_list li:not(:last-child) {
    border-bottom: 1px solid #ffcf26;
  }
  .outer .tabbox .js-map_content.map1 .access_list_wrap .access_list li span {
    display: block;
  }
}
.outer .tabbox .js-map_content.map2 .access_list_wrap .access_list li {
  list-style: disc;
  list-style-position: inside;
  line-height: 2.75;
}
.outer .tabbox .js-map_content.map2 .access_list_wrap .access_list li br.pc_hidden {
  display: none;
}
@media only screen and (max-width: 768px) {
  .outer .tabbox .js-map_content.map2 figure {
    max-width: 620px;
    margin: auto;
  }
  .outer .tabbox .js-map_content.map2 .access_list_wrap .access_list {
    margin-top: 0;
  }
  .outer .tabbox .js-map_content.map2 .access_list_wrap .access_list li {
    font-size: 12px;
    text-align: center;
    list-style: none;
    line-height: 2;
    flex: 0 0 33.333%;
    padding: 8px 0;
  }
  .outer .tabbox .js-map_content.map2 .access_list_wrap .access_list li:not(:last-child) {
    border-bottom: 1px solid #ffcf26;
  }
  .outer .tabbox .js-map_content.map2 .access_list_wrap .access_list li span {
    display: block;
  }
}
@media only screen and (max-width: 768px) {
  .outer .tabbox .js-map_content.map3 figure {
    max-width: 623px;
    margin: auto;
  }
}
@media only screen and (max-width: 768px) {
  .outer .tabbox {
    width: 100%;
    margin-top: 64px;
    padding: 20px 15px;
  }
  .outer .tabbox .js-tab {
    width: calc(100% + 4px);
  }
  .outer .tabbox .js-tab > div {
    width: 33.3333333333%;
    line-height: 2.8;
  }
}

/*アクセス 大阪府地図*/
.map_box {
  flex: 0 0 440px;
  max-width: 440px;
  padding: 16px 0 0 39px;
}
.map_box.sp {
  display: none;
}
.map_box figure {
  position: relative;
  width: 401px;
}
.map_box figure::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.map_box.highway figure::before {
  background: url(../image/top/img_osaka_map_highway01.png) no-repeat top left/100%;
}
.map_box.station figure::before {
  background: url(../image/top/img_osaka_map_station01.png) no-repeat top left/100%;
}
.map_box.airport figure::before {
  background: url(../image/top/img_osaka_map_airport01.png) no-repeat top left/100%;
}
@media only screen and (max-width: 768px) {
  .map_box {
    flex: 0 0 100%;
    max-width: 100%;
    padding: 15px 0;
  }
  .map_box.pc {
    display: none;
  }
  .map_box.sp {
    display: block;
  }
  .map_box figure {
    width: 100%;
    max-width: 401px;
    margin: 0 auto;
  }
}

/*--------------------------
link
---------------------------*/
#link {
  background: url(../image/common/bg_main01.jpg) repeat top left/8px;
}
#link .container {
  padding: 0 20px;
}
#link .h_sec {
  line-height: 1;
  padding: 23px 0;
}
#link .h_sec img {
  width: 108px;
}
#link .link_slider {
  padding-bottom: 23px;
}
#link .link_slider .slick-slide li img {
  margin: 0 auto;
}
@media only screen and (max-width: 768px) {
  #link .h_sec {
    padding: 13px 0;
  }
  #link .link_slider {
    padding-bottom: 10px;
  }
  #link .link_slider .slick-slide li {
    padding: 0 10px;
  }
  #link .link_slider .slick-slide li img {
    margin: 0 auto;
  }
}
