@charset "UTF-8";
:root {
  /* color */
  --col-1: #ff4690;
  --col-2: #ff9100;
  --col-3: #5d90d2;
  --col-4: #000;
  --col-5: #000;
  --col-6: #000;
  --col-7: #000;
  --col-8: #000;
  --col-bfc: #000;
  --col-lfc: #065fd4;
  --col-cga: linear-gradient(to right, var(--col-1) 0%, var(--col-1) 20%, var(--col-2) 100%);
  --col-cbg1: #ffdad6;
  --col-cbg2: #fffbef;
  --col-cbg3: #29af63;
  --col-cbg4: #ffeee8;
  --col-cbg5: #ffd8b0;
  --col-cbg6: #ffa7a9;
  --col-cbg7: #ffb655;
  --col-cbg8: #ffe5cb;
  /* gap */
  --gap-025em: 0.25em;
  --gap-05em: 0.5em;
  --gap-075em: 0.75em;
  --gap-1em: 1em;
  --gap-125em: 1.25em;
  --gap-15em: 1.5em;
  --gap-175em: 1.75em;
  --gap-2em: 2em;
  --gap-15s: min(2.5vw, 15px);
  --gap-15: min(3.2vw, 15px);
  --gap-20s: min(3.85vw, 20px);
  --gap-20: min(4.4vw, 20px);
  --gap-25s: min(5vw, 25px);
  --gap-25: min(5.7vw, 25px);
  --gap-30s: min(6vw, 30px);
  --gap-30: min(6.7vw, 30px);
  --gap-40s: clamp(30px, 4.5vw, 40px);
  --gap-40: min(8.5vw, 40px);
  --gap-60s: clamp(40px, 6vw, 60px);
  --gap-60: clamp(45px, 6.75vw, 60px);
  --gap-60w: min(14.5vw, 60px);
  --gap-80s: clamp(50px, 8.25vw, 80px);
  --gap-80: clamp(60px, 9vw, 80px);
  --gap-80w: min(18vw, 80px);
  --gap-100s: clamp(58px, 10.25vw, 100px);
  --gap-100: clamp(70px, 11.5vw, 100px);
  --gap-100w: min(23vw, 100px);
  --gap-120s: clamp(65px, 11.5vw, 120px);
  --gap-120: clamp(78px, 13.5vw, 120px);
  --gap-120w: min(24.5vw, 120px);
}

html {
  scroll-behavior: smooth;
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  html {
    scroll-behavior: initial;
  }
}

body {
  line-height: 1.85;
  font-size: 1rem;
  word-wrap: break-word;
  overflow-wrap: break-word;
  font-weight: normal;
  font-family: YakuHanJP, "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Roboto, Meiryo, sans-serif;
  text-rendering: optimizeLegibility;
  color: var(--col-bfc);
}
body.palt {
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  letter-spacing: 0.05em;
}
body.pkna {
  -webkit-font-feature-settings: "pkna";
          font-feature-settings: "pkna";
}

/* Link styles (single source of truth) */
a {
  color: var(--col-lfc);
  text-decoration: underline;
  text-underline-offset: 0.2em;
  text-decoration-thickness: from-font;
}
a:hover {
  color: var(--col-lfc);
}
a {
  /* outline を消さない。必要ならここで見た目を整える */
}
a:focus-visible {
  outline: 2px solid currentColor;
  outline-offset: 2px;
}

/*-----------------------------------------------
 __fontfamily
-----------------------------------------------*/
.serif {
  font-family: "Times New Roman", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "小塚明朝 ProN", "メイリオ", Meiryo, serif;
}

/*--- google font ---*/
.gf_noto {
  font-family: YakuHanJP, "Noto Sans JP", sans-serif;
}

.gf_roboto {
  font-family: Roboto, sans-serif;
}

.gf_noto__serif {
  font-family: YakuHanJP, "Noto Serif JP", serif;
}

.gf_zenG {
  font-family: YakuHanJP, "Zen Kaku Gothic New", sans-serif;
}

.font_yu {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Roboto, Meiryo, sans-serif;
}

/*-----------------------------------------------
 __fontweight
-----------------------------------------------*/
.fw900 {
  font-weight: 900;
}

.fw700 {
  font-weight: 700;
}

.fw600 {
  font-weight: 600;
}

.fw500 {
  font-weight: 500;
}

.fw400 {
  font-weight: 400;
}

.fw300 {
  font-weight: 300;
}

/*-----------------------------------------------
 __letterspacing centering
-----------------------------------------------*/
.lt1 {
  letter-spacing: 0.1em;
  text-indent: 0.1em;
}

.lt15 {
  letter-spacing: 0.15em;
  text-indent: 0.15em;
}

.lt2 {
  letter-spacing: 0.2em;
  text-indent: 0.2em;
}

.lt3 {
  letter-spacing: 0.3em;
  text-indent: 0.3em;
}

/*-----------------------------------------------
 __fontsize
-----------------------------------------------*/
.fz_42 {
  font-size: 2.625rem;
}
@media screen and (max-width: 768px) {
  .fz_42 {
    font-size: 2.25rem;
  }
}
@media screen and (max-width: 600px) {
  .fz_42 {
    font-size: 1.75rem;
  }
}

.fz_40 {
  font-size: 2.5rem;
}
@media screen and (max-width: 768px) {
  .fz_40 {
    font-size: 2.125rem;
  }
}
@media screen and (max-width: 600px) {
  .fz_40 {
    font-size: 1.75rem;
  }
}

.fz_36 {
  font-size: 2.25rem;
}
@media screen and (max-width: 768px) {
  .fz_36 {
    font-size: 1.875rem;
  }
}
@media screen and (max-width: 600px) {
  .fz_36 {
    font-size: 1.5625rem;
  }
}

.fz_32 {
  font-size: 2rem;
}
@media screen and (max-width: 768px) {
  .fz_32 {
    font-size: 1.5625rem;
  }
}
@media screen and (max-width: 600px) {
  .fz_32 {
    font-size: 1.375rem;
  }
}

.fz_30 {
  font-size: 1.875rem;
}
@media screen and (max-width: 768px) {
  .fz_30 {
    font-size: 1.5625rem;
  }
}
@media screen and (max-width: 600px) {
  .fz_30 {
    font-size: 1.375rem;
  }
}

