@charset "UTF-8";
/* SCSSの読み込み */
/*===============================
  カラー変数
=================================*/
/*===============================
  フォント変数
=================================*/
/* font-family */
/* font-weight */
/* 行間削除 */
/*===============================
  パターン変数
=================================*/
:root {
  /* カラー */
  --color-text: #1f1f1f;
  --color-text-gray: #727272;
  --color-text-blue: #0074b6;
  --color-text-orange: #f7b006;
  --color-white: #fff;
  --color-blue: #2aa9f1;
  --color-blue-sky: #6fc6f7;
  --color-blue-light: #9fdafc;
  --color-yellow: #fed967;
  --color-bg-blue: #e4f3fc;
  --color-bg-yellow: #fff0c2;
  --color-bg-gray: #f1f1f1;
  /* font-family */
  --font-family-noto: "Noto Sans JP", sans-serif;
  --font-family-kaisei: "Kaisei Decol", serif;
  /* font-weight */
  --font-weight-light: 300;
  --font-weight-regular: 400;
  --font-weight-medium: 500;
  --font-weight-semiBold: 600;
  --font-weight-bold: 700;
  --font-weight-black: 900;
  /* 背景パターン */
  --pattern-white: url(../img/common/pt-white.jpg);
  --pattern-blue: url(../img/common/pt-blue.jpg);
  --pattern-orange: url(../img/common/pt-orange.jpg);
  --pattern-yellow: url(../img/common/pt-yellow.png);
}

@media screen and (min-width: 768px) {
  :root {
    /* フォントサイズ */
    --font-size-h1: 4.6rem;
    --font-size-h2: 4rem;
    --font-size-h3: 3rem;
    --font-size-h4: 2rem;
    --font-size-h5: 1.8rem;
    --font-size-base: 1.6rem;
    --font-size-sm: 1.4rem;
    --font-size-xs: 1.2rem;
    /* line-height */
    --line-height-h1: 1;
    --line-height-h2: 1.25;
    --line-height-h3: 1;
    --line-height-h4: 1;
    --line-height-h5: 1.5;
    --line-height-h6: 1.5;
    --line-height-base: 1.875;
    --line-height-sm: 1.714286;
    --line-height-xs: 1.6666667;
    /* letter-spacing */
    --letter-spacing-base: 0em;
  }
}
@media screen and (max-width: 767px) {
  :root {
    /* フォントサイズ */
    --font-size-h1: 2em;
    --font-size-h2: 1.75em;
    --font-size-h3: 1.5625em;
    --font-size-h4: 1.375em;
    --font-size-h5: 1.25em;
    --font-size-h6: 1.125em;
    --font-size-base: 1em;
    --font-size-sm: 0.875em;
    --font-size-xs: 0.75em;
    /* line-height */
    --line-height-title: 1.5;
    --line-height-base: 1.875;
    --line-height-sm: 1.714286;
    --line-height-xs: 1.666667;
    /* letter-spacing */
    --letter-spacing-base: 0.06em;
  }
}
/*****共通*******/
body {
  font-size: 16px;
}

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

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

/*==============================================
ここから下がドロワー設定項目
==============================================*/
/*drawer btn 上下左右で設定可能
------------------------------------ */
.sp-menu-btn {
  width: 3.5em;
  height: 3.5em;
}
.sp-menu-btn__wrapper {
  top: 1em;
  right: 1em;
  bottom: auto;
  left: auto;
  background: var(--color-blue);
  border-radius: 4px;
}
.sp-menu-btn__line {
  width: 55.556%;
  height: 2px;
  background: #fff;
}
.sp-menu-btn__line--top {
  top: 33.3334%;
}
.sp-menu-btn__line--bottom {
  top: 64.445%;
}
.sp-menu-btn__text {
  color: #fff;
  font-size: 1rem;
}

/*	drawer inbox
------------------------------------ */
#drawer__nav {
  padding: 0 5% 5%;
  background-color: #fff;
}
#drawer__nav .drawer__logo {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: auto;
  padding: 12px 0;
  margin-bottom: 2.5em;
}
#drawer__nav .drawer__logo img {
  height: clamp(48px, 14.2222222222vw, 64px);
}
#drawer__nav #nav .drawer__link {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1.25em 1.5em;
  border-bottom: 2px solid var(--color-blue-light);
  font-size: var(--font-size-base);
  font-family: var(--font-family-noto);
  font-weight: var(--font-weight-medium);
  color: var(--color-text);
  line-height: var(--line-height-title);
  letter-spacing: var(--letter-spacing-base);
  text-decoration: none;
}
#drawer__nav #nav .drawer__link::after {
  content: "";
  display: block;
  width: 0.4375em;
  aspect-ratio: 14/25;
  -webkit-mask: url(../img/common/arrow.svg) no-repeat center/contain;
          mask: url(../img/common/arrow.svg) no-repeat center/contain;
  background-color: var(--color-text);
}
#drawer__nav #nav .drawer__link:hover, #drawer__nav #nav .drawer__link.current {
  color: var(--color-blue);
}
#drawer__nav #nav .drawer__link:hover::after, #drawer__nav #nav .drawer__link.current::after {
  background-color: var(--color-blue);
}
#drawer__nav #nav .drawer__link--dropdown:before {
  background: var(--color-text);
}
#drawer__nav #nav .drawer__link--dropdown:after {
  background: var(--color-text);
}
/*original custom code
-----------------------------------------*/
.drawer__info {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  row-gap: 1.875em;
  padding: 2.5em 0;
}

/*電話番号
---------------------------*/
/*mail
---------------------------*/
/*その他リンク
---------------------------*/
.drawer__links {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.75em 1em;
}
.drawer__links dt {
  width: 100%;
  text-align: center;
}
.drawer__links dt span {
  display: inline-block;
  text-align: center;
  padding: 0.25em 1em;
  border-radius: 0.25em;
  background: var(--color-bg-blue);
}
.drawer__links dd {
  width: calc(50% - 0.5em);
}