@charset "UTF-8";
/*----------------------------------------
  単位変換関数
----------------------------------------*/
/*----------------------------------------
  色操作関数
----------------------------------------*/
/*----------------------------------------
  ブレークポイント
----------------------------------------*/
/*----------------------------------------
  メディアクエリ
----------------------------------------*/
@media screen and (min-width: 375px) {
  /* xxs-size */
}
@media screen and (min-width: 576px) {
  /* xs-size */
}
@media screen and (min-width: 768px) {
  /* s-size */
}
@media screen and (min-width: 992px) {
  /* m-size */
}
@media screen and (min-width: 1280px) {
  /* l-size */
}
@media screen and (min-width: 1400px) {
  /* xl-size */
}
@media screen and (min-width: 1920px) {
  /* xxl-size */
}
/*----------------------------------------
  タイポグラフィ
----------------------------------------*/
/*----------------------------------------
  Sass変数
----------------------------------------*/
/*----------------------------------------
  CSSカスタムプロパティ
----------------------------------------*/
:root {
  --focus-outline-color: #000;
  --vh: 100svh;
  --white: #fff;
  --black: #333;
  --gray: #ccc;
  --orange: #e33c0b;
  --red: #ee0000;
  --green: #54a29a;
  --blue: #1c4b9f;
  --navy: #14214a;
  --color-text: var(--black);
  --font-family-base: "Noto Sans JP", sans-serif;
  --scroll-padding-gap: 0px;
}

/*----------------------------------------
  html / body
----------------------------------------*/
*,
*::before,
*::after {
  box-sizing: border-box;
}

* {
  margin: 0;
  padding: 0;
}

html,
body {
  overscroll-behavior: none;
  min-height: 100%;
}

body {
  overflow-wrap: break-word;
  word-break: normal;
  line-break: strict;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/*----------------------------------------
  見出し・テキスト
----------------------------------------*/
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  font-size: inherit;
  font-weight: inherit;
}

/*----------------------------------------
  リスト
----------------------------------------*/
ul,
ol {
  list-style: none;
  padding: 0;
  margin: 0;
}

/*----------------------------------------
  リンク
----------------------------------------*/
a {
  color: inherit;
  text-decoration: none;
  background-color: transparent;
}

/*----------------------------------------
  メディア要素
----------------------------------------*/
img,
video,
canvas,
svg {
  display: block;
  max-width: 100%;
  height: auto;
}

/*----------------------------------------
  テーブル
----------------------------------------*/
table {
  border-collapse: collapse;
  border-spacing: 0;
}

th,
td {
  padding: 0;
  border: 0;
}

/*----------------------------------------
  フォーム関連
----------------------------------------*/
input,
textarea,
select,
button {
  font: inherit;
  color: inherit;
  background: none;
  border: none;
  border-radius: 0;
  margin: 0;
  padding: 0;
}

button {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  cursor: pointer;
  background: none;
  border: none;
}

input[type=checkbox],
input[type=radio] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

button,
a {
  touch-action: manipulation;
}

/*----------------------------------------
  details / summary
----------------------------------------*/
summary {
  list-style: none;
}

summary::-webkit-details-marker {
  display: none;
}

/*----------------------------------------
  html / body
----------------------------------------*/
html {
  font-size: 100%;
  scroll-padding-top: var(--scroll-padding-gap);
}

body {
  position: relative;
  font-family: "Noto Sans JP", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-weight: 500;
  font-style: normal;
  color: var(--color-text);
  min-height: calc(var(--vh, 100vh));
  font-size: 1rem;
  line-height: 1.6;
  letter-spacing: 0em;
}
body.is_noScroll {
  overflow: hidden;
}
@media screen and (min-width: 992px) {
  body {
    font-size: 1.25rem;
    line-height: 1.6;
  }
}

/* SP・PCの切り替え */
@media screen and (min-width: 768px) {
  .hp_spOnly {
    display: none !important;
  }
}

.hp_pcOnly {
  display: none !important;
}
@media screen and (min-width: 768px) {
  .hp_pcOnly {
    display: block !important;
  }
}

/* font-weight */
.hp_fw900 {
  font-weight: 900 !important;
}

.hp_fw700 {
  font-weight: 700 !important;
}

.hp_fw600 {
  font-weight: 600 !important;
}

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

.hp_fw400 {
  font-weight: 400 !important;
}

/* text-align */
.hp_tal {
  text-align: left !important;
}

.hp_tac {
  text-align: center !important;
}

.hp_tar {
  text-align: right !important;
}

/* font-size */
.hp_fsz10 {
  font-size: 1rem !important;
}

.hp_fsz11 {
  font-size: 1.1rem !important;
}

.hp_fsz12 {
  font-size: 1.2rem !important;
}

.hp_fsz13 {
  font-size: 1.3rem !important;
}

.hp_fsz14 {
  font-size: 1.4rem !important;
}

.hp_fsz15 {
  font-size: 1.5rem !important;
}

.hp_fsz16 {
  font-size: 1.6rem !important;
}

.hp_fsz17 {
  font-size: 1.7rem !important;
}

.hp_fsz18 {
  font-size: 1.8rem !important;
}

.hp_fsz19 {
  font-size: 1.9rem !important;
}

.hp_fsz20 {
  font-size: 2rem !important;
}

.hp_fsz21 {
  font-size: 2.1rem !important;
}

.hp_fsz22 {
  font-size: 2.2rem !important;
}

.hp_fsz23 {
  font-size: 2.3rem !important;
}

.hp_fsz24 {
  font-size: 2.4rem !important;
}

.hp_fsz25 {
  font-size: 2.5rem !important;
}

.hp_fsz26 {
  font-size: 2.6rem !important;
}

.hp_fsz27 {
  font-size: 2.7rem !important;
}

.hp_fsz28 {
  font-size: 2.8rem !important;
}

.hp_fsz29 {
  font-size: 2.9rem !important;
}

.hp_fsz30 {
  font-size: 3rem !important;
}

/* block */
.hp_d_block {
  display: block !important;
}

.hp_d_inline-block {
  display: inline-block !important;
}

.hp_d_inline {
  display: inline !important;
}

/* flex */
.hp_d_flex {
  display: flex !important;
}

.hp_d_inline-flex {
  display: inline-flex !important;
}

/* flex | align-items */
.hp_ai_start {
  align-items: flex-start !important;
}

.hp_ai_center {
  align-items: center !important;
}

.hp_ai_end {
  align-items: flex-end !important;
}

/* flex | justify-content */
.hp_jc_start {
  justify-content: flex-start !important;
}

.hp_jc_center {
  justify-content: center !important;
}

.hp_jc_end {
  justify-content: flex-end !important;
}

.hp_jc_between {
  justify-content: space-between !important;
}

.hp_jc_around {
  justify-content: space-around !important;
}

/* flex | flex-direction */
.hp_fd_row {
  flex-direction: row !important;
}

.hp_fd_column {
  flex-direction: column !important;
}

/* flex | flex: 1 */
.hp_f_1 {
  flex: 1 !important;
}

/* flex | flex: 0 0 auto */
.hp_no_shrink {
  flex: 0 0 auto !important;
}

/* flex | flex-wrap */
.hp_fw_wrap {
  flex-wrap: wrap !important;
}

.hp_fw_nowrap {
  flex-wrap: nowrap !important;
}

/* flex or grid | gap （4の倍数） */
.hp_gap0 {
  gap: 0px !important;
}

.hp_gap4 {
  gap: 4px !important;
}

.hp_gap8 {
  gap: 8px !important;
}

.hp_gap12 {
  gap: 12px !important;
}

.hp_gap16 {
  gap: 16px !important;
}

.hp_gap20 {
  gap: 20px !important;
}

.hp_gap24 {
  gap: 24px !important;
}

.hp_gap28 {
  gap: 28px !important;
}

.hp_gap32 {
  gap: 32px !important;
}

.hp_gap36 {
  gap: 36px !important;
}

.hp_gap40 {
  gap: 40px !important;
}

.hp_gap44 {
  gap: 44px !important;
}

.hp_gap48 {
  gap: 48px !important;
}

.hp_gap52 {
  gap: 52px !important;
}

.hp_gap56 {
  gap: 56px !important;
}

.hp_gap60 {
  gap: 60px !important;
}

/* flex or grid | column-gap （4の倍数） */
.hp_gap_c0 {
  -moz-column-gap: 0px !important;
       column-gap: 0px !important;
}

.hp_gap_c4 {
  -moz-column-gap: 4px !important;
       column-gap: 4px !important;
}

.hp_gap_c8 {
  -moz-column-gap: 8px !important;
       column-gap: 8px !important;
}

.hp_gap_c12 {
  -moz-column-gap: 12px !important;
       column-gap: 12px !important;
}

.hp_gap_c16 {
  -moz-column-gap: 16px !important;
       column-gap: 16px !important;
}

.hp_gap_c20 {
  -moz-column-gap: 20px !important;
       column-gap: 20px !important;
}

.hp_gap_c24 {
  -moz-column-gap: 24px !important;
       column-gap: 24px !important;
}

.hp_gap_c28 {
  -moz-column-gap: 28px !important;
       column-gap: 28px !important;
}

.hp_gap_c32 {
  -moz-column-gap: 32px !important;
       column-gap: 32px !important;
}

.hp_gap_c36 {
  -moz-column-gap: 36px !important;
       column-gap: 36px !important;
}

.hp_gap_c40 {
  -moz-column-gap: 40px !important;
       column-gap: 40px !important;
}

.hp_gap_c44 {
  -moz-column-gap: 44px !important;
       column-gap: 44px !important;
}

.hp_gap_c48 {
  -moz-column-gap: 48px !important;
       column-gap: 48px !important;
}

.hp_gap_c52 {
  -moz-column-gap: 52px !important;
       column-gap: 52px !important;
}

.hp_gap_c56 {
  -moz-column-gap: 56px !important;
       column-gap: 56px !important;
}

.hp_gap_c60 {
  -moz-column-gap: 60px !important;
       column-gap: 60px !important;
}

/* flex or grid | row-gap （4の倍数） */
.hp_gap_r0 {
  row-gap: 0px !important;
}

