a {
  color: #1E6ADB;
  text-decoration: none;
}

/*header*/

.p-header {
  background: transparent;
  border-bottom: none;
  z-index: 9999;
}
.slick-slide {
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
}

header .logo {
  float: left;
}

header .logo img {
  max-width: 150px;
  float: left;
}

header .main {
  background-color: #1E6ADB;
  max-width: 1200px;
  margin: 20px auto;
  padding: 14px 50px;
  border-radius: 50px;
  overflow: auto;
  justify-content: space-between;
  width: 90%;
}

.page-template-page-companypage_en header .main, .page-template-page-companysubpage_en header .main {
  padding: 10px 20px;
}

.p-menu-window__body {
  padding-top: 0;
  float: right;
}

.p-menu-window__lists1 {
  padding: 0;
  margin: 0;
}

.p-menu-window__list1 {
  display: inline-block;
  margin-top: 0 !important;
}

.p-menu-window__list1 a {
  color: #fff;
  font-size: 16px;
  text-decoration: none;
  padding: 5px 10px;
}

.p-menu-window__list1 a:hover, #hamburger-menu .p-menu-window__list1 a:hover {
  background: #fff;
  color: #1E6ADB;
  border-radius: 20px;
}

/*footer*/

footer {
  background-color: #1E6ADB;
  padding: 50px 0;
}

footer .main {
  background-color: #fff;
  padding: 10px;
  border-radius: 20px;
}

.sns li {
  display: inline-block;
  padding: 0 5px;
}

.sns {
  margin: 0;
}

.sns li a path {
  fill: #707070;
}

.sns li a:hover path {
  fill: #1E6ADB;
}

footer .main div > p {
  float: left;
  color: #333;
}

.adrs {
  font-size: 10pt;
}

footer .main div > p:first-child {
  margin-right: 20px;
}
.page-template-page-companypage_en footer .main div > p:first-child, .page-template-page-companysubpage_en footer .main div > p:first-child {
  min-width: 65%;
}

.p-footer__bottom-items {
  margin: 0 auto;
  padding: 0;
  display: block;
  text-align: center;
}

.p-footer__bottom-item {
  display: inline-block;
}

.p-footer__bottom-item a {
  color: #fff;
  text-decoration: none;
}

.p-footer__bottom-item:first-child::before {
  content: none;
}

.p-footer__bottom-item + .p-footer__bottom-item::before {
  color: #fff;
  font-weight: bold;
}

.p-footer__bottom-contents.mainmenu {
  margin-bottom: 10px;
}
.mainmenu .p-footer__bottom-item a {
  font-weight: bold;
  font-size: 1rem;
}
.mainmenu .p-footer__bottom-item::before {
  content: none;
}

.p-footer__copy {
  text-align: center;
  color: #fff;
}
.p-footer__copy {
  padding-bottom: 0;
}
/**/


label#hamburger-menu {
  width: 50px;
}

label#hamburger-menu span {
  display: block;
  background: #fff;
  border-radius: 10px;
  height: 7px;
  margin: 7px 0;
  transition: .4s cubic-bezier(0.68, -0.6, 0.32, 1.6);
  position: relative;
  z-index: 99;
}

span:nth-of-type(1) {
  width: 50%;
}

span:nth-of-type(2) {
  width: 100%;
}

span:nth-of-type(3) {
  width: 75%;
}

input[type="checkbox"] {
  display: none;
}

input[type="checkbox"]:checked ~ label span:nth-of-type(1) {
  transform-origin: bottom;
  transform: rotatez(45deg) translate(8px,0px);
}

input[type="checkbox"]:checked ~ label span:nth-of-type(2) {
  transform-origin: top;
  transform: rotatez(-45deg);
}

input[type="checkbox"]:checked ~ label span:nth-of-type(3) {
  transform-origin: bottom;
  width: 50%;
  transform: translate(22px,-7px) rotatez(45deg);
}

.overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  transition: opacity .35s, visibility .35s, height .35s;
  overflow: hidden;
  background: black;
  z-index: -1;
}

#main-menu {
  display: block;
  height: 100px;
  width: 100%;
  background: #1E6ADB;
  margin: 0px;
  z-index: 9;
}

#main-menu ul {
  max-width: 800px;
  width: 100%;
  height: 100%;
  margin: 0px auto;
  padding: 0px;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  z-index: 9;
}

#main-menu li {
  list-style-type: none;
  font-size: 2rem;
}

#main-menu a {
  color: #B9FAF8;
  font-size: 1.5rem;
  text-decoration: none;
}

#main-menu a:hover {
  text-decoration: underline;
}

#hamburger-input {
  display: none;
}
/*
#hamburger-menu {
    top: 20px;
    left: 20px;
    width: 50px;
    height: 50px;
    display: none;
    border: none;
    padding: 0px;
    margin: 0px;
    font-family: 'Cabin', Sans-serif;
    background: linear-gradient(
      to bottom, 
      #1E6ADB, #1E6ADB 20%, 
      white 20%, white 40%, 
      #1E6ADB 40%, #1E6ADB 60%, 
      white 60%, white 80%, 
      #1E6ADB 80%, #1E6ADB 100%
    );
}*/

#hamburger-menu #sidebar-menu {
  visibility: hidden;
  position: fixed;
  top: 10px;
  width: calc(100vw - 40px);
  height: calc(100% - 20px);
  background-color: #1E6ADB;
  transition: 0.3s;
  padding: 20px;
  box-sizing: border-box;
  left: 20px;
  border-radius: 20px;
}

#hamburger-menu ul {
  padding-left: 0px;
}

#hamburger-menu .p-footer__bottom-items {
  max-width: 300px;
}

#hamburger-menu li {
  list-style-type: none;
  line-height: 2;
  display: block;
  text-align: center;
}

#hamburger-menu a {
  color: #fff;
  font-size: 16px;
  text-decoration: none;
}

.p-footer__bottom-item:hover {
  border-bottom: none;
}

#hamburger-input:checked + #hamburger-menu #sidebar-menu {
  visibility: visible;
}

#hamburger-input:checked ~ .overlay {
  visibility: visible;
  opacity: 0.4;
}

#hamburger-menu .main {
  background-color: #fff;
}

#hamburger-menu .main li {
  display: inline-block;
}

#hamburger-menu ul.sns {
  margin-bottom: 20px;
}

#hamburger-menu .main p {
  font-size: 12px;
  color: #333;
  text-align: center;
}

@media screen and (max-width: 1024px) {
  header > .main > nav {
    display: none !important;
  }

  #hamburger-menu {
    display: inline;
  }
}

@media screen and (min-width: 1024px) {
  #hamburger-menu {
    display: none !important;
  }
}

#sidebar-menu hr {
  border-color: #fff;
  max-width: 80%;
  margin: 0 auto;
}

#hamburger-menu .p-footer__bottom-item {
  display: inline-block;
}

#hamburger-menu .p-footer__bottom-item a {
  font-size: 13px;
}

/*mobile view*/

@media (min-width: 1024px) {
  .bs-hidden {
    display: none !important;
  }
}

@media (max-width: 1024px) {
  .ss-hidden {
    display: none !important;
  }

header .main {
    margin: 10px auto;
    padding: 5px 50px;
}

#hero {
  max-width: 95%;
  margin: 120px auto 0 auto;
  border-radius: 20px;
}
#hero.c3 {
  max-width: unset;
  margin: 0;
  border-radius: 0;
}


header .logo img {
  max-height: 50px;
}

footer {
  padding: 20px 0;
}
  footer .main, .p-footer__bottom, footer .p-footer__bottom {
  display: none !important;
  }
}