@charset "UTF-8";
.bew_standard {
  max-width: 1220px;
  margin: 0 auto;
  padding: 0 30px 40px;
}

@media screen and (max-width: 750px) {
  .bew_standard {
    padding: 0 10px 40px;
  }
}

.footer_contents .swiper-button-next:after, .footer_contents .swiper-rtl .swiper-button-prev:after,
.footer_contents .swiper-button-prev:after, .footer_contents .swiper-rtl .swiper-button-next:after {
  display: none;
}

.block_editor_wrap {
  text-align: left;
  line-height: 1.5;
  /* 余白 */
  /* タブ切り替え */
  /**
   * swiper 関連
   */
  /* ボタンアニメーション */
}

.block_editor_wrap img {
  width: 100%;
}

.block_editor_wrap h2,
.block_editor_wrap h3,
.block_editor_wrap h4,
.block_editor_wrap h5 {
  margin: 0;
}

.block_editor_wrap p {
  font-size: 12pt;
  margin-top: 1.2em;
  width: 98%;
  margin-right: auto;
  margin-left: auto;
}

@media screen and (max-width: 750px) {
  .block_editor_wrap {
    padding-top: 30px;
  }

  .block_editor_wrap p {
    font-size: 11pt;
    margin-top: 0.5em;
  }
}

.block_editor_wrap strong {
  font-weight: inherit;
}

.block_editor_wrap em {
  font-style: italic;
}

.block_editor_wrap a {
  text-decoration: none;
  color: #000;
  margin-top: 1em;
}

.block_editor_wrap .pt_none {
  padding-top: 0px !important;
}

@media screen and (max-width: 750px) {
  .block_editor_wrap .pt_none {
    padding-top: 0px !important;
  }
}

.block_editor_wrap .pt_s {
  padding-top: 30px !important;
}

@media screen and (max-width: 750px) {
  .block_editor_wrap .pt_s {
    padding-top: 15px !important;
  }
}

.block_editor_wrap .pt_m {
  padding-top: 60px !important;
}

@media screen and (max-width: 750px) {
  .block_editor_wrap .pt_m {
    padding-top: 30px !important;
  }
}

.block_editor_wrap .pt_l {
  padding-top: 90px !important;
}

@media screen and (max-width: 750px) {
  .block_editor_wrap .pt_l {
    padding-top: 45px !important;
  }
}

.block_editor_wrap .pt_ll {
  padding-top: 120px !important;
}

@media screen and (max-width: 750px) {
  .block_editor_wrap .pt_ll {
    padding-top: 60px !important;
  }
}

.block_editor_wrap .pb_none {
  padding-bottom: 0px !important;
}

@media screen and (max-width: 750px) {
  .block_editor_wrap .pb_none {
    padding-bottom: 0px !important;
  }
}

.block_editor_wrap .pb_s {
  padding-bottom: 30px !important;
}

@media screen and (max-width: 750px) {
  .block_editor_wrap .pb_s {
    padding-bottom: 15px !important;
  }
}

.block_editor_wrap .pb_m {
  padding-bottom: 60px !important;
}

@media screen and (max-width: 750px) {
  .block_editor_wrap .pb_m {
    padding-bottom: 30px !important;
  }
}

.block_editor_wrap .pb_l {
  padding-bottom: 90px !important;
}

@media screen and (max-width: 750px) {
  .block_editor_wrap .pb_l {
    padding-bottom: 45px !important;
  }
}

.block_editor_wrap .pb_ll {
  padding-bottom: 120px !important;
}

@media screen and (max-width: 750px) {
  .block_editor_wrap .pb_ll {
    padding-bottom: 60px !important;
  }
}

.block_editor_wrap .swiper-button-prev, .block_editor_wrap .swiper-container-rtl .swiper-button-next,
.block_editor_wrap .swiper-button-next, .block_editor_wrap .swiper-container-rtl .swiper-button-prev {
  background: none;
}

@media screen and (min-width: 751px) {
  .block_editor_wrap .be_btn_ {
    color: #000;
    font-size: 14pt;
    background: transparent;
    padding: 18px 30px;
    margin-top: 1.5em;
    border: 3px solid #000;
    display: block;
    text-align: center;
    text-decoration: none;
    position: relative;
    z-index: 1;
    transition: 0.3s;
  }
  .block_editor_wrap .be_btn_:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    background: #000;
    transform-origin: 50% 0%;
    transform: scaleY(0);
    transition: transform ease 0.3s;
  }
  .block_editor_wrap .be_btn_:after {
    content: ">";
    color: #fff;
    display: inline-block;
    position: absolute;
    top: 50%;
    right: 8%;
    font-family: "Courier";
    transition: 0.3s;
    transform: scale(0.8, 1.2) translateY(-50%);
  }
  .block_editor_wrap .be_btn_:hover {
    color: #fff;
  }
  .block_editor_wrap .be_btn_:hover:before {
    transform-origin: 50% 100%;
    transform: scaleY(1);
  }
  .block_editor_wrap .be_btn_:hover:after {
    position: absolute;
    top: 50%;
    right: 5%;
    transform: translateY(-50%) scale(0.8, 1.2);
    transition: 0.3s;
  }
}

