@charset "utf-8";

/* ======================================================
 * bgs.css
 * ------------------------------------------------------
 * @media print, screen and (min-width: 768px)
 * - Override
 * - Page Component
 * - Clearfix
 * PC Media Queries
 * @media only screen and (max-width: 767px)
 * - Override
 * - Page Component
 * - Clearfix
 * SP Media Queries
 * Print
====================================================== */

/* ======================================================
 * PC
====================================================== */
@media print, screen and (min-width: 768px) {
  /* ------------------------------------------------------
   * Override
  ------------------------------------------------------ */
  img {
    image-rendering: auto;
  }
  .heading-lv1.ec-heading > .heading_title {
    font-family: "Noto Sans CJK JP", "Noto Sans", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  }
  
  /* ------------------------------------------------------
   * Page Component
  ------------------------------------------------------ */
  /* ----- ec-button ----- */
  .ec-heading {
    position: relative;
    padding-right: 100px;
  }
  .heading-ec-button {
    position: absolute;
    display: inline-block;
    width: 88px;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
  }
  .ec-button {
    display: inline-block;
    max-width: 300px;
    min-width: 88px;
    margin-top: 10px;
  }
  .ec-button_link {
    display: inline-block;
    padding: 5px 26px 7px;
    background-color: #fff;
    border: 2px solid #418fde;
    border-radius: 6px;
    color: #418fde!important;
    font-weight: bold;
    font-size: 1.6rem;
    line-height: 1;
    font-family: "Noto Sans CJK JP", "Noto Sans", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  }
  .ec-button_link:hover {
    background-color: #daebfc;
  }
  .table-ec {
    display: flex;
    align-items: center;
  }
  .table-ec-button {
    margin-left: 10px;
    max-width: 250px;
    min-width: 88px;
    vertical-align: top;
  }
  .table-ec-button_link {
    display: inline-block;
    padding: 5px 25px 7px;
    background-color: #fff;
    border: 2px solid #418fde;
    border-radius: 6px;
    color: #418fde;
    font-weight: bold;
    font-size: 1.6rem;
    line-height: 1;
    font-family: "Noto Sans CJK JP", "Noto Sans", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  }
  .table-ec-button_link:hover {
    opacity: 1;
    background-color: #daebfc;
  }
  
  /* ----- bgs-hero ----- */
  .bgs-hero {
    position: relative;
    overflow: hidden;
  }
  .bgs-hero + *,
  .bgs-hero + section > *:first-child {
    margin-top: 2.3em;
  }
  .bgs-hero > .hero_detail {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
  }
  .bgs-hero .hero_date {
    position: absolute;
    bottom: .7em;
    right: .5em;
    font-family: "Noto Sans CJK JP", "Noto Sans", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-size: 1.8rem;
    font-weight: 600;
    text-align: right;
    text-shadow: 0 0 5px rgba(255,255,255,.84), 0 0 5px rgba(255,255,255,.84), 0 0 5px rgba(255,255,255,.84), 0 0 5px rgba(255,255,255,.84);
  }
  .bgs-hero .hero_date-inner {
    position: relative;
  }
  .bgs-hero .hero_date-inner::before {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    transform: skewX(-16deg);
    background: linear-gradient(112deg, rgb(238,228,214, .6) 100% , rgb(238,228,214, .6) 0);
    box-shadow: 10px 4px 20px 16px rgb(238 228 214 / .7);
    filter: drop-shadow(1px 1px 1px rgb(238,228,214,.7));
  }
  .bgs-hero .hero_lead {
    width: 530px;
    margin: 0 auto;
  }
  .bgs-hero .hero_date-inner .hero_text {
    position: inherit;
  }
  
  /* ----- bgs-heading ----- */
  .bgs-heading {
    margin-top: 2.3em;
    margin-bottom: 2.125em;
  }
  .bgs-heading .heading_title {
    font-weight: bold;
    font-size: 4.5rem;
    line-height: 1.5;
    background: linear-gradient(0deg, rgba(238, 220, 188, 1) 0%, rgba(238, 220, 188, 1) 43%, rgba(255, 255, 255, 0) 43%, rgba(255, 255, 255, 0) 100%);
    font-family: "Noto Sans CJK JP", "Noto Sans", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  }
  .bgs-heading + * {
    margin-top: 0 !important;
  }
  
  /* ----- bgs-heading-v2 ----- */
  .bgs-heading-v2 {
    margin: 2.65em 0 1.5em;
    padding-bottom: 11px;
    padding-left: 4px;
    border-bottom: 1px solid #ddd;
    font-family: "Noto Sans CJK JP", "Noto Sans", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  }
  .bgs-heading-v2__inner {
    display: flex;
    justify-content: space-between;
  }
  .bgs-heading-v2__title {
    font-size: 2.4rem;
    font-weight: 700;
    line-height: 1.5;
  }
  .bgs-heading-v2__badge-wrap {
    display: flex;
  }
  .bgs-heading-v2__badge {
    height: 36px;
    padding: 2px 20px 4px;
  }
  .bgs-heading-v2__badge__text {
    color: #fff;
    font-size: 1.6rem;
    font-weight: 700;
  }
  .bgs-heading-v2__icon {
    margin-left: 10px;
  }
  .bgs-heading-v2 + .column-media {
    margin-top: 1.5em;
  }
  
  /* ----- bgs-media ----- */
  .bgs-media {
    margin-top: 2.1em;
    display: flex;
    align-items: center;
  }
  .bgs-media[data-bgs-media="right"] {
    flex-direction: row-reverse;
  }
  .bgs-media[data-bgs-media="left"] {
    flex-direction: row;
  }
  .bgs-media_head {
    width: 790px;
  }
  .bgs-media[data-bgs-media="right"] > .bgs-media_head {
    margin-left: 35px;
  }
  .bgs-media[data-bgs-media="left"] .bgs-media_head {
    margin-right: 35px;
  }
  .bgs-media_body {
    flex: 1 1;
  }
  .bgs-media_lead {
    font-weight: bold;
    font-size: 2.4rem;
    padding-left: calc(0.8em + 10px);
    position: relative;
  }
  .bgs-media_lead_mark {
    position: absolute;
    top: 0;
    left: 0;
  }
  .bgs-media_text {
    margin-top: 0.5em;
    font-size: 1.6rem;
    line-height: 1.6;
  }
  
  /* ----- bgs-column ----- */
  #main .heading-lv4 + .bgs-column {
    margin-top: 1em;
  }
  .bgs-column {
    display: flex;
    flex-flow: row wrap;
    width: 100%;
    gap: 2rem 36px;
  }
  .bgs-column + .bgs-column {
    margin-top: 2em!important;
  }
  .bgs-column_item {
    width: calc((100% - 36px) / 2) ;
  }
  .bgs-column > .bgs-column_item > section > *:only-child {
    margin-bottom: 0;
  }
  .bgs-column_image_caption {
    margin-top: 10px;
    font-weight: bold;
    font-size: 1.8rem;
  }
  
  /* ----- bgs-figure ----- */
  .bgs-figure-wrap {
    display: flex;
    margin-top: 2.9em;
  }
  .bgs-figure_title {
    font-size: 1.6rem;
    font-weight: bold;
  }
  .bgs-figure_title + * {
    margin-top: 1.1em;
  }
  .bgs-figure > a {
    display: block;
    width: 582px;
    transition: all .25s cubic-bezier(.4,0,.2,1) 0s;
  }
  .bgs-figure_frame {
    position: relative;
  }
  .bgs-figure_frame::before {
    content: "";
    position: absolute;
    bottom: 10px;
    right: 11px;
    width: 25px;
    height: 25px;
    background-color: #418fde;
  }
  .bgs-figure_frame::after {
    content: "";
    position: absolute;
    bottom: 19px;
    right: 21px;
    width: 8px;
    height: 8px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    transform: rotate(45deg);
  }
  .bgs-figure > a:hover {
    opacity: .7;
  }
  
  /* ------------------------------------------------------
   * Clearfix
  ------------------------------------------------------ */

}
/* ======================================================
 * PC Media Queries
====================================================== */

