/*!********************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[1].use[2]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[1].use[3]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[1].use[4]!./src/scss/style.scss ***!
  \********************************************************************************************************************************************************************************************************************************************/
@charset "UTF-8";
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  margin: 0;
  /*IE9以前に対応する*/
  /* font-size: 0.625rem; */
  color: #333333;
  font-size: 14px;
  font-family: YuGothic, "游ゴシック体", "游ゴシック Medium", "Yu Gothic", "游ゴシック", "Yu Mincho Light", "YuMincho", "Yu Mincho", "游明朝体", "Arial", "Meiryo", sans-serif;
}

img {
  -o-object-fit: cover;
  -webkit-transition: 0.5s all;
  width: 100%;
  height: 100%;
     object-fit: cover;
  vertical-align: bottom;
  transition: 0.5s all;
}

a {
  text-decoration: none;
}
a:focus {
  outline: none;
}

ul,
li {
  list-style: none;
}

.container {
  width: 1200px;
  margin: 0 auto;
}

/* ヘッダーここから */
header {
  border-top: solid 4px #7f0f29;
}

.h-title {
  width: 520px;
  margin-left: 70px;
}

.h-inner {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          justify-content: space-between;
  width: 1200px;
  margin: 0 auto;
}

.h-title img {
  width: 100%;
  height: auto;
}

.h-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 33px 2px 0 0;
}

/* hover */
.h-title a {
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}

.h-title a:hover {
  opacity: 0.7;
}

/* 検索ボックス */
.searchbox {
  width: 170px;
}

#form {
  position: relative;
}

#s-box {
  position: absolute;
  top: 0;
  left: 0;
  width: 150px;
  height: 30px;
  padding: 0 10px;
  border: solid 3px #eaeaea;
  border-radius: 5px;
  outline: 0;
}

#s-btn-area {
  width: 100%;
}

#s-btn {
  position: absolute;
  top: 5px;
  right: 30px;
  bottom: 10px;
  width: 30px;
  height: 30px;
  border-radius: 3px;
  color: #fff;
  font-size: 7px;
}

.search-icon {
  width: 15px;
  height: auto;
}

/* 検索ボックスここまで */
.h-langbox {
  width: 110px;
  height: 33px;
  border-radius: 5px;
  background-color: #7f0f29;
  color: #fff;
  text-align: center;
}

.h-langbox a {
  display: block;
  width: 100%;
  color: #fff !important;
  line-height: 33px;
}

.h-langbox:hover {
  -webkit-transition: 0.3s;
  opacity: 0.7;
  transition: 0.3s;
}

.sp-header {
  display: none;
}

/* ヘッダーここまで */
/* ナビバー */
.arrow-icon {
  margin: 0;
}

.h-nav {
  background-color: #7f0f29;
  color: #fff;
  font-size: 16px;
}
.h-nav .h-nav_ul {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          justify-content: center;
  margin: 0;
  padding: 0;
}
.h-nav .h-nav_ul > li {
  height: 50px;
  text-align: center;
}
.h-nav .h-nav_ul > li a {
  display: block;
  padding: 0 20px;
  color: #fff;
  line-height: 50px;
}
.h-nav .h-nav_ul > li a:hover {
  -webkit-transition: 0.3s;
  opacity: 0.7;
  transition: 0.3s;
}

