@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含めたカラー指定あればここで定義*/
/*==============================
  ドロワ―のスタイル変更はこのファイルのみで行う
==============================*/
body {
  font-size: 16px;
}

img {
  max-width: 100%;
  height: auto;
}

.sp-none {
  display: none !important;
}

/*flex
------------------------------------ */
.flex {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  -js-display: flex;
  display: flex;
  width: 100%;
}

.flx-center {
  justify-content: center;
}

.flx-alitem-c {
  align-items: center;
}

/*==============================================
ここから下がドロワー設定項目
==============================================*/
/*drawer btn 上下左右で設定可能
------------------------------------ */
.sp-menu-btn-wrp {
  top: 1.5rem;
  right: 1.5rem;
  bottom: auto;
  left: auto;
  /* ドロワボタンカラー */
  background: var(--color-orange);
}
.sp-menu-btn-wrp .sp-menu-btn {
  width: 7rem;
  height: 7rem;
}
.sp-menu-btn-wrp .sp-menu-btn span {
  width: 45%;
  height: 2px;
  /* ドロワボタンラインカラー */
  background: var(--color-white);
}
.sp-menu-btn-wrp .sp-menu-btn .top {
  top: 31%;
}
.sp-menu-btn-wrp .sp-menu-btn .middle {
  top: 0;
  bottom: 0;
}
.sp-menu-btn-wrp .sp-menu-btn .bottom {
  top: 65%;
}
.sp-menu-btn-wrp .sp-menu-btn-txt {
  color: #fff;
}

/*	drawer inbox
------------------------------------ */
#drawer-nav {
  padding: 10% 6% 5%;
  background-color: #fff;
}
#drawer-nav .logo {
  margin-bottom: 5rem;
}
#drawer-nav #nav .drawer-list {
  margin-bottom: 5rem;
}
#drawer-nav #nav .drawer-item {
  padding: 2rem 0;
  border-bottom: 1px solid #e5e5e5;
  font-size: 2rem;
}
#drawer-nav #nav .drawer-link {
  border-bottom: none;
}
#drawer-nav #nav .drawer-dropdown {
  padding: 3% 12% 3% 0;
}
#drawer-nav #nav .drawer-dropdown span {
  display: block;
}
#drawer-nav #nav .drawer-dropdown span:before {
  background: #000;
}
#drawer-nav #nav .drawer-dropdown span:after {
  background: #000;
}
#drawer-nav #nav .current span:after {
  opacity: 0 !important;
}

/*その他ナビゲーション*/
.drawer-info .tel-box {
  justify-content: center;
  margin-bottom: 5rem;
}