@charset "UTF-8";

/*
Zarigani Design Office Drawer Menu
Copyright 2018 Zarigani Design Office

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
*/

html,body {
	width: 100%;
	max-width: 100%;
	height: 100%;
}
p.img img {
	max-width: 100%;
	height: auto;
}
.zdo_drawer_menu * {
  margin: 0;
  padding: 0;
  outline: none;
  border: none;
  font: inherit;
  font-family: inherit;
  font-size: 100%;
  font-style: inherit;
  font-weight: inherit;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  text-align: left;
  text-decoration: none;
  list-style: none;
}
.zdo_drawer_menu a {
  color: inherit;
  text-decoration: none;
  padding: 10px 0;
  display: block;
  color: #fff;
}
.zdo_drawer_menu a:hover {
	text-decoration: none !important;
}
.zdo_drawer_menu a:visited {
  color: inherit;
}
.zdo_drawer_menu .zdo_drawer_bg {
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 999;
  display: none;
  top: 0;
  left: 0;
}
.zdo_drawer_menu .zdo_drawer_button {
  display: block;
  background: none;
  border: none;
  padding: 0;
  width: 64px;
  letter-spacing: 0.1em;
  cursor: pointer;
  position: fixed;
  top: 35px;
  right: 20px;
  z-index: 1001;
  text-align: center;
  outline: none;
}
.top .sp_menu .zdo_drawer_menu .zdo_drawer_button::before {
  content: "";
  background-color: #000;
  width: 100px;
  height: 100px;
  position: fixed;
  top: 0;
  right: 0;
  z-index: -1;
  transition: 0.4s;
  opacity: 0;
  visibility: hidden;
}
.top .sp_menu.bg .zdo_drawer_menu .zdo_drawer_button::before {
  opacity: 1;
  visibility: visible;
}
.top .sp_menu.bg .zdo_drawer_menu .zdo_drawer_button.active::before {
  content: none;
}
.zdo_drawer_menu .zdo_drawer_bar {
  display: block;
  height: 2px;
  margin: 10px 0;
  transition: all 0.2s;
  transform-origin: 0 0;
}
.zdo_drawer_menu .zdo_drawer_button .zdo_drawer_bar {
  background-color: #fff;
}
.zdo_drawer_menu .zdo_drawer_button .zdo_drawer_bar2 {
  display: none;
}
.zdo_drawer_menu .zdo_drawer_button .zdo_drawer_bar3 {
  width: 37px;
  margin-left: auto;
}
.zdo_drawer_menu .zdo_drawer_button.active, .zdo_drawer_menu .zdo_drawer_button.active .zdo_drawer_bar {
  width: 37px;
}
.zdo_drawer_menu .zdo_drawer_button.active .zdo_drawer_bar1 {
	transform: rotate(45deg);
	position: relative;
	right: -1px;
	top: 0px;
}
.zdo_drawer_menu .zdo_drawer_button.active .zdo_drawer_bar2 {
  opacity: 0;
}
.zdo_drawer_menu .zdo_drawer_button.active .zdo_drawer_bar3 {
	transform: rotate(-45deg);
	position: relative;
	top: 13px;
	right: 1px;
  margin-left: 0;
}
.zdo_drawer_button.active .zdo_drawer_bar1, .zdo_drawer_button.active .zdo_drawer_bar3 {
	background: #fff !important;
}
.zdo_drawer_menu .zdo_drawer_nav_wrapper {
  width: 100vw;
  height: 100vh;
  transition: all 0.2s;
  transform: translate(100vw);
  position: fixed;
  top: 0;
  right: 0;
  z-index: 1000;
  background: #2568B2;
  color: #333;
  box-shadow: 0 1px 8px rgba(0,0,0,0.2);
  -moz-box-shadow: 0 1px 8px rgba(0,0,0,0.2);
  -webkit-box-shadow: 0 1px 8px rgba(0,0,0,0.2);
}
.zdo_drawer_menu .zdo_drawer_nav_wrapper.open {
  transform: translate(0);
}
.zdo_drawer_menu .zdo_drawer_button {
  color: #333;
}
/*+++ Default Navigation CSS +++*/
.zdo_drawer_menu .zdo_drawer_nav {
  padding: 100px 24px 60px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  gap: 50px;
  max-width: 1100px;
  width: 100%;
  height: 100%;
  margin: 0 auto;
}
.zdo_drawer_menu .zdo_drawer_nav .nav_left img {
  max-width: 240px;
  width: 100%;
}
.zdo_drawer_menu .zdo_drawer_nav .nav_right ul {
  display: grid;
  grid-template-rows: 1fr 1fr 1fr 1fr;
  grid-auto-flow: column;
  gap: 0 75px;
}
.zdo_drawer_menu .zdo_drawer_nav .nav_right ul li {
  font-size: 16px;
  border-bottom: 1px solid #fff;
  border-top: 1px solid #fff;
  margin-top: -1px;
}
.zdo_drawer_menu .zdo_drawer_nav .nav_right ul li a {
  position: relative;
  color: #fff;
}
.zdo_drawer_menu .zdo_drawer_nav .nav_right ul li a::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate(0, -50%) rotate(45deg) skew(-10deg, -10deg);
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  border-bottom: 2px solid transparent;
  border-left: 2px solid transparent;
  width: 15px;
  height: 15px;
}
.zdo_drawer_menu .zdo_drawer_nav .nav_right ul li a p {
  line-height: 1.3;
}
.zdo_drawer_menu .zdo_drawer_nav .nav_right ul li a p span {
  font-size: 11px;
}
.zdo_drawer_menu .zdo_drawer_nav .nav_right .nav_btn {
  margin-top: 30px;
  display: grid;
  grid-template-columns: auto auto;
  gap: 20px;
  width: fit-content;
}
.zdo_drawer_menu .zdo_drawer_nav .nav_right .nav_btn a {
  background-color: #fff;
  color: #333;
  padding: 20px 25px 20px 40px;
  width: 227px;
  border-radius: 50vh;
  position: relative;
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  line-height: 1.0;
  font-weight: 600;
  font-size: 17px;
}
.zdo_drawer_menu .zdo_drawer_nav .nav_right .nav_btn a::after {
  content: "";
  width: 30px;
  height: 13px;
  display: block;
  border-bottom: 1px solid #000;
  border-right: 1px solid #000;
  transform: skew(45deg);
}
.zdo_drawer_menu .zdo_drawer_nav .nav_right .nav_bottom {
  margin-top: 30px;
  display: grid;
  grid-template-columns: auto auto;
  gap: 20px;
  width: fit-content;
}
.zdo_drawer_menu .zdo_drawer_nav .nav_right .nav_bottom a {
  color: #fff;
  border-right: 1px solid #fff;
  padding: 0 20px 0 0;
  font-size: 14px;
  line-height: 1.0;
}
.zdo_drawer_menu .zdo_drawer_nav .nav_right .nav_bottom a:last-child {
  padding: 0;
  border-right: 0;
}
@media screen and (max-width:896px) {
  .top .sp_menu .zdo_drawer_menu .zdo_drawer_button::before {
    width: 75px;
    height: 85px;
  }
}
@media screen and (max-width:768px) {
  .zdo_drawer_menu .zdo_drawer_nav .nav_left {
    text-align: center;
  }
  .zdo_drawer_menu .zdo_drawer_nav .nav_left img {
    max-width: clamp(120px, 31vw, 240px);
  }
  .zdo_drawer_menu .zdo_drawer_nav {
    grid-template-columns: 1fr;
    gap: 40px;
    height: auto;
  }
  .zdo_drawer_menu .zdo_drawer_nav .nav_right ul {
    grid-template-columns: 1fr;
    grid-template-rows: 1fr;
    grid-auto-flow: row;
    gap: 0;
  }
  .zdo_drawer_menu .zdo_drawer_nav .nav_right .nav_btn {
    grid-template-columns: auto;
    gap: 15px;
    margin: 17px auto 30px;
  }
  .zdo_drawer_menu .zdo_drawer_nav .nav_right .nav_bottom {
    margin: 0 auto;
  }
}
@media screen and (max-width:430px) {
  .top .sp_menu .zdo_drawer_menu .zdo_drawer_button::before {
    width: 70px;
    height: 70px;
  }
}

