@charset "UTF-8";
/*!
Theme Name: lab-zeroc
Author: Labrid
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: lab-bizkit
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

lab-bizkit is based on Underscores http://underscores.me/, (C) 2012-2016 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal http://necolas.github.io/normalize.css/
*/
html, body {
  color: #000;
  font-size: 16px;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, sans-serif;
}

*:focus, *:active {
  outline: none !important;
}

body {
  min-width: 1200px;
}

@media (max-width: 639px) {
  body {
    min-width: 375px;
  }
}
.uk-h1, .uk-h2, .uk-h3, .uk-h4, .uk-h5, .uk-h6, .uk-heading-2xlarge, .uk-heading-large, .uk-heading-medium, .uk-heading-small, .uk-heading-xlarge, h1, h2, h3, h4, h5, h6 {
  font-family: inherit;
  color: #00a3e0;
  font-weight: 700;
}

h1, .uk-h1 {
  font-size: 200%;
}

h2, .uk-h2 {
  font-size: 178.5%;
}

h3, .uk-h3 {
  font-size: 150%;
}

h4, .uk-h4 {
  font-size: 125%;
}

h5, .uk-h5 {
  font-size: 120%;
}

h6, .uk-h6 {
  font-size: 112.5%;
}

h1 a, .h1 a, h2 a, .h2 a, h3 a, .h3 a, h4 a, .h4 a, h5 a, .h5 a {
  text-decoration: none;
}

h1 small, h2 small, h3 small {
  font-size: 70%;
}

.site-main h2, .site-main h3, .site-main h4, .site-main h5, .site-main h6, .site-main .uk-h1, .site-main .uk-h2, .site-main .uk-h3, .site-main .uk-h4, .site-main .uk-h5, .site-main .uk-h6 {
  margin: 2.2em 0 1em;
}

.site-main h2:first-child, .site-main h3:first-child, .site-main h4:first-child, .site-main h5:first-child, .site-main h6:first-child, .site-main .uk-h1:first-child, .site-main .uk-h2:first-child, .site-main .uk-h3:first-child, .site-main .uk-h4:first-child, .site-main .uk-h5:first-child, .site-main .uk-h6:first-child {
  margin-top: 0;
}

.site-main h2 + h3, .site-main h3 + h4, .site-main h4 + h5 {
  margin-top: 0;
}

.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
}

.title-en-jp {
  line-height: 1.1;
}

.title-en-jp * {
  display: inline-block;
  vertical-align: middle;
}

.title-en-jp strong {
  font: 700 48px/1.3 Arial, Helvetica, sans-serif;
  margin-right: 22px;
}

.title-en-jp small {
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 0.1em;
}

@media (max-width: 639px) {
  .title-en-jp strong {
    font-size: 36px;
    margin-right: 12px;
  }
  .title-en-jp small {
    font-size: 13px;
  }
}
.title-jp-en {
  color: inherit;
  line-height: 1.3;
}

.title-jp-en * {
  display: inline-block;
  vertical-align: middle;
}

.title-jp-en strong {
  font-weight: 600;
  font-size: 40px;
  margin-right: 22px;
  letter-spacing: 0.2em;
}

.title-jp-en small {
  font: 400 18px/1.1 "Asap", sans-serif;
  letter-spacing: 0.1em;
}

@media (max-width: 639px) {
  .title-jp-en {
    letter-spacing: 0;
  }
  .title-jp-en strong {
    font-size: 32px;
  }
  .title-jp-en small {
    font-size: 15px;
  }
}
article h2 {
  padding-bottom: 24px;
  margin-bottom: 1.2em;
  font-size: 26px;
  text-align: center;
  position: relative;
}

article h2:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 50%;
  height: 10px;
  border-radius: 5px;
  background-color: #fff22b;
  transform: translateX(-50%);
}

@media (min-width: 640px) {
  article h2 {
    padding-bottom: 32px;
    font-size: 40px;
    letter-spacing: 0.2em;
  }
  article h2:after {
    width: 200px;
    height: 12px;
    border-radius: 6px;
  }
}
html {
  box-sizing: border-box;
}

p, ul, ol, dl {
  line-height: 2;
}

li > ul, li > ol, dd > ul, dd > ol, td > ol, td > ul {
  margin-bottom: 0;
}

dl dt, th {
  font-weight: 400;
}

hr {
  margin: 1.75rem 0;
}