.fz_28 {
  font-size: 1.75rem;
}
@media screen and (max-width: 768px) {
  .fz_28 {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 600px) {
  .fz_28 {
    font-size: 1.25rem;
  }
}

.fz_26 {
  font-size: 1.625rem;
}
@media screen and (max-width: 768px) {
  .fz_26 {
    font-size: 1.4375rem;
  }
}
@media screen and (max-width: 600px) {
  .fz_26 {
    font-size: 1.25rem;
  }
}

.fz_24 {
  font-size: 1.5rem;
}
@media screen and (max-width: 768px) {
  .fz_24 {
    font-size: 1.3125rem;
  }
}
@media screen and (max-width: 600px) {
  .fz_24 {
    font-size: 1.25rem;
  }
}

.fz_22 {
  font-size: 1.375rem;
}
@media screen and (max-width: 768px) {
  .fz_22 {
    font-size: 1.1875rem;
  }
}

.fz_20 {
  font-size: 1.25rem;
}
@media screen and (max-width: 768px) {
  .fz_20 {
    font-size: 1.125rem;
  }
}
@media screen and (max-width: 600px) {
  .fz_20 {
    font-size: 1.0625rem;
  }
}

.fz_18 {
  font-size: 1.125rem;
}
@media screen and (max-width: 768px) {
  .fz_18 {
    font-size: 1.0625rem;
  }
}

.fz_17 {
  font-size: 1.0625rem;
}
@media screen and (max-width: 768px) {
  .fz_17 {
    font-size: 1rem;
  }
}

.fz_16 {
  font-size: 1rem;
}
@media screen and (max-width: 768px) {
  .fz_16 {
    font-size: 0.9375rem;
  }
}

.fz_15 {
  font-size: 0.9375rem;
}
@media screen and (max-width: 768px) {
  .fz_15 {
    font-size: 0.875rem;
  }
}

.fz_14 {
  font-size: 0.875rem;
}
@media screen and (max-width: 768px) {
  .fz_14 {
    font-size: 0.8125rem;
  }
}

.fz_13 {
  font-size: 0.8125rem;
}
@media screen and (max-width: 600px) {
  .fz_13 {
    font-size: 0.75rem;
  }
}

.fz_12 {
  font-size: 0.75rem;
}
@media screen and (max-width: 600px) {
  .fz_12 {
    font-size: 0.625rem;
  }
}

.fz_11 {
  font-size: 0.6875rem;
}
@media screen and (max-width: 600px) {
  .fz_11 {
    font-size: 0.625rem;
  }
}

.fz_10 {
  font-size: 0.625rem;
}

[id^=anker_] {
  scroll-margin-top: 60px;
}
@media screen and (max-width: 767px) {
  [id^=anker_] {
    scroll-margin-top: 0px;
  }
}

.l_fullbleed {
  display: grid;
  margin-inline: auto;
  grid-template-rows: auto;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  grid-gap: 0;
}
.l_fullbleed > * {
  grid-column: 2;
  width: 100%;
}
.l_fullbleed.mx1440_5vw {
  grid-template-columns: 5vw minmax(auto, 1440px) 5vw;
}
.l_fullbleed.mx1366_5vw {
  grid-template-columns: 5vw minmax(auto, 1366px) 5vw;
}
.l_fullbleed.mx1366_3vw {
  grid-template-columns: 3vw minmax(auto, 1366px) 3vw;
}
.l_fullbleed.mx1280_5vw {
  grid-template-columns: 5vw minmax(auto, 1280px) 5vw;
}
.l_fullbleed.mx1280_3vw {
  grid-template-columns: 3vw minmax(auto, 1280px) 3vw;
}
.l_fullbleed.mx1200_5vw {
  grid-template-columns: 5vw minmax(auto, 1200px) 5vw;
}
.l_fullbleed.mx1200_3vw {
  grid-template-columns: 3vw minmax(auto, 1200px) 3vw;
}
.l_fullbleed.mx1100_5vw {
  grid-template-columns: 5vw minmax(auto, 1100px) 5vw;
}
.l_fullbleed.mx1100_8vw {
  grid-template-columns: 8vw minmax(auto, 1100px) 8vw;
}
.l_fullbleed.mx1100_3vw {
  grid-template-columns: 3vw minmax(auto, 1100px) 3vw;
}
.l_fullbleed.mx1024_5vw {
  grid-template-columns: 5vw minmax(auto, 1024px) 5vw;
}
.l_fullbleed.mx1024_3vw {
  grid-template-columns: 3vw minmax(auto, 1024px) 3vw;
}
.l_fullbleed.mx980_5vw {
  grid-template-columns: 5vw minmax(auto, 980px) 5vw;
}
.l_fullbleed.mx960_5vw {
  grid-template-columns: 5vw minmax(auto, 960px) 5vw;
}
.l_fullbleed.mx900_5vw {
  grid-template-columns: 5vw minmax(auto, 900px) 5vw;
}
.l_fullbleed.mx860_5vw {
  grid-template-columns: 5vw minmax(auto, 860px) 5vw;
}
.l_fullbleed.mx760_5vw {
  grid-template-columns: 5vw minmax(auto, 760px) 5vw;
}
.l_fullbleed.mx700_5vw {
  grid-template-columns: 5vw minmax(auto, 700px) 5vw;
}
.l_fullbleed > .column_width {
  justify-self: center;
  width: 100%;
}
.l_fullbleed > .column_width.mx_760 {
  max-width: 760px;
}
.l_fullbleed > .column_width.mx_900 {
  max-width: 900px;
}
.l_fullbleed.grey {
  background-color: var(--col-3);
}

.l_pt15s {
  padding-top: var(--gap-15s);
}

.l_pt15 {
  padding-top: var(--gap-15);
}

.l_pt20s {
  padding-top: var(--gap-20s);
}

.l_pt20 {
  padding-top: var(--gap-20);
}

.l_pt25s {
  padding-top: var(--gap-25s);
}

.l_pt25 {
  padding-top: var(--gap-25);
}

.l_pt30 {
  padding-top: var(--gap-30);
}

.l_pt30s {
  padding-top: var(--gap-30s);
}

.l_pt40s {
  padding-top: var(--gap-40s);
}

.l_pt40 {
  padding-top: var(--gap-40);
}

.l_pt40w {
  padding-top: var(--gap-40w);
}

.l_pt60s {
  padding-top: var(--gap-60s);
}

.l_pt60 {
  padding-top: var(--gap-60);
}

.l_pt60w {
  padding-top: var(--gap-60w);
}

.l_pt80s {
  padding-top: var(--gap-80s);
}

.l_pt80 {
  padding-top: var(--gap-80);
}

.l_pt80w {
  padding-top: var(--gap-80w);
}

.l_pt100s {
  padding-top: var(--gap-100s);
}

.l_pt100 {
  padding-top: var(--gap-100);
}

.l_pt100w {
  padding-top: var(--gap-100w);
}

.l_pt120s {
  padding-top: var(--gap-120s);
}

.l_pt120 {
  padding-top: var(--gap-120);
}

.l_pt120w {
  padding-top: var(--gap-120w);
}

.l_pb15s {
  padding-bottom: var(--gap-15s);
}

.l_pb15 {
  padding-bottom: var(--gap-15);
}

.l_pb20s {
  padding-bottom: var(--gap-20s);
}

.l_pb20 {
  padding-bottom: var(--gap-20);
}

.l_pb25s {
  padding-bottom: var(--gap-25s);
}

.l_pb25 {
  padding-bottom: var(--gap-25);
}

.l_pb30 {
  padding-bottom: var(--gap-30);
}

.l_pb30s {
  padding-bottom: var(--gap-30s);
}

.l_pb40s {
  padding-bottom: var(--gap-40s);
}

.l_pb40 {
  padding-bottom: var(--gap-40);
}

.l_pb40w {
  padding-bottom: var(--gap-40w);
}

.l_pb60s {
  padding-bottom: var(--gap-60s);
}

.l_pb60 {
  padding-bottom: var(--gap-60);
}

.l_pb60w {
  padding-bottom: var(--gap-60w);
}

.l_pb80s {
  padding-bottom: var(--gap-80s);
}

.l_pb80 {
  padding-bottom: var(--gap-80);
}

.l_pb80w {
  padding-bottom: var(--gap-80w);
}

.l_pb100s {
  padding-bottom: var(--gap-100s);
}

.l_pb100 {
  padding-bottom: var(--gap-100);
}

.l_pb100w {
  padding-bottom: var(--gap-100w);
}

.l_pb120s {
  padding-bottom: var(--gap-120s);
}

.l_pb120 {
  padding-bottom: var(--gap-120);
}

.l_pb120w {
  padding-bottom: var(--gap-120w);
}

.l_ptb15s {
  padding-top: var(--gap-15s);
  padding-bottom: var(--gap-15s);
}

.l_ptb15 {
  padding-top: var(--gap-15);
  padding-bottom: var(--gap-15);
}

.l_ptb20s {
  padding-top: var(--gap-20s);
  padding-bottom: var(--gap-20s);
}

.l_ptb20 {
  padding-top: var(--gap-20);
  padding-bottom: var(--gap-20);
}

.l_ptb25s {
  padding-top: var(--gap-25s);
  padding-bottom: var(--gap-25s);
}

.l_ptb25 {
  padding-top: var(--gap-25);
  padding-bottom: var(--gap-25);
}

.l_ptb30 {
  padding-top: var(--gap-30);
  padding-bottom: var(--gap-30);
}

.l_ptb30s {
  padding-top: var(--gap-30s);
  padding-bottom: var(--gap-30s);
}

.l_ptb40s {
  padding-top: var(--gap-40s);
  padding-bottom: var(--gap-40s);
}

.l_ptb40 {
  padding-top: var(--gap-40);
  padding-bottom: var(--gap-40);
}

.l_ptb40w {
  padding-top: var(--gap-40w);
  padding-bottom: var(--gap-40w);
}

.l_ptb60s {
  padding-top: var(--gap-60s);
  padding-bottom: var(--gap-60s);
}

.l_ptb60 {
  padding-top: var(--gap-60);
  padding-bottom: var(--gap-60);
}

.l_ptb60w {
  padding-top: var(--gap-60w);
  padding-bottom: var(--gap-60w);
}

.l_ptb80s {
  padding-top: var(--gap-80s);
  padding-bottom: var(--gap-80s);
}

.l_ptb80 {
  padding-top: var(--gap-80);
  padding-bottom: var(--gap-80);
}

.l_ptb80w {
  padding-top: var(--gap-80w);
  padding-bottom: var(--gap-80w);
}

.l_ptb100s {
  padding-top: var(--gap-100s);
  padding-bottom: var(--gap-100s);
}

.l_ptb100 {
  padding-top: var(--gap-100);
  padding-bottom: var(--gap-100);
}

.l_ptb100w {
  padding-top: var(--gap-100w);
  padding-bottom: var(--gap-100w);
}

.l_ptb120s {
  padding-top: var(--gap-120s);
  padding-bottom: var(--gap-120s);
}

.l_ptb120 {
  padding-top: var(--gap-120);
  padding-bottom: var(--gap-120);
}

.l_ptb120w {
  padding-top: var(--gap-120w);
  padding-bottom: var(--gap-120w);
}

.l_mt15s {
  margin-top: var(--gap-15s);
}

.l_mt15 {
  margin-top: var(--gap-15);
}

.l_mt20s {
  margin-top: var(--gap-20s);
}

.l_mt20 {
  margin-top: var(--gap-20);
}

.l_mt25s {
  margin-top: var(--gap-25s);
}

.l_mt25 {
  margin-top: var(--gap-25);
}

.l_mt30 {
  margin-top: var(--gap-30);
}

.l_mt30s {
  margin-top: var(--gap-30s);
}

.l_mt40s {
  margin-top: var(--gap-40s);
}

.l_mt40 {
  margin-top: var(--gap-40);
}

.l_mt40w {
  margin-top: var(--gap-40w);
}

.l_mt60s {
  margin-top: var(--gap-60s);
}

.l_mt60 {
  margin-top: var(--gap-60);
}

.l_mt60w {
  margin-top: var(--gap-60w);
}

.l_mt80s {
  margin-top: var(--gap-80s);
}

.l_mt80 {
  margin-top: var(--gap-80);
}

.l_mt80w {
  margin-top: var(--gap-80w);
}

.l_mt100s {
  margin-top: var(--gap-100s);
}

.l_mt100 {
  margin-top: var(--gap-100);
}

.l_mt100w {
  margin-top: var(--gap-100w);
}

.l_mt120s {
  margin-top: var(--gap-120s);
}

.l_mt120 {
  margin-top: var(--gap-120);
}

.l_mt120w {
  margin-top: var(--gap-120w);
}

.l_mb15s {
  margin-bottom: var(--gap-15s);
}

.l_mb15 {
  margin-bottom: var(--gap-15);
}

.l_mb20s {
  margin-bottom: var(--gap-20s);
}

.l_mb20 {
  margin-bottom: var(--gap-20);
}

.l_mb25s {
  margin-bottom: var(--gap-25s);
}

.l_mb25 {
  margin-bottom: var(--gap-25);
}

.l_mb30 {
  margin-bottom: var(--gap-30);
}

.l_mb30s {
  margin-bottom: var(--gap-30s);
}

.l_mb40s {
  margin-bottom: var(--gap-40s);
}

.l_mb40 {
  margin-bottom: var(--gap-40);
}

.l_mb40w {
  margin-bottom: var(--gap-40w);
}

.l_mb60s {
  margin-bottom: var(--gap-60s);
}

.l_mb60 {
  margin-bottom: var(--gap-60);
}

.l_mb60w {
  margin-bottom: var(--gap-60w);
}

.l_mb80s {
  margin-bottom: var(--gap-80s);
}

.l_mb80 {
  margin-bottom: var(--gap-80);
}

.l_mb80w {
  margin-bottom: var(--gap-80w);
}

.l_mb100s {
  margin-bottom: var(--gap-100s);
}

.l_mb100 {
  margin-bottom: var(--gap-100);
}

.l_mb100w {
  margin-bottom: var(--gap-100w);
}

.l_mb120s {
  margin-bottom: var(--gap-120s);
}

.l_mb120 {
  margin-bottom: var(--gap-120);
}

.l_mb120w {
  margin-bottom: var(--gap-120w);
}

.l_mtb15s {
  margin-top: var(--gap-15s);
  margin-bottom: var(--gap-15s);
}

.l_mtb15 {
  margin-top: var(--gap-15);
  margin-bottom: var(--gap-15);
}

.l_mtb20s {
  margin-top: var(--gap-20s);
  margin-bottom: var(--gap-20s);
}

.l_mtb20 {
  margin-top: var(--gap-20);
  margin-bottom: var(--gap-20);
}

.l_mtb25s {
  margin-top: var(--gap-25s);
  margin-bottom: var(--gap-25s);
}

.l_mtb25 {
  margin-top: var(--gap-25);
  margin-bottom: var(--gap-25);
}

.l_mtb30 {
  margin-top: var(--gap-30);
  margin-bottom: var(--gap-30);
}

.l_mtb30s {
  margin-top: var(--gap-30s);
  margin-bottom: var(--gap-30s);
}

.l_mtb40s {
  margin-top: var(--gap-40s);
  margin-bottom: var(--gap-40s);
}

.l_mtb40 {
  margin-top: var(--gap-40);
  margin-bottom: var(--gap-40);
}

.l_mtb40w {
  margin-top: var(--gap-40w);
  margin-bottom: var(--gap-40w);
}

.l_mtb60s {
  margin-top: var(--gap-60s);
  margin-bottom: var(--gap-60s);
}

.l_mtb60 {
  margin-top: var(--gap-60);
  margin-bottom: var(--gap-60);
}

.l_mtb60w {
  margin-top: var(--gap-60w);
  margin-bottom: var(--gap-60w);
}

.l_mtb80s {
  margin-top: var(--gap-80s);
  margin-bottom: var(--gap-80s);
}

.l_mtb80 {
  margin-top: var(--gap-80);
  margin-bottom: var(--gap-80);
}

.l_mtb80w {
  margin-top: var(--gap-80w);
  margin-bottom: var(--gap-80w);
}

.l_mtb100s {
  margin-top: var(--gap-100s);
  margin-bottom: var(--gap-100s);
}

.l_mtb100 {
  margin-top: var(--gap-100);
  margin-bottom: var(--gap-100);
}

.l_mtb100w {
  margin-top: var(--gap-100w);
  margin-bottom: var(--gap-100w);
}

.l_mtb120s {
  margin-top: var(--gap-120s);
  margin-bottom: var(--gap-120s);
}

.l_mtb120 {
  margin-top: var(--gap-120);
  margin-bottom: var(--gap-120);
}

.l_mtb120w {
  margin-top: var(--gap-120w);
  margin-bottom: var(--gap-120w);
}

.l_pt025em {
  padding-top: var(--gap-025em);
}

.l_pt05em {
  padding-top: var(--gap-05em);
}

.l_pt075em {
  padding-top: var(--gap-075em);
}

.l_pt1em {
  padding-top: var(--gap-1em);
}

.l_pt125em {
  padding-top: var(--gap-125em);
}

.l_pt15em {
  padding-top: var(--gap-15em);
}

.l_pt175em {
  padding-top: var(--gap-175em);
}

.l_pt2em {
  padding-top: var(--gap-2em);
}

.l_pb025em {
  padding-bottom: var(--gap-025em);
}

.l_pb05em {
  padding-bottom: var(--gap-05em);
}

.l_pb075em {
  padding-bottom: var(--gap-075em);
}

.l_pb1em {
  padding-bottom: var(--gap-1em);
}

.l_pb125em {
  padding-bottom: var(--gap-125em);
}

.l_pb15em {
  padding-bottom: var(--gap-15em);
}

.l_pb175em {
  padding-bottom: var(--gap-175em);
}

.l_pb2em {
  padding-bottom: var(--gap-2em);
}

.l_ptb025em {
  padding-top: var(--gap-025em);
  padding-bottom: var(--gap-025em);
}

.l_ptb05em {
  padding-top: var(--gap-05em);
  padding-bottom: var(--gap-05em);
}

.l_ptb075em {
  padding-top: var(--gap-075em);
  padding-bottom: var(--gap-075em);
}

.l_ptb1em {
  padding-top: var(--gap-1em);
  padding-bottom: var(--gap-1em);
}

.l_ptb125em {
  padding-top: var(--gap-125em);
  padding-bottom: var(--gap-125em);
}

.l_ptb15em {
  padding-top: var(--gap-15em);
  padding-bottom: var(--gap-15em);
}

.l_ptb175em {
  padding-top: var(--gap-175em);
  padding-bottom: var(--gap-175em);
}

.l_ptb2em {
  padding-top: var(--gap-2em);
  padding-bottom: var(--gap-2em);
}

.l_mt025em {
  margin-top: var(--gap-025em);
}

.l_mt05em {
  margin-top: var(--gap-05em);
}

.l_mt075em {
  margin-top: var(--gap-075em);
}

.l_mt1em {
  margin-top: var(--gap-1em);
}

.l_mt125em {
  margin-top: var(--gap-125em);
}

.l_mt15em {
  margin-top: var(--gap-15em);
}

.l_mt175em {
  margin-top: var(--gap-175em);
}

.l_mt2em {
  margin-top: var(--gap-2em);
}

.l_mb025em {
  margin-bottom: var(--gap-025em);
}

.l_mb05em {
  margin-bottom: var(--gap-05em);
}

.l_mb075em {
  margin-bottom: var(--gap-075em);
}

.l_mb1em {
  margin-bottom: var(--gap-1em);
}

.l_mb125em {
  margin-bottom: var(--gap-125em);
}

.l_mb15em {
  margin-bottom: var(--gap-15em);
}

.l_mb175em {
  margin-bottom: var(--gap-175em);
}

.l_mb2em {
  margin-bottom: var(--gap-2em);
}

.l_mtb025em {
  margin-top: var(--gap-025em);
  margin-bottom: var(--gap-025em);
}

.l_mtb05em {
  margin-top: var(--gap-05em);
  margin-bottom: var(--gap-05em);
}

.l_mtb075em {
  margin-top: var(--gap-075em);
  margin-bottom: var(--gap-075em);
}

.l_mtb1em {
  margin-top: var(--gap-1em);
  margin-bottom: var(--gap-1em);
}

.l_mtb125em {
  margin-top: var(--gap-125em);
  margin-bottom: var(--gap-125em);
}

.l_mtb15em {
  margin-top: var(--gap-15em);
  margin-bottom: var(--gap-15em);
}

.l_mtb175em {
  margin-top: var(--gap-175em);
  margin-bottom: var(--gap-175em);
}

.l_mtb2em {
  margin-top: var(--gap-2em);
  margin-bottom: var(--gap-2em);
}

/*-----------------------------------------------
 __page_nav
-----------------------------------------------*/
.md_article__pagenav {
  padding-bottom: 3vw;
}

#pagenavi {
  overflow: hidden;
}
#pagenavi ul.page-numbers {
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  list-style-type: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#pagenavi ul.page-numbers li {
  width: 40px;
  height: 40px;
  margin: 0 5px;
}
@media screen and (max-width: 960px) {
  #pagenavi ul.page-numbers li {
    width: 40px;
    height: 40px;
  }
}
@media screen and (max-width: 540px) {
  #pagenavi ul.page-numbers li {
    width: 7vw;
    height: 7vw;
  }
}
#pagenavi a.page-numbers,
#pagenavi span.page-numbers {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1px solid transparent;
  font-size: 13px;
  text-decoration: none;
  color: var(--col-bfc);
  -webkit-transition: all 0.1s linear;
  transition: all 0.1s linear;
  border-radius: 50%;
}
@media screen and (max-width: 540px) {
  #pagenavi a.page-numbers,
  #pagenavi span.page-numbers {
    font-size: 11px;
  }
}
#pagenavi a.page-numbers.dots,
#pagenavi span.page-numbers.dots {
  border-color: transparent;
}
#pagenavi a.page-numbers.prev,
#pagenavi span.page-numbers.prev {
  position: relative;
}
@media screen and (max-width: 540px) {
  #pagenavi a.page-numbers.prev,
  #pagenavi span.page-numbers.prev {
    display: none;
  }
}
#pagenavi a.page-numbers.prev::before,
#pagenavi span.page-numbers.prev::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "\f053";
  font-family: "Font Awesome 5 Free";
  text-rendering: auto;
  font-weight: bold;
  color: var(--col-bfc);
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#pagenavi a.page-numbers.next,
#pagenavi span.page-numbers.next {
  position: relative;
}
@media screen and (max-width: 540px) {
  #pagenavi a.page-numbers.next,
  #pagenavi span.page-numbers.next {
    display: none;
  }
}
#pagenavi a.page-numbers.next::before,
#pagenavi span.page-numbers.next::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "\f054";
  font-family: "Font Awesome 5 Free";
  text-rendering: auto;
  font-weight: bold;
  color: var(--col-bfc);
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#pagenavi a.page-numbers.current,
#pagenavi span.page-numbers.current {
  border-color: var(--col-1);
  color: var(--col-1);
}
#pagenavi a.page-numbers:hover {
  color: var(--col-bfc);
  background-color: #f0f0f0;
}
#pagenavi a.page-numbers.prev:hover, #pagenavi a.page-numbers.next:hover {
  background-color: transparent;
  border-color: transparent;
  -webkit-transform: scale(1.25);
          transform: scale(1.25);
}

