@charset "UTF-8";
/* ===============================================
	CSS custom properties
=============================================== */
/* Color */
:root {
  --color-gray: #595757;
  --color-blue: #2e6f9e;
  --color-light-yellow: #fffabf;
  --color-beige: #efeaba;
  --color-light-beige: #fff7e3;
  --color-orange: #ea5514;
  --color-light-orange: #f29408;
  --color-green: #8dc21f;
  --color-light-green: #9dcf96;
  --color-purple: #9b4594;
}

/* Font */
:root {
  --font-family-base: "Zen Maru Gothic", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
}

/* z-index */
:root {
  --z-index-hamburger: 99;
  --z-index-header-menu: 98;
  --z-index-page-top: 97;
}

/* content-width */
:root {
  --width-content: 900px;
  --width-content-l: 1440px;
}

/* ===============================================
	A Modern CSS Reset
=============================================== */
*, *::before, *::after {
  box-sizing: border-box;
}

body, h1, h2, h3, h4, p, figure, blockquote, dl, dd {
  margin: 0;
}

ul[role=list], ol[role=list] {
  list-style: none;
}

body {
  min-height: 100vh;
}

img, picture {
  max-width: 100%;
  display: block;
}

input, button, textarea, select {
  font: inherit;
}

/* ===============================================
   common
=============================================== */
html {
  font-size: 62.5%;
}

body {
  position: relative;
  width: 100%;
  overflow: hidden;
  word-break: break-all;
  font-family: var(--font-family-base);
  font-size: 1.6rem;
  color: var(--color-gray);
}

b, .bold {
  font-weight: 600 !important;
}

em, .em {
  font-style: italic;
}

address {
  font-weight: 500;
}

.normal {
  font-weight: 500 !important;
}

.nowrap {
  white-space: nowrap !important;
}

.align-l {
  text-align: left;
}

.align-c {
  text-align: center;
}

.align-r {
  text-align: right;
}

.c-orange {
  color: var(--color-orange) !important;
}

/* TEL無効 */
@media screen and (min-width: 768px) {
  a[href^="tel:"] {
    pointer-events: none;
    cursor: default;
  }
}
.fs11 {
  font-size: 11px !important;
}

.fs12 {
  font-size: 12px !important;
}

.fs13 {
  font-size: 13px !important;
}

.fs14 {
  font-size: 14px !important;
}

.fs15 {
  font-size: 15px !important;
}

.fs16 {
  font-size: 16px !important;
}

.fs17 {
  font-size: 17px !important;
}

.fs18 {
  font-size: 18px !important;
}

.fs19 {
  font-size: 19px !important;
}

.fs20 {
  font-size: 20px !important;
}

.fs24 {
  font-size: 24px !important;
}

.fs28 {
  font-size: 28px !important;
}

.fs32 {
  font-size: 32px !important;
}

.fs36 {
  font-size: 36px !important;
}

.fs40 {
  font-size: 40px !important;
}

/* margin */
.mauto {
  margin: auto !important;
}

.mt0 {
  margin-top: 0 !important;
}

.mt5 {
  margin-top: 5px !important;
}

.mt10 {
  margin-top: 10px !important;
}

.mt15 {
  margin-top: 15px !important;
}

.mt20 {
  margin-top: 20px !important;
}

.mt25 {
  margin-top: 25px !important;
}

.mt30 {
  margin-top: 30px !important;
}

.mt35 {
  margin-top: 35px !important;
}

.mt40 {
  margin-top: 40px !important;
}

.mt45 {
  margin-top: 45px !important;
}

.mt50 {
  margin-top: 50px !important;
}

.mt60 {
  margin-top: 60px !important;
}

.mt70 {
  margin-top: 70px !important;
}

.mt80 {
  margin-top: 80px !important;
}

.mt90 {
  margin-top: 90px !important;
}

.mt100 {
  margin-top: 100px !important;
}

.mb0 {
  margin-bottom: 0 !important;
}

.mb5 {
  margin-bottom: 5px !important;
}

.mb10 {
  margin-bottom: 10px !important;
}

.mb15 {
  margin-bottom: 15px !important;
}

.mb20 {
  margin-bottom: 20px !important;
}

.mb25 {
  margin-bottom: 25px !important;
}

.mb30 {
  margin-bottom: 30px !important;
}

.mb35 {
  margin-bottom: 35px !important;
}

.mb40 {
  margin-bottom: 40px !important;
}

.mb45 {
  margin-bottom: 45px !important;
}

.mb50 {
  margin-bottom: 50px !important;
}

.mb60 {
  margin-bottom: 60px !important;
}

.mb70 {
  margin-bottom: 70px !important;
}

.mb80 {
  margin-bottom: 80px !important;
}

.mb90 {
  margin-bottom: 90px !important;
}

.mb100 {
  margin-bottom: 100px !important;
}

.ml0 {
  margin-left: 0 !important;
}

.ml5 {
  margin-left: 5px !important;
}

.ml10 {
  margin-left: 10px !important;
}

.ml15 {
  margin-left: 15px !important;
}

.ml20 {
  margin-left: 20px !important;
}

.ml25 {
  margin-left: 25px !important;
}

.ml30 {
  margin-left: 30px !important;
}

.ml35 {
  margin-left: 35px !important;
}

.ml40 {
  margin-left: 40px !important;
}

