/**!
 * rev. 2021-03-30
 * copyright © 2021
 */


@import url("//fonts.googleapis.com/css?family=Noto+Sans+JP:400,500,700");
@import url("//fonts.googleapis.com/css?family=Barlow+Condensed:400,500,600,700");
@charset "UTF-8";
[data-color=primary01] {
  color: #01adb0;
}
[data-color=yellow] {
  color: #fffa76;
}
[data-color=primary02] {
  color: #009497;
  font-weight: bold;
}
/* stylelint-disable */
@font-face {
  font-family: YuGothicM;
  src: local("Yu Gothic Medium");
}
@font-face {
  font-family: icons;
  font-style: normal;
  font-weight: normal;
  src: url("../font/icons.eot");
  src: url("../font/icons.eot?#iefix") format("embedded-opentype"), url("../font/icons.woff") format("woff"), url("../font/icons.ttf") format("truetype");
}
[data-lang=en] {
  font-family: "Barlow Condensed", "Noto Sans JP", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", sans-serif;
}
.c-page-home *, .c-page-home *::before, .c-page-home *::after,
.c-page-sub *,
.c-page-sub *::before,
.c-page-sub *::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.c-page-home *::-moz-selection, .c-page-sub *::-moz-selection {
  background-color: #def1f2;
}
.c-page-home *::selection,
.c-page-sub *::selection {
  background-color: #def1f2;
}
@media screen screen and (min-width: 576px) {
  .c-page-home a[href^="tel:"],
.c-page-sub a[href^="tel:"] {
    display: inline-block;
    text-decoration: none;
    pointer-events: none;
  }
}
.c-page-home,
.c-page-sub {
  width: 100%;
  margin: 0;
  color: #323f47;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", sans-serif, sans-serif;
  font-size: 16px;
  line-height: 1.7;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media only screen and (max-width: 1239px) {
  .c-page-home,
.c-page-sub {
    width: 1240px;
  }
}
@media only screen and (max-width: 767px) {
  .c-page-home,
.c-page-sub {
    width: 100%;
  }
}
@media print,screen and (min-width: 768px) {
  .c-page-home,
.c-page-sub {
    margin-top: 144px;
  }
}
@media only screen and (max-width: 767px) {
  .c-page-home,
.c-page-sub {
    font-size: 3.46667vw;
    margin-top: 50px;
  }
}
.c-page-home button,
.c-page-sub button {
  border-radius: 0;
}
.c-page-home ul,
.c-page-home ol,
.c-page-sub ul,
.c-page-sub ol {
  list-style: none;
  padding: 0;
  margin: 0;
}
/* stylelint-disable */
@media only screen and (max-width: 767px) {
  .c-page-home .pc-only,
.c-page-sub .pc-only {
    display: none !important;
  }
}
@media print,screen and (min-width: 768px) {
  .c-page-home .sp-only,
.c-page-sub .sp-only {
    display: none !important;
  }
}
.c-page-home br.pc-only,
.c-page-sub br.pc-only {
  display: inline !important;
}
@media only screen and (max-width: 575px) {
  .c-page-home br.pc-only,
.c-page-sub br.pc-only {
    display: none !important;
  }
}
.c-page-home br.sp-only,
.c-page-sub br.sp-only {
  display: none !important;
}
@media only screen and (max-width: 575px) {
  .c-page-home br.sp-only,
.c-page-sub br.sp-only {
    display: inline !important;
  }
}
@media only screen and (max-width: 767px) {
  [data-device=pc] {
    display: none !important;
  }
}
@media print,screen and (min-width: 768px) {
  [data-device=sp] {
    display: none !important;
  }
}
/* stylelint-enable */
/* stylelint-disable */
.modal-content [data-col-type=text] {
  padding: 0 20px;
}
@media only screen and (max-width: 767px) {
  .modal-content [data-col-type=text] {
    padding: 0 2.66667vw;
    font-size: 3.46667vw;
  }
}
.modal-close {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  width: 36px;
  height: 36px;
  position: absolute;
  right: 0;
  top: -44px;
  text-indent: -9999px;
  padding: 0;
}
.modal-close::before, .modal-close::after {
  content: "";
  display: block;
  height: 2px;
  width: 100%;
  background: #fff;
  position: absolute;
  left: 0;
  bottom: 15px;
}
.modal-close::before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.modal-close::after {
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
}
.iziModal-overlay {
  background: rgba(47, 172, 175, 0.9) !important;
}
/* stylelint-enable */
.c-page-home {
  margin-bottom: 100px;
}
@media only screen and (max-width: 767px) {
  .c-page-home {
    margin-bottom: 13.33333vw;
  }
}
.c-page-home h2[data-ttl=default] {
  margin-top: 0;
  text-align: center;
  line-height: 1.2;
}
.c-page-home h2[data-ttl=default] [data-lang=en] {
  display: block;
  font-size: 1em;
  color: #01aeb1;
  margin-bottom: 10px;
  font-family: "Barlow Condensed", "Noto Sans JP", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", sans-serif;
  font-weight: 500;
  letter-spacing: 1px;
}
@media only screen and (max-width: 767px) {
  .c-page-home h2[data-ttl=default] [data-lang=en] {
    font-size: 5.33333vw;
    margin: 0;
  }
}
.c-page-home h2[data-ttl=default] [data-lang=jp] {
  font-size: 1.66667em;
  line-height: 1.5;
  color: #323f47;
  position: relative;
  background: url("/pickup/horunavi/img/bg-pattern02.png") repeat left top;
}
@media only screen and (max-width: 767px) {
  .c-page-home h2[data-ttl=default] [data-lang=jp] {
    font-size: 8.8vw;
  }
}
.c-page-home h2[data-ttl=default][data-color=green] [data-lang=jp] {
  background-image: url("/pickup/horunavi/img/bg-pattern02-green.png");
}
.c-page-home__btn {
  display: inline-block;
  margin: 0;
}
.c-page-home__btn a {
  display: block;
  padding: 12px 40px;
  background: transparent;
  font-family: "Barlow Condensed", "Noto Sans JP", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", sans-serif;
  color: #fff;
  text-decoration: none;
  border: 1px solid #01adb0;
  font-size: 1.375em;
  font-weight: 300;
  position: relative;
  z-index: 1;
  overflow: hidden;
  text-align: center;
  -webkit-transition: background-color 300ms, color 300ms;
  transition: background-color 300ms, color 300ms;
}
@media print,screen and (min-width: 768px) {
  .c-page-home__btn a {
    min-width: 240px;
  }
}
@media only screen and (max-width: 767px) {
  .c-page-home__btn a {
    padding: 2.66667vw 6.66667vw;
    font-size: 4.53333vw;
    min-width: 58.66667vw;
    line-height: 1.5;
  }
}
.c-page-home__btn a::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: #01adb0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  pointer-events: none;
  -webkit-transition: left 300ms;
  transition: left 300ms;
}
.c-page-home__btn a::after {
  content: "";
  display: inline-block;
  width: 23px;
  height: 1px;
  background: #fff;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto 0;
}
@media only screen and (max-width: 767px) {
  .c-page-home__btn a::after {
    width: 8vw;
  }
}
@media print,screen and (min-width: 768px) {
  .c-page-home__btn a:hover {
    cursor: pointer;
    color: #009497;
    border-color: #009497;
  }
  .c-page-home__btn a:hover::before {
    left: 100%;
  }
  .c-page-home__btn a:hover::after {
    background-color: #009497;
  }
}
@media print,screen and (min-width: 768px) {
  .c-page-home__btn[data-size=small] a {
    min-width: 160px;
    padding: 10px 30px;
  }
}
@media print,screen and (min-width: 768px) {
  .c-page-home__btn[data-size=small] a::after {
    width: 30px;
    margin-left: 10px;
  }
}
.c-page-home__lead {
  margin-bottom: 60px;
}
@media print,screen and (min-width: 768px) {
  .c-page-home__lead {
    text-align: center;
  }
}
@media only screen and (max-width: 767px) {
  .c-page-home__lead {
    margin-bottom: 9.33333vw;
  }
}
.c-page-home__lead > h2 {
  margin-bottom: 40px;
}
@media only screen and (max-width: 767px) {
  .c-page-home__lead > h2 {
    margin-bottom: 4vw;
  }
}
.c-page-home__about {
  width: 1240px;
  padding: 0 90px;
  margin: 0 auto;
  margin-bottom: 80px;
}
@media only screen and (max-width: 767px) {
  .c-page-home__about {
    width: 100%;
    padding: 0 5.33333vw;
  }
}
@media only screen and (max-width: 767px) {
  .c-page-home__about {
    margin-bottom: 13.33333vw;
  }
}
.c-page-home__about-body h2 {
  margin-bottom: 70px;
}
@media only screen and (max-width: 767px) {
  .c-page-home__about-body h2 {
    margin-bottom: 4vw;
  }
}
.c-page-home__about-body h2.mb-narrow {
  margin-bottom: 40px;
}
@media only screen and (max-width: 767px) {
  .c-page-home__about-body h2.mb-narrow {
    margin-bottom: 20px;
  }
}

@media print,screen and (min-width: 768px) {
  .c-page-home__about-contents {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 80px;
  }
}
@media only screen and (max-width: 767px) {
  .c-page-home__about-contents {
    margin-bottom: 9.33333vw;
  }
}
@media print,screen and (min-width: 768px) {
  .c-page-home__about-contents [data-col-type=img] {
    width: 49.0566%;
  }
}
@media only screen and (max-width: 767px) {
  .c-page-home__about-contents [data-col-type=img] {
    margin-bottom: 2.66667vw;
  }
}
.c-page-home__about-contents [data-col-type=img] img {
  width: 100%;
  height: auto;
}
@media print,screen and (min-width: 768px) {
  .c-page-home__about-contents [data-col-type=text] {
    width: 50.9434%;
    padding-left: 60px;
  }
}
.c-page-home__about-contents [data-col-type=text] h3 {
  font-size: 2.375em;
  color: #01adb0;
  line-height: 1.5;
  letter-spacing: 2px;
  margin: 0 0 20px;
}
@media only screen and (max-width: 767px) {
  .c-page-home__about-contents [data-col-type=text] h3 {
    font-size: 6.93333vw;
    margin-bottom: 2.66667vw;
    text-align: center;
  }
}
.c-page-home__about-contents [data-col-type=text] h3 small {
  font-size: 0.68421em;
  display: block;
}
@media only screen and (max-width: 767px) {
  .c-page-home__about-contents [data-col-type=text] h3 small {
    font-size: 5.06667vw;
  }
}
.c-page-home__about-contents [data-col-type=text] p {
  margin: 0;
}
.c-page-home__about-contents [data-col-type=text] p + p {
  margin-top: 20px;
}
@media only screen and (max-width: 767px) {
  .c-page-home__about-contents [data-col-type=text] p + p {
    margin-top: 1.33333vw;
  }
}
.c-page-home__about-more {
  text-align: center;
}
.c-page-home__product {
  position: relative;
  background: #def1f2 url("/pickup/horunavi/img/obj-02.png") no-repeat left top;
  background-size: 100% auto;
}
@media print,screen and (min-width: 768px) {
  .c-page-home__product {
    padding: calc(8.14286vw + 50px) 0 calc(9.28571vw + 80px);
  }
}
@media print,screen and (min-width: 768px) and (max-width: 1239px) {
  .c-page-home__product {
    padding-top: 150.97143px;
    padding-bottom: 195.14286px;
  }
}
@media only screen and (max-width: 767px) {
  .c-page-home__product {
    padding: 26.66667vw 0 26.66667vw;
  }
}
.c-page-home__product::after {
  content: "";
  display: block;
  width: 100%;
  height: 9.28571vw;
  background: url("/pickup/horunavi/img/obj-03.png") no-repeat left top/100% auto;
  position: absolute;
  left: 0;
  bottom: -2px;
}
@media print,screen and (min-width: 768px) and (max-width: 1239px) {
  .c-page-home__product::after {
    height: 115.14286px;
  }
}
.c-page-home__product-body {
  width: 1240px;
  padding: 0 90px;
  margin: 0 auto;
}
@media only screen and (max-width: 767px) {
  .c-page-home__product-body {
    width: 100%;
    padding: 0 5.33333vw;
  }
}
.c-page-home__interview {
  position: relative;
  padding-bottom: 90px;
  background: #ededed;
}
@media only screen and (max-width: 767px) {
	.c-page-home__works {
	  padding: 6.66667vw 0 13.33333vw;
	}
  }
.c-page-home__interview::before {
	content: "";
	display: block;
	width: 100%;
	height: 21.42857vw;
	position: absolute;
	bottom: 100%;
	left: 0;
	background: url("/pickup/horunavi/img/obj-04.png") no-repeat left top/100% auto;
	z-index: -1;
  }
  @media print,screen and (min-width: 768px) and (max-width: 1239px) {
	.c-page-home__interview::before {
	  height: 265.71429px;
	}
  }

.c-page-home__interview-body {
  width: 1240px;
  padding: 0 90px;
  margin: 0 auto;
}
@media only screen and (max-width: 767px) {
  .c-page-home__interview-body {
    width: 100%;
    padding: 0 5.33333vw;
  }
}
@media print,screen and (min-width: 768px) {
  .c-page-home__interview-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: wrap;
        flex-flow: wrap;
  }
}
.c-page-home__interview-list > li {
  margin-bottom: 35px;
}
@media print,screen and (min-width: 768px) {
  .c-page-home__interview-list > li {
    width: 31.13208%;
  }
}
@media only screen and (max-width: 767px) {
  .c-page-home__interview-list > li {
    margin-bottom: 6.66667vw;
  }
}
@media print,screen and (min-width: 768px) {
  .c-page-home__interview-list > li:not(:nth-child(3n)) {
    margin-right: 3.30189%;
  }
}
.c-page-home__interview-list > li[data-coming=true],
.c-page-home__interview-list > li a {
  display: block;
  line-height: 0;
}
.c-page-home__interview-list > li[data-coming=true] img,
.c-page-home__interview-list > li a img {
  width: 100%;
  height: auto;
}
.c-page-home__interview-list > li a {
  -webkit-transition: -webkit-transform, -webkit-box-shadow;
  transition: -webkit-transform, -webkit-box-shadow;
  transition: transform, box-shadow;
  transition: transform, box-shadow, -webkit-transform, -webkit-box-shadow;
  -webkit-transition-duration: 300ms;
          transition-duration: 300ms;
}
@media print,screen and (min-width: 768px) {
  .c-page-home__interview-list > li a:hover {
    -webkit-transform: translateY(-2%);
            transform: translateY(-2%);
    -webkit-box-shadow: 0 10px 10px -10px #425058;
            box-shadow: 0 10px 10px -10px #425058;
  }
}
.c-page-home__works {
  position: relative;
  margin-bottom: 17.85714vw;
}
@media print,screen and (min-width: 768px) and (max-width: 1239px) {
	.c-page-home__works {
	  margin-bottom: 221.42857px;
	}
  }
  @media only screen and (max-width: 767px) {
	.c-page-home__works {
	  padding-top: 6.66667vw;
	  margin-bottom: 13.33333vw;
	}
  }


