@charset "UTF-8";
@import url(all.css);
/*rootの変数宣言*/
:root {
  /*==============================
      カラー    
  ==============================*/
  --color-font: #1f1f1f;
  --color-white: #ffffff;
  --color-whiteblue: #eef7ff;
  --color-whiteorange: #fef4e5;
  --color-orange: #f9a014;
  --color-lightorange: #ffd28a;
  --color-navy: #024177;
  --color-blue: #058aff;
  --color-gray: #727272;
  --color-red: #f94a14;
  /*カレントカラー*/
  --color-current: #f9a014;
  /*テキストリンクカラー*/
  --color-textlink:#f9a014;
  /*必須ボタンカラー*/
  --color-required: #f9a014;
  /*任意ボタンカラー*/
  --color-optional: #1035a9;
  /*ラジオボタンカラー*/
  --color-radio: #f9a014;
  /*チェックボタンカラー*/
  --color-check: #f9a014;
  /*==============================
      フォントファミリー
  ==============================*/
  /*本文*/
  --font-family-body: "Noto", sans-serif;
  --font-family-noto: "Noto", sans-serif;
  /*==============================
      フォントサイズ
  ==============================*/
  /*基準のフォントサイズ*/
  --font-size-body: 1.8rem;
  /*==============================
      行間
  ==============================*/
  /*基準の行間*/
  --line-height-base: 2.222;
  /*==============================
      文字間
  ==============================*/
  /*基準の文字間*/
  --letter-spacing-base: 0;
}
@font-face {
  font-family: "Noto";
  src: url(/font/NotoSansCJKjp-Thin.otf) format("opentype");
  font-weight: 100;
}
@font-face {
  font-family: "Noto";
  src: url(/font/NotoSansCJKjp-DemiLight.otf) format("opentype");
  font-weight: 200;
}
@font-face {
  font-family: "Noto";
  src: url(/font/NotoSansCJKjp-Light.otf) format("opentype");
  font-weight: 300;
}
@font-face {
  font-family: "Noto";
  src: url(/font/NotoSansCJKjp-Regular.otf) format("opentype");
  font-weight: 400;
}
@font-face {
  font-family: "Noto";
  src: url(/font/NotoSansCJKjp-Medium.otf) format("opentype");
  font-weight: 500;
}
@font-face {
  font-family: "Noto";
  src: url(/font/NotoSansCJKjp-Bold.otf) format("opentype");
  font-weight: 700;
}
@font-face {
  font-family: "Noto";
  src: url(/font/NotoSansCJKjp-Black.otf) format("opentype");
  font-weight: 900;
}

/*rootの変数宣言*/
:root {
  /*==============================
      カラー    
  ==============================*/
  --color-font: #1f1f1f;
  --color-white: #ffffff;
  --color-whiteblue: #eef7ff;
  --color-whiteorange: #fef4e5;
  --color-orange: #f9a014;
  --color-lightorange: #ffd28a;
  --color-navy: #024177;
  --color-blue: #058aff;
  --color-gray: #727272;
  --color-red: #f94a14;
  /*カレントカラー*/
  --color-current: #f9a014;
  /*テキストリンクカラー*/
  --color-textlink:#f9a014;
  /*必須ボタンカラー*/
  --color-required: #f9a014;
  /*任意ボタンカラー*/
  --color-optional: #1035a9;
  /*ラジオボタンカラー*/
  --color-radio: #f9a014;
  /*チェックボタンカラー*/
  --color-check: #f9a014;
  /*==============================
      フォントファミリー
  ==============================*/
  /*本文*/
  --font-family-body: "Noto", sans-serif;
  --font-family-noto: "Noto", sans-serif;
  /*==============================
      フォントサイズ
  ==============================*/
  /*基準のフォントサイズ*/
  --font-size-body: 1.8rem;
  /*==============================
      行間
  ==============================*/
  /*基準の行間*/
  --line-height-base: 2.222;
  /*==============================
      文字間
  ==============================*/
  /*基準の文字間*/
  --letter-spacing-base: 0;
}

