@charset "UTF-8";
/* =================================================
    .bl_fv
=================================================== */
.bl_fv {
  position: relative;
}
.bl_fv .bl_fv_slideWrap {
  position: relative;
  width: 5488px;
  height: 335px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .bl_fv .bl_fv_slideWrap {
    width: 8960px;
    height: 550px;
  }
}
.bl_fv .bl_fv_slide {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-animation-name: scrolltext2;
          animation-name: scrolltext2;
  -webkit-animation-duration: 50s;
          animation-duration: 50s;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both; /* アニメーション開始前・終了後の挙動 */
}
.bl_fv .bl_fv_slide > div {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 323px;
          flex: 0 0 323px;
  margin-right: 20px;
}
@media screen and (min-width: 768px) {
  .bl_fv .bl_fv_slide > div {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 530px;
            flex: 0 0 530px;
    margin-right: 30px;
  }
}
.bl_fv .bl_fv_slide .ly_grid_a {
  display: grid;
  height: 100%;
  margin-right: 20px;
  gap: 20px;
}
@media screen and (min-width: 768px) {
  .bl_fv .bl_fv_slide .ly_grid_a {
    gap: 30px;
    margin-right: 30px;
  }
}
.bl_fv .bl_fv_slide .ly_grid_a .el_slide:first-of-type {
  grid-row: 1/2;
  grid-column: 1/2;
}
.bl_fv .bl_fv_slide .ly_grid_a .el_slide:nth-of-type(2) {
  grid-row: 1/2;
  grid-column: 2/3;
}
.bl_fv .bl_fv_slide .ly_grid_a .el_slide:nth-of-type(3) {
  grid-row: 2/3;
  grid-column: 1/3;
}
.bl_fv .bl_fv_slide .ly_grid_b {
  display: grid;
  gap: 20px;
}
@media screen and (min-width: 768px) {
  .bl_fv .bl_fv_slide .ly_grid_b {
    gap: 30px;
  }
}
.bl_fv .bl_fv_slide .ly_grid_b .el_slide:first-of-type {
  grid-row: 1/2;
  grid-column: 1/3;
}
.bl_fv .bl_fv_slide .ly_grid_b .el_slide:nth-of-type(2) {
  grid-row: 2/3;
  grid-column: 1/2;
}
.bl_fv .bl_fv_slide .ly_grid_b .el_slide:nth-of-type(3) {
  grid-row: 2/3;
  grid-column: 2/3;
}
.bl_fv .bl_fv_slide .el_slide {
  width: auto;
  height: 100%;
  position: relative;
  overflow: hidden;
  border-radius: 7px;
}
.bl_fv .bl_fv_slide .el_slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.bl_fv .bl_fv_slide .el_slide::before {
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(156, 192, 254, 0.2);
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (min-width: 768px) {
  .bl_fv .bl_fv_catch {
    position: relative;
  }
}
.bl_fv .bl_fv_catch .el_mainCatch {
  position: absolute;
  top: 110px;
  left: 46px;
  width: 134px;
  height: auto;
  background: #fefdfc;
  padding-top: 20px;
  padding-bottom: 20px;
  z-index: 20;
}
@media screen and (min-width: 768px) {
  .bl_fv .bl_fv_catch .el_mainCatch {
    top: -200px;
    left: 31px;
    width: 150px;
  }
}
@media screen and (min-width: 1024px) {
  .bl_fv .bl_fv_catch .el_mainCatch {
    top: -200px;
    left: 31px;
    width: 220px;
    padding-top: 36px;
    padding-bottom: 0;
  }
}
.bl_fv .bl_fv_catch .el_mainCatch h1 {
  width: 63px;
  height: auto;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .bl_fv .bl_fv_catch .el_mainCatch h1 {
    width: 106px;
    height: auto;
  }
}
.bl_fv .bl_fv_catch .el_cont {
  padding-top: 60px;
}
@media screen and (min-width: 768px) {
  .bl_fv .bl_fv_catch .el_cont {
    margin-left: 26.5%;
    padding-top: 75px;
  }
}
.bl_fv .bl_fv_catch .el_cont h2 {
  font-family: "Klee One", cursive;
  font-size: 28px;
  font-size: 2.8rem;
  line-height: 1.6428571429;
  letter-spacing: 0.01em;
}
@media screen and (min-width: 1025px) {
  .bl_fv .bl_fv_catch .el_cont h2 {
    font-size: 30px;
    font-size: 3rem;
    line-height: 3;
    letter-spacing: 0.1em;
  }
}
.bl_fv .bl_fv_catch .el_cont p {
  margin-top: 14px;
  line-height: 2;
  letter-spacing: 0.1em;
  text-align: justify;
}
@media screen and (min-width: 1025px) {
  .bl_fv .bl_fv_catch .el_cont p {
    margin-top: 0;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 2.375;
    letter-spacing: 0.1em;
  }
}
.bl_fv .bl_fv_catch .el_cont .el_btnWrap {
  margin-top: 30px;
  line-height: 1;
  text-align: center;
}
@media screen and (min-width: 1025px) {
  .bl_fv .bl_fv_catch .el_cont .el_btnWrap {
    margin-top: 45px;
    text-align: left;
  }
}

@-webkit-keyframes scrolltext2 {
  0% {
    -webkit-transform: translate(calc(0% - 241.5px), 0%);
            transform: translate(calc(0% - 241.5px), 0%);
  }
  100% {
    -webkit-transform: translate(calc(-100% - 241.5px), 0%);
            transform: translate(calc(-100% - 241.5px), 0%);
  }
}

@keyframes scrolltext2 {
  0% {
    -webkit-transform: translate(calc(0% - 241.5px), 0%);
            transform: translate(calc(0% - 241.5px), 0%);
  }
  100% {
    -webkit-transform: translate(calc(-100% - 241.5px), 0%);
            transform: translate(calc(-100% - 241.5px), 0%);
  }
}
/* =================================================
    .bl_topAbout
=================================================== */
.bl_topAbout {
  position: relative;
  z-index: 1;
  padding-top: 70px;
  padding-bottom: 55px;
}
@media screen and (min-width: 1025px) {
  .bl_topAbout {
    padding-top: 148px;
    padding-bottom: 90px;
  }
}
.bl_topAbout::after {
  content: "";
  display: block;
  width: 100%;
  height: 66%;
  background: url(../images/top/bkg_facility_sp.jpg) no-repeat center bottom/cover;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
}
@media screen and (min-width: 1025px) {
  .bl_topAbout::after {
    height: 505px;
    background: url(../images/top/bkg_facility.jpg) no-repeat center bottom/cover;
    position: absolute;
  }
}
@media screen and (min-width: 1025px) {
  .bl_topAbout .ly_sec_inner {
    max-width: 1460px;
  }
}
.bl_topAbout h2 {
  font-size: 28px;
  font-size: 2.8rem;
  text-align: center;
  line-height: 1;
  letter-spacing: 0.15em;
  font-weight: 500;
}
@media screen and (min-width: 1025px) {
  .bl_topAbout h2 {
    font-size: 35px;
    font-size: 3.5rem;
    line-height: 0.8571428571;
    letter-spacing: 0.15em;
  }
}
.bl_topAbout h2 span {
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-top: 4px;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-size: 1.4rem;
  color: #ea8300;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 1025px) {
  .bl_topAbout h2 span {
    margin-top: 23px;
  }
}
.bl_topAbout ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
  margin-top: 30px;
}
@media screen and (min-width: 1024px) {
  .bl_topAbout ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 40px;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    margin-top: 54px;
  }
}
.bl_topAbout ul li {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 440px;
  -webkit-box-shadow: 0 0 10px rgba(0, 53, 33, 0.2);
          box-shadow: 0 0 10px rgba(0, 53, 33, 0.2);
  border-radius: 25px;
  overflow: hidden;
  background: #fff;
}
@media screen and (min-width: 1024px) {
  .bl_topAbout ul li {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc((100% - 80px) / 3);
            flex: 0 0 calc((100% - 80px) / 3);
  }
}
.bl_topAbout ul li a {
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
  color: #473e2e;
  gap: 20px;
}
.bl_topAbout ul li .el_img {
  position: relative;
}
.bl_topAbout ul li .el_img::before {
  content: "";
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  height: 100%;
  background: rgba(156, 192, 254, 0.2);
  position: absolute;
  top: 0;
  left: 0;
}
.bl_topAbout ul li .el_img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.bl_topAbout ul li .el_cont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  gap: 20px;
  text-align: center;
  padding: 20px;
}
@media screen and (min-width: 1025px) {
  .bl_topAbout ul li .el_cont {
    padding-bottom: 45px;
  }
}
.bl_topAbout ul li .el_cont h3 {
  font-size: 20px;
  font-size: 2rem;
  letter-spacing: 0.025em;
  line-height: 1.5;
  font-weight: 500;
}
@media screen and (min-width: 1025px) {
  .bl_topAbout ul li .el_cont h3 {
    font-size: 27px;
    font-size: 2.7rem;
    line-height: 1.4814814815;
    letter-spacing: 0.05em;
  }
}
@media screen and (min-width: 1025px) {
  .bl_topAbout ul li .el_cont p {
    margin-bottom: 40px;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.75;
    letter-spacing: 0.05em;
  }
}
@media screen and (min-width: 768px) {
  .bl_topAbout ul li .el_cont p br {
    display: none;
  }
}
.bl_topAbout ul li .el_cont .el_link {
  display: inline-block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding-bottom: 4px;
  margin: auto auto 0;
  border-bottom: 1px solid #473e2e;
}
.bl_topAbout ul li .el_cont .el_link::after {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  background: url(../images/common/arw_r__orange.svg) no-repeat center center/contain;
  margin-left: 10px;
}