@media (min-width: 960px) {
  br.spbr {
    display: none;
  }
}
@media (max-width: 959px) {
  br.pcbr {
    display: none;
  }
}
a {
  transition: all, 0.2s;
  color: #006998;
}

a:hover {
  color: #004665;
}

.whitepage a:not(.uk-button) {
  text-decoration: underline;
}

#topbanner a, .appli-buttons a {
  display: inline-block;
  transition: all, 0.3s;
}

#topbanner a:hover, .appli-buttons a:hover {
  transform: translateY(-2px);
}

.uk-offcanvas-bar {
  background: #00a3e0;
}

.uk-offcanvas-bar a, .uk-offcanvas-bar .uk-close {
  color: #fff;
}

.uk-offcanvas-bar a:hover, .uk-offcanvas-bar .uk-close:hover {
  color: #ccc;
}

.uk-table th {
  vertical-align: top;
  font-size: inherit;
  color: inherit;
}

@media (max-width: 959px) {
  .uk-overflow-auto .uk-table th, .uk-overflow-auto .uk-table td {
    white-space: nowrap;
  }
}
.uk-button {
  font-size: 1rem;
  font-weight: 700;
  line-height: 20px;
  padding: 12px 50px;
  border-radius: 22px;
}

@media (min-width: 640px) {
  .uk-button {
    letter-spacing: 0.12em;
    padding: 15px 80px;
    border-radius: 25px;
  }
}
.uk-button-default {
  border-color: #00a3e0;
  color: #00a3e0;
}

.uk-button-default:hover {
  background-color: #00a3e0;
  color: #fff;
}

.uk-button-primary {
  background-color: #00a3e0;
}

.uk-button-primary:hover {
  background-color: #007ead;
}

.uk-button-inverse {
  border: solid 1px #fff;
  color: #fff;
}

.uk-button-inverse:hover {
  color: #00a3e0;
  background: #fff;
}

.uk-button-inverse.icon-marubow:hover:after {
  background-image: url("assets/images/ic-btn-right.svg");
}

.uk-card-default {
  background: #fff;
  color: inherit;
  border: solid 1px #dcdcdc;
  box-shadow: none;
}

.uk-card-default .uk-card-title {
  color: #000;
}

.uk-card-body > :last-child, .uk-card-footer > :last-child, .uk-card-header > :last-child {
  margin-bottom: 0 !important;
}

.site-header {
  height: 100px;
}

.site-header .site-logo {
  font-size: 24px;
  line-height: 30px;
  padding: 35px 50px;
}

.site-header .site-logo a:hover {
  text-decoration: none;
  color: #14bfff;
}

@media (max-width: 639px) {
  .site-header {
    height: 48px;
  }
  .site-header .site-logo {
    font-size: 14px;
    line-height: 16px;
    padding: 8px 16px;
  }
}
#offcanvas-menu {
  position: fixed;
  z-index: 1000;
  top: 0;
  right: 0;
}

#head-title {
  background: #00a3e0;
  padding: 74px 30px;
}

#head-title .page-title {
  color: #fff;
  font-size: 36px;
  letter-spacing: 0.15em;
  font-weight: 600;
  text-align: center;
  margin: 0;
}

@media (max-width: 639px) {
  #head-title {
    padding: 25px 15px;
  }
  #head-title .page-title {
    font-size: 22px;
    letter-spacing: normal;
  }
}
.site-footer .footer-inner {
  padding: 30px 0;
}

.site-footer .foot-right h3 {
  margin: 0;
}

.site-footer .copyright {
  margin: 2em 0;
  font: normal 12px/1.1 "Roboto Condensed", sans-serif;
}

.site-footer .foot-left {
  font-size: 14px;
}

.site-footer .foot-left dl {
  margin-bottom: 10px;
}

.site-footer .foot-left p {
  margin: 0;
}

@media (min-width: 640px) {
  .site-footer .footer-inner {
    padding: 42px 0;
    display: flex;
    justify-content: space-between;
    flex-direction: row-reverse;
  }
  .site-footer .copyright {
    font-size: 14px;
  }
  .site-footer .foot-left {
    max-width: 42%;
  }
}
@media (max-width: 639px) {
  .site-footer .foot-right h3 {
    margin-top: 2rem;
    max-width: 180px;
  }
}
.home .footer-inner {
  border-top: 1px solid #c2c2c2;
}

