@charset "UTF-8";
/*reset*/
*, *::before, *::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

:where([hidden]:not([hidden=until-found])) {
  display: none !important;
}

:where(html) {
  -webkit-text-size-adjust: none;
  color-scheme: dark light;
}

@media (prefers-reduced-motion: no-preference) {
  :where(html:focus-within) {
    scroll-behavior: smooth;
  }
}
:where(body) {
  line-height: 7;
  font-family: system-ui, sans-serif;
  -webkit-font-smoothing: antialiased;
}

:where(input, button, textarea, select) {
  font: inherit;
  color: inherit;
}

:where(textarea) {
  resize: vertical;
  resize: block;
}

:where(button, label, select, summary, [role=button], [role=option]) {
  cursor: pointer;
}

:where(:disabled) {
  cursor: not-allowed;
}

:where(label:has(> input:disabled), label:has(+ input:disabled)) {
  cursor: not-allowed;
}

:where(button) {
  border-style: solid;
}

:where(a) {
  color: inherit;
  text-underline-offset: 0.2ex;
}

:where(ul, ol) {
  list-style: none;
}

:where(img, svg, video, canvas, audio, iframe, embed, object) {
  display: block;
}

:where(img, picture, svg) {
  max-inline-size: 100%;
  block-size: auto;
}

:where(p, h1, h2, h3, h4, h5, h6) {
  overflow-wrap: break-word;
}

:where(h1, h2, h3) {
  line-height: calc(1em + 0.5rem);
}

:where(hr) {
  border: none;
  border-block-start: 1px solid;
  color: inherit;
  block-size: 0;
  overflow: visible;
}

:where(:focus-visible) {
  outline: 3px solid Highlight;
  outline-offset: 2px;
  scroll-margin-block: 10vh;
}

:where(.visually-hidden:not(:focus-within, :active)) {
  clip-path: inset(50%) !important;
  height: 1px !important;
  width: 1px !important;
  overflow: hidden !important;
  position: absolute !important;
  white-space: nowrap !important;
  border: 0 !important;
}

/*
font-family: $en_font;
font-family: 'IBM Plex Sans JP', sans-serif;
 "source-han-sans-japanese"
*/
figure {
  margin: 0;
}

html {
  scroll-padding-top: 160px;
}

html, body {
  font-family: "Noto Sans JP", "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-size: 20px;
  line-height: 2;
  font-weight: 400;
  letter-spacing: 0.05em;
  font-style: normal;
  color: #3a5576;
  background: #FFF;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
  min-height: 100%;
}
html.page, body.page {
  background: #eee;
}

.pc_only {
  display: block;
}

.sp_only {
  display: none;
}

@media only screen and (max-width: 896px) {
  .pc_only {
    display: none;
  }
  .sp_only {
    display: block;
  }
}
img {
  width: 100%;
  height: auto;
}

::selection {
  background: #333333;
  color: #fff;
}

::-moz-selection {
  background: #ccc;
  color: #fff;
}

body.menu_open {
  overflow: hidden;
}

@media (max-width: 896px) {
  .cookie-notice-container #cn-notice-buttons,
  .cookie-notice-container #cn-notice-text {
    display: block;
    text-align: left;
  }
}
/*----------------------------------------------------
 link
--------------------------------------------------- */
a:link, a:visited, a:active {
  color: #000;
  text-decoration: none;
  -webkit-tap-highlight-color: transparent;
}
a:hover {
  text-decoration: none;
}

@keyframes btn_arrow_hb {
  0% {
    transform: translate(0%, 0px);
  }
  50% {
    transform: translate(200%, 0px);
  }
  50.1% {
    transform: translate(-200%, 0px);
  }
  100% {
    transform: translate(0%, 0px);
  }
}
/*----------------------------------------------------
  .scrollview
--------------------------------------------------- */
.scrollview, .fade_up {
  opacity: 0;
  transform: scale(1, 1) translate(0%, 20px);
}

.scrollview.view, .fade_up.js-fade_up_view {
  opacity: 1;
  transition: all 0.6s 0.1s ease;
  transform: scale(1, 1) translate(0%, 0%);
}

/*----------------------------------------------------
  .lazyload
--------------------------------------------------- */
.lazyload_set span, .lazyload_set img {
  opacity: 0;
}
.lazyload_set span.lazyloaded, .lazyload_set img.lazyloaded {
  opacity: 1;
  transition: all 0.5s 0s ease;
}

/*----------------------------------------------------
  .block_header
--------------------------------------------------- */
.block_header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 60px;
  z-index: 10;
  background: #FFF;
  transition: all 0.5s 0s ease;
}
@media (max-width: 896px) {
  .block_header {
    height: 40px;
  }
}
.block_header .inner {
  position: relative;
  padding: 0 5vw;
  margin: 0 auto;
  max-width: 2200px;
  display: flex;
  flex-direction: row; /* row row-reverse column */
  justify-content: flex-start; /* flex-start  center  space-between */
  align-items: flex-start; /* flex-start  center  */
  white-space: nowrap;
}
.block_header .inner .logo {
  padding-right: 20px;
}
.block_header .inner .logo a {
  display: block;
  font-weight: 900;
  font-size: 20px;
  font-size: clamp(0.75rem, 0.4642857143rem + 0.5714285714vw, 1rem);
  line-height: 60px;
  color: #3a5576;
}
@media (max-width: 896px) {
  .block_header .inner .logo a {
    font-size: 14px;
    line-height: 40px;
  }
}
.block_header .inner ul.menu {
  display: flex;
  flex-direction: row; /* row row-reverse column */
  justify-content: flex-start; /* flex-start  center  space-between */
  align-items: flex-start; /* flex-start  center  */
}
@media (max-width: 896px) {
  .block_header .inner ul.menu {
    display: none;
  }
}
.block_header .inner ul.menu > li {
  position: relative;
}
.block_header .inner ul.menu > li::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 1px;
  height: 20px;
  margin-top: -10px;
  background: #3a5576;
  opacity: 0.2;
}
.block_header .inner ul.menu > li:last-child::after {
  display: none;
}
.block_header .inner ul.menu > li > a {
  display: block;
  color: #3a5576;
  line-height: 60px;
  letter-spacing: 0.02em;
  font-size: 14px;
  font-size: clamp(0.625rem, 0.3392857143rem + 0.5714285714vw, 0.875rem);
  font-weight: 900;
  font-family: "Manrope", "Noto Sans JP", "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  padding: 0px 1vw 0px 1vw;
  white-space: nowrap;
  transition: all 0.5s 0s ease;
}
.block_header .inner ul.menu > li:hover a {
  color: #f0908d;
}

/*----------------------------------------------------
  .sp_menu
--------------------------------------------------- */
.block_navi a {
  position: fixed;
  display: none;
  z-index: 12;
  top: 10px;
  right: 10px;
  border-radius: 70px;
  width: 70px;
  height: 70px;
  background: #f5c1b1;
  box-shadow: 0px 10px 30px 0px rgba(51, 51, 51, 0.1);
}
@media (max-width: 896px) {
  .block_navi a {
    display: block;
  }
}
.block_navi a .wrap {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 30px;
  height: 30px;
  margin-top: -15px;
  margin-left: -15px;
  overflow: hidden;
  transition: all 0.4s 0s ease;
}
.block_navi a span.l1 {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 30px;
  height: 2px;
  margin-top: -6px;
  margin-left: -15px;
  background: #3a5576;
  transform-origin: center center;
}
.block_navi a span.l2 {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 30px;
  height: 2px;
  margin-top: 0px;
  margin-left: -15px;
  background: #3a5576;
  transform-origin: center center;
}
.block_navi a span.l3 {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 30px;
  height: 2px;
  margin-top: 6px;
  margin-left: -15px;
  background: #3a5576;
  transform-origin: center center;
}

