@charset "utf-8";

/*! destyle.css v3.0.0 | MIT License | https://github.com/nicolas-cusan/destyle.min.css */
*,::before,::after{box-sizing:border-box;border-style:solid;border-width:0}html{line-height:1.15;-webkit-text-size-adjust:100%;-webkit-tap-highlight-color:transparent}body{margin:0}main{display:block}p,table,blockquote,address,pre,iframe,form,figure,dl{margin:0}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit;margin:0}ul,ol{margin:0;padding:0;list-style:none}dt{font-weight:700}dd{margin-left:0}hr{box-sizing:content-box;height:0;overflow:visible;border-top-width:1px;margin:0;clear:both;color:inherit}pre{font-family:monospace,monospace;font-size:inherit}address{font-style:inherit}a{background-color:transparent;text-decoration:none;color:inherit}abbr[title]{text-decoration:underline dotted}b,strong{font-weight:bolder}code,kbd,samp{font-family:monospace,monospace;font-size:inherit}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}svg,img,embed,object,iframe{vertical-align:bottom}button,input,optgroup,select,textarea{-webkit-appearance:none;appearance:none;vertical-align:middle;color:inherit;font:inherit;background:transparent;padding:0;margin:0;border-radius:0;text-align:inherit;text-transform:inherit}[type="checkbox"]{-webkit-appearance:checkbox;appearance:checkbox}[type="radio"]{-webkit-appearance:radio;appearance:radio}button,[type="button"],[type="reset"],[type="submit"]{cursor:pointer}button:disabled,[type="button"]:disabled,[type="reset"]:disabled,[type="submit"]:disabled{cursor:default}:-moz-focusring{outline:auto}select:disabled{opacity:inherit}option{padding:0}fieldset{margin:0;padding:0;min-width:0}legend{padding:0}progress{vertical-align:baseline}textarea{overflow:auto}[type="number"]::-webkit-inner-spin-button,[type="number"]::-webkit-outer-spin-button{height:auto}[type="search"]{outline-offset:-2px}[type="search"]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}label[for]{cursor:pointer}details{display:block}summary{display:list-item}[contenteditable]:focus{outline:auto}table{border-color:inherit}caption{text-align:left}td,th{vertical-align:top;padding:0}th{text-align:left;font-weight:700}

:root {
  --ggs: 0.8;
}
@media only screen and (max-width: 896px) {
  :root {
    --ggs: 0.5;
  }
}

/*
font-family: 'Montserrat', sans-serif;
font-family: 'Noto Sans JP', sans-serif;
*/

.index-section{
  padding: 0;
}

.grecaptcha-badge {
  display: none;
}

html, body {
  font-family: 'Noto Sans JP',"Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-size: 16px;
  line-height: 2;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0.1em;
  color: #333;
  background: #FFF;
  font-feature-settings: "palt";
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
  min-height: 100%;
}
body.top,body.page{
  background: #459eef url(../img/common/top_bg.jpg) no-repeat center center;
  background-size: cover;
  background-attachment: fixed;
  color: #FFF;
}
.pc_only {
  display: block;
}

.sp_only {
  display: none;
}

@media only screen and (max-width: 896px) {
  
  body.top,body.page{
    background: #459eef ;
    color: #FFF;
  }
  body.top:before,body.page:before{
    content: "";
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: #459eef url(../img/common/top_bg_sp.jpg) no-repeat center center;
    background-size: cover;
  }
  body.page:after{
    content: "";
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background:rgb(0 0 0 / 40%);
  }
  .pc_only {
    display: none;
  }
  .sp_only {
    display: block;
  }
  .body_bg{

  }
}
img {
  width: 100%;
  height: auto;
}

::selection {
  background: #333333;
  color: #fff;
}
::-moz-selection {
  background: #ccc;
  color: #fff;
}


/*----------------------------------------------------
 link
--------------------------------------------------- */
a:link, a:visited, a:active {
  color: #050505;
  text-decoration: none;
  -webkit-tap-highlight-color: transparent;
}

a:hover {
  text-decoration: none;
}

/*----------------------------------------------------
 slick
--------------------------------------------------- */
.slick-slider{position:relative;display:block;box-sizing:border-box;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-touch-callout:none;-khtml-user-select:none;-ms-touch-action:pan-y;touch-action:pan-y;-webkit-tap-highlight-color:transparent}.slick-list{position:relative;display:block;overflow:hidden;margin:0;padding:0}.slick-list:focus{outline:none}.slick-list.dragging{cursor:pointer;cursor:hand}.slick-slider .slick-track,.slick-slider .slick-list{-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0);-o-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.slick-track{position:relative;top:0;left:0;display:block}.slick-track:before,.slick-track:after{display:table;content:''}.slick-track:after{clear:both}.slick-loading .slick-track{visibility:hidden}.slick-slide{display:none;float:left;height:100%;min-height:1px}[dir='rtl'] .slick-slide{float:right}.slick-slide img{display:block}.slick-slide.slick-loading img{display:none}.slick-slide.dragging img{pointer-events:none}.slick-initialized .slick-slide{display:block}.slick-loading .slick-slide{visibility:hidden}.slick-vertical .slick-slide{display:block;height:auto;border:1px solid transparent}.slick-arrow.slick-hidden{display:none}.slick-prev{display:block;position:absolute;top:50%;z-index:10;border:none;text-indent:-9999px;cursor:pointer;-webkit-transition:all 0.5s 0s ease;transition:all 0.5s 0s ease;width:40px;height:40px;left:50%;margin-left:-540px}.slick-next{display:block;position:absolute;top:50%;z-index:10;border:none;text-indent:-9999px;cursor:pointer;-webkit-transition:all 0.5s 0s ease;transition:all 0.5s 0s ease;width:40px;height:40px;left:50%;margin-left:430px}.slide .slick-disabled{opacity:.2}@media only screen and (max-width:896px){.slide .slick-prev:hover{opacity:1}.slide .slick-next:hover{opacity:1}.slick-prev{top:50%;left:15px;margin-top:-15px;background-size:30px auto;width:30px;height:30px;z-index:10}.slick-next{top:50%;right:15px;margin-top:-15px;background-size:30px auto;width:30px;height:30px;z-index:10}.slick-prev:hover,.slick-next:hover{-webkit-transform:scale3d(1,1,1) translate(0,0) rotate(0deg);-moz-transform:scale3d(1,1,1) translate(0,0) rotate(0deg);-ms-transform:scale3d(1,1,1) translate(0,0) rotate(0deg);-o-transform:scale3d(1,1,1) translate(0,0) rotate(0deg);transform:scale3d(1,1,1) translate(0,0) rotate(0deg)}}

/*----------------------------------------------------
  .scrollview
--------------------------------------------------- */
.scrollview {
  transition: all 0.8s 0s ease;
  opacity: 0;
  transform: scale(1, 1) translate(-0%, 20px);
}

.scrollview.view {
  opacity: 1;
  transform: scale(1, 1) translate(-0%, 0%);
}


/*----------------------------------------------------
 loading
--------------------------------------------------- */
#loading {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 100;
  background:#FFF url(../img/common/logo.svg) no-repeat center center;
  background-size: 100px;
}
#loading.out {
  opacity: 0;
  transition: all 0.6s 0.2s linear;
}
@media only screen and (max-width: 896px) {

}