.offcanvas-toggle {
  position: relative;
  background: #006998;
  display: block;
  color: #fff;
  width: 100px;
  height: 100px;
  border-radius: 0;
  transition: all, 0.3s;
  cursor: pointer;
  border: none;
}

.offcanvas-toggle > i {
  display: block;
  position: absolute;
  height: 3px;
  width: 30px;
  top: 49px;
  left: 35px;
  background: #fff;
  transition: all 0.3s;
}

.offcanvas-toggle > i:first-child {
  transform: translate(0, -10px);
}

.offcanvas-toggle > i:nth-child(2) {
  width: 25px;
}

.offcanvas-toggle > i:last-child {
  transform: translate(0, 10px);
}

@media (max-width: 639px) {
  .offcanvas-toggle {
    width: 48px;
    height: 48px;
  }
  .offcanvas-toggle > i {
    top: 24px;
    left: 15px;
    width: 18px;
    height: 2px;
  }
  .offcanvas-toggle > i:first-child {
    transform: translate(0, -6px);
  }
  .offcanvas-toggle > i:nth-child(2) {
    width: 14px;
  }
  .offcanvas-toggle > i:last-child {
    transform: translate(0, 6px);
  }
}
.uk-offcanvas-bar {
  background: #006998;
  color: #fff;
}

.uk-offcanvas-bar ul.uk-nav > li {
  padding: 10px 0;
  border-bottom: solid 1px rgba(255, 255, 255, 0.3);
}

.uk-offcanvas-bar ul.uk-nav > li.page_item_has_children {
  position: relative;
}

.uk-offcanvas-bar ul.uk-nav > li.page_item_has_children > button {
  position: absolute;
  background: none;
  border: none;
  top: 15px;
  right: 0;
  width: 24px;
  height: 24px;
  font-size: 20px;
  cursor: pointer;
}

.uk-offcanvas-bar ul.uk-nav > li.page_item_has_children > button:before, .uk-offcanvas-bar ul.uk-nav > li.page_item_has_children > button:after {
  position: absolute;
  content: "";
  width: 10px;
  height: 1px;
  background: #fff;
  top: 12px;
  left: 7px;
}

.uk-offcanvas-bar ul.uk-nav > li.page_item_has_children > button:after {
  transform: rotate(90deg);
}

.clear:before, .clear:after, .entry-content:before, .entry-content:after {
  content: "";
  display: table;
  table-layout: fixed;
}

.clear:after, .entry-content:after {
  clear: both;
}

.search-form {
  display: flex;
}

.search-form input.uk-input {
  box-sizing: border-box;
  width: calc(100% - 54px);
}

.search-form button.uk-button {
  height: 40px;
  width: 50px;
  border-radius: 3px;
  line-height: 1px;
  background-color: rgba(0, 0, 0, 0.1);
  padding: 10px;
  margin-left: 4px;
}

.search-form button.uk-button .uk-icon {
  width: 20px;
  height: 20px;
}

.content-area {
  padding: 20px 0 40px;
  background: #ebf7fb;
}

@media (min-width: 640px) {
  .content-area {
    padding: 40px 0 100px;
  }
}
.whitepage {
  padding: 25px 20px;
  background: #fff;
  border-radius: 4px;
}

@media (min-width: 640px) {
  .whitepage {
    padding: 65px 60px;
  }
}
.sticky {
  display: block;
}

.updated:not(.published) {
  display: none;
}

.page-links {
  clear: both;
  margin: 0 0 1.5em;
}

.nav-links {
  margin: 1.5rem 0;
}

.nav-links .nav-previous a, .nav-links .nav-next a, .nav-links a.prev, .nav-links a.next {
  display: inline-block;
  position: relative;
}

.nav-links .nav-previous a:before, .nav-links .nav-previous a:after, .nav-links .nav-next a:before, .nav-links .nav-next a:after, .nav-links a.prev:before, .nav-links a.prev:after, .nav-links a.next:before, .nav-links a.next:after {
  content: "";
  position: absolute;
  width: 7px;
  height: 1px;
  background: #666;
  top: 49%;
  transform-origin: left center;
}

.nav-links .nav-previous a:before, .nav-links .nav-next a:before, .nav-links a.prev:before, .nav-links a.next:before {
  transform: rotate(-45deg);
}

.nav-links .nav-previous a::after, .nav-links .nav-next a::after, .nav-links a.prev::after, .nav-links a.next::after {
  transform: rotate(45deg);
}