.hp_gap_r4 {
  row-gap: 4px !important;
}

.hp_gap_r8 {
  row-gap: 8px !important;
}

.hp_gap_r12 {
  row-gap: 12px !important;
}

.hp_gap_r16 {
  row-gap: 16px !important;
}

.hp_gap_r20 {
  row-gap: 20px !important;
}

.hp_gap_r24 {
  row-gap: 24px !important;
}

.hp_gap_r28 {
  row-gap: 28px !important;
}

.hp_gap_r32 {
  row-gap: 32px !important;
}

.hp_gap_r36 {
  row-gap: 36px !important;
}

.hp_gap_r40 {
  row-gap: 40px !important;
}

.hp_gap_r44 {
  row-gap: 44px !important;
}

.hp_gap_r48 {
  row-gap: 48px !important;
}

.hp_gap_r52 {
  row-gap: 52px !important;
}

.hp_gap_r56 {
  row-gap: 56px !important;
}

.hp_gap_r60 {
  row-gap: 60px !important;
}

/* width（%）（5の倍数） */
.hp_w05 {
  width: 5% !important;
}

.hp_w10 {
  width: 10% !important;
}

.hp_w15 {
  width: 15% !important;
}

.hp_w20 {
  width: 20% !important;
}

.hp_w25 {
  width: 25% !important;
}

.hp_w30 {
  width: 30% !important;
}

.hp_w35 {
  width: 35% !important;
}

.hp_w40 {
  width: 40% !important;
}

.hp_w45 {
  width: 45% !important;
}

.hp_w50 {
  width: 50% !important;
}

.hp_w55 {
  width: 55% !important;
}

.hp_w60 {
  width: 60% !important;
}

.hp_w65 {
  width: 65% !important;
}

.hp_w70 {
  width: 70% !important;
}

.hp_w75 {
  width: 75% !important;
}

.hp_w80 {
  width: 80% !important;
}

.hp_w85 {
  width: 85% !important;
}

.hp_w90 {
  width: 90% !important;
}

.hp_w95 {
  width: 95% !important;
}

.hp_w100 {
  width: 100% !important;
}

/* 余白は4の倍数 */
/* padding (top + right + bottom + left) */
.hp_pd0 {
  padding: 0px !important;
}

.hp_pd4 {
  padding: 4px !important;
}

.hp_pd8 {
  padding: 8px !important;
}

.hp_pd12 {
  padding: 12px !important;
}

.hp_pd16 {
  padding: 16px !important;
}

.hp_pd20 {
  padding: 20px !important;
}

.hp_pd24 {
  padding: 24px !important;
}

.hp_pd28 {
  padding: 28px !important;
}

.hp_pd32 {
  padding: 32px !important;
}

.hp_pd36 {
  padding: 36px !important;
}

.hp_pd40 {
  padding: 40px !important;
}

.hp_pd44 {
  padding: 44px !important;
}

.hp_pd48 {
  padding: 48px !important;
}

.hp_pd52 {
  padding: 52px !important;
}

.hp_pd56 {
  padding: 56px !important;
}

.hp_pd60 {
  padding: 60px !important;
}

.hp_pd64 {
  padding: 64px !important;
}

.hp_pd68 {
  padding: 68px !important;
}

.hp_pd72 {
  padding: 72px !important;
}

.hp_pd76 {
  padding: 76px !important;
}

.hp_pd80 {
  padding: 80px !important;
}

/* padding (top + bottom) */
.hp_pdtb0 {
  padding-block: 0 !important;
}

.hp_pdtb4 {
  padding-block: 4px !important;
}

.hp_pdtb8 {
  padding-block: 8px !important;
}

.hp_pdtb12 {
  padding-block: 12px !important;
}

.hp_pdtb16 {
  padding-block: 16px !important;
}

.hp_pdtb20 {
  padding-block: 20px !important;
}

.hp_pdtb24 {
  padding-block: 24px !important;
}

.hp_pdtb28 {
  padding-block: 28px !important;
}

.hp_pdtb32 {
  padding-block: 32px !important;
}

.hp_pdtb36 {
  padding-block: 36px !important;
}

.hp_pdtb40 {
  padding-block: 40px !important;
}

.hp_pdtb44 {
  padding-block: 44px !important;
}

.hp_pdtb48 {
  padding-block: 48px !important;
}

.hp_pdtb52 {
  padding-block: 52px !important;
}

.hp_pdtb56 {
  padding-block: 56px !important;
}

.hp_pdtb60 {
  padding-block: 60px !important;
}

.hp_pdtb64 {
  padding-block: 64px !important;
}

.hp_pdtb68 {
  padding-block: 68px !important;
}

.hp_pdtb72 {
  padding-block: 72px !important;
}

.hp_pdtb76 {
  padding-block: 76px !important;
}

.hp_pdtb80 {
  padding-block: 80px !important;
}

/* padding (right + left) */
.hp_pdrl0 {
  padding-inline: 0 !important;
}

.hp_pdrl4 {
  padding-inline: 4px !important;
}

.hp_pdrl8 {
  padding-inline: 8px !important;
}

.hp_pdrl12 {
  padding-inline: 12px !important;
}

.hp_pdrl16 {
  padding-inline: 16px !important;
}

.hp_pdrl20 {
  padding-inline: 20px !important;
}

.hp_pdrl24 {
  padding-inline: 24px !important;
}

.hp_pdrl28 {
  padding-inline: 28px !important;
}

.hp_pdrl32 {
  padding-inline: 32px !important;
}

.hp_pdrl36 {
  padding-inline: 36px !important;
}

.hp_pdrl40 {
  padding-inline: 40px !important;
}

.hp_pdrl44 {
  padding-inline: 44px !important;
}

.hp_pdrl48 {
  padding-inline: 48px !important;
}

.hp_pdrl52 {
  padding-inline: 52px !important;
}

.hp_pdrl56 {
  padding-inline: 56px !important;
}

.hp_pdrl60 {
  padding-inline: 60px !important;
}

.hp_pdrl64 {
  padding-inline: 64px !important;
}

.hp_pdrl68 {
  padding-inline: 68px !important;
}

.hp_pdrl72 {
  padding-inline: 72px !important;
}

.hp_pdrl76 {
  padding-inline: 76px !important;
}

.hp_pdrl80 {
  padding-inline: 80px !important;
}

/* padding (top) */
.hp_pdt0 {
  padding-top: 0 !important;
}

.hp_pdt4 {
  padding-top: 4px !important;
}

.hp_pdt8 {
  padding-top: 8px !important;
}

.hp_pdt12 {
  padding-top: 12px !important;
}

.hp_pdt16 {
  padding-top: 16px !important;
}

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

.hp_pdt24 {
  padding-top: 24px !important;
}

.hp_pdt28 {
  padding-top: 28px !important;
}

.hp_pdt32 {
  padding-top: 32px !important;
}

.hp_pdt36 {
  padding-top: 36px !important;
}

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

.hp_pdt44 {
  padding-top: 44px !important;
}

.hp_pdt48 {
  padding-top: 48px !important;
}

.hp_pdt52 {
  padding-top: 52px !important;
}

.hp_pdt56 {
  padding-top: 56px !important;
}

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

.hp_pdt64 {
  padding-top: 64px !important;
}

.hp_pdt68 {
  padding-top: 68px !important;
}

.hp_pdt72 {
  padding-top: 72px !important;
}

.hp_pdt76 {
  padding-top: 76px !important;
}

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

/* padding (right) */
.hp_pdr0 {
  padding-right: 0 !important;
}

.hp_pdr4 {
  padding-right: 4px !important;
}

.hp_pdr8 {
  padding-right: 8px !important;
}

.hp_pdr12 {
  padding-right: 12px !important;
}

.hp_pdr16 {
  padding-right: 16px !important;
}

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

.hp_pdr24 {
  padding-right: 24px !important;
}

.hp_pdr28 {
  padding-right: 28px !important;
}

.hp_pdr32 {
  padding-right: 32px !important;
}

.hp_pdr36 {
  padding-right: 36px !important;
}

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

.hp_pdr44 {
  padding-right: 44px !important;
}

.hp_pdr48 {
  padding-right: 48px !important;
}

.hp_pdr52 {
  padding-right: 52px !important;
}

.hp_pdr56 {
  padding-right: 56px !important;
}

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

.hp_pdr64 {
  padding-right: 64px !important;
}

.hp_pdr68 {
  padding-right: 68px !important;
}

.hp_pdr72 {
  padding-right: 72px !important;
}

.hp_pdr76 {
  padding-right: 76px !important;
}

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

/* padding (bottom) */
.hp_pdb0 {
  padding-bottom: 0 !important;
}

.hp_pdb4 {
  padding-bottom: 4px !important;
}

.hp_pdb8 {
  padding-bottom: 8px !important;
}

.hp_pdb12 {
  padding-bottom: 12px !important;
}

.hp_pdb16 {
  padding-bottom: 16px !important;
}

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

.hp_pdb24 {
  padding-bottom: 24px !important;
}

.hp_pdb28 {
  padding-bottom: 28px !important;
}

.hp_pdb32 {
  padding-bottom: 32px !important;
}

.hp_pdb36 {
  padding-bottom: 36px !important;
}

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

.hp_pdb44 {
  padding-bottom: 44px !important;
}

.hp_pdb48 {
  padding-bottom: 48px !important;
}

.hp_pdb52 {
  padding-bottom: 52px !important;
}

.hp_pdb56 {
  padding-bottom: 56px !important;
}

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

.hp_pdb64 {
  padding-bottom: 64px !important;
}

.hp_pdb68 {
  padding-bottom: 68px !important;
}

.hp_pdb72 {
  padding-bottom: 72px !important;
}

.hp_pdb76 {
  padding-bottom: 76px !important;
}

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

/* padding (left) */
.hp_pdl0 {
  padding-left: 0 !important;
}

.hp_pdl4 {
  padding-left: 4px !important;
}

.hp_pdl8 {
  padding-left: 8px !important;
}

.hp_pdl12 {
  padding-left: 12px !important;
}

.hp_pdl16 {
  padding-left: 16px !important;
}

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