.h-nav_ul > .dropdown {
  position: relative;
  width: auto;
  height: 50px;
  text-align: center;
}
.h-nav_ul > .dropdown > a, .h-nav_ul > .dropdown > span {
  -webkit-transition: 0.3s all;
  display: block;
  position: relative;
  width: auto;
  padding: 0 20px;
  line-height: 50px;
  transition: 0.3s all;
}
.h-nav_ul > .dropdown.about {
  width: 270px;
  cursor: pointer;
}
.h-nav_ul > .dropdown.about:before, .h-nav_ul > .dropdown.about:after {
  display: block;
  position: absolute;
  top: 15px;
  width: 1px;
  height: 20px;
  background-color: rgba(255, 255, 255, 0.85);
  content: "";
}
.h-nav_ul > .dropdown.about:before {
  left: 0;
}
.h-nav_ul > .dropdown.about:after {
  right: 0;
}
.h-nav_ul > .dropdown.about .dropdown_menu {
  width: 270px;
}
.h-nav_ul > .dropdown:hover > a, .h-nav_ul > .dropdown:hover > span {
  opacity: 0.7;
}
.h-nav_ul > .dropdown:hover .dropdown_menu {
  visibility: visible;
  opacity: 1;
}
.h-nav_ul > .dropdown .dropdown_menu {
  -webkit-transition: all 0.2s ease;
  visibility: hidden;
  z-index: 1;
  position: absolute;
  top: 50px;
  left: 0;
  width: auto;
  margin: 0;
  padding: 0;
  background-color: #f9f5f2;
  opacity: 0;
  transition: all 0.2s ease;
}
.h-nav_ul > .dropdown .dropdown_menu li {
  -webkit-transition: all 0.2s ease;
  height: initial;
  color: #333;
  line-height: 1.5;
  text-align: left;
  transition: all 0.2s ease;
}
.h-nav_ul > .dropdown .dropdown_menu li a {
  -webkit-transition: all 0.3s;
  display: block;
  min-width: 200px;
  padding: 4px 20px;
  color: #333;
  line-height: 1.5;
  white-space: nowrap;
  transition: all 0.3s;
}
.h-nav_ul > .dropdown .dropdown_menu li a:hover {
  background-color: #7f0f29;
  color: white;
  opacity: 1;
}
.h-nav_ul > .dropdown .dropdown_menu li.category {
  cursor: initial;
}
.h-nav_ul > .dropdown .dropdown_menu li.category:hover {
  background-color: #e6e6e6;
}
.h-nav_ul > .dropdown .dropdown_menu li.category span {
  display: block;
  padding: 4px 20px;
  line-height: 1.5;
}
.h-nav_ul > .dropdown .dropdown_menu li.category .child {
  padding: 0;
}
.h-nav_ul > .dropdown .dropdown_menu li.category .child > li {
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.h-nav_ul > .dropdown .dropdown_menu li.category .child > li > a, .h-nav_ul > .dropdown .dropdown_menu li.category .child > li > span {
  padding-left: calc(20px + 1rem);
}
.h-nav_ul > .dropdown .dropdown_menu li.category .child > li > .child > li > a, .h-nav_ul > .dropdown .dropdown_menu li.category .child > li > .child > li > span {
  padding-left: calc(20px + 2rem);
}

/* 言語切替ボタン */
/* 言語切替ボタンここまで */
/* ハンバーガーメニュー部分 */
.hamburger-btn {
  display: none;
}

@media screen and (max-width: 853px) {
  .hamburger-btn__parts {
    -webkit-transition: opacity 0.5s, -webkit-transform 0.5s;
    display: block;
    position: absolute;
    width: 100%;
    height: 2px;
    background-color: #ffffff;
    transition: opacity 0.5s, -webkit-transform 0.5s;
    transition: transform 0.5s, opacity 0.5s;
    transition: transform 0.5s, opacity 0.5s, -webkit-transform 0.5s;
  }

  .hamburger-btn__parts.-top {
    top: 0;
  }

  .hamburger-btn__parts.-middle {
    top: 0;
    bottom: 0;
    margin: auto;
  }

  .hamburger-btn__parts.-bottom {
    bottom: 0;
  }

  .hamburger-btn.active .hamburger-btn__parts.-top {
    -webkit-transform: translateY(10px) rotate(-45deg);
    top: 4.5px;
    transform: translateY(10px) rotate(-30deg);
  }

  .hamburger-btn.active .hamburger-btn__parts.-middle {
    opacity: 0;
  }

  .hamburger-btn.active .hamburger-btn__parts.-bottom {
    -webkit-transform: translateY(-4px) rotate(45deg);
    bottom: 4.5px;
    transform: translateY(-4px) rotate(30deg);
  }

  .hamburger {
    display: none;
  }
}
@media screen and (max-width: 853px) {
  .hamburger {
    /* height: auto; */
    -webkit-transform: translateX(100vw);
    -webkit-transition: all 0.3s;
    display: block;
    z-index: 10;
    position: fixed;
    top: 70px;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100vw;
    padding-right: constant(safe-area-inset-right);
    padding-right: env(safe-area-inset-right);
    padding-left: constant(safe-area-inset-left);
    padding-left: env(safe-area-inset-left);
    overflow: scroll;
    transform: translateX(100vw);
    background-color: #7f0f29;
    transition: all 0.3s;
  }

  .hamburger__lists {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    width: 100vw;
    margin-top: 0px;
    /* height: 100vh; */
    padding: 0;
  }

  .hamburger__list {
    position: relative;
    font-size: 16px;
    /*IE9以前に対応する*/
    font-size: 1rem;
    list-style: none;
    text-align: center;
  }

  .hamburger__list + .hamburger__list {
    padding-top: 50px;
  }

  .hamburger__link {
    color: #ffffff;
    text-decoration: none;
  }
}
.hamburger.active {
  -webkit-transform: translateX(0);
  -webkit-transform: translateY(0);
  transform: translateX(0);
  transform: translateY(0);
}

/* ナビバーここまで */
/* ファーストビューここから */
.fv {
  width: 1200px;
  margin-top: 7px;
  /* margin-bottom: 14px; */
}
.fv a.hover img {
  opacity: 0.7;
}
.fv a img {
  -o-object-fit: cover;
  width: 100%;
  height: 470px;
     object-fit: cover;
}

.fv-banner {
  position: relative;
  width: 1200px;
  margin: 0 auto;
}

.banner-btn {
  position: absolute;
  right: 27px;
  bottom: 20px;
}

.banner-btn a {
  display: block;
  width: 220px;
  height: 44px;
  border-radius: 20px;
  background-color: #7f0f29;
  color: #fff;
  font-weight: bold;
  font-size: 25px;
  line-height: 44px;
  text-align: center;
}

.top_newsbox {
  /*line-height: 1;*/
  /*font-size: 16px;*/
  margin-top: 10px;
  margin-bottom: 5px;
  border-top: #666 1px solid;
  border-bottom: #666 1px solid;
}

.top_newsbox_bottom {
  /*line-height: 1;*/
  /*font-size: 16px;*/
  margin-top: 5px;
  border-top: #666 1px solid;
  border-bottom: #666 1px solid;
  text-align: center;
}

.top_newsbox p,
.top_newsbox_bottom p {
  margin: 10px 0;
  font-size: 16px;
  line-height: 1.5;
}

.top_newsbox.hide,
.top_newsbox_bottom.hide {
  display: none;
}

/* 研究会バナー */
.study_contents {
  margin-top: 6px;
}

.studygroup {
  margin: 0 auto 30px auto;
  /* padding: 30px; */
  padding: 25px 32px 15px 32px;
  background-color: #8f6426;
}

.studygroup_wrap {
  -ms-flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
      flex-wrap: wrap;
          justify-content: space-between;
  width: 100%;
}

/* パネル・その他 */
.studygroup_wrap .banner_bottom_wrapper {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          justify-content: space-between;
  width: 100%;
}

.studygroup_left_bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 610px;
}

