
/* ==========================================================================
   Base
========================================================================== */
html,body {
  font-size: 12px; }

/* ==========================================================================
   Header
========================================================================== */
.header {
  height: 66px;
  padding: 0 66px; }

.gNavOpen .header {
  transform: translateY(0) !important; }

#logo {
    margin: 0 auto;
}

#logo svg {
    width: 80px;
    height: 34px;
}


.nav-link {
  width: 66px;
  height: 66px;
  left: 0;
  background-size: 50px;
}

#login_form {
  left: 0;
}

/* ==========================================================================
   Navigation
========================================================================== */
.gNav{
    display: none;
    height: 100vh;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%; }
.gNav__inner {
    display: flex;
    align-items: center;
    background-color: #FFF;
    color: #262c38;
    height: 0;
    opacity: 0;
    padding-top: 66px;
    transition: all 1s cubic-bezier(0.190, 1.000, 0.220, 1.000); }
.gNav .navBar {
    margin: 0 auto;
    width: 100%;
    max-width: 480px;
    height: 100%;
    overflow-y: auto; }

.nav {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between; }
.gNav .navBar .nav {
    opacity: 0;
    transform: translateY(-100px);
    transition: all 1s cubic-bezier(0.190, 1.000, 0.220, 1.000);
    transition-delay: .5s;
    padding: 30px; }

.nav > li {
    width: 47.5%; }
.gNav .nav > li > a {
    padding: 15px 0;
    border-bottom: 1px solid currentColor; }

.gNav .navBar .nav .form {
    order: 100;
    width: 100%;
    color: #FFF;
    font-size: 1.3rem;
    font-weight: 600;
    line-height: 1.25;
    text-align: center;
    margin-top: 15px; }
.gNav .navBar .nav .form a::before {
    transform: skewX(-15deg);
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: -1;
    background-color: #262c38;
    border: 1px solid transparent; }

.gNav .navBar .nav .form a::after {
    content: attr(title);
    display: block;
    font-family: 'Oswald', sans-serif;
    text-transform: uppercase;
    color: #42a5b8;
    font-size: 1rem;
    font-weight: 500; }

.nav .sub-menu {
    display: none; }

.gNav .nav li.pll-parent-menu-item {
    width: 100%; }
.gNav .nav li.pll-parent-menu-item > a {
    background: url(../img/icon/icon-grobal.svg) no-repeat left center / 16px; }
.gNav .nav li.pll-parent-menu-item .sub-menu a  {
    padding: 10px 30px;
    font-size: .8rem;
    border-bottom: 1px solid currentColor; }


/* OPEN */
.gNavOpen #logo svg {
    fill: #42a5b8; }
.gNav.on .gNav__inner{
    opacity: 1;
    height: 100%;
}
.gNav.on .navBar .nav {
    opacity: 1;
    transform: translateY(0);
}

/* Btn */
.nav-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 66px;
  height: 66px;
  padding: 20px 22px;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
}
.nav-btn::after {
  content: 'MENU';
  font-family: 'Oswald', sans-serif;
  font-size: 7px;
  position: absolute;
  top: 38px;
  transition: .4s;
}
.nav-btn i{
  display: block;
  background: currentColor;
  height: 2px;
  position: absolute;
  right: 22px;
  left: 22px;
  margin-top: -1px;
  transition: .4s;
}
.nav-btn i:nth-of-type(1){
  top: 20px;
}
.nav-btn i:nth-of-type(2){
  top: 28px;
  right: 28px;
}
.nav-btn i:nth-of-type(3){
  top: 36px;
}

.nav-btn.on::after {
  opacity: 0;
}
.nav-btn.on i {
  background: #262c38;
}
.nav-btn.on i:nth-of-type(1){
  top: 50%;
  transform: rotate(45deg);
}
.nav-btn.on i:nth-of-type(2){
  top: 50%;
  opacity: 0;
}
.nav-btn.on i:nth-of-type(3){
  top: 50%;
  transform: rotate(135deg);
}

/* ==========================================================================
   Side
========================================================================== */
.side-cont {
  margin-bottom: 1px; }


/* ==========================================================================
   Company Footer Navigation
========================================================================== */
#company__nav .btn {
  margin: 10px auto; }
#company__nav .btn .txtBox {
  padding-top: 3rem;
  padding-bottom: 3rem; }


/* ==========================================================================
   Footer
========================================================================== */

#footer-contact.section {
  padding-top: 20px;
  padding-bottom: 20px; }
#footer-contact .section__header .headline {
  flex-direction: row-reverse;
  justify-content: flex-end; }
#footer-contact .section__header .headline .ttl__en {
    margin-right: .5em;
}
#footer-contact .bg-txt {
  display: none; }

.footer .logo {
  margin: 0 auto 15px; }

.footer-links .nav .company  { order: 1; }
.footer-links .nav .strength { order: 2; }
.footer-links .nav .products { order: 3; }
.footer-links .nav .recruit  { order: 4; }
.footer-links .nav .contact  { order: 6; }
.footer-links .nav .contact-other  { order: 10; }
.footer-links .nav .estimate { order: 8; }
.footer-links .nav .news     { order: 5; }
.footer-links .nav .privacy  { order: 7; }
.footer-links .nav .yoshunet { order: 9; }
.footer-links .nav .facebook { order: 11; }
.footer-links .nav .twitter { order: 12; }
.footer-links .nav .instagram { order: 13; }
.footer-links .nav .youtube { order: 14; }

.footer .copyright p {
  padding: 3.5em 0; }

.footer .page-top {
  right: 15px; }



/****************************************************************************
   [ sm ] min-width: 576px
****************************************************************************/
@media only screen and (min-width: 576px) {

}
p.attention {
    text-align: left;
    padding: 0 20px;
    margin-bottom: 30px;
}


.yonet {
	box-sizing: border-box;
	display: -webkit-flex;
	-webkit-justify-content: space-between;
	-webkit-align-items: flex-start;
	-webkit-flex-wrap: wrap;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	flex-wrap: wrap;
}
.yonet .yonet_con {
    width: 100%;
    margin-bottom: 40px;
}
.yonet .yonet_con:last-child {
    margin-bottom: 0;
}
.yonet .yonet_con figure {
    margin-bottom: 20px;
}
.yonet .yonet_con .tle {
    font-weight: bold;
    font-size: 1.1rem;
}