/* =================================================
    .bl_topTopics
=================================================== */
.bl_topTopics {
  position: relative;
  z-index: 1;
  background: #fefdfc;
}
.bl_topTopics .ly_sec_inner {
  padding-top: 40px;
  padding-bottom: 32px;
}
@media screen and (min-width: 1025px) {
  .bl_topTopics .ly_sec_inner {
    padding-top: 88px;
    padding-bottom: 92px;
  }
}
.bl_topTopics .bl_topTopics_header {
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -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;
}
.bl_topTopics .bl_topTopics_header h2 {
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 1;
  font-weight: 500;
}
@media screen and (min-width: 1025px) {
  .bl_topTopics .bl_topTopics_header h2 {
    font-size: 28px;
    font-size: 2.8rem;
    line-height: 1;
    letter-spacing: 0.025em;
  }
}
.bl_topTopics .el_btnWrap {
  line-height: 1;
  text-align: right;
}
.bl_topTopics .bl_topTopics_listWrap {
  margin-top: 30px;
}
@media screen and (min-width: 1025px) {
  .bl_topTopics .bl_topTopics_listWrap {
    margin-top: 21px;
  }
}
.bl_topTopics .bl_topTopics_listWrap li {
  position: relative;
  margin-bottom: 24px;
}
@media screen and (min-width: 768px) {
  .bl_topTopics .bl_topTopics_listWrap li {
    margin-bottom: 0;
  }
}
.bl_topTopics .bl_topTopics_listWrap li:last-of-type {
  margin-bottom: 0;
}
.bl_topTopics .bl_topTopics_listWrap li a {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  height: 100%;
  padding-top: 18px;
  padding-bottom: 18px;
  color: #473e2e;
  line-height: 2;
  letter-spacing: 0.05em;
  font-size: 15px;
  font-size: 1.5rem;
  font-size: clamp(12px, 4vw, 15px);
  line-height: 2.1333333333;
}
@media screen and (min-width: 1025px) {
  .bl_topTopics .bl_topTopics_listWrap li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -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: 36px;
    padding-top: 16px;
    padding-bottom: 16px;
    line-height: 1.6;
  }
}
.bl_topTopics .bl_topTopics_listWrap li time {
  display: inline-block;
  margin-bottom: 14px;
  font-family: "Inter", sans-serif;
  letter-spacing: 0.025em;
  line-height: 1;
}
@media screen and (min-width: 1025px) {
  .bl_topTopics .bl_topTopics_listWrap li time {
    margin-bottom: 0;
    line-height: 1.6;
  }
}
.bl_topTopics .bl_topTopics_listWrap li p {
  line-height: 1.6;
}
@media screen and (min-width: 1025px) {
  .bl_topTopics .bl_topTopics_listWrap li p {
    display: inline-block;
  }
}

/* =================================================
    .bl_banner
=================================================== */
.bl_banner {
  padding-bottom: 40px;
  background: #fefdfc;
  text-align: center;
}
@media screen and (min-width: 1025px) {
  .bl_banner {
    padding-bottom: 122px;
  }
}
.bl_banner img {
  width: 100%;
  max-width: 407px;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .bl_banner img {
    max-width: 1200px;
  }
}

/* =================================================
    .bl_pageheader
=================================================== */
.page_editor .bl_pageheader {
  background: none;
}

.bl_pageheader {
  position: relative;
  width: 100%;
  height: 100px;
  overflow: hidden;
  background: url(../images/header/page_header_sp.jpg) no-repeat center center/cover;
}
@media screen and (min-width: 768px) {
  .bl_pageheader {
    aspect-ratio: auto;
    height: 290px;
    background: url(../images/header/page_header.jpg) no-repeat center center/cover;
  }
}
.bl_pageheader h1 {
  display: inline-block;
  width: 89.3333333333%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  font-family: "Klee One", cursive;
  font-size: 26px;
  font-size: 2.6rem;
  font-size: clamp(20.8px, 6.9333333333vw, 26px);
  line-height: 1.3;
  letter-spacing: 0.15em;
  text-align: center;
  color: #473e2e;
}
@media screen and (min-width: 768px) {
  .bl_pageheader h1 {
    font-size: 42px;
    font-size: 4.2rem;
    font-size: clamp(33.6px, 2.1875vw, 42px);
    letter-spacing: 0.15em;
  }
}