.studygroup_right_bottom {
  width: calc(100% - 645px);
}

.studygroup_banner_link {
  display: block;
  color: #fff;
  /* width: 560px; */
}

.studygroup_banner_link:nth-child(2n+1) {
  width: 610px;
}

.studygroup_banner_link:nth-child(2n) {
  width: calc(100% - 645px);
}

.studygroup_left_bottom .studygroup_banner_link {
  width: 297px;
}

.studygroup_right_bottom .studygroup_banner_link {
  width: 100%;
}

.studygroup_banner {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
  -webkit-transition: opacity 0.3s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          justify-content: space-between;
  /* min-height: 60px; */
  min-height: 52px;
  transition: opacity 0.3s;
}

.studygroup_banner:hover {
  opacity: 0.7;
}

.studygroup_icon {
  width: 80px;
  margin: auto 0;
  padding: 0 0 0 10px;
  font-weight: bold;
  font-size: 14px;
  line-height: 25px;
  letter-spacing: 0.2em;
}

.light_blue {
  border-left: 5px solid #00accf;
}

.dark_blue {
  border-left: 5px solid #377fb6;
}

.dark_red {
  border-left: 5px solid #df4960;
}

.dark_purple {
  border-left: 5px solid #be3f7f;
}

.orange {
  border-left: 5px solid #e99b2d;
}

.yellow_green {
  border-left: 5px solid #7dd743;
}

.purple {
  border-left: 5px solid #c574bd;
}

.sky_blue {
  border-left: 5px solid #30c9b8;
}

.dark_green {
  border-left: 5px solid #44988f;
}

.green {
  border-left: 5px solid #20af40;
}

.studygroup_ttl {
  /* width: 440px; */
  width: calc(100% - 80px);
  margin: auto 0;
  font-size: 20px;
  line-height: 1.2;
}

/* プログラム */
.program_banner {
  -webkit-transform: scale(0.68, 1);
  -webkit-transform-origin: top left;
  display: inline-block;
  width: 80px;
          transform: scale(0.68, 1);
          transform-origin: top left;
  letter-spacing: 0;
}

/* 研究会ハンバーガーメニュー */
.studyaccordion-btn {
  display: none;
}

/* 研究会ハンバーガーメニューここまで */
/* 研究会バナーここまで */
/* ファーストビューここまで */
/* セクション-オススメコンテンツ */
section {
  margin: 0 40px;
}

.pickup {
  width: 1140px;
  margin: 0 auto 40px auto;
}

.s-title {
  position: relative;
  margin: 30px 0;
  padding-bottom: 6px;
  border-bottom: 1px solid #7f0f29;
  color: #8f6426;
  font-weight: 600;
  font-size: 23px;
  font-family: "YuMincho", "Yu Mincho Medium", "Yu Mincho", yu-mincho-pr6, Verdana, Meiryo, sans-serif;
  letter-spacing: -0.7px;
}

.s-title::before {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 200px;
  height: 6px;
  background-color: #8f6426;
  content: "";
}

.s-wrap {
  -ms-flex-wrap: wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
      flex-wrap: wrap;
}

.s-wrap::before,
.s-wrap::after {
  position: absolute;
  width: 10px;
  height: 10px;
  border: 0;
  border-top: solid 4px #7f0f29;
  border-right: solid 4px #7f0f29;
  content: "";
}

.s-wrap::before {
  -webkit-transform: rotate(135deg);
  top: 20%;
  left: -24px;
  transform: rotate(-135deg);
}

.s-wrap::after {
  -webkit-transform: rotate(45deg);
  top: 20%;
  right: -24px;
  transform: rotate(45deg);
}

.s-card {
  width: 100%;
  margin-right: 20px;
}

.s-card:last-child {
  margin-right: 0px;
}

.c-title {
  color: #7f0f29;
}

/* .c-disc {
  background-color: #fff;
  position: relative;
  width: 100%;
  height: 55px;
  overflow: hidden;
} */
.c-disc {
  -webkit-box-orient: vertical;
  display: -webkit-box;
  max-height: 3em;
  -webkit-line-clamp: 2;
  overflow: hidden;
  color: #000 !important;
  line-height: 1.5em;
}

.recomend_move_caption {
  margin-top: 0;
}

.recomend_text_format {
  margin-top: 0;
}

.recomend_text_free {
  margin-top: 0;
}

/* スライダースタイル */
.slick-container {
  width: 1200px;
  margin: 0 auto;
}

.pickup-slide {
  width: 1140px;
}

.wrapper {
  position: relative;
  width: 1140px;
  margin: 0 auto;
}

.wrapper img {
  -o-object-fit: cover;
  width: 100%;
  height: 170px;
     object-fit: cover;
}

.swiper-parentDiv {
  display: none;
}

.top_newsbox + .rss-inner-page-slider-1 {
  margin-top: 13px;
}

