@charset "utf-8";
/* CSS Document */

/*============
     header
===============*/


a{
  text-decoration: none;
}

p{
  color: white;
}

.menu-area{
  display: flex;
  flex-flow: column;
  width: 220px;
  position: fixed;
  top: 0;
  padding: 0 0 0 20px;
  height: 100%;
  background-color: rgba(0,0,0,0.5);
  bottom: 0;
  position: fixed;
}

.header-menu{
  line-height: 2;
  margin-top: 20px;
  font-size: 15px;
  font-weight: 500;
}

.header-logo{
  padding: 10px 0 20px;
  text-align: left;
  pointer-events: none;
}

.header-logo2{
  padding: 10px 0 20px 10px;
  text-align: left;
  pointer-events: none;
}

.header-logo img{
  width: 180px;
}

.header-logo2 img{
  width: 180px;
}

.header-menu a{
  text-decoration: none;
  color: white;
}

.header-menu a:hover{
  color: aqua;
  transition: 0.5s;
}

ul.header-menu-list a{
  display: flex;
  flex-flow: column;
  font-size: 13px;
}

ul.header-menu-list >li >a{
  font-size: 14px;
  padding: 0;
}

.header-menu-list{
  display: block;
  color: white;
  font-size: 14px;
  font-weight: bold;
}

.header-menu-list2{
  display: block;
  color: white;
  font-size: 13px;
  font-weight: bold;
  padding: 10px;
}

.header-menu-list3{
  display: block;
  color: white;
  margin-left: 10px;
  font-size: 12px;
  font-weight: bold;
}

.header-menu-list li{
  margin-left: 1.6em;
  margin-top: -10px;
}

li.header-menu-item a{
  padding-left: -50px;
  font-weight: 500px;
}


@media screen and (max-width: 767px) {

.header-menu{
  display: none;
}

.menu-area{
  background-color: transparent;
}

.header-logo{
  width: 130px;
}
}


/*============
   footer
=============*/

footer{
  margin-top: auto;
  font-size: 13px;
  color: #4b5564;
  background: white;
  left: 0;
  bottom: 0;
  position: relative;
}

ul{
  padding: 0;
  list-style: none;
}

hr{
  width: 80%;
  margin: 0 auto;
  border: none;
  border-top: 1px dotted white;
}

.style{
  border-top: 0.6px solid gray;
  width: 100%;
  margin: 10px 0 10px 0;
}

address{
  font-style: normal;
}

.grid{
  display: grid;
  gap: 0.25rem;
}

.footer_navi{
  position: fixed;
  bottom: 80px;
  right: 20px;
}

.footer_address{
  margin: 0.5rem;
  padding-top: 30px;
}

.footer_address > p{
  line-height: 1.5em;
  margin: 0.5rem;
  font-size: 12px;
  color: #4b5564;
}

.footer_address > a{
  color: #4b5564;
}

.footer_address > span{
  font-size: 16px;
  margin: 0.5rem;
}

hr footer-color{
  color: gray;
}

p.copyright{
  font-size: 11px;
  margin: 10px;
  padding-bottom: 10px;
  color: #4b5564;
}


@media (min-width: 768px) {

.md-justify-between{
  justify-content: space-between;
}

.grid{
  padding-left: 10px;
}

.footer_address a{
  text-decoration: none;
}

}

@media (min-width: 1024px) {
.lg-flex{
  display: flex;
}

}

@media (max-width: 600px) {
.footer_address{
  text-align: center;
}
}


/*==================
   contact button
===================*/

a.btn_10 span{
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100px;
  height: 50px;
  background: blue;
  box-sizing: border-box;
  color: white;
  font: bold 11px sans-serif;
  text-decoration: none;
  box-shadow: 0px 0px 15px #FFF;
  border-radius: 10px;
  top: -5px;
  left: 0;
  transition-duration: 0.2s;
  text-align: center;
}

a.btn_10:hover span{
  left: 0;
  top: 0;
  background: cyan;
  color: #302833;
}



/*=================
   page top circle
==================*/

.pagetop{
  height: 50px;
  width: 50px;
  position: fixed;
  right: 40px;
  bottom: 20px;
  background: #fff;
  border: solid 1px #000;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 2;
  background-color: rgba(255,255,255,0.8);
}

.pagetop__arrow{
  height: 10px;
  width: 10px;
  border-top: 2px solid #000;
  border-right: 2px solid #000;
  transform: translateY(20%) rotate(-45deg);
}