.c-page-home__works-body {
  width: 1240px;
  padding: 0 90px;
  margin: 0 auto;
}
@media only screen and (max-width: 767px) {
  .c-page-home__works-body {
    width: 100%;
    padding: 0 5.33333vw;
  }
}
.c-page-home__works-more {
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .c-page-home__works-more {
    margin-top: 10.66667vw;
  }
}
.c-page-home__links {
  margin-bottom: 70px;
}
@media print,screen and (min-width: 768px) {
  .c-page-home__links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media only screen and (max-width: 767px) {
  .c-page-home__links {
    margin-bottom: 13.33333vw;
  }
}
.c-page-home__links > p {
  margin: 0;
}
@media print,screen and (min-width: 768px) {
  .c-page-home__links > p {
    width: 50%;
  }
}
.c-page-home__links > p a {
  display: block;
  line-height: 0;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
@media print,screen and (min-width: 768px) {
  .c-page-home__links > p a::before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background: #000;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    pointer-events: none;
    -webkit-transition: opacity 500ms;
    transition: opacity 500ms;
  }
}
@media print,screen and (min-width: 768px) {
  .c-page-home__links > p a:hover::before {
    opacity: 0.2;
  }
}
.c-page-home__links > p a img {
  width: 100%;
  height: auto;
}
.c-page-home__catalog-body {
  width: 1240px;
  padding: 0 90px;
  margin: 0 auto;
}
@media only screen and (max-width: 767px) {
  .c-page-home__catalog-body {
    width: 100%;
    padding: 0 5.33333vw;
  }
}
.c-page-home__catalog-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  -ms-flex-flow: wrap;
      flex-flow: wrap;
  -webkit-box-pack: space-between;
      -ms-flex-pack: space-between;
          justify-content: space-between;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .c-page-home__catalog-list {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.c-page-home__catalog-list::before {
  content:"";
  display: block;
  width: 200px;
  order:1;
}
.c-page-home__catalog-list::after {
  content:"";
  display: block;
  width: 200px;
  margin-right: 30px;
}
@media only screen and (max-width: 767px) {
  .c-page-home__catalog-list::before {
    width: 48%;
  }
  .c-page-home__catalog-list::after {
    width: 48%;
    margin-right: 0;
  }
}

.c-page-home__catalog-list > li {
  width: 200px;
  margin-bottom: 50px;
  margin-right: 30px;
}
@media only screen and (max-width: 767px) {
  .c-page-home__catalog-list > li {
    width: 48%;
    margin-bottom: 10.66667vw;
    margin-right: 0;
  }
}
@media print,screen and (min-width: 768px) {
  .c-page-home__catalog-list > li:not(:nth-child(4n)) {
    /* margin-right: 7.54717%; */
  }
}
@media print,screen and (min-width: 768px) {
  .c-page-home__catalog-list > li:last-child {
    margin-right: 0;
  }
}
.c-page-home__catalog-list > li a {
  display: block;
  text-decoration: none;
  color: inherit;
  height: 100%;
}
@media print,screen and (min-width: 768px) {
  .c-page-home__catalog-list > li a:hover [data-col-type=img] {
    -webkit-transform: translateY(-2%);
            transform: translateY(-2%);
    -webkit-box-shadow: 0 10px 10px -10px #425058;
            box-shadow: 0 10px 10px -10px #425058;
  }
  .c-page-home__catalog-list > li a:hover [data-item=link]::before {
    width: 0;
  }
}
.c-page-home__catalog-list > li [data-col-type=img] {
  line-height: 0;
  margin-bottom: 5px;
}
@media only screen and (max-width: 767px) {
  .c-page-home__catalog-list > li [data-col-type=img] {
    margin-bottom: 1.33333vw;
  }
}
@media print,screen and (min-width: 768px) {
  .c-page-home__catalog-list > li [data-col-type=img] {
    -webkit-transition: -webkit-transform, -webkit-box-shadow;
    transition: -webkit-transform, -webkit-box-shadow;
    transition: transform, box-shadow;
    transition: transform, box-shadow, -webkit-transform, -webkit-box-shadow;
    -webkit-transition-duration: 300ms;
            transition-duration: 300ms;
  }
}
.c-page-home__catalog-list > li [data-col-type=img] img {
  width: 100%;
  height: auto;
}
.c-page-home__catalog-list > li [data-col-type=text] {
  line-height: 1.5;
}
@media print,screen and (min-width: 768px) {
  .c-page-home__catalog-list > li [data-col-type=text] {
    font-size: 1em;
  }
}
.c-page-home__catalog-list > li [data-col-type=text] p {
  margin: 0;
}
.c-page-home__catalog-list > li [data-col-type=text] [data-item=link] {
  font-size: 0.875em;
  color: #01adb0;
  display: inline-block;
  margin-top: 10px;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .c-page-home__catalog-list > li [data-col-type=text] [data-item=link] {
    font-size: 3.46667vw;
    margin-top: 1.33333vw;
  }
}
.c-page-home__catalog-list > li [data-col-type=text] [data-item=link]::before {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  bottom: 0;
  background-color: #01adb0;
  width: 100%;
  height: 1px;
}
@media print,screen and (min-width: 768px) {
  .c-page-home__catalog-list > li [data-col-type=text] [data-item=link]::before {
    -webkit-transition: width 300ms;
    transition: width 300ms;
  }
}
.c-page-home__catalog-list > li [data-col-type=text] [data-item=link]::after {
  content: "";
  display: inline-block;
  width: 14px;
  height: 18px;
  margin: 0 -20px -3px 10px;
  background: url("/pickup/horunavi/img/icon-pdf.png") no-repeat center center/100% auto;
}
@media only screen and (max-width: 767px) {
  .c-page-home__catalog-list > li [data-col-type=text] [data-item=link]::after {
    width: 3.2vw;
    height: 4.26667vw;
    right: 3.33333vw;
  }
}
.c-page-sub {
  margin-bottom: 100px;
}
.c-page-sub__head {
  margin-bottom: 70px;
}
@media only screen and (max-width: 767px) {
  .c-page-sub__head {
    margin-bottom: 8vw;
  }
}
.c-page-sub__head-summary {
  width: 1240px;
  padding: 0 140px;
  margin: 0 auto;
}
@media only screen and (max-width: 767px) {
  .c-page-sub__head-summary {
    width: 100%;
    padding: 0 5.33333vw;
  }
}
.c-page-sub__head-summary p[data-align=right] {
  text-align: right;
}
.c-page-sub__head-summary p[data-type=idig] {
  width: 80px;
  margin: 16px 0 -16px auto;
}
@media only screen and (max-width: 767px) {
  .c-page-sub__head-summary p[data-type=idig] {
    width: 13.33333vw;
    margin-top: 4vw;
    margin-bottom: -4vw;
  }
}
.c-page-sub__head-summary p[data-type=idig] img {
  width: 100%;
  height: auto;
}
.c-page-sub__head-summary p[data-type=engcon] {
  width: 200px;
  margin: 16px 0 -16px auto;
}
@media only screen and (max-width: 767px) {
  .c-page-sub__head-summary p[data-type=engcon] {
    width: 16vw;
    margin-top: 4vw;
    margin-bottom: -4vw;
  }
}
.c-page-sub__head-summary p[data-type=engcon] img {
  width: 100%;
  height: auto;
}
.c-page-sub__head-summary p a {
  color: #01aeb1;
  position: relative;
  padding-left: 20px;
}
@media only screen and (max-width: 767px) {
  .c-page-sub__head-summary p a {
    padding-left: 4vw;
  }
}
.c-page-sub__head-summary p a:hover {
  text-decoration: none;
}
.c-page-sub__head-summary p a::before {
  content: "";
  position: absolute;
  width: 8px;
  height: 8px;
  top: 10px;
  left: 0;
  border-color: #01aeb1;
  border-style: solid;
  border-width: 2px 2px 0 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
@media only screen and (max-width: 767px) {
  .c-page-sub__head-summary p a::before {
    width: 1.6vw;
    height: 1.6vw;
    top: 1.86667vw;
  }
}
.c-page-sub__content-detail {
  width: 1240px;
  padding: 0 140px;
  margin: 0 auto;
}
@media only screen and (max-width: 767px) {
  .c-page-sub__content-detail {
    width: 100%;
    padding: 0 5.33333vw;
  }
}
.c-page-sub[data-type=jobsite] {
  margin-bottom: 0;
}
.c-header {
  width: 100%;
  margin: 0;
  background: #1e282e;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 3;
  /* グロナビオープン */
  /* グロナビオープン */
}
@media only screen and (max-width: 1239px) {
  .c-header {
    width: 1240px;
  }
}
@media only screen and (max-width: 767px) {
  .c-header {
    width: 100%;
  }
}
@media print,screen and (min-width: 768px) {
  .c-header {
    top: 66px;
  }
}
@media print {
  .c-header {
    position: relative;
  }
}
.c-header__btn-global {
  padding: 0;
  display: block;
  margin: 0;
  text-align: center;
  width: 50px;
  height: 50px;
  background-color: #1e282e;
  position: absolute;
  right: 0;
  top: 0;
}
@media print,screen and (min-width: 768px) {
  .c-header__btn-global {
    display: none;
  }
}
.c-header__btn-global a {
  width: 100%;
  height: 100%;
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.c-header__btn-global [data-type=icon] {
  margin: 20px auto;
  outline: none;
  position: relative;
}
.c-header__btn-global [data-type=icon], .c-header__btn-global [data-type=icon]::before, .c-header__btn-global [data-type=icon]::after {
  display: block;
  width: 25px;
  height: 2px;
  background: #fff;
  -webkit-transition: ease 300ms;
  transition: ease 300ms;
}
.c-header__btn-global [data-type=icon]::before, .c-header__btn-global [data-type=icon]::after {
  content: "";
  position: absolute;
  margin: 0 auto;
}
.c-header__btn-global [data-type=icon]::before {
  top: -9px;
}
.c-header__btn-global [data-type=icon]::after {
  bottom: -9px;
}
.c-header[data-toggle=true]::before {
  opacity: 0.8;
}
.c-header[data-toggle=true] p.c-header__btn-global span {
  background: none;
  -webkit-transition: none;
  transition: none;
}
.c-header[data-toggle=true] p.c-header__btn-global span::before, .c-header[data-toggle=true] p.c-header__btn-global span::after {
  position: relative;
}
.c-header[data-toggle=true] p.c-header__btn-global span::before {
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
  top: 0;
  z-index: 100;
}
.c-header[data-toggle=true] p.c-header__btn-global span::after {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  top: -2px;
}
.c-footer {
  background-color: #dcd400;
  color: #fff;
  padding-bottom: 30px;
}
.c-footer__body {
  width: 1240px;
  padding: 0 90px;
  margin: 0 auto;
  background-color: #dcd400;
  margin: 0 auto;
}
@media only screen and (max-width: 767px) {
  .c-footer__body {
    width: 100%;
    padding: 0 5.33333vw;
  }
}
.c-footer__links ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 0 20px;
  padding: 0;
}
.c-footer__links li {
  display: block;
  margin: 0 1em;
  padding: 0;
}
.c-footer__links a {
  color: #fff;
  display: block;
  text-decoration: none;
  padding: 15px;
}
.c-footer__copyright {
  display: block;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .c-nav-global {
    display: none;
    position: absolute;
    top: 50px;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 3;
    height: 100vh;
    padding: 20px 0 200px;
    background: #1e282e;
    overflow: scroll;
  }
}
.c-nav-global__list {
  padding: 0 20px;
  background: #1e282e;
}
@media only screen and (max-width: 767px) {
  .c-nav-global__list {
    padding: 0 0 4.66667vw;
  }
}
@media print,screen and (min-width: 768px) {
  .c-nav-global__list > ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media print,screen and (min-width: 768px) {
  .c-nav-global__list > ul > li:first-of-type {
    border-left: 1px solid #425058;
  }
  .c-nav-global__list > ul > li:not(:nth-last-child(2)):not(:last-child) {
    border-right: 1px solid #425058;
  }
  .c-nav-global__list > ul > li {
    transition: all 0.4s ease;
  }
  .c-nav-global__list > ul > li:hover {
    background: #425058;
  }
  .c-nav-global__list > ul > li:hover a {
    border: none;
  }
  .c-nav-global__list > ul > li > .c-nav-global__drop {
    background: #323F47;
    left: 0;
    margin: 0 auto;
    opacity: 0;
    position: absolute;
    top: 77px;
    visibility: hidden;
    width: 100vw;
    transform: translateY(-10%);
    z-index: -1;
    overflow: hidden;
    padding: 62px calc(50vw - 560px);
    display: flex;
    transition: all 0.1s ease;
    font-weight: normal;
  }
  .c-nav-global__list > ul > li:nth-of-type(1) > .c-nav-global__drop { z-index: -1;  }
  .c-nav-global__list > ul > li:nth-of-type(2) > .c-nav-global__drop { z-index: -2;  }
  .c-nav-global__list > ul > li:nth-of-type(3) > .c-nav-global__drop { z-index: -3;  }
  .c-nav-global__list > ul > li:nth-of-type(4) > .c-nav-global__drop { z-index: -4;  }
  .c-nav-global__list > ul > li:nth-of-type(5) > .c-nav-global__drop { z-index: -5;  }
  .c-nav-global__list > ul > li:nth-of-type(6) > .c-nav-global__drop { z-index: -6;  }
  .c-nav-global__list > ul > li:nth-of-type(7) > .c-nav-global__drop { z-index: -7;  }
  .c-nav-global__list > ul > li:nth-of-type(8) > .c-nav-global__drop { z-index: -8;  }
  .c-nav-global__list > ul > li:nth-of-type(9) > .c-nav-global__drop { z-index: -9;  }
  .c-nav-global__list > ul > li:nth-of-type(10) > .c-nav-global__drop { z-index: -10;  }

  .c-nav-global__list > ul > li:hover > .c-nav-global__drop.menu-hover {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    transition: all 0.5s ease;
  }
  .c-nav-global__list > ul > li > .c-nav-global__drop .c-nav-global__drop-title-container {
    width: 260px;
    border-right: #ddd solid 1px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    margin-right: 54px;
  }
  .c-nav-global__list > ul > li > .c-nav-global__drop .c-nav-global__drop-title-container a {
    text-decoration: none;
  }
  .c-nav-global__list > ul > li > .c-nav-global__drop .c-nav-global__drop-title-container .c-nav-global__drop-title {
    font-family: "Barlow Condensed";
    color: #01ADB0;
    margin: 0 0 10px;
    font-size: 4.8rem;
    line-height: 1;
  }
  .c-nav-global__list > ul > li > .c-nav-global__drop ul {
    margin-right: 36px;
    min-width: 13em;
  }
  .c-nav-global__list > ul > li > .c-nav-global__drop ul li {
    position: relative;
    padding: 0 0 0 24px;
    vertical-align: middle;
    font-size: 15px;
    margin-bottom: 28px;
  }
  .c-nav-global__list > ul > li > .c-nav-global__drop ul li:last-of-type {
    margin-bottom: 0;
  }
  .c-nav-global__list > ul > li > .c-nav-global__drop ul li::before,
  .c-nav-global__list > ul > li > .c-nav-global__drop ul li::after {
    position: absolute;
    top: 9px;
    left: 0;
    margin: auto;
    content: "";
    vertical-align: middle;
  }
  .c-nav-global__list > ul > li > .c-nav-global__drop ul li::before {
    left: 0;
    width: 10px;
    height: 10px;
    border-top: 2px solid #01ADB0;
    border-right: 2px solid #01ADB0;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .c-nav-global__list > ul > li > .c-nav-global__drop .c-nav-global__drop-title-container a,
  .c-nav-global__list > ul > li > .c-nav-global__drop ul li a {
    color: #fff;
    text-decoration: none;
    transition: all 0.4s ease;
  }
  .c-nav-global__list > ul > li > .c-nav-global__drop .c-nav-global__drop-title-container a:hover,
  .c-nav-global__list > ul > li > .c-nav-global__drop ul li a:hover {
    color: #01ADB0;
  }

}
@media only screen and (max-width: 767px) {
  .c-nav-global__list > ul > li:not(:last-of-type) {
    border-bottom: 1px solid #353f45;
  }
}
.c-nav-global__list > ul > li > a {
  display: block;
  padding: 20px 18px;
  text-decoration: none;
  color: #fff;
  font-size: 1.4rem;
  line-height: 1.4;
  position: relative;
}
.c-nav-global__list > ul > li > a span {
  font-size: 1.2rem;
  display: inline;
}
@media print,screen and (min-width: 768px) {
  .c-nav-global__list > ul > li > a {
    display: -webkit-box;
    display: -ms-flexbox;
    /* display: flex; */
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
    height: 100%;
    -webkit-transition: color, background-color;
    transition: color, background-color;
    -webkit-transition-duration: 300ms;
            transition-duration: 300ms;
    text-align: center;
    position: relative;
  }
  .c-nav-global__list > ul > li[data-item="drop"] > a {
    padding-right: 45px;
  }
  .c-nav-global__list > ul > li[data-item="drop"] > a::before,
  .c-nav-global__list > ul > li[data-item="drop"] > a::after {
    position: absolute;
    top: 2px;
    bottom: 0;
    right: 0;
    margin: auto;
    content: "";
    vertical-align: middle;
  }
  .c-nav-global__list > ul > li[data-item="drop"] > a::before {
    right: 24px;
    width: 10px;
    height: 10px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    transition: all 0.4s ease;
  }
  .c-nav-global__list > ul > li[data-item="drop"]:hover > a::before {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
}
@media only screen and (max-width: 767px) {
  .c-nav-global__list > ul > li > a {
    padding: 4.66667vw 5.33333vw;
    font-size: 4.53333vw;
  }
  .c-nav-global__list > ul > li > a span {
    font-size:inherit;
  }
  .c-nav-global__list > ul > li[data-page="product"] {
    overflow: hidden;
  }
  .c-nav-global__list > ul > li:not(.active) > .c-nav-global__drop {
    display: none;
  }
  .c-nav-global__list > ul > li > .c-nav-global__drop .c-nav-global__drop-title-container .c-nav-global__drop-title {
    display: none;
  }
  .c-nav-global__list > ul > li > .c-nav-global__drop ul {
    background-color: #323F47;
    padding: 0;
  }
  .c-nav-global__list > ul > li > .c-nav-global__drop ul li {
    padding: 0;
  }
  .c-nav-global__list > ul > li > .c-nav-global__drop .c-nav-global__drop-title-container a ul li,
  .c-nav-global__list > ul > li > .c-nav-global__drop ul li a {
    padding: 4.66667vw 5.33333vw;
    font-size: 4.53333vw;
    display: block;
    color: #fff;
    text-decoration: none;
    border-bottom: #4c575d solid 1px;
  }
  .c-nav-global__list > ul > li > .c-nav-global__drop .c-nav-global__drop-title-container a {
    text-decoration: none;
  }
}
@media only screen and (max-width: 767px) {
  .c-nav-global__list > ul > li > a::after {
    display: none;
    /* content: "";
    width: 2.66667vw;
    height: 2.66667vw;
    border: 2px solid #d8d8d8;
    border-width: 2px 2px 0 0;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    position: absolute;
    right: 1.33333vw;
    top: 0;
    bottom: 0;
    margin: auto 0; */
  }
  .c-nav-global__list > ul > li[data-item="drop"] > a::before {
    content: "";
    display: block;
    width: 1em;
    height: 1px;
    border: 1px solid #d8d8d8;
    position: absolute;
    right: 5.33333vw;
    top: 50%;
    transform: translateY(-50%) rotate(90deg);
    transition: all 0.4s ease;
  }
  .c-nav-global__list > ul > li[data-item="drop"] > a::after {
    content: "";
    display: block;
    width: 1em;
    height: 1px;
    border: 1px solid #d8d8d8;
    position: absolute;
    right: 5.33333vw;
    top: 50%;
    transform: translateY(-50%);
  }
  .c-nav-global__list > ul > li[data-item="drop"].active > a::before {
    transform: translateY(-50%) rotate(0deg);
  }
}
@media print,screen and (min-width: 768px) {
  .c-nav-global__list > ul > li a:hover {
    color: #01aeb1;
  }
}
.c-nav-global__list > ul > li[data-current=true] a {
  /* color: #01aeb1; */
}
@media print,screen and (min-width: 768px) {
  .c-nav-global__list > ul > li[data-page=product] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .c-nav-global__list > ul > li[data-page=product]>a {
    font-weight: bold;
  }
}
@media only screen and (max-width: 767px) {
  .c-nav-global .c-nav-global__list > ul > li[data-page=product] {
  }
  .c-nav-global .c-nav-global__list > ul > li[data-page=product] > a::before {
    right: 18px;
    border-color: #01ADB0;
  }
  .c-nav-global .c-nav-global__list > ul > li[data-page=product] > a::after {
    display: block;
    right: 18px;
    border-color: #01ADB0;
  }
  .c-nav-global .c-nav-global__list > ul > li[data-page=product] .c-nav-global__drop {
    margin-left: 0;
    margin-right: 0;
  }
}
.c-nav-global__list > ul > li[data-page=product] > a {
  background: #FFFF00 url("/pickup/horunavi/img/icon-product-green.png") no-repeat 20px center;
  background-size: 44px auto;
  color: #01ADB0;
  padding: 20px 50px 20px 80px;
}
@media only screen and (max-width: 767px) {
  .c-nav-global__list > ul > li[data-page=product] > a {
    padding-left: 12vw;
    font-size: 4.8vw;
    background-size: 7.2vw;
    background-position-x: 2.66667vw;
  }
}
@media print,screen and (min-width: 768px) {
  .c-nav-global__list > ul > li[data-page=product] > a::before {
    border-color: #01ADB0;
  }
  /* .c-nav-global__list > ul > li[data-page=product]:hover > a::before {
    border-color: #fff;
  } */
}
.c-nav-global__list > ul > li[data-page=product] > a::after {
  display: none;
}
@media print,screen and (min-width: 768px) {
  .c-nav-global__list > ul > li[data-page=product] > a:hover {
    /* color: #fff; */
    /* background-color: #009497; */
  }
}
@media print,screen and (min-width: 768px) {
  .c-nav-global__list-sub {
    position: fixed;
    right: 0;
    top: 10px;
    z-index: 3;
  }
}
@media print {
  .c-nav-global__list-sub {
    position: relative;
  }
}
.c-nav-global__list-sub > ul {
  width: 1240px;
  padding: 0 30px;
  margin: 0 auto;
}
@media print,screen and (min-width: 768px) {
  .c-nav-global__list-sub > ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}
.c-nav-global__list-sub > ul > li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-decoration: none;
  color: #fff;
  padding: 10px 15px 10px 40px;
  text-align: center;
  font-size: 0.8125em;
  border-radius: 5px;
  background-color: #009497;
  background-position: 10px center;
  background-repeat: no-repeat;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  .c-nav-global__list-sub > ul > li a {
    padding: 4vw 4vw 4vw 12vw;
    font-size: 4vw;
    background-color: transparent;
    border: 1px solid #d8d8d8;
    display: block;
    text-align: left;
    background-position-x: 4vw;
    letter-spacing: 1px;
  }
}
@media print,screen and (min-width: 768px) {
  .c-nav-global__list-sub > ul > li:not(:last-child) {
    margin-right: 5px;
  }
}
@media only screen and (max-width: 767px) {
  .c-nav-global__list-sub > ul > li:not(:last-child) {
    margin-bottom: 4vw;
  }
}
.c-nav-global__list-sub > ul > li[data-page=lineup] a {
  background-image: url("/pickup/horunavi/img/icon-pencil.png");
  background-size: 16px auto;
}
@media only screen and (max-width: 767px) {
  .c-nav-global__list-sub > ul > li[data-page=lineup] a {
    background-size: 4.66667vw auto;
  }
}
.c-nav-global__list-sub > ul > li[data-page=inquiry] a {
  background-image: url("/pickup/horunavi/img/icon-mail.png");
  background-size: 18px auto;
}
@media only screen and (max-width: 767px) {
  .c-nav-global__list-sub > ul > li[data-page=inquiry] a {
    background-size: 6vw auto;
  }
}
@media only screen and (max-width: 767px) {
  .c-nav-global__list-sub > ul {
    width: 100%;
    padding: 0 5.33333vw;
  }
}
.c-nav-sitemap {
  background-color: #dcd400;
  padding: 30px 0;
}
@media only screen and (max-width: 575px) {
  .c-nav-sitemap {
    padding: 0;
  }
}
.c-nav-sitemap ul[data-sitemap-level="3"], .c-nav-sitemap ul[data-sitemap-level="2"], .c-nav-sitemap ul[data-sitemap-level="1"] {
  margin: 0;
}
.c-nav-sitemap li[data-sitemap-level="3"], .c-nav-sitemap li[data-sitemap-level="2"], .c-nav-sitemap li[data-sitemap-level="1"] {
  display: block;
  margin: 0;
  padding: 0;
}
.c-nav-sitemap a {
  color: #fff;
  display: block;
  text-decoration: none;
  padding-left: 30px;
}
@media only screen and (max-width: 575px) {
  .c-nav-sitemap a {
    padding: 20px 5.33333vw;
  }
}
.c-nav-sitemap a:hover {
  opacity: 0.7;
}
.c-nav-sitemap a::before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  margin: 0 15px 0 -20px;
  width: 8px;
  height: 8px;
  border: 1px solid transparent;
  border-radius: 50%;
  background: #01aeb1;
}
@media only screen and (max-width: 575px) {
  .c-nav-sitemap a::before {
    display: none;
    margin: 0;
  }
}
.c-nav-sitemap__body {
  background-color: #dcd400;
  margin: 0 auto;
  overflow: hidden;
  max-width: 1200px;
}
@media only screen and (max-width: 1239px) {
  .c-nav-sitemap__body {
    max-width: 100%;
  }
}
.c-nav-sitemap ul[data-sitemap-level="1"] {
  -webkit-column-count: 4;
     -moz-column-count: 4;
          column-count: 4;
  padding: 0;
}
@media screen and (max-width: 576px) {
  .c-nav-sitemap ul[data-sitemap-level="1"] {
    -webkit-column-count: 1;
       -moz-column-count: 1;
            column-count: 1;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .c-nav-sitemap ul[data-sitemap-level="1"] {
    -webkit-column-count: 2;
       -moz-column-count: 2;
            column-count: 2;
  }
}
@media print,screen and (min-width: 768px) and (max-width: 1239px) {
  .c-nav-sitemap ul[data-sitemap-level="1"] {
    -webkit-column-count: 3;
       -moz-column-count: 3;
            column-count: 3;
  }
}
.c-nav-sitemap li[data-sitemap-level="1"] {
  -webkit-column-break-inside: avoid;
     -moz-column-break-inside: avoid;
          break-inside: avoid-column;
  display: inline-block;
  margin: 0 0 1em;
  width: 100%;
}
@media only screen and (max-width: 575px) {
  .c-nav-sitemap li[data-sitemap-level="1"] {
    margin: 0;
  }
}
@media only screen and (max-width: 575px) {
  .c-nav-sitemap li[data-sitemap-level="1"] a {
    border-bottom: 2px solid white;
    margin: 0;
  }
  .c-nav-sitemap li[data-sitemap-level="1"] a ::before {
    display: none;
    margin: 0;
  }
}
.c-nav-sitemap ul[data-sitemap-level="2"] {
  padding: 0 0 0 1em;
}
@media only screen and (max-width: 575px) {
  .c-nav-sitemap ul[data-sitemap-level="2"] {
    padding: 0;
  }
}
.c-nav-sitemap li[data-sitemap-level="2"] {
  margin: 0 0 0.5em;
}
@media only screen and (max-width: 575px) {
  .c-nav-sitemap li[data-sitemap-level="2"] {
    margin: 0;
  }
}
@media only screen and (max-width: 575px) {
  .c-nav-sitemap li[data-sitemap-level="2"] a {
    border-bottom: 1px solid #dcd400;
    background: #baa98f;
    padding: 15px 5.33333vw;
    color: #323f47;
  }
}
.c-nav-sitemap li[data-sitemap-level="2"] a::before {
  background: #def1f2;
}
@media only screen and (max-width: 575px) {
  .c-nav-sitemap li[data-sitemap-level="2"] a::before {
    display: none;
    margin: 0;
  }
}
.c-nav-sitemap ul[data-sitemap-level="3"] {
  padding: 0 0 0 1em;
}
@media only screen and (max-width: 575px) {
  .c-nav-sitemap ul[data-sitemap-level="3"] {
    padding: 0;
  }
}
@media only screen and (max-width: 575px) {
  .c-nav-sitemap li[data-sitemap-level="3"] a {
    background: #dad3c9;
    padding: 10px 5.33333vw;
    color: #323f47;
  }
}
.c-nav-sitemap li[data-sitemap-level="3"] a::before {
  border: 1px solid white;
  background: white;
}
@media only screen and (max-width: 575px) {
  .c-nav-sitemap li[data-sitemap-level="3"] a::before {
    display: none;
    margin: 0;
  }
}
.c-nav-breadcrumb {
  width: 1240px;
  padding: 0 140px;
  margin: 0 auto;
}
@media only screen and (max-width: 767px) {
  .c-nav-breadcrumb {
    width: 100%;
    padding: 0 5.33333vw;
  }
}
@media only screen and (max-width: 767px) {
  .c-nav-breadcrumb {
    display: none;
  }
}
.c-nav-breadcrumb ol {
  margin: 0;
  padding: 0;
}
.c-nav-breadcrumb ol > li {
  font-size: 0.875em;
}
.c-nav-breadcrumb ol > li::after {
  content: "";
  display: inline-block;
  width: 7px;
  height: 7px;
  border: 1px solid #01adb0;
  border-width: 1px 1px 0 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  margin: 0 7px 1px;
}
.c-nav-breadcrumb ol > li:last-child::after {
  display: none;
}
.c-nav-breadcrumb a {
  display: inline-block;
  text-decoration: none;
  color: #01adb0;
}
.c-nav-breadcrumb a:hover {
  text-decoration: underline;
}
.c-nav-breadcrumb__item {
  display: inline-block;
  margin: 0;
  padding: 0;
}
.c-nav-breadcrumb__item[data-breadcrumb=current] span {
  color: #323f47;
}
.c-list-banner {
  padding: 30px 0;
}
.c-list-banner__body {
  width: 100%;
  margin: 0;
  max-width: 1200px;
  margin: 0 auto;
  padding-left: 140px;
  padding-right: 140px;
}
@media only screen and (max-width: 1239px) {
  .c-list-banner__body {
    width: 1240px;
  }
}
@media only screen and (max-width: 767px) {
  .c-list-banner__body {
    width: 100%;
  }
}
.c-list-banner__body > ul {
  padding: 0;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.c-list-banner__body > ul > li {
  list-style: none;
  margin: 0 10px;
}
@media only screen and (max-width: 767px) {
  .c-list-banner__body > ul > li {
    width: 100%;
    margin-bottom: 10px;
  }
}
.c-list-banner__body > ul > li > a {
  text-decoration: none;
  display: block;
}
.c-list-banner__body > ul > li > a:hover {
  opacity: 0.7;
}
@media only screen and (max-width: 575px) {
  .c-list-banner__body > ul > li > a > img {
    width: 100%;
  }
}
.c-list-category {
  font-size: 1.2rem;
}
@media screen and (max-width: 576px) {
  .c-list-category {
    display: none;
  }
}
.c-list-category ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  list-style: none;
  margin: 0 auto 50px;
  padding: 0;
}
.c-list-category li {
  list-style: none;
  margin: 0 10px;
  padding: 0;
}
.c-list-category a {
  background: #ddd;
  color: #000;
  font-weight: bold;
  border: 1px solid transparent;
  border-radius: 5px;
  display: block;
  padding: 1em 1.9em;
  text-decoration: none;
}
.c-list-tag {
  font-size: 1rem;
}
@media screen and (max-width: 576px) {
  .c-list-tag {
    display: none;
  }
}
.c-list-tag ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  list-style: none;
  margin: 0 0 26px;
  padding: 0;
}
.c-list-tag li {
  list-style: none;
  margin: 0 0.3em;
  padding: 0;
}
.c-list-tag a {
  background: #01aeb1;
  color: #fff;
  display: block;
  padding: 1em 1.9em;
  text-decoration: none;
}
.c-title-page:not([data-type=img]) {
  background: url("/pickup/horunavi/img/bg-page-title.jpg") no-repeat center center/cover;
  padding: 45px 0;
  margin-bottom: 35px;
}
@media only screen and (max-width: 767px) {
  .c-title-page:not([data-type=img]) {
    padding: 10.66667vw 0;
  }
}
.c-title-page:not([data-type=img]) h1 {
  text-align: center;
  color: #fff;
  font-size: 1.25em;
  font-family: "Barlow Condensed", "Noto Sans JP", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", sans-serif;
  font-weight: 500;
  letter-spacing: 1px;
  line-height: 1.5;
  width: 1240px;
  padding: 0 140px;
  margin: 0 auto;
}
@media only screen and (max-width: 767px) {
  .c-title-page:not([data-type=img]) h1 {
    font-size: 3.46667vw;
  }
}
.c-title-page:not([data-type=img]) h1 [data-ttl=ja] {
  font-size: 2.5em;
  line-height: 1.2;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", sans-serif;
  display: block;
  font-weight: 600;
  letter-spacing: 0;
}
@media only screen and (max-width: 767px) {
  .c-title-page:not([data-type=img]) h1 [data-ttl=ja] {
    font-size: 8vw;
  }
}
@media only screen and (max-width: 767px) {
  .c-title-page:not([data-type=img]) h1 {
    width: 100%;
    padding: 0 5.33333vw;
  }
}
.c-title-page[data-type="short-mv"] {
  background: url("/pickup/horunavi/img/bg-effect-mini.png") no-repeat center center/cover;
  min-height: 200px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.c-title-page[data-type="short-mv"] h1 {
  font-size: 2.65em;
  font-family: 'Noto Sans JP', sans-serif;
}


.c-title-page h1 {
  margin: 0;
}
.c-title-page[data-type=img] {
  line-height: 0;
}
@media only screen and (max-width: 767px) {
  .c-title-page[data-type=img] h1 {
    height: 53.33333vw;
  }
}
.c-title-page[data-type=img] img {
  width: 100%;
  height: auto;
}
@media only screen and (max-width: 767px) {
  .c-title-page[data-type=img] img {
    width: 100%;
    height: 100%;
    display: block;
    -o-object-fit: cover;
       font-family: "object-fit:cover;object-position:center";
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
  }
}
.c-hero {
  position: relative;
  text-align: center;
  width: 100%;
  height: 53.57143vw;
}
@media print,screen and (min-width: 768px) {
  .c-hero {
    min-height: 750px;
    margin-bottom: 70px;
  }
}
@media only screen and (max-width: 767px) {
  .c-hero {
    height: 122.66667vw;
    margin-bottom: 9.33333vw;
  }
}
.c-hero::after {
  display: block;
  width: 100%;
  height: 10.71429%;
  content: "";
  background: url("/pickup/horunavi/img/obj-01.png") no-repeat left top/cover;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
}
@media only screen and (max-width: 767px) {
  .c-hero::after {
    background-image: url("/pickup/horunavi/img/obj-01-sp.png");
    height: 20vw;
  }
}
.c-hero__slide {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100%;
}
.c-hero__slide ul {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100%;
}
.c-hero__slide ul li {
  display: block;
  line-height: 0;
  width: 100%;
  height: 100%;
  z-index: 0 !important;
}
.c-hero__slide ul li.current {
  z-index: 1 !important;
}
.c-hero__slide ul li a {
  display: block;
}
.c-hero__slide ul li img {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
     font-family: "object-fit:cover;object-position:center";
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.c-hero__marker {
  width: 1240px;
  padding: 0 140px;
  margin: 0 auto;
  margin-top: -7.85714vw;
  z-index: 2;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .c-hero__marker {
    width: 100%;
    padding: 0 5.33333vw;
  }
}
@media print,screen and (min-width: 768px) and (max-width: 1239px) {
  .c-hero__marker {
    margin-top: -97.42857px;
  }
}
@media only screen and (max-width: 767px) {
  .c-hero__marker {
    margin-top: -24vw;
  }
}
.c-hero__marker ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: wrap;
      flex-flow: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.c-hero__marker ul li {
  width: 36px;
  height: 3px;
  line-height: 1;
  background: #fff;
  margin: 0 5px 10px 0;
  position: relative;
  /* stylelint-disable */
  /* stylelint-enable */
}
.c-hero__marker ul li::before {
  content: "";
  display: block;
  width: 0;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  background: #01aeb1;
  -webkit-transition: width 300ms ease-out;
  transition: width 300ms ease-out;
}
.c-hero__marker ul li.current::before {
  right: inherit;
  left: 0;
  width: 100%;
}
.c-hero__marker ul li:hover {
  cursor: pointer;
}
.c-hero__pagination ul {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  z-index: 2;
  width: 100%;
  height: 90px;
}
@media only screen and (max-width: 767px) {
  .c-hero__pagination ul {
    height: 14.66667vw;
  }
}
.c-hero__pagination li {
  position: absolute;
  width: 50px;
  height: 100%;
  background: #16383a;
  -webkit-transition: -webkit-transform 300ms;
  transition: -webkit-transform 300ms;
  transition: transform 300ms;
  transition: transform 300ms, -webkit-transform 300ms;
}
@media only screen and (max-width: 575px) {
  .c-hero__pagination li {
    width: 7.73333vw;
    margin-top: -10vw;
  }
}
.c-hero__pagination li::after {
  position: absolute;
  content: "";
  width: 20px;
  height: 20px;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  border: 3px solid #fff;
  border-width: 3px 3px 0 0;
}
@media only screen and (max-width: 575px) {
  .c-hero__pagination li::after {
    width: 3.33333vw;
    height: 3.33333vw;
    border-width: 2px 2px 0 0;
  }
}
.c-hero__pagination li:hover {
  cursor: pointer;
}
.c-hero__pagination li:first-child {
  left: 0;
}
.c-hero__pagination li:first-child::after {
  -webkit-transform: rotate(-135deg);
          transform: rotate(-135deg);
}
.c-hero__pagination li:last-child {
  right: 0;
}
.c-hero__pagination li:last-child::after {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.c-pagination {
  clear: both;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.8rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  line-height: 4rem;
  margin: 20px 0 0;
  overflow: hidden;
  text-align: center;
}
@media screen and (max-width: 576px) {
  .c-pagination {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.c-pagination a {
  background: none;
  color: currentColor;
  text-decoration: none;
  font-size: 0.88889em;
}
.c-pagination__prev a, .c-pagination__next a {
  border: 1px solid #ddd;
  display: inline-block;
  vertical-align: middle;
  overflow: hidden;
  padding: 0 10px;
  position: relative;
}
.c-pagination__prev a[data-disabled=true], .c-pagination__next a[data-disabled=true] {
  opacity: 0.3;
  pointer-events: none;
}
.c-pagination__prev {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
.c-pagination__prev ::before {
  content: "<";
  font-size: 0.77778em;
  display: inline-block;
  vertical-align: middle;
  color: #323f47;
  padding-right: 5px;
}
.c-pagination__next {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
}
.c-pagination__next ::after {
  content: "＞";
  font-size: 0.77778em;
  display: inline-block;
  vertical-align: middle;
  color: #323f47;
  padding-left: 5px;
}
.c-pagination__numbers {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-weight: bold;
  list-style: none;
  margin: 0 30px;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  padding: 0;
}
@media screen and (max-width: 576px) {
  .c-pagination__numbers {
    display: none;
  }
}
.c-pagination__number {
  display: block;
  list-style: none;
  margin: 0 0.5em;
}
.c-pagination__number:hover {
  padding-bottom: 2px;
  border-bottom: 2px solid #01aeb1;
}
.c-pagination__number--current {
  border-bottom: 2px solid #01aeb1;
}
.c-pagination__number--current:hover {
  padding-bottom: 0;
}
.c-pagination__number a {
  display: block;
  padding: 0 0.3em;
  text-align: center;
}
.c-pagination__number a::after {
  display: none;
}
.c-card {
  font-size: 1.6rem;
  border: 1px solid #ddd;
  height: 100%;
  outline: 2px solid transparent;
  overflow: hidden;
  position: relative;
  -webkit-transition: outline 300ms;
  transition: outline 300ms;
}
.c-card:hover {
  border: 1px solid #def1f2;
  outline: 2px solid #def1f2;
}
.c-card[data-is-new=true]::before {
  background: #01aeb1;
  color: #fff;
  content: "new";
  display: block;
  font-size: 0.875em;
  font-weight: bold;
  height: 74px;
  left: -38px;
  padding: 50px 0 0;
  position: absolute;
  text-align: center;
  top: -38px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  width: 74px;
  z-index: 1;
}
.c-card > a {
  color: currentColor;
  height: 100%;
  text-decoration: none;
}
.c-card__img {
  background: #ddd;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
  position: relative;
  width: 100%;
  margin-bottom: 15px;
}
.c-card__img img {
  display: block;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
@supports ((-o-object-fit: cover) or (object-fit: cover)) {
  .c-card__img img {
    height: 100%;
    -o-object-fit: cover;
       font-family: "object-fit:cover;object-position:center top";
       object-fit: cover;
    -o-object-position: center top;
       object-position: center top;
  }
}
.c-card__header {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
  padding: 0 22px;
}
.c-card__body {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 100%;
          flex: 0 1 100%;
  font-size: 0.875em;
  padding: 10px 22px 30px;
}
.c-card__title {
  font-size: 1.25em;
  margin: 0 auto;
  padding: 0;
  color: #f07100;
}
.c-card__time {
  display: none;
}
.c-card__tags ul {
  list-style: none;
  margin: 0 auto;
  padding: 0;
}
.c-card__tag-item {
  display: inline-block;
  font-size: 0.75em;
  list-style: none;
  margin: 0;
  padding: 0;
}
.c-card__tag-item span {
  background: #767200;
  color: #fff;
  display: block;
  padding: 3px 15px;
}
.c-card__author {
  display: none;
}
.c-card__description {
  margin: 0;
  padding: 0;
}
.c-card__description p {
  margin: 0;
  padding: 0;
}
.c-content-index {
  padding-bottom: 60px;
}
.c-content-index__body {
  width: 100%;
  margin: 0;
  margin: 0 auto;
  display: -ms-grid;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  grid-gap: 10px;
}
@media only screen and (max-width: 1239px) {
  .c-content-index__body {
    width: 1240px;
  }
}
@media only screen and (max-width: 767px) {
  .c-content-index__body {
    width: 100%;
  }
}
.c-content-main {
  font-size: 1em;
  line-height: 1.8;
}
@media only screen and (max-width: 767px) {
  .c-content-main {
    font-size: 3.46667vw;
  }
}
.c-content-main a {
  color: currentColor;
}
.c-content-main h2 {
  font-size: 2.625em;
  line-height: 1.4;
  margin: 0 0 50px;
  position: relative;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  .c-content-main h2 {
    font-size: 6vw;
    margin-bottom: 6.66667vw;
  }
}
.c-content-main h2 span {
  background: url("/pickup/horunavi/img/bg-pattern02.png") repeat left top;
}
.c-content-main h2 span.small {
  font-size: 85%;
}
.c-content-main h2 span[data-line=green] {
  background-image: url("/pickup/horunavi/img/bg-pattern02-green.png");
}
.c-content-main h2[data-type="02"] small {
  font-size: 0.57143em;
  color: #01adb0;
  display: block;
  font-weight: 500;
  letter-spacing: 1px;
}
.c-content-main h3 {
  font-size: 2.25em;
  line-height: 1.3;
  color: #01adb0;
  margin: 0 0 30px;
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 767px) {
  .c-content-main h3 {
    font-size: 4.8vw;
    margin-bottom: 5.33333vw;
  }
}
.c-content-main h3.small {
  font-size: 1.75em;
  margin: 20px 0;
}
@media only screen and (max-width: 767px) {
  .c-content-main h3.small {
    font-size: 4.8vw;
    margin-bottom: 5.33333vw;
  }
}
.c-content-main h4 {
  font-size: 1.75em;
  line-height: 1.5;
  font-weight: 500;
  margin: 0 0 20px;
  padding-bottom: 10px;
  position: relative;
  border-bottom: 2px solid #ddd;
}
@media only screen and (max-width: 767px) {
  .c-content-main h4 {
    font-size: 4vw;
    margin-bottom: 4vw;
  }
}
.c-content-main h4::after {
  content: "";
  display: block;
  width: 10.41667%;
  height: 2px;
  background: #01aeb1;
  position: absolute;
  left: 0;
  top: 100%;
}
.c-content-main h4[data-type="2"] {
  font-size: 1.5em;
  border-bottom-width: 1px;
}
@media only screen and (max-width: 767px) {
  .c-content-main h4[data-type="2"] {
    font-size: 3.73333vw;
  }
}
.c-content-main h4[data-type="2"]::after {
  height: 1px;
}
.c-content-main h4[data-type=q] {
  padding-left: 40px;
}
@media only screen and (max-width: 767px) {
  .c-content-main h4[data-type=q] {
    padding-left: 6.66667vw;
  }
}
.c-content-main h4[data-type=q]::before {
  content: "Q";
  display: block;
  position: absolute;
  left: 0;
  top: -5px;
  font-size: 1.14286em;
  color: #01aeb1;
}
@media only screen and (max-width: 767px) {
  .c-content-main h4[data-type=q]::before {
    top: -0.66667vw;
    font-size: 4.8vw;
  }
}
.c-content-main h5 {
  font-size: 1.5em;
  line-height: 1.5;
  color: #01aeb1;
  margin: 0 0 15px;
}
@media only screen and (max-width: 767px) {
  .c-content-main h5 {
    font-size: 3.73333vw;
    margin-bottom: 3.33333vw;
  }
}
.c-content-main h5:first-child {
  margin-top: 0;
}
.c-content-main h6 {
  font-size: 1.375em;
  line-height: 1.5;
  margin: 0 0 15px;
}
@media only screen and (max-width: 767px) {
  .c-content-main h6 {
    font-size: 3.73333vw;
    margin-bottom: 3.33333vw;
  }
}
.c-content-main h6:first-child {
  margin-top: 0;
}
.c-content-main p,
.c-content-main li,
.c-content-main td {
  word-wrap: break-word;
}
.c-content-main p a:not([data-type=btn]):not([href^="tel:"]),
.c-content-main li a:not([data-type=btn]):not([href^="tel:"]),
.c-content-main td a:not([data-type=btn]):not([href^="tel:"]) {
  color: #01adb0;
  margin-right: 6px;
}
.c-content-main p a:not([data-type=btn]):not([href^="tel:"])[target=_blank]::after,
.c-content-main li a:not([data-type=btn]):not([href^="tel:"])[target=_blank]::after,
.c-content-main td a:not([data-type=btn]):not([href^="tel:"])[target=_blank]::after {
  content: "";
  display: inline-block;
  margin: 0 6px 0;
  width: 13px;
  height: 13px;
  background: url("/pickup/horunavi/img/icon-link.png") no-repeat left top;
  background-size: 100% auto;
}
@media only screen and (max-width: 767px) {
  .c-content-main p a:not([data-type=btn]):not([href^="tel:"])[target=_blank]::after,
.c-content-main li a:not([data-type=btn]):not([href^="tel:"])[target=_blank]::after,
.c-content-main td a:not([data-type=btn]):not([href^="tel:"])[target=_blank]::after {
    width: 2.93333vw;
    height: 2.93333vw;
    margin-right: 1.6vw;
  }
}
.c-content-main p a:not([data-type=btn]):not([href^="tel:"])[href$=".pdf"]::after,
.c-content-main li a:not([data-type=btn]):not([href^="tel:"])[href$=".pdf"]::after,
.c-content-main td a:not([data-type=btn]):not([href^="tel:"])[href$=".pdf"]::after {
  content: "";
  display: inline-block;
  margin: 0 8px -3px 6px;
  width: 16px;
  height: 20px;
  background: url("/pickup/horunavi/img/icon-pdf.png") no-repeat left top;
  background-size: 100% auto;
}
@media only screen and (max-width: 767px) {
  .c-content-main p a:not([data-type=btn]):not([href^="tel:"])[href$=".pdf"]::after,
.c-content-main li a:not([data-type=btn]):not([href^="tel:"])[href$=".pdf"]::after,
.c-content-main td a:not([data-type=btn]):not([href^="tel:"])[href$=".pdf"]::after {
    width: 3.73333vw;
    height: 4.8vw;
    margin: 0 1.33333vw -1.33333vw;
  }
}
@media print,screen and (min-width: 768px) {
  .c-content-main p a:not([data-type=btn]):not([href^="tel:"]):hover,
.c-content-main li a:not([data-type=btn]):not([href^="tel:"]):hover,
.c-content-main td a:not([data-type=btn]):not([href^="tel:"]):hover {
    text-decoration: none;
  }
}
.c-content-main p:first-child {
  margin-top: 0;
}
.c-content-main p:last-child {
  margin-bottom: 0;
}
.c-content-main p[data-type=lead] {
  font-size: 1.25em;
  line-height: 2;
  margin-bottom: 1.8em;
}
@media only screen and (max-width: 767px) {
  .c-content-main p[data-type=lead] {
    font-size: 4vw;
  }
}
.c-content-main ul,
.c-content-main ol {
  margin-bottom: 20px;
}
@media only screen and (max-width: 767px) {
  .c-content-main ul,
.c-content-main ol {
    margin-bottom: 4vw;
  }
}
.c-content-main ul > li,
.c-content-main ol > li {
  line-height: 1.5;
}
.c-content-main ul > li:not(:last-child),
.c-content-main ol > li:not(:last-child) {
  margin-bottom: 8px;
}
@media only screen and (max-width: 767px) {
  .c-content-main ul > li:not(:last-child),
.c-content-main ol > li:not(:last-child) {
    margin-bottom: 1.33333vw;
  }
}
.c-content-main ul > li ul,
.c-content-main ul > li ol,
.c-content-main ol > li ul,
.c-content-main ol > li ol {
  margin-top: 10px;
}
@media only screen and (max-width: 767px) {
  .c-content-main ul > li ul,
.c-content-main ul > li ol,
.c-content-main ol > li ul,
.c-content-main ol > li ol {
    margin-top: 1.33333vw;
  }
}
.c-content-main ul > li {
  padding-left: 15px;
}
.c-content-main ul > li::before {
  content: "";
  display: inline-block;
  vertical-align: 3px;
  margin: 0 9px 0 -15px;
  width: 7px;
  height: 7px;
  background: #01adb0;
}
.c-content-main ul > li > ul > li::before {
  background-color: #ddd;
}
.c-content-main ul[data-type=check] > li {
  font-size: 1.5em;
  margin-bottom: 0;
  color: #01adb0;
  position: relative;
  padding-left: 35px;
}
@media only screen and (max-width: 767px) {
  .c-content-main ul[data-type=check] > li {
    font-size: 4.26667vw;
  }
}
.c-content-main ul[data-type=check] > li:not(:last-child) {
  margin-bottom: 15px;
}
.c-content-main ul[data-type=check] > li::before {
  position: absolute;
  content: "";
  width: 20px;
  height: 20px;
  background: url("/pickup/horunavi/img/obj-check.png") no-repeat;
  background-size: cover;
  top: 10px;
  left: 20px;
}
@media only screen and (max-width: 767px) {
  .c-content-main ul[data-type=check] > li::before {
    width: 4.26667vw;
    height: 4.26667vw;
    top: 1.33333vw;
  }
}
.c-content-main ul[data-type="simple"] > li::before {
  content: "・";
  display: inline-block;
  vertical-align: 0;
  margin: 0 0 0 -1em;
  width: 1em;
  height: 1em;
  background: none;
}
.c-content-main ul.caution-list > li {
  padding-left: 20px;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .c-content-main ul.caution-list > li {
    padding-left: 4.66667vw;
  }
}
.c-content-main ul.caution-list > li::before {
  content: "※";
  background: none;
  vertical-align: -1px;
  color: #01aeb1;
  width: inherit;
  height: inherit;
  margin-right: 4px;
  margin-left: -20px;
}
@media only screen and (max-width: 767px) {
  .c-content-main ul.caution-list > li::before {
    margin-right: 1.06667vw;
    margin-left: -4.66667vw;
  }
}
.c-content-main ol {
  counter-reset: content-main-ol-default;
}
.c-content-main ol > li {
  list-style: none;
  padding-left: 25px;
}
.c-content-main ol > li::before {
  display: inline-block;
  vertical-align: -1px;
  content: counter(content-main-ol-default, decimal-leading-zero) ".";
  counter-increment: content-main-ol-default;
  color: #01adb0;
  font-family: "Barlow Condensed", "Noto Sans JP", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", sans-serif;
  font-weight: 600;
  width: 25px;
  margin: 0 0 0 -25px;
}
@media only screen and (max-width: 767px) {
  .c-content-main ol > li::before {
    font-size: 4vw;
  }
}
.c-content-main ol > li > ol > li::before {
  color: #ddd;
}
.c-content-main table {
  border-collapse: collapse;
  width: 100%;
  margin-bottom: 30px;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .c-content-main table {
    margin-bottom: 6.66667vw;
  }
}
.c-content-main caption {
  font-weight: 500;
  text-align: left;
  margin-bottom: 10px;
}
@media only screen and (max-width: 767px) {
  .c-content-main caption {
    margin-bottom: 1.33333vw;
  }
}
.c-content-main th,
.c-content-main td {
  padding: 10px 30px;
  line-height: 1.5;
  position: relative;
  border: 1px solid #ddd;
}
@media only screen and (max-width: 767px) {
  .c-content-main th,
.c-content-main td {
    padding: 2.66667vw 2vw;
    font-size: 3.46667vw;
  }
}
.c-content-main th {
  font-weight: 500;
  font-size: 1.0625em;
  text-align: left;
  color: #01adb0;
  background: url("/pickup/horunavi/img/bg-pattern03.png");
}
@media only screen and (max-width: 767px) {
  .c-content-main th {
    font-size: 3.73333vw;
  }
}
.c-content-main td ul:last-child,
.c-content-main td ol:last-child {
  margin-bottom: 0;
}
.c-content-main td p:not(:last-child) {
  margin-bottom: 5px;
}
.c-content-main td p + p {
  margin-top: 5px;
}
.c-content-main table[data-type="02"] th {
  background: url("/pickup/horunavi/img/bg-pattern01-green02.png");
}
.c-content-main table[data-type="02"] th[data-type=gray] {
  background: #fff url("/pickup/horunavi/img/bg-pattern03.png");
}
.c-content-main table[data-type="02"] td {
  background-color: #fff;
}
.c-content-main table[data-type="03"] {
  border: #01ADB0 solid;
  border-width: 1px 1px 0px 0px;
}
.c-content-main table[data-type="03"] th.head-title {
  background: #01ADB0;
  color: #fff;
}
.c-content-main table[data-type="03"] th {
  background: #DEF1F2;
  color: #222222;
  border-color: #01ADB0;
  border-width: 0px 0px 1px 1px;
  background-clip: padding-box;
}
.c-content-main table[data-type="03"] td {
  background: #fff;
  border-color: #01ADB0;
  border-width: 0px 0px 1px 1px;
  background-clip: padding-box;
}
.c-content-main table[data-type="03"] td.dotted {
  border-bottom: #01ADB0 dotted 1px;
}
.c-content-main table[data-type="03"] td .indent4em {
  display: inline-block;
  padding-left: 4.5em;
}

@media only screen and (max-width: 767px) {
  .c-content-main .col1-table tr,
.c-content-main .col1-table th,
.c-content-main .col1-table td {
    width: 100%;
    display: block;
  }
}
@media print,screen and (min-width: 768px) {
  .c-content-main .col1-table th {
    min-width: 225px;
  }
}
@media only screen and (max-width: 767px) {
  .c-content-main .col3-table {
    overflow-x: scroll;
  }
}
@media only screen and (max-width: 767px) {
  .c-content-main .col3-table table {
    width: 960px;
  }
}
.c-content-main .col3-table tr th:first-child {
  min-width: 225px;
}
@media only screen and (max-width: 767px) {
  .c-content-main .table-scroll {
    overflow-x: scroll;
  }
  .c-content-main .table-scroll::before {
    content: "※下記表組は、横スクロールしてご覧ください。";
    display: block;
    margin-bottom: 20px;
    position: sticky;
    position: -webkit-sticky;
    top: 10px;
    left: 0;
    white-space: normal;
  }
  .c-content-main .table-scroll table {
    width: 186.66667vw;
  }
}
.c-content-main blockquote {
  background: #323f47;
  margin: 0 0 15px;
  padding: 30px;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .c-content-main blockquote {
    padding: 5.33333vw;
    margin-bottom: 2.66667vw;
  }
}
.c-content-main blockquote::before, .c-content-main blockquote::after {
  display: block;
  font-size: 3.75em;
  opacity: 0.2;
  pointer-events: none;
  position: absolute;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  font-family: "Barlow Condensed", "Noto Sans JP", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", sans-serif;
}
.c-content-main blockquote::before {
  content: "“";
  top: 0.15em;
  left: 0.25em;
  line-height: 1;
}
@media only screen and (max-width: 767px) {
  .c-content-main blockquote::before {
    top: 1.33333vw;
    left: 2.66667vw;
  }
}
.c-content-main blockquote::after {
  content: "”";
  bottom: 0.15em;
  right: 0.25em;
  line-height: 0;
}
@media only screen and (max-width: 767px) {
  .c-content-main blockquote::after {
    bottom: 1.33333vw;
    right: 2.66667vw;
  }
}
.c-content-main figure {
  margin: 0;
}
.c-content-main .flow figure {
  width: 92px;
  margin: 0 auto;
}
@media only screen and (max-width: 767px) {
  .c-content-main .flow figure {
    width: 60px;
  }
}
.c-content-main figcaption {
  background: none;
  font-size: 0.875em;
  font-weight: normal;
  line-height: 1.6;
  padding: 0.5em 1.2em;
  text-align: center;
}
.c-content-main hr {
  color: #ddd;
  background: #ddd;
  border-style: none;
  height: 2px;
  margin: 50px auto;
  width: 95%;
}
.c-content-main hr:first-child {
  margin-top: 0;
}
.c-content-main [data-item=button],
.c-content-main .btn-group {
  text-align: center;
}
.c-content-main [data-item=button] button,
.c-content-main [data-item=button] [data-button-kind],
.c-content-main .btn-group button,
.c-content-main .btn-group [data-button-kind] {
  margin: 0 0 20px;
}
@media print,screen and (min-width: 768px) {
  .c-content-main [data-item=button] button,
.c-content-main [data-item=button] [data-button-kind],
.c-content-main .btn-group button,
.c-content-main .btn-group [data-button-kind] {
    display: inline-block;
  }
}
@media only screen and (max-width: 767px) {
  .c-content-main [data-item=button] button,
.c-content-main [data-item=button] [data-button-kind],
.c-content-main .btn-group button,
.c-content-main .btn-group [data-button-kind] {
    width: 80%;
    margin: 0 auto;
  }
}
@media only screen and (max-width: 767px) {
  .c-content-main [data-item=button] button:not(:last-child),
.c-content-main [data-item=button] [data-button-kind]:not(:last-child),
.c-content-main .btn-group button:not(:last-child),
.c-content-main .btn-group [data-button-kind]:not(:last-child) {
    margin-bottom: 4vw;
  }
}
@media only screen and (max-width: 767px) {
  .c-content-main [data-item=button] + [data-item=button],
.c-content-main .btn-group + [data-item=button] {
    margin-top: 4vw;
  }
}
@media print,screen and (min-width: 768px) {
  .c-content-main [data-item=button][data-align=right],
.c-content-main .btn-group[data-align=right] {
    text-align: right;
  }
}
@media print,screen and (min-width: 768px) {
  .c-content-main [data-item=button][data-align=left],
.c-content-main .btn-group[data-align=left] {
    text-align: left;
  }
}
.c-content-main [data-type=btn] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 16px 45px;
  background: transparent;
  font-family: "Barlow Condensed", "Noto Sans JP", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", sans-serif;
  color: #fff;
  text-decoration: none;
  border: 1px solid #01adb0;
  font-size: 1.125em;
  line-height: 1.8;
  font-weight: 300;
  position: relative;
  z-index: 1;
  overflow: hidden;
  text-align: center;
  -webkit-transition: background-color 300ms, color 300ms;
  transition: background-color 300ms, color 300ms;
}
@media print,screen and (min-width: 768px) {
  .c-content-main [data-type=btn] {
    min-width: 260px;
  }
}
@media only screen and (max-width: 767px) {
  .c-content-main [data-type=btn] {
    padding: 4vw 8vw;
    font-size: 4vw;
    min-width: 64vw;
    font-weight: normal;
    line-height: 1.5;
  }
}
.c-content-main [data-type=btn]::before, .c-content-main [data-type=btn]::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
}
.c-content-main [data-type=btn]::before {
  width: 100%;
  height: 100%;
  background: #01adb0;
  left: 0;
  z-index: -1;
  pointer-events: none;
  -webkit-transition: left, right, opacity;
  transition: left, right, opacity;
  -webkit-transition-duration: 300ms;
          transition-duration: 300ms;
}
.c-content-main [data-type=btn]::after {
  right: 0;
  bottom: 0;
  margin: auto 0;
  width: 25px;
  height: 1px;
  background: #fff;
  -webkit-transition: background-color, -webkit-transform;
  transition: background-color, -webkit-transform;
  transition: background-color, transform;
  transition: background-color, transform, -webkit-transform;
  -webkit-transition-duration: 300ms;
          transition-duration: 300ms;
}
@media only screen and (max-width: 767px) {
  .c-content-main [data-type=btn]::after {
    width: 5.33333vw;
  }
}
@media print,screen and (min-width: 768px) {
  .c-content-main [data-type=btn]:hover {
    cursor: pointer;
    color: #01adb0;
    border-color: #01adb0;
  }
  .c-content-main [data-type=btn]:hover::before {
    opacity: 0;
  }
  .c-content-main [data-type=btn]:hover::after {
    background-color: #01adb0;
  }
}
@media print,screen and (min-width: 768px) {
  .c-content-main [data-button-kind=link] [data-type=btn]:hover::after {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
}
.c-content-main [data-button-kind=em] [data-type=btn] {
  border-color: #323f47;
}
.c-content-main [data-button-kind=em] [data-type=btn]::before {
  background: #323f47;
}
@media print,screen and (min-width: 768px) {
  .c-content-main [data-button-kind=em] [data-type=btn]:hover {
    color: #323f47;
  }
  .c-content-main [data-button-kind=em] [data-type=btn]:hover::after {
    background: #323f47;
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
}
.c-content-main [data-button-kind=external] [data-type=btn] {
  color: #333;
  border-color: #01adb0;
  background-color: #01adb0;
}
.c-content-main [data-button-kind=external] [data-type=btn]::before {
  background-color: #fff;
}
.c-content-main [data-button-kind=external] [data-type=btn]::after {
  width: 14px;
  height: 14px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 20px;
  margin: auto 0;
  background: url("/pickup/horunavi/img/icon-link.png") no-repeat center center/100% auto;
}
@media only screen and (max-width: 767px) {
  .c-content-main [data-button-kind=external] [data-type=btn]::after {
    width: 3.2vw;
    height: 3.2vw;
    right: 3.33333vw;
  }
}
@media print,screen and (min-width: 768px) {
  .c-content-main [data-button-kind=external] [data-type=btn]:hover {
    color: #fff;
  }
  .c-content-main [data-button-kind=external] [data-type=btn]:hover::after {
    background-image: url("/pickup/horunavi/img/icon-link-w.png");
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
}
.c-content-main [data-button-kind=back] [data-type=btn],
.c-content-main .btn-back {
  color: #323f47;
  border-color: #ddd;
}
.c-content-main [data-button-kind=back] [data-type=btn]::before,
.c-content-main .btn-back::before {
  background-color: #ddd;
  left: inherit;
  right: 0;
}
.c-content-main [data-button-kind=back] [data-type=btn]::after,
.c-content-main .btn-back::after {
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1;
  right: inherit;
  left: 0;
  background-color: #323f47;
}
@media print,screen and (min-width: 768px) {
  .c-content-main [data-button-kind=back] [data-type=btn]:hover,
.c-content-main .btn-back:hover {
    border-color: #323f47;
  }
  .c-content-main [data-button-kind=back] [data-type=btn]:hover::after,
.c-content-main .btn-back:hover::after {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}
.c-content-main [data-button-kind=download] [data-type=btn],
.c-content-main .btn-download {
  color: #333;
  border-color: #01adb0;
  background-color: #01adb0;
}
.c-content-main [data-button-kind=download] [data-type=btn]::before,
.c-content-main .btn-download::before {
  background-color: #fff;
}
.c-content-main [data-button-kind=download] [data-type=btn]::after,
.c-content-main .btn-download::after {
  width: 14px;
  height: 18px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 20px;
  margin: auto 0;
  background: url("/pickup/horunavi/img/icon-pdf.png") no-repeat center center/100% auto;
}
@media only screen and (max-width: 767px) {
  .c-content-main [data-button-kind=download] [data-type=btn]::after,
.c-content-main .btn-download::after {
    width: 3.2vw;
    height: 4.26667vw;
    right: 3.33333vw;
  }
}
@media print,screen and (min-width: 768px) {
  .c-content-main [data-button-kind=download] [data-type=btn]:hover,
.c-content-main .btn-download:hover {
    color: #fff;
  }
  .c-content-main [data-button-kind=download] [data-type=btn]:hover::after,
.c-content-main .btn-download:hover::after {
    background-image: url("/pickup/horunavi/img/icon-pdf-w.png");
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
}
.c-content-main > div {
  margin-bottom: 2.5em;
}
@media only screen and (max-width: 767px) {
  .c-content-main > div {
    margin-bottom: 1.5em;
  }
}
.c-content-main [data-col]:last-child {
  margin-bottom: 0;
}
.c-content-main [data-col="1"] {
  margin-bottom: 60px;
}
@media only screen and (max-width: 767px) {
  .c-content-main [data-col="1"] {
    margin-bottom: 9.33333vw;
  }
}
.c-content-main .col1-1000 {
  overflow: hidden;
}
@media print,screen and (min-width: 768px) {
  .c-content-main .col1-1000 {
    margin-left: -50px;
    margin-right: -50px;
  }
}
.c-content-main .col1-1000 img {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
     font-family: "object-fit:cover;object-position:center";
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.c-content-main .col1-wide {
  overflow: hidden;
}
@media print,screen and (min-width: 768px) {
  .c-content-main .col1-wide {
    margin-left: -50px;
    margin-right: -50px;
  }
}
.c-content-main .col1-wide img {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
     font-family: "object-fit:cover;object-position:center";
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.c-content-main .col1-100per {
  margin-left: -140px;
  margin-right: -140px;
}
@media only screen and (max-width: 767px) {
  .c-content-main .col1-100per {
    margin-left: -5.33333vw;
    margin-right: -5.33333vw;
  }
}
.c-content-main .col1-100per[data-col-type=img] img {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
     font-family: "object-fit:cover;object-position:center";
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.c-content-main .col1-100per[data-col-type=text], .c-content-main .col1-100per[data-col-type=button] {
  padding-left: 140px;
  padding-right: 140px;
}
@media only screen and (max-width: 767px) {
  .c-content-main .col1-100per[data-col-type=text], .c-content-main .col1-100per[data-col-type=button] {
    padding-left: 5.33333vw;
    padding-right: 5.33333vw;
  }
}
.c-content-main [data-col="2"] > div,
.c-content-main [data-sp=col2] > div {
  width: 48%;
  margin-bottom: 20px;
}
.c-content-main [data-col="2"] > div > div[data-col-type=text] + [data-col-type=img],
.c-content-main [data-sp=col2] > div > div[data-col-type=text] + [data-col-type=img] {
  margin-top: 20px;
}
@media print,screen and (min-width: 768px) {
  .c-content-main [data-col="2"] [data-col-size="30per"],
.c-content-main [data-sp=col2] [data-col-size="30per"] {
    width: 29%;
  }
}
@media print,screen and (min-width: 768px) {
  .c-content-main [data-col="2"] [data-col-size="30per"] + div,
.c-content-main [data-sp=col2] [data-col-size="30per"] + div {
    width: 68%;
  }
}
@media print,screen and (min-width: 768px) {
  .c-content-main [data-col="2"] [data-col-size="40per"],
.c-content-main [data-sp=col2] [data-col-size="40per"] {
    width: 39%;
  }
}
@media print,screen and (min-width: 768px) {
  .c-content-main [data-col="2"] [data-col-size="40per"] + div,
.c-content-main [data-sp=col2] [data-col-size="40per"] + div {
    width: 58%;
  }
}
@media print,screen and (min-width: 768px) {
  .c-content-main [data-col="2"] [data-col-size="70per"],
.c-content-main [data-sp=col2] [data-col-size="70per"] {
    width: 68%;
  }
}
@media print,screen and (min-width: 768px) {
  .c-content-main [data-col="2"] [data-col-size="70per"] + div,
.c-content-main [data-sp=col2] [data-col-size="70per"] + div {
    width: 29%;
  }
}
@media print,screen and (min-width: 768px) {
  .c-content-main [data-col="2"] [data-col-size="420"],
.c-content-main [data-sp=col2] [data-col-size="420"] {
    width: 43.75%;
  }
}
.c-content-main [data-col="3"] > div,
.c-content-main [data-sp=col3] > div {
  width: 32%;
}
@media print,screen and (min-width: 768px) {
  .c-content-main [data-col="4"] > div {
    width: 24%;
  }
}
@media print,screen and (min-width: 768px) {
  .c-content-main [data-col="5"] > div {
    width: 19%;
  }
}
.c-content-main [data-col="2"],
.c-content-main [data-col="3"],
.c-content-main [data-col="4"],
.c-content-main [data-col="5"] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-flow: nowrap;
      flex-flow: nowrap;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media only screen and (max-width: 767px) {
  .c-content-main [data-col="2"],
.c-content-main [data-col="3"],
.c-content-main [data-col="4"],
.c-content-main [data-col="5"] {
    display: block;
  }
}
@media only screen and (max-width: 767px) {
  .c-content-main [data-col="2"]:not([data-sp]) > div,
.c-content-main [data-col="3"]:not([data-sp]) > div,
.c-content-main [data-col="4"]:not([data-sp]) > div,
.c-content-main [data-col="5"]:not([data-sp]) > div {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .c-content-main [data-col="2"]:not([data-sp]) > div + div,
.c-content-main [data-col="3"]:not([data-sp]) > div + div,
.c-content-main [data-col="4"]:not([data-sp]) > div + div,
.c-content-main [data-col="5"]:not([data-sp]) > div + div {
    margin-top: 1.25em;
  }
}
@media only screen and (max-width: 767px) {
  .c-content-main [data-col="2"][data-col-type=button] > div + div,
.c-content-main [data-col="3"][data-col-type=button] > div + div,
.c-content-main [data-col="4"][data-col-type=button] > div + div,
.c-content-main [data-col="5"][data-col-type=button] > div + div {
    margin-top: 1.25em;
  }
}
.c-content-main [data-col="2"][data-align=center],
.c-content-main [data-col="3"][data-align=center],
.c-content-main [data-col="4"][data-align=center],
.c-content-main [data-col="5"][data-align=center] {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media print,screen and (min-width: 768px) {
  .c-content-main [data-col="2"][data-align=center] > div,
.c-content-main [data-col="3"][data-align=center] > div,
.c-content-main [data-col="4"][data-align=center] > div,
.c-content-main [data-col="5"][data-align=center] > div {
    margin-left: 15px;
    margin-right: 15px;
  }
}
@media only screen and (max-width: 767px) {
  .c-content-main [data-sp=col2],
.c-content-main [data-sp=col3] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: wrap;
        flex-flow: wrap;
  }
}
@media only screen and (max-width: 767px) {
  .c-content-main [data-sp=col2] > div,
.c-content-main [data-sp=col3] > div {
    margin-bottom: 3.33333vw;
  }
}
.c-content-main [data-col-type=img] {
  text-align: center;
  line-height: 0;
}
.c-content-main [data-col-type=img] a {
  display: block;
}
@media print,screen and (min-width: 768px) {
  .c-content-main [data-col-type=img] a {
    -webkit-transition: -webkit-transform, -webkit-box-shadow;
    transition: -webkit-transform, -webkit-box-shadow;
    transition: transform, box-shadow;
    transition: transform, box-shadow, -webkit-transform, -webkit-box-shadow;
    -webkit-transition-duration: 300ms;
            transition-duration: 300ms;
  }
  .c-content-main [data-col-type=img] a:hover {
    -webkit-transform: translateY(-2%);
            transform: translateY(-2%);
    -webkit-box-shadow: 0 10px 10px -10px #009497;
            box-shadow: 0 10px 10px -10px #009497;
  }
}
.c-content-main [data-col-type=img] img {
  max-width: 100%;
  height: auto;
}
.c-content-main [data-col-type=img] [data-item=caption] {
  font-size: 1.4rem;
  line-height: 1.6;
  margin: 10px 0 0;
  text-align: left;
}
@media only screen and (max-width: 767px) {
  .c-content-main [data-col-type=img] [data-item=caption] {
    font-size: 2.93333vw;
  }
}
.c-content-main [data-col-type=button] + [data-col-type=button] {
  margin-top: -1.875em;
}
@media only screen and (max-width: 767px) {
  .c-content-main [data-col-type=button] + [data-col-type=button] {
    margin-top: -0.25em;
  }
}
@media print,screen and (min-width: 768px) {
  .c-content-main [data-col-type=button] [data-button-kind] {
    width: 100%;
  }
}
@media print,screen and (min-width: 768px) {
  .c-content-main [data-size="640"] {
    width: 640px;
    margin-left: auto;
    margin-right: auto;
  }
}
.c-content-main [data-col-type=linkimg] a {
  display: block;
  width: 100%;
}
@media print,screen and (min-width: 768px) {
  .c-content-main [data-col-type=linkimg] a {
    -webkit-transition-duration: 300ms;
            transition-duration: 300ms;
    -webkit-transition-property: -webkit-transform, -webkit-box-shadow;
    transition-property: -webkit-transform, -webkit-box-shadow;
    transition-property: transform, box-shadow;
    transition-property: transform, box-shadow, -webkit-transform, -webkit-box-shadow;
  }
  .c-content-main [data-col-type=linkimg] a:hover {
    -webkit-transform: translateY(-2%);
            transform: translateY(-2%);
    -webkit-box-shadow: 0 10px 10px -10px #425058;
            box-shadow: 0 10px 10px -10px #425058;
  }
}
.c-content-main [data-col-type=linkimg] a img {
  width: 100%;
}
.c-content-main [data-col-type=slide] {
  overflow: hidden;
}
.c-content-main [data-col-type=slide] ul {
  padding: 0;
}
.c-content-main [data-col-type=slide] ul li {
  padding: 0;
}
.c-content-main [data-col-type=slide] ul li::before {
  display: none;
}
.c-content-main [data-col-type=slide] .slide {
  margin: 0 auto;
}
.c-content-main [data-col-type=slide] .slide-contents {
  position: relative;
  width: 640px;
  text-align: center;
  margin: 0 auto 20px;
  line-height: 0;
}
@media only screen and (max-width: 767px) {
  .c-content-main [data-col-type=slide] .slide-contents {
    width: 80%;
    margin-bottom: 4vw;
  }
}
.c-content-main [data-col-type=slide] .slide-list {
  width: 100%;
  line-height: 0;
}
.c-content-main [data-col-type=slide] .slide-list li {
  margin: 0;
}
.c-content-main [data-col-type=slide] .slide-list li img {
  width: 100%;
  height: auto;
  border-radius: 10px;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  .c-content-main [data-col-type=slide] .slide-marker {
    width: 80%;
    margin: 0 auto;
  }
}
.c-content-main [data-col-type=slide] .slide-marker ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media only screen and (max-width: 767px) {
  .c-content-main [data-col-type=slide] .slide-marker ul {
    -ms-flex-flow: wrap;
        flex-flow: wrap;
    margin: 0 -1.33333vw;
  }
}
.c-content-main [data-col-type=slide] .slide-marker ul li {
  width: 80px;
  height: 50px;
  background: #01adb0;
  margin: 0 5px 10px;
  line-height: 0;
  border-radius: 5px;
  overflow: hidden;
  cursor: pointer;
  -webkit-transition: opacity 300ms;
  transition: opacity 300ms;
}
@media only screen and (max-width: 767px) {
  .c-content-main [data-col-type=slide] .slide-marker ul li {
    width: 22.66667vw;
    height: 14.66667vw;
    margin: 0 1.33333vw 2.66667vw;
  }
}
.c-content-main [data-col-type=slide] .slide-marker ul li:hover {
  opacity: 0.7;
}
.c-content-main [data-col-type=slide] .slide-marker ul li img {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
     font-family: "object-fit:cover;object-position:center";
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  pointer-events: none;
}
.c-content-main [data-col-type=slide] .slide-pagination {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 100%;
}
.c-content-main [data-col-type=slide] .slide-pagination li {
  position: absolute;
  top: calc(50% - 15px);
  width: 25px;
  height: 25px;
  border: 2px solid #def1f2;
  border-width: 2px 2px 0 0;
}
@media only screen and (max-width: 767px) {
  .c-content-main [data-col-type=slide] .slide-pagination li {
    width: 5.33333vw;
    height: 5.33333vw;
    top: calc(50% - 2.66667vw);
  }
}
.c-content-main [data-col-type=slide] .slide-pagination li:hover {
  cursor: pointer;
}
.c-content-main [data-col-type=slide] .slide-pagination-prev {
  left: -50px;
  -webkit-transform: rotate(225deg);
          transform: rotate(225deg);
}
@media only screen and (max-width: 767px) {
  .c-content-main [data-col-type=slide] .slide-pagination-prev {
    left: -6.66667vw;
  }
}
.c-content-main [data-col-type=slide] .slide-pagination-next {
  right: -50px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
@media only screen and (max-width: 767px) {
  .c-content-main [data-col-type=slide] .slide-pagination-next {
    right: -6.66667vw;
  }
}
.c-content-main [data-col-type=youtube] {
  overflow: hidden;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (max-width: 767px) {
  .c-content-main [data-col-type=youtube] {
    margin-bottom: 5.33333vw;
  }
}
@media only screen and (max-width: 767px) {
  .c-content-main [data-col-type=youtube] iframe {
    height: 50.26667vw;
  }
}
.c-content-main [data-col-type=youtube].youtube iframe {
  width: 100%;
  height: auto;
}
.c-content-main [data-bg],
.c-content-main [data-border] {
  padding: 70px 30px;
}
@media only screen and (max-width: 767px) {
  .c-content-main [data-bg],
.c-content-main [data-border] {
    padding: 9.33333vw 4vw;
  }
}
.c-content-main [data-type="narrow"] {
  padding: 50px 30px 30px;
}
.c-content-main [data-border] {
  padding: 30px;
  border-color: #ddd;
  border-width: 2px;
  border-style: solid;
}
@media only screen and (max-width: 767px) {
  .c-content-main [data-border] {
    padding: 4vw;
  }
}
.c-content-main [data-border=bold] {
  border-width: 4px;
}
.c-content-main [data-border=dotted] {
  border-width: 4px;
  border-style: dotted;
}
.c-content-main [data-bg=gray] {
  background: url("/pickup/horunavi/img/bg-pattern03.png") repeat;
}
.c-content-main [data-bg=gray02] {
  background: #e8e8e8;
}
.c-content-main [data-bg=primary01] {
  background: #def1f2;
}
.c-content-main [data-bg=obj01] {
  background: #ededed;
  position: relative;
  margin-top: calc(80px + 5em);
}
@media only screen and (max-width: 767px) {
  .c-content-main [data-bg=obj01] {
    margin-top: calc(5.33333vw + 3em);
  }
}
.c-content-main [data-bg=obj01]::before {
  content: "";
  display: block;
  width: 100%;
  height: 80px;
  background: url("/pickup/horunavi/img/obj-05.png") no-repeat left top/100% auto;
  position: absolute;
  left: 0;
  bottom: 100%;
}
@media only screen and (max-width: 767px) {
  .c-content-main [data-bg=obj01]::before {
    height: 5.33333vw;
  }
}
.c-content-main .grid-frame-flex, .c-content-main .grid-frame {
  -ms-flex-line-pack: start;
      align-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.c-content-main .grid-frame-flex {
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
@media screen and (max-width: 576px) {
  .c-content-main .grid-xs-d5 {
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    -ms-flex-preferred-size: 20%;
        flex-basis: 20%;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .c-content-main .grid-sm-d5 {
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    -ms-flex-preferred-size: 20%;
        flex-basis: 20%;
  }
}
@media print,screen and (min-width: 768px) and (max-width: 1239px) {
  .c-content-main .grid-md-d5 {
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    -ms-flex-preferred-size: 20%;
        flex-basis: 20%;
  }
}
@media print,screen and (min-width: 1240px) and (max-width: 1399px) {
  .c-content-main .grid-lg-d5 {
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    -ms-flex-preferred-size: 20%;
        flex-basis: 20%;
  }
}
@media print,screen and (min-width: 1400px) {
  .c-content-main .grid-xl-d5 {
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    -ms-flex-preferred-size: 20%;
        flex-basis: 20%;
  }
}
@media screen and (max-width: 576px) {
  .c-content-main .grid-xs-flex {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 100%;
            flex: 0 1 100%;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .c-content-main .grid-sm-flex {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 100%;
            flex: 0 1 100%;
  }
}
@media print,screen and (min-width: 768px) and (max-width: 1239px) {
  .c-content-main .grid-md-flex {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 100%;
            flex: 0 1 100%;
  }
}
@media print,screen and (min-width: 1240px) and (max-width: 1399px) {
  .c-content-main .grid-lg-flex {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 100%;
            flex: 0 1 100%;
  }
}
@media print,screen and (min-width: 1400px) {
  .c-content-main .grid-xl-flex {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 100%;
            flex: 0 1 100%;
  }
}
.c-content-main .mt-zero {
  margin-top: 0 !important;
}
.c-content-main .mb-zero {
  margin-bottom: 0 !important;
}
.c-content-main .mt-narrow {
  margin-top: 1.25em !important;
}
.c-content-main .mt-wide {
  margin-top: 6.25em !important;
}
.c-content-main .mb-narrow {
  margin-bottom: 1.25em !important;
}
.c-content-main .mb-narrow2 {
  margin-bottom: 5em !important;
}
@media only screen and (max-width: 767px) {
  .c-content-main .mb-narrow2 {
    margin-bottom: 3em !important;
  }
}
.c-content-main .mb-wide {
  margin-bottom: 6.25em !important;
}
@media only screen and (max-width: 767px) {
  .c-content-main .mb-wide {
    margin-bottom: 3.75em !important;
  }
}
.c-content-main .mb-wide2 {
  margin-bottom: 10em !important;
}
@media only screen and (max-width: 767px) {
  .c-content-main .mb-wide2 {
    margin-bottom: 5em !important;
  }
}
.c-content-main .mb-default {
  margin-bottom: 2.5em !important;
}
.c-content-main .align-l {
  text-align: left;
}
.c-content-main .align-c {
  text-align: center;
}
.c-content-main .font-14 {
  font-size: 1.4rem;
}
@media only screen and (max-width: 767px) {
  .c-content-main .font-14 {
    font-size: 3.2vw;
  }
}
@media print,screen and (min-width: 768px) {
  .c-content-main .list-2col {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    max-width: 620px;
  }
  .c-content-main .list-2col li {
    width: 300px;
  }
  .c-content-main .list-2col li:not(:nth-child(2n)) {
    margin-right: 20px;
  }
}
.c-content-main .profile-block [data-col-type=img] {
  width: 195px;
  margin-right: -40px;
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 767px) {
  .c-content-main .profile-block [data-col-type=img] {
    margin: 0 auto;
    width: 53.33333vw !important;
  }
}
.c-content-main .profile-block [data-col-type=text] {
  margin-top: 30px;
  background: url("/pickup/horunavi/img/bg-pattern03.png") repeat;
  padding: 30px 35px 30px 70px;
  color: #000;
}
@media print,screen and (min-width: 768px) {
  .c-content-main .profile-block [data-col-type=text] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 83.33333%;
  }
}
@media only screen and (max-width: 767px) {
  .c-content-main .profile-block [data-col-type=text] {
    padding: 5.33333vw;
  }
}
@media print,screen and (min-width: 768px) {
  .c-content-main .profile-block [data-col-type=text] > div {
    width: 50%;
  }
}
@media print,screen and (min-width: 768px) {
  .c-content-main .profile-block [data-item=profile] {
    padding-right: 30px;
    border-right: 1px solid #c9c9c9;
  }
}
@media only screen and (max-width: 767px) {
  .c-content-main .profile-block [data-item=profile] {
    padding-bottom: 4vw;
    margin-bottom: 2.66667vw;
    border-bottom: 1px solid #c9c9c9;
  }
}
.c-content-main .profile-block [data-item=profile] [data-item=name] {
  font-size: 1.625em;
  font-weight: bold;
  line-height: 1.2;
  margin-bottom: 20px;
}
@media only screen and (max-width: 767px) {
  .c-content-main .profile-block [data-item=profile] [data-item=name] {
    font-size: 5.6vw;
    margin-bottom: 2.66667vw;
  }
}
.c-content-main .profile-block [data-item=profile] [data-item=name] span {
  display: block;
  color: #01adb0;
  font-weight: 500;
  letter-spacing: 1px;
  font-size: 0.61538em;
  margin-bottom: 5px;
}
@media only screen and (max-width: 767px) {
  .c-content-main .profile-block [data-item=profile] [data-item=name] span {
    font-size: 3.73333vw;
    margin-bottom: 0.66667vw;
  }
}
.c-content-main .profile-block [data-item=profile] [data-item=post] {
  margin: 0;
  font-size: 0.875em;
  line-height: 1.5;
}
@media print,screen and (min-width: 768px) {
  .c-content-main .profile-block [data-item=message] {
    padding-left: 30px;
  }
}
.c-content-main .profile-block [data-item=message] p {
  line-height: 1.9;
}
.c-content-main h4[data-type=jobsite] {
  font-size: 1.5em;
  font-weight: bold;
}
@media only screen and (max-width: 767px) {
  .c-content-main h4[data-type=jobsite] {
    font-size: 4.26667vw;
  }
}
.c-content-main p[data-type=jobsite] {
  font-size: 1.125em;
  letter-spacing: 0.0625em;
  line-height: 2.1;
}
.c-content-main p[data-type=jobsite] span {
  font-weight: bold;
  color: #01aeb1;
}
.c-content-main-about {
  margin-bottom: 80px !important;
}
@media only screen and (max-width: 767px) {
  .c-content-main-about {
    margin-bottom: 16vw !important;
  }
}
.c-content-main-3point {
  padding: 50px;
  background: #def1f2;
  position: relative;
  margin-bottom: 80px !important;
}
@media print,screen and (min-width: 768px) {
  .c-content-main-3point {
    min-width: 1060px;
    margin-left: -50px;
  }
}
@media only screen and (max-width: 767px) {
  .c-content-main-3point {
    padding: 6.66667vw;
    margin-bottom: 16vw !important;
  }
}
.c-content-main-3point h4 {
  text-align: center;
  border-bottom: none;
  font-weight: bold;
}
.c-content-main-3point h4::after {
  width: 7.29167%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.c-content-main-3point ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (max-width: 767px) {
  .c-content-main-3point ul {
    display: block;
  }
}
.c-content-main-3point ul li {
  width: 300px;
  height: 215px;
  background: #01aeb1;
  text-align: center;
  color: #fff;
  font-weight: bold;
  position: relative;
  padding: 25px 15px;
}
@media only screen and (max-width: 767px) {
  .c-content-main-3point ul li {
    width: 100%;
    height: 46.66667vw;
    padding: 5.33333vw 2vw;
  }
}
.c-content-main-3point ul li::before {
  position: absolute;
  content: "VIRTUAL\aSITE";
  white-space: pre;
  margin: 0;
  opacity: 0.15;
  line-height: 0.8;
  font-weight: 600;
  font-family: "Barlow Condensed", "Noto Sans JP", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", sans-serif;
  font-size: 4.0625em;
  width: auto;
  height: auto;
  top: 50%;
  left: 50%;
  background: none;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.c-content-main-3point ul li:not(:last-child) {
  margin-bottom: 0;
  margin-right: 30px;
}
@media only screen and (max-width: 767px) {
  .c-content-main-3point ul li:not(:last-child) {
    margin-bottom: 5.33333vw;
    margin-right: 0;
  }
}
.c-content-main-3point ul li p[data-item=num] {
  font-family: "Barlow Condensed", "Noto Sans JP", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", sans-serif;
  font-size: 3.125em;
  line-height: 1;
  font-weight: 500;
  margin-bottom: 10px;
}
.c-content-main-3point ul li p[data-item=text] {
  margin-top: 0;
  font-size: 1.375em;
  letter-spacing: 0.0625em;
}
.c-content-main-3point ul li:nth-child(2)::before {
  content: "MACHINE";
}
.c-content-main-3point ul li:last-child::before {
  content: "TRAINIGN";
}
.c-content-main-3point ul li[data-line="2"] p[data-item=text] {
  padding-top: 18px;
}
@media only screen and (max-width: 767px) {
  .c-content-main-3point ul li[data-line="2"] p[data-item=text] {
    padding-top: 3.33333vw;
  }
}
.c-content-main-jobsite {
  position: relative;
  background: #ededed;
  padding-bottom: 90px;
  margin-top: 270px;
  margin-bottom: 0 !important;
}
@media only screen and (max-width: 767px) {
  .c-content-main-jobsite {
    padding-top: 4vw;
    margin-top: 29.33333vw;
  }
}
.c-content-main-jobsite::before {
  content: "";
  display: block;
  width: 100%;
  height: 280px;
  position: absolute;
  bottom: 100%;
  left: 0;
  background: url("/pickup/horunavi/img/obj-04.png") no-repeat left top/100% auto;
  z-index: -1;
}
@media only screen and (max-width: 767px) {
  .c-content-main-jobsite::before {
    height: 20vw;
  }
}
.c-content-main-jobsite-block {
  max-width: 960px;
  margin: 0 auto;
  padding: 0 0 60px;
}
@media only screen and (max-width: 767px) {
  .c-content-main-jobsite-block {
    margin-left: 5.33333vw;
    margin-right: 5.33333vw;
  }
}
.c-content-main-jobsite-block .jobsite-map {
  background: #fff;
  padding: 63px 47px;
  margin-bottom: 80px;
}
@media only screen and (max-width: 767px) {
  .c-content-main-jobsite-block .jobsite-map {
    padding: 8vw 5.33333vw;
    margin-bottom: 16vw;
  }
}
.c-content-main-jobsite-block .jobsite-map-item:not(:last-child) {
  padding-bottom: 40px;
  margin-bottom: 40px;
  border-bottom: 1px dotted #ddd;
}
@media only screen and (max-width: 767px) {
  .c-content-main-jobsite-block .jobsite-map-item:not(:last-child) {
    padding-bottom: 8vw;
    margin-bottom: 16vw;
    border-width: 2px;
  }
}
.c-content-main-jobsite-block .jobsite-map-item h4 {
  margin: -10px 0 10px;
}
.c-content-main-jobsite-block .jobsite-map-item p {
  font-weight: bold;
  margin: 0 0 5px;
  line-height: 1.5;
}
.c-content-main-jobsite-block .jobsite-map-item p[data-size=small] {
  font-size: 0.8125em;
  margin-bottom: 15px;
}
.c-content-main-jobsite-block .jobsite-map-item div[data-type=date] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1px solid #efefef;
  padding: 10px 14px;
  line-height: 1;
  margin-bottom: 15px;
}
@media only screen and (max-width: 767px) {
  .c-content-main-jobsite-block .jobsite-map-item div[data-type=date] {
    display: block;
    margin-bottom: 3.33333vw;
    padding: 2.66667vw 3.73333vw;
  }
}
.c-content-main-jobsite-block .jobsite-map-item div[data-type=date] p {
  color: #01aeb1;
  font-size: 0.875em;
}
@media only screen and (max-width: 767px) {
  .c-content-main-jobsite-block .jobsite-map-item div[data-type=date] p {
    font-size: 3.73333vw;
    text-align: center;
    margin-bottom: 3.33333vw;
  }
}
.c-content-main-jobsite-block .jobsite-map-item div[data-type=date] p span {
  font-size: 1.28571em;
  font-family: "Barlow Condensed", "Noto Sans JP", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", sans-serif;
  font-weight: 500;
  letter-spacing: 0.0625em;
  margin-left: 4px;
  color: #000;
}
@media print,screen and (min-width: 768px) {
  .c-content-main-jobsite-block .jobsite-map-item div[data-type=date] a[data-type=btn] {
    min-width: 0;
    width: 138px;
    padding: 5px;
    font-size: 0.9375em;
    line-height: 1;
  }
  .c-content-main-jobsite-block .jobsite-map-item div[data-type=date] a[data-type=btn]:hover::after {
    background-image: url("/pickup/horunavi/img/icon-outside-hover.png");
  }
}
.c-content-main-jobsite-block .jobsite-map-item div[data-type=date] a[data-type=btn]::after {
  position: absolute;
  content: "";
  width: 12px;
  height: 12px;
  background: url("/pickup/horunavi/img/icon-outside.png") no-repeat;
  background-size: cover;
  top: 50%;
  right: 10px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition-duration: 600ms;
          transition-duration: 600ms;
}
@media only screen and (max-width: 767px) {
  .c-content-main-jobsite-block .jobsite-map-item div[data-type=date] a[data-type=btn]::after {
    width: 4vw;
    height: 4vw;
    right: 2.66667vw;
    -webkit-transform: translateY(-80%);
            transform: translateY(-80%);
  }
}
.c-content-main-jobsite-block .jobsite-map-item div[data-type=date] p[data-item=link] {
  line-height: 1;
}
.c-content-main-jobsite-block .jobsite-map-item div[data-type=date] p[data-item=link] a {
  text-decoration: none;
  color: #fff;
  background: #01aeb1;
  padding: 7px 33px 7px 15px;
  font-size: 0.9375em;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .c-content-main-jobsite-block .jobsite-map-item div[data-type=date] p[data-item=link] a {
    padding: 1.86667vw 8.8vw 1.86667vw 4vw;
    margin: 0 auto;
  }
}
.c-content-main-jobsite-block .jobsite-map-item div[data-type=info] {
  padding: 10px 20px;
  background: #efefef;
}
@media only screen and (max-width: 767px) {
  .c-content-main-jobsite-block .jobsite-map-item div[data-type=info] {
    padding: 2.66667vw 4vw;
  }
}
.c-content-main-jobsite-block .jobsite-map-item div[data-type=info] p {
  font-size: 0.875em;
  font-weight: normal;
  position: relative;
  padding-left: 50px;
}
@media only screen and (max-width: 767px) {
  .c-content-main-jobsite-block .jobsite-map-item div[data-type=info] p {
    font-size: 3.46667vw;
  }
}
.c-content-main-jobsite-block .jobsite-map-item div[data-type=info] p[data-type=add] {
  padding-bottom: 5px;
  border-bottom: 2px dotted #fff;
}
.c-content-main-jobsite-block .jobsite-map-item div[data-type=info] p[data-type=add]::before {
  position: absolute;
  content: "";
  width: 21px;
  height: 31px;
  background: url("/pickup/horunavi/img/icon-pin.png") no-repeat;
  background-size: cover;
  left: -6px;
  top: 50%;
  -webkit-transform: translate(50%, -50%);
          transform: translate(50%, -50%);
}
.c-content-main-jobsite-block .jobsite-map-item div[data-type=info] p[data-type=access]::before {
  position: absolute;
  content: "";
  width: 29px;
  height: 16px;
  background: url("/pickup/horunavi/img/icon-cor.png") no-repeat;
  background-size: cover;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.c-content-main-jobsite-block .jobsite-map-item iframe {
  width: 420px;
  height: 340px;
}
@media only screen and (max-width: 767px) {
  .c-content-main-jobsite-block .jobsite-map-item iframe {
    width: 100%;
    height: 45.33333vw;
  }
}
.c-content-main-jobsite-block .jobsite-bnr {
  width: 742px;
  margin: auto;
}
@media only screen and (max-width: 767px) {
  .c-content-main-jobsite-block .jobsite-bnr {
    width: 100%;
  }
}
.c-content-main-jobsite-block .jobsite-bnr a {
  display: block;
  margin: 0 !important;
}
.c-content-main-jobsite-block .jobsite-bnr a img {
  width: 100%;
  height: auto;
  -webkit-box-shadow: 0 5px rgba(0, 0, 0, 0.2);
          box-shadow: 0 5px rgba(0, 0, 0, 0.2);
}
.c-content-main .catalog-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: wrap;
      flex-flow: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 60px;
}
@media only screen and (max-width: 767px) {
  .c-content-main .catalog-list {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-top: 9.33333vw;
  }
}
.c-content-main .catalog-list:nth-of-type(n + 2) {
  margin-top: 0;
}
.c-content-main .catalog-list > li {
  width: 18.7%;
  margin-bottom: 50px;
  padding-left: 0;
}
@media only screen and (max-width: 767px) {
  .c-content-main .catalog-list > li {
    width: 48%;
    margin-bottom: 10.66667vw;
  }
}
@media print,screen and (min-width: 768px) {
  .c-content-main .catalog-list > li:not(:nth-child(4n)) {
    margin-right: 8.33333%;
  }
}
@media print,screen and (min-width: 768px) {
  .c-content-main .catalog-list > li:last-child {
    margin-right: 0;
  }
}
@media only screen and (max-width: 767px) {
  .c-content-main .catalog-list > li:not(:last-child) {
    margin-bottom: 10.66667vw !important;
  }
}
.c-content-main .catalog-list > li::before {
  display: none;
}
.c-content-main .catalog-list > li a {
  display: block;
  text-decoration: none;
  color: inherit;
  height: 100%;
}
@media print,screen and (min-width: 768px) {
  .c-content-main .catalog-list > li a:hover [data-col-type=img] {
    -webkit-transform: translateY(-2%);
            transform: translateY(-2%);
    -webkit-box-shadow: 0 10px 10px -10px #425058;
            box-shadow: 0 10px 10px -10px #425058;
  }
  .c-content-main .catalog-list > li a:hover [data-item=link]::before {
    width: 0;
  }
}
.c-content-main .catalog-list > li a:not([data-type=btn]):not([href^="tel:"])[target=_blank]::after, .c-content-main .catalog-list > li a:not([data-type=btn]):not([href^="tel:"])[href$=".pdf"]::after {
  display: none;
}
.c-content-main .catalog-list > li [data-col-type=img] {
  line-height: 0;
  margin-bottom: 5px;
}
@media only screen and (max-width: 767px) {
  .c-content-main .catalog-list > li [data-col-type=img] {
    margin-bottom: 1.33333vw;
  }
}
@media print,screen and (min-width: 768px) {
  .c-content-main .catalog-list > li [data-col-type=img] {
    -webkit-transition: -webkit-transform, -webkit-box-shadow;
    transition: -webkit-transform, -webkit-box-shadow;
    transition: transform, box-shadow;
    transition: transform, box-shadow, -webkit-transform, -webkit-box-shadow;
    -webkit-transition-duration: 300ms;
            transition-duration: 300ms;
  }
}
.c-content-main .catalog-list > li [data-col-type=img] img {
  width: 100%;
  height: auto;
}
.c-content-main .catalog-list > li [data-col-type=text] {
  line-height: 1.5;
}
@media print,screen and (min-width: 768px) {
  .c-content-main .catalog-list > li [data-col-type=text] {
    font-size: 1em;
  }
}
.c-content-main .catalog-list > li [data-col-type=text] p {
  margin: 0;
  color: #323f47;
}
.c-content-main .catalog-list > li [data-col-type=text] [data-item=link] {
  font-size: 0.875em;
  color: #01adb0;
  display: inline-block;
  margin-top: 10px;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .c-content-main .catalog-list > li [data-col-type=text] [data-item=link] {
    font-size: 3.46667vw;
    margin-top: 1.33333vw;
  }
}
.c-content-main .catalog-list > li [data-col-type=text] [data-item=link]::before {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  bottom: 0;
  background-color: #01adb0;
  width: 100%;
  height: 1px;
}
@media print,screen and (min-width: 768px) {
  .c-content-main .catalog-list > li [data-col-type=text] [data-item=link]::before {
    -webkit-transition: width 300ms;
    transition: width 300ms;
  }
}
.c-content-main .catalog-list > li [data-col-type=text] [data-item=link]::after {
  content: "";
  display: inline-block;
  width: 14px;
  height: 18px;
  margin: 0 -20px -3px 10px;
  background: url("/pickup/horunavi/img/icon-pdf.png") no-repeat center center/100% auto;
}
@media only screen and (max-width: 767px) {
  .c-content-main .catalog-list > li [data-col-type=text] [data-item=link]::after {
    width: 3.2vw;
    height: 4.26667vw;
    right: 3.33333vw;
  }
}
@media only screen and (max-width: 767px) {
  .c-content-main .works-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
@media only screen and (max-width: 767px) {
  .c-content-main .works-list [data-col-type=text] {
    width: 100%;
    margin-bottom: 6.66667vw;
  }
}
@media only screen and (max-width: 767px) {
  .c-content-main .works-list[data-col="2"] [data-col-type=text] {
    margin-bottom: 4px;
  }
}
.c-content-main .works-list[data-col="2"] button {
  width: 460px;
}
@media only screen and (max-width: 767px) {
  .c-content-main .works-list[data-col="2"] button {
    width: 100%;
  }
}
.c-content-main .works-list button {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  text-decoration: none;
  color: inherit;
  display: block;
  background: none;
  border: none;
  outline: none;
  padding: 0 0.9434% 10px;
  -webkit-transition: -webkit-transform, -webkit-box-shadow;
  transition: -webkit-transform, -webkit-box-shadow;
  transition: transform, box-shadow;
  transition: transform, box-shadow, -webkit-transform, -webkit-box-shadow;
  -webkit-transition-duration: 300ms;
          transition-duration: 300ms;
}
@media print,screen and (min-width: 768px) {
  .c-content-main .works-list button:hover, .c-content-main .works-list button:focus {
    -webkit-transform: translateY(-2%);
            transform: translateY(-2%);
    -webkit-box-shadow: 0 10px 10px -10px #425058;
            box-shadow: 0 10px 10px -10px #425058;
  }
}
.c-content-main .works-list button [data-col-type=img] {
  line-height: 0;
  overflow: hidden;
  border: 3px solid #086d6f;
  margin-bottom: 10px;
}
@media only screen and (max-width: 767px) {
  .c-content-main .works-list button [data-col-type=img] {
    margin-bottom: 1.33333vw;
  }
}
.c-content-main .works-list button [data-col-type=img] img {
  width: 100%;
  height: auto;
}
.c-content-main .works-list button [data-col-type=text] {
  padding: 0 5px;
  text-align: center;
  font-size: 1.2em;
}
@media only screen and (max-width: 767px) {
  .c-content-main .works-list button [data-col-type=text] {
    width: 100%;
    margin-bottom: 0;
    padding: 0 1.33333vw;
  }
}
.c-content-main .works-list button [data-item=title] {
  margin: 0;
  font-size: 1.36364em;
}
@media only screen and (max-width: 767px) {
  .c-content-main .works-list button [data-item=title] {
    font-size: 3.46667vw;
  }
}
.c-interview + .c-content-main {
  margin-top: 55px;
}
@media only screen and (max-width: 767px) {
  .c-interview + .c-content-main {
    margin-top: 10.66667vw;
  }
}
.c-ict__list-article {
  margin-bottom: 6.25em !important;
}
@media only screen and (max-width: 767px) {
  .c-ict__list-article {
    margin-bottom: 3.75em !important;
  }
}
.c-ict__list-article > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: wrap;
      flex-flow: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media only screen and (max-width: 767px) {
  .c-ict__list-article > ul {
    display: block;
  }
}
.c-ict__list-article > ul > li {
  width: 47.16981%;
  margin-bottom: 35px;
}
@media only screen and (max-width: 767px) {
  .c-ict__list-article > ul > li {
    width: 100%;
    margin-bottom: 4vw;
  }
}
.c-ict__list-article > ul > li[data-coming=true],
.c-ict__list-article > ul > li a {
  text-decoration: none;
  color: inherit;
  display: block;
  height: 100%;
  -webkit-transition: -webkit-transform, -webkit-box-shadow;
  transition: -webkit-transform, -webkit-box-shadow;
  transition: transform, box-shadow;
  transition: transform, box-shadow, -webkit-transform, -webkit-box-shadow;
  -webkit-transition-duration: 300ms;
          transition-duration: 300ms;
}
@media print,screen and (min-width: 768px) {
  .c-ict__list-article > ul > li[data-coming=true]:hover,
.c-ict__list-article > ul > li a:hover {
    -webkit-transform: translateY(-2%);
            transform: translateY(-2%);
    -webkit-box-shadow: 0 10px 10px -10px #009497;
            box-shadow: 0 10px 10px -10px #009497;
  }
}
.c-ict__list-article > ul > li [data-col-type=img] {
  line-height: 0;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  .c-ict__list-article > ul > li [data-col-type=img] {
    height: 46.66667vw;
  }
}
.c-ict__list-article > ul > li [data-col-type=img] img {
  width: 100%;
  height: auto;
}
.c-ict__list-article > ul > li [data-col-type=text] {
  padding: 15px 55px 15px 25px;
  background: #01adb0;
  color: #fff;
  position: relative;
}
@media print,screen and (min-width: 768px) {
  .c-ict__list-article > ul > li [data-col-type=text] {
    min-height: 150px;
  }
}
@media only screen and (max-width: 767px) {
  .c-ict__list-article > ul > li [data-col-type=text] {
    padding: 2.66667vw 12vw 2.66667vw 4vw;
    height: calc(100% - 26vw);
  }
}
.c-ict__list-article > ul > li [data-col-type=text]::after {
  position: absolute;
  width: 25px;
  height: 25px;
  content: "";
  border: 1px solid #fff;
  border-width: 1px 1px 0 0;
  top: 50%;
  right: 10px;
  -webkit-transform: rotate(45deg) translateX(-50%);
          transform: rotate(45deg) translateX(-50%);
}
@media only screen and (max-width: 767px) {
  .c-ict__list-article > ul > li [data-col-type=text]::after {
    width: 4.66667vw;
    height: 4.66667vw;
    right: 2.66667vw;
  }
}
.c-ict__list-article > ul > li [data-col-type=text] > p {
  margin: 0;
  font-size: 1.375em;
  line-height: 1.7;
  font-weight: bold;
}
@media only screen and (max-width: 767px) {
  .c-ict__list-article > ul > li [data-col-type=text] > p {
    font-size: 3.73333vw;
  }
}
.c-ict__list-article > ul > li [data-col-type=text] > small {
  font-size: 1em;
}
@media only screen and (max-width: 767px) {
  .c-ict__list-article > ul > li [data-col-type=text] > small {
    font-size: 3.2vw;
  }
}
.c-page-sub .c-ict__list-article > ul > li [data-col-type=img] {
  border: 1px solid #01adb0;
}
.c-product__list-category {
  background: #fff;
  position: relative;
  padding: 25px 25px;
  margin-bottom: 50px;
}
@media only screen and (max-width: 767px) {
  .c-product__list-category {
    padding: 4vw 6.66667vw;
    margin-bottom: 9.33333vw;
  }
}
.c-product__list-category::after {
  content: "";
  display: block;
  height: 10px;
  background: url("/pickup/horunavi/img/bg-pattern01-green.png") repeat left top;
  position: absolute;
  left: 0;
  right: 0;
  top: 100%;
}
@media only screen and (max-width: 767px) {
  .c-product__list-category::after {
    height: 1.33333vw;
  }
}
.c-product__list-category > div {
  width: 100%;
}
@media print,screen and (min-width: 768px) {
  .c-product__list-category > div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0 30px;
  }
}
.c-product__list-category > div:not(:last-child) {
  border-bottom: 1px dotted #01aeb1;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
@media only screen and (max-width: 767px) {
  .c-product__list-category > div:not(:last-child) {
    padding-bottom: 5.33333vw;
    margin-bottom: 4vw;
  }
}
.c-product__list-category > div [data-item=ttl] {
  margin: 0;
  color: #01aeb1;
}
@media print,screen and (min-width: 768px) {
  .c-product__list-category > div [data-item=ttl] {
    width: 60px;
    font-size: 1.125em;
  }
}
@media only screen and (max-width: 767px) {
  .c-product__list-category > div [data-item=ttl] {
    font-size: 4.53333vw;
    margin-bottom: 1.33333vw;
  }
}
.c-product__list-category > div [data-item=list] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: wrap;
      flex-flow: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media print,screen and (min-width: 768px) {
  .c-product__list-category > div [data-item=list] {
    width: calc(100% - 60px);
    font-size: 0.9375em;
    padding-left: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .c-product__list-category > div [data-item=list] {
    font-size: 3.73333vw;
  }
}
.c-product__list-category > div [data-item=list] > div:not(:last-child) {
  margin-right: 30px;
}
@media only screen and (max-width: 767px) {
  .c-product__list-category > div [data-item=list] > div:not(:last-child) {
    margin: 0 5.33333vw 2vw 0;
  }
  .c-product__list-category > div [data-item=list] > div:last-child {
    margin-bottom: 2vw;
  }
}
.c-product__list-category > div input[type=checkbox] {
  max-width: 100%;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #323f47;
  margin: 0 5px 0 0;
  width: 15px;
  height: 15px;
  border-radius: 2px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  outline: none;
  display: inline-block;
  vertical-align: middle;
  border: 1px solid #02adb0;
  background: #fff;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .c-product__list-category > div input[type=checkbox] {
    width: 3.33333vw;
    height: 3.33333vw;
    margin-right: 0.66667vw;
  }
}
.c-product__list-category > div input[type=checkbox]:focus {
  background-color: #def1f2;
}
.c-product__list-category > div input[type=checkbox]:hover {
  cursor: pointer;
}
.c-product__list-category > div input[type=checkbox]:checked::before, .c-product__list-category > div input[type=checkbox]:checked::after {
  content: "";
  position: absolute;
  width: 2px;
  background: #01aeb1;
}
.c-product__list-category > div input[type=checkbox]:checked::before {
  height: 5px;
  top: 5px;
  left: 3px;
  -webkit-transform: rotate(140deg);
          transform: rotate(140deg);
}
@media only screen and (max-width: 767px) {
  .c-product__list-category > div input[type=checkbox]:checked::before {
    height: 1.33333vw;
    top: 1.06667vw;
    left: 0.66667vw;
  }
}
.c-product__list-category > div input[type=checkbox]:checked::after {
  height: 8px;
  top: 2px;
  left: 7px;
  -webkit-transform: rotate(225deg);
          transform: rotate(225deg);
}
@media only screen and (max-width: 767px) {
  .c-product__list-category > div input[type=checkbox]:checked::after {
    height: 1.86667vw;
    top: 0.53333vw;
    left: 1.6vw;
  }
}
.c-product__list-article-filter {
  text-align: right;
}
.c-product__list-article-empty {
  text-align: center;
}
.c-product__list-article > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: wrap;
      flex-flow: wrap;
}
@media only screen and (max-width: 767px) {
  .c-product__list-article > ul {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.c-product__list-article > ul > li {
  width: 31.13208%;
  margin-bottom: 55px;
}
@media only screen and (max-width: 767px) {
  .c-product__list-article > ul > li {
    width: 48%;
    margin-bottom: 4vw;
  }
}
@media print,screen and (min-width: 768px) {
  .c-product__list-article > ul > li:not(:nth-child(3n)) {
    margin-right: 3.30189%;
  }
}
.c-product__list-article > ul > li[data-coming=true],
.c-product__list-article > ul > li a {
  text-decoration: none;
  color: inherit;
  display: block;
  height: 100%;
}
.c-product__list-article > ul > li a {
  -webkit-transition: -webkit-transform, -webkit-box-shadow;
  transition: -webkit-transform, -webkit-box-shadow;
  transition: transform, box-shadow;
  transition: transform, box-shadow, -webkit-transform, -webkit-box-shadow;
  -webkit-transition-duration: 300ms;
          transition-duration: 300ms;
}
@media print,screen and (min-width: 768px) {
  .c-product__list-article > ul > li a:hover {
    -webkit-transform: translateY(-2%);
            transform: translateY(-2%);
    -webkit-box-shadow: 0 10px 10px -10px #009497;
            box-shadow: 0 10px 10px -10px #009497;
  }
}
.c-product__list-article > ul > li [data-col-type=img] {
  line-height: 0;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  .c-product__list-article > ul > li [data-col-type=img] {
    height: 26vw;
    margin-bottom: -1px;
  }
}
.c-product__list-article > ul > li [data-col-type=img] img {
  width: 100%;
  height: auto;
}
.c-product__list-article > ul > li [data-col-type=text] {
  padding: 15px;
  background: #01adb0;
  color: #fff;
  position: relative;
}
@media print,screen and (min-width: 768px) {
  .c-product__list-article > ul > li [data-col-type=text] {
    height: calc(100% - 180px);
  }
}
@media only screen and (max-width: 767px) {
  .c-product__list-article > ul > li [data-col-type=text] {
    padding: 2.66667vw;
    height: calc(100% - 26vw);
  }
}
.c-product__list-article > ul > li [data-col-type=text].bg_blue {
  background: #1d2b5c;
}

.c-product__list-article > ul > li [data-col-type=text] .tag {
  position: absolute;
  top: 0;
  right: 10px;
  transform: translateY(-50%);
  font-size: 12px;
  font-weight: bold;
  line-height: 1;
  color: #01adb0;
  background-color: #ffff00;
  border-radius: 100vh;
  padding: 5px 12px;
  min-width: 5em;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .c-product__list-article > ul > li [data-col-type=text] .tag {
    right: 6px;
    font-size: 10px;
    padding: 4px 10px;
  }
}

.c-product__list-article > ul > li [data-col-type=text] > p {
  margin: 0;
}
.c-product__list-article > ul > li [data-col-type=text] [data-lang=en] {
  font-family: "Barlow Condensed", "Noto Sans JP", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", sans-serif;
  font-size: 1.75em;
  line-height: 1.5;
}
@media only screen and (max-width: 767px) {
  .c-product__list-article > ul > li [data-col-type=text] [data-lang=en] {
    font-size: 6.13333vw;
    line-height: 1.1;
    margin-bottom: 0.66667vw;
  }
}
.c-product__list-article > ul > li [data-col-type=text] [data-lang=en] small {
  font-size: 0.53571em;
}
@media only screen and (max-width: 767px) {
  .c-product__list-article > ul > li [data-col-type=text] [data-lang=en] small {
    font-size: 3.46667vw;
  }
}
.c-product__list-article > ul > li [data-col-type=text] [data-lang=jp] {
  font-size: 0.8125em;
  line-height: 1.5;
}
@media only screen and (max-width: 767px) {
  .c-product__list-article > ul > li [data-col-type=text] [data-lang=jp] {
    font-size: 3.2vw;
  }
}
.c-page-sub .c-product__list-category {
  border: 2px solid #def1f2;
}
.c-page-sub .c-product__list-category::after {
  left: -2px;
  right: -2px;
}
.c-page-sub .c-product__list-article > ul > li [data-col-type=img] {
  border: solid #01adb0 1px;
}
.c-page-sub .c-product__list-article > ul > li [data-col-type=img].border_blue {
  border-color: #1d2b5c;
}
.c-page-sub .c-product + div.c-content-main {
  margin-top: 60px;
}
@media only screen and (max-width: 767px) {
  .c-page-sub .c-product + div.c-content-main {
    margin-top: 13.33333vw;
  }
}
.c-works__list-category {
  position: relative;
  margin-bottom: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media only screen and (max-width: 767px) {
  .c-works__list-category {
    margin: 0 -5.33333vw 6.66667vw;
    padding-bottom: 20px;
    -ms-flex-flow: wrap;
        flex-flow: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.c-works__list-category-item {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: #959595;
  border: 3px solid transparent;
  color: #fff;
  text-align: center;
  padding: 15px;
  margin: 0 10px;
  font-size: 1em;
  line-height: 1.2;
  position: relative;
  outline: none;
}
@media print,screen and (min-width: 768px) {
  .c-works__list-category-item {
    width: 16.98113%;
    overflow: inherit;
  }
}
@media only screen and (max-width: 767px) {
  .c-works__list-category-item {
    padding: 2.4vw;
    font-size: 4.53333vw;
    width: 50%;
    margin: 0;
    border-color: #fff;
    border-width: 1px;
  }
}
.c-works__list-category-item::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 12px 0 12px;
  border-color: #01adb0 transparent transparent transparent;
  position: absolute;
  left: 0;
  right: 0;
  top: 100%;
  margin: 0 auto;
  opacity: 0;
}
@media only screen and (max-width: 767px) {
  .c-works__list-category-item::before {
    display: none;
  }
}
.c-works__list-category-item:focus {
  border-color: #086d6f;
}
@media print,screen and (min-width: 768px) {
  .c-works__list-category-item:hover {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
}
.c-works__list-category-item[data-current=true] {
  background-color: #01adb0;
}
@media print,screen and (min-width: 768px) {
  .c-works__list-category-item[data-current=true] {
    font-size: 1.125em;
  }
}
.c-works__list-category-item[data-current=true]::before {
  opacity: 1;
}
.c-works__list-category-item[data-current=true]:focus {
  border-color: #01adb0;
}
@media print,screen and (min-width: 768px) {
  .c-works__list-article > ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: wrap;
        flex-flow: wrap;
  }
}
.c-works__list-article > ul > li {
  position: relative;
  width: 32.07547%;
  margin-bottom: 35px;
}
@media only screen and (max-width: 767px) {
  .c-works__list-article > ul > li {
    width: 100%;
    margin-bottom: 6.66667vw;
  }
}
@media print,screen and (min-width: 768px) {
  .c-works__list-article > ul > li:not(:nth-child(3n)) {
    margin-right: 1.41509%;
  }
}
.c-works__list-article > ul > li[data-coming=true],
.c-works__list-article > ul > li button {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  text-decoration: none;
  color: inherit;
  display: block;
  background: none;
  border: none;
  outline: none;
  padding: 0 0.9434% 10px;
}
.c-works__list-article > ul > li button {
  -webkit-transition: -webkit-transform, -webkit-box-shadow;
  transition: -webkit-transform, -webkit-box-shadow;
  transition: transform, box-shadow;
  transition: transform, box-shadow, -webkit-transform, -webkit-box-shadow;
  -webkit-transition-duration: 300ms;
          transition-duration: 300ms;
}
@media print,screen and (min-width: 768px) {
  .c-works__list-article > ul > li button:hover, .c-works__list-article > ul > li button:focus {
    -webkit-transform: translateY(-2%);
            transform: translateY(-2%);
    -webkit-box-shadow: 0 10px 10px -10px #425058;
            box-shadow: 0 10px 10px -10px #425058;
  }
}
.c-works__list-article > ul > li > p.ico_work_new {
  position: absolute;
  display: table;
  width: 60px;
  height: 25px;
  background: #00a7ac;
  color: #fff;
  font-size: 0.75em;
  top: 0;
  left: -3px;
}
.c-works__list-article > ul > li > p.ico_work_new span {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  line-height: 1;
}
.c-works__list-article > ul > li [data-col-type=img] {
  line-height: 0;
  overflow: hidden;
  border: 3px solid #086d6f;
  margin-bottom: 5px;
}
@media only screen and (max-width: 767px) {
  .c-works__list-article > ul > li [data-col-type=img] {
    margin-bottom: 1.33333vw;
  }
}
.c-works__list-article > ul > li [data-col-type=img] img {
  width: 100%;
  height: auto;
}
.c-works__list-article > ul > li [data-col-type=text] {
  padding: 0 5px;
  text-align: left;
}
@media only screen and (max-width: 767px) {
  .c-works__list-article > ul > li [data-col-type=text] {
    padding: 0 1.33333vw;
  }
}
.c-works__list-article > ul > li [data-item=headline] {
  margin: 0 0 10px;
  padding: 10px 0;
  font-size: 1.45455em;
  color: #01adb0;
  font-weight: bold;
  border-bottom: 1px solid #01adb0;
}
@media only screen and (max-width: 767px) {
  .c-works__list-article > ul > li [data-item=headline] {
    margin-bottom: 1.33333vw;
    padding: 1.33333vw 0;
    font-size: 3.73333vw;
  }
}
.c-works__list-article > ul > li [data-item=title] {
  margin: 0;
  font-size: 1.36364em;
}
@media only screen and (max-width: 767px) {
  .c-works__list-article > ul > li [data-item=title] {
    font-size: 3.46667vw;
  }
}
.c-works__list-article-modal {
  display: none;
}
.c-page-sub .c-works__list-article > h2 {
  font-size: 2.625em;
  line-height: 1.4;
  margin: 0 0 30px;
  position: relative;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  .c-page-sub .c-works__list-article > h2 {
    font-size: 6vw;
    margin-bottom: 6.66667vw;
  }
}
.c-page-sub .c-works__list-article > h2 span {
  background: url("/pickup/horunavi/img/bg-pattern02.png") repeat left top;
}
.c-page-sub .c-works__list-article > ul:not(:last-child) {
  margin-bottom: 60px;
}
@media only screen and (max-width: 767px) {
  .c-page-sub .c-works__list-article > ul:not(:last-child) {
    margin-bottom: 13.33333vw;
  }
}
.c-contact {
  width: 100%;
  margin: 0;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", sans-serif, sans-serif;
  font-size: 16px;
  line-height: 1.7;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #353f45;
  position: relative;
  z-index: 1;
  padding: 100px 0 50px;
  color: #fff;
}
@media only screen and (max-width: 1239px) {
  .c-contact {
    width: 1240px;
  }
}
@media only screen and (max-width: 767px) {
  .c-contact {
    width: 100%;
  }
}
@media only screen and (max-width: 575px) {
  .c-contact {
    padding: 13.33333vw 0 12vw;
  }
}
.c-contact::before {
  content: "CONTACT";
  display: block;
  position: absolute;
  width: 100%;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: -1;
  margin: 0 auto;
  padding-top: 35px;
  color: #1e282e;
  font-size: 11.25em;
  font-weight: 600;
  font-family: "Barlow Condensed", "Noto Sans JP", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", sans-serif;
  text-align: center;
  letter-spacing: 10px;
  line-height: 1;
}
@media only screen and (max-width: 767px) {
  .c-contact::before {
    font-size: 24vw;
    letter-spacing: 1.33333vw;
    padding-top: 5.33333vw;
  }
}
.c-contact__body {
  width: 1240px;
  padding: 0 140px;
  margin: 0 auto;
  text-align: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media only screen and (max-width: 767px) {
  .c-contact__body {
    width: 100%;
    padding: 0 5.33333vw;
  }
}
.c-contact__body > p {
  font-size: 1.125em;
  line-height: 1.8;
  margin: 0 auto 50px;
}
@media only screen and (max-width: 575px) {
  .c-contact__body > p {
    font-size: 4vw;
    margin-bottom: 8vw;
  }
}
@media print,screen and (min-width: 768px) {
  .c-contact__body [data-item=button] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.c-contact__body [data-item=button] p {
  display: inline-block;
  margin: 0 20px 20px;
}
@media only screen and (max-width: 767px) {
  .c-contact__body [data-item=button] p {
    margin: 0 0 4vw;
  }
}
.c-contact__body [data-item=button] p a {
  display: block;
  padding: 25px 40px;
  background: transparent;
  color: #fff;
  text-decoration: none;
  border: 1px solid #01adb0;
  font-size: 1.125em;
  position: relative;
  z-index: 10;
  overflow: hidden;
  text-align: center;
  -webkit-transition: background-color 300ms, color 300ms;
  transition: background-color 300ms, color 300ms;
}
@media print,screen and (min-width: 768px) {
  .c-contact__body [data-item=button] p a {
    min-width: 240px;
  }
}
@media only screen and (max-width: 767px) {
  .c-contact__body [data-item=button] p a {
    padding: 4vw 9.33333vw;
    font-size: 4.53333vw;
    min-width: 58.66667vw;
    line-height: 1.5;
  }
}
.c-contact__body [data-item=button] p a::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: #01adb0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  pointer-events: none;
  -webkit-transition: left 300ms;
  transition: left 300ms;
}
.c-contact__body [data-item=button] p a::after {
  content: "";
  display: inline-block;
  width: 23px;
  height: 1px;
  background: #353f45;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto 0;
}
@media only screen and (max-width: 767px) {
  .c-contact__body [data-item=button] p a::after {
    width: 6.66667vw;
  }
}
@media print,screen and (min-width: 768px) {
  .c-contact__body [data-item=button] p a:hover {
    cursor: pointer;
    color: #009497;
    border-color: #009497;
  }
  .c-contact__body [data-item=button] p a:hover::before {
    left: 100%;
  }
  .c-contact__body [data-item=button] p a:hover::after {
    background-color: #009497;
  }
}
.c-interview__list[data-list-type="02"] > li {
  position: relative;
  margin-bottom: 0;
}
.c-interview__list[data-list-type="02"] > li a {
  width: 100%;
  display: block;
  position: relative;
}
@media print,screen and (min-width: 768px) {
  .c-interview__list[data-list-type="02"] > li a:hover {
    cursor: pointer;
  }
  .c-interview__list[data-list-type="02"] > li a:hover::before, .c-interview__list[data-list-type="02"] > li a:hover::after {
    opacity: 1;
  }
}
.c-interview__list[data-list-type="02"] > li a::after, .c-interview__list[data-list-type="02"] > li a::before {
  display: block;
  position: absolute;
  content: "";
  opacity: 0;
  pointer-events: none;
}
@media print,screen and (min-width: 768px) {
  .c-interview__list[data-list-type="02"] > li a::after, .c-interview__list[data-list-type="02"] > li a::before {
    -webkit-transition: opacity 300ms;
    transition: opacity 300ms;
  }
}
.c-interview__list[data-list-type="02"] > li a::before {
  right: 20px;
  top: 0;
  bottom: 0;
  margin: auto 0;
  width: 60px;
  height: 60px;
  background: url("/pickup/horunavi/img/icon-arrow01.png") center center/100% auto;
  z-index: 2;
}
.c-interview__list[data-list-type="02"] > li a::after {
  width: 100%;
  height: 100%;
  background: url("/pickup/horunavi/img/bg-pattern05.png") center;
  z-index: 1;
  top: 0;
}
.c-interview__list[data-list-type="02"] div.c-interview__list-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  min-width: 32.29167%;
  max-width: 50%;
  z-index: 2;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto 0;
  padding-left: 40px;
  color: #fff;
}
@media only screen and (max-width: 767px) {
  .c-interview__list[data-list-type="02"] div.c-interview__list-text {
    width: 75%;
    padding-left: 5.33333vw;
  }
}
.c-interview__list[data-list-type="02"] div.c-interview__list-text div[data-type=ttl] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  position: relative;
  text-align: center;
}
.c-interview__list[data-list-type="02"] div.c-interview__list-text div[data-type=ttl]::before {
  position: absolute;
  content: "";
  width: calc(100% + 50px);
  height: 50px;
  background-color: #01aeb1;
  z-index: -1;
  bottom: 0;
  left: -40px;
}
@media only screen and (max-width: 767px) {
  .c-interview__list[data-list-type="02"] div.c-interview__list-text div[data-type=ttl]::before {
    width: calc(100% + 6.66667vw);
    height: 7.33333vw;
    left: -5.33333vw;
  }
}
.c-interview__list[data-list-type="02"] div.c-interview__list-text div[data-type=ttl] span[data-item=num] {
  font-family: "Barlow Condensed", "Noto Sans JP", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", sans-serif;
  font-weight: 500;
  font-size: 7.5em;
  letter-spacing: 0.0625em;
  line-height: 1;
  margin-right: 20px;
}
@media only screen and (max-width: 767px) {
  .c-interview__list[data-list-type="02"] div.c-interview__list-text div[data-type=ttl] span[data-item=num] {
    font-size: 16vw;
    margin-right: 2.66667vw;
  }
}
.c-interview__list[data-list-type="02"] div.c-interview__list-text div[data-type=ttl] h2 {
  font-size: 2.25em;
  line-height: 1.4;
  margin: 0;
}
@media only screen and (max-width: 767px) {
  .c-interview__list[data-list-type="02"] div.c-interview__list-text div[data-type=ttl] h2 {
    font-size: 5.33333vw;
  }
}
.c-interview__list[data-list-type="02"] div.c-interview__list-text div[data-type=ttl] h2 span[data-item=en] {
  display: block;
  text-align: center;
  font-family: "Barlow Condensed", "Noto Sans JP", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", sans-serif;
  font-weight: 500;
  font-size: 0.66667em;
  letter-spacing: 0.09375em;
}
.c-interview__list[data-list-type="02"] div.c-interview__list-text p {
  font-size: 1.125em;
  margin: 30px 0 0;
  line-height: 1.8;
}
@media only screen and (max-width: 767px) {
  .c-interview__list[data-list-type="02"] div.c-interview__list-text p {
    margin-top: 4vw;
    font-size: 2.93333vw;
  }
}
.c-interview__list[data-list-type="02"] div.c-interview__list-image {
  width: 100%;
  position: relative;
  z-index: 1;
  line-height: 0;
}
.c-interview__list[data-list-type="02"] div.c-interview__list-image img {
  width: 100%;
  height: auto;
}
.c-interview__list[data-list-type="02"] > li[data-coming=true] {
  height: 362px;
  background: #959595;
}
@media only screen and (max-width: 767px) {
  .c-interview__list[data-list-type="02"] > li[data-coming=true] {
    height: 48vw;
  }
}
@media print,screen and (min-width: 768px) {
  .c-interview__list[data-list-type="02"] > li[data-coming=true]::after {
    content: "COMING SOON";
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    position: absolute;
    width: 65%;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto 0;
    font-family: "Barlow Condensed", "Noto Sans JP", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", sans-serif;
    font-size: 2.4rem;
    font-weight: 500;
    color: #fff;
  }
}
.c-interview__list[data-list-type="02"] > li[data-coming=true] + [data-coming=true] {
  border-top: 1px solid #fff;
}
@media print,screen and (min-width: 768px) {
  .c-interview__list[data-list-type="02"] > li[data-coming=true] div.c-interview__list-text p {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .c-interview__list[data-list-type="02"] > li[data-coming=true] div.c-interview__list-text p {
    font-weight: 500;
    font-family: "Barlow Condensed", "Noto Sans JP", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", sans-serif;
    font-size: 5.33333vw;
  }
}
.c-interview__list[data-list-type="02"] > li[data-coming=true] div[data-type=ttl]::before {
  background: #585858;
}
.c-interview__hero {
  position: relative;
  margin-bottom: 0;
}
.c-interview__hero-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  max-width: 50%;
  min-width: 32.29167%;
  z-index: 2;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto 0;
  padding-left: 80px;
  color: #fff;
}
@media only screen and (max-width: 767px) {
  .c-interview__hero-text {
    width: 75%;
    padding-left: 5.33333vw;
  }
}
.c-interview__hero-text div[data-type=ttl] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  position: relative;
  text-align: center;
}
.c-interview__hero-text div[data-type=ttl]::before {
  position: absolute;
  content: "";
  width: calc(100% + 80px);
  height: 50px;
  background-color: #01aeb1;
  z-index: -1;
  bottom: 0;
  left: -80px;
}
@media only screen and (max-width: 767px) {
  .c-interview__hero-text div[data-type=ttl]::before {
    width: calc(100% + 6.66667vw);
    height: 7.33333vw;
    left: -5.33333vw;
  }
}
.c-interview__hero-text div[data-type=ttl] span[data-item=num] {
  font-family: "Barlow Condensed", "Noto Sans JP", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", sans-serif;
  font-weight: 600;
  font-size: 7.5em;
  letter-spacing: 0.0625em;
  line-height: 1;
  margin-right: 20px;
}
@media only screen and (max-width: 767px) {
  .c-interview__hero-text div[data-type=ttl] span[data-item=num] {
    font-size: 16vw;
    margin-right: 2.66667vw;
  }
}
.c-interview__hero-text div[data-type=ttl] h2 {
  font-size: 2.25em;
  line-height: 1.4;
  margin: 0;
}
@media only screen and (max-width: 767px) {
  .c-interview__hero-text div[data-type=ttl] h2 {
    font-size: 5.33333vw;
  }
}
.c-interview__hero-text div[data-type=ttl] h2 span[data-item=en] {
  display: block;
  text-align: center;
  font-family: "Barlow Condensed", "Noto Sans JP", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", sans-serif;
  font-weight: 500;
  font-size: 0.66667em;
  letter-spacing: 0.09375em;
}
.c-interview__hero-text p {
  font-size: 1.375em;
  margin: 30px 0 0;
  line-height: 2;
}
@media print,screen and (min-width: 768px) {
  .c-interview__hero-text p {
    letter-spacing: 2px;
  }
}
@media only screen and (max-width: 767px) {
  .c-interview__hero-text p {
    margin-top: 4vw;
    font-size: 2.93333vw;
  }
}
.c-interview__hero-image {
  width: 100%;
  position: relative;
  z-index: 1;
  line-height: 0;
}
.c-interview__hero-image img {
  width: 100%;
  height: auto;
}
[data-page-name=manga] {
  margin-bottom: 0;
  /* stylelint-disable */
  /* stylelint-enable */
}
[data-page-name=manga] .c-page-sub__content-detail {
  width: 100%;
  min-width: 1240px;
  padding: 0;
}
@media only screen and (max-width: 767px) {
  [data-page-name=manga] .c-page-sub__content-detail {
    min-width: 100%;
  }
}
.c-manga {
  padding-bottom: 100px;
  background: url("/pickup/horunavi/img/bg-manga.jpg") no-repeat center 140px;
  background-attachment: fixed;
  background-size: cover;
}
@media only screen and (max-width: 767px) {
  .c-manga {
    padding-bottom: 13.33333vw;
    background: url("/pickup/horunavi/img/bg-manga-sp.jpg") no-repeat center 0;
    background-attachment: fixed;
  }
}
.c-manga__title {
  margin-bottom: 55px;
  padding-top: 40px;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .c-manga__title {
    width: calc(100% - 30px);
    margin: 0 auto 7.33333vw;
    padding-top: 5.33333vw;
  }
}
.c-manga__title h1 {
  margin: 0;
}
@media only screen and (max-width: 767px) {
  .c-manga__title h1 img {
    width: 100%;
    height: auto;
  }
}
.c-manga__body {
  width: 1240px;
  margin: 0 auto;
}
@media only screen and (max-width: 767px) {
  .c-manga__body {
    width: 100%;
  }
}
.c-manga__item {
  width: 600px;
  margin: 70px auto 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #fff;
  border-radius: 20px;
  -webkit-filter: drop-shadow(0 1px 8px rgba(0, 0, 0, 0.2));
          filter: drop-shadow(0 1px 8px rgba(0, 0, 0, 0.2));
}
@media only screen and (max-width: 767px) {
  .c-manga__item {
    width: calc(100% - 30px);
    margin: 9.33333vw auto 0;
    border-radius: 10px;
  }
}
.c-manga__item:first-child {
  margin-top: 0;
}
.c-manga__item-number {
  position: relative;
  display: table;
  width: 107px;
  height: 107px;
  background: #2badb0;
  border-radius: 107px;
  text-align: clear;
  top: -20px;
  margin: 0 auto;
}
@media only screen and (max-width: 767px) {
  .c-manga__item-number {
    width: 21.33333vw;
    height: 21.33333vw;
    border-radius: 21.33333vw;
    top: -5.33333vw;
  }
}
.c-manga__item-number p {
  display: table-cell;
  color: #fff;
  vertical-align: middle;
  text-align: center;
  font-family: "Barlow Condensed", "Noto Sans JP", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", sans-serif;
  font-size: 1.25em;
  line-height: 1;
}
.c-manga__item-number p span {
  display: block;
  font-size: 1.875em;
}
.c-manga__item h2 {
  margin: 0 30px 30px;
  text-align: center;
  font-size: 1.625em;
  color: #222;
}
@media only screen and (max-width: 767px) {
  .c-manga__item h2 {
    margin: 0 4vw 4vw;
  }
}
.c-manga__item-pict {
  position: relative;
  margin: 0 0 30px;
}
.c-manga__item-pict::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 152px;
  background: #ffe200;
  top: 50%;
  right: 0;
  margin: -76px 0 0;
}
@media only screen and (max-width: 767px) {
  .c-manga__item-pict::after {
    height: 20.26667vw;
    margin: -10.13333vw 0 0;
  }
}
.c-manga__item figure {
  position: relative;
  margin: 0;
  padding: 0;
  text-align: center;
  z-index: 1;
}
@media only screen and (max-width: 767px) {
  .c-manga__item figure {
    margin: 0 0 4vw;
  }
}
.c-manga__item figure img {
  width: 280px;
  height: auto;
  z-index: 10;
}
@media only screen and (max-width: 767px) {
  .c-manga__item figure img {
    width: 50vw;
  }
}
.c-manga__item-comment {
  margin: 0 30px 20px;
  color: #2badb0;
  font-size: 1.375em;
  font-weight: bold;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .c-manga__item-comment {
    margin: 0 4vw 2.66667vw;
  }
}
.c-manga__item-text {
  margin: 0 30px 40px;
  font-size: 1em;
  text-align: center;
  color: #101010;
}
@media only screen and (max-width: 767px) {
  .c-manga__item-text {
    margin: 0 4vw 5.33333vw;
  }
}
.c-manga__item-link {
  text-align: center;
}
.c-manga__item-link a {
  display: block;
  padding: 36px 30px 40px;
  color: #fff;
  font-size: 1.875em;
  text-decoration: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #222;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
}
@media only screen and (max-width: 767px) {
  .c-manga__item-link a {
    padding: 4.8vw 4vw 5.33333vw;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    font-size: 5.33333vw;
  }
}
.c-manga__item-link a:hover {
  opacity: 0.7;
}
.c-manga__item-link a span {
  position: relative;
}
.c-manga__item-link a span::after {
  content: "";
  position: absolute;
  width: 20px;
  height: 12px;
  background: url("/pickup/horunavi/img/icon-pdf-02.png") no-repeat 0 0;
  background-size: cover;
  top: 50%;
  right: -30px;
  margin: -4px 0 0;
}
.c-manga__item-comingsoon {
  margin: 0 30px;
  padding-bottom: 60px;
  text-align: center;
  font-size: 1.625em;
  font-weight: bold;
  color: #222;
}
@media only screen and (max-width: 767px) {
  .c-manga__item-comingsoon {
    margin: 0 4vw;
    padding-bottom: 8vw;
  }
}
/*
* iziModal | v1.6.0
* http://izimodal.marcelodolce.com
* by Marcelo Dolce.
*/
.iziModal {
  display: none;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  background: #FFF;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
          box-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
  -webkit-transition: margin-top 0.3s ease, height 0.3s ease;
  transition: margin-top 0.3s ease, height 0.3s ease;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.iziModal * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
}
.iziModal::after {
  content: "";
  width: 100%;
  height: 0px;
  opacity: 0;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.35)));
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.35) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#00000000", endColorstr="#59000000",GradientType=0 );
  -webkit-transition: height 0.3s ease-in-out, opacity 0.3s ease-in-out;
  transition: height 0.3s ease-in-out, opacity 0.3s ease-in-out;
  pointer-events: none;
}
.iziModal.hasShadow::after {
  height: 30px;
  opacity: 1;
}
.iziModal .iziModal-progressbar {
  position: absolute;
  left: 0;
  top: 0px;
  width: 100%;
  z-index: 1;
}
.iziModal .iziModal-progressbar > div {
  height: 2px;
  width: 100%;
}
.iziModal .iziModal-header {
  background: #88A0B9;
  padding: 14px 18px 15px 18px;
  -webkit-box-shadow: inset 0 -10px 15px -12px rgba(0, 0, 0, 0.3), 0 0 0px #555;
          box-shadow: inset 0 -10px 15px -12px rgba(0, 0, 0, 0.3), 0 0 0px #555;
  overflow: hidden;
  position: relative;
  z-index: 10;
}
.iziModal .iziModal-header-icon {
  font-size: 40px;
  color: rgba(255, 255, 255, 0.5);
  padding: 0 15px 0 0;
  margin: 0;
  float: left;
}
.iziModal .iziModal-header-title {
  color: #FFF;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.3;
}
.iziModal .iziModal-header-subtitle {
  color: rgba(255, 255, 255, 0.6);
  font-size: 12px;
  line-height: 1.45;
}
.iziModal .iziModal-header-title, .iziModal .iziModal-header-subtitle {
  display: block;
  margin: 0;
  padding: 0;
  font-family: "Lato", Arial;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: left;
}
.iziModal .iziModal-header-buttons {
  position: absolute;
  top: 50%;
  right: 10px;
  margin: -17px 0 0 0;
}
.iziModal .iziModal-button {
  display: block;
  float: right;
  z-index: 2;
  outline: none;
  height: 34px;
  width: 34px;
  border: 0;
  padding: 0;
  margin: 0;
  opacity: 0.3;
  border-radius: 50%;
  -webkit-transition: opacity 0.5s ease, -webkit-transform 0.5s cubic-bezier(0.16, 0.81, 0.32, 1);
  transition: opacity 0.5s ease, -webkit-transform 0.5s cubic-bezier(0.16, 0.81, 0.32, 1);
  transition: transform 0.5s cubic-bezier(0.16, 0.81, 0.32, 1), opacity 0.5s ease;
  transition: transform 0.5s cubic-bezier(0.16, 0.81, 0.32, 1), opacity 0.5s ease, -webkit-transform 0.5s cubic-bezier(0.16, 0.81, 0.32, 1);
  background-size: 67% !important;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-tap-highlight-color: transparent;
  /* For some Androids */
}
.iziModal .iziModal-button-close {
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACwAAAAsCAYAAAAehFoBAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyhpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTMyIDc5LjE1OTI4NCwgMjAxNi8wNC8xOS0xMzoxMzo0MCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTUuNSAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6ODZCQkIzQ0I0RTg0MTFFNjlBODI4QTFBRTRBMkFCMDQiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6ODZCQkIzQ0M0RTg0MTFFNjlBODI4QTFBRTRBMkFCMDQiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo4NkJCQjNDOTRFODQxMUU2OUE4MjhBMUFFNEEyQUIwNCIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDo4NkJCQjNDQTRFODQxMUU2OUE4MjhBMUFFNEEyQUIwNCIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PsgTJLcAAALJSURBVHja3JnLS1VBHMfvQ7g9dBXRRrwEFRciAhMi1JRW1aIHVEIYEkW0iVpUhOD/ICK6cFMgSbUpC6VFkQa9NtpjkauriRY9Noa3pHT8/mIODMM5Or85o87pC5/NPf5mvmc8M7+Z36SFEKkY2gj2gUawF2wHW8A6+fwv+A6KYAQMg+dg2rbDtKXhGnAaHJIms4zYz9J4HxgAf1g9k2EGteAhWBBuNApaQNrUg6nRTaAbzIuV0RCocWW4DoyJlVcJXI5ruFk2tJqi/2TWxvA5sXbqA2Ucw01i7dVjargazAo/dE33p6/DlAheg50pP0SJpwG8CH7IaH/Q5pFZUhnoArkwwwVwJeWfdoMLYYZvqG+yTGo9CerAoIWBT+A4qAdPDWOugwo1NVcxJtpFZRLkwH3GJCqCghJfxVjnz1JMMMKnwAbGRAg0B5rAA4O4CblZ+qj8tkBjZthvSzDCtFIMM0ZpQhslk5Eej4jpZ/T7G+ygwG1ghrk+jjNMFy1eMPJzpOAzlou6iWmXZkm91EBHjEwUZXoQTDk2SxqhRh7HTJ9hpstB3rFZ0ldq6J2DnB9m2rXZfxOPlrX1DrJRXiaBXSHPaMHvB0cd9JPLpBImMvzLQTuUFA6A9yHPfoIjhsllOc1l5N4grtmDWgYrl5+JTUZcSjNkeMyxWdpA3ZN72IJj01OJTByJS82J2/wQVxmB5y1HK8x0JWMf/kzdD98FJcY5S51gdwyTQl6eUAraspo27PeWXgy8afim0+CELAwOWHyH9EkdkyWwJ4Yxk6BCP+bTm48anutWW5dAp34IpbW03UOzb0FPVEHbx0LKfvAyqpAyKw97JU8Mt6pml6rAJ6oY6Eu5NfvfF7QTeWWQyEsZr6694lwsNoPD8mKRo29gCNwGj7gXi7aGA1EBcY+8vq0GW8FmJb3Pgx9gEnwAr8Ab8MW2w0UBBgAVyyyaohV7ewAAAABJRU5ErkJggg==") no-repeat 50% 50%;
}
.iziModal .iziModal-button-fullscreen {
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACwAAAAsCAYAAAAehFoBAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyhpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTMyIDc5LjE1OTI4NCwgMjAxNi8wNC8xOS0xMzoxMzo0MCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTUuNSAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6RTBBOUI4RUM0RTg0MTFFNjk0NTY4NUNFRkZFNEFEQzIiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6RTBBOUI4RUQ0RTg0MTFFNjk0NTY4NUNFRkZFNEFEQzIiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpFMEE5QjhFQTRFODQxMUU2OTQ1Njg1Q0VGRkU0QURDMiIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDpFMEE5QjhFQjRFODQxMUU2OTQ1Njg1Q0VGRkU0QURDMiIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PrQO6gAAAANmSURBVHjazJlbSBRRGMd3x92i0ForRRMiKiUoX4ouiFlJkRVBDxW9GJERwUasvdRT9FD00osRQtAFqegGBUHRBY0uaCVKEkSRpVR0tSwrQtp1+p/4Bk7D7M45M/Ot/uGHu+Psmf+c+eY753wnbJpmyIfGgvmgiv6WgkKQBwzwE3wBr0AnuAta6ZgnhT0aFuY2ghoyGdH4bS+4Dc6CZjCkdWVhWIPF4JoZnB6CDToeVE8sBidNPt0E5UEZrgG9Jr8GwHa/huMgaWZXDSDsxfBuc/jUBAwdw3Fz+NWoang5SJkjQwm7P3seLqQEX2LLfgfBdZcMORMcBqNDwekPqASP0uXhpjR3Ok0x/fUw9HIHGGVdw5DuRtzJpgxDsJui2qOWmuaAOuuLbHivz4YLwLgQj/aAXNmwuItlHhtbA7pAG5jEZHgKWCcbrhUTIY+NPQVjqFFObbYMi/hc6aOhl2AJ9TKnFoIyYXgemKEzJQXVVkyR3oFVzKZFuqw2qHdyFPKhrHPgMoWC3fRjRtNVVg+7SR5IiqmXxUt60cG0CK/vTIZniZVCmcKJF0C3ZNjKBqvJ9Hrwm46tsN1EkCoRQ/M3fBjvs6GrYAvdwHEfGcd1qBaGkwoxrKI+xjz83yJ0iLFHApd46X4xX+M+WECh4lepCNUIcpnMijrEWtAvTRHrbOd8FZNG8uA2Nf0hpmwtjBPwpQ5T0GPS/+tBAZhIq+b3Lu09EyHRwRgO+0C+7dhWcII+PwCf6Sk/Aa9d2vtn+A7nyASugJiD6YSDQcOlvVbxiCaAN8xrs3sgprBiac/QhlhnzjUo6JuZM0UlDS5FPtoQIdNlPYJTWUihFaDex+9Pg6T1KHJAJ2NI7ASllA28hEQ/KJIXoSlwgKlnh+jFe+GjLtwIPtjfyktUt+UaUZWqvw7H3oJD1peI7eQdoF1xWa+zQikHH13OmwqmOxxP0EiZtgK/DRwNuIcHwSeXc2K01WAPhbhKBb5hBNTVbskVH7fqpZGhbJUNtYF83fqwQSXPbOsGjb6etwx2gcEsmT3iFAZeNmUqaMeHSz2qu0k6W15Rqsx3B2i0D+xXGAHTFrRVlEeFuVoqH+ku6VNUbDkPzlAtg30nVK66i8rRIjAbTKaSQVQyN0DD6nOqcLZQld9TLfmvAAMAeMcvp3eCFqQAAAAASUVORK5CYII=") no-repeat 50% 50%;
}
.iziModal.isFullscreen .iziModal-button-fullscreen {
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACwAAAAsCAYAAAAehFoBAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyhpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTMyIDc5LjE1OTI4NCwgMjAxNi8wNC8xOS0xMzoxMzo0MCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTUuNSAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6MkFFRTU5NDA0RTg1MTFFNjk0NEZFQzBGMkVBMDYyRDkiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6MkFFRTU5NDE0RTg1MTFFNjk0NEZFQzBGMkVBMDYyRDkiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDoyQUVFNTkzRTRFODUxMUU2OTQ0RkVDMEYyRUEwNjJEOSIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDoyQUVFNTkzRjRFODUxMUU2OTQ0RkVDMEYyRUEwNjJEOSIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PuDFfX8AAANASURBVHjazJlZSBVRGMfHcWlB0xZM68GKukQLYaGkmEUR2EsvRfQS+BSJPUQE+lTR8hqIZY8hFS0ERVCRoW3gpUApghYpszLTVnCB3O70/+K7MAwzc78Z58z4hx8XzpzvzJ+Zc+d85ztphmFoU9BsUAoq+XcFyAc5QAfD4BfoBp3gCWjnNl9K82mYzO0FVWwyw0NsD3gIroBWkPB0ZzLsgc3grhGcnoE9XjxIOxaCC4Y6tYC1QRmuAj2Geg2CA1M1XAsmjHDVANL8GK4zolMz0L0YrjWiV5PU8HYw6TBIf8imD6UynA96HYKPg3mgMUTDY6DUzXCzQ+AxSz+r6QEQZz4HbLoDZNkZrnAIoOlRZjN1Gk3XS0zty/gTFaRq7Ay3uAR8BcU2ps/z9QJTWw74HrDhTyDbbHg9SKQI+sb9rKa3mV8ZmAt+KJjP1TS+zinFPkqEUqQdBeAOKLa0UwIzpqlXtcYpIKWIO4RBZPoRKNfC10YQI8MlYLkwaAB8ABsiMDwDbKU8dgtIFwRMgJ3guRadKpNPWBMa7tOi1WoyHJPuTsC4oN+IQsOLM3gPJlEWqOE/neMGBqwDeYoMz6G8c0I4h6eFyHBC8A2eVoaH8JutaPwuUA/+uvSht1sHKgTjTWZwjUCVYdrK3xT0iwkND+lc5FClUQ9fINHCRYY7FBrWPSz5Er2lAR9H9P+hpfYGl64OCmPadQ7ojcDwOJetysBMQX/6mrWS4d+cIoYtMnAEnBT2fwVeJufYxZBMFoKFlrajQtOX/uczvEtIB50Kdgn1lt3JGdANltjsXE64jPMnuQ1LPuFJcFrBE11gzQXAUnAPFNk86esO4zSBfmu5lVa9toCf8DC4Ba6C22DEdO01KDLdP5fLr1Z94X2ibV1ilWVQ1XrDpvPAU4c+u1KVqvaHXI7q43ltp3PSYmDDNCgGPrCUD1wN6y5lqzAUN89baX1Y55Jn2LrPRUffRwaHwWhIZs/aTQM/hzLlDp+coPRReprk5cgrkyvz7wM0+hOcAvOlPvwcLNIp526ux1H5aJbHeFpVX4Br4LLXWoffk9CkVnLlaBNYAxaBXJBpMjfIy+o7EAdtfIyb8HPDfwIMAM1WPs8F9tcxAAAAAElFTkSuQmCC") no-repeat 50% 50%;
}
.iziModal .iziModal-button-close:hover {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.iziModal .iziModal-button:hover {
  opacity: 0.8;
}
.iziModal .iziModal-header.iziModal-noSubtitle {
  height: auto;
  padding: 10px 15px 12px 15px;
}
.iziModal .iziModal-header.iziModal-noSubtitle .iziModal-header-icon {
  font-size: 23px;
  padding-right: 13px;
}
.iziModal .iziModal-header.iziModal-noSubtitle .iziModal-header-title {
  font-size: 15px;
  margin: 3px 0 0 0;
  font-weight: 400;
}
.iziModal .iziModal-header.iziModal-noSubtitle .iziModal-header-buttons {
  right: 6px;
  margin: -16px 0 0 0;
}
.iziModal .iziModal-header.iziModal-noSubtitle .iziModal-button {
  height: 30px;
  width: 30px;
}
/* RTL */
.iziModal-rtl {
  direction: rtl;
}
.iziModal-rtl .iziModal-header {
  padding: 14px 18px 15px 40px;
}
.iziModal-rtl .iziModal-header-icon {
  float: right;
  padding: 0 0 0 15px;
}
.iziModal-rtl .iziModal-header-buttons {
  right: initial;
  left: 10px;
}
.iziModal-rtl .iziModal-button {
  float: left;
}
.iziModal-rtl .iziModal-header-title, .iziModal-rtl .iziModal-header-subtitle {
  text-align: right;
  font-family: Tahoma, "Lato", Arial;
  font-weight: 500;
}
.iziModal-rtl .iziModal-header.iziModal-noSubtitle {
  padding: 10px 15px 12px 40px;
}
.iziModal-rtl .iziModal-header.iziModal-noSubtitle .iziModal-header-icon {
  padding: 0 0 0 13px;
}
/* LIGHT THEME */
.iziModal.iziModal-light .iziModal-header-icon {
  color: rgba(0, 0, 0, 0.5);
}
.iziModal.iziModal-light .iziModal-header-title {
  color: #000;
}
.iziModal.iziModal-light .iziModal-header-subtitle {
  color: rgba(0, 0, 0, 0.6);
}
.iziModal.iziModal-light .iziModal-button-close {
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACwAAAAsCAYAAAAehFoBAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA4JpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTM4IDc5LjE1OTgyNCwgMjAxNi8wOS8xNC0wMTowOTowMSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDoyQTU1RUZDNzRFODQxMUU2ODAxOEUwQzg0QjBDQjI3OSIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDo1NEM4MTU1MEI4QUExMUU2QjNGOEVBMjg4OTRBRTg2NyIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDo0RTNFNENDMkI4QUExMUU2QjNGOEVBMjg4OTRBRTg2NyIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ0MgMjAxNyAoTWFjaW50b3NoKSI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjZjYzMwMmE1LWFlMjEtNDI3ZS1hMmE4LTJlYjhlMmZlY2E3NSIgc3RSZWY6ZG9jdW1lbnRJRD0iYWRvYmU6ZG9jaWQ6cGhvdG9zaG9wOjdmYmU3NGE3LTAxMDUtMTE3YS1hYmM3LWEzNWNkOWU1Yzc4NyIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Po24QssAAANtSURBVHja3JlJaBRBFIa7ZxyTSXADHUkikuAawZNLEOOGGrwJQYko8R4RBQ+OICoqghJQUVwPYjzFY0QUBQU1kogoKO6CG0pcIwbiNibj/8JraNvu6Xo9NTOtP3xzSKe6/65+Ve9VlWlkp2IwGUwFE0E5GA4G8/U+0APegWfgHrgPuq0bpNNp0QPNgEYngHlgGpuMCNp2s+kr4BYM/8ql4WqwHEzP4mXteg7awOW0YlerPnQIaARLNBl1ikLlBDw/1WF4ClgHKozc6idogekz2RheANbaBlE+dB4chfF+qeHF3LOF0FWwF6b7nBe8RvecApolzQVr3C64GR4H1huFV51pmvV+hikRbABFRji0GqarMxluAGON8CgKmmA65mZ4DFhqhE9VPP//ZXgZiCmm1t1gI6XWAAY+gF0gCe4qtqlHL8fthkeBWsXGreA6eMgPviEw+x5sBZ3gAdjPCcNPI8Fsu+FawUCzz40psEfRNJndBl7b/pZmVLTQMkzJo0bQSys43iWm3cxS+DUJOmoSwqKCRmEZWKkYv6RSMBPc5lqXRGm0A1Q6XiaT2aSwo8jrK/qZwZlFIlXTusxa6iXDddTdARpnMj2ek9AWjWYH7h/lubcs4A28THdyAdOl0ezAmKNBNyLLiT0Btjti9zuHg06zpJKIprohwXNypcu1OIdGjYbnxCLGPyYy/EPDfejzbwYvXK59AzuFGdFLKTL8WYNZ59RVzGESJCNm0teI40E6zNIA2wSaA2REP32iaW0omKXRbJKTUVyYEVV0J8oxvEiQmiUZrFSz6XNkuJe3nBKCelaSbjOZrhLsd1BInYxweSeJq9YA6dYtuZCBI4JZ6jGW/W+sebhd0DAaMIO5mTYFW1+X6GeQ7TO3W0WyQj3cw0ulBg4nSUbcAY7zPVYp7ip95FXOH29Hb35AOPjypWMIh7PORSjFZVsIzdKW7AWvfYnTVNWHyCytHw+jd1Nehqks3KepvtChUzD7yGvE2/cduqxldQF1EWZb/PbWLF3jAVgo0WrlkN+c6hSd+rzlaSuaR7O0oX0wyIa2pVAdGaj0HCUVOqIq4dVwrg5lmmG2w+8f/9tjL6foYHE+Gy8Xtv3CPUpf7WauDxadKuIwoeNbOmoYDYbZ0ns/1wxUC7ykigs8sS/LpEe3vwUYALiKDDDSgEiSAAAAAElFTkSuQmCC") no-repeat 50% 50%;
}
.iziModal.iziModal-light .iziModal-button-fullscreen {
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACwAAAAsCAYAAAAehFoBAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA4JpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTM4IDc5LjE1OTgyNCwgMjAxNi8wOS8xNC0wMTowOTowMSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDpEQTg1NTA2NTRFODQxMUU2OTQ0N0VERjY2Q0M5ODYwRCIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDo0RTNFNENCQkI4QUExMUU2QjNGOEVBMjg4OTRBRTg2NyIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDo0RTNFNENCQUI4QUExMUU2QjNGOEVBMjg4OTRBRTg2NyIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ0MgMjAxNyAoTWFjaW50b3NoKSI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjFlNTQwYzczLTVhZmEtNDJlYi04YzJlLWMwMzFlYmFiYmIyNiIgc3RSZWY6ZG9jdW1lbnRJRD0iYWRvYmU6ZG9jaWQ6cGhvdG9zaG9wOmVkYmRiMzM1LTAxMDUtMTE3YS1hYmM3LWEzNWNkOWU1Yzc4NyIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PvIicdUAAAOvSURBVHjaxJlZbA1hFMe/qaItUUsspakg1laJ7UUisQuRvvTFA15sQSRCLBFrQryhHqxNHxEPtaQ8CCUkIrVVRbVBJdZYSrXVonr9/3pGxnTunZk78/X+k1+aO+1899/vnnvO+c4YKpi6ghEgW34OBD1BKjBAM6gH78Fz8BhUyrW/ikQivt7QiNMozU0DE8RkJx/3fgCPwA1QHvHp2K/hHJAPJqpwVA2K4flW2IZ7gyVgptKjh6AQxl+GYZi7uRr0U3rVBIpg+nIQwwvACpCkOk4XwYlosR3LMGN1qUqMroGDTqaNGDu7SiVWl+D3iP2i00c9HqxUidd8wzDy3HY4HRwCfWzXz4L7Lm+QKfHeOUTTLWAzdro6muH1YIbDjculWrmpUEM2YYXcCNMt9pAYE8WsWYLdlAxaNYTGMDDHKYYXBVy4B0jTFM/5iOcUc1fM/2JcnItNAYtBNzGtQ33BVHDV3OHpARqhV6CLLKpTs8yQYHxOCrDQO7AV1Gg2PBJhMYiGh4MMnx1eLkixXKsFuzSbZrrMpeGxHnqFFtvrTWCbhILd9AuNpnPMHXaTtZD0kl1mRdwSxXSjJsNZfONjcmqIJR5p3lp6Y+sXrAzsBz/lNXvmtZYMFKbqafi0pKQgKpOSPhmsC5BxXEs1Fz4fUr/7TWMe/q9bC2s3tJs1Df/Q/B5PwAZwJYS1WpPlo0zRZJZziL2gQU7I1GyHL7QSD26taVOytI26DpinxKypApvpk+C6dHlMnXskbUbT1yTpN3WJHWB327UCS3hUoc+tA/VyxP/ost5rGq7QWZnAdoe0eZgnYweDbgmgkoafgk8aTfNgsMNmmqfhC+Czj3V4T3mSBH255kxB0ztd4tNNDJkas2CUdkAKHQ3yAtxfijj/bdb7Cumyhmoyexzcs6Qwv2qUbPKvJDOtnNFklrF3R5qneA2XYHe/2A+ht1Xb3FZXRY1XTAjFTgtxJ45qKtWDpZK1g6dhIQuvBzjcy8FgQ6y8Nw+sCdnwL1Dn8jdMe6m2a+3ma9ESNUdOC1VixSH3bnPiYyraswnO0fqDIQkyW8WmCWab7b+I9TCF3+x0j2e+MPUA7LPGrVfD1F3VNsrPVR0zhS8BB5x21muzYa1Sy1Tb4y4d4qOwIi9Pk/wcj1gV50p5zQjJKAsJH8KcY4vpdYrjV0w9HMxxHjfKNpfwdMyRNuAmyy2M1vq5OegBNFMmR9lSHDizSLPMJGjuO2BZfSOtLKvpMylUvh/d/hFgAOH4+ibxGTZuAAAAAElFTkSuQmCC") no-repeat 50% 50%;
}
.iziModal.iziModal-light.isFullscreen .iziModal-button-fullscreen {
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACwAAAAsCAYAAAAehFoBAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA3BpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTM4IDc5LjE1OTgyNCwgMjAxNi8wOS8xNC0wMTowOTowMSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDoyRUUxMkYxODRFODUxMUU2Qjc3RDk0MUUzMzJDRjBEOCIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDo0RTNFNENCRkI4QUExMUU2QjNGOEVBMjg4OTRBRTg2NyIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDo0RTNFNENCRUI4QUExMUU2QjNGOEVBMjg4OTRBRTg2NyIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ0MgMjAxNyAoTWFjaW50b3NoKSI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjgzM2MwOWZiLWJjOTEtNGVlZS05MDM1LTRkMmU2ZmE1ZjBmMiIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDoyRUUxMkYxODRFODUxMUU2Qjc3RDk0MUUzMzJDRjBEOCIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Pv1Q9Z8AAAOXSURBVHjaxJlLbA1RGMfPjIs+EvoIRYt4FVUl2EkkRTxKUqQbG0SEho2FjUQ8YtEICbEgTdFYeK1KaGvVeoUltyStt0UlNE17aWhV2+v/9X5XJpMzc8/0zpn5kl+aO3Nm7r/fnPu9xhDp2URQDJbw3xkgB2QCAwyAPvANfARvQDsfG7V4PO7pC40xCiVxa8AKFjnOw7VdoA08BtG4R8VeBZeCKrBS+GPvQAM0P/NbcB7YBdYJPfYKXIXwL34IJm8eBFOFXusH9RDdnI7gLWA/MEVwdh/UOe1tN8G0V3eLcKwFXJCJNl08G5ZYsrWgWnZCJng5OOBwo1iAoisMw6hMJXgyOOywVW7xj+9BgKL3QHSxm+C9IF9y4U2GMlStRPQP8Jbp9lFwhJwE0RHrgaSV8N6xG238l7Zjtfx3K58/Bd7zsWngIqdnP2we2ACa7B7e6RL6joK5EtHNfL7b5u1Bn7dGFbycYRVM/8WyFJnuJK+z2iVwzFrMcF1h+Cx4ClhtFVyu8CW54ITE01EwFMAPcH1SMJWIqxQvItE1YHEIsXkhtkUhCV4ApiteFOPadn4IgseDMooSSxVrhWFwmkvCsKw06WGhKLhHhGuzSHChh9pZ5cc1oFFwfoTTsWrWqQCvXdZQEpkDsjUJziSv3Qu43k3LTA1BXqvRY/4DMjTd/yu4niJVm9wslCjcb4QE/9Qo+Al44baAmgpKCIqC+01OBLrsr8/de8zkiYwuUxWSq7iuM8JhantIqfYItkOepKBysnbycIfPXYKqURL6DhaBCQrrKcZHTa5loyEIJgHXwG3F9TQV+pxMGK0BiaTHn2OLEjcURbdi7XBSMO3jTxoEjtg+7wDnhG3spSD6F3hk7Tjoxnc0CJ5k+5wFCrhplYl2mmI24nyvvWumAE9z2zIfBW8WifnxIHc2yb6xiHtEoms0/hlGtpAPHCkgNDjFyZngPN88COvkPpEe+XGHbFcD7z53C+ybwKEAo0UPZ8QCybkmiL3sNvkheygSI08RYOSQiaUhd52sUpIZLWwJsYqkkdcZeHfIS66nc9XcZQRpNBY7C7F9Yy1OtonErDgSgNhGcEXmWa/VFA1O9onE6y4dRqGtXuVtkpf2iDy8EVR6GLykMnrsNFC867QF0hH8v3MVicFcuYdKy56uqQx4SukWQj3NOtJtQIt4ckSvbmdziMqy7HcS9xv0cn/Xwdn0A1drnl/d/hNgAGQa6Lgarp6BAAAAAElFTkSuQmCC") no-repeat 50% 50%;
}
.iziModal .iziModal-loader {
  background: #FFF url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNDQiIGhlaWdodD0iNDQiIHZpZXdCb3g9IjAgMCA0NCA0NCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiBzdHJva2U9IiM5OTkiPiAgICA8ZyBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiIHN0cm9rZS13aWR0aD0iMiI+ICAgICAgICA8Y2lyY2xlIGN4PSIyMiIgY3k9IjIyIiByPSIxIj4gICAgICAgICAgICA8YW5pbWF0ZSBhdHRyaWJ1dGVOYW1lPSJyIiAgICAgICAgICAgICAgICBiZWdpbj0iMHMiIGR1cj0iMS40cyIgICAgICAgICAgICAgICAgdmFsdWVzPSIxOyAyMCIgICAgICAgICAgICAgICAgY2FsY01vZGU9InNwbGluZSIgICAgICAgICAgICAgICAga2V5VGltZXM9IjA7IDEiICAgICAgICAgICAgICAgIGtleVNwbGluZXM9IjAuMTY1LCAwLjg0LCAwLjQ0LCAxIiAgICAgICAgICAgICAgICByZXBlYXRDb3VudD0iaW5kZWZpbml0ZSIgLz4gICAgICAgICAgICA8YW5pbWF0ZSBhdHRyaWJ1dGVOYW1lPSJzdHJva2Utb3BhY2l0eSIgICAgICAgICAgICAgICAgYmVnaW49IjBzIiBkdXI9IjEuNHMiICAgICAgICAgICAgICAgIHZhbHVlcz0iMTsgMCIgICAgICAgICAgICAgICAgY2FsY01vZGU9InNwbGluZSIgICAgICAgICAgICAgICAga2V5VGltZXM9IjA7IDEiICAgICAgICAgICAgICAgIGtleVNwbGluZXM9IjAuMywgMC42MSwgMC4zNTUsIDEiICAgICAgICAgICAgICAgIHJlcGVhdENvdW50PSJpbmRlZmluaXRlIiAvPiAgICAgICAgPC9jaXJjbGU+ICAgICAgICA8Y2lyY2xlIGN4PSIyMiIgY3k9IjIyIiByPSIxIj4gICAgICAgICAgICA8YW5pbWF0ZSBhdHRyaWJ1dGVOYW1lPSJyIiAgICAgICAgICAgICAgICBiZWdpbj0iLTAuOXMiIGR1cj0iMS40cyIgICAgICAgICAgICAgICAgdmFsdWVzPSIxOyAyMCIgICAgICAgICAgICAgICAgY2FsY01vZGU9InNwbGluZSIgICAgICAgICAgICAgICAga2V5VGltZXM9IjA7IDEiICAgICAgICAgICAgICAgIGtleVNwbGluZXM9IjAuMTY1LCAwLjg0LCAwLjQ0LCAxIiAgICAgICAgICAgICAgICByZXBlYXRDb3VudD0iaW5kZWZpbml0ZSIgLz4gICAgICAgICAgICA8YW5pbWF0ZSBhdHRyaWJ1dGVOYW1lPSJzdHJva2Utb3BhY2l0eSIgICAgICAgICAgICAgICAgYmVnaW49Ii0wLjlzIiBkdXI9IjEuNHMiICAgICAgICAgICAgICAgIHZhbHVlcz0iMTsgMCIgICAgICAgICAgICAgICAgY2FsY01vZGU9InNwbGluZSIgICAgICAgICAgICAgICAga2V5VGltZXM9IjA7IDEiICAgICAgICAgICAgICAgIGtleVNwbGluZXM9IjAuMywgMC42MSwgMC4zNTUsIDEiICAgICAgICAgICAgICAgIHJlcGVhdENvdW50PSJpbmRlZmluaXRlIiAvPiAgICAgICAgPC9jaXJjbGU+ICAgIDwvZz48L3N2Zz4=) no-repeat 50% 50%;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 9;
}
.iziModal .iziModal-content-loader {
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNDQiIGhlaWdodD0iNDQiIHZpZXdCb3g9IjAgMCA0NCA0NCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiBzdHJva2U9IiM5OTkiPiAgICA8ZyBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiIHN0cm9rZS13aWR0aD0iMiI+ICAgICAgICA8Y2lyY2xlIGN4PSIyMiIgY3k9IjIyIiByPSIxIj4gICAgICAgICAgICA8YW5pbWF0ZSBhdHRyaWJ1dGVOYW1lPSJyIiAgICAgICAgICAgICAgICBiZWdpbj0iMHMiIGR1cj0iMS40cyIgICAgICAgICAgICAgICAgdmFsdWVzPSIxOyAyMCIgICAgICAgICAgICAgICAgY2FsY01vZGU9InNwbGluZSIgICAgICAgICAgICAgICAga2V5VGltZXM9IjA7IDEiICAgICAgICAgICAgICAgIGtleVNwbGluZXM9IjAuMTY1LCAwLjg0LCAwLjQ0LCAxIiAgICAgICAgICAgICAgICByZXBlYXRDb3VudD0iaW5kZWZpbml0ZSIgLz4gICAgICAgICAgICA8YW5pbWF0ZSBhdHRyaWJ1dGVOYW1lPSJzdHJva2Utb3BhY2l0eSIgICAgICAgICAgICAgICAgYmVnaW49IjBzIiBkdXI9IjEuNHMiICAgICAgICAgICAgICAgIHZhbHVlcz0iMTsgMCIgICAgICAgICAgICAgICAgY2FsY01vZGU9InNwbGluZSIgICAgICAgICAgICAgICAga2V5VGltZXM9IjA7IDEiICAgICAgICAgICAgICAgIGtleVNwbGluZXM9IjAuMywgMC42MSwgMC4zNTUsIDEiICAgICAgICAgICAgICAgIHJlcGVhdENvdW50PSJpbmRlZmluaXRlIiAvPiAgICAgICAgPC9jaXJjbGU+ICAgICAgICA8Y2lyY2xlIGN4PSIyMiIgY3k9IjIyIiByPSIxIj4gICAgICAgICAgICA8YW5pbWF0ZSBhdHRyaWJ1dGVOYW1lPSJyIiAgICAgICAgICAgICAgICBiZWdpbj0iLTAuOXMiIGR1cj0iMS40cyIgICAgICAgICAgICAgICAgdmFsdWVzPSIxOyAyMCIgICAgICAgICAgICAgICAgY2FsY01vZGU9InNwbGluZSIgICAgICAgICAgICAgICAga2V5VGltZXM9IjA7IDEiICAgICAgICAgICAgICAgIGtleVNwbGluZXM9IjAuMTY1LCAwLjg0LCAwLjQ0LCAxIiAgICAgICAgICAgICAgICByZXBlYXRDb3VudD0iaW5kZWZpbml0ZSIgLz4gICAgICAgICAgICA8YW5pbWF0ZSBhdHRyaWJ1dGVOYW1lPSJzdHJva2Utb3BhY2l0eSIgICAgICAgICAgICAgICAgYmVnaW49Ii0wLjlzIiBkdXI9IjEuNHMiICAgICAgICAgICAgICAgIHZhbHVlcz0iMTsgMCIgICAgICAgICAgICAgICAgY2FsY01vZGU9InNwbGluZSIgICAgICAgICAgICAgICAga2V5VGltZXM9IjA7IDEiICAgICAgICAgICAgICAgIGtleVNwbGluZXM9IjAuMywgMC42MSwgMC4zNTUsIDEiICAgICAgICAgICAgICAgIHJlcGVhdENvdW50PSJpbmRlZmluaXRlIiAvPiAgICAgICAgPC9jaXJjbGU+ICAgIDwvZz48L3N2Zz4=) no-repeat 50% 50%;
}
.iziModal .iziModal-content:before,
.iziModal .iziModal-content:after {
  content: "";
  display: table;
}
.iziModal .iziModal-content:after {
  clear: both;
}
.iziModal .iziModal-content {
  zoom: 1;
  width: 100%;
  -webkit-overflow-scrolling: touch;
  /*overflow-y: scroll;*/
}
.iziModal .iziModal-wrap {
  width: 100%;
  position: relative;
  -webkit-overflow-scrolling: touch;
  overflow-scrolling: touch;
}
.iziModal .iziModal-iframe {
  border: 0;
  margin: 0 0 -6px 0;
  width: 100%;
  -webkit-transition: height 0.3s ease;
  transition: height 0.3s ease;
}
.iziModal-overlay {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
.iziModal-navigate {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  pointer-events: none;
}
.iziModal-navigate-caption {
  position: absolute;
  left: 10px;
  top: 10px;
  color: white;
  line-height: 16px;
  font-size: 9px;
  font-family: "Lato", Arial;
  letter-spacing: 0.1em;
  text-indent: 0;
  text-align: center;
  width: 70px;
  padding: 5px 0;
  text-transform: uppercase;
  display: none;
}
.iziModal-navigate-caption::before, .iziModal-navigate-caption::after {
  position: absolute;
  top: 2px;
  width: 20px;
  height: 20px;
  text-align: center;
  line-height: 14px;
  font-size: 12px;
  content: "";
  background-size: 100% !important;
}
.iziModal-navigate-caption:before {
  left: 0;
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACwAAAAoCAYAAACFFRgXAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA4ZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTMyIDc5LjE1OTI4NCwgMjAxNi8wNC8xOS0xMzoxMzo0MCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDoyNmFjNjAyMy04OWU0LWE0NDAtYmMxMy1kOTA5MTQ3MmYzYjAiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6NDREQ0YwRjA1MzQzMTFFNkE5NUNDRDkyQzEwMzM5RTMiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6NDREQ0YwRUY1MzQzMTFFNkE5NUNDRDkyQzEwMzM5RTMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTUuNSAoV2luZG93cykiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpmNmM0Nzk3Ni1mNzE3LTk5NDAtYTgyYS1mNTdjNmNiYmU0NWMiIHN0UmVmOmRvY3VtZW50SUQ9ImFkb2JlOmRvY2lkOnBob3Rvc2hvcDowZGVmYTEyZC01MzM0LTExZTYtYWRkYi04Y2NmYjI5ZTAxNjYiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz7oo0ptAAACWklEQVR42uyZTWsTYRSFZybxo4kWk5g2NC5qTAU3Kq30A9udi1oXolV/hWuhv6R/Q6utioi4LbbVFHemamlRU0OCEk0wZjwXzwtDoBDopHMHcuFJMplZnLm5ue+589qu61qeOApyYAjEgG0FEyLqN/gKiqBuTtgewWlwCZw056xgwwirgU3wxSv4NJgCUV5YBRXQDEhsBJwCSSauBVZFdJRlIJk9Av7wbj577jDIOENtRmPVwcsw6KfAAvikRKzEDlhnhuU/lRPBWaa9wsxqC6ndPX7OiOA4D8qW3vjO9z7H0w3+KhZstNmOFbLoCQ6DYGmL+bAInmGfLFC4asFXwRJIgB+goVmw+I7HXO+/gevGnGgUPEGxktkSmAMbWmt4HDwBKS6XN1jDKrvEFYoVK7oLroE3h93Woh1eNwqWafJ/gQV65vM+ail34mc6EZwBK2CAx8fAIjjeBYMzDT4cVHCEXtRbRvEu/Nr9HCIOnGGp15vgEec9KYn74B0nAT/CZnv86FcNvwK3wENwAjwAs2Bbs5d4CW5zir0AXvv8p+tKH34B5lkW4h2egRHtbu05uMMHHWfB0zC4NRF5l09kzvE4rd2tyUJyjy4tz7akZqXbL8QETbJ/FsMgWOJtb6brCQ5YsBsC8Uab63DVkkgqFpzie93h8OhScFah2LTHi5ccWroaLd5l6//+hpYQoWP05LKqFs2WQYbTsNxAi+5fxpWmdfh7HS7XhwSzG+H3a2JnvZsyktmLbdOFhpDMvrf4sN1u2/aK0cwMcmYLcturweceW+CnOfFPgAEA8uWFFylBJYoAAAAASUVORK5CYII=") no-repeat 50% 50%;
}
.iziModal-navigate-caption:after {
  right: 0;
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACwAAAAoCAYAAACFFRgXAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAAZdEVYdFNvZnR3YXJlAEFkb2JlIEltYWdlUmVhZHlxyWU8AAADhmlUWHRYTUw6Y29tLmFkb2JlLnhtcAAAAAAAPD94cGFja2V0IGJlZ2luPSLvu78iIGlkPSJXNU0wTXBDZWhpSHpyZVN6TlRjemtjOWQiPz4gPHg6eG1wbWV0YSB4bWxuczp4PSJhZG9iZTpuczptZXRhLyIgeDp4bXB0az0iQWRvYmUgWE1QIENvcmUgNS42LWMxMzIgNzkuMTU5Mjg0LCAyMDE2LzA0LzE5LTEzOjEzOjQwICAgICAgICAiPiA8cmRmOlJERiB4bWxuczpyZGY9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkvMDIvMjItcmRmLXN5bnRheC1ucyMiPiA8cmRmOkRlc2NyaXB0aW9uIHJkZjphYm91dD0iIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtbG5zOnhtcD0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wLyIgeG1wTU06T3JpZ2luYWxEb2N1bWVudElEPSJ4bXAuZGlkOjI2YWM2MDIzLTg5ZTQtYTQ0MC1iYzEzLWQ5MDkxNDcyZjNiMCIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDo0NERDRjBGMDUzNDMxMUU2QTk1Q0NEOTJDMTAzMzlFMyIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDo0NERDRjBFRjUzNDMxMUU2QTk1Q0NEOTJDMTAzMzlFMyIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ0MgMjAxNS41IChXaW5kb3dzKSI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOmY2YzQ3OTc2LWY3MTctOTk0MC1hODJhLWY1N2M2Y2JiZTQ1YyIgc3RSZWY6ZG9jdW1lbnRJRD0iYWRvYmU6ZG9jaWQ6cGhvdG9zaG9wOjBkZWZhMTJkLTUzMzQtMTFlNi1hZGRiLThjY2ZiMjllMDE2NiIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PuijSm0AAAKbSURBVFhH7ZnJj0xRGEerzFoIMTaCZmOIedhaiJj55yz8DaYdNhIJEUMQbCTG3rQ02hDSiEY553XdTpHS3nv96taV9ElO6lVt6peb7933fffVG41GrYW5uBaX4EysYzcw1Fd8hc/wM2a0Bl6Nm3BW9i0dDPsQX/olBF6FO72AH/gG3+N3jL3KBpqGC3ERTsGfeAsHDTyHi71oCXzBe/gaU2A5bscZOIxXTb8OLQNX9i6mElYsg/voqruwfQb2BhODWgqpMYDv0NLsNXC4yd42P1PEwNJj4HBTWdipErLVDfxfMRm408QMvBu3jV6WJ1Zg9/rbeBOP+UNZYgX+iE/Rp+lpPIKliBXYB9IhtPNy3z/T/F6YmDXsChvyBc7Gs3gACxEzsDzBg9iPPXgO92NuYgeWx2h3+AhtaM7jPsyF7aV37XR8gNZYO/pwKY51+xPkG27Fk2joT3gCr2A7NuJ6HMkTeAPadlp3VeMChF7G0P6X3dmfjAXOUxIj6LZkv1ylNuStDZejkL+PS96ScFzRqnDAtI5PoTefvbg7iNNOOwqVRCfYghdxBbpHH8Y7+DcKlUTV7MLLaNghPIrjhf2N2IF34AVcjE44hrXHyE3MwE6/loEzpEcIlqKjeyFiBe7FS+he/gENewMLEyuwXdo8dGWP43UsRazA9g7uDNbwNX8oS8watlsz+ISIGbgSJgN3GgOHlnFq8zNFQraGgT1iFc9iUyU0XsMGHhy9zh6XbvCp4ZuBBWglDBj4OdqLeu0+uRJTwMZ+Dbp/e21P3m97yWe2snsw1LTHmz5C/9lQdwhfGbiq89GwvrrwUT4UAouhN6MzloTRpVuEYI5O9urZYXtrYPGQw2OlZegM163QhrJMfWVgyTq0Qq32C/N7uPz9OknWAAAAAElFTkSuQmCC") no-repeat 50% 50%;
}
.iziModal-navigate > button {
  position: fixed;
  bottom: 0;
  top: 0;
  border: 0;
  height: 100%;
  width: 84px;
  background-size: 100% !important;
  cursor: pointer;
  padding: 0;
  opacity: 0.2;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  pointer-events: all;
  margin: 0;
  outline: none;
}
.iziModal-navigate > button:hover {
  opacity: 1;
}
.iziModal-navigate-prev {
  left: 50%;
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAALwAAAC8CAYAAADCScSrAAAACXBIWXMAAAsTAAALEwEAmpwYAAA5sGlUWHRYTUw6Y29tLmFkb2JlLnhtcAAAAAAAPD94cGFja2V0IGJlZ2luPSLvu78iIGlkPSJXNU0wTXBDZWhpSHpyZVN6TlRjemtjOWQiPz4KPHg6eG1wbWV0YSB4bWxuczp4PSJhZG9iZTpuczptZXRhLyIgeDp4bXB0az0iQWRvYmUgWE1QIENvcmUgNS42LWMxMzIgNzkuMTU5Mjg0LCAyMDE2LzA0LzE5LTEzOjEzOjQwICAgICAgICAiPgogICA8cmRmOlJERiB4bWxuczpyZGY9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkvMDIvMjItcmRmLXN5bnRheC1ucyMiPgogICAgICA8cmRmOkRlc2NyaXB0aW9uIHJkZjphYm91dD0iIgogICAgICAgICAgICB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIKICAgICAgICAgICAgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiCiAgICAgICAgICAgIHhtbG5zOnN0RXZ0PSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VFdmVudCMiCiAgICAgICAgICAgIHhtbG5zOnhtcD0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wLyIKICAgICAgICAgICAgeG1sbnM6ZGM9Imh0dHA6Ly9wdXJsLm9yZy9kYy9lbGVtZW50cy8xLjEvIgogICAgICAgICAgICB4bWxuczpwaG90b3Nob3A9Imh0dHA6Ly9ucy5hZG9iZS5jb20vcGhvdG9zaG9wLzEuMC8iCiAgICAgICAgICAgIHhtbG5zOnRpZmY9Imh0dHA6Ly9ucy5hZG9iZS5jb20vdGlmZi8xLjAvIgogICAgICAgICAgICB4bWxuczpleGlmPSJodHRwOi8vbnMuYWRvYmUuY29tL2V4aWYvMS4wLyI+CiAgICAgICAgIDx4bXBNTTpPcmlnaW5hbERvY3VtZW50SUQ+eG1wLmRpZDo2NDkyYzcxMy05ZDM0LTZlNGQtYmUwNi1hMDMyY2Q4NDVjNGU8L3htcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD4KICAgICAgICAgPHhtcE1NOkRvY3VtZW50SUQ+eG1wLmRpZDo1QjIzMUMxODU3RjcxMUU2ODUzRkRBRjE5RDhDQjZBRDwveG1wTU06RG9jdW1lbnRJRD4KICAgICAgICAgPHhtcE1NOkluc3RhbmNlSUQ+eG1wLmlpZDpjZmMwNzVmNC1kODA3LWI0NDMtYWIwYS02YWVhZjRjMDgxZWE8L3htcE1NOkluc3RhbmNlSUQ+CiAgICAgICAgIDx4bXBNTTpEZXJpdmVkRnJvbSByZGY6cGFyc2VUeXBlPSJSZXNvdXJjZSI+CiAgICAgICAgICAgIDxzdFJlZjppbnN0YW5jZUlEPnhtcC5paWQ6NjQ5MmM3MTMtOWQzNC02ZTRkLWJlMDYtYTAzMmNkODQ1YzRlPC9zdFJlZjppbnN0YW5jZUlEPgogICAgICAgICAgICA8c3RSZWY6ZG9jdW1lbnRJRD54bXAuZGlkOjY0OTJjNzEzLTlkMzQtNmU0ZC1iZTA2LWEwMzJjZDg0NWM0ZTwvc3RSZWY6ZG9jdW1lbnRJRD4KICAgICAgICAgPC94bXBNTTpEZXJpdmVkRnJvbT4KICAgICAgICAgPHhtcE1NOkhpc3Rvcnk+CiAgICAgICAgICAgIDxyZGY6U2VxPgogICAgICAgICAgICAgICA8cmRmOmxpIHJkZjpwYXJzZVR5cGU9IlJlc291cmNlIj4KICAgICAgICAgICAgICAgICAgPHN0RXZ0OmFjdGlvbj5zYXZlZDwvc3RFdnQ6YWN0aW9uPgogICAgICAgICAgICAgICAgICA8c3RFdnQ6aW5zdGFuY2VJRD54bXAuaWlkOmNmYzA3NWY0LWQ4MDctYjQ0My1hYjBhLTZhZWFmNGMwODFlYTwvc3RFdnQ6aW5zdGFuY2VJRD4KICAgICAgICAgICAgICAgICAgPHN0RXZ0OndoZW4+MjAxNi0wOC0wMVQxMTo1ODowNC0wMzowMDwvc3RFdnQ6d2hlbj4KICAgICAgICAgICAgICAgICAgPHN0RXZ0OnNvZnR3YXJlQWdlbnQ+QWRvYmUgUGhvdG9zaG9wIENDIDIwMTUuNSAoV2luZG93cyk8L3N0RXZ0OnNvZnR3YXJlQWdlbnQ+CiAgICAgICAgICAgICAgICAgIDxzdEV2dDpjaGFuZ2VkPi88L3N0RXZ0OmNoYW5nZWQ+CiAgICAgICAgICAgICAgIDwvcmRmOmxpPgogICAgICAgICAgICA8L3JkZjpTZXE+CiAgICAgICAgIDwveG1wTU06SGlzdG9yeT4KICAgICAgICAgPHhtcDpDcmVhdG9yVG9vbD5BZG9iZSBQaG90b3Nob3AgQ0MgMjAxNS41IChXaW5kb3dzKTwveG1wOkNyZWF0b3JUb29sPgogICAgICAgICA8eG1wOkNyZWF0ZURhdGU+MjAxNi0wOC0wMVQwOTo0MDo1Ni0wMzowMDwveG1wOkNyZWF0ZURhdGU+CiAgICAgICAgIDx4bXA6TW9kaWZ5RGF0ZT4yMDE2LTA4LTAxVDExOjU4OjA0LTAzOjAwPC94bXA6TW9kaWZ5RGF0ZT4KICAgICAgICAgPHhtcDpNZXRhZGF0YURhdGU+MjAxNi0wOC0wMVQxMTo1ODowNC0wMzowMDwveG1wOk1ldGFkYXRhRGF0ZT4KICAgICAgICAgPGRjOmZvcm1hdD5pbWFnZS9wbmc8L2RjOmZvcm1hdD4KICAgICAgICAgPHBob3Rvc2hvcDpDb2xvck1vZGU+MzwvcGhvdG9zaG9wOkNvbG9yTW9kZT4KICAgICAgICAgPHRpZmY6T3JpZW50YXRpb24+MTwvdGlmZjpPcmllbnRhdGlvbj4KICAgICAgICAgPHRpZmY6WFJlc29sdXRpb24+NzIwMDAwLzEwMDAwPC90aWZmOlhSZXNvbHV0aW9uPgogICAgICAgICA8dGlmZjpZUmVzb2x1dGlvbj43MjAwMDAvMTAwMDA8L3RpZmY6WVJlc29sdXRpb24+CiAgICAgICAgIDx0aWZmOlJlc29sdXRpb25Vbml0PjI8L3RpZmY6UmVzb2x1dGlvblVuaXQ+CiAgICAgICAgIDxleGlmOkNvbG9yU3BhY2U+NjU1MzU8L2V4aWY6Q29sb3JTcGFjZT4KICAgICAgICAgPGV4aWY6UGl4ZWxYRGltZW5zaW9uPjE4ODwvZXhpZjpQaXhlbFhEaW1lbnNpb24+CiAgICAgICAgIDxleGlmOlBpeGVsWURpbWVuc2lvbj4xODg8L2V4aWY6UGl4ZWxZRGltZW5zaW9uPgogICAgICA8L3JkZjpEZXNjcmlwdGlvbj4KICAgPC9yZGY6UkRGPgo8L3g6eG1wbWV0YT4KICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAKPD94cGFja2V0IGVuZD0idyI/PvAvv7QAAAAgY0hSTQAAeiUAAICDAAD5/wAAgOkAAHUwAADqYAAAOpgAABdvkl/FRgAAAmdJREFUeNrs1LsJQkEQhtH/mtmBgQ8QA7tQK1e7MBBBMbADwzUZEyuQveeDCXbD4TBDay3SWJpYgYCXgJeAl4CXgJeAl4CXgJeAl4CXgJeAF/AS8BLwEvAS8BLwEvAS8BLwEvAS8BLwAl4CXgJeAl4CXv/WJskpyQJ4jQH7Mcmu0C+BV+/Y5/VeF/oV8Ood+7dpDfDqHvsrySHJBXjBDrxgB16wAy/YgRfswAt24AU78IIdeMEOPOywAw+7gIcdeMEOvGAHXrADL9iBF+zAC3bgBTvwsMMOPOwCHnYBD7uAhx14wQ68YAdesAMv2IEX7MDDDjvwsAt42AU87AIedgEPu4CHXcDDDrxgB16wAw877MDDDjvwsAt42AU87AIedgEPu4CHXcDDLuBhB16wAw877MDDLuBhF/CwC3jYBTzsAh52AQ+7gIddwEtjB3+tS/78+Z/V5d9iATz0Ah56AQ+9gIdewEMv4KEX8NALeOgFPPQCHnoBDz3wgh54QQ889NADDz30wEMv4KEX8NALeOgFPPQCHnoBD72Ahx54QQ+8oAde0AMv6IEX9MBDDz3w0EMPPPQCHnoBD72Ah17AQw+8FUAPvKAHXtADL+iBF/TAC3rgBT3wgh546KEHHnrogYdewEMv4KEHXtADL+iBF/TAC3rgBT3wgh54QQ+8oAde0AMv6IGHHnrgoU/yrgFe3aO/JdknuQOv3tGfC/tjjEsYWmsoyIWXgJeAl4CXgJeAl4CXgJeAl4CXgJeAF/AS8BLwEvAS8BLwEvAS8BLwEvAS8BLwAl4CXgJeAl4CXvqnPgAAAP//AwCEcoCBRabYzAAAAABJRU5ErkJggg==") no-repeat 50% 50%;
}
.iziModal-navigate-next {
  right: 50%;
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAALwAAAC8CAYAAADCScSrAAAACXBIWXMAAB3SAAAd0gEUasEwAAA7pGlUWHRYTUw6Y29tLmFkb2JlLnhtcAAAAAAAPD94cGFja2V0IGJlZ2luPSLvu78iIGlkPSJXNU0wTXBDZWhpSHpyZVN6TlRjemtjOWQiPz4KPHg6eG1wbWV0YSB4bWxuczp4PSJhZG9iZTpuczptZXRhLyIgeDp4bXB0az0iQWRvYmUgWE1QIENvcmUgNS42LWMxMzIgNzkuMTU5Mjg0LCAyMDE2LzA0LzE5LTEzOjEzOjQwICAgICAgICAiPgogICA8cmRmOlJERiB4bWxuczpyZGY9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkvMDIvMjItcmRmLXN5bnRheC1ucyMiPgogICAgICA8cmRmOkRlc2NyaXB0aW9uIHJkZjphYm91dD0iIgogICAgICAgICAgICB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iCiAgICAgICAgICAgIHhtbG5zOmRjPSJodHRwOi8vcHVybC5vcmcvZGMvZWxlbWVudHMvMS4xLyIKICAgICAgICAgICAgeG1sbnM6cGhvdG9zaG9wPSJodHRwOi8vbnMuYWRvYmUuY29tL3Bob3Rvc2hvcC8xLjAvIgogICAgICAgICAgICB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIKICAgICAgICAgICAgeG1sbnM6c3RFdnQ9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZUV2ZW50IyIKICAgICAgICAgICAgeG1sbnM6dGlmZj0iaHR0cDovL25zLmFkb2JlLmNvbS90aWZmLzEuMC8iCiAgICAgICAgICAgIHhtbG5zOmV4aWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20vZXhpZi8xLjAvIj4KICAgICAgICAgPHhtcDpDcmVhdG9yVG9vbD5BZG9iZSBQaG90b3Nob3AgQ0MgMjAxNS41IChXaW5kb3dzKTwveG1wOkNyZWF0b3JUb29sPgogICAgICAgICA8eG1wOkNyZWF0ZURhdGU+MjAxNi0wOC0wMVQwOTo0MDoxNC0wMzowMDwveG1wOkNyZWF0ZURhdGU+CiAgICAgICAgIDx4bXA6TW9kaWZ5RGF0ZT4yMDE2LTA4LTAxVDExOjU4OjEyLTAzOjAwPC94bXA6TW9kaWZ5RGF0ZT4KICAgICAgICAgPHhtcDpNZXRhZGF0YURhdGU+MjAxNi0wOC0wMVQxMTo1ODoxMi0wMzowMDwveG1wOk1ldGFkYXRhRGF0ZT4KICAgICAgICAgPGRjOmZvcm1hdD5pbWFnZS9wbmc8L2RjOmZvcm1hdD4KICAgICAgICAgPHBob3Rvc2hvcDpDb2xvck1vZGU+MzwvcGhvdG9zaG9wOkNvbG9yTW9kZT4KICAgICAgICAgPHhtcE1NOkluc3RhbmNlSUQ+eG1wLmlpZDphZjljN2Q2MC00MTg2LWE3NGQtYTBiMS1mMGU5ODUwYzg2ZGY8L3htcE1NOkluc3RhbmNlSUQ+CiAgICAgICAgIDx4bXBNTTpEb2N1bWVudElEPnhtcC5kaWQ6NjQ5MmM3MTMtOWQzNC02ZTRkLWJlMDYtYTAzMmNkODQ1YzRlPC94bXBNTTpEb2N1bWVudElEPgogICAgICAgICA8eG1wTU06T3JpZ2luYWxEb2N1bWVudElEPnhtcC5kaWQ6NjQ5MmM3MTMtOWQzNC02ZTRkLWJlMDYtYTAzMmNkODQ1YzRlPC94bXBNTTpPcmlnaW5hbERvY3VtZW50SUQ+CiAgICAgICAgIDx4bXBNTTpIaXN0b3J5PgogICAgICAgICAgICA8cmRmOlNlcT4KICAgICAgICAgICAgICAgPHJkZjpsaSByZGY6cGFyc2VUeXBlPSJSZXNvdXJjZSI+CiAgICAgICAgICAgICAgICAgIDxzdEV2dDphY3Rpb24+Y3JlYXRlZDwvc3RFdnQ6YWN0aW9uPgogICAgICAgICAgICAgICAgICA8c3RFdnQ6aW5zdGFuY2VJRD54bXAuaWlkOjY0OTJjNzEzLTlkMzQtNmU0ZC1iZTA2LWEwMzJjZDg0NWM0ZTwvc3RFdnQ6aW5zdGFuY2VJRD4KICAgICAgICAgICAgICAgICAgPHN0RXZ0OndoZW4+MjAxNi0wOC0wMVQwOTo0MDoxNC0wMzowMDwvc3RFdnQ6d2hlbj4KICAgICAgICAgICAgICAgICAgPHN0RXZ0OnNvZnR3YXJlQWdlbnQ+QWRvYmUgUGhvdG9zaG9wIENDIDIwMTUuNSAoV2luZG93cyk8L3N0RXZ0OnNvZnR3YXJlQWdlbnQ+CiAgICAgICAgICAgICAgIDwvcmRmOmxpPgogICAgICAgICAgICAgICA8cmRmOmxpIHJkZjpwYXJzZVR5cGU9IlJlc291cmNlIj4KICAgICAgICAgICAgICAgICAgPHN0RXZ0OmFjdGlvbj5zYXZlZDwvc3RFdnQ6YWN0aW9uPgogICAgICAgICAgICAgICAgICA8c3RFdnQ6aW5zdGFuY2VJRD54bXAuaWlkOjAxNjJjMmE3LWZmMjYtYzE0ZC05Yjg4LTc2MGM2NzAxYjYzNzwvc3RFdnQ6aW5zdGFuY2VJRD4KICAgICAgICAgICAgICAgICAgPHN0RXZ0OndoZW4+MjAxNi0wOC0wMVQxMTo1MTowNy0wMzowMDwvc3RFdnQ6d2hlbj4KICAgICAgICAgICAgICAgICAgPHN0RXZ0OnNvZnR3YXJlQWdlbnQ+QWRvYmUgUGhvdG9zaG9wIENDIDIwMTUuNSAoV2luZG93cyk8L3N0RXZ0OnNvZnR3YXJlQWdlbnQ+CiAgICAgICAgICAgICAgICAgIDxzdEV2dDpjaGFuZ2VkPi88L3N0RXZ0OmNoYW5nZWQ+CiAgICAgICAgICAgICAgIDwvcmRmOmxpPgogICAgICAgICAgICAgICA8cmRmOmxpIHJkZjpwYXJzZVR5cGU9IlJlc291cmNlIj4KICAgICAgICAgICAgICAgICAgPHN0RXZ0OmFjdGlvbj5zYXZlZDwvc3RFdnQ6YWN0aW9uPgogICAgICAgICAgICAgICAgICA8c3RFdnQ6aW5zdGFuY2VJRD54bXAuaWlkOmFmOWM3ZDYwLTQxODYtYTc0ZC1hMGIxLWYwZTk4NTBjODZkZjwvc3RFdnQ6aW5zdGFuY2VJRD4KICAgICAgICAgICAgICAgICAgPHN0RXZ0OndoZW4+MjAxNi0wOC0wMVQxMTo1ODoxMi0wMzowMDwvc3RFdnQ6d2hlbj4KICAgICAgICAgICAgICAgICAgPHN0RXZ0OnNvZnR3YXJlQWdlbnQ+QWRvYmUgUGhvdG9zaG9wIENDIDIwMTUuNSAoV2luZG93cyk8L3N0RXZ0OnNvZnR3YXJlQWdlbnQ+CiAgICAgICAgICAgICAgICAgIDxzdEV2dDpjaGFuZ2VkPi88L3N0RXZ0OmNoYW5nZWQ+CiAgICAgICAgICAgICAgIDwvcmRmOmxpPgogICAgICAgICAgICA8L3JkZjpTZXE+CiAgICAgICAgIDwveG1wTU06SGlzdG9yeT4KICAgICAgICAgPHRpZmY6T3JpZW50YXRpb24+MTwvdGlmZjpPcmllbnRhdGlvbj4KICAgICAgICAgPHRpZmY6WFJlc29sdXRpb24+MTkzOTAzNi8xMDAwMDwvdGlmZjpYUmVzb2x1dGlvbj4KICAgICAgICAgPHRpZmY6WVJlc29sdXRpb24+MTkzOTAzNi8xMDAwMDwvdGlmZjpZUmVzb2x1dGlvbj4KICAgICAgICAgPHRpZmY6UmVzb2x1dGlvblVuaXQ+MjwvdGlmZjpSZXNvbHV0aW9uVW5pdD4KICAgICAgICAgPGV4aWY6Q29sb3JTcGFjZT42NTUzNTwvZXhpZjpDb2xvclNwYWNlPgogICAgICAgICA8ZXhpZjpQaXhlbFhEaW1lbnNpb24+MTg4PC9leGlmOlBpeGVsWERpbWVuc2lvbj4KICAgICAgICAgPGV4aWY6UGl4ZWxZRGltZW5zaW9uPjE4ODwvZXhpZjpQaXhlbFlEaW1lbnNpb24+CiAgICAgIDwvcmRmOkRlc2NyaXB0aW9uPgogICA8L3JkZjpSREY+CjwveDp4bXBtZXRhPgogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgIAo8P3hwYWNrZXQgZW5kPSJ3Ij8+nbt1mgAAACBjSFJNAAB6JQAAgIMAAPn/AACA6QAAdTAAAOpgAAA6mAAAF2+SX8VGAAACQklEQVR42uzSsQ3CQAAEQTdiOyGg/wrciJ0QUMYSECEKAP3PSdvAaZZqkWbJCQJeAl4CXgJeAl4CXgJeAl4CXgJeAl4CXsBLwEvAS8BLwEvAS8BLwEvAS8BLwEvAC3gJeAl4CXgJ+D9vrY7qBgLwo7dVZ+89oAd+5Pbq6nPQAz9s9+rZ96AHHnoBD72Ah17AQy/goRfw0At46AU89AIeegEPvYCHHnhBD7ygBx566IGHHnrgoRfw0At46AU89AIeegEPvYCHXsBDL+ChB17QAy/ogRf0wAt64KGHHnjooQceegEPvYCHXsBDL+ChF/DQAy/ogRf0wAt64AU98IIeeEEPvKAHXtADDz30wEPvI+ChF/DQAy/ogRf0wAt64AU98IIeeEEPvKAHXtADL+iBF/TAC3rgoZ8ePRDAAy/YgRfswAt24AU78IIdeMEOvGAHXrADL9iBhx124GEX8LADL9iBF+zAC3bgBTvwgh14wQ68YAcedtiBh13Awy7gYRfwsAMv2IEX7MALduAFO/CCHXjYYQcedgEPu4CHXcDDLuBhF/CwA+8E2IEX7MALduAFO/Cwww487AIedgEPu4CHXcDDLuBhF/CwC3jYgRfswMMOO/CwC3jYBTzsAh52AQ+7gIddwMMu4GEX8LBravB7dcEO/Ext1Qk78DO1VgfswEvAS8BLwEvAS8BLwEvAS8BLwEvAS8ALeAl4CXgJeAl4CXgJeAl4CXgJeAl4CXgBLwEvAS8BLwEvAS/9shcAAAD//wMAtAygvJrkwJUAAAAASUVORK5CYII=") no-repeat 50% 50%;
}
.iziModal.isAttachedTop .iziModal-header {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.iziModal.isAttachedTop {
  margin-top: 0 !important;
  margin-bottom: auto !important;
  border-top-left-radius: 0 !important;
  border-top-right-radius: 0 !important;
}
.iziModal.isAttachedBottom {
  margin-top: auto !important;
  margin-bottom: 0 !important;
  border-bottom-left-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}
.iziModal.isFullscreen {
  max-width: 100% !important;
  margin: 0 !important;
  height: 100% !important;
  border-radius: 0 !important;
}
.iziModal.isAttached {
  border-radius: 0 !important;
}
.iziModal.hasScroll .iziModal-wrap {
  overflow-y: auto;
  overflow-x: hidden;
}
html.iziModal-isOverflow {
  overflow: hidden;
}
html.iziModal-isOverflow body, html.iziModal-isAttached body {
  overflow-y: scroll;
  position: relative;
}
html.iziModal-isAttached {
  overflow: hidden;
}
/* SCROLL */
.iziModal ::-webkit-scrollbar {
  overflow: visible;
  height: 7px;
  width: 7px;
}
.iziModal ::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, 0.2);
  background-clip: padding-box;
  border: solid transparent;
  border-width: 0px;
  min-height: 28px;
  padding: 100px 0 0;
  -webkit-box-shadow: inset 1px 1px 0 rgba(0, 0, 0, 0.1), inset 0 -1px 0 rgba(0, 0, 0, 0.07);
          box-shadow: inset 1px 1px 0 rgba(0, 0, 0, 0.1), inset 0 -1px 0 rgba(0, 0, 0, 0.07);
}
.iziModal ::-webkit-scrollbar-thumb:active {
  background-color: rgba(0, 0, 0, 0.4);
}
.iziModal ::-webkit-scrollbar-button {
  height: 0;
  width: 0;
}
.iziModal ::-webkit-scrollbar-track {
  background-clip: padding-box;
  border: solid transparent;
  border-width: 0 0 0 2px;
}
/* MODAL ANIMATIONS */
.iziModal.transitionIn .iziModal-header {
  -webkit-animation: iziM-slideDown 0.7s cubic-bezier(0.7, 0, 0.3, 1);
  animation: iziM-slideDown 0.7s cubic-bezier(0.7, 0, 0.3, 1);
}
.iziModal.transitionIn .iziModal-header .iziModal-header-icon {
  -webkit-animation: iziM-revealIn 1s cubic-bezier(0.16, 0.81, 0.32, 1) both;
  animation: iziM-revealIn 1s cubic-bezier(0.16, 0.81, 0.32, 1) both;
}
.iziModal.transitionIn .iziModal-header .iziModal-header-title, .iziModal.transitionIn .iziModal-header .iziModal-header-subtitle {
  -webkit-animation: iziM-slideIn 1s cubic-bezier(0.16, 0.81, 0.32, 1) both;
  animation: iziM-slideIn 1s cubic-bezier(0.16, 0.81, 0.32, 1) both;
}
.iziModal.transitionIn .iziModal-header .iziModal-button {
  -webkit-animation: iziM-revealIn 1.2s cubic-bezier(0.7, 0, 0.3, 1);
  animation: iziM-revealIn 1.2s cubic-bezier(0.7, 0, 0.3, 1);
}
.iziModal.transitionIn .iziModal-iframe, .iziModal.transitionIn .iziModal-wrap {
  -webkit-animation: iziM-fadeIn 1.3s;
  animation: iziM-fadeIn 1.3s;
}
.iziModal.transitionIn .iziModal-header {
  -webkit-animation-delay: 0s;
  -moz-animation: 0s;
  animation-delay: 0s;
}
.iziModal.transitionIn .iziModal-header .iziModal-header-icon,
.iziModal.transitionIn .iziModal-header .iziModal-header-title {
  -webkit-animation-delay: 0.4s;
  -moz-animation: 0.4s;
  animation-delay: 0.4s;
}
.iziModal.transitionIn .iziModal-header .iziModal-header-subtitle {
  -webkit-animation-delay: 0.5s;
  -moz-animation: 0.5s;
  animation-delay: 0.5s;
}
.iziModal.transitionOut .iziModal-header, .iziModal.transitionOut .iziModal-header * {
  -webkit-transition: none !important;
  transition: none !important;
}
/* ANIMATIONS */
.iziModal.fadeOut, .iziModal-overlay.fadeOut, .iziModal-navigate.fadeOut, .iziModal .fadeOut {
  -webkit-animation: iziM-fadeOut 0.5s;
  animation: iziM-fadeOut 0.5s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}
.iziModal.fadeIn, .iziModal-overlay.fadeIn, .iziModal-navigate.fadeIn, .iziModal .fadeIn {
  -webkit-animation: iziM-fadeIn 0.5s;
  animation: iziM-fadeIn 0.5s;
}
.iziModal.comingIn, .iziModal-overlay.comingIn {
  -webkit-animation: iziM-comingIn 0.5s ease;
  animation: iziM-comingIn 0.5s ease;
}
.iziModal.comingOut, .iziModal-overlay.comingOut {
  -webkit-animation: iziM-comingOut 0.5s cubic-bezier(0.16, 0.81, 0.32, 1);
  animation: iziM-comingOut 0.5s cubic-bezier(0.16, 0.81, 0.32, 1);
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}
.iziModal.bounceInDown, .iziModal-overlay.bounceInDown {
  -webkit-animation: iziM-bounceInDown 0.7s ease;
  animation: iziM-bounceInDown 0.7s ease;
}
.iziModal.bounceOutDown, .iziModal-overlay.bounceOutDown {
  -webkit-animation: iziM-bounceOutDown 0.7s ease;
  animation: iziM-bounceOutDown 0.7s ease;
}
.iziModal.bounceInUp, .iziModal-overlay.bounceInUp {
  -webkit-animation: iziM-bounceInUp 0.7s ease;
  animation: iziM-bounceInUp 0.7s ease;
}
.iziModal.bounceOutUp, .iziModal-overlay.bounceOutUp {
  -webkit-animation: iziM-bounceOutUp 0.7s ease;
  animation: iziM-bounceOutUp 0.7s ease;
}
.iziModal.fadeInDown, .iziModal-overlay.fadeInDown {
  -webkit-animation: iziM-fadeInDown 0.7s cubic-bezier(0.16, 0.81, 0.32, 1);
  animation: iziM-fadeInDown 0.7s cubic-bezier(0.16, 0.81, 0.32, 1);
}
.iziModal.fadeOutDown, .iziModal-overlay.fadeOutDown {
  -webkit-animation: iziM-fadeOutDown 0.5s ease;
  animation: iziM-fadeOutDown 0.5s ease;
}
.iziModal.fadeInUp, .iziModal-overlay.fadeInUp {
  -webkit-animation: iziM-fadeInUp 0.7s cubic-bezier(0.16, 0.81, 0.32, 1);
  animation: iziM-fadeInUp 0.7s cubic-bezier(0.16, 0.81, 0.32, 1);
}
.iziModal.fadeOutUp, .iziModal-overlay.fadeOutUp {
  -webkit-animation: iziM-fadeOutUp 0.5s ease;
  animation: iziM-fadeOutUp 0.5s ease;
}
.iziModal.fadeInLeft, .iziModal-overlay.fadeInLeft {
  -webkit-animation: iziM-fadeInLeft 0.7s cubic-bezier(0.16, 0.81, 0.32, 1);
  animation: iziM-fadeInLeft 0.7s cubic-bezier(0.16, 0.81, 0.32, 1);
}
.iziModal.fadeOutLeft, .iziModal-overlay.fadeOutLeft {
  -webkit-animation: iziM-fadeOutLeft 0.5s ease;
  animation: iziM-fadeOutLeft 0.5s ease;
}
.iziModal.fadeInRight, .iziModal-overlay.fadeInRight {
  -webkit-animation: iziM-fadeInRight 0.7s cubic-bezier(0.16, 0.81, 0.32, 1);
  animation: iziM-fadeInRight 0.7s cubic-bezier(0.16, 0.81, 0.32, 1);
}
.iziModal.fadeOutRight, .iziModal-overlay.fadeOutRight {
  -webkit-animation: iziM-fadeOutRight 0.5s ease;
  animation: iziM-fadeOutRight 0.5s ease;
}
.iziModal.flipInX, .iziModal-overlay.flipInX {
  -webkit-animation: iziM-flipInX 0.7s ease;
  animation: iziM-flipInX 0.7s ease;
}
.iziModal.flipOutX, .iziModal-overlay.flipOutX {
  -webkit-animation: iziM-flipOutX 0.7s ease;
  animation: iziM-flipOutX 0.7s ease;
}
@-webkit-keyframes iziM-comingIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.9) translateY(-20px) perspective(600px) rotateX(10deg);
            transform: scale(0.9) translateY(-20px) perspective(600px) rotateX(10deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1) translateY(0) perspective(600px) rotateX(0);
            transform: scale(1) translateY(0) perspective(600px) rotateX(0);
  }
}
@keyframes iziM-comingIn {
  0% {
    opacity: 0;
    /*transform: translateY(-20px) perspective( 600px ) rotateX( 10deg );*/
    -webkit-transform: scale(0.9) translateY(-20px) perspective(600px) rotateX(10deg);
            transform: scale(0.9) translateY(-20px) perspective(600px) rotateX(10deg);
  }
  100% {
    opacity: 1;
    /*transform: scale(1) translateY(0) perspective( 600px ) rotateX( 0 ); */
    -webkit-transform: scale(1) translateY(0) perspective(600px) rotateX(0);
            transform: scale(1) translateY(0) perspective(600px) rotateX(0);
  }
}
@-webkit-keyframes iziM-comingOut {
  0% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
  }
}
@keyframes iziM-comingOut {
  0% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
  }
}
@-webkit-keyframes iziM-fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes iziM-fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes iziM-fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes iziM-fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes iziM-slideIn {
  0% {
    opacity: 0;
    -webkit-transform: translateX(50px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
}
@keyframes iziM-slideIn {
  0% {
    opacity: 0;
    -webkit-transform: translateX(50px);
            transform: translateX(50px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@-webkit-keyframes iziM-slideDown {
  0% {
    opacity: 0;
    -webkit-transform: scale(1, 0) translateY(-40px);
    -webkit-transform-origin: center top;
  }
}
@keyframes iziM-slideDown {
  0% {
    opacity: 0;
    -webkit-transform: scale(1, 0) translateY(-40px);
            transform: scale(1, 0) translateY(-40px);
    -webkit-transform-origin: center top;
            transform-origin: center top;
  }
}
@-webkit-keyframes iziM-revealIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 1);
  }
}
@keyframes iziM-revealIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 1);
            transform: scale3d(0.3, 0.3, 1);
  }
}
@-webkit-keyframes iziM-bounceInDown {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -1000px, 0);
    transform: translate3d(0, -1000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes iziM-bounceInDown {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -1000px, 0);
    transform: translate3d(0, -1000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}
@-webkit-keyframes iziM-bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 1000px, 0);
    transform: translate3d(0, 1000px, 0);
  }
}
@keyframes iziM-bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 1000px, 0);
    transform: translate3d(0, 1000px, 0);
  }
}
@-webkit-keyframes iziM-bounceInUp {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 1000px, 0);
    transform: translate3d(0, 1000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes iziM-bounceInUp {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 1000px, 0);
    transform: translate3d(0, 1000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@-webkit-keyframes iziM-bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
@keyframes iziM-bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -1000px, 0);
    transform: translate3d(0, -1000px, 0);
  }
}
@-webkit-keyframes iziM-fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100px, 0);
    transform: translate3d(0, -100px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes iziM-fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100px, 0);
    transform: translate3d(0, -100px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@-webkit-keyframes iziM-fadeOutDown {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100px, 0);
    transform: translate3d(0, 100px, 0);
  }
}
@keyframes iziM-fadeOutDown {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100px, 0);
    transform: translate3d(0, 100px, 0);
  }
}
@-webkit-keyframes iziM-fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100px, 0);
    transform: translate3d(0, 100px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes iziM-fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100px, 0);
    transform: translate3d(0, 100px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@-webkit-keyframes iziM-fadeOutUp {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100px, 0);
    transform: translate3d(0, -100px, 0);
  }
}
@keyframes iziM-fadeOutUp {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100px, 0);
    transform: translate3d(0, -100px, 0);
  }
}
@-webkit-keyframes iziM-fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-200px, 0, 0);
    transform: translate3d(-200px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes iziM-fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-200px, 0, 0);
    transform: translate3d(-200px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@-webkit-keyframes iziM-fadeOutLeft {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-200px, 0, 0);
    transform: translate3d(-200px, 0, 0);
  }
}
@keyframes iziM-fadeOutLeft {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-200px, 0, 0);
    transform: translate3d(-200px, 0, 0);
  }
}
@-webkit-keyframes iziM-fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(200px, 0, 0);
    transform: translate3d(200px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes iziM-fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(200px, 0, 0);
    transform: translate3d(200px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@-webkit-keyframes iziM-fadeOutRight {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(200px, 0, 0);
    transform: translate3d(200px, 0, 0);
  }
}
@keyframes iziM-fadeOutRight {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(200px, 0, 0);
    transform: translate3d(200px, 0, 0);
  }
}
@-webkit-keyframes iziM-flipInX {
  0% {
    -webkit-transform: perspective(400px) rotateX(60deg);
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotateX(-10deg);
  }
  70% {
    -webkit-transform: perspective(400px) rotateX(10deg);
  }
  100% {
    -webkit-transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }
}
@keyframes iziM-flipInX {
  0% {
    -webkit-transform: perspective(400px) rotateX(60deg);
            transform: perspective(400px) rotateX(60deg);
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotateX(-10deg);
            transform: perspective(400px) rotateX(-10deg);
  }
  70% {
    -webkit-transform: perspective(400px) rotateX(10deg);
            transform: perspective(400px) rotateX(10deg);
  }
  100% {
    -webkit-transform: perspective(400px) rotateX(0deg);
            transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }
}
@-webkit-keyframes iziM-flipOutX {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 40deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 40deg);
    opacity: 0;
  }
}
@keyframes iziM-flipOutX {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 40deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 40deg);
    opacity: 0;
  }
}

