@charset "UTF-8";
/*
Theme Name: japan beyond coal
Theme URI:
Description: japan beyond coal
Version: 1.0
Author: japan beyond coal
Author URI:
*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, dialog, figure, footer, header,
hgroup, menu, nav, section, menu,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
  font-size: 10px;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -o-text-size-adjust: 100%;
  text-size-adjust: 100%;
}

section, article, aside, main, dialog, figure, footer, header,
hgroup, nav, section {
  display: block;
}

address {
  font-style: normal;
}

ul {
  list-style: none;
}

article ul{
  list-style: disc;
  margin-left: 1.4em;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

a {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted #000;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

select::-ms-expand {
  display: none;
}

input[type="text"], input[type="tel"], input[type="email"], input[type="radio"], input[type="submit"], button, textarea, select {
  font-family: inherit;
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

*:after, *:before {
  font-family: inherit;
  color: inherit;
}

*, *:after, *:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  outline: none;
}

html {
  font-size: 62.5%;
}

body {
  color: #000;
  font-size: 1.4rem;
  font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-feature-settings: "palt";
  line-height: 1.6;
  background: #fff;
  overflow-wrap: break-word;
}

@media screen and (min-width: 48em) {
  body {
    font-size: 1.8rem;
    line-height: 1.8;
  }
}

/* 初期設定 */
img {
  max-width: 100%;
  height: auto;
  transition: 0.2s;
}

a {
  color: #000;
  text-decoration: none;
  transition: 0.2s;
}

.entry-content a {
  color: #0098d9;
}

.entry-content a:hover {
  color: #33b5ec;
}

a.bt-type01 {
  background: #fff83a url("images/icon_arrow02.png") right 15px center no-repeat;
  color: #000;
  display: inline-block;
  font-weight: bold;
  font-size: 1.4rem;
  padding: 2px 40px 2px 20px;
  text-align: center;
  min-width: 210px;
}

@media screen and (min-width: 48em) {
  a.bt-type01 {
    font-size: 2.4rem;
  }
}

a.bt-type01:hover {
  background: #f6ed00 url("images/icon_arrow02.png") right 12px center no-repeat;
  color: #000;
}

a.bt-type02 {
  background: #fff83a url("images/icon_download.png") right 30px center no-repeat;
  color: #000;
  display: inline-block;
  font-weight: bold;
  font-size: 1.4rem;
  line-height: 1.6;
  padding: 15px 70px 15px 50px;
  text-align: center;
}

@media screen and (min-width: 48em) {
  a.bt-type02 {
    font-size: 2.4rem;
    line-height: 1.2;
    min-width: 600px;
    padding: 30px 50px;
    margin-top: 30px;
    margin-bottom: 30px;
  }
}

a.bt-type02 .txt-s {
  font-weight: normal;
  font-size: 1.2rem;
}

a.bt-type02:hover {
  background: #f6ed00 url("images/icon_download.png") right 30px center no-repeat;
  color: #000;
}

a:hover {
  color: #0098d9;
}

a:hover img {
  opacity: 0.8;
}

a.size-m {
  font-size: 1.4rem;
}

a.size-l {
  font-size: 1.4rem;
}

@media screen and (min-width: 48em) {
  a.size-l {
    font-size: 1.6rem;
  }
}

p {
  margin-bottom: 1.8em;
}

@media screen and (min-width: 48em) {
  p.catch {
    font-size: 2rem;
    margin-bottom: 2em;
    line-height: 2;
  }
}

p.date {
  color: #0098d9;
  font-family: 'Roboto', sans-serif;
  font-weight: bold;
  margin-bottom: 1.4em;
}

@media screen and (min-width: 48em) {
  p.date {
    font-size: 1.6rem;
  }
}

@media screen and (min-width: 48em) {
  p.size-l {
    font-size: 1.8rem;
  }
}

blockquote{
  background: #f2f2f2;
  color: #000;
  font-weight: normal;
  border: #000 solid 2px;
  padding: 1em;
  margin: 0 0 2em;
}

blockquote p:last-child{
  margin: 0;
}

@media screen and (min-width: 48em) {
  blockquote{
    font-size: 1.5rem;
  }
}

figcaption .size-s{
  display: block;
  font-size: 1.2rem;
  line-height: 1.8;
}

@media screen and (min-width: 48em) {
  figcaption .size-s{
    font-size: 1.4rem;
  }
}

.message figcaption {
  min-height: 50px;
}

.movie-box {
  width: 70%;
  margin: 0 auto 20px;
}

.movie-box .movie {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}

.movie-box .movie iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.mb-0 {
  margin-bottom: 0px !important;
}

.mb-xxs {
  margin-bottom: 5px !important;
}

.mb-xs {
  margin-bottom: 10px !important;
}

.mb-s {
  margin-bottom: 15px !important;
}

.mb-m {
  margin-bottom: 20px !important;
}

.mb-l {
  margin-bottom: 25px !important;
}

.mb-xl {
  margin-bottom: 30px !important;
}

.mb-xxl {
  margin-bottom: 35px !important;
}

.mb-xxxl {
  margin-bottom: 40px !important;
}

.ml-xxs {
  margin-left: 5px;
}

.ml-xs {
  margin-left: 8px;
}

.ml-s {
  margin-left: 10px;
}

.ml-m {
  margin-left: 15px;
}

.ml-l {
  margin-left: 20px;
}

.ml-xl {
  margin-left: 25px;
}

.mr-xxs {
  margin-right: 5px;
}

.mr-xs {
  margin-right: 8px;
}

.mr-s {
  margin-right: 10px;
}

.mr-m {
  margin-right: 15px;
}

.mr-l {
  margin-right: 20px;
}

.mr-xl {
  margin-right: 25px;
}

@media screen and (min-width: 48em) {
  .mb-0 {
    margin-bottom: 0px !important;
  }
  .mb-xxs {
    margin-bottom: 10px !important;
  }
  .mb-xs {
    margin-bottom: 20px !important;
  }
  .mb-s {
    margin-bottom: 30px !important;
  }
  .mb-m {
    margin-bottom: 40px !important;
  }
  .mb-l {
    margin-bottom: 50px !important;
  }
  .mb-xl {
    margin-bottom: 60px !important;
  }
  .mb-xxl {
    margin-bottom: 70px !important;
  }
  .mb-xxxl {
    margin-bottom: 80px !important;
  }
  .ml-xxs {
    margin-left: 10px;
  }
  .ml-xs {
    margin-left: 15px;
  }
  .ml-s {
    margin-left: 20px;
  }
  .ml-m {
    margin-left: 30px;
  }
  .ml-l {
    margin-left: 40px;
  }
  .ml-xl {
    margin-left: 50px;
  }
  .mr-xxs {
    margin-right: 10px;
  }
  .mr-xs {
    margin-right: 15px;
  }
  .mr-s {
    margin-right: 20px;
  }
  .mr-m {
    margin-right: 30px;
  }
  .mr-l {
    margin-right: 40px;
  }
  .mr-xl {
    margin-right: 50px;
  }
}

.site-main {
  overflow: hidden;
}

.cont {
  position: relative;
  padding: 30px 5%;
  margin: 0 auto;
  max-width: 1240px;
  width: 100%;
}

@media screen and (min-width: 48em) {
  .cont {
    padding: 30px 20px 100px;
  }
}

@media screen and (min-width: 48em) {
  .home .cont {
    padding: 75px 20px 40px;
  }
}

.cont__s {
  max-width: 1120px;
}

@media screen and (min-width: 48em) {
  .cont__s {
    padding-bottom: 50px;
  }
}

@media screen and (min-width: 48em) {
  .title__bg--local-activities + .cont {
    padding: 30px 20px 40px;
  }
}

.heading01 {
  color: #000;
  display: block;
  font-size: 1.8rem;
  margin: 0;
  text-align: center;
}

@media screen and (min-width: 48em) {
  .heading01 {
    font-size: 2.2rem;
  }
}

@media screen and (min-width: 64.0625em) {
  .heading01 {
    font-size: 2.8rem;
  }
}

.heading01__txt-en {
  font-family: 'Roboto Condensed', sans-serif;
  color: #fff;
  display: inline-block;
  font-size: 3rem;
  line-height: 1.2;
  margin: 0 0 10px;
  padding: 0 0 20px;
  position: relative;
  text-transform: uppercase;
}

@media screen and (min-width: 48em) {
  .heading01__txt-en {
    font-size: 4rem;
  }
}

