@charset "UTF-8";
/*-----------------------------------------------------------------------
  ●   Mediaquery index
  main- : common layout
  page- : page layout
-----------------------------------------------------------------------*/

/*-----------------------------------------------------------------------
  ● main(common) layout menu
  main-001. common tag
  main-002. layout outline
  main-003. header detail
  main-004. title detail
  main-005. main detail
  main-006. footer detail
  main-999. other

  ● page layout menu
  page-001. common class
  page-002. Home
  page-003. About Us
  page-004. Projects
  page-005. Reports
-----------------------------------------------------------------------*/

/*-----------------------------------------------------------------------
  main-001. common tag
-----------------------------------------------------------------------*/

/*-----------------------------------------------------------------------
  main-002. layout outline
-----------------------------------------------------------------------*/
@media screen and (max-width:480px) {
  footer {
    background: url("../images/bac_footer.png") no-repeat center top -10rem;
    height: 12rem;
  }
}

/*-----------------------------------------------------------------------
  main-003. header detail
-----------------------------------------------------------------------*/
@media screen and (max-width:480px) {
  header a {
    left: 10%;
    width: 80%;
  }
}
@media screen and (max-width:340px) {
  header a {
    left: 5%;
    width: 90%;
  }
}

/*-----------------------------------------------------------------------
  main-004. title detail
-----------------------------------------------------------------------*/