.ml45 {
  margin-left: 45px !important;
}

.ml50 {
  margin-left: 50px !important;
}

.ml60 {
  margin-left: 60px !important;
}

.ml70 {
  margin-left: 70px !important;
}

.ml80 {
  margin-left: 80px !important;
}

.ml90 {
  margin-left: 90px !important;
}

.ml100 {
  margin-left: 100px !important;
}

.mr0 {
  margin-right: 0 !important;
}

.mr5 {
  margin-right: 5px !important;
}

.mr10 {
  margin-right: 10px !important;
}

.mr15 {
  margin-right: 15px !important;
}

.mr20 {
  margin-right: 20px !important;
}

.mr25 {
  margin-right: 25px !important;
}

.mr30 {
  margin-right: 30px !important;
}

.mr35 {
  margin-right: 35px !important;
}

.mr40 {
  margin-right: 40px !important;
}

.mr45 {
  margin-right: 45px !important;
}

.mr50 {
  margin-right: 50px !important;
}

.mr60 {
  margin-right: 60px !important;
}

.mr70 {
  margin-right: 70px !important;
}

.mr80 {
  margin-right: 80px !important;
}

.mr90 {
  margin-right: 90px !important;
}

.mr100 {
  margin-right: 100px !important;
}

/* padding */
.pt0 {
  padding-top: 0 !important;
}

.pt5 {
  padding-top: 5px !important;
}

.pt10 {
  padding-top: 10px !important;
}

.pt15 {
  padding-top: 15px !important;
}

.pt20 {
  padding-top: 20px !important;
}

.pt25 {
  padding-top: 25px !important;
}

.pt30 {
  padding-top: 30px !important;
}

.pt35 {
  padding-top: 35px !important;
}

.pt40 {
  padding-top: 40px !important;
}

.pt45 {
  padding-top: 45px !important;
}

.pt50 {
  padding-top: 50px !important;
}

.pt60 {
  padding-top: 60px !important;
}

.pt70 {
  padding-top: 70px !important;
}

.pt80 {
  padding-top: 80px !important;
}

.pt90 {
  padding-top: 90px !important;
}

.pt100 {
  padding-top: 100px !important;
}

.pb0 {
  padding-bottom: 0 !important;
}

.pb5 {
  padding-bottom: 5px !important;
}

.pb10 {
  padding-bottom: 10px !important;
}

.pb15 {
  padding-bottom: 15px !important;
}

.pb20 {
  padding-bottom: 20px !important;
}

.pb25 {
  padding-bottom: 25px !important;
}

.pb30 {
  padding-bottom: 30px !important;
}

.pb35 {
  padding-bottom: 35px !important;
}

.pb40 {
  padding-bottom: 40px !important;
}

.pb45 {
  padding-bottom: 45px !important;
}

.pb50 {
  padding-bottom: 50px !important;
}

.pb60 {
  padding-bottom: 60px !important;
}

.pb70 {
  padding-bottom: 70px !important;
}

.pb80 {
  padding-bottom: 80px !important;
}

.pb90 {
  padding-bottom: 90px !important;
}

.pb100 {
  padding-bottom: 100px !important;
}

.pl0 {
  padding-left: 0 !important;
}

.pl5 {
  padding-left: 5px !important;
}

.pl10 {
  padding-left: 10px !important;
}

.pl15 {
  padding-left: 15px !important;
}

.pl20 {
  padding-left: 20px !important;
}

.pl25 {
  padding-left: 25px !important;
}

.pl30 {
  padding-left: 30px !important;
}

.pl35 {
  padding-left: 35px !important;
}

.pl40 {
  padding-left: 40px !important;
}

.pl45 {
  padding-left: 45px !important;
}

.pl50 {
  padding-left: 50px !important;
}

.pl60 {
  padding-left: 60px !important;
}

.pl70 {
  padding-left: 70px !important;
}

.pl80 {
  padding-left: 80px !important;
}

.pl90 {
  padding-left: 90px !important;
}

.pl100 {
  padding-left: 100px !important;
}

.pr0 {
  padding-right: 0 !important;
}

.pr5 {
  padding-right: 5px !important;
}

.pr10 {
  padding-right: 10px !important;
}

.pr15 {
  padding-right: 15px !important;
}

.pr20 {
  padding-right: 20px !important;
}

.pr25 {
  padding-right: 25px !important;
}

.pr30 {
  padding-right: 30px !important;
}

.pr35 {
  padding-right: 35px !important;
}

.pr40 {
  padding-right: 40px !important;
}

.pr45 {
  padding-right: 45px !important;
}

.pr50 {
  padding-right: 50px !important;
}

.pr60 {
  padding-right: 60px !important;
}

.pr70 {
  padding-right: 70px !important;
}

.pr80 {
  padding-right: 80px !important;
}

.pr90 {
  padding-right: 90px !important;
}

.pr100 {
  padding-right: 100px !important;
}

/* width */
.w100 {
  width: 100% !important;
}

.w95 {
  width: 95% !important;
}

.w90 {
  width: 90% !important;
}

.w85 {
  width: 85% !important;
}

.w80 {
  width: 80% !important;
}

.w75 {
  width: 75% !important;
}

.w70 {
  width: 70% !important;
}

.w65 {
  width: 65% !important;
}

.w60 {
  width: 60% !important;
}