.ib{
  display: inline-block;
  margin-left: 10px;
  font-weight: bold;
}

.ib a{
  color: mediumblue;
  text-decoration: none;
}

.ib a:hover{
  color: cornflowerblue;
  transition: 0.3s;
}


/*==============
   breadcrumb
===============*/

.breadcrumb{
  display: flex;
  justify-content: flex-end;
  width: 80%;
  margin: 0 auto;
}

.breadcrumb-002{
  display: flex;
  list-style: none;
  padding: 0;
  font-size: 9px;
  font-weight: bold;
}

.breadcrumb-002 li{
  display: flex;
  align-items: center;
  color: white;
}

.breadcrumb-002 li a{
  padding-left: 10px;
}

.breadcrumb-002 li:not(:last-child)::after{
  display: inline-block;
  margin-left: 10px;
  color: white;
  content: '/';
}

.breadcrumb-002 a{
  color: white;
  text-decoration: none;
}



/*============
   scroll
=============*/

.scroll-up{
  opacity: 0;
  visibility: hidden;
  transform: translateY(50px);
  transition: all 1s;
}

.scroll-up copy{
  opacity: 0;
  visibility: hidden;
  transform: translateY(50px);
  transition: all 1s;
  text-align: center;
}

.scroll-up.is-show{
  opacity: 1;
  visibility: visible;
  transform: translateY(0px);
}

.scroll-up > ul{
  display: flex;
  flex-wrap: wrap;
}

.scroll-up > p{
  font-size: 20px;
  text-align: center;
  margin: 0 auto;
  padding: 50px 100px 50px 100px;
  line-height: 1.8em;
}

p.recruit{
  margin-bottom: 30px;
}

@media (max-width: 600px) {
.scroll-up > p{
  max-width: 100%;
  width: 90%;
  height: auto;
  margin: 0 auto;
  padding: 0;
}
}


@media screen and (max-width: 767px) {

#menu-sp{
  display: block;
}

.header-menu{
  display: none;
}

footer{
  z-index: 1;
}

}


/*===================
   hamburger menu
====================*/

.hamburger{
  display: block;
  position: fixed;
  z-index: 3;
  right: 20px;
  top: 20px;
  width: 42px;
  height: 42px;
  cursor: pointer;
  text-align: center;
}

.hamburger span{
  display: block;
  position: absolute;
  width: 30px;
  height: 2px;
  left: 6px;
  background: white;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  z-index: 999999999 !important;
}

.hamburger span:nth-child(1){
  top: 10px;
}

.hamburger span:nth-child(2){
  top: 20px;
}

.hamburger span:nth-child(3){
  top: 30px;
}

.hamburger.active span:nth-child(1){
  top: 16px;
  left: 6px;
  background: #fff;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.hamburger.active span:nth-child(2),
.hamburger.active span:nth-child(3){
  top: 16px;
  background: #fff;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  transform: rotate(45deg);
}

nav.globalMenuSp{
  position: fixed;
  z-index: 2;
  top: 0;
  background: rgba(71,70,73,1);
  text-align: center;
  width: 100%;
  height: 100%;
  transform: translateX(100%);
  transition: all 0.6s;
  overflow-y: scroll;
}

nav.globalMenuSp ul{
  display: flex;
  flex-direction: column;
  margin: 0 auto;
  padding: 0;
  width: 100%;
  height: 100%;
}

nav.globalMenuSp ul li{
  list-style-type: none;
  padding: 0;
  width: 100%;
  transition: .4s all;
}

nav.globalMenuSp ul li:last-child{
  margin-bottom: 100px;
}

nav.globalMenuSp ul li a:hover{
  background: #ddd;
  transition: 0.5s;
  color: gray;
  font-weight: 500;
}

nav.globalMenuSp ul li a{
  display: block;
  color: #fff;
  padding: 1em 0;
  text-decoration: none;
}

nav.globalMenuSp.active{
  transform: translateX(0%);
}


/*==============
   current
===============*/

li.current2,.current a{
  color: deepskyblue;
}

li.current2{
  padding-left: 10px;
  color: deepskyblue;
}

.current{
  display: flex;
  align-items: center;
  font-weight: 600;
}

.current:before,.catch:after{
  border-top: 2.5px solid;
  content: "";
  width: 0.8em;
  color: white;
  margin-left: -20px;
}

.current:before{
  margin-right: 0.5em;
}

span.current3{
  color: cornflowerblue;
  font-weight: 600;
}