.rss-inner-page-slider-1 .rss-innerpage-slider-wapp {
  display: none;
}
.rss-inner-page-slider-1 .rss-innerpage-slider-wapp.slick-initialized {
  display: block;
}
.rss-inner-page-slider-1 .slick-list {
  z-index: 0 !important;
}
.rss-inner-page-slider-1 .slick-slide {
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
.rss-inner-page-slider-1 .slick-slide.hover {
  opacity: 0.7 !important;
}
.rss-inner-page-slider-1 .slick-slide .rss-banner-layer .rss-banner-caption {
  position: static;
  width: 100%;
  max-width: initial;
  height: 100%;
  padding: 0;
}
.rss-inner-page-slider-1 .slick-slide .rss-banner-layer .rss-banner-caption .rss-banner-title {
  display: none;
}
.rss-inner-page-slider-1 .slick-slide .rss-banner-layer .rss-banner-caption .rss-banner-url {
  display: block;
  width: 100%;
  height: 100%;
}
.rss-inner-page-slider-1 .slick-slide .rss-banner-layer .rss-banner-caption .rss-banner-url a {
  display: block;
  width: 100%;
  height: 100%;
  padding: 0;
  outline: none;
  background: transparent;
  text-indent: -9999px;
}
.rss-inner-page-slider-1 .slicknext,
.rss-inner-page-slider-1 .slickprev {
  display: block;
  z-index: 5;
  position: absolute;
  top: 50%;
  width: 50px !important;
  height: 50px !important;
  background: none !important;
  cursor: pointer;
}
.rss-inner-page-slider-1 .slicknext:before,
.rss-inner-page-slider-1 .slickprev:before {
  position: absolute;
  top: 12.5px;
  width: 25px;
  height: 25px;
  border-top: 2px solid white;
  border-right: 2px solid white;
  content: "";
}
.rss-inner-page-slider-1 .slickprev {
  left: 0;
}
.rss-inner-page-slider-1 .slickprev:before {
  -webkit-transform: rotate(-135deg);
  right: -8px;
          transform: rotate(-135deg);
}
.rss-inner-page-slider-1 .slicknext {
  right: 0;
}
.rss-inner-page-slider-1 .slicknext:before {
  -webkit-transform: rotate(45deg);
  left: -8px;
          transform: rotate(45deg);
}

/* 最新のコメンタリー ここまで */
/* 百花斉放ここから */
.erondan-box {
  width: 350px;
  height: 263px;
  margin-bottom: 60px;
  padding: 10px 20px;
  background-color: #fff;
}

.frontStr {
  height: 260px;
}

.erondan-box:hover {
  -webkit-transition: all 0.2s ease;
  /* background-color: #ccc; */
  background-color: #ddd;
  transition: all 0.2s ease;
}

.rondan {
  position: relative;
  width: 1200px;
  /*background-image: url("../imges/e-ron_back.png");*/
  /*background-size: cover;*/
  /*background-repeat: no-repeat;*/
  margin: 0 auto;
  padding: 40px 40px 50px 40px;
  background-color: #7f0f29;
}

.erondan-area {
  width: 100%;
  height: auto;
}

.erondan-area .baseBox .triangle-1 {
  background-color: red;
}

.e-ron_wrap a {
  color: #000;
}

.e-rondan_title {
  position: relative;
  margin: 12px 0 30px 0;
  padding-bottom: 18px;
  border-bottom: 1px solid #fff;
  color: #fff;
  font-weight: 500;
  font-size: 25px;
  font-family: "YuMincho", "Yu Mincho Medium", "Yu Mincho", yu-mincho-pr6, Verdana, Meiryo, sans-serif;
}

.e-rondan_title::before {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 268px;
  height: 6px;
  background-color: #fff;
  content: "";
}

.e-rondan_title .rondan_e {
  padding-left: 0;
  font-size: 40px;
}

.e-rondan_title span {
  display: inline-block;
  padding-left: 7px;
  font-size: 45px;
  line-height: 40px;
}

.micro_copy {
  margin: -5px 0;
  font-weight: 300;
  font-size: 12px;
  font-family: -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI", "Helvetica Neue", HelveticaNeue, YuGothic, "Yu Gothic Medium", "Yu Gothic", Verdana, Meiryo, sans-serif;
  letter-spacing: 1.2px;
}

/* ボタンラップ */
.e-rondan_btnwrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 1;
  position: absolute;
  top: 40px;
  right: 40px;
}

/* e-論壇とはボタン */
.e-rondan_info {
  -webkit-box-shadow: 6px 8px 15px 0 rgba(0, 0, 0, 0.5);
  -webkit-transition: all 0.2s ease;
  width: 142px;
  height: 42px;
  margin-right: 21px;
  background: #fff;
          box-shadow: 6px 8px 15px 0 rgba(0, 0, 0, 0.5);
  transition: all 0.2s ease;
}

.e-rondan_info:hover {
  border: 1px solid #fff;
  /* background: #7f0f29; */
  background: rgba(255, 255, 255, 0.2);
}

.e-rondan_info a {
  display: block;
  color: #7f0f29;
  font-size: 16px;
  line-height: 42px;
  text-align: center;
}

.e-rondan_info a:hover {
  color: #fff;
}

/* 議論百出ボタン */
.e-rondan_giron {
  -webkit-box-shadow: 6px 8px 15px 0 rgba(0, 0, 0, 0.5);
  -webkit-box-sizing: border-box;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          align-items: center;
          justify-content: center;
  width: 218px;
  height: 42px;
  margin-right: 21px;
  background-color: #002060;
          box-shadow: 6px 8px 15px 0 rgba(0, 0, 0, 0.5);
  color: #fff;
  font-family: "YuMincho", "Yu Mincho Medium", "Yu Mincho", yu-mincho-pr6, Verdana, Meiryo, sans-serif;
  vertical-align: middle;
}

