/*******************************************************
 *
 * 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: 1.8rem;
  margin: 0;
  color: white;
}

@media screen and (max-width: 769px) {
  h1, h2, h3, h4 {
  font-size: 1.1rem;
  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: #51B3B7;
}

.relative {
  position: relative;
}

.flexbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  flex-wrap: nowrap;
  justify-content: center;
  /*align-items: center;*/
  flex-direction: column;
}

.block {
  display: block;
}

.bg-blue {
  background: 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: #51B3B7;
  margin: 0 0 8vw;
}

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


/*******************************************************
 *
 * 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 {
	display: grid;
	-webkit-box-align: center;
	align-items: center;
	-webkit-box-pack: center;
	justify-content: center;
  /*margin: 13.333vw 0 0;*/
}

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

.footer__logo {
  max-width:100%;
 /*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: 4.375vw 0 5.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 {
  width: 100%;
  height: 140px;
  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;
}
/*.lefttitle{background:#f4f8fb;border-left:4px solid #31aae2;margin:1.2em 1em;padding:0.5em 1em;}*/
.lefttitle{background: linear-gradient(100deg, #00B9EF, #87ceeb)!important;border-left:0px !important;margin:1.2em 1em;padding:0.5em 1em;}