@charset "utf-8";
/* CSS Document */
.nav {
  background: var(--base-color02);
}
.nav-container {
  width: 100%;
  margin: 0;
  padding: 0;
  border-bottom: 4px solid var(--base-color01);
}
.nav-container.is-visible {
  visibility: visible;
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
  background: var(--base-color02);
}

.menu {
  list-style: none;
  margin: 0 auto 0;
  padding: 0;
  width: 98%;
  display: flex;
  flex-flow: column wrap;
  justify-content: space-between;
}
.nav-menu .menu-link {
  display: block;
  text-decoration: none;
  color: var(--base-color03);
  background: var(--base-color02);
  position: relative;
  padding: 10px 0;
}
.nav-menu .menu-item .menu-link:hover{
  opacity: 0.6;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.nav-menu > .menu-item > .menu-link:hover::after{
  opacity: 0.2;
}

.nav-dropdown {
  display: none;
}
.has-dropdown {
  position: relative;
  cursor: pointer;
  font-size: 1rem;
  line-height: 100%;
  color: var(--base-color03);
}
.has-dropdown:hover b {
  opacity: 0.6;
  color: var(--base-color01);
}
.has-dropdown>.menu-link {
  display: inline-block;
}
.has-dropdown b:after {
  font-size: 2rem;
  position: absolute;
  top: 0rem;
  right: 1rem;
  bottom: 0;
  content: "+";
  color: var(--base-color01);
  line-height: 45px;
}
.has-dropdown.is-active b:after {
  content: "\2013";
}
.has-dropdown.is-active>.nav-dropdown {
  display: block;
  margin-top: 1rem;
  background-color: var(--base-color03);
}
.nav-dropdown .menu-item {
  text-indent: -.0rem;
}
.nav-dropdown .menu-item:hover {
}

/*****************************
PC
******************************/
.nav-menu .menu-item {
  font-size: 18px;
  letter-spacing: 0.1em;
}
.has-dropdown b{
  text-indent: 0rem;
  height: auto !important;
  padding: 10px 0;
  display: block;
}
@media (min-width: 1025px) {

.nav-menu > .menu-item{
  position: relative;
}
.nav-menu > .menu-item::after {
  content: "";
  display: block;
  background-color: var(--base-color01);
  width: 2px;
  height: 30px;
  position: absolute;
  right: -1px;
  top: 0;
  bottom: 0;
  margin: auto;
  z-index: 1;
}
.nav-menu > .menu-item:first-of-type::before {
  content: "";
  display: block;
  background-color: var(--base-color01);
  width: 2px;
  height: 30px;
  position: absolute;
  left: 0px;
  top: 0;
  bottom: 0;
  margin: auto;
  z-index: 1;
}



.nav {
  width: 100%;
  margin-top: 0px !important;
}
.nav, .nav-container, .nav-container.is-visible {
  position: relative;
  z-index: 1;
  top: auto;
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
  margin-top: 0px;
}
.nav-container, .nav-container.is-visible {
  visibility: visible;
  height: auto;
  min-height: 0;
  overflow-y: visible;
}
.nav-toggle {
  display: none;
}
.nav-container{padding: 0 0 0;}

.menu {
  max-width: 1200px;
  flex-flow: row nowrap;
}
.nav-menu {
  background-color: transparent;
}
.nav-menu .menu-item {
  text-align: center;
  border-top: none;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.nav-menu > .menu-item:nth-of-type(1) {
  width: 150px;
}
.nav-menu > .menu-item:not(:nth-of-type(1)) {
  width: calc((100% - 150px) / 6);
}
.has-dropdown b:after {
  display: none;
}
.has-dropdown.is-active {
  /* padding-bottom: 2px; */
}
.has-dropdown.is-active>.nav-dropdown {
  display: block;
  margin-top: 4px;
}
.nav-dropdown .nav-dropdown .menu-item {
  background-color: #b0b0b0;
  border-color: #909090;
  border-right: 1px solid rgba(255, 255, 255, .15);
}
.nav-menu .home{
  display: flex;
}
.nav-menu .home .menu-link {
  width: 100%;
}
.nav-menu .has-dropdown:hover{
  display: block;
  height: 100%;
  color: var(--base-color01);
}
.has-dropdown>.menu-link {
  padding-right: auto;
  border-right: 1px solid rgba(255, 255, 255, 0);
}
.nav-dropdown {
  display: block;
  opacity: 0;
  position: absolute;
  top: 100%;
  min-width: 300px;
  max-width: 300px;
  margin: 4px 0 0 0px;
  padding: 0rem 0;
  background-color: var(--base-color03);
  visibility: hidden;
  -webkit-transition: visibility 0s linear 0.25s, opacity 0.25s linear;
  transition: visibility 0s linear 0.25s, opacity 0.25s linear;
}
.has-dropdown:hover>.nav-dropdown {
  visibility: visible;
  opacity: 1;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}
.nav-dropdown .menu-item {
  text-align: left;
  font-weight: 400;
  text-indent: 0rem;
  padding-bottom: 0;
}
.nav-menu .menu-item .nav-dropdown .menu-item {
  border-left: none;
}
.nav-dropdown .menu-item a {
  border-bottom: 1px dotted var(--base-color01);
  padding: 1rem 1rem 1rem;
  position: relative;
  display: flex;
  align-items: center;
}
.nav-dropdown .menu-item a::after {
  font-family: "Font Awesome 5 Free";
  content: "\f054";
  font-weight: bold;
  position: absolute;
  right: 1rem;
}
.nav-dropdown .menu-item:hover {
  border-right: none;
}
.nav-dropdown .menu-item:hover a {
}
}

.pc_n {
  display: block !important;
}
.gContact {
	margin: 0rem auto 0rem;
	padding-bottom: 5rem !important;
}
.gContact div.btn_area {
	display: block;
	width: 94%;
	max-width: 360px;
	height: auto;
	margin: 0 auto 0;
}
@media screen and (max-width: 1235px){
.nav-menu{
  width: 96%;
}
.nav-menu .menu-item {
      width: calc(100% / 7);
}
.nav-menu .menu-link {
    padding: 10px 0;
}
.has-dropdown {
  padding: 0;
}
.has-dropdown b {
    padding: 10px 0;
}
.nav-dropdown {
  margin: 7px 0 0 0px;
  padding: 0;
}
.nav-menu .menu-item .nav-dropdown .menu-item {
  border-left: none;
  width: 100%;
}
}
@media (min-width: 1025px) {
.pc_n {
  display: none !important;
}
.gContact {	display: none!important;}
}





@media screen and (max-width: 1024px){

.menu {
  padding: 0 0 40px;
  width: min(94%,720px);
}

.nav-container {
  position: fixed;
  top: 80px;
  right: 0;
  z-index: 9999;
  overflow-y: auto;
  visibility: hidden;
  width: 100%;
  height: 100%;
  min-height: 100%;
  margin: 0;
  padding: 0 0 0;
  -webkit-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
  transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
  -webkit-transform: translateX(100%);
  -ms-transform: translateX(100%);
  transform: translateX(100%);
  font-weight: 500;
  -webkit-overflow-scrolling: touch;
  border-bottom: 4px solid var(--base-color01)
}

.has-dropdown:hover b {
    opacity: 1;
}
.has-dropdown.is-active>.nav-dropdown {
  padding: 0;
  margin: 0 auto 1rem;
}
.nav-menu .menu-item {
  width: 100%;
  text-align: center;
}
.nav-menu > .menu-item:first-child a::before {
  content: none;
}
.nav-menu > .menu-item::after, .nav-menu .has-dropdown::before {
  content: none;
}
.has-dropdown {
  margin-left: 0;
  padding-right: 0;
}
.nav-menu .menu-item.active .menu-link {
  background-color: var(--base-color01);
  display: block;
  height: 100%;
}
.nav-menu .menu-link {
  color: var(--base-color01);
  border-bottom: 1px dashed var(--base-color01);
}
.has-dropdown b {
  color: var(--base-color01);
  border-bottom: 1px dashed var(--base-color01);
}
.nav-dropdown {
  margin: 0;
}
.gContact div.btn_area {
  width: 80%;
  padding: 10px 0;
  text-align: center;
  color: var(--base-color02);
  background: var(--base-color01);
  border-radius: 4px;
}


.icon-menu .line {
  position: absolute;
  left: 0;
  display: block;
  width: 100%;
  height: 3px;
  -webkit-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1.000);
  transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1.000);
  -webkit-transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1.000);
  transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1.000);
  background-color: var(--base-color01);
}
.icon-menu .line-1 {
  top: 0;
}
.is-active .icon-menu .line-1 {
  -webkit-transform: translateY(10px) translateX(0) rotate(45deg);
  -ms-transform: translateY(10px) translateX(0) rotate(45deg);
  transform: translateY(10px) translateX(0) rotate(45deg);
}
.icon-menu .line-2 {
  top: 50%;
  margin-top: -1px;
}
.is-active .icon-menu .line-2 {
  opacity: 0;
}
.icon-menu .line-3 {
  bottom: 0;
}
.is-active .icon-menu .line-3 {
  -webkit-transform: translateY(-11px) translateX(0) rotate(-45deg);
  -ms-transform: translateY(-11px) translateX(0) rotate(-45deg);
  transform: translateY(-11px) translateX(0) rotate(-45deg);
}
/* Nav toggle */
.nav-toggle {
  line-height: 1;
  display: inline-block;
  border: 0;
  background: var(--base-color02);
  float: right;
  width: auto;
  height: 65%;
  margin: 10px 10px 10px 20px;
  cursor: pointer;
  border-radius: 8px;
  text-align: center;
  aspect-ratio: 1 / 1;
}
.nav-toggle .icon-menu {
  position: relative;
  display: inline-block;
  width: 30px;
  height: 24px;
  vertical-align: middle;
  fill: none;
  cursor: pointer;
}

}
@media only screen and (max-width: 599px) {
.nav-container {
  position: fixed;
  top: 80px;
}
.nav-toggle {
  padding: 7.5px;
  width: 45px;
  height: 45px;
  margin: 7.5px;
}
}