@charset "UTF-8";
/*                reset
======================================================= */
body,
h1,
h2,
h3,
h4,
h5,
h6,
table,
th,
td,
ul,
li,
ol,
dl,
dt,
dd,
form,
p,
table,
th,
td {
  margin: 0px;
  padding: 0px;
  font-weight: 500;
  border-top-style: none;
  border-right-style: none;
  border-bottom-style: none;
  border-left-style: none;
  list-style-type: none;
}

body {
  color: #000;
  background-color: #ffffff;
  font-family: "Noto Sans JP", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  line-height: 1.3;
  font-size: 16px;
  -webkit-text-size-adjust: none;
}
@media only screen and (max-width: 900px) {
  body {
    font-size: 1.7777777778vw;
  }
}
@media only screen and (max-width: 800px) {
  body {
    @font-size : calc(100vw * $basefontS / 800);
  }
}
@media only screen and (max-width: 700px) {
  body {
    font-size: 1.6494845361vw;
  }
}
@media only screen and (max-width: 640px) {
  body {
    font-size: 2.5vw;
  }
}
@media only screen and (max-width: 500px) {
  body {
    font-size: 3.2vw;
  }
}
@media only screen and (max-width: 400px) {
  body {
    font-size: 4vw;
  }
}
@media only screen and (max-width: 350px) {
  body {
    font-size: 4.5714285714vw;
  }
}

dt,
dd,
li,
th,
td,
p {
  line-height: 1.5;
}

/* for IE6 */
* html body {
  font-size: 100%;
}

a {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-touch-callout: none;
}
a img {
  border-top-style: none;
  border-right-style: none;
  border-bottom-style: none;
  border-left-style: none;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}

img {
  display: block;
  vertical-align: bottom;
  max-width: 100%;
  height: auto;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

input,
textArea,
select,
button {
  background: none;
  margin: 0px;
  outline: none;
  padding: 0px;
  font-weight: normal;
  border-top-style: none;
  border-right-style: none;
  border-bottom-style: none;
  border-left-style: none;
  list-style-type: none;
  font-size: 16;
}

button {
  cursor: pointer;
}

* {
  -webkit-font-feature-settings: "palt" 1;
          font-feature-settings: "palt" 1;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-overflow-scrolling: touch;
}

@font-face {
  font-family: "FontAwesome";
  src: url("../fonts/fontawesome-webfont.eot?v=4.6.3");
  src: url("../fonts/fontawesome-webfont.eot?#iefix&v=4.6.3") format("embedded-opentype"), url("../fonts/fontawesome-webfont.woff2?v=4.6.3") format("woff2"), url("../fonts/fontawesome-webfont.woff?v=4.6.3") format("woff"), url("../fonts/fontawesome-webfont.ttf?v=4.6.3") format("truetype"), url("../fonts/fontawesome-webfont.svg?v=4.6.3#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal;
}
/*                link
======================================================= */
a:link {
  color: #000;
  text-decoration: none;
}

a:visited {
  color: #000;
}

@media (any-hover: hover) {
  a:link, a:visited {
    color: #000;
    text-decoration: none;
    -webkit-transition: opacity 0.5s;
    transition: opacity 0.5s;
  }
  a:hover {
    opacity: 0.85;
  }
  .hover-opacity {
    -webkit-transition: opacity 0.5s;
    transition: opacity 0.5s;
  }
  .hover-opacity:hover img {
    -webkit-transition: opacity 0.5s;
    transition: opacity 0.5s;
    opacity: 0.85;
  }
}
/*                common
======================================================= */
.clear:after {
  content: "";
  display: block;
  clear: both;
}

.clear_both {
  clear: both;
}

.hidden {
  overflow: hidden;
}

/*                layout
======================================================= */
/*                common
======================================================= */
.clear:after {
  content: "";
  display: block;
  clear: both;
}

.clear_both {
  clear: both;
}

.hidden {
  overflow: hidden;
}

@media only screen and (max-width: 768px) {
  body.fixed {
    overflow-y: hidden;
  }
}
/*                leyout
======================================================= */
html {
  width: 100%;
}

body {
  overflow-x: hidden;
  width: 100%;
}

#main_area {
  position: relative;
}

.main_width {
  display: block;
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
  width: 1256px;
}
@media only screen and (max-width: 1366px) {
  .main_width {
    padding-left: 55px;
    padding-right: 55px;
    width: 1366px;
  }
}
@media only screen and (max-width: 900px) {
  .main_width {
    padding-left: 12px;
    padding-right: 12px;
  }
}
.main_width.cont_width {
  width: 1048px;
}
@media only screen and (max-width: 1366px) {
  .main_width.cont_width {
    width: 1158px;
  }
}
.min_width {
  max-width: 630px;
}
@media only screen and (max-width: 900px) {
  .min_width {
    max-width: 238px;
    max-width: 58.9743589744vw;
  }
}

.bg_green_gray {
  background-color: #EEF0ED;
}

/*                PC・SP表示
======================================================= */
@media only screen and (min-width: 769px) {
  .pc_none {
    display: none;
  }
}
@media only screen and (max-width: 768px) {
  .sp_none {
    display: none;
  }
}
/*                テキスト装飾
======================================================= */
.text_right {
  text-align: right;
}

.text_left {
  text-align: left;
}

.text_center {
  text-align: center;
}

.underline {
  text-decoration: underline;
}

/*                タイトル
======================================================= */
.home_title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
  color: #000022;
}
.home_title span {
  position: relative;
}
.home_title span.en {
  font-family: "Inter Tight", sans-serif;
  font-size: 56px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: -0.025em;
}
.home_title span.ja {
  font-size: 15px;
  font-weight: 600;
  color: #0c6940;
  line-height: 1em;
  letter-spacing: 0.05em;
  margin-top: 0.8em;
}
.home_title span.rss {
  display: block;
  padding: 0.75em 0 0;
}
@media only screen and (min-width: 960.1px) {
  .home_title.vertical {
    -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
            writing-mode: vertical-rl;
  }
  .home_title.vertical span.en {
    translate: -4px 0;
  }
  .home_title.vertical span.ja {
    padding-left: 0;
    padding-top: 2.4em;
    translate: 0 0;
  }
  .home_title.vertical span.ja::before {
    left: 50%;
    top: 1.2em;
    translate: -50% 0;
    translate: -50% 0;
    width: 62px;
    height: 1px;
  }
  .home_title.vertical span.rss {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 0.5em 0;
  }
}
.home_title p {
  float: right;
  text-align: center;
}
.home_title p a {
  background-color: white;
  display: block;
  font-family: "Roboto", sans-serif;
  font-size: 92.9%;
  font-weight: 700;
  letter-spacing: 3px;
  position: relative;
  width: 120px;
  padding: 8px 0 7px;
}
.home_title p.rss {
  float: left;
  position: relative;
  top: 19px;
  left: 10px;
}
.home_title p.rss a {
  background-color: inherit;
  width: auto;
}
.home_title p a:after {
  width: 26px;
}
.home_title.white {
  color: #fff;
}
.home_title.white span.ja {
  color: #fff;
}
@media only screen and (max-width: 960px) {
  .home_title span {
    position: relative;
  }
  .home_title span.en {
    font-size: 40px;
  }
  .home_title span.ja {
    font-size: 12px;
    translate: 0 -0.2em;
    letter-spacing: 0.1em;
  }
}