.hp_pdl24 {
  padding-left: 24px !important;
}

.hp_pdl28 {
  padding-left: 28px !important;
}

.hp_pdl32 {
  padding-left: 32px !important;
}

.hp_pdl36 {
  padding-left: 36px !important;
}

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

.hp_pdl44 {
  padding-left: 44px !important;
}

.hp_pdl48 {
  padding-left: 48px !important;
}

.hp_pdl52 {
  padding-left: 52px !important;
}

.hp_pdl56 {
  padding-left: 56px !important;
}

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

.hp_pdl64 {
  padding-left: 64px !important;
}

.hp_pdl68 {
  padding-left: 68px !important;
}

.hp_pdl72 {
  padding-left: 72px !important;
}

.hp_pdl76 {
  padding-left: 76px !important;
}

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

/* margin (top + right + bottom + left) */
.hp_mg0 {
  margin: 0 !important;
}

.hp_mg4 {
  margin: 4px !important;
}

.hp_mg8 {
  margin: 8px !important;
}

.hp_mg12 {
  margin: 12px !important;
}

.hp_mg16 {
  margin: 16px !important;
}

.hp_mg20 {
  margin: 20px !important;
}

.hp_mg24 {
  margin: 24px !important;
}

.hp_mg28 {
  margin: 28px !important;
}

.hp_mg32 {
  margin: 32px !important;
}

.hp_mg36 {
  margin: 36px !important;
}

.hp_mg40 {
  margin: 40px !important;
}

.hp_mg44 {
  margin: 44px !important;
}

.hp_mg48 {
  margin: 48px !important;
}

.hp_mg52 {
  margin: 52px !important;
}

.hp_mg56 {
  margin: 56px !important;
}

.hp_mg60 {
  margin: 60px !important;
}

.hp_mg64 {
  margin: 64px !important;
}

.hp_mg68 {
  margin: 68px !important;
}

.hp_mg72 {
  margin: 72px !important;
}

.hp_mg76 {
  margin: 76px !important;
}

.hp_mg80 {
  margin: 80px !important;
}

/* margin (top + bottom) */
.hp_mgtb0 {
  margin-block: 0 !important;
}

.hp_mgtb4 {
  margin-block: 4px !important;
}

.hp_mgtb8 {
  margin-block: 8px !important;
}

.hp_mgtb12 {
  margin-block: 12px !important;
}

.hp_mgtb16 {
  margin-block: 16px !important;
}

.hp_mgtb20 {
  margin-block: 20px !important;
}

.hp_mgtb24 {
  margin-block: 24px !important;
}

.hp_mgtb28 {
  margin-block: 28px !important;
}

.hp_mgtb32 {
  margin-block: 32px !important;
}

.hp_mgtb36 {
  margin-block: 36px !important;
}

.hp_mgtb40 {
  margin-block: 40px !important;
}

.hp_mgtb44 {
  margin-block: 44px !important;
}

.hp_mgtb48 {
  margin-block: 48px !important;
}

.hp_mgtb52 {
  margin-block: 52px !important;
}

.hp_mgtb56 {
  margin-block: 56px !important;
}

.hp_mgtb60 {
  margin-block: 60px !important;
}

.hp_mgtb64 {
  margin-block: 64px !important;
}

.hp_mgtb68 {
  margin-block: 68px !important;
}

.hp_mgtb72 {
  margin-block: 72px !important;
}

.hp_mgtb76 {
  margin-block: 76px !important;
}

.hp_mgtb80 {
  margin-block: 80px !important;
}

/* margin (left + right) */
.hp_mgrl0 {
  margin-inline: 0 !important;
}

.hp_mgrl4 {
  margin-inline: 4px !important;
}

.hp_mgrl8 {
  margin-inline: 8px !important;
}

.hp_mgrl12 {
  margin-inline: 12px !important;
}

.hp_mgrl16 {
  margin-inline: 16px !important;
}

.hp_mgrl20 {
  margin-inline: 20px !important;
}

.hp_mgrl24 {
  margin-inline: 24px !important;
}

.hp_mgrl28 {
  margin-inline: 28px !important;
}

.hp_mgrl32 {
  margin-inline: 32px !important;
}

.hp_mgrl36 {
  margin-inline: 36px !important;
}

.hp_mgrl40 {
  margin-inline: 40px !important;
}

.hp_mgrl44 {
  margin-inline: 44px !important;
}

.hp_mgrl48 {
  margin-inline: 48px !important;
}

.hp_mgrl52 {
  margin-inline: 52px !important;
}

.hp_mgrl56 {
  margin-inline: 56px !important;
}

.hp_mgrl60 {
  margin-inline: 60px !important;
}

.hp_mgrl64 {
  margin-inline: 64px !important;
}

.hp_mgrl68 {
  margin-inline: 68px !important;
}

.hp_mgrl72 {
  margin-inline: 72px !important;
}

.hp_mgrl76 {
  margin-inline: 76px !important;
}

.hp_mgrl80 {
  margin-inline: 80px !important;
}

/* margin (top) */
.hp_mgt0 {
  margin-top: 0 !important;
}

.hp_mgt4 {
  margin-top: 4px !important;
}

.hp_mgt8 {
  margin-top: 8px !important;
}

.hp_mgt12 {
  margin-top: 12px !important;
}

.hp_mgt16 {
  margin-top: 16px !important;
}

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

.hp_mgt24 {
  margin-top: 24px !important;
}

.hp_mgt28 {
  margin-top: 28px !important;
}

.hp_mgt32 {
  margin-top: 32px !important;
}

.hp_mgt36 {
  margin-top: 36px !important;
}

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

.hp_mgt44 {
  margin-top: 44px !important;
}

.hp_mgt48 {
  margin-top: 48px !important;
}

.hp_mgt52 {
  margin-top: 52px !important;
}

.hp_mgt56 {
  margin-top: 56px !important;
}

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

.hp_mgt64 {
  margin-top: 64px !important;
}

.hp_mgt68 {
  margin-top: 68px !important;
}

.hp_mgt72 {
  margin-top: 72px !important;
}

.hp_mgt76 {
  margin-top: 76px !important;
}

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

/* margin (right) */
.hp_mgr0 {
  margin-right: 0 !important;
}

.hp_mgr4 {
  margin-right: 4px !important;
}

.hp_mgr8 {
  margin-right: 8px !important;
}

.hp_mgr12 {
  margin-right: 12px !important;
}

.hp_mgr16 {
  margin-right: 16px !important;
}

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

.hp_mgr24 {
  margin-right: 24px !important;
}

.hp_mgr28 {
  margin-right: 28px !important;
}

.hp_mgr32 {
  margin-right: 32px !important;
}

.hp_mgr36 {
  margin-right: 36px !important;
}

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

.hp_mgr44 {
  margin-right: 44px !important;
}

.hp_mgr48 {
  margin-right: 48px !important;
}

.hp_mgr52 {
  margin-right: 52px !important;
}

.hp_mgr56 {
  margin-right: 56px !important;
}

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

.hp_mgr64 {
  margin-right: 64px !important;
}

.hp_mgr68 {
  margin-right: 68px !important;
}

.hp_mgr72 {
  margin-right: 72px !important;
}

.hp_mgr76 {
  margin-right: 76px !important;
}

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

/* margin (bottom) */
.hp_mgb0 {
  margin-bottom: 0 !important;
}

.hp_mgb4 {
  margin-bottom: 4px !important;
}

.hp_mgb8 {
  margin-bottom: 8px !important;
}

.hp_mgb12 {
  margin-bottom: 12px !important;
}

.hp_mgb16 {
  margin-bottom: 16px !important;
}

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

.hp_mgb24 {
  margin-bottom: 24px !important;
}

.hp_mgb28 {
  margin-bottom: 28px !important;
}

.hp_mgb32 {
  margin-bottom: 32px !important;
}

.hp_mgb36 {
  margin-bottom: 36px !important;
}

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

.hp_mgb44 {
  margin-bottom: 44px !important;
}

.hp_mgb48 {
  margin-bottom: 48px !important;
}

.hp_mgb52 {
  margin-bottom: 52px !important;
}

.hp_mgb56 {
  margin-bottom: 56px !important;
}

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

.hp_mgb64 {
  margin-bottom: 64px !important;
}

.hp_mgb68 {
  margin-bottom: 68px !important;
}

.hp_mgb72 {
  margin-bottom: 72px !important;
}

.hp_mgb76 {
  margin-bottom: 76px !important;
}

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

/* margin (left) */
.hp_mgl0 {
  margin-left: 0 !important;
}

.hp_mgl4 {
  margin-left: 4px !important;
}

.hp_mgl8 {
  margin-left: 8px !important;
}

.hp_mgl12 {
  margin-left: 12px !important;
}

.hp_mgl16 {
  margin-left: 16px !important;
}

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

.hp_mgl24 {
  margin-left: 24px !important;
}

.hp_mgl28 {
  margin-left: 28px !important;
}

.hp_mgl32 {
  margin-left: 32px !important;
}

.hp_mgl36 {
  margin-left: 36px !important;
}

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

.hp_mgl44 {
  margin-left: 44px !important;
}

.hp_mgl48 {
  margin-left: 48px !important;
}

.hp_mgl52 {
  margin-left: 52px !important;
}

.hp_mgl56 {
  margin-left: 56px !important;
}

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

.hp_mgl64 {
  margin-left: 64px !important;
}

.hp_mgl68 {
  margin-left: 68px !important;
}

.hp_mgl72 {
  margin-left: 72px !important;
}

.hp_mgl76 {
  margin-left: 76px !important;
}

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

/* -----------------------------------------
  TEL
----------------------------------------- */
.hp_telRestricted[href^="tel:"] {
  pointer-events: none;
  cursor: default;
}
@media (hover: none) and (pointer: coarse) {
  .hp_telRestricted[href^="tel:"] {
    pointer-events: auto;
    cursor: pointer;
  }
}