body.menu_open .block_navi a span.l1 {
  margin-top: 0px;
  transform: scale3d(1, 1, 1) translate(0px, 0px) rotate(45deg);
}
body.menu_open .block_navi a span.l2 {
  margin-top: 0px;
  transform: scale3d(0, 1, 1) translate(0px, 0px) rotate(0deg);
}
body.menu_open .block_navi a span.l3 {
  margin-top: 0px;
  transform: scale3d(1, 1, 1) translate(0px, 0px) rotate(-45deg);
}

/*----------------------------------------------------
  .block_sp_menu
--------------------------------------------------- */
.menu_bg {
  display: block;
  position: fixed;
  top: 0%;
  right: 0px;
  width: 100%;
  height: 100%;
  z-index: 8;
  background: #f5c1b1;
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s 0s ease;
  -webkit-backdrop-filter: blur(3px);
  backdrop-filter: blur(3px);
}

body.menu_open .menu_bg {
  opacity: 1;
  visibility: visible;
  transform: translate(0%, 0%);
}

.block_sp_menu {
  display: block;
  position: fixed;
  top: 0px;
  right: 0px;
  width: 100vw;
  height: 100vh;
  z-index: 10;
  opacity: 0;
  background: #f5c1b1;
  visibility: hidden;
  transition: all 0.4s 0s ease;
  overflow-y: auto;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
}
body.menu_open .block_sp_menu {
  opacity: 1;
  visibility: visible;
  transform: translate(0%, 0px);
}

.block_sp_menu .inner {
  position: absolute;
  top: 50%;
  left: 5%;
  width: 90%;
  transform: translate(0%, -50%);
}
.block_sp_menu .inner .logo {
  width: 70vw;
  margin: 0 auto;
  margin-bottom: 20px;
}
.block_sp_menu .inner ul.menu {
  width: 70vw;
  margin: 0 auto;
}
.block_sp_menu .inner ul.menu > li {
  position: relative;
}
.block_sp_menu .inner ul.menu > li > a {
  display: block;
  padding: 8px 0;
  line-height: 1.5;
  transition: all 0.4s 0s ease;
  text-align: left;
  font-family: "Manrope", "Noto Sans JP", "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-size: 2.5vh;
  text-align: center;
  color: #3a5576;
  font-weight: 700;
  letter-spacing: 0.02em;
}
.block_sp_menu .inner .txt_btn {
  margin-top: 10vw;
}
.block_sp_menu .inner .txt_btn a {
  font-size: 12px;
  text-decoration: underline;
  font-family: "Manrope", "Noto Sans JP", "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  letter-spacing: 0.02em;
  color: #000;
}
.block_sp_menu .inner .copyright {
  margin-top: 2vw;
  font-family: "Manrope", "Noto Sans JP", "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-size: 10px;
  letter-spacing: 0.02em;
}

/*----------------------------------------------------
  .wrapper
--------------------------------------------------- */
.wrapper {
  position: relative;
  padding-top: 60px;
}
@media (max-width: 896px) {
  .wrapper {
    padding-top: 40px;
  }
}

/*----------------------------------------------------
  .block_mainvisual
--------------------------------------------------- */
.block_mainvisual {
  margin: 0 auto;
  max-width: 2400px;
  position: relative;
}
@media (max-width: 896px) {
  .block_mainvisual {
    overflow: hidden;
  }
}
.block_mainvisual .inner {
  max-width: 1600px;
  margin: 0 auto;
}
.block_mainvisual figure {
  overflow: hidden;
}
.block_mainvisual figure .img_wrap {
  position: relative;
}
.block_mainvisual figure .img_wrap img {
  position: relative;
  opacity: 0;
}
.block_mainvisual figure .img_wrap img.lazyloaded {
  opacity: 1;
  transition: all 0.5s 0s ease;
}
.block_mainvisual .date {
  line-height: 1;
  letter-spacing: 0;
  text-align: center;
}
.block_mainvisual .date .year {
  display: inline-block;
  font-family: "Manrope", "Noto Sans JP", "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-size: 28px;
  font-weight: 800;
}
@media (max-width: 896px) {
  .block_mainvisual .date .year {
    font-size: 6vw;
  }
}
.block_mainvisual .date small {
  display: inline-block;
  font-size: 26px;
  font-weight: 800;
}
@media (max-width: 896px) {
  .block_mainvisual .date small {
    font-size: 6vw;
  }
}
.block_mainvisual .date .num {
  display: inline-block;
  font-family: "Manrope", "Noto Sans JP", "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-size: 88px;
  font-weight: 800;
}
@media (max-width: 896px) {
  .block_mainvisual .date .num {
    font-size: 14vw;
  }
}
.block_mainvisual .date .yo {
  display: inline-block;
  font-family: "Manrope", "Noto Sans JP", "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-size: 18px;
  font-weight: 800;
}
@media (max-width: 896px) {
  .block_mainvisual .date .yo {
    font-size: 4vw;
  }
}
.block_mainvisual .date .time {
  display: inline-block;
  font-family: "Manrope", "Noto Sans JP", "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-size: 28px;
  font-weight: 800;
}
@media (max-width: 896px) {
  .block_mainvisual .date .time {
    display: block;
    font-size: 6vw;
  }
}
.block_mainvisual .place {
  line-height: 1;
  text-align: center;
  font-weight: 800;
  font-size: 28px;
  margin-top: 10px;
}
@media (max-width: 896px) {
  .block_mainvisual .place {
    font-size: 4vw;
  }
}
.block_mainvisual .place small {
  font-weight: 400;
  margin-right: 10px;
}
.block_mainvisual .point {
  margin-top: 20px;
  text-align: center;
}
@media (max-width: 896px) {
  .block_mainvisual .point {
    padding: 0 20px;
  }
}
.block_mainvisual .point span {
  display: inline-block;
  background: #f5e07d;
  color: #3a5576;
  padding: 10px 20px;
  border-radius: 50px;
  line-height: 1.6;
  font-size: 16px;
  font-weight: 800;
}
@media (max-width: 896px) {
  .block_mainvisual .point span {
    font-size: 3vw;
  }
}

/*----------------------------------------------------
  .block_contents
--------------------------------------------------- */
body.page .block_contents {
  margin-top: 5%;
}
@media (max-width: 896px) {
  body.page .block_contents {
    margin-top: 5%;
  }
}