.nav-links .nav-next a:before, .nav-links .nav-next a:after, .nav-links a.next:before, .nav-links a.next:after {
  transform-origin: right center !important;
}

@media (min-width: 640px) {
  .nav-links {
    margin: 3rem 0;
  }
}
.post-navigation .nav-links:after {
  display: table;
  clear: both;
  content: "";
}

.post-navigation .nav-links a {
  border-radius: 5px;
  padding: 15px 30px;
  background: #fff;
  color: #666;
  font-size: 85%;
  letter-spacing: 0.1em;
}

.post-navigation .nav-links a:hover {
  background: #888;
  color: #fff;
  text-decoration: none;
}

.post-navigation .nav-links > div {
  margin-bottom: 0.5em;
}

.post-navigation .nav-links .nav-previous {
  float: left;
}

.post-navigation .nav-links .nav-previous a {
  padding-left: 36px;
}

.post-navigation .nav-links .nav-previous a:before, .post-navigation .nav-links .nav-previous a:after {
  left: 16px;
}

.post-navigation .nav-links .nav-next {
  float: right;
}

.post-navigation .nav-links .nav-next a {
  padding-right: 36px;
}

.post-navigation .nav-links .nav-next a:before, .post-navigation .nav-links .nav-next a:after {
  right: 16px;
}

.pagination .nav-links {
  display: flex;
  justify-content: center;
}

.pagination .nav-links .page-numbers {
  margin: 0 0.5em;
  padding: 5px 0;
  width: 3em;
  text-align: center;
  background: #fff;
  border: solid 1px #ccc;
  border-radius: 5px;
}

.pagination .nav-links .page-numbers:hover {
  border-color: #00a3e0;
  color: #00a3e0;
}

.pagination .nav-links .page-numbers.current {
  border-color: #00a3e0;
  background-color: #00a3e0;
  color: #fff;
}

.pagination .nav-links a {
  color: #444;
  text-decoration: none;
}

.pagination .nav-links a.next, .pagination .nav-links a.prev {
  width: auto;
  padding: 5px 12px;
}

.pagination .nav-links a.next {
  padding-right: 24px;
}

.pagination .nav-links a.next:before, .pagination .nav-links a.next:after {
  right: 10px;
}

.pagination .nav-links a.prev {
  padding-left: 24px;
}

.pagination .nav-links a.prev:before, .pagination .nav-links a.prev:after {
  left: 10px;
}

.archive .entry-header {
  margin-bottom: 1.2rem;
}

.single .entry-header {
  margin-bottom: 2.5rem;
  border-bottom: 1px solid #c2c2c2;
  padding-bottom: 14px;
}

.single .entry-header .entry-title {
  font-size: 26px;
  color: #000;
}

@media (min-width: 640px) {
  .single .entry-header .entry-title {
    font-size: 30px;
  }
}
.entry-meta {
  display: -moz-flex;
  display: flex;
}

.entry-meta > span {
  padding-right: 1.5em;
  margin-bottom: 0.3em;
}

.entry-meta .uk-icon {
  color: #000;
  margin-right: 0.4em;
  position: relative;
  top: -2px;
}

.entry-meta a {
  color: #000;
}

.entry-meta a:hover {
  text-decoration: none;
  color: #00a3e0;
}

@media (max-width: 40em) {
  .entry-meta {
    flex-wrap: wrap;
  }
}
.archive-post {
  padding-bottom: 1.2rem;
  border-bottom: solid 1px #ccc;
}

.has-post-thumbnail:after {
  clear: both;
  content: "";
  display: table;
}

.archive-thumb {
  float: right;
  margin: 0 0 0.8rem 1.5rem;
}

@media (max-width: 384px) {
  .archive-thumb {
    display: none;
  }
}
.wp-block-table table {
  border-collapse: collapse;
}

.wp-block-table table td, .wp-block-table table th {
  border: solid 1px #ccc;
  padding: 0.8em 1.2em;
}

@media (max-width: 639px) {
  .wp-block-table {
    overflow-x: auto;
  }
  .wp-block-table table {
    width: auto;
  }
  .wp-block-table table td, .wp-block-table table th {
    padding: 0.5em 0.8em;
    white-space: nowrap;
  }
}
.comment-content a {
  word-wrap: break-word;
}

.bypostauthor {
  display: block;
}