.w55 {
  width: 55% !important;
}

.w50 {
  width: 50% !important;
}

.w45 {
  width: 45% !important;
}

.w40 {
  width: 40% !important;
}

.w35 {
  width: 35% !important;
}

.w30 {
  width: 30% !important;
}

.w25 {
  width: 25% !important;
}

.w20 {
  width: 20% !important;
}

.w15 {
  width: 15% !important;
}

.w10 {
  width: 10% !important;
}

.w5 {
  width: 5% !important;
}

.pc {
  display: block !important;
}

.sp {
  display: none !important;
}

br.pc {
  font-size: 0;
}

@media screen and (min-width: 768px) {
  .w100PC {
    width: 100% !important;
  }

  .w95PC {
    width: 95% !important;
  }

  .w90PC {
    width: 90% !important;
  }

  .w85PC {
    width: 85% !important;
  }

  .w80PC {
    width: 80% !important;
  }

  .w75PC {
    width: 75% !important;
  }

  .w70PC {
    width: 70% !important;
  }

  .w65PC {
    width: 65% !important;
  }

  .w60PC {
    width: 50% !important;
  }

  .w55PC {
    width: 55% !important;
  }

  .w50PC {
    width: 50% !important;
  }

  .w45PC {
    width: 45% !important;
  }

  .w40PC {
    width: 50% !important;
  }

  .w35PC {
    width: 35% !important;
  }

  .w30PC {
    width: 30% !important;
  }

  .w25PC {
    width: 25% !important;
  }

  .w20PC {
    width: 20% !important;
  }

  .w15PC {
    width: 15% !important;
  }

  .w10PC {
    width: 10% !important;
  }

  .w5PC {
    width: 5% !important;
  }
}
@media screen and (max-width: 767px) {
  .pc {
    display: none !important;
  }

  .sp {
    display: block !important;
  }

  br.sp {
    font-size: 0;
  }

  .w100SP {
    width: 100% !important;
  }

  .w95SP {
    width: 95% !important;
  }

  .w90SP {
    width: 90% !important;
  }

  .w85SP {
    width: 85% !important;
  }

  .w80SP {
    width: 80% !important;
  }

  .w75SP {
    width: 75% !important;
  }

  .w70SP {
    width: 70% !important;
  }

  .w65SP {
    width: 65% !important;
  }

  .w60SP {
    width: 60% !important;
  }

  .w55SP {
    width: 55% !important;
  }

  .w50SP {
    width: 50% !important;
  }

  .w45SP {
    width: 45% !important;
  }

  .w40SP {
    width: 40% !important;
  }

  .w35SP {
    width: 35% !important;
  }

  .w30SP {
    width: 30% !important;
  }

  .w25SP {
    width: 25% !important;
  }

  .w20SP {
    width: 20% !important;
  }

  .w15SP {
    width: 15% !important;
  }

  .w10SP {
    width: 10% !important;
  }

  .w5SP {
    width: 5% !important;
  }
}
a:hover img,
.hover:hover {
  opacity: 0.75 !important;
}

a {
  color: currentColor;
}

@-webkit-keyframes blinkOpacity {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes blinkOpacity {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.loading {
  position: relative;
  overflow: hidden;
  height: 100vh;
}

#layer {
  position: fixed;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  background-color: #fff;
  overflow: hidden;
  z-index: 1000;
  opacity: 1;
}

#layer::after {
  display: flex;
  content: "Loading…";
  font-family: var(--font-family-base);
  font-size: 2.8rem;
  font-weight: bold;
  color: var(--color-gray);
  letter-spacing: 0.075em;
  text-align: center;
  align-items: flex-end;
  justify-content: center;
  opacity: 0;
}

#layer.animation::after {
  opacity: 0.8;
  -webkit-animation: blinkOpacity 1s ease-in-out infinite alternate;
          animation: blinkOpacity 1s ease-in-out infinite alternate;
}

.container,
.container-l {
  width: 90%;
  margin: 0 auto;
}

.container {
  max-width: var(--width-content);
}

.container-l {
  max-width: var(--width-content-l);
}

.container-l .container {
  width: 100%;
}

.hamburger {
  width: 9.79vw;
  aspect-ratio: 188/170;
  background: url("https://aomori-syukuhakuplan.jp/campaign2025/assets/images/bg-hamburger-pc.svg") no-repeat center center/contain;
  display: flex;
  flex-direction: column;
  gap: 0.26vw;
  cursor: pointer;
  position: fixed;
  top: 0;
  right: 0;
  z-index: var(--z-index-hamburger);
}

.hamburger.active {
  background: none;
}

.hamburger-line {
  width: 2.6vw;
  height: 2.083vw;
  position: absolute;
  top: 2.6vw;
  right: 2.6vw;
  display: flex;
  flex-direction: column;
  row-gap: 0.625vw;
}

.hamburger-line > div {
  width: 100%;
  height: 0.2083vw;
  background-color: #fff;
  transition: transform 0.3s ease, opacity 0.3s ease;
}

/* ハンバーガーアイコンの変化 */
.hamburger.active .hamburger-line > div:nth-child(1) {
  transform: translateY(0.83vw) rotate(45deg);
}

.hamburger.active .hamburger-line > div:nth-child(2) {
  opacity: 0;
}