/* --------------------------------
ホルナビ チルトローテーター更新 2022.11
-------------------------------- */
/* 特徴 */
.c-content-main #local-nav {
  width: 100%;
  margin: 0 auto;
  padding-bottom: 90px;
}
@media only screen and (max-width: 767px) {
  .c-content-main #local-nav {
    padding-bottom: 60px;
  }
}
.c-content-main #local-nav ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.c-content-main #local-nav ul::after{
  content:"";
  display: block;
  width: 300px;
}
@media only screen and (max-width: 767px) {
  .c-content-main #local-nav ul::after{
    width: 48%;
  }
}
.c-content-main #local-nav ul li {
  width: 300px;
  height: 160px;
  padding: 0;
  margin-bottom: 30px;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .c-content-main #local-nav ul li {
    width: 48%;
    height: calc(180 / 750 * 100vw);
    margin-bottom: calc(30 / 750 * 100vw);
  }
}
.c-content-main #local-nav ul li::before {
  display: none;
}
.c-content-main #local-nav ul li.new::before {
  width: 50px;
  height: 50px;
  background-color: #222222;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.6rem;
  line-height: 1;
  font-family: "Barlow Condensed", sans-serif;
  color: #FFF00A;
  position: absolute;
  top: -10px;
  left: -10px;
  content: "NEW";
  z-index: 1;
  margin: 0;
}
@media only screen and (max-width: 767px) {
  .c-content-main #local-nav ul li.new::before {
    width: 40px;
    height: 40px;
    font-size: 1.4rem;
    top: -10px;
    left: -10px;
  }
}
.c-content-main #local-nav ul li a {
  width: 100%;
  height: 100%;
  background-color: #DEF1F2;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.2s;
  position: relative;
  color: #222222;
  text-decoration: none;
}
.c-content-main #local-nav ul li a:hover {
  opacity: 0.7;
}
@media only screen and (max-width: 767px) {
  .c-content-main #local-nav ul li a:hover {
    opacity: 1;
  }
}
.c-content-main #local-nav ul li a:before,
.c-content-main #local-nav ul li a:after {
  position: absolute;
  bottom: 20px;
  left: 0;
  margin: auto;
  content: "";
  vertical-align: middle;
  transition: all 0.2s;
}
@media only screen and (max-width: 767px) {
  .c-content-main #local-nav ul li a:before,
  .c-content-main #local-nav ul li a:after {
    bottom: 10px;
  }
}
.c-content-main #local-nav ul li:hover a:before,
.c-content-main #local-nav ul li:hover a:after {
  bottom: 14px;
}
@media only screen and (max-width: 767px) {
  .c-content-main #local-nav ul li:hover a:before,
  .c-content-main #local-nav ul li:hover a:after {
    bottom: 10px;
  }
}
.c-content-main #local-nav ul li a:before {
  left: 50%;
  width: 13px;
  height: 13px;
  border-top: 2px solid #01ADB0;
  border-right: 2px solid #01ADB0;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg) translateX(50%);
}
@media only screen and (max-width: 767px) {
  .c-content-main #local-nav ul li a:before {
    width: 10px;
    height: 10px;
  }
}
.c-content-main #local-nav ul li a p {
  margin: 0;
}
.c-content-main #local-nav ul li a .number {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 40px;
  height: 24px;
  background-color: #01ADB0;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 1.6rem;
  font-family: "Barlow Condensed", sans-serif;
}
@media only screen and (max-width: 767px) {
  .c-content-main #local-nav ul li a .number {
    font-size: 1.2rem;
    width: 30px;
    height: 18px;
  }
}
.c-content-main #local-nav ul li a .link-title {
  font-size: 2.4rem;
  line-height: 1.5;
  text-align: center;
  font-weight: bold;
}
@media only screen and (max-width: 767px) {
  .c-content-main #local-nav ul li a .link-title {
    font-size: 1.6rem;
  }
}