@media screen and (min-width: 64.0625em) {
  .heading01__txt-en {
    font-size: 5rem;
  }
}

.heading01__txt-en:before {
  background-color: #fff;
  content: '';
  position: absolute;
  bottom: 0;
  display: inline-block;
  width: 45px;
  height: 8px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.heading02 {
  color: #000;
  display: block;
  font-size: 1.6rem;
  margin: 0 0 2em;
  text-align: center;
}

@media screen and (min-width: 48em) {
  .heading02 {
    font-size: 2rem;
  }
}

@media screen and (min-width: 64.0625em) {
  .heading02 {
    font-size: 2.4rem;
  }
}

.heading02__txt-en {
  font-family: 'Roboto Condensed', sans-serif;
  color: #0098d9;
  display: inline-block;
  font-size: 3rem;
  line-height: 1.2;
  margin: 0 0 13px;
  padding: 0 0 20px;
  position: relative;
}

@media screen and (min-width: 48em) {
  .heading02__txt-en {
    font-size: 4rem;
  }
}

@media screen and (min-width: 64.0625em) {
  .heading02__txt-en {
    font-size: 5rem;
  }
}

.heading02__txt-en .size-s {
  display: block;
  font-weight: normal;
  font-size: 1.6rem;
  margin-bottom: .5em;
}

@media screen and (min-width: 48em) {
  .heading02__txt-en .size-s {
    font-weight: normal;
    font-size: 2.1rem;
  }
}

.heading02__l {
  text-align: left;
}

.heading02__l .heading02__txt-en:before {
  left: 0;
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

.heading03 {
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.4;
  margin-bottom: 0.5em;
}

@media screen and (min-width: 48em) {
  .heading03 {
    font-size: 1.8rem;
  }
}

.heading03__type02 {
  border-bottom: #0098d9 3px solid;
  font-size: 1.8rem;
  letter-spacing: 0.1em;
  line-height: 1.6;
  margin: 2.5em 0 1.5em;
  padding: 0 0 5px;
}

@media screen and (min-width: 64.0625em) {
  .heading03__type02 {
    font-size: 2.2rem;
  }
}

.heading04 {
  font-size: 1.8rem;
  letter-spacing: 0.1em;
  line-height: 1.6;
  margin: 0 0 1em;
}

@media screen and (min-width: 64.0625em) {
  .heading04 {
    font-size: 2rem;
  }
}

.heading05 {
  color: #0098d9;
  font-size: 1.6rem;
  letter-spacing: 0.1em;
  line-height: 1.6;
  margin: 0 0 1em;
}

@media screen and (min-width: 64.0625em) {
  .heading05 {
    font-size: 1.8rem;
  }
}

ul.type02 {
  list-style: disc;
  margin: 0 0 1em 2em;
}

dl {
  border-top: #000 1px solid;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 20px;
}

dl dt {
  box-sizing: border-box;
  border-bottom: #000 1px solid;
  font-weight: normal;
  padding: 22px 10px 22px 0;
  width: 30%;
}

@media screen and (min-width: 48em) {
  dl dt {
    width: 25%;
  }
}

dl dd {
  box-sizing: border-box;
  border-bottom: #000 1px solid;
  margin: 0;
  width: 70%;
  padding: 22px 0;
}

@media screen and (min-width: 48em) {
  dl dd {
    width: 75%;
  }
}

table {
  background: #fff;
  line-height: 1.5;
  width: 100%;
  margin-bottom: 2em;
}

@media screen and (min-width: 48em) {
  table {
    margin-bottom: 5.5em;
  }
}

table th,
table td {
  padding: 10px;
  border-bottom: #ccc 1px solid;
}

@media screen and (min-width: 48em) {
  table th,
  table td {
    padding: 25px 30px;
  }
}

table th {
  background: #d4f2ff;
  text-align: left;
  vertical-align: middle;
}

table th:first-child {
  border-right: #fff 1px solid;
  width: 30%;
}

table small {
  font-size: 1.2rem;
}

table.type02 th {
  background: #fff;
}

table.type02 th:first-child {
  border-right: none;
  width: 30%;
}

@media screen and (min-width: 48em) {
  table.type02 th:first-child {
    width: 20%;
  }
}

/* 共通パーツ */
.flexbox {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto;
}

.flexbox__h-center {
  align-items: center;
}

.flexbox__item {
  flex: 1;
}

.flexbox__two-col {
  width: calc(50% - 2%);
  margin: 0 2% 15px;
}

@media screen and (min-width: 48em) {
  .flexbox__two-col {
    margin: 0 2% 35px;
  }
}

.flexbox__two-col:nth-child(odd) {
  margin-left: 0;
}

.flexbox__two-col:nth-child(even) {
  margin-right: 0;
}

.flexbox__two-col--type02 {
  width: calc(50% - 7%);
  margin: 0 7% 15px;
}

@media screen and (min-width: 48em) {
  .flexbox__two-col--type02 {
    margin: 0 7% 35px;
  }
}

.flexbox__two-col--type02:nth-child(odd) {
  margin-left: 0;
}

.flexbox__two-col--type02:nth-child(even) {
  margin-right: 0;
}

.flexbox__three-col {
  width: calc(33.3333% - 5%);
  margin: 0 3.75% 5px;
}

.flexbox__three-col.type02 {
  width: calc(33.3333% - 2%);
  margin: 0 1.5% 5px;
}

.flexbox__three-col:first-child, .flexbox__three-col:nth-child(3n+1) {
  margin-left: 0;
}

.flexbox__three-col:nth-child(3n) {
  margin-right: 0;
}

.flexbox__four-col {
  width: calc(25% - 2%);
  margin: 0 1.3% 5px;
}

.flexbox__four-col:first-child, .flexbox__four-col:nth-child(4n+1) {
  margin-left: 0;
}

.flexbox__four-col:nth-child(4n) {
  margin-right: 0;
}

@media screen and (max-width: 64em) {
  .flexbox__tab-one {
    flex: none;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
}

@media screen and (max-width: 47.9375em) {
  .flexbox__sp-one {
    flex: none !important;
    width: 100% !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
}

@media screen and (max-width: 47.9375em) {
  .flexbox__sp-two-col {
    width: calc(50% - 3%);
    margin: 0 3% 15px;
  }
  .flexbox__sp-two-col:nth-child(odd) {
    margin-left: 0;
  }
  .flexbox__sp-two-col:nth-child(even) {
    margin-right: 0;
  }
}

@media screen and (max-width: 47.9375em) {
  .flexbox__sp-reverse {
    flex-direction: column-reverse;
  }
}

.boxtype-sizeM {
  max-width: 1080px;
  margin: 0 auto;
}

.boxtype-circle {
  background: #0098d9;
  border-radius: 50%;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  letter-spacing: -0.01em;
  font-family: 'Roboto', sans-serif;
  font-size: 6rem;
  margin: 0 auto 12px;
  position: relative;
  height: 210px;
  width: 210px;
}

@media screen and (min-width: 64.0625em) {
  .boxtype-circle {
    font-size: 10rem;
  }
}

.boxtype-circle--child {
  background: #006691;
  border-radius: 50%;
  font-size: 3.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  letter-spacing: 0;
  right: -28px;
  top: 0;
  height: 74px;
  width: 74px;
  margin: 0;
  position: absolute;
}

.boxtype-circle.type02 {
  background: #3c3c32;
}

.boxtype-circle.type02 .boxtype-circle--child {
  background: #282821;
}

.boxtype-circle.type03 {
  background: #ffc83c;
  color: #000;
}

.boxtype-circle.type03 .boxtype-circle--child {
  background: #b98910;
  color: #fff;
}

.boxtype-blue {
  background: #ecf1f4 url("images/bg_blue-map.png") right bottom no-repeat;
}

.boxtype-gray {
  background: #f5f5f5;
}

.boxtype-gray-type02 {
  background: #f5f5f5;
  padding: 1em 1.5em;
  border: #ddd 1px solid;
  border-radius: 5px;
}

.boxtype-backimg {
  overflow: hidden;
  margin-bottom: 30px;
}

@media screen and (min-width: 48em) {
  .boxtype-backimg {
    margin-bottom: 100px;
  }
}

.boxtype-backimg .heading03 {
  font-size: 2rem;
}

@media screen and (min-width: 48em) {
  .boxtype-backimg .heading03 {
    font-size: 3rem;
  }
}

.boxtype-backimg__txt {
  background: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  padding: 20px;
  width: 88%;
}

@media screen and (min-width: 48em) {
  .boxtype-backimg__txt {
    padding: 50px;
    width: 60%;
  }
}

.boxtype-backimg--l {
  background-position: left center !important;
}

.boxtype-backimg--l .boxtype-backimg__txt {
  margin: 80px 0 80px auto;
}

.boxtype-backimg--r {
  background-position: right center !important;
}

.boxtype-backimg--r .boxtype-backimg__txt {
  margin: 80px 0;
}

.annotation {
  border: #0098d9 2px solid;
  padding: 1.3em;
  margin-bottom: 3em;
}

.annotation p:last-child {
  margin-bottom: 0;
}

/* Header */
.site-header {
  position: relative;
}

.site-header__tool {
  align-items: center;
  justify-content: center;
}

@media screen and (min-width: 64.0625em) {
  .site-header__tool {
    height: 105px;
    justify-content: flex-end;
  }
}
.site-header__contact a,
.site-header__mail-magazine a{
  color: #fff;
  display: block;
  margin: 15px 10px 0;
}
.site-header__mail-magazine a{
  background: url("images/icon_mail-w.svg") left bottom 5px no-repeat;
  padding-left:23px;
}

@media screen and (min-width: 64.0625em) {
  .site-header__contact,
  .site-header__mail-magazine {
    font-size: 1.2rem;
    display: block;
    margin-left: 25px;
  }
  .site-header__contact a,
  .site-header__mail-magazine a {
    color: #0098d9;
    margin: 0;
  }
  .site-header__mail-magazine a{
    background: url("images/icon_mail.svg") left bottom 7px no-repeat;
  }
}

.site-title {
  position: absolute;
  background: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  top: 0;
  left: 15px;
  z-index: 100;
  margin: 0;
  transition: 0.2s;
}

@media screen and (min-width: 48em) {
  .site-title {
    top: 32px;
    left: 30px;
  }
}
@media screen and (min-width: 64.0625em) {
  .site-title {
    top: 25px;
  }
}

.site-title__link {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 6px;
  width: 75px;
  height: 75px;
}

@media screen and (min-width: 48em) {
  .site-title__link {
    width: 120px;
    height: 120px;
    left: 30px;
  }
}

.site-title__logo {
  width: 86px;
}

.site-description {
  display: none;
}

@media screen and (min-width: 48em) {
  .site-description {
    background: #000;
    color: #fff;
    display: block;
    font-size: 1rem;
    line-height: 1;
    margin: 0;
    padding: 6px 0 0 30px;
    height: 32px;
  }
}
@media screen and (min-width: 64.0625em) {
  .site-description {
    font-size: 1.1rem;
    height: 25px;
  }
}
.sns {
  line-height: 1;
  text-align: center;
  margin: 10px;
}

@media screen and (min-width: 64.0625em) {
  .sns {
    margin: 0 22px;
  }
}

.sns__bt {
  border-radius: 50%;
  display: inline-block;
  width: 30px;
  height: 30px;
  margin: 0 5px;
}

.sns__bt.instagram {
  background: #0098d9 url("images/icon_insta.svg") center no-repeat;
}

.sns__bt.twitter {
  background: #0098d9 url("images/icon_twitter.svg") center no-repeat;
}

.sns__bt.facebook {
  background: #0098d9 url("images/icon_fb.svg") center no-repeat;
}

.sns__bt-l {
  width: 50px;
  height: 50px;
}

.sns__bt-l.instagram, .sns__bt-l.twitter {
  background-size: 25px;
}

.sns__bt-l.facebook {
  background-size: 15px;
}

.language {
  font-size: 1.2rem;
  text-align: center;
  color: #fff;
  min-width: 100px;
}

.language .bogo-language-switcher {
  display: flex;
  width: 100px;
  margin: 0 auto;
}

.language .bogo-language-switcher li {
  flex: 1;
}

.language .bogo-language-switcher li .bogoflags {
  display: none;
}

.language .bogo-language-switcher li:last-child:before {
  content: "/";
}

.language a {
  color: #fff;
}

@media screen and (min-width: 64.0625em) {
  .language {
    margin-right: 30px;
    color: #000;
  }
  .language a {
    color: #0098d9;
  }
  .language a.current {
    font-weight: bold;
  }
}

.js-drawer {
  display: block;
  width: 28px;
  height: 25px;
  position: absolute;
  top: 20px;
  right: 15px;
  cursor: pointer;
  overflow: hidden;
  z-index: 500;
}

@media screen and (min-width: 48em) {
  .js-drawer {
    width: 34px;
    height: 30px;
    right: 15px;
    top: 40px;
  }
}

@media screen and (min-width: 64.0625em) {
  .js-drawer {
    display: none;
  }
}

.js-drawer .menu1 {
  top: 0;
}

.js-drawer .menu1.menuclick1 {
  top: 10px;
  transform: rotate(45deg);
}

.js-drawer .menu2 {
  top: 10px;
}

@media screen and (min-width: 48em) {
  .js-drawer .menu2 {
    top: 12px;
  }
}

.js-drawer .menu2.menuclick2 {
  background-color: rgba(255, 255, 255, 0);
}

.js-drawer .menu3 {
  top: 20px;
}

@media screen and (min-width: 48em) {
  .js-drawer .menu3 {
    top: 24px;
  }
}

.js-drawer .menu3.menuclick3 {
  top: 10px;
  transform: rotate(-45deg);
}

.js-drawer .menu1, .js-drawer .menu2, .js-drawer .menu3 {
  width: 28px;
  height: 5px;
  background-color: #fff;
  position: absolute;
  transition: all 0.2s ease-out;
}

@media screen and (min-width: 48em) {
  .js-drawer .menu1, .js-drawer .menu2, .js-drawer .menu3 {
    width: 34px;
    height: 6px;
  }
}

.main-navigation {
  background-color: #0098d9;
  top: 0;
  right: -1025px;
  line-height: 1.5;
  opacity: 0;
  overflow-y: auto;
  padding: 80px 20px 10px;
  position: fixed;
  transition: 0.5s;
  height: 100%;
  width: 100%;
  z-index: 100;
}

@media screen and (min-width: 48em) {
  .main-navigation {
    width: 50%;
  }
}

@media screen and (min-width: 64.0625em) {
  .main-navigation {
    background: transparent;
    display: block;
    line-height: 2.3;
    opacity: 1;
    overflow-y: visible;
    padding: 0;
    position: static;
    width: 100%;
  }
}

.main-navigation.active {
  right: 0;
  opacity: 1;
}

.main-navigation .menu-g-navi-container {
  background: #222;
}

.main-navigation .menu {
  font-size: 1.3rem;
}

@media screen and (min-width: 64.0625em) {
  .main-navigation .menu {
    display: flex;
    justify-content: center;
    max-width: 1240px;
    margin: 0 auto;
    padding: 0 20px;
    position: relative;
  }
}

@media screen and (max-width: 64em) {
  .main-navigation .menu > .menu-item {
    background: #0098d9;
  }
}

@media screen and (min-width: 64.0625em) {
  .main-navigation .menu > .menu-item {
    transition: 0.5s;
  }
  .main-navigation .menu > .menu-item.is-active a {
    background: #33b5ec;
  }
}

.main-navigation .menu > .menu-item.current-menu-parent, .main-navigation .menu > .menu-item.current-menu-item {
  background: #0098d9;
}

@media screen and (min-width: 48em) {
  .js-fixed .main-navigation .menu > .menu-item {
    margin: 20px 18px 0 0;
  }
}

@media screen and (min-width: 64.0625em) {
  .js-fixed .main-navigation .menu > .menu-item {
    margin: 20px 18px 0;
  }
}

.main-navigation .menu > .menu-item a {
  border-bottom: #fff 1px solid;
  color: #fff;
  display: block;
  font-weight: bold;
  line-height: 1.4;
  padding: 12px 0;
  position: relative;
  text-decoration: none;
}

@media screen and (min-width: 64.0625em) {
  .main-navigation .menu > .menu-item a {
    background: url("images/bg_gnavi.png") 0 center no-repeat;
    border: none;
    font-weight: normal;
    transition: 0.2s;
    padding: 36px 38px;
  }
  .en-US .main-navigation .menu > .menu-item a {
    padding: 36px 32px;
  }
  .main-navigation .menu > .menu-item a:after {
    color: #fff;
    content: url("images/icon_arrow01.svg");
    bottom: 20px;
    left: 50%;
    font-size: 1rem;
    position: absolute;
  }
  .main-navigation .menu > .menu-item a:hover {
    background: #33b5ec;
  }
}

@media screen and (min-width: 80em) {
  .main-navigation .menu > .menu-item a {
    padding: 36px 50px;
  }
  .en-US .main-navigation .menu > .menu-item a {
    padding: 36px 42px;
  }
}

.main-navigation .menu > .menu-item .sub-menu {
  padding: 0;
  z-index: 10;
}

@media screen and (min-width: 64.0625em) {
  .main-navigation .menu > .menu-item .sub-menu {
    background: #33b5ec;
    display: none;
    min-height: 260px;
    padding: 25px;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
  }
}

@media screen and (min-width: 64.0625em) {
  .main-navigation .menu > .menu-item .sub-menu .menu-item {
    margin-left: 340px;
  }
}

.main-navigation .menu > .menu-item .sub-menu .menu-item a {
  background: none;
  border-bottom: #80cdee 1px dotted;
  font-weight: normal;
  padding-left: 25px;
}

@media screen and (min-width: 64.0625em) {
  .main-navigation .menu > .menu-item .sub-menu .menu-item a {
    border: none;
    padding: 13px 13px 13px 25px;
  }
}

.main-navigation .menu > .menu-item .sub-menu .menu-item a:after {
  color: #fff;
  content: '>';
  top: 13px;
  left: 10px;
  position: absolute;
}

.main-navigation .menu > .menu-item .sub-menu .menu-item a:hover {
  background: #0098d9;
}

@media screen and (min-width: 64.0625em) {
  .main-navigation .menu > .menu-item.bg01 .sub-menu {
    background: #33b5ec url("images/bg_gnavi01.jpg") left 30px center no-repeat;
  }
}

@media screen and (min-width: 64.0625em) {
  .main-navigation .menu > .menu-item.bg02 .sub-menu {
    background: #33b5ec url("images/bg_gnavi02.jpg") left 30px center no-repeat;
  }
}

@media screen and (min-width: 64.0625em) {
  .main-navigation .menu > .menu-item.bg03 .sub-menu {
    background: #33b5ec url("images/bg_gnavi03.jpg") left 30px center no-repeat;
  }
}

@media screen and (min-width: 64.0625em) {
  .main-navigation .menu > .menu-item.bg04 .sub-menu {
    background: #33b5ec url("images/bg_gnavi04.jpg") left 30px center no-repeat;
  }
}

@media screen and (min-width: 64.0625em) {
  .main-navigation .menu > .menu-item.bg05 .sub-menu {
    background: #33b5ec url("images/bg_gnavi05.jpg") left 30px center no-repeat;
  }
}

@media screen and (min-width: 64.0625em) {
  .main-navigation .menu > .menu-item.bg06 .sub-menu {
    background: #33b5ec url("images/bg_gnavi06.jpg") left 30px center no-repeat;
  }
}

@media screen and (min-width: 64.0625em) {
  .main-navigation .menu > .menu-item.bg07 .sub-menu {
    background: #33b5ec url("images/bg_gnavi07.jpg") left 30px center no-repeat;
  }
}

.main-navigation .menu > .menu-item.menu-item-has-children:hover .sub-menu {
  display: block;
}

@media screen and (min-width: 64.0625em) {
  .main-navigation .menu > .menu-item:last-child a {
    background: url("images/bg_gnavi.png") left center no-repeat, url("images/bg_gnavi.png") right center no-repeat;
  }
  .main-navigation .menu > .menu-item:last-child a:hover {
    background: #33b5ec;
  }
}

@media screen and (min-width: 48em) {
  .activities {
    padding-bottom: 130px;
  }
}

@media screen and (min-width: 48em) {
  .page .activities {
    padding-top: 50px;
  }
}

@media screen and (min-width: 48em) {
  .activities .heading02 {
    margin-bottom: 2.4em;
  }
}

.activities .heading03 {
  font-family: 'Roboto Condensed', sans-serif;
  color: #0098d9;
  font-size: 2rem;
  font-weight: 400;
  margin: 0 0 23px;
  padding: 0 0 13px;
  position: relative;
}

@media screen and (min-width: 48em) {
  .activities .heading03 {
    font-size: 3rem;
  }
}

.activities .heading03:before {
  background-color: #0098d9;
  content: '';
  position: absolute;
  bottom: 0;
  display: inline-block;
  width: 30px;
  height: 2px;
  left: 0;
}

.activities .flexbox__two-col {
  background: #fff;
  position: relative;
}

@media screen and (min-width: 48em) {
  .activities .flexbox__two-col {
    margin-bottom: 60px;
  }
}

.activities .flexbox__bg {
  height: 42vw;
  width: 100%;
  transition: 0.2s;
}

@media screen and (min-width: 48em) {
  .activities .flexbox__bg {
    height: 21vw;
  }
}

@media screen and (min-width: 64.0625em) {
  .activities .flexbox__bg {
    height: 195px;
  }
}

.activities .flexbox__bg--bg01 {
  background: url("images/cont04_bg01.jpg") center no-repeat;
  background-size: 100%;
}

.activities .flexbox__bg--bg02 {
  background: url("images/cont04_bg02.jpg") center no-repeat;
  background-size: 100%;
}

.activities .flexbox__bg--bg03 {
  background: url("images/cont04_bg03.jpg") center no-repeat;
  background-size: 100%;
}

.activities .flexbox__bg--bg04 {
  background: url("images/cont04_bg04.jpg") center no-repeat;
  background-size: 100%;
}

.activities .flexbox__bg--bg05 {
  background: url("images/cont04_bg05.jpg") center no-repeat;
  background-size: 100%;
}

.activities .flexbox a:hover .flexbox__bg {
  background-size: 110% !important;
}

.activities .flexbox__txt {
  padding: 15px 20px 0;
  line-height: 2;
}

@media screen and (min-width: 64.0625em) {
  .activities .flexbox__txt {
    padding: 20px 45px 0;
  }
}

.activities .flexbox .bt-type01 {
  font-size: 1.8rem;
  padding: 2px 38px 2px 15px;
  position: absolute;
  top: 48vw;
  right: -5px;
  min-width: 130px;
  text-align: left;
}

@media screen and (min-width: 48em) {
  .activities .flexbox .bt-type01 {
    top: 23vw;
    right: -15px;
    min-width: 160px;
  }
}

@media screen and (min-width: 64.0625em) {
  .activities .flexbox .bt-type01 {
    font-size: 2.4rem;
    top: 210px;
    min-width: 210px;
  }
}

.search-box .search-form {
  line-height: 1;
  position: relative;
  margin: 0 auto;
  max-width: 240px;
}

@media screen and (min-width: 64.0625em) {
  .search-box .search-form {
    margin: 0 0 0 auto;
  }
  .error404 .site-main .search-box .search-form {
    margin: 0 auto 0 0;
  }
}

.search-box .search-field {
  background: #f5f5f5;
  border: none;
  height: 30px;
  width: 100%;
  padding: 0 30px 0 10px;
}

.search-box .search-submit {
  position: absolute;
  background: url("images/icon_loupe.svg") center no-repeat;
  cursor: pointer;
  top: 0;
  right: 0;
  width: 30px;
  height: 30px;
  margin: 0;
}

/* Form */
input[type='text'],
input[type='email'],
input[type='tel'],
input[type='file'],
textarea, select {
  border: 1px solid #ddd;
  letter-spacing: 0.2em;
  width: 100%;
  padding: 1em 1.3em;
}

@media screen and (min-width: 48em) {
  input[type='text'],
  input[type='email'],
  input[type='tel'],
  input[type='file'],
  textarea, select {
    font-size: 1.4rem;
  }
}

.mw_wp_form select {
  appearance: none;
  -webkit-appearance: none;
  background: #f6f6f6 url("images/icon_arrow06.svg") right 20px center no-repeat;
  border-radius: 0;
  position: relative;
}

.mw_wp_form textarea {
  height: 160px;
}

@media screen and (min-width: 48em) {
  .mw_wp_form textarea {
    height: 250px;
  }
}

.mw_wp_form input::placeholder,
.mw_wp_form textarea::placeholder {
  color: #aaa;
}

.mw_wp_form input[type='submit'] {
  background: #fff83a url("images/icon_arrow02.png") right 15px center no-repeat;
  border: none;
  color: #000;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  letter-spacing: 0.2em;
  margin: 0 10px;
  padding: 12px 20px;
  text-align: center;
  transition: 0.2s;
  width: 210px;
}

@media screen and (min-width: 48em) {
  .mw_wp_form input[type='submit'] {
    font-size: 2.4rem;
  }
}

.mw_wp_form input[type='submit']:hover {
  background: #f6ed00 url("images/icon_arrow02.png") right 12px center no-repeat;
  color: #000;
}

.mw_wp_form input[type='submit'].back {
  background: #fff83a url("images/icon_arrow05.png") left 15px center no-repeat;
}

.mw_wp_form input[type='submit'].back:hover {
  background: #f6ed00 url("images/icon_arrow05.png") left 12px center no-repeat;
}

.mw_wp_form .require {
  color: #b70000;
  font-size: 1rem;
  margin-left: 5px;
}

/* Slide */
@media screen and (max-width: 47.9375em) {
  .js-sp-slide01 {
    position: relative;
    padding: 22px 25px 0;
  }
  .js-sp-slide01 .slick-prev,
  .js-sp-slide01 .slick-next {
    border-radius: 0;
    top: 33vw;
  }
  .js-sp-slide01 .slick-prev:before,
  .js-sp-slide01 .slick-next:before {
    display: none;
  }
  .js-sp-slide01__arrow02 .slick-prev,
  .js-sp-slide01__arrow02 .slick-next {
    top: 67vw;
  }
  .js-sp-slide01__arrow03 .slick-prev,
  .js-sp-slide01__arrow03 .slick-next {
    top: 36vw;
  }
  .js-sp-slide01 .slick-prev {
    background: #000 url(images/common/icon_arrow05.svg) center no-repeat;
    background-size: 12px;
    left: -10px;
  }
  .js-sp-slide01 .slick-next {
    background: #000 url(images/common/icon_arrow07.svg) center no-repeat;
    background-size: 12px;
    right: -10px;
  }
  .js-sp-slide01 .slick-prev:hover, .js-sp-slide01 .slick-prev:focus {
    background: #000 url(images/common/icon_arrow05.svg) center no-repeat;
  }
  .js-sp-slide01 .slick-next:hover, .js-sp-slide01 .slick-next:focus {
    background: #000 url(images/common/icon_arrow07.svg) center no-repeat;
  }
  .js-sp-slide01 .slick-dots {
    bottom: auto;
    top: 0;
    left: 0;
    right: 0;
  }
  .js-sp-slide01 .slick-dots li {
    height: 10px;
    width: 10px;
  }
  .js-sp-slide01 .slick-dots li button {
    height: 100%;
    width: 100%;
  }
  .js-sp-slide01 .slick-dots li button:before {
    background: #fff;
    border: #c9b9ac 1px solid;
    content: "";
    font-size: 1.2rem;
    line-height: 1px;
    opacity: 1;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
  }
  .js-sp-slide01 .slick-dots li.slick-active button:before {
    background: #0098d9;
    opacity: 1;
  }
  .js-sp-slide01.slick-dotted.slick-slider {
    margin-bottom: 0;
  }
}

.wp-pagenavi {
  width: 100%;
  text-align: center;
  margin: 45px 0;
}

.wp-pagenavi .page-numbers,
.wp-pagenavi .page,
.wp-pagenavi .previouspostslink,
.wp-pagenavi .nextpostslink,
.wp-pagenavi .first,
.wp-pagenavi .last {
  border: none;
  vertical-align: middle;
  display: inline-block;
  margin: 0 10px 5px;
  font-size: 1.4rem;
}

@media screen and (min-width: 48em) {
  .wp-pagenavi .page-numbers,
  .wp-pagenavi .page,
  .wp-pagenavi .previouspostslink,
  .wp-pagenavi .nextpostslink,
  .wp-pagenavi .first,
  .wp-pagenavi .last {
    font-size: 1.6rem;
  }
}

.wp-pagenavi .previouspostslink {
  background: #fff83a url("images/icon_arrow05.png") center no-repeat;
  padding: 8px 18px;
}

.wp-pagenavi .previouspostslink:hover {
  background: #f6ed00 url("images/icon_arrow05.png") center no-repeat;
}

.wp-pagenavi .nextpostslink {
  background: #fff83a url("images/icon_arrow02.png") center no-repeat;
  padding: 8px 18px;
}

.wp-pagenavi .nextpostslink:hover {
  background: #f6ed00 url("images/icon_arrow02.png") center no-repeat;
}

.wp-pagenavi a:hover, .wp-pagenavi .current {
  border: none;
  color: #0098d9;
  display: inline-block;
  font-size: 1.4rem;
  margin: 0 10px 5px;
  vertical-align: middle;
}

@media screen and (min-width: 48em) {
  .wp-pagenavi a:hover, .wp-pagenavi .current {
    font-size: 1.6rem;
  }
}

.wp-pagenavi a, .wp-pagenavi span {
  border: none;
}

/* Footer */
.site-footer {
  background: #0098d9;
  color: #fff;
  text-align: center;
  padding: 30px 15px 5px;
}

@media screen and (min-width: 48em) {
  .site-footer {
    padding: 50px 15px 25px;
  }
}

.site-footer .cont {
  padding: 0;
  position: relative;
}

@media screen and (min-width: 48em) {
  .site-footer .cont .heading03 {
    left: 0;
    top: 0;
    position: absolute;
  }
}

.site-footer .menu {
  text-align: left;
  margin-bottom: 20px;
}

@media screen and (min-width: 48em) {
  .site-footer .menu {
    display: flex;
    margin-left: 150px;
  }
}

@media screen and (min-width: 48em) {
  .site-footer .menu > .menu-item {
    flex: 1;
    padding: 0 10px;
  }
}

.site-footer .menu .sub-menu {
  margin-bottom: 15px;
}

@media screen and (min-width: 48em) {
  .site-footer .menu .sub-menu {
    margin-bottom: 0;
  }
}

.site-footer .menu .sub-menu a {
  display: block;
  font-weight: normal;
  font-size: 1.3rem;
  padding-left: 12px;
  position: relative;
}

.site-footer .menu .sub-menu a:after {
  color: #fff;
  content: '>';
  font-size: 1rem;
  top: 10px;
  left: 0;
  position: absolute;
}

.site-footer a {
  color: #fff;
  display: inline-block;
  font-weight: bold;
  font-size: 1.4rem;
  padding-top: 8px;
}

.site-footer__navi {
  padding: 5px 0 35px;
}

@media screen and (max-width: 47.9375em) {
  .site-footer__navi {
    line-height: 2.4;
  }
}

.site-footer .copylight {
  color: #000;
  font-size: 1.2rem;
}

/* WordPress Core */
.alignnone {
  display: block;
  margin: 0 auto 20px;
}

@media screen and (min-width: 48em) {
  .alignnone {
    margin: 0 0 20px;
  }
}

.aligncenter, div.aligncenter {
  display: block;
  margin: 0 auto 5px auto;
  text-align: center;
}

.alignright {
  display: block;
  margin: 0 auto 20px;
}

@media screen and (min-width: 48em) {
  .alignright {
    float: right;
    margin: 0 0 20px 20px;
  }
}

.alignleft {
  display: block;
  margin: 0 auto 20px;
}

@media screen and (min-width: 48em) {
  .alignleft {
    float: left;
    margin: 0 20px 20px 0;
  }
}

a img.alignright {
  display: block;
  margin: 0 auto 20px;
}

@media screen and (min-width: 48em) {
  a img.alignright {
    float: right;
    margin: 0 0 20px 20px;
  }
}

a img.alignnone {
  display: block;
  margin: 0 auto 20px 0;
}

a img.alignleft {
  display: block;
  margin: 0 auto 20px;
}

@media screen and (min-width: 48em) {
  a img.alignleft {
    float: left;
    margin: 0 20px 20px 0;
  }
}

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption {
  width: auto !important;
  max-width: 96%;
  padding: 5px 3px 10px;
}

.wp-caption.alignnone, .wp-caption.alignleft {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
  margin: 5px 0 20px 20px;
}

.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto;
}

.wp-caption p.wp-caption-text {
  font-size: 85%;
  margin: 0;
}

.txt-r {
  text-align: right;
}

.txt-c {
  text-align: center;
}

.txt-l {
  text-align: left;
}

.fig-c {
  display: inline-block;
  margin: 0 auto;
}

@media screen and (max-width: 47.9375em) {
  .pc {
    display: none;
  }
}

@media screen and (min-width: 48em) {
  .sp {
    display: none;
  }
}

@media screen and (max-width: 47.9375em) {
  .sp-txt-r {
    text-align: right;
  }
}

@media screen and (max-width: 47.9375em) {
  .sp-txt-c {
    text-align: center;
  }
}

@media screen and (max-width: 47.9375em) {
  .sp-txt-l {
    text-align: left;
  }
}

/* Home */
.home {
  font-size: 1.4rem;
}

@media screen and (min-width: 48em) {
  .home {
    font-size: 1.6rem;
  }
}

.mainvisual {
  background: url("images/mainvisual.jpg") right 0 no-repeat;
  background-size: contain;
  position: relative;
  text-align: center;
}

@media screen and (min-width: 64.0625em) {
  .mainvisual {
    height: 510px;
    text-align: left;
  }
}

.mainvisual .cont {
  padding: 15px 20px 0;
}

.mainvisual__copy {
  background: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  display: inline-block;
  margin: 35vw auto 0;
  padding: 40px 20px 30px;
  position: relative;
  text-align: center;
}

@media screen and (min-width: 48em) {
  .mainvisual__copy {
    margin: 35vw auto 30px;
  }
}

@media screen and (min-width: 64.0625em) {
  .mainvisual__copy {
    margin: 11em 0 0;
    padding: 42px 30px 50px;
    width: 600px;
  }
}

.mainvisual__copy--txt {
  line-height: 1.5;
  margin: 0;
}

.mainvisual__logo {
  position: absolute;
  top: -35px;
  left: -8px;
  width: 100px;
}

@media screen and (min-width: 64.0625em) {
  .mainvisual__logo {
    top: -150px;
    width: auto;
  }
}

.mainvisual__title {
  font-size: 1.8rem;
  margin-bottom: 0.5em;
}

@media screen and (min-width: 48em) {
  .mainvisual__title {
    font-size: 2.8rem;
    line-height: 1.4;
  }
}

.mainvisual__title--blue {
  color: #0098d9;
}

.cont01 {
  overflow: hidden;
  background: url("images/cont01_img02.png") center top 16% no-repeat, url("images/cont01_img01.png") center bottom no-repeat;
  background-size: 320px;
  position: relative;
}

@media screen and (min-width: 48em) {
  .cont01 {
    background: url("images/cont01_img02.png") right 50vw bottom no-repeat, url("images/cont01_img01.png") left 52vw bottom no-repeat;
    background-size: 360px;
  }
}

@media screen and (min-width: 64.0625em) {
  .cont01 {
    background-size: auto;
  }
}

.cont01:before {
  background: #f6f6f6;
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

@media screen and (min-width: 48em) {
  .cont01:before {
    top: 0;
    left: 50%;
    width: 50%;
  }
}

@media screen and (min-width: 48em) {
  .cont01 .flexbox__two-col {
    padding-left: 25px;
  }
}

@media screen and (min-width: 48em) {
  .cont01 .flexbox__two-col:first-child {
    padding-left: 40px;
  }
}

.cont01__txt {
  line-height: 2.1;
}

.cont01__bg01 {
  padding-bottom: 100px;
}

@media screen and (min-width: 48em) {
  .cont01__bg01 {
    padding-bottom: 190px;
  }
}

.cont01__bg02 {
  padding: 30px 0 100px;
}

@media screen and (min-width: 48em) {
  .cont01__bg02 {
    padding: 0 0 190px;
  }
}

.cont02 {
  background: url("images/cont02_bg01.jpg") center no-repeat;
  background-size: cover;
  color: #fff;
}

.cont02__bg {
  background: linear-gradient(-45deg, transparent 30%, rgba(0, 0, 0, 0.5) 30%, rgba(0, 0, 0, 0.5) 50%, transparent 50%, transparent 80%, rgba(0, 0, 0, 0.5) 80%, rgba(0, 0, 0, 0.5));
  background-size: 8px 8px;
}

@media screen and (min-width: 48em) {
  .cont02 .cont {
    max-width: 840px;
    padding-bottom: 50px;
  }
}

@media screen and (min-width: 48em) {
  .cont02 .cont .flexbox {
    padding: 0 50px 0 20px;
  }
}

@media screen and (min-width: 64.0625em) {
  .cont02 .cont .flexbox {
    padding: 0;
  }
}

.cont02 .heading02 {
  color: #fff;
  margin-bottom: 2.7em;
}

.cont02 .heading02__txt-en {
  color: #fff;
}

.cont02 .heading02__txt-en:before {
  background: #fff;
}

.cont02__txt {
  font-family: 'Roboto', sans-serif;
  font-size: 2rem;
  margin: 0 0 20px;
}

@media screen and (min-width: 48em) {
  .cont02__txt {
    font-size: 3rem;
    margin: 0;
  }
}

@media screen and (min-width: 64.0625em) {
  .cont02__txt {
    font-size: 4rem;
  }
}

.cont02__txt small {
  font-size: 1.6rem;
}

@media screen and (min-width: 48em) {
  .cont02__txt small {
    font-size: 3rem;
  }
}

.cont02 small {
  font-size: 1.4rem;
}

.cont.cont03 {
  max-width: 1410px;
}

@media screen and (min-width: 48em) {
  .cont.cont03 {
    padding-bottom: 115px;
  }
}

.cont.cont03 .slide .slick-slide {
  margin: 0 20px;
}

.cont.cont03 .slide__link .heading03 {
  font-size: 1.6rem;
  height: 66px;
  overflow: hidden;
  transition: 0.2s;
}

@media screen and (min-width: 48em) {
  .cont.cont03 .slide__link .heading03 {
    font-size: 2rem;
    height: 85px;
  }
}

.cont.cont03 .slide__link .slide__img {
  background: #f5f5f5;
  opacity: 1;
  transition: 0.2s;
}

.cont.cont03 .slide__link .slide__img img {
  display: block;
  max-height: 100px;
  max-height: 195px;
  margin: 0 auto;
}

.cont.cont03 .slide__link:hover .heading03 {
  color: #0098d9;
}

.cont.cont03 .slide__link:hover .slide__img {
  opacity: 0.8;
}

.cont.cont03 .slide .slide-arrow {
  cursor: pointer;
  position: absolute;
  bottom: 23vw;
  z-index: 10;
  filter: drop-shadow(0 0 2px rgba(0, 0, 0, 0.4));
}

@media screen and (min-width: 48em) {
  .cont.cont03 .slide .slide-arrow {
    filter: drop-shadow(0 0 5px rgba(0, 0, 0, 0.2));
    bottom: 30%;
  }
}

@media screen and (min-width: 64.0625em) {
  .cont.cont03 .slide .slide-arrow {
    bottom: 28%;
  }
}

.cont.cont03 .slide .prev-arrow {
  left: 0;
  width: 10px;
}

@media screen and (min-width: 48em) {
  .cont.cont03 .slide .prev-arrow {
    left: 10px;
    width: 20px;
  }
}

@media screen and (min-width: 64.0625em) {
  .cont.cont03 .slide .prev-arrow {
    left: 30px;
    width: auto;
  }
}

.cont.cont03 .slide .next-arrow {
  right: 0;
  width: 10px;
}

@media screen and (min-width: 48em) {
  .cont.cont03 .slide .next-arrow {
    right: 10px;
    width: 20px;
  }
}

@media screen and (min-width: 64.0625em) {
  .cont.cont03 .slide .next-arrow {
    right: 30px;
    width: auto;
  }
}

@media screen and (min-width: 48em) {
  .cont.bnr {
    padding-top: 2.8em;
  }
}

.breadcrumb {
  font-size: 1.2rem;
  margin-bottom: 3em;
}

.breadcrumb__item {
  padding-right: 25px;
  position: relative;
}

.breadcrumb__item:after {
  content: ">";
  font-size: 1rem;
  position: absolute;
  top: 0;
  right: 10px;
}

.page-bottom-menu {
  margin-top: 5em;
  justify-content: center;
}

.page-parent .page-bottom-menu {
  display: none;
}

.page-bottom-menu .menu-item a {
  background: #7dcef0;
  color: #fff;
  display: block;
  margin: 0 5px 10px;
  padding: 12px 15px;
}

.page-bottom-menu .menu-item a:hover {
  background: #0098d9;
}

.page-bottom-menu .menu-item.current_page_item > a {
  background: #0098d9;
}

.page-bottom-cat {
  background: #eee;
  padding: 2em 20px;
  text-align: center;
}

@media screen and (min-width: 48em) {
  .page-bottom-cat {
    padding: 3em 20px;
  }
}

.page-bottom-cat a {
  border-left: #0098d9 1px solid;
  font-weight: bold;
  padding: 3px 10px;
}

@media screen and (min-width: 48em) {
  .page-bottom-cat a {
    font-size: 1.6rem;
    padding: 3px 30px;
  }
}

.page-bottom-cat a:first-child {
  border: none;
}

.title {
  background: #0098d9 url("images/title_bg01.jpg") center no-repeat;
  background-size: cover;
  text-align: center;
  padding: 85px 15px 15px;
}

@media screen and (min-width: 48em) {
  .title {
    padding: 50px 15px;
  }
}

.title__bg--domestic-activities {
  background: #0098d9 url("images/title_bg02.jpg") center no-repeat;
  background-size: cover;
}

.title__bg--map-and-data {
  background: #0098d9 url("images/title_bg03.png") center no-repeat;
  background-size: cover;
}

.title__bg--the-problem {
  background: #0098d9 url("images/title_bg04.jpg") center no-repeat;
  background-size: cover;
}

.title__bg--news {
  background: #0098d9 url("images/title_bg07.jpg") center no-repeat;
  background-size: cover;
}

.title__bg--action {
  background: #0098d9 url("images/title_bg06.jpg") center no-repeat;
  background-size: cover;
}

.title__bg--about {
  background: #0098d9 url("images/title_bg05.jpg") center no-repeat;
  background-size: cover;
}

.title__bg--local-activities {
  background: #0098d9 url("images/title_bg08.jpg") center no-repeat;
  background-size: cover;
}

.tag-list {
  margin-bottom: 8px;
}

.tag-list a {
  background: url("images/bg_tag.png") right center no-repeat;
  color: #fff;
  display: inline-block;
  font-size: 1rem;
  font-weight: bold;
  height: 20px;
  line-height: 20px;
  margin: 0 5px 2px 0;
  position: relative;
  padding: 0 20px 0 8px;
}

.tag-list a:hover {
  color: #fff;
}

.pickup__img {
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 1em;
  padding: 10px;
  height: 120px;
  width: 120px;
}

@media screen and (min-width: 64.0625em) {
  .pickup__img {
    margin-right: 2.2em;
    padding: 20px;
    height: 285px;
    width: 285px;
  }
}

.pickup__img img {
  display: block;
  max-height: 100px;
}

@media screen and (min-width: 64.0625em) {
  .pickup__img img {
    max-height: 245px;
  }
}

.pickup__excerpt {
  color: #0098d9;
  font-size: 1.1rem;
  margin: 0;
}

.pickup__excerpt + .pickup__txt {
  margin-top: 1em;
}

@media screen and (min-width: 64.0625em) {
  .pickup__excerpt + .pickup__txt {
    margin-top: 2.2em;
  }
}

.map .cont .cont {
  padding-top: 0;
  padding-bottom: 0;
}

/* タブ */
.tab_wrap {
  /* マップ＆データ */
}

.tab_wrap input[type="radio"] {
  display: none;
}

.tab_wrap .tab_area {
  border-bottom: #ddd 1px solid;
  font-size: 0;
  text-align: center;
}

@media screen and (min-width: 48em) {
  .tab_wrap .tab_area {
    margin-bottom: 30px;
  }
}

.tab_wrap .tab_area label {
  background: #fff83a;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  font-size: 1.1rem;
  line-height: 1;
  padding: 20px 0;
  position: relative;
  text-align: center;
  margin: 2px 1px 0;
  transition: .2s;
  width: 32%;
}

@media screen and (max-width: 47.9375em) {
  .tab_wrap .tab_area label {
    width: 48%;
  }
}

@media screen and (min-width: 48em) {
  .tab_wrap .tab_area label {
    font-size: 1.6rem;
    margin: 0 5px;
    width: 152px;
  }
  .map .tab_wrap .tab_area label {
    margin: 0 12px;
  }
}

@media screen and (min-width: 64.0625em) {
  .tab_wrap .tab_area label {
    margin: 0 8px;
    width: 195px;
  }
  .map .tab_wrap .tab_area label {
    font-size: 1.8rem;
  }
}

.tab_wrap .tab_area label:hover {
  background: #f5f5f5;
}

.map .tab_wrap .tab_area label.tab3_label {
  background-image: linear-gradient(-45deg, #0098d9 15%, #85c9ee 50%, #0098d9);
  color: #fff;
  transition: 0.2s;
}

.map .tab_wrap .tab_area label.tab3_label:hover {
  background-image: linear-gradient(-45deg, #0098d9, #0098d9);
}

.en-US .map .tab_wrap .tab_area label.tab3_label {
  font-size: 1.2rem;
}

@media screen and (min-width: 48em) {
  .en-US .map .tab_wrap .tab_area label.tab3_label {
    font-size: 1.6rem;
  }
}

.tab_wrap .tab_area label span {
  color: #000;
  position: absolute;
  top: -8px;
  left: 0;
  right: 0;
  text-shadow: 1px 1px 0 #fff;
}

.tab_wrap .tab_panel {
  position: relative;
  visibility: hidden;
  height: 0;
  opacity: 0;
}

.tab_wrap .tab_panel .txt-c {
  background: #fff;
  margin: 0;
  padding: 2em 0;
}

@media screen and (min-width: 48em) {
  .tab_wrap .tab_panel .txt-c {
    padding: 3em 0;
  }
}

@media screen and (min-width: 64.0625em) {
  .tab_wrap .tab_panel .txt-c {
    padding: 3.8em 0;
  }
}

.tab_wrap .tab_panel .panel-item {
  border-bottom: #ddd 1px solid;
  padding: 20px 15px;
}

@media screen and (min-width: 48em) {
  .tab_wrap .tab_panel .panel-item {
    padding: 45px;
  }
}

.tab_wrap .tab_panel .panel-item:nth-child(even) {
  background: #fafafa;
}

.tab_wrap .tab_panel .panel-item__img {
  background: #fff;
  border: #000 1px solid;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 1em;
  padding: 10px;
  height: 120px;
  width: 120px;
}

@media screen and (min-width: 64.0625em) {
  .tab_wrap .tab_panel .panel-item__img {
    margin-right: 3.5em;
    padding: 20px;
    height: 240px;
    width: 240px;
  }
}

.tab_wrap .tab_panel .panel-item__img img {
  display: block;
  max-height: 100px;
}

@media screen and (min-width: 64.0625em) {
  .tab_wrap .tab_panel .panel-item__img img {
    max-height: 200px;
  }
}

.tab_wrap .tab_panel .panel-item p {
  margin: 0;
}

.tab_wrap .tab_panel .panel-item p a {
  color: #0098d9;
}

.map .tab_wrap .tab_area {
  border: none;
  text-align: left;
  margin: 0 auto;
  max-width: 1240px;
  padding: 0 2%;
  display: flex;
}

@media screen and (min-width: 48em) {
  .map .tab_wrap .tab_area {
    padding: 0 20px;
  }
}

@media screen and (max-width: 47.9375em) {
  .map .tab_wrap .tab_area a {
    width: 21%;
    margin-right: 2px;
  }
  .map .tab_wrap .tab_area a .tab4_label {
    width: 100% !important;
  }
}

.map .tab_wrap .tab_area label {
  border-radius: 5px 5px 0 0;
  border-bottom: #ddd 1px solid;
  height: 52px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 5px;
}

@media screen and (max-width: 47.9375em) {
  .map .tab_wrap .tab_area label {
    width: 21%;
  }
  .map .tab_wrap .tab_area label:last-child {
    width: 35%;
  }
}

@media screen and (min-width: 48em) {
  .map .tab_wrap .tab_area label {
    height: 60px;
  }
}

.map .tab_wrap .panel_area {
  border-top: #ddd 1px solid;
  margin-top: -1px;
}

.map .tab_wrap .panel_area .cont .txt-c {
  background: transparent;
  padding: 0;
}

.tab_wrap-data input[type="radio"] {
  display: none;
}

.tab_wrap-data .tab_area-data {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 0;
  text-align: center;
  max-width: 915px;
  padding: 20px 10px 0;
}

@media screen and (min-width: 48em) {
  .tab_wrap-data .tab_area-data {
    margin: 0 auto;
    padding: 45px 0 20px;
  }
}

.tab_wrap-data .tab_area-data label {
  cursor: pointer;
  font-size: 1.1rem;
  height: 100%;
  line-height: 1.6;
  padding: 5px;
  transition: .2s;
  width: 33%;
}

@media screen and (min-width: 48em) {
  .tab_wrap-data .tab_area-data label {
    font-size: 1.5rem;
    padding: 5px 20px;
  }
}

@media screen and (min-width: 64.0625em) {
  .tab_wrap-data .tab_area-data label {
    font-size: 1.8rem;
  }
}

.tab_wrap-data .tab_area-data label:first-child, .tab_wrap-data .tab_area-data label:last-child {
  border-left: #000 1px solid;
  border-right: #000 1px solid;
}

.tab_wrap-data .tab_panel-data {
  font-size: 1.6rem;
  height: 0;
  opacity: 0;
  position: relative;
  visibility: hidden;
}

.tab_wrap-data .tab_panel-data .bt-type01 {
  font-size: 1.6rem;
  margin: 3em 0;
}

.tab_wrap-data .tab_panel-data p {
  text-align: center;
}

.tab_wrap-data .tab_panel-data canvas {
  margin: 0 auto 30px;
  transform: scale(0.5);
  margin-left: -46%;
}

@media screen and (min-width: 22.5em) {
  .tab_wrap-data .tab_panel-data canvas {
    transform: scale(0.6);
    margin-left: -32%;
  }
}

@media screen and (min-width: 400px) {
  .tab_wrap-data .tab_panel-data canvas {
    transform: scale(0.7);
    margin-left: -25%;
  }
}

@media screen and (min-width: 48em) {
  .tab_wrap-data .tab_panel-data canvas {
    transform: scale(1);
    margin-left: auto;
  }
}

#tab1:checked ~ .tab_area .tab1_label,
#tab2:checked ~ .tab_area .tab2_label,
#tab3:checked ~ .tab_area .tab3_label,
#tab4:checked ~ .tab_area .tab4_label,
#tab5:checked ~ .tab_area .tab5_label {
  background: #f5f5f5;
}

.map #tab1:checked ~ .tab_area .tab1_label, .map
#tab2:checked ~ .tab_area .tab2_label, .map
#tab3:checked ~ .tab_area .tab3_label, .map
#tab4:checked ~ .tab_area .tab4_label, .map
#tab5:checked ~ .tab_area .tab5_label {
  border-top: #ddd 1px solid;
  border-left: #ddd 1px solid;
  border-right: #ddd 1px solid;
  border-bottom: #f5f5f5 1px solid;
}

.map #tab3:checked ~ .tab_area .tab3_label {
  background-image: linear-gradient(-45deg, #0098d9, #0098d9);
}

#tab-data1:checked ~ .tab_area-data .tab-data1_label,
#tab-data2:checked ~ .tab_area-data .tab-data2_label,
#tab-data3:checked ~ .tab_area-data .tab-data3_label {
  color: #0098d9;
  font-weight: bold;
}

#tab1:checked ~ .panel_area #panel1,
#tab2:checked ~ .panel_area #panel2,
#tab3:checked ~ .panel_area #panel3,
#tab4:checked ~ .panel_area #panel4,
#tab5:checked ~ .panel_area #panel5,
#tab-data1:checked ~ .panel_area-data #panel-data1,
#tab-data2:checked ~ .panel_area-data #panel-data2,
#tab-data3:checked ~ .panel_area-data #panel-data3 {
  visibility: visible;
  width: 100%;
  height: auto;
  opacity: 1;
}

.map #tab1:checked ~ .panel_area #panel1,
.map #tab2:checked ~ .panel_area #panel2 {
  background: #fafafa url("images/bg_map.jpg") center bottom no-repeat;
  background-size: cover;
}

.map #tab3:checked ~ .panel_area #panel3 {
  background: #fafafa;
}

