@charset "utf-8";
html {
  font-size: 62.5%;
}

/* basic
----------------------------------------------------------- */
body {
  position: relative;
  line-height: 1.5;
  font-family: "brandon-grotesque",sans-serif;
  -webkit-font-smoothing: antialiased;
}

a {
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}

/* header
----------------------------------------------------------- */
header {
  position: fixed;
  z-index: 100;
  left: 0;
  top: 0;
  width: 100%;
}
header .toggle_menu {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 200;
  width: 44px;
  height: 44px;
  box-sizing: border-box;
  padding: 13px 10px;
  background: transparent;
}
header .toggle_menu span {
  display: block;
  width: 24px;
  height: 3px;
  background: #fff;
  margin: 0 0 5px 0;
  -webkit-transition: -webkit-transform 0.3s;
  -moz-transition: -moz-transform 0.3s;
  -o-transition: -o-transform 0.3s;
  transition: transform 0.3s;
}
header .toggle_menu.opend {
  padding-top: 20px;
}
header .toggle_menu.opend span.first {
  margin: 0;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
header .toggle_menu.opend span.second {
  display: none;
}
header .toggle_menu.opend span.third {
  margin: -3px 0 0 0;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
header nav ul {
  position: relative;
  z-index: 150;
  display: none;
  background: rgba(0, 0, 0, 0.7);
}
header nav ul li {
  display: block;
  padding: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  line-height: 44px;
  text-align: center;
  font-size: 13px;
  font-size: 1.3rem;
}
header nav ul li:last-child {
  border: none;
}
header nav ul li a {
  display: block;
  color: #fff;
}

/* section
----------------------------------------------------------- */
section {
  display: table;
  width: 100%;
  box-sizing: border-box;
}
section .inner {
  display: table-cell;
  padding: 35px 0 20px;
  vertical-align: middle;
  text-align: center;
}
section:not(#section05) h1 {
  margin: 0 10px 20px;
  font-size: 25px;
  font-size: 2.5rem;
  text-shadow: rgba(0, 0, 33, 0.5) 0 0 4px;
  color: #fff;
  line-height: 1.2;
}
section:not(#section05) p {
  margin: 20px 20px 0;
  font-size: 14px;
  font-size: 1.4rem;
  text-shadow: rgba(0, 0, 33, 0.5) 0 0 4px;
  color: #fff;
}
section .linkBox {
  margin: 30px 20px;
}
section .linkBox li {
  margin: 0 0 10px 0;
}
section .linkBox li:last-child {
  margin: 0;
}
section .linkBox li a {
  position: relative;
  display: block;
  padding: 15px 10px;
  border: 1px solid #fff;
  background: rgba(255, 255, 255, 0.15);
  font-size: 13px;
  font-size: 1.3rem;
  text-align: left;
  color: #fff;
  line-height: 1.1;
  text-shadow: rgba(0, 0, 33, 0.5) 0 0 4px;
}
section .linkBox li a:after {
  content: " ";
  position: absolute;
  top: 50%;
  right: 8px;
  display: block;
  width: 12px;
  height: 12px;
  margin: -6px 0 0 0;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
section .linkBox li a span {
  display: block;
  padding: 3px 0 0 0;
  font-size: 10px;
  font-size: 1rem;
  text-indent: -0.5em;
}
section#section00 {
  background: url(../images/section00.jpg) no-repeat right top;
  background-size: cover;
}
section#section00 .inner {
  background: rgba(7, 59, 93, 0.4);
}
section#section01 {
  background: url(../images/section01.jpg) no-repeat left top;
  background-size: cover;
}
section#section01 .inner {
  background: rgba(176, 56, 4, 0.3);
}
section#section02 {
  background: url(../images/section02.jpg) no-repeat center bottom;
  background-size: cover;
}
section#section02 .inner {
  background: rgba(22, 121, 95, 0.4);
}
section#section03 {
  background: url(../images/section03.jpg) no-repeat left top;
  background-size: cover;
}
section#section03 .inner {
  background: rgba(44, 62, 80, 0.6);
}
section#section04 {
  background: url(../images/section04.jpg) no-repeat center center;
  background-size: cover;
}
section#section04 .inner {
  background: rgba(24, 73, 114, 0.5);
}
section#section05 {
  background: #ECF0F1;
}
section#section05 h1 {
  margin: 0 10px 20px;
  font-size: 25px;
  font-size: 2.5rem;
  color: #666;
  line-height: 1.2;
}
section#section05 p {
  margin: 20px 20px 0;
  font-size: 14px;
  font-size: 1.4rem;
  color: #666;
}

.circleLink {
  position: relative;
  display: block;
  width: 150px;
  height: 150px;
  margin: 40px auto 0;
  padding: 30px 0 0 0;
  box-sizing: border-box;
  background: rgba(7, 59, 93, 0.3);
  border: 1px solid #fff;
  -webkit-border-radius: 75px;
  -moz-border-radius: 75px;
  -ms-border-radius: 75px;
  -o-border-radius: 75px;
  border-radius: 75px;
  text-align: center;
  color: #fff;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.2;
  text-shadow: #073b5d 1px 1px 0;
}
.circleLink:after {
  content: " ";
  position: absolute;
  bottom: 15px;
  left: 50%;
  display: block;
  width: 12px;
  height: 12px;
  margin: 0 0 0 -6px;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

@-webkit-keyframes animationSample {
  0% {
    bottom: 10px;
  }

  100% {
    bottom: 0;
  }
}

@-moz-keyframes animationSample {
  0% {
    bottom: 10px;
  }

  100% {
    bottom: 0;
  }
}

@keyframes animationSample {
  0% {
    bottom: 10px;
  }

  100% {
    bottom: 0;
  }
}

.next {
  display: none;
  position: fixed;
  right: 10px;
  -webkit-animation: animationSample 1s ease 0.15s infinite;
  -moz-animation: animationSample 1s ease 0.15s infinite;
  animation: animationSample 1s ease 0.15s infinite;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  animation-fill-mode: both;
  color: #fff;
}
.next:after {
  content: " ";
  position: absolute;
  bottom: 10px;
  left: 50%;
  display: block;
  width: 8px;
  height: 8px;
  margin: 0 0 0 -4px;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

.pagetop {
  display: none;
  position: fixed;
  right: 10px;
  bottom: 10px;
  z-index: 800;
  width: 44px;
  height: 44px;
  box-sizing: border-box;
  background: rgba(0, 0, 0, 0.7);
  -webkit-border-radius: 22px;
  -moz-border-radius: 22px;
  -ms-border-radius: 22px;
  -o-border-radius: 22px;
  border-radius: 22px;
  text-align: center;
  color: #fff;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.2;
}
.pagetop:after {
  content: " ";
  position: absolute;
  bottom: 12px;
  left: 50%;
  display: block;
  width: 12px;
  height: 12px;
  margin: 0 0 0 -6px;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  -webkit-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
  transform: rotate(-135deg);
}

.hivmapLink {
  display: block;
  margin: 30px 35px;
  color: #666;
  text-decoration: underline;
}
.hivmapLink span {
  display: block;
  width: 100%;
  margin: 0 0 10px 0;
  padding: 20px 0;
  background: #fff;
  text-align: center;
}
.hivmapLink span img {
  width: auto;
  height: 40px;
}

footer {
  background: #BDC3C7;
  color: #fff;
  text-align: center;
  font-size: 10px;
  font-size: 1rem;
  line-height: 2.5;
}