.c-content-main .works-list {
  margin: 0 auto;
}
.c-content-main .works-list[data-style="single"] {
  width: 576px;
}
@media only screen and (max-width: 767px) {
  .c-content-main .works-list[data-style="single"] {
    width: 100%;
  }
}
.c-content-main .works-list[data-style="double"] {
  width: 100%;
}

/* アタッチメント */
.c-content-main .add-lineup {
  width: 960px;
  margin: 0 auto;
}
@media only screen and (max-width: 767px) {
  .c-content-main .add-lineup {
    width: 100%;
  }
}
.c-content-main .add-lineup h3 {
  font-size: 2.8rem;
  font-weight: bold;
  margin: 40px 0 20px;
  color: #222222;
}

/* 追加ラインナップ */
.c-content-main .add-lineup ul {
  margin-bottom: 50px;
}
@media only screen and (max-width: 767px) {
  .c-content-main .add-lineup ul {
    margin-bottom: 0;
  }
}
.c-content-main .add-lineup ul li {
  margin-bottom: 40px;
  background-color: #F3F3F3;
  padding: 40px;
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 767px) {
  .c-content-main .add-lineup ul li {
    display: block;
    padding: 20px;
    margin-bottom: 20px;
  }
  .c-content-main .add-lineup ul li:last-of-type{
    margin-bottom: 0;
  }
}
.c-content-main .add-lineup ul li::before {
  display: none;
}
.c-content-main .add-lineup ul li [data-col-type="text"] {
  width: 400px;
  margin-bottom: 0;
}
@media only screen and (max-width: 767px) {
  .c-content-main .add-lineup ul li [data-col-type="text"] {
    width: 100%;
    margin-bottom: 10px;
  }
}
.c-content-main .add-lineup ul li [data-col-type="text"] p {
  margin: 0;
}
.c-content-main .add-lineup ul li [data-col-type="text"] .lineup-title {
  font-size: 2.6rem;
  font-weight: bold;
  color: #01ADB0;
  margin-top: 10px;
  margin-bottom: 10px;
}
@media only screen and (max-width: 767px) {
  .c-content-main .add-lineup ul li [data-col-type="text"] .lineup-title {
    font-size: 2.0rem;
  }
}
.c-content-main .add-lineup ul li [data-col-type="text"] .lineup-title span {
  font-size: 2.0rem;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", sans-serif;
}
.c-content-main .add-lineup ul li [data-col-type="text"] .lineup-class {
  font-size: 1.6rem;
  line-height: 1;
  color: #01ADB0;
  margin-bottom: 20px;
  background-color: #fff;
  border: #01ADB0 solid 1px;
  border-radius: 100vh;
  display: inline-block;
  padding: 6px 16px;
}
.c-content-main .add-lineup ul li [data-col-type="text"] .lineup-lead {
  font-size: 1.6rem;
  line-height: 1.5;
}
.c-content-main .add-lineup ul li [data-col-type="img"] {
  width: 436px;
}
@media only screen and (max-width: 767px) {
  .c-content-main .add-lineup ul li [data-col-type="img"] {
    width: 100%;
  }
}
.c-content-main .add-lineup ul li .lineup-caption {
  font-size: 1.6rem;
  margin-top: 30px;
}