/*----------------------------------------
  スクリーンリーダー専用表示
----------------------------------------*/
.a11y_srOnly {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

/*----------------------------------------
  スキップリンク
----------------------------------------*/
.a11y_skip {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10000;
  color: var(--color-text);
  background: var(--color-background);
  padding: 8px 16px;
  transform: translateY(-120%);
  transition: transform 0.3s ease-out;
}
.a11y_skip:focus {
  transform: translateY(0);
}

/*----------------------------------------
  キーボードフォーカス強調
----------------------------------------*/
:focus-visible {
  outline: 3px solid var(--focus-outline-color);
  outline-offset: 3px;
}

.splide :focus-visible {
  outline: 3px solid var(--focus-outline-color) !important;
  outline-offset: -3px;
}

/*----------------------------------------
  prefers-reduced-motion 対応
----------------------------------------*/
@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
/*----------------------------------------
  tabindex="-1" が付いている要素がフォーカスされた時、枠線を消す
----------------------------------------*/
[tabindex="-1"]:focus {
  outline: none !important;
}

/*----------------------------------------
  edit_btn 公開まで非表示
----------------------------------------*/
#edit_btn {
  display: none;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background: rgba(68, 68, 68, 0.7);
  z-index: 1000;
}
#edit_btn_inner {
  padding: 5px 10px;
  margin: 0 auto;
}
#edit_btn a {
  color: #333;
  font-size: 13px;
  border-radius: 4px;
  display: block;
  float: right;
  font-weight: bold;
  margin: 5px 0 5px 5px;
  padding: 3px 15px 4px;
  text-decoration: none;
  background-image: linear-gradient(180deg, rgb(255, 255, 255) 0%, rgb(238, 238, 238) 100%);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffffffff,endColorstr=#ffeeeeee,GradientType=0)";
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffffffff, endColorstr=#ffeeeeee, GradientType=0);
}
@media (hover: hover) {
  #edit_btn a:hover {
    background-image: linear-gradient(180deg, rgb(238, 238, 238) 0%, rgb(255, 255, 255) 100%);
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffeeeeee,endColorstr=#ffffffff,GradientType=0)";
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffeeeeee, endColorstr=#ffffffff, GradientType=0);
  }
}

/* noscript */
.noscript {
  text-align: center;
  font-size: 80%;
  padding: 5px;
  background: #ececec;
}

.ly_container {
  position: relative;
  min-height: var(--vh);
  display: flex;
  flex-direction: column;
}

.ly_header {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 11;
  width: 100%;
  height: 52px;
  padding: 6px 0;
  display: grid;
  place-items: center;
}
@media screen and (min-width: 992px) {
  .ly_header {
    height: 100px;
    padding: 50px 0;
  }
}
.ly_header_inner {
  width: calc(100% - 24px);
  margin-inline: auto;
  display: flex;
  align-items: center;
  gap: 0 10px;
}
@media screen and (min-width: 992px) {
  .ly_header_inner {
    width: calc(100% - 64px);
  }
}
.ly_header_right {
  margin-left: auto;
}
.ly_header_logo {
  max-width: 180px;
}
@media screen and (min-width: 992px) {
  .ly_header_logo {
    max-width: 255px;
  }
}
.ly_header_logo > a {
  display: block;
  transition: opacity 0.3s ease-out;
}
@media (hover: hover) {
  .ly_header_logo > a:hover {
    opacity: 0.7;
  }
}
.ly_header_logo > a img {
  display: block;
  width: 100%;
}

.ly_headerNav {
  display: none;
}
@media screen and (min-width: 992px) {
  .ly_headerNav {
    display: flex;
    align-items: center;
  }
}
.ly_headerNav_list {
  display: flex;
  gap: 0 10px;
}
.ly_headerNav_list > li > a {
  display: block;
  padding: 8px 20px;
  color: #005dab;
  background-color: var(--white);
  border: 1px solid #3e9bce;
  border-radius: 20px;
  font-weight: 500;
  transition: opacity 0.3s ease-out;
  font-size: 1rem;
  line-height: 1.5;
}
@media (hover: hover) {
  .ly_headerNav_list > li > a:hover {
    opacity: 0.7;
  }
}

.ly_menuToggle {
  position: absolute;
  top: 6px;
  right: 12px;
  z-index: 2;
  width: 40px;
  height: 40px;
  border: none;
  background: none;
  cursor: pointer;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
@media screen and (min-width: 992px) {
  .ly_menuToggle {
    display: none;
  }
}
.ly_menuToggle::after {
  content: "MENU";
  display: block;
  position: absolute;
  bottom: 6px;
  left: 50%;
  width: 100%;
  transform: translateX(-50%);
  color: var(--white);
  font-weight: 500;
  font-size: 0.625rem;
  line-height: 1;
  letter-spacing: 0.2em;
}
.ly_menuToggle > .line {
  position: absolute;
  top: 36%;
  left: 50%;
  width: 35px;
  height: 1px;
  background-color: var(--white);
}
.ly_menuToggle > .line:nth-of-type(1) {
  transform: translate3d(-50%, -5px, 0);
}
.ly_menuToggle > .line:nth-of-type(2) {
  transform: translate3d(-50%, 0, 0);
}
.ly_menuToggle > .line:nth-of-type(3) {
  transform: translate3d(-50%, 5px, 0);
}

.ly_menu {
  position: fixed;
  inset: 0;
  z-index: 100;
  width: calc(100% - 10px);
  height: 100vh;
  margin-left: auto;
  background-color: #007aa1;
  color: var(--white);
  display: flex;
  flex-direction: column;
  overflow-y: auto;
  visibility: hidden;
  opacity: 0;
  transition: visibility 0.3s ease-out, opacity 0.3s ease-out;
}
@media screen and (min-width: 992px) {
  .ly_menu {
    display: none;
  }
}
.ly_menu.is_menuOpen {
  will-change: visibility, opacity;
  visibility: visible;
  opacity: 1;
}
.ly_menu_head {
  width: 100%;
  height: 52px;
  padding: 6px 12px;
}
.ly_menu_body {
  padding: 32px;
  flex: 1;
}
.ly_menu_logo {
  max-width: 263px;
  margin-inline: auto;
}
.ly_menu_logo > a {
  display: block;
}
.ly_menu_logo > a img {
  display: block;
  width: 100%;
}

.ly_menuClose {
  position: relative;
  display: block;
  width: 40px;
  height: 40px;
  margin-left: auto;
}
.ly_menuClose > .line {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 35px;
  height: 1px;
  background-color: var(--white);
}
.ly_menuClose > .line:nth-of-type(1) {
  transform: translate3d(-50%, 0, 0) rotate(45deg);
}
.ly_menuClose > .line:nth-of-type(2) {
  transform: translate3d(-50%, 0, 0) rotate(-45deg);
}

.ly_menuNav {
  margin: 56px auto 0;
}
.ly_menuNav_list > li {
  border-bottom: 1px dashed var(--white);
}
.ly_menuNav_list > li:not(:first-child) {
  margin-top: 20px;
}
.ly_menuNav_list > li:first-child > a {
  padding-top: 0;
}
.ly_menuNav_list > li > a {
  display: block;
  text-align: center;
  padding: 10px 0;
  font-size: 1.125rem;
  line-height: 1.4444444444;
}

@media screen and (min-width: 992px) {
  #top .ly_main {
    padding-top: 220px;
  }
}
@media screen and (min-width: 992px) {
  #top .ly_main::before {
    right: calc(50% + 416px);
  }
}
@media screen and (min-width: 992px) {
  #top .ly_main::after {
    left: calc(50% + 416px);
  }
}

.ly_main {
  position: relative;
  z-index: 10;
  overflow: clip;
  padding-top: 94px;
  background: url("/image/bg-sp.png") no-repeat top;
  background-size: 100% auto;
  flex: 1;
}
@media screen and (min-width: 992px) {
  .ly_main {
    padding-top: 260px;
    background-image: url("/image/bg-pc.png");
  }
}
.ly_main::before, .ly_main::after {
  content: "";
  display: block;
  position: absolute;
  top: 40vw;
  z-index: -1;
  width: 43.7333333vw;
  height: 45.3333333vw;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
@media screen and (min-width: 992px) {
  .ly_main::before, .ly_main::after {
    top: 433px;
    width: 576px;
    height: 597px;
  }
}
.ly_main::before {
  right: calc(50% + 32.5333333vw);
  background-image: url("/image/bg-circle-left.svg");
}
@media screen and (min-width: 992px) {
  .ly_main::before {
    right: calc(50% + 568px);
  }
}
.ly_main::after {
  left: calc(50% + 32.5333333vw);
  background-image: url("/image/bg-circle-right.svg");
}
@media screen and (min-width: 992px) {
  .ly_main::after {
    left: calc(50% + 568px);
  }
}

@media screen and (min-width: 992px) {
  #top .ly_footer_wrap {
    margin-top: -180px;
  }
}

.ly_footer {
  position: relative;
  z-index: 1;
  color: var(--white);
  padding-top: 20vw;
}
.ly_footer::before {
  content: "";
  display: block;
  position: absolute;
  top: 1px;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 20vw;
  background: url("/image/footer-bg.svg") no-repeat;
  background-size: 100% auto;
}
.ly_footer_wrap {
  position: relative;
  z-index: 1;
  margin-top: 40px;
}
.ly_footer_inner {
  width: calc(100% - 40px);
  margin-inline: auto;
}
.ly_footer_content {
  position: relative;
  max-width: 324px;
  margin-inline: auto;
  padding-inline: 24px;
}
@media screen and (min-width: 992px) {
  .ly_footer_content {
    max-width: 610px;
    padding-inline: 50px;
  }
}
.ly_footer_content::before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 16px;
  height: 57px;
  background: url("/image/footer-illust01.svg") center no-repeat;
  background-size: 100% 100%;
}
@media screen and (min-width: 992px) {
  .ly_footer_content::before {
    width: 27px;
    height: 100px;
  }
}
.ly_footer_content::after {
  content: "";
  position: absolute;
  bottom: 100%;
  right: 0;
  width: 39px;
  height: 15px;
  background: url("/image/footer-illust02.svg") center no-repeat;
  background-size: 100% 100%;
}
@media screen and (min-width: 992px) {
  .ly_footer_content::after {
    width: 68px;
    height: 26px;
  }
}
.ly_footer_txt {
  font-size: 0.75rem;
  line-height: 1.5;
}
@media screen and (min-width: 992px) {
  .ly_footer_txt {
    font-size: 1.375rem;
    line-height: 1.2727272727;
  }
}
.ly_footer_telWrap {
  margin-top: 4px;
  display: flex;
  align-items: center;
  gap: 0 4px;
}
.ly_footer_telWrap .ttl {
  padding-top: 4px;
  font-size: 0.75rem;
  line-height: 1.4166666667;
}
@media screen and (min-width: 992px) {
  .ly_footer_telWrap .ttl {
    font-size: 1.375rem;
    line-height: 1.2727272727;
  }
}
.ly_footer_tel {
  font-weight: 900;
  font-size: 1.75rem;
  line-height: 1;
}
@media screen and (min-width: 992px) {
  .ly_footer_tel {
    font-size: 3.375rem;
    line-height: 1;
  }
}
.ly_footer_copy {
  display: block;
  text-align: center;
  padding: 12px 20px;
  background-color: #007aa1;
  font-weight: 500;
  font-size: 0.625rem;
  line-height: 1.7;
}
@media screen and (min-width: 992px) {
  .ly_footer_copy {
    padding: 17px 20px;
    font-size: 0.9375rem;
    line-height: 1.4;
  }
}