/*                table
======================================================= */
table {
  width: 100%;
  border-collapse: separate;
  border-collapse: collapse;
  border-spacing: 0;
}
table tr td,
table tr th {
  text-align: left;
  padding: 0px;
}

/* 擬似テーブル */
.table_area {
  font-size: 14px;
}
.table_area p {
  font-size: 100%;
}
.table_area .table .tr_area {
  overflow: hidden;
  border-left: 1px #d7d7d7 solid;
  border-right: 1px #d7d7d7 solid;
}
.table_area .table .tr_area + .tr_area .tr {
  border-top: none;
}
.table_area .table .tr_area .tr {
  display: table;
  table-layout: fixed;
  width: 100%;
  border-top: 1px #d7d7d7 solid;
  border-bottom: 1px #d7d7d7 solid;
}
.table_area .table .tr_area .tr + .tr {
  border-top: none;
}
.table_area .table .tr_area .tr .th {
  background-color: #F1F8F5;
  display: table-cell;
  vertical-align: middle;
  width: 25%;
  padding: 0.6em 1em;
  border-right: 1px #d7d7d7 solid;
}
.table_area .table .tr_area .tr .td {
  display: table-cell;
  position: relative;
  vertical-align: middle;
  width: 75%;
  padding: 16px 20px 14px;
}
.table_area .table .tr_area .tr .td p {
  line-height: 1.71;
}
.table_area .table .tr_area .tr .td p a {
  color: #1e9146;
  word-break: break-word;
}
.table_area .table .tr_area .tr .td p a:hover {
  text-decoration: underline;
}
.table_area .table .tr_area .tr .td p .font_S {
  display: inline-block;
  font-size: 85.7%;
  line-height: 1.5;
}
.table_area .table .tr_area .tr .td p .bold {
  font-weight: bold;
}
@media only screen and (max-width: 640px) {
  .table_area .table {
    font-size: 12px;
    line-height: 2.4;
  }
  .table_area .table .tr_area .tr {
    display: block;
  }
  .table_area .table .tr_area .tr .th {
    display: block;
    width: 100%;
    padding: 0.3em 1em 0.2em;
    border-bottom: 1px #d7d7d7 solid;
    border-right: none;
    text-align: center;
  }
  .table_area .table .tr_area .tr .td {
    border-top: none;
    display: block;
    left: 0;
    width: 100%;
    padding: 0.3em 1em 0.2em;
  }
}

/*                リンクアイコン（大）
======================================================= */
.arrow_right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.arrow_link {
  font-size: 14px;
  height: 52px;
  width: 216px;
  max-width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 5px 20px;
  position: relative;
  background: #fff;
  border: solid 1px #d7d7d7;
  border-radius: 26px;
}
.arrow_link.left_txt {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.arrow_link.wide_btn {
  width: 100%;
}
.arrow_link.w328_btn {
  width: 328px;
}
.arrow_link::before {
  position: absolute;
  content: "";
  top: 50%;
  translate: 0 -50%;
  right: 14px;
  width: 12px;
  height: 12px;
  content: "";
  background: url("../images/common/arrow_green.svg") center/contain no-repeat;
}
.arrow_link > span {
  display: inline-block;
  position: relative;
}
.arrow_link.prev_btn::before {
  right: auto;
  left: 14px;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  background: url("../images/common/arrow_green.svg") center/contain no-repeat;
}
@media only screen and (max-width: 900px) {
  .arrow_link {
    width: 266px;
  }
}

@media (any-hover: hover) {
  a.arrow_link {
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
  a.arrow_link::before {
    -webkit-transition: -webkit-filter 0.5s;
    transition: -webkit-filter 0.5s;
    transition: filter 0.5s;
    transition: filter 0.5s, -webkit-filter 0.5s;
  }
  a.arrow_link:hover {
    background-color: #0c6940;
    color: #fff;
  }
  a.arrow_link:hover::before {
    -webkit-filter: brightness(0) invert(1);
            filter: brightness(0) invert(1);
  }
}

.navi_btn {
  margin-top: 72px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.navi_btn .arrow_link {
  width: 328px;
}
@media only screen and (max-width: 900px) {
  .navi_btn {
    margin-top: 48px;
  }
  .navi_btn .arrow_link {
    width: 266px;
  }
}

/*                YOUTUBE
======================================================= */
.youtube_area {
  position: relative;
  width: 100%;
  height: 1px;
  padding: 56.3% 0 0;
  overflow: hidden;
  border-radius: 20px;
}
@media only screen and (max-width: 960px) {
  .youtube_area {
    border-radius: 12px;
  }
}
.youtube_area .box__cover {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  cursor: pointer;
}
.youtube_area .box__cover::after {
  position: absolute;
  content: "";
  display: block;
  max-width: 104px;
  width: 14.55%;
  height: 1px;
  padding: 56.3% 0 0;
  left: 50%;
  top: 50%;
  translate: -50% -50%;
  background: url("../images/common/movie_playicon.svg") center/contain no-repeat;
}
.youtube_area .box__cover::before {
  content: "";
  display: inline-block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-size: cover;
  background-position: center center;
}
.youtube_area .box__cover.hidden {
  display: none;
}
.youtube_area iframe {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-style: none;
}

/*                pagetop
======================================================= */
#pagetop {
  bottom: 40px;
  display: none;
  position: fixed;
  right: 20px;
  z-index: 50;
}
@media only screen and (max-width: 900px) {
  #pagetop {
    right: 500px;
    z-index: -1;
    opacity: 0;
  }
}
#pagetop a {
  display: block;
}
#pagetop .pagetop_wrap {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#pagetop .page_top {
  text-indent: -999px;
  display: block;
  overflow: hidden;
  width: 58px;
  height: 42px;
  position: relative;
}
#pagetop .page_top:after {
  background: url("../images/common/pagetop.svg") no-repeat left top;
  background-size: contain;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
#pagetop .page_top span {
  display: block;
  font-size: 16px;
  font-weight: 600;
}