/*----------------------------------------------------
  .block_common_header
--------------------------------------------------- */
.block_common_header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 200;
  width: 100%;
  height: 60px;
  background: rgb(255 255 255 / 0%);
  /* border-bottom: 10px rgba(69, 158, 239, 0) solid; */
  box-shadow: 0px 10px 30px 0px rgb(51 51 51 / 5%);
  /* border-bottom: 1px #459eef solid; */
  transition: all 0.6s 0s ease;
}
body.page_scroll .block_common_header,
body.menu_open .block_common_header {
  background: rgb(255 255 255 / 80%);
  /* border-bottom: 10px rgba(69, 158, 239, 1) solid; */
}
.block_common_header .logo{
  position: absolute;
  top: 10px;
  left: 20px;
  width: 270px;
}
.block_common_header ul.menu{
  position: absolute;
  top: 0;
  left: 312px;
  height: 100%;
  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  */
}
.block_common_header ul.menu li{
  height: 100%;
  display: flex;
  border-left: 1px rgba(3, 110,184,0.2) solid;
}
.block_common_header ul.menu li:last-child{
  border-right: 1px rgba(3, 110,184,0.2) solid;
}
.block_common_header ul.menu li a{
  height: 100%;
  display: flex;
  flex-direction: row; /* row row-reverse column */
  justify-content: center; /* flex-start  center  space-between */
  align-items: center; /* flex-start  center  */
  padding: 0 20px;
  font-size: 14px;
  letter-spacing: 0.05em;
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  color: #459eef;
  transition: all 0.5s 0s ease;
}
.block_common_header ul.menu li a:hover,
.block_common_header ul.menu li a.active{
  background: #459eef;
  color: #FFF;
}
.block_common_header .logo_earth{
  position: absolute;
  top: 18px;
  right: 220px;
  width: 160px;
  line-height: 1;
}
.block_common_header .logo_earth a{
  display: block;
  background: url(../img/common/logo_earth_w.svg)no-repeat center center;
  background-size: contain;
  transition: all 0.5s 0s ease;
}
.block_common_header .logo_earth img{
  opacity: 0;
  vertical-align: top;
  transition: all 0.5s 0s ease;
}
body.page_scroll .block_common_header .logo_earth a,
body.event .block_common_header .logo_earth a{
  background: none;
}
body.page_scroll .block_common_header .logo_earth img,
body.event .block_common_header .logo_earth img{
  opacity: 1;
}
.block_common_header ul.sns{
  position: absolute;
  top: 13px;
  right: 96px;
  height: 100%;
  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  */
}
.block_common_header ul.sns li{
  height: 100%;
  display: flex;
  margin-left: 10px;
}
.block_common_header .sns li a{
  width: 30px;
  height: 30px;
  background: #FFF;
  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: 30px;
  transition: all 0.5s 0s ease;
}
.block_common_header .sns li a:active{
  background: #364ea2;
}
.block_common_header .sns li a svg{
  width: 50%;
  fill: #364ea2;
  transition: all 0.5s 0s ease;
}
.block_common_header .sns li a:active svg{
  fill: #FFF;
}
.block_common_header .sns li a:hover svg{
  fill: #FFF;
}
.block_common_header .sns li a:hover{
  background: #364ea2;
  color: #FFF;
}
body.page_scroll .block_common_header .sns li a{
  background: #364ea2;
}
body.page_scroll .block_common_header .sns li a:active{
  background: #364ea2;
}
body.page_scroll .block_common_header .sns li a svg{
  fill: #FFF;
}
body.page_scroll .block_common_header .sns li a:active svg{
  fill: #364ea2;
}
body.page_scroll .block_common_header .sns li a:hover svg{
  fill: #364ea2;
}
body.page_scroll .block_common_header .sns li a:hover{
  background: #FFF;
  color: #364ea2;
}
@media only screen and (max-width: 896px) {
  .block_common_header{
    height: 60px;
    /* border-bottom: 5px #459eef solid; */
  }
  body.page_scroll .block_common_header{
    background: rgb(255 255 255 / 0%);
  }
  body.menu_open .block_common_header {
    background: rgb(255 255 255 / 80%);
  }
  .block_common_header .logo{
    position: absolute;
    width: 233px;
    left: 15px;
    top: 8px;
  }
  .block_common_header ul.menu{
    display: none;
  }
  .block_common_header ul.sns{
    display: none;
  }
  .block_common_header .logo_earth{
    display: none;
  }
}

/*----------------------------------------------------
  .sp_menu
--------------------------------------------------- */
.block_navi a {
  position: fixed;
  display: block;
  z-index: 10;
  top: 0%;
  right: 0px;
  width: 80px;
  height: 80px;
  background: #459eef;
  box-shadow: 0px 10px 30px 0px rgb(51 51 51 / 20%);
}
.block_navi a:hover{
}
body.menu_open .block_navi a{
}
.block_navi a .wrap {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 15px;
  height: 15px;
  margin-top: -8px;
  margin-left: -7px;
  overflow: hidden;
  transition: all 0.4s 0s ease;
}
.block_navi a span.l1 {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 15px;
  height: 1px;
  margin-top: -6px;
  margin-left: -7px;
  background: #FFF;
  transform-origin: center center;
  transition: all 0.6s 0s cubic-bezier(0.875, 0.005, 0.090, 0.990);
}
.block_navi a span.l2 {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 15px;
  height: 1px;
  margin-top: 0px;
  margin-left: -7px;
  background: #FFF;
  transform-origin: center center;
  transition: all 0.6s 0s cubic-bezier(0.875, 0.005, 0.090, 0.990);
}
.block_navi a span.l3 {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 15px;
  height: 1px;
  margin-top: 6px;
  margin-left: -7px;
  background: #FFF;
  transform-origin: center center;
  transition: all 0.6s 0s cubic-bezier(0.875, 0.005, 0.090, 0.990);
}
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);
  }
@media only screen and (max-width: 896px) {
  .block_navi a {
    width: 60px;
    height: 60px;
  }
}