.e-rondan_giron:hover {
  -webkit-box-shadow: none;
  -webkit-transition: all 0.2s ease;
          box-shadow: none;
  opacity: 0.8;
  transition: all 0.2s ease;
}

.giron_logo {
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  width: 25.5px;
  margin: 8px 0 8px 12px;
}

.e-rondan_giron a {
  width: 218px;
  color: #fff;
}

.e-rondan_giron p {
  display: contents;
  margin: 0;
  font-size: 16px;
}

.e-rondan_giron .rondan_e {
  font-size: 26px;
}

.e-rondan_giron span {
  padding-left: 12px;
  font-size: 20px;
  line-height: 42px;
}

/* 百家争鳴ボタン */
.e-rondan_hyaka {
  -webkit-box-shadow: 6px 8px 15px 0 rgba(0, 0, 0, 0.5);
  -webkit-box-sizing: border-box;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          align-items: center;
          justify-content: center;
  width: 218px;
  height: 42px;
  background-color: #093a4b;
          box-shadow: 6px 8px 15px 0 rgba(0, 0, 0, 0.5);
  color: #fff;
  font-family: "YuMincho", "Yu Mincho Medium", "Yu Mincho", yu-mincho-pr6, Verdana, Meiryo, sans-serif;
  vertical-align: middle;
}

.e-rondan_hyaka:hover {
  -webkit-box-shadow: none;
  -webkit-transition: all 0.2s ease;
          box-shadow: none;
  opacity: 0.8;
  transition: all 0.2s ease;
}

.hyaka_logo {
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  width: 30px;
  margin: 7px 0px 7px 15px;
}

.e-rondan_hyaka a {
  width: 218px;
  color: #fff;
}

.e-rondan_hyaka p {
  display: contents;
  margin: 0;
  font-size: 16px;
}

.e-rondan_hyaka .rondan_e {
  font-size: 26px;
}

.e-rondan_hyaka span {
  padding-left: 6px;
  font-size: 20px;
  line-height: 42px;
}

/* e-rondan_投稿記事 */
.e-ron_wrap {
  -ms-flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
      flex-wrap: wrap;
          justify-content: space-between;
}

.e-linkcard {
  width: calc(33.3333333333% - 23px);
}

.e-linkcard p,
.e-linkcard strong {
  color: #000;
}

.e-ron_namebox {
  text-align: right;
}

.e-ron_name {
  color: #7f0f29 !important;
}

.e-ronbox {
  width: calc(33.3333333333% - 23px);
  height: 263px;
  margin-bottom: 60px;
  padding: 10px 20px;
  background-color: #fff;
}

time {
  color: #7f0f29;
  font-size: 12px;
}

strong {
  display: inline-block;
  width: 310px;
  height: 48px;
  margin: 5px 0;
  overflow: hidden;
  font-size: 16px;
  text-overflow: ellipsis;
}

.e-ron_name {
  margin-bottom: 5px;
  color: #7f0f29;
  font-size: 16px;
}

.e-ronbox small {
  color: #000;
}

small {
  color: #000;
  font-size: 14px;
}

.e-ron_line {
  -webkit-transform: translateX(-50%);
  position: absolute;
  top: calc(50% + 5px);
  left: 50%;
  width: 520px;
  height: 1px;
          transform: translateX(-50%);
  border: none;
  background-color: white;
}

.btn-box {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          justify-content: center;
  margin: 0 auto;
  margin-top: -20px;
}

/* .e-rondan_text {
  overflow: hidden;
  height: 100px;
} */
/* .backStr{
	overflow:hidden;
	height:100px;
}
 */
.text-overflow {
  -webkit-box-orient: vertical;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  overflow: hidden;
}

/* もっとみるボタン */
/* 投稿するボタン */
.sp-read-me_box {
  display: none;
}

.e-ron_archives,
.e-ron_more,
.e-ron_post {
  -webkit-transition: all 0.2s ease;
  position: relative;
  width: 200px;
  height: 42px;
  transition: all 0.2s ease;
}
.e-ron_archives .anchor,
.e-ron_more .anchor,
.e-ron_post .anchor {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 2;
  position: absolute;
  top: 0;
  left: 0;
          align-items: center;
          justify-content: center;
  width: 200px;
  height: 42px;
}
.e-ron_archives .anchor p,
.e-ron_more .anchor p,
.e-ron_post .anchor p {
  margin: 0;
  padding: 0;
  color: #7f0f29;
  font-size: 20px;
}
.e-ron_archives svg,
.e-ron_more svg,
.e-ron_post svg {
  -webkit-filter: drop-shadow(9px 9px 6px rgba(0, 0, 0, 0.35));
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
  width: 200px;
  height: 42px;
          filter: drop-shadow(9px 9px 6px rgba(0, 0, 0, 0.35));
}
.e-ron_archives:hover,
.e-ron_more:hover,
.e-ron_post:hover {
  opacity: 0.7;
}
.e-ron_archives:hover svg,
.e-ron_more:hover svg,
.e-ron_post:hover svg {
  -webkit-filter: none;
          filter: none;
}

.e-ron_more .anchor .more {
  margin: 0 0 0 -6px;
  letter-spacing: -0.15em;
}
.e-ron_more .anchor .list {
  width: 74px;
  margin: 0 0 0 10px;
  padding: 0;
  background-color: #7f0f29;
  color: white;
  font-weight: bold;
  font-size: 13px;
  line-height: 21px;
  text-align: center;
}