/* バケット */
.c-content-main .add-lineup ul.bucket_lineup li {
  display: flex;
  flex-direction: column;
}
.c-content-main .add-lineup ul.bucket_lineup li [data-col-type="img"] {
  width: 100%;
}
.c-content-main .add-lineup ul.bucket_lineup li [data-col-type="text"] {
  width: 100%;
}
.c-content-main .add-lineup ul.bucket_lineup li [data-col-type="text"] .lineup-title {
  margin-top: 0;
  margin-bottom: 20px;
}
@media only screen and (max-width: 767px) {
  .c-content-main .add-lineup ul.bucket_lineup li [data-col-type="text"] .lineup-title {
    margin-bottom: 4px;
  }
}

/* --------------------------------
ホルナビ チルトローテーター更新 2024.08
-------------------------------- */
/* マシンヒッチ */
.c-content-main .machinehitch-description [data-col-type="text"] [data-col-type="img"] {
  width: 298px;
}
/* .c-content-main .machinehitch-description [data-col-type="text"],
.c-content-main .machinehitch-description [data-col-type="img"] {
  margin-bottom: 0;
} */
.c-content-main .machinehitch-description ul {
  margin-bottom: 40px;
}
.c-content-main .machinehitch-list {
  background-color: #F3F3F3;
  padding: 40px;
}
.c-content-main .machinehitch-list [data-col-type="text"] {
  margin-bottom: 0;
}
.c-content-main .machinehitch-list [data-col-type="text"] .machinehitch-title {
  font-size: 2.4rem;
  font-weight: bold;
  color: #01ADB0;
  margin-bottom: 20px;
}
.c-content-main .machinehitch-list ul {
  display: flex;
  margin-bottom: 0;
  flex-wrap: wrap;
}
.c-content-main .machinehitch-list ul::after {
  content: "";
  display: block;
  width: calc(33.3333333% - 40px / 3);
}
.c-content-main .machinehitch-list ul li {
  width: calc(33.3333333% - 40px / 3);
  margin-right: 20px;
  padding-left: 0;
  margin-bottom: 0;
}
.c-content-main .machinehitch-list ul li:nth-child(3n) {
  margin-right: 0;
}
.c-content-main .machinehitch-list ul li::before {
  content: none;
}
.c-content-main .machinehitch-list ul li [data-col-type="img"] {
  margin-bottom: 10px;
}
.c-content-main .machinehitch-list ul li [data-col-type="text"] {
  text-align: center;
  font-size: 1.6rem;
}