.ly_footerTop {
  padding: 40px 0 30px;
  background-color: #4a99c3;
}
@media screen and (min-width: 992px) {
  .ly_footerTop {
    padding: 60px 0 50px;
  }
}

.ly_centered {
  width: calc(100% - 40px);
  max-width: 1100px;
  margin-inline: auto auto;
}
.ly_centered__w900 {
  max-width: 900px;
}

@media screen and (min-width: 992px) {
  #top .ly_pageTop {
    bottom: 100px;
  }
}
@media screen and (min-width: 1400px) {
  #top .ly_pageTop {
    bottom: calc(100% - 80px);
  }
}

.ly_pageTop {
  position: absolute;
  bottom: calc(100% - 40px);
  right: 20px;
  z-index: 2;
}
@media screen and (min-width: 992px) {
  .ly_pageTop {
    bottom: calc(100% - 80px);
    right: 70px;
  }
}
.ly_pageTop > a {
  position: relative;
  display: grid;
  place-items: center;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background-color: #007aa1;
  border: 2px solid var(--white);
}
@media screen and (min-width: 992px) {
  .ly_pageTop > a {
    width: 100px;
    height: 100px;
  }
}
.ly_pageTop > a::before {
  content: "";
  display: block;
  width: 12px;
  height: 8px;
  background-color: var(--white);
  clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
}
@media screen and (min-width: 992px) {
  .ly_pageTop > a::before {
    width: 20px;
    height: 16px;
  }
}

.bl_box {
  border-radius: 10px;
}
.bl_box_head {
  padding: 8px;
  border-radius: 10px 10px 0 0;
  background-color: var(--green);
  color: var(--white);
  text-align: center;
  font-weight: 500;
  font-size: 1.25rem;
  line-height: 1.45;
}
@media screen and (min-width: 992px) {
  .bl_box_head {
    font-size: 1.75rem;
    line-height: 1.4285714286;
  }
}
.bl_box_body {
  padding: 20px 16px;
  background-color: var(--white);
  border: 1px solid var(--gray);
  border-radius: 0 0 10px 10px;
  font-size: 0.9375rem;
  line-height: 2;
}
@media screen and (min-width: 992px) {
  .bl_box_body {
    padding: 30px 60px;
    font-size: 1.25rem;
    line-height: 2;
  }
}

.bl_box02 {
  padding-block: 30px;
  border: 1px solid var(--gray);
}
.bl_box02_inner {
  width: calc(100% - 52px);
  margin-inline: auto;
}
.bl_box02_ttl {
  font-weight: 600;
}
.bl_box02_body {
  margin-top: 16px;
}
.bl_box02_note {
  margin-top: 12px;
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 1.6;
}
@media screen and (min-width: 992px) {
  .bl_box02_note {
    font-size: 1rem;
    line-height: 1.6;
  }
}
.bl_box02_note + .bl_box02_note {
  margin-top: 8px;
}
.bl_box02_marker {
  background: linear-gradient(transparent 60%, #ffffb8 60%);
}

.bl_pageHead_inner {
  width: calc(100% - 40px);
  max-width: 1200px;
  margin-inline: auto;
}

.bl_pageBody {
  position: relative;
  margin-top: 30px;
  padding-top: 30px;
}
@media screen and (min-width: 992px) {
  .bl_pageBody {
    margin-top: 90px;
  }
}
.bl_pageBody .bl_section:last-child {
  padding-bottom: 0;
}
@media screen and (min-width: 992px) {
  .bl_pageBody::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: -1;
    width: 100%;
    max-width: 1100px;
    height: 200px;
    background-color: var(--white);
    border-radius: 40px;
  }
}
@media screen and (min-width: 1920px) {
  .bl_pageBody::before {
    content: none;
  }
}

.bl_breadcrumb {
  width: calc(100% - 40px);
  max-width: 1100px;
  margin: 16px auto 0;
}
.bl_breadcrumb_list {
  display: flex;
  flex-wrap: wrap;
}
.bl_breadcrumb_list > li {
  display: flex;
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 1.7142857143;
  letter-spacing: 0.05em;
}
.bl_breadcrumb_list > li:not(:first-child)::before {
  display: inline-block;
  content: "＞";
  margin: 0 0.429em;
}
@media (hover: hover) {
  .bl_breadcrumb_list > li > a:hover {
    text-decoration: underline;
  }
}

.bl_pager {
  width: calc(100% - 40px);
  margin-inline: auto;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 10px;
}
.bl_pager_wrap {
  margin-top: 40px;
}
@media screen and (min-width: 768px) {
  .bl_pager_wrap {
    margin-top: 60px;
  }
}
.bl_pager_num > a,
.bl_pager_num > span {
  width: 40px;
  aspect-ratio: 1;
  background-color: var(--white);
  border: 1px solid var(--gray);
  border-radius: 4px;
  color: inherit;
  text-decoration: none;
  display: grid;
  place-items: center;
  transition: color 0.3s ease-out, background 0.3s ease-out;
  font-size: 1rem;
}
.bl_pager_num > a:hover {
  color: var(--white);
  background-color: var(--blue);
  border-color: var(--blue);
}
.bl_pager_num.is_current span {
  background-color: var(--blue);
  color: var(--white);
  border-color: var(--blue);
}
.bl_pager_prev > a,
.bl_pager_prev > span, .bl_pager_next > a,
.bl_pager_next > span {
  width: 40px;
  aspect-ratio: 1;
  background-color: var(--white);
  border: 1px solid var(--gray);
  border-radius: 4px;
  color: inherit;
  text-decoration: none;
  display: grid;
  place-items: center;
  transition: background 0.3s ease-out;
}
.bl_pager_prev > a::before,
.bl_pager_prev > span::before, .bl_pager_next > a::before,
.bl_pager_next > span::before {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border-top: 2px solid var(--black);
  border-right: 2px solid var(--black);
  transform: rotate(45deg);
  transition: border 0.3s ease-out;
}
.bl_pager_prev > a:hover, .bl_pager_next > a:hover {
  background-color: var(--blue);
  border-color: var(--blue);
}
.bl_pager_prev > a:hover::before, .bl_pager_next > a:hover::before {
  border-color: var(--white);
}
.bl_pager_prev > span, .bl_pager_next > span {
  background-color: #e9ebed;
  border-color: #e9ebed;
}
.bl_pager_prev > span::before, .bl_pager_next > span::before {
  opacity: 0.4;
}
.bl_pager_prev > a::before,
.bl_pager_prev > span::before {
  margin-left: 3px;
  transform: rotate(45deg) scale(-1);
}
.bl_pager_next > a::before,
.bl_pager_next > span::before {
  margin-right: 3px;
}
.bl_pager__left {
  justify-content: flex-start;
}

.bl_searchbar {
  position: relative;
  display: flex;
}
.bl_searchbar_input {
  width: 100%;
  height: 50px;
  flex: 1;
}
.bl_searchbar_input input {
  width: 100%;
  height: 100%;
  border-radius: 10px 0 0 10px;
  background-color: var(--white);
  padding: 12px;
  border: 1px solid var(--blue);
  font-weight: 400;
  font-size: 1rem;
}
.bl_searchbar_input input::-moz-placeholder {
  color: #767676;
}
.bl_searchbar_input input::placeholder {
  color: #767676;
}
.bl_searchbar_input input:focus-visible {
  outline-offset: -3px;
}
.bl_searchbar_btn {
  display: grid;
  place-items: center;
  width: 80px;
  height: 50px;
  padding: 8px;
  border-radius: 0 10px 10px 0;
  border: 1px solid var(--blue);
  background-color: var(--blue);
  text-align: center;
  transition: opacity 0.3s ease-out;
}
.bl_searchbar_btn .txt {
  color: var(--white);
  font-size: 1rem;
  line-height: 1.6;
  letter-spacing: 0.1em;
}
.bl_searchbar_btn:focus-visible {
  outline-offset: -3px;
}
@media (hover: hover) {
  .bl_searchbar_btn:hover {
    opacity: 0.7;
  }
}

.bl_searchList {
  display: flex;
  flex-direction: column;
  gap: 20px 0;
  margin-top: 30px;
}

.bl_searchItem {
  border: 1px solid #ccc;
  border-radius: 6px;
  padding: 15px;
}
.bl_searchItem_ttl {
  font-weight: 700;
  font-size: 1.125rem;
}
.bl_searchItem_ttl > a {
  color: var(--blue);
}
@media (hover: hover) {
  .bl_searchItem_ttl > a:hover {
    text-decoration: underline;
  }
}
.bl_searchItem_url {
  color: #808080;
  font-size: 0.75rem;
  margin: 5px 0;
}
.bl_searchItem_txt {
  font-size: 1rem;
}