.e-ron_post {
  margin-left: 50px;
}

/* STUDIOSここから */
.move {
  width: 1120px;
  margin: 48px auto 60px auto;
}

.studios_logo {
  /* margin-top: 30px; */
  min-width: 180px;
  max-width: 180px;
}

.s-studios_title {
  position: relative;
  margin-top: 0;
  margin-bottom: 32px;
}

.s-studios_title::before {
  z-index: -1;
  position: absolute;
  top: 41px;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #7f0f29;
  content: "";
}

.studios_wrap {
  -ms-flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
      flex-wrap: wrap;
          justify-content: space-between;
}

.studios_move {
  width: calc(25% - 15px);
  height: auto;
  overflow: hidden;
}

.studios_move_img {
  position: relative;
  height: 150px;
  margin-bottom: 10px;
  overflow: hidden;
}

.studios_move:hover img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.studios_move a {
  display: block;
  position: relative;
}

.studios_move a:hover {
  -webkit-transition: all 0.2s ease;
  opacity: 0.7;
  transition: all 0.2s ease;
}

.studios_move_img::before {
  display: block;
  z-index: 1;
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  height: 60px;
  margin: -28px auto 0;
  background: url(../imges/youtube_icon.svg) center center/64px 64px no-repeat;
  content: "";
}

.move-caption {
  -webkit-box-orient: vertical;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  overflow: hidden;
  border-bottom: #000;
  color: #000;
}

/* 最近の活動報告 */
.pdf_file {
  display: inline !important;
  height: auto !important;
}

.news {
  width: 1200px;
  margin: 0 auto 50px auto;
  padding: 30px 40px 10px 40px;
  background-color: #f9f5f2;
}
.news .s-title {
  margin: 0 0 40px 0;
  color: #7f0f29;
}
.news .s-title:before {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 157px;
  height: 6px;
  background-color: #7f0f29;
  content: "";
}
.news .s-wrap:before, .news .s-wrap:after {
  content: none;
}
.news .s-card {
  -webkit-transition: all 0.2s ease;
  width: calc((100% - 70px) / 3);
  margin: 0 35px 50px 0;
  background-color: #fff;
  transition: all 0.2s ease;
}
.news .s-card:hover {
  background-color: #e8e5e2;
  opacity: 0.7;
}
.news .s-card:hover .news_imgbox img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.news .s-card:nth-child(3n) {
  margin-right: 0;
}
.news .s-card:nth-child(n+7) {
  margin-top: 40px;
}
.news .s-card a {
  display: block;
  width: 100%;
  min-height: 435px;
}
.news .s-card .date {
  margin: 0;
  color: #7f0f29;
  font-size: 12px;
}
.news .s-card strong {
  -webkit-box-orient: vertical;
  display: -webkit-box;
  width: 100%;
  -webkit-line-clamp: 2;
  margin: 5px 0 10px 0;
  overflow: hidden;
  color: #7f0f29;
  font-weight: normal;
}
.news_imgbox {
  height: 230px;
  overflow: hidden;
  background-color: white;
}
.news_textbox {
  padding: 20px;
  overflow: hidden;
  color: #000;
}
.news_textbox .c-title {
  color: #7f0f29;
}
.news_textbox p {
  color: #000;
}
.news_textbox .icons_wrapper {
  -ms-flex-wrap: wrap;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
      flex-wrap: wrap;
          justify-content: flex-end;
  margin: 0 0 -5px -15px;
  padding: 0;
}
.news_textbox .icons_wrapper li {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin: 10px 0 0 15px;
}
.news_textbox .icons_wrapper li .icon_container {
  -webkit-box-align: center;
      -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          align-items: center;
  height: 30px;
}
.news_textbox .icons_wrapper li .icon_container .icon_img {
  -o-object-fit: contain;
  max-width: 30px;
  max-height: 30px;
     object-fit: contain;
  vertical-align: bottom;
}
.news_textbox .icons_wrapper li .icon_container .caption {
  margin: 0 0 0 6px;
  font-size: 11px;
  line-height: 1.25;
  white-space: nowrap;
}
.news .e-ron_line.news_line {
  top: 491px;
  background-color: #8f8f8f;
}

.backnumber {
  position: relative;
  width: 100%;
  margin: 20px 0;
  padding-right: 30px;
  font-size: 16px;
  text-align: right;
}

.backnumber p {
  margin: 0;
  color: #000;
}

.back_icon {
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.back_icon:hover {
  opacity: 0.7;
}

.back_icon::after {
  -webkit-transition: all 0.2s ease;
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 0;
  width: 0;
  height: 0;
  margin-top: -10px;
  border-top: 10px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 15px solid #7f0f29;
  content: "";
  transition: all 0.2s ease;
}

.back_icon:hover::after {
  right: -7px;
}

/* 新着記事マーク */
.entry-icon-new {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 1;
  position: absolute;
  top: -25px;
  left: 0;
          align-items: center;
          justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: #7f0f29;
  color: #fff;
  font-size: 14px;
}

.new-mark {
  position: relative;
}

/* 新着記事マークここまで */
/* テキスト表示　省略処理 */
.free_text {
  -webkit-box-orient: vertical;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  overflow: hidden;
}

.format_text {
  -webkit-box-orient: vertical;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  overflow: hidden;
}

/* 最近の活動報告ここまで */
/* JEIRとは〜ここから */
.s-bottom {
  width: 1200px;
  margin: 0 auto 65px auto;
}

.s-bottom_title {
  width: 350px;
  margin: 0 auto 25px;
  border-bottom: 1px solid;
  color: #7f0f29;
  font-family: "YuMincho", "Yu Mincho Medium", "Yu Mincho", yu-mincho-pr6, Verdana, Meiryo, sans-serif;
  text-align: center;
}

.s-bottom_disc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 800px;
  margin: 0 auto;
}