.hamburger.active .hamburger-line > div:nth-child(3) {
  transform: translateY(-0.83vw) rotate(-45deg);
}

@media screen and (max-width: 767px) {
  .hamburger {
    width: 130px;
    aspect-ratio: 1/1;
    background-image: url("https://aomori-syukuhakuplan.jp/campaign2025/assets/images/bg-hamburger-sp.svg");
  }

  .hamburger-line {
    width: 35px;
    height: 30px;
    top: 34px;
    right: 34px;
    row-gap: 8px;
  }

  .hamburger-line > div {
    height: 4px;
  }

  .hamburger.active .hamburger-line {
    width: 50px;
    height: 50px;
    top: 30px;
    right: 25px;
  }

  .hamburger.active .hamburger-line > div:nth-child(1) {
    transform: translateY(24px) rotate(45deg);
  }

  .hamburger.active .hamburger-line > div:nth-child(3) {
    transform: translateY(0) rotate(-45deg);
  }
}
/* メニュー */
.header-inner {
  max-width: 94%;
  margin: 0 auto;
  padding: 1.5625vw 0 6.77vw;
}

.header-menu {
  visibility: hidden;
  opacity: 0;
  width: 610px;
  max-width: 31%;
  height: 100vh;
  height: 100dvh;
  overflow-y: auto;
  background-color: rgba(46, 111, 158, 0.9);
  padding-top: 5.2083vw;
  position: fixed;
  top: 0;
  right: 0;
  z-index: var(--z-index-header-menu);
  transition: opacity 0.5s;
}

/* メニューの表示切替 */
.header-menu.active {
  visibility: visible;
  opacity: 1;
}

.header-menu-nav ul li a {
  display: block;
  text-decoration: none;
  font-size: 1.5vw;
  font-weight: 900;
  color: #fff;
  line-height: 1.3;
  text-align: center;
  padding: 1.302vw 1.0416vw;
  transition: color 0.2s, background-color 0.2s;
}

.header-menu-nav ul li a:hover {
  color: var(--color-blue);
  background-color: var(--color-light-yellow);
}

.header-bnr-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.5625vw;
}

@media screen and (max-width: 767px) {
  .header-inner {
    padding: 20px 0;
  }

  .header-menu {
    width: 100%;
    max-width: 100%;
    padding-top: 100px;
  }

  .header-menu-nav ul li a {
    font-size: 2.0rem;
    padding: 1.1em 0.2em;
  }

  .header-bnr-list {
    gap: 15px;
  }
}
#pagetop {
  position: fixed;
  bottom: 10px;
  right: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  color: #fff;
  background-color: var(--color-blue);
  border: 2px solid var(--color-blue);
  cursor: pointer;
  transition: background-color 0.2s, opacity 0.5s;
  z-index: var(--z-index-page-top);
  pointer-events: none;
  opacity: 0;
}

#pagetop.active {
  pointer-events: all;
  opacity: 1;
}

#pagetop:hover {
  color: var(--color-blue);
  background-color: #fff;
}

#pagetop > span {
  font-size: 2.4rem;
  font-weight: 900;
  text-align: center;
  line-height: 1;
  letter-spacing: 0.075em;
  display: inline-block;
  margin-top: 0.7em;
}

#pagetop > span::after {
  content: "";
  width: 0.9583em;
  height: 0.7083em;
  -webkit-mask: url("https://aomori-syukuhakuplan.jp/campaign2025/assets/images/icon-pagetop-arrow.svg") no-repeat;
  mask: url("https://aomori-syukuhakuplan.jp/campaign2025/assets/images/icon-pagetop-arrow.svg") no-repeat;
  -webkit-mask-size: contain;
  mask-size: contain;
  background: currentColor;
  position: absolute;
  top: 0.9em;
  left: 50%;
  transform: translateX(-50%);
}

@media (max-width: 1200px) and (min-width: 768px) {
  #pagetop {
    width: 80px;
    height: 80px;
  }

  #pagetop > span {
    font-size: 2rem;
  }
}
@media screen and (max-width: 767px) {
  #pagetop {
    width: 60px;
    height: 60px;
  }

  #pagetop > span {
    font-size: 1.4rem;
  }
}
/* フッター */
.footer {
  background-color: #fff;
  padding: 50px 0 60px;
  position: relative;
}

.footer .container-l {
  position: relative;
}

.footer::before {
  content: "";
  width: 100%;
  aspect-ratio: 1980/232;
  position: absolute;
  bottom: calc(100% - 2.083vw);
  left: -1.04166vw;
  background-image: url("https://aomori-syukuhakuplan.jp/campaign2025/assets/images/footer-snow-line.svg");
  background-size: 100% auto;
}

.footer-logo {
  width: 200px;
  max-width: 100%;
}

.footer .text1 {
  font-size: 2.4rem;
  font-weight: 900;
  letter-spacing: 0.075em;
  line-height: 1.3;
}

.footer .text2 {
  font-size: 1.9rem;
  font-weight: bold;
  line-height: 1.47;
  margin-top: 0.1em;
}

.footer .text3 {
  font-size: 2.2rem;
  font-weight: bold;
  letter-spacing: 0.075em;
  display: flex;
  align-items: flex-end;
}

.footer .tel1 {
  white-space: nowrap;
  line-height: 1;
  font-family: "Roboto", serif;
  font-weight: 500;
  display: flex;
  align-items: flex-end;
  margin-right: 1.14em;
}