@media screen and (max-width: 750px) {
  .block_editor_wrap .be_btn_ {
    background-color: #000;
    color: #fff;
    padding: 0.6em;
    position: relative;
    display: block;
    text-align: center;
  }
  .block_editor_wrap .be_btn_:after {
    content: ">";
    color: #fff;
    display: inline-block;
    position: absolute;
    font-size: 70%;
    top: 50%;
    right: 8%;
    font-family: "Courier";
    transition: 0.3s;
    transform: scale(0.8, 1.2) translateY(-50%);
  }
}

.block_editor_wrap .be_block_title01 {
  padding-top: 50px;
  padding-bottom: 30px;
  font-size: 20pt;
  text-align: center;
}

.block_editor_wrap .be_block_title01 .txt {
  width: auto;
  margin: 0;
  padding: 0;
  font-size: 20pt;
}

@media screen and (max-width: 750px) {
  .block_editor_wrap .be_block_title01:first-child {
    padding-top: 0;
  }
}

.block_editor_wrap .be_block_txt01 {
  padding-top: 15px;
  padding-bottom: 15px;
  line-height: 160%;
}

@media screen and (max-width: 750px) {
  .block_editor_wrap .be_block_txt01 {
    width: 98%;
    margin: 0 auto;
  }

  .block_editor_wrap .be_block_txt01:first-child {
    padding-top: 0;
  }
}

.block_editor_wrap .be_block_txt01 p {
  margin-top: 0;
  margin-bottom: 0;
}

.block_editor_wrap .be_block_btn01 {
  width: 40%;
  padding-bottom: 30px;
  margin: 0 auto;
}

@media screen and (max-width: 750px) {
  .block_editor_wrap .be_block_btn01 {
    width: 80%;
    margin: 0 auto;
  }
}

.block_editor_wrap .be_block_bnr01 {
  padding-top: 40px;
  padding-bottom: 50px;
}

@media screen and (max-width: 750px) {
  .block_editor_wrap .be_block_bnr01:first-child {
    padding-top: 0;
  }
}

.block_editor_wrap .be_block_img_1clmn_01 {
  padding-top: 40px;
  padding-bottom: 50px;
}

@media screen and (max-width: 750px) {
  .block_editor_wrap .be_block_img_1clmn_01:first-child {
    padding-top: 0;
  }
}

.block_editor_wrap .be_block_img_2clmn_01 {
  display: flex;
  justify-content: space-around;
  padding-top: 40px;
  padding-bottom: 50px;
}

@media screen and (max-width: 750px) {
  .block_editor_wrap .be_block_img_2clmn_01:first-child {
    padding-top: 0;
  }
}

.block_editor_wrap .be_block_img_2clmn_01 .link_block {
  display: contents;
}

.block_editor_wrap .be_block_img_2clmn_01 .img_multi_clmn_ {
  display: flex;
  flex-direction: column;
  width: 40%;
}

@media screen and (max-width: 750px) {
  .block_editor_wrap .be_block_img_2clmn_01 .img_multi_clmn_ {
    width: 49%;
  }
}

.block_editor_wrap .be_block_img_2clmn_01 .img_multi_clmn_ p {
  height: 100%;
  min-height: 0%;
}

.block_editor_wrap .be_block_img_3clmn_01 {
  padding-top: 40px;
  padding-bottom: 50px;
}

@media screen and (min-width: 751px) {
  .block_editor_wrap .be_block_img_3clmn_01 {
    display: flex;
    justify-content: space-between;
  }
  .block_editor_wrap .be_block_img_3clmn_01:first-child {
    padding-top: 0;
  }
  .block_editor_wrap .be_block_img_3clmn_01 .link_block {
    display: contents;
  }
  .block_editor_wrap .be_block_img_3clmn_01 .img_multi_clmn_ {
    display: flex;
    flex-direction: column;
    width: 32%;
  }
  .block_editor_wrap .be_block_img_3clmn_01 .img_multi_clmn_ p.txt_ {
    height: 100%;
    min-height: 0%;
  }
  .block_editor_wrap .be_block_img_3clmn_01 .img_multi_clmn_ a.be_btn_ {
    max-height: 50px;
  }
}