.infinite-scroll .posts-navigation, .infinite-scroll.neverending .site-footer {
  display: none;
}

.infinity-end.neverending .site-footer {
  display: block;
}

.page-content .wp-smiley, .entry-content .wp-smiley, .comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

embed, iframe, object {
  max-width: 100%;
}

.custom-logo-link {
  display: inline-block;
}

.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}

.wp-caption img[class*=wp-image-] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
}

.yt-thumb {
  background-position: center center;
  background-size: cover;
  margin: 25px auto;
  max-width: 620px;
}

.yt-thumb a {
  display: block;
  position: relative;
  background-color: rgba(0, 0, 0, 0.3);
  transition: all, 0.2s;
  color: #fff;
}

.yt-thumb a canvas {
  width: 100%;
}

.yt-thumb a .yticon {
  display: flex;
  flex-flow: column;
  align-items: center;
}

.yt-thumb a .yticon > svg {
  width: 62px;
}

.yt-thumb a .yticon > svg .st0 {
  fill: #fff;
  transition: all, 0.2s;
}

.yt-thumb a .uk-overlay {
  padding: 1em;
}

.yt-thumb a:hover {
  background-color: rgba(0, 0, 0, 0.1);
}

.yt-thumb a:hover .yticon > svg .st0 {
  fill: #ff0100;
}

@media (min-width: 640px) {
  .yt-thumb {
    margin: 50px auto;
  }
}
.yt-wrap {
  margin: 25px 0;
}

.yt-wrap h3 {
  margin: 0;
}

.yt-wrap .yt-thumb {
  margin-top: 12px;
}

@media (min-width: 640px) {
  .yt-wrap {
    margin: 50px 0;
  }
  .yt-wrap .yt-thumb {
    margin-top: 20px;
  }
}
.gallery {
  margin-bottom: 1.5em;
}

.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%;
}

.gallery-columns-2 .gallery-item {
  max-width: 50%;
}

.gallery-columns-3 .gallery-item {
  max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
  max-width: 25%;
}

.gallery-columns-5 .gallery-item {
  max-width: 20%;
}

.gallery-columns-6 .gallery-item {
  max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
  max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
  max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
  max-width: 11.11%;
}

.gallery-caption {
  display: block;
}

.news-list {
  margin-left: 0;
  padding-left: 0;
  list-style-type: none;
}

.news-list-li {
  margin-bottom: 1em;
  line-height: 1.5;
}

.news-list-li .news-l-date {
  font-size: 1.125rem;
  font-family: "Roboto Condensed", sans-serif;
}

.news-list-li .news-list-title {
  padding-bottom: 1em;
  border-bottom: solid 1px #d8d8d8;
}

.news-list-li .news-list-title a {
  color: #000;
  text-decoration: none;
}

.news-list-li .news-list-title a:hover {
  color: #00a3e0;
  text-decoration: none;
}

@media (min-width: 640px) {
  .news-list-li {
    display: flex;
    align-items: flex-start;
    margin-bottom: 1.4em;
  }
  .news-list-li .news-l-date {
    flex: 0 0 8em;
  }
  .news-list-li .news-list-title {
    flex: 1;
    margin-left: 1.5em;
  }
}
.childpage-grid .thumb-box {
  margin-bottom: 1.6rem;
}

.childpage-grid .thumb-box a {
  display: block;
  position: relative;
}

.childpage-grid .thumb-box a .thumb-tex {
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  width: 100%;
  padding: 0.3em;
  text-align: center;
  background: rgba(0, 0, 0, 0.2);
  color: #fff;
}

.childpage-grid .thumb-box a:hover .thumb-tex {
  background: rgba(0, 0, 0, 0.4);
}

.mw_wp_form_input table tbody th:not(.form-radio) {
  padding: 24px 12px;
}

#top-visual, #top-movie {
  position: relative;
  z-index: 0;
}

#top-visual .top-desc, #top-movie .top-desc {
  position: absolute;
  z-index: 2;
  top: 15px;
  left: 15px;
}

#top-visual .top-desc strong, #top-movie .top-desc strong {
  margin-left: 1em;
  font-weight: 400;
}

#top-visual .top-desc br, #top-movie .top-desc br {
  display: none;
}