@media screen and (min-width: 768px) and (max-width: 1280px) {
  .bgs-hero .hero_date {
    font-size: calc( 18 * 100vw / 1280);
    text-shadow: 0 0 5px rgba(255,255,255,.84), 0 0 5px rgba(255,255,255,.84), 0 0 5px rgba(255,255,255,.84), 0 0 5px rgba(255,255,255,.84);
  }
  .bgs-hero .hero_date-inner::before {
    box-shadow: 15px 4px 20px 16px rgb(238 228 214 / .7);
  }
  
  .bgs-hero .hero_lead {
    width: 60vw;
    text-align: left;
  }
  .bgs-box__body .bgs-box__lead {
    font-size: calc( 22 * 100vw / 1280);
  }
  .bgs-box__body .bgs-box__text {
    font-size: calc( 16 * 100vw / 1280);
  }
  .bgs-merit-layout > .merit_image {
    width: 60vw;
  }
  .bgs-merit-layout .merit_lead > img {
    width: 24vw;
    max-height: none;
  }
  .bgs-merit-layout > .merit_head p {
    font-size: calc( 16 * 100vw / 1280);
  }
  .bgs-heading-v2__badge__text {
    font-size: calc( 16 * 100vw / 1280);
  }
}
@media screen and (min-width: 768px) and (max-width: 1280px) {
  .bgs-heading-v2__badge {
    padding: .3em 1em .1em;
  }
  .bgs-media_head {
    width: calc((790 / 1280)* 100vw);
  }
}
@media screen and (min-width: 768px) and (max-width: 960px) {
  .bgs-heading-v2__badge {
    padding: .45em 1em .1em;
  }
}
@media screen and (min-width: 768px) and (max-width: 860px) {
  .bgs-merit-layout .merit_lead > img {
    max-width: 100%;
  }
}
/***
@media screen and (min-width: 768px) and (max-width: 1080px) {
}
@media screen and (min-width: 768px) and (max-width: 960px) {
}
@media screen and (min-width: 1921px) {
}
@media screen and (min-width: 768px) and (max-width: 1920px) {
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
}
***/


