/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
body {
  background: #fff;
  color: #444;
  font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif"; }

a {
  color: #1bb1dc;
  transition: 0.5s; }

a:hover, a:active, a:focus {
  color: #0a98c0;
  outline: none;
  text-decoration: none; }

p {
  padding: 0;
  margin: 0 0 30px 0; }

h1, h2, h3, h4, h5, h6 {
  font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
  font-weight: 400;
  margin: 0 0 20px 0;
  padding: 0; }

/* page title parts */
#page-head {
  box-sizing: content-box;
  background: url("../img/page-title-bg.png") center bottom repeat-x;
  height: 372px;
  padding-top: 98px; }
  #page-head h2 {
    line-height: 2.0;
    font-size: 2.25rem; }
    #page-head h2 span {
      display: block;
      font-size: 1.6rem; }

@media (max-width: 991px) {
  #page-head {
    background-size: contain;
    height: auto;
    padding-top: 60px;
    height: 32vw; } }
@media (max-width: 767px) {
  #page-head h2 {
    font-size: 1.4rem;
    line-height: 1.5; }
    #page-head h2 span {
      font-size: 1rem; } }
/* Back to top button */
.back-to-top {
  position: fixed;
  display: none;
  background: #c81042;
  color: #fff;
  width: 44px;
  height: 44px;
  text-align: center;
  line-height: 1;
  font-size: 16px;
  right: 15px;
  bottom: 15px;
  transition: background 0.5s;
  z-index: 11; }
  .back-to-top i {
    padding-top: 12px;
    color: #fff; }
  @media (max-width: 768px) {
    .back-to-top {
      bottom: 15px; } }

/* Prelaoder */
#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  overflow: hidden;
  background: #fff; }

#preloader:before {
  content: "";
  position: fixed;
  top: calc(50% - 30px);
  left: calc(50% - 30px);
  border: 6px solid #f2f2f2;
  border-top: 6px solid #1bb1dc;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  animation: animate-preloader 1s linear infinite; }

@keyframes animate-preloader {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }
/* Section with background
--------------------------------*/
.section-bg {
  background: #f5f8fd; }

.heading-section {
  position: relative;
  font-size: 1.625rem; }
  .heading-section:after {
    position: absolute;
    content: '';
    bottom: -15px;
    width: 100px;
    left: 50%;
    transform: translateX(-50%);
    height: 2px;
    background: #fcc72c; }
  @media (max-width: 767px) {
    .heading-section {
      font-size: 1.4rem; } }

.dqm {
  color: #1bb1dc; }
  .dqm::before {
    content: "\f10e";
    font-family: FontAwesome;
    padding-right: 10px; }

#circle-head-list li {
  position: relative;
  background-color: #fff;
  border-radius: 8px;
  box-shadow: 0 0 20px -3px rgba(0, 0, 0, 0.6);
  padding: 2.5rem 2rem 1.5rem 2rem;
  margin-bottom: 4.5rem; }
  @media (max-width: 480px) {
    #circle-head-list li {
      padding: 2rem 1.2rem 1rem 1.2rem; } }
  #circle-head-list li .list-no {
    position: absolute;
    width: 54px;
    height: 54px;
    border-radius: 50%;
    text-align: center;
    left: 50%;
    transform: translateX(-50%);
    top: -27px;
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 -8px 10px -3px rgba(0, 0, 0, 0.4); }
    #circle-head-list li .list-no span {
      width: 38px;
      height: 38px;
      border-radius: 50%;
      background: #1bb1dc;
      color: #fff;
      font-size: 24px; }

/* bootstrap custome */
.row-5 {
  margin-left: -10px;
  margin-right: -10px; }
  .row-5 > div {
    padding-right: 10px;
    padding-left: 10px; }

.row-10 {
  margin-left: -5px;
  margin-right: -5px; }
  .row-10 > div {
    padding-right: 5px;
    padding-left: 5px; }

.row-30 {
  margin-left: 30px;
  margin-right: 30px; }
  .row-30 > div {
    padding-right: 30px;
    padding-left: 30px; }

@media (max-width: 767px) {
  .row-30 {
    margin-left: 15px;
    margin-right: 15px; }
    .row-30 > div {
      padding-right: 15px;
      padding-left: 15px; } }
.row-50 {
  margin-left: 50px;
  margin-right: 50px; }
  .row-50 > div {
    padding-right: 50px;
    padding-left: 50px; }

/* utility style */
.lead-text {
  font-size: 1.15rem;
  line-height: 1.8; }
  @media (max-width: 767px) {
    .lead-text {
      font-size: 1rem; } }

.row-bottom-padded-lg {
  padding-bottom: 7em; }
  @media (max-width: 767px) {
    .row-bottom-padded-lg {
      padding-bottom: 2em; } }

.section-padding {
  padding: 80px 0; }
  @media (max-width: 991px) {
    .section-padding {
      padding: 3rem 0; } }

.section-padding-bg {
  padding: 80px 0 50px; }
  @media (max-width: 991px) {
    .section-padding-bg {
      padding: 3rem 0 2rem; } }

