/*
 Theme Name: WD
 Description: This is the base theme for all the Wordpress projects.
 Version: 1.0
 */
/*******************************************************
 *
 * COMMON
 *
 *******************************************************/
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html {
  font-size: 62.5%;
}

body {
  position: relative;
  padding: 0;
  margin: 0;
  background: #fff;
  color: #555555;
  font-size: 4.267vw;
  font-weight: 400;
  font-style: normal;
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: 0.01em;
  line-height: 1.625;
  
}

@media (min-width: 992px) {
  body {
    font-size: 0.885vw;
    line-height: 1.52941;
  }
}

canvas {
  width: 100%;
  display: block;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  display: block;
  background-color: #666666;
}

img, iframe {
  max-width: 100%;
}

ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

p {
  margin: 0;
  padding: 0;
}

h1, h2, h3, h4 {
  font-size: 3rem;
  margin: 0;
}

a, a:hover {
  text-decoration: none;
  outline: none;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

a:hover {
  opacity: 0.8;
  filter: alpha(opacity=80);
  -moz-opacity: 0.8;
}

.hidden {
  display: none;
}

.hidden-sp {
  display: none;
}

@media (min-width: 992px) {
  .hidden-sp {
    display: block;
  }
}

@media (min-width: 992px) {
  .hidden-pc {
    display: none !important;
  }
}

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

.text-blue {
  color: #00B9EF/*#51B3B7*/;
}

.relative {
  position: relative;
}

.flexbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.block {
  display: block;
}

.bg-blue {
  background: linear-gradient(#00B9EF, #ffffff);/*rgba(81, 179, 183, 0.1)*/;
}

.mainWrapper {
  padding: 20.299vw 0 0;
}

@media (min-width: 992px) {
  .mainWrapper {
    padding: 5.2vw 0 0;
  }
}

/*******************************************************
 *
 * CONTAINERS
 *
 *******************************************************/
.container {
  width: 100%;
  margin: 0 auto;
  padding: 0 1.5rem;
}

@media (min-width: 992px) {
  .container {
    padding: 0 4.583vw;
  }
}

.container-sm {
  width: 100%;
  margin: 0 auto;
  padding: 0 1.5rem;
}

@media (min-width: 992px) {
  .container-sm {
    width: 56.250vw;
    padding: 0;
  }
}

/*******************************************************
 *
 * TITLE
 *
 *******************************************************/
.ttl {
  font-size: 6.933vw;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: calulate_ls(100);
  color: #ffffff/*#51B3B7*/;
  margin: 0;
}

@media (min-width: 992px) {
  .ttl {
    font-size: 1.875vw;
    margin: 0;
  }
}

/*******************************************************
 *
 * BUTTON
 *
 *******************************************************/
/*.btn {
  color: #fff;
  font-size: 6.933vw;
  letter-spacing: 0.05em;
  line-height: 1.25;
  display: block;
  width: 100%;
  text-align: center;
  padding: 5.333vw;
  border-radius: 5px;
  background-image: -webkit-gradient(linear, left bottom, left top, from(#4eb5b9), color-stop(#56bbc0), color-stop(#5ec2c7), color-stop(#65c8ce), to(#6dcfd5));
  background-image: linear-gradient(to top, #4eb5b9, #56bbc0, #5ec2c7, #65c8ce, #6dcfd5);
}

@media (min-width: 992px) {
  .btn {
    font-size: 1.250vw;
    padding: 1.302vw;
  }
}*/

/*******************************************************
 *
 * SECTIONS
 *
 *******************************************************/
/*******************************************************
 *
 * MOBILE HEADER
 *
 *******************************************************/
.mobileHeader {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 15px;
  height: 79px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 101;
  position: fixed;
  width: 100%;
  background-color: #fff;
  top: 0;
}

@media (min-width: 992px) {
  .mobileHeader {
    display: none;
  }
}

.mobileHeader__logo {
  width: 100%;
  max-width: 150px;
}

.mobileHeader__menu {
  display: none;
  position: absolute;
  right: 0;
  top: 80px;
  background-color: #000;
  width: 100%;
  z-index: 101;
}

.mobileHeader li {
  padding: 1rem;
}

.mobileHeader li a {
  color: #fff;
  display: block;
  text-transform: uppercase;
}

.mobileHeader li:not(:last-child) {
  border-bottom: 1px solid white;
}

/*******************************************************
 *
 * 5. BURGER MENU
 *
 *******************************************************/
.burger-menu {
  width: 30px;
  height: 30px;
  position: relative;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  cursor: pointer;
  z-index: 99;
}

@media (min-width: 992px) {
  .burger-menu {
    display: none;
  }
}

.burger-menu div {
  display: block;
  position: absolute;
  height: 4px;
  width: 100%;
  background: #6d533c;
  border-radius: 9px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
}

.burger-menu div:nth-child(1) {
  top: 0px;
  -webkit-transform-origin: left center;
  transform-origin: left center;
}

.burger-menu div:nth-child(2) {
  top: 10px;
  -webkit-transform-origin: left center;
  transform-origin: left center;
}

.burger-menu div:nth-child(3) {
  top: 20px;
  -webkit-transform-origin: left center;
  transform-origin: left center;
}

.burger-menu.open div:nth-child(1) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 0px;
  left: 5px;
}

.burger-menu.open div:nth-child(2) {
  width: 0%;
  opacity: 0;
}

.burger-menu.open div:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 22px;
  left: 5px;
}