@media only screen and (max-width: 767px) {
  .c-content-main .machinehitch-description [data-col-type="text"] [data-col-type="img"] {
    width: 100%;
  }
  .c-content-main .machinehitch-description ul {
    margin-bottom: 20px;
  }
  .c-content-main .machinehitch-list {
    padding: 20px;
  }
  .c-content-main .machinehitch-list [data-col-type="text"] .machinehitch-title {
    font-size: 1.8rem;
    margin-bottom: 10px;
  }
  .c-content-main .machinehitch-list ul::after {
    width: calc(33.3333333% - 20px / 3);
  }
  .c-content-main .machinehitch-list ul li {
    width: calc(33.3333333% - 20px / 3);
    margin-right: 10px;
  }
  .c-content-main .machinehitch-list ul li [data-col-type="text"] {
    text-align: center;
    font-size: 1.2rem;
  }
}

@font-face {
  font-family: YuGothicM;
  src: local("Yu Gothic Medium")
}

@font-face {
  font-family: icons;
  font-style: normal;
  font-weight: 400;
  src: url(/font/icons.eot);
  src: url(/font/icons.eot?#iefix) format("embedded-opentype"), url(/font/icons.woff) format("woff"), url(/font/icons.ttf) format("truetype")
}

:root {
  font-size: 62.5%;
  height: 100%
}

[data-lazy-font] {
  visibility: hidden
}

.wf-active [data-lazy-font] {
  visibility: visible
}

::-moz-selection {
  background-color: #def1f2
}

::selection {
  background-color: #def1f2
}

.js-focus-visible :focus:not(.focus-visible) {
  outline: 0
}

body {
  color: #333;
  font-family: YuGothic, YuGothicM, メイリオ, Meiryo, sans-serif;
  font-size: 1.6rem;
  line-height: 1.7;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  margin: 0;
  padding: 0
}

button {
  border-radius: 0
}

@media (min-width:768px) {
  .c-page-home__about:not(:last-of-type) {
    margin-bottom:100px;
  }
}

@media (min-width:768px) {
  .c-page-home__about-contents {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    max-width: 990px;
    margin: auto
  }
}

.c-page-home__about-contents.ict-description {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 640px;
  margin: 0 auto 60px;
}
.c-page-home__about-contents.ict-description [data-col-type=img] {
  width: 200px;
}
.c-page-home__about-contents.ict-description [data-col-type=text] {
  width: 400px;
}
@media (max-width:767px) {
  .c-page-home__about-contents.ict-description {
    display: block;
    width: 100%;
    margin: 0 auto 40px;
  }
  .c-page-home__about-contents.ict-description [data-col-type=img] {
    width: 60%;
    margin: 0 auto;
  }
  .c-page-home__about-contents.ict-description [data-col-type=text] {
    width: 100%;
    margin: 0 auto;
  }
}

.c-page-home__about-contents [data-col-type=img] {
  width: 25.25253%;
}

@media (min-width:768px) {
  .c-page-home__about-contents [data-col-type=img] {
    margin-top: 14px
  }
}

@media (max-width:767px) {
  .c-page-home__about-contents [data-col-type=img] {
    width: 58%;
    max-width: 300px;
    margin: 24px auto
  }
}

.c-page-home__about-contents [data-col-type=text] {
  padding: 0
}

@media (min-width:768px) {
  .c-page-home__about-contents [data-col-type=text] {
    width: 69.69697%
  }
}

.c-page-home__about-contents [data-col-type=text] p {
  line-height: 2
}

@media (min-width:768px) {
  .c-page-home__about-contents [data-col-type=text] h3 small {
    display: inline;
    margin-right: .3em
  }
}

.c-page-home__about-contents [data-col-type=text] h3.cutom_horunavilogo {
  background: none;
  padding: 0
}

.c-page-home__about-more {
  margin-top: 64px
}

@media (max-width:767px) {
  .c-page-home__about-more {
    margin-top: 32px
  }
}

#ToolBar {
  opacity: .2;
  -webkit-transition: .3s;
  transition: .3s
}