/*                リンクボタン（丸）
======================================================= */
.ar_circle {
  display: block;
  width: 50px;
  height: 50px;
  border: solid 1px #d7d7d7;
  border-radius: 50%;
  overflow: hidden;
  text-indent: -999px;
  position: relative;
  background: #fff;
}
.ar_circle::before {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  translate: -50% -50%;
  width: 12px;
  height: 12px;
  background: url("../images/common/arrow_green.svg") center/contain no-repeat;
}
.ar_circle.left::before {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

/*                iframeのレスポン化
======================================================= */
.frame_respon .fb_iframe_widget,
.frame_respon .fb_iframe_widget span,
.frame_respon .fb_iframe_widget iframe[style] {
  width: 100% important;
}

.gmap {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}
.gmap iframe,
.gmap object,
.gmap embed {
  border: none !important;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/*                サムネイル枠
======================================================= */
.thumb_meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.thumb_meta .thumb_date {
  font-size: 12px;
  line-height: 1em;
}
.thumb_meta .thumb_tags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

/*                tags
======================================================= */
.tag_icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 12px;
  line-height: 1em;
  height: 24px;
  padding: 0.1em 1em 0.15em;
  border: solid 1px;
  border-color: #0c6940;
  font-weight: 600;
  color: #0c6940;
  border-radius: 13px;
  background: #fff;
}
.tag_icon.tag_orange, .tag_icon.orange {
  background: #F9802A;
  border-color: #F9802A;
  color: #fff;
}
.tag_icon.tag_blue, .tag_icon.blue {
  background: #2e94f3;
  border-color: #2e94f3;
  color: #fff;
}
.tag_icon.tag_green, .tag_icon.green {
  background: #1DB162;
  border-color: #1DB162;
  color: #fff;
}
.tag_icon.tag_red, .tag_icon.red {
  background: #E90000;
  border-color: #E90000;
  color: #fff;
}
.tag_icon.tag_purple, .tag_icon.purple {
  background: #802FBA;
  border-color: #802FBA;
  color: #fff;
}

/*                slick
======================================================= */
.slide_wrap {
  opacity: 0;
  padding-bottom: 24px;
}
.slide_wrap.slick-initialized {
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
  opacity: 1;
}
.slide_wrap .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
.slide_wrap .slick-slide {
  height: auto !important;
}
.slide_wrap .slick-dots {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  translate: -5px 0;
  margin: 12px 0 0 0;
  left: 134px;
  bottom: 16px;
  bottom: -34px;
}
.slide_wrap .slick-dots li {
  display: block;
}
.slide_wrap .slick-dots li button {
  width: 20px;
  height: 20px;
  display: block;
  position: relative;
  text-indent: -999px;
  overflow: hidden;
}
.slide_wrap .slick-dots li button::before {
  display: block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  position: absolute;
  content: "";
  left: 50%;
  top: 50%;
  translate: -50% -50%;
  background: #d7d7d7;
}
.slide_wrap .slick-dots li.slick-active button::before {
  background: #0c6940;
}
.slide_wrap .slick-arrow {
  position: absolute;
  bottom: -50px;
  width: 50px;
  height: 50px;
  border: solid 1px #d7d7d7;
  border-radius: 50%;
  overflow: hidden;
  text-indent: -999px;
}
.slide_wrap .slick-arrow::before {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  translate: -50% -50%;
  width: 12px;
  height: 12px;
  background: url("../images/common/slick-arrow.svg") center/contain no-repeat;
}
.slide_wrap .slick-arrow.slick-prev {
  left: 0;
}
.slide_wrap .slick-arrow.slick-next {
  left: 58px;
}
.slide_wrap .slick-arrow.slick-next::before {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

/*                ヘッダー・サイド・フッター
======================================================= */
/*                header
======================================================= */
header {
  height: 144px;
  width: 100%;
  padding: 32px 55px;
  position: relative;
  z-index: 10;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (max-width: 900px) {
  header {
    padding: 12px 8px;
  }
}
header .hd_logo {
  width: 182px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  padding-bottom: 3px;
  z-index: 1;
}
header .hd_navs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
header .hd_navs .gnavi {
  padding: 0 20px 0 0;
}
header .hd_navs ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
header .hd_navs ul li {
  font-size: 100%;
}
header .hd_navs .gnavi_sub {
  font-size: 12px;
}
header .hd_navs .gnavi_sub li {
  position: relative;
  font-weight: 500;
  letter-spacing: -0.01em;
}
header .hd_navs .gnavi_sub li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 22px;
  padding-left: 2.15em;
}
header .hd_navs .gnavi_sub li a::before {
  position: absolute;
  display: block;
  content: "";
  left: 0;
  top: 50%;
  width: 22px;
  height: 22px;
  translate: 0 -50%;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
header .hd_navs .gnavi_sub li a.icon-pin::before {
  background-image: url("../images/common/hd_icon-pin.svg");
}
header .hd_navs .gnavi_sub li a.icon-document::before {
  background-image: url("../images/common/hd_icon-document.svg");
}
header .hd_navs .gnavi_sub li a.icon-mail::before {
  background-image: url("../images/common/hd_icon-mail.svg");
}
header .hd_navs .gnavi_sub li:nth-of-type(n + 2) {
  margin-left: 1.5em;
}
header .hd_navs .gnavi_main {
  font-size: 15px;
  margin-top: 0.5em;
}
header .hd_navs .gnavi_main li {
  font-weight: 500;
  position: relative;
  letter-spacing: 0.005em;
}
header .hd_navs .gnavi_main li:nth-of-type(n + 2) {
  margin-left: 1.85em;
}
@media (any-hover: hover) {
  header .hd_navs .gnavi_main a {
    -webkit-transition: color 0.5s;
    transition: color 0.5s;
  }
  header .hd_navs .gnavi_main a:hover {
    color: #0c6940;
    opacity: 1;
  }
}
header .hd_hamburger {
  margin-left: 24px;
}
header .hd_btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 80px;
  height: 80px;
  background: #0c6940;
  border-radius: 50%;
  position: relative;
  cursor: pointer;
}
header .hd_btn > span {
  position: absolute;
  left: 50%;
  width: 36px;
  height: 3px;
  background: #fff;
  translate: -50% 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  -webkit-transform-origin: center;
          transform-origin: center;
}
header .hd_btn > span:nth-of-type(1) {
  top: calc(50% - 12px);
}
header .hd_btn > span:nth-of-type(2) {
  top: calc(50% - 1px);
}
header .hd_btn > span:nth-of-type(3) {
  bottom: calc(50% - 12px);
}
header .hd_btn.active > span:nth-of-type(1) {
  top: 47%;
  left: 51%;
  -webkit-transform: rotate(-155deg);
          transform: rotate(-155deg);
  -webkit-transform: rotate(225deg);
          transform: rotate(225deg);
}
header .hd_btn.active > span:nth-of-type(2) {
  -webkit-transform: rotate(360deg);
          transform: rotate(360deg);
  opacity: 0;
}
header .hd_btn.active > span:nth-of-type(3) {
  top: 47%;
  left: 51%;
  -webkit-transform: rotate(155deg);
          transform: rotate(155deg);
  -webkit-transform: rotate(-225deg);
          transform: rotate(-225deg);
}
@media only screen and (max-width: 1200px) {
  header .hd_navs .gnavi_main {
    display: none;
  }
  header .hd_navs .gnavi_sub {
    font-size: 12px;
  }
  header .hd_navs .gnavi_sub li {
    position: relative;
    font-weight: 500;
  }
  header .hd_navs .gnavi_sub li a {
    display: block;
    text-align: center;
    width: 80px;
    height: 80px;
    background: #000;
    border-radius: 50%;
    color: #fff;
    padding: calc(50% + 0.2em) 0 0;
  }
  header .hd_navs .gnavi_sub li a::before {
    height: 31.667%;
    width: 31.667%;
    left: 50%;
    translate: -50% -100%;
    -webkit-filter: brightness(0) invert(1);
            filter: brightness(0) invert(1);
    background-position: center bottom;
  }
  header .hd_navs .gnavi_sub li:nth-of-type(n + 2) {
    margin-left: 1.75em;
  }
}
@media only screen and (max-width: 900px) {
  header {
    height: 72px;
  }
  header .hd_logo {
    width: 106px;
    padding-bottom: 3px;
  }
  header .hd_navs .gnavi_sub {
    font-size: 9px;
  }
  header .hd_navs .gnavi_sub li a {
    width: 48px;
    height: 48px;
    padding: 50% 0 0;
  }
  header .hd_navs .gnavi_sub li:nth-of-type(n + 2) {
    margin-left: 3px;
  }
  header .hd_hamburger {
    margin-left: 3px;
  }
  header .hd_btn {
    width: 48px;
    height: 48px;
  }
  header .hd_btn > span {
    width: 24px;
    height: 2px;
  }
  header .hd_btn > span:nth-of-type(1) {
    top: calc(50% - 8px);
  }
  header .hd_btn > span:nth-of-type(2) {
    top: calc(50% - 1px);
  }
  header .hd_btn > span:nth-of-type(3) {
    bottom: calc(50% - 8px);
  }
}

body.move header {
  position: fixed;
  top: -144px;
}
body.move header .hd_logo img {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  -webkit-filter: none;
          filter: none;
}
body.move header.after {
  position: fixed;
  left: 0;
  top: 0;
  background-color: white;
  border-bottom: 1px solid rgb(232, 232, 232);
  -webkit-transition: 0.5s;
  transition: 0.5s;
  z-index: 99;
}
body.nav_open {
  overflow: hidden;
}
body.nav_open header {
  position: fixed;
  left: 0;
  top: 0;
  background-color: white;
  border-bottom: 1px solid rgb(232, 232, 232);
  -webkit-transition: 0.5s;
  transition: 0.5s;
  z-index: 99;
}
body.nav_open .hd_gnavi {
  display: none;
}

#header_menu {
  position: fixed;
  left: 0;
  top: 144px;
  width: 100vw;
  height: 100vh;
  height: calc(100vh - 144px);
  background: #0c6940;
  z-index: 100;
}
#header_menu #header_menu_area {
  padding: 10px 16px 0;
  width: 100%;
  max-height: 100%;
  overflow-y: auto;
  overscroll-behavior-y: contain;
  background: #fff;
  position: relative;
}
#header_menu #header_menu_area .ft_main {
  padding: 0 0 48px;
}
@media only screen and (min-width: 900.1px) {
  #header_menu .ft_main .ft_navi_ul > .ft_navi_li.item_icon-plus {
    cursor: pointer;
  }
  #header_menu .ft_main .ft_navi_ul > .ft_navi_li.item_icon-plus > a {
    cursor: pointer;
  }
  #header_menu .ft_main .ft_navi_ul > .ft_navi_li.item_icon-plus > a:before, #header_menu .ft_main .ft_navi_ul > .ft_navi_li.item_icon-plus > a::after {
    top: 30%;
  }
}
@media only screen and (max-width: 900px) {
  #header_menu {
    top: 72px;
    min-height: calc(100vh - 72px);
  }
}