.bl_section {
  padding-block: 0 60px;
}
@media screen and (min-width: 992px) {
  .bl_section {
    padding-block: 0 100px;
  }
}
.bl_section_in + .bl_section_in {
  padding-top: 60px;
}

.bl_flow {
  margin-top: 48px;
  padding-block: 40px;
  background-color: #e6f4fe;
}
.bl_flow_inner {
  width: calc(100% - 40px);
  max-width: 1000px;
  margin-inline: auto;
}
@media screen and (min-width: 992px) {
  .bl_flow_txt {
    text-align: center;
  }
}
.bl_flow_flowImg {
  max-width: 510px;
  margin: 36px auto 0;
}
@media screen and (min-width: 992px) {
  .bl_flow_flowImg {
    max-width: 100%;
  }
}
.bl_flow_flowImg img {
  display: block;
  width: 100%;
}
.bl_flow_result {
  margin-top: 40px;
  text-align: center;
}
.bl_flow_result .ttl {
  display: inline-block;
  min-height: 64px;
  padding: 10px 40px 12px;
  background-color: var(--white);
  border-radius: 32px;
  font-weight: 600;
  font-size: 1.75rem;
  line-height: 1.4285714286;
}

.bl_flowList {
  display: flex;
  flex-direction: column;
  gap: 32px;
}
@media screen and (min-width: 992px) {
  .bl_flowList {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 40px;
  }
}
@media screen and (min-width: 992px) {
  .bl_flowList > li {
    width: calc((100% - 120px) / 4);
  }
}
@media screen and (min-width: 992px) {
  .bl_flowList__3col {
    gap: 50px;
  }
}
@media screen and (min-width: 992px) {
  .bl_flowList__3col > li {
    width: calc((100% - 100px) / 3);
  }
}

.bl_flowItem {
  display: flex;
  flex-direction: column;
  gap: 12px 0;
}
.bl_flowItem_imgWrap {
  display: block;
}
.bl_flowItem_imgWrap img {
  display: block;
  width: 100%;
}
.bl_flowItem_txt {
  font-size: 1rem;
  line-height: 1.625;
}
.bl_flowItem_txt .num {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-right: 8px;
  padding: 0 0 2px 0;
  width: 28px;
  height: 28px;
  line-height: 1;
  border-radius: 50%;
  background-color: var(--white);
  border: 1px solid var(--black);
}

.bl_applyCardUnit {
  margin-top: 45px;
  display: flex;
  flex-direction: column;
  gap: 40px 0;
}

.bl_applyCard_head {
  display: flex;
  align-items: center;
  gap: 0 15px;
}
.bl_applyCard_device {
  width: 84px;
}
.bl_applyCard_device img {
  display: block;
  width: 100%;
}
.bl_applyCard_ttl {
  flex: 1;
  font-weight: 600;
}
.bl_applyCard_ttl .ja {
  font-size: 1.25rem;
  line-height: 1.25;
}
.bl_applyCard_ttl .en {
  margin-top: 6px;
  padding-top: 6px;
  border-top: 1px solid var(--gray);
  font-weight: 700;
  font-size: 1.1875rem;
  line-height: 1.4210526316;
}
.bl_applyCard_body {
  margin-top: 20px;
}
.bl_applyCard_qr {
  display: flex;
  align-items: center;
  gap: 0 26px;
}
.bl_applyCard_qr .ttl {
  position: relative;
  min-height: 96px;
  padding: 17px 25px;
  color: var(--white);
  background-color: var(--orange);
  border-radius: 15px;
  flex: 1;
  font-size: 1.375rem;
  line-height: 1.3636363636;
}
.bl_applyCard_qr .ttl::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: calc(100% - 1px);
  transform: translateY(-50%);
  width: 8px;
  height: 25px;
  background-color: var(--orange);
}
.bl_applyCard_qr .ttl::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: calc(100% + 6px);
  transform: translateY(-50%);
  width: 14px;
  height: 48px;
  background-color: var(--orange);
  clip-path: polygon(100% 50%, 0 0, 0 100%);
}
.bl_applyCard_qr .qr {
  width: 140px;
  border: 1px solid var(--gray);
}
.bl_applyCard_qr .qr img {
  display: block;
  width: 100%;
}
.bl_applyCard_btn {
  display: flex;
  align-items: center;
  min-height: 96px;
  padding: 17px 25px;
  color: var(--white);
  background-color: var(--blue);
  border-radius: 15px;
  transition: opacity 0.3s ease-out;
  font-size: 1.375rem;
  line-height: 1.3636363636;
}
@media (hover: hover) {
  .bl_applyCard_btn:hover {
    opacity: 0.7;
  }
}
.bl_applyCard__orange .bl_applyCard_ttl .en {
  color: var(--orange);
}
.bl_applyCard__blue .bl_applyCard_ttl .en {
  color: var(--blue);
}

.bl_table {
  width: 100%;
}
@media screen and (min-width: 992px) {
  .bl_table tr:first-child th, .bl_table tr:first-child td {
    border-top: 1px solid var(--blue);
  }
}
.bl_table th, .bl_table td {
  display: block;
}
@media screen and (min-width: 992px) {
  .bl_table th, .bl_table td {
    display: table-cell;
  }
}
.bl_table th {
  padding: 12px;
  text-align: left;
  font-weight: 600;
  background-color: #e6f4fe;
  color: var(--blue);
  border-top: 1px solid var(--blue);
  border-bottom: 1px solid var(--blue);
}
@media screen and (min-width: 992px) {
  .bl_table th {
    vertical-align: top;
    padding: 16px;
    width: 30%;
  }
}
.bl_table td {
  padding: 16px 12px;
  background-color: var(--white);
}
@media screen and (min-width: 992px) {
  .bl_table td {
    padding: 16px;
    border-bottom: 1px solid var(--blue);
  }
}

.bl_acc {
  display: flex;
  flex-direction: column;
  gap: 24px 0;
}

.bl_accItem {
  background-color: var(--white);
  border: 1px solid var(--blue);
  border-radius: 6px;
  overflow: hidden;
}
.bl_accItem.is_open .bl_accItem_head::after {
  transform: translateY(-50%) rotate(-90deg);
}
.bl_accItem_head {
  position: relative;
  width: 100%;
  padding: 20px 45px 20px 20px;
  text-align: left;
}
.bl_accItem_head::before, .bl_accItem_head::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 3px;
  background-color: var(--blue);
}
.bl_accItem_head::before {
  right: 18px;
  width: 20px;
  height: 3px;
}
.bl_accItem_head::after {
  right: 27px;
  width: 3px;
  height: 20px;
  transition: transform 0.3s ease-out;
}
.bl_accItem_head > span {
  position: relative;
  display: inline-block;
  padding-left: 2.4em;
}
.bl_accItem_head > span::before {
  content: "Q";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  color: var(--white);
  width: 1.8em;
  height: 1.8em;
  padding-bottom: 3px;
  background-color: var(--blue);
  border-radius: 50%;
  display: grid;
  place-items: center;
}
.bl_accItem_cont {
  position: relative;
  padding: 20px;
}
.bl_accItem_cont::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: calc(100% - 28px);
  height: 1px;
  border: 1px dashed var(--gray);
}
@media screen and (min-width: 768px) {
  .bl_accItem_cont::before {
    width: calc(100% - 40px);
  }
}
.bl_accItem_txt {
  position: relative;
  padding-left: 2.4em;
  margin-left: 1em;
}
.bl_accItem_txt::before {
  content: "A";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  color: var(--white);
  width: 1.8em;
  height: 1.8em;
  padding-bottom: 3px;
  background-color: #007aa1;
  border-radius: 50%;
  display: grid;
  place-items: center;
}
.bl_accItem_txt a {
  text-decoration: underline;
  color: var(--blue);
  transition: opacity 0.3s ease-out;
}
@media (hover: hover) {
  .bl_accItem_txt a:hover {
    opacity: 0.7;
  }
}

.el_lv1Heading {
  min-height: 65px;
  padding: 12px;
  background-color: var(--white);
  border-radius: 10px;
  border: 1px solid #c5e1f0;
  display: grid;
  place-items: center;
}
@media screen and (min-width: 992px) {
  .el_lv1Heading {
    min-height: 120px;
    border-radius: 20px;
  }
}
.el_lv1Heading .heading {
  color: #005dab;
  font-weight: 500;
  font-size: 1.625rem;
  line-height: 1.4230769231;
}
@media screen and (min-width: 992px) {
  .el_lv1Heading .heading {
    font-size: 2.5rem;
    line-height: 1.45;
  }
}

.el_lv2Heading {
  position: relative;
  margin-bottom: 30px;
  padding-bottom: 15px;
  border-bottom: 1px solid #ccc;
  font-weight: 500;
  font-size: 1.5rem;
  line-height: 1.25;
}
@media screen and (min-width: 992px) {
  .el_lv2Heading {
    margin-bottom: 40px;
    font-size: 2.375rem;
    line-height: 1.4473684211;
  }
}
.el_lv2Heading::before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 130px;
  height: 1px;
  background: linear-gradient(to right, #54a29a 80%, #e33c0b 80%);
}
@media screen and (min-width: 992px) {
  .el_lv2Heading::before {
    width: 230px;
  }
}

.el_lv3Heading {
  position: relative;
  padding-left: 16px;
  margin-bottom: 30px;
  font-size: 1.25rem;
  line-height: 1.3;
}
@media screen and (min-width: 992px) {
  .el_lv3Heading {
    margin-bottom: 40px;
    font-size: 2.125rem;
    line-height: 1.2647058824;
  }
}
.el_lv3Heading::before {
  content: "";
  display: block;
  position: absolute;
  top: 2px;
  left: 0;
  width: 4px;
  height: 1.2em;
  background-color: var(--green);
}

.el_illustHeading {
  display: flex;
  align-items: center;
  gap: 0 15px;
  margin-bottom: 30px;
}
.el_illustHeading .illust {
  width: 64px;
  padding-top: 5px;
}
@media screen and (min-width: 992px) {
  .el_illustHeading .illust {
    width: 84px;
    padding-top: 0;
  }
}
.el_illustHeading .illust img {
  display: block;
  width: 100%;
}
.el_illustHeading .heading {
  flex: 1;
  font-weight: 600;
  font-size: 1.25rem;
  line-height: 1.5;
}