/*******************************************************
 *
 * HEADER
 *
 *******************************************************/
.header {
  background: #fff;
  position: fixed;
  width: 100%;
  left: 0;
  z-index: 100;
  -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.75);
}

@media (min-width: 992px) {
  .header {
    padding: 1.250vw 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
}

.header__inner {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.header__logo {
  width: 45vw;/*70.74627vw;*/
  padding-top: 0.1em;
}

@media (min-width: 992px) {
  .header__logo {
    width: 20.06881vw;
    padding: 0;
  }
}

.header__burger {
  width: 20.299vw;
  height: 20.299vw;
  background: #51B3B7;
  padding: 7.46269% 6.56716%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0 -15px 0 0;
  cursor: pointer;
}

.header__burger div {
  width: 100%;
  height: 2px;
  background: #fff;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
}

.header__close {
  width: 7.164vw;
  height: 7.164vw;
}

.header__closeWrap {
  cursor: pointer;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding: 0 15px;
}

.header__close:before, .header__close:after {
  position: absolute;
  content: '';
  width: 100%;
  height: 2px;
  top: 3vw;
  background: #fff;
}

.header__close:before {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.header__close:after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.header__right {
  width: 100%;
  height: 100vh;
  left: 0;
  top: 0;
  position: absolute;
  background: #51B3B7;
  padding: 4.800vw 0 0;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  transition: all .25s ease-in-out;
  -moz-transition: all .25s ease-in-out;
  -webkit-transition: all .25s ease-in-out;
}

@media (min-width: 992px) {
  .header__right {
    width: 77.12156%;
    height: auto;
    position: relative;
    background: transparent;
    -webkit-transform: none;
            transform: none;
    padding: 0;
  }
}

.header__right.is-visible {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

@media (min-width: 992px) {
  .header__right.is-visible {
    -webkit-transform: none;
            transform: none;
  }
}

.header__nav {
  margin: 4.800vw 0 0;
  border-top: 1px solid #fff;
}

@media (min-width: 992px) {
  .header__nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    margin: 0;
    border-top: none;
  }
}

.header__navItem {
  border-bottom: 1px solid #fff;
}

@media (min-width: 992px) {
  .header__navItem:not(:last-child) {
    margin: 0 2.08178% 0 0;
  }
}

.header__navLink {
  color: #fff;
  font-weight: 500;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  display: block;
  padding: 2.667vw 4vw;
  transition: all .25s ease-in-out;
  -moz-transition: all .25s ease-in-out;
  -webkit-transition: all .25s ease-in-out;
}

@media (min-width: 992px) {
  .header__navLink {
    color: #555555;
    padding: 0;
  }
  .header__navLink:hover {
    color: #51B3B7;
  }
}

.header.fh {
  -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.75);
}

/*******************************************************
 *
 * FOOTER
 *
 *******************************************************/
.footer {
  padding: 13.333vw 0;
}

@media (min-width: 992px) {
  .footer {
    padding: 5.208vw 0 4.688vw;
  }
}

.footer .container-sm {
  padding: 0;
}

.footer__nav {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  border-top: 2px solid #51B3B7;
  border-bottom: 2px solid #51B3B7;
}

@media (min-width: 992px) {
  .footer__nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    border: none;
  }
}

.footer__navItem:not(:first-child) {
  border-top: 1px solid #51B3B7;
}

@media (min-width: 992px) {
  .footer__navItem:not(:first-child) {
    border-top: none;
  }
}

.footer__navLink {
  font-size: 4.533vw;
  font-weight: bold;
  color: #51B3B7;
  line-height: 1.33333;
  letter-spacing: 0.1em;
  padding: 2.667vw 4vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media (min-width: 992px) {
  .footer__navLink {
    font-size: 0.938vw;
    padding: 0;
    display: block;
  }
}

.footer__navLink .accordion {
  position: relative;
  width: 13.333vw;
  height: 13.333vw;
  border-radius: 50%;
  background-color: #51B3B7;
}

.footer__navLink .accordion:before, .footer__navLink .accordion:after {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 24px;
  height: 2px;
  background-color: #fff;
  -webkit-transition: .3s;
  transition: .3s;
}

.footer__navLink .accordion:before {
  transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
}

.footer__navLink .accordion.open:before {
  transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
}

.footer__subNav {
  padding: 4vw  10.667vw;
  border-top: 2px dotted #51B3B7;
  display: none;
}

@media (min-width: 992px) {
  .footer__subNav {
    border-top: none;
    padding: 0.781vw 0 0;
    display: block !important;
  }
}

.footer__subNavItem:not(:last-child) {
  margin: 3px 0 0;
}

.footer__subNavLink {
  font-size: 4vw;
  color: #555555;
  line-height: 1.73333;
}

@media (min-width: 992px) {
  .footer__subNavLink {
    font-size: 0.781vw;
  }
}

.footer__bot {
  margin: 13.333vw 0 0;
}

@media (min-width: 992px) {
  .footer__bot {
    margin: 5.208vw 0 0;
  }
}

.footer__logo {
  margin: auto;
}

.footer__copyright {
  font-size: 3.467vw;
  font-weight: 400;
  font-family: "Roboto", sans-serif;
  letter-spacing: 0;
  line-height: 2.77778;
  margin: 0.521vw 0 0;
}

@media (min-width: 992px) {
  .footer__copyright {
    font-size: 0.938vw;
  }
}

/*******************************************************
 *
 * LOWER PAGE BANNER
 *
 *******************************************************/
.ipBanner__text {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 100%;
  left: 0;
  color: #fff;
}

.ipBanner__text h1 {
  letter-spacing: 0.4em;
  font-weight: 400;
}

.ipBanner__text p {
  margin-top: 1rem;
  text-transform: uppercase;
  font-size: 1.4rem;
  letter-spacing: 0.39em;
}

@media (min-width: 576px) {
  .ipBanner__text p {
    font-size: 1.6rem;
  }
}

.ipBanner canvas {
  height: 150px;
}

@media (min-width: 768px) {
  .ipBanner canvas {
    height: auto;
  }
}

/*******************************************************
 *
 * 5. LOWER PAGE WRAPPER
 *
 *******************************************************/
#content-full {
  min-height: 250px;
  padding: 5rem 0;
}

#content-sidebar {
  min-height: 250px;
  padding: 5rem 0;
}