@media (max-width: 896px) {
  .block_contents {
    margin-top: 10%;
  }
}
.block_contents.single_page {
  max-width: 1024px;
  margin: 0 auto;
  padding: 20px 0;
  border-radius: 20px;
  background: #FFF;
}
.block_contents#schedule {
  background: #eee;
  margin-top: 3%;
  padding-top: 3%;
  padding-bottom: 5%;
  margin-bottom: 5%;
  border-top: 2px #3a5576 solid;
}
@media (max-width: 896px) {
  .block_contents#schedule {
    margin-top: 6%;
    padding-top: 6%;
    padding-bottom: 10%;
    margin-bottom: 10%;
  }
}
.block_contents#information {
  background: #f5e07d;
  margin-top: 7%;
  padding-top: 3%;
  padding-bottom: 5%;
  margin-bottom: 5%;
}
@media (max-width: 896px) {
  .block_contents#information {
    margin-top: 6%;
    padding-top: 6%;
    padding-bottom: 10%;
    margin-bottom: 10%;
  }
}
.block_contents#information .title {
  color: #f5e07d;
}
.block_contents#information .title:before {
  border-color: transparent transparent transparent #f5e07d;
}
.block_contents#information .title:after {
  border-color: transparent #f5e07d transparent transparent;
}
.block_contents .inner {
  padding: 0 5vw;
  margin: 0 auto;
  max-width: 2200px;
}
@media (max-width: 896px) {
  .block_contents .inner {
    padding: 0 20px;
  }
}
.block_contents .inner .title {
  margin-top: 5%;
  display: block;
  position: relative;
  height: 70px; /*リボンの高さ*/
  line-height: 70px; /*リボンの高さ*/
  padding: 0 30px; /*横の大きさ*/
  font-size: 28px; /*文字の大きさ*/
  font-weight: 800;
  background: #3a5576; /*塗りつぶし色*/
  color: #FFF; /*文字色*/
  box-sizing: border-box;
}
@media (max-width: 896px) {
  .block_contents .inner .title {
    height: 40px; /*リボンの高さ*/
    line-height: 40px; /*リボンの高さ*/
    padding: 0 30px; /*横の大きさ*/
    font-size: 16px; /*文字の大きさ*/
  }
}
.block_contents .inner .title.b_g:before {
  border-color: transparent transparent transparent #eee;
}
.block_contents .inner .title.b_g:after {
  border-color: transparent #eee transparent transparent;
}
.block_contents .inner .title:before, .block_contents .inner .title:after {
  position: absolute;
  content: "";
  width: 0px;
  height: 0px;
  z-index: 1;
}
.block_contents .inner .title:before {
  top: 0;
  left: 0;
  border-width: 35px 0px 35px 15px;
  border-color: transparent transparent transparent #fff;
  border-style: solid;
}
@media (max-width: 896px) {
  .block_contents .inner .title:before {
    border-width: 20px 0px 20px 15px;
  }
}
.block_contents .inner .title:after {
  top: 0;
  right: 0;
  border-width: 35px 15px 35px 0px;
  border-color: transparent #fff transparent transparent;
  border-style: solid;
}
@media (max-width: 896px) {
  .block_contents .inner .title:after {
    border-width: 20px 15px 20px 0px;
  }
}
.block_contents .inner .sub_title_sche {
  margin-bottom: -3%;
  margin-top: -4%;
}
@media (max-width: 896px) {
  .block_contents .inner .sub_title_sche {
    margin-top: -8%;
  }
}
.block_contents .inner .sub_title_sche span {
  background: #3a5576;
  color: #FFF;
  display: inline-block;
  padding: 10px 20px 10px 20px;
  font-size: 24px;
}
@media (max-width: 896px) {
  .block_contents .inner .sub_title_sche span {
    font-size: 16px;
  }
}
.block_contents .inner .list_thum {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  margin-top: 5%;
}
@media (max-width: 896px) {
  .block_contents .inner .list_thum {
    margin-top: 10%;
  }
}
.block_contents .inner .list_thum .no_entry {
  font-size: 14px;
  line-height: 1.8;
}
@media (max-width: 896px) {
  .block_contents .inner .list_thum .no_entry {
    font-size: 14px;
  }
}
.block_contents .inner .list_thum .column {
  width: 22%;
  margin-right: 4%;
  margin-bottom: 4%;
}
.block_contents .inner .list_thum .column:nth-child(4n) {
  margin-right: 0;
}
@media (max-width: 896px) {
  .block_contents .inner .list_thum .column {
    width: 100%;
    margin-right: 0;
    margin-bottom: 10%;
  }
}
.block_contents .inner .list_thum .column a {
  display: block;
}
.block_contents .inner .list_thum .column a:hover figure {
  opacity: 0.5;
}
.block_contents .inner .list_thum .column a:hover .title_area .c_title {
  color: #f0908d;
}
.block_contents .inner .list_thum .column a figure {
  transition: all 0.5s 0s ease;
}
.block_contents .inner .list_thum .column a figure .img_wrap {
  position: relative;
  padding-top: 56.25%;
  border-radius: 10px;
  overflow: hidden;
}
.block_contents .inner .list_thum .column a figure .img_wrap img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0;
}
.block_contents .inner .list_thum .column a figure .img_wrap img.lazyloaded {
  opacity: 1;
  transition: all 0.5s 0s ease;
}
.block_contents .inner .list_thum .column a .title_area {
  margin-top: 5px;
}
@media (max-width: 896px) {
  .block_contents .inner .list_thum .column a .title_area {
    flex-direction: column; /* row row-reverse column */
  }
}
.block_contents .inner .list_thum .column a .title_area time {
  display: block;
  font-size: 14px;
  font-family: "Manrope", "Noto Sans JP", "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-weight: 700;
  color: #f5c1b1;
}
@media (max-width: 896px) {
  .block_contents .inner .list_thum .column a .title_area time {
    font-size: 12px;
  }
}
.block_contents .inner .list_thum .column a .title_area .c_title {
  transition: all 0.5s 0s ease;
  font-size: 16px;
  line-height: 1.5;
  font-weight: 700;
  color: #3a5576;
}
@media (max-width: 896px) {
  .block_contents .inner .list_thum .column a .title_area .c_title {
    font-size: 16px;
  }
}
.block_contents .inner .list_thum .link_btn {
  position: absolute;
  top: 0;
  right: 0;
}
.block_contents .inner .list_thum_text {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  margin-top: 5%;
}
@media (max-width: 896px) {
  .block_contents .inner .list_thum_text {
    margin-top: 10%;
  }
}
.block_contents .inner .list_thum_text .no_entry {
  font-size: 14px;
  line-height: 1.8;
}
@media (max-width: 896px) {
  .block_contents .inner .list_thum_text .no_entry {
    font-size: 14px;
  }
}
.block_contents .inner .list_thum_text .column {
  width: 48%;
  margin-right: 4%;
  margin-bottom: 4%;
}
.block_contents .inner .list_thum_text .column:nth-child(2n) {
  margin-right: 0;
}
@media (max-width: 896px) {
  .block_contents .inner .list_thum_text .column {
    width: 100%;
    margin-right: 0;
    margin-bottom: 15%;
  }
}
.block_contents .inner .list_thum_text .column a {
  display: flex;
  flex-direction: row; /* row row-reverse column */
  justify-content: space-between; /* flex-start  center  space-between */
  align-items: flex-start; /* flex-start  center  */
}
@media (max-width: 896px) {
  .block_contents .inner .list_thum_text .column a {
    flex-direction: column;
  }
}
.block_contents .inner .list_thum_text .column a:hover figure {
  opacity: 0.5;
}
.block_contents .inner .list_thum_text .column a:hover .title_area .c_title {
  color: #f0908d;
}
.block_contents .inner .list_thum_text .column a:hover .title_area .more .m_wrap {
  border: 1px #f5e07d solid;
  background: #f5c1b1;
}
.block_contents .inner .list_thum_text .column a:hover .title_area .more .m_wrap .icon svg {
  animation: btn_arrow_hb 0.5s cubic-bezier(0.77, 0, 0.175, 1) forwards;
}
.block_contents .inner .list_thum_text .column a figure {
  transition: all 0.5s 0s ease;
  width: 48%;
}
@media (max-width: 896px) {
  .block_contents .inner .list_thum_text .column a figure {
    width: 100%;
    margin-bottom: 5%;
  }
}
.block_contents .inner .list_thum_text .column a figure .img_wrap {
  position: relative;
  padding-top: 56.25%;
  border-radius: 4px;
  overflow: hidden;
}
.block_contents .inner .list_thum_text .column a figure .img_wrap img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0;
}
.block_contents .inner .list_thum_text .column a figure .img_wrap img.lazyloaded {
  opacity: 1;
  transition: all 0.5s 0s ease;
}
.block_contents .inner .list_thum_text .column a .title_area {
  width: 48%;
  margin-top: 0;
}
@media (max-width: 896px) {
  .block_contents .inner .list_thum_text .column a .title_area {
    width: 100%;
  }
}
.block_contents .inner .list_thum_text .column a .title_area .c_title {
  transition: all 0.5s 0s ease;
  font-size: 16px;
  line-height: 1.5;
  font-weight: 700;
  color: #3a5576;
}
@media (max-width: 896px) {
  .block_contents .inner .list_thum_text .column a .title_area .c_title {
    font-size: 16px;
    margin-bottom: 5px;
  }
}
.block_contents .inner .list_thum_text .column a .title_area p {
  margin-top: 10px;
  display: block;
  font-size: 12px;
  line-height: 1.8;
  font-family: "Manrope", "Noto Sans JP", "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
}
.block_contents .inner .list_thum_text .column a .title_area .more {
  margin-top: 14px;
  width: 130px;
}
.block_contents .inner .list_thum_text .column a .title_area .more .m_wrap {
  display: inline-block;
  transition: all 0.5s 0s ease;
  background: #FFF;
  border: 1px #3a5576 solid;
  line-height: 1;
  padding: 10px 15px;
  border-radius: 40px;
  display: flex;
  flex-direction: row; /* row row-reverse column */
  justify-content: center; /* flex-start  center  space-between */
  align-items: center; /* flex-start  center  */
}
.block_contents .inner .list_thum_text .column a .title_area .more .m_wrap .icon {
  display: inline-block;
  vertical-align: middle;
  line-height: 1;
  width: 20px;
  height: 20px;
  border-radius: 20px;
  overflow: hidden;
  background: #3a5576;
  color: #FFF;
  margin-right: 15px;
  display: flex;
  flex-direction: row; /* row row-reverse column */
  justify-content: center; /* flex-start  center  space-between */
  align-items: center; /* flex-start  center  */
}
.block_contents .inner .list_thum_text .column a .title_area .more .m_wrap .icon svg {
  width: 8px;
  height: auto;
  fill: #FFF;
}
.block_contents .inner .list_thum_text .column a .title_area .more .m_wrap .t {
  display: inline-block;
  vertical-align: middle;
  line-height: 1;
  font-size: 12px;
  font-weight: 700;
  color: #3a5576;
  letter-spacing: 0.02em;
}
@media (max-width: 896px) {
  .block_contents .inner .list_thum_text .column a .title_area .more .m_wrap .t {
    font-size: 12px;
  }
}
.block_contents .inner .list_thum_text .link_btn {
  position: absolute;
  top: 0;
  right: 0;
}
.block_contents .inner .exp {
  margin-top: 5%;
}
@media (max-width: 896px) {
  .block_contents .inner .exp {
    margin-top: 10%;
  }
}
.block_contents .inner .exp p {
  font-size: 14px;
}
@media (max-width: 896px) {
  .block_contents .inner .exp p {
    font-size: 12px;
  }
}
.block_contents .inner .exp .link_btn {
  margin: 0;
  margin-top: 3%;
  width: 240px;
}
@media (max-width: 896px) {
  .block_contents .inner .exp .link_btn {
    margin-top: 5%;
    width: 170px;
  }
}
.block_contents .inner .link_btn {
  width: 200px;
  margin: 0 0 0 auto;
}
@media (max-width: 896px) {
  .block_contents .inner .link_btn {
    width: 140px;
  }
}
.block_contents .inner .link_btn.re {
  margin: 5% auto 0 0;
}
.block_contents .inner .link_btn.re a .icon {
  transform: rotate(-180deg);
}
.block_contents .inner .link_btn a {
  display: inline-block;
  transition: all 0.5s 0s ease;
  background: #FFF;
  border: 1px #3a5576 solid;
  line-height: 1;
  padding: 20px 20px;
  border-radius: 40px;
  display: flex;
  flex-direction: row; /* row row-reverse column */
  justify-content: center; /* flex-start  center  space-between */
  align-items: center; /* flex-start  center  */
}
@media (max-width: 896px) {
  .block_contents .inner .link_btn a {
    padding: 10px;
  }
}
.block_contents .inner .link_btn a:hover {
  background: #f5c1b1;
  border: 1px #FFF solid;
}
.block_contents .inner .link_btn a:hover .icon svg {
  animation: btn_arrow_hb 0.5s cubic-bezier(0.77, 0, 0.175, 1) forwards;
}
.block_contents .inner .link_btn a .icon {
  display: inline-block;
  vertical-align: middle;
  line-height: 1;
  width: 40px;
  height: 40px;
  border-radius: 40px;
  overflow: hidden;
  background: #3a5576;
  color: #FFF;
  margin-right: 15px;
  display: flex;
  flex-direction: row; /* row row-reverse column */
  justify-content: center; /* flex-start  center  space-between */
  align-items: center; /* flex-start  center  */
}
@media (max-width: 896px) {
  .block_contents .inner .link_btn a .icon {
    width: 30px;
    height: 30px;
    border-radius: 30px;
  }
}
.block_contents .inner .link_btn a .icon svg {
  width: 12px;
  height: auto;
  fill: #FFF;
}
@media (max-width: 896px) {
  .block_contents .inner .link_btn a .icon svg {
    width: 8px;
  }
}
.block_contents .inner .link_btn a .t {
  display: inline-block;
  vertical-align: middle;
  line-height: 1;
  font-size: 16px;
  font-weight: 700;
  color: #3a5576;
  letter-spacing: 0.02em;
}
@media (max-width: 896px) {
  .block_contents .inner .link_btn a .t {
    font-size: 12px;
  }
}
.block_contents .inner .outline_area figure {
  margin-top: 5%;
}
@media (max-width: 896px) {
  .block_contents .inner .outline_area figure {
    margin-top: 10%;
  }
}
.block_contents .inner .outline_area .o_title {
  margin-top: -90px;
}
@media (max-width: 896px) {
  .block_contents .inner .outline_area .o_title {
    margin-top: -20px;
  }
}
.block_contents .inner .outline_area .o_title span {
  display: inline-block;
  background: #FFF;
  padding: 5px 15px;
  font-weight: 900;
  font-size: 18px;
  letter-spacing: 0;
}
@media (max-width: 896px) {
  .block_contents .inner .outline_area .o_title span {
    font-size: 12px;
    padding: 2px 10px;
  }
}
.block_contents .inner .outline_area .copy {
  margin-top: -10px;
}
@media (max-width: 896px) {
  .block_contents .inner .outline_area .copy {
    margin-top: 0;
  }
}
.block_contents .inner .outline_area .copy span {
  display: inline-block;
  background: #FFF;
  padding: 5px 15px;
  line-height: 1.8;
  font-weight: 700;
  font-size: 38px;
  color: #f0908d;
}
@media (max-width: 896px) {
  .block_contents .inner .outline_area .copy span {
    padding: 2px 10px;
    font-size: 20px;
    line-height: 1.5;
  }
}
.block_contents .inner .outline_area .textarea {
  background: #FFF;
  padding: 0px 15px;
  margin-top: 0px;
  font-size: 16px;
  line-height: 1.8;
  color: #3a5576;
}
@media (max-width: 896px) {
  .block_contents .inner .outline_area .textarea {
    margin-top: 10px;
    font-size: 14px;
  }
}
.block_contents .inner .outline_area .point_list {
  margin-top: 5%;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
@media (max-width: 896px) {
  .block_contents .inner .outline_area .point_list {
    margin-top: 10%;
  }
}
.block_contents .inner .outline_area .point_list .column {
  border: 1px #3a5576 solid;
  border-radius: 10px;
  padding: 20px;
  width: 31.2%;
  margin-right: 3%;
}
.block_contents .inner .outline_area .point_list .column:nth-child(3n) {
  margin-right: 0;
}
@media (max-width: 896px) {
  .block_contents .inner .outline_area .point_list .column {
    width: 100%;
    margin-right: 0;
    margin-bottom: 10%;
  }
}
.block_contents .inner .outline_area .point_list .column .p_title {
  font-weight: 900;
  font-size: 24px;
  line-height: 1.7;
  color: #f0908d;
}
@media (max-width: 896px) {
  .block_contents .inner .outline_area .point_list .column .p_title {
    font-size: 18px;
  }
}
.block_contents .inner .outline_area .point_list .column .p_title small {
  display: block;
  font-size: 18px;
}
@media (max-width: 896px) {
  .block_contents .inner .outline_area .point_list .column .p_title small {
    font-size: 14px;
  }
}
.block_contents .inner .outline_area .point_list .column p {
  margin-top: 4px;
  font-size: 12px;
}
.block_contents .inner .definition_list {
  margin-top: 5%;
  border-top: 1px solid #ccc;
  padding-top: 20px;
}
@media (max-width: 896px) {
  .block_contents .inner .definition_list {
    margin-top: 10%;
  }
}
.block_contents .inner .definition_list dl {
  display: flex;
  flex-direction: row; /* row row-reverse column */
  justify-content: space-between; /* flex-start  center  space-between */
  align-items: flex-start; /* flex-start  center  */
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #ccc;
}
@media (max-width: 896px) {
  .block_contents .inner .definition_list dl {
    flex-direction: column;
  }
}
.block_contents .inner .definition_list dl dt {
  width: 30%;
  font-weight: 700;
  font-size: 16px;
  padding: 5px 15px;
}
@media (max-width: 896px) {
  .block_contents .inner .definition_list dl dt {
    width: 100%;
    font-size: 14px;
  }
}
.block_contents .inner .definition_list dl dd {
  width: 70%;
  font-size: 16px;
  padding: 5px 15px;
  line-height: 1.7;
}
@media (max-width: 896px) {
  .block_contents .inner .definition_list dl dd {
    width: 100%;
    font-size: 14px;
  }
}
.block_contents .inner .faq_list {
  margin-top: 5%;
  border-top: 1px solid #ccc;
  padding-top: 20px;
}
@media (max-width: 896px) {
  .block_contents .inner .faq_list {
    margin-top: 10%;
  }
}
.block_contents .inner .faq_list dl {
  display: flex;
  flex-direction: column; /* row row-reverse column */
  justify-content: space-between; /* flex-start  center  space-between */
  align-items: flex-start; /* flex-start  center  */
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #ccc;
}
@media (max-width: 896px) {
  .block_contents .inner .faq_list dl {
    flex-direction: column;
  }
}
.block_contents .inner .faq_list dl dt {
  font-weight: 700;
  font-size: 16px;
  line-height: 1.7;
  padding: 5px 15px;
  position: relative;
  padding-left: 50px;
}
.block_contents .inner .faq_list dl dt::before {
  content: "Q";
  position: absolute;
  top: 50%;
  left: 0px;
  transform: translateY(-50%);
  font-size: 40px;
  font-weight: 900;
  margin-top: -4px;
  color: #f0908d;
}
@media (max-width: 896px) {
  .block_contents .inner .faq_list dl dt {
    width: 100%;
    font-size: 16px;
  }
}
.block_contents .inner .faq_list dl dd {
  font-size: 16px;
  padding: 5px 15px;
  line-height: 1.7;
  position: relative;
  padding-left: 50px;
}
@media (max-width: 896px) {
  .block_contents .inner .faq_list dl dd {
    width: 100%;
    font-size: 14px;
  }
}
.block_contents .inner .voice_list {
  margin-top: 5%;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
@media (max-width: 896px) {
  .block_contents .inner .voice_list {
    margin-top: 10%;
  }
}
.block_contents .inner .voice_list .voice_column {
  width: 22%;
  margin-right: 4%;
  margin-bottom: 4%;
  position: relative;
  margin: 0 0 2em 40px;
  padding: 15px;
  background: #f5e07d;
  color: #3a5576;
  font-size: 18px;
  font-weight: 800;
  line-height: 1.7;
  border-radius: 30px;
}
.block_contents .inner .voice_list .voice_column:nth-child(4n) {
  margin-right: 0;
}
@media (max-width: 896px) {
  .block_contents .inner .voice_list .voice_column {
    width: 100%;
    margin-right: 0%;
    margin-bottom: 10%;
  }
  .block_contents .inner .voice_list .voice_column:nth-child(2n) {
    margin-right: 0;
  }
}
@media (max-width: 896px) {
  .block_contents .inner .voice_list .voice_column {
    font-size: 14px;
    padding: 15px;
    margin: 0 0 2em 30px;
  }
}
.block_contents .inner .voice_list .voice_column:before {
  content: "";
  position: absolute;
  left: -38px;
  width: 13px;
  height: 12px;
  bottom: 0;
  background: #f5e07d;
  border-radius: 50%;
}
.block_contents .inner .voice_list .voice_column:after {
  content: "";
  position: absolute;
  left: -24px;
  width: 20px;
  height: 18px;
  bottom: 3px;
  background: #f5e07d;
  border-radius: 50%;
}
.block_contents .inner .timetable_area {
  margin-top: 5%;
  border-top: 1px #3a5576 dotted;
}
@media (max-width: 896px) {
  .block_contents .inner .timetable_area {
    margin-top: 10%;
  }
}
.block_contents .inner .timetable_area .column {
  position: relative;
  display: table;
  width: 100%;
}
.block_contents .inner .timetable_area .column .time_area {
  display: table-cell;
  width: 300px;
  position: relative;
  background: #f5c1b1;
  padding-bottom: 40px;
  border-bottom: 1px #3a5576 dotted;
}
@media (max-width: 896px) {
  .block_contents .inner .timetable_area .column .time_area {
    width: 80px;
    padding-bottom: 10px;
  }
}
.block_contents .inner .timetable_area .column .time_area time {
  position: sticky;
  top: 0;
  padding: 20px;
  display: block;
  font-family: "Manrope", "Noto Sans JP", "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-weight: 800;
  font-size: 20px;
}
@media (max-width: 896px) {
  .block_contents .inner .timetable_area .column .time_area time {
    top: 40px;
    padding: 10px;
    line-height: 1.5;
    font-size: 14px;
  }
}
.block_contents .inner .timetable_area .column .contents_area {
  padding: 20px;
  display: table-cell;
  width: -webkit-calc(100% - 340px);
  width: calc(100% - 340px);
  position: relative;
  border-bottom: 1px #3a5576 dotted;
}
@media (max-width: 896px) {
  .block_contents .inner .timetable_area .column .contents_area {
    padding: 10px;
    width: -webkit-calc(100% - 80px);
    width: calc(100% - 80px);
  }
}
.block_contents .inner .timetable_area .column .contents_area .sub_title {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.8;
}
@media (max-width: 896px) {
  .block_contents .inner .timetable_area .column .contents_area .sub_title {
    font-size: 14px;
  }
}
.block_contents .inner .timetable_area .column .contents_area p {
  font-size: 14px;
  line-height: 1.8;
}
@media (max-width: 896px) {
  .block_contents .inner .timetable_area .column .contents_area p {
    font-size: 12px;
  }
}
.block_contents .inner .gallery_area {
  margin-top: 5%;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
@media (max-width: 896px) {
  .block_contents .inner .gallery_area {
    margin-top: 10%;
  }
}
.block_contents .inner .gallery_area li {
  width: 16.8%;
  margin-right: 4%;
  margin-bottom: 4%;
}
.block_contents .inner .gallery_area li:nth-child(5n) {
  margin-right: 0;
}
@media (max-width: 896px) {
  .block_contents .inner .gallery_area li {
    width: 48%;
    margin-right: 4%;
  }
  .block_contents .inner .gallery_area li:nth-child(2n) {
    margin-right: 0;
  }
}
.block_contents .inner .gallery_area li a {
  display: block;
  position: relative;
  padding-top: 75%;
  transition: all 0.5s 0s ease;
}
.block_contents .inner .gallery_area li a:hover {
  opacity: 0.5;
}
.block_contents .inner .gallery_area li a img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0;
}
.block_contents .inner .gallery_area li a img.lazyloaded {
  opacity: 1;
  transition: all 0.5s 0s ease;
}
.block_contents .inner .list_profile {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  margin-top: 5%;
}
@media (max-width: 896px) {
  .block_contents .inner .list_profile {
    margin-top: 10%;
  }
}
.block_contents .inner .list_profile .no_entry {
  font-size: 14px;
  line-height: 1.8;
}
@media (max-width: 896px) {
  .block_contents .inner .list_profile .no_entry {
    font-size: 14px;
  }
}
.block_contents .inner .list_profile .column {
  width: 22%;
  margin-right: 4%;
  margin-bottom: 4%;
}
.block_contents .inner .list_profile .column:nth-child(4n) {
  margin-right: 0;
}
@media (max-width: 896px) {
  .block_contents .inner .list_profile .column {
    width: 48%;
    margin-right: 4%;
    margin-bottom: 10%;
  }
  .block_contents .inner .list_profile .column:nth-child(2n) {
    margin-right: 0;
  }
}
.block_contents .inner .list_profile .column a {
  display: block;
}
.block_contents .inner .list_profile .column a:hover figure {
  opacity: 0.5;
}
.block_contents .inner .list_profile .column a:hover .title_area .c_title {
  color: #f0908d;
}
.block_contents .inner .list_profile .column a figure {
  transition: all 0.5s 0s ease;
}
.block_contents .inner .list_profile .column a figure .img_wrap {
  position: relative;
  padding-top: 100%;
  border-radius: 10px;
  overflow: hidden;
}
.block_contents .inner .list_profile .column a figure .img_wrap img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0;
}
.block_contents .inner .list_profile .column a figure .img_wrap img.lazyloaded {
  opacity: 1;
  transition: all 0.5s 0s ease;
}
.block_contents .inner .list_profile .column a .title_area {
  margin-top: 10px;
}
@media (max-width: 896px) {
  .block_contents .inner .list_profile .column a .title_area {
    flex-direction: column; /* row row-reverse column */
  }
}
.block_contents .inner .list_profile .column a .title_area .c_title {
  transition: all 0.5s 0s ease;
  font-size: 16px;
  line-height: 1.5;
  font-weight: 700;
  color: #3a5576;
}
@media (max-width: 896px) {
  .block_contents .inner .list_profile .column a .title_area .c_title {
    font-size: 14px;
  }
}
.block_contents .inner .list_profile .link_btn {
  position: absolute;
  top: 0;
  right: 0;
}
.block_contents .inner .box_text {
  margin-top: 5%;
  font-size: 14px;
  line-height: 1.8;
}
@media (max-width: 896px) {
  .block_contents .inner .box_text {
    margin-top: 10%;
  }
}
.block_contents .inner .profile_entry {
  margin-top: 5%;
  display: flex;
  flex-direction: row; /* row row-reverse column */
  justify-content: space-between; /* flex-start  center  space-between */
  align-items: flex-start; /* flex-start  center  */
}
@media (max-width: 896px) {
  .block_contents .inner .profile_entry {
    margin-top: 10%;
  }
}
@media (max-width: 896px) {
  .block_contents .inner .profile_entry {
    flex-direction: column;
  }
}
.block_contents .inner .profile_entry .image_area {
  width: 48%;
}
@media (max-width: 896px) {
  .block_contents .inner .profile_entry .image_area {
    width: 100%;
  }
}
.block_contents .inner .profile_entry .text_area {
  width: 48%;
}
@media (max-width: 896px) {
  .block_contents .inner .profile_entry .text_area {
    width: 100%;
    margin-top: 5%;
  }
}
.block_contents .inner .profile_entry .text_area .c_title {
  font-size: 20px;
  font-weight: 700;
}
@media (max-width: 896px) {
  .block_contents .inner .profile_entry .text_area .c_title {
    font-size: 16px;
  }
}
.block_contents .inner .profile_entry .text_area p {
  margin-top: 10px;
  font-size: 14px;
  line-height: 1.8;
}
@media (max-width: 896px) {
  .block_contents .inner .profile_entry .text_area p {
    font-size: 12px;
  }
}
.block_contents .inner .title_area {
  margin-top: 5%;
}
@media (max-width: 896px) {
  .block_contents .inner .title_area {
    margin-top: 10%;
  }
}
.block_contents .inner .title_area figure {
  margin-bottom: 20px;
}
.block_contents .inner .title_area figure img {
  display: block;
  border-radius: 10px;
  opacity: 0;
}
.block_contents .inner .title_area figure img.lazyloaded {
  opacity: 1;
  transition: all 0.5s 0s ease;
}
.block_contents .inner .title_area time {
  display: block;
  font-size: 14px;
  font-family: "Manrope", "Noto Sans JP", "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-weight: 700;
  color: #f5c1b1;
}
@media (max-width: 896px) {
  .block_contents .inner .title_area time {
    font-size: 12px;
  }
}
.block_contents .inner .title_area .c_title {
  transition: all 0.5s 0s ease;
  font-size: 26px;
  line-height: 1.5;
  font-weight: 700;
  color: #3a5576;
}
@media (max-width: 896px) {
  .block_contents .inner .title_area .c_title {
    font-size: 16px;
  }
}
.block_contents .inner .title_area p {
  margin-top: 10px;
  font-size: 14px;
  line-height: 1.8;
}
@media (max-width: 896px) {
  .block_contents .inner .title_area p {
    font-size: 12px;
  }
}
.block_contents .inner .entry_area {
  margin-top: 5%;
  padding-bottom: 5%;
}
@media (max-width: 896px) {
  .block_contents .inner .entry_area {
    margin-top: 10%;
  }
}
.block_contents .inner .entry_area .sub_title01 {
  width: 100%;
  color: #FFF; /*文字色*/
  padding: 0.5em 1em; /*文字周りの余白*/
  line-height: 1.8; /*行高*/
  background: #3a5576; /*背景色*/
  font-size: 18px;
  vertical-align: middle;
  border-radius: 35px; /*左側の角を丸く*/
  margin-bottom: 3%;
}
@media (max-width: 896px) {
  .block_contents .inner .entry_area .sub_title01 {
    font-size: 16px;
    margin-bottom: 6%;
  }
}
.block_contents .inner .entry_area .sub_title02 {
  margin-bottom: 3%;
  font-size: 18px;
  color: #3a5576;
}
@media (max-width: 896px) {
  .block_contents .inner .entry_area .sub_title02 {
    font-size: 16px;
    margin-bottom: 6%;
  }
}
.block_contents .inner .entry_area .textarea {
  margin-bottom: 3%;
  font-size: 14px;
}
@media (max-width: 896px) {
  .block_contents .inner .entry_area .textarea {
    margin-bottom: 6%;
    font-size: 12px;
  }
}
.block_contents .inner .entry_area .textarea a {
  text-decoration: underline;
}
.block_contents .inner .entry_area .textarea p {
  margin-bottom: 3%;
}
.block_contents .inner .entry_area .textarea p:last-child {
  margin-bottom: 0;
}
.block_contents .inner .entry_area figure {
  margin-bottom: 3%;
}
@media (max-width: 896px) {
  .block_contents .inner .entry_area figure {
    margin-bottom: 6%;
  }
}
.block_contents .inner .entry_area figure img {
  display: block;
  border-radius: 10px;
}
.block_contents .inner .entry_area figure figcaption {
  display: block;
  margin-top: 5px;
  font-size: 14px;
  color: #666;
}
.block_contents .inner .entry_area .movie_area {
  margin-bottom: 3%;
}
@media (max-width: 896px) {
  .block_contents .inner .entry_area .movie_area {
    margin-bottom: 6%;
  }
}
.block_contents .inner .entry_area .movie_area .movie_wrap {
  position: relative;
  padding-top: 56.25%;
}
.block_contents .inner .entry_area .movie_area .movie_wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.block_contents .inner .entry_area .gallery_area {
  margin-bottom: 3%;
}
@media (max-width: 896px) {
  .block_contents .inner .entry_area .gallery_area {
    margin-bottom: 6%;
  }
}
.block_contents .inner .entry_area .gallery_area ul {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  margin-bottom: -4%;
}
@media (max-width: 896px) {
  .block_contents .inner .entry_area .gallery_area ul {
    margin-bottom: -4%;
  }
}
.block_contents .inner .entry_area .gallery_area ul li {
  width: 16.8%;
  margin-right: 4%;
  margin-bottom: 4%;
}
.block_contents .inner .entry_area .gallery_area ul li:nth-child(5n) {
  margin-right: 0;
}
@media (max-width: 896px) {
  .block_contents .inner .entry_area .gallery_area ul li {
    width: 48%;
    margin-right: 4%;
  }
  .block_contents .inner .entry_area .gallery_area ul li:nth-child(2n) {
    margin-right: 0;
  }
}
.block_contents .inner .entry_area .gallery_area ul li a {
  display: block;
  position: relative;
  padding-top: 75%;
  transition: all 0.5s 0s ease;
}
.block_contents .inner .entry_area .gallery_area ul li a:hover {
  opacity: 0.5;
}
.block_contents .inner .entry_area .gallery_area ul li a img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0;
}
.block_contents .inner .entry_area .gallery_area ul li a img.lazyloaded {
  opacity: 1;
  transition: all 0.5s 0s ease;
}
.block_contents .inner .entry_area .d_list {
  margin-bottom: 3%;
  border-top: 1px dotted #3a5576;
}
@media (max-width: 896px) {
  .block_contents .inner .entry_area .d_list {
    margin-bottom: 6%;
  }
}
.block_contents .inner .entry_area .d_list dl {
  display: flex;
  flex-direction: row; /* row row-reverse column */
  justify-content: space-between; /* flex-start  center  space-between */
  align-items: flex-start; /* flex-start  center  */
  border-bottom: 1px dotted #3a5576;
}
.block_contents .inner .entry_area .d_list dl dt {
  width: 30%;
  padding: 10px;
  font-size: 14px;
  background: #eee;
}
@media (max-width: 896px) {
  .block_contents .inner .entry_area .d_list dl dt {
    font-size: 12px;
  }
}
.block_contents .inner .entry_area .d_list dl dd {
  width: 70%;
  padding: 10px;
  font-size: 14px;
}
@media (max-width: 896px) {
  .block_contents .inner .entry_area .d_list dl dd {
    font-size: 12px;
  }
}
.block_contents .inner .entry_area .column_area {
  margin-top: 3%;
  display: flex;
  flex-direction: row; /* row row-reverse column */
  justify-content: space-between; /* flex-start  center  space-between */
  align-items: flex-start; /* flex-start  center  */
}
@media (max-width: 896px) {
  .block_contents .inner .entry_area .column_area {
    flex-direction: column; /* row row-reverse column */
    margin-bottom: 6%;
  }
}
.block_contents .inner .entry_area .column_area .column {
  width: 50%;
  margin-right: 3%;
}
@media (max-width: 896px) {
  .block_contents .inner .entry_area .column_area .column {
    width: 100%;
    margin-right: 0;
    margin-bottom: 6%;
  }
  .block_contents .inner .entry_area .column_area .column:last-child {
    margin-bottom: 0;
  }
}
.block_contents .inner .entry_area .column_area .column:last-child {
  margin-right: 0;
}
.block_contents .inner .entry_area .column_area .column figure {
  margin-bottom: 3%;
}
@media (max-width: 896px) {
  .block_contents .inner .entry_area .column_area .column figure {
    margin-bottom: 6%;
  }
}
.block_contents .inner .entry_area .column_area .column figure:last-child {
  margin-bottom: 0;
}
.block_contents .inner .entry_area .column_area .column .sub_title03 {
  font-size: 16px;
  margin-bottom: 3%;
  font-size: 16px;
  font-weight: 800;
}
@media (max-width: 896px) {
  .block_contents .inner .entry_area .column_area .column .sub_title03 {
    font-size: 14px;
    margin-bottom: 6%;
  }
}
.block_contents .inner .entry_area .column_area .column .sub_title03:last-child {
  margin-bottom: 0;
}
.block_contents .inner .entry_area .column_area .column p {
  margin-bottom: 3%;
  font-size: 14px;
}
@media (max-width: 896px) {
  .block_contents .inner .entry_area .column_area .column p {
    margin-bottom: 6%;
  }
}
.block_contents .inner .entry_area .column_area .column p:last-child {
  margin-bottom: 0;
}
.block_contents .inner .entry_area .link_btn_area {
  margin-bottom: 3%;
}
@media (max-width: 896px) {
  .block_contents .inner .entry_area .link_btn_area {
    margin-bottom: 6%;
  }
}
.block_contents .inner .entry_area .link_btn_area a {
  display: inline-block;
  font-size: 16px;
  border: 1px #3a5576 solid;
  border-radius: 100px;
  color: #3a5576;
  padding: 10px 20px;
  transition: all 0.5s 0s ease;
}
.block_contents .inner .entry_area .link_btn_area a:hover {
  background: #f5c1b1;
  border: 1px #FFF solid;
}