@font-face {
  font-family: "Noto";
  src: url(/font/NotoSansCJKjp-Thin.otf) format("opentype");
  font-weight: 100;
}
@font-face {
  font-family: "Noto";
  src: url(/font/NotoSansCJKjp-DemiLight.otf) format("opentype");
  font-weight: 200;
}
@font-face {
  font-family: "Noto";
  src: url(/font/NotoSansCJKjp-Light.otf) format("opentype");
  font-weight: 300;
}
@font-face {
  font-family: "Noto";
  src: url(/font/NotoSansCJKjp-Regular.otf) format("opentype");
  font-weight: 400;
}
@font-face {
  font-family: "Noto";
  src: url(/font/NotoSansCJKjp-Medium.otf) format("opentype");
  font-weight: 500;
}
@font-face {
  font-family: "Noto";
  src: url(/font/NotoSansCJKjp-Bold.otf) format("opentype");
  font-weight: 700;
}
@font-face {
  font-family: "Noto";
  src: url(/font/NotoSansCJKjp-Black.otf) format("opentype");
  font-weight: 900;
}
/*opacity含めたカラー指定あればここで定義*/
/*------------------------------------
　Default
------------------------------------ */
/*drawer btn
------------------------------------ */
.sp-menu-btn-wrp {
  display: block;
  position: fixed;
  top: 15px;
  right: 15px;
  background: #000;
  z-index: 10000;
  transition: all 0.2s ease;
}
.sp-menu-btn-wrp .sp-menu-btn {
  position: relative;
  display: block;
  width: 45px;
  height: 45px;
  transition: all 0.2s ease;
}
.sp-menu-btn-wrp .sp-menu-btn span {
  width: 20px;
  height: 1px;
  margin: auto;
  background: #fff;
  position: absolute;
  right: 0;
  left: 0;
  transition: all 0.2s ease;
}
.sp-menu-btn-wrp .sp-menu-btn .top {
  top: 15px;
}
.sp-menu-btn-wrp .sp-menu-btn .middle {
  top: 0;
  bottom: 0;
}
.sp-menu-btn-wrp .sp-menu-btn .bottom {
  top: 29px;
}
.sp-menu-btn-wrp .sp-menu-btn-txt {
  text-align: center;
  color: #fff;
  font-size: 9px;
  line-height: 1;
  position: relative;
  top: -5px;
}

.sp-menu-btn.active .top {
  top: 50% !important;
  transform: translateY(-50%) translateX(0px) rotate(45deg);
}
.sp-menu-btn.active .middle {
  opacity: 0;
}
.sp-menu-btn.active .bottom {
  top: 50% !important;
  transform: translateY(-50%) translateX(-1px) rotate(-45deg);
}

/*	drawer
------------------------------------ */
#drawer-nav {
  visibility: hidden;
  width: 100%;
  height: 100%;
  margin: auto;
  position: fixed;
  top: 0;
  right: 0;
  bottom: auto;
  z-index: 10;
  opacity: 0;
  padding: 10% 8vw 5%;
  box-sizing: border-box;
  transition: all 0.1s ease;
  background-color: #fff;
  overflow-y: scroll;
}
#drawer-nav #nav .drawer-link {
  display: block;
  width: 100%;
  border-bottom: 1px solid #e5e5e5;
  text-align: left;
}
#drawer-nav #nav .drawer-dropdown {
  position: relative;
  padding: 3% 12% 3% 0;
  box-sizing: border-box;
}
#drawer-nav #nav .drawer-dropdown span {
  display: block;
}
#drawer-nav #nav .drawer-dropdown span:before {
  content: "";
  position: absolute;
  right: 10px;
  top: 50%;
  width: 16px;
  height: 1px;
  background: #000;
  margin-left: -8px;
}
#drawer-nav #nav .drawer-dropdown span:after {
  background: #000;
  content: "";
  position: absolute;
  right: 18px;
  top: 50%;
  width: 1px;
  height: 16px;
  margin-top: -7px;
  transition: 0.1s all ease-in;
}
#drawer-nav #nav .current span:after {
  opacity: 0 !important;
}
#drawer-nav #nav .drawer-dropdown-bx {
  margin: 3% 0;
  padding-left: 4%;
  box-sizing: border-box;
}
#drawer-nav #nav .drawer-dropdown-bx > li > .drawer-link {
  display: block;
  font-size: 3.8vw;
  position: relative;
  box-sizing: border-box;
}
#drawer-nav #nav .drawer-dropdown-bx > li > .drawer-link:before {
  content: "";
  position: absolute;
  left: 0;
  top: 4vw;
  width: 6px;
  height: 6px;
  border-left: 1px solid #000;
  border-bottom: 1px solid #000;
}
#drawer-nav #nav .drawer-dropdown-bx > li > .drawer-link span {
  padding: 0 0 0 5%;
}

#drawer-nav.active {
  display: block;
  visibility: visible;
  z-index: 100;
  transition: all 0.1s ease;
  opacity: 1;
}