.postEntry {
  word-break: break-all;
  text-align: left;
  position: relative;
  z-index: 5;
}
.postEntry p {
  margin-bottom: 2em;
  text-align: justify;
}
.postEntry p:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 600px) {
  .postEntry p.has-background {
    padding: 1em 1.5em;
  }
}
.postEntry p.has-small-font-size {
  font-size: 0.8125rem;
}
@media screen and (max-width: 600px) {
  .postEntry p.has-small-font-size {
    font-size: 0.75rem;
  }
}
.postEntry p.has-normal-font-size, .postEntry p.has-regular-font-size {
  font-size: 0.9375rem;
}
@media screen and (max-width: 767px) {
  .postEntry p.has-normal-font-size, .postEntry p.has-regular-font-size {
    font-size: 0.875rem;
  }
}
.postEntry p.has-medium-font-size {
  font-size: 0.9375rem;
}
@media screen and (max-width: 767px) {
  .postEntry p.has-medium-font-size {
    font-size: 0.875rem;
  }
}
.postEntry p.has-large-font-size {
  font-size: 1.25rem;
}
@media screen and (max-width: 767px) {
  .postEntry p.has-large-font-size {
    font-size: 1.125rem;
  }
}
@media screen and (max-width: 600px) {
  .postEntry p.has-large-font-size {
    font-size: 1.0625rem;
  }
}
.postEntry p.has-huge-font-size {
  font-size: 1.75rem;
}
@media screen and (max-width: 767px) {
  .postEntry p.has-huge-font-size {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 600px) {
  .postEntry p.has-huge-font-size {
    font-size: 1.25rem;
  }
}
.postEntry p.has-x-large-font-size {
  font-size: 1.75rem;
}
@media screen and (max-width: 767px) {
  .postEntry p.has-x-large-font-size {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 600px) {
  .postEntry p.has-x-large-font-size {
    font-size: 1.25rem;
  }
}
.postEntry p a {
  text-decoration: none;
  border-bottom: 1px dashed #000;
  color: var(--col-bfc);
  -webkit-transition: all 0.15s ease;
  transition: all 0.15s ease;
}
.postEntry p a:hover {
  color: #ff9100;
  border-bottom-color: #ff9100;
}
.postEntry p a[rel*=noopener]::after {
  content: "\f35d";
  font-family: "Font Awesome 5 Free";
  text-rendering: auto;
  font-weight: bold;
  padding-left: 0.25em;
  padding-right: 0.15em;
}
.postEntry ol,
.postEntry ul {
  list-style-type: disc;
  padding-left: 1.5em;
  padding-bottom: 1em;
  line-height: 1.6;
}
.postEntry ol.blocks-gallery-grid,
.postEntry ul.blocks-gallery-grid {
  list-style-type: none;
  padding-left: 0;
  padding-bottom: 0;
  line-height: inherit;
}
.postEntry ol li,
.postEntry ul li {
  padding: 0.2em 0;
}
.postEntry ol {
  list-style-type: decimal;
}
.postEntry h1,
.postEntry h2,
.postEntry h3,
.postEntry h4 {
  margin: 2em 0 1em 0;
}
@media screen and (max-width: 600px) {
  .postEntry h1,
  .postEntry h2,
  .postEntry h3,
  .postEntry h4 {
    font-weight: 700;
  }
}
@media screen and (max-width: 767px) {
  .postEntry h1 br,
  .postEntry h2 br,
  .postEntry h3 br,
  .postEntry h4 br {
    display: none;
  }
}
.postEntry h1 {
  font-size: 2em;
}
.postEntry h2 {
  font-weight: 600;
  line-height: 1.5;
  font-size: 1.5rem;
}
@media screen and (max-width: 767px) {
  .postEntry h2 {
    font-size: 1.3125rem;
  }
}
@media screen and (max-width: 600px) {
  .postEntry h2 {
    font-size: 1.25rem;
  }
}
.postEntry h3 {
  font-weight: 600;
  line-height: 1.5;
  margin-bottom: 0.75em;
  font-size: 1.25rem;
}
@media screen and (max-width: 767px) {
  .postEntry h3 {
    font-size: 1.125rem;
  }
}
@media screen and (max-width: 600px) {
  .postEntry h3 {
    font-size: 1.0625rem;
  }
}
.postEntry h4 {
  margin-bottom: 0.5em;
  font-weight: 600;
  font-size: 1.25rem;
}
@media screen and (max-width: 767px) {
  .postEntry h4 {
    font-size: 1.125rem;
  }
}
@media screen and (max-width: 600px) {
  .postEntry h4 {
    font-size: 1.0625rem;
  }
}
.postEntry h5 {
  font-weight: 600;
  font-size: 1em;
}
.postEntry h6 {
  font-weight: 600;
  font-size: 1em;
}
.postEntry strong {
  font-weight: bold;
}
.postEntry img,
.postEntry video,
.postEntry embed,
.postEntry object,
.postEntry iframe {
  max-width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: auto;
}
.postEntry .has-drop-cap:not(:focus)::first-letter {
  font-size: 2.5em;
  margin: 0.15em 0.1em 0 0;
}
.postEntry .wp-block-image + .wp-block-image {
  padding-top: 0em;
}
.postEntry .wp-block-image {
  padding-top: 2em;
  padding-bottom: 2em;
}
@media screen and (max-width: 600px) {
  .postEntry .wp-block-image {
    padding-top: 1em;
    padding-bottom: 1em;
  }
}
.postEntry .wp-block-image img {
  display: block;
  height: auto;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.postEntry .wp-block-image.margin_none {
  margin: 0;
}
.postEntry .wp-block-image figcaption {
  margin-top: 0.5em;
  margin-bottom: 0em;
  color: #666;
  font-size: 11px;
  line-height: 1.5;
}
@media screen and (max-width: 540px) {
  .postEntry .wp-block-image figcaption {
    font-size: 10px;
    text-align: left;
  }
}
.postEntry .wp-block-image a {
  overflow: hidden;
  display: inline-block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.postEntry .wp-block-image a:hover img {
  -webkit-transform: scale(1.01);
          transform: scale(1.01);
}
.postEntry .wp-block-embed figcaption {
  margin-top: 0.5em;
  margin-bottom: 0em;
  padding-right: 5%;
  padding-left: 5%;
  color: #666;
  text-align: center;
  font-size: 11px;
  line-height: 1.5;
}
@media screen and (max-width: 540px) {
  .postEntry .wp-block-embed figcaption {
    font-size: 10px;
    text-align: left;
  }
}
.postEntry .wpview-type-gallery:after {
  content: "";
  display: table;
  clear: both;
}
.postEntry .wp-block-code {
  background: #f6f6f6;
  padding: 1em;
  margin: 1.5em 0;
  font-size: 14px;
  white-space: pre-wrap;
  word-wrap: break-word;
  font-family: monospace;
}
@media screen and (max-width: 767px) {
  .postEntry .wp-block-code {
    font-size: 13px;
  }
}
@media screen and (max-width: 540px) {
  .postEntry .wp-block-code {
    font-size: 12px;
  }
}
.postEntry .wp-block-spacer {
  height: 2em !important;
}
.postEntry .wp-block-quote {
  background-color: #f7f7f7;
  padding: 2em 2.5em;
  line-height: 1.65;
  margin-bottom: 2em;
  font-size: 0.875rem;
}
@media screen and (max-width: 767px) {
  .postEntry .wp-block-quote {
    font-size: 0.8125rem;
  }
}
.postEntry .wp-block-quote p {
  margin-bottom: 0.75em;
  text-align: justify;
}
.postEntry .wp-block-quote p:last-child {
  margin-bottom: 0;
}
.postEntry .wp-block-quote p:only-child {
  margin-bottom: 0;
}
.postEntry .wp-block-quote cite {
  display: block;
  font-size: 12px;
}
.postEntry {
  /* Block: Separator -------------------------- */
}
.postEntry hr.wp-block-separator {
  margin-top: 2em;
  margin-bottom: 2em;
  width: 100%;
  border: 1px solid #ddd;
}
.postEntry hr.wp-block-separator.is-style-wide {
  border-bottom-width: 1px;
  width: 100%;
}
.postEntry hr.wp-block-separator.is-style-dots {
  border: none;
}
.postEntry {
  /* Block: button -------------------------- */
}
.postEntry .wp-block-button {
  overflow: hidden;
}
.postEntry .wp-block-button.solid .wp-block-button__link {
  background-color: #ff4690;
  color: #fff;
  -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.16);
          box-shadow: 0 2px 6px rgba(0, 0, 0, 0.16);
}
.postEntry .wp-block-button__link {
  padding: 20px 5em;
  font-size: 0.9375rem;
  margin-bottom: 2em;
  border-radius: 10px;
  background-color: #fff;
  border: 2px solid #000;
  line-height: 1;
  border: 2px solid #ff4690;
  color: #ff4690;
  font-weight: 500;
  white-space: nowrap;
  text-decoration: none;
  display: block;
  border-radius: 10px;
}
.postEntry > *:first-child {
  padding-top: 0;
  margin-top: 0;
}

.md_postEntry__heading.h2 {
  line-height: 1.5;
  padding-left: 1em;
  border-left: 6px solid #ff4690;
  margin-bottom: 1em;
}
.md_postEntry__heading.h3 {
  line-height: 1.5;
  margin-bottom: 0.75em;
}
.md_postEntry__heading.cl1 {
  color: #ff4690;
}

.md_postEntry__image {
  padding-top: 2em;
  padding-bottom: 2em;
}

/* ============================================
   blob-background.css
   サイト全体に敷くぼかしブロブ背景
   ============================================ */
/* --- 背景レイヤー（固定） --- */
.blob-bg {
  position: fixed;
  inset: 0;
  z-index: -1;
  overflow: hidden;
  background: #ffdad6;
}

/* --- ブロブ描画エリア --- */
.blob-bg__canvas {
  position: absolute;
  inset: -120px;
  -webkit-filter: blur(100px);
          filter: blur(100px);
  will-change: transform;
}

/* --- 個々のブロブ --- */
.blob-bg__blob {
  position: absolute;
  will-change: transform;
}

/* --- スマホ対応 --- */
@media (max-width: 768px) {
  .blob-bg__canvas {
    -webkit-filter: blur(70px);
            filter: blur(70px);
    inset: -80px;
  }
}
.md_header {
  position: sticky;
  top: 0;
  z-index: 10;
}
.md_header::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.md_header .header_wrap {
  position: relative;
  margin-inline: auto;
  z-index: 2;
  padding-right: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 90px;
}

.md_sitettl {
  padding-left: min(3vw, 30px);
}
.md_sitettl a img {
  max-width: 100%;
  height: auto;
  display: block;
}

.gnav_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
}
.gnav_list .gnav_item {
  position: relative;
}
.gnav_list .gnav_item:hover > .gnav_sub, .gnav_list .gnav_item:focus-within > .gnav_sub {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}
.gnav_list .gnav_item .item_row {
  position: relative;
}
.gnav_list .gnav_item .gnav_link {
  color: var(--col-bfc);
  text-decoration: none;
  line-height: 1;
  white-space: nowrap;
  padding: 0.25em 0.5em;
  display: inline-block;
  margin: 0 0.5em;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
.gnav_list .gnav_item .gnav_link:hover {
  color: var(--col-1);
  -webkit-transform: translateY(2px);
          transform: translateY(2px);
}
.gnav_list .gnav_item .gnav_inquery {
  background-color: var(--col-1);
  color: #fff;
  text-decoration: none;
  line-height: 1;
  white-space: nowrap;
  padding: 0.8em 1.75em;
  display: inline-block;
  border-radius: 2em;
  margin-left: 1.5em;
}
.gnav_list .gnav_item .gnav_toggle {
  position: absolute;
  top: calc(100% - 0.5em);
  border: none;
  display: block;
  width: 100%;
  line-height: 1;
  font-size: 0.75em;
  padding: 0.5em 1em;
  background-color: transparent;
  text-align: center;
}
.gnav_list .gnav_sub {
  position: absolute;
  z-index: 11;
  top: calc(100% + 1em);
  left: 50%;
  min-width: 15em;
  background: #fff;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translate(-50%, 6px);
          transform: translate(-50%, 6px);
  -webkit-transition: all 0.15s ease;
  transition: all 0.15s ease;
  padding: 2em 1.5em;
  border-radius: 8px;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: auto;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  -ms-flex-line-pack: start;
      align-content: start;
  justify-items: stretch;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  grid-gap: 0.75em 0;
  gap: 0.75em 0;
  -webkit-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.15);
}
.gnav_list .gnav_sub a {
  color: var(--col-bfc);
  text-decoration: none;
  display: block;
  line-height: 1;
  white-space: nowrap;
  padding: 0.5em 1em;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
.gnav_list .gnav_sub a:hover {
  color: var(--col-1);
  -webkit-transform: translateY(2px);
          transform: translateY(2px);
}

@media (max-width: 960px) {
  .gnav_sub {
    position: static;
    border: 0;
    margin: 6px 0 0;
    -webkit-transform: none;
            transform: none;
    -webkit-transition: none;
    transition: none;
    display: none;
    opacity: 1;
    visibility: visible;
  }
  .has-sub.is-open > .gnav_sub {
    display: block;
  }
}
/* PC: hoverで表示（前のCSSがあるならそれを継続でOK） */
/* SP: is-open で表示 */
@media (max-width: 960px) {
  .gnav_sub {
    position: static;
    margin: 6px 0 0;
    padding: 0;
    border: 0;
    display: none;
  }
  .has-sub.is-open > .gnav_sub {
    display: block;
  }
  .gnav_toggle {
    width: 40px;
    height: 40px;
    border: 0;
    background: none;
    cursor: pointer;
  }
}
.gnav_trigger {
  position: absolute;
  top: 50%;
  right: 10px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 80px;
  height: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 1;
}
.gnav_trigger span {
  color: var(--col-1);
  font-size: 20px;
  font-weight: 700;
  line-height: 1;
  white-space: nowrap;
  padding-bottom: 0.5em;
  border-bottom: 2px solid var(--col-1);
}

.md_mainNav__triger {
  font-size: 11px;
  width: 60px;
  height: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5px 0;
}
.md_mainNav__triger span {
  width: 34%;
  height: 2px;
  display: block;
  background-color: #000;
  margin-inline: auto;
}
.md_btn__more.center {
  text-align: center;
}
.md_btn__more a {
  background-color: #000;
  text-decoration: none;
  color: #fff;
  position: relative;
  padding: 0 60px;
  text-align: center;
  white-space: nowrap;
  line-height: 1;
  height: 4em;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-inline: auto;
  min-width: 240px;
}
.md_btn__more a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 1.25em;
  background-image: url(../images/btn_arrow.svg);
  background-size: auto 100%;
  background-repeat: no-repeat;
  background-position: center center;
  width: 1em;
  height: 1em;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.md_footerInquiry {
  background-color: var(--col-cbg2);
}
.md_footerInquiry .inquiry_wrap {
  display: grid;
  grid-template-columns: 1fr auto auto;
  grid-template-rows: auto;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  -ms-flex-line-pack: start;
      align-content: start;
  justify-items: stretch;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
  grid-gap: var(--gap-80);
}
.md_footerInquiry .inquiry {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: auto;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  -ms-flex-line-pack: start;
      align-content: start;
  justify-items: stretch;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  grid-gap: var(--gap-25);
}
.md_footerInquiry .inquiry .inquiry_ttl {
  text-align: center;
}
.md_footerInquiry .inquiry .inquiry_ttl span {
  background-color: var(--col-1);
  color: var(--col-cbg2);
  line-height: 1;
  white-space: nowrap;
  padding: 0.75em 2.5em;
  display: inline-block;
  border-radius: 2em;
}
.md_footerInquiry .inquiry .inquiry_summary {
  line-height: 1.7;
  color: var(--col-1);
  text-align: justify;
}
.md_footerInquiry .contact .contact_ttl {
  color: var(--col-1);
}
.md_footerInquiry .contact .tel {
  display: inline-block;
  text-align: center;
}
.md_footerInquiry .contact .tel .phone_num {
  text-decoration: none;
  color: var(--col-1);
  line-height: 1;
  white-space: nowrap;
  letter-spacing: 0.05em;
}
.md_footerInquiry .contact .bhour {
  line-height: 1.5;
  color: var(--col-1);
}
.md_footerInquiry .access {
  margin-top: 1em;
}
.md_footerInquiry .access .address {
  line-height: 1.5;
  color: var(--col-1);
  white-space: nowrap;
}
.md_footerInquiry .access .gmap {
  margin-top: 0.5em;
}
.md_footerInquiry .access .gmap a {
  display: inline-block;
  border: 1.5px solid var(--col-1);
  color: var(--col-1);
  text-decoration: none;
  white-space: nowrap;
  line-height: 1;
  padding: 0.35em 1em 0.5em 1em;
}
.md_footerInquiry .form_link {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: auto;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  -ms-flex-line-pack: start;
      align-content: start;
  justify-items: center;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  grid-gap: var(--gap-30);
}
.md_footerInquiry .form_link .form .form_ttl {
  color: var(--col-1);
  margin-bottom: 0.5em;
  text-align: center;
}
.md_footerInquiry .form_link .form .form_ttl.line {
  color: var(--col-cbg3);
}
.md_footerInquiry .form_link .form .form_ttl span {
  display: block;
  line-height: 1.35;
}
.md_footerInquiry .form_link .form .square_btn {
  aspect-ratio: 1;
  color: #fff;
  width: 3.5em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-decoration: none;
  border-radius: 0.5em;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
.md_footerInquiry .form_link .form .square_btn.google {
  background-color: var(--col-1);
}
.md_footerInquiry .form_link .form .square_btn.line {
  background-color: var(--col-cbg3);
}
.md_footerInquiry .form_link .form .square_btn.line img {
  width: 80%;
  height: auto;
  display: block;
  -webkit-transform: translateY(3%);
          transform: translateY(3%);
}
.md_footerInquiry .form_link .form .square_btn:hover {
  -webkit-transform: translateY(2px);
          transform: translateY(2px);
}

.md_footer {
  background: -webkit-gradient(linear, left top, left bottom, from(var(--col-1)), color-stop(20%, var(--col-1)), to(#ff6aa1));
  background: linear-gradient(to bottom, var(--col-1) 0%, var(--col-1) 20%, #ff6aa1 100%);
  position: relative;
  margin-top: 6.5895953757vw;
}
.md_footer::before {
  content: "";
  position: absolute;
  bottom: 100%;
  left: 0;
  width: 100%;
  aspect-ratio: 865/57;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center bottom;
  background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIGlkPSJf44Os44Kk44Ok44O8XzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgdmlld0JveD0iMCAwIDg2NSA1NyI+PGRlZnM+PHN0eWxlPi5jbHMtMXtmaWxsOiNmZjQ2OTA7fTwvc3R5bGU+PC9kZWZzPjxwYXRoIGNsYXNzPSJjbHMtMSIgZD0iTTAsNTdDMTQzLjI4LTEwLjYxLDM4My4zMy0yNi43LDUyNi42MSw1Mi45OCw2NDQuMjYtLjE0LDc2Mi4xOC05LDg2NSw1N0gwWiIvPjwvc3ZnPg==");
  z-index: 2;
}
.md_footer::after {
  content: "";
  position: absolute;
  bottom: 100%;
  left: 0;
  background-color: var(--col-cbg2);
  width: 100%;
  aspect-ratio: 865/57;
  z-index: 1;
}
.md_footer .foot_nav > ul {
  -webkit-column-count: 4;
     -moz-column-count: 4;
          column-count: 4;
  -webkit-column-gap: 2em;
     -moz-column-gap: 2em;
          column-gap: 2em;
}
.md_footer .foot_nav > ul > li {
  -webkit-column-break-inside: avoid;
     -moz-column-break-inside: avoid;
          break-inside: avoid;
}
.md_footer .foot_nav > ul > li.parent {
  margin-bottom: var(--gap-20);
}
.md_footer .foot_nav > ul > li .single_ttl {
  margin-bottom: 0.5em;
}
.md_footer .foot_nav > ul > li a {
  text-decoration: none;
  color: #fff;
  line-height: 1.5;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 5px;
}
.md_footer .foot_nav > ul > li a i {
  font-size: 0.75em;
  margin-top: 0.55em;
}
.md_footer .foot_nav > ul > li .children {
  margin-left: 1.5em;
  margin-top: 0.5em;
}
.md_footer .foot_nav > ul > li .children > li {
  position: relative;
  padding-left: 1em;
  margin-bottom: 0.5em;
}
.md_footer .foot_nav > ul > li .children > li:last-child {
  margin-bottom: 0;
}
.md_footer .foot_nav > ul > li .children > li::before {
  content: "-";
  position: absolute;
  top: -0.1em;
  left: 0;
  color: #fff;
}
.md_footer .foot_logo {
  text-align: center;
}
.md_footer .foot_logo a {
  display: inline-block;
}
.md_footer .foot_logo a img {
  max-width: 100%;
  height: auto;
  display: block;
}

/* モーダル表示時に背景固定 */
body.modal_fixed {
  position: fixed;
  left: 0;
}

.md_popup__menu {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 99;
  top: 0;
  left: 0;
}
.md_popup__menu .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: rgba(255, 70, 144, 0.95);
}

.md_popup__cont {
  position: relative;
  z-index: 100;
  position: fixed;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.md_popup__cont .dw_nav {
  padding-bottom: 15px;
}
.md_popup__cont .dw_nav > li {
  text-align: center;
  margin-bottom: 1em;
  line-height: 1.5;
}
.md_popup__cont .dw_nav > li a {
  text-decoration: none;
  color: #eee;
  display: inline-block;
}
.md_popup__cont .dw_nav > li a span {
  display: inline-block;
  position: relative;
  padding: 0.75em 1em;
}
.md_popup__cont .dw_info {
  border-top: 1px solid #fff;
  padding-top: 20px;
  color: #fff;
}
.md_popup__cont .dw_info .c_name {
  text-align: center;
}
.md_popup__cont .dw_info .c_address {
  line-height: 1.5;
  text-align: center;
  white-space: nowrap;
}
.md_popup__cont .dw_info .c_phone {
  padding-top: 10px;
  text-align: center;
}
.md_popup__cont .dw_info .c_phone a {
  text-decoration: none;
  color: #fff;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 5px;
}

.md_popup__list > li {
  text-align: center;
  margin: 2em 0;
}
@media screen and (max-width: 320px) {
  .md_popup__list > li {
    margin: 1.5em 0;
  }
}
.md_popup__list > li a {
  text-decoration: none;
  color: #eee;
  display: inline-block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  white-space: nowrap;
  padding: 0.35em 1em;
  line-height: 1;
}

.md_modal__close {
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 101;
  border: 1px solid #eee;
  height: 48px;
  width: 48px;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.md_modal__close .line {
  position: absolute;
  width: 15px;
  height: 1px;
  background-color: #eee;
  display: block;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
}
.md_modal__close .line:last-child {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
}

.grecaptcha-badge {
  visibility: hidden;
}

.pCommon .head_image {
  margin-inline: auto;
  width: min(50vw, 480px);
}
.pCommon .head_image img {
  max-width: 100%;
  height: auto;
  display: block;
  margin-inline: auto;
}
.pCommon .head_pnav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1em 2em;
}
.pCommon .head_pnav > li a {
  line-height: 1.5;
  display: inline-block;
  text-decoration: none;
  color: var(--col-bfc);
  border-bottom: 1px dashed #000;
  padding-bottom: 0.25em;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
.pCommon .head_pnav > li a:hover {
  -webkit-transform: translateY(2px);
          transform: translateY(2px);
}
.pCommon .date_title {
  line-height: 1;
  white-space: nowrap;
  padding-bottom: 0.5em;
  text-align: center;
}
.pCommon .page_ttl {
  text-align: center;
}
.pCommon .page_ttl .single_ttl {
  line-height: 1.5;
  white-space: nowrap;
  display: inline-block;
  text-decoration: none;
  color: var(--col-bfc);
}
.pCommon .page_ttl .multi_ttl {
  line-height: 1.5;
  white-space: nowrap;
  display: block;
}
.pCommon .page_ttl .multi_ttl a {
  text-align: center;
  line-height: 1.2;
  display: inline-block;
  text-decoration: none;
  color: var(--col-bfc);
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
.pCommon .page_ttl .multi_ttl a:hover {
  -webkit-transform: translateY(2px);
          transform: translateY(2px);
}
.pCommon .page_ttl .term_ttl {
  display: block;
  margin-top: 0.5em;
}
.pCommon .page_ttl .term_ttl a {
  text-align: center;
  line-height: 1.2;
  display: inline-block;
  text-decoration: none;
  color: var(--col-bfc);
  border-bottom: 1px dashed #000;
  padding-bottom: 0.25em;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
.pCommon .page_ttl .term_ttl a:hover {
  -webkit-transform: translateY(2px);
          transform: translateY(2px);
}
.pCommon .page_ttl .term_ttl.dot {
  text-align: center;
  line-height: 1.2;
  display: inline-block;
  border-bottom: 1px dashed #000;
  padding-bottom: 0.25em;
}
.pCommon .page_subttl {
  line-height: 1.5;
}
.pCommon .page_subttl span {
  text-align: center;
}
.pTop_topic {
  background-color: #fff;
}
.pTop_topic .topic_scttl {
  text-align: center;
}
.pTop_topic .topic_scttl a {
  text-decoration: none;
  color: var(--col-bfc);
  display: inline-block;
}

.pTop_support .support_scTtl {
  text-align: center;
}
.pTop_support .support_scTtl a {
  text-decoration: none;
  color: var(--col-bfc);
  display: inline-block;
}
.pTop_support .head_summary {
  max-width: 775px;
  margin-inline: auto;
  text-align: justify;
}

.pTop_voice {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: auto;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  -ms-flex-line-pack: start;
      align-content: start;
  justify-items: stretch;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  grid-gap: var(--gap-60);
}
.pTop_voice > li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: var(--gap-25);
}
.pTop_voice .voice_img a {
  display: block;
  overflow: hidden;
  border-radius: 25px;
  aspect-ratio: 1/1;
}
.pTop_voice .voice_img a img {
  width: 100%;
  height: 100%;
  aspect-ratio: 1/1;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.pTop_voice .voice_img a img:hover {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
.pTop_voice .voice_img a.alternative {
  background-color: #eee;
  position: relative;
  display: block;
}
.pTop_voice .voice_img a.alternative::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  content: "\f302";
  font-family: "Font Awesome 5 Free";
  text-rendering: auto;
  font-weight: bold;
  font-size: 30px;
  line-height: 1;
  width: 1em;
  aspect-ratio: 1;
  color: var(--col-1);
  opacity: 0.5;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.pTop_voice .voice_ttl {
  text-align: justify;
  line-height: 1.5;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  max-height: 3em;
  overflow: hidden;
}
.pTop_voice .voice_ttl a {
  text-decoration: none;
  color: var(--col-bfc);
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
.pTop_voice .voice_ttl a:hover {
  -webkit-transform: translateY(2px);
          transform: translateY(2px);
}
.pTop_voice .voice_summary {
  text-align: justify;
  line-height: 1.65;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  max-height: 4.95em;
  overflow: hidden;
}

.pFlow_foster .flow_nav {
  max-width: 760px;
  margin-inline: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: var(--gap-40) 0;
}
.pFlow_foster .flow_nav > li {
  line-height: 1.5;
  width: 100%;
}
.pFlow_foster .flow_nav > li a {
  color: #fff;
  text-align: center;
  display: block;
  border-radius: 8px;
  text-decoration: none;
  padding: 0.75em 3em;
  position: relative;
}
.pFlow_foster .flow_nav > li a.foster {
  background-color: var(--col-1);
}
.pFlow_foster .flow_nav > li a.weekend {
  background-color: var(--col-2);
}
.pFlow_foster .flow_nav > li a i {
  position: absolute;
  top: 50%;
  right: 2em;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.pFlow_step {
  position: relative;
}
.pFlow_step::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 8px;
  height: 100%;
  left: calc(var(--gap-60) + 2px);
}
#anker_c__adoption .pFlow_step::after {
  background-color: var(--col-3);
}
#anker_foster .pFlow_step::after, #anker_c__foster .pFlow_step::after {
  background-color: var(--col-1);
}
#anker_weekend .pFlow_step::after, #anker_c__weekend .pFlow_step::after {
  background-color: var(--col-2);
}
.pFlow_step .flowStep_ttl {
  position: relative;
  z-index: 2;
}
.pFlow_step .flowStep_ttl span {
  display: inline-block;
  line-height: 1.2;
  padding: 0.75em 3em;
  border-radius: 8px;
}
#anker_c__adoption .pFlow_step .flowStep_ttl span {
  background-color: var(--col-3);
  color: #fff;
}
#anker_foster .pFlow_step .flowStep_ttl span, #anker_c__foster .pFlow_step .flowStep_ttl span {
  background-color: var(--col-1);
  color: #fff;
}
#anker_weekend .pFlow_step .flowStep_ttl span, #anker_c__weekend .pFlow_step .flowStep_ttl span {
  background-color: var(--col-2);
  color: #fff;
}
.pFlow_step .step_ttl {
  line-height: 1.5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1em;
}
.pFlow_step .step_ttl .btn_column {
  display: inline-block;
  color: var(--col-1);
  border: 1.5px solid var(--col-1);
  white-space: nowrap;
  padding: 0.25em 1em;
  border-radius: 2em;
}
.pFlow_step .step_ttl::before {
  content: "1";
  position: absolute;
  top: 0;
  left: 0;
  width: 2.25em;
  aspect-ratio: 1;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 2em;
  font-size: 0.85em;
}
#anker_c__adoption .pFlow_step .step_ttl::before {
  background-color: var(--col-3);
}
#anker_foster .pFlow_step .step_ttl::before, #anker_c__foster .pFlow_step .step_ttl::before {
  background-color: var(--col-1);
}
#anker_weekend .pFlow_step .step_ttl::before, #anker_c__weekend .pFlow_step .step_ttl::before {
  background-color: var(--col-2);
}
.pFlow_step .step_summary p {
  line-height: 1.65;
  margin-bottom: 1em;
}
.pFlow_step .step_summary p:last-child {
  margin-bottom: 0;
}
.pFlow_step .step_action > li {
  background-color: #fff;
  padding: var(--gap-30) var(--gap-40);
  border-radius: 2em;
  margin-top: var(--gap-60);
  position: relative;
  z-index: 2;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
}
.pFlow_step .step_action > li .innr {
  padding-left: var(--gap-100);
  position: relative;
}
.pFlow_step .step_action > li:nth-child(1) .step_ttl::before {
  content: "1";
}
.pFlow_step .step_action > li:nth-child(2) .step_ttl::before {
  content: "2";
}
.pFlow_step .step_action > li:nth-child(3) .step_ttl::before {
  content: "3";
}
.pFlow_step .step_action > li:nth-child(4) .step_ttl::before {
  content: "4";
}
.pFlow_step .step_action > li:nth-child(5) .step_ttl::before {
  content: "5";
}
.pFlow_step .step_action > li:nth-child(6) .step_ttl::before {
  content: "6";
}
.pFlow_step .step_action > li:nth-child(7) .step_ttl::before {
  content: "7";
}
.pFlow_step .step_action > li:nth-child(8) .step_ttl::before {
  content: "8";
}
.pFlow_step .step_action > li:nth-child(9) .step_ttl::before {
  content: "9";
}
.pFlow_step .step_action > li:nth-child(10) .step_ttl::before {
  content: "10";
}
.pFlow_step .step_action > li.judge {
  background-color: var(--col-3);
  margin-left: var(--gap-30);
  margin-right: var(--gap-30);
  color: var(--col-cbg2);
}
.pFlow_step .step_action > li.judge .innr {
  padding: var(--gap-20) var(--gap-30);
  position: relative;
}
.pFlow_step .step_action > li.judge .judge_ttl {
  border-bottom: 2px solid var(--col-cbg2);
  line-height: 1.7;
  padding-bottom: 0.5em;
}
.pFlow_step .step_action > li.judge .judge_step > li {
  margin-bottom: 3em;
  position: relative;
}
.pFlow_step .step_action > li.judge .judge_step > li::after {
  content: "";
  position: absolute;
  top: calc(100% + 1.25em);
  left: 0;
  clip-path: polygon(0% 0%, 100% 0%, 50% 100%);
  width: 1em;
  background-color: var(--col-cbg2);
  aspect-ratio: 3/2;
}
.pFlow_step .step_action > li.judge .judge_step > li:last-child {
  margin-bottom: 0;
}
.pFlow_step .step_action > li.judge .judge_step > li:last-child::after {
  display: none;
}
.pFlow_step .step_action > li.done .step_ttl::before {
  content: "7";
}
.pFlow_step .step_wrap {
  display: grid;
  grid-template-columns: 2fr 3fr;
  grid-template-rows: auto;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  -ms-flex-line-pack: start;
      align-content: start;
  justify-items: stretch;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  grid-gap: var(--gap-30) var(--gap-60);
}
.pFlow_step .step_inquiry {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: auto;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  -ms-flex-line-pack: start;
      align-content: start;
  justify-items: stretch;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  grid-gap: 1em var(--gap-30);
}
.pFlow_step .step_inquiry .inquiry_ttl span {
  background-color: var(--col-1);
  color: var(--col-cbg2);
  line-height: 1;
  white-space: nowrap;
  padding: 0.75em 2.5em;
  display: inline-block;
  border-radius: 2em;
}
.pFlow_step .step_inquiry .inquiry_summary {
  line-height: 1.7;
  color: var(--col-1);
  text-align: justify;
}
.pFlow_step .step_contact {
  display: grid;
  grid-template-columns: auto auto;
  grid-template-rows: auto;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  -ms-flex-line-pack: start;
      align-content: start;
  justify-items: stretch;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
  grid-gap: 0.5em var(--gap-40);
}
.pFlow_step .step_phone .contact_ttl {
  color: var(--col-1);
}
.pFlow_step .step_phone .tel {
  display: inline-block;
}
.pFlow_step .step_phone .tel .phone_num {
  text-decoration: none;
  color: var(--col-1);
  line-height: 1;
  white-space: nowrap;
  letter-spacing: 0.05em;
}
.pFlow_step .step_phone .bhour {
  line-height: 1.5;
  color: var(--col-1);
}
.pFlow_step .step_access .address {
  line-height: 1.5;
  color: var(--col-1);
  white-space: nowrap;
}
.pFlow_step .step_access .gmap {
  margin-top: 0.5em;
}
.pFlow_step .step_access .gmap a {
  display: inline-block;
  border: 1.5px solid var(--col-1);
  color: var(--col-1);
  text-decoration: none;
  white-space: nowrap;
  line-height: 1;
  padding: 0.35em 1em 0.5em 1em;
}
.pFlow_step .step_form {
  display: grid;
  grid-template-columns: repeat(2, auto);
  grid-template-rows: auto;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  -ms-flex-line-pack: start;
      align-content: start;
  justify-items: center;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  grid-gap: var(--gap-20);
  grid-column: 2/3;
  grid-row: 1/3;
}
.pFlow_step .step_form .form .form_ttl {
  color: var(--col-1);
  margin-bottom: 0.5em;
  text-align: center;
}
.pFlow_step .step_form .form .form_ttl.line {
  color: var(--col-cbg3);
}
.pFlow_step .step_form .form .form_ttl span {
  display: block;
  line-height: 1.35;
}
.pFlow_step .step_form .form .square_btn {
  aspect-ratio: 1;
  color: #fff;
  font-size: 25px;
  width: 3em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-decoration: none;
  border-radius: 0.5em;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
.pFlow_step .step_form .form .square_btn.google {
  background-color: var(--col-1);
}
.pFlow_step .step_form .form .square_btn.line {
  background-color: var(--col-cbg3);
}
.pFlow_step .step_form .form .square_btn.line img {
  width: 80%;
  height: auto;
  display: block;
  -webkit-transform: translateY(3%);
          transform: translateY(3%);
}
.pFlow_step .step_form .form .square_btn:hover {
  -webkit-transform: translateY(2px);
          transform: translateY(2px);
}
.pFlow_step .step_link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.pFlow_step .step_link .training {
  margin-right: auto;
}
.pFlow_step .step_link .training span {
  border: 1.5px solid var(--col-2);
  color: var(--col-2);
  background-color: #fff;
  line-height: 1;
  white-space: nowrap;
  padding: 0.5em 1em;
  border-radius: 5px;
}

.pFlow_preparation .prep_nav {
  max-width: 400px;
  margin-inline: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: var(--gap-40) 0;
}
.pFlow_preparation .prep_nav > li {
  line-height: 1.5;
  width: 100%;
}
.pFlow_preparation .prep_nav > li a {
  color: #fff;
  text-align: center;
  display: block;
  border-radius: 8px;
  text-decoration: none;
  padding: 0.75em 3em;
  position: relative;
}
.pFlow_preparation .prep_nav > li a.adoption {
  background-color: var(--col-3);
}
.pFlow_preparation .prep_nav > li a.foster {
  background-color: var(--col-1);
}
.pFlow_preparation .prep_nav > li a.weekend {
  background-color: var(--col-2);
}
.pFlow_preparation .prep_nav > li a i {
  position: absolute;
  top: 50%;
  right: 2em;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.pFlow_ucando .ucando_wrap {
  background-color: #fff;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  color: var(--col-1);
  border-radius: 2em;
  padding: var(--gap-60) var(--gap-40);
}
.pFlow_ucando .ucando_wrap .innr {
  max-width: 700px;
  margin-inline: auto;
}
.pFlow_ucando .ucando_wrap .ucando_ttl {
  line-height: 1.5;
}
.pFlow_ucando .ucando_wrap .ucando_summary {
  line-height: 1.75;
}
.pFlow_ucando .ucando_wrap .ucando_link {
  text-align: right;
}

.pReason_intro .head_summary {
  line-height: 2.2;
}
.pReason_intro .gov_link {
  text-align: right;
}
.pReason_intro .gov_link a {
  position: relative;
  text-decoration: none;
  display: inline-block;
  line-height: 1.5;
  padding-bottom: 0.5em;
  padding-right: 1em;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
  color: var(--col-2);
}
.pReason_intro .gov_link a::before {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 0.75em;
  height: 2px;
  -webkit-transform: rotate(40deg);
          transform: rotate(40deg);
  -webkit-transform-origin: right top;
          transform-origin: right top;
  background-color: var(--col-2);
}
.pReason_intro .gov_link a::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: var(--col-2);
}
.pReason_intro .gov_link a:hover {
  -webkit-transform: translateY(2px);
          transform: translateY(2px);
}

.pReason_background .bg_graf {
  display: grid;
  grid-template-columns: 5fr 4fr;
  grid-template-rows: auto;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  -ms-flex-line-pack: start;
      align-content: start;
  justify-items: stretch;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  grid-gap: var(--gap-60);
}
.pReason_background .bg_graf img {
  width: 100%;
  height: auto;
  display: block;
}
.pReason_background .bg_factor .factor_ttl {
  color: var(--col-2);
  line-height: 1.5;
}
.pReason_background .bg_factor .factor_rank > li {
  display: grid;
  grid-template-columns: 30% 1fr;
  grid-template-rows: auto;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  -ms-flex-line-pack: start;
      align-content: start;
  justify-items: stretch;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  grid-gap: 15px;
  margin-bottom: var(--gap-40);
}
.pReason_background .bg_factor .factor_rank .rank {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 15px;
  overflow: hidden;
}
.pReason_background .bg_factor .factor_rank .rank .num {
  line-height: 1;
  aspect-ratio: 1;
  background-color: var(--col-2);
  color: #fff;
  width: 3em;
  display: grid;
  place-items: center;
  border-radius: 10px;
}
.pReason_background .bg_factor .factor_rank .rank .ttl {
  line-height: 1.5;
  white-space: nowrap;
  position: relative;
}
.pReason_background .bg_factor .factor_rank .rank .ttl::after {
  content: "";
  position: absolute;
  top: 50%;
  left: calc(100% + 15px);
  width: 100vw;
  background-image: radial-gradient(circle, var(--col-2) 1.5px, transparent 1.5px);
  background-position: left top;
  background-repeat: repeat-x;
  background-size: 6px 3px;
  height: 3px;
}
.pReason_background .bg_factor .factor_rank .summary {
  padding-top: 0.2em;
}
.pReason_background .bg_factor .bg_factorAbout {
  background-color: var(--col-cbg2);
  border: 2px solid var(--col-2);
  border-radius: 36px;
  padding: var(--gap-40) var(--gap-30);
}
.pReason_background .bg_factor .bg_factorAbout .innr {
  max-width: 760px;
  margin-inline: auto;
}
.pReason_background .bg_factor .bg_factorAbout .ttl {
  line-height: 1.5;
  text-align: center;
}

.pReason_after .after_column {
  padding: var(--gap-30) var(--gap-30);
  background-color: var(--col-cbg5);
  border-radius: 36px;
}
.pReason_after .after_column.arrow {
  position: relative;
  margin-bottom: 60px;
}
.pReason_after .after_column.arrow::after {
  content: "";
  position: absolute;
  top: calc(100% + 30px);
  left: 50%;
  width: 60px;
  aspect-ratio: 2/1;
  clip-path: polygon(0% 0%, 100% 0%, 50% 100%);
  background-color: var(--col-2);
  display: block;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.pReason_after .after_column .innr {
  max-width: 760px;
  margin-inline: auto;
}
.pReason_after .after_column .c_ttl {
  text-align: center;
}
.pReason_after .after_column .c_place {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.pReason_after .after_column .c_place > li {
  padding-top: 60px;
  overflow: hidden;
}
.pReason_after .after_column .c_place > li:first-child p::after {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transform-origin: left bottom;
          transform-origin: left bottom;
}
.pReason_after .after_column .c_place > li:last-child p::after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  -webkit-transform-origin: left bottom;
          transform-origin: left bottom;
}
.pReason_after .after_column .c_place > li p {
  display: inline-block;
  text-align: center;
  line-height: 1;
  white-space: nowrap;
  background-color: var(--col-cbg2);
  border-radius: 10px;
  padding: 1em 1em;
  min-width: 12em;
  position: relative;
}
.pReason_after .after_column .c_place > li p::after {
  content: "";
  position: absolute;
  bottom: calc(100% + 10px);
  left: 50%;
  width: 5px;
  background-image: radial-gradient(circle, var(--col-2) 2.5px, transparent 2.5px);
  background-position: left top;
  background-repeat: repeat-y;
  background-size: 5px 10px;
  height: 150%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.pReason_support .support_list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: auto;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  -ms-flex-line-pack: start;
      align-content: start;
  justify-items: stretch;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  grid-gap: var(--gap-30);
}
.pReason_support .support_list > li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: var(--gap-30);
  padding: var(--gap-30) var(--gap-40);
  border-radius: 24px;
}
.pReason_support .support_list > li.foster {
  background-color: var(--col-cbg6);
}
.pReason_support .support_list > li.family {
  background-color: var(--col-cbg5);
}
.pReason_support .support_list > li.home {
  background-color: var(--col-cbg7);
}
.pReason_support .support_list .title span {
  text-align: center;
  display: inline-block;
  white-space: nowrap;
  line-height: 1;
  padding: 1em;
  min-width: 12em;
  background-color: var(--col-cbg2);
  border-radius: 10px;
}
.pReason_support .support_list .summary {
  text-align: justify;
}

.pReason_why .reason_list > li {
  margin-bottom: var(--gap-40);
}
.pReason_why .reason_list .title {
  line-height: 1.5;
  padding-block: 0.5em;
  padding-left: var(--gap-30);
  position: relative;
}
.pReason_why .reason_list .title::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 10px;
  height: 100%;
  background-color: var(--col-2);
}
.pReason_why .reason_list .summary {
  text-align: justify;
  padding-left: var(--gap-30);
}
.pReason_why .why_comment {
  display: grid;
  grid-template-columns: 1fr 20%;
  grid-template-rows: auto;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  -ms-flex-line-pack: start;
      align-content: start;
  justify-items: stretch;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
  grid-gap: var(--gap-30);
  max-width: 760px;
  margin-inline: auto;
}
.pReason_why .why_comment .comment {
  padding: var(--gap-40) var(--gap-60);
  background-color: #fff;
  border-radius: 24px;
  position: relative;
  text-align: justify;
}
.pReason_why .why_comment .comment::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 100%;
  clip-path: polygon(0% 0%, 100% 50%, 0% 100%);
  background-color: #fff;
  width: 1.5em;
  aspect-ratio: 1;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.pReason_why .why_comment .image img {
  width: 100%;
  height: auto;
  display: block;
}

.pReason_kinan .kinan_info .info_ttl span {
  line-height: 1;
  white-space: nowrap;
  background-color: var(--col-2);
  color: #fff;
  padding: 0.35em 1.5em;
  border-radius: 8px;
}
.pReason_kinan .kinan_info .info_list > li {
  display: grid;
  grid-template-columns: 1fr 8em;
  grid-template-rows: auto;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  -ms-flex-line-pack: start;
      align-content: start;
  justify-items: stretch;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  grid-gap: var(--gap-15);
  margin-bottom: var(--gap-30);
}
.pReason_kinan .kinan_info .info_list > li:last-child {
  margin-bottom: 0;
}
.pReason_kinan .kinan_info .info_list .lttl {
  overflow: hidden;
}
.pReason_kinan .kinan_info .info_list .lttl span {
  display: inline-block;
  position: relative;
}
.pReason_kinan .kinan_info .info_list .lttl span::after {
  content: "";
  position: absolute;
  top: 50%;
  left: calc(100% + var(--gap-15));
  width: 100vw;
  background-image: radial-gradient(circle, var(--col-2) 1.5px, transparent 1.5px);
  background-position: left top;
  background-repeat: repeat-x;
  background-size: 6px 3px;
  height: 3px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.pReason_kinan .kinan_info .info_list .data_wrap {
  background-color: var(--col-2);
  border-radius: 12px;
  padding: 0.5em 1em 0.7em 1em;
}
.pReason_kinan .kinan_info .info_list .ldata {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  line-height: 1;
  white-space: nowrap;
  gap: 0 4px;
  color: #fff;
}
.pReason_kinan .kinan_info .info_list .ldata .sml {
  font-size: 0.65em;
}
.pReason_kinan .kinan_note {
  display: grid;
  grid-template-columns: 40% 1fr;
  grid-template-rows: auto;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  -ms-flex-line-pack: start;
      align-content: start;
  justify-items: stretch;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  grid-gap: var(--gap-60);
}
.pReason_kinan .kinan_note .img img {
  width: 100%;
  height: auto;
  display: block;
}
.pReason_kinan .kinan_note .txt {
  text-align: justify;
}
.pReason_kinan .kinan_note .txt span {
  padding-bottom: 0.2em;
  background: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(92%, transparent), color-stop(92%, var(--col-2)), to(var(--col-2)));
  background: linear-gradient(to bottom, transparent 0%, transparent 92%, var(--col-2) 92%, var(--col-2) 100%);
}

.pReason_hot {
  background-color: #fff;
  overflow: hidden;
}
.pReason_hot .hot_ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 var(--gap-60);
}
.pReason_hot .hot_ttl .ttl {
  display: inline-block;
  background-color: var(--col-1);
  color: #fff;
  line-height: 1;
  white-space: nowrap;
  padding: 1em;
  border-radius: 0 12px 12px 0;
  position: relative;
}
.pReason_hot .hot_ttl .ttl::before {
  content: "";
  position: absolute;
  top: 0;
  right: 100%;
  height: 100%;
  width: 50vw;
  background-color: var(--col-1);
}
.pReason_hot .hot_ttl .lead {
  line-height: 1.5;
  color: var(--col-1);
}
.pReason_hot .hot_summary {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: auto;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  -ms-flex-line-pack: start;
      align-content: start;
  justify-items: stretch;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  grid-gap: var(--gap-60);
}
.pReason_hot .hot_summary .summary p {
  margin-bottom: 1em;
}
.pReason_hot .hot_summary .summary p:last-child {
  margin-bottom: 0;
}
.pReason_hot .hot_summary .movie iframe {
  width: 100%;
  height: 100%;
  aspect-ratio: 16/9;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 20px;
}
.pReason_hot .hot_support .support_head {
  color: var(--col-1);
  border-bottom: 3px solid var(--col-1);
  padding-bottom: var(--gap-20);
  display: grid;
  grid-template-columns: auto 1fr;
  grid-template-rows: auto;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  -ms-flex-line-pack: start;
      align-content: start;
  justify-items: stretch;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  grid-gap: 1em var(--gap-30);
}
.pReason_hot .hot_support .support_head .head_ttl {
  line-height: 1.5;
}
.pReason_hot .hot_support .support_head .head_summary {
  line-height: 1.65;
}
.pReason_hot .hot_support .support_list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: auto;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  -ms-flex-line-pack: start;
      align-content: start;
  justify-items: stretch;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  grid-gap: var(--gap-40);
}
.pReason_hot .hot_support .support_list > li .list_ttl {
  text-align: center;
}
.pReason_hot .hot_support .support_list > li .list_ttl span {
  background-color: var(--col-cbg1);
  line-height: 1.5;
  padding: 0.5em 1em;
  border-radius: 12px;
  display: block;
}
.pReason_hot .hot_support .support_list > li .list_summary {
  text-align: justify;
}

.pAbout .head_summary {
  max-width: 740px;
  margin-inline: auto;
  line-height: 2.2;
}
.pAbout .head_summary p {
  margin-bottom: 1.5em;
}
.pAbout .head_summary p:last-child {
  margin-bottom: 0;
}
.pAbout .about_scTtl {
  text-align: center;
  line-height: 1.5;
}
.pAbout_greeting {
  background-color: #fff;
  overflow: hidden;
}
.pAbout_greeting .greeting_message p {
  margin-bottom: 1em;
  text-align: justify;
  line-height: 2;
}
.pAbout_greeting .greeting_message .thumbnail {
  float: right;
  display: inline-block;
  width: 300px;
  text-align: center;
  margin: 0.5em 0 1em 5em;
}
.pAbout_greeting .greeting_message .thumbnail img {
  max-width: 100%;
  height: auto;
  display: block;
  border-radius: 24px;
}
.pAbout_greeting .greeting_message .thumbnail .caption {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  line-height: 1.5;
}

.pAbout_future .future_image img {
  width: min(100%, 720px);
  height: auto;
  display: block;
  margin-inline: auto;
}

.pAbout_report .report_list > li {
  display: grid;
  grid-template-columns: 1fr auto;
  grid-template-rows: auto;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  -ms-flex-line-pack: start;
      align-content: start;
  justify-items: stretch;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  grid-gap: 1em;
}
.pAbout_report .report_list > li .doc_name {
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.pAbout_report .report_list > li .doc_name span {
  display: inline-block;
  position: relative;
}
.pAbout_report .report_list > li .doc_name span::after {
  content: "";
  position: absolute;
  top: 50%;
  left: calc(100% + 1em);
  width: 100vw;
  background-image: radial-gradient(circle, var(--col-2) 1.5px, transparent 1.5px);
  background-position: left top;
  background-repeat: repeat-x;
  background-size: 6px 2px;
  height: 2px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.pAbout_report .report_list > li .doc_btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #fff;
  text-decoration: none;
  color: var(--col-2);
  padding: 0.5em 0.75em 0.5em 1em;
  line-height: 1;
  border-radius: 2em;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
.pAbout_report .report_list > li .doc_btn:hover {
  -webkit-transform: translateY(2px);
          transform: translateY(2px);
}
.pAbout_report .report_list > li .doc_btn i {
  font-size: 0.85em;
}
.pAbout_report .report_list > li .doc_btn i.down {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  width: 2.25em;
  aspect-ratio: 1;
  color: #fff;
  background-color: var(--col-2);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 2em;
  margin-left: 0.5em;
}
.pAbout_report .report_list > li .doc_btn .doc_type {
  padding-right: 0.5em;
}
.pAbout_report .report_newsTtl a {
  text-decoration: none;
  color: var(--col-2);
}
.pAbout_report .report_newslink {
  text-align: right;
}

.pAbout_action {
  background-color: #fff;
}
.pAbout_action .action_wrap {
  max-width: 1280px;
  padding-inline: min(5vw, 30px);
  margin-inline: auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  gap: 40px;
  justify-content: center;
}
.pAbout_action .action_wrap.grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: auto;
}
.pAbout_action .action_wrap.flex .action_content {
  width: calc((100% - 80px) / 3);
}
.pAbout_action .action_content {
  background-color: var(--col-cbg4);
  border-radius: 20px;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
}
.pAbout_action .action_head {
  padding: var(--gap-60) var(--gap-30) var(--gap-40);
}
.pAbout_action .action_ttl {
  line-height: 1.5;
}
.pAbout_action .action_summary {
  text-align: justify;
}
.pAbout_action .action_img img {
  width: 100%;
  height: 100%;
  aspect-ratio: 8/5;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}

.pAbout_staff {
  background-color: #fff;
}
.pAbout_staff .staff_list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: auto;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  -ms-flex-line-pack: start;
      align-content: start;
  justify-items: stretch;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  grid-gap: var(--gap-40);
}
.pAbout_staff .staff_list > li:last-child {
  margin-bottom: 0;
}
.pAbout_staff .staff_list > li.thumbnail_cont {
  grid-column: 1/3;
  display: grid;
  grid-template-columns: min(25%, 180px) 1fr;
  grid-template-rows: auto;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  -ms-flex-line-pack: start;
      align-content: start;
  justify-items: stretch;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  grid-gap: var(--gap-40);
}
.pAbout_staff .staff_thumb img {
  width: 100%;
  height: 100%;
  aspect-ratio: 1;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 20px;
}
.pAbout_staff .staff_name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1em;
}
.pAbout_staff .staff_summary {
  line-height: 1.6;
}
.pAbout_staff .staff_note > li {
  margin-bottom: 0.5em;
}
.pAbout_staff .staff_note > li:last-child {
  margin-bottom: 0;
}
.pAbout_staff .staff_note a {
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
.pAbout_staff .staff_note a:hover {
  color: var(--col-2);
}
.pAbout_staff .staff_note .note_ttl {
  position: relative;
  display: inline-block;
  text-decoration: none;
  color: var(--col-bfc);
  position: relative;
  padding-left: 1.75em;
  line-height: 1.5;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  max-height: 1.5em;
  overflow: hidden;
}
.pAbout_staff .staff_note .note_ttl::before {
  content: "";
  position: absolute;
  top: 0.125em;
  left: 0;
  content: "\f0c1";
  font-family: "Font Awesome 5 Free";
  text-rendering: auto;
  font-weight: bold;
  color: var(--col-2);
}
.pAbout_staff .staff_note .note_ttl.post::before {
  ontent: "\f044";
}
.pAbout_staff .staff_note .note_ttl.cast::before {
  content: "\f3c9";
}
.pAbout_staff .staff_note .note_ttl.other::before {
  content: "\f0c1";
}

.pAbout_info .info_list .dl_wrap {
  display: grid;
  grid-template-columns: 7em 1fr;
  grid-template-rows: auto;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  -ms-flex-line-pack: start;
      align-content: start;
  justify-items: stretch;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  grid-gap: 0 var(--gap-20);
}
.pAbout_info .info_list .dl_wrap dt {
  font-weight: 500;
  line-height: 1.5;
  border-bottom: 1px solid #000;
  padding-block: 1.5em;
}
.pAbout_info .info_list .dl_wrap dd {
  line-height: 1.5;
  border-bottom: 1px solid #000;
  padding: 1.5em 1em;
}

.pFoster .foster_scTtl {
  text-align: center;
  line-height: 1.5;
}
.pFoster_about .about_system {
  padding: var(--gap-60) var(--gap-30);
  border: 2.5px solid var(--col-1);
  border-radius: 30px;
  position: relative;
  overflow: hidden;
}
.pFoster_about .about_system::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  opacity: 0.2;
}
.pFoster_about .about_system .innr {
  max-width: 760px;
  margin-inline: auto;
  position: relative;
  z-index: 2;
}
.pFoster_about .about_system .system_summary {
  line-height: 2;
}
.pFoster_about .about_system .system_link {
  text-align: right;
}

