/*///////////////////////////////////////////////////////////// BOTTOM COMMON */
/* reset
--------------------------------------------------*/
/* line 13, ../scss/common.scss */
html, body, h1, h2, h3, h4, ul, ol, dl, li, dt, dd, p, div, span, img, svg, a, table, tr, th, td, figure {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

/* line 24, ../scss/common.scss */
body {
  line-height: 1;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

/* line 30, ../scss/common.scss */
article, header, footer, aside, figure, figcaption, nav, section {
  display: block; }

/* line 34, ../scss/common.scss */
ol, ul, li {
  list-style: none; }

/* line 42, ../scss/common.scss */
* {
  margin: 0;
  padding: 0; }

/* line 46, ../scss/common.scss */
html, body {
  height: 100%; }

/* line 49, ../scss/common.scss */
body {
  color: #333;
  line-height: 1.8em;
  font-size: 16px;
  font-family: "Helvetica Neue",Arial,"Hiragino Kaku Gothic ProN","Hiragino Sans",Meiryo,sans-serif;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: none;
  -webkit-font-smoothing: antialiased;
  -webkit-font-smoothing: subpixel-antialiased; }

/* line 62, ../scss/common.scss */
::selection {
  background: #6BD29C;
  color: #fff; }

/* line 63, ../scss/common.scss */
::-moz-selection {
  background: #6BD29C;
  color: #fff; }

/* line 65, ../scss/common.scss */
img::selection {
  background: #D066E9;
  color: #fff; }

/* line 66, ../scss/common.scss */
img::-moz-selection {
  background: #D066E9;
  color: #fff; }

/* line 68, ../scss/common.scss */
img {
  border-width: 0; }

/* line 71, ../scss/common.scss */
img.heightAuto {
  height: auto; }

/* line 74, ../scss/common.scss */
object, embed {
  vertical-align: bottom; }

/* line 77, ../scss/common.scss */
ul, ul li {
  list-style: none; }

/*///////////////////////////////////////////////////////////// ANCHOR */
/* line 84, ../scss/common.scss */
a {
  color: #333;
  text-decoration: none; }

/* line 88, ../scss/common.scss */
a:hover {
  color: #666;
  text-decoration: none; }

/* line 92, ../scss/common.scss */
img, a img {
  margin: 0;
  padding: 0;
  border: 0;
  border-style: none;
  text-decoration: none;
  vertical-align: top; }

/* line 110, ../scss/mixing.scss */
.separate-box:after {
  content: ".";
  height: 0;
  display: block;
  clear: both;
  visibility: hidden; }

/* line 107, ../scss/common.scss */
.left-box {
  float: left; }

/* line 110, ../scss/common.scss */
.right-box {
  float: right; }

/* line 113, ../scss/common.scss */
.clear {
  clear: both; }

/*///////////////////////////////////////////////////////////// HEADER */
/*///////////////////////////////////////////////////////////// NAVIGATION */
/* line 122, ../scss/common.scss */
.navbar-default {
  width: 100%;
  position: relative; }

/* line 128, ../scss/common.scss */
.navbar-static {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  margin-top: 20px; }

/* line 136, ../scss/common.scss */
.navbar-static .navbar-checkbox:checked ~ .navbar-menu {
  position: absolute;
  z-index: 1; }

/* line 141, ../scss/common.scss */
.navbar-fixed {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  background-color: #fff;
  padding: 20px; }

@media screen and (max-width: 768px) {
  /* line 154, ../scss/common.scss */
  .navbar-fixed {
    padding: 00px 0; } }
/* line 160, ../scss/common.scss */
.navbar-fixed-bottom {
  width: 100%;
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 1000;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24); }

/* line 168, ../scss/common.scss */
.navbar-hamburger span, .navbar-hamburger span::before, .navbar-hamburger span::after {
  display: block;
  height: 2px;
  width: 26px;
  transition: 0.4s ease; }

/* line 174, ../scss/common.scss */
.navbar-checkbox:checked ~ .navbar-menu li .navbar-hamburger span {
  background-color: transparent; }

/* line 176, ../scss/common.scss */
.navbar-checkbox:checked ~ .navbar-menu li .navbar-hamburger span::before, .navbar-checkbox:checked ~ .navbar-menu li .navbar-hamburger span::after {
  margin-top: 0; }

/* line 179, ../scss/common.scss */
.navbar-header {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  height: 58px; }

/* line 186, ../scss/common.scss */
.navbar-menu-left .navbar-navigation, .navbar-menu-left .navbar-header {
  justify-content: flex-start; }

/* line 189, ../scss/common.scss */
.navbar-menu-right .navbar-hamburger {
  margin-left: auto; }

/* line 192, ../scss/common.scss */
.navbar-brand {
  font-size: 2.1em;
  padding: 18px 24px 18px 24px;
  font-family: 'Karla', sans-serif;
  letter-spacing: 0.2em; }

/* line 200, ../scss/common.scss */
.navbar-menu {
  min-height: 58px;
  transition: 0.4s ease;
  width: 100%; }

/* line 206, ../scss/common.scss */
.navbar-navigation {
  display: flex;
  flex-direction: column;
  list-style: none;
  padding-left: 0;
  margin: 0; }

/* line 213, ../scss/common.scss */
.navbar-menu a,
.navbar-item a {
  text-decoration: none;
  color: inherit;
  cursor: pointer; }

/* line 219, ../scss/common.scss */
.navbar-item {
  height: 58px;
  font-size: 0.9em; }

/* line 223, ../scss/common.scss */
.navbar-item a {
  padding: 18px;
  display: block; }

/* line 228, ../scss/common.scss */
.navbar-item:last-child {
  padding-right: 15px; }

@media screen and (min-width: 768px) {
  /* line 233, ../scss/common.scss */
  .navbar-item a {
    display: block;
    position: relative;
    text-decoration: none; }

  /* line 239, ../scss/common.scss */
  .navbar-item a:after {
    border-bottom: solid 1px #333;
    bottom: 0;
    content: "";
    display: block;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    width: 0; }

  /* line 249, ../scss/common.scss */
  .navbar-item a:hover::after {
    width: 100%; } }
/* line 255, ../scss/common.scss */
.navbar-hamburger {
  padding: 18px 24px 18px 24px;
  position: relative;
  cursor: pointer; }

/* line 259, ../scss/common.scss */
.navbar-hamburger span::before, .navbar-hamburger span::after {
  content: '';
  position: absolute; }

/* line 262, ../scss/common.scss */
.navbar-hamburger span::before {
  margin-top: -8px; }

/* line 264, ../scss/common.scss */
.navbar-hamburger span::after {
  margin-top: 8px; }

/* line 267, ../scss/common.scss */
.navbar-checkbox {
  display: none; }

/* line 269, ../scss/common.scss */
.navbar-checkbox:not(:checked) ~ .navbar-menu {
  overflow: hidden;
  height: 58px; }

/* line 272, ../scss/common.scss */
.navbar-checkbox:checked ~ .navbar-menu {
  transition: height 0.4s ease;
  height: 100vh;
  overflow: auto; }

/* line 277, ../scss/common.scss */
.dropdown {
  position: relative;
  height: auto;
  min-height: 58px; }

/* line 281, ../scss/common.scss */
.dropdown:hover > ul {
  position: relative;
  display: block;
  min-width: 100%; }

/* line 285, ../scss/common.scss */
.dropdown > a::after {
  position: absolute;
  content: '';
  right: 10px;
  top: 25px;
  border-width: 5px 5px 0;
  border-color: transparent;
  border-style: solid; }

/* line 293, ../scss/common.scss */
.dropdown > ul {
  display: block;
  overflow-x: hidden;
  list-style: none;
  padding: 0; }

/* line 298, ../scss/common.scss */
.dropdown > ul .navbar-item {
  min-width: 100%;
  height: 29px;
  padding: 5px 10px 5px 40px; }

/* line 302, ../scss/common.scss */
.dropdown > ul .navbar-item a {
  min-height: 29px;
  line-height: 29px;
  padding: 0; }

@media screen and (min-width: 768px) {
  /* line 308, ../scss/common.scss */
  .navbar-navigation {
    flex-flow: row;
    justify-content: flex-end; }

  /* line 312, ../scss/common.scss */
  .navbar-hamburger {
    display: none; }

  /* line 315, ../scss/common.scss */
  .navbar-checkbox:not(:checked) ~ .navbar-menu {
    overflow: visible; }

  /* line 317, ../scss/common.scss */
  .navbar-checkbox:checked ~ .navbar-menu {
    height: 58px; }

  /* line 320, ../scss/common.scss */
  .navbar-menu .navbar-item {
    border-top: 0; }

  /* line 323, ../scss/common.scss */
  .navbar-menu-right .navbar-header {
    margin-right: auto; }

  /* line 326, ../scss/common.scss */
  .dropdown {
    height: 58px; }

  /* line 328, ../scss/common.scss */
  .dropdown:hover > ul {
    position: absolute;
    left: 0;
    top: 58px;
    padding: 0; }

  /* line 333, ../scss/common.scss */
  .dropdown > ul {
    display: none; }

  /* line 335, ../scss/common.scss */
  .dropdown > ul .navbar-item {
    padding: 5px 10px; }

  /* line 337, ../scss/common.scss */
  .dropdown > ul .navbar-item a {
    white-space: nowrap; } }
/* line 339, ../scss/common.scss */
.navbar-checkbox:checked + .navbar-menu .navbar-hamburger-doublespin span::before {
  transform: rotate(225deg); }

/* line 341, ../scss/common.scss */
.navbar-checkbox:checked + .navbar-menu .navbar-hamburger-doublespin span::after {
  transform: rotate(-225deg); }

/* line 344, ../scss/common.scss */
.navbar-checkbox:checked + .navbar-menu .navbar-hamburger-spin span::before {
  transform: rotate(45deg); }

/* line 346, ../scss/common.scss */
.navbar-checkbox:checked + .navbar-menu .navbar-hamburger-spin span::after {
  transform: rotate(-45deg); }

@media screen and (max-width: 768px) {
  /* line 351, ../scss/common.scss */
  .navbar-header, .navbar-menu, .navbar-checkbox:not(:checked) ~ .navbar-menu {
    min-height: 78px; }

  /* line 354, ../scss/common.scss */
  .navbar-item {
    min-height: 58px; } }
/******* color variables *******/
/******* default material-cyan *******/
/* line 374, ../scss/common.scss */
.navbar-hamburger span,
.navbar-hamburger span::before,
.navbar-hamburger span::after {
  background-color: #000; }

@media screen and (max-width: 768px) {
  /* line 382, ../scss/common.scss */
  .nbcol,
  .nbcol .dropdown ul {
    background-color: #000;
    color: #fff; }

  /* line 388, ../scss/common.scss */
  .nbcol .active,
  .nbcol .navbar-item:hover {
    background-color: #c11016; }

  /* line 393, ../scss/common.scss */
  .navbar-header {
    background-color: #fff;
    color: #000; } }
/* radiothemes*/
/* line 404, ../scss/common.scss */
.radiotheme-cyan-900,
.radiotheme-cyan-900 .demo-checkmark {
  background-color: #006064; }

/* line 409, ../scss/common.scss */
.radiotheme-cyan-900:hover,
input:checked + .radiotheme-cyan-900 {
  background-color: #00838F; }

/* line 414, ../scss/common.scss */
.radiotheme-cyan-900:hover .fa-question-circle {
  color: #006064; }

/* line 421, ../scss/common.scss */
.radiotheme-cyan-500,
.radiotheme-cyan-500 .demo-checkmark {
  background-color: #00ACC1; }

/* line 426, ../scss/common.scss */
.radiotheme-cyan-500:hover,
input:checked + .radiotheme-cyan-500 {
  background-color: #00BCD4; }

/* line 431, ../scss/common.scss */
.radiotheme-cyan-500:hover .fa-question-circle {
  color: #00ACC1; }

/*style*/
/* line 446, ../scss/common.scss */
.navbar-demo {
  align-items: stretch; }

/* line 450, ../scss/common.scss */
.navbar-item-demo {
  flex-grow: 1;
  flex-basis: 0;
  border-width: 0px !important; }

/* line 456, ../scss/common.scss */
.navbar-menu-demo {
  margin-bottom: 24px;
  border: 1px solid currentColor; }

/* line 461, ../scss/common.scss */
#navbar-menu-animation {
  border: 1px solid currentColor; }

/* line 465, ../scss/common.scss */
#navbar-style-name {
  border: 1px solid currentColor; }

/* line 469, ../scss/common.scss */
.navbar-menu-demo:hover .navbar-theme-text::before,
.navbar-menu-demo.active .navbar-theme-text::before {
  content: '>> '; }

/* line 474, ../scss/common.scss */
.navbar-hamburger-demo {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between; }

/* line 482, ../scss/common.scss */
form {
  /* margin-bottom: 48px; */ }

/* line 487, ../scss/common.scss */
input:checked + .control {
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  color: #fff; }

/*///////////////////////////////////////////////////////////////////////////

  CONTENTS

///////////////////////////////////////////////////////////////////////////*/
/* line 501, ../scss/common.scss */
.container {
  width: 96%;
  max-width: 1280px;
  margin: 0 auto;
  z-index: 1; }

@media (max-width: 320px) {
  /* line 508, ../scss/common.scss */
  .container {
    width: 94%;
    margin: 0 auto;
    z-index: 1;
    overflow: hidden; } }
/* line 515, ../scss/common.scss */
section {
  width: 100%;
  margin-bottom: 65px; }

/* line 521, ../scss/common.scss */
.sectiontit {
  font-family: 'Montserrat', sans-serif;
  font-size: 24px;
  text-align: center;
  font-weight: 100;
  letter-spacing: 1px;
  margin-bottom: 45px; }

@media (max-width: 768px) {
  /* line 530, ../scss/common.scss */
  .sectiontit {
    font-family: 'Montserrat', sans-serif;
    font-size: 24px;
    text-align: center;
    font-weight: 100;
    letter-spacing: 1px;
    margin-bottom: 25px; } }
/*///////////////////////////////////////////////////////////////////////////

  PAGETOP

///////////////////////////////////////////////////////////////////////////*/
/* line 546, ../scss/common.scss */
.pagetop {
  display: none;
  position: fixed;
  bottom: 30px;
  right: 55px;
  z-index: 100; }

/* line 553, ../scss/common.scss */
.pagetop a {
  display: block;
  width: 37px;
  height: 37px;
  overflow: hidden; }

/* line 559, ../scss/common.scss */
.pagetopsp {
  display: none; }

/* line 562, ../scss/common.scss */
.pagetopsp a {
  display: none; }

@media (max-width: 768px) {
  /* line 566, ../scss/common.scss */
  .pagetop {
    display: none; }

  /* line 569, ../scss/common.scss */
  .pagetop a {
    display: none; }

  /* line 572, ../scss/common.scss */
  .pagetopsp {
    display: none;
    position: fixed;
    bottom: 30px;
    right: 5px;
    z-index: 100; }

  /* line 579, ../scss/common.scss */
  .pagetopsp a {
    display: block;
    width: 37px;
    height: 37px;
    overflow: hidden; }

  /* line 585, ../scss/common.scss */
  .pagetopsp a img {
    width: 37px;
    height: auto; } }
/*///////////////////////////////////////////////////////////////////////////

  FOOTER

///////////////////////////////////////////////////////////////////////////*/
/* line 597, ../scss/common.scss */
#footer {
  clear: both;
  width: 100%;
  padding: 15px 0;
  background-color: #000000;
  text-align: center;
  color: #ffffff;
  font-family: 'Karla', sans-serif;
  font-size: 14px; }

@media (max-width: 320px) {
  /* line 609, ../scss/common.scss */
  #footer {
    font-size: 12px; } }
/* line 614, ../scss/common.scss */
#ftsns {
  float: right;
  width: 216px;
  border-left: solid 1px #484848;
  padding: 15px 50px 40px 50px; }

/* line 620, ../scss/common.scss */
#ftsnstit {
  margin-bottom: 40px;
  padding-left: 55px;
  color: #ffffff;
  font-size: 12px; }

/* line 626, ../scss/common.scss */
#ftsnsblock:after {
  content: ".";
  height: 0;
  display: block;
  clear: both;
  visibility: hidden; }

/* line 633, ../scss/common.scss */
#ftsnsfb a,
#ftsnstw a {
  display: block;
  color: #ffffff;
  vertical-align: middle; }

/* line 639, ../scss/common.scss */
#ftsnsfb a img,
#ftsnstw a img {
  padding-right: 10px; }

/* line 643, ../scss/common.scss */
#ftsnsfb {
  float: left; }

/* line 646, ../scss/common.scss */
#ftsnstw {
  float: right; }