#ToolBar:hover {
  opacity: 1
}

.c-nav-sitemap {
  background-color: #3f3d2f;
  padding: 30px 0
}

@media (max-width:575px) {
  .c-nav-sitemap {
    padding: 0
  }
}

.c-nav-sitemap ul[data-sitemap-level="1"],
.c-nav-sitemap ul[data-sitemap-level="2"],
.c-nav-sitemap ul[data-sitemap-level="3"] {
  margin: 0
}

.c-nav-sitemap li[data-sitemap-level="1"],
.c-nav-sitemap li[data-sitemap-level="2"],
.c-nav-sitemap li[data-sitemap-level="3"] {
  display: block;
  margin: 0;
  padding: 0
}

.c-nav-sitemap a {
  color: #fff;
  display: block;
  text-decoration: none;
  padding-left: 30px
}

@media (max-width:575px) {
  .c-nav-sitemap a {
    padding: 20px
  }
}

.c-nav-sitemap a:hover {
  opacity: .7
}

.c-nav-sitemap a:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  margin: 0 15px 0 -20px;
  width: 8px;
  height: 8px;
  border: 1px solid transparent;
  border-radius: 50%;
  background: #00a7ac
}

@media (max-width:575px) {
  .c-nav-sitemap a:before {
    display: none;
    margin: 0
  }
}

.c-nav-sitemap__body {
  background-color: #3f3d2f;
  margin: 0 auto;
  overflow: hidden;
  max-width: 1200px
}

@media (max-width:991px) {
  .c-nav-sitemap__body {
    max-width: 100%
  }
}

.c-nav-sitemap ul[data-sitemap-level="1"] {
  -webkit-column-count: 4;
  -moz-column-count: 4;
  column-count: 4;
  padding: 0
}

@media (max-width:576px) {
  .c-nav-sitemap ul[data-sitemap-level="1"] {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1
  }
}

@media (min-width:576px) and (max-width:767px) {
  .c-nav-sitemap ul[data-sitemap-level="1"] {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2
  }
}

@media (min-width:768px) and (max-width:991px) {
  .c-nav-sitemap ul[data-sitemap-level="1"] {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3
  }
}

.c-nav-sitemap li[data-sitemap-level="1"] {
  -webkit-column-break-inside: avoid;
  -moz-column-break-inside: avoid;
  break-inside: avoid-column;
  display: inline-block;
  margin: 0 0 1em;
  width: 100%
}

@media (max-width:575px) {
  .c-nav-sitemap li[data-sitemap-level="1"] {
    margin: 0
  }
}

@media (max-width:575px) {
  .c-nav-sitemap li[data-sitemap-level="1"] a {
    border-bottom: 2px solid #fff;
    margin: 0
  }
  .c-nav-sitemap li[data-sitemap-level="1"] a :before {
    display: none;
    margin: 0
  }
}

.c-nav-sitemap ul[data-sitemap-level="2"] {
  padding: 0 0 0 1em
}

@media (max-width:575px) {
  .c-nav-sitemap ul[data-sitemap-level="2"] {
    padding: 0
  }
}

.c-nav-sitemap li[data-sitemap-level="2"] {
  margin: 0 0 .5em
}

@media (max-width:575px) {
  .c-nav-sitemap li[data-sitemap-level="2"] {
    margin: 0
  }
}

@media (max-width:575px) {
  .c-nav-sitemap li[data-sitemap-level="2"] a {
    border-bottom: 1px solid #3f3d2f;
    background: #baa98f;
    padding: 15px 20px;
    color: #333
  }
}

.c-nav-sitemap li[data-sitemap-level="2"] a:before {
  background: #def1f2
}

@media (max-width:575px) {
  .c-nav-sitemap li[data-sitemap-level="2"] a:before {
    display: none;
    margin: 0
  }
}

.c-nav-sitemap ul[data-sitemap-level="3"] {
  padding: 0 0 0 1em
}

@media (max-width:575px) {
  .c-nav-sitemap ul[data-sitemap-level="3"] {
    padding: 0
  }
}

@media (max-width:575px) {
  .c-nav-sitemap li[data-sitemap-level="3"] a {
    background: #dad3c9;
    padding: 10px 20px;
    color: #333
  }
}

.c-nav-sitemap li[data-sitemap-level="3"] a:before {
  border: 1px solid #fff;
  background: #fff
}

@media (max-width:575px) {
  .c-nav-sitemap li[data-sitemap-level="3"] a:before {
    display: none;
    margin: 0
  }
}

.c-nav-breadcrumb {
  font-size: 1.6rem;
  max-width: 1200px;
  margin: 0 auto;
  padding-left: 30px;
  padding-right: 30px
}

@media (max-width:991px) {
  .c-nav-breadcrumb {
    display: none
  }
}

.c-nav-breadcrumb ol {
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start
}

.c-nav-breadcrumb ol>li {
  list-style: none;
  font-size: .875em
}

.c-nav-breadcrumb ol>li:last-child a :after {
  display: none
}

.c-nav-breadcrumb a {
  color: #969171;
  display: inline-block;
  text-decoration: underline
}

.c-nav-breadcrumb a :after {
  content: " > ";
  display: inline-block;
  margin: 0 15px 0 20px;
  color: #3f3d2f
}

.c-nav-breadcrumb__item {
  display: inline-block;
  margin: 0;
  padding: 0
}

.c-nav-breadcrumb__item[data-breadcrumb=current] a {
  text-decoration: none
}

.c-list-banner {
  padding: 30px 0
}

.c-list-banner__body {
  width: 1200;
  max-width: 1200px;
  margin: 0 auto;
  padding-left: 30px;
  padding-right: 30px
}

@media (max-width:1260px) {
  .c-list-banner__body {
    max-width: 1260px;
    padding-left: 30px;
    padding-right: 30px;
    width: 100%
  }
}

@media (max-width:576px) {
  .c-list-banner__body {
    padding-left: 20px;
    padding-right: 20px
  }
}

.c-list-banner__body>ul {
  padding: 0;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.c-list-banner__body>ul>li {
  list-style: none;
  margin: 0 10px
}

@media (max-width:767px) {
  .c-list-banner__body>ul>li {
    width: 100%;
    margin-bottom: 10px
  }
}

.c-list-banner__body>ul>li>a {
  text-decoration: none;
  display: block
}

.c-list-banner__body>ul>li>a:hover {
  opacity: .7
}

@media (max-width:575px) {
  .c-list-banner__body>ul>li>a>img {
    width: 100%
  }
}

.c-list-category {
  font-size: 1.2rem
}

@media (max-width:576px) {
  .c-list-category {
    display: none
  }
}

.c-list-category ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  list-style: none;
  margin: 0 auto 50px;
  padding: 0
}

.c-list-category li {
  list-style: none;
  margin: 0 10px;
  padding: 0
}

.c-list-category a {
  background: #efefef;
  color: #333;
  font-weight: 700;
  border: 1px solid transparent;
  border-radius: 5px;
  display: block;
  padding: 1em 1.9em;
  text-decoration: none
}

.c-list-tag {
  font-size: 1rem
}

@media (max-width:576px) {
  .c-list-tag {
    display: none
  }
}

.c-list-tag ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  list-style: none;
  margin: 0 0 26px;
  padding: 0
}

.c-list-tag li {
  list-style: none;
  margin: 0 .3em;
  padding: 0
}

.c-list-tag a {
  background: #00a7ac;
  color: #fff;
  display: block;
  padding: 1em 1.9em;
  text-decoration: none
}

.c-pagination {
  clear: both;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.8rem;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  line-height: 4rem;
  margin: 20px 0 0;
  overflow: hidden;
  text-align: center
}

@media (max-width:576px) {
  .c-pagination {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
  }
}

.c-pagination a {
  background: none;
  color: currentColor;
  text-decoration: none;
  font-size: .88889em
}

.c-pagination__next a,
.c-pagination__prev a {
  border: 1px solid #d2cdcd;
  display: inline-block;
  vertical-align: middle;
  overflow: hidden;
  padding: 0 10px;
  position: relative
}

.c-pagination__next a[data-disabled=true],
.c-pagination__prev a[data-disabled=true] {
  opacity: .3;
  pointer-events: none
}

.c-pagination__prev {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1
}

.c-pagination__prev :before {
  content: "<";
  font-size: .77778em;
  display: inline-block;
  vertical-align: middle;
  color: #333;
  padding-right: 5px
}

.c-pagination__next {
  -webkit-box-ordinal-group: 4;
  -ms-flex-order: 3;
  order: 3
}

.c-pagination__next :after {
  content: "＞";
  font-size: .77778em;
  display: inline-block;
  vertical-align: middle;
  color: #333;
  padding-left: 5px
}

.c-pagination__numbers {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-weight: 700;
  list-style: none;
  margin: 0 30px;
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
  padding: 0
}

@media (max-width:576px) {
  .c-pagination__numbers {
    display: none
  }
}

.c-pagination__number {
  display: block;
  list-style: none;
  margin: 0 .5em
}

.c-pagination__number:hover {
  padding-bottom: 2px
}

.c-pagination__number--current,
.c-pagination__number:hover {
  border-bottom: 2px solid #00a7ac
}

.c-pagination__number--current:hover {
  padding-bottom: 0
}

.c-pagination__number a {
  display: block;
  padding: 0 .3em;
  text-align: center
}

.c-pagination__number a:after {
  display: none
}

@media (min-width:768px) {
  .bge-contents .detail-list,
  .c-content-main .detail-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
  }
}

.bge-contents .detail-list>li,
.c-content-main .detail-list>li {
  position: relative;
  font-size: 1em;
  padding-left: 3em
}

@media (min-width:768px) {
  .bge-contents .detail-list>li,
  .c-content-main .detail-list>li {
    width: 48%
  }
  .bge-contents .detail-list>li:nth-child(3),
  .c-content-main .detail-list>li:nth-child(3) {
    width: 100%
  }
}

.bge-contents .detail-list>li:before,
.c-content-main .detail-list>li:before {
  content: counter(content-main-ol-default, decimal-leading-zero);
  line-height: 1;
  width: 1.5em;
  height: 1.5em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
  font-size: 1.5em
}

.bge-contents .detail-list>li span,
.c-content-main .detail-list>li span {
  display: block;
  font-weight: 700;
  font-size: 1.5em;
  margin-bottom: .7em
}

.bge-contents .detail-list>li:last-child,
.bge-contents .detail-list>li:not(:last-child),
.c-content-main .detail-list>li:last-child,
.c-content-main .detail-list>li:not(:last-child) {
  margin-bottom: 2em;
  padding-bottom: 2em;
  border-bottom: 2px solid #c3c3c3
}

.bge-contents .detail-list>li:first-child:before,
.bge-contents .detail-list>li:nth-child(2):before,
.c-content-main .detail-list>li:first-child:before,
.c-content-main .detail-list>li:nth-child(2):before {
  background-color: #7a7a7a
}

.bge-contents .detail-list>li:nth-child(3):before,
.c-content-main .detail-list>li:nth-child(3):before {
  background-color: #00a7ac
}

.bge-contents .detail-list>li:nth-child(4):before,
.bge-contents .detail-list>li:nth-child(5):before,
.c-content-main .detail-list>li:nth-child(4):before,
.c-content-main .detail-list>li:nth-child(5):before {
  background-color: #7a7a7a
}

.bge-contents .img-animation,
.c-content-main .img-animation {
  margin: 2em 0
}

.bge-contents .img-animation img,
.c-content-main .img-animation img {
  max-width: 100%
}

.bge-contents .detail-list-exblock .ttl,
.c-content-main .detail-list-exblock .ttl {
  font-weight: 500;
  font-size: 1.6em;
  color: #00a7ac;
  text-align: center;
  padding: .8em;
  margin-bottom: 0;
  background: #efefef
}

.bge-contents .detail-list-exblock .inner,
.c-content-main .detail-list-exblock .inner {
  padding-top: 2em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between
}

@media (max-width:767px) {
  .bge-contents .detail-list-exblock .inner,
  .c-content-main .detail-list-exblock .inner {
    display: block
  }
}

.bge-contents .detail-list-exblock .col,
.c-content-main .detail-list-exblock .col {
  width: 48%;
  background: url(/pickup/horunavi/img/bg-pattern03.png), #fafafa;
  padding: 1.5em
}

@media (max-width:767px) {
  .bge-contents .detail-list-exblock .col,
  .c-content-main .detail-list-exblock .col {
    width: 100%
  }
  .bge-contents .detail-list-exblock .col:not(:last-child),
  .c-content-main .detail-list-exblock .col:not(:last-child) {
    margin-bottom: 1.5em
  }
}

.bge-contents .detail-list-exblock .sttl,
.c-content-main .detail-list-exblock .sttl {
  font-size: 1.3em;
  font-weight: 700
}

@media (max-width:767px) {
  .bge-contents .detail-list-exblock .btn a[data-type=btn],
  .c-content-main .detail-list-exblock .btn a[data-type=btn] {
    max-width: 100%;
    min-width: 0
  }
}

.bge-contents .detail-list-exblock .btn a[data-type=btn]:after,
.c-content-main .detail-list-exblock .btn a[data-type=btn]:after {
  position: absolute;
  width: 1em;
  height: 1em;
  content: "";
  border: 1px solid #fff;
  border-width: 1px 1px 0 0;
  right: 1.25em;
  -webkit-transform: rotate(45deg) translateY(-50%);
  transform: rotate(45deg) translateY(-50%);
  top: calc(50% - 2px);
  background: none;
  bottom: auto;
  margin: 0
}

.bge-contents .detail-list-exblock .btn a[data-type=btn]:hover:after,
.c-content-main .detail-list-exblock .btn a[data-type=btn]:hover:after {
  border-color: #00a7ac
}

.bge-contents .anchor-block,
.c-content-main .anchor-block {
  background: #def1f2;
  padding: 2em
}

@media (min-width:768px) {
  .bge-contents .anchor-block,
  .c-content-main .anchor-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
  }
}

.bge-contents .anchor-block button,
.c-content-main .anchor-block button {
  width: 100%
}

@media (min-width:768px) {
  .bge-contents .anchor-block button,
  .c-content-main .anchor-block button {
    width: 32%;
    margin: 0
  }
}

@media (max-width:767px) {
  .bge-contents .anchor-block button:not(:last-child),
  .c-content-main .anchor-block button:not(:last-child) {
    margin-bottom: 1em
  }
}

.bge-contents .anchor-block button[data-type=btn]:after,
.c-content-main .anchor-block button[data-type=btn]:after {
  position: absolute;
  width: 1em;
  height: 1em;
  content: "";
  border: 1px solid #fff;
  border-width: 1px 1px 0 0;
  left: 1.25em;
  -webkit-transform: translateY(-50%) rotate(135deg);
  transform: translateY(-50%) rotate(135deg);
  top: calc(50% - 2px);
  background: none;
  bottom: auto;
  margin: 0
}

.bge-contents .anchor-block button[data-type=btn]:hover:after,
.c-content-main .anchor-block button[data-type=btn]:hover:after {
  border-color: #00a7ac
}

.bge-contents p[data-type=mcmg],
.c-content-main p[data-type=mcmg] {
  font-size: 1.125em;
  letter-spacing: .0625em;
  line-height: 2.1
}

.bge-contents p[data-type=mcmg] span,
.c-content-main p[data-type=mcmg] span {
  font-weight: 700;
  color: #00a7ac
}

.bge-contents [data-col-type=movie] .inner,
.c-content-main [data-col-type=movie] .inner {
  padding-top: 56.25%;
  position: relative;
  height: 0
}

.bge-contents [data-col-type=movie] .inner iframe,
.c-content-main [data-col-type=movie] .inner iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%
}

@media (min-width:768px) {
  .bge-contents [data-type=btn][data-btn-length=short],
  .c-content-main [data-type=btn][data-btn-length=short] {
    max-width: 200px
  }
}

.bge-contents .bg-gray,
.c-content-main .bg-gray {
  background: #efefef;
  padding: 1.5em
}

.bge-contents .flow-wrap,
.c-content-main .flow-wrap {
  position: relative;
  z-index: 2;
  padding: 4em 0 5em;
  margin-bottom: 5.5em;
}
@media (max-width:767px) {
  .bge-contents .flow-wrap,
  .c-content-main .flow-wrap {
    padding-top: 5em;
  }
}

.bge-contents .flow-wrap h3,
.c-content-main .flow-wrap h3,
.c-content-main.process-local-nav h3 {
  color: #333;
  text-align: center;
  padding-bottom: .6em;
  margin-bottom: 1.0em;
  position: relative;
  font-size: 3.7rem;
}
@media (max-width:767px) {
  .bge-contents .flow-wrap h3,
  .c-content-main .flow-wrap h3,
  .c-content-main.process-local-nav h3 {
    font-size: 2.5rem;
    padding-bottom: .8em;
  }
}

.bge-contents .flow-wrap h3::after,
.c-content-main .flow-wrap h3::after,
.c-content-main.process-local-nav h3::after {
  content: "";
  display: block;
  position: absolute;
  width: 1.5em;
  height: 3px;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  background: #00a7ac
}

.bge-contents .flow-wrap:after,
.c-content-main .flow-wrap:after {
  position: absolute;
  display: block;
  content: "";
  height: 100%;
  width: 100vw;
  left: -300%;
  right: -300%;
  margin: auto;
  top: 0;
  /* background: #def1f2; */
  background: #F3F3F3;
  z-index: -1
}

@media (min-width:768px) and (max-width:1239px) {
  .bge-contents .flow-wrap:after,
  .c-content-main .flow-wrap:after {
    width: 1239px
  }
}

.bge-contents .detail-block,
.c-content-main .detail-block {
  margin-top: 1.875em;
  padding: 1.5em 2.5em 2.5em;
  background: #fff;
  position: relative
}

@media (max-width:767px) {
  .bge-contents .detail-block,
  .c-content-main .detail-block {
    padding-top: 43%
  }
}

.bge-contents .detail-block:after,
.c-content-main .detail-block:after {
  position: absolute;
  display: block;
  content: "";
  width: 150px;
  padding-top: 100px;
  background: url(/pickup/horunavi/img/logo-horunavi-plus.svg) no-repeat 50%/60% auto;
  right: 30px;
  top: 30px;
  border: 1px solid #ddd
}

@media (max-width:767px) {
  .bge-contents .detail-block:after,
  .c-content-main .detail-block:after {
    right: 2.5em;
    top: 0;
    margin-top: 10%;
    width: 38%;
    padding-top: 27%
  }
}

.bge-contents .detail-block:before,
.c-content-main .detail-block:before {
  position: absolute;
  display: block;
  content: "";
  width: 150px;
  padding-top: 100px;
  background: url(/pickup/horunavi/img/logo-horunavi.svg) no-repeat 50%/60% auto;
  right: 30px;
  top: 30px;
  border: 1px solid #ddd;
  -webkit-transform: translateX(calc(-100% - 10px));
  transform: translateX(calc(-100% - 10px))
}