/*******************************************************
 *
 * 6. BREADCRUMBS
 *
 *******************************************************/
#breadcrumbs {
  text-transform: uppercase;
  padding: 2rem 0;
}

#breadcrumbs a {
  color: #454545;
}

/*******************************************************
 *
 * TOP PAGE
 *
 *******************************************************/
/*==============
 COMPANY
===============*/
.topCompany {
  padding: 13.333vw 0;
}

@media (min-width: 992px) {
  .topCompany {
    padding: 0 0 2.417vw;
  }
}

.topCompany__txt {
  font-size: 4.267vw;
  font-weight: 500;
  letter-spacing: 0.025em;
  line-height: 1.625;
}

@media (min-width: 992px) {
  .topCompany__txt {
    font-size: 1.250vw;
    line-height: 1.66667;
    text-align: center;
  }
}

.topCompany__scroll {
  white-space:nowrap;
  width: 100%;/*width: 100vw;*/
  height: auto;
  overflow: hidden;
  margin: 2.604vw 0 0;
}

.companies {
  height: 140px;
  left: -300px;
}

.companies__item {
  position: absolute;
  width: 250px;
  height: 140px;
  padding: 0 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
/*==============
 NEWS
===============*/
.topNews {
  padding: 0 0;
}

@media (min-width: 992px) {
  .topNews {
    padding: 0;
  }
}

.news__item:not(:last-child) .news__itemLink {
  border-bottom: 2px dotted #51B3B7;
}

.news__itemLink {
  color: #555555;
  padding: 5.333vw 0;
}

@media (min-width: 992px) {
  .news__itemLink {
    font-size: 1vw;
    padding: 0.781vw 0;
  }
}

.news__itemDate {
  letter-spacing: 0.05em;
  width: 100%;
}

@media (min-width: 992px) {
  .news__itemDate {
    width: 17.59259%;
  }
}

.news__itemTtl {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin: 5px 0 0;
}

@media (min-width: 992px) {
  .news__itemTtl {
    margin: 0;
  }
}


/*==============
 JANGA TV
===============*/
.topTv {
  padding: 13.333vw 0;
}

@media (min-width: 992px) {
  .topTv {
    padding: 3.208vw 0;
  }
}

.topTv__video {
  width: 100%;
  margin: auto;
  text-align: center;
}

@media (min-width: 992px) {
  .topTv__video {
    width: 92.77778%;
  }
}

.topTv__video iframe {
  margin: 0 auto;
}

/*==============
 FEATURES
===============*/
.topFeatures {
  padding: 13.333vw 0;
  
  background-image: -webkit-gradient(linear, left bottom, left top, from(#00B9EF), color-stop(#68cacf), color-stop(#63c4c9), color-stop(#5dbfc4), color-stop(#58babe), color-stop(#58babe), color-stop(#58babe), color-stop(#58babe), color-stop(#5dbfc4), color-stop(#63c4c9), color-stop(#68cacf), to(#6dcfd5));
  background-image: linear-gradient(to top, #00B9EF, #00B9EF, #00B9EF, #00B9EF, #00B9EF, #00B9EF, #00B9EF, #00B9EF, #00B9EF, #00B9EF, #00B9EF, #00B9EF);
}

@media (min-width: 992px) {
  .topFeatures {
    padding: 2.208vw 0 2.208vw;
  }
}

.topFeatures:before, .topFeatures:after {
  position: absolute;
  content: '';
  width: 100%;
  height: 97.600vw;
  background: url("assets/images/top/feature_accent@2x.png") no-repeat center center/contain;
  z-index: 2;
}

@media (min-width: 992px) {
  .topFeatures:before, .topFeatures:after {
    width: 37.500vw;
    height: 36.667vw;
  }
}

.topFeatures:before {
  top: 0;
  right: 0;
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
}

.topFeatures:after {
  left: 0;
  bottom: 0;
}

.topFeatures .container-sm {
  z-index: 3;
}

.topFeatures .ttl {
  color: #ffffff;
}

@media (min-width: 992px) {
  .features {
    margin: -0.781vw;
  }
}

.features__item {
  width: 100%;
  padding: 2.667vw 0;
}

@media (min-width: 992px) {
  .features__item {
    width: 33.33%;
    padding: 0.781vw;
  }
}

.features__itemInner {
  background: #fff;
  height: 100%;
  padding: 30px 20px;
  border-radius: 10px;
  -webkit-box-shadow: 0px 3px 8px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 3px 8px 0px rgba(0, 0, 0, 0.1);
}

@media (min-width: 992px) {
  .features__itemInner {
    padding: 1.563vw;
  }
}

.features__itemIcon {
  width: 30.93333%;
  height: 29.333vw;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.features__itemIcon img {
  margin: auto;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

@media (min-width: 992px) {
  .features__itemIcon {
    width: 32.22222%;
    height: 7.292vw;
  }
  .features__itemIcon img {
    height: auto;
  }
}

.features__itemTtl {
  color: #00B9EF;
  font-size: 6.400vw;
  font-weight: 700;
  letter-spacing: 0.025em;
  line-height: 1.2;
  margin: 25px 0 0;
}

@media (min-width: 992px) {
  .features__itemTtl {
    font-size: 1.250vw;
  }
}

.features__itemTxt {
  margin: 25px 0 0;
}

/*==============
 PRODUCTS
===============*/
.topProducts {
  padding: 13.333vw 0;
}

@media (min-width: 992px) {
  .topProducts {
    padding: 5.729vw 0 4.688vw;
  }
}

@media (min-width: 992px) {
  .topProducts__txt {
    text-align: center;
  }
}

.productsWrap {
  margin: 10.667vw 0 0;
}

@media (min-width: 992px) {
  .productsWrap {
    margin: 2.083vw -15px 0;
  }
}

.products__item {
  padding: 15px;
}

.products__itemLink {
  border-radius: 5px;
  overflow: hidden;
  -webkit-box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
  box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
}

.products__itemTtl {
  padding: 5.333vw;
  color: #fff;
  font-size: 5.600vw;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.36364;
  background-image: -webkit-gradient(linear, left bottom, left top, from(#4eb5b9), color-stop(#56bbc0), color-stop(#5ec2c7), color-stop(#65c8ce), to(#6dcfd5));
  /*background-image: linear-gradient(to top, #7ECEF4, #00B9EF, #00A0E9, #0081CC, #0068B7)(to top, #4eb5b9, #56bbc0, #5ec2c7, #65c8ce, #6dcfd5);*/
  background: rgb(0, 185, 231);
}

@media (min-width: 992px) {
  .products__itemTtl {
    font-size: 1.146vw;
    padding: 1.042vw;
  }
}

.products__item img {
  width: 100%;
}

.products__nav {
  font-size: 8vw;
  color: #51B3B7;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  cursor: pointer;
  z-index: 2;
}

.products__prev {
  left: -10px;
}

.products__next {
  right: -10px;
}

.products .slick-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 5.333vw 0 0;
}

.products .slick-dots li {
  margin: 0 1.067vw;
}

.products .slick-dots li, .products .slick-dots button {
  width: 2.133vw;
  height: 2.133vw;
  border-radius: 50%;
  overflow: hidden;
  font-size: 0;
  padding: 0;
  background: transparent;
}

.products .slick-dots button {
  border: 1px solid #AAAAAA;
}

.products .slick-dots .slick-active button {
  background: #51B3B7;
  border-color: #51B3B7;
}

/*==============
 PROMISE
===============*/
.topPromise {
  padding: 10.667vw 0;
}

@media (min-width: 992px) {
  .topPromise {
    padding: 4.688vw 0 5.208vw;
  }
}

.point__item {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media (min-width: 992px) {
  .point__item {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}

.point__item:not(:first-child) {
  margin: 2.667vw 0 0;
}

@media (min-width: 992px) {
  .point__item:not(:first-child) {
    margin: 1.302vw 0 0;
  }
}

.point__itemLabel {
  color: #fff;
  font-size: 4.267vw;
  font-weight: bold;
  font-family: "Roboto", sans-serif;
  text-transform: uppercase;
  letter-spacing: calsulate_ls(100);
  line-height: 2.5;
  background: #00B9EF/*#51B3B7*/;
  border-radius: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 34.66667%;
  position: relative;
  margin: 0 0 -6.667vw;
}

.point__itemLabel:after {
  position: absolute;
  content: '';
  width: 0;
  height: 0;
  border-top: 5.867vw solid #00B9EF/*#51B3B7*/;
  border-right: 2.933vw solid transparent;
  border-left: 2.933vw solid transparent;
  left: 0;
  bottom: -3.867vw;
  right: 0;
  margin: auto;
}

@media (min-width: 992px) {
  .point__itemLabel {
    font-size: 1.042vw;
    width: 15.74074%;
    border-radius: 5px 0 0 5px;
    margin: unset;
  }
  .point__itemLabel:after {
    border-top: 0.573vw solid transparent;
    border-bottom: 0.573vw solid transparent;
    border-left: 1.146vw solid #00B9EF/*#51B3B7*/;
    top: 0;
    bottom: 0;
    right: -1.146vw;
    left: unset;
    border-right: none;
  }
}

.point__itemNum {
  font-size: 5.867vw;
  margin: 0 0 0 10px;
}

@media (min-width: 992px) {
  .point__itemNum {
    font-size: 2.083vw;
  }
}

.point__itemTxt {
  font-size: 4.800vw;
  font-weight: 500;
  line-height: 1.66667;
  letter-spacing: 0.025em;
  background: #fff;
  border-radius: 5px;
  padding: 12vw 5.333vw 10.133vw;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (min-width: 992px) {
  .point__itemTxt {
    width: unset;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    font-size: 1.146vw;
    line-height: 1.45455;
    letter-spacing: 0.05em;
    padding: 1.042vw 3.125vw;
    border-radius: 0 5px 5px 0;
  }
}

/*==============
 ACCESS
===============*/
.topAccess {
  padding: 12vw 0;
}

@media (min-width: 992px) {
  .topAccess {
    padding: 5.208vw 0;
  }
}

@media (min-width: 992px) {
  .topAccess__txt {
    text-align: center;
  }
}

.topAccess__txt02 {
  margin: 5.333vw 0 0;
}

@media (min-width: 992px) {
  .topAccess__txt02 {
    margin: 1.302vw 0 0;
  }
}

.topAccess__info {
  margin: 16vw 0 0;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media (min-width: 992px) {
  .topAccess__info {
    margin: 3.906vw 0 0;
  }
}

.topAccess__infoBox {
  width: 100%;
}

@media (min-width: 992px) {
  .topAccess__infoBox {
    width: 46.2963%;
  }
}

.topAccess__infoBox:not(:first-child) {
  margin: 16vw 0 0;
}

@media (min-width: 992px) {
  .topAccess__infoBox:not(:first-child) {
    margin: 0;
  }
}

.topAccess__infoTtl {
  color: #51B3B7;
  font-size: 5.867vw;
  font-weight: bold;
  letter-spacing: 0.025em;
  line-height: 1.3913;
  border-bottom: 1px solid #51B3B7;
  padding: 0 0 4vw;
  margin: 0 0 5.333vw;
  text-align: center;
}

@media (min-width: 992px) {
  .topAccess__infoTtl {
    font-size: 1.198vw;
    text-align: left;
    padding: 0 0 0.521vw;
    margin: 0 0 1.042vw;
  }
}

.topAccess__infoTxt {
  font-size: 4vw;
  line-height: 1.53333;
  letter-spacing: 0.025em;
}

@media (min-width: 992px) {
  .topAccess__infoTxt {
    font-size: 0.781vw;
  }
}

.topAccess__infoTxt:not(:first-of-type) {
  margin: 5.333vw 0 0;
}

@media (min-width: 992px) {
  .topAccess__infoTxt:not(:first-of-type) {
    margin: 1.042vw 0 0;
  }
}

.topAccess__infoTel {
  font-size: 11.200vw;
  font-weight: bold;
  font-family: "Roboto", sans-serif;
  color: #51B3B7;
  letter-spacing: 0.025em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 8vw 0 0;
}

@media (min-width: 992px) {
  .topAccess__infoTel {
    font-size: 1.354vw;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin: 1.042vw 0 0;
  }
}

.topAccess__infoTel span {
  color: #fff;
  font-size: 4.800vw;
  font-weight: 400;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.5;
  letter-spacing: 0.025em;
  padding: 2.667vw 5.333vw;
  background: #51B3B7;
  border-radius: 5px;
  width: 53.33333%;
  text-align: center;
}

@media (min-width: 992px) {
  .topAccess__infoTel span {
    font-size: 0.833vw;
    padding: 0.521vw 1.042vw;
    width: 24%;
    margin: 0 15px 0 0;
  }
}

.topAccess__info .btn {
  margin: 6.667vw 0 0;
}

@media (min-width: 992px) {
  .topAccess__info .btn {
    margin: 1.042vw 0 0;
  }
}

.access {
  margin: 6.667vw 0 0;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media (min-width: 992px) {
  .access {
    margin: 2.604vw 0 0;
  }
}

.access__item {
  width: 100%;
}

@media (min-width: 992px) {
  .access__item {
    width: 31.48148%;
  }
}

.access__item:not(:first-child) {
  margin: 5.333vw 0 0;
}

@media (min-width: 992px) {
  .access__item:not(:first-child) {
    margin: 0;
  }
}

.access__itemHeading {
  color: #fff;
  font-size: 6.933vw;
  line-height: 1.07143;
  letter-spacing: 0.05em;
  background-image: -webkit-gradient(linear, left bottom, left top, from(#4eb5b9), color-stop(#56bbc0), color-stop(#5ec2c7), color-stop(#65c8ce), to(#6dcfd5));
  background-image: linear-gradient(to top, #4eb5b9, #56bbc0, #5ec2c7, #65c8ce, #6dcfd5);
  padding: 5.333vw 13.333vw;
  border-radius: 5px 5px 0 0;
  position: relative;
}

@media (min-width: 992px) {
  .access__itemHeading {
    font-size: 1.458vw;
    padding: 1.042vw 2.604vw;
  }
}

.access__itemHeading:after {
  position: absolute;
  content: '';
  width: 8.267vw;
  height: 8.267vw;
  top: 0;
  bottom: 0;
  right: 4vw;
  margin: auto;
  background: url("assets/images/top/access_icon@2x.png") no-repeat center center/contain;
}

@media (min-width: 992px) {
  .access__itemHeading:after {
    width: 1.615vw;
    height: 1.615vw;
    right: 1.042vw;
  }
}

.access__itemHeading small {
  display: block;
  font-size: 5.333vw;
  line-height: 1.36364;
}

@media (min-width: 992px) {
  .access__itemHeading small {
    font-size: 1.146vw;
  }
}

.access__itemBox {
  border: 2px solid #51B3B7;
  border-radius: 0 0 5px 5px;
}

.access__itemBoxInner {
  padding: 8vw 5.333vw;
}

@media (min-width: 992px) {
  .access__itemBoxInner {
    padding: 1.042vw 1.163vw;
  }
}

.access__itemTxt {
  color: #51B3B7;
  font-size: 5.600vw;
  font-weight: bold;
  line-height: 1.42857;
  letter-spacing: 0.05em;
}

@media (min-width: 992px) {
  .access__itemTxt {
    font-size: 1.094vw;
  }
}

.access__details {
  margin: 4vw 0 0;
}

@media (min-width: 992px) {
  .access__details {
    margin: 0.677vw 0 0;
  }
}

.access__detailsItem {
  color: #555555;
  font-size: 4.800vw;
  font-weight: 500;
  line-height: 1.55556;
  padding: 0 0 0 4vw;
  position: relative;
}

@media (min-width: 992px) {
  .access__detailsItem {
    font-size: 0.938vw;
    padding: 0 0 0 15px;
  }
}

.access__detailsItem:before {
  position: absolute;
  content: '';
  width: 2.133vw;
  height: 2.133vw;
  background: #51B3B7;
  border-radius: 50%;
  top: 3vw;
  left: 0;
}

@media (min-width: 992px) {
  .access__detailsItem:before {
    width: 8px;
    height: 8px;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    top: 50%;
  }
}

.access__detailsItem:not(:first-child) {
  margin: 0.365vw 0 0;
}

/*==============
 CONTACT
===============*/
.topContact {
  padding: 13.333vw 0;
}

@media (min-width: 992px) {
  .topContact {
    padding: 5.729vw 0;
  }
}

@media (min-width: 992px) {
  .topContact__form {
    width: 64.81481%;
    margin: auto;
  }
}

.form__field {
  position: relative;
}

.form__field:not(:first-child) {
  margin: 10px 0 0;
}

.form__field input, .form__field textarea , .form__field select{
  width: 100%;
  height: 16vw;
  border: none;
  background: #fff;
  color: #AAAAAA;
  font-size: 4.800vw;
  padding: 0 4vw 0 14.667vw;
  letter-spacing: 0.05em;
  border-radius: 5px;
}

@media (min-width: 992px) {
  .form__field input, .form__field textarea , .form__field select{
    height: 3.646vw;
    font-size: 0.938vw;
    padding: 0 2.865vw 0 5.729vw;
  }
}

.form__field textarea {
  padding: 5.333vw 4vw 0 14.667vw;
  height: 30vw;
  resize: none;
}

@media (min-width: 992px) {
  .form__field textarea {
    height: 7.5vw;
    padding: 1.302vw 2.865vw 1.302vw 5.729vw;
    font-size: 0.938vw;
  }
}

.form__field i {
  font-size: 6.400vw;
  color: #51B3B7;
  position: absolute;
  top: 0;
  left: 1.563vw;
  height: 100%;
  width: 4vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (min-width: 992px) {
  .form__field i {
    width: 1.198vw;
    font-size: 1.458vw;
  }
}

.form__fieldRequest i {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 5.333vw 0 0;
}

@media (min-width: 992px) {
  .form__fieldRequest i {
    padding: 1.302vw 0 0;
  }
}

.form__accept {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 15px 0 0;
  color: #777777;
}

@media (min-width: 992px) {
  .form__accept {
    margin: 0.781vw 0 0;
  }
}

.form__accept img {
  max-width: 16vw;
  margin: 0 10px 0 0;
}

@media (min-width: 992px) {
  .form__accept img {
    max-width: 60px;
  }
}

.form__captcha {
  margin: 8vw auto 0;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (min-width: 992px) {
  .form__captcha {
    margin: 15px auto 0;
    width: 64.28571%;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: unset;
        -ms-flex-align: unset;
            align-items: unset;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

.form__captcha .form__field {
  width: 100%;
  margin: 15px 0 0;
}

@media (min-width: 992px) {
  .form__captcha .form__field {
    width: 69.33333%;
    margin: 0;
  }
}

.form__captcha input{
  padding: 5.333vw;
  height: 12.800vw;
}

.form__field select {
  padding-left: 15.333vw;
  height: 16.800vw;
}

@media (min-width: 992px) {
  .form__captcha input{
    padding: 1.042vw;
    height: 2.500vw;
  }
  .form__field select{
    height: 3.500vw;
  }
}

.form__captcha img {
  width: 27.33333%;
  height: auto;
}

.form .btn {
  max-width: 89.333vw;
  margin: 10.667vw auto 0;
  border: none;
}

@media (min-width: 992px) {
  .form .btn {
    max-width: 13.021vw;
    margin: 2.865vw auto 0;
  }
}

/*******************************************************
 *
 * 404 PAGE
 *
 *******************************************************/
.page-404 {
  margin-top: 5rem;
  min-height: 350px;
  padding: 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.page-404 h2 {
  font-size: 6rem;
  font-weight: 100;
  letter-spacing: 0.2em;
  color: orange;
}

/*janga追加*/
#send_button{
	cursor: pointer
}
#error_box{
	text-align:center;
	width:100%;
	color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1;
	padding: 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 4px;
}
@media (min-width: 992px) {
select{
	color:#757575!important;
	padding-left: 15%!important;
	font-size:14px
}
/* The Modal (background) */
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content/Box */
.modal-content {
  background-color: #fefefe;
  margin: 25% auto; /* 15% from the top and centered */
  border: 1px solid #888;
  width: 520px; /* Could be more or less, depending on screen size */
}
.modal-body{
	padding:25px;
	text-align: center
}
.modal-body p{
	font-size:18px
}
.modal-body h4{
	font-size:22px
}

/* Add Animation */
@-webkit-keyframes animatetop {
  from {top:-300px; opacity:0} 
  to {top:0; opacity:1}
}

@keyframes animatetop {
  from {top:-300px; opacity:0}
  to {top:0; opacity:1}
}

/* The Close Button */
.close {
  color: white;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}

.modal-header {
  padding: 2px 16px;
  background-color: #5cb85c;
  color: white;
}
#error_box{
	width:75%;
}
.form__captcha .inwidth::placeholder {
  font-size: 1.2em;
}
.img-check{
	width: 75%
}
  #checkArea{
  	width: 70%;
  	height:50px
  }
  #v_container{
  	width: 30%
  }
}
@media (min-width: 500px) and (max-width: 991.999px){

.form__captcha .inwidth::placeholder {
  font-size: 1.5em;
}
.img-check{
	flex-direction: row;
	width: 80%;
	padding: 0!important;
}
#error_box{
	width:80%;
}
.form__captcha .inwidth {
    padding: 0;
}
  #checkArea{
  	width: 60%;
	height: 83px;
  }
  #v_container{
  	width: 40%;
	height: 85px;
  }
  
  
/* The Modal (background) */
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content/Box */
.modal-content {
  background-color: #fefefe;
  margin: 25% auto; /* 15% from the top and centered */
  border: 1px solid #888;
  width: 400px; /* Could be more or less, depending on screen size */
}
.modal-body{
	padding:20px;
	text-align: center
}
.modal-body p{
	font-size:14px
}
.modal-body h4{
	font-size:18px
}
.modal-header h4{
	font-size:24px
}
/* Add Animation */
@-webkit-keyframes animatetop {
  from {top:-300px; opacity:0} 
  to {top:0; opacity:1}
}

@keyframes animatetop {
  from {top:-300px; opacity:0}
  to {top:0; opacity:1}
}

/* The Close Button */
.close {
  color: white;
  float: right;
  font-size: 24px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}

.modal-header {
  padding: 2px 16px;
  background-color: #5cb85c;
  color: white;
}
}
@media (max-width: 499.99px) {
select{
	padding-left: 45px!important;
	height:60px!important;
	font-size:14px!important
}
select option{
	font-size:16px!important
}
.form__captcha .inwidth::placeholder {
	font-size: 0.7em;
}
.img-check{
	flex-direction: row;
	width: 100%;
	padding: 0!important;
}
#error_box{
	width:100%;
}
.form__captcha .inwidth {
    padding: 0;
}
  #checkArea{
  	width: 50%;
	height: 83px;
  }
  #v_container{
  	width: 50%;
	height: 85px;
  }
	/* The Modal (background) */
	.modal {
	  display: none; /* Hidden by default */
	  position: fixed; /* Stay in place */
	  z-index: 1; /* Sit on top */
	  left: 0;
	  top: 0;
	  width: 100%; /* Full width */
	  height: 100%; /* Full height */
	  overflow: auto; /* Enable scroll if needed */
	  background-color: rgb(0,0,0); /* Fallback color */
	  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
	}
	
	/* Modal Content/Box */
	.modal-content {
	  background-color: #fefefe;
	  margin: 25% auto; /* 15% from the top and centered */
	  border: 1px solid #888;
	  width: 450px; /* Could be more or less, depending on screen size */
	}
	.modal-body{
		padding:20px;
		text-align: center
	}
	.modal-body p{
		font-size:14px
	}
	.modal-body h4{
		font-size:18px
	}
	.modal-header h4{
		font-size:24px
	}
	/* Add Animation */
	@-webkit-keyframes animatetop {
	  from {top:-300px; opacity:0} 
	  to {top:0; opacity:1}
	}
	
	@keyframes animatetop {
	  from {top:-300px; opacity:0}
	  to {top:0; opacity:1}
	}
	
	/* The Close Button */
	.close {
	  color: white;
	  float: right;
	  font-size: 24px;
	  font-weight: bold;
	}
	
	.close:hover,
	.close:focus {
	  color: #000;
	  text-decoration: none;
	  cursor: pointer;
	}
	
	.modal-header {
	  padding: 2px 16px;
	  background-color: #5cb85c;
	  color: white;
	}
}

/*------------------------------------
onda 追加
-------------------------------------*/
.topcontact {
    clear: left;
    float: left;
    height: auto;
    width: 100%;
    margin-top: 20px;
    margin-bottom: 30px;
}
.topcontact01 {
    text-align: center;
    float: left;
    width: 100%;
    margin-bottom: 40px;
}
.topcontact02 {
    text-align: center;
    float: left;
    width: 100%;
    margin-bottom: 40px;
}
.topcontact03 {
    text-align: center;
    float: left;
    width: 100%;
    margin-bottom: 40px;
}
.surupas {
    clear: left;
    float: left;
    height: auto;
    width: 100%;
	text-align: center;
    margin-top: 10px;
    margin-bottom: 20px;
}
.surupas01 {
    float: left;
    height: auto;
    width: 100%;
	text-align: center;
}

@media (min-width: 992px) {

.topcontact {
    clear: left;
    float: left;
    height: auto;
    width: 100%;
	text-align: center;
    margin-top: 20px;
    margin-bottom: 30px;
}
.topcontact01 {
    text-align: center;
    float: left;
    width: 30%;
	margin-left: 1.5%;
    margin-right: 3%;
}
.topcontact02 {
    text-align: center;
    float: left;
    width: 30%;
    margin-right: 3%;
}
.topcontact03 {
    text-align: center;
    float: left;
    width: 30%;
    margin-right: 1.5%;
}

.surupas {
    clear: left;
    float: left;
    height: auto;
    width: 100%;
    margin-top: 10px;
    margin-bottom: 20px;
}
.surupas01 {
    float: left;
    height: auto;
	width: 49%;
	text-align: center;
    margin-right: 1%;
}