/*----------------------------------------------------
  .block_sp_menu
--------------------------------------------------- */
.body_bg {
  display: block;
  position: fixed;
  top: 0%;
  right: 0px;
  width: 100%;
  height: 100%;
  z-index: 10;
  background: rgba(0, 0, 0, 0.5);
  opacity: 0;
  visibility: hidden;
  transition: all 0.8s 0s ease;
}
body.menu_open .body_bg{
  opacity: 1;
  visibility: visible;
}
.block_sp_menu{
  display: block;
  position: fixed;
  top: 0;
  right: 0px;
  width: 500px;
  height: 100%;
  overflow-y: auto;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
  background: #459eef;
  box-sizing: border-box;
  z-index: 110;
  transform:translate(101%, 0%);
  transition: all 0.6s 0s cubic-bezier(0.875, 0.005, 0.090, 0.990);
}
body.menu_open .block_sp_menu{
  transform:translate(0%, 0%);
}
.block_sp_menu .inner{
  padding-top: 60px;
}
.block_sp_menu .event{
  padding: 40px 40px 40px 40px;
  background: #364ea2;
  color: #FFF;
}
.block_sp_menu .event .event_name{
  font-size: 14px;
  line-height: 1.5;
  font-weight: 700;
  margin-bottom: 40px;
}
.block_sp_menu .inner ul.menu{
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.block_sp_menu .inner ul.menu > li{
  width: 50%;
  position: relative;
  margin-bottom: 20px;
}
.block_sp_menu .inner ul.menu > li a{
  display: block;
  font-size: 18px;
  font-family: 'Montserrat', cursive;
  letter-spacing: 0.05em;
  line-height: 1;
  font-weight: 700;
  color: #FFF;
  padding: 4px 0;
}
.block_sp_menu .inner ul.menu > li .none{
  display: block;
  font-size: 18px;
  font-family: 'Montserrat', cursive;
  letter-spacing: 0.05em;
  line-height: 1;
  font-weight: 700;
  color: #FFF;
  opacity: 0.5;
  padding: 4px 0;
}
.block_sp_menu .inner ul.menu > li .none:after{
  content: "Coming Soon!";
  font-size: 12px;
  margin-left: 10px;
}
.block_sp_menu .earthday {
  padding: 40px 40px 40px 40px;
}
.block_sp_menu .earthday .logo_earth{
  width: 220px;
  margin-bottom: 40px;
}

.block_sp_menu .inner ul.event_banner{
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  margin-bottom: 40px;
}
.block_sp_menu .inner ul.event_banner > li{
  margin-bottom: 20px;
}
.block_sp_menu .inner ul.event_banner > li a{
  display: block;
}
.block_sp_menu .inner ul.menu{
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.block_sp_menu .inner ul.menu > li{
  width: 50%;
  position: relative;
  margin-bottom: 20px;
}
.block_sp_menu .earthday ul.menu > li a{
  display: block;
  font-size: 18px;
  font-family: 'Montserrat', cursive;
  letter-spacing: 0.05em;
  line-height: 1;
  font-weight: 700;
  color: #FFF;
  padding: 4px 0;
}
.block_sp_menu .earthday ul.menu > li .none{
  display: block;
  font-size: 18px;
  font-family: 'Montserrat', cursive;
  letter-spacing: 0.05em;
  line-height: 1;
  font-weight: 700;
  color: #364ea2;
  opacity: 0.5;
  padding: 4px 0;
}
.block_sp_menu .earthday ul.menu > li .none:after{
  content: "Coming Soon!";
  font-size: 12px;
  margin-left: 10px;
}
.block_sp_menu ul.sns{
  margin-top: 40px;
  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  */
}
.block_sp_menu ul.sns li{
  height: 100%;
  display: flex;
  margin-right: 10px;
}
.block_sp_menu .sns li a{
  width: 30px;
  height: 30px;
  background: #364ea2;
  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: 30px;
}
.block_sp_menu .sns li a:active{
  background: #364ea2;
}
.block_sp_menu .sns li a svg{
  width: 50%;
  fill: #FFF;
}
.block_sp_menu .sns li a:active svg{
  fill: #364ea2;
}
.block_sp_menu .sns li a:hover svg{
  fill: #364ea2;
}
.block_sp_menu .sns li a:hover{
  background: #FFF;
  color: #364ea2;
}
@media only screen and (max-width: 896px) {
  .block_sp_menu{
    width: 100vw;
  }
  body.menu_open .block_sp_menu{
  }
  .block_sp_menu .event{
  }
  .block_sp_menu .event .event_name{
  }
  .block_sp_menu .inner ul.menu{
  }
  .block_sp_menu .inner ul.menu > li{
  }
  .block_sp_menu .inner ul.menu > li a{
  }
  .block_sp_menu .inner ul.menu > li .none{
  }
  .block_sp_menu .inner ul.menu > li .none:after{
    content: "Coming Soon!";
    display: block;
    font-size: 8px;
    padding-top: 4px;
    margin-left: 0px;
  }
  .block_sp_menu .earthday {
  }
  .block_sp_menu .earthday .logo_earth{
  }
  
  .block_sp_menu .inner ul.menu{
  }
  .block_sp_menu .inner ul.menu > li{
  }
  .block_sp_menu .earthday ul.menu > li a{
  }
  .block_sp_menu .earthday ul.menu > li .none{
  }
  .block_sp_menu .earthday ul.menu > li .none:after{
  }
  .block_sp_menu ul.sns{
  }
  .block_sp_menu ul.sns li{
  }
  .block_sp_menu .sns li a{
  }
  .block_sp_menu .sns li a:active{
  }
  .block_sp_menu .sns li a svg{
  }
  .block_sp_menu .sns li a:active svg{
  }
  .block_sp_menu .sns li a:hover svg{
  }
  .block_sp_menu .sns li a:hover{
  }
}

/*----------------------------------------------------
  .wrapper
--------------------------------------------------- */

.wrapper {
  overflow: hidden;
  position: relative;
  padding-top: 60px;
}
@media only screen and (min-width: 897px) {
  .wrapper {
    overflow: hidden;
    position: relative;
    padding-top: 60px;
  }
}

/*----------------------------------------------------
  .block_footer
--------------------------------------------------- */
.block_footer{
  position: relative;
  width: 100%;
  background: #333689;
  z-index: 1;
}
.block_footer .sdgs{
  background: #FFF;
  text-align: center;
  padding: 40px;
  border-top:1px #333689 solid;
}
.block_footer .sdgs .sdgs_logo{
  display:block;
  width: 300px;
  margin:0 auto;
  margin-bottom: 20px;
}
.block_footer .sdgs .message{
  display:block;
  color: #333689;
  font-size: 14px;
  margin-bottom: 20px;
  font-family: 'YakuHanJP','Noto Sans JP', "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, "游ゴシック体", "Yu Gothic", YuGothic, sans-serif;
}
.block_footer .sdgs .btn{
  display: block;
  vertical-align: middle;
}

.block_footer .sdgs .btn a{
  display: inline-block;
  line-height: 60px;
  margin: 0 auto;
  padding: 0 100px;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0.05em;
  border-radius: 60px;
  -webkit-border-radius: 60px;
  -moz-border-radius: 60px;
  border: 1px #333689 solid;
  background: #333689;
  color: #FFF;
  -webkit-transition: all 0.4s 0.0s ease;
  -moz-transition: all 0.4s 0.0s ease;
  transition: all 0.4s 0.0s ease;
  position: relative;
}
.block_footer .sdgs .btn a:hover{
  background: #FFF;
  color: #333689;
}
.block_footer .pagetop{
  background: #FFF;
  border-top:1px #333689 solid;
  text-align: center;
}
.block_footer .pagetop a{
  display: block;
  color: #333689;
  font-size: 14px;
  line-height: 40px;
  font-weight: bold;
  font-family: 'Montserrat', sans-serif;
  -webkit-transition: all 0.5s 0s ease;
     -moz-transition: all 0.5s 0s ease;
          transition: all 0.5s 0s ease;
}
.block_footer .pagetop a:hover{
  color: #FFF;
  background: #333689;
}
.block_footer .logo{
  width: 300px;
  margin:0 auto;
  text-align: center;
  margin-top: 40px;
}
.block_footer .office{
  text-align: center;
  margin-top: 40px;
  color: #FFF;
}
.block_footer .office .o_title{
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0.1em;
}
.block_footer .office p{
  font-size: 16px;
  letter-spacing: 0.05em;
}
.block_footer .follow{
  text-align: center;
  margin-top: 40px;
  border-bottom: 1px #FFF solid;
  padding-bottom: 40px;
}
.block_footer .follow .f_title{
  display: inline-block;
  font-weight: bold;
  vertical-align: middle;
  color: #FFF;
  font-size: 24px;
  font-family: 'Montserrat', sans-serif;
}
.block_footer .follow .f_title span{
  display: inline-block;
  font-weight: normal;
  vertical-align: middle;
  margin-left: 10px;
  font-size: 14px;
  font-family: 'YakuHanJP','Noto Sans JP', "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, "游ゴシック体", "Yu Gothic", YuGothic, sans-serif;
}
.block_footer .follow ul{
  margin-left: 20px;
  display: inline-block;
}
.block_footer .follow ul li{
  display: inline-block;
  margin-right: 10px;
}
.block_footer .follow ul li a{
  display: block;
  font-size: 18px;
  line-height: 40px;
  color: #FFF;
  width: 40px;
  height: 40px;
  border:1px #FFF solid;
  border-radius: 40px;
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
  -webkit-transition: all 0.5s 0s ease;
     -moz-transition: all 0.5s 0s ease;
          transition: all 0.5s 0s ease;
}
.block_footer .follow ul li a:hover{
  background: #FFF;
  color: #333689;
}
.block_footer .footer_menu{
  text-align: center;
  margin-top: 40px;
}
.block_footer .footer_menu ul li{
  display: inline-block;
}
.block_footer .footer_menu ul li:after{
  content: "|";
  padding-right: 10px;
  margin-left: 10px;
  color: #FFF;
  font-size: 10px;
}
.block_footer .footer_menu ul li:last-child:after{
  display: none;
}
.block_footer .footer_menu ul li a{
  font-size: 14px;
  letter-spacing: 0.05em;
  color: #FFF;
  text-decoration: underline;
}
.block_footer .footer_menu ul li a:hover{
  text-decoration: none;
}
.block_footer .inner{
  width: 100%;
  text-align: center;
}

.block_footer .inner .copyright{
  background: #FFF;
  color: #333689;
  line-height: 40px;
  font-size: 10px;
  margin-top: 20px;
  font-weight: bold;
  font-family: 'Montserrat', sans-serif;
}

@media only screen and (max-width: 896px) {
  .block_footer{
  }

  .block_footer .sdgs{
    padding: 40px 20px;
  }
  .block_footer .sdgs .sdgs_logo{
    width: 80%;
    margin:0 auto;
    margin-bottom: 20px;
  }
  .block_footer .sdgs .message{
    font-size: 14px;
    margin-bottom: 20px;
  }
  .block_footer .sdgs .btn{
  }
  .block_footer .sdgs .btn a{
    display: block;
    line-height: 50px;
    padding: 0 0px;
    margin: 0 auto;
    font-size: 14px;
    border-radius: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
  }
  .block_footer .sdgs .btn a:after{
  }
  .block_footer .sdgs .btn a:hover{
  }
  .block_footer .pagetop{
  }
  .block_footer .pagetop a{
    font-size: 10px;
  }
  .block_footer .pagetop a:hover{
  }
  .block_footer .logo{
    width: 70%;
    margin:0 auto;
    margin-top: 40px;
  }
  .block_footer .office{
  }
  .block_footer .office .o_title{
  }
  .block_footer .office p{
  }
  .block_footer .follow{
  }
  .block_footer .follow .f_title{
    display: block;
    font-size: 16px;
    margin-bottom: 20px;
  }
  .block_footer .follow .f_title span{
    display:block;
    margin-left: 0px;
  }
  .block_footer .follow ul{
    margin-left: 0px;
  }
  .block_footer .follow ul li{
    display: inline-block;
    margin:0 5px;
  }
  .block_footer .follow ul li a{
  }
  .block_footer .follow ul li a:hover{
  }
  .block_footer .footer_menu{
    text-align: center;
    margin-top: 20px;
    padding-bottom: 20px;
  }
  .block_footer .footer_menu ul{
    overflow: hidden;
    margin:0 20px;
  }
  .block_footer .footer_menu ul li{
    float: left;
    width: 50%;
    display:block;
    margin:0px;
  }
  .block_footer .footer_menu ul li:after{
    display: none;
  }
  .block_footer .footer_menu ul li a{
    font-size: 14px;
  }
  .block_footer .footer_menu ul li a:hover{
  }
  .block_footer .inner{
  }
  .block_footer .inner .copyright{
    font-size: 8px;
  }
}


/*----------------------------------------------------
  .block_textpage
--------------------------------------------------- */
.block_textpage{
  position: relative;
  width: 100%;
  overflow: hidden;
  z-index: 1;
  padding: 20px 0;
  text-align: center;
}
.block_textpage .inner{
  width: auto;
  margin: 0 4vw;
  text-align: left;
}
.block_textpage .summary{
  margin-bottom: 40px;
}
.block_textpage .summary .title{
  font-weight: bold;
  font-size: 4.2vw;
  line-height: 1.5;
}
.block_textpage .summary .page_title{
  text-align: center;
  font-family: 'Open Sans', 'Noto Sans Japanese',"Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-weight: 700;
  font-size: 5vw;
  margin-bottom: 20px;
  color: #459eef;
}
.block_textpage .summary .meta{
  display: flex;
  flex-direction: row; /* row row-reverse column */
  justify-content: flex-start; /* flex-start  center  space-between */
  align-items: center; /* flex-start  center  */
}
.block_textpage .summary ul.category{
}
.block_textpage .summary ul.category li{
  display: inline-block;
  font-size: 10px;
  border: 1px #FFF solid; 
  color: #FFF;
  padding: 4px 10px 4px 10px;
  line-height: 1;
  letter-spacing: 0.1em;
  border-radius: 50px;
  margin-right: 10px;
}
.block_textpage .summary time {
  padding-top: 10px;
  display: block;
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  letter-spacing: 0.1em;
  font-size: 12px;
}
.block_textpage .entry{
  font-size: 3.5vw;
  letter-spacing: 0.1em;
  margin-bottom: 40px;
}
.block_textpage .entry p{
  font-size: 3.5vw;
  letter-spacing: 0.05em;
  margin-bottom: 3.5vw;
}
.block_textpage .entry p a{
  color: #459eef;
  text-decoration: underline;
  font-weight: 700;
}
.block_textpage .entry p a:hover{
  text-decoration: none;
}
.block_textpage .entry strong{
  font-weight: 700;
}
.block_textpage .entry .textarea{
  margin-bottom: 20px;
}
.block_textpage .entry .textarea .red{
  color: #FF0000;
}
.block_textpage .entry .textarea .btn{
}
.block_textpage .entry .textarea a.btn{
    display: block;
    background: #FF0000;
    color: #FFF;
    width: 100%;
    box-shadow: 0px 10px 30px 0px rgb(51 51 51 / 20%);
    border-radius: 5px;
    font-size: 3.5vw;
    line-height: 1.5;
    font-weight: bold;
    text-align: center;
    padding: 15px 10px;
}
.block_textpage .entry .sub_title01{
  margin-bottom: 20px;
  margin-top: 40px;
  font-weight: bold;
  font-size: 3.5vw;
  letter-spacing: 0.1em;
  color: #FFF;
  padding: 10px 15px;
  position: relative;
  border-left: 5px #FFF solid;
}
.block_textpage .entry .sub_title01:after {
  /* position: absolute;
  content: '';
  top: 100%;
  left: 30px;
  border: 15px solid transparent;
  border-top: 15px solid #459eef;
  width: 0;
  height: 0; */
}
.block_textpage .entry .sub_title02{
  font-size: 4vw;
  line-height: 1.5;
  color: #459eef;
  letter-spacing: 0.1em;
  padding-bottom: 4px;
  margin-bottom: 10px;
  margin-top: 40px;
  font-weight: bold;
}
.block_textpage .entry .sub_title03{
  margin-top: 40px;
  font-size: 3.5vw;
  color: #459eef;
  border-bottom: 1px #459eef solid;
  letter-spacing: 0.1em;
  padding-bottom: 5px;
  margin-bottom: 5px;
  font-weight: bold;
}
.block_textpage .entry .sub_title04{
  margin-top: 40px;
  font-size: 4.5vw;
  color: #459eef;
  border: 2px #459eef solid;
  background: #FFF;
  border-radius: 80px;
  letter-spacing: 0.1em;
  margin-bottom: 10px;
  padding: 5px 15px;
  font-weight: bold;
}
.block_textpage .entry .one_column{
  margin-top: 40px;
  margin-bottom: 20px;
}

.block_textpage .entry blockquote{
  margin-top: 40px;
  margin-bottom: 20px;
  position: relative;
  padding: 50px 30px 30px 30px;
  box-sizing: border-box;
  font-style: italic;
  background: #eee;
  color: #555;
}
.block_textpage .entry blockquote:before{
  display: inline-block;
  position: absolute;
  top: 13px;
  left: 15px;
  content: "\f10d";
  font-family: FontAwesome;
  color: #cfcfcf;
  font-size: 28px;
  line-height: 1;
}
.block_textpage .entry .movie_area{
  position: relative;
  padding-top: 56.25%;
  margin-top: 40px;
  margin-bottom: 20px;
}
.block_textpage .entry .movie_area iframe{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin-top: 0px;
  margin-bottom: 0px;
}

.block_textpage .entry ul.e_list{
  margin-top: 40px;
  margin-bottom: 20px;
}
.block_textpage .entry ul.e_list li{
  font-size: 3.5vw;
  line-height: 1.8;
  letter-spacing: 0.1em;
  margin-bottom: 6px;
  padding-left: 20px;
  position: relative;
}
.block_textpage .entry ul.e_list li:before{
  content: "●";
  position: absolute;
  top: 0;
  left: 0;
  color: #459eef;
}
.block_textpage .entry ul.e_list li a{
 text-decoration: underline;
 color: #459eef;
}

.block_textpage .entry  .table_list{
  border-bottom: 1px solid #459eef;
  border-top: none;
  margin-top: 40px;
  margin-bottom: 20px;
}
.block_textpage .entry  .table_list dl{
  display:flex;
  flex-wrap: wrap;
}
.block_textpage .entry  .table_list  dl dt{
  width: 30%;
  padding: 10px;
  box-sizing: border-box;
  border-top: 1px solid #459eef;
  font-size: 3.5vw;
  letter-spacing: 0.05em;
  font-weight: bold;
}
.block_textpage .entry  .table_list dl dd{
  padding: 10px;
  margin: 0;
  border-top: 1px solid #459eef;
  width: 70%;
  box-sizing: border-box;
  font-size: 3.5vw;
  letter-spacing: 0.05em;
}

.block_textpage .entry .border_area{
  margin-top: 40px;
  margin-bottom: 20px;
  border-radius: 10px;
  background: #FFF;
  padding: 20px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
}
.block_textpage .entry .border_area.border{
  background: none;
  border: 2px #459eef solid;
}
.block_textpage .entry .border_area figure{
  width: 100%;
  margin-bottom: 20px;
}
.block_textpage .entry .border_area .textarea{
  margin-bottom: 0;
  font-size: 3.0vw;
}
.block_textpage .entry .border_area figure + .textarea{
  width: 100%;
  margin-bottom: 0;
  font-size: 3.5vw;
}
.block_textpage .entry .border_area .sub_title01{
  margin-bottom: 5px;
  margin-top: 0;
  font-size: 16px;
  font-weight: bold;
  font-size: 3.5vw;
  letter-spacing: 0.1em;
  border: none;
  background: none;
  color: #459eef;
  padding: 0px;
}
.block_textpage .entry .border_area p{
  margin-bottom: 10px;
  font-size: 3.0vw;
}
.block_textpage .entry iframe{
  width: 100%;
}
.block_textpage .entry .btn_area{
  margin-bottom: 20px;
}
.block_textpage .entry .btn_area a{
  background: #459eef;
  border-radius: 100px;
  display: inline-block;
  padding: 15px 40px;
  color: #FFF;
  line-height: 1.5;
  font-size: 3.5vw;
  font-weight: 700;
  box-shadow: 0px 10px 30px 0px rgb(0 0 0 / 10%);
}

@media only screen and (min-width: 897px) {
  .block_textpage{
    padding: 60px 0;
  }
  .block_textpage .inner{
    max-width: 900px;
    width: 90%;
    margin: 0 auto;
    text-align: left;
  }
  .block_textpage .summary{
    margin-bottom: 40px;
  }
  .block_textpage .summary .title{
    font-weight: bold;
    font-size: 26px;
    line-height: 1.5;
  }
  .block_textpage .summary .page_title{
    font-size: 36px;
    line-height: 1.8;
    margin-bottom: 20px;
  }
  .block_textpage .summary ul.category li{
    font-size: 12px;
  }
  .block_textpage .summary time {
    font-size: 12px;
  }
  .block_textpage .entry{
    font-size: 16px;
    margin-bottom: 40px;
  }
  .block_textpage .entry p{
    font-size: 16px;
    margin-bottom: 16px;
  }
  
  .block_textpage .entry iframe{
    width: 100%;
    /* max-width: 550px; */
  }
  .block_textpage .entry .textarea a.btn{
      font-size: 18px;
      padding: 15px 10px;
      transition: all 0.5s 0s ease;
  }
  .block_textpage .entry .textarea a.btn:hover{
      background: #FFF;
      color: #FF0000;
  }
  .block_textpage .entry .sub_title01{
    font-size: 26px;
  }
  .block_textpage .entry .sub_title01:after {
  }
  .block_textpage .entry .sub_title02{
    font-size: 26px;
  }
  .block_textpage .entry .sub_title03{
    font-size: 26px;
    line-height: 1.5;
  }
  .block_textpage .entry .sub_title04{
    font-size: 26px;
    line-height: 1.5;
    padding: 10px 20px;
  }
  .block_textpage .entry .one_column{
  }
  .block_textpage .entry blockquote{
  }
  .block_textpage .entry blockquote:before{
  }
  .block_textpage .entry .movie_area{
  }
  .block_textpage .entry .movie_area iframe{
  }
  
  .block_textpage .entry ul.e_list{
  }
  .block_textpage .entry ul.e_list li{
    font-size: 16px;
  }
  
  .block_textpage .entry ul.e_list li:before{
  }
  .block_textpage .entry  .table_list{
  }
  .block_textpage .entry  .table_list dl{
  }
  .block_textpage .entry  .table_list  dl dt{
    font-size: 16px;
  }
  .block_textpage .entry  .table_list dl dd{
    font-size: 16px;
  }
  
  .block_textpage .entry .border_area{
    margin-top: 40px;
    margin-bottom: 20px;
    border-radius: 10px;
    background: #FFF;
    padding: 40px;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: space-between;
  }
  .block_textpage .entry .border_area.border{
    background: none;
    border: 2px #459eef solid;
  }
  .block_textpage .entry .border_area figure{
    width: 30%;
    margin-bottom: 0px;
  }
  .block_textpage .entry .border_area .textarea{
    margin-bottom: 0;
    font-size: 16px;
  }
  .block_textpage .entry .border_area figure + .textarea{
    width: 65%;
    margin-bottom: 0;
    font-size: 16px;
  }
  .block_textpage .entry .border_area .sub_title01{
    margin-bottom: 5px;
    margin-top: 0;
    font-size: 16px;
    font-weight: bold;
    font-size: 16px;
    letter-spacing: 0.1em;
    border: none;
    background: none;
    color: #459eef;
    padding: 0px;
  }
  .block_textpage .entry .border_area p{
    font-size: 12px;
  }
  
  .block_textpage .entry .btn_area{
    margin-bottom: 20px;
  }
  .block_textpage .entry .btn_area a{
    background: #459eef;
    display: inline-block;
    padding: 15px 40px;
    color: #FFF;
    line-height: 1.5;
    font-size: 16px;
    font-weight: 700;
    box-shadow: 0px 10px 30px 0px rgb(0 0 0 / 10%);
  }
  .block_textpage .entry .btn_area a:hover{
    background: #FFF;
    color: #459eef;
  }
}
.block_textpage .page_navigation{
  margin-top: 20px;
  padding-bottom: 40px;
  text-align: center;
  overflow: hidden;
  position: relative;
  border-top: 1px #459eef solid;
  padding-top: 20px;
}
.block_textpage .page_navigation .prev{
  float: left;
  line-height: 1;
}
.block_textpage .page_navigation .prev a{
    display: inline-block;
    font-size: 3vw;
    font-weight: bold;
    letter-spacing: 0.05em;
    color: #459eef;
    padding: 0 10px;
    line-height: 30px;
    border:1px #459eef solid;
    border-radius: 40px;
    transition: all 0.4s 0.0s ease;
}
.block_textpage .page_navigation .prev a:hover{
    text-decoration: none;
    background: #459eef;
    color: #FFF;
}
.block_textpage .page_navigation .next{
  float: right;
  line-height: 1;
}
.block_textpage .page_navigation .next a{
    display: inline-block;
    font-size: 3vw;
    font-weight: bold;
    letter-spacing: 0.05em;
    color: #459eef;
    padding: 0 10px;
    line-height: 30px;
    border:1px #459eef solid;
    border-radius: 40px;
    transition: all 0.4s 0.0s ease;
}
.block_textpage .page_navigation .next a:hover{
    text-decoration: none;
    background: #459eef;
    color: #FFF;
}
.block_textpage .page_navigation a.list{
  position: absolute;
  top: 20px;
  left: 50%;
  transform: translate(-50%,0%);
  display: inline-block;
  font-size: 3vw;
  font-weight: bold;
  letter-spacing: 0.05em;
  color: #459eef;
  padding: 0 10px;
  line-height: 30px;
  border:1px #459eef solid;
  border-radius: 40px;
  transition: all 0.4s 0.0s ease;
}
.block_textpage .page_navigation a.list:hover{
    text-decoration: none;
    background: #459eef;
    color: #FFF;
}
@media only screen and (min-width: 897px) {

  .block_textpage .page_navigation{
    margin-top: 40px;
    padding-bottom: 40px;
    border-top: 1px #459eef solid;
    padding-top: 40px;
  }
  .block_textpage .page_navigation .prev{
  }
  .block_textpage .page_navigation .prev a{
      font-size: 14px;
  }
  .block_textpage .page_navigation .prev a:hover{
  }
  .block_textpage .page_navigation .prev a:before {
      font-size: 14px;
  }
  .block_textpage .page_navigation .next{
  }
  .block_textpage .page_navigation .next a{
      font-size: 14px;
  }
  .block_textpage .page_navigation .next a:hover{
  }
  .block_textpage .page_navigation .next a:after {
      font-size: 14px;
  }
  .block_textpage .page_navigation a.list{
    top: 40px;
    font-size: 14px;
    padding: 0 20px;
  }
  .block_textpage .page_navigation a.list:hover{
  }
}


/*----------------------------------------------------
.block_pager
--------------------------------------------------- */
.block_pager{
  overflow: hidden;
  text-align: center;
  margin-top: 40px;
}
.block_pager .page-numbers{
  display: inline-block;
  letter-spacing: normal;
  vertical-align: top;
  margin:0 4px;
  width: 45px;
  height: 45px;
  line-height: 45px;
  background: #459eef;
  color: #FFF;
  font-size: 14px;
  font-family:'Noto Sans JP',"Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-weight: 500;
  font-style: normal;
  -webkit-transition: all 0.5s 0s ease;
          transition: all 0.5s 0s ease;
}
.block_pager .page-numbers.current{
  /* border:1px #FFF solid; */
  background: #ccc;
}
.block_pager .page-numbers:hover{
  opacity: 0.5;
}
.block_pager .page-numbers.dots{
  /* border:1px #FFF solid; */
}
.block_pager .page-numbers.prev{
  text-indent: -9999px;
  background: #459eef url(../img/common/arrow_right_w.svg) no-repeat center center;
  background-size: 6px;
  -webkit-transform:rotate(-180deg);
          transform:rotate(-180deg);
}
.block_pager .page-numbers.next{
  text-indent: -9999px;
  background: #459eef url(../img/common/arrow_right_w.svg) no-repeat center center;
  background-size: 6px;
  -webkit-transform:rotate(-0deg);
          transform:rotate(-0deg);
}

.block_pager a.prev{
  display: inline-block;
  letter-spacing: normal;
  vertical-align: top;
  margin:0 4px;
  width: 45px;
  height: 45px;
  line-height: 45px;
  background: #459eef;
  font-size: 14px;
  font-family:'Noto Sans JP',"Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-weight: 500;
  font-style: normal;
  -webkit-transition: all 0.5s 0s ease;
          transition: all 0.5s 0s ease;
          text-indent: -9999px;
          background: #459eef url(../img/common/arrow_right_w.svg) no-repeat center center;
          background-size: 6px;
          -webkit-transform:rotate(-180deg);
                  transform:rotate(-180deg);
}
.block_pager a.next{
  display: inline-block;
  letter-spacing: normal;
  vertical-align: top;
  margin:0 4px;
  width: 45px;
  height: 45px;
  line-height: 45px;
  background: #459eef;
  font-size: 14px;
  font-family:'Noto Sans JP',"Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-weight: 500;
  font-style: normal;
  -webkit-transition: all 0.5s 0s ease;
          transition: all 0.5s 0s ease;
          text-indent: -9999px;
          background:#459eef url(../img/common/arrow_right_w.svg) no-repeat center center;
          background-size: 6px;
          -webkit-transform:rotate(-0deg);
                  transform:rotate(-0deg);
}
.block_pager a.list{
  display: inline-block;
  letter-spacing: normal;
  vertical-align: top;
  margin:0 4px;
  width: auto;
  height: 45px;
  line-height: 45px;
  border:none;
  font-size: 12px;
  font-family:'Noto Sans JP',"Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-weight: 700;
  letter-spacing: 0.1em;
  font-style: normal;
}

@media only screen and (max-width: 768px) {
  .block_pager .page-numbers{
    margin:0 4px;
    width: 8vw;
    height: 8vw;
    line-height: 8vw;
    font-size: 12px;
  }
  
  .block_pager a.prev{
    width: 8vw;
    height: 8vw;
    line-height: 8vw;
  }
  .block_pager a.next{
    width: 8vw;
    height: 8vw;
    line-height: 8vw;
  }
  .block_pager a.list{
    margin:0 10px;
    width: auto;
    height: 8vw;
    line-height: 8vw;
  }
}


/*----------------------------------------------------
  .block_event_schedule
--------------------------------------------------- */
.block_event_schedule{
  position: relative;
  width: 100%;
  overflow: hidden;
  z-index: 1;
  padding: 20px 0;
  text-align: center;
}

.block_event_schedule .inner{
  width: auto;
  margin: 0 4vw;
  text-align: left;
}
.block_event_schedule .title{
  text-align: left;
  font-family: 'Open Sans', 'Noto Sans Japanese',"Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-weight: 700;
  font-size: 5vw;
  margin-bottom: 20px;
  color: #459eef;
  padding: 0 4vw;
}

.block_event_schedule .category_menu{
  position: relative;
  padding: 0 4vw;
  margin-bottom: 20px;
  text-align: left;
}
.block_event_schedule .category_menu .now_category{
  background: #fff;
  font-size: 4vw;
  padding: 4px 40px 4px 20px;
  color: #459eef;
  font-weight: 700;
  position: relative;
  border-radius: 40px;
  box-shadow: 0px 10px 30px 0px rgb(0 0 0 / 10%);
}
.block_event_schedule .category_menu .now_category .arrow{
  display: block;
  position: absolute;
  top: 50%;
  right: 10px;
  width: 10px;
  height: 10px;
  line-height: 1;
  margin-top: -5px;
  transition: all 0.5s 0s ease;
}
.block_event_schedule .category_menu .now_category.view .arrow{
  transform: rotate(180deg);
}
.block_event_schedule .category_menu .now_category .arrow svg{
  width: 10px;
  height: auto;
  fill:#459eef;
  vertical-align: top;
}
.block_event_schedule .category_menu ul{
  display: none;
  border-radius: 20px;
  overflow: hidden;
  margin-top: 10px;
}
.block_event_schedule .category_menu ul li{
  border-top: 1px #ccc solid;
}
.block_event_schedule .category_menu ul li a{
  display: block;
  background: #459eef;
  font-size: 3.5vw;
  padding: 5px 40px 2px 20px;
  color: #FFF;
  font-weight: 700;
  position: relative;
}
.block_event_schedule .exp{
  width: 90%;
  margin: 0 auto;
  padding: 0 4vw;
  text-align: left;
  font-family: 'Open Sans', 'Noto Sans Japanese',"Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-size: 3.5vw;
  margin-bottom: 0px;
}
.block_event_schedule .list{
  width: 90%;
  margin: 0 auto;
  padding: 0 4vw;
  text-align: left;
}
.block_event_schedule .list .column{
  display:block;
  margin-top: 10vw;
  padding-top: 10vw;
  position: relative;
}
.block_event_schedule .list .column:before{
  content: "";
  position: absolute;
  top: 0;
  left: -10vw;
  width: 120vw;
  height: 1px;
  background: #459eef;
}
.block_event_schedule .list .column:last-child{
  border:none;
}
.block_event_schedule .list .column a{
  display: block;
  overflow: hidden;
}
.block_event_schedule .list .column .column_wrap{
  display: block;
}
.block_event_schedule .list .column .column_wrap figure{
  width: 100%;
  margin-bottom: 20px;
}
.block_event_schedule .list .column .column_wrap figure .img{
  position: relative;
  padding-top: 56.66%;
}
.block_event_schedule .list .column .column_wrap figure .img span{
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-position: center center;
  background-size: cover;
}
.block_event_schedule .list .column .column_wrap .textarea{
  width :100%;
}
.block_event_schedule .list .column time{
  display: block;
  font-family: 'Open Sans';
  font-weight: 700;
  font-size: 4.5vw;
  line-height: 1.5;
  margin-bottom: 5px;
}
.block_event_schedule .list .column .c_title{
  font-weight: bold;
  font-size: 4.2vw;
  line-height: 1.5;
  color:#459eef;
  margin-bottom: 5px;
}
.block_event_schedule .list .column .place{
  font-size: 3.5vw;
  letter-spacing: 0.05em;
  margin-bottom: 3.5vw;
  border-bottom: 1px #ccc solid;
}
.block_event_schedule .list .column p{
  font-size: 3.5vw;
  letter-spacing: 0.05em;
  margin-bottom: 3.5vw;
}
.block_event_schedule .list .column dl{
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  letter-spacing: 0.05em;
  font-size: 3.0vw;
  line-height: 1.8;
}
.block_event_schedule .list .column dl dt{
  width: 12vw;
}
.block_event_schedule .list .column dl dd{
  width : -webkit-calc(100% - 12vw) ;
  width : calc(100% - 12vw) ;
}
.block_event_schedule .list .column .btn{
  margin-top: 5vw;
}
.block_event_schedule .list .column .btn a{
  background: #459eef url(../img/common/arrow_right_w.svg) no-repeat right 5vw center;
  background-size: 2.5vw;
  color: #FFF;
  padding: 4vw;
  text-align: center;
  letter-spacing: 0.05em;
  font-size: 4.2vw;
  line-height: 1.8;
  font-weight: bold;
}
.block_event_schedule .list .column .btn.report a{
  background: #f1908a url(../img/common/arrow_right_w.svg) no-repeat right 5vw center;
  background-size: 2.5vw;
}
@media only screen and (min-width: 897px) {
  .block_event_schedule{
      padding: 60px 0;
  }
  .block_event_schedule .inner{
      max-width: 900px;
      width: 90%;
      margin: 0 auto;
      text-align: left;
  }
  .block_event_schedule .title{
    padding: 0 6vw;
      font-size: 36px;
      line-height: 1.8;
      margin-bottom: 20px;
  }
  
  .block_event_schedule .category_menu{
    margin-top: -20px;
    padding: 0 6vw;
    margin-bottom: 40px;
  }
  .block_event_schedule .category_menu .now_category{
    display: none;
  }
  .block_event_schedule .category_menu ul{
    display: block;
    text-align: left;
  }
  .block_event_schedule .category_menu ul li{
    display: inline-block;
    margin:0 5px 5px 5px;
    border-top:none;
    line-height: 1;
  }
  .block_event_schedule .category_menu ul li a{
    display: inline-block;
    background: 0 0;
    font-size: 14px;
    padding: 10px 20px;
    border-radius: 40px;
    color: #459eef;
    border: 1px #459eef solid;
    transition: all .5s ease;
  }
  .block_event_schedule .category_menu ul li a.active,
  .block_event_schedule .category_menu ul li a:hover{
    background: #459eef;
    color: #fbf6d5;
  }
  .block_event_schedule .exp{
    padding: 0 4vw;
    text-align: left;
    font-size: 14px;
    margin-bottom: 20px;
  }
  .block_event_schedule .list .column{
    display:block;
    margin-top: 40px;
    padding-top: 40px;
  }
  .block_event_schedule .list .column:last-child{
    border:none;
  }
  .block_event_schedule .list .column a{
    display: block;
    overflow: hidden;
  }
  .block_event_schedule .list .column .column_wrap{
    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  */
  }
  .block_event_schedule .list .column .column_wrap figure{
    width: 300px;
  }
  .block_event_schedule .list .column .column_wrap figure .img{
    position: relative;
    padding-top: 56.66%;
  }
  .block_event_schedule .list .column .column_wrap figure .img span{
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-position: center center;
    background-size: cover;
  }
  .block_event_schedule .list .column .column_wrap .textarea{
    width : -webkit-calc(100% - 340px) ;
    width : calc(100% - 340px) ;
  }
  .block_event_schedule .list .column time{
    font-size: 26px;
    margin-bottom: 5px;
  }
  .block_event_schedule .list .column .c_title{
    font-size: 26px;
    margin-bottom: 5px;
  }
  .block_event_schedule .list .column .place{
    font-size: 14px;
    margin-bottom: 14px;
    padding-bottom: 14px;
  }
  .block_event_schedule .list .column p{
    font-size: 14px;
    letter-spacing: 0.05em;
    margin-bottom: 14px;
  }
  .block_event_schedule .list .column dl{
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    letter-spacing: 0.05em;
    font-size: 14px;
    line-height: 1.8;
  }
  .block_event_schedule .list .column dl dt{
    width: 50px;
  }
  .block_event_schedule .list .column dl dd{
    width : -webkit-calc(100% - 50px) ;
    width : calc(100% - 50px) ;
  }
  .block_event_schedule .list .column .btn{
    margin-top: 20px;
  }
  .block_event_schedule .list .column .btn a{
    background: #459eef url(../img/common/arrow_right_w.svg) no-repeat right 20px center;
    background-size: 10px;
    padding: 20px;
    font-size:16px;
    transition: all 0.5s 0s ease;
  }
  .block_event_schedule .list .column .btn.report a{
    background: #f1908a url(../img/common/arrow_right_w.svg) no-repeat right 20px center;
    background-size: 10px;
  }
  .block_event_schedule .list .column .btn a:hover{
    background: #FFF url(../img/common/arrow_right_w.svg) no-repeat right 20px center;
    background-size: 10px;
    color: #459eef;
  }
  .block_event_schedule .list .column .btn.report a:hover{
    background: #FFF url(../img/common/arrow_right_w.svg) no-repeat right 20px center;
    background-size: 10px;
    color: #f1908a;
  }
}


/*----------------------------------------------------
  .block_stage_list
--------------------------------------------------- */
.block_stage_list{
  position: relative;
  width: 100%;
  overflow: hidden;
  z-index: 1;
  padding: 20px 0;
  text-align: center;
}
.block_stage_list .inner{
  width: auto;
  margin: 0 4vw;
  text-align: left;
}
.block_stage_list .title{
  width: 90%;
  margin: 0 auto;
  padding: 0 4vw;
  text-align: left;
  font-family: 'Open Sans', 'Noto Sans Japanese',"Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-weight: 700;
  font-size: 5vw;
  margin-bottom: 20px;
  color: #459eef;
}
.block_stage_list .copy{
  width: 90%;
  margin: 0 auto;
  padding: 0 4vw;
  text-align: center;
  font-family: 'Open Sans', 'Noto Sans Japanese',"Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-size: 4.5vw;
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: 0.05em;
  margin-bottom: 10px;
}
.block_stage_list .exp{
  width: 90%;
  margin: 0 auto;
  padding: 0 4vw;
  text-align: left;
  font-size: 3.5vw;
  margin-bottom: 0px;
}
.block_stage_list .list{
  width: 90%;
  margin: 0 auto;
  padding: 0 4vw;
  text-align: left;
}
.block_stage_list .list .column{
  display:block;
  margin-top: 10vw;
  padding-top: 10vw;
  position: relative;
}
.block_stage_list .list .column:before{
  content: "";
  position: absolute;
  top: 0;
  left: -10vw;
  width: 120vw;
  height: 1px;
  background: #459eef;
}
.block_stage_list .list .column:last-child{
  border:none;
}
.block_stage_list .list .column a{
  display: block;
  overflow: hidden;
}
.block_stage_list .list .column .column_wrap{
  display: block;
}
.block_stage_list .list .column .column_wrap .slide_area{
  width: 100%;
  margin-bottom: 20px;
  overflow: hidden;
}
.block_stage_list .list .column .column_wrap figure{
  width: 100%;
}
.block_stage_list .list .column .column_wrap figure .img{
  position: relative;
  padding-top: 56.66%;
}
.block_stage_list .list .column .column_wrap figure .img span{
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-position: center center;
  background-size: cover;
}
.block_stage_list .list .column .column_wrap .textarea{
  width :100%;
}
.block_stage_list .list .column .c_title{
  font-weight: bold;
  font-size: 4.2vw;
  line-height: 1.5;
  color:#459eef;
  margin-bottom: 5px;
}
.block_stage_list .list .column .place{
  font-size: 3.5vw;
  letter-spacing: 0.05em;
  margin-bottom: 5px;
}
.block_stage_list .list .column .btn_waku{
  margin-bottom: 5vw;
}
.block_stage_list .list .column .btn_waku a{
  border: 1px #459eef solid;
  background: #FFF url(../img/common/arrow_right.svg) no-repeat right 5vw center;
  background-size: 2.5vw;
  color: #459eef;
  padding: 3vw;
  text-align: center;
  letter-spacing: 0.05em;
  font-size: 3.4vw;
  line-height: 1.8;
  font-weight: bold;
}
.block_stage_list .list .column p{
  font-size: 3.5vw;
  letter-spacing: 0.05em;
  margin-bottom: 3.5vw;
}
.block_stage_list .list .column dl{
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  letter-spacing: 0.05em;
  font-size: 3.0vw;
  line-height: 1.8;
}
.block_stage_list .list .column dl dt{
  width: 22vw;
}
.block_stage_list .list .column dl dd{
  width : -webkit-calc(100% - 22vw) ;
  width : calc(100% - 22vw) ;
}
.block_stage_list .list .column .btn{
  margin-top: 5vw;
}
.block_stage_list .list .column .btn a{
  background: #459eef url(../img/common/arrow_right_w.svg) no-repeat right 5vw center;
  background-size: 2.5vw;
  color: #FFF;
  padding: 3vw;
  text-align: center;
  letter-spacing: 0.05em;
  font-size: 3.4vw;
  line-height: 1.8;
  font-weight: bold;
}
.block_stage_list .link_btn{
  padding: 20px;
}
.block_stage_list .link_btn a{
  color: #459eef;
  text-decoration: underline;
  font-size: 3.4vw;
  line-height: 1.8;
}
@media only screen and (min-width: 897px) {
  .block_stage_list{
      padding: 60px 0;
  }
  .block_stage_list .inner{
      max-width: 900px;
      width: 90%;
      margin: 0 auto;
      text-align: left;
  }
  .block_stage_list .title{
      font-size: 36px;
      line-height: 1.8;
      margin-bottom: 20px;
  }
  .block_stage_list .copy{
    width: 90%;
    margin: 0 auto;
    padding: 0 4vw;
    text-align: center;
    font-size: 22px;
    margin-bottom: 10px;
  }
  .block_stage_list .exp{
    width: 90%;
    margin: 0 auto;
    padding: 0 4vw;
    text-align: left;
    font-size: 14px;
    margin-bottom: 20px;
  }
  .block_stage_list .list .column{
    display:block;
    margin-top: 40px;
    padding-top: 40px;
  }
  .block_stage_list .list .column:last-child{
    border:none;
  }
  .block_stage_list .list .column a{
    display: block;
    overflow: hidden;
  }
  .block_stage_list .list .column .column_wrap{
    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  */
  }
  .block_stage_list .list .column .column_wrap .slide_area{
    width: 50%;
  }
  .block_stage_list .list .column .column_wrap figure{
  }
  .block_stage_list .list .column .column_wrap figure .img{
    position: relative;
    padding-top: 56.66%;
  }
  .block_stage_list .list .column .column_wrap figure .img span{
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-position: center center;
    background-size: cover;
  }
  .block_stage_list .list .column .column_wrap .textarea{
    width : -webkit-calc(50% - 40px) ;
    width : calc(50% - 40px) ;
  }
  .block_stage_list .list .column time{
    font-size: 26px;
    margin-bottom: 5px;
  }
  .block_stage_list .list .column .c_title{
    font-size: 26px;
    margin-bottom: 5px;
  }
  .block_stage_list .list .column .place{
    font-size: 14px;
    margin-bottom: 14px;
  }
  .block_stage_list .list .column .btn_waku{
    margin-bottom: 20px;
  }
  .block_stage_list .list .column .btn_waku a{
    display: block;
    background: #FFF url(../img/common/arrow_right.svg) no-repeat right 20px center;
    background-size: 10px;
    padding: 10px;
    font-size:16px;
    transition: all 0.5s 0s ease;
  }
  .block_stage_list .list .column .btn_waku a:hover{
    background: #459eef url(../img/common/arrow_right.svg) no-repeat right 20px center;
    background-size: 10px;
    color: #FFF;
  }
  .block_stage_list .list .column p{
    font-size: 14px;
    letter-spacing: 0.05em;
    margin-bottom: 14px;
  }
  .block_stage_list .list .column dl{
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    letter-spacing: 0.05em;
    font-size: 14px;
    line-height: 1.8;
  }
  .block_stage_list .list .column dl dt{
    width: 100px;
  }
  .block_stage_list .list .column dl dd{
    width : -webkit-calc(100% - 100px) ;
    width : calc(100% - 100px) ;
  }
  .block_stage_list .list .column .btn{
    margin-top: 20px;
  }
  .block_stage_list .list .column .btn a{
    display: block;
    background: #459eef url(../img/common/arrow_right_w.svg) no-repeat right 20px center;
    background-size: 10px;
    padding: 10px;
    font-size:16px;
    transition: all 0.5s 0s ease;
  }
  .block_stage_list .list .column .btn a:hover{
    background: #FFF url(../img/common/arrow_right_w.svg) no-repeat right 20px center;
    background-size: 10px;
    color: #459eef;
  }
  .block_stage_list .link_btn{
    padding: 40px;
    padding-top: 80px;
  }
  .block_stage_list .link_btn a{
    color: #459eef;
    text-decoration: underline;
    font-size: 14px;
    line-height: 1.8;
  }
}

/*----------------------------------------------------
  .block_mainvisual
--------------------------------------------------- */
.block_mainvisual{
  position: relative;
  width: 100%;
  z-index: 1;
  padding: 20px 0;
  background: #459eef;
}
.slick-list {
  overflow:visible;
}
.block_mainvisual .image_area{
  width: 100vw;
  max-width: 1200px;
  margin:0 auto;
  padding: 0 20px;
}
.block_mainvisual .image_area a{
  display: block;
  background: #FFF;
  border-radius: 20px;
  overflow: hidden;
}
.block_mainvisual .image_area figure{
  background: #FFF;
  width: 100%;
  padding-top: 66.25%;
  position: relative;
  overflow: hidden;
}
.block_mainvisual .image_area figure span{
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-position: center center;
  background-size: cover;
  transition: all 0.5s 0s ease;
}
.block_mainvisual .image_area .textarea{
}
.block_mainvisual .image_area .textarea .t_in{
  padding: 10px 40px 10px 15px;
  position: relative;
}
.block_mainvisual .image_area .textarea .t_in:after{
  content: "";
  position: absolute;
  top: 50%;
  margin-top: -10px;
  right: 10px;
  width: 20px;
  height: 20px;
  background: url(../img/common/arrow_right_b.svg) no-repeat center center;
  background-size: 40%;
}
.block_mainvisual .image_area .img_title{
  font-weight: bold;
  font-size:3.5vw;
  line-height: 1.2;
  color: #459eef;
  margin-bottom: 5px;
}
.block_mainvisual .image_area p{
  font-size: 3vw;
  line-height: 1.2;
  color: #459eef;
  font-family: 'Open Sans';
  font-weight: 700;
}
@media only screen and (min-width: 897px) {
  .block_mainvisual{
    padding: 40px 0;
  }
  .block_mainvisual .image_area{
    width: 60vw;
    padding: 0 40px;
  }
  .block_mainvisual .image_area a{
    transition: all 0.5s ease;
    position: relative;
  }
  .block_mainvisual .image_area a:hover{
    box-shadow: 0px 10px 30px 0px rgb(0 0 0 / 70%);
  }
  .block_mainvisual .image_area figure{
  }
  .block_mainvisual .image_area figure span{
    transition: all 0.5s ease;
  }
  .block_mainvisual .image_area a:hover figure span{
    transform: scale3d(1.1,1.1,1.1);
  }
  .block_mainvisual .image_area .textarea {
    margin-top: 0px;
    margin-left: 0px;
  }
  .block_mainvisual .image_area .textarea .t_in{
    padding: 20px 40px 20px 25px;
  }
  .block_mainvisual .image_area .img_title{
    font-size: 26px;
    margin-bottom: 5px;
  }
  .block_mainvisual .image_area p{
    font-size:14px;
  }
}


/*----------------------------------------------------
  .block_top_about
--------------------------------------------------- */
.block_top_about{
  position: relative;
  width: 100%;
  overflow: hidden;
  z-index: 1;
  padding: 20px 0;
  text-align: center;
  background: #459eef;
}
.block_top_about .inner{
  width: auto;
  margin: 0 4vw;
  text-align: left;
}
.block_top_about .title{
  text-align: center;
  font-family: 'Open Sans', 'Noto Sans Japanese',"Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-weight: 700;
  font-size: 7vw;
  margin-bottom: 20px;
  color: #FFF;
}
.block_top_about .a_wrap{

}
.block_top_about .a_wrap .column{
  margin-bottom: 20px;
  background: #FFF;
  border-radius: 20px;
  padding: 10px 10px 20px 10px;
  color: #000;
}
.block_top_about .a_wrap .column .c_title{
  font-family: 'Open Sans', 'Noto Sans Japanese',"Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-weight: 700;
  font-size: 5vw;
  margin-bottom: 10px;
  padding: 10vw 0;
  text-align: center;
  color: #459eef;
  background-size: cover;
  background-position: center 80%;
  border-radius: 10px;
  position: relative;
}
.block_top_about .a_wrap .column .c_title:after{
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 10px;
  background: rgba(0 0 0 / 40%);
}
.block_top_about .a_wrap .column .c_title span{
  color: #FFF;
  position: relative;
  z-index: 2;
}
.block_top_about .a_wrap .column .copy{
  font-family: 'Open Sans', 'Noto Sans Japanese',"Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-weight: 700;
  font-size: 4.5vw;
  line-height: 1.5;
  margin-bottom: 10px;
}
.block_top_about .a_wrap .column p{
  font-size: 3.5vw;
  color: #000;
  margin-bottom: 10px;
}
.block_top_about .more{
  text-align: center;
}
.block_top_about .more a {
  background: #459eef;
  display: inline-block;
  padding: 15px 40px;
  color: #FFF;
  line-height: 1.5;
  font-size: 3.5vw;
  font-weight: 700;
  border-radius: 40px;
  box-shadow: 0px 10px 30px 0px rgb(0 0 0 / 10%);
}
.block_top_about .more a svg{
  margin-left: 10px;
  width: 14px;
  vertical-align: middle;
  fill: #FFF;
}
@media only screen and (min-width: 897px) {
  .block_top_about{
    padding: 60px 0;
  }
  .block_top_about .inner{
    max-width: 1100px;
    width: 90%;
    margin: 0 auto;
    text-align: left;
  }
  .block_top_about .title{
    font-size: 36px;
    line-height: 1.8;
    margin-bottom: 20px;
  }
  .block_top_about .a_wrap{
    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  */
  }
  .block_top_about .a_wrap .column{
    width: 48%;
    margin-bottom: 20px;
    padding: 20px 20px 20px 20px;
  }
  .block_top_about .a_wrap .column .c_title{
    font-size: 24px;
    padding: 80px 0;
    margin-bottom: 20px;
  }
  .block_top_about .a_wrap .column .copy{
    font-size: 18px;
    line-height: 1.5;
    margin-bottom: 10px;
  }
  .block_top_about .a_wrap .column p{
    font-size: 14px;
    margin-bottom: 20px;
  }
  .block_top_about .more{
    text-align: center;
  }
  .block_top_about .more{
    text-align: center;
  }
  .block_top_about .more a {
    padding: 15px 40px;
    line-height: 1.5;
    font-size: 16px;
    transition: all 0.5s ease;
  }
  .block_top_about .more a:hover{
    background: #FFF;
    color: #459eef;
    box-shadow: 0px 10px 30px 0px rgb(0 0 0 / 40%);
  }
  .block_top_about .more a svg{
    transition: all 0.5s ease;
  }
  .block_top_about .more a:hover svg{
    fill: #459eef;
  }

}

/*----------------------------------------------------
  .block_event_list
--------------------------------------------------- */
.block_event_list{
  position: relative;
  width: 100%;
  z-index: 1;
  padding: 40px 0;
  text-align: center;
}
.block_event_list:before {
  content: "";
  position: absolute;
  top: 30vw;
  right: 19vw;
  width: 100vw;
  height: 100vw;
  background: rgba(0,0,0,0.3);
  transform: scale3d(1, 1, 1) translate(0px, 0%) rotate(45deg);
}
.block_event_list .inner{
  width: auto;
  padding: 0 4vw;
  margin: 0 auto;
  text-align: left;
}
.block_event_list .title{
  text-align: left;
  letter-spacing: 0.02em;
  font-family: 'Montserrat', 'Noto Sans JP',"Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 20px;
  color: #459eef;
}
body.top .block_event_list .title{
    border: none;
    position: relative;
}
body.top .block_event_list .title:after{
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100vw;
    height: 1px;
    background: #459eef;
}

.block_event_list .inner .slide{
  position: relative;
  left: -100px;
  width: 100vw;
  max-width: 1500px;
  padding: 0 100px;
}
.swiper-button-prev {
  display: none;
}
.swiper-pagination{
  text-align: left;
  padding: 0 4vw;
}
.swiper-button-next, .swiper-button-prev {
  position: absolute;
  top: 50%;
  width: 40px;
  height: 40px;
  background: #FFF;
  border-radius: 40px;
  margin-top: calc(0px - (var(--swiper-navigation-size)/ 2));
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--swiper-navigation-color,var(--swiper-theme-color));
}
.swiper-button-next:after, .swiper-button-prev:after{
  font-size: 14px;
}
.block_event_list .inner .slide .swiper-wrapper{
}
.block_event_list .inner .slide .column{
  width: 60vw;
}
.block_event_list .inner .slide .column a{
  display: block;
  transition: all 0.5s 0s ease;
}
.block_event_list .inner .slide .column a:hover{
}
.block_event_list .inner .slide .column a figure{
  margin-bottom: 12px;
  border-radius: 0;
  box-sizing: border-box;
  border: 4px solid transparent;
  overflow: hidden;
  transition: all 0.5s 0s ease;
}
.block_event_list .inner .slide .column a figure .img_wrap{
  width: 100%;
  position: relative;
  padding-top: 56.666666%;
}
.block_event_list .inner .slide .column a figure .img_wrap span{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  background-size: cover;
  background-position: center center;
}
.block_event_list .inner .slide .column a .c_title{
  font-weight: bold;
  font-size: 14px;
  line-height: 1.5;
  color: #FFF;
  margin-bottom: 5px;
}
.block_event_list .inner .slide .column a .place{
  font-weight: bold;
  font-size: 10px;
  line-height: 1.5;
  color: #FFF;
}
.block_event_list .inner .slide .column a .place:before{
  content: "";
  display: inline-block;
  width: 50px;
  height: 1px;
  background: #FFF;
  margin-right: 5px;
}
@media only screen and (min-width: 897px) {
    .block_event_list{
        padding: 60px 0;
    }
    .block_event_list .inner{
        max-width: 1400px;
        width: 100%;
        padding: 0 40px;
        margin: 0 auto;
        text-align: left;
    }
    .block_event_list .title{
        font-size: 66px;
        line-height: 1.8;
        margin-bottom: 40px;
    }
    .block_event_list .inner .slide .column{
      width: 40vw;
    }
    .block_event_list .inner .slide .column a .c_title{
      font-size: 22px;
      line-height: 1.7;
    }
    .block_event_list .inner .slide .column a:hover figure{
      border: 4px rgb(255 255 255 / 100%) solid;
      border-radius: 30px;
    }.block_event_list .inner .slide .column a .place{
      font-size: 12px;
    }
}
/*----------------------------------------------------
  .block_theme
--------------------------------------------------- */
.block_theme{
  position: relative;
  width: 100%;
  z-index: 1;
  padding: 40px 0;
  text-align: center;
}
.block_theme:before {
  content: "";
  position: absolute;
  top: 30vw;
  right: -53vw;
  width: 100vw;
  height: 100vw;
  background: rgba(0,0,0,0.3);
  transform: scale3d(1, 1, 1) translate(0px, 0%) rotate(45deg);
}
.block_theme .inner{
  width: auto;
  padding: 0 4vw;
  margin: 0 auto;
  text-align: left;
  position: relative;
  z-index: 1;
}
.block_theme .title{
  text-align: left;
  letter-spacing: 0.02em;
  font-family: 'Montserrat', 'Noto Sans JP',"Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 20px;
  color: #459eef;
  position: relative;
}
.block_theme .title:after{
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100vw;
    height: 1px;
    background: #459eef;
}
.block_theme .copy{
  text-align: left;
  letter-spacing: 0.02em;
  font-family: 'Montserrat', 'Noto Sans JP',"Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-size: 28px;
  line-height: 1.2;
  font-weight: 700;
  margin-bottom: 20px;
}
.block_theme .copy span{
  font-size: 18px;
}
.block_theme p{
  text-align: left;
  letter-spacing: 0.02em;
  font-size: 14px;
  line-height: 1.7;
  margin-bottom: 20px;
}
@media only screen and (min-width: 897px) {
    .block_theme{
        padding: 60px 0;
    }
    .block_theme .inner{
        max-width: 1400px;
        width: 100%;
        padding: 0 40px;
        margin: 0 auto;
        text-align: left;
    }
    .block_theme .title{
        font-size: 66px;
        line-height: 1.8;
        margin-bottom: 60px;
    }
    .block_theme .copy{
      text-align: left;
      letter-spacing: 0.02em;
      font-family: 'Montserrat', 'Noto Sans JP',"Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
      font-size: 38px;
      line-height: 1.5;
      font-weight: 700;
      margin-bottom: 20px;
    }
    .block_theme .copy span{
      font-size: 28px;
    }
    .block_theme p{
      text-align: left;
      letter-spacing: 0.02em;
      font-size: 18px;
      line-height: 1.7;
      margin-bottom: 20px;
    }
}