.notes {
  bottom: 38px;
  font-size: 12px;
  position: absolute;
  right: 15px;
}

@media screen and (min-width: 48em) {
  .notes {
    font-size: 16px;
    bottom: 60px;
    right: 20px;
  }
}

.notes li {
  padding-left: 35px;
  position: relative;
}

@media screen and (min-width: 48em) {
  .notes li {
    padding-left: 70px;
  }
}

.notes li:before {
  border: #fff 3px solid;
  border-radius: 50%;
  background: #7f878f;
  content: "";
  position: absolute;
}

.notes li.size-l {
  height: 30px;
}

@media screen and (min-width: 48em) {
  .notes li.size-l {
    height: 60px;
  }
}

.notes li.size-l:before {
  top: -6px;
  left: 0;
  height: 30px;
  width: 30px;
}

@media screen and (min-width: 48em) {
  .notes li.size-l:before {
    top: -18px;
    height: 62px;
    width: 62px;
  }
}

.notes li.size-m {
  height: 25px;
}

@media screen and (min-width: 48em) {
  .notes li.size-m {
    height: 40px;
  }
}

.notes li.size-m:before {
  top: 0;
  left: 5px;
  height: 20px;
  width: 20px;
}

@media screen and (min-width: 48em) {
  .notes li.size-m:before {
    top: -8px;
    left: 10px;
    height: 42px;
    width: 42px;
  }
}