@media (max-width: 639px) {
  #top-visual, #top-movie {
    overflow: hidden;
  }
  #top-visual .top-desc, #top-movie .top-desc {
    top: 8px;
    left: 10px;
    font-size: 10px;
  }
  #top-visual .top-desc strong, #top-movie .top-desc strong {
    margin-left: 0;
  }
  #top-visual .top-desc br, #top-movie .top-desc br {
    display: inline;
  }
}
#top-visual img {
  width: 100%;
}

#top-movie {
  background: #4edff9;
}

#top-movie .top-video {
  margin: 0 auto;
  max-width: 1280px;
  text-align: center;
}

#top-movie #movsound {
  position: absolute;
  bottom: 20px;
  right: 20px;
  width: 28px;
  height: 28px;
  cursor: pointer;
}

#top-movie #movsound.sound_off {
  background: url("data:image/svg+xml;charset=utf8,%3Csvg%20viewBox%3D%220%200%2015%2015%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2215%22%20height%3D%2215%22%3E%3Cpath%20d%3D%22M3.5%2010.494l.257-.429-.119-.07H3.5v.5zm0-5.996v.5h.138l.12-.071-.258-.429zm5-2.998H9a.5.5%200%2000-.757-.429L8.5%201.5zm0%2011.992l-.257.429A.5.5%200%20009%2013.492h-.5zm2.94-7.763l-.354-.353-.707.707.354.354.706-.708zm2.12%203.534l.354.353.707-.707-.354-.353-.707.707zm.708-2.826l.353-.354-.707-.707-.353.353.707.708zm-3.535%202.119l-.354.353.707.707.354-.353-.707-.707zM3.5%209.994h-2v1h2v-1zm-2%200a.499.499%200%2001-.5-.5H0c0%20.83.671%201.5%201.5%201.5v-1zm-.5-.5V5.498H0v3.998h1zm0-3.997c0-.276.223-.499.5-.499v-1c-.829%200-1.5.67-1.5%201.5h1zm.5-.499h2v-1h-2v1zm2.257-.071l5-2.998-.514-.858-5%202.998.514.858zM8%201.5v11.992h1V1.5H8zm.757%2011.563l-5-2.998-.514.858%205%202.998.514-.858zm1.976-6.626l2.827%202.826.707-.707-2.828-2.827-.707.708zm2.828-.708l-2.828%202.827.707.707%202.828-2.826-.707-.708z%22%20fill%3D%22currentColor%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E") center center no-repeat;
  background-size: contain;
}

#top-movie #movsound.sound_on {
  background: url("data:image/svg+xml;charset=utf8,%3Csvg%20viewBox%3D%220%200%2015%2015%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2215%22%20height%3D%2215%22%3E%3Cpath%20d%3D%22M3.5%2010.494l.257-.429-.119-.07H3.5v.5zm0-5.996v.5h.138l.12-.071-.258-.429zm5-2.998H9a.5.5%200%2000-.757-.429L8.5%201.5zm0%2011.992l-.257.429A.5.5%200%20009%2013.492h-.5zm5.353-9.348l-.353-.353-.707.707.354.354.706-.708zm-.706%205.996l-.354.354.707.707.353-.353-.706-.708zM3.5%209.994h-2v1h2v-1zm-2%200a.5.5%200%2001-.5-.5H0c0%20.83.672%201.5%201.5%201.5v-1zm-.5-.5V5.498H0v3.998h1zm0-3.997a.5.5%200%2001.5-.499v-1a1.5%201.5%200%2000-1.5%201.5h1zm.5-.499h2v-1h-2v1zm2.257-.071l5-2.998-.514-.858-5%202.998.514.858zM8%201.5v11.992h1V1.5H8zm.757%2011.563l-5-2.998-.514.858%205%202.998.514-.858zM13.5%204.498c-.353.354-.354.354-.354.353a.01.01%200%2001-.002-.002l.003.003.02.022a3.186%203.186%200%2001.386.597c.22.439.447%201.112.447%202.025h1c0-1.086-.272-1.911-.553-2.472a4.198%204.198%200%2000-.39-.639%202.932%202.932%200%2000-.181-.217l-.014-.015-.005-.005-.002-.002-.001-.001-.354.353zm.5%202.998c0%20.913-.228%201.586-.447%202.025a3.184%203.184%200%2001-.386.597.83.83%200%2001-.02.022l-.003.003.001-.001.001-.001.354.353c.353.354.354.354.354.353h.001l.002-.003.005-.005.014-.014.043-.048c.035-.04.082-.097.137-.17.11-.146.251-.36.391-.639.28-.56.553-1.386.553-2.472h-1z%22%20fill%3D%22currentColor%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E") center center no-repeat;
  background-size: contain;
}