/*                footer
======================================================= */
#footer {
  background-color: #fff;
  margin-top: 40px;
}
@media only screen and (min-width: 900.1px) {
  #footer .ft_main .ft_navi_ul > .ft_navi_li.item_icon-plus > a:before, #footer .ft_main .ft_navi_ul > .ft_navi_li.item_icon-plus > a::after {
    display: none;
  }
}
@media only screen and (max-width: 900px) {
  #footer {
    padding-top: 24px;
    margin-top: 30px;
  }
}

.ft_icons ul.ft_icon-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media only screen and (min-width: 900.1px) {
  .ft_icons ul.ft_icon-list {
    padding: 40px 0;
    border-top: solid 1px #e6e6e6;
    border-bottom: solid 1px #e6e6e6;
  }
  .ft_icons ul.ft_icon-list li {
    width: 20%;
    padding: 0;
  }
  .ft_icons ul.ft_icon-list li:nth-of-type(n + 2) {
    border-left: solid 1px #e6e6e6;
  }
}
@media only screen and (max-width: 900px) {
  .ft_icons ul.ft_icon-list li {
    width: 33.3333%;
    height: 84px;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .ft_icons ul.ft_icon-list li .ft_icon_item {
    width: 100%;
    height: 84px;
    border-left: solid 1px #e6e6e6;
  }
  .ft_icons ul.ft_icon-list li:nth-of-type(3) .ft_icon_item, .ft_icons ul.ft_icon-list li:last-child .ft_icon_item {
    border-right: solid 1px #e6e6e6;
  }
  .ft_icons ul.ft_icon-list li:nth-of-type(n + 4) {
    margin-top: 8px;
    width: 50%;
  }
  .ft_icons ul.ft_icon-list li:nth-of-type(n + 4) .ft_icon_item {
    height: 52px;
  }
}
.ft_icons .ft_icon_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.ft_icons .ft_icon_item img {
  margin: auto;
}
.ft_icons .ft_icon_item p {
  font-size: 16px;
  font-weight: 600;
  margin: 0.8em 0 0;
}
@media only screen and (max-width: 900px) {
  .ft_icons .ft_icon_item img {
    margin: 0 auto;
    width: 24px;
    height: 24px;
  }
  .ft_icons .ft_icon_item p {
    font-size: 14px;
    margin: 0.4em 0 0;
  }
}

.ft_main {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (any-hover: hover) {
  .ft_main a {
    -webkit-transition: color 0.5s;
    transition: color 0.5s;
  }
  .ft_main a:hover {
    color: #0c6940;
  }
}
@media only screen and (min-width: 900.1px) {
  .ft_main {
    max-width: 1188px;
    margin: auto 0 auto auto;
    padding: 96px 0;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(2, 1fr);
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: -webkit-max-content -webkit-max-content 1fr auto;
    grid-template-rows: max-content max-content 1fr auto;
  }
  .ft_main .ft_left {
    grid-area: 1/1/3/2;
    width: 324px;
  }
  .ft_main .ft_navi {
    padding-top: 39px;
    padding-bottom: 15px;
    width: 716px;
    grid-area: 1/2/2/3;
    position: relative;
  }
  .ft_main .ft_navi::before {
    position: absolute;
    display: block;
    content: "";
    width: calc(100% - 24px);
    height: 1px;
    background-color: #e6e6e6;
    left: 12px;
    bottom: 0;
  }
  .ft_main .ft_facility {
    width: 716px;
    grid-area: 2/2/3/3;
  }
}
@media only screen and (max-width: 900px) {
  .ft_main {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-bottom: 40px;
  }
}
.ft_main .ft_logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 48px 0 85px;
}
@media only screen and (max-width: 900px) {
  .ft_main .ft_logo {
    display: none;
  }
}
.ft_main .ft_campus .ft_campus_dl + .ft_campus_dl {
  margin-top: 1.65em;
}
.ft_main .ft_campus .ft_campus_dt {
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 0.3em;
  letter-spacing: 0.1em;
}
.ft_main .ft_campus .ft_campus_dd {
  font-size: 12px;
  line-height: 1.65;
  letter-spacing: 0.015em;
}
@media only screen and (max-width: 900px) {
  .ft_main .ft_campus {
    margin-top: 43px;
  }
  .ft_main .ft_campus .ft_campus_dl + .ft_campus_dl {
    margin-top: 1.15em;
  }
  .ft_main .ft_campus .ft_campus_dt {
    margin-bottom: 0.15em;
  }
  .ft_main .ft_campus .ft_campus_dd {
    line-height: 1.85;
  }
}
.ft_main .ft_facility {
  margin-top: 2.15em;
}
@media only screen and (min-width: 900.1px) {
  .ft_main .ft_facility {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .ft_main .ft_facility .ft_facility_ttl {
    width: 110px;
  }
  .ft_main .ft_facility .ft_facility_ul {
    width: calc(100% - 110px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-line-pack: start;
        align-content: flex-start;
  }
  .ft_main .ft_facility .ft_facility_li {
    height: 52px;
    width: calc(50% - 8px);
  }
  .ft_main .ft_facility .ft_facility_li:nth-of-type(n + 3) {
    margin-top: 0.5em;
  }
}
@media only screen and (max-width: 900px) {
  .ft_main .ft_facility {
    margin-top: 1.5em;
  }
  .ft_main .ft_facility .ft_facility_ttl {
    display: none;
  }
  .ft_main .ft_facility .ft_facility_li:nth-of-type(n + 2) {
    margin-top: 0.5em;
  }
}
.ft_main .ft_sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 2em;
}
.ft_main .ft_sns .ft_sns_li:nth-of-type(n + 2) {
  margin-left: 1em;
}
@media only screen and (max-width: 900px) {
  .ft_main .ft_sns {
    display: none;
  }
}
.ft_main .ft_navi_ul > .ft_navi_li.item_icon-plus::before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: block;
  z-index: 1;
}
.ft_main .ft_navi_ul > .ft_navi_li.item_icon-plus > a:before, .ft_main .ft_navi_ul > .ft_navi_li.item_icon-plus > a:after {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  translate: 0 -50%;
  margin: auto;
  background-color: #000;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.ft_main .ft_navi_ul > .ft_navi_li.item_icon-plus > a:before {
  width: 1px;
  height: 13px;
  right: 6px;
}
.ft_main .ft_navi_ul > .ft_navi_li.item_icon-plus > a:after {
  width: 13px;
  height: 1px;
}
.ft_main .ft_navi_ul > .ft_navi_li.item_icon-plus.active > a:before {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.ft_main .ft_navi_ul > .ft_navi_li.item_icon-plus.active > a:after {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  opacity: 0;
}
.ft_main .ft_navi_ul > .ft_navi_li.item_icon-arrow > a::before {
  position: absolute;
  content: "";
  top: 50%;
  translate: 0 -50%;
  right: 0;
  width: 12px;
  height: 12px;
  content: "";
  background: url(../images/common/arrow_green.svg) center/contain no-repeat;
}
@media only screen and (min-width: 900.1px) {
  .ft_main .ft_navi_ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    margin-left: -12px;
    margin-right: -12px;
  }
  .ft_main .ft_navi_ul > .ft_navi_li {
    width: 33.3333%;
    padding-left: 12px;
    padding-right: 12px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .ft_main .ft_navi_ul > .ft_navi_li:nth-of-type(n + 4) {
    margin-top: 24px;
  }
}
@media only screen and (max-width: 900px) {
  .ft_main .ft_navi_ul {
    margin-top: 24px;
  }
  .ft_main .ft_navi_ul > .ft_navi_li {
    font-weight: bold;
    font-size: 16px;
    position: relative;
    border-bottom: solid 1px #e6e6e6;
  }
  .ft_main .ft_navi_ul > .ft_navi_li:first-child {
    border-top: solid 1px #e6e6e6;
  }
  .ft_main .ft_navi_ul > .ft_navi_li > a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    min-height: 59px;
    width: 100%;
    position: relative;
    padding: 15px 0;
  }
  .ft_main .ft_navi_ul .ft_navi_3rd {
    display: none;
  }
}
.ft_main .ft_navi_li {
  font-weight: 600;
  font-size: 16px;
  letter-spacing: 0.03em;
  position: relative;
}
.ft_main .ft_navi_li .ft_sitemap_item {
  display: block;
  padding-bottom: 1.5em;
  position: relative;
}
@media only screen and (min-width: 900.1px) {
  .ft_main .ft_navi_li .ft_sitemap_item {
    border-bottom: solid 1px #e6e6e6;
  }
  .ft_main .ft_navi_li:nth-of-type(n + 7) .ft_sitemap_item {
    border-bottom: none;
  }
}
@media only screen and (max-width: 900px) {
  .ft_main .ft_navi_li .item_sub {
    font-size: 12px;
  }
}
@media only screen and (min-width: 900.1px) {
  .ft_main .ft_navi_3rd {
    display: none;
    margin-top: 1.1em;
    font-size: 13px;
  }
  .ft_main .ft_navi_3rd .ft_navi_3rd_li {
    display: block;
    font-size: 100%;
    font-weight: 400;
    line-height: 1.2;
    padding: 0.25em 0;
    color: #666666;
  }
  .ft_main .ft_navi_3rd .ft_navi_3rd_li a {
    color: #666666;
  }
}
@media only screen and (max-width: 900px) {
  .ft_main .ft_navi_3rd {
    margin-bottom: 32px;
  }
  .ft_main .ft_navi_3rd .ft_navi_3rd_li {
    font-weight: 600;
    font-size: 14px;
    letter-spacing: 0.03em;
    position: relative;
  }
  .ft_main .ft_navi_3rd .ft_navi_3rd_li:nth-of-type(n + 2) {
    border-top: solid 1px #e6e6e6;
  }
  .ft_main .ft_navi_3rd .ft_navi_3rd_li > a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    min-height: 49px;
    width: 100%;
    position: relative;
    padding: 5px 2.5em 5px 0;
    font-weight: 400;
  }
  .ft_main .ft_navi_3rd .ft_navi_3rd_li.item_icon-plus::before {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: block;
    z-index: 1;
  }
  .ft_main .ft_navi_3rd .ft_navi_3rd_li.item_icon-plus > a:before, .ft_main .ft_navi_3rd .ft_navi_3rd_li.item_icon-plus > a:after {
    display: block;
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    translate: 0 -50%;
    margin: auto;
    background-color: #000;
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
  .ft_main .ft_navi_3rd .ft_navi_3rd_li.item_icon-plus > a:before {
    width: 1px;
    height: 13px;
    right: 6px;
  }
  .ft_main .ft_navi_3rd .ft_navi_3rd_li.item_icon-plus > a:after {
    width: 13px;
    height: 1px;
  }
  .ft_main .ft_navi_3rd .ft_navi_3rd_li.item_icon-plus.active > a:before {
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
  }
  .ft_main .ft_navi_3rd .ft_navi_3rd_li.item_icon-plus.active > a:after {
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
    opacity: 0;
  }
}
.ft_main .ft_nv {
  border-bottom: solid 1px rgba(255, 255, 255, 0.4);
}
@media only screen and (min-width: 960.1px) {
  .ft_main .ft_nv {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding-bottom: 40px;
  }
}
@media only screen and (max-width: 960px) {
  .ft_main .ft_nv {
    padding: 0 20px 26px;
  }
}
.ft_main .ft_nv ul {
  font-size: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 0.5em;
}
.ft_main .ft_nv ul li {
  font-size: 100%;
  font-weight: 700;
  letter-spacing: 0.025em;
}
.ft_main .ft_nv ul li:nth-of-type(n + 2) {
  margin: 0 0 0 1.5em;
}
@media only screen and (max-width: 960px) {
  .ft_main .ft_nv ul {
    font-size: 13px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .ft_main .ft_nv ul li {
    margin: 2.25em 0 0 0;
  }
  .ft_main .ft_nv ul li:nth-of-type(n + 2) {
    margin: 1.15em 0 0 0;
  }
}
.ft_main .ft_btm {
  margin-top: 35px;
}
.ft_main .ft_btm ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.ft_main .ft_btm ul li a {
  display: block;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  overflow: hidden;
}
.ft_main .ft_btm ul li:nth-of-type(n + 2) {
  margin-left: 7px;
}
@media only screen and (max-width: 960px) {
  .ft_main .ft_btm {
    margin-top: 20px;
  }
}
.ft_main .ft_copyright {
  margin-top: 17px;
  font-size: 11px;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  letter-spacing: 0.025em;
}
@media only screen and (max-width: 960px) {
  .ft_main .ft_copyright {
    margin-top: 14px;
    font-size: 9px;
  }
}
.ft_main .ft_page_top {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 98px;
  height: 98px;
  border-radius: 50%;
  border: solid 1px #fff;
  text-indent: -999px;
  overflow: hidden;
}
.ft_main .ft_page_top::before {
  position: absolute;
  left: 50%;
  top: 50%;
  translate: -50% -50%;
  width: 17px;
  height: 20px;
  display: block;
  content: "";
  background: url("../images/common/pagetop_arr.svg") center/contain no-repeat;
}
@media only screen and (max-width: 960px) {
  .ft_main .ft_page_top {
    right: 20px;
    bottom: 12px;
    width: 65px;
    height: 65px;
  }
}

.ft_btm {
  padding: 48px 0;
  background: #EEF0ED;
}
.ft_btm .ft_btm_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.ft_btm .ft_copyright {
  font-size: 10px;
  margin-top: 1.75em;
  font-family: "Inter Tight", sans-serif;
  letter-spacing: -0.02em;
}
@media only screen and (min-width: 900.1px) {
  .ft_btm {
    padding: 48px 0 52px;
  }
  .ft_btm .ft_btm_left {
    margin-right: 2em;
  }
  .ft_btm .ft_btm_ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .ft_btm .ft_btm_ul .ft_btm_li {
    font-size: 12px;
    width: 100%;
  }
  .ft_btm .ft_btm_ul .ft_btm_li:nth-child(odd) {
    text-align: left;
    position: relative;
  }
  .ft_btm .ft_btm_ul .ft_btm_li:nth-child(odd)::before {
    position: absolute;
    right: 0;
    top: 50%;
    height: 1em;
    width: 1px;
    display: block;
    content: "";
    border-right: solid 1px #d7d7d7;
    translate: 0 -50%;
  }
  .ft_btm .ft_btm_ul .ft_btm_li:nth-child(even) {
    text-align: right;
  }
  .ft_btm .ft_btm_ul .ft_sns_li {
    display: none;
  }
}
@media only screen and (max-width: 900px) {
  .ft_btm .ft_btm_wrap {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .ft_btm .uaa_logo {
    width: 142px;
    height: 142px;
  }
  .ft_btm .uaa_logo img {
    width: 100%;
  }
  .ft_btm .ft_btm_ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .ft_btm .ft_btm_ul .ft_btm_li {
    font-size: 14px;
    margin-bottom: 2em;
    width: 100%;
  }
  .ft_btm .ft_btm_ul .ft_sns_li {
    width: 48px;
    margin-right: 16px;
  }
  .ft_btm .ft_copyright {
    width: calc(100% + 142px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 50px;
    padding: 80px 0 0;
    position: relative;
  }
  .ft_btm .ft_copyright::before {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 41px;
    display: block;
    content: "";
    background: url("../images/common/ft_logo.svg") center top/contain no-repeat;
  }
}

/*            共通アイテム
======================================================= */
.topics_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.topics_item span.thumb {
  display: block;
  overflow: hidden;
  border-radius: 12px;
  margin: 0 0 10px 0;
  width: 100%;
}
.topics_item span.thumb img {
  width: 100%;
}
.topics_item span.item_title {
  margin: 0.3em 0 0;
  display: block;
  width: 100%;
}
@media only screen and (max-width: 960px) {
  .topics_item span.thumb {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    border-radius: 10px;
  }
  .topics_item span.item_clubname {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .topics_item span.item_date {
    margin-top: 0.35em;
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  .topics_item span.item_title {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    margin: 0.3em 0 0;
  }
}
@media (any-hover: hover) {
  .topics_item span.thumb {
    -webkit-transition: opacity 0.5s;
    transition: opacity 0.5s;
  }
  .topics_item span.thumb img {
    -webkit-transition: -webkit-transform 0.5s;
    transition: -webkit-transform 0.5s;
    transition: transform 0.5s;
    transition: transform 0.5s, -webkit-transform 0.5s;
  }
  .topics_item span.item_title {
    -webkit-transition: color 0.5s;
    transition: color 0.5s;
  }
  .topics_item:hover {
    opacity: 1;
  }
  .topics_item:hover span.thumb {
    opacity: 0.85;
  }
  .topics_item:hover span.thumb img {
    -webkit-transform: scale(1.1);
            transform: scale(1.1); /* 拡大 */
  }
  .topics_item:hover span.item_title {
    color: #0c6940;
  }
}

.item_clubname {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 2.166em;
  background: #0c6940;
  color: #fff;
  font-size: 12px;
  line-height: 1em;
  padding: 0.25em 1.25em 0.35em;
  border-radius: 13px;
}
@media only screen and (max-width: 960px) {
  .item_clubname {
    font-size: 11px;
  }
}

.item_date {
  font-size: 13px;
  font-family: "Bebas Neue", sans-serif;
  font-weight: 400;
  letter-spacing: 0.05em;
}
.item_title {
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0.05em;
}
@media only screen and (max-width: 960px) {
  .item_title {
    font-size: 13px;
  }
}

.item_ticker {
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.045em;
  line-height: 1.75;
}
@media only screen and (max-width: 960px) {
  .item_ticker {
    font-size: 12px;
  }
}

/*            NEWS一覧
======================================================= */
.news_list .news_set:nth-of-type(n + 2) {
  margin-top: 1.75em;
}
.news_list .news_set a,
.news_list .news_set > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  position: relative;
}
.news_list .news_set a::before, .news_list .news_set a::after,
.news_list .news_set > div::before,
.news_list .news_set > div::after {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 1px;
  display: block;
  content: "";
  -webkit-transition: width 0.5s;
  transition: width 0.5s;
}
.news_list .news_set a::before,
.news_list .news_set > div::before {
  width: 100%;
  background: #e6e6e6;
}
.news_list .news_set a::after,
.news_list .news_set > div::after {
  width: 0%;
  background: #222;
}
.news_list .news_set span.date_tag {
  font-size: 14px;
  color: #666666;
  margin-right: 0.75em;
  translate: 0 -0.1em;
}
.news_list .news_set span.news_tag {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  translate: 0 -1px;
}
.news_list .news_set span.news_tag span.tag_new {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 12px;
  line-height: 1em;
  height: 24px;
  padding: 0.1em 1em 0.15em;
  border: solid 1px;
  font-weight: 600;
  color: #0c6940;
  border-radius: 13px;
  color: #ff3300;
  border: solid 1px #ff3300;
}
.news_list .news_set span.news_tag span + span {
  margin-left: 0.5em;
}
.news_list .news_set span.title_detail {
  width: 100%;
  font-size: 16px;
  font-weight: 400;
  padding: 0.75em 0;
  margin-bottom: 1.5em;
  letter-spacing: 0.045em;
  line-height: 1.75;
}
@media (any-hover: hover) {
  .news_list .news_set a::after {
    -webkit-transition: width 0.5s;
    transition: width 0.5s;
  }
  .news_list .news_set a span.title_detail {
    -webkit-transition: color 0.5s;
    transition: color 0.5s;
  }
  .news_list .news_set a:hover {
    opacity: 1;
  }
  .news_list .news_set a:hover::after {
    width: 100%;
  }
  .news_list .news_set a:hover span.title_detail {
    color: #0c6940;
  }
}
.news_list + .arrow_right_link {
  margin-top: 24px;
}
@media only screen and (max-width: 960px) {
  .news_list {
    margin-top: 30px;
  }
  .news_list .news_set:nth-of-type(n + 2) {
    margin-top: 1em;
  }
  .news_list .news_set span.date_tag {
    font-size: 12px;
  }
  .news_list .news_set span.news_tag {
    translate: 0 -1px;
  }
  .news_list .news_set span.news_tag span {
    height: calc(2em - 2px);
    font-size: 12px;
    line-height: 1em;
    padding: 0 calc(1.25em - 1px) 0.1em;
    border-radius: 12px;
  }
  .news_list .news_set span.news_tag span.tag_new {
    font-size: 12px;
  }
  .news_list .news_set span.title_detail {
    font-size: 12px;
    padding: 0.3em 0;
    margin-bottom: 1.25em;
  }
}

/*            イベント
======================================================= */
.events_list .slide_item + .slide_item {
  margin-left: 24px;
}

.events_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  overflow: hidden;
  border-radius: 20px;
  position: relative;
  height: 100%;
}
.events_item .item_left {
  width: 88px;
  background: #0c6940;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #fff;
  text-align: center;
  padding: 10px;
  position: relative;
}
.events_item .item_cal + .item_cal {
  margin-top: 25px;
  position: relative;
}
.events_item .item_cal + .item_cal::before {
  position: absolute;
  content: "";
  display: block;
  left: 50%;
  top: -17px;
  width: 1px;
  height: 15px;
  background: rgba(255, 255, 255, 0.5);
}
.events_item .item_year {
  position: absolute;
  left: 0;
  top: 13px;
  width: 100%;
  font-size: 10px;
  font-weight: 500;
}
.events_item .item_date {
  font-family: "Inter Tight", sans-serif;
  font-weight: 600;
  font-size: 26px;
  letter-spacing: -0.005em;
  position: relative;
  padding-bottom: 0.05em;
}
.events_item .item_date::before {
  position: absolute;
  content: "";
  display: block;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background: rgba(255, 255, 255, 0.5);
}
.events_item .item_week {
  display: block;
  font-weight: 700;
  font-size: 13px;
  letter-spacing: normal;
  margin-top: 0.5em;
}
.events_item .item_main {
  width: calc(100% - 88px);
  background: #EEF0ED;
  padding: 40px 19px 40px;
}
.events_item .item_ttl {
  color: #0c6940;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.6;
  letter-spacing: 0.05em;
  padding: 0 0 0.4em;
  border-radius: 0;
  background: none;
  margin-bottom: 1em;
  margin-right: -0.25em;
  border-bottom: solid 1px #d7d7d7;
}
.events_item .item_ttl::before {
  display: none;
}
.events_item .item_info {
  font-size: 12px;
}
.events_item .item_info li {
  font-size: 100%;
  line-height: 1.2;
  padding-left: 1.5em;
  position: relative;
}
.events_item .item_info li::before {
  position: absolute;
  left: 0;
  top: 50%;
  translate: 0 -50%;
  display: block;
  content: "";
  width: 14px;
  height: 14px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.events_item .item_info li:nth-of-type(n + 2) {
  margin-top: 0.6em;
}
.events_item .item_info li.item_clock::before {
  background-image: url("../images/common/icon_schedule.svg");
}
.events_item .item_info li.item_pin::before {
  background-image: url("../images/common/icon_pin.svg");
}
.events_item .item_info + .item_txt {
  margin-top: 1.4em;
}
.events_item .item_txt {
  font-size: 11px;
  color: #666666;
  line-height: 1.6;
  letter-spacing: 0.05em;
}
@media only screen and (max-width: 900px) {
  .events_item {
    border-radius: 16px;
  }
  .events_item .item_left {
    width: 58px;
    padding: 5px;
    padding: 25px 5px;
  }
  .events_item .item_year {
    top: 13px;
    font-size: 9px;
  }
  .events_item .item_date {
    font-size: 20px;
  }
  .events_item .item_week {
    margin-top: 0.25em;
  }
  .events_item .item_main {
    width: calc(100% - 58px);
    background: #EEF0ED;
    padding: 24px 16px 24px;
  }
  .events_item .item_ttl {
    font-size: 18px;
    padding-bottom: 0.3em;
    margin-bottom: 0.8em;
  }
  .events_item .item_info li {
    font-size: 100%;
  }
  .events_item .item_info li:nth-of-type(n + 2) {
    margin-top: 0.5em;
  }
  .events_item .item_info + .item_txt {
    margin-top: 0.8em;
  }
  .events_item .item_txt {
    font-size: 11px;
    color: #666666;
    line-height: 1.6;
    letter-spacing: 0.05em;
  }
}
@media (any-hover: hover) {
  .events_item .item_main {
    -webkit-transition: background-color 0.5s;
    transition: background-color 0.5s;
  }
  .events_item:hover {
    opacity: 1;
  }
  .events_item:hover .item_main {
    background-color: #DFEBE5;
  }
}

/*            イベント
======================================================= */
/*            SCHEDULE  スケジュール
======================================================= */
.schedule_area {
  margin: -8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: relative;
  z-index: 1;
}
.schedule_area .schedule_set {
  width: 50%;
  padding: 8px;
}
@media only screen and (max-width: 960px) {
  .schedule_area {
    margin: -4px;
  }
  .schedule_area .schedule_set {
    width: 100%;
    padding: 4px;
  }
}
.schedule_area .schedule_set a,
.schedule_area .schedule_set > div {
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  border-radius: 12px;
  overflow: hidden;
  padding: 5px;
  position: relative;
}
@media only screen and (min-width: 960.1px) {
  .schedule_area .schedule_set a::before,
  .schedule_area .schedule_set > div::before {
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    content: "";
    width: calc(100% - 2px);
    height: calc(100% - 2px);
    border: solid 1px #d8d8d8;
    border-radius: 12px;
  }
}
.schedule_area .schedule_set a .date_area,
.schedule_area .schedule_set a .detail_area,
.schedule_area .schedule_set > div .date_area,
.schedule_area .schedule_set > div .detail_area {
  z-index: 1;
}
@media only screen and (max-width: 960px) {
  .schedule_area .schedule_set a,
  .schedule_area .schedule_set > div {
    border: solid 1px #ccc;
    border-radius: 6px;
    padding: 3px;
  }
}
@media (any-hover: hover) {
  .schedule_area .schedule_set a {
    -webkit-transition: background-color 0.5s;
    transition: background-color 0.5s;
  }
  .schedule_area .schedule_set a .detail_area .dl .dd {
    -webkit-transition: color 0.5s;
    transition: color 0.5s;
  }
  .schedule_area .schedule_set a:hover {
    opacity: 1;
    background-color: #e8f0ed;
  }
  .schedule_area .schedule_set a:hover .detail_area .dl .dd {
    color: #0c6940;
  }
}
.schedule_area .schedule_set .date_area {
  background-color: #000;
  display: block;
  position: relative;
  text-align: center;
  vertical-align: top;
  width: 75px;
  border-radius: 8px;
  position: relative;
  padding: 9px;
}
.schedule_area .schedule_set .date_area span {
  display: block;
  color: white;
  display: block;
  text-align: center;
}
.schedule_area .schedule_set .date_area span.month, .schedule_area .schedule_set .date_area span.day, .schedule_area .schedule_set .date_area span.year {
  font-family: "Bebas Neue", sans-serif;
}
.schedule_area .schedule_set .date_area span.month {
  font-size: 26px;
  padding: 3px 1px 0;
  width: 0.8em;
}
.schedule_area .schedule_set .date_area span.day {
  font-size: 36px;
  margin: -0.35em 0 0;
  padding: 0 0 0 0.6em;
  position: relative;
}
.schedule_area .schedule_set .date_area span.day::before {
  position: absolute;
  display: block;
  content: "";
  right: 0;
  top: 0;
  width: 1.25em;
  height: 1px;
  background: #fff;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
  translate: -7px 5px;
}
.schedule_area .schedule_set .date_area span.week {
  background: #fff;
  color: #000;
  font-weight: 600;
  font-size: 11px;
  border-radius: 4px;
  line-height: 1em;
  padding: 0.1em 0 0.2em;
  width: 100%;
}
.schedule_area .schedule_set .date_area span.year {
  position: absolute;
  bottom: 4px;
  left: 0;
  width: 100%;
  font-size: 14px;
  color: #0c6940;
  letter-spacing: 0.1em;
}
@media only screen and (max-width: 960px) {
  .schedule_area .schedule_set .date_area {
    border: solid 1px #ccc;
    border-radius: 6px;
    width: 50px;
    padding: 2px 5px;
  }
  .schedule_area .schedule_set .date_area span.month {
    font-size: 22px;
    padding: 3px 1px 0;
  }
  .schedule_area .schedule_set .date_area span.day {
    font-size: 28px;
    margin: -0.2em 0 0;
    padding: 0 0 0 0.4em;
  }
  .schedule_area .schedule_set .date_area span.day::before {
    width: 1em;
    translate: -8px -1px;
  }
  .schedule_area .schedule_set .date_area span.week {
    font-size: 10px;
    border-radius: 2px;
  }
  .schedule_area .schedule_set .date_area span.year {
    bottom: 4px;
    font-size: 10px;
  }
}
.schedule_area .schedule_set .detail_area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: calc(100% - 75px);
  padding: 10px 20px 8px 22px;
}
.schedule_area .schedule_set .detail_area span {
  display: block;
}
.schedule_area .schedule_set .detail_area span.dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.schedule_area .schedule_set .detail_area span.dl .dt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 2.166em;
  background: #0c6940;
  color: #fff;
  font-size: 12px;
  line-height: 1em;
  padding: 0.25em 1.25em 0.35em;
  border-radius: 13px;
  min-width: 90px;
}
.schedule_area .schedule_set .detail_area span.dl .dd {
  font-size: 20px;
  font-weight: bold;
  padding: 0.5em 0 0.6em;
  min-height: 3.7em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.schedule_area .schedule_set .detail_area span.ul {
  border-top: 1px #b9b9b9 solid;
  padding: 0.75em 0 0;
  margin-bottom: 13px;
}
.schedule_area .schedule_set .detail_area span.ul .li {
  position: relative;
  min-height: 24px;
  font-size: 14px;
  padding: 0.4em 0 0 53px;
  font-weight: 500;
}
.schedule_area .schedule_set .detail_area span.ul .li:nth-of-type(n + 2) {
  margin-top: 8px;
}
.schedule_area .schedule_set .detail_area span.ul .li:before {
  position: absolute;
  left: 0;
  top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 1;
  top: 2px;
  width: 44px;
  height: 24px;
  border: solid 1px #0c6940;
  border-radius: 3px;
  color: #0c6940;
  font-size: 12px;
  font-weight: 500;
}
.schedule_area .schedule_set .detail_area span.ul .li.date {
  margin-bottom: 3px;
}
.schedule_area .schedule_set .detail_area span.ul .li.date:before {
  content: "日時";
}
.schedule_area .schedule_set .detail_area span.ul .li.place:before {
  content: "場所";
}
.schedule_area .schedule_set .detail_area span .p {
  font-size: 85.7%;
}
@media only screen and (max-width: 960px) {
  .schedule_area .schedule_set .detail_area span.dl .dt {
    font-size: 12px;
  }
  .schedule_area .schedule_set .detail_area span.dl .dd {
    font-size: 16px;
    line-height: 1.4;
    font-weight: bold;
    padding: 0.5em 0 0.6em;
    min-height: 2em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .schedule_area .schedule_set .detail_area span.ul {
    border-top: 1px #b9b9b9 solid;
    padding: 0.4em 0 0;
    margin-bottom: 13px;
  }
  .schedule_area .schedule_set .detail_area span.ul .li {
    min-height: 20px;
    font-size: 12px;
    padding: 0.3em 0 0 46px;
  }
  .schedule_area .schedule_set .detail_area span.ul .li:nth-of-type(n + 2) {
    margin-top: 4px;
  }
  .schedule_area .schedule_set .detail_area span.ul .li:before {
    top: 2px;
    width: 36px;
    height: 18px;
    border-radius: 2px;
    font-size: 11px;
  }
  .schedule_area .schedule_set .detail_area span.ul .li.date {
    margin-bottom: 3px;
  }
  .schedule_area .schedule_set .detail_area span.ul .li.date:before {
    content: "日時";
  }
  .schedule_area .schedule_set .detail_area span.ul .li.place:before {
    content: "場所";
  }
  .schedule_area .schedule_set .detail_area span .p {
    font-size: 85.7%;
  }
}

#news_detail .schedule_area .schedule_set {
  width: 100%;
}

/*            result  大会結果
======================================================= */
.result_area {
  position: relative;
  z-index: 1;
}
.result_area .result_list ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -33px -26px 0;
}
.result_area .result_list li {
  width: 25%;
  padding: 0 33px 26px 0;
}
@media only screen and (max-width: 960px) {
  .result_area .result_list ul {
    margin: 0 -16px -16px 0;
  }
  .result_area .result_list li {
    width: 50%;
    padding: 0 16px 16px 0;
  }
}
.result_area .result_item {
  display: block;
}
@media only screen and (min-width: 960.1px) {
  .result_area .item_title {
    margin-right: -0.25em;
    width: calc(100% + 0.25em);
  }
}

/*            Fancybox
======================================================= */
.fancybox-overlay {
  background-color: rgba(0, 0, 0, 0.85);
  position: fixed;
  display: block;
  width: 100% !important;
  height: 100% !important;
  top: 0;
  left: 0;
  z-index: 1100;
}

.fancybox-lock {
  overflow: hidden;
  height: 100%;
}

.fancybox-skin {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.fancybox-skin .fancybox-outer {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
  margin-top: 64px;
}
.fancybox-skin .fancybox-title {
  -webkit-box-ordinal-group: 4;
  -ms-flex-order: 3;
  order: 3;
}
.fancybox-skin .fancybox-title span {
  color: #fff;
  display: block;
  margin-top: 1em;
}
.fancybox-skin .fancybox-close {
  background: url("../images/common/modal_close.svg") no-repeat right top;
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
  display: block;
  width: 100%;
  height: 64px;
  position: absolute;
  top: 15px;
  right: 15px;
}

.fancybox-wrap {
  z-index: 1200;
}
.fancybox-wrap .fancybox-outer {
  position: relative;
}

.fancybox-nav {
  position: absolute;
  top: 50%;
  width: 18px;
  height: 36px;
}
.fancybox-nav.fancybox-prev {
  background: url("../images/common/modal_prev_arrow.svg") no-repeat left top;
  background-size: contain;
  right: 100%;
  -webkit-transform: translate(-30px, -50%);
  transform: translate(-30px, -50%);
}
.fancybox-nav.fancybox-next {
  background: url("../images/common/modal_next_arrow.svg") no-repeat left top;
  left: 100%;
  -webkit-transform: translate(30px, -50%);
  transform: translate(30px, -50%);
  background-size: contain;
}

.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          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: 0;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-list,
.slick-slider .slick-track {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:after,
.slick-track:before {
  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;
}/*# sourceMappingURL=common.css.map */