.border-bolder {
  border-width: 3px !important; }

ul.doc-list {
  padding-left: 0;
  margin-left: 0;
  list-style: none; }

/*--------------------------------------------------------------
# Top Bar
--------------------------------------------------------------*/
#topbar {
  padding: 0 0 10px 0;
  font-size: 14px;
  transition: all 0.5s; }
  @media (max-width: 991px) {
    #topbar {
      display: none; } }
  #topbar .social-links {
    text-align: right; }
    #topbar .social-links a {
      color: #1bb1dc;
      padding: 4px 8px;
      display: inline-block;
      line-height: 1px;
      border-radius: 50%;
      background-color: #fff; }
      #topbar .social-links a:hover {
        color: #1bb1dc; }
      #topbar .social-links a:first-child {
        border-left: 0; }

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
  height: 110px;
  transition: all 0.5s;
  z-index: 997;
  transition: all 0.5s;
  padding: 20px 0;
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  transition: all 0.5s;
  z-index: 997; }
  #header.header-scrolled, #header.header-pages {
    height: 70px;
    padding: 15px 0;
    background-color: #fff;
    box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.3); }
    #header.header-scrolled #topbar, #header.header-pages #topbar {
      display: none; }
  @media (max-width: 991px) {
    #header {
      height: 70px;
      padding: 15px 0; } }
  #header .logo h1 {
    font-size: 36px;
    margin: 0;
    padding: 0;
    line-height: 1;
    font-weight: 400;
    letter-spacing: 3px;
    text-transform: uppercase; }
    @media (max-width: 991px) {
      #header .logo h1 {
        font-size: 28px;
        padding: 8px 0; } }
  #header .logo h1 a, #header .logo h1 a:hover {
    color: #413e66;
    text-decoration: none; }
  #header .logo img {
    padding: 0;
    margin: 7px 0;
    max-height: 26px; }

.main-pages {
  margin-top: 60px; }