/*----------------------------------------------------
  .block_footer
--------------------------------------------------- */
.block_footer {
  padding: 10% 0 40px;
}
.block_footer .inner {
  padding: 0 5vw;
  margin: 0 auto;
  max-width: 2200px;
}
@media (max-width: 896px) {
  .block_footer .inner {
    padding: 0 20px;
    flex-direction: column; /* row row-reverse column */
  }
}
.block_footer .inner .page_top {
  display: flex;
  flex-direction: row; /* row row-reverse column */
  justify-content: flex-end; /* flex-start  center  space-between */
  align-items: center; /* flex-start  center  */
}
.block_footer .inner .page_top a {
  display: flex;
  flex-direction: row; /* row row-reverse column */
  justify-content: flex-start; /* flex-start  center  space-between */
  align-items: center; /* flex-start  center  */
  transition: all 0.5s 0s ease;
  border: 1px #3a5576 solid;
  padding: 10px 20px;
  border-radius: 60px;
}
.block_footer .inner .page_top a:hover {
  opacity: 0.5;
}
.block_footer .inner .page_top a:hover .icon svg {
  animation: btn_arrow_hb 0.5s cubic-bezier(0.77, 0, 0.175, 1) forwards;
}
.block_footer .inner .page_top a .icon {
  vertical-align: middle;
  line-height: 1;
  width: 20px;
  height: 20px;
  border-radius: 20px;
  overflow: hidden;
  background: #3a5576;
  color: #FFF;
  margin-right: 15px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  transform: rotate(-90deg);
}
.block_footer .inner .page_top a .icon svg {
  width: 8px;
  fill: #FFF;
  height: auto;
  vertical-align: middle;
}
.block_footer .inner .page_top a .t {
  font-size: 13px;
  font-family: "Manrope", "Noto Sans JP", "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  letter-spacing: 0.02em;
}
@media (max-width: 896px) {
  .block_footer .inner .page_top a .t {
    font-size: 12px;
  }
}
.block_footer .inner .f_wrap {
  display: flex;
  flex-direction: row-reverse; /* row row-reverse column */
  justify-content: space-between; /* flex-start  center  space-between */
  align-items: center; /* flex-start  center  */
}
.block_footer .inner .copyright {
  font-size: 10px;
  font-family: "Manrope", "Noto Sans JP", "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  letter-spacing: 0.02em;
}
@media (max-width: 896px) {
  .block_footer .inner .copyright {
    margin-top: 20px;
  }
}