@media (max-width: 639px) {
  #top-movie .top-video {
    margin: 0 -10px;
  }
  #top-movie #movsound {
    bottom: 10px;
    right: 10px;
    width: 18px;
    height: 18px;
  }
}
.top-description {
  position: relative;
  z-index: 1002;
  padding: 10px 15px;
  background: #006998;
  color: #fff;
}

.top-description strong {
  margin-left: 1em;
  font-weight: 400;
}

.top-description br {
  display: none;
}

@media (max-width: 639px) {
  .top-description {
    padding: 8px 10px;
    font-size: 10px;
  }
  .top-description strong {
    margin-left: 0;
  }
  .top-description br {
    display: inline;
  }
}
@media (min-width: 640px) {
  #topnews {
    padding-top: 50px;
  }
}
#topbanner .uk-grid img {
  width: 100%;
}

#topappli .appli-wrap {
  max-width: 1000px;
  height: 406px;
  position: relative;
  background: url(assets/images/ecochalle.png) 0 0 no-repeat;
  background-size: 100% 100%;
}

#topappli .appli-wrap .appli-buttons {
  position: absolute;
  bottom: 44px;
  right: 52px;
  width: 380px;
}

#topappli .appli-wrap .appli-buttons .bt-paper {
  background: #fff22b;
  color: #00a36c;
  font-size: 18px;
  border-radius: 10px;
  display: block;
  margin-bottom: 15px;
  padding: 15px 40px;
}

#topappli .appli-wrap .appli-buttons .applibox {
  padding: 14px;
  background: #fff22b;
  border-radius: 10px;
}

#topappli .appli-wrap .appli-buttons .applibox h3 {
  text-align: center;
  color: #00a36c;
  font-size: 18px;
  font-weight: bold;
  margin: 0 0 14px;
}

#topappli .appli-wrap .appli-buttons .applibox .uk-grid img {
  width: 100%;
}

@media (max-width: 639px) {
  #topappli .appli-wrap {
    margin: 0 auto;
    max-width: 335px;
    height: 462px;
    background-image: url(assets/images/ecochalle_sp.png);
  }
  #topappli .appli-wrap .appli-buttons {
    bottom: auto;
    top: 124px;
    right: 20px;
    left: 20px;
    width: auto;
  }
  #topappli .appli-wrap .appli-buttons .bt-paper {
    font-size: 16px;
    margin-bottom: 12px;
    padding: 12px 30px;
  }
  #topappli .appli-wrap .appli-buttons .applibox {
    padding: 12px;
  }
  #topappli .appli-wrap .appli-buttons .applibox h3 {
    font-size: 16px;
    margin-bottom: 12px;
  }
}