.el_btn {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-width: 240px;
  max-width: 340px;
  min-height: 68px;
  padding: 8px 36px;
  color: var(--white);
  border-radius: 34px;
  background-color: var(--blue);
  border: 1px solid var(--blue);
  transition: color 0.3s ease-out, background-color 0.3s ease-out;
  font-size: 1.125rem;
  line-height: 1.5555555556;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 992px) {
  .el_btn {
    max-width: 460px;
  }
}
.el_btn::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%) rotate(45deg);
  width: 12px;
  height: 12px;
  border-top: 2px solid var(--white);
  border-right: 2px solid var(--white);
  transition: border 0.3s ease-out;
}
@media (hover: hover) {
  .el_btn:hover {
    color: var(--blue);
    background-color: var(--white);
  }
  .el_btn:hover::after {
    border-color: var(--blue);
  }
}
.el_btn_wrap {
  text-align: center;
  margin-top: 40px;
}
.el_btn__simple::after {
  display: none;
}
.el_btn__green {
  background-color: var(--green);
  border-color: var(--green);
}
@media (hover: hover) {
  .el_btn__green:hover {
    color: var(--green);
    background-color: var(--white);
  }
  .el_btn__green:hover::after {
    border-color: var(--green);
  }
}
.el_btn__arrowDown {
  padding-inline: 50px;
}
.el_btn__arrowDown::after {
  right: 30px;
  transform: translateY(-50%) rotate(135deg);
}
.el_btn__download {
  padding-inline: 50px;
}
.el_btn__download::after {
  right: 20px;
  transform: translateY(-50%) rotate(0);
  width: 24px;
  height: 24px;
  border: none;
  background: url("/image/icon/icon-download.svg") no-repeat center;
  background-size: 100% 100%;
  transition: background-image 0.3s ease-out;
}
@media (hover: hover) {
  .el_btn__download:hover::after {
    background-image: url("/image/icon/icon-download-blue.svg");
  }
}

.el_link {
  color: var(--blue);
  text-decoration: underline;
  transition: opacity 0.3s ease-out;
}
@media (hover: hover) {
  .el_link:hover {
    opacity: 0.7;
  }
}

.el_txt__small {
  font-size: 0.875rem;
  line-height: 1.7142857143;
}
.el_txt__xs {
  font-size: 0.75rem;
  line-height: 1.6666666667;
}

.el_img {
  display: block;
  max-width: 100%;
  margin-inline: auto;
}
.el_img img {
  display: block;
  width: 100%;
}
.el_img__w550 {
  max-width: 550px;
}

.el_note {
  margin: 10px 0 0;
  font-size: 0.875rem;
  line-height: 1.5714285714;
}

.el_ul > li {
  position: relative;
  padding-left: 1em;
}
.el_ul > li::before {
  content: "・";
  position: absolute;
  display: block;
  top: 0;
  left: 0;
}
.el_ul > li + li {
  margin-top: 8px;
}

.el_ol {
  counter-reset: counter calc(var(--start, 1) - 1);
}
.el_ol > li {
  position: relative;
  padding-left: 1.5em;
}
.el_ol > li::before {
  content: counter(counter) ".";
  counter-increment: counter;
  position: absolute;
  top: 0;
  left: 0;
}
.el_ol > li + li {
  margin-top: 8px;
}

