@charset "UTF-8";
/* SCSSの読み込み */
/*===============================
  カラー変数
=================================*/
/*===============================
  フォント変数
=================================*/
/* font-family */
/* font-weight */
/* 行間削除 */
/*===============================
  Bootstrap icon変数
=================================*/
:root {
  /* カラー */
  --color-text: #222;
  --color-white: #fff;
  --color-main: linear-gradient(to right, #3096ed 25%, #41b1a5 75%);
  --color-main-blue: #3096ed;
  --color-main-green: #41b1a5;
  --color-accent: #082553;
  --color-border: #e5e5e5;
  --color-bg: #f3f3f3;
  /* font-family */
  --font-family-kaku: "Zen Kaku Gothic Antique", sans-serif;
  --font-family-lexend: "Lexend Deca", sans-serif;
  --font-family-icon: "bootstrap-icons";
  /* 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;
}

@media screen and (min-width: 768px) {
  :root {
    /* フォントサイズ */
    --font-size-h1: 4.8rem;
    --font-size-h2: 4rem;
    --font-size-h3: 3.2rem;
    --font-size-h4: 2.8rem;
    --font-size-h5: 2.2rem;
    --font-size-h6: 1.8rem;
    --font-size-en: clamp(13.5rem, 10.417vw, 20rem);
    --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.5;
    --line-height-h3: 1.25;
    --line-height-h4: 1.4285715;
    --line-height-h5: 1.1363637;
    --line-height-h6: 1.5;
    --line-height-en: 0.85;
    --line-height-base: 1.875;
    --line-height-sm: 1.714286;
    --line-height-xs: 1.6666667;
    /* letter-spacing */
    --letter-spacing-base: 0.1em;
    --letter-spacing-min: 0.05em;
    --letter-spacing-lexend: -0.05em;
  }
}
@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-en: clamp(4.5rem, 14vw, 6.3rem);
    --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.1em;
    --letter-spacing-min: 0.05em;
    --letter-spacing-lexend: -0.05em;
  }
}
/*****共通*******/
body {
  font-size: 16px;
}

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

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

/*==============================================
ここから下がドロワー設定項目
==============================================*/
/*drawer btn 上下左右で設定可能
------------------------------------ */
.sp-menu-btn {
  width: min(64px, 14.2222222222vw);
  aspect-ratio: 1;
}
.sp-menu-btn__wrapper {
  top: min(12px, 2.6666666667vw);
  right: 1em;
  bottom: auto;
  left: auto;
  background: var(--color-accent);
  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;
  height: min(90px, 20vw);
  margin-bottom: 2.5em;
}
#drawer__nav .drawer__logo img {
  width: min(225px, 50vw);
  aspect-ratio: 225/32;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: left center;
     object-position: left center;
}
#drawer__nav #nav .drawer__link {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1.5em 1em;
  border-bottom: 1px solid var(--color-border);
  font-size: var(--font-size-h6);
  font-family: var(--font-family-kaku);
  font-weight: var(--font-weight-bold);
  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: "\f134";
  font-family: var(--font-family-icon);
  font-weight: var(--font-weight-regular);
  letter-spacing: 0;
  line-height: 1;
}
#drawer__nav #nav .drawer__link.current span {
  color: transparent;
  background: var(--color-main);
  -webkit-background-clip: text;
          background-clip: text;
}
#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: 2em;
  padding: 3em 0;
}

/*sns
---------------------------*/
.drawer__sns {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: clamp(24px, 6.6666666667vw, 30px);
}
.drawer__sns li {
  width: clamp(40px, 11.1111111111vw, 50px);
}

/*電話番号
---------------------------*/
/*mail
---------------------------*/