@charset "UTF-8";
html {
  font-size: 16px;
  font-family: "游ゴシック", "Yu Gothic", YuGothic, "メイリオ", Meiryo, "Hiragino Kaku Gothic Pro", "Hiragino Kaku Gothic ProN", "ＭＳ ゴシック", sans-serif;
  color: #595757;
}

a {
  -webkit-transition: all .5s;
  transition: all .5s;
}

a:hover {
  opacity: .8;
}

.pos_fixed {
  position: fixed !important;
}

/*-----------------------------------
main
-----------------------------------*/
main {
  /* IE11 */
  /*-----------------------------------
   下層ページ
 -----------------------------------*/
}
main .center {
  text-align: 	center;
}
main .main_vsl_hero {
  position: relative;
}

main .main_vsl_hero .txt_box {
  position: absolute;
  z-index: 1001;
  top: 50%;
  left: 150px;
  -webkit-transform: translate(0px, -50%);
          transform: translate(0px, -50%);
  background-color: rgba(100, 167, 214, 0.8);
  border-radius: 100%;
  width: 451px;
  height: 451px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}

main .main_vsl_hero .txt_box p {
  color: #fff;
  font-family: 'Hiragino Kaku Gothic ProN';
  line-height: 1.5;
}

main .main_vsl_hero .txt_box p:nth-of-type(1) {
  font-size: 48px;
  border-bottom: 1px solid #fff;
  padding: 0 0 24px;
  letter-spacing: 12px;
}

main .main_vsl_hero .txt_box p:nth-of-type(2) {
  padding: 24px 0 0;
  font-size: 21px;
  letter-spacing: 6px;
}

main .main_vsl_hero img {
  width: 100%;
  height: 100vh;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 100%;
     object-position: 50% 100%;
}

main .topics_hero {
  margin: 64px auto 0;
  padding: 0 0 86px;
  max-width: 1221px;
  border-bottom: 1px solid #595757;
}

main .topics_hero div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 10px;
}

main .topics_hero div h2 {
  font-size: 26px;
  padding: 0 32px 0 0;
}

main .topics_hero div ul {
  border-left: 1px solid #595757;
  padding: 0 24px 0 32px;
	height: 300px;
	overflow: scroll;
	overflow-x:hidden;
}

/*main .topics_hero div ul.hidden {
  overflow-y: scroll;
}*/

main .topics_hero div ul li {
  padding: 16px 0 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  line-height: 1.5;
}

main .topics_hero div ul li span {
  font-size: 16px;
  color: #005ead;
}

main .topics_hero div ul li p {
  font-size: 16px;
  margin: 0 0 0 20px;
}

main .topics_hero div ul li:last-child {
  padding-bottom: 16px;
}

main .event_hero {
  margin: 184px auto 0;
  max-width: 1106px;
}

main .event_hero .event_inner {
  margin: 0 10px;
}

main .event_hero .event_inner h2 {
  font-size: 38px;
  color: #231815;
  font-weight: 500;
  text-align: center;
  position: relative;
}

main .event_hero .event_inner h2::before {
  content: "";
  display: block;
  position: absolute;
  top: 60%;
  left: 33%;
  -webkit-transform: translate(-33%, -60%);
          transform: translate(-33%, -60%);
  width: 194px;
  height: 194px;
  background-color: #edf4f9;
  border-radius: 100%;
  z-index: -1;
}

main .event_hero .event_inner .flier_content {
  margin: 126px 0 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

main .event_hero .event_inner .flier_content .flier_box {
  width: calc(50% - 23px);
}

main .event_hero .event_inner .flier_content .flier_box:nth-child(n+2) {
  margin-left: 46px;
}

main .event_hero .event_inner .flier_content .flier_box:nth-child(n+3) {
  margin-top: 32px;
}

main .event_hero .event_inner .flier_content .flier_box h3 {
  font-size: 21px;
  font-weight: 500;
  color: #005ead;
  padding: 12px 25px 12px 14px;
  position: relative;
  height: auto;
  line-height: 1.5;
}

main .event_hero .event_inner .flier_content .flier_box h3::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background-image: url("../images/ribon.jpg");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  z-index: -1;
}

main .event_hero .event_inner .flier_content .flier_box img {
  width: 100%;
}

main .event_hero .event_inner .flier_content .flier_box .flier_img {
  margin: 32px 0 0;
}

main .event_hero .event_inner .flier_content .flier_box .flier_img img {
  -webkit-box-shadow: 6px 6px 6px rgba(4, 0, 0, 0.3);
          box-shadow: 6px 6px 6px rgba(4, 0, 0, 0.3);
}

main .event_hero .event_inner .flier_content .flier_box .icon_box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin: 12px 0 0;
}

main .event_hero .event_inner .flier_content .flier_box .icon img {
  width: 30px;
  height: 30px;
}

main .idt_hero {
  margin: 100px 0 0;
  position: relative;
}

main .idt_hero .side_scroll_navi {
  position: absolute;
  left: 40px;
  top: calc(50% - 30vh);
  width: 3px;
  height: 63vh;
  margin: 90px 0 0;
  background-color: #b2cfe6;
  border-radius: 10px;
  z-index: 2000;
}

img.nigiwai_flyer{
	max-width: 600px;
}

@media screen and (max-height: 800px) {
  main .idt_hero .side_scroll_navi {
    top: calc(50% - 35vh);
  }
}

main .idt_hero .side_scroll_navi::before {
  content: "SCROLL";
  display: block;
  font-size: 14px;
  font-weight: bold;
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
          writing-mode: vertical-rl;
  color: #669fce;
  letter-spacing: 0.18em;
  position: absolute;
  top: -80px;
}


@media screen and (max-height: 650px) {
  main .idt_hero .side_scroll_navi::before {
    font-size: 12px;
  }
}