.sub .zdo_drawer_menu .zdo_drawer_button::before {
  content: "";
  background-color: #000;
  width: 88px;
  height: 79px;
  position: fixed;
  top: 0;
  right: 0;
  z-index: -1;
}
.sub .zdo_drawer_menu .zdo_drawer_button.active::before {
  content: none;
}
.sub .zdo_drawer_menu .zdo_drawer_button .zdo_drawer_bar3 {
  width: 32px;
}
.sub .zdo_drawer_menu .zdo_drawer_button.active .zdo_drawer_bar3 {
  width: 37px;
}
.sub .zdo_drawer_button.active .zdo_drawer_bar1, .sub .zdo_drawer_button.active .zdo_drawer_bar3 {
	background: #fff !important;
}
.sub .zdo_drawer_menu .zdo_drawer_button {
  width: 55px;
  top: 22px;
  right: 16px;
}
.sub .zdo_drawer_menu .zdo_drawer_button.active {
  top: 17px;
  right: 4px;
}

@media screen and (max-width:896px) {
  .sub .zdo_drawer_menu .zdo_drawer_button::before {
    width: 68px;
    height: 64px;
  }
  .sub .zdo_drawer_menu .zdo_drawer_button {
    width: 44px;
    top: 18px;
    right: 12px;
  }
  .sub .zdo_drawer_menu .zdo_drawer_button.active {
    top: 10px;
    right: 2px;
  }
  .sub .zdo_drawer_menu .zdo_drawer_button .zdo_drawer_bar3 {
    width: 24px;
  }
  .sub .zdo_drawer_menu .zdo_drawer_button.active .zdo_drawer_bar3 {
    width: 37px;
  }
}



/* アコーディオン */
.child2 {
  display: none;
}
.demo a {
  display: block;
}
.menu {
  display: block;
  position: relative;
}
ul.child2 li {
	margin-bottom: 0;
	border-bottom: solid 1px #888;
	padding: 10px 8px;
	background: #000;
}
ul.child2 li:last-child {
	border-bottom: none !important;
}
button.active {
	color: #000 !important;
}
body {
  -webkit-text-size-adjust: 100%;
}
img {
	vertical-align: bottom;
}
*, *:before, *:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}


@media screen and (max-width:896px) {
  .zdo_drawer_menu .zdo_drawer_button {
    width: 44px;
    top: 30px;
    right: 15px;
  }
  .zdo_drawer_menu .zdo_drawer_button .zdo_drawer_bar3 {
    width: 24px;
  }
}
@media screen and (max-width:430px) {
  .zdo_drawer_menu .zdo_drawer_button {
    top: 20px;
  }
}