/*----------------------------------------------------
  .block_title
--------------------------------------------------- */
.block_title {
  padding: 0 0 0 3vw;
  margin: 0 auto;
  max-width: 2400px;
  position: relative;
}
@media (max-width: 896px) {
  .block_title {
    padding: 0 0 0 5vw;
    overflow: hidden;
  }
}
.block_title .textarea {
  position: relative;
  top: 0px;
  left: 0;
  z-index: 1;
  margin-top: 130px;
}
@media (max-width: 896px) {
  .block_title .textarea {
    position: relative;
    top: 0vw;
    left: 0vw;
    margin-top: 30px;
  }
}
.block_title .textarea .title {
  width: 140px;
  opacity: 0;
  transform: scale(1, 1) translate(0%, 10px);
}
body.pageLoad .block_title .textarea .title {
  transition: all 0.5s 0s ease;
  transform: scale(1, 1) translate(0%, 0px);
  opacity: 1;
}

@media (max-width: 896px) {
  .block_title .textarea .title {
    width: 80px;
  }
}
.block_title .textarea .title::after {
  content: "";
  display: block;
  width: 0px;
  height: 1px;
  background: #000;
  margin-top: 40px;
}
@media (max-width: 896px) {
  .block_title .textarea .title::after {
    margin-top: 0px;
    position: absolute;
    top: 5px;
    left: 90px;
  }
}
body.pageLoad .block_title .textarea .title::after {
  transition: all 0.8s 0s cubic-bezier(0.77, 0, 0.175, 1);
  width: 190px;
}
@media (max-width: 896px) {
  body.pageLoad .block_title .textarea .title::after {
    width: 14vw;
  }
}