/* foundation */
@media screen and (min-width: 640px) {
  .mt-pc-5 {
    margin-top: 1rem;
  }
  .mt-pc-10 {
    margin-top: 2rem;
  }
  .mt-pc-15 {
    margin-top: 3rem;
  }
  .mt-pc-20 {
    margin-top: 4rem;
  }
  .mt-pc-25 {
    margin-top: 5rem;
  }
  .mt-pc-30 {
    margin-top: 6rem;
  }
  .mt-pc-35 {
    margin-top: 7rem;
  }
  .mt-pc-40 {
    margin-top: 8rem;
  }
  .mt-pc-45 {
    margin-top: 9rem;
  }
  .mt-pc-50 {
    margin-top: 10rem;
  }
  .mt-pc-55 {
    margin-top: 11rem;
  }
  .mt-pc-60 {
    margin-top: 12rem;
  }
  .mt-pc-65 {
    margin-top: 13rem;
  }
  .mt-pc-70 {
    margin-top: 14rem;
  }
  .mt-pc-75 {
    margin-top: 15rem;
  }
  .mt-pc-80 {
    margin-top: 16rem;
  }
  .mt-pc-85 {
    margin-top: 17rem;
  }
  .mt-pc-90 {
    margin-top: 18rem;
  }
  .mt-pc-95 {
    margin-top: 19rem;
  }
  .mt-pc-100 {
    margin-top: 20rem;
  }
}
@media screen and (max-width: 639px) {
  .mt-sp-5 {
    margin-top: 1rem;
  }
  .mt-sp-10 {
    margin-top: 2rem;
  }
  .mt-sp-15 {
    margin-top: 3rem;
  }
  .mt-sp-20 {
    margin-top: 4rem;
  }
  .mt-sp-25 {
    margin-top: 5rem;
  }
  .mt-sp-30 {
    margin-top: 6rem;
  }
  .mt-sp-35 {
    margin-top: 7rem;
  }
  .mt-sp-40 {
    margin-top: 8rem;
  }
  .mt-sp-45 {
    margin-top: 9rem;
  }
  .mt-sp-50 {
    margin-top: 10rem;
  }
  .mt-sp-55 {
    margin-top: 11rem;
  }
  .mt-sp-60 {
    margin-top: 12rem;
  }
  .mt-sp-65 {
    margin-top: 13rem;
  }
  .mt-sp-70 {
    margin-top: 14rem;
  }
  .mt-sp-75 {
    margin-top: 15rem;
  }
  .mt-sp-80 {
    margin-top: 16rem;
  }
  .mt-sp-85 {
    margin-top: 17rem;
  }
  .mt-sp-90 {
    margin-top: 18rem;
  }
  .mt-sp-95 {
    margin-top: 19rem;
  }
  .mt-sp-100 {
    margin-top: 20rem;
  }
}
/* layout */
/* object - component */
.c-form {
  /*
  input[type=radio],
  input[type=checkbox] {
  	appearance: none;
  	display: none;
  }
  */
}
@media screen and (min-width: 640px) {
  .c-form input[type=text],
  .c-form input[type=tel],
  .c-form input[type=email],
  .c-form textarea {
    font-size: 18px;
  }
}
@media screen and (max-width: 639px) {
  .c-form input[type=text],
  .c-form input[type=tel],
  .c-form input[type=email],
  .c-form textarea {
    font-size: 16px;
  }
}
.c-form input[type=text],
.c-form input[type=tel],
.c-form input[type=email],
.c-form textarea {
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 4px;
  height: 3em;
  width: 100%;
}
@media screen and (min-width: 640px) {
  .c-form input[type=text],
  .c-form input[type=tel],
  .c-form input[type=email],
  .c-form textarea {
    padding-left: 16px;
    padding-right: 16px;
  }
}
@media screen and (max-width: 639px) {
  .c-form input[type=text],
  .c-form input[type=tel],
  .c-form input[type=email],
  .c-form textarea {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.c-form textarea {
  height: 100px;
}
@media screen and (min-width: 640px) {
  .c-form textarea {
    padding-bottom: 16px;
    padding-top: 16px;
  }
}
@media screen and (max-width: 639px) {
  .c-form textarea {
    padding-bottom: 10px;
    padding-top: 10px;
  }
}
.c-form__tel span {
  display: flex;
  align-items: center;
  gap: 15px;
}
.c-form__tel span input {
  width: 40px !important;
}
.c-form__group {
  margin-top: 45px;
}
.c-form__title label {
  font-size: 18px;
  font-weight: bold;
}
.c-form__title .required {
  color: #f00;
}
.c-form__content {
  margin-top: 15px;
}
.c-form__grid {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 15px;
}
.c-form__grid label {
  font-weight: normal;
  white-space: nowrap;
  width: 6em;
}
.c-form__grid + .c-form__grid {
  margin-top: 30px;
}
.c-form__description {
  margin-top: 15px;
}
.c-form__notice {
  background-color: #efefef;
  margin-bottom: 60px;
  margin-top: 60px;
  padding: 32px 32px 16px;
}
.c-form__notice dl dt {
  font-weight: bold;
}

.mwform-radio-field label {
  cursor: pointer;
}

.mw_wp_form_confirm .u-none-confirm {
  display: none;
}

.mw_wp_form .error {
  color: #f00 !important;
  margin-top: 10px;
}

/* object - project */
.wp-block-embed-youtube.wp-embed-aspect-16-9 iframe {
  aspect-ratio: 16/9;
  height: auto;
  width: 100%;
}

.wp-block-image {
  margin: 0 0 1em;
}

/* youtube */
@media screen and (min-width: 640px) {
  .yt-thumb {
    margin-top: 10px;
  }
}
@media screen and (max-width: 639px) {
  .yt-thumb {
    margin-top: -10px;
  }
}

/* utility */
.u-color-red {
  color: #f00;
}

/* library *//*# sourceMappingURL=style.css.map */