@media screen and (max-width: 750px) {
  .block_editor_wrap .be_block_img_3clmn_01 {
    scroll-snap-type: x mandatory;
    width: 100%;
    overflow-x: scroll;
    display: flex;
    -webkit-overflow-scrolling: touch;
    overflow-scrolling: touch;
  }
  .block_editor_wrap .be_block_img_3clmn_01 .link_block {
    display: contents;
  }
  .block_editor_wrap .be_block_img_3clmn_01 .img_multi_clmn_ {
    scroll-snap-align: center;
    width: 55%;
    display: flex;
    flex-direction: column;
    flex: none;
    margin-bottom: 30px;
  }
  .block_editor_wrap .be_block_img_3clmn_01 .img_multi_clmn_:not(:last-child) {
    margin-left: 5px;
  }
  .block_editor_wrap .be_block_img_3clmn_01 .img_multi_clmn_:last-child {
    margin-left: 5px;
    margin-right: 5px;
  }
  .block_editor_wrap .be_block_img_3clmn_01 .img_multi_clmn_ p.txt_ {
    height: 100%;
    min-height: 0%;
  }
  .block_editor_wrap .be_block_img_3clmn_01 .img_multi_clmn_ a.be_btn_ {
    max-height: 50px;
  }
}

.block_editor_wrap .be_block_img_4clmn_01 {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  padding-top: 40px;
  padding-bottom: 50px;
}

.block_editor_wrap .be_block_img_4clmn_01 .link_block {
  display: contents;
}

.block_editor_wrap .be_block_img_4clmn_01 .img_multi_clmn_ {
  display: flex;
  flex-direction: column;
  width: 24%;
}

@media screen and (max-width: 750px) {
  .block_editor_wrap .be_block_img_4clmn_01:first-child {
    padding-top: 0;
  }
  .block_editor_wrap .be_block_img_4clmn_01 .img_multi_clmn_ {
    width: 48.5%;
    margin-top: 3em;
  }
}

.block_editor_wrap .be_block_img_4clmn_01 .img_multi_clmn_ p {
  height: 100%;
  min-height: 0%;
}

.block_editor_wrap .be_block_2clmn_Limg-Rtxt {
  padding-top: 40px;
  padding-bottom: 50px;
}

@media screen and (min-width: 751px) {
  .block_editor_wrap .be_block_2clmn_Limg-Rtxt {
    display: flex;
    justify-content: space-around;
  }
  .block_editor_wrap .be_block_2clmn_Limg-Rtxt:first-child {
    padding-top: 0;
  }
  .block_editor_wrap .be_block_2clmn_Limg-Rtxt > div {
    width: 45%;
  }
  .block_editor_wrap .be_block_2clmn_Limg-Rtxt > div h4 {
    display: inline-block;
    font-size: 20pt;
    line-height: 100%;
    padding: 10px 0 40px;
  }
  .block_editor_wrap .be_block_2clmn_Limg-Rtxt > div p {
    display: inline-block;
  }
  .block_editor_wrap .be_block_2clmn_Limg-Rtxt > div a {
    margin-bottom: auto;
    display: block;
  }
}

@media screen and (max-width: 750px) {
  .block_editor_wrap .be_block_2clmn_Limg-Rtxt {
    display: block !important;
    width: 96%;
    margin: 0 auto;
  }
}

.block_editor_wrap .be_block_2clmn_Limg-Rtxt > div h4 {
  font-size: 18pt;
  margin: 0.5em 0 0.7em;
}

.block_editor_wrap .be_block_2clmn_Ltxt-Rimg {
  padding-top: 40px;
  padding-bottom: 50px;
}

@media screen and (min-width: 751px) {
  .block_editor_wrap .be_block_2clmn_Ltxt-Rimg {
    display: flex;
    justify-content: space-around;
    flex-direction: row-reverse;
  }
  .block_editor_wrap .be_block_2clmn_Ltxt-Rimg:first-child {
    padding-top: 0;
  }
  .block_editor_wrap .be_block_2clmn_Ltxt-Rimg > div {
    width: 45%;
  }
  .block_editor_wrap .be_block_2clmn_Ltxt-Rimg > div h4 {
    display: inline-block;
    font-size: 20pt;
    line-height: 100%;
    padding: 10px 0 40px;
    margin: 0.5em 0 0.7em;
  }
  .block_editor_wrap .be_block_2clmn_Ltxt-Rimg > div p {
    display: inline-block;
  }
  .block_editor_wrap .be_block_2clmn_Ltxt-Rimg > div a {
    margin-bottom: auto;
    display: block;
  }
}