/* =================================================
    .bl_page
=================================================== */
.bl_page {
  padding-top: 20px;
  padding-bottom: 40px;
}
@media screen and (min-width: 1025px) {
  .bl_page {
    padding-top: 20px;
    padding-bottom: 120px;
  }
}

/* =================================================
    .bl_archiveTopics
=================================================== */
.bl_archiveTopics {
  position: relative;
  z-index: 1;
  background: #fefdfc;
}
.bl_archiveTopics .ly_sec_inner {
  padding-top: 10px;
  padding-bottom: 40px;
}
@media screen and (min-width: 1025px) {
  .bl_archiveTopics .ly_sec_inner {
    padding-top: 20px;
    padding-bottom: 120px;
  }
}
.bl_archiveTopics .bl_topTopics_listWrap {
  margin-top: 30px;
}
.bl_archiveTopics .bl_topTopics_listWrap li {
  position: relative;
  margin-bottom: 24px;
}
@media screen and (min-width: 768px) {
  .bl_archiveTopics .bl_topTopics_listWrap li {
    margin-bottom: 0;
  }
}
.bl_archiveTopics .bl_topTopics_listWrap li:last-of-type {
  margin-bottom: 0;
}
.bl_archiveTopics .bl_topTopics_listWrap li a {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  height: 100%;
  padding-top: 18px;
  padding-bottom: 18px;
  color: #473e2e;
  line-height: 2;
  letter-spacing: 0.05em;
  font-size: 15px;
  font-size: 1.5rem;
  font-size: clamp(12px, 4vw, 15px);
  line-height: 2.1333333333;
}
@media screen and (min-width: 1025px) {
  .bl_archiveTopics .bl_topTopics_listWrap li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -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: 36px;
    padding-top: 16px;
    padding-bottom: 16px;
    line-height: 1.6;
  }
}
.bl_archiveTopics .bl_topTopics_listWrap li time {
  display: inline-block;
  margin-bottom: 14px;
  font-family: "Inter", sans-serif;
  letter-spacing: 0.025em;
  line-height: 1;
}
@media screen and (min-width: 1025px) {
  .bl_archiveTopics .bl_topTopics_listWrap li time {
    margin-bottom: 0;
    line-height: 1.6;
  }
}
.bl_archiveTopics .bl_topTopics_listWrap li p {
  line-height: 1.6;
}
@media screen and (min-width: 1025px) {
  .bl_archiveTopics .bl_topTopics_listWrap li p {
    display: inline-block;
  }
}
.bl_archiveTopics .bl_pagenation {
  margin-top: 56px;
}
@media screen and (min-width: 1025px) {
  .bl_archiveTopics .bl_pagenation {
    margin-top: 40px;
  }
}

/* =================================================
    .bl_single
=================================================== */
.bl_single {
  padding-top: 20px;
  padding-bottom: 30px;
}
@media screen and (min-width: 768px) {
  .bl_single {
    padding-top: 20px;
    padding-bottom: 110px;
  }
}
@media screen and (min-width: 1025px) {
  .bl_single .bl_single_header {
    margin-bottom: 20px;
  }
}
.bl_single .ly_sec_inner time {
  display: inline-block;
  margin-right: 10px;
  font-family: "Inter", sans-serif;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 1.6666666667;
  letter-spacing: 0.05em;
}
.bl_single .bl_btnWrap {
  margin-top: 35px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .bl_single .bl_btnWrap {
    margin-top: 60px;
  }
}