/*-----------------------------------------------------------------------
  main-005. main detail
-----------------------------------------------------------------------*/
@media screen and (max-width:1366px) {
  .main_wrap {
    display: block;
    margin: 0 auto;
    width: calc(100% - 4rem);
  }
  .main_wrap > div {
    margin: 0 0 4rem;
    width: 100%;
  }
  .main nav {
    padding: 0;
    width: 100%;
  }
  #sp_navi {
    z-index: 2;
  }
  #sp_navi_open {
    background: rgba(142,219,218,1);
    border: solid 1px rgba(255,255,255,1);
    bottom: 50%;
    cursor: pointer;
    display: inline-block;
    height: 3rem;
    margin: 0 0 -1.5rem;
    overflow: hidden;
    position: fixed;
    right: 1rem;
    vertical-align: middle;
    width: 3rem;
    z-index: 99999;
  }
  #sp_navi_open span,
  #sp_navi_open span:before,
  #sp_navi_open span:after {
    background: rgba(255,255,255,1);
    display: block;
    content: '';
    cursor: pointer;
    height: 4px;
    margin: 0 -15px 0 0;
    position: absolute;
    right: 50%;
    transition: 0.2s ease-in-out;
    width: 30px;
    z-index: 2;
  }
  #sp_navi_open span {
    bottom: 27px;
  }
  #sp_navi_open span:before {
    bottom: -8px;
  }
  #sp_navi_open span:after {
    bottom: -16px;
  }
  #sp_navi_close {
    background: rgba(0,0,0,0);
    cursor: pointer;
    display: none;
    height: 110%;
    position: fixed;
    right: 0;
    top: 0;
    transition: 0.2s ease-in-out;
    width: 110%;
    z-index: 9997;
  }
  #sp_navi ul[id^="menu-"] {
    background: rgba(142,219,218,1);
    display:-ms-flexbox;
    display:-webkit-box;
    display:-webkit-flex;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100%;
    left: 0;
    max-width: 400px;
    overflow-y: auto;
    padding: 0 0 8rem;
    position: fixed;
    text-align: left;
    top: 0;
    transition: 0.2s ease-in-out;
    transform: translateX(-105%);
    width: calc(100% - 60px);
    z-index: 9998;
  }
  #sp_navi_input:checked ~ #sp_navi_open span {
    background: rgba(0,0,0,0);
    transform: translateY(-3px);
    z-index: 9998;
  }
  #sp_navi_input:checked ~ #sp_navi_open span::before {
    background: rgba(255,255,255,1);
    transform: translateY(4px) rotate(-45deg);
    z-index: 9998;
  }
  #sp_navi_input:checked ~ #sp_navi_open span::after {
    background: rgba(255,255,255,1);
    transform: translateY(-4px) rotate(45deg);
    z-index: 9998;
  }
  #sp_navi_input:checked ~ #sp_navi_close {
    background: rgba(0,0,0,0.5);
    display: block;
  }
  #sp_navi_input:checked ~ ul[id^="menu-"] {
    box-shadow: 6px 0 25px rgba(0,0,0,0.15);
    padding: 2rem 0 0;
    transform: translateX(0%);
  }
  #sp_navi {
  align-self: flex-start;
  overflow: hidden;
  padding: 0 1.5rem;
  width: 22rem;
}
  #sp_navi ul {
    list-style: none;
  }
  #sp_navi li {
    padding: 0 0 1px;
  }
  #sp_navi li a,
  #sp_navi li a:link,
  #sp_navi li a:visited,
  #sp_navi li p {
    background: rgba(255,255,255,1);
    color: rgba(18,18,18,1);
    cursor: pointer;
    display: block;
    padding: 1rem 1.5rem;
    position: relative;
    text-decoration: none;
  }
  #sp_navi li a:before,
  #sp_navi li p:before {
    background: rgba(142,219,218,1);
    content: "";
    display: block;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    transition: all 0.2s linear;
    width: 1.75rem;
  }
  #sp_navi li a:after,
  #sp_navi li p:after {
    border-right: solid 2px rgba(255,255,255,1);
    border-top: solid 2px rgba(255,255,255,1);
    content: "";
    display: block;
    height: 0.5rem;
    margin: -0.25rem 0 0;
    position: absolute;
    right: 0.75rem;
    top: 50%;
    transform: rotate(45deg);
    width: 0.5rem;
  }
  #sp_navi li a:hover:before,
  #sp_navi li p:hover:before {
  background: rgba(211,57,110,1);
  transition: all 0.2s linear;
}
  #sp_navi > ul > li:last-child > a:after,
  #sp_navi > ul > li:last-child > p:after {
  right: 0.55rem;
  transform: rotate(135deg);
}
  #sp_navi > ul > li:last-child > p.active {
  border-left: solid 4px rgba(211,57,110,1);
  padding: 1rem 1.5rem 1rem calc(1.5rem - 4px);
  text-decoration: underline;
}
  #sp_navi > ul > li:last-child > p.active:after {
  transform: rotate(-45deg);
}
  #sp_navi > ul > li:last-child ul {
  margin: 1px 0 0;
}
  #sp_navi > ul > li:last-child li a {
  border-left: solid 4px rgba(142,219,218,1);
}
  #sp_navi > ul > li:last-child li a:hover {
  border-left: solid 4px rgba(211,57,110,1);
}
  .main_nav_about {
    margin: 0;
    padding: 1.5rem;
  }
  .main_nav_about_license {
    width: 15rem;
  }
}

@media screen and (max-width:480px) {
  .main {
    padding: 2rem 0 15rem;
  }
  .main_wrap {
    padding: 0 0 10rem;
    width: calc(100% - 2rem);
  }
  .main_wrap section {
    padding: 2rem 2rem 3rem;
  }
  #sp_navi_open {
    bottom: 12.5rem;
    right: 0.5rem;
  }
  #sp_navi_input:checked ~ ul[id^="menu-"] {
    padding: 2rem 0 0;
  }
}

@media screen and (max-width:340px) {
  .main_wrap {
    width: calc(100% - 1rem);
  }
  .main_wrap section {
    padding: 2rem 1rem 3rem;
  }
}

/*-----------------------------------------------------------------------
  main-006. footer detail
-----------------------------------------------------------------------*/
@media screen and (max-width:480px) {
  footer p {
    margin: 6rem 0 0;
  }
}

/*-----------------------------------------------------------------------
  page-001. page common
-----------------------------------------------------------------------*/