.pFoster_type .type_wrap {
  background-color: var(--col-cbg2);
  padding: var(--gap-60) var(--gap-30);
  border-radius: 30px;
}
.pFoster_type .type_foster {
  max-width: 860px;
  margin-inline: auto;
}
.pFoster_type .type_foster > li {
  display: grid;
  grid-template-columns: 6.5em 1fr;
  grid-template-rows: auto;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  -ms-flex-line-pack: start;
      align-content: start;
  justify-items: stretch;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  grid-gap: var(--gap-60);
  margin-bottom: var(--gap-60);
}
.pFoster_type .type_foster > li:last-child {
  margin-bottom: 0;
}
.pFoster_type .type_foster .foster_type {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.pFoster_type .type_foster .foster_type span {
  width: 6.5em;
  background-color: var(--col-1);
  color: #fff;
  aspect-ratio: 1;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 1;
  white-space: nowrap;
  letter-spacing: 0.15em;
  text-indent: 0.15em;
}
.pFoster_type .type_foster .foster_type span.col2 {
  background-color: var(--col-2);
}
.pFoster_type .type_foster .foster_summary .note {
  position: relative;
  padding-left: 1.25em;
  margin-top: 0.5em;
}
.pFoster_type .type_foster .foster_summary .note::before {
  content: "※";
  position: absolute;
  top: 0;
  left: 0;
}

.pFoster_difference .diff_adoption .ado_ttl span {
  display: inline-block;
  line-height: 1;
  white-space: nowrap;
  padding: 0.5em 2em;
  background-color: var(--col-1);
  color: #fff;
  border-radius: 8px;
}
.pFoster_difference .diff_adoption .ado_summary p {
  margin-bottom: 1em;
}
.pFoster_difference .diff_adoption .ado_summary p:last-child {
  margin-bottom: 0;
}
.pFoster_difference .diff_adoption .ado_step__wrap {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: auto;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  -ms-flex-line-pack: start;
      align-content: start;
  justify-items: stretch;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  grid-gap: var(--gap-60);
  margin-inline: auto;
}
.pFoster_difference .diff_adoption .ado_step__ttl {
  line-height: 1.5;
  border-bottom: 3px solid var(--col-1);
  color: var(--col-1);
  padding-bottom: 0.5em;
}
.pFoster_difference .diff_adoption .ado_step__ttl span {
  display: inline-block;
}
.pFoster_difference .diff_adoption .ado_step img {
  max-width: 100%;
  height: auto;
  display: block;
}

.pFoster_difTable .ado_table {
  overflow-x: scroll;
  max-width: 1200px;
  margin-inline: auto;
  padding: 0 min(5vw, 40px) 20px min(5vw, 40px);
}
.pFoster_difTable .foster_table,
.pFoster_difTable .adoption_table {
  border-collapse: collapse;
  border-right: 1px solid var(--col-1);
  width: 100%;
}
.pFoster_difTable .foster_table th,
.pFoster_difTable .foster_table td,
.pFoster_difTable .adoption_table th,
.pFoster_difTable .adoption_table td {
  padding: 1em 0.75em;
  line-height: 1.5;
  border-top: 1px solid var(--col-1);
  border-bottom: 1px solid var(--col-1);
  border-left: 1px solid var(--col-1);
}
.pFoster_difTable .foster_table th,
.pFoster_difTable .adoption_table th {
  text-align: center;
  background-color: #ffb9d5;
  vertical-align: middle;
}
.pFoster_difTable .foster_table td,
.pFoster_difTable .adoption_table td {
  text-align: center;
  vertical-align: middle;
  background-color: #fff;
}
.pFoster_difTable .foster_table td span,
.pFoster_difTable .adoption_table td span {
  display: inline-block;
  text-align: left;
}
.pFoster_difTable .foster_table .blank,
.pFoster_difTable .adoption_table .blank {
  border-top: none;
  border-bottom: none;
  background-color: transparent;
}
.pFoster_difTable .foster_table .category,
.pFoster_difTable .adoption_table .category {
  min-width: 10em;
}
.pFoster_difTable .foster_table .foster,
.pFoster_difTable .adoption_table .foster {
  min-width: 10em;
  white-space: nowrap;
}
.pFoster_difTable .foster_table .adoption,
.pFoster_difTable .adoption_table .adoption {
  background-color: var(--col-1);
  color: #fff;
  white-space: nowrap;
  min-width: 15em;
}

.pFoster_require .require_list > li {
  position: relative;
  padding-left: 1em;
  line-height: 1.5;
  margin-bottom: 0.75em;
}
.pFoster_require .require_list > li:last-child {
  margin-bottom: 0;
}
.pFoster_require .require_list > li::before {
  position: absolute;
  top: 0;
  left: 0;
}
.pFoster_require .require_list > li:nth-child(1)::before {
  content: "1.";
}
.pFoster_require .require_list > li:nth-child(2)::before {
  content: "2.";
}
.pFoster_require .require_list > li:nth-child(3)::before {
  content: "3.";
}
.pFoster_require .require_list > li:nth-child(4)::before {
  content: "4.";
}
.pFoster_require .require_list > li:nth-child(5)::before {
  content: "5.";
}
.pFoster_require .require_list > li:nth-child(6)::before {
  content: "6.";
}
.pFoster_require .require_list > li:nth-child(7)::before {
  content: "7.";
}
.pFoster_require .require_list > li:nth-child(8)::before {
  content: "8.";
}
.pFoster_require .require_list > li:nth-child(9)::before {
  content: "9.";
}
.pFoster_require .require_list > li:nth-child(10)::before {
  content: "10.";
}
.pFoster_require .require_wrap {
  border-radius: 30px;
  background-color: #fff;
}
.pFoster_require .require_note {
  margin-left: 1.5em;
}
.pFoster_require .require_special {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: auto;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  -ms-flex-line-pack: start;
      align-content: start;
  justify-items: stretch;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  grid-gap: var(--gap-20);
  max-width: 960px;
  margin-inline: auto;
  padding: 0 var(--gap-20);
}
.pFoster_require .require_special > li {
  background-color: var(--col-2);
  border-radius: 16px;
  overflow: hidden;
}
.pFoster_require .require_special > li:nth-child(2n) {
  background-color: var(--col-1);
}
.pFoster_require .require_special > li .sp_image {
  width: 60%;
  aspect-ratio: 1;
  overflow: hidden;
  display: block;
  margin-inline: auto;
  margin-top: var(--gap-20);
  margin-bottom: var(--gap-20);
}
.pFoster_require .require_special > li .sp_image img {
  width: 100%;
  height: 100%;
  aspect-ratio: 1;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}
.pFoster_require .require_special > li .sp_ttl {
  line-height: 1.5;
  color: #fff;
  text-align: center;
  margin-bottom: var(--gap-20);
}
.pFoster_require .require_copy {
  text-align: center;
  color: var(--col-1);
  line-height: 1.5;
}
.pFoster_require .require_copy span {
  display: inline-block;
  text-align: left;
}

.pFoster_grant .grant_type {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: auto;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  -ms-flex-line-pack: start;
      align-content: start;
  justify-items: stretch;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  grid-gap: var(--gap-40) var(--gap-40);
}
.pFoster_grant .grant_type > li {
  background-color: #fff;
  border-radius: 20px;
  padding: var(--gap-20) var(--gap-30);
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
}
.pFoster_grant .type_summary {
  text-align: justify;
}

.pFoster_granTable {
  overflow-x: scroll;
  max-width: 960px;
  margin-inline: auto;
  padding: 0 min(5vw, 40px) 20px min(5vw, 40px);
}
.pFoster_granTable table {
  border-collapse: collapse;
  border-right: 1px solid var(--col-1);
  width: 100%;
}
.pFoster_granTable table th,
.pFoster_granTable table td {
  padding: 1em 0.75em;
  line-height: 1.5;
  border-top: 1px solid var(--col-1);
  border-bottom: 1px solid var(--col-1);
  border-left: 1px solid var(--col-1);
}
.pFoster_granTable table th {
  text-align: center;
  background-color: #ffb9d5;
  vertical-align: middle;
}
.pFoster_granTable table td {
  text-align: center;
  vertical-align: middle;
  background-color: #fff;
}
.pFoster_granTable table td span {
  display: inline-block;
  text-align: left;
}
.pFoster_granTable table .blank {
  border-top: none;
  border-bottom: none;
  background-color: transparent;
}
.pFoster_granTable table .cb2 {
  background-color: var(--col-cbg2);
}
.pFoster_granTable table .category {
  min-width: 10em;
}
.pFoster_granTable table .foster {
  min-width: 10em;
  white-space: nowrap;
}
.pFoster_granTable .note {
  text-align: right;
}
.pFoster_granTable .note span {
  display: inline-block;
  text-align: left;
}

.pFoster_support {
  background-color: var(--col-cbg2);
}
.pFoster_support .support_type > li {
  margin-bottom: var(--gap-60);
}
.pFoster_support .support_type > li:last-child {
  margin-bottom: 0;
}
.pFoster_support .support_type .type_ttl span {
  display: inline-block;
  line-height: 1;
  white-space: nowrap;
  padding: 0.5em 2em;
  background-color: var(--col-2);
  color: #fff;
  border-radius: 8px;
}

.pSupport .learning_scTtl {
  text-align: center;
  line-height: 1.5;
}
.pSupport .learning_scTtl span {
  display: inline-block;
}
.pSupport .learning_scSummary p.inline {
  text-align: center;
}
.pSupport .learning_scSummary p.inline span {
  display: inline-block;
  text-align: left;
}
.pSupport .learning_scTtlBlk {
  text-align: center;
}
.pSupport .learning_scTtlBlk a {
  text-decoration: none;
  line-height: 1.2;
  padding: 0.6em 1em 0.6em 1em;
  border-radius: 12px;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 1em;
  width: min(100%, 500px);
  color: #fff;
  background-color: var(--col-1);
}
.pSupport .learning_scTtlBlk a:hover {
  -webkit-transform: translateY(2px);
          transform: translateY(2px);
}
.pSupport .learning_scTtlBlk a.col_b2 {
  background-color: var(--col-cbg3);
}
.pSupport .learning_scTtlBlk i {
  font-size: 0.85em;
}
.pSupport .learning_scTtlBlk i.down {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

.pSupport_learning .learning_club .club_head {
  display: grid;
  grid-template-columns: 130px 1fr;
  grid-template-rows: auto;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  -ms-flex-line-pack: start;
      align-content: start;
  justify-items: stretch;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  grid-gap: var(--gap-30);
}
.pSupport_learning .learning_club .club_logo img {
  max-width: 100%;
  height: auto;
  display: block;
}
.pSupport_learning .learning_club .club_ttl {
  line-height: 1.5;
}
.pSupport_learning .learning_club .club_ttl a {
  text-decoration: none;
}
.pSupport_learning .learning_club .club_ttl.club a {
  color: var(--col-cbg3);
}
.pSupport_learning .learning_club .club_ttl.cast a {
  color: var(--col-2);
}
.pSupport_learning .learning_club .club_column {
  display: grid;
  grid-template-columns: 4fr 2fr;
  grid-template-rows: auto;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  -ms-flex-line-pack: start;
      align-content: start;
  justify-items: stretch;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  grid-gap: var(--gap-60);
}
.pSupport_learning .learning_club .club_summary {
  text-align: justify;
}
.pSupport_learning .learning_club .club_note {
  margin-left: 1em;
}
.pSupport_learning .learning_club .club_note > li {
  list-style: disc;
  line-height: 1.5;
  margin-bottom: 0.75em;
}
.pSupport_learning .learning_club .club_note > li:last-child {
  margin-bottom: 0;
}
.pSupport_learning .learning_club .club_note > li::marker {
  font-size: 0.8em;
}
.pSupport_learning .learning_club .club_link > li {
  margin-bottom: var(--gap-20s);
}
.pSupport_learning .learning_club .club_link > li:last-child {
  margin-bottom: 0;
}
.pSupport_learning .learning_club .club_link a {
  position: relative;
  text-decoration: none;
  line-height: 1.5;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
.pSupport_learning .learning_club .club_link a.club {
  background-color: #fff;
  color: var(--col-cbg3);
  display: inline-grid;
  grid-template-columns: 60px auto;
  grid-template-rows: auto;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  -ms-flex-line-pack: start;
      align-content: start;
  justify-items: stretch;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  grid-gap: 30px;
  padding: 12px 60px 12px 12px;
  border-radius: 20px;
}
.pSupport_learning .learning_club .club_link a.club span {
  white-space: nowrap;
  line-height: 1;
  display: block;
}
.pSupport_learning .learning_club .club_link a.club::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 15px;
  clip-path: polygon(0% 0%, 100% 50%, 0% 100%);
  width: 12px;
  aspect-ratio: 2/3;
  border-radius: 2px;
  background-color: var(--col-cbg3);
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.pSupport_learning .learning_club .club_link a.cast {
  background-color: #fff;
  color: #666;
  display: grid;
  grid-template-columns: 60px auto;
  grid-template-rows: auto;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  -ms-flex-line-pack: start;
      align-content: start;
  justify-items: stretch;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  grid-gap: 30px;
  padding: 8px 60px 8px 8px;
  border-radius: 20px;
  width: 320px;
}
.pSupport_learning .learning_club .club_link a.cast span {
  white-space: nowrap;
  line-height: 1.25;
  display: block;
}
.pSupport_learning .learning_club .club_link a.cast::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 15px;
  clip-path: polygon(0% 0%, 100% 50%, 0% 100%);
  width: 8px;
  aspect-ratio: 2/3;
  border-radius: 2px;
  background-color: #666;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.pSupport_learning .learning_club .club_link a:hover {
  -webkit-transform: translateY(2px);
          transform: translateY(2px);
}
.pSupport_learning .learning_club .club_img img {
  max-width: 100%;
  height: auto;
  display: block;
}

.pSupport_activity .activity_newslink {
  text-align: right;
}
.pSupport_activity .activity_pnimage img {
  width: 100%;
  max-width: 700px;
  height: auto;
  display: block;
  margin-inline: auto;
}

.pSupport_org {
  background-color: #fff;
}
.pSupport_org .org_content > li {
  margin-bottom: var(--gap-40);
}
.pSupport_org .org_content > li:last-child {
  margin-bottom: 0;
}
.pSupport_org .org_content .c_ttl {
  color: var(--col-1);
  line-height: 1.5;
}
.pTraning .traning_scTtl {
  text-align: center;
  line-height: 1.5;
}
.pTraning .traning_scTtl span {
  display: inline-block;
}
.pTraning .traning_scSummary p.inline {
  text-align: center;
}
.pTraning .traning_scSummary p.inline span {
  display: inline-block;
  text-align: left;
}

.pTraning_date {
  background-color: #fff;
}
.pTraning_date .traning_date .date_ttl {
  position: relative;
}
.pTraning_date .traning_date .date_ttl::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 3px;
  background-color: var(--col-1);
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 1;
}
.pTraning_date .traning_date .date_ttl span {
  background-color: var(--col-1);
  color: #fff;
  padding: 0.25em 0.75em;
  white-space: nowrap;
  line-height: 1;
  border-radius: 12px;
  position: relative;
  z-index: 2;
}
.pTraning_date .traning_date .traning_season {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: auto;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  -ms-flex-line-pack: start;
      align-content: start;
  justify-items: stretch;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  grid-gap: var(--gap-30);
}
.pTraning_date .traning_date .traning_season > li {
  padding: 0 var(--gap-30);
  margin-bottom: var(--gap-60);
}
.pTraning_date .traning_date .traning_head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1em;
}
.pTraning_date .traning_date .traning_head .month {
  color: var(--col-1);
  white-space: nowrap;
  line-height: 1;
}
.pTraning_date .traning_date .traning_head .place {
  color: var(--col-1);
  line-height: 1.5;
}
.pTraning_date .traning_date .traning_datelist {
  margin-top: var(--gap-20);
}
.pTraning_date .traning_date .traning_datelist > li {
  line-height: 1.5;
  margin-bottom: 1em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5em;
}
.pTraning_date .traning_date .traning_datelist > li .date {
  min-width: 8em;
  line-height: 1.5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.pTraning_date .traning_date .traning_datelist > li .date span {
  white-space: nowrap;
}
.pTraning_date .traning_date .traning_datelist > li .date i {
  white-space: nowrap;
  font-style: normal;
  font-size: 0.75em;
}
.pTraning_date .traning_date .traning_datelist > li .txt::before {
  content: "(";
}
.pTraning_date .traning_date .traning_datelist > li .txt::after {
  content: ")";
}
.pTraning_date .traning_date .traning_datelist > li:last-child {
  margin-bottom: 0;
}
.pTraning_date .traning_inquiry {
  text-align: center;
}
.pTraning_date .traning_inquiry a {
  text-decoration: none;
  line-height: 1.2;
  padding: 0.75em 1em 0.75em 1em;
  border-radius: 12px;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 1em;
  width: min(100%, 400px);
  color: #fff;
  background-color: var(--col-1);
}
.pTraning_date .traning_inquiry a:hover {
  -webkit-transform: translateY(2px);
          transform: translateY(2px);
}
.pTraning_date .traning_inquiry i {
  font-size: 0.85em;
}
.pTraning_date .traning_inquiry i.down {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

.pTraning_about .about_case {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: auto;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  -ms-flex-line-pack: start;
      align-content: start;
  justify-items: stretch;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  grid-gap: var(--gap-30);
}
.pTraning_about .about_case .case_ttl span {
  display: block;
  text-align: center;
  line-height: 1;
  white-space: nowrap;
  padding: 0.75em 2em;
  color: #fff;
  border-radius: 8px;
  width: min(80vw, 320px);
  margin-inline: auto;
}
.pTraning_about .about_case .case_ttl span.c1 {
  background-color: var(--col-1);
}
.pTraning_about .about_case .case_ttl span.c2 {
  background-color: var(--col-2);
}
.pTraning_about .about_case .case_content {
  margin-top: 0.5em;
  text-align: center;
}
.pTraning_about .about_case .case_content span {
  display: inline-block;
  text-align: left;
}

.pTraning_content .content_type > li {
  display: grid;
  grid-template-columns: 12.5em 1fr;
  grid-template-rows: auto;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  -ms-flex-line-pack: start;
      align-content: start;
  justify-items: stretch;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  grid-gap: var(--gap-15);
  margin-bottom: 60px;
}
.pTraning_content .content_type > li:last-child {
  margin-bottom: 0;
}
.pTraning_content .content_type .type_name {
  white-space: nowrap;
  line-height: 1.5;
  color: var(--col-1);
  overflow: hidden;
}
.pTraning_content .content_type .type_name span {
  display: inline-block;
  position: relative;
}
.pTraning_content .content_type .type_name span::after {
  content: "";
  position: absolute;
  top: 50%;
  left: calc(100% + var(--gap-15));
  width: 100%;
  background-image: radial-gradient(circle, var(--col-1) 1.5px, transparent 1.5px);
  background-position: left top;
  background-repeat: repeat-x;
  background-size: 6px 3px;
  height: 3px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.pTraning_content .content_sch {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: auto;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  -ms-flex-line-pack: start;
      align-content: start;
  justify-items: stretch;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  grid-gap: var(--gap-40);
}
.pTraning_content .content_sch > li {
  background-color: #fff;
  padding: var(--gap-30) var(--gap-30);
  border-radius: 20px;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.05);
          box-shadow: 0 0 5px rgba(0, 0, 0, 0.05);
}
.pTraning_content .content_sch .sch_name span {
  display: inline-block;
  white-space: nowrap;
  background-color: var(--col-1);
  line-height: 1;
  color: #fff;
  padding: 0.5em 2em;
  border-radius: 8px;
}
.pTraning_content .content_sch .sch_timetable .dl_wrap {
  line-height: 1.5;
  display: grid;
  grid-template-columns: 3em 1fr;
  grid-template-rows: auto;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  -ms-flex-line-pack: start;
      align-content: start;
  justify-items: stretch;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  grid-gap: 1em;
  margin-bottom: 0.25em;
}
.pTraning_content .content_sch .sch_timetable .dl_wrap:last-child {
  margin-bottom: 0;
}
.pTraning_content .content_sch .sch_timetable .dl_wrap dt {
  text-align: right;
  white-space: nowrap;
}
.pTraning_content .content_sch .sch_timetable .dl_wrap dd.lecture {
  display: grid;
  grid-template-columns: auto 1fr;
  grid-template-rows: auto;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  -ms-flex-line-pack: start;
      align-content: start;
  justify-items: stretch;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  grid-gap: 0;
}
.pTraning_content .content_sch .sch_timetable .dl_wrap dd.lecture .heading span {
  display: block;
}
.pTraning_content .content_case {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: auto;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  -ms-flex-line-pack: start;
      align-content: start;
  justify-items: stretch;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  grid-gap: var(--gap-30);
}
.pTraning_content .content_case .case_ttl span {
  display: block;
  text-align: center;
  line-height: 1;
  white-space: nowrap;
  padding: 0.75em 2em;
  color: #fff;
  border-radius: 8px;
  width: min(80vw, 320px);
  margin-inline: auto;
}
.pTraning_content .content_case .case_ttl span.c1 {
  background-color: var(--col-1);
}
.pTraning_content .content_case .case_ttl span.c2 {
  background-color: var(--col-2);
}
.pTraning_content .content_case .case_content {
  text-align: center;
}
.pTraning_content .content_case .case_content span {
  display: inline-block;
  text-align: left;
}

.pContact_list .list_wrap {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: auto;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  -ms-flex-line-pack: start;
      align-content: start;
  justify-items: stretch;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  grid-gap: var(--gap-60);
  padding: var(--gap-60);
  background-color: #fff;
  border-radius: 20px;
  overflow: hidden;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
}
.pContact_list .list_wrap.col1 {
  grid-template-columns: 1fr;
}
.pContact_list .list_wrap.nopadding {
  padding: 0;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
.pContact_list .list_col.space {
  padding: var(--gap-60) 0 var(--gap-60) var(--gap-60);
}
.pContact_list .list_ttl {
  line-height: 1.5;
  color: var(--col-1);
  text-align: center;
}
.pContact_list .list_ttl span {
  display: inline-block;
  text-align: left;
}
.pContact_list .list_tel {
  color: var(--col-1);
  text-align: center;
}
.pContact_list .list_tel a {
  display: inline-block;
  line-height: 1.5;
  color: var(--col-1);
  text-decoration: none;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
.pContact_list .list_tel a:hover {
  -webkit-transform: translateY(2px);
          transform: translateY(2px);
}
.pContact_list .list_address {
  color: var(--col-1);
  text-align: center;
}
.pContact_list .list_address .gmap {
  margin-top: 1em;
}
.pContact_list .list_address .gmap a {
  display: inline-block;
  border: 1.5px solid var(--col-1);
  color: var(--col-1);
  text-decoration: none;
  white-space: nowrap;
  line-height: 1;
  padding: 0.35em 1em 0.5em 1em;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
.pContact_list .list_address .gmap a:hover {
  -webkit-transform: translateY(2px);
          transform: translateY(2px);
}
.pContact_list .list_map iframe {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}
.pContact_list .list_briefing .briefing_ttl {
  color: var(--col-1);
  line-height: 1.5;
}
.pContact_list .list_briefing .briefing_summary .btn {
  text-align: right;
}

.pContact_seclist .contact_link .link_btn .btn {
  text-decoration: none;
  line-height: 1.2;
  padding: 0.75em 1em 0.75em 1em;
  border-radius: 12px;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 1em;
  width: min(100%, 400px);
  color: #fff;
}
.pContact_seclist .contact_link .link_btn .btn.col1 {
  background-color: var(--col-1);
}
.pContact_seclist .contact_link .link_btn .btn.col2 {
  background-color: var(--col-cbg3);
}
.pContact_seclist .contact_link .link_btn .btn.col3 {
  background-color: var(--col-2);
}
.pContact_seclist .contact_link .link_btn a.btn:hover {
  -webkit-transform: translateY(2px);
          transform: translateY(2px);
}
.pContact_seclist .contact_link .link_btn i {
  font-size: 0.85em;
}
.pContact_seclist .contact_link .link_btn i.down {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.pContact_seclist .contact_link .formbtn {
  text-align: right;
}
.pContact_seclist .contact_docs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: var(--gap-20);
}
.pContact_seclist .contact_docs i {
  font-size: 0.85em;
}
.pContact_seclist .contact_docs i.down {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  width: 2.25em;
  aspect-ratio: 1;
  color: #fff;
  background-color: var(--col-2);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 2em;
  margin-left: 0.5em;
}
.pContact_seclist .contact_docs .doc_btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #fff;
  text-decoration: none;
  color: var(--col-2);
  padding: 0.5em 0.75em 0.5em 1.5em;
  line-height: 1;
  border-radius: 2em;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.05);
          box-shadow: 0 0 5px rgba(0, 0, 0, 0.05);
}
.pContact_seclist .contact_docs .doc_btn:hover {
  -webkit-transform: translateY(2px);
          transform: translateY(2px);
}
.pContact_seclist .contact_docs .doc_type {
  margin-left: 0.5em;
}

.pContact_other .other_list > li {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: auto;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  -ms-flex-line-pack: start;
      align-content: start;
  justify-items: stretch;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  grid-gap: var(--gap-30);
  margin-top: var(--gap-60);
}
.pContact_other .other_list .other_tel a {
  color: var(--col-bfc);
  text-decoration: none;
  border-bottom: 1px dashed #000;
}
.pContact_other .other_list .other_map iframe {
  width: 100%;
  height: 100%;
  aspect-ratio: 16/9;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}

.aTopic_highlight {
  display: grid;
  grid-template-columns: 2fr 3fr;
  grid-template-rows: auto;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  -ms-flex-line-pack: start;
      align-content: start;
  justify-items: stretch;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  grid-gap: var(--gap-60);
}
.aTopic_highlight .hl_img a {
  display: block;
  overflow: hidden;
  border-radius: 25px;
  aspect-ratio: 1/1;
}
.aTopic_highlight .hl_img a img {
  width: 100%;
  height: 100%;
  aspect-ratio: 1/1;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.aTopic_highlight .hl_img a img:hover {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
.aTopic_highlight .hl_img a.alternative {
  background-color: #eee;
  position: relative;
  display: block;
}
.aTopic_highlight .hl_img a.alternative::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  content: "\f302";
  font-family: "Font Awesome 5 Free";
  text-rendering: auto;
  font-weight: bold;
  font-size: 30px;
  line-height: 1;
  width: 1em;
  aspect-ratio: 1;
  color: var(--col-1);
  opacity: 0.5;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.aTopic_highlight .hl_term {
  padding-top: 0.2em;
}
.aTopic_highlight .hl_term span {
  display: inline-block;
  color: #fff;
  white-space: nowrap;
  line-height: 1;
  padding: 0.5em 1.5em;
  border-radius: 2em;
  max-width: 7em;
  overflow: hidden;
}
.aTopic_highlight .hl_term span.event {
  background-color: #ff9100;
}
.aTopic_highlight .hl_ttl {
  line-height: 1.5;
  text-align: justify;
}
.aTopic_highlight .hl_ttl a {
  text-decoration: none;
  color: var(--col-bfc);
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
  display: inline-block;
}
.aTopic_highlight .hl_ttl a:hover {
  -webkit-transform: translateY(2px);
          transform: translateY(2px);
}
.aTopic_highlight .hl_summary {
  text-align: justify;
  line-height: 1.65;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  max-height: 4.95em;
  overflow: hidden;
}

.md_topic > li {
  border-bottom: 1px solid #999;
  padding: var(--gap-20) 0;
}
.md_topic > li > a {
  text-decoration: none;
  color: var(--col-bfc);
  display: grid;
  grid-template-columns: 7em 7em 1fr;
  grid-template-rows: auto;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  -ms-flex-line-pack: start;
      align-content: start;
  justify-items: stretch;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  grid-gap: 1em;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
.md_topic > li > a:hover {
  -webkit-transform: translateY(2px);
          transform: translateY(2px);
}
.event .md_topic > li > a {
  grid-template-columns: 7em 1fr;
}
.md_topic > li .topic_date {
  display: block;
  white-space: nowrap;
  line-height: 1;
  padding-top: 0.5em;
}
.event .md_topic > li .topic_date {
  display: none;
}
.md_topic > li .topic_term {
  padding-top: 0.2em;
}
.md_topic > li .topic_term span {
  display: inline-block;
  color: #fff;
  white-space: nowrap;
  line-height: 1;
  padding: 0.5em 1.5em;
  border-radius: 2em;
  max-width: 7em;
  overflow: hidden;
}
.md_topic > li .topic_term span.news {
  background-color: #5d90d2;
}
.md_topic > li .topic_term span.event {
  background-color: #ff9100;
}
.md_topic > li .topic_term span.report {
  background-color: #00d455;
}
.md_topic > li .topic_ttl {
  line-height: 1.7;
}

.md_topicAside .aside_ttl {
  line-height: 1.2;
  white-space: nowrap;
  color: var(--col-1);
}
.md_topicAside .aside_category,
.md_topicAside .aside_monthly {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: var(--gap-20);
}
.md_topicAside .aside_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 0.5em 2em;
}
.md_topicAside .aside_list > li {
  position: relative;
  line-height: 1.5;
}
.md_topicAside .aside_list > li::after {
  content: "";
  position: absolute;
  top: 0.25em;
  left: calc(100% + 1em);
  width: 1px;
  height: 1em;
  background-color: #000;
  -webkit-transform: rotate(30deg);
          transform: rotate(30deg);
}
.md_topicAside .aside_list > li:last-child::after {
  display: none;
}
.md_topicAside .aside_list > li a {
  text-decoration: none;
  border-bottom: 1px dashed #000;
  color: var(--col-bfc);
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
  display: inline-block;
}
.md_topicAside .aside_list > li a:hover {
  color: var(--col-1);
}

.md_voice > li.aV_column {
  margin-bottom: var(--gap-60);
  background-color: #fff;
  padding: var(--gap-60);
  grid-template-columns: 3fr 3fr;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  border-radius: 12px;
}
.md_voice > li.aV_column .aV_thumb {
  aspect-ratio: 4/3;
}
.md_voice > li.aV_column:last-child {
  margin-bottom: 0;
}

.aVoice .aV_column {
  display: grid;
  grid-template-columns: 3fr 4fr;
  grid-template-rows: auto;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  -ms-flex-line-pack: start;
      align-content: start;
  justify-items: stretch;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  grid-gap: var(--gap-60);
}
.aVoice .aV_thumb {
  aspect-ratio: 16/11;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 12px;
  overflow: hidden;
}
.aVoice .aV_thumb:hover img {
  -webkit-transform: scale(1.02);
          transform: scale(1.02);
}
.aVoice .aV_thumb img {
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.aVoice .aV_thumb.alternative {
  background-color: #eee;
  position: relative;
  display: block;
}
.aVoice .aV_thumb.alternative a {
  display: block;
}
.aVoice .aV_thumb.alternative::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  content: "\f302";
  font-family: "Font Awesome 5 Free";
  text-rendering: auto;
  font-weight: bold;
  font-size: 30px;
  line-height: 1;
  width: 1em;
  aspect-ratio: 1;
  color: var(--col-1);
  opacity: 0.5;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.aVoice .aV_ttl {
  line-height: 1.5;
}
.aVoice .aV_ttl a {
  text-decoration: none;
  color: var(--col-bfc);
  display: inline-block;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
.aVoice .aV_ttl a:hover {
  -webkit-transform: translateY(2px);
          transform: translateY(2px);
}
.aVoice .aV_summary {
  line-height: 1.65;
  max-height: 4.95em;
  overflow: hidden;
  text-align: justify;
}
.aVoice .aV_more {
  display: block;
  text-align: right;
}
.aVoice .aV_more a {
  color: #666;
  text-decoration: none;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
  display: inline-block;
}
.aVoice .aV_more a:hover {
  -webkit-transform: translateY(2px);
          transform: translateY(2px);
}
.aVoice .aV_author {
  display: grid;
  grid-template-columns: auto auto;
  grid-template-rows: auto;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  -ms-flex-line-pack: start;
      align-content: start;
  justify-items: stretch;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  grid-gap: 0 var(--gap-20);
  line-height: 1.5;
}
.aVoice .author_txt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 3px 0;
}
.aVoice .author_term {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.aVoice .author_term > li::before {
  content: "#";
  padding-right: 0.15em;
}
.aVoice .author_term > li {
  padding-right: 1em;
}
.aVoice .author_term > li:last-child {
  padding-right: 0;
}
.aVoice .author_icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}
.aVoice .author_icon span {
  width: 60px;
  aspect-ratio: 1;
  display: block;
  border-radius: 50%;
  overflow: hidden;
}
.aVoice .author_icon span.alternative {
  background-color: #ddd;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.aVoice .author_icon img {
  height: auto;
  display: block;
  border-radius: 50%;
  width: 100%;
  height: 100%;
  aspect-ratio: 1/1;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}

.aVoice_highlight {
  background-color: #fff;
}
.aVoice_highlight .hl_content .aV_column {
  grid-template-columns: 4fr 5fr;
}

/*-----------------------------------------------
    _sVoice
-----------------------------------------------*/
.sVoice_contents .voice_head .voice_title {
  line-height: 1.5;
}
.sVoice_contents .voice_head {
  display: grid;
  grid-template-columns: 5fr 3fr;
  grid-template-rows: auto;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  -ms-flex-line-pack: start;
      align-content: start;
  justify-items: stretch;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
  grid-gap: var(--gap-60);
}
.sVoice_contents .voice_head .head_author {
  display: grid;
  grid-template-columns: auto auto;
  grid-template-rows: auto;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  -ms-flex-line-pack: start;
      align-content: start;
  justify-items: stretch;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  grid-gap: 0 var(--gap-20);
  line-height: 1.5;
}
.sVoice_contents .voice_head .author_txt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 3px 0;
}
.sVoice_contents .voice_head .author_term {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.sVoice_contents .voice_head .author_term > li::before {
  content: "#";
  padding-right: 0.15em;
}
.sVoice_contents .voice_head .author_term > li {
  padding-right: 1em;
}
.sVoice_contents .voice_head .author_term > li:last-child {
  padding-right: 0;
}
.sVoice_contents .voice_head .author_icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}
.sVoice_contents .voice_head .author_icon span {
  width: 60px;
  aspect-ratio: 1;
  display: block;
  border-radius: 50%;
  overflow: hidden;
}
.sVoice_contents .voice_head .author_icon span.alternative {
  background-color: #ddd;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.sVoice_contents .voice_head .author_icon img {
  height: auto;
  display: block;
  border-radius: 50%;
  width: 100%;
  height: 100%;
  aspect-ratio: 1/1;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}
.sVoice_contents .voice_thumb {
  border-radius: 20px;
  overflow: hidden;
}
.sVoice_contents .voice_thumb img {
  width: 100%;
  height: 100%;
  aspect-ratio: 16/10;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}

/*-----------------------------------------------
    _sArticle
-----------------------------------------------*/
.sArticle_contents .article_title {
  line-height: 1.6;
}
.sArticle_contents .article_terms a {
  border-bottom: 2px solid var(--col-bfc);
  text-decoration: none;
  color: var(--col-bfc);
  padding: 0.25em 1em;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
.sArticle_contents .article_terms a:hover {
  opacity: 0.7;
}
.sArticle_contents .article_eyecatch {
  max-width: calc(760px + 10vw);
  margin-inline: auto;
}
.sArticle_contents .article_eyecatch img {
  width: 100%;
  height: 100%;
  aspect-ratio: 16/9;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 1040px) {
  .sArticle_contents .article_eyecatch img {
    border-radius: 0;
  }
}
.sArticle_contents .article_termlink {
  text-align: center;
}
@media screen and (max-width: 960px) {
  .sArticle_contents .article_termlink {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
}
.sArticle_contents .article_termlink a {
  display: inline-block;
  text-decoration: none;
  color: var(--col-bfc);
  border-bottom: 2px solid #000;
  padding: 0.5em 1em;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
.sArticle_contents .article_termlink a:hover {
  opacity: 0.7;
}
.sArticle_contents .article_termlink a i {
  padding-left: 0.5em;
}
.sArticle_contents .article_cfEventWrap {
  overflow-x: scroll;
}
.sArticle_contents .article_cfEvent {
  border-collapse: collapse;
  border: 1px solid #fff;
  line-height: 1.5;
  width: 100%;
}
.sArticle_contents .article_cfEvent th,
.sArticle_contents .article_cfEvent td {
  padding: 0.5em 1em;
  border-bottom: 1px solid #fff;
  border-right: 1px solid #fff;
  vertical-align: middle;
}
.sArticle_contents .article_cfEvent th {
  background-color: var(--col-cbg2);
  font-weight: 500;
}
.sArticle_contents .article_cfEvent .date {
  min-width: 9em;
}
.sArticle_contents .article_cfEvent .time {
  min-width: 7.5em;
}
.sArticle_contents .article_cfEvent .place {
  min-width: 20em;
  width: 100%;
}

.mdArticle_termlink {
  text-align: center;
}
@media screen and (max-width: 960px) {
  .mdArticle_termlink {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
}
.mdArticle_termlink a {
  display: inline-block;
  text-decoration: none;
  color: var(--col-bfc);
  border-bottom: 2px solid #000;
  padding: 0.5em 1em;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
.mdArticle_termlink a:hover {
  opacity: 0.7;
}
.mdArticle_termlink a i {
  padding-left: 0.5em;
}

.mdArticle_share {
  grid-column: 1/2;
  position: sticky;
  top: 100px;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
  width: -webkit-min-content;
  width: -moz-min-content;
  width: min-content;
  z-index: 6;
}
@media screen and (max-width: 960px) {
  .mdArticle_share {
    grid-column: 2;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    height: initial;
    width: initial;
    position: static;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 0 20px;
    margin-top: 40px;
  }
}
.mdArticle_share .share_btn {
  position: relative;
  -webkit-transform: translateX(-10px);
          transform: translateX(-10px);
}
@media screen and (max-width: 1100px) {
  .mdArticle_share .share_btn {
    -webkit-transform: translateX(-20px);
            transform: translateX(-20px);
  }
}
@media screen and (max-width: 960px) {
  .mdArticle_share .share_btn {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
.mdArticle_share .share_btn .success_msg {
  position: absolute;
  top: -10px;
  left: calc(100% + 10px);
  font-size: 10px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  height: auto;
  line-height: 1;
  border-bottom: 1px solid #000;
  background-color: #fff;
  padding: 0.5em;
  z-index: 10;
  display: none;
}
.mdArticle_share .share_btn .success_msg::before {
  content: "";
  position: absolute;
  bottom: -8.5px;
  right: calc(100% - 2.5px);
  width: 15px;
  height: 1px;
  background-color: #000;
  -webkit-transform: rotate(-30deg);
          transform: rotate(-30deg);
  -webkit-transform-origin: left bottom;
          transform-origin: left bottom;
}
.mdArticle_share .share_btn a,
.mdArticle_share .share_btn button {
  text-decoration: none;
  color: var(--col-1);
  font-size: 24px;
  display: block;
  line-height: 1;
  padding: 0.5em;
  margin: 0.25em 0;
  text-align: center;
  -webkit-transition: all 0.1s linear;
  transition: all 0.1s linear;
}
.mdArticle_share .share_btn a.facebook:hover,
.mdArticle_share .share_btn button.facebook:hover {
  color: var(--col-bfc);
}
.mdArticle_share .share_btn a.twitter:hover,
.mdArticle_share .share_btn button.twitter:hover {
  color: var(--col-bfc);
}
.mdArticle_share .share_btn a.line:hover,
.mdArticle_share .share_btn button.line:hover {
  color: var(--col-bfc);
}
.mdArticle_share .share_btn a:hover,
.mdArticle_share .share_btn button:hover {
  color: var(--col-bfc);
}

.md_btn__point {
  text-decoration: none;
  line-height: 1.2;
  padding: 0.75em 1em 0.75em 2em;
  border-radius: 2em;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 1em;
}
.md_btn__point:hover {
  -webkit-transform: translateY(2px);
          transform: translateY(2px);
}
.md_btn__point.col1 {
  background-color: var(--col-1);
  color: #fff;
}
.md_btn__point.col2 {
  background-color: var(--col-2);
  color: #fff;
}
.md_btn__point.col_line {
  background-color: var(--col-cbg3);
  color: #fff;
  min-width: 15em;
}

/* 
* 
* 
* 
* 
* * 
* 
* 
* 
* 
* 
* * 
* 
* 
* 
* 
* 
* * 
* 
* 
* 
* 
* 
* * 
* 
* 
* 
* 
* 
* * 
* 
* 
* 
* 
* 
* * 
* 
*/
.md_temp__border {
  border-top: 1px dashed #ccc;
}

.md_chapterTtl {
  line-height: 1.5;
  text-align: center;
}
.md_chapterTtl span {
  color: #fff;
  text-align: center;
  display: inline-block;
  border-radius: 12px;
  text-decoration: none;
  padding: 0.5em 1.5em;
  position: relative;
  width: min(80%, 540px);
}
.md_chapterTtl span.col1 {
  background-color: var(--col-1);
}
.md_chapterTtl span.col2 {
  background-color: var(--col-2);
}

.md_secTtl {
  position: relative;
  z-index: 3;
  margin-left: -1em;
}
.md_secTtl a {
  text-align: left;
  display: inline-block;
  line-height: 1.5;
  text-decoration: none;
  color: #000;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
.md_secTtl a:hover {
  -webkit-transform: translateY(2px);
          transform: translateY(2px);
}
.md_secTtl.subttl {
  margin-left: 0;
}
.md_secTtl.subttl span {
  display: inline-block;
  border-bottom: 1px solid #000;
}

.md_secSummary p {
  margin-bottom: 1.5em;
}
.md_secSummary p:last-child {
  margin-bottom: 0;
}
.md_secSummary img {
  width: 100%;
  height: auto;
  display: block;
}
.md_secSummary.indent {
  padding-left: 60px;
}

.md_secList > li {
  margin-bottom: 1.5em;
}
.md_secList > li:last-child {
  margin-bottom: 0;
}
.md_secList.disc {
  margin-left: 1.5em;
}
.md_secList.disc > li {
  list-style-type: disc;
  margin-bottom: 0.5em;
}

.md_numList > li {
  margin-bottom: 0.5em;
  position: relative;
  padding-left: 1.5em;
}
.md_numList > li:last-child {
  margin-bottom: 0;
}
.md_numList > li:nth-child(1)::before {
  content: "1.";
  position: absolute;
  top: 0;
  left: 0;
  font-weight: bold;
}
.md_numList > li:nth-child(2)::before {
  content: "2.";
  position: absolute;
  top: 0;
  left: 0;
  font-weight: bold;
}
.md_numList > li:nth-child(3)::before {
  content: "3.";
  position: absolute;
  top: 0;
  left: 0;
  font-weight: bold;
}
.md_numList > li:nth-child(4)::before {
  content: "4.";
  position: absolute;
  top: 0;
  left: 0;
  font-weight: bold;
}
.md_numList > li:nth-child(5)::before {
  content: "5.";
  position: absolute;
  top: 0;
  left: 0;
  font-weight: bold;
}
.md_numList > li:nth-child(6)::before {
  content: "6.";
  position: absolute;
  top: 0;
  left: 0;
  font-weight: bold;
}
.md_numList > li:nth-child(7)::before {
  content: "7.";
  position: absolute;
  top: 0;
  left: 0;
  font-weight: bold;
}
.md_numList > li:nth-child(8)::before {
  content: "8.";
  position: absolute;
  top: 0;
  left: 0;
  font-weight: bold;
}
.md_numList > li:nth-child(9)::before {
  content: "9.";
  position: absolute;
  top: 0;
  left: 0;
  font-weight: bold;
}
.md_numList > li:nth-child(10)::before {
  content: "10.";
  position: absolute;
  top: 0;
  left: 0;
  font-weight: bold;
}
.md_numList > li .childList {
  margin-top: 0.5em;
}
.md_numList > li .childList > li {
  position: relative;
  padding-left: 1.5em;
  margin-bottom: 0.5em;
  line-height: 1.5;
}
.md_numList > li .childList > li::before {
  position: absolute;
  top: 0;
  left: 0;
}
.md_numList > li .childList > li:nth-child(1)::before {
  content: "ア.";
}
.md_numList > li .childList > li:nth-child(2)::before {
  content: "イ.";
}
.md_numList > li .childList > li:nth-child(3)::before {
  content: "ウ.";
}

.md_memList > li {
  margin-bottom: 1.5em;
  display: grid;
  grid-template-columns: 200px 1fr;
  grid-template-rows: auto;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  -ms-flex-line-pack: start;
      align-content: start;
  justify-items: stretch;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  grid-gap: var(--gap-30);
}
.md_memList > li img {
  max-width: 100%;
  height: auto;
  display: block;
  grid-row: 1/4;
}
.md_memList > li:last-child {
  margin-bottom: 0;
}

.md_postList > li {
  list-style: disc;
  margin-left: 1.5em;
  margin-bottom: 1em;
}
.md_postList > li:last-child {
  margin-bottom: 0;
}

.md_btn {
  text-align: center;
}
.md_btn.right {
  text-align: right;
}
.md_btn a {
  text-align: center;
  display: inline-block;
  position: relative;
  text-decoration: none;
  line-height: 1;
  white-space: nowrap;
  padding: 1em 0;
  width: min(75%, 280px);
  position: relative;
  color: #000;
  background-color: #eee;
}
@media screen and (max-width: 540px) {
  .md_btn a {
    padding: 1em 0;
    border-width: 1.5px;
  }
}
.md_btn a:hover i {
  -webkit-transform: translate(4px, -50%) rotate(-45deg);
          transform: translate(4px, -50%) rotate(-45deg);
}
.md_btn a:hover i.reverse {
  -webkit-transform: translate(-4px, -50%) rotate(-45deg);
          transform: translate(-4px, -50%) rotate(-45deg);
}
.md_btn a span {
  display: inline-block;
}
.md_btn a i {
  width: 0.8em;
  height: 0.8em;
  position: absolute;
  top: 50%;
  right: 2em;
  -webkit-transform: translateY(-50%) rotate(-45deg);
          transform: translateY(-50%) rotate(-45deg);
  clip-path: polygon(100% 0%, 100% 100%, 0% 100%);
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
.md_btn a i::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 2px solid #000;
}
.md_btn a i::after {
  content: "";
  position: absolute;
  top: 30%;
  left: 30%;
  width: 40%;
  height: 40%;
  background-color: #000;
}
.md_btn a i.reverse {
  right: auto;
  left: 2em;
  clip-path: polygon(0% 0%, 100% 0%, 0% 100%);
  -webkit-transform: translateY(-50%) rotate(-45deg);
          transform: translateY(-50%) rotate(-45deg);
}
.md_btn a .note {
  padding-top: 0.75em;
  font-weight: normal;
  display: block;
  line-height: 1.25;
}

.md_table {
  border-collapse: collapse;
  border-bottom: 1px solid #ddd;
  border-right: 1px solid #ddd;
  width: 100%;
}
.md_table th,
.md_table td {
  padding: 1em 0.75em;
  line-height: 1.5;
  border-top: 1px solid #ddd;
  border-left: 1px solid #ddd;
}
.md_table th.p16,
.md_table td.p16 {
  width: 16%;
}
.md_table th.p20,
.md_table td.p20 {
  width: 20%;
}
.md_table th {
  text-align: left;
  background-color: #eee;
}
.md_table .tac {
  text-align: center;
}

.md_faq .faq_tax {
  margin-top: var(--gap-60);
}
.md_faq .faq_taxTtl a {
  text-decoration: none;
  color: var(--col-bfc);
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
  display: inline-block;
}
.md_faq .faq_taxTtl a:hover {
  -webkit-transform: translateY(2px);
          transform: translateY(2px);
}
.md_faq .faq_ttl {
  line-height: 1.5;
}
.md_faq .faq_ttl a {
  text-decoration: none;
  color: var(--col-bfc);
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
.md_faq .faq_ttl a:hover {
  -webkit-transform: translateY(2px);
          transform: translateY(2px);
}
.md_faqlist .d_wrap {
  margin-bottom: var(--gap-20);
  background-color: var(--col-cbg2);
  background-color: #fff;
  border-radius: 10px;
  padding-left: 1.5em;
  padding-right: 1.5em;
}
.md_faqlist .d_wrap:last-child {
  margin-bottom: 0;
}
.md_faqlist .d_wrap dt {
  position: relative;
  line-height: 1.5;
  color: var(--col-1);
  cursor: pointer;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
  padding-top: 0.9em;
  padding-bottom: 1em;
  padding-left: var(--gap-30);
}
.md_faqlist .d_wrap dt::before {
  content: "Q";
  position: absolute;
  top: 0.6em;
  left: 0;
  font-size: 1.5em;
  line-height: 1;
  color: var(--col-1);
}
.md_faqlist .d_wrap dt.is-open .question::after {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.md_faqlist .d_wrap dt.is-open .question::before {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.md_faqlist .d_wrap dt .question {
  position: relative;
  padding-right: 2em;
}
.md_faqlist .d_wrap dt .question::after {
  content: "";
  position: absolute;
  top: 15px;
  right: 0;
  width: 16px;
  height: 2px;
  background-color: var(--col-1);
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
.md_faqlist .d_wrap dt .question::before {
  content: "";
  position: absolute;
  top: 8px;
  right: 7px;
  width: 2px;
  height: 16px;
  background-color: var(--col-1);
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
.md_faqlist .d_wrap dt:hover {
  -webkit-transform: translateY(2px);
          transform: translateY(2px);
}
@media screen and (max-width: 600px) {
  .md_faqlist .d_wrap dd {
    font-size: 14px;
  }
}
.md_faqlist .d_wrap dd .innr {
  padding: 1.5em var(--gap-30) 2em var(--gap-30);
  margin-top: 0.25em;
}
.md_faqlist .d_wrap dd .innr p {
  margin-bottom: 1.5em;
}
.md_faqlist .d_wrap dd .innr p:last-child {
  margin-bottom: 0;
}
.md_faqlist .d_wrap dd {
  overflow: hidden;
  max-height: 0;
  -webkit-transition: max-height 0.4s ease;
  transition: max-height 0.4s ease;
}

.md_faq__link {
  text-align: right;
}

.md_calList > li {
  line-height: 1.5;
  display: grid;
  grid-template-columns: 4em 1fr;
  grid-template-rows: auto;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  -ms-flex-line-pack: start;
      align-content: start;
  justify-items: stretch;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  grid-gap: 0;
  margin-bottom: 0.5em;
}
.md_calList > li:last-child {
  margin-bottom: 0;
}
.md_calList > li .time {
  display: block;
}
.md_calList > li .content {
  display: block;
}

.md_flow > li {
  position: relative;
  margin-bottom: 40px;
}
.md_flow > li:last-child {
  margin-bottom: 0;
}
.md_flow > li:last-child::after {
  display: none;
}
.md_flow > li::after {
  content: "";
  position: absolute;
  top: calc(var(--gap-30));
  left: calc(var(--gap-30) + 24px + 3px);
  width: 3px;
  height: calc(100% + 40px);
  background-color: #000;
  z-index: 2;
}
.md_flow > li .innr {
  padding-left: 80px;
}
.md_flow .flow_column {
  position: relative;
  background-color: #eee;
  border-radius: 30px;
  padding: var(--gap-30);
}
.md_flow .flow_column.half {
  width: 60%;
}
.md_flow .flow_ttl {
  position: relative;
  padding-left: 3.25em;
}
.md_flow .flow_ttl .flow_num {
  position: absolute;
  left: 0;
  top: calc(-1.5px - 0.2em);
  display: block;
  width: 2em;
  aspect-ratio: 1;
  border: 3px solid #000;
  border-radius: 50%;
  text-align: center;
  z-index: 3;
  font-weight: bold;
  font-size: 1.2em;
  background-color: #fff;
}
.md_flow .flow_part {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: auto;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  -ms-flex-line-pack: start;
      align-content: start;
  justify-items: stretch;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  margin-left: 60px;
  padding-bottom: 40px;
  position: relative;
}
.md_flow .flow_part.single::after {
  display: none;
}
.md_flow .flow_part .part {
  display: block;
  background-color: #fff;
  text-align: center;
  line-height: 1;
  white-space: nowrap;
  padding: 1em;
  width: 70%;
  margin-inline: auto;
}
.md_flow .flow_part .part.border {
  border-radius: 8px;
  border: 3px solid #000;
  padding: 0.5em;
}
.md_flow .flow_part::before, .md_flow .flow_part::after {
  content: "";
  position: absolute;
  top: 0;
  width: 3px;
  height: 100px;
  background-color: #000;
  z-index: -1;
}
.md_flow .flow_part::before {
  left: calc(25% - 1.5px);
}
.md_flow .flow_part::after {
  left: calc(75% - 1.5px);
}
.md_flow .flow_part__line {
  display: block;
  margin-left: 60px;
}
.md_flow .flow_part__line.single::after {
  display: none;
}
.md_flow .flow_part__line::before, .md_flow .flow_part__line::after {
  content: "";
  position: absolute;
  top: 0;
  width: 3px;
  height: calc(100% + 60px);
  background-color: #000;
  z-index: -1;
}
.md_flow .flow_part__line::before {
  left: calc((100% - 60px) / 4 + 60px - 1.5px);
}
.md_flow .flow_part__line::after {
  left: calc((100% - 60px) / 4 * 3 + 60px - 1.5px);
}

.md_calList > li {
  line-height: 1.5;
  display: grid;
  grid-template-columns: 4em 1fr;
  grid-template-rows: auto;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  -ms-flex-line-pack: start;
      align-content: start;
  justify-items: stretch;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  grid-gap: 0;
  margin-bottom: 0.5em;
}
.md_calList > li:last-child {
  margin-bottom: 0;
}
.md_calList > li .time {
  display: block;
}
.md_calList > li .content {
  display: block;
}

.md_topicPost > li {
  border-bottom: 1px solid #000;
}
.md_topicPost > li a {
  color: #000;
  text-decoration: none;
}

.pContact_sch > li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 20px;
}

.md_eventPost {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: auto;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  -ms-flex-line-pack: start;
      align-content: start;
  justify-items: stretch;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  grid-gap: var(--gap-60);
}
.md_eventPost > li {
  display: grid;
  grid-template-columns: 30% 1fr;
  grid-template-rows: auto;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  -ms-flex-line-pack: start;
      align-content: start;
  justify-items: stretch;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  grid-gap: var(--gap-30);
}
.md_eventPost > li.highlight {
  grid-column: 1/3;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  grid-template-columns: 30% 1fr;
  grid-gap: var(--gap-60);
}
.md_eventPost .post_eyecatch img {
  width: 100%;
  aspect-ratio: 210/297;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}
.md_eventPost .post_title {
  line-height: 1.5;
}
.md_eventPost .post_title a {
  color: #000;
  text-decoration: none;
}

.pTopic_wrap {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: auto;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  -ms-flex-line-pack: start;
      align-content: start;
  justify-items: stretch;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  grid-gap: var(--gap-60);
}

.md_faqPost > li {
  margin-bottom: var(--gap-60);
  padding-bottom: var(--gap-60);
  border-bottom: 1px solid #ccc;
}
.md_faqPost .faq_question {
  line-height: 1.5;
  padding-left: 1.5em;
  position: relative;
}
.md_faqPost .faq_question::before {
  content: "Q";
  position: absolute;
  top: 0;
  left: 0;
}
.md_faqPost .faq_answer {
  line-height: 1.5;
  padding-left: 1.5em;
  padding-top: 2em;
  position: relative;
}
.md_faqPost .faq_answer::before {
  content: "Answer";
  position: absolute;
  top: 0;
  left: 0;
  font-weight: bold;
}

/*****





/*--------
__error
-----------------------------------------------*/
.md_404 {
  padding: 10vw 0;
  position: relative;
  z-index: 2;
}
.md_404 .nf_link a {
  text-decoration: none;
  color: var(--col-bfc);
  font-weight: bold;
  border-bottom: 2px solid #000;
  display: inline-block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-bottom: 0.5em;
}
.md_404 .nf_link a i {
  padding-left: 0.5em;
}/*# sourceMappingURL=style.css.map */