/* ======================================================
 * SP
====================================================== */
@media only screen and (max-width: 767px) {
  /* ------------------------------------------------------
   * Override
  ------------------------------------------------------ */
  .heading-lv1.ec-heading > .heading_title {
    font-family: "Noto Sans CJK JP", "Noto Sans", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  }
  
  /* ------------------------------------------------------
   * Page Component
  ------------------------------------------------------ */
  /* ----- ec-button ----- */
  .ec-heading {
    position: relative;
    padding-right: 80px;
  }
  .heading-ec-button {
    position: absolute;
    display: inline-block;
    width: 70px;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
  }
  .ec-button {
    margin-top: 17px;
    text-align: center;
  }
  .ec-button_link {
    display: inline-block;
    padding: 2px 19px;
    background-color: #fff;
    border: 2px solid #418fde;
    border-radius: 5px;
    color: #418fde!important;
    font-weight: bold;
    font-size: 1.4rem;
    font-family: "Noto Sans CJK JP", "Noto Sans", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  }
  .table-ec {
    display: flex;
    align-items: center;
    flex-flow: row wrap;
  }
  .table-ec-button {
    display: inline-block;
    max-width: 120px;
    min-width: 65px;
    margin-top: 5px;
    margin-left: 10px;
    padding: 0;
    vertical-align: middle;
  }
  .table-ec-button_link {
    display: inline-block;
    border: 2px solid #418fde;
    border-radius: 5px;
    padding: 3px 15px;
    color: #418fde;
    font-weight: bold;
    font-size: 1.4rem;
    font-family: "Noto Sans CJK JP", "Noto Sans", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  }
  
  /* ----- bgs-hero ----- */
  .bgs-hero {
    margin-left: -15px;
    margin-right: -15px;
  }
  .bgs-hero + *,
  .bgs-hero + section > *:first-child {
    margin-top: 2.8em;
  }
  .bgs-hero > .hero_image > img {
    width: 100%;
  }
  .bgs-hero > .hero_detail {
    width: 100%;
  }
  .bgs-hero .hero_date {
    position: absolute;
    bottom: 20.5%;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    font-family: "Noto Sans CJK JP", "Noto Sans", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-size: 1.3rem;
    text-align: center;
    text-shadow: 0 0 10px rgba(255,255,255,.84), 0 0 10px rgba(255,255,255,.84), 0 0 10px rgba(255,255,255,.84), 0 0 10px rgba(255,255,255,.84);
  }
  .bgs-hero .hero_lead {
    margin: 0 auto;
    text-align: center;
  }
  
   /* ----- bgs-heading ----- */
  .bgs-heading {
    margin-top: 2.4em;
    margin-bottom: 1.65em;
    line-height: 1.3;
  }
  .bgs-heading .heading_title {
    padding-bottom: 8px;
    font-weight: bold;
    font-size: 2.3rem;
    background: linear-gradient(0deg, rgba(238, 220, 188, 1) 0%, rgba(238, 220, 188, 1) 29%, rgba(255, 255, 255, 0) 29%, rgba(255, 255, 255, 0) 100%);
    font-family: "Noto Sans CJK JP", "Noto Sans", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  }
  .bgs-heading + * {
    margin-top: 0 !important;
  }
  
  /* ----- bgs-heading-v2 ----- */
  .bgs-heading-v2 {
    margin: 1.8em 0 1.5em;
    padding-bottom: 8px;
    border-bottom: 1px solid #ddd;
    font-family: "Noto Sans CJK JP", "Noto Sans", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  }
  .bgs-heading-v2__inner {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column-reverse;
  }
  .bgs-heading-v2__title {
    margin-top: .4em;
    font-size: 1.8rem;
    font-weight: 700;
    line-height: 1.3;
  }
  .bgs-heading-v2__badge-wrap {
    display: flex;
  }
  .bgs-heading-v2__badge {
    height: 18px;
    padding: 2px 5px;
  }
  .bgs-heading-v2__badge__text {
    display: flex;
    color: #fff;
    font-size: 1.0rem;
    font-weight: 700;
    line-height: 1.3;
  }
  .bgs-heading-v2__icon {
    max-height: 18px;
    margin-left: 8px;
  }
  .bgs-heading-v2__icon img {
    max-width: 33px;
  }
  .bgs-heading-v2 + .column-media {
    margin-top: 1.5em;
  }
  
  /* ----- bgs-media ----- */
  .bgs-media {
    margin-top: 2.5em;
    display: flex;
    flex-direction: column-reverse;
  }
  .bgs-media + .bgs-media {
    margin-top: 1.5em;
  }
  .bgs-media_head {
    width: 100%;
    margin-top: 1em;
  }
  .bgs-media_lead {
    font-weight: bold;
    font-size: 2.0rem;
    padding-left: calc(0.7em + 10px);
    position: relative;
  }
  .bgs-media_lead_mark {
    position: absolute;
    top: 0;
    left: 0;
  }
  .bgs-media_text {
    margin-top: 0.3em;
    font-size: 1.4rem;
    line-height: 1.6;
  }
  
  /* ----- bgs-column ----- */
  #main .heading-lv4 .bgs-column {
    margin-top: 1em;
  }
  .bgs-column {
    display: flex;
    width: 100%;
    column-gap: 15px;
  }
  .bgs-column + .bgs-column {
    margin-top: 1.75em!important;
  }
  .bgs-column > .bgs-column_item > section > *:only-child {
    margin-bottom: 0;
  }
  .bgs-column_image_caption {
    margin-top: 7px;
    font-weight: bold;
    font-size: 1.2rem;
  }
  
  /* ----- bgs-figure ----- */
  .bgs-figure-wrap {
    margin-top: 2.1em;
  }
  .bgs-figure_title {
    font-size: 1.4rem;
    font-weight: bold;
  }
  .bgs-figure_title + * {
    margin-top: 1em;
  }
  .bgs-figure > a {
    display: block;
    width: 100%;
    max-width: 345px;
  }
  .bgs-figure_frame {
    position: relative;
  }
  .bgs-figure_frame::before {
    content: "";
    position: absolute;
    bottom: 6px;
    right: 7px;
    width: 14px;
    height: 14px;
    background-color: #418fde;
  }
  .bgs-figure_frame::after {
    content: "";
    position: absolute;
    bottom: 10px;
    right: 12px;
    width: 5px;
    height: 5px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    transform: rotate(45deg);
  }
  /* ------------------------------------------------------
   * Clearfix
  ------------------------------------------------------ */
  .clearfix::after {
    display: block;
    clear: both;
    content: "";
  }
}


/* ======================================================
 * SP Media Queries
====================================================== */
/***
@media only screen and (min-width: 320px) and (max-width: 767px) {
}
@media only screen and (max-width: 736px) {
}
@media only screen and (max-width: 667px) {
}
@media only screen and (max-width: 640px) {
}
@media only screen and (max-width: 568px) {
}

@media only screen and (max-width: 375px) {
}
***/
@media only screen and (min-width: 480px) and (max-width: 767px) {
}
@media only screen and (max-width: 374px) {
}
@media only screen and (max-width: 370px) {
  .table-ec {
    flex-flow: column;
    align-items: baseline;
  }
  .table-ec-button {
    margin-left: 0;
    margin-top: 5px;
  }
}
@media only screen and (max-width: 349px) {
  .pageGuide {
    padding-bottom: 65px !important;
  }
}



/* ======================================================
 * Print
====================================================== */
@media print {
}