/*-----------------------------------------------------------------------
  page-002. home（.home）
-----------------------------------------------------------------------*/
@media screen and (max-width:2000px) {
  .home .title {
    height: 70rem;
  }
  .home .main {
  margin: -22.5rem 0 0;
  }
}
@media screen and (max-width:1800px) {
  .home .title {
    height: 65rem;
  }
  .home .main {
  margin: -20rem 0 0;
  }
}
@media screen and (max-width:1600px) {
  .home .title {
    height: 60rem;
  }
  .home .main {
  margin: -17.5rem 0 0;
  }
}
@media screen and (max-width:1366px) {
  .home .main_wrap > div {
    margin: 0 0 4rem;
    width: 100%;
  }
}
@media screen and (max-width:640px) {
  .home .main_news a,
  .home .main_news a:link,
  .home .main_news a:visited {
    display: block;
  }
  .home .main_news li span {
    display: inline-block;
  }
  .home .main_news li span:first-child {
    width: auto;
  }
  .home .main_news li span:last-child {
    display: block;
  }
}

/*-----------------------------------------------------------------------
  page-003. About Us（.about）
-----------------------------------------------------------------------*/

/*-----------------------------------------------------------------------
  page-004. Projects (.projects)
-----------------------------------------------------------------------*/
@media screen and (max-width:480px) {
  .projects .main_wrap section table {
    width: 800px;
  }
}

/*-----------------------------------------------------------------------
  page-005. Reports（.blog & .single）
-----------------------------------------------------------------------*/
@media screen and (max-width:2000px) {
  .country .title,
  .page-template-partners-top .title {
    height: 45rem;
  }
}
@media screen and (max-width:1800px) {
  .country .title,
  .page-template-partners-top .title {
    height: 38rem;
  }
}
@media screen and (max-width:1600px) {
  .country .title,
  .page-template-partners-top .title {
    height: 35rem;
  }
}
@media screen and (max-width:1400px) {
  .country .title,
  .page-template-partners-top .title {
    height: 32rem;
  }
}

/*-----------------------------------------------------------------------
  page-006. partners
-----------------------------------------------------------------------*/
@media screen and (max-width:1366px) {
  .main_wrap section #partners li:first-child,
  .main_wrap section #partners li:nth-child(15) {
    margin: 1rem 0 0 0;
  }
  .main_wrap section #partners li:nth-child(11) {
    margin: 1rem 0 0 0.5rem;
  }
}
@media screen and (max-width:976px) {
  .main_wrap section #partners li:first-child,
  .main_wrap section #partners li:nth-child(11),
  .main_wrap section #partners li:nth-child(15),
  .main_wrap section #partners li:nth-child(21) {
    margin: 1rem 0 0 0.5rem;
  }
}
@media screen and (max-width:480px) {
  #partners {
    padding: 0 0 0 1.5rem;
  }
  .main_wrap section #partners_list #partners li {
    width: 100%;
  }
  .page-template-partners-top .title > div,
  .australia .title > div,
  .brazil .title > div,
  .canada .title > div,
  .europeanunion .title > div,
  .finland .title > div,
  .france .title > div,
  .indonesia .title > div,
  .italy .title > div,
  .japan .title > div,
  .republicofkorea .title > div,
  .netherlands .title > div,
  .russia .title > div,
  .saudiarabia .title > div,
  .republicofsouthafrica .title > div,
  .singapore .title > div,
  .spain .title > div,
  .unitedkingdom .title > div
  .unitedstates .title > div {
    width: calc(100% - 3rem);
  }
}

/*-----------------------------------------------------------------------
  page-007. agreementsandreports
-----------------------------------------------------------------------*/

/*-----------------------------------------------------------------------
  page-008. 
-----------------------------------------------------------------------*/

/*-----------------------------------------------------------------------
  page-999. sitemap
-----------------------------------------------------------------------*/