@media (max-width:767px) {
  .bge-contents .detail-block:before,
  .c-content-main .detail-block:before {
    -webkit-transform: none;
    transform: none;
    left: 2.5em;
    top: 0;
    margin-top: 10%;
    width: 38%;
    padding-top: 27%
  }
}

.bge-contents .ict-read-block p span,
.c-content-main .ict-read-block p span {
  font-weight: 700;
  color: #00a7ac
}

.bge-contents .product-3dmc-sec02,
.c-content-main .product-3dmc-sec02 {
    padding-bottom: 170px
}

.c-content-main .product-3dmc-sec02[data-style=kuinavi] {
  padding-bottom: 30px
}
@media (max-width:767px) {
  .c-content-main .product-3dmc-sec02[data-style=kuinavi] {
		padding-bottom: 10px;
  }
}

.bge-contents .product-3dmc-sec03[data-bg=obj01],
.c-content-main .product-3dmc-sec03[data-bg=obj01] {
  margin-top: 0
}

.bge-contents .works-list-style02 button [data-col-type=img],
.c-content-main .works-list-style02 button [data-col-type=img] {
  background: #fff
}

.bge-contents .text-large,
.c-content-main .text-large {
  font-size: 1.75em;
  font-weight: 700
}

@media (max-width:767px) {
  .bge-contents .text-large,
  .c-content-main .text-large {
    font-size: 1.8rem
  }
}

.bge-contents .text-left,
.c-content-main .text-left {
  text-align: left
}

@media (min-width:768px) {
  .bge-contents .maker-machine-block,
  .c-content-main .maker-machine-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
  }
}

@media (max-width:767px) {
  .bge-contents .maker-machine-block,
  .c-content-main .maker-machine-block {
    display: block
  }
}

.bge-contents .maker-machine-block figure,
.c-content-main .maker-machine-block figure {
  margin: 0;
  width: calc(50% - 1px);
  position: relative;
  background: #fff
}

@media (max-width:767px) {
  .bge-contents .maker-machine-block figure,
  .c-content-main .maker-machine-block figure {
    width: 100%
  }
}

.bge-contents .maker-machine-block figure img,
.c-content-main .maker-machine-block figure img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom
}

@media (max-width:767px) {
  .bge-contents .maker-machine-block figure:not(:last-child),
  .c-content-main .maker-machine-block figure:not(:last-child) {
    margin-bottom: 2px
  }
}

@media (min-width:768px) {
  .bge-contents .maker-machine-block[data-col="3"] figure,
  .c-content-main .maker-machine-block[data-col="3"] figure {
    width: calc(33.33333% - 1.33333px)
  }
}

.bge-contents .body-indent,
.c-content-main .body-indent {
  padding: 0 20px
}

.bge-contents .modal-description,
.c-content-main .modal-description {
  margin-top: 0;
  font-size: 1.4rem
}

@media (min-width:768px) {
  .bge-contents .modal-description,
  .c-content-main .modal-description {
    text-align: center
  }
}

.c-works__anchor {
  background: #333;
  padding: 20px
}

/* ページ内リンク用 */
#niigata,#chuubu,#takamatsu,#hiroshima,#kokura {
  margin-top: -80px;
  padding-top: 80px;
}

/* コベルコ建機のICT施工 ホルナビ改修 */
.c-content-main .ict-intro-block {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 100px;
}
.c-content-main .ict-intro-block .ict-horunavi-logo {
  width: 280px;
}
.c-content-main .ict-intro-block p {
  width: 660px;
  margin: 0;
  font-size: 1.7rem;
}
@media (max-width:767px) {
  .c-content-main .ict-intro-block {
    display: block;
    margin-bottom: 40px;
  }
  .c-content-main .ict-intro-block .ict-horunavi-logo {
    width: 60%;
    margin: 0 auto 20px;
  }
  .c-content-main .ict-intro-block p {
    width: 100%;
  }
}

.c-content-main .partner-list {
  width: 100%;
  margin-bottom: 130px;
}
.c-content-main .partner-list ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 40px;
}
.c-content-main .partner-list ul:last-of-type {
  margin-bottom: 0;
}
@media (max-width:767px) {
  .c-content-main .partner-list ul {
    margin-bottom: 20px;
  }
}
.c-content-main .partner-list ul::after{
  content:"";
  display: block;
  width: 280px;
}
.c-content-main .partner-list ul li {
  width: 280px;
  padding: 0;
}
.c-content-main .partner-list ul li::before {
  display: none;
}
.c-content-main .partner-list ul li .pict-partner {
  margin-bottom: 4px;
}
.c-content-main .partner-list ul li a:not([href^="tel:"]) {
  margin: 0;
  transition: all 300ms;
}
.c-content-main .partner-list ul li a:not([href^="tel:"]):hover {
  opacity: 0.7;
}
.c-content-main .partner-list ul li a:not([data-type=btn]):not([href^="tel:"])[target=_blank]::after {
  display: none;
}
.c-content-main .partner-list ul li p {
  font-size: 1.6rem;
  line-height: 1.6;
  text-align: center;
  margin: 0;
}
@media (max-width:767px) {
  .c-content-main .partner-list {
    margin-bottom: 30px;
  }
  .c-content-main .partner-list ul li {
    width: 48%;
    margin-bottom: 20px;
  }
  .c-content-main .partner-list ul li p {
    font-size: 1.2rem;
    line-height: 1.6;
  }
}

.c-content-main .ict-description {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 640px;
  margin: 0 auto 100px;
}
.c-content-main .ict-description .ict-logo {
  width: 200px;
}
.c-content-main .ict-description p {
  width: 400px;
}
@media (max-width:767px) {
  .c-content-main .ict-description {
    display: block;
    width: 100%;
    margin: 0 auto 40px;
  }
  .c-content-main .ict-description .ict-logo {
    width: 60%;
    margin: 0 auto;
  }
  .c-content-main .ict-description p {
    width: 100%;
    margin: 0 auto;
  }
}

.c-content-main .local-navi {
  width: 960px;
  margin-bottom: 80px;
}
@media (max-width:767px) {
  .c-content-main .local-navi {
    width: 100%;
    margin-bottom: 40px;
  }
}
.c-content-main .local-navi li {
  position: relative;
  height: 80px;
  padding: 0;
  z-index: 1;
  transition: all 300ms;
}
@media (max-width:767px) {
  .c-content-main .local-navi li {
    height: 140px;
  }
}
.c-content-main .local-navi li:hover {
  opacity: 0.7;
}
.c-content-main .local-navi li:not(:last-child) {
  margin-bottom: 73px;
}
@media (max-width:767px) {
  .c-content-main .local-navi li:not(:last-child) {
    margin-bottom: 40px;
  }
}
.c-content-main .local-navi li::before {
  content: counter(content-main-ol-default, decimal-leading-zero);
  line-height: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
  background-color: #01ADB0;
  width: 80px;
  height: 80px;
  font-size: 3.2rem;
  text-align: center;
  z-index: 1;
  pointer-events: none;
}
@media (max-width:767px) {
  .c-content-main .local-navi li::before {
    width: 35px;
    height: 35px;
    font-size: 2.2rem;
  }
}
.c-content-main .local-navi li:not(:last-of-type)::after {
  content: "";
  position: absolute;
  bottom: -50px;
  left: 50%;
  transform: translateX(-50%);
  display: block;
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 20px 30px 0 30px;
  border-color: #01ADB0 transparent transparent transparent;
}
@media (max-width:767px) {
  .c-content-main .local-navi li:not(:last-of-type)::after {
    bottom: -26px;
    border-width: 10px 15px 0 15px;
  }
}
.c-content-main .local-navi li a {
  position: relative;
  display: flex;
  align-items: center;
  padding-left: 180px;
  height: 100%;
  text-decoration: none;
  font-size: 2.8rem;
  font-weight: bold;
  background: #fff 100px center/60px auto no-repeat;
  border: #01ADB0 solid 2px;
}
@media (max-width:767px) {
  .c-content-main .local-navi li a {
    padding: 70px 0 0;
    font-size: 2.0rem;
    flex-direction: column;
    background-position: center 14px;
  }
}
.c-content-main .local-navi li:nth-of-type(1) a {
  background-image: url("/pickup/horunavi/img/icon-ict-survey.svg");
}
.c-content-main .local-navi li:nth-of-type(2) a {
  background-image: url("/pickup/horunavi/img/icon-ict-model.svg");
}
.c-content-main .local-navi li:nth-of-type(3) a {
  background-image: url("/pickup/horunavi/img/icon-ict-construction.svg");
}
.c-content-main .local-navi li:nth-of-type(4) a {
  background-image: url("/pickup/horunavi/img/icon-ict-management.svg");
}
.c-content-main .local-navi li:nth-of-type(5) a {
  background-image: url("/pickup/horunavi/img/icon-ict-delivery.svg");
}
.c-content-main .local-navi li a:not([data-type=btn]):not([href^="tel:"]) {
  margin-right: 0;
}
.c-content-main .local-navi li a span {
  font-size: 2.4rem;
  font-weight: normal;
  font-family: "Barlow Condensed";
  padding-left: 36px;
  position: relative;
  display: inline-block;
}
.c-content-main .local-navi li a span::before {
  position: absolute;
  top: 50%;
  left: 0.5em;
  transform:translateY(-50%);
  content: "/";
  font-size: 1.2em;
  color: #01ADB0;
  z-index: 2;
}
@media (max-width:767px) {
  .c-content-main .local-navi li a span {
    display: block;
    padding: 0;
    font-size: 1.6rem;
    opacity: 0.5;
  }
  .c-content-main .local-navi li a span::before  {
    display: none;
  }
}
.c-content-main .local-navi li a::before {
  position: absolute;
  content: "";
  width: 20px;
  height: 20px;
  top: 0;
  bottom: 0;
  right: 40px;
  margin: auto;
  border: 2px solid #01ADB0;
  border-width: 2px 2px 0 0;
  transform: rotate(45deg);
}
@media (max-width:767px) {
  .c-content-main .local-navi li a::before {
    width: 12px;
    height: 12px;
    right: 20px;
  }
}
.c-content-main .local-navi li a::after {
  position: absolute;
  bottom: -10px;
  right: -10px;
  content: "";
  width: 960px;
  height: 80px;
  background: url("/pickup/horunavi/img/bg-ict-flow-shadow.png") top left/4px repeat;
  z-index: -1;
}
@media (max-width:767px) {
  .c-content-main .local-navi li a::after {
    bottom: -6px;
    right: -6px;
    width: 100%;
    height: calc(130 / 375 * 100vw);
  }
}

.c-content-main .more-btn.ict-btn {
  width: 480px;
}
@media (max-width:767px) {
  .c-content-main .more-btn.ict-btn {
    width: 100%;
  }
}

/* ボタン */
.c-content-main .more-btn {
  margin: 0 auto;
  width: 260px;
}
@media (max-width:767px) {
  .c-content-main .more-btn {
    width: 100%;
  }
}
.c-content-main .more-btn a:not([data-type=btn]):not([href^="tel:"]) {
  color: #fff;
  height: 66px;
  background-color: #01ADB0;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.8rem;
  line-height: 1.4;
  text-decoration: none;
  position: relative;
  transition: all 300ms;
  margin: 0;
  border: #01ADB0 solid 2px;
}
.c-content-main .more-btn a::after {
  position: absolute;
  content: "";
  width: 14px;
  height: 14px;
  top: 0;
  bottom: 0;
  right: 20px;
  margin: auto;
  border: 1px solid #fff;
  border-width: 2px 2px 0 0;
  transform: rotate(45deg);
}
.c-content-main .more-btn a:not([data-type=btn]):not([href^="tel:"]):hover {
  background-color: #fff;
  border: #01ADB0 solid 2px;
  color: #01ADB0;
}
.c-content-main .more-btn a:hover::after {
  border-color: #01ADB0;
}

/* ict ローカルナビ */
.c-content-main .ict-local-nav {
  margin-bottom: 100px;
  padding: 0 10px;
}
@media (max-width:767px) {
  .c-content-main .ict-local-nav {
    margin-bottom: 100px;
    padding: 0;
  }
}
.c-content-main .ict-local-nav ol {
  display: flex;
  justify-content: space-between;
}
@media (max-width:767px) {
  .c-content-main .ict-local-nav ol {
    display: block;
    margin-bottom: 0;
  }
}
.c-content-main .ict-local-nav ol li {
  width: 180px;
  height: 160px;
  position: relative;
  padding: 0;
  margin: 0;
  text-align: center;
}
@media (max-width:767px) {
  .c-content-main .ict-local-nav ol li {
    width: 100%;
    height: auto;
    margin-bottom: 46px;
  }
  .c-content-main .ict-local-nav ol li:last-of-type {
    margin-bottom: 0;
  }
}
.c-content-main .ict-local-nav ol li::before {
  vertical-align: 0;
  content: counter(content-main-ol-default, decimal-leading-zero);
  color: #fff;
  width: 50px;
  height: 24px;
  margin: 0;
  background-color: #425058;
  position: absolute;
  top: -5px;
  left: 50%;
  transform:translateX(-50%);
  z-index: 2;
}
@media (max-width:767px) {
  .c-content-main .ict-local-nav ol li::before {
    top: -12px;
  }
}
.c-content-main .ict-local-nav ol li.current:before {
  background-color: #01ADB0;
}
.c-content-main .ict-local-nav.in-link ol li::after {
  position: absolute;
  content: "";
  width: 14px;
  height: 14px;
  bottom: 15px;
  left: 0;
  right: 0;
  margin: auto;
  border: 2px solid #fff;
  border-width: 2px 2px 0 0;
  transform: rotate(135deg);
  transition: all 300ms;
}
@media (max-width:767px) {
  .c-content-main .ict-local-nav.in-link ol li::after {
    width: 10px;
    height: 10px;
    left: auto;
    right: 8px;
    bottom: auto;
    top: 44%;
    transform: rotate(135deg) translateY(50%)
  }
}
.c-content-main.process-local-nav .ict-local-nav ol li::after {
  position: absolute;
  content: "";
  width: 15px;
  height: 15px;
  bottom: 15px;
  padding: 4px;
  left: 0;
  right: 0;
  margin: auto;
  background: url("/pickup/horunavi/img/obj-link-circle.svg") center/contain no-repeat;
  border: none;
  transform: rotate(0deg) translateY(50%)
}
.c-content-main.process-local-nav .ict-local-nav ol li:hover::after {
  bottom: 15px;
}
@media (max-width:767px) {
  .c-content-main.process-local-nav .ict-local-nav ol li::after {
    position: absolute;
    content: "";
    width: 14px;
    height: 14px;
    top: 0;
    bottom: 0;
    left: auto;
    right: 20px;
    margin: auto;
    border: 1px solid #fff;
    border-width: 2px 2px 0 0;
    transform: rotate(45deg);
    background: none;
  }
}
.c-content-main .ict-local-nav ol li:hover::after {
  bottom: 10px;
}

/* ICT活用工事の流れ */
.c-content-main .ict-local-nav ol li a:not([data-type=btn]):not([href^="tel:"]) {
  color: #fff;
  margin: 0;
  padding: 0;
}
@media (max-width:767px) {
  .c-content-main .ict-local-nav ol li a:not([data-type=btn]):not([href^="tel:"]) {
    padding: 22px;
  }
}
.c-content-main .ict-local-nav ol li a {
  text-decoration: none;
  font-size: 1.8rem;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  transition: all 300ms;
}
@media (max-width:767px) {
  .c-content-main .ict-local-nav ol li a {
    background-color: #01ADB0;
  }
}
.c-content-main .ict-local-nav ol li a:hover {
  opacity: 0.7;
}
.c-content-main .ict-local-nav ol li a::before,
.c-content-main .ict-local-nav ol li a::after {
  width: 180px;
  height: 80px;
  position: absolute;
  background-color: #01ADB0;
  content: "";
  z-index: -1;
  left: 0;
}
@media (max-width:767px) {
  .c-content-main .ict-local-nav ol li a::before,
  .c-content-main .ict-local-nav ol li a::after  {
    background: none;
  }
}
.c-content-main .ict-local-nav ol li a::before {
  top: 0;
  transform:skew(15deg, 0deg);
}
@media (max-width:767px) {
  .c-content-main .ict-local-nav ol li a::before {
    display:none;
  }
}
.c-content-main .ict-local-nav ol li a::after {
  bottom: 0;
  transform: skew(-15deg, 0deg);
}
@media (max-width:767px) {
  .c-content-main .ict-local-nav ol li:not(:last-of-type) a::after {
    content: "";
    position: absolute;
    bottom: -14px;
    left: 50%;
    transform: skew(0deg, 0deg) translateX(-50%);
    display: block;
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 15px 15px 0 15px;
    border-color: #01ADB0 transparent transparent transparent;
  }
}
/* カレント */
.c-content-main .ict-local-nav ol li.current::after {
  display: none;
}
.c-content-main .ict-local-nav ol li.current a:not([data-type=btn]):not([href^="tel:"]) {
  color: #01ADB0;
  pointer-events: none;
  font-weight: bold;
}
@media (max-width:767px) {
  .c-content-main .ict-local-nav ol li.current a:not([data-type=btn]):not([href^="tel:"]) {
    background-color: #fff;
    border: #01ADB0 solid 2px;
  }
}
.c-content-main .ict-local-nav ol li.current a::before,
.c-content-main .ict-local-nav ol li.current a::after {
  background-color: #fff;
  border: #01ADB0 solid 2px;
}
.c-content-main .ict-local-nav ol li.current a::before {
  border-bottom: none;
}
.c-content-main .ict-local-nav ol li.current a::after {
  border-top: none;
}
@media (max-width:767px) {
  .c-content-main .ict-local-nav ol li.current a::after {
    border-style: solid;
    border-width: 15px 15px 0 15px;
    border-color: #01ADB0 transparent transparent transparent;
    background: none;
  }
  .c-content-main .ict-local-nav ol li:last-of-type.current a::after {
    display: none;
  }
}


/* ICTトップフロー */
.c-content-main .ict-flow {
  margin-bottom: 40px;
}
.c-content-main .ict-flow ol {
  width: 960px;
  margin: 0 auto;
}
@media (max-width:767px) {
  .c-content-main .ict-flow ol {
    width: 100%;
  }
}
.c-content-main .ict-flow ol li {
  width: 100%;
  min-height: 260px;
  position: relative;
  background-color: #F3F3F3;
  padding: 60px 40px 80px;
  margin-bottom: 160px;
  display: flex;
  justify-content: space-between;
}
@media (max-width:767px) {
  .c-content-main .ict-flow ol li {
    min-height: auto;
    padding: 30px 20px 50px;
    display: block;
    margin-bottom: 80px;
  }
}
.c-content-main .ict-flow ol li::before {
  content: "";
  position: absolute;
  bottom: -110px;
  left: 50%;
  transform: translateX(-50%);
  display: block;
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 30px 50px 0 50px;
  border-color: #ddd transparent transparent transparent;
  margin: 0;
}
@media (max-width:767px) {
  .c-content-main .ict-flow ol li::before {
    bottom: -26px;
    border-width: 10px 15px 0 15px;
  }
}
.c-content-main .ict-flow ol li:last-of-type:before {
  display: none;
}
.c-content-main .ict-flow ol li:after {
  position: absolute;
  bottom: -10px;
  right: -10px;
  content: "";
  width: 100%;
  height: 100%;
  background: url("/pickup/horunavi/img/bg-ict-flow-shadow.png") top left/4px repeat;
  z-index: -1;
}
@media (max-width:767px) {
  .c-content-main .ict-flow ol li::after {
    bottom: -6px;
    right: -6px;
    width: 100%;
    height: 100%;
  }
}

.c-content-main .process-intro-block {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: row-reverse;
  margin-bottom: 130px;
}
.c-content-main .process-intro-block .ict-horunavi-logo {
  width: 320px;
}
.c-content-main .process-intro-block p {
  width: 580px;
  margin: 0;
  font-size: 1.7rem;
  line-height: 1.8;
}
@media (max-width:767px) {
  .c-content-main .process-intro-block {
    display: block;
    margin-bottom: 50px;
  }
  .c-content-main .process-intro-block .ict-horunavi-logo {
    width: calc(200 / 350 * 100vw);
    margin: 0 auto 20px;
  }
  .c-content-main .process-intro-block p {
    width: 100%;
  }
}

.c-content-main .ict-flow ol li .flow-text {
  width: 540px;
}
@media (max-width:767px) {
  .c-content-main .ict-flow ol li .flow-text {
    width: 100%;
    margin-bottom: 20px;
  }
}
.c-content-main .ict-flow ol li .flow-image {
  width: 300px;
}
@media (max-width:767px) {
  .c-content-main .ict-flow ol li .flow-image {
    width: 100%;
  }
}
.c-content-main .ict-flow ol li .flow-image img {
  max-width: 100%;
}

.c-content-main .ict-flow ol li h3 {
  position: relative;
  line-height: 1.5;
  font-size: 3.6rem;
  padding-left: 70px;
}
@media (max-width:767px) {
  .c-content-main .ict-flow ol li h3 {
    font-size: 2.3rem;
    padding-left: 44px;
  }
}
.c-content-main .ict-flow ol li h3 span.number {
  position: absolute;
  top: 3px;
  left: 0;
  width: 50px;
  height: 50px;
  background-color: #01ADB0;
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 2.4rem;
  font-family: "Barlow Condensed", "Noto Sans JP", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", sans-serif;
}
@media (max-width:767px) {
  .c-content-main .ict-flow ol li h3 span.number {
    width: 30px;
    height: 30px;
    font-size: 2.0rem;
  }
}
.c-content-main .ict-flow ol li h3 .mini {
  font-size: 80%;
}
.c-content-main .ict-flow ol li p {
  letter-spacing: 0.05em;
  margin: 0;
  line-height: 1.9;
}


.c-content-main .ict-flow ol li .more-btn {
  position: absolute;
  bottom: -30px;
  left: 50%;
  transform: translateX(-50%);
}
@media (max-width:767px) {
  .c-content-main .ict-flow ol li .more-btn {
    bottom: -30px;
    width: calc(280 / 350 * 100vw);
  }
}

/* ICT活用工事の流れ 下層 */
.c-content-main h2 span.number {
  position: absolute;
  top: 6px;
  left: 6px;
  width: 50px;
  height: 50px;
  background-color: #01ADB0;
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 2.4rem;
  font-family: "Barlow Condensed", "Noto Sans JP", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", sans-serif;
  background-image: none;
  font-weight: 500;
}
@media (max-width:767px) {
  .c-content-main h2 span.number{
    width: 28px;
    height: 28px;
    font-size: 1.8rem;
  }
}
.c-content-main h2 span.number+span {
  padding-left: 80px;
}
@media (max-width:767px) {
  .c-content-main h2 span.number+span {
    padding-left: 40px;
    font-size: 2.1rem;
  }
}

.c-content-main .process-local-nav {
  background-color: #F3F3F3;
  padding: 40px 0;
  margin: 0 auto 100px;
  width: 960px;
}
@media (max-width:767px) {
  .c-content-main .process-local-nav {
    width: 100%;
    padding: 20px;
    margin-bottom: 50px;
  }
}
.c-content-main .process-local-nav ul {
  display: flex;
  justify-content: center;
  margin: 0;
}
@media (max-width:767px) {
  .c-content-main .process-local-nav ul {
    display: block;
  }
}
.c-content-main .process-local-nav ul li {
  width: 270px;
  margin: 0 20px;
  padding: 0;
}
@media (max-width:767px) {
  .c-content-main .process-local-nav ul li {
    width: 100%;
    margin: 0 0 20px;
  }
  .c-content-main .process-local-nav ul li:last-of-type {
    margin-bottom: 0;
  }
}
.c-content-main .process-local-nav ul li::before {
  display: none;
}
.c-content-main .process-local-nav ul li .more-btn {
  width: 100%;
}
.c-content-main .process-local-nav ul li .more-btn a::after {
  transform: rotate(135deg);
}

/* ICT活用工事の流れ 下層コンテンツ */
.c-content-main .process-block .process-flow {
  position: relative;
  margin-bottom: 260px;
}
.c-content-main .process-block .process-flow:last-of-type {
  margin-bottom: 100px;
}
@media (max-width:767px) {
  .c-content-main .process-block .process-flow {
    margin-bottom: 100px;
  }
  .c-content-main .process-block .process-flow:last-of-type {
    margin-bottom: 50px;
  }
}
.c-content-main .process-block .process-flow:not(:last-of-type)::after {
  position: absolute;
  bottom: -204px;
  left: 50%;
  transform: translateX(-50%);
  content: "";
  width: 92px;
  height: 130px;
  background: url("/pickup/horunavi/img/img-underground_flow.png") center/contain no-repeat;
}
@media (max-width:767px) {
  .c-content-main .process-block .process-flow:not(:last-of-type)::after {
    bottom: -80px;
    width: 46px;
    height: 65px;
  }
}
.c-content-main .process-block .process-flow h3 {
  border: #01ADB0 solid 2px;
  padding: 14px 20px;
  line-height: 1;
  margin-bottom: 30px;
  font-size: 2.8rem;
}
@media (max-width:767px) {
  .c-content-main .process-block .process-flow h3 {
    padding: 10px;
    margin-bottom: 14px;
    font-size: 1.8rem;
  }
}
.c-content-main .process-block .process-flow h4 {
  border: none;
  color: #425058;
  font-size: 2.4rem;
  margin-bottom: 8px;
  padding: 0;
  letter-spacing: 0.05em;
}
@media (max-width:767px) {
  .c-content-main .process-block .process-flow h4 {
    font-size: 1.6rem;
    margin-bottom: 8px;
  }
}
.c-content-main .process-block .process-flow h4::after {
  display: none;
}
.c-content-main .process-block .process-flow p {
  margin: 0;
}
.c-content-main .process-block .process-flow .flow-pict {
  margin-top: 38px;
  padding: 46px 42px;
  background-color: #F3F3F3;
}
@media (max-width:767px) {
  .c-content-main .process-block .process-flow .flow-pict {
    margin-top: 20px;
    padding: 20px;
  }
}
.c-content-main .process-block .process-flow .flow-pict.pict-process01 img {
  width: 616px;
}
.c-content-main .process-block .process-flow .flow-pict.pict-process02 img,
.c-content-main .process-block .process-flow .flow-pict.pict-process03 img {
  width: 550px;
}
.c-content-main .process-block .process-flow .flow-pict.pict-process04-1 img {
  width: 876px;
}
.c-content-main .process-block .process-flow .flow-pict.pict-process04-2 img {
  width: 870px;
}
.c-content-main .process-block .process-flow .flow-pict.pict-process05 img {
  width: 574px;
}
@media (max-width:767px) {
  .c-content-main .process-block .process-flow .flow-pict.pict-process01 img {
    width: calc(720 / 960 * 100%);
  }
  .c-content-main .process-block .process-flow .flow-pict.pict-process02 img,
  .c-content-main .process-block .process-flow .flow-pict.pict-process03 img {
    width: calc(700 / 960 * 100%);
  }
  .c-content-main .process-block .process-flow .flow-pict.pict-process04-1 img {
    width: calc(876 / 960 * 100%);
  }
  .c-content-main .process-block .process-flow .flow-pict.pict-process04-2 img {
    width: calc(870 / 960 * 100%);
  }
  .c-content-main .process-block .process-flow .flow-pict.pict-process05 img {
    width: calc(700 / 960 * 100%);
  }
}
.c-content-main .process-block .process-flow .process-flow-item:not(:last-of-type) {
  margin-bottom: 60px;
}
.c-content-main .process-block .process-flow .process-flow-list {
  display: flex;
  gap: 27px;
  margin-top: 38px;
}
.c-content-main .process-block .process-flow .process-flow-list li {
  width: 220px;
  margin-bottom: 0;
  padding-left: 0;
  position: relative;
}
.c-content-main .process-block .process-flow .process-flow-list li::before {
  background: url("../img/img-arrow-right.png") no-repeat center / contain;
  width: 8px;
  height: 28px;
  margin: 0;
  position: absolute;
  top: 52px;
  right: -19px;
}
.c-content-main .process-block .process-flow .process-flow-list li:last-child:before {
  content: none;
}
.c-content-main .process-block .process-flow .process-flow-list li .process-flow-list-img {
  width: 220px;
  height: 136px;
  margin-bottom: 10px;
}
.c-content-main .process-block .process-flow .process-flow-list li .process-flow-list-img img {
  max-width: 100%;
}
.c-content-main .process-block .process-flow .process-flow-list li h5 {
  font-size: 1.8rem;
  font-weight: 500;
  margin-bottom: 8px;
}
.c-content-main .process-block .process-flow .process-flow-list li p {
  font-size: 1.4rem;
  line-height: 1.8;
}
@media (max-width:767px) {
  .c-content-main .process-block .process-flow .process-flow-list {
    display: flex;
    flex-direction: column;
    gap: 40px;
    margin-top: 20px;
  }
  .c-content-main .process-block .process-flow .process-flow-list li {
    width: 100%;
  }
  .c-content-main .process-block .process-flow .process-flow-list li::before {
    width: 8px;
    height: 28px;
    margin: 0;
    position: absolute;
    top: inherit;
    bottom: -35px;
    right: 0;
    left: 50%;
    transform: rotate(90deg) translateX(-50%);
  }
  .c-content-main .process-block .process-flow .process-flow-list li .process-flow-list-img {
    width: 100%;
    height: auto;
  }
  .c-content-main .process-block .process-flow .process-flow-list li h5 {
    font-size: 1.4rem;
  }
}

.c-page-sub__main {
  overflow: hidden;
}
.c-content-main.outer-wide {
  margin: 0 calc(50% - 50vw) 104px; /* 「お客様事例」非表示用 */
  /* padding: 80px 0; */ /* 「お客様事例」表示用 */
  padding: 80px calc(50vw - 50%) 140px; /* 「お客様事例」非表示用 */
}
.c-content-main.outer-wide.mb0 {
  margin-bottom: 0;
}
@media (max-width:1240px) {
  .c-content-main.outer-wide {
    margin-right: calc((100vw - 960px / 2) * -1);
    margin-left: calc((100vw - 960px / 2) * -1);
  }
}
@media (max-width:767px) {
  .c-content-main.outer-wide {
    width: 100vw;
    /* margin: 0 calc(50% - 50vw) 50px; */ /* 「お客様事例」表示用 */
    /* padding: 20px; */ /* 「お客様事例」表示用 */
    margin: 0 calc(50% - 50vw); /* 「お客様事例」非表示用 */
    padding: 40px 20px 60px; /* 「お客様事例」非表示用 */
  }
}
.c-content-main.outer-partner-list {
  background-color: #DEF1F2;
}
.c-content-main.outer-partner-list .partner-list {
  width: 960px;
  margin: 0 auto;
}
@media (max-width:767px) {
  .c-content-main.outer-partner-list .partner-list {
    width: 100%;
  }
}
.c-content-main.outer-partner-list .partner-list h3 {
  margin-bottom: 45px;
}
@media (max-width:767px) {
  .c-content-main.outer-partner-list .partner-list h3 {
    margin-bottom: 10px;
  }
}
.c-content-main.outer-partner-list .partner-list h4 {
  border: none;
  position: static;
  font-size: 2.4rem;
  padding: 0;
  margin: 0 0 20px;
  letter-spacing: 0.1em;
}
@media (max-width:767px) {
  .c-content-main.outer-partner-list .partner-list h4 {
    font-size: 1.6rem;
    margin-bottom: 10px;
  }
}

.c-content-main .for-works {
  text-align: center;
  margin-bottom: 200px;
}
@media (max-width:767px) {
  .c-content-main .for-works {
    margin-bottom: 70px;
  }
}
.c-content-main .for-works p {
  margin-bottom: 60px;
}
@media (max-width:767px) {
  .c-content-main .for-works p {
    margin-bottom: 30px;
  }
}

/* PROCESSローカルナビ */
.c-content-main.process-local-nav {
  position: relative;
  background-color: #E8E8E8;
  margin-bottom: 0;
}
@media (max-width:767px) {
  .c-content-main.process-local-nav {
    padding: 40px 20px;
  }
}
.c-content-main.process-local-nav::before {
  position: absolute;
  top: 150px;
  left: 50%;
  transform: translateX(-50%) translateY(-100%);
  content: "";
  width: 100vw;
  height: 310px;
  background: url("/pickup/horunavi/img/obj-05.png") center/contain no-repeat;
}
@media (max-width:1240px) {
  .c-content-main.process-local-nav::before {
    width: 160vw;
  }
}

.c-content-main.process-local-nav .ict-local-nav {
  width: 960px;
  margin: 55px auto 140px;
  position: relative;
  z-index: 1;
}
@media (max-width:767px) {
  .c-content-main.process-local-nav .ict-local-nav  {
    width: 100%;
    margin-bottom: 40px;
  }
}
.c-content-main.process-local-nav p {
  text-align: center;
}

/* PROCESS c-page-subマージン総裁 */
.c-page-sub.process {
  margin-bottom: 0;
}

/* コベルコ建機のICT施工 機種リスト */
.c-content-main .c-product__list-article.ict ul {
  justify-content: space-between;
}
.c-content-main .c-product__list-article.ict ul li {
  padding: 0;
  margin-right: 0;
  margin-bottom: 60px;
  width: 452px;
}
@media (max-width:767px) {
  .c-content-main .c-product__list-article.ict ul li {
    margin-bottom: 4vw;
    width: 48%;
  }
}
.c-content-main .c-product__list-article.ict ul li [data-col-type=text] {
  height: 100%;
}
.c-content-main .c-product__list-article.ict ul li::before {
  display: none;
}
.c-content-main .c-product__list-article.ict ul li a {
  margin: 0;
  overflow: hidden;
}
.c-content-main .c-product__list-article.ict > ul > li [data-col-type=text] .tag {
  font-size: 1.6rem;
}
@media (max-width:767px) {
  .c-content-main .c-product__list-article.ict > ul > li [data-col-type=text] .tag {
    font-size: 1.0rem;
  }
}

/* 3Dマシンガイダンス Trimble Earthworks SE */
.c-content-main .trimble-earthworks-block h3 {
  font-size: 2.4rem;
  margin-bottom: 20px;
}

.c-content-main .trimble-earthworks-block h5 {
  font-size: 2rem;
  color: #425058;
  margin: 40px 0 20px;
}

.c-content-main .trimble-earthworks-block [data-type="lead"] {
  margin-bottom: 20px;
}

.c-content-main .trimble-earthworks-block [data-type="sub"] {
  margin: 20px 0 40px
}

.c-content-main .trimble-earthworks-block .license {
  max-width: 746px;
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
}

.c-content-main .trimble-earthworks-block .license .license-table {
  border: 1px solid #00a7ac;
  margin-bottom: 0;
}

.c-content-main .trimble-earthworks-block .license .license-table th,
.c-content-main .trimble-earthworks-block .license .license-table td {
  padding: 10px;
  font-size: 1.4rem;
  text-align: center;
  line-height: 1.1;
  border: none;
}

.c-content-main .trimble-earthworks-block .license .license-table th {
  color: #fff;
  background: #00a7ac;
  border-bottom: 1px solid #fff;
}

.c-content-main .trimble-earthworks-block .license .license-table tr:last-child th {
  border-bottom: none;
}

.c-content-main .trimble-earthworks-block .license .license-table td {
  border-bottom: 1px solid #00a7ac;
}

.c-content-main .trimble-earthworks-block .license .license-table01 {
  width: 332px;
}

.c-content-main .trimble-earthworks-block .license .license-table02 {
  width: 374px;
}

.c-content-main .trimble-earthworks-block .trimble-earthworks-system {
  background-color: #def1f2;
  padding: 40px;
}

.c-content-main .trimble-earthworks-block .trimble-earthworks-system .note {
  margin-top: 20px;
  color: #747474;
  font-size: 1.4rem;
  text-align: right;
}

.c-content-main .trimble-earthworks-block .trimble-earthworks-option {
  padding: 40px;
  background-color: #f3f3f3;
}

.c-content-main .trimble-earthworks-block .option-main [data-col-type=img] {
  width: 240px;
}

.c-content-main .trimble-earthworks-block .option-main [data-col-type=text] {
  width: 600px;
}

.c-content-main .trimble-earthworks-block .trimble-earthworks-option .opiton-list {
  position: relative;
}

.c-content-main .trimble-earthworks-block .trimble-earthworks-option .opiton-list::after {
  content: "";
  display: block;
  width: 32%;
}

.c-content-main .trimble-earthworks-block .trimble-earthworks-option .opiton-list [data-col-type=img] {
  margin-bottom: 10px;
}

@media (max-width:767px) {
  .c-content-main .trimble-earthworks-block h3 {
    font-size: 2rem;
  }

  .c-content-main .trimble-earthworks-block h5 {
    font-size: 1.6rem;
  }

  .c-content-main .trimble-earthworks-block .license {
    max-width: 746px;
    flex-direction: column;
  }

  .c-content-main .trimble-earthworks-block .license .license-table01 {
    margin-bottom: 20px;
  }

  .c-content-main .trimble-earthworks-block .license .license-table01,
  .c-content-main .trimble-earthworks-block .license .license-table02 {
    width: 100%;
  }

  .c-content-main .trimble-earthworks-block .trimble-earthworks-system {
    padding: 20px;
  }

  .c-content-main .trimble-earthworks-block .trimble-earthworks-system .note {
    margin-top: 10px;
    font-size: 1.2rem;
  }

  .c-content-main .trimble-earthworks-block .trimble-earthworks-option {
    padding: 20px;
  }

  .c-content-main .trimble-earthworks-block .option-main [data-col-type=img],
  .c-content-main .trimble-earthworks-block .option-main [data-col-type=text] {
    width: 100%;
  }
}