.s-bottom_disc p {
  width: 50%;
  margin: 0;
  text-indent: 1rem;
}

.s-bottom_disc p:first-child {
  padding-right: 15px;
}

.s-bottom_disc p:nth-child(2) {
  margin: 0 0 0 10px;
  padding-right: 8px;
}

.s-bottom_disc span {
  color: #7f0f29;
}

/* JEIRとは〜ここまで */
/* フッターここから */
footer {
  height: auto;
  margin: 0 auto;
  padding: 30px 70px 30px 50px;
  background-image: url(../imges/footer_back.jpg);
  background-position: center center;
  background-size: 100%;
  background-repeat: no-repeat;
}

.f-nav {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          justify-content: space-between;
  width: 1140px;
  margin: 0 auto;
}

.f-nav_box {
  margin-top: 45px;
}

.first_navbox {
  display: block;
}

.f-nav_box:nth-child(1) {
  padding-left: 30px;
}

/* .f-nav_box:nth-child(2) {
  padding-left: 35px;
} */
/* .f-nav_box:nth-child(3) {
  padding-left: 110px;
} */
/* .f-nav_box:nth-child(4) {
  padding-left: 115px;
} */
.f-nav_box:nth-child(4) li {
  line-height: 24px;
}

/* .f-nav_box:nth-child(5) {
  padding-left: 120px;
} */
.f-nav ul,
.f-nav li,
.f-nav a {
  margin: 0;
  padding-left: 6px;
  color: #fff;
  line-height: 24px;
}

.f-nav_title {
  color: #fff;
  font-weight: bold;
}

.footer-ttlbox {
  width: 1140px;
  margin: 0 auto;
}

.f-nav_title > ul {
  margin-left: 13px;
  font-weight: normal;
}

.accordion-content > .indent {
  text-indent: 1rem;
}

/* リンク */
.f-nav_box a {
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}

.f-nav_box:first-child li:not(.indent) a {
  padding-left: 0;
}

.f-nav_box a:hover {
  opacity: 0.7;
}

.f-title {
  width: 260px;
  margin: 6px 0 0 30px;
}

.f-nav_contact {
  margin-top: 24px;
}
.f-nav_contact ul {
  margin: 0;
  padding: 0;
}
.f-nav_contact ul li {
  margin: 0;
  padding: 0;
  line-height: initial;
}
.f-nav_contact ul li a {
  padding: 0;
}
.f-nav_contact ul li + li {
  margin-top: 10px;
}

.mail_info ul,
.mail_info li,
.mail_info a {
  margin-bottom: 5px;
  text-indent: -0.8rem;
}

.mail_info li:first-child,
.mail_info li:nth-child(2) {
  margin-top: 10px;
  margin-bottom: 0;
}

input {
  border: none;
  border-radius: 0;
  outline: none;
}

button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  outline: none;
  background: none;
  cursor: pointer;
}

.mail_info input {
  width: 220px;
  height: 30px;
  padding: 5px;
  background-color: #fff;
  vertical-align: bottom;
  opacity: 0.5;
}

.mail_info {
  position: relative;
}

.mail_info input::-webkit-input-placeholder {
  color: #000;
  opacity: 1;
}

.mail_info input::-moz-placeholder {
  color: #000;
  opacity: 1;
}

.mail_info input:-ms-input-placeholder {
  color: #000;
  opacity: 1;
}

.mail_info input::-ms-input-placeholder {
  color: #000;
  opacity: 1;
}

.mail_info input::placeholder {
  color: #000;
  opacity: 1;
}

/* 登録 */
.mail_info button {
  -webkit-transition: all 0.2s ease;
  width: 80px;
  height: 30px;
  margin: 0 0 0 -4px;
  background-color: #666;
  color: #fff;
  transition: all 0.2s ease;
}

.mail_info button:hover {
  background-color: #7f7f7f;
}

.address {
  margin-top: 25px !important;
  line-height: 30px;
}

.address ul,
.address li,
.address a {
  margin-bottom: 0;
}

.address_info li {
  padding-left: 0;
}

/* 住所 */
.mail_info .address_wrapper {
  display: block;
  width: 290px;
  margin: 0 0 0 -8px;
  padding: 0;
  text-indent: 0;
}

.address_wrapper .address {
  margin: 25px 0 0 0;
  color: #fff;
  font-weight: normal;
  font-size: 14px;
}

.address_wrapper dl.address_info {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
  -ms-flex-wrap: wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
      flex-wrap: wrap;
          justify-content: space-between;
  margin: 0;
  padding: 0 0 0 1em;
  color: #fff;
  font-size: 14px;
}

.address_wrapper dl.address_info dt {
  -moz-text-align-last: justify;
  width: 40px;
  line-height: 26px;
       text-align-last: justify;
}

.address_wrapper dl.address_info dd {
  width: calc(100% - 65px);
  margin: 0;
  line-height: 26px;
}

/* copyright */
.f-copyright_box {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
          justify-content: flex-end;
  padding-top: 30px;
  color: #fff;
  text-align: center;
}

.f-copyright_box small {
  color: #fff;
}

.f-nav_box > ul li .indent {
  padding-left: 20px !important;
}