.notes li.size-s {
  height: 12px;
}

@media screen and (min-width: 48em) {
  .notes li.size-s {
    height: 25px;
  }
}

.notes li.size-s:before {
  top: 3px;
  left: 8px;
  height: 15px;
  width: 15px;
}

@media screen and (min-width: 48em) {
  .notes li.size-s:before {
    top: 5px;
    left: 20px;
    height: 22px;
    width: 22px;
  }
}

/* ニュース */
.news .flexbox__four-col {
  position: relative;
  margin-bottom: 2em;
}

.news__img {
  background: #f5f5f5;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 0.5em;
  height: 100px;
  width: 100%;
}

@media screen and (min-width: 48em) {
  .news__img {
    height: 130px;
  }
}

@media screen and (min-width: 64.0625em) {
  .news__img {
    height: 195px;
    width: 270px;
  }
}

.news__img img {
  display: block;
  max-height: 100px;
  margin: 0 auto;
}

@media screen and (min-width: 48em) {
  .news__img img {
    max-height: 130px;
  }
}

@media screen and (min-width: 64.0625em) {
  .news__img img {
    max-height: 195px;
  }
}

.single-sns {
  margin-top: 5em;
  line-height: 1;
}

.single-sns li:last-child {
  margin-left: 8px;
}

