@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Noto+Sans+JP:wght@100..900&display=swap");
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th, td {
  font-weight: normal;
  text-align: left;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}

q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

a img {
  border: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

/*
*  base font
*----------------------------*/
/*
*  base color
*----------------------------*/
/*
*  Font Space
*----------------------------*/
/*
*  base width
*----------------------------*/
/*
*  transition
*----------------------------*/
/*
* base
*-----------------------------*/
*, *:before, *:after {
  box-sizing: border-box;
}

html {
  font-size: medium;
}

body {
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
  color: #000000;
  font-weight: 400;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.67;
}

a {
  color: #1F9CD1;
  text-decoration: underline;
}

img {
  max-width: 100%;
  vertical-align: top;
}

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

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

/*
* layout
*-----------------------------*/
.ly_header {
  position: relative;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
}
.ly_header_inner {
  padding-top: max(16px, 4.25vw);
  padding-bottom: max(16px, 3vw);
  margin: 0 auto 0 auto;
  width: calc(100% - 24px);
  border-bottom: 1px solid #bcbcbc;
  padding-left: 24px;
}

.ly_cont {
  margin: 0 auto 0 auto;
  width: calc(100% - 24px);
  max-width: 1200px;
  padding-top: clamp(8px, 3.33333vw, 40px);
  padding-bottom: clamp(48px, 10vw, 120px);
}
@media (min-width: 768px) {
  .ly_cont {
    padding-top: 40px;
  }
}
@media (min-width: 768px) {
  .ly_cont__col {
    display: flex;
    justify-content: space-between;
  }
}
@media (min-width: 768px) {
  .ly_cont_main {
    width: 66%;
  }
}
@media (min-width: 768px) {
  .ly_cont_side {
    width: 30%;
  }
}

/*
* module
*-----------------------------*/
.el_lv1Heading {
  line-height: 1.44;
}
.el_lv1Heading a {
  display: flex;
  flex-direction: column;
  width: fit-content;
  margin-right: auto;
  margin-left: 0;
  text-decoration: none;
  color: #000;
}
@media (min-width: 768px) {
  .el_lv1Heading a {
    margin-left: auto;
  }
}
.el_lv1Heading__ja {
  font-size: clamp(15px, 2.33333vw, 28px);
  display: inline-block;
  font-weight: 700;
  letter-spacing: 0.4em;
}
@media (min-width: 768px) {
  .el_lv1Heading__ja {
    padding-bottom: 8px;
  }
}
.el_lv1Heading__en {
  font-size: clamp(14px, 1.91666vw, 23px);
  letter-spacing: 0.1em;
}
@media (min-width: 768px) {
  .el_lv1Heading {
    text-align: center;
  }
}

.el_lv2Heading {
  font-size: clamp(18px, 2vw, 24px);
  margin-bottom: min(1.66666vw, 20px);
  display: block;
  position: relative;
}
.el_lv2Heading__borderLeft {
  padding-left: 0.8em;
}
.el_lv2Heading__borderLeft::before {
  content: "";
  position: absolute;
  height: clamp(18px, 2vw, 24px);
  width: 5px;
  background-color: #5e769a;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
}

.el_lv3Heading {
  border-bottom: 1px solid #bcbcbc;
  padding-bottom: 0.8em;
  margin-bottom: 0.8em;
  font-size: clamp(12px, 1.5vw, 18px);
  font-weight: 700;
}

.el_lv3Txt {
  font-size: clamp(11px, 1.33333vw, 16px);
}

.el_label {
  display: inline-block;
  padding-top: 0.1em;
  padding-right: min(1.16666vw, 14px);
  padding-bottom: 0.1em;
  padding-left: min(1.16666vw, 14px);
  background: #fff;
  color: #000;
  font-size: clamp(12px, 1.33333vw, 16px);
  border: 1px solid #bcbcbc;
  border-radius: 5px;
  white-space: nowrap;
}
.el_label__mr {
  margin-right: 0.5em;
}
.el_label__mb {
  margin-bottom: 0.5em;
}

.el_close {
  font-size: 0.75rem;
  padding: 1em 1.2em;
}

@media (min-width: 768px) {
  .bl_cardUnit {
    margin-bottom: min(4.83333vw, 40px);
  }
}
.bl_cardUnit__col2 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.bl_cardUnit__col2 > .bl_card {
  width: 100%;
}
@media (min-width: 768px) {
  .bl_cardUnit__col2 > .bl_card {
    width: calc((100% - 40px) / 2);
  }
}
.bl_cardUnit__col4 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.bl_cardUnit__col4 > .bl_card {
  width: calc((100% - 20px) / 2);
}
@media (min-width: 768px) {
  .bl_cardUnit__col4 > .bl_card {
    width: calc((100% - 90px) / 4);
  }
}

.bl_card {
  margin-bottom: clamp(16px, 3.33333vw, 40px);
  text-decoration: none;
  color: #000;
}
.bl_card_badge {
  position: relative;
  z-index: 1;
}
.bl_card_badge_txt {
  position: absolute;
  font-size: clamp(13px, 1.66666vw, 20px);
  background-color: #fff503;
  top: 0;
  left: 1em;
  padding: 0.2em 0.5em;
  font-family: "Inter", sans-serif;
}
.bl_card_badge_txt__lg {
  font-size: clamp(13px, 2.08333vw, 25px);
  padding-top: clamp(0.2em, 2vw, 24px);
}
.bl_card_imgWrapper {
  position: relative;
}
.bl_card_imgWrapper img {
  width: 100%;
}
.bl_card_ttl {
  font-size: clamp(13px, 1.83333vw, 22px);
  font-weight: 500;
  padding: 1em 0 0.5em 0;
}
.bl_card_ttl__col {
  display: flex;
  align-items: flex-start;
  column-gap: min(1.66666vw, 20px);
}
@media (min-width: 768px) {
  .bl_card_ttl__col {
    align-items: center;
  }
}
.bl_card_txt {
  font-size: clamp(12px, 1.33333vw, 16px);
  padding-top: min(1.33333vw, 8px);
  padding-bottom: min(1.33333vw, 8px);
}
.bl_card_txt__right {
  text-align: right;
}
.bl_card_txt a {
  display: inline-block;
  font-size: 1em;
}
.bl_card_txt a::after {
  content: ">";
}

.bl_mediaUnit {
  margin-bottom: 48px;
}
@media (min-width: 768px) {
  .bl_mediaUnit {
    margin-bottom: 0;
  }
}
.bl_mediaUnit__border {
  border-top: 1px solid #bcbcbc;
}
.bl_mediaUnit__border .bl_media {
  padding: clamp(24px, 3.75vw, 45px);
  border-right: 1px solid #bcbcbc;
  border-bottom: 1px solid #bcbcbc;
  border-left: 1px solid #bcbcbc;
}
.bl_mediaUnit__col {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  row-gap: clamp(16px, 3.33333vw, 40px);
}
@media (min-width: 768px) {
  .bl_mediaUnit__col {
    flex-direction: column;
  }
}
.bl_mediaUnit__col .bl_media {
  width: calc((100% - 20px) / 2);
}
@media (min-width: 768px) {
  .bl_mediaUnit__col .bl_media {
    width: 100%;
  }
}

@media (min-width: 768px) {
  .bl_media {
    display: flex;
    column-gap: 4%;
    justify-content: space-between;
  }
}
@media (min-width: 768px) {
  .bl_media_imgWrapper {
    flex: 0 1 50%;
  }
}
.bl_media_imgWrapper img {
  width: 100%;
}
.bl_media_body {
  flex: 1;
  padding-top: 0.4em;
}
@media (min-width: 768px) {
  .bl_media_body {
    padding-top: 0;
  }
}
.bl_media_ttl {
  font-size: clamp(13px, 1.5vw, 18px);
  font-weight: 500;
  padding: 1em 0 0.5em 0;
}
@media (min-width: 768px) {
  .bl_media_ttl {
    padding-top: 0;
  }
}
.bl_media_ttl__col {
  display: flex;
  align-items: flex-start;
  column-gap: min(1.66666vw, 20px);
}
@media (min-width: 768px) {
  .bl_media_ttl__col {
    flex-direction: column;
  }
}
.bl_media_ttl__col .el_label {
  margin-bottom: 0.4em;
}
.bl_media_txt {
  font-size: clamp(12px, 1.33333vw, 16px);
}
.bl_media_txt__right {
  text-align: right;
}
.bl_media_txt a {
  display: inline-block;
  margin-top: 1em;
  font-size: 1em;
}
.bl_media_txt a::after {
  content: ">";
}

.bl_sideUnit {
  margin-bottom: 48px;
}
@media (min-width: 768px) {
  .bl_sideUnit {
    border-right: 1px solid #bcbcbc;
    border-bottom: 1px solid #bcbcbc;
    border-left: 1px solid #bcbcbc;
    padding-bottom: 24px;
  }
}
.bl_sideUnit_ttl {
  font-size: clamp(12px, 1.83333vw, 22px);
  display: inline-block;
  padding: 0.1em 1em;
  color: #000;
  border: 1px solid #bcbcbc;
  border-radius: 5px;
  white-space: nowrap;
  background-color: #f7f7f7;
  font-weight: 500;
  margin-bottom: 1em;
}
@media (min-width: 768px) {
  .bl_sideUnit_ttl {
    display: block;
    border-radius: 0;
    padding: 24px 20px;
    border-right: none;
    border-left: none;
    margin-bottom: 24px;
  }
  .bl_sideUnit_ttl span {
    font-size: 16px;
  }
}
@media (min-width: 768px) {
  .bl_sideUnit .bl_media {
    padding-right: 18px;
    padding-left: 18px;
  }
}
@media (min-width: 768px) {
  .bl_sideUnit .bl_media_txt {
    font-size: clamp(13px, 1.33333vw, 16px);
    display: flex;
    align-items: flex-start;
    flex-direction: column;
  }
}
.bl_sideUnit a.bl_media {
  color: currentColor;
  text-decoration: none;
  transition: 0.25s;
}
.bl_sideUnit a.bl_media .bl_media_txt {
  transition: 0.25s;
}
.bl_sideUnit a.bl_media:focus {
  opacity: 0.75;
}
.bl_sideUnit a.bl_media:focus .bl_media_txt {
  color: #000;
}
.bl_sideUnit a.bl_media:hover {
  opacity: 0.75;
}
.bl_sideUnit a.bl_media:hover .bl_media_txt {
  color: #000;
}

@media (min-width: 768px) {
  .bl_sideCard {
    padding-right: 1.5em;
    padding-left: 1.5em;
  }
}
@media (min-width: 768px) {
  .bl_sideCard_ttl {
    font-size: min(1.5vw, 18px);
    position: relative;
    padding-left: 0.8em;
    margin-bottom: 0.8em;
  }
  .bl_sideCard_ttl::before {
    content: "";
    position: absolute;
    height: min(1.66666vw, 20px);
    width: 5px;
    background-color: #5e769a;
    top: 0.44vw;
    left: 0;
  }
}
.bl_sideCard_txt {
  font-size: clamp(12px, 1.25vw, 15px);
}
@media (min-width: 768px) {
  .bl_sideCard_txt {
    margin-bottom: 0.4em;
  }
}
.bl_footerNav {
  padding-top: clamp(24px, 5.83333vw, 70px);
  padding-bottom: clamp(24px, 5vw, 60px);
  background-color: #f7f7f7;
}
.bl_footerNav_inner {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
  column-gap: clamp(12px, 2.5vw, 30px);
}

.bl_footerNav_link {
  display: inline-block;
  color: #000000;
  font-size: clamp(12px, 1.25vw, 15px);
  text-decoration: none;
}

.bl_copyright {
  padding-top: 16px;
  padding-bottom: 8px;
  background-color: #ececec;
}
.bl_copyright_inner {
  text-align: center;
  font-size: clamp(11px, 1.08333vw, 13px);
}

/* ハンバーガーメニュースタイル */
.bl_hamburger {
  position: absolute;
  top: 20px;
  right: 32px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 20px;
  height: 16px;
  cursor: pointer;
}
@media (min-width: 768px) {
  .bl_hamburger {
    display: none;
  }
}
.bl_hamburger span {
  display: block;
  width: 100%;
  height: 3px;
  background-color: #333;
}

/* 開閉メニュースタイル */
.bl_spNavUnit {
  position: absolute;
  top: 100%;
  right: 0;
  width: 70%;
  height: 0;
  overflow: hidden;
  background-color: #fff;
  transition: height 0.3s ease-out;
  z-index: 1000;
}
.bl_spNavUnit.open {
  height: fit-content;
  padding-bottom: 1em;
}
.bl_spNavUnit_close {
  padding-top: 0.4em;
  padding-bottom: 0.4em;
  background-color: #f7f7f7;
}

/* メニュー内のスタイル */
.bl_spNavUnit_ttl {
  font-size: 0.8125rem;
  padding: 0.8em 0 0.8em 1.5em;
  background-color: #fff;
}
.bl_spNavUnit_ttl span {
  font-family: "Inter", sans-serif;
}

.bl_spNav {
  padding-bottom: 0.6em;
}
.bl_spNav_ttl {
  background-color: #ececec;
  font-size: 0.75rem;
  font-weight: 500;
  padding: 0.6em 0 0.6em 1.5em;
}

.bl_bulletList {
  list-style: none;
  margin-right: 1.2em;
  margin-left: 1.2em;
}
@media (min-width: 768px) {
  .bl_bulletList {
    margin-left: 0em;
  }
}
.bl_bulletList__borderBottom {
  border-bottom: 1px solid #bcbcbc;
  padding-bottom: 0.6em;
}
@media (min-width: 768px) {
  .bl_bulletList__borderBottom {
    padding-bottom: 0.9em;
    margin-bottom: 24px;
  }
}
.bl_bulletList li {
  font-size: 0.75rem;
  font-size: clamp(12px, 1.33333vw, 16px);
  padding: 0.6em 0 0.6em 1em;
  position: relative;
}
.bl_bulletList li::before {
  content: "";
  position: absolute;
  top: 1.2em;
  left: 0;
  width: 0.4em;
  height: 0.4em;
  background-color: #000;
  border-radius: 50%;
}
.bl_bulletList li a {
  text-decoration: none;
  color: #333;
}

.bl_breadcrumb {
  display: flex;
  font-size: clamp(12px, 1.5vw, 18px);
  margin-bottom: clamp(24px, 4vw, 48px);
}
.bl_breadcrumb li + li::before {
  content: "/";
  padding: 0 0.5em;
}

/*
* helper
*-----------------------------*//*# sourceMappingURL=style.css.map */