main .idt_hero .side_scroll_navi ul {
  width: 20px;
  height: 100%;
  position: absolute;
  left: calc(50% - 10px);
  top: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

main .idt_hero .side_scroll_navi li {
  position: relative;
}

main .idt_hero .side_scroll_navi li a {
  width: 3px;
  background-color: #b2cfe6;
  display: block;
  margin: 0 auto;
  position: absolute;
  left: 8px;
}

main .idt_hero .side_scroll_navi li a.active {
  background-color: #2677b9;
}

main .idt_hero .side_scroll_navi li:nth-child(1) a {
  height: 190px;
  top: 0;
}

main .idt_hero .side_scroll_navi li:nth-child(2) a {
  height: 130px;
  top: -70px;
}

main .idt_hero .side_scroll_navi li:nth-child(3) a {
  height: 200px;
  top: -200px;
}

@media screen and (max-height: 800px) {
  main .idt_hero .side_scroll_navi li:nth-child(3) a {
    height: 170px;
    top: -170px;
  }
}

@media screen and (max-height: 650px) {
  main .idt_hero .side_scroll_navi li a.active {
    z-index: 1;
  }
  main .idt_hero .side_scroll_navi li:nth-child(1) a {
    height: 160px;
    top: -2px;
  }
  main .idt_hero .side_scroll_navi li:nth-child(2) a {
    height: 105px;
  }
}

main .idt_hero .side_scroll_navi .side_scroll_text {
  font-size: 14px;
  letter-spacing: 0.14em;
  position: absolute;
  right: 0;
  font-weight: bold;
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
          writing-mode: vertical-rl;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

main .idt_hero .side_scroll_navi .side_scroll_text a {
  position: absolute;
  right: -35px;
  color: #231815;
  text-decoration: none;
}

main .idt_hero .side_scroll_navi .side_scroll_text:nth-of-type(1) {
  top: -68%;
  -webkit-transform: translateY(33%);
          transform: translateY(33%);
}

main .idt_hero .side_scroll_navi .side_scroll_text:nth-of-type(2) {
  top: 47%;
  -webkit-transform: translateY(-48%);
          transform: translateY(-48%);
}

main .idt_hero .side_scroll_navi .side_scroll_text:nth-of-type(3) {
  top: 165%;
  -webkit-transform: translateY(-131%);
          transform: translateY(-131%);
}

@media screen and (max-height: 800px) {
  main .idt_hero .side_scroll_navi .side_scroll_text {
    font-size: 12px;
  }
  main .idt_hero .side_scroll_navi .side_scroll_text:nth-of-type(1) {
    top: -66%;
    -webkit-transform: translateY(33%);
            transform: translateY(33%);
  }
  main .idt_hero .side_scroll_navi .side_scroll_text:nth-of-type(2) {
    top: 45%;
    -webkit-transform: translateY(-48%);
            transform: translateY(-48%);
  }
  main .idt_hero .side_scroll_navi .side_scroll_text:nth-of-type(3) {
    top: 163%;
    -webkit-transform: translateY(-131%);
            transform: translateY(-131%);
  }
}

@media screen and (max-height: 650px) {
  main .idt_hero .side_scroll_navi .side_scroll_text {
    display: none;
  }
  main .idt_hero .side_scroll_navi .side_scroll_text.active {
    display: block;
  }
  main .idt_hero .side_scroll_navi .side_scroll_text:nth-of-type(1) {
    top: -32%;
    -webkit-transform: translateY(33%);
            transform: translateY(33%);
  }
  main .idt_hero .side_scroll_navi .side_scroll_text:nth-of-type(2) {
    top: 83%;
    -webkit-transform: translateY(-48%);
            transform: translateY(-48%);
  }
  main .idt_hero .side_scroll_navi .side_scroll_text:nth-of-type(3) {
    top: 190%;
    -webkit-transform: translateY(-131%);
            transform: translateY(-131%);
  }
}

main .idt_hero .idt_section_wrap .idt_section.col1 {
  position: relative;
  height: auto;
}

main .idt_hero .idt_section_wrap .idt_section.col1::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  background-color: #f2f2f2;
  width: calc(100% - 10px);
  max-width: 1119px;
  height: calc(100% + 164px);
  z-index: -2;
}

main .idt_hero .idt_section_wrap .idt_section.col1 .txt_box::before {
  content: "";
  display: block;
  position: absolute;
  top: 20%;
  left: 100%;
  -webkit-transform: translate(-100%, -60%);
          transform: translate(-100%, -60%);
  width: 250px;
  height: 250px;
  background-color: #edf4f9;
  border-radius: 100%;
  z-index: -1;
}

main .idt_hero .idt_section_wrap .idt_section.col2 {
  position: relative;
  height: auto;
}

main .idt_hero .idt_section_wrap .idt_section.col2::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background-color: #e5eff7;
  width: calc(100% - 10px);
  max-width: 1119px;
  height: calc(100% + 264px);
  z-index: -3;
}

main .idt_hero .idt_section_wrap .idt_section.col2 .txt_box::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 90%;
  -webkit-transform: translate(-90%, -60%);
          transform: translate(-90%, -60%);
  width: 250px;
  height: 250px;
  background-color: #fff;
  border-radius: 100%;
  z-index: -1;
}

main .idt_hero .idt_section_wrap .idt_section .idt_inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 1170px;
  margin: 0 auto;
  padding: 164px 100px 0 100px;
}

main .idt_hero .idt_section_wrap .idt_section .idt_inner.pt_inner {
  padding: 326px 100px 0 100px;
  margin-top: 64px;
}

main .idt_hero .idt_section_wrap .idt_section .idt_inner.mt_inner {
  margin-top: 164px;
}

main .idt_hero .idt_section_wrap .idt_section .idt_inner.revers {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

main .idt_hero .idt_section_wrap .idt_section .img_box img {
  width: 100%;
}

main .idt_hero .idt_section_wrap .idt_section .txt_box {
  color: #231815;
  margin: 0 0 0 52px;
  position: relative;
}

main .idt_hero .idt_section_wrap .idt_section .txt_box.mr {
  margin: 0 52px 0 0;
}

main .idt_hero .idt_section_wrap .idt_section .txt_box.circle_pos::before {
  left: -25%;
  -webkit-transform: translate(25%, -60%);
          transform: translate(25%, -60%);
}

main .idt_hero .idt_section_wrap .idt_section .txt_box h2 {
  font-size: 32px;
  height: auto;
  position: relative;
  margin: 0 0 36px;
  padding: 0 0 0 14px;
  font-weight: 500;
}

main .idt_hero .idt_section_wrap .idt_section .txt_box h2 span {
  display: block;
  font-size: 24px;
  margin: 0 0 12px;
}

main .idt_hero .idt_section_wrap .idt_section .txt_box h2::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 5px;
  height: 100%;
  background-color: #005ead;
}

main .idt_hero .idt_section_wrap .idt_section .txt_box p {
  font-size: 16px;
  line-height: 37px;
}

main .idt_hero .idt_section_wrap .idt_section .txt_box p.link {
  font-size: 19px;
  line-height: 1;
  text-align: right;
  margin: 38px 0 0;
}

main .idt_hero .idt_section_wrap .idt_section .txt_box p.link a {
  display: block;
  color: #005ead;
  border: 1px solid #005ead;
  width: 146px;
  padding: 6px 0;
  text-align: center;
  text-decoration: none;
  margin: 0 0 0 auto;
}