@media screen and (max-width: 750px) {
  .block_editor_wrap .be_block_2clmn_Ltxt-Rimg {
    display: block !important;
    width: 96%;
    margin: 0 auto;
  }
}

.block_editor_wrap .be_block_2clmn_Ltxt-Rimg div h4 {
  font-size: 18pt;
  margin: 0.5em 0 0.7em;
}

.block_editor_wrap .be_block_img_carousel {
  width: 90%;
  margin: 0 auto;
  padding-top: 40px;
  padding-bottom: 50px;
}

@media screen and (max-width: 750px) {
  .block_editor_wrap .be_block_img_carousel {
    width: 96%;
  }
}

.block_editor_wrap .be_block_movie_txt_ {
  width: 90%;
  margin: 0 auto;
  padding-top: 40px;
  padding-bottom: 50px;
}

.block_editor_wrap .be_block_movie_txt_ .movie_block {
  position: relative;
  padding-top: 56.3%;
}

.block_editor_wrap .be_block_movie_txt_ .movie_block iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

.block_editor_wrap .be_block_tabs {
  padding-top: 40px;
  padding-bottom: 50px;
}

.block_editor_wrap .tab-wrap {
  background: #fff;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  display: flex;
  flex-wrap: wrap;
  overflow: hidden;
  padding: 0 0 20px;
}

.block_editor_wrap .tab-label {
  color: #666;
  cursor: pointer;
  flex: 1;
  order: -1;
  padding: 12px 24px;
  position: relative;
  text-align: center;
  transition: cubic-bezier(0.4, 0, 0.2, 1) 0.2s;
  user-select: none;
  white-space: nowrap;
  -webkit-tap-highlight-color: transparent;
}

.block_editor_wrap .tab-label:hover {
  background: #ececec;
}

.block_editor_wrap .tab-switch:checked + .tab-label {
  color: #000;
}

.block_editor_wrap .tab-label::after {
  background: #666;
  bottom: 0;
  content: '';
  display: block;
  height: 3px;
  left: 0;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  transform: translateX(100%);
  transition: cubic-bezier(0.4, 0, 0.2, 1) 0.2s 80ms;
  width: 100%;
  z-index: 1;
}

.block_editor_wrap .tab-switch:checked ~ .tab-label::after {
  transform: translateX(-100%);
}

.block_editor_wrap .tab-switch:checked + .tab-label::after {
  opacity: 1;
  transform: translateX(0);
}

.block_editor_wrap .tab-content {
  height: 0;
  opacity: 0;
  padding: 0 20px;
  box-sizing: border-box;
  pointer-events: none;
  transform: translateX(-30%);
  transition: transform .3s 80ms, opacity .3s 80ms;
  width: 100%;
}

.block_editor_wrap .tab-switch:checked ~ .tab-content {
  transform: translateX(30%);
}

.block_editor_wrap .tab-switch:checked + .tab-label + .tab-content {
  height: auto;
  opacity: 1;
  order: 1;
  pointer-events: auto;
  transform: translateX(0);
}

.block_editor_wrap .tab-wrap::after {
  content: '';
  height: 20px;
  order: -1;
  width: 100%;
}

.block_editor_wrap .tab-switch {
  display: none;
}

.block_editor_wrap [class^="swiper-button-"] {
  border: 3px solid #ececec;
  border-radius: 50px;
  padding: 3px 12px;
}

.block_editor_wrap [class^="swiper-button-"]:after {
  font-size: 10pt;
  color: #ececec;
  font-weight: 800;
}

.block_editor_wrap .swiper-pagination-bullet {
  border: 1px solid #000;
}

.block_editor_wrap .swiper-pagination-bullet-active {
  background-color: #fff;
}

@media screen and (max-width: 750px) {
  .block_editor_wrap .swiper-pagination-bullet-active {
    background-color: #000;
  }
}

@-webkit-keyframes be_bg_slide {
  0% {
    -webkit-transform-origin: left top;
    transform-origin: left top;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
  }
  100% {
    -webkit-transform-origin: left top;
    transform-origin: left top;
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
}

@keyframes be_bg_slide {
  0% {
    -webkit-transform-origin: left top;
    transform-origin: left top;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
  }
  100% {
    -webkit-transform-origin: left top;
    transform-origin: left top;
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
}

.topic_title_ + .block_editor_wrap {
  padding-top: 22px;
}

@media screen and (max-width: 750px) {
  .topic_title_ + .block_editor_wrap {
    padding-top: 0;
  }
}

/*# sourceMappingURL=block_editor.css.map */