.sns_box {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          justify-content: center;
  margin: 0 auto;
  padding: 40px;
  text-align: center;
}

.sns_box img {
  width: 35px;
  height: auto;
  vertical-align: middle;
}

.sns_box a {
  display: block;
  width: 35px;
  height: 100%;
  line-height: 35px;
}

.sns_box a:last-child {
  margin-left: 30px;
}

.copyright {
  margin: 0 auto;
  font-size: 12px;
}

.accordion-content {
  display: block;
}

.sp-span {
  display: none;
}

.sp-accordion {
  display: none;
}

/* フッターここまで */
/* swiperここから */
.swiper-container {
  width: 1140px;
  height: auto;
  overflow: hidden;
}

.swiper-parentDiv {
  position: relative;
  width: 1140px;
  height: auto;
  margin: 0;
}

/* ここで元のボタン飛ばす */
.swiper-button-prev {
  left: -100% !important;
  pointer-events: none;
}

.swiper-button-next {
  right: -100% !important;
  pointer-events: none;
}

/* 新たなボタン設置 */
.swiper-button-prev-a,
.swiper-button-next-a {
  -webkit-transition: opacity 0.2s;
  position: absolute;
  width: 15px;
  height: 15px;
  border: 0;
  border-top: solid 4px #8f6426;
  border-right: solid 4px #8f6426;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  cursor: pointer;
  transition: opacity 0.2s;
}

.swiper-button-prev-a {
  -webkit-transform: rotate(-135deg);
  top: 80px;
  left: -30px;
          transform: rotate(-135deg);
}

.swiper-button-next-a {
  -webkit-transform: rotate(45deg);
  top: 80px;
  right: -30px;
          transform: rotate(45deg);
}

.swiper-button-prev-a.hover,
.swiper-button-next-a.hover {
  opacity: 0.7;
}

.swiper-wrapper .swiper-slide {
  -webkit-transition: all 0.2s ease;
  width: 270px;
  margin-right: 20px;
  overflow: hidden;
  color: white;
  text-align: left;
  transition: all 0.2s ease;
}

.swiper-wrapper .swiper-slide:hover {
  /* background-color: #ddd; */
  background-color: #eee;
}

/* .swiper-slide:hover > .c-disc {
  background-color: #ccc;
}

.swiper-slide:hover > .c-disc::before {
  background-color: #ccc;
}

.swiper-slide:hover > .c-disc::after {
  background-color: #ccc;
} */
.swiper-imgbox {
  height: 175px;
  overflow: hidden;
}

.swiper-wrapper .swiper-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: auto;
}
.swiper-wrapper .swiper-slide:hover img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.swiper-wrapper .swiper-slide a {
  -webkit-transition: opacity 0.2s;
  display: block;
  width: 270px;
  transition: opacity 0.2s;
}
.swiper-wrapper .swiper-slide a:hover {
  opacity: 0.7;
}

.s-card_textbox {
  margin: 0;
  padding: 1em 10px 10px 10px;
}
.s-card_textbox .c-date {
  margin: 0;
  color: #8f6426;
  font-size: 12px;
}
.s-card_textbox .c-title {
  -webkit-box-orient: vertical;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  margin: 5px 0 0 0;
  overflow: hidden;
  color: #8f6426;
  font-size: 14px;
}

#form {
  display: none;
}

.gstl_50 {
  top: 75px !important;
  width: initial !important;
}

table.gsc-completion-container td.gssb_a td {
  white-space: normal;
}
table.gsc-completion-container td.gssb_a img {
  width: auto;
  height: auto;
}

#___gcse_0 {
  position: relative;
  width: 150px;
}
#___gcse_0 .gsc-control-cse {
  padding: 0;
}
#___gcse_0 .gsc-control-cse form.gsc-search-box {
  margin-bottom: 0;
}
#___gcse_0 .gsc-control-cse form.gsc-search-box table.gsc-search-box {
  margin: 0;
}
#___gcse_0 .gsc-control-cse form.gsc-search-box table.gsc-search-box td.gsc-input,
#___gcse_0 .gsc-control-cse form.gsc-search-box table.gsc-search-box td.gsc-search-button {
  margin: 0;
  padding: 0;
}
#___gcse_0 .gsc-control-cse form.gsc-search-box table.gsc-search-box td.gsc-input .gsib_a {
  padding: 5px 8px 4px 8px;
}
#___gcse_0 .gsc-control-cse form.gsc-search-box table.gsc-search-box td.gsc-input .gsib_b .gsst_b {
  width: 20px;
}
#___gcse_0 .gsc-control-cse form.gsc-search-box table.gsc-search-box td.gsc-input .gsib_b .gsst_b .gsst_a {
  display: none;
}
#___gcse_0 .gsc-control-cse form.gsc-search-box table.gsc-search-box td.gsc-search-button {
  width: 0;
}
#___gcse_0 .gsc-control-cse form.gsc-search-box .gsc-input-box {
  border: 3px solid #eaeaea;
  border-radius: 5px;
}
#___gcse_0 .gsc-control-cse form.gsc-search-box button.gsc-search-button {
  position: absolute;
  top: 2px;
  right: 4px;
  width: 30px;
  height: 30px;
  margin: 0;
  padding: 0;
  border: none;
  background-color: transparent;
}
#___gcse_0 .gsc-control-cse form.gsc-search-box button.gsc-search-button svg {
  fill: #7f0f29;
  width: 19px;
  height: 19px;
}

/*# sourceMappingURL=style.css.map*/