/*--------------------------------------------------------------
# Intro Section
--------------------------------------------------------------*/
#intro {
  height: 100vh;
  position: relative;
  background: #62e7f6 url("../img/intro-bg.jpg") center bottom no-repeat;
  background-size: contain; }
  #intro h3 {
    position: absolute;
    bottom: 100px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 28px;
    color: #000;
    font-weight: 700; }
    @media (max-width: 767px) {
      #intro h3 {
        font-size: 4.2vw; } }
  @media (max-width: 767px) {
    #intro {
      background-size: contain;
      height: calc(70vh - 80px);
      padding: 80px 0 60px 0; }
      #intro .container {
        height: auto !important; } }
  #intro .intro-info {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    margin-top: -170px; }
    @media (max-width: 480px) {
      #intro .intro-info {
        margin-top: -70px; } }
    #intro .intro-info h2 {
      color: #413e66;
      color: #fff;
      margin-bottom: 40px;
      font-size: 38px;
      font-weight: 700;
      line-height: 1.8; }
      #intro .intro-info h2 span {
        display: inline-block;
        margin: 0 .3em;
        font-style: italic;
        font-size: 50px;
        color: #1bb1dc; }
      @media (max-width: 991px) {
        #intro .intro-info h2 {
          font-size: 4.5vw;
          margin-bottom: 30px; }
          #intro .intro-info h2 span {
            font-size: 6vw; } }

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/* Desktop Navigation */
.main-nav {
  /* Drop Down */
  /* Deep Drop Down */ }
  .main-nav, .main-nav * {
    margin: 0;
    padding: 0;
    list-style: none; }
  .main-nav > ul > li {
    position: relative;
    white-space: nowrap;
    float: left; }
  .main-nav a {
    display: block;
    position: relative;
    color: #413e66;
    padding: 10px 15px;
    transition: 0.3s;
    font-size: 14px;
    font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
    text-transform: uppercase;
    font-weight: 600; }
  .main-nav a:hover, .main-nav .active > a, .main-nav li:hover > a {
    color: #fcc72c;
    text-decoration: none; }
  .main-nav .drop-down ul {
    display: block;
    position: absolute;
    left: 0;
    top: calc(100% - 30px);
    z-index: 99;
    opacity: 0;
    visibility: hidden;
    padding: 10px 0;
    background: #fff;
    box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
    transition: ease all 0.3s; }
  .main-nav .drop-down:hover > ul {
    opacity: 1;
    top: 100%;
    visibility: visible; }
  .main-nav .drop-down li {
    min-width: 180px;
    position: relative; }
  .main-nav .drop-down ul a {
    padding: 10px 20px;
    font-size: 14px;
    font-weight: 500;
    text-transform: none;
    color: #065e77; }
  .main-nav .drop-down ul a:hover, .main-nav .drop-down ul .active > a, .main-nav .drop-down ul li:hover > a {
    color: #1bb1dc; }
  .main-nav .drop-down > a:after {
    content: "\f107";
    font-family: FontAwesome;
    padding-left: 10px; }
  .main-nav .drop-down .drop-down ul {
    top: 0;
    left: calc(100% - 30px); }
  .main-nav .drop-down .drop-down:hover > ul {
    opacity: 1;
    top: 0;
    left: 100%; }
  .main-nav .drop-down .drop-down > a {
    padding-right: 35px; }
  .main-nav .drop-down .drop-down > a:after {
    content: "\f105";
    position: absolute;
    right: 15px; }

/* Mobile Navigation */
.mobile-nav {
  position: fixed;
  top: 0;
  bottom: 0;
  z-index: 9999;
  overflow-y: auto;
  left: -260px;
  width: 260px;
  padding-top: 18px;
  background: rgba(40, 38, 70, 0.8);
  transition: 0.4s; }
  .mobile-nav * {
    margin: 0;
    padding: 0;
    list-style: none; }
  .mobile-nav a {
    display: block;
    position: relative;
    color: #fff;
    padding: 10px 20px;
    font-weight: 500; }
  .mobile-nav a:hover, .mobile-nav .active > a, .mobile-nav li:hover > a {
    color: #8dc2fa;
    text-decoration: none; }
  .mobile-nav .drop-down > a:after {
    content: "\f078";
    font-family: FontAwesome;
    padding-left: 10px;
    position: absolute;
    right: 15px; }
  .mobile-nav .active.drop-down > a:after {
    content: "\f077"; }
  .mobile-nav .drop-down > a {
    padding-right: 35px; }
  .mobile-nav .drop-down ul {
    display: none;
    overflow: hidden; }
  .mobile-nav .drop-down li {
    padding-left: 20px; }

.mobile-nav-toggle {
  position: fixed;
  right: 0;
  top: 0;
  z-index: 9998;
  border: 0;
  background: none;
  font-size: 24px;
  transition: all 0.4s;
  outline: none !important;
  line-height: 1;
  cursor: pointer;
  text-align: right; }
  .mobile-nav-toggle i {
    margin: 18px 18px 0 0;
    color: #065e77; }

.mobile-nav-overly {
  width: 100%;
  height: 100%;
  z-index: 9997;
  top: 0;
  left: 0;
  position: fixed;
  background: rgba(40, 38, 70, 0.8);
  overflow: hidden;
  display: none; }

.mobile-nav-active {
  overflow: hidden; }
  .mobile-nav-active .mobile-nav {
    left: 0; }
  .mobile-nav-active .mobile-nav-toggle i {
    color: #fff; }

#home li.nav-home > a,
#about li.nav-about > a,
#efforts01 li.nav-efforts01 > a,
#efforts02 li.nav-efforts02 > a,
#voice01 li.nav-voice01 > a,
#voice02 li.nav-voice02 > a {
  color: #1bb1dc; }

/*
	request
--------------------------------------------------------------*/
#request {
  padding-bottom: 3.75rem; }

.contact, .apply {
  height: 128px; }
  .contact h3, .apply h3 {
    font-size: 18px;
    margin-bottom: 10px; }
    @media (max-width: 375px) {
      .contact h3, .apply h3 {
        font-size: 4.4vw; } }

.contact {
  background-color: #222831; }
  .contact .telephone {
    font-size: 38px;
    margin-bottom: 0; }
    @media (max-width: 375px) {
      .contact .telephone {
        font-size: 8vw; } }

.apply {
  background-color: #1abc9e; }

.btn-download {
  border: 3px solid #fff;
  color: #fff;
  transition: all .3s ease-in; }
  .btn-download::before {
    content: '';
    display: inline-block;
    height: 40px;
    width: 40px;
    background: url("../img/item/icon-download.png") no-repeat;
    background-size: contain;
    vertical-align: middle; }
  .btn-download:hover {
    color: #fff;
    background: #14947e; }
  @media (max-width: 375px) {
    .btn-download.btn-lg {
      font-size: 1.2rem;
      padding: 7px 10px; } }

#map {
  width: 100%;
  margin: 0 auto; }
  #map .map-inner {
    position: relative;
    haight: 0;
    padding-top: 56.25%;
    padding-top: 30%;
    overflow: hidden; }
    @media (max-width: 767px) {
      #map .map-inner {
        padding-top: 60%; } }
    #map .map-inner iframe {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%; }

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
  background-color: #222831;
  color: #fff; }
  #footer .footer-top {
    padding: 30px 0 30px 0; }
    #footer .footer-top .social-links a {
      display: block;
      background: transparent;
      line-height: 1;
      border-radius: 5px;
      border: 3px solid #fff;
      text-align: center;
      width: 280px;
      padding: 10px 20px;
      transition: 0.3s; }
      #footer .footer-top .social-links a:hover {
        background: #1bb1dc; }
      @media (max-width: 375px) {
        #footer .footer-top .social-links a {
          width: 70vw; } }
  #footer .copyright {
    text-align: center;
    padding-top: 30px;
    font-size: 15px; }

body {
  font-family: YuGothic, 'Yu Gothic medium', 'Hiragino Sans', Meiryo, 'sans-serif'; }