/*----------------------------------------------------
.block_pager
--------------------------------------------------- */
.block_pager {
  text-align: center;
  margin-top: 5%;
  padding-bottom: 40px;
  display: flex;
  flex-direction: row; /* row row-reverse column */
  justify-content: flex-start; /* flex-start  center  space-between */
  align-items: center; /* flex-start  center  */
}
@media (max-width: 896px) {
  .block_pager {
    margin-top: 10%;
  }
}
.block_pager .page-numbers {
  width: 50px;
  height: 50px;
  margin: 0 10px;
  font-family: "Manrope", "Noto Sans JP", "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-weight: 700;
  font-size: 16px;
  color: #FFF;
  background: #3a5576;
  border-radius: 50%;
  position: relative;
  transition: all 0.3s;
  display: flex;
  flex-direction: row; /* row row-reverse column */
  justify-content: center; /* flex-start  center  space-between */
  align-items: center; /* flex-start  center  */
}
@media (max-width: 896px) {
  .block_pager .page-numbers {
    width: 30px;
    height: 30px;
    font-size: 12px;
  }
}
.block_pager .page-numbers.current {
  background: #f0908d;
  color: #fff;
}
.block_pager .page-numbers.dots {
  border: none;
  background: none;
  color: #333;
}
.block_pager .page-numbers:hover {
  background: #f0908d;
  color: #FFF;
}
.block_pager a.prev,
.block_pager .prev a {
  margin: 0 10px;
  width: 50px;
  height: 50px;
  display: flex;
  flex-direction: row; /* row row-reverse column */
  justify-content: center; /* flex-start  center  space-between */
  align-items: center; /* flex-start  center  */
  color: #333;
  border-radius: 50px;
  transition: all 0.5s 0s ease;
  text-indent: -9999px;
  background: #3a5576 url(../img/common/arrow_prev_w.svg) no-repeat center center;
  background-size: 20px;
}
@media (max-width: 896px) {
  .block_pager a.prev,
  .block_pager .prev a {
    width: 30px;
    height: 30px;
    background: #3a5576 url(../img/common/arrow_prev_w.svg) no-repeat center center;
    background-size: 10px;
  }
}
.block_pager a.prev:hover,
.block_pager .prev a:hover {
  background: #f0908d url(../img/common/arrow_prev_w.svg) no-repeat center center;
  background-size: 20px;
}
@media (max-width: 896px) {
  .block_pager a.prev:hover,
  .block_pager .prev a:hover {
    width: 30px;
    height: 30px;
    background: #3a5576 url(../img/common/arrow_prev_w.svg) no-repeat center center;
    background-size: 10px;
  }
}
.block_pager a.next,
.block_pager .next a {
  margin: 0 10px;
  width: 50px;
  height: 50px;
  display: flex;
  flex-direction: row; /* row row-reverse column */
  justify-content: center; /* flex-start  center  space-between */
  align-items: center; /* flex-start  center  */
  border-radius: 50px;
  color: #333;
  transition: all 0.5s 0s ease;
  text-indent: -9999px;
  background: #3a5576 url(../img/common/arrow_next_w.svg) no-repeat center center;
  background-size: 20px;
}
@media (max-width: 896px) {
  .block_pager a.next,
  .block_pager .next a {
    width: 30px;
    height: 30px;
    background: #3a5576 url(../img/common/arrow_next_w.svg) no-repeat center center;
    background-size: 10px;
  }
}
.block_pager a.next:hover,
.block_pager .next a:hover {
  background: #f0908d url(../img/common/arrow_next_w.svg) no-repeat center center;
  background-size: 20px;
}
@media (max-width: 896px) {
  .block_pager a.next:hover,
  .block_pager .next a:hover {
    width: 30px;
    height: 30px;
    background: #3a5576 url(../img/common/arrow_next_w.svg) no-repeat center center;
    background-size: 10px;
  }
}
.block_pager a.list {
  display: flex;
  flex-direction: row; /* row row-reverse column */
  justify-content: center; /* flex-start  center  space-between */
  align-items: center; /* flex-start  center  */
  background: #333;
  border-radius: 50px;
  margin: 0 10px;
  color: #333;
  padding: 0 20px;
  width: auto;
  height: 40px;
  line-height: 40px;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.05em;
  font-style: normal;
  transition: all 0.5s 0s ease;
  background: #3a5576;
}
.block_pager a.list:hover {
  background: #333;
  color: #3a5576;
}/*# sourceMappingURL=common.css.map */