/* =================================================
    .bl_sitemap
=================================================== */
.bl_sitemap_list {
  margin-bottom: 40px;
}
@media screen and (min-width: 1025px) {
  .bl_sitemap_list {
    margin-top: -40px;
    margin-bottom: 120px;
  }
}
.bl_sitemap_list > li {
  border-bottom: 1px solid #a39f96;
}
@media screen and (min-width: 1025px) {
  .bl_sitemap_list > li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
.bl_sitemap_list > li > a {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 24px 28px;
  font-weight: 700;
  color: #473e2e;
  font-size: 20px;
  font-size: 2rem;
  line-height: 1.5;
  letter-spacing: 0em;
}
@media screen and (min-width: 1025px) {
  .bl_sitemap_list > li > a {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 28.3333333333%;
            flex: 0 0 28.3333333333%;
    padding: 14px 28px;
  }
}
.bl_sitemap_list > li > ul {
  margin-bottom: 20px;
  padding-left: 34px;
}
@media screen and (min-width: 1025px) {
  .bl_sitemap_list > li > ul {
    margin-bottom: 0;
  }
}
.bl_sitemap_list > li > ul > li {
  margin-bottom: 12px;
}
@media screen and (min-width: 768px) {
  .bl_sitemap_list > li > ul > li {
    display: inline-block;
    margin-right: 20px;
  }
}
.bl_sitemap_list > li > ul > li:last-of-type {
  margin-bottom: 0;
}
.bl_sitemap_list > li > ul > li > a {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-left: 30px;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 1.6;
  font-weight: 400;
  color: #473e2e;
  text-decoration: underline;
}
.bl_sitemap_list > li > ul > li > a::before {
  content: "";
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 11px;
  height: 11px;
  background: url(../images/common/arw_r__orange.svg) no-repeat center center/contain;
  position: absolute;
  top: 6px;
  left: 5px;
}

/* =================================================
    .bl_pageContact
=================================================== */
.bl_pageContact {
  padding-top: 10px;
  padding-bottom: 40px;
}
@media screen and (min-width: 1025px) {
  .bl_pageContact {
    padding-top: 20px;
    padding-bottom: 120px;
  }
}
@media screen and (min-width: 1025px) {
  .bl_pageContact .ly_sec_inner {
    padding: 0 5%;
  }
}
@media screen and (min-width: 1280px) {
  .bl_pageContact .ly_sec_inner {
    padding: 0 100px;
  }
}
.bl_pageContact .ly_sec_inner h3 {
  margin-top: 0;
}

/* =================================================
    .記事詳細ページ 
=================================================== */
.bl_post pre {
  font-family: "Noto Sans JP", sans-serif;
}
.bl_post .txt_aliginLeft {
  text-align: left !important;
}
.bl_post .txt_aliginRight {
  text-align: right !important;
}
.bl_post .txt_aliginCenter {
  text-align: center !important;
}
.bl_post .block_alignLeft {
  display: block;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .bl_post .block_alignLeft {
    margin: 0;
  }
}
.bl_post .block_alignRight {
  display: block;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .bl_post .block_alignRight {
    margin: 0;
    margin-left: auto;
  }
}
.bl_post .block_alignCenter {
  margin: 0 auto;
}
.bl_post .el_postjumpNavi {
  margin-bottom: 30px;
}
@media screen and (min-width: 1025px) {
  .bl_post .el_postjumpNavi {
    margin-bottom: 40px;
    text-align: center;
  }
}
.bl_post .el_postjumpNavi li {
  display: inline-block;
  margin-bottom: 10px;
  margin-right: 16px;
  border-bottom: 1px solid #473e2e;
}
@media screen and (min-width: 1025px) {
  .bl_post .el_postjumpNavi li {
    display: inline-block;
    margin-bottom: 20px;
  }
}
.bl_post .el_postjumpNavi li a {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-left: 23px;
  padding-bottom: 10px;
  color: #473e2e;
  text-decoration: none !important;
  line-height: 1.6;
  letter-spacing: 0.075em;
}
.bl_post .el_postjumpNavi li a::before {
  content: "";
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 11px;
  height: 11px;
  background: url(../images/common/navi_arrow_btm.svg) no-repeat center center/contain;
  position: absolute;
  top: 10px;
  left: 0;
}
.bl_post h2:not(.el_singleTtl):not(.el_topSecTtl) {
  position: relative;
  padding-bottom: 20px;
  margin-bottom: 25px;
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 1.3333333333;
  letter-spacing: 0.15em;
  color: #473e2e;
  text-align: center;
  font-weight: 500;
}
@media screen and (min-width: 1025px) {
  .bl_post h2:not(.el_singleTtl):not(.el_topSecTtl) {
    margin-bottom: 30px;
    font-size: 36px;
    font-size: 3.6rem;
    line-height: 1.3333333333;
    letter-spacing: 0.15em;
  }
}
.bl_post h2:not(.el_singleTtl):not(.el_topSecTtl)::after {
  content: "";
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 40px;
  height: 4px;
  background: #ea8300;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.bl_post * + h2:not(.el_singleTtl):not(.el_topSecTtl) {
  margin-top: 45px;
}
@media screen and (min-width: 1025px) {
  .bl_post * + h2:not(.el_singleTtl):not(.el_topSecTtl) {
    margin-top: 48px;
  }
}
.bl_post h3,
.bl_post .el_singleTtl {
  position: relative;
  padding: 8px 32px;
  margin-top: 10px;
  margin-bottom: 14px;
  background: #edecea;
  font-size: 21px;
  font-size: 2.1rem;
  line-height: 1.5238095238;
  letter-spacing: 0.025em;
  color: #473e2e;
  font-weight: 500;
}
@media screen and (min-width: 1025px) {
  .bl_post h3,
  .bl_post .el_singleTtl {
    padding: 12px 32px;
    margin-top: 10px;
    margin-bottom: 20px;
    font-size: 23px;
    font-size: 2.3rem;
    line-height: 1.3913043478;
    letter-spacing: 0.05em;
  }
}
.bl_post h3::after,
.bl_post .el_singleTtl::after {
  content: "";
  display: block;
  width: 20px;
  height: 4px;
  background: #ea8300;
  position: absolute;
  top: 50%;
  left: 0px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 1;
}
.bl_post * + h3 {
  margin-top: 45px;
}
.bl_post h4 {
  position: relative;
  padding-bottom: 6px;
  margin-top: 35px;
  margin-bottom: 18px;
  font-size: 19px;
  font-size: 1.9rem;
  line-height: 1.5789473684;
  letter-spacing: 0.025em;
  color: #473e2e;
  font-weight: 500;
}
.bl_post h4::before {
  content: "";
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 136px;
  height: 2px;
  background: #ea8300;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
}
.bl_post h4::after {
  content: "";
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  height: 2px;
  background: #dad8d5;
  position: absolute;
  bottom: 0;
  left: 0;
}
@media screen and (min-width: 1025px) {
  .bl_post h4 {
    padding-bottom: 9px;
    margin-top: 34px;
    margin-bottom: 12px;
    font-size: 22px;
    font-size: 2.2rem;
    line-height: 1.3636363636;
    letter-spacing: 0.05em;
  }
}
.bl_post h5 {
  margin-top: 25px;
  margin-bottom: 6px;
  color: #473e2e;
  font-weight: 500;
  font-size: 17px;
  font-size: 1.7rem;
  line-height: 1.7647058824;
  letter-spacing: 0em;
}
@media screen and (min-width: 1025px) {
  .bl_post h5 {
    margin-bottom: 6px;
  }
}
.bl_post p {
  margin-bottom: 25px;
  text-align: left;
  line-height: 1.8666666667;
}
.bl_post .el_postLead {
  margin-top: 20px;
  font-size: 20px;
  font-size: 2rem;
  line-height: 1.4;
  letter-spacing: 0em;
  font-weight: 500;
}
@media screen and (min-width: 1025px) {
  .bl_post .el_postLead {
    font-size: 23px;
    font-size: 2.3rem;
    line-height: 1.3913043478;
    letter-spacing: 0.05em;
  }
}
.bl_post strong {
  font-weight: 700;
}
.bl_post a:not(.el_linkBtn):not(.el_postjumpNavi a):not(.el_tableofcontents a):not(.el_figureFlex a) {
  text-decoration: underline;
  color: #0087c9;
}
.bl_post a:not(.el_linkBtn):not(.el_postjumpNavi a):not(.el_tableofcontents a):not(.el_figureFlex a):visited {
  color: #302aa1;
}
@media screen and (min-width: 1025px) {
  .bl_post a:not(.el_linkBtn):not(.el_postjumpNavi a):not(.el_tableofcontents a):not(.el_figureFlex a):hover {
    text-decoration: none;
  }
}
.bl_post iframe {
  max-width: 100%;
  display: block;
}
.bl_post ul:not(.el_postjumpNavi):not(.el_tableofcontents):not(.el_tableofcontents ul) {
  padding-left: 2px;
  margin-top: 25px;
  margin-bottom: 25px;
}
@media screen and (min-width: 1025px) {
  .bl_post ul:not(.el_postjumpNavi):not(.el_tableofcontents):not(.el_tableofcontents ul) {
    padding-left: 13px;
    margin-top: 30px;
    margin-bottom: 30px;
  }
}
.bl_post ul:not(.el_postjumpNavi):not(.el_tableofcontents):not(.el_tableofcontents ul)::last-of-type {
  margin-bottom: 0;
}
.bl_post ul:not(.el_postjumpNavi):not(.el_tableofcontents):not(.el_tableofcontents ul) li {
  position: relative;
  margin-bottom: 11px;
  padding-left: 25px;
  color: #473e2e;
  line-height: 1.6;
}
@media screen and (min-width: 1025px) {
  .bl_post ul:not(.el_postjumpNavi):not(.el_tableofcontents):not(.el_tableofcontents ul) li {
    padding-left: 27px;
    margin-bottom: 13px;
  }
}
.bl_post ul:not(.el_postjumpNavi):not(.el_tableofcontents):not(.el_tableofcontents ul) li:last-of-type {
  margin-bottom: 0;
}
.bl_post ul:not(.el_postjumpNavi):not(.el_tableofcontents):not(.el_tableofcontents ul) li::before {
  display: block;
  position: absolute;
  top: 8px;
  left: 5px;
  content: "";
  width: 10px;
  height: 10px;
  background: #c8c5c0;
  border-radius: 100vh;
}
.bl_post ol:not(.el_flow):not(.el_flowNo) {
  list-style-type: none;
  counter-reset: cnt;
  padding-left: 5px;
  margin-bottom: 38px;
}
@media screen and (min-width: 1025px) {
  .bl_post ol:not(.el_flow):not(.el_flowNo) {
    padding-left: 14px;
    margin-bottom: 30px;
  }
}
.bl_post ol:not(.el_flow):not(.el_flowNo) li {
  position: relative;
  counter-increment: cnt;
  padding-left: 23px;
  margin-bottom: 13px;
  color: #473e2e;
  line-height: 1.6;
}
@media screen and (min-width: 1025px) {
  .bl_post ol:not(.el_flow):not(.el_flowNo) li {
    padding-left: 25px;
  }
}
.bl_post ol:not(.el_flow):not(.el_flowNo) li:last-of-type {
  margin-bottom: 0;
}
.bl_post ol:not(.el_flow):not(.el_flowNo) li:before {
  content: counter(cnt);
  display: inline-block;
  margin-left: -17px;
  width: 2em;
  text-align: right;
  position: absolute;
  top: 0;
  left: 0;
}
.bl_post table:not(table.el_table_responsive):not(table.tbl_scroll) {
  width: 100% !important;
}
.bl_post table th p:last-of-type,
.bl_post table th ul:last-of-type,
.bl_post table th ol:last-of-type,
.bl_post table th img:last-of-type,
.bl_post table th figure:last-of-type,
.bl_post table th ol:not(.el_flow):not(.el_flowNo):last-of-type,
.bl_post table th ul:not(.el_postjumpNavi):not(.el_tableofcontents):not(.el_tableofcontents ul):last-of-type,
.bl_post table td p:last-of-type,
.bl_post table td ul:last-of-type,
.bl_post table td ol:last-of-type,
.bl_post table td img:last-of-type,
.bl_post table td figure:last-of-type,
.bl_post table td ol:not(.el_flow):not(.el_flowNo):last-of-type,
.bl_post table td ul:not(.el_postjumpNavi):not(.el_tableofcontents):not(.el_tableofcontents ul):last-of-type {
  margin-bottom: 0;
}
.bl_post table {
  background: #fff;
  margin-bottom: 40px;
  border: 1px solid #a39f96;
  border-collapse: collapse;
}
@media screen and (min-width: 1025px) {
  .bl_post table {
    margin-bottom: 50px;
  }
}
.bl_post table th,
.bl_post table td {
  padding: 10px 20px;
  text-align: left;
  line-height: 1.6;
  letter-spacing: 0.05em;
}
.bl_post table td {
  vertical-align: top;
}
.bl_post table thead th {
  background: #ebccbf;
  border: 1px solid #a39f96;
  text-align: left;
  font-weight: 700;
  color: #473e2e;
  text-align: center;
}
.bl_post table tbody th {
  background: #f7f7f7;
  border: 1px solid #a39f96;
  color: #473e2e;
  font-weight: 500;
}
.bl_post table tbody td {
  background: #fff;
  border: 1px solid #a39f96;
}
.bl_post table tbody td:last-of-type {
  border-right: none;
}
.bl_post table.el_table_none {
  background: transparent !important;
  border: none !important;
}
.bl_post table.el_table_none th,
.bl_post table.el_table_none td {
  color: #473e2e;
  background: transparent;
  border: none !important;
}
.bl_post table.el_table_none tr {
  border: none !important;
}
.bl_post table.el_table_responsive {
  width: 100%;
}
.bl_post table.el_table_responsive th,
.bl_post table.el_table_responsive td {
  display: block;
  border: none;
}
@media screen and (min-width: 768px) {
  .bl_post table.el_table_responsive th,
  .bl_post table.el_table_responsive td {
    display: table-cell;
    border: 1px solid #a39f96;
  }
}
@media screen and (max-width: 767px) {
  .bl_post table.el_table_responsive th,
  .bl_post table.el_table_responsive td {
    width: 100% !important;
  }
}
.bl_post table.el_table_responsive th {
  border-bottom: 1px solid #a39f96;
}
.bl_post table.el_table_responsive td {
  vertical-align: top;
}
.bl_post table.el_table_responsive tr {
  border-bottom: 1px solid #a39f96;
}
@media screen and (min-width: 768px) {
  .bl_post table.el_table_responsive tr {
    border: none;
  }
}
.bl_post table.el_table_fix {
  table-layout: fixed !important;
}
.bl_post p + .bl_overflowSP {
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  .bl_post .bl_overflowSP {
    width: 100%;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: none;
    scrollbar-width: none;
  }
  .bl_post .bl_overflowSP table {
    max-width: 767px !important;
    width: 767px !important;
  }
  .bl_post .bl_overflowSP::before {
    content: "→スクロールできます。";
    display: inline-block;
    margin-bottom: 10px;
    line-height: 1;
  }
  .bl_post .bl_overflowSP::-webkit-scrollbar {
    display: none;
  }
}
.bl_post .el_tableofcontents {
  background: #fff;
  margin-bottom: 14px;
  border: 1px solid #f7ebe6;
  border-radius: 20px;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .bl_post .el_tableofcontents {
    display: inline-block;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: calc(49.9% - 37px);
    margin-right: 70px;
    vertical-align: text-top;
    margin-bottom: 40px;
  }
  .bl_post .el_tableofcontents:nth-of-type(2n) {
    margin-right: 0;
  }
}
.bl_post .el_tableofcontents .el_tableofcontents_ttl {
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  width: 100%;
  height: 100%;
  background: #f7ebe6;
  padding: 20px 17px 22px;
  font-size: 20px;
  font-size: 2rem;
  line-height: 1.4;
  letter-spacing: 0em;
  font-weight: 700;
  color: #473e2e;
}
@media screen and (min-width: 1025px) {
  .bl_post .el_tableofcontents .el_tableofcontents_ttl {
    height: auto;
    min-height: 94px;
    padding: 30px 30px;
  }
}
.bl_post .el_tableofcontents > li > a {
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  width: 100%;
  height: 100%;
}
.bl_post .el_tableofcontents > li > a .el_tableofcontents_ttl {
  padding-right: 70px;
}
@media screen and (min-width: 1025px) {
  .bl_post .el_tableofcontents > li > a .el_tableofcontents_ttl {
    padding-right: 105px;
  }
}
.bl_post .el_tableofcontents > li > a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 14px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 40px;
  height: 40px;
  border-radius: 40px;
  background: url(../images/common/icon/icon_tableofcontents_first.svg) no-repeat center center/contain;
}
@media screen and (min-width: 1025px) {
  .bl_post .el_tableofcontents > li > a::after {
    width: 55px;
    height: 55px;
    right: 26px;
  }
}
.bl_post .el_tableofcontents_lv2 {
  padding: 12px 18px 20px;
}
@media screen and (min-width: 1025px) {
  .bl_post .el_tableofcontents_lv2 {
    padding: 16px 35px 25px;
  }
}
.bl_post .el_tableofcontents_lv2 > li {
  position: relative;
  padding-left: 22px;
  margin-bottom: 15px;
  line-height: 1.6;
}
.bl_post .el_tableofcontents_lv2 > li:last-of-type {
  margin-bottom: 0;
}
.bl_post .el_tableofcontents_lv2 > li:not(.el_tableofcontents_hasChiled)::before {
  content: "";
  display: block;
  position: absolute;
  top: 7px;
  left: 0;
  width: 11px;
  height: 11px;
  background: url(../images/common/icon/icon_tableofcontents_list.svg) no-repeat center center/contain;
}
.bl_post .el_tableofcontents_lv2 > li > a {
  position: relative;
  color: #473e2e;
  text-decoration: underline !important;
}
@media screen and (min-width: 1025px) {
  .bl_post .el_tableofcontents_lv2 > li > a:hover {
    text-decoration: none !important;
  }
}
.bl_post .el_tableofcontents_lv2 > li.el_tableofcontents_hasChiled {
  display: grid;
  grid-template-areas: "icon list" "icon childlist";
  grid-template-columns: 24px 1fr;
  padding-left: 0;
  margin-bottom: 15px;
}
.bl_post .el_tableofcontents_lv2 > li.el_tableofcontents_hasChiled .el_btnToggle {
  grid-area: icon;
  display: block;
  width: 14px;
  height: 14px;
  -webkit-transform: translateY(8px);
          transform: translateY(8px);
  background: url(../images/common/icon/icon_tableofcontents_open.svg) no-repeat center/contain;
  text-align: center;
  cursor: pointer;
}
.bl_post .el_tableofcontents_lv2 > li.el_tableofcontents_hasChiled .el_btnToggle.is_open {
  background: url(../images/common/icon/icon_tableofcontents_close.svg) no-repeat center/contain;
}
.bl_post .el_tableofcontents_lv2 > li.el_tableofcontents_hasChiled > a {
  grid-area: list;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #473e2e;
  text-decoration: underline !important;
  cursor: pointer;
}
@media screen and (min-width: 1025px) {
  .bl_post .el_tableofcontents_lv2 > li.el_tableofcontents_hasChiled > a:hover {
    text-decoration: none !important;
  }
}
.bl_post .el_tableofcontents_lv2 > li.el_tableofcontents_hasChiled > ul {
  grid-area: childlist;
  display: none;
}
.bl_post .el_tableofcontents_lv2 > li.el_tableofcontents_hasChiled > ul li {
  position: relative;
  padding-left: 14px;
  margin-top: 12px;
}
.bl_post .el_tableofcontents_lv2 > li.el_tableofcontents_hasChiled > ul li::before {
  content: "-";
  display: inline-block;
  position: absolute;
  top: 1px;
  left: 0;
}
.bl_post .el_tableofcontents_lv2 > li.el_tableofcontents_hasChiled > ul li > a {
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #473e2e;
  text-decoration: underline !important;
}
.bl_post .el_linkBtn {
  position: relative;
  display: inline-block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: auto;
  padding: 17px 30px 17px;
  padding-right: 55px;
  margin-right: 10px;
  background: #fff;
  border: 1px solid #473e2e;
  border-radius: 30px;
  line-height: 1.6;
  color: #473e2e;
  text-decoration: none !important;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: left;
}
.bl_post .el_linkBtn:last-of-type {
  margin-right: 0;
}
@media screen and (min-width: 1025px) {
  .bl_post .el_linkBtn {
    padding: 17px 34px;
    padding-right: 68px;
  }
  .bl_post .el_linkBtn:hover {
    background: #473e2e;
    opacity: 1;
    color: #fff;
  }
  .bl_post .el_linkBtn:hover::after {
    background: url(../images/common/icon/icon_arrow_linkBtn__hover.svg) no-repeat center center/contain;
  }
}
.bl_post .el_linkBtn a {
  display: block;
  width: 100%;
  height: 100%;
  font-weight: inherit;
  color: inherit;
}
.bl_post .el_linkBtn::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 26px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 11px;
  height: 11px;
  background: url(../images/common/icon/icon_arrow_linkBtn.svg) no-repeat center center/contain;
}
@media screen and (min-width: 1025px) {
  .bl_post .el_linkBtn::after {
    right: 30px;
  }
}
.bl_post .el_linkBtn + .el_linkBtn {
  margin-top: 15px;
}
.bl_post .el_btnInsta {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 89.552238806%;
  max-width: 300px;
  height: 60px;
  margin: 0 auto;
  border: 1px solid #473e2e;
  border-radius: 30px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.bl_post .el_btnInsta img {
  width: 120px;
  position: absolute;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  border-radius: 0 !important;
}
@media screen and (min-width: 1025px) {
  .bl_post .el_btnInsta {
    margin: 0;
  }
}
.bl_post .el_btnInsta::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 26px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 11px;
  height: 11px;
  background: url(../images/common/icon/icon_arrow_linkBtn.svg) no-repeat center center/contain;
}
@media screen and (min-width: 1025px) {
  .bl_post .el_btnInsta::after {
    right: 30px;
  }
}
.bl_post .el_btnInsta + .el_linkBtn {
  margin-top: 15px;
}
.bl_post .bl_accordion,
.bl_post .bl_qanda {
  margin-bottom: 15px;
  background: #edecea;
}
.bl_post .bl_accordion_ttl,
.bl_post .bl_qanda_ttl {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 16px 44px 16px 15px;
  cursor: pointer;
}
@media screen and (min-width: 1025px) {
  .bl_post .bl_accordion_ttl,
  .bl_post .bl_qanda_ttl {
    padding: 22px 55px 22px 20px;
  }
}
.bl_post .bl_accordion_ttl *:last-of-type,
.bl_post .bl_qanda_ttl *:last-of-type {
  margin-bottom: 0;
}
.bl_post .bl_accordion_ttl p,
.bl_post .bl_qanda_ttl p {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.5555555556;
  letter-spacing: 0em;
  font-weight: 500;
}
@media screen and (min-width: 1025px) {
  .bl_post .bl_accordion_ttl p,
  .bl_post .bl_qanda_ttl p {
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 1.5555555556;
    letter-spacing: 0.025em;
  }
}
.bl_post .bl_accordion_ttl::after,
.bl_post .bl_qanda_ttl::after {
  position: absolute;
  display: block;
  content: "\e908";
  font-family: "icomoon" !important;
  speak: never;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: 400;
  line-height: 1;
  top: 50%;
  right: 15px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 15px;
  height: 20px;
  font-size: 15px;
  font-size: 1.5rem;
  color: #ea8300;
  font-weight: 500;
}
@media screen and (min-width: 1025px) {
  .bl_post .bl_accordion_ttl::after,
  .bl_post .bl_qanda_ttl::after {
    right: 30px;
  }
}
.bl_post .bl_accordion_ttl.is_open::after,
.bl_post .bl_qanda_ttl.is_open::after {
  content: "\e907";
  font-size: 15px;
  font-size: 1.5rem;
}
.bl_post .bl_accordion_body,
.bl_post .bl_qanda_body {
  display: none;
  padding-top: 10px;
  padding-bottom: 15px;
  margin: 0 15px;
  border-top: 1px solid #a39f96;
}
.bl_post .bl_accordion_body *:last-of-type,
.bl_post .bl_qanda_body *:last-of-type {
  margin-bottom: 0;
}
@media screen and (min-width: 1025px) {
  .bl_post .bl_accordion_body,
  .bl_post .bl_qanda_body {
    padding-top: 18px;
    padding-bottom: 20px;
    margin: 0 20px;
  }
}
.bl_post .bl_qanda_ttl {
  padding-left: 48px;
  cursor: pointer;
}
@media screen and (min-width: 1025px) {
  .bl_post .bl_qanda_ttl {
    padding-left: 66px;
  }
}
.bl_post .bl_qanda_ttl::before {
  position: absolute;
  display: block;
  top: 14px;
  left: 10px;
  width: 31px;
  height: 31px;
  text-align: center;
  line-height: 31px;
  background: #fff;
  content: "Q";
  font-family: "Outfit", sans-serif;
  color: #473e2e;
  font-weight: 400;
  font-size: 24px;
  font-size: 2.4rem;
}
@media screen and (min-width: 1025px) {
  .bl_post .bl_qanda_ttl::before {
    top: 20px;
    left: 20px;
  }
}
.bl_post .bl_qanda_body {
  position: relative;
  padding-left: 48px;
}
@media screen and (min-width: 1025px) {
  .bl_post .bl_qanda_body {
    padding-left: 48px;
  }
}
.bl_post .bl_qanda_body::before {
  position: absolute;
  display: block;
  top: 14px;
  left: 0px;
  width: 31px;
  height: 31px;
  text-align: center;
  line-height: 31px;
  background: #d89980;
  content: "A";
  font-family: "Outfit", sans-serif;
  color: #fff;
  font-weight: 400;
  font-size: 24px;
  font-size: 2.4rem;
}
@media screen and (min-width: 1025px) {
  .bl_post .bl_qanda_body::before {
    top: 25px;
  }
}
.bl_post .el_flow {
  list-style: none;
  counter-reset: num;
}
.bl_post .el_flow li {
  position: relative;
  padding: 14px 22px;
  background: #edecea;
  margin-bottom: 50px;
}
@media screen and (min-width: 1025px) {
  .bl_post .el_flow li {
    padding: 28px 27px 20px;
  }
}
.bl_post .el_flow li:last-of-type::after {
  display: none;
}
.bl_post .el_flow li::after {
  position: absolute;
  top: calc(100% + 14.5px);
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  content: "";
  display: block;
  width: 21px;
  height: 21px;
  background: url(../images/common/icon/icon_flow.svg) no-repeat center center/contain;
}
.bl_post .el_flow li > p:first-of-type {
  display: inline-block;
  margin-bottom: 4px;
  font-size: 17px;
  font-size: 1.7rem;
  font-weight: 500;
  line-height: 1.7647058824;
}
@media screen and (min-width: 1025px) {
  .bl_post .el_flow li > p:first-of-type {
    margin-bottom: 6px;
    font-size: 23px;
    font-size: 2.3rem;
    line-height: 1.3913043478;
  }
}
.bl_post .el_flow li .el_flow_cont p {
  margin-bottom: 1em;
}
.bl_post .el_flow li .el_flow_cont *:last-of-type {
  margin-bottom: 0;
}
.bl_post .el_flow_num li > p:first-of-type {
  padding-left: 70px;
  position: relative;
}
@media screen and (min-width: 768px) {
  .bl_post .el_flow_num li > p:first-of-type {
    padding-left: 104px;
  }
}
.bl_post .el_flow_num li > p:first-of-type::before {
  content: counter(num, decimal-leading-zero);
  counter-increment: num;
  display: block;
  width: 44px;
  padding-right: 1px;
  border-right: 1px solid #473e2e;
  line-height: 1;
  font-size: 22px;
  font-size: 2.2rem;
  font-family: "Outfit", sans-serif;
  font-weight: 500;
  color: #473e2e;
  line-height: 1;
  position: absolute;
  top: 4px;
  left: 4px;
}
@media screen and (min-width: 768px) {
  .bl_post .el_flow_num li > p:first-of-type::before {
    position: absolute;
    top: 8px;
    left: 2px;
    display: inline-block;
    padding-right: 1px;
    width: 70px;
    margin-bottom: 0;
    font-size: 30px;
    font-size: 3rem;
    border-right: 2px solid #473e2e;
  }
}
.bl_post .el_flow_num li .el_flow_cont {
  padding-left: 70px;
}
@media screen and (min-width: 768px) {
  .bl_post .el_flow_num li .el_flow_cont {
    padding-left: 104px;
  }
}
.bl_post img:not(.el_banner) {
  display: block;
  border-radius: 10px;
}
.bl_post figure,
.bl_post .el_figure {
  display: table;
}
.bl_post figure figcaption,
.bl_post figure .el_caption,
.bl_post .el_figure figcaption,
.bl_post .el_figure .el_caption {
  display: table-caption;
  caption-side: bottom;
}
.bl_post figure:not(.alignleft):not(.alignright):not(.aligncenter):not(.el_figure_fluid figure):not(.el_figureFlex figure) {
  margin-bottom: 25px;
}
@media screen and (min-width: 1025px) {
  .bl_post figure:not(.alignleft):not(.alignright):not(.aligncenter):not(.el_figure_fluid figure):not(.el_figureFlex figure) {
    margin-bottom: 50px;
  }
}
.bl_post figure:not(.alignleft):not(.alignright):not(.aligncenter):not(.el_figure_fluid figure):not(.el_figureFlex figure) img {
  margin-bottom: 10px;
}
@media screen and (min-width: 1025px) {
  .bl_post figure:not(.alignleft):not(.alignright):not(.aligncenter):not(.el_figure_fluid figure):not(.el_figureFlex figure) img {
    margin-bottom: 12px;
  }
}
.bl_post figure:not(.alignleft):not(.alignright):not(.aligncenter):not(.el_figure_fluid figure):not(.el_figureFlex figure) figcaption {
  line-height: 1.8571428571;
}
.bl_post p + figure {
  margin-top: 1em;
}
.bl_post .el_figure_fluid {
  margin: 0 calc(50% - 50vw) 25px;
}
@media screen and (min-width: 768px) {
  .bl_post .el_figure_fluid {
    margin: 0 auto 50px;
  }
}
.bl_post .el_figure_fluid img {
  border-radius: 0;
}
@media screen and (min-width: 768px) {
  .bl_post .el_figure_fluid img {
    border-radius: 10px;
  }
}
.bl_post .el_figure_fluid figcaption {
  width: 90%;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .bl_post .el_figure_fluid figcaption {
    width: 100%;
  }
}
.bl_post .alignleft {
  margin: 0 auto 10px;
}
@media screen and (min-width: 768px) {
  .bl_post .alignleft {
    float: left;
    margin-right: 2em;
    margin-bottom: 5px;
  }
}
.bl_post .alignright {
  margin: 0 auto 10px;
}
@media screen and (min-width: 768px) {
  .bl_post .alignright {
    float: right;
    margin-left: 2em;
    margin-bottom: 5px;
  }
}
.bl_post .aligncenter {
  margin-bottom: 10px;
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.bl_post .el_figureFlex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.bl_post .el_figureFlex > div {
  width: 47%;
  height: auto;
}
@media screen and (min-width: 768px) {
  .bl_post .el_figureFlex > div {
    width: calc(50% - 20px);
  }
}
.bl_post .el_figureFlex > div .wp-caption,
.bl_post .el_figureFlex > div img {
  width: 100% !important;
}
.bl_post .el_figureFlex > div figcaption,
.bl_post .el_figureFlex > div p {
  line-height: 1.8666666667;
}
.bl_post .el_figureFlex > div figure img {
  margin-bottom: 0;
}
.bl_post .el_figureFlex > div .wp-caption-dd,
.bl_post .el_figureFlex > div img + p,
.bl_post .el_figureFlex > div img + figcaption {
  margin-top: 10px;
}
.bl_post .el_figureFlex > div a {
  color: #473e2e;
}
.bl_post .el_figureFlex__half {
  gap: 15px;
}
@media screen and (min-width: 768px) {
  .bl_post .el_figureFlex__half {
    gap: 40px;
  }
}
@media screen and (min-width: 1025px) {
  .bl_post .el_figureFlex__half {
    gap: 80px;
  }
}
.bl_post .el_figureFlex__half > div {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc((100% - 15px) / 2);
          flex: 0 0 calc((100% - 15px) / 2);
}
@media screen and (min-width: 768px) {
  .bl_post .el_figureFlex__half > div {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc((100% - 40px) / 2);
            flex: 0 0 calc((100% - 40px) / 2);
  }
}
@media screen and (min-width: 1025px) {
  .bl_post .el_figureFlex__half > div {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc((100% - 80px) / 2);
            flex: 0 0 calc((100% - 80px) / 2);
  }
}
.bl_post .el_figureFlex__onethird {
  gap: 15px;
}
@media screen and (min-width: 768px) {
  .bl_post .el_figureFlex__onethird {
    gap: 20px;
  }
}
@media screen and (min-width: 1025px) {
  .bl_post .el_figureFlex__onethird {
    gap: 45px;
  }
}
.bl_post .el_figureFlex__onethird > div {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc((100% - 15px) / 2);
          flex: 0 0 calc((100% - 15px) / 2);
}
@media screen and (min-width: 768px) {
  .bl_post .el_figureFlex__onethird > div {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc((100% - 40px) / 3);
            flex: 0 0 calc((100% - 40px) / 3);
  }
}
@media screen and (min-width: 1025px) {
  .bl_post .el_figureFlex__onethird > div {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc((100% - 90px) / 3);
            flex: 0 0 calc((100% - 90px) / 3);
  }
}
.bl_post .el_figureFlex__quarter {
  gap: 15px;
}
@media screen and (min-width: 768px) {
  .bl_post .el_figureFlex__quarter {
    gap: 20px;
  }
}
@media screen and (min-width: 1025px) {
  .bl_post .el_figureFlex__quarter {
    gap: 36px;
  }
}
.bl_post .el_figureFlex__quarter > div {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc((100% - 15px) / 2);
          flex: 0 0 calc((100% - 15px) / 2);
}
@media screen and (min-width: 768px) {
  .bl_post .el_figureFlex__quarter > div {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc((100% - 60px) / 4);
            flex: 0 0 calc((100% - 60px) / 4);
  }
}
@media screen and (min-width: 1025px) {
  .bl_post .el_figureFlex__quarter > div {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc((100% - 108px) / 4);
            flex: 0 0 calc((100% - 108px) / 4);
  }
}
@media screen and (min-width: 768px) {
  .bl_post .el_figureFlex__halfTitle {
    gap: 40px;
  }
}
@media screen and (min-width: 1025px) {
  .bl_post .el_figureFlex__halfTitle {
    gap: 80px;
  }
}
.bl_post .el_figureFlex__halfTitle > div {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .bl_post .el_figureFlex__halfTitle > div {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc((100% - 40px) / 2);
            flex: 0 0 calc((100% - 40px) / 2);
  }
}
@media screen and (min-width: 1025px) {
  .bl_post .el_figureFlex__halfTitle > div {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc((100% - 80px) / 2);
            flex: 0 0 calc((100% - 80px) / 2);
  }
}
.bl_post * + .el_figureFlex {
  margin-top: 25px;
}
@media screen and (min-width: 1025px) {
  .bl_post * + .el_figureFlex {
    margin-top: 50px;
  }
}

.icon_pdf::after,
.icon_excel::after,
.icon_word::after,
.icon_ppt::after,
.icon_blank::after,
.icon_new::after {
  content: "";
  display: inline-block;
  width: 30px;
  height: 1em;
  margin: 0 5px 3px;
  margin-right: 5px;
  vertical-align: middle;
}

.icon_pdf::after {
  background: url(../images/common/icon/icon_pdf.svg) no-repeat center center/contain;
}

.icon_excel::after {
  background: url(../images/common/icon/icon_excel.svg) no-repeat center center/contain;
}

.icon_word::after {
  background: url(../images/common/icon/icon_word.svg) no-repeat center center/contain;
}

.icon_ppt::after {
  height: 15px;
  background: url(../images/common/icon/icon_ppt.svg) no-repeat center center/contain;
}

.icon_blank::after {
  width: 15px;
  background: url(../images/common/icon/icon_blank.svg) no-repeat center center/contain;
}

.icon_new:not(.icon_pdf)::after,
.icon_pdf.icon_new::after {
  content: "NEW";
  display: inline-block;
  width: auto;
  height: 1em;
  vertical-align: middle;
  font-family: "Heebo", sans-serif;
  font-weight: 400;
  font-size: 14px;
  font-size: 1.4rem;
  letter-spacing: 0.025em;
  color: #d80a30;
  line-height: 1.3;
  white-space: nowrap;
}

.icon_new:not(.icon_pdf)::after {
  margin: 0 0 5px;
}

.icon_pdf.icon_new::after {
  display: inline-block;
  width: 30px;
  height: 15px;
  padding-left: 35px;
  margin: 0 0px 2px;
  background: url(../images/common/icon/icon_pdf.svg) no-repeat left center/contain;
}/*# sourceMappingURL=page.css.map */