/* 検索結果 */
.search .panel-item {
  border-bottom: #ddd 1px solid;
  padding: 20px 15px;
}

@media screen and (min-width: 48em) {
  .search .panel-item {
    padding: 25px;
  }
}

.search .panel-item:nth-child(even) {
  background: #fafafa;
}

.search .panel-item__img {
  background: #fff;
  border: #000 1px solid;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 1em;
  padding: 10px;
  height: 120px;
  width: 120px;
}

@media screen and (min-width: 64.0625em) {
  .search .panel-item__img {
    margin-right: 2.5em;
    padding: 20px;
    height: 180px;
    width: 180px;
  }
}

.search .panel-item__img img {
  display: block;
  max-height: 100px;
}

@media screen and (min-width: 64.0625em) {
  .search .panel-item__img img {
    max-height: 160px;
  }
}

.search .panel-item p {
  margin: 0;
}

/*--------------------------------------------------------------
# Slick
--------------------------------------------------------------*/
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}

[dir="rtl"] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* Slider */
.slick-loading .slick-list {
  background: #fff url("./ajax-loader.gif") center center no-repeat;
}

/* Icons */
@font-face {
  font-family: "slick";
  src: url("./fonts/slick.eot");
  src: url("./fonts/slick.eot?#iefix") format("embedded-opentype"), url("./fonts/slick.woff") format("woff"), url("./fonts/slick.ttf") format("truetype"), url("./fonts/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal;
}

/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}

.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}

.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}

.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}

[dir="rtl"] .slick-prev {
  left: auto;
  right: -25px;
}

.slick-prev:before {
  content: "←";
}

[dir="rtl"] .slick-prev:before {
  content: "→";
}

.slick-next {
  right: -25px;
}

[dir="rtl"] .slick-next {
  left: -25px;
  right: auto;
}

.slick-next:before {
  content: "→";
}

[dir="rtl"] .slick-next:before {
  content: "←";
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}

.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}

.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}

.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}

.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.75;
}