.js_fadeUp {
  opacity: 0;
  transform: translate3d(0, 100px, 0);
  transition: opacity 1s ease-out, transform 1s ease-out;
}
.js_fadeUp.is_fadeUp {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

.js_accItemBody {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease-out;
}

.un_homeMv {
  text-align: center;
}
.un_homeMv_subTtl {
  position: relative;
  z-index: 2;
  margin-bottom: 4px;
  font-weight: 600;
  font-size: 2.66666667vw;
  line-height: 1.5;
}
@media screen and (min-width: 992px) {
  .un_homeMv_subTtl {
    margin-bottom: 13px;
    font-size: 2.25rem;
    line-height: 1.4444444444;
  }
}
.un_homeMv_mainTtl {
  position: relative;
  z-index: 1;
  width: 89.3333333%;
  margin-inline: auto;
}
@media screen and (min-width: 992px) {
  .un_homeMv_mainTtl {
    width: 81.547619%;
    max-width: 1372px;
  }
}
.un_homeMv_mainTtl img {
  display: block;
  width: 100%;
}
.un_homeMv_mainTtl::before, .un_homeMv_mainTtl::after {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.un_homeMv_mainTtl::before {
  bottom: 0;
  right: calc(50% + 32.5333333vw);
  width: 20vw;
  height: 20vw;
  background-image: url("/image/home/mv-ttl-balloon-left.svg");
}
@media screen and (min-width: 992px) {
  .un_homeMv_mainTtl::before {
    bottom: -70px;
    right: calc(100% - 136px);
    width: 356px;
    height: 362px;
  }
}
.un_homeMv_mainTtl::after {
  bottom: 0;
  left: calc(50% + 28.8vw);
  width: 28.2666667vw;
  height: 26.6666667vw;
  background-image: url("/image/home/mv-ttl-balloon-right.svg");
}
@media screen and (min-width: 992px) {
  .un_homeMv_mainTtl::after {
    bottom: -70px;
    left: calc(100% - 200px);
    width: 422px;
    height: 398px;
  }
}

.un_homeMvContent {
  position: relative;
  margin: 18px auto 0;
}
@media screen and (min-width: 992px) {
  .un_homeMvContent {
    max-width: 716px;
  }
}
.un_homeMvContent::before, .un_homeMvContent::after {
  content: "";
  display: block;
  position: absolute;
  z-index: 1;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.un_homeMvContent::before {
  top: 10.6666667vw;
  right: calc(50% + 32.8vw);
  width: 23.4666667vw;
  height: 19.7333333vw;
  background-image: url("/image/home/mv-illust01.png");
}
@media screen and (min-width: 992px) {
  .un_homeMvContent::before {
    top: 144px;
    right: calc(100% + 100px);
    width: 377px;
    height: 318px;
  }
}
.un_homeMvContent::after {
  top: 9.33333333vw;
  left: calc(50% + 33.3333333vw);
  width: 26.6666667vw;
  height: 19.7333333vw;
  background-image: url("/image/home/mv-illust02.png");
}
@media screen and (min-width: 992px) {
  .un_homeMvContent::after {
    top: 127px;
    left: calc(100% + 44px);
    width: 431px;
    height: 322px;
  }
}
.un_homeMvContent_imgWrap {
  position: relative;
  z-index: 1;
  width: 66.6666667%;
  margin-inline: auto;
}
@media screen and (min-width: 992px) {
  .un_homeMvContent_imgWrap {
    width: 100%;
  }
}
.un_homeMvContent_imgWrap img {
  display: block;
  width: 100%;
}
.un_homeMvContent_txt {
  padding: 0 30px;
  margin-top: 32px;
  font-size: 0.9375rem;
  line-height: 1.6666666667;
}
@media screen and (min-width: 992px) {
  .un_homeMvContent_txt {
    padding: 0;
    font-size: 1.5rem;
    line-height: 1.4583333333;
  }
}
.un_homeMvContent_note {
  font-size: 0.875rem;
  line-height: 1.4285714286;
}
@media screen and (min-width: 992px) {
  .un_homeMvContent_note {
    font-size: 1.5rem;
    line-height: 1.4583333333;
  }
}

.un_homeMvPeriod {
  margin-top: 45px;
}
@media screen and (min-width: 992px) {
  .un_homeMvPeriod {
    margin-top: 52px;
  }
}
.un_homeMvPeriod_ttl {
  margin-bottom: 5px;
  font-weight: 600;
  font-size: 1.25rem;
  line-height: 1.45;
}
@media screen and (min-width: 992px) {
  .un_homeMvPeriod_ttl {
    font-size: 2.125rem;
    line-height: 1.4411764706;
  }
}
.un_homeMvPeriod_schedule {
  width: 89.3333333%;
  max-width: 920px;
  margin: 0 auto 10px;
}
.un_homeMvPeriod_schedule .img {
  width: 100%;
}
.un_homeMvPeriod_schedule .img img {
  display: block;
  width: 100%;
}
.un_homeMvPeriod_schedule .note {
  margin-top: 10px;
  text-align: right;
  font-size: 0.875rem;
  line-height: 1.4285714286;
}

.un_homeApply {
  position: relative;
  z-index: 11;
  padding-top: 40px;
}
@media screen and (min-width: 992px) {
  .un_homeApply {
    padding-top: 60px;
  }
}
.un_homeApply .bl_box {
  margin-top: 48px;
}
@media screen and (min-width: 992px) {
  .un_homeApply .bl_box {
    margin-top: 60px;
  }
}

.un_homeApplyBtnList {
  display: flex;
  flex-direction: column;
  gap: 12px 0;
}
@media screen and (min-width: 992px) {
  .un_homeApplyBtnList {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 40px;
  }
}
@media screen and (min-width: 992px) {
  .un_homeApplyBtnList > li {
    width: calc((100% - 40px) / 2);
  }
}

a.un_homeApplyBtn,
span.un_homeApplyBtn {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 108px;
  padding: 12px;
  border-radius: 15px;
  color: var(--white);
}
@media screen and (min-width: 992px) {
  a.un_homeApplyBtn,
  span.un_homeApplyBtn {
    min-height: 180px;
    border-radius: 30px;
  }
}
a.un_homeApplyBtn .sm,
span.un_homeApplyBtn .sm {
  font-size: 0.8125rem;
  line-height: 1.4615384615;
}
@media screen and (min-width: 992px) {
  a.un_homeApplyBtn .sm,
  span.un_homeApplyBtn .sm {
    font-size: 1.25rem;
    line-height: 1.45;
  }
}
a.un_homeApplyBtn .ttl,
span.un_homeApplyBtn .ttl {
  font-weight: 700;
  font-size: 1.75rem;
  line-height: 1.4285714286;
}
@media screen and (min-width: 992px) {
  a.un_homeApplyBtn .ttl,
  span.un_homeApplyBtn .ttl {
    font-size: 2.75rem;
    line-height: 1.4545454545;
  }
}
a.un_homeApplyBtn__orange,
span.un_homeApplyBtn__orange {
  background-color: var(--orange);
}
a.un_homeApplyBtn__navy,
span.un_homeApplyBtn__navy {
  background-color: var(--navy);
}

a.un_homeApplyBtn {
  transition: opacity 0.3s ease-out;
}
@media (hover: hover) {
  a.un_homeApplyBtn:hover {
    opacity: 0.7;
  }
}

span.un_homeApplyBtn {
  background-color: #606060;
}

.un_homeCaution {
  padding-top: 30px;
}
.un_homeCaution_centered {
  max-width: 920px;
}
.un_homeCaution_cont {
  border: 5px solid #df5656;
  border-radius: 10px;
  padding: 24px 20px;
}
.un_homeCaution_ttl {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0 8px;
  margin-bottom: 16px;
  color: #df5656;
  font-weight: 700;
}
.un_homeCaution_ttl::before {
  content: "";
  width: 24px;
  height: 24px;
  flex: 0 0 24px;
  background: url(/image/icon/caution.svg) no-repeat center;
  background-size: 100% 100%;
}
.un_homeCaution_list {
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
}
.un_homeCaution .el_ul {
  width: -moz-fit-content;
  width: fit-content;
}
.un_homeCaution .el_ul > li {
  display: flex;
  flex-direction: column;
  gap: 4px 0;
}
@media screen and (min-width: 992px) {
  .un_homeCaution .el_ul > li {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    gap: 0 20px;
  }
}
@media screen and (min-width: 992px) {
  .un_homeCaution .el_ul > li::before {
    top: 6px;
  }
}
.un_homeCaution .el_ul > li + li {
  margin-top: 12px;
}
.un_homeCaution .el_ul > li > a {
  display: inline-block;
  padding: 8px 20px;
  border-radius: 7px;
  background-color: #df5656;
  border: 2px solid #df5656;
  text-align: center;
  color: #fff;
  transition: opacity 0.3s ease-out;
}
@media screen and (min-width: 992px) {
  .un_homeCaution .el_ul > li > a {
    min-width: 208px;
    font-size: 1rem;
    line-height: 1.625;
  }
}
@media (hover: hover) {
  .un_homeCaution .el_ul > li > a:hover {
    opacity: 0.7;
  }
}

.un_online_auPayImg {
  max-width: 510px;
  margin: 40px auto 0;
}
@media screen and (min-width: 992px) {
  .un_online_auPayImg {
    max-width: 980px;
  }
}
.un_online_auPayImg img {
  display: block;
  width: 100%;
}

.un_onlineApply_lv2Heading {
  margin-bottom: 20px;
  text-align: center;
  font-weight: 600;
  font-size: 1.5rem;
  line-height: 1.9166666667;
}
.un_onlineApply_lv2Heading .lg {
  font-size: 2rem;
  line-height: 1.5;
}
@media screen and (min-width: 992px) {
  .un_onlineApply_lv2Heading .lg {
    font-size: 3rem;
    line-height: 1.4583333333;
  }
}
.un_onlineApply_lv2Heading .clrOrange {
  color: var(--orange);
}
.un_onlineApply_lv2Heading .clrBlue {
  color: var(--blue);
}
.un_onlineApply_lead {
  text-align: center;
}
.un_onlineApply_lead span {
  display: inline-block;
  padding: 5px 32px;
  border-radius: 31px;
  background-color: #ffffb8;
  font-size: 1.125rem;
  line-height: 1.4444444444;
}
.un_onlineApply_cont {
  max-width: 510px;
  margin-inline: auto;
}

.un_mail_example {
  margin: 40px 0 20px;
  text-align: center;
  color: var(--red);
  font-size: 1.5rem;
  line-height: 1.25;
}
@media screen and (min-width: 992px) {
  .un_mail_example {
    margin-top: 70px;
    font-size: 2.375rem;
    line-height: 1.4473684211;
  }
}

.un_mailIntro_heading {
  margin-bottom: 15px;
  color: var(--navy);
  text-align: center;
  font-weight: 600;
  font-size: 1.875rem;
  line-height: 1.5;
}
@media screen and (min-width: 992px) {
  .un_mailIntro_heading {
    font-size: 3rem;
    line-height: 1.4583333333;
  }
}

.un_search_ttl {
  margin-bottom: 12px;
  font-weight: 600;
}

.un_searchShop {
  margin-top: 40px;
}
.un_searchShop_num {
  margin-bottom: 12px;
}
.un_searchShop_num .lg {
  display: inline-block;
  padding: 0 4px;
  font-size: 1.6875rem;
}

.un_searchShopList_wrap {
  padding: 20px;
  border: 1px solid var(--blue);
  border-radius: 10px;
  background-color: var(--white);
}
.un_searchShopList > li:not(:last-child) {
  border-bottom: 1px dashed var(--blue);
}
.un_searchShopList > li:first-child .un_searchShopItem {
  padding-top: 0;
}
.un_searchShopList > li:last-child .un_searchShopItem {
  padding-bottom: 0;
}

.un_searchShopItem {
  position: relative;
  padding: 20px 48px 20px 0;
}
.un_searchShopItem .name {
  font-weight: 600;
}
.un_searchShopItem .address {
  margin-top: 8px;
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 1.6;
}
.un_searchShopItem .category {
  display: inline-block;
  padding: 2px 12px;
  margin-bottom: 12px;
  background-color: var(--white);
  color: var(--blue);
  border: 1px solid var(--blue);
  border-radius: 30px;
  font-weight: 400;
  text-decoration: none;
  cursor: pointer;
  transition: all 0.2s ease-out;
  font-size: 0.875rem;
  line-height: 1.6;
}
.un_searchShopItem .category:hover {
  background-color: var(--blue);
  color: var(--white);
}
.un_searchShopItem .googlemap_link {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: opacity 0.3s ease-out;
}
@media (hover: hover) {
  .un_searchShopItem .googlemap_link:hover {
    opacity: 0.7;
  }
}
.un_searchShopItem .googlemap_link img {
  display: block;
  width: 100%;
}

.un_categoryFilter {
  margin-top: 20px;
}
.un_categoryFilter_ttl {
  margin-bottom: 8px;
  font-weight: 600;
  font-size: 0.875rem;
}
.un_categoryFilter_list {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.un_categoryFilter_btn {
  display: inline-block;
  padding: 4px 14px;
  background-color: var(--white);
  color: var(--blue);
  border: 1px solid var(--blue);
  border-radius: 30px;
  font-size: 0.8125rem;
  line-height: 1.6;
  cursor: pointer;
  transition: all 0.2s ease-out;
  text-decoration: none;
}
.un_categoryFilter_btn:hover {
  background-color: var(--blue);
  color: var(--white);
}
.un_categoryFilter_btn.is_active {
  background-color: var(--blue);
  color: var(--white);
}

.un_sitemap > *:first-child {
  margin-top: 0 !important;
}
.un_sitemap a {
  transition: opacity 0.3s ease-out;
}
@media (hover: hover) {
  .un_sitemap a:hover {
    will-change: opacity;
    opacity: 0.7;
  }
}
.un_sitemap_lv1 {
  font-weight: 400;
  margin: 40px 0 15px;
}
@media screen and (min-width: 768px) {
  .un_sitemap_lv1 {
    margin-top: 60px;
  }
}
.un_sitemap_lv1 > a {
  position: relative;
  display: block;
  background: var(--blue);
  text-decoration: none;
  color: var(--white);
  padding: 12px 15px;
  border-radius: 3px;
  font-size: 1.125rem;
  line-height: 1.6666666667;
}
.un_sitemap_lv2 {
  display: flex;
  flex-direction: column;
  gap: 10px 0;
}
@media screen and (min-width: 768px) {
  .un_sitemap_lv2 {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 20px;
  }
}
.un_sitemap_lv2 > li {
  font-size: 1rem;
  line-height: 1.625;
}
@media screen and (min-width: 768px) {
  .un_sitemap_lv2 > li {
    width: calc((100% - 20px) / 2);
  }
}
.un_sitemap_lv2 > li > a {
  position: relative;
  display: block;
  text-decoration: none;
  padding: 12px 25px 12px 12px;
  border-radius: 3px;
  border: 1px solid var(--blue);
  color: var(--black);
}
.un_sitemap_lv2 > li > a::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 9px;
  transform: translateY(-50%);
  width: 8px;
  height: 10px;
  clip-path: polygon(100% 50%, 0 0, 0 100%);
  background-color: var(--blue);
}
.un_sitemap_lv3, .un_sitemap_lv4, .un_sitemap_lv5 {
  margin: 10px 0;
  padding-left: 1em;
}
.un_sitemap_lv3 > li > a, .un_sitemap_lv4 > li > a, .un_sitemap_lv5 > li > a {
  position: relative;
  display: inline-block;
  padding-left: 15px;
  color: var(--black);
  transition: color 0.3s ease-out;
}
.un_sitemap_lv3 > li > a::before, .un_sitemap_lv4 > li > a::before, .un_sitemap_lv5 > li > a::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: var(--blue);
  transition: background 0.3s ease-out;
}
@media (hover: hover) {
  .un_sitemap_lv3 > li > a:hover, .un_sitemap_lv4 > li > a:hover, .un_sitemap_lv5 > li > a:hover {
    color: var(--blue);
  }
  .un_sitemap_lv3 > li > a:hover::before, .un_sitemap_lv4 > li > a:hover::before, .un_sitemap_lv5 > li > a:hover::before {
    background-color: var(--blue);
  }
}
.un_sitemap_lv3 li + li {
  margin-top: 5px;
}
.un_sitemap_lv4, .un_sitemap_lv5 {
  margin-left: 24px;
}

/* CMS独自のスタイルやクラスにあてる */
#cboxOverlay, #cboxWrapper, #colorbox {
  z-index: 10 !important;
}

.dir_faq .bl_acc + h2 {
  margin-top: 80px;
}/*# sourceMappingURL=common.css.map */