.footer .tel1 .icon {
  width: 27px;
  display: inline-block;
  transform: translateY(-0.15em);
  margin-right: 0.3em;
}

.footer .tel2 {
  white-space: nowrap;
  line-height: 1;
  transform: translateY(-0.1em);
}

.footer .mail {
  font-size: 2.2rem;
  font-weight: bold;
  line-height: 1;
  letter-spacing: 0.075em;
  margin-top: 0.1em;
}

.footer-logo-wrap {
  grid-area: 1/1/3/2;
}

.footer-top {
  grid-area: 1/2/2/5;
  display: flex;
  gap: 6%;
}

.footer-insta {
  width: 152px;
  max-width: 100%;
}

.footer .bnr {
  width: 260px;
  max-width: 100%;
}

.footer .bnr a {
  display: block;
}

.footer .bnr1 {
  grid-area: 2/2/3/3;
}

.footer .bnr1 a {
  border: 1px solid #9fa0a0;
}

.footer .bnr2 {
  grid-area: 2/3/3/4;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.footer .bnr3 {
  grid-area: 2/4/3/5;
}

.footer .bnr4 {
  width: 300px;
  max-width: 100%;
  grid-area: 1/5/3/6;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}

.footer-area {
  display: grid;
  grid-template-columns: 17% 18% 18% 18% 21%;
  grid-template-rows: auto auto;
  gap: 15px 2%;
}

.copylight {
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 1.3;
  text-align: center;
  padding: 70px 1em 0;
}

.copylight > span {
  display: inline-block;
  margin-left: 1em;
}

.footer-dl {
  display: flex;
  align-items: center;
  gap: 2%;
  margin-top: 30px;
}

.footer-dl-l {
  width: 17%;
}

.footer-dl-r {
  flex: 1;
}

.footer-dl-2 {
  display: flex;
  align-items: center;
  gap: 2%;
  margin-top: 30px;
}

.footer-dl-2 .footer-dl-l,
.footer-dl-2 .footer-dl-r {
  flex: 1;
}

.footer-dl-text {
  font-size: 2.2rem;
  font-weight: 900;
  color: var(--color-blue);
  letter-spacing: -0.02em;
  line-height: 1.3;
  position: relative;
  margin-top: -0.2em;
}

.footer-dl-text .space {
  margin: 0 -0.2em;
}

.footer-dl-text > span {
  font-size: 2.2rem;
  display: inline-block;
  padding-right: 2.27em;
  position: relative;
}

.footer-dl-text > span::before {
  content: "";
  width: 1.54em;
  height: 1.4em;
  background: url("https://aomori-syukuhakuplan.jp/campaign2025/assets/images/icon-arrow-r-w.svg") no-repeat center center/contain;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}

@media (max-width: 1610px) and (min-width: 768px) {
  .footer-dl-text > span {
    font-size: 1.37vw;
  }

  .footer-dl-r .button.download, 
  .footer-dl-2 .button.doc  {
    font-size: 1.74vw;
  }
}
@media (max-width: 1200px) and (min-width: 768px) {
  .footer {
    padding: 4.16vw 0 5vw;
  }

  .footer .text1 {
    font-size: 2vw;
  }

  .footer .text2 {
    font-size: 1.58vw;
  }

  .footer .text3 {
    font-size: 1.83vw;
  }

  .footer .tel1 .icon {
    width: 2.25vw;
  }

  .footer .mail {
    font-size: 1.83vw;
  }

  .footer-area {
    gap: 1.25vw 2%;
  }

  .copylight {
    font-size: 1.25vw;
    padding-top: 5.83vw;
  }

  .footer-dl {
    margin-top: 2.5vw;
  }

  .footer-dl-text {
    font-size: 1.83vw;
  }

  .footer-dl-r .button.download,
  .footer-dl-2 .button.doc  {
    border-radius: 1.66vw;
  }
}
@media screen and (max-width: 767px) {
  .footer {
    padding: 30px 0 20px;
  }

  .footer .container-l {
    width: 88%;
  }

  .footer::before {
    width: auto;
    height: 166px;
    width: auto;
    bottom: calc(100% - 50px);
    left: 50%;
    transform: translateX(-50%);
    margin-left: -45px;
  }

  .footer-dl,
  .footer-dl-2  {
    display: none;
  }

  .footer-area {
    grid-template-columns: 29.4% 11.76% 1fr;
    grid-template-rows: auto auto auto auto;
    gap: 20px;
  }

  .footer-logo-wrap {
    grid-area: 1/1/2/2;
  }

  .footer-top {
    grid-area: 1/2/2/4;
    display: block;
  }

  .footer .text1 {
    font-size: 1.6rem;
  }

  .footer .text2 {
    font-size: 1.3rem;
  }

  .footer .text3 {
    font-size: 1.3rem;
    font-weight: 900;
    flex-direction: column;
    align-items: flex-start;
    gap: 5px;
    margin-top: 5px;
  }

  .footer .tel1 {
    margin-right: 0;
  }

  .footer .tel1 .icon {
    width: 16px;
  }

  .footer .mail {
    font-size: 1.6rem;
  }

  .footer .bnr {
    width: 160px;
  }

  .footer .bnr1 {
    grid-area: 2/1/3/3;
  }

  .footer .bnr2 {
    grid-area: 4/1/5/3;
  }

  .footer .bnr3 {
    grid-area: 4/3/5/4;
  }

  .footer .bnr4 {
    grid-area: 3/1/4/3;
  }

  .footer-insta {
    grid-area: 2/3/4/4;
  }

  .copylight {
    font-size: 1.3rem;
    padding-top: 20px;
  }

  .copylight > span {
    margin-left: 0;
    display: block;
  }
}
/* スライダー */
.slick-dots {
  bottom: -40px;
}

.slick-dots li {
  margin: 0 10px;
}

.slick-dots li button::before {
  font-size: 30px;
}

.slick-dots li.slick-active button::before {
  color: #036eb8;
}

.slick-dots > li:first-child:last-child {
  display: none;
}

.slick-prev,
.slick-next {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  border: 2px solid #fff !important;
  border-radius: 50%;
  background-color: rgba(100, 100, 100, 0.8);
  z-index: 10;
  transition: all 0.2s;
}

.slick-prev {
  left: 25px;
}

.slick-next {
  right: 25px;
}

.slick-prev:hover,
.slick-next:hover {
  background-color: rgba(200, 200, 200, 0.9);
}

.slick-prev:before,
.slick-next:before {
  position: relative;
  display: block;
  content: "";
  border: 4px solid #fff;
  border-top: none;
  border-right: none;
  border-radius: 2px;
  width: 15px;
  height: 15px;
  transform-origin: center center;
}

.slick-prev:before {
  left: 3px;
  transform: rotate(45deg);
}

.slick-next:before {
  right: 3px;
  transform: rotate(-135deg);
}

.slick-prev:hover:before,
.slick-next:hover:before {
  border-color: #999;
}

@media screen and (max-width: 767px) {
  /* sp */
  .slick-dots li {
    margin: 0 6px;
  }

  .slick-dots li button::before {
    font-size: 2.8rem;
  }

  .slick-dots {
    bottom: -25px;
  }

  .slick-prev {
    left: 10px;
  }

  .slick-next {
    right: 10px;
  }
}
/* .list */
.list > li {
  position: relative;
  line-height: 1.4;
  padding-left: 1em;
}

.list > li::before {
  content: "";
  width: 0.263em;
  height: 0.263em;
  position: absolute;
  top: 0.6em;
  left: 0;
  background-color: currentColor;
  border-radius: 50%;
}

.list > li > ol, .list > li > ul {
  margin-top: 0.5em;
}

/* .list-note */
.list-note > li {
  position: relative;
  line-height: 1.4;
  padding-left: 1.2em;
}

.list-note > li::before {
  content: "※";
  position: absolute;
  top: 0;
  left: 0;
}

.list-note > li > ol, .list-note > li > ul {
  margin-top: 0.5em;
}

/* .list-order */
.list-order {
  counter-reset: item;
}

.list-order > li {
  position: relative;
  line-height: 1.4;
  padding-left: 1.2em;
}

.list-order > li::before {
  counter-increment: item;
  content: counter(item) ".";
  position: absolute;
  top: 0;
  left: 0;
}

.list-order > li > ol, .list-order > li > ul {
  margin-top: 0.5em;
}

/* .list */
.list > li {
  position: relative;
  line-height: 1.4;
  padding-left: 0.8em;
}

.list > li::before {
  content: "";
  width: 6px;
  height: 6px;
  position: absolute;
  top: 0.6em;
  left: 0.4em;
  background-color: currentColor;
  border-radius: 50%;
}

.list > li > ol, .list > li > ul {
  margin-top: 0.5em;
}

/* .list-note */
.list-note > li {
  position: relative;
  line-height: 1.4;
  padding-left: 1.2em;
}

.list-note > li::before {
  content: "※";
  position: absolute;
  top: 0;
  left: 0;
}

.list-note > li > ol, .list-note > li > ul {
  margin-top: 0.5em;
}

/* .list-order */
.list-order {
  counter-reset: item;
}

.list-order > li {
  position: relative;
  line-height: 1.4;
  padding-left: 1.2em;
}

.list-order > li::before {
  counter-increment: item;
  content: counter(item) ".";
  position: absolute;
  top: 0;
  left: 0;
}

.list-order > li > ol, .list-order > li > ul {
  margin-top: 0.5em;
}

/* .movie */
.movie {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}

.movie iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

/* title */
.title-lv2 {
  font-size: 4rem;
  text-align: center;
  margin-bottom: 1em;
  position: relative;
}

.title-lv2::before {
  content: "";
  width: 5.675em;
  height: 1.875em;
  position: absolute;
  bottom: 100%;
  left: 50%;
  transform: translateX(-50%);
  background: url("https://aomori-syukuhakuplan.jp/campaign2025/assets/images/icon-title.svg") no-repeat center center/contain;
  position: relative;
  display: block;
}

.title-lv2.no-icon::before {
  content: none;
}

.title-lv2 > span {
  font-weight: 900;
  color: var(--color-blue);
  line-height: 1.3;
  letter-spacing: 0.075em;
  display: inline-block;
  padding: 0 1.125em;
  position: relative;
}

.title-lv2 > span::before,
.title-lv2 > span::after {
  content: "";
  width: 0.25em;
  height: 1em;
  position: absolute;
  bottom: 0.2em;
  display: block;
}

.title-lv2 > span::before {
  left: 0;
  background: url("https://aomori-syukuhakuplan.jp/campaign2025/assets/images/square-brackets.svg") no-repeat left bottom/contain;
}

.title-lv2 > span::after {
  right: 0;
  background: url("https://aomori-syukuhakuplan.jp/campaign2025/assets/images/square-brackets.svg") no-repeat left top/contain;
  transform: rotate(180deg);
}

.title-lv2.title-lv2-s > span {
  width: 350px;
  max-width: 100%;
}

@media (max-width: 1000px) and (min-width: 768px) {
  .title-lv2 {
    font-size: 4vw;
  }
}
@media screen and (max-width: 767px) {
  .title-lv2 {
    font-size: 2.6rem;
  }

  .title-lv2::before {
    width: 11.15em;
    height: 3.77em;
  }

  .title-lv2.title-lv2-s > span {
    width: auto;
  }

  .title-lv2 > span::before,
.title-lv2 > span::after {
    width: 0.38em;
    bottom: 0em;
  }
}
/* button */
.button {
  display: block;
  font-size: 2.8rem;
  font-weight: 900;
  color: var(--color-blue);
  line-height: 1.3;
  letter-spacing: 0.075em;
  text-align: center;
  padding: 0.5em 0.8em;
  border: 2px solid var(--color-blue);
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background-color 0.2s, color 0.2s;
}

.button.pdf {
  border-radius: 20px;
}

.button.pdf > span {
  padding-left: 4em;
}

.button.pdf > span::before {
  content: "";
  width: 1.46875em;
  height: 1.5625em;
  -webkit-mask: url("../images/icon-pdf.svg") no-repeat;
  mask: url("../images/icon-pdf.svg") no-repeat;
  -webkit-mask-size: contain;
  mask-size: contain;
  background: currentColor;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  transition: background 0.2s;
}

.button.download,
.button.doc {
  padding: 0.7em 0.8em;
  border-radius: 20px;
}

.button.download > span,
.button.doc > span {
  position: relative;
  padding-left: 3.57em;
}

.button.download > span::before {
  content: "";
  width: 1.96em;
  height: 1.96em;
  background: url("https://aomori-syukuhakuplan.jp/campaign2025/assets/images/icon-dl.svg") no-repeat center center/contain;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.button.doc > span::before {
  content: "";
  width: 1.96em;
  height: 1.96em;
  background: url("../images/icon-doc.svg") no-repeat center center/contain;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

.button.button-blue {
  color: #fff;
  background-color: var(--color-blue);
  border: 2px solid var(--color-blue);
}

.button.button-blue:hover {
  color: var(--color-blue);
  background-color: #fff;
}

.button.fs-l {
  padding: 1em 0.5em;
}

.button.fs-l > span {
  font-size: 1.14em;
}

.button > span {
  display: inline-block;
  position: relative;
}

.button.button-arrow-r > span {
  padding: 0 1.6em;
}

.button.button-arrow-r > span::after {
  content: "";
  width: 0.857em;
  height: 0.857em;
  -webkit-mask: url("https://aomori-syukuhakuplan.jp/campaign2025/assets/images/arrow-right.svg") no-repeat;
  mask: url("https://aomori-syukuhakuplan.jp/campaign2025/assets/images/arrow-right.svg") no-repeat;
  -webkit-mask-size: contain;
  mask-size: contain;
  background: currentColor;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  transition: background 0.2s;
}

.button:hover {
  opacity: 1;
  background-color: var(--color-blue);
  color: #fff;
}

.button.button-arrow-r:hover > span::after {
  background: currentColor;
}

.button-note {
  font-size: 1.9rem;
  font-weight: bold;
  color: var(--color-blue);
  line-height: 1.3;
  letter-spacing: 0.075em;
  text-align: center;
  margin-top: 1em;
}

@media (max-width: 1000px) and (min-width: 768px) {
  .button {
    font-size: 2.8vw;
    border-radius: 1vw;
  }

  .button.pdf {
    border-radius: 2vw;
  }

  .button.download,
  .button.doc  {
    border-radius: 2vw;
  }

  .button-note {
    font-size: 1.9vw;
  }
}
@media screen and (max-width: 767px) {
  .button {
    font-size: 1.9rem;
  }

  .button.button-arrow-r > span {
    padding: 0 2.5em 0 0;
  }

  .button.button-arrow-r > span::after {
    width: 1.26em;
    height: 1.26em;
  }

  .button.fs-l > span {
    font-size: 1.6rem;
    padding-left: 2.2em;
  }

  .button.pdf {
    border-radius: 10px;
    min-height: 70px;
  }

  .button-note {
    font-size: 1.3rem;
    line-height: 1.5;
  }
}
/* modal */
.modaal-outer-wrapper {
  overscroll-behavior: contain;
  overflow-y: scroll;
}

.modaal-wrapper .modaal-close {
  width: 80px;
  height: 80px;
  background: var(--color-blue);
  position: absolute;
  top: 20px;
  right: 20px;
}

.modaal-close:focus,
.modaal-close:hover {
  background: var(--color-blue);
}

.modaal-close:focus::after,
.modaal-close:focus::before,
.modaal-close:hover::after,
.modaal-close:hover::before {
  background: #fff;
}

.modaal-close::after,
.modaal-close::before {
  height: 30px;
  border-radius: 0;
  top: 25px;
  left: 38px;
}

body.modaal-noscroll .no-scroll:not(.button) {
  height: calc(100vh + 1px);
  width: 1px;
  background-color: transparent;
  position: absolute;
  top: 0;
  left: 0;
}

.modaal-content-container {
  padding: 80px 170px;
}

@media (max-width: 1400px) and (min-width: 768px) {
  .modaal-content-container {
    padding: 5.7vw 12.14vw;
  }

  .modaal-wrapper .modaal-close {
    width: 5.7vw;
    height: 5.7vw;
  }

  .modaal-close::after,
.modaal-close::before {
    top: 1.78vw;
    left: 2.71vw;
    height: 2.14vw;
  }
}
@media screen and (max-width: 767px) {
  .modaal-content-container {
    padding: 30px;
  }

  .modaal-wrapper .modaal-close {
    width: 60px;
    height: 60px;
    top: 0;
    right: 0;
    border-radius: 0;
  }

  .modaal-close::after,
.modaal-close::before {
    height: 30px;
    top: 15px;
    left: 30px;
    width: 2px;
  }
}
/* icon-box */
.icon-box {
  background-color: #fff;
  padding: 90px 50px 100px;
  border-radius: 20px;
  position: relative;
  font-weight: bold;
  color: var(--color-gray);
}

.icon-box-inner {
  max-width: 900px;
  margin: 0 auto;
  position: relative;
  z-index: 0;
}

.icon-box-icon {
  width: 340px;
  aspect-ratio: 340/300;
  border-radius: 50%;
  background: #fff url("https://aomori-syukuhakuplan.jp/campaign2025/assets/images/icon-box.svg") no-repeat top 42px center/205px auto;
  position: absolute;
  top: -100px;
  left: 50%;
  transform: translateX(-50%);
}

.icon-box-text {
  font-size: 1.9rem;
  line-height: 2;
  letter-spacing: 0.075em;
}

.icon-box-text .list-note {
  font-size: 1.6rem;
}

@media (max-width: 1000px) and (min-width: 768px) {
  .icon-box {
    padding: 8vw 5vw;
    border-radius: 2vw;
  }

  .icon-box-icon {
    width: 34vw;
    background: #fff url("https://aomori-syukuhakuplan.jp/campaign2025/assets/images/icon-box.svg") no-repeat top 4.2vw center/20.6vw auto;
    top: -10vw;
  }

  .icon-box-text {
    font-size: 1.9vw;
  }

  .icon-box-text .list-note {
    font-size: 1.6vw;
  }
}
@media screen and (max-width: 767px) {
  .icon-box {
    padding: 45px 20px 30px;
    border-radius: 0;
    width: 100vw;
    margin-left: calc(50% - 50vw);
  }

  .icon-box-text {
    font-size: 1.6rem;
  }
}
/* アコーディオン */
.ac-cont .inner {
  max-width: 560px;
  padding-top: 30px;
  margin: 0 auto;
}

.ac-button {
  font-size: 2.6rem;
  font-weight: 900;
  letter-spacing: 0.075em;
  text-align: center;
  position: relative;
  padding-right: 2.5em;
  /* margin-bottom: 1em; */
  cursor: pointer;
}

.ac-button:hover {
  opacity: 0.8;
}

.ac-icon {
  content: "";
  width: 2.1875em;
  height: 2.1875em;
  border-radius: 50%;
  background-color: var(--color-light-green);
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  margin-top: -0.4em;
}

.ac-icon::before,
.ac-icon::after {
  content: "";
  width: 0.9375em;
  height: 0.15625em;
  background-color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.3s ease-in-out;
}

.ac-icon::before {
  transform: translate(-50%, -50%) rotate(90deg);
}

.ac-button.open .ac-icon::before {
  transform: translate(-50%, -50%) rotate(180deg);
}

.ac-button > span.text {
  position: relative;
  display: inline-block;
  text-indent: -1.3em;
  padding-left: 1.3em;
  padding-bottom: 1em;
  line-height: 1.4;
}

.ac-button > span.text::before {
  content: "Q.";
  color: var(--color-light-green);
  margin-right: 0.2em;
}

.ac-cont {
  display: none;
  font-size: 1.9rem;
  font-weight: bold;
  line-height: 1.32;
  letter-spacing: 0.075em;
  position: relative;
}

.ac-cont::before {
  content: "";
  width: 100%;
  height: 3px;
  background-color: var(--color-light-green);
  border-radius: 100vh;
  position: absolute;
  top: 0;
  left: 0;
}

@media (max-width: 1000px) and (min-width: 768px) {
  .ac-cont .inner {
    padding-top: 3vw;
  }

  .ac-button {
    font-size: 2.6vw;
  }

  .ac-cont {
    font-size: 1.9vw;
  }
}
@media screen and (max-width: 767px) {
  .ac-button {
    font-size: 1.7rem;
    text-align: left;
    padding-right: 2em;
  }

  .ac-icon {
    width: 25px;
    height: 25px;
    right: 0.2em;
  }

  .ac-icon::before,
.ac-icon::after {
    width: 10px;
    height: 2px;
  }

  .ac-cont {
    font-size: 1.3rem;
    line-height: 2.15;
  }
}