main .accsess_hero {
  margin: 164px 0 0;
  background-image: url("../images/accsess_bg.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  z-index: -2;
}

main .accsess_hero .accsess_inner {
  margin: 0 auto;
  padding: 194px 0;
  max-width: 1170px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

main .accsess_hero .accsess_inner .txt_box {
  position: relative;
  color: #fff;
}

main .accsess_hero .accsess_inner .txt_box::before {
  content: "";
  display: block;
  position: absolute;
  top: -47%;
  left: 90%;
  -webkit-transform: translate(-90%, -47%);
          transform: translate(-90%, -47%);
  width: 250px;
  height: 250px;
  background-color: rgba(255, 255, 255, 0.2);
  border-radius: 100%;
  z-index: -1;
}

main .accsess_hero .accsess_inner .txt_box h2 {
  font-size: 50px;
  margin: 0 0 32px;
  font-weight: 500;
  letter-spacing: 0.18em;
}

main .accsess_hero .accsess_inner .txt_box p {
  font-size: 21px;
  line-height: 37px;
  letter-spacing: 0.06em;
}

main .accsess_hero .accsess_inner .map_box {
  margin: 0 0 0 90px;
}

main .accsess_hero .accsess_inner .map_box iframe {
  width: 550px;
  height: 400px;
}

main .link_area {
  max-width: 1221px;
  width: 100%;
  margin: 164px auto 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
      -ms-flex-pack: distribute;
          justify-content: space-around;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

main .btn_link {
  display: block;
  width: 460px;
}

main .btn_link a {
  font-size: 16px;
  line-height: 1.43;
  display: block;
  color: #fff;
  padding: 60px;
  text-align: center;
  border-radius: 200px;
  height: 256px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
  text-decoration: none;
}

main .btn_link a .detail {
  font-weight: bold;
  background-color: #fff;
  border-radius: 50px;
  margin-top: 20px;
  padding: 10px 0;
  position: relative;
  display: inline-block;
  max-width: 196px;
  width: 100%;
}

main .btn_link a .detail:before {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 16px;
  margin: auto;
  content: "";
  vertical-align: middle;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 22px;
  height: 22px;
  border: 2px solid #2677b9;
  border-radius: 50%;
}

main .btn_link a .detail:after {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  content: "";
  vertical-align: middle;
  right: 24px;
  width: 10px;
  height: 10px;
  border-top: 2px solid #2677b9;
  border-right: 2px solid #2677b9;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

main .btn_link.blue01 a {
  background-color: #33b6d4;
}

main .btn_link.blue01 a .lage_text {
  font-size: 48px;
}

main .btn_link.blue01 a .detail {
  color: #33b6d4;
  margin-top: 35px;
}

main .btn_link.blue01 a .detail:before {
  border: 2px solid #33b6d4;
}

main .btn_link.blue01 a .detail:after {
  border-top: 2px solid #33b6d4;
  border-right: 2px solid #33b6d4;
}

main .btn_link.blue02 a {
  background-color: #2677b9;
}

main .btn_link.blue02 a .lage_text {
  font-size: 30px;
}

main .btn_link.blue02 a .detail {
  color: #2677b9;
}

main .btn_link.blue02 a .detail:before {
  border: 2px solid #2677b9;
}

main .btn_link.blue02 a .detail:after {
  border-top: 2px solid #2677b9;
  border-right: 2px solid #2677b9;
}

main .btn_link.green01 a {
  background-color: #4ec68f;
}

main .btn_link.green01 a .lage_text {
  font-size: 48px;
}

main .btn_link.green01 a .detail {
  color: #22b274;
  margin-top: 35px;
}

main .btn_link.green01 a .detail:before {
  border: 2px solid #22b274;
}

main .btn_link.green01 a .detail:after {
  border-top: 2px solid #22b274;
  border-right: 2px solid #22b274;
}

main _:-ms-lang(x)::-ms-backdrop,
main .link_area .btn_link a .detail {
  padding: 12px 0 6px;
}

main .data_top_hero {
  margin: 170px auto 0;
  padding: 0 10px;
}

main .data_top_hero .circle_head h2 span::before {
  top: -215%;
  left: 8%;
  -webkit-transform: translate(-8%, 0%);
          transform: translate(-8%, 0%);
}

main .data_top_hero .note {
  font-size: 16px;
  text-align: left;
  margin: 130px auto 0;
  max-width: 930px;
  line-height: 30px;
  font-weight: 500;
}

main .data_top_hero .data_list_content {
  margin: 210px auto 0;
  position: relative;
}

main .data_top_hero .data_list_content::after {
  content: "";
  position: absolute;
  z-index: -1;
  top: -75px;
  right: -10px;
  width: 100%;
  max-width: 1119px;
  height: calc(100% + 150px);
  background-color: #f2f2f2;
}

main .data_top_hero .data_list_content ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  max-width: 1112px;
  margin: 0 auto;
}

main .data_top_hero .data_list_content ul li {
  width: 348px;
  width: calc((100% / 3) - 23px);
}

main .data_top_hero .data_list_content ul li:not(:nth-child(3n)) {
  margin-right: 34px;
}

main .data_top_hero .data_list_content ul li:nth-child(n+4) {
  margin-top: 50px;
}

main .data_top_hero .data_list_content ul li a {
  text-decoration: none;
  color: #fff;
  -webkit-transition: .5s all;
  transition: .5s all;
}

main .data_top_hero .data_list_content ul li a:hover {
  opacity: .8;
  -webkit-transition: .5s all;
  transition: .5s all;
}

main .data_top_hero .data_list_content ul li a img {
  width: 100%;
  display: block;
}

main .data_top_hero .data_list_content ul li a p {
  font-size: 20px;
  line-height: 21px;
  background-color: #005ead;
  display: block;
  padding: 12px 0;
  text-align: center;
}

main .data_top_hero .data_list_content ul li a p span {
  position: relative;
}

main .data_top_hero .data_list_content ul li a p span::before {
  content: "＞";
  position: absolute;
  top: 53%;
  right: -21px;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  color: #fff;
  /*content: "";
                position: absolute;
                top: 32%;
                right: -16px;
                transform: translate(0, -50%);
                color: #fff;
                width: 10px;
                transform: rotate(45deg);
                height: 10px;
                border-top: 2px solid #fff;
                border-right: 2px solid #fff;*/
}

main .data_top_hero .back_link {
  margin: 274px 0 0;
}

main .data_hero {
  margin: 190px auto 0;
  max-width: 926px;
}

main .data_hero .note {
  font-size: 16px;
  text-align: left;
  margin: 130px auto 0;
  max-width: 725px;
  line-height: 30px;
  font-weight: 500;
}

main .data_hero .img_content {
  margin: 105px 20px 0;
  cursor: pointer;
  -webkit-transition: opacity .5s;
  transition: opacity .5s;
}

main .data_hero .img_content:hover {
  opacity: .8;
}

main .data_hero .img_content figure img {
  width: 100%;
  -webkit-box-shadow: 4px 4px 4px rgba(4, 0, 0, 0.4);
          box-shadow: 4px 4px 4px rgba(4, 0, 0, 0.4);
}

main .data_hero .img_content figure figcaption {
  margin: 12px 0 0;
  font-size: 15px;
  text-align: right;
}

main .data_hero .txt_content {
  margin: 32px 20px 0;
}

main .data_hero .txt_content p {
  font-size: 16px;
  line-height: 30px;
  font-weight: 500;
}

main .toshi_top_hero {
  margin: 170px auto 0;
  padding: 0 10px;
}

main .toshi_top_hero .circle_head h2 span {
  text-align: center;
}

main .toshi_top_hero .circle_head h2 span:nth-child(1) {
  display: block;
  font-size: 32px;
  margin: 0 0 20px;
}

main .toshi_top_hero .circle_head h2 span:nth-child(1)::before {
  display: none;
}

main .toshi_top_hero .circle_head h2 span:nth-child(2)::before {
  top: -194%;
  left: 3%;
  -webkit-transform: translate(-8%, 0%);
          transform: translate(-8%, 0%);
}

main .toshi_top_hero .note {
  font-size: 16px;
  text-align: left;
  margin: 100px auto 0;
  max-width: 930px;
  line-height: 30px;
  font-weight: 500;
}

main .toshi_top_hero .toshi_list_content {
  margin: 210px auto 0;
  position: relative;
}

main .toshi_top_hero .toshi_list_content::after {
  content: "";
  position: absolute;
  z-index: -1;
  top: -100px;
  right: -10px;
  width: 100%;
  max-width: 1119px;
  height: calc(100% + 201px);
  background-color: #f2f2f2;
}

main .toshi_top_hero .toshi_list_content ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  max-width: 1040px;
  margin: 0 auto;
}

main .toshi_top_hero .toshi_list_content ul li {
  width: calc((100% / 2) - 27px);
}

main .toshi_top_hero .toshi_list_content ul li:not(:nth-child(2n)) {
  margin-right: 54px;
}

main .toshi_top_hero .toshi_list_content ul li:nth-child(n+3) {
  margin-top: 50px;
}

main .toshi_top_hero .toshi_list_content ul li a, main .toshi_top_hero .toshi_list_content ul li .no_page {
  text-decoration: none;
  color: #fff;
  -webkit-transition: .5s all;
  transition: .5s all;
}

main .toshi_top_hero .toshi_list_content ul li a:hover, main .toshi_top_hero .toshi_list_content ul li .no_page:hover {
  opacity: .8;
  -webkit-transition: .5s all;
  transition: .5s all;
}

main .toshi_top_hero .toshi_list_content ul li a img, main .toshi_top_hero .toshi_list_content ul li .no_page img {
  width: 100%;
  display: block;
}

main .toshi_top_hero .toshi_list_content ul li a p, main .toshi_top_hero .toshi_list_content ul li .no_page p {
  font-size: 32px;
  background-color: #005ead;
  display: block;
  padding: 12px 20px;
  text-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

main .toshi_top_hero .toshi_list_content ul li a p span, main .toshi_top_hero .toshi_list_content ul li .no_page p span {
  position: relative;
}

main .toshi_top_hero .toshi_list_content ul li a p span:nth-child(1)::before, main .toshi_top_hero .toshi_list_content ul li .no_page p span:nth-child(1)::before {
  content: "＞";
  display: none;
  position: absolute;
  top: 53%;
  right: -21px;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  color: #fff;
  /*content: "";
                  position: absolute;
                  top: 32%;
                  right: -16px;
                  transform: translate(0, -50%);
                  color: #fff;
                  width: 10px;
                  transform: rotate(45deg);
                  height: 10px;
                  border-top: 2px solid #fff;
                  border-right: 2px solid #fff;*/
}

main .toshi_top_hero .toshi_list_content ul li a p span:nth-child(2), main .toshi_top_hero .toshi_list_content ul li .no_page p span:nth-child(2) {
  font-size: 20px;
  border: 2px solid #fff;
  width: 100%;
  max-width: 150px;
  text-align: center;
  padding: 2px 0;
}

main .toshi_top_hero .back_link {
  margin: 274px 0 0;
}

main .toshi_hero {
  margin: 164px auto 0;
  padding: 0 10px;
}

main .toshi_hero .note {
  font-size: 16px;
  text-align: left;
  margin: 120px auto 0;
  max-width: 930px;
  line-height: 30px;
  font-weight: 500;
}

main .toshi_hero.kotsu_hero .circle_head h2 span::before {
  top: -160%;
  left: -38%;
  -webkit-transform: translate(0%, 0%);
          transform: translate(0%, 0%);
}

main .toshi_hero.kotsu_hero .kotsu_content {
  margin: 160px auto 0;
  position: relative;
}

main .toshi_hero.kotsu_hero .kotsu_content::after {
  content: "";
  position: absolute;
  z-index: -1;
  top: -70px;
  right: -10px;
  width: 100%;
  max-width: 1119px;
  height: calc(100% + 160px);
  background-color: #f2f2f2;
}

main .toshi_hero.kotsu_hero .kotsu_content .img_box {
  max-width: 1040px;
  margin: 0 auto;
}

main .toshi_hero.kotsu_hero .kotsu_content .img_box img {
  width: 100%;
}

main .toshi_hero.kotsu_hero .kotsu_content .txt {
  max-width: 1040px;
  font-size: 16px;
  margin: 32px auto 0;
  line-height: 30px;
  font-weight: 500;
}

main .toshi_hero.kotsu_hero .back_link {
  margin: 274px 0 0;
}

main .toshi_hero.ac_hero {
  max-width: 930px;
  margin: 164px auto 0;
  padding: 0 20px;
}

main .toshi_hero.ac_hero .circle_head h2 span::before {
  top: -210%;
  left: -95%;
  -webkit-transform: translate(0%, 0%);
          transform: translate(0%, 0%);
}

main .toshi_hero.ac_hero .ac_content {
  margin: 85px 0 0;
}

main .toshi_hero.ac_hero .ac_content h3 {
  border-top: 2px solid #005ead;
  border-bottom: 2px solid #005ead;
  font-size: 33px;
  color: #005ead;
  font-weight: 500;
  text-align: center;
  letter-spacing: 0.18rem;
  padding: 7px 20px;
}

main .toshi_hero.ac_hero .ac_content .event_content {
  margin: 146px 0 0;
}

main .toshi_hero.ac_hero .ac_content article {
  margin: 90px 0 0;
}

main .toshi_hero.ac_hero .ac_content article:nth-of-type(n+2) {
  border-top: 1px solid #005ead;
  margin: 0;
  padding: 100px 0 0;
}

main .toshi_hero.ac_hero .ac_content article:not(:last-of-type) {
  padding-bottom: 100px;
}

main .toshi_hero.ac_hero .ac_content article h2 {
  font-size: 32px;
  line-height: 30px;
  font-weight: 500;
  color: #231815;
  letter-spacing: 0.16rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  padding: 0 0 0 18px;
  position: relative;
}

main .toshi_hero.ac_hero .ac_content article h2::before {
  content: "";
  display: inline-block;
  width: 5px;
  height: 100%;
  background-color: #005ead;
  position: absolute;
  top: 0;
  left: 0;
}

main .toshi_hero.ac_hero .ac_content article h2 span {
  margin: 0 34px 0 0;
}

main .toshi_hero.ac_hero .ac_content article h2 span.sub_ttl {
  font-size: 20px;
  letter-spacing: 0;
  margin: 0;
}

main .toshi_hero.ac_hero .ac_content article .date {
  font-size: 20px;
  font-weight: 500;
  color: #005ead;
  margin: 24px 0 0;
}

main .toshi_hero.ac_hero .ac_content article .ac_txt {
  font-size: 16px;
  line-height: 30px;
  font-weight: 500;
  color: #231815;
  margin: 40px 0 0;
}

main .toshi_hero.ac_hero .ac_content article .img_box {
  margin: 56px auto 0;
  max-width: 754px;
}

main .toshi_hero.ac_hero .ac_content article .img_box img {
  width: 100%;
}

main .toshi_hero.ac_hero .ac_content article .img_box .fcp_txt {
  font-size: 14px;
  line-height: 1.5;
  font-weight: 500;
  color: #231815;
  margin: 16px 0 0;
}

main .toshi_hero.ac_hero .ac_content article .txt_box {
  margin: 76px 0 0;
}

main .toshi_hero.ac_hero .ac_content article .txt_box p {
  font-size: 16px;
  line-height: 30px;
  font-weight: 500;
  color: #231815;
}

main .toshi_hero.ac_hero .ac_content article .txt_box p + p {
  margin: 32px 0 0;
}

main .toshi_hero.ac_hero .back_link {
  margin: 174px 0 0;
}

main .toshi_hero.bousai_hero .circle_head h2 span::before {
  top: -210%;
  left: -147%;
  -webkit-transform: translate(0%, 0%);
          transform: translate(0%, 0%);
}

main .smartcity_hero {
  margin: 170px auto 0;
  padding: 0 20px;
}

main .smartcity_hero .circle_head h2 {
  letter-spacing: 0.1em;
}

main .smartcity_hero .circle_head h2 span {
  text-align: center;
}

main .smartcity_hero .circle_head h2 span::before {
  top: -194%;
  left: 3%;
  -webkit-transform: translate(-8%, 0%);
          transform: translate(-8%, 0%);
}

main .smartcity_hero .note {
  font-size: 16px;
  text-align: left;
  margin: 100px auto 0;
  max-width: 900px;
  line-height: 30px;
  font-weight: 500;
}

main .smartcity_hero .smartcity_content {
  margin: 120px auto 0;
}

main .smartcity_hero .smartcity_content h3 {
  font-size: 33px;
  color: #231815;
  font-weight: 500;
  text-align: center;
  letter-spacing: 0.02em;
  position: relative;
}

main .smartcity_hero .smartcity_content h3 span {
  position: relative;
}

main .smartcity_hero .smartcity_content h3 span::before {
  content: "";
  display: block;
  position: absolute;
  top: 55%;
  right: -8%;
  -webkit-transform: translate(0%, -55%);
          transform: translate(0%, -55%);
  width: 148px;
  height: 148px;
  background-color: #f2f2f2;
  border-radius: 100%;
  z-index: -1;
}

main .smartcity_hero .smartcity_content .img_box {
  margin: 46px auto 0;
  max-width: 966px;
  position: relative;
  z-index: -2;
}

main .smartcity_hero .smartcity_content .img_box img {
  width: 100%;
}

main .smartcity_hero .smartcity_content .txt_box {
  margin: 72px auto 0;
  max-width: 900px;
}

main .smartcity_hero .smartcity_content .txt_box p {
  font-size: 16px;
  text-align: left;
  line-height: 30px;
  font-weight: 500;
}

main .smartcity_hero .smartcity_content .txt_box p + p {
  margin: 56px 0 0;
}

main .smartcity_hero .smartcity_content .cct_link {
  margin: 52px 0 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

main .smartcity_hero .smartcity_content .cct_link p {
  font-size: 16px;
  color: #005ead;
}

main .smartcity_hero .smartcity_content .cct_link p span {
  position: relative;
  padding: 2px 0 2px 17px;
}

main .smartcity_hero .smartcity_content .cct_link p span::before {
  content: "";
  background-image: url("../images/smartcity/frame.png");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  width: 123px;
  height: 24px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

main .smartcity_hero .smartcity_content .cct_link ul {
  margin: 12px 0 0;
}

main .smartcity_hero .smartcity_content .cct_link ul li a {
  font-size: 16px;
  color: #005ead;
  line-height: 1.5;
  -webkit-transition: .5s all;
  transition: .5s all;
}

main .smartcity_hero .smartcity_content .cct_link ul li a:hover {
  opacity: .8;
  -webkit-transition: .5s all;
  transition: .5s all;
}

main .smartcity_hero .smartcity_content .cct_link ul li:nth-child(n+2) {
  margin: 4px 0 0;
}

main .smartcity_hero .back_link {
  margin: 142px 0 0;
}

@media screen and (max-width: 1199px) {
  main {
    /*-----------------------------------
   下層ページ
  -----------------------------------*/
  }
  main .accsess_hero .accsess_inner .map_box iframe {
    width: 425px;
    height: 325px;
  }
  main .data_top_hero .data_list_content ul li {
    width: calc((100% / 2) - 23px);
  }
  main .data_top_hero .data_list_content ul li:not(:nth-child(3n)) {
    margin-right: 0;
  }
  main .data_top_hero .data_list_content ul li:not(:nth-child(2n)) {
    margin-right: 34px;
  }
  main .data_top_hero .data_list_content ul li:nth-child(n+4) {
    margin-top: 0;
  }
  main .data_top_hero .data_list_content ul li:nth-child(n+3) {
    margin-top: 50px;
  }
  main .data_top_hero .data_list_content ul li a p {
    font-size: 15px;
  }
  main .data_top_hero .back_link {
    margin: 274px 0 0;
  }
  main .toshi_top_hero .toshi_list_content ul li a p, main .toshi_top_hero .toshi_list_content ul li .no_page p {
    font-size: 26px;
  }
  main .toshi_top_hero .toshi_list_content ul li a p span:nth-child(2), main .toshi_top_hero .toshi_list_content ul li .no_page p span:nth-child(2) {
    font-size: 16px;
    max-width: 120px;
  }
}

@media screen and (max-width: 800px) {
  main {
    /*-----------------------------------
      下層ページ
    -----------------------------------*/
  }
  main .main_vsl_hero {
    position: relative;
  }
  main .main_vsl_hero .txt_box {
    position: absolute;
    z-index: 1001;
    top: 50%;
    left: 20px;
    -webkit-transform: translate(0px, -50%);
            transform: translate(0px, -50%);
    width: 250px;
    height: 250px;
  }
  main .main_vsl_hero .txt_box p:nth-of-type(1) {
    font-size: 24px;
    letter-spacing: 6px;
    padding: 0 0 4px;
  }
  main .main_vsl_hero .txt_box p:nth-of-type(2) {
    padding: 4px 0 0;
    font-size: 12px;
    letter-spacing: 2px;
  }
  main .main_vsl_hero img {
    margin: 60px 0 0;
    height: 100%;
  }
  main .topics_hero {
    margin: 50px auto 0;
    padding: 0;
    border: 0;
  }
  main .topics_hero div {
    display: block;
    margin: 0 20px;
  }
  main .topics_hero div h2 {
    font-size: 20px;
    padding: 0;
    text-align: center;
  }
  main .topics_hero div ul {
    border-left: 0;
    padding: 0;
    height: auto;
    margin: 16px 0 0;
  }
  main .topics_hero div ul li {
    padding: 18px 0 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
  main .topics_hero div ul li span {
    font-size: 14px;
  }
  main .topics_hero div ul li p {
    font-size: 14px;
    margin: 0;
  }
  main .topics_hero div ul li:last-child {
    padding-bottom: 18px;
  }
  main .event_hero {
    margin: 100px auto 0;
    max-width: 1106px;
  }
  main .event_hero .event_inner {
    margin: 0 20px;
  }
  main .event_hero .event_inner h2 {
    font-size: 20px;
  }
  main .event_hero .event_inner h2::before {
    top: 60%;
    left: 34%;
    -webkit-transform: translate(0%, -60%);
            transform: translate(0%, -60%);
    width: 97px;
    height: 97px;
  }
  main .event_hero .event_inner .flier_content {
    margin: 65px 0 0;
    display: block;
  }
  main .event_hero .event_inner .flier_content .flier_box {
    width: 100%;
  }
  main .event_hero .event_inner .flier_content .flier_box:nth-child(n+2) {
    margin-left: 0;
    margin-top: 26px;
  }
  main .event_hero .event_inner .flier_content .flier_box:nth-child(n+3) {
    margin-top: 26px;
  }
  main .event_hero .event_inner .flier_content .flier_box h3 {
    font-size: 13px;
    padding: 12px 25px 12px 8px;
  }
  main .event_hero .event_inner .flier_content .flier_box .flier_img {
    margin: 18px 0 0;
  }
  main .event_hero .event_inner .flier_content .flier_box .icon_box {
    margin: 6px 0 0;
  }
  main .event_hero .event_inner .flier_content .flier_box .icon img {
    width: 20px;
    height: 20px;
  }
  main .idt_hero {
    margin: -50px 0 0;
  }
  main .idt_hero .side_scroll_navi {
    display: none;
  }
  main .idt_hero .idt_section_wrap .idt_section.col1::after {
    top: 0;
    right: 0;
    width: 100%;
    max-width: none;
    height: calc(100% + 164px);
  }
  main .idt_hero .idt_section_wrap .idt_section.col1 .txt_box::before {
    position: absolute;
    top: 20%;
    left: 90%;
    -webkit-transform: translate(-90%, -60%);
            transform: translate(-90%, -60%);
    width: 150px;
    height: 150px;
  }
  main .idt_hero .idt_section_wrap .idt_section.col2::after {
    top: 0;
    right: 0;
    width: 100%;
    max-width: none;
    height: calc(100% + 164px);
    z-index: -2;
  }
  main .idt_hero .idt_section_wrap .idt_section.col2 .txt_box::before {
    top: 20%;
    left: 90%;
    -webkit-transform: translate(-90%, -60%);
            transform: translate(-90%, -60%);
    width: 150px;
    height: 150px;
    background-color: #edf4f9;
  }
  main .idt_hero .idt_section_wrap .idt_section .idt_inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    max-width: none;
    margin: 0 20px;
    padding: 110px 0 0;
  }
  main .idt_hero .idt_section_wrap .idt_section .idt_inner.pt_inner {
    padding: 120px 0 0;
    margin-top: -40px;
  }
  main .idt_hero .idt_section_wrap .idt_section .idt_inner.mt_inner {
    margin: -30px 20px 0;
  }
  main .idt_hero .idt_section_wrap .idt_section .idt_inner.revers {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  main .idt_hero .idt_section_wrap .idt_section .txt_box {
    margin: 0;
    position: relative;
    z-index: 2;
    background-color: #fff;
    padding: 30px 24px 25px;
  }
  main .idt_hero .idt_section_wrap .idt_section .txt_box.mr {
    margin: 0;
  }
  main .idt_hero .idt_section_wrap .idt_section .txt_box.circle_pos::before {
    left: 90%;
    -webkit-transform: translate(-90%, -60%);
            transform: translate(-90%, -60%);
  }
  main .idt_hero .idt_section_wrap .idt_section .txt_box h2 {
    font-size: 18px;
    margin: 0 0 12px;
    padding: 8px 0 8px 14px;
  }
  main .idt_hero .idt_section_wrap .idt_section .txt_box h2 span {
    font-size: 14px;
    margin: 0 0 8px;
  }
  main .idt_hero .idt_section_wrap .idt_section .txt_box h2::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 5px;
    height: 100%;
    background-color: #005ead;
  }
  main .idt_hero .idt_section_wrap .idt_section .txt_box p {
    font-size: 14px;
    line-height: 24px;
  }
  main .idt_hero .idt_section_wrap .idt_section .txt_box p.link {
    font-size: 20px;
    line-height: 1;
    text-align: right;
    margin: 15px 0 0;
  }
  main .idt_hero .idt_section_wrap .idt_section .txt_box p.link a {
    width: 150px;
    padding: 6px 0;
    margin: 0 auto;
  }
  main .idt_hero .idt_section_wrap .idt_section .img_box {
    position: relative;
    z-index: 2;
  }
  main .accsess_hero {
    margin: 32px 0 0;
    padding: 0 10px;
  }
  main .accsess_hero .accsess_inner {
    max-width: 250px;
    margin: 0 auto;
    padding: 40px 0;
    display: block;
  }
  main .accsess_hero .accsess_inner .txt_box {
    position: relative;
    color: #fff;
  }
  main .accsess_hero .accsess_inner .txt_box::before {
    top: 10%;
    left: 100%;
    -webkit-transform: translate(-100%, -10%);
            transform: translate(-100%, -10%);
    width: 125px;
    height: 125px;
  }
  main .accsess_hero .accsess_inner .txt_box h2 {
    font-size: 20px;
    margin: 0 0 16px;
  }
  main .accsess_hero .accsess_inner .txt_box p {
    font-size: 10px;
    line-height: 24px;
  }
  main .accsess_hero .accsess_inner .map_box {
    margin: 20px 0 0;
  }
  main .accsess_hero .accsess_inner .map_box iframe {
    width: 100%;
    height: 200px;
  }
  main .link_area {
    padding: 0 20px;
    display: block;
    margin: 50px auto 0;
  }
  main .btn_link {
    display: block;
    width: 100%;
    max-width: 450px;
    margin: 0 auto;
  }
  main .btn_link.blue01 {
    margin: 50px auto 0;
  }
  main .btn_link.blue01 a .lage_text {
    font-size: 28px;
  }
  main .btn_link.blue01 a .detail {
    margin-top: 0;
  }
  main .btn_link.blue02 {
    margin: 50px auto 0;
  }
  main .btn_link.blue02 a .lage_text {
    font-size: 22px;
  }
  main .btn_link.green01 a .lage_text {
    font-size: 28px;
  }
  main .btn_link.green01 a .detail {
    margin-top: 0;
  }
  main .btn_link a {
    padding: 24px 12px;
    height: auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
  main .btn_link a .detail {
    margin-top: 0;
  }
  main .btn_link a div {
    width: 50%;
  }
  main .data_top_hero {
    margin: 85px auto 0;
    padding: 0;
  }
  main .data_top_hero .circle_head {
    padding: 0 20px;
  }
  main .data_top_hero .circle_head h2 {
    letter-spacing: 0.08rem;
  }
  main .data_top_hero .circle_head h2 span::before {
    top: -135%;
    left: -1%;
    -webkit-transform: translate(-8%, 0%);
            transform: translate(-8%, 0%);
  }
  main .data_top_hero .note {
    font-size: 14px;
    margin: 65px 20px 0;
  }
  main .data_top_hero .data_list_content {
    margin: 100px auto 0;
  }
  main .data_top_hero .data_list_content::after {
    top: -45px;
    right: 0;
    width: 100%;
    max-width: 1119px;
    height: calc(100% + 90px);
  }
  main .data_top_hero .data_list_content ul {
    display: block;
    margin: 0 20px;
  }
  main .data_top_hero .data_list_content ul li {
    width: 100%;
  }
  main .data_top_hero .data_list_content ul li:not(:nth-child(3n)) {
    margin-right: 0;
  }
  main .data_top_hero .data_list_content ul li:not(:nth-child(2n)) {
    margin-right: 0;
  }
  main .data_top_hero .data_list_content ul li:nth-child(n+4) {
    margin-top: 0;
  }
  main .data_top_hero .data_list_content ul li:nth-child(n+3) {
    margin-top: 0;
  }
  main .data_top_hero .data_list_content ul li:nth-child(n+2) {
    margin-top: 9px;
  }
  main .data_top_hero .data_list_content ul li a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  main .data_top_hero .data_list_content ul li a img {
    max-width: 129px;
  }
  main .data_top_hero .data_list_content ul li a p {
    font-size: 18px;
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 0 10px 0 20px;
  }
  main .data_top_hero .data_list_content ul li a p span {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    text-align: left;
    line-height: 25px;
  }
  main .data_top_hero .data_list_content ul li a p span::before {
    display: none;
  }
  main .data_top_hero .data_list_content ul li a p span::after {
    content: "＞";
    position: static;
    margin: 0 0 0 10px;
    /*content: "";
                  position: absolute;
                  top: 32%;
                  right: -16px;
                  transform: translate(0, -50%);
                  color: #fff;
                  width: 10px;
                  transform: rotate(45deg);
                  height: 10px;
                  border-top: 2px solid #fff;
                  border-right: 2px solid #fff;*/
  }
  main .data_top_hero .back_link {
    margin: 112px 20px 0;
  }
  main .data_hero {
    margin: 164px auto 0;
  }
  main .data_hero .note {
    font-size: 14px;
    margin: 72px 20px 0;
  }
  main .data_hero .img_content {
    margin: 40px 20px 0;
  }
  main .data_hero .img_content figure figcaption {
    margin: 10px 0 0;
    font-size: 10px;
  }
  main .data_hero .txt_content {
    margin: 35px 20px 0;
  }
  main .data_hero .txt_content p {
    font-size: 14px;
  }
  main .toshi_top_hero {
    margin: 64px auto 0;
    padding: 0;
  }
  main .toshi_top_hero .circle_head {
    padding: 0 20px;
  }
  main .toshi_top_hero .circle_head h2 span:nth-child(1) {
    font-size: 16px;
    margin: 0 0 10px;
  }
  main .toshi_top_hero .circle_head h2 span:nth-child(2)::before {
    top: -134%;
    left: 0%;
    -webkit-transform: translate(-8%, 0%);
            transform: translate(-8%, 0%);
  }
  main .toshi_top_hero .note {
    font-size: 14px;
    margin: 65px 20px 0;
  }
  main .toshi_top_hero .toshi_list_content {
    margin: 100px auto 0;
  }
  main .toshi_top_hero .toshi_list_content::after {
    top: -38px;
    right: 0;
    width: 100%;
    height: calc(100% + 76px);
  }
  main .toshi_top_hero .toshi_list_content ul {
    display: block;
    margin: 0 20px;
  }
  main .toshi_top_hero .toshi_list_content ul li {
    width: 100%;
  }
  main .toshi_top_hero .toshi_list_content ul li:not(:nth-child(2n)) {
    margin-right: 0;
  }
  main .toshi_top_hero .toshi_list_content ul li:nth-child(n+3) {
    margin-top: 0;
  }
  main .toshi_top_hero .toshi_list_content ul li:nth-child(n+2) {
    margin-top: 9px;
  }
  main .toshi_top_hero .toshi_list_content ul li a, main .toshi_top_hero .toshi_list_content ul li .no_page {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  main .toshi_top_hero .toshi_list_content ul li a img, main .toshi_top_hero .toshi_list_content ul li .no_page img {
    max-width: 162px;
  }
  main .toshi_top_hero .toshi_list_content ul li a p, main .toshi_top_hero .toshi_list_content ul li .no_page p {
    font-size: 18px;
    padding: 12px 20px;
    text-align: left;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 100%;
  }
  main .toshi_top_hero .toshi_list_content ul li a p span, main .toshi_top_hero .toshi_list_content ul li .no_page p span {
    position: relative;
    line-height: 25px;
  }
  main .toshi_top_hero .toshi_list_content ul li a p span:nth-child(1), main .toshi_top_hero .toshi_list_content ul li .no_page p span:nth-child(1) {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
  }
  main .toshi_top_hero .toshi_list_content ul li a p span:nth-child(1)::after, main .toshi_top_hero .toshi_list_content ul li .no_page p span:nth-child(1)::after {
    content: "＞";
    display: block;
    position: static;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
    color: #fff;
    /*content: "";
                     position: absolute;
                     top: 32%;
                     right: -16px;
                     transform: translate(0, -50%);
                     color: #fff;
                     width: 10px;
                     transform: rotate(45deg);
                     height: 10px;
                     border-top: 2px solid #fff;
                     border-right: 2px solid #fff;*/
  }
  main .toshi_top_hero .toshi_list_content ul li a p span:nth-child(2), main .toshi_top_hero .toshi_list_content ul li .no_page p span:nth-child(2) {
    display: none;
  }
  main .toshi_top_hero .back_link {
    margin: 112px 20px 0;
  }
  main .toshi_hero {
    margin: 85px auto 0;
    padding: 0;
  }
  main .toshi_hero .note {
    font-size: 14px;
    margin: 65px 20px 0;
  }
  main .toshi_hero.kotsu_hero .circle_head h2 span::before {
    top: -125%;
    left: -50%;
    -webkit-transform: translate(0%, 0%);
            transform: translate(0%, 0%);
  }
  main .toshi_hero.kotsu_hero .kotsu_content {
    margin: 87px auto 0;
  }
  main .toshi_hero.kotsu_hero .kotsu_content::after {
    top: -35px;
    right: 0;
    width: 100%;
    height: calc(100% + 70px);
  }
  main .toshi_hero.kotsu_hero .kotsu_content .img_box {
    max-width: 1040px;
    margin: 0 20px;
  }
  main .toshi_hero.kotsu_hero .kotsu_content .img_box img {
    width: 100%;
  }
  main .toshi_hero.kotsu_hero .kotsu_content .txt {
    font-size: 14px;
    margin: 32px 20px 0;
  }
  main .toshi_hero.kotsu_hero .back_link {
    margin: 112px 20px 0;
  }
  main .toshi_hero.ac_hero {
    margin: 85px auto 0;
  }
  main .toshi_hero.ac_hero .circle_head h2 span::before {
    top: -130%;
    left: -73%;
    -webkit-transform: translate(0%, 0%);
            transform: translate(0%, 0%);
  }
  main .toshi_hero.ac_hero .ac_content {
    margin: 68px 0 0;
  }
  main .toshi_hero.ac_hero .ac_content h3 {
    font-size: 20px;
  }
  main .toshi_hero.ac_hero .ac_content .event_content {
    margin: 70px 0 0;
  }
  main .toshi_hero.ac_hero .ac_content article {
    margin: 42px 0 0;
  }
  main .toshi_hero.ac_hero .ac_content article:nth-of-type(n+2) {
    padding: 68px 0 0;
  }
  main .toshi_hero.ac_hero .ac_content article:not(:last-of-type) {
    padding-bottom: 68px;
  }
  main .toshi_hero.ac_hero .ac_content article h2 {
    font-size: 20px;
    display: block;
    padding: 4px 0 4px 12px;
    line-height: 1rem;
  }
  main .toshi_hero.ac_hero .ac_content article h2 span {
    margin: 0;
  }
  main .toshi_hero.ac_hero .ac_content article h2 span.sub_ttl {
    font-size: 12px;
    margin: 8px 0 0;
    display: block;
  }
  main .toshi_hero.ac_hero .ac_content article .date {
    font-size: 16px;
    margin: 24px 0 0;
  }
  main .toshi_hero.ac_hero .ac_content article .ac_txt {
    font-size: 14px;
    line-height: 30px;
    margin: 16px 0 0;
  }
  main .toshi_hero.ac_hero .ac_content article .img_box {
    margin: 50px auto 0;
  }
  main .toshi_hero.ac_hero .ac_content article .img_box .fcp_txt {
    font-size: 12px;
    margin: 16px 0 0;
  }
  main .toshi_hero.ac_hero .ac_content article .txt_box {
    margin: 50px 0 0;
  }
  main .toshi_hero.ac_hero .ac_content article .txt_box p {
    font-size: 14px;
    line-height: 30px;
  }
  main .toshi_hero.ac_hero .ac_content article .txt_box p + p {
    margin: 24px 0 0;
  }
  main .toshi_hero.ac_hero .back_link {
    margin: 74px 20px 0;
  }
  main .toshi_hero.bousai_hero .circle_head h2 span::before {
    top: -130%;
    left: -136%;
    -webkit-transform: translate(0%, 0%);
            transform: translate(0%, 0%);
  }
  main .smartcity_hero {
    margin: 85px auto 0;
  }
  main .smartcity_hero .circle_head h2 span::before {
    top: -124%;
    left: 5%;
    -webkit-transform: translate(-8%, 0%);
            transform: translate(-8%, 0%);
  }
  main .smartcity_hero .note {
    font-size: 14px;
    margin: 65px 0 0;
  }
  main .smartcity_hero .smartcity_content {
    margin: 92px auto 0;
  }
  main .smartcity_hero .smartcity_content h3 {
    font-size: 18px;
  }
  main .smartcity_hero .smartcity_content h3 span::before {
    top: 45%;
    right: -6%;
    -webkit-transform: translate(0%, -45%);
            transform: translate(0%, -45%);
    width: 74px;
    height: 74px;
  }
  main .smartcity_hero .smartcity_content .img_box {
    margin: 50px auto 0;
  }
  main .smartcity_hero .smartcity_content .txt_box {
    margin: 42px auto 0;
  }
  main .smartcity_hero .smartcity_content .txt_box p {
    font-size: 14px;
  }
  main .smartcity_hero .smartcity_content .txt_box p + p {
    margin: 45px 0 0;
  }
  main .smartcity_hero .smartcity_content .cct_link {
    margin: 40px 0 0;
  }
  main .smartcity_hero .smartcity_content .cct_link p {
    font-size: 15px;
  }
  main .smartcity_hero .smartcity_content .cct_link ul {
    margin: 12px 0 0;
  }
  main .smartcity_hero .smartcity_content .cct_link ul li a {
    font-size: 15px;
  }
  main .smartcity_hero .back_link {
    margin: 80px 20px 0;
  }
}

@media screen and (max-width: 600px) {
  /*-----------------------------------
    header style
  -----------------------------------*/
  header.bgwhite .logo img.img_project {
    width: 125px;
  }
  header.bgwhite .header_nav ul .header_btn_link.blue02 {
    margin-right: 8px;
  }
  header.bgwhite .menu_btn {
    margin-left: 10px;
  }
  main .main_vsl_hero .txt_box {
    top: 50%;
    left: 20px;
    -webkit-transform: translate(0px, -50%);
            transform: translate(0px, -50%);
    width: 200px;
    height: 200px;
  }
  main .main_vsl_hero .txt_box p:nth-of-type(1) {
    font-size: 21px;
  }
  main .main_vsl_hero .txt_box p:nth-of-type(2) {
    font-size: 10px;
  }
  main .main_vsl_hero img {
    margin: 60px 0 0;
    height: 100%;
  }
  main .event_hero .event_inner h2::before {
    top: 60%;
    left: 22%;
    -webkit-transform: translate(0%, -60%);
            transform: translate(0%, -60%);
  }
  main .btn_link.blue01 a .lage_text {
    font-size: 20px;
  }
  main .btn_link.blue01 a .detail {
    font-size: 12px;
  }
  main .btn_link.blue01 a p {
    font-size: 11px;
  }
  main .btn_link.blue02 a .lage_text {
    font-size: 18px;
  }
  main .btn_link.blue02 a .detail {
    font-size: 12px;
  }
  main .btn_link.green01 a .lage_text {
    font-size: 20px;
  }
  main .btn_link.green01 a .detail {
    font-size: 12px;
  }
  main .btn_link.green01 a p {
    font-size: 11px;
  }
  main .btn_link a .detail::before {
    right: 10px;
    width: 18px;
    height: 18px;
  }
  main .btn_link a .detail::after {
    right: 17px;
    width: 6px;
    height: 6px;
  }
}
