@charset "UTF-8";
/* reset
----------------------------------------------------------------- */
/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

/* base
----------------------------------------------------------------- */
* {
  margin: 0;
  padding: 0;
}

html {
  overflow-y: scroll;
  font-size: 62.5%;
  scroll-behavior: smooth;
}

body {
  color: #070203;
  background: #FFF;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-family: source-han-sans-japanese, "Avenir", "Helvetica Neue", "Helvetica", "Arial", "Hiragino Sans", "ヒラギノ角ゴシック", YuGothic, "Yu Gothic", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  text-align: left;
  line-height: 1.7;
  letter-spacing: .04em;
  overflow-x: hidden;
}

body {
  background-image: url(../images/bg/bg_body_sp.png);
  background-position: 0% 50%;
  background-repeat: repeat-y;
  background-size: auto;
}

/* for PC
----------------------------------------------------------------- */
@media (min-width: 769px) {
  body {
    background-image: url(../images/bg/bg_body_pc.jpg);
    background-size: contain;
  }
}
body * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: inherit;
}

main {
  display: block;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
}

ul, ol {
  list-style: none;
}

li {
  list-style-type: none;
}

img {
  border: 0;
  width: 100%;
  height: 100%;
}

div img {
  vertical-align: top;
}

address {
  font-style: normal;
}

a {
  cursor: pointer;
  text-decoration: none;
}

/* テキストエリアの丸みをなくす（スマホ） */
input[type="text"],
input[type="tel"],
input[type="email"],
input[type="password"],
input[type="time"],
input[type="date"],
input[type="url"],
input[type="number"],
textarea {
  -webkit-appearance: none;
  border-radius: 0;
}

/* 初期デザインのリセット（スマホ） */
input[type="text"],
input[type="tel"],
input[type="email"],
input[type="password"],
input[type="time"],
input[type="date"],
input[type="url"],
input[type="number"],
textarea {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-appearance: none;
  max-width: 100%;
}

input:-webkit-autofill, textarea:-webkit-autofill {
  background-color: #faffbd;
  background-image: none;
  color: black;
}

input[type="text"],
input[type="tel"],
input[type="email"],
input[type="password"],
input[type="time"],
input[type="date"],
input[type="url"],
input[type="number"],
textarea {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background-color: transparent;
  background-image: none;
  border: 1px solid #eeecec;
  border-radius: 0;
  color: #070203;
  font-family: source-han-sans-japanese, "Avenir", "Helvetica Neue", "Helvetica", "Arial", "Hiragino Sans", "ヒラギノ角ゴシック", YuGothic, "Yu Gothic", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 1rem;
  padding: .4rem .8rem;
  width: 100%;
}

input[type="text"]:focus,
input[type="tel"]:focus,
input[type="email"]:focus,
input[type="password"]:focus,
input[type="time"]:focus,
input[type="date"]:focus,
input[type="url"]:focus,
input[type="number"]:focus,
textarea:focus {
  border: 1px solid #eeecec;
  box-shadow: none;
  outline: none;
}

textarea {
  height: 100px;
  resize: none;
}

/* for PC
----------------------------------------------------------------- */
/* header
----------------------------------------------------------------- */
.bl_headerUtils {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  padding: 0 5.33vw;
  height: 16vw;
}
.bl_headerUtils .bl_header_logo {
  flex: 0 0 42.67vw;
  cursor: pointer;
  text-decoration: none;
}
.bl_headerUtils .bl_header_iconUnit__sp {
  flex: 0 0 21.33vw;
  margin-right: 2.67vw;
  margin-left: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.bl_headerUtils .el_btn__icon__open {
  flex: 0 0 9.33vw;
}

.bl_headerUtils__2 {
  justify-content: flex-end;
}

.ly_header__sp {
  margin: 0 auto;
  width: 100%;
  position: fixed;
  top: 0%;
  z-index: 1000;
  background-color: transparent;
}
.ly_header__sp .ly_header_inner {
  margin-right: auto;
  margin-left: auto;
  width: 100%;
  position: relative;
  /*チェックが入ったらもろもろ表示*/
  /*チェックボックス等は非表示に*/
}
.ly_header__sp .ly_header_inner #nav-input:checked ~ #nav-close {
  display: block;
}
.ly_header__sp .ly_header_inner #nav-input:checked ~ #bl_content_nav {
  -webkit-transform: translateX(0%);
  transform: translateX(0%);
}
.ly_header__sp .ly_header_inner .nav-unshown {
  display: none;
}
.ly_header__sp .ly_header_inner #bl_content_nav {
  margin-right: auto;
  margin-left: auto;
  background-color: #216633;
  box-shadow: -2.67vw 0 0 rgba(7, 2, 3, 0.2);
  width: 50vw;
  height: 100vh;
  overflow: auto;
  position: fixed;
  right: 0;
  top: 0;
  transition: .3s ease-in-out;
  /*滑らかに表示*/
  -webkit-transform: translateX(110%);
  transform: translateX(110%);
  /*左に隠しておく*/
  z-index: 1000;
  /*最前面に*/
}
.ly_header__sp .ly_header_inner #bl_content_nav .bl_headerUtils__2 {
  margin-bottom: 9.6vw;
}
.ly_header__sp .ly_header_inner #bl_content_nav nav {
  border-top: 2px solid #FFF;
  margin: 0 auto 9.6vw;
  width: 31.33vw;
}
.ly_header__sp .ly_header_inner #bl_content_nav nav .bl_headerNav {
  height: 100%;
  width: 100%;
}
.ly_header__sp .ly_header_inner #bl_content_nav nav .bl_headerNav .bl_headerNav_item {
  border-bottom: 1px solid #FFF;
  display: block;
  padding: 6.93vw 0;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.ly_header__sp .ly_header_inner #bl_content_nav nav .bl_headerNav .bl_headerNav_item .bl_headerNav_link {
  position: relative;
  display: block;
  text-decoration: none;
  font-family: fot-tsukuardgothic-std, "Avenir", "Helvetica Neue", "Helvetica", "Arial", "Hiragino Sans", "ヒラギノ角ゴシック", YuGothic, "Yu Gothic", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  cursor: pointer;
  line-height: 1.5;
  font-size: 4.27vw;
  color: #FFF;
}
.ly_header__sp .ly_header_inner #bl_content_nav .bl_header_iconUnit2__sp {
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 22.67vw;
}

.ly_header__pc {
  display: none;
}

/* for PC
----------------------------------------------------------------- */
@media (min-width: 769px) {
  .ly_header__sp {
    display: none;
  }

  .ly_header__pc {
    display: block;
    width: 156px;
    position: fixed;
    right: 0;
    top: 0%;
    z-index: 1000;
    background-color: transparent;
  }
  .ly_header__pc .ly_header_inner {
    margin-right: auto;
    margin-left: auto;
    width: 100%;
    position: relative;
    padding-top: 50px;
  }
  .ly_header__pc .ly_header_inner .bl_header_iconUnit__pc {
    margin-bottom: 60px;
  }
  .ly_header__pc .ly_header_inner .bl_header_iconUnit__pc .el_btn__icon {
    margin: 0 auto;
  }
  .ly_header__pc .ly_header_inner .bl_header_iconUnit__pc .el_btn__icon__contact {
    margin-bottom: 20px;
  }
  .ly_header__pc .ly_header_inner nav {
    margin: 0 auto;
  }
  .ly_header__pc .ly_header_inner nav .bl_headerNav {
    width: 100%;
  }
  .ly_header__pc .ly_header_inner nav .bl_headerNav .bl_headerNav_item {
    margin-bottom: 20px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .ly_header__pc .ly_header_inner nav .bl_headerNav .bl_headerNav_item.is-current:before {
    content: "";
    width: 6px;
    border-top: 2px solid #216633;
    position: absolute;
    transform: translateY(-50%);
    top: 50%;
    left: 34px;
  }
  .ly_header__pc .ly_header_inner nav .bl_headerNav .bl_headerNav_item .bl_headerNav_link {
    position: relative;
    display: inline-block;
    text-decoration: none;
    font-family: fot-tsukuardgothic-std, "Avenir", "Helvetica Neue", "Helvetica", "Arial", "Hiragino Sans", "ヒラギノ角ゴシック", YuGothic, "Yu Gothic", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    cursor: pointer;
    line-height: 1.5;
    font-size: 14px;
    color: #216633;
    font-weight: bold;
  }
}
/* footer
----------------------------------------------------------------- */
.el_footerCopyright {
  font-size: 3.2vw;
  color: #216633;
  font-family: fot-tsukuardgothic-std, "Avenir", "Helvetica Neue", "Helvetica", "Arial", "Hiragino Sans", "ヒラギノ角ゴシック", YuGothic, "Yu Gothic", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  letter-spacing: .04em;
  display: block;
}

footer {
  background-color: #DBDAD9;
}
footer .ly_footer {
  margin-right: auto;
  margin-left: auto;
  width: 100%;
}
footer .ly_footer .ly_footer_inner {
  margin-right: auto;
  margin-left: auto;
  padding: 20vw 0 19.33vw;
  width: 78.67vw;
}
footer .ly_footer .ly_footer_inner .ly_footer_head {
  margin-bottom: 13.33vw;
}
footer .ly_footer .ly_footer_inner .ly_footer_head .ly_footer_imgWrapper1 {
  display: block;
  margin: 0 auto;
  width: 100%;
}
footer .ly_footer .ly_footer_inner .ly_footer_head .ly_footer_txt {
  margin-bottom: 5.33vw;
  font-size: 3.2vw;
  letter-spacing: .04em;
  font-family: fot-tsukuardgothic-std, "Avenir", "Helvetica Neue", "Helvetica", "Arial", "Hiragino Sans", "ヒラギノ角ゴシック", YuGothic, "Yu Gothic", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
footer .ly_footer .ly_footer_inner .ly_footer_head .bl_btnUnit {
  margin: 0 auto;
}
footer .ly_footer .ly_footer_inner .ly_footer_body .ly_footer_imgWrapper2 {
  display: block;
  margin: 0 auto 4vw 0;
  width: 45.07vw;
}
footer .ly_footer .ly_footer_inner .ly_footer_body .ly_footer_txt {
  font-size: 3.73vw;
  letter-spacing: .04em;
  font-family: fot-tsukuardgothic-std, "Avenir", "Helvetica Neue", "Helvetica", "Arial", "Hiragino Sans", "ヒラギノ角ゴシック", YuGothic, "Yu Gothic", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
footer .ly_footer .ly_footer_inner .ly_footer_body .ly_footer_txt__4,
footer .ly_footer .ly_footer_inner .ly_footer_body .ly_footer_txt__5 {
  display: none;
}
footer .ly_footer .ly_footer_inner .ly_footer_body .el_footerCopyright {
  display: none;
}
footer .ly_footer_copyright {
  border-top: 1px solid #216633;
}
footer .ly_footer_copyright .ly_footer_inner {
  padding: 3.33vw 0;
}
footer .ly_footer_copyright .ly_footer_inner .el_footerCopyright {
  text-align: center;
}
.partner_logo{width: 77.5%;margin:0 auto;text-align:center;border-top:1px solid #007C45;margin-top:50px;padding:75px 0;}
	.partner_logo img{width:160px;}

/* for PC
----------------------------------------------------------------- */
@media (min-width: 769px) {
  .el_footerCopyright {
    font-size: 12px;
	}
	
	.partner_logo{width:100%;max-width:880px;margin:0 auto;text-align:center;border-top:1px solid #007C45;margin-top:100px;padding:160px 0;}
	.partner_logo img{width:260px;}

  footer .ly_footer .ly_footer_inner {
    padding: 94px 0 100px;
    display: flex;
    justify-content: space-between;
    width: 880px;
  }
  footer .ly_footer .ly_footer_inner .ly_footer_head {
    width: 50%;
    margin-bottom: 0;
  }
  footer .ly_footer .ly_footer_inner .ly_footer_head .ly_footer_imgWrapper1 {
    width: 448px;
  }
  footer .ly_footer .ly_footer_inner .ly_footer_head .ly_footer_txt {
    margin-bottom: 16px;
    font-size: 16px;
  }
  footer .ly_footer .ly_footer_inner .ly_footer_head .bl_btnUnit {
    margin: 0 auto;
  }
  footer .ly_footer .ly_footer_inner .ly_footer_body {
    width: 50%;
  }
  footer .ly_footer .ly_footer_inner .ly_footer_body .ly_footer_imgWrapper2 {
    margin: 0 0 16px auto;
    width: 200px;
  }
  footer .ly_footer .ly_footer_inner .ly_footer_body .ly_footer_txt {
    font-size: 16px;
    text-align: right;
  }
  footer .ly_footer .ly_footer_inner .ly_footer_body .ly_footer_txt__3 {
    display: none;
  }
  footer .ly_footer .ly_footer_inner .ly_footer_body .ly_footer_txt__4,
  footer .ly_footer .ly_footer_inner .ly_footer_body .ly_footer_txt__5 {
    display: block;
  }
  footer .ly_footer .ly_footer_inner .ly_footer_body .ly_footer_txt__5 {
    margin-bottom: 20px;
  }
  footer .ly_footer .ly_footer_inner .ly_footer_body .el_footerCopyright {
    display: block;
    text-align: right;
  }
  footer .ly_footer_copyright {
    display: none;
  }
}
/* cont
----------------------------------------------------------------- */
.ly_cont {
  max-width: 100%;
  width: 100%;
  margin: 0 auto;
}
.ly_cont .ly_cont_inner {
  max-width: 100%;
  width: 100%;
  margin: 0 auto;
}
.ly_cont .ly_cont_inner .ly_cont_main {
  max-width: 100%;
  width: 100%;
  margin: 0 auto;
}

/* section
----------------------------------------------------------------- */
.bl_sect {
  position: relative;
}
.bl_sect .bl_sect_inner {
  position: relative;
}

.bl_sect__borderBottom:before {
  content: '';
  border-right: solid 1px #216633;
  position: absolute;
  transform: translate(-50%, 0%);
  left: 50%;
  bottom: 0;
}

.el_imgWrapper__hand,
.el_imgWrapper__tool,
.el_imgWrapper__tool2,
.el_imgWrapper__tool3,
.el_imgWrapper__tool4,
.el_imgWrapper__tool5,
.el_imgWrapper__person,
.el_imgWrapper__building {
  position: absolute;
}

.bl_sect_about:before {
  height: 68vw;
}
.bl_sect_about .el_imgWrapper__hand {
  top: -40vw;
  right: 0;
}
.bl_sect_about .el_imgWrapper__tool {
  bottom: 0;
  right: -11.2vw;
}
.bl_sect_about .bl_sect_inner {
  padding: 8.27vw 0 82.67vw;
}
.bl_sect_about .bl_sect_inner .el_lv2Heading {
  margin: 0 auto 8.67vw;
}

.bl_sect_philosophy:before {
  height: 68vw;
}
.bl_sect_philosophy .el_imgWrapper__tool2 {
  bottom: 0;
  right: 0;
}
.bl_sect_philosophy .bl_sect_inner {
  padding: 14.93vw 0 82.67vw;
}
.bl_sect_philosophy .bl_sect_inner .el_lv2Heading {
  margin: 0 auto 8.67vw;
}

.bl_sect_gallery:before {
  height: 106.67vw;
}
.bl_sect_gallery .el_imgWrapper__tool3 {
  bottom: 37.33vw;
  left: -18.67vw;
}
.bl_sect_gallery .el_imgWrapper__person {
  bottom: 0;
  right: 0;
}
.bl_sect_gallery .bl_sect_inner {
  padding: 14.93vw 0 122.93vw;
}
.bl_sect_gallery .bl_sect_inner .el_lv2Heading {
  margin: 0 auto 3.6vw;
}
.bl_sect_gallery .bl_sect_inner .el_lv2Heading__subtitle {
  margin: 0 auto 9.33vw;
}
.bl_sect_gallery .bl_sect_inner .bl_cardUnit {
  margin: 0 auto;
}

.bl_sect_history:before {
  height: 68vw;
}
.bl_sect_history .bl_sect_inner {
  padding: 14.93vw 0 137.6vw;
}
.bl_sect_history .bl_sect_inner .el_lv2Heading {
  margin: 0 auto 3.6vw;
}
.bl_sect_history .bl_sect_inner .el_lv2Heading__subtitle {
  margin: 0 auto 9.33vw;
}
.bl_sect_history .bl_sect_inner .bl_mediaUnit {
  margin: 0 auto;
}
.bl_sect_history .el_imgWrapper__building {
  bottom: 72vw;
}
.bl_sect_history .el_imgWrapper__tool4 {
  bottom: 0;
  left: -9.33vw;
}

.bl_sect_overview .el_imgWrapper__tool5 {
  bottom: 0;
  right: -6.27vw;
}
.bl_sect_overview .bl_sect_inner {
  padding: 14.93vw 0 68.8vw;
}
.bl_sect_overview .bl_sect_inner .el_lv2Heading {
  margin: 0 auto 3.6vw;
}
.bl_sect_overview .bl_sect_inner .el_lv2Heading__subtitle {
  margin: 0 auto 8vw;
}
.bl_sect_overview .bl_sect_inner .bl_horizTable {
  margin: 0 auto;
}

.bl_sect_galleryInfo .bl_sect_inner {
  padding: 20vw 0 22.67vw;
}
.bl_sect_galleryInfo .bl_sect_inner .el_imgWrapper__logo {
  display: none;
}
.bl_sect_galleryInfo .bl_sect_inner .bl_wrap {
  margin: 0 auto;
}

.bl_sect_other .bl_sect_inner {
  padding: 0 0 28vw;
}
.bl_sect_other .bl_sect_inner .el_lv2Heading {
  margin: 0 auto 10.67vw;
}
.bl_sect_other .bl_sect_inner .bl_cardUnit {
  margin: 0 auto;
}

/* for PC
----------------------------------------------------------------- */
@media (min-width: 769px) {
  .bl_sect_about:before {
    height: 210px;
  }
  .bl_sect_about .el_imgWrapper__hand {
    top: -30px;
    right: 0;
  }
  .bl_sect_about .el_imgWrapper__tool {
    bottom: 0;
    right: auto;
    left: calc(50% + 140px);
  }
  .bl_sect_about .bl_sect_inner {
    padding: 45px 0 260px;
  }
  .bl_sect_about .bl_sect_inner .el_lv2Heading {
    margin: 0 auto 45px;
  }

  .bl_sect_philosophy:before {
    height: 210px;
  }
  .bl_sect_philosophy .el_imgWrapper__tool2 {
    bottom: -60px;
    right: auto;
    left: calc(50% + 260px);
  }
  .bl_sect_philosophy .bl_sect_inner {
    padding: 45px 0 260px;
  }
  .bl_sect_philosophy .bl_sect_inner .el_lv2Heading {
    margin: 0 auto 45px;
  }

  .bl_sect_gallery:before {
    height: 210px;
  }
  .bl_sect_gallery .el_imgWrapper__tool3 {
    bottom: 0;
    left: auto;
    right: calc(50% + 174px);
  }
  .bl_sect_gallery .el_imgWrapper__person {
    bottom: -150px;
    right: auto;
    left: calc(50% + 260px);
  }
  .bl_sect_gallery .bl_sect_inner {
    padding: 45px 0 260px;
  }
  .bl_sect_gallery .bl_sect_inner .el_lv2Heading {
    margin: 0 auto 29px;
  }
  .bl_sect_gallery .bl_sect_inner .el_lv2Heading__subtitle {
    margin: 0 auto 52px;
  }

  .bl_sect_history:before {
    height: 210px;
  }
  .bl_sect_history .bl_sect_inner {
    padding: 45px 0 930px;
  }
  .bl_sect_history .bl_sect_inner .el_lv2Heading {
    margin: 0 auto 29px;
  }
  .bl_sect_history .bl_sect_inner .el_lv2Heading__subtitle {
    margin: 0 auto 52px;
  }
  .bl_sect_history .el_imgWrapper__building {
    left: 50%;
    bottom: 300px;
    transform: translateX(-50%);
  }
  .bl_sect_history .el_imgWrapper__tool4 {
    bottom: -280px;
    left: auto;
    right: calc(50% + 174px);
  }

  .bl_sect_overview .el_imgWrapper__tool5 {
    bottom: -110px;
    right: auto;
    left: 50%;
  }
  .bl_sect_overview .bl_sect_inner {
    padding: 45px 0 200px;
  }
  .bl_sect_overview .bl_sect_inner .el_lv2Heading {
    margin: 0 auto 29px;
  }
  .bl_sect_overview .bl_sect_inner .el_lv2Heading__subtitle {
    margin: 0 auto 52px;
  }

  .bl_sect_galleryInfo .bl_sect_inner {
    padding: 50px 0 100px;
  }
  .bl_sect_galleryInfo .bl_sect_inner .el_imgWrapper__logo {
    display: block;
    margin: 0 auto 42px;
  }

  .bl_sect_other .bl_sect_inner {
    padding: 0 0 150px;
  }
  .bl_sect_other .bl_sect_inner .el_lv2Heading {
    margin: 0 auto 55px;
  }
}
/* card
----------------------------------------------------------------- */
.bl_cardUnit {
  display: flex;
  justify-content: space-between;
  width: 86.67vw;
  flex-wrap: wrap;
}
.bl_cardUnit .bl_card {
  margin-bottom: 6.67vw;
}
.bl_cardUnit .bl_card:nth-last-of-type(1), .bl_cardUnit .bl_card:nth-last-of-type(2) {
  margin-bottom: 0;
}

.bl_card {
  display: block;
  width: 41.33vw;
  position: relative;
  padding-bottom: 2.8vw;
  border-bottom: 1px solid #216633;
}
.bl_card a.bl_card_imgWrapper {
  cursor: pointer;
  display: block;
  text-decoration: none;
  position: relative;
  padding-top: 31.2vw;
  overflow: hidden;
  width: 100%;
  margin-bottom: 1.87vw;
}
.bl_card a.bl_card_imgWrapper img {
  position: absolute;
  top: 50%;
  width: 100%;
  transform: translateY(-50%);
  object-fit: cover;
}
.bl_card .bl_card_body .bl_card_txt {
  font-size: 3.2vw;
  line-height: 1.5;
  margin-bottom: 1.33vw;
}
.bl_card .bl_card_body .bl_card_txt:last-child {
  margin-bottom: 0;
}
.bl_card .bl_card_body .bl_card_txt .icon {
  color: #216633;
}
.bl_card .bl_card_body .bl_card_txt .dot {
  display: none;
}

/* for PC
----------------------------------------------------------------- */
@media (min-width: 769px) {
  .bl_cardUnit {
    width: 880px;
  }
  .bl_cardUnit .bl_card {
    margin-bottom: 50px;
  }
  .bl_cardUnit .bl_card:nth-last-of-type(3) {
    margin-bottom: 0;
  }

  .bl_card {
    width: 260px;
    padding-bottom: 16px;
  }
  .bl_card a.bl_card_imgWrapper {
    padding-top: 195px;
    margin-bottom: 15px;
  }
  .bl_card .bl_card_body .bl_card_txt {
    font-size: 14px;
    line-height: 1.5;
    margin-bottom: 0;
  }
  .bl_card .bl_card_body .bl_card_txt br {
    display: none;
  }
  .bl_card .bl_card_body .bl_card_txt .dot {
    display: inline;
  }
}
/* iframe
----------------------------------------------------------------- */
.bl_iframe {
  position: relative;
  box-sizing: border-box;
  max-width: 100%;
  width: 100%;
  height: 0;
  padding-top: 66.7%;
}
.bl_iframe iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  object-fit: cover;
  height: 100%;
}

/* jumbotron
----------------------------------------------------------------- */
.bl_jumbotron {
  background-image: url(../images/bg/jum_1.png);
  background-position: 50% 16vw;
  background-repeat: no-repeat;
  background-size: 140%;
  position: relative;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}
.bl_jumbotron:before {
  content: '';
  height: 54.67vw;
  border-right: solid 1px #216633;
  position: absolute;
  transform: translate(-50%, 0%);
  left: 50%;
  bottom: 0;
}
.bl_jumbotron .bl_jumbotron_inner {
  position: relative;
  margin-right: auto;
  margin-left: auto;
  padding: 80.4vw 0 64.53vw;
}
.bl_jumbotron .bl_jumbotron_inner .bl_jumbotron_imgWrapper2 {
  display: none;
}
.bl_jumbotron .bl_jumbotron_inner .bl_jumbotron_imgWrapper {
  margin: 0 auto 7.33vw 6.67vw;
  width: 64vw;
}
.bl_jumbotron .bl_jumbotron_inner .bl_jumbotron_imgWrapper img:nth-of-type(2) {
  display: none;
}
.bl_jumbotron .bl_jumbotron_inner .bl_jumbotron_txt__float {
  position: absolute;
  font-family: vdl-penletter, "Avenir", "Helvetica Neue", "Helvetica", "Arial", "Hiragino Sans", "ヒラギノ角ゴシック", YuGothic, "Yu Gothic", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 3.47vw;
  display: inline-block;
  color: #9A9A99;
}
.bl_jumbotron .bl_jumbotron_inner .bl_jumbotron_txt__float__1 {
  top: 22.67vw;
  right: 7.73vw;
}
.bl_jumbotron .bl_jumbotron_inner .bl_jumbotron_txt__float__2 {
  top: 30.8vw;
  right: 67.6vw;
}
.bl_jumbotron .bl_jumbotron_inner .bl_jumbotron_txt__float__3 {
  top: 43.6vw;
  right: 7.73vw;
}
.bl_jumbotron .bl_jumbotron_inner .bl_jumbotron_txt__float__4 {
  top: 80.13vw;
  left: 50%;
}
.bl_jumbotron .bl_jumbotron_inner .bl_jumbotron_txt {
  margin: 0 0 10.13vw 6.67vw;
  color: #216633;
  font-size: 4.53vw;
  letter-spacing: .08em;
  font-weight: bold;
  font-family: fot-tsukuardgothic-std, "Avenir", "Helvetica Neue", "Helvetica", "Arial", "Hiragino Sans", "ヒラギノ角ゴシック", YuGothic, "Yu Gothic", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.bl_jumbotron .bl_jumbotron_inner .bl_jumbotron_txt__circle {
  font-family: fot-tsukuardgothic-std, "Avenir", "Helvetica Neue", "Helvetica", "Arial", "Hiragino Sans", "ヒラギノ角ゴシック", YuGothic, "Yu Gothic", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  background-color: #216633;
  margin: 0 auto 2.27vw;
  border-radius: 50%;
  color: #FFF;
  width: 13.6vw;
  height: 13.6vw;
  position: relative;
  position: relative;
  text-align: center;
}
.bl_jumbotron .bl_jumbotron_inner .bl_jumbotron_txt__circle span {
  position: absolute;
  top: 54%;
  left: 50%;
  transform: translate(-50%, -50%);
  line-height: 1.3;
  font-size: 2.67vw;
  letter-spacing: .12em;
  font-weight: bold;
}
.bl_jumbotron .bl_jumbotron_inner .bl_jumbotron_txt__scroll {
  font-weight: bold;
  color: #216633;
  font-size: 3.2vw;
  font-family: fot-tsukuardgothic-std, "Avenir", "Helvetica Neue", "Helvetica", "Arial", "Hiragino Sans", "ヒラギノ角ゴシック", YuGothic, "Yu Gothic", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  letter-spacing: .08em;
  text-align: center;
  position: relative;
}
.bl_jumbotron .bl_jumbotron_inner .bl_jumbotron_txt__scroll:before {
  content: '';
  width: 1.33vw;
  height: 1.33vw;
  border-top: solid 2px #216633;
  border-right: solid 2px #216633;
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0%) rotate(135deg);
  bottom: -1.33vw;
}
.bl_jumbotron .bl_jumbotron_inner .bl_jumbotron_txt__date {
  display: none;
}

/* for PC
----------------------------------------------------------------- */
@media (min-width: 769px) {
  .bl_jumbotron {
    background-position: 50% 0%;
    background-size: 960px;
  }
  .bl_jumbotron:before {
    height: 210px;
  }
  .bl_jumbotron .bl_jumbotron_inner {
    padding: 50px 0 280px;
  }
  .bl_jumbotron .bl_jumbotron_inner .bl_jumbotron_imgWrapper2 {
    display: block;
    width: 234px;
    margin: 0 auto 321px;
  }
  .bl_jumbotron .bl_jumbotron_inner .bl_jumbotron_imgWrapper {
    margin: 0 auto 17px;
    width: 532px;
  }
  .bl_jumbotron .bl_jumbotron_inner .bl_jumbotron_imgWrapper img:nth-of-type(1) {
    display: none;
  }
  .bl_jumbotron .bl_jumbotron_inner .bl_jumbotron_imgWrapper img:nth-of-type(2) {
    display: inline;
  }
  .bl_jumbotron .bl_jumbotron_inner .bl_jumbotron_txt__float {
    font-size: 25px;
    letter-spacing: .1em;
  }
  .bl_jumbotron .bl_jumbotron_inner .bl_jumbotron_txt__float__1 {
    top: 208px;
    left: calc(50% + 235px);
    right: auto;
  }
  .bl_jumbotron .bl_jumbotron_inner .bl_jumbotron_txt__float__2 {
    top: 208px;
    right: calc(50% + 273px);
    left: auto;
  }
  .bl_jumbotron .bl_jumbotron_inner .bl_jumbotron_txt__float__3 {
    top: 500px;
    left: calc(50% + 373px);
    right: auto;
  }
  .bl_jumbotron .bl_jumbotron_inner .bl_jumbotron_txt__float__4 {
    top: 500px;
    right: calc(50% + 252px);
    left: auto;
  }
  .bl_jumbotron .bl_jumbotron_inner .bl_jumbotron_txt {
    margin: 0 auto 60px;
    font-size: 22px;
    text-align: center;
  }
  .bl_jumbotron .bl_jumbotron_inner .bl_jumbotron_txt__circle {
    margin: 0 auto 9px;
    width: 60px;
    height: 60px;
  }
  .bl_jumbotron .bl_jumbotron_inner .bl_jumbotron_txt__circle span {
    top: 54%;
    line-height: 1.3;
    font-size: 10px;
  }
  .bl_jumbotron .bl_jumbotron_inner .bl_jumbotron_txt__scroll {
    font-size: 12px;
  }
  .bl_jumbotron .bl_jumbotron_inner .bl_jumbotron_txt__scroll:before {
    width: 10px;
    height: 10px;
    border-top: solid 1px #216633;
    border-right: solid 1px #216633;
    bottom: -20px;
  }
  .bl_jumbotron .bl_jumbotron_inner .bl_jumbotron_txt__date {
    font-family: fot-tsukuardgothic-std, "Avenir", "Helvetica Neue", "Helvetica", "Arial", "Hiragino Sans", "ヒラギノ角ゴシック", YuGothic, "Yu Gothic", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    display: inline-block;
    font-weight: bold;
    text-align: center;
    color: #216633;
    border: 1px solid #216633;
    padding: 13px 0 11px;
    font-size: 12px;
    line-height: 1.33;
    width: 130px;
    position: absolute;
    right: calc(50% + 310px);
    top: 593px;
  }
}
/* media
----------------------------------------------------------------- */
.bl_media .bl_media_imgWrapper {
  margin: 0 auto 9.33vw 0;
  width: 89.33vw;
}
.bl_media .bl_media_body {
  margin: 0 auto;
  width: 78.67vw;
}
.bl_media .bl_media_body .bl_media_ttl,
.bl_media .bl_media_body .bl_media_ttl__sm {
  font-family: fot-tsukuardgothic-std, "Avenir", "Helvetica Neue", "Helvetica", "Arial", "Hiragino Sans", "ヒラギノ角ゴシック", YuGothic, "Yu Gothic", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.bl_media .bl_media_body .bl_media_ttl__sm {
  font-size: 3.2vw;
}
.bl_media .bl_media_body .bl_media_ttl {
  color: #216633;
  font-size: 6.67vw;
  margin-bottom: 9.33vw;
}
.bl_media .bl_media_body .bl_media_txt {
  font-size: 3.73vw;
  line-height: 1.85;
  letter-spacing: .04em;
}

.bl_media__addImage .bl_media_body {
  margin: 0 auto 8vw;
}
.bl_media__addImage .bl_media_body .bl_media_imgWrapperBody {
  margin: 0 auto 14.8vw 0;
  width: 74.13vw;
}
.bl_media__addImage .bl_media_body .bl_media_ttl,
.bl_media__addImage .bl_media_body .bl_media_ttl__sm,
.bl_media__addImage .bl_media_body .bl_media_txt {
  margin: 0 auto;
  width: 78.67vw;
}
.bl_media__addImage .bl_media_body .bl_media_ttl,
.bl_media__addImage .bl_media_body .bl_media_ttl__sm {
  font-family: fot-tsukuardgothic-std, "Avenir", "Helvetica Neue", "Helvetica", "Arial", "Hiragino Sans", "ヒラギノ角ゴシック", YuGothic, "Yu Gothic", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  text-align: right;
}
.bl_media__addImage .bl_media_body .bl_media_ttl__sm {
  font-size: 3.2vw;
}
.bl_media__addImage .bl_media_body .bl_media_ttl {
  color: #216633;
  font-size: 6.67vw;
  margin-bottom: 9.33vw;
}
.bl_media__addImage .bl_media_body .bl_media_txt {
  font-size: 3.73vw;
  line-height: 1.85;
  letter-spacing: .04em;
}
.bl_media__addImage .bl_media_imgWrapper {
  margin: 0 0 0 auto;
  width: 89.33vw;
}

.bl_mediaUnit .bl_media__num {
  margin-bottom: 13.33vw;
}
.bl_mediaUnit .bl_media__num:last-child {
  margin-bottom: 0;
}

.bl_media__num {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.bl_media__num .bl_media_imgWrapper {
  display: block;
  position: relative;
  padding-top: 33.87vw;
  overflow: hidden;
  width: 50%;
}
.bl_media__num .bl_media_imgWrapper img {
  position: absolute;
  top: 50%;
  width: 100%;
  transform: translateY(-50%);
  object-fit: cover;
}
.bl_media__num .bl_media_body {
  padding: 0 5.6vw 0 4vw;
  width: 50%;
}
.bl_media__num .bl_media_body .bl_media_ttl,
.bl_media__num .bl_media_body .bl_media_txt {
  font-family: fot-tsukuardgothic-std, "Avenir", "Helvetica Neue", "Helvetica", "Arial", "Hiragino Sans", "ヒラギノ角ゴシック", YuGothic, "Yu Gothic", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.bl_media__num .bl_media_body .bl_media_ttl {
  color: #A9A8A7;
  text-align: right;
  letter-spacing: .1em;
  font-size: 10.67vw;
  margin-bottom: 8.53vw;
  line-height: 1;
}
.bl_media__num .bl_media_body .bl_media_txt {
  font-size: 3.73vw;
  line-height: 1.5;
}
.bl_media__num .bl_media_body .bl_media_txt span {
  color: #216633;
}

.bl_media__map {
  margin-bottom: 32.8vw;
  width: 100%;
}
.bl_media__map .bl_media_body {
  margin: 0 auto 6.27vw;
}
.bl_media__map .bl_media_body .el_lv2Heading {
  margin-bottom: 3.6vw;
}
.bl_media__map .bl_media_body .el_lv2Heading__subtitle {
  margin-bottom: 12.67vw;
}
.bl_media__map .bl_media_body .bl_media_txt {
  font-family: fot-tsukuardgothic-std, "Avenir", "Helvetica Neue", "Helvetica", "Arial", "Hiragino Sans", "ヒラギノ角ゴシック", YuGothic, "Yu Gothic", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 3.73vw;
  letter-spacing: .02em;
  text-align: center;
}
.bl_media__map .bl_media_body .bl_media_txt br {
  display: none;
}
.bl_media__map .bl_iframe__map {
  border-top: 2px solid #216633;
  border-bottom: 2px solid #216633;
  width: 100%;
  padding-top: 53.33vw;
}

.bl_media__recruitment {
  margin: 0 auto 18vw;
  width: 78.67vw;
}
.bl_media__recruitment .bl_media_body {
  margin: 0 auto 15.47vw;
}
.bl_media__recruitment .bl_media_body .el_lv2Heading {
  margin-bottom: 3.6vw;
}
.bl_media__recruitment .bl_media_body .el_lv2Heading__subtitle__1 {
  margin-bottom: 10.67vw;
}
.bl_media__recruitment .bl_media_body .el_lv2Heading__subtitle__2 {
  margin-bottom: 6.67vw;
  padding-bottom: 6.67vw;
  border-bottom: 1px solid #216633;
  line-height: 2.05;
}
.bl_media__recruitment .bl_media_body .bl_media_txt {
  font-size: 3.2vw;
  line-height: 1.75;
  width: 70.67vw;
  margin: 0 auto 12vw;
}
.bl_media__recruitment .bl_media_body .bl_media_txt__2 {
  font-family: fot-tsukuardgothic-std, "Avenir", "Helvetica Neue", "Helvetica", "Arial", "Hiragino Sans", "ヒラギノ角ゴシック", YuGothic, "Yu Gothic", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 4vw;
  text-align: center;
  color: #216633;
  margin-bottom: 6.13vw;
}
.bl_media__recruitment .bl_media_body .el_btn__arrowRight {
  margin: 0 auto;
}
.bl_media__recruitment .bl_media_imgWrapper {
  display: block;
  position: relative;
  padding-top: 103.47vw;
  overflow: hidden;
  width: 100%;
}
.bl_media__recruitment .bl_media_imgWrapper img {
  position: absolute;
  top: 50%;
  width: 100%;
  transform: translateY(-50%);
  object-fit: cover;
}

/* for PC
----------------------------------------------------------------- */
@media (min-width: 769px) {
  .bl_media {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .bl_media .bl_media_imgWrapper {
    margin: 0;
    max-width: 600px;
    width: 50%;
  }
  .bl_media .bl_media_imgWrapper img {
    height: auto;
  }
  .bl_media .bl_media_body {
    margin: 0;
    padding: 0 80px;
    max-width: 600px;
    width: 50%;
  }
  .bl_media .bl_media_body .bl_media_ttl__sm {
    font-size: 12px;
    letter-spacing: .1em;
  }
  .bl_media .bl_media_body .bl_media_ttl {
    font-size: 24px;
    margin-bottom: 48px;
  }
  .bl_media .bl_media_body .bl_media_txt {
    font-size: 14px;
    line-height: 2;
    letter-spacing: 0;
    max-width: 350px;
  }

  .bl_media__addImage {
    display: flex;
    justify-content: center;
    align-items: flex-start;
  }
  .bl_media__addImage .bl_media_body {
    margin: 0 80px;
    max-width: 360px;
    width: 50%;
  }
  .bl_media__addImage .bl_media_body .bl_media_imgWrapperBody {
    margin: 0 auto 91px;
    width: 100%;
  }
  .bl_media__addImage .bl_media_body .bl_media_ttl,
  .bl_media__addImage .bl_media_body .bl_media_ttl__sm,
  .bl_media__addImage .bl_media_body .bl_media_txt {
    margin: 0 auto;
    width: 100%;
  }
  .bl_media__addImage .bl_media_body .bl_media_ttl,
  .bl_media__addImage .bl_media_body .bl_media_ttl__sm {
    text-align: left;
  }
  .bl_media__addImage .bl_media_body .bl_media_ttl__sm {
    font-size: 12px;
    letter-spacing: .1em;
  }
  .bl_media__addImage .bl_media_body .bl_media_ttl {
    font-size: 24px;
    margin-bottom: 48px;
  }
  .bl_media__addImage .bl_media_body .bl_media_txt {
    font-size: 14px;
    line-height: 2;
    letter-spacing: 0;
  }
  .bl_media__addImage .bl_media_imgWrapper {
    margin: 0;
    max-width: 440px;
    width: 50%;
  }
  .bl_media__addImage .bl_media_imgWrapper img {
    height: auto;
  }

  .bl_mediaUnit {
    width: 880px;
  }
  .bl_mediaUnit .bl_media__num {
    margin-bottom: 0;
    align-items: flex-start;
  }
  .bl_mediaUnit .bl_media__num:last-child .bl_media_body {
    height: 240px;
  }

  .bl_media__num {
    width: 880px;
  }
  .bl_media__num .bl_media_imgWrapper {
    padding-top: 240px;
  }
  .bl_media__num .bl_media_body {
    padding: 0 0 0 80px;
    border-left: 1px solid #216633;
    margin-left: 80px;
    height: 330px;
  }
  .bl_media__num .bl_media_body .bl_media_ttl {
    font-size: 80px;
    margin-bottom: 20px;
  }
  .bl_media__num .bl_media_body .bl_media_txt {
    font-size: 20px;
    line-height: 2.1;
  }
  .bl_media__num .bl_media_body .bl_media_txt br.pc_hidden {
    display: none;
  }

  .bl_media__map {
    margin-bottom: 0;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    flex-direction: row-reverse;
    margin: 0 auto 240px 0;
    width: 100%;
  }
  .bl_media__map .bl_media_body {
    margin: 0 auto 0 51px;
  }
  .bl_media__map .bl_media_body .el_lv2Heading,
  .bl_media__map .bl_media_body .el_lv2Heading__subtitle {
    text-align: left;
  }
  .bl_media__map .bl_media_body .el_lv2Heading {
    margin-bottom: 29px;
  }
  .bl_media__map .bl_media_body .el_lv2Heading__subtitle {
    margin-bottom: 53px;
  }
  .bl_media__map .bl_media_body .bl_media_txt {
    font-size: 20px;
    text-align: left;
  }
  .bl_media__map .bl_media_body .bl_media_txt br {
    display: inline;
  }
  .bl_media__map .bl_iframe__map {
    border-top: 1px solid #216633;
    border-right: 1px solid #216633;
    border-bottom: 1px solid #216633;
    width: 740px;
    padding-top: 400px;
  }

  .bl_media__recruitment {
    display: flex;
    align-items: center;
    justify-content: space-between;
		margin: 0 auto 240px;
		margin-bottom:100px;
    width: 880px;
  }
  .bl_media__recruitment .bl_media_body {
    margin: 0;
    width: 360px;
  }
  .bl_media__recruitment .bl_media_body .el_lv2Heading,
  .bl_media__recruitment .bl_media_body .el_lv2Heading__subtitle__1,
  .bl_media__recruitment .bl_media_body .el_lv2Heading__subtitle__2 {
    text-align: left;
  }
  .bl_media__recruitment .bl_media_body .el_lv2Heading {
    margin-bottom: 20px;
  }
  .bl_media__recruitment .bl_media_body .el_lv2Heading__subtitle__1 {
    margin-bottom: 25px;
  }
  .bl_media__recruitment .bl_media_body .el_lv2Heading__subtitle__2 {
    margin-bottom: 40px;
    padding-bottom: 40px;
    line-height: 1.58;
  }
  .bl_media__recruitment .bl_media_body .bl_media_txt {
    font-size: 14px;
    line-height: 2;
    width: 100%;
    margin: 0 auto 100px;
  }
  .bl_media__recruitment .bl_media_body .bl_media_txt__2 {
    font-size: 20px;
    text-align: center;
    margin-bottom: 15px;
  }
  .bl_media__recruitment .bl_media_body .el_btn__arrowRight {
    margin: 0 auto 0 0;
  }
  .bl_media__recruitment .bl_media_imgWrapper {
    width: 440px;
    padding-top: 580px;
  }
}
/* slide
----------------------------------------------------------------- */
.bl_slideUnit {
  position: relative;
}
.bl_slideUnit .bl_slide__1,
.bl_slideUnit .bl_slide__2 {
  margin: 0 auto;
  position: relative;
}
.bl_slideUnit .bl_slide__1 .swiper-wrapper,
.bl_slideUnit .bl_slide__2 .swiper-wrapper {
  position: relative;
  width: 100%;
}
.bl_slideUnit .bl_slide__1 .swiper-wrapper .bl_slide_imgWrapper,
.bl_slideUnit .bl_slide__2 .swiper-wrapper .bl_slide_imgWrapper {
  position: relative;
}
.bl_slideUnit .bl_slide__1 .swiper-wrapper .bl_slide_imgWrapper img,
.bl_slideUnit .bl_slide__2 .swiper-wrapper .bl_slide_imgWrapper img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  object-fit: cover;
}
.bl_slideUnit .bl_slide__1 {
  width: 74.67vw;
  overflow: hidden;
  margin-bottom: 8vw;
}
.bl_slideUnit .bl_slide__1 .swiper-wrapper {
  height: 97.33vw;
}
.bl_slideUnit .bl_slide__1 .swiper-wrapper .bl_slide_imgWrapper {
  background-color: #E1E1E1;
  height: 97.33vw;
}
.bl_slideUnit .bl_slide__1 .swiper-wrapper .bl_slide_imgWrapper img {
  width: 100%;
  height: auto;
}
.bl_slideUnit .bl_slide__1 .swiper-button-prev__1,
.bl_slideUnit .bl_slide__1 .swiper-button-next__1 {
  position: absolute;
  transform: translate(0%, -50%);
  top: 50%;
}
.bl_slideUnit .bl_slide__1 .swiper-button-prev__1 {
  left: 2.67vw;
}
.bl_slideUnit .bl_slide__1 .swiper-button-next__1 {
  right: 2.67vw;
}
.bl_slideUnit .bl_slide__2 {
  width: 66.67vw;
  overflow: hidden;
}
.bl_slideUnit .bl_slide__2 .swiper-wrapper {
  height: 15.2vw;
}
.bl_slideUnit .bl_slide__2 .swiper-wrapper .bl_slide_imgWrapper {
  height: 15.2vw;
  opacity: .4;
}
.bl_slideUnit .bl_slide__2 .swiper-wrapper .bl_slide_imgWrapper img {
  width: 100%;
  height: auto;
}
.bl_slideUnit .bl_slide__2 .swiper-wrapper .bl_slide_imgWrapper.swiper-slide-thumb-active {
  opacity: 1;
}
.bl_slideUnit .swiper-button-prev__2,
.bl_slideUnit .swiper-button-next__2 {
  position: absolute;
  top: auto;
  bottom: 4.53vw;
}
.bl_slideUnit .swiper-button-prev__2 {
  left: 0;
}
.bl_slideUnit .swiper-button-next__2 {
  right: 0;
}

/* for PC
----------------------------------------------------------------- */
@media (min-width: 769px) {
  .bl_slideUnit .bl_slide__1 {
    width: 600px;
    margin-bottom: 45px;
  }
  .bl_slideUnit .bl_slide__1 .swiper-wrapper {
    height: 450px;
  }
  .bl_slideUnit .bl_slide__1 .swiper-wrapper .bl_slide_imgWrapper {
    height: 450px;
  }
  .bl_slideUnit .bl_slide__1 .swiper-wrapper .bl_slide_imgWrapper img {
    width: auto;
    height: 100%;
  }
  .bl_slideUnit .bl_slide__1 .swiper-button-prev__1 {
    left: 20px;
  }
  .bl_slideUnit .bl_slide__1 .swiper-button-next__1 {
    right: 20px;
  }
  .bl_slideUnit .bl_slide__2 {
    width: 550px;
  }
  .bl_slideUnit .bl_slide__2 .swiper-wrapper {
    height: 80px;
  }
  .bl_slideUnit .bl_slide__2 .swiper-wrapper .bl_slide_imgWrapper {
    height: 80px;
  }
  .bl_slideUnit .swiper-button-prev__2,
  .bl_slideUnit .swiper-button-next__2 {
    bottom: 20px;
  }
  .bl_slideUnit .swiper-button-prev__2 {
    left: 0;
  }
  .bl_slideUnit .swiper-button-next__2 {
    right: 0;
  }
}
/* table
----------------------------------------------------------------- */
.bl_horizTable {
  width: 90.67vw;
  position: relative;
}
.bl_horizTable table {
  border-collapse: separate;
  border-spacing: 1.33vw 2.67vw;
  width: 100%;
}
.bl_horizTable table tr th,
.bl_horizTable table tr td {
  background-color: #FFF;
  font-size: 3.47vw;
  font-family: fot-tsukuardgothic-std, "Avenir", "Helvetica Neue", "Helvetica", "Arial", "Hiragino Sans", "ヒラギノ角ゴシック", YuGothic, "Yu Gothic", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  vertical-align: middle;
  line-height: 1.3;
  font-weight: 100;
}
.bl_horizTable table tr th {
  padding: 2.67vw 4vw;
  width: 26.67vw;
  text-align: center;
}
.bl_horizTable table tr td {
  padding: 2.67vw 0 2.67vw 4vw;
  width: 30.4vw;
  width: auto;
}

/* for PC
----------------------------------------------------------------- */
@media (min-width: 769px) {
  .bl_horizTable {
    width: 910px;
  }
  .bl_horizTable table {
    border-spacing: 10px 20px;
  }
  .bl_horizTable table tr th,
  .bl_horizTable table tr td {
    font-size: 18px;
    padding: 20px 30px;
  }
  .bl_horizTable table tr th {
    width: 200px;
  }
  .bl_horizTable table tr td {
    width: 670px;
  }
  .bl_horizTable table tr td br.pc_hidden {
    display: none;
  }
}
/* wrapper
----------------------------------------------------------------- */
.bl_wrap {
  background-color: #FFF;
  width: 86.67vw;
}
.bl_wrap .bl_wrap_inner {
  width: 74.67vw;
  margin: 0 auto;
  padding: 17.33vw 0 13.33vw;
}
.bl_wrap .bl_wrap_inner .el_lv2Heading {
  margin: 0 auto 3.6vw;
}
.bl_wrap .bl_wrap_inner .el_lv2Heading__subtitle {
  margin: 0 auto 8.67vw;
}
.bl_wrap .bl_wrap_inner .bl_wrap_body {
  padding: 7.33vw 0;
  border-top: 1px solid #070203;
  border-bottom: 1px solid #070203;
  margin: 0 auto 8vw;
}
.bl_wrap .bl_wrap_inner .bl_wrap_body .el_txt__square__4 {
  margin: 0 auto 4vw;
}
.bl_wrap .bl_wrap_inner .bl_wrap_body .el_txt__square__5 {
  margin: 4vw auto 2.67vw;
}
.bl_wrap .bl_wrap_inner .bl_slideUnit {
  margin: 0 auto 8vw;
}
.bl_wrap .bl_wrap_inner .el_btn__arrowLeft {
  margin: 0 auto;
}

/* for PC
----------------------------------------------------------------- */
@media (min-width: 769px) {
  .bl_wrap {
    width: 880px;
  }
  .bl_wrap .bl_wrap_inner {
    width: 600px;
    padding: 150px 0 80px;
  }
  .bl_wrap .bl_wrap_inner .el_lv2Heading {
    margin: 0 auto 25px;
  }
  .bl_wrap .bl_wrap_inner .el_lv2Heading__subtitle {
    padding-bottom: 50px;
    margin: 0 auto 25px;
  }
  .bl_wrap .bl_wrap_inner .bl_wrap_body {
    padding: 22px 0;
    margin: 0 auto 60px;
  }
  .bl_wrap .bl_wrap_inner .bl_wrap_body .el_txt__square__4 {
    margin: 0 auto 15px;
  }
  .bl_wrap .bl_wrap_inner .bl_wrap_body .el_txt__square__5 {
    margin: 15px auto 15px;
  }
  .bl_wrap .bl_wrap_inner .bl_slideUnit {
    margin: 0 auto 70px;
  }
  .bl_wrap .bl_wrap_inner .el_btn__arrowLeft {
    margin: 0 auto;
  }
}
/* button
----------------------------------------------------------------- */
.el_btn {
  cursor: pointer;
  display: inline-block;
  position: relative;
  text-align: center;
  text-decoration: none;
  transition: .25s;
  font-family: source-han-sans-japanese, "Avenir", "Helvetica Neue", "Helvetica", "Arial", "Hiragino Sans", "ヒラギノ角ゴシック", YuGothic, "Yu Gothic", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.el_btn__link {
  cursor: default;
  display: block;
  text-align: left;
}
.el_btn__link a {
  cursor: pointer;
  text-decoration: none;
  font-size: 4.8vw;
  color: #216633;
  font-family: fot-tsukuardgothic-std, "Avenir", "Helvetica Neue", "Helvetica", "Arial", "Hiragino Sans", "ヒラギノ角ゴシック", YuGothic, "Yu Gothic", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.el_btn__icon {
  border: 2px solid #216633;
  border-radius: 50%;
  align-items: center;
  display: flex;
  justify-content: center;
  height: 9.33vw;
  width: 9.33vw;
}
.el_btn__icon img {
  width: 4vw;
  display: inline-block;
  height: auto;
}

.el_btn__icon__noCircle {
  border: none;
  height: auto;
  width: auto;
}
.el_btn__icon__noCircle img {
  width: 5.87vw;
}

.el_btn__icon__open {
  background-color: #216633;
}

.el_btn__icon__close {
  border: 2px solid #FFF;
  background-color: #216633;
}

.el_btn__arrowTop {
  display: none;
  background-color: transparent;
  border: 2px solid #216633;
  border-radius: 50%;
  width: 9.33vw;
  height: 9.33vw;
  position: fixed;
  right: 4vw;
  bottom: 13.33vw;
  z-index: 100;
}
.el_btn__arrowTop span {
  position: absolute;
  transform: translate(-50%, -50%) !important;
  -webkit-transform: translate(-50%, -50%) !important;
  -ms-transform: translate(-50%, -50%) !important;
  -moz-transform: translate(-50%, -50%) !important;
  -o-transform: translate(-50%, -50%) !important;
  top: 49%;
  left: 50%;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 1.2vw 2.08vw 1.2vw;
  border-color: transparent transparent #216633 transparent;
}

.el_btn__arrowRight {
  font-family: fot-tsukuardgothic-std, "Avenir", "Helvetica Neue", "Helvetica", "Arial", "Hiragino Sans", "ヒラギノ角ゴシック", YuGothic, "Yu Gothic", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 4vw;
  color: #070203;
  width: 60vw;
  display: block;
  text-align: right;
}
.el_btn__arrowRight:after, .el_btn__arrowRight:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  vertical-align: middle;
}
.el_btn__arrowRight:after {
  left: 0;
  width: 7.2vw;
  height: 2px;
  background: #216633;
  top: 0.93vw;
}
.el_btn__arrowRight:before {
  top: -0.4vw;
  left: 4.67vw;
  width: 2.67vw;
  height: 0;
  border-top: 2px solid #216633;
  -webkit-transform: rotate(30deg);
  transform: rotate(30deg);
}

.el_btn__arrowLeft {
  font-family: fot-tsukuardgothic-std, "Avenir", "Helvetica Neue", "Helvetica", "Arial", "Hiragino Sans", "ヒラギノ角ゴシック", YuGothic, "Yu Gothic", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 3.2vw;
  color: #216633;
  width: 22.67vw;
  display: block;
  text-align: right;
  font-weight: bold;
}
.el_btn__arrowLeft:after, .el_btn__arrowLeft:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  vertical-align: middle;
}
.el_btn__arrowLeft:after {
  left: 0;
  width: 4.8vw;
  height: 2px;
  background: #216633;
  top: 0.93vw;
}
.el_btn__arrowLeft:before {
  top: -0.13vw;
  left: 0;
  width: 2vw;
  height: 0;
  border-top: 2px solid #216633;
  -webkit-transform: rotate(-30deg);
  transform: rotate(-30deg);
}

.bl_btnUnit {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 78.67vw;
}
.bl_btnUnit .el_btn__iconTxt {
  width: 39.33vw;
  border-left: 1px solid #B6B5B5;
  border-right: 1px solid #B6B5B5;
}
.bl_btnUnit .el_btn__iconTxt:last-child {
  border-left: none;
}
.bl_btnUnit .el_btn__iconTxt:last-child .el_btn__iconTxt_inner {
  width: 14.67vw;
}
.bl_btnUnit .el_btn__iconTxt:last-child .el_btn__iconTxt_inner .el_btn__imgWrapper {
  width: 4.27vw;
  margin: 0 auto 2vw;
}

.el_btn__iconTxt {
  display: block;
  position: relative;
  padding: 3.73vw 0 4vw;
}
.el_btn__iconTxt .el_btn__iconTxt_inner {
  cursor: pointer;
  display: block;
  margin: 0 auto;
  text-decoration: none;
  transition: .25s;
  width: 26.67vw;
}
.el_btn__iconTxt .el_btn__iconTxt_inner .el_btn__imgWrapper {
  transition: .25s;
  width: 4.8vw;
  margin: 0 auto 2.93vw;
}
.el_btn__iconTxt .el_btn__iconTxt_inner .el_btn__imgWrapper img {
  display: inline-block;
}
.el_btn__iconTxt .el_btn__iconTxt_inner .el_btn__imgWrapper img:nth-of-type(2) {
  display: none;
}
.el_btn__iconTxt .el_btn__iconTxt_inner .el_btn_txt {
  font-family: fot-tsukuardgothic-std, "Avenir", "Helvetica Neue", "Helvetica", "Arial", "Hiragino Sans", "ヒラギノ角ゴシック", YuGothic, "Yu Gothic", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 2.67vw;
  letter-spacing: .08em;
  color: #216633;
  text-align: center;
}

.swiper-button-prev,
.swiper-button-next {
  cursor: pointer;
  color: transparent;
  position: relative;
  background-color: transparent;
  border: none;
  display: inline-block;
  letter-spacing: 0;
  line-height: 1;
  text-align: center;
  text-decoration: none;
  z-index: 400;
}
.swiper-button-prev:before,
.swiper-button-next:before {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  content: "";
  vertical-align: middle;
  opacity: .5;
}
.swiper-button-prev:focus:before, .swiper-button-prev:hover:before,
.swiper-button-next:focus:before,
.swiper-button-next:hover:before {
  opacity: 1;
  -webkit-transition: all 0.2s ease;
}

.swiper-button-prev:before {
  left: 0;
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
}

.swiper-button-next:before {
  right: 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.swiper-button-prev__1,
.swiper-button-next__1 {
  height: 6.67vw;
  width: 3.73vw;
}
.swiper-button-prev__1:before,
.swiper-button-next__1:before {
  width: 4vw;
  height: 4vw;
  border-top: 3px solid #FFF;
  border-right: 3px solid #FFF;
}

.swiper-button-prev__1:before {
  left: 1.07vw;
}

.swiper-button-next__1:before {
  right: 1.07vw;
}

.swiper-button-prev__2,
.swiper-button-next__2 {
  height: 5.33vw;
  width: 3.33vw;
}
.swiper-button-prev__2:before,
.swiper-button-next__2:before {
  width: 2.93vw;
  height: 2.93vw;
  border-top: 3px solid #216633;
  border-right: 3px solid #216633;
}

.swiper-button-prev__2:before {
  left: 1.07vw;
}

.swiper-button-next__2:before {
  right: 1.07vw;
}

/* for PC
----------------------------------------------------------------- */
@media (min-width: 769px) {
  .el_btn__link a {
    font-size: 20px;
  }

  .el_btn__icon {
    border: 1px solid #216633;
    height: 50px;
    width: 50px;
  }
  .el_btn__icon img {
    width: 18px;
  }
  .el_btn__icon img:nth-of-type(2) {
    display: none;
  }
  .el_btn__icon:focus, .el_btn__icon:hover {
    background-color: #216633;
  }
  .el_btn__icon:focus img:nth-of-type(1), .el_btn__icon:hover img:nth-of-type(1) {
    display: none;
  }
  .el_btn__icon:focus img:nth-of-type(2), .el_btn__icon:hover img:nth-of-type(2) {
    display: inline-block;
  }

  .el_btn__arrowTop {
    border: 1px solid #216633;
    bottom: 40px;
    right: 53px;
    width: 50px;
    height: 50px;
    z-index: 100;
  }
  .el_btn__arrowTop span {
    border-width: 0 5px 8.7px 5px;
  }
  .el_btn__arrowTop:focus, .el_btn__arrowTop:hover {
    background-color: #216633;
  }
  .el_btn__arrowTop:focus span, .el_btn__arrowTop:hover span {
    border-color: transparent transparent #FFF transparent;
  }

  .el_btn__arrowLeft {
    font-size: 14px;
    width: 100px;
  }
  .el_btn__arrowLeft:after {
    width: 18px;
    height: 1px;
    top: 2px;
  }
  .el_btn__arrowLeft:before {
    top: -2px;
    left: 0;
    width: 8px;
    border-top: 1px solid #216633;
  }

  .el_btn__arrowRight {
    font-size: 20px;
    width: 300px;
  }
  .el_btn__arrowRight:after {
    width: 30px;
    height: 1px;
    top: 7px;
  }
  .el_btn__arrowRight:before {
    top: 1px;
    left: 19px;
    width: 12px;
    border-top: 1px solid #216633;
  }

  .bl_btnUnit {
    width: 480px;
  }
  .bl_btnUnit .el_btn__iconTxt {
    width: 240px;
  }
  .bl_btnUnit .el_btn__iconTxt:last-child .el_btn__iconTxt_inner {
    width: 70px;
  }
  .bl_btnUnit .el_btn__iconTxt:last-child .el_btn__iconTxt_inner .el_btn__imgWrapper {
    width: 22px;
    margin: 0 auto 8px;
  }

  .el_btn__iconTxt {
    padding: 27px 0 30px;
  }
  .el_btn__iconTxt .el_btn__iconTxt_inner {
    width: 120px;
  }
  .el_btn__iconTxt .el_btn__iconTxt_inner .el_btn__imgWrapper {
    width: 24px;
    margin: 0 auto 10px;
  }
  .el_btn__iconTxt .el_btn__iconTxt_inner .el_btn_txt {
    font-size: 12px;
  }
  .el_btn__iconTxt .el_btn__iconTxt_inner:focus .el_btn__imgWrapper img:nth-of-type(1), .el_btn__iconTxt .el_btn__iconTxt_inner:hover .el_btn__imgWrapper img:nth-of-type(1) {
    display: none;
  }
  .el_btn__iconTxt .el_btn__iconTxt_inner:focus .el_btn__imgWrapper img:nth-of-type(2), .el_btn__iconTxt .el_btn__iconTxt_inner:hover .el_btn__imgWrapper img:nth-of-type(2) {
    display: inline-block;
  }
  .el_btn__iconTxt .el_btn__iconTxt_inner:focus .el_btn_txt, .el_btn__iconTxt .el_btn__iconTxt_inner:hover .el_btn_txt {
    color: #4D4D4D;
  }

  .swiper-button-prev__1,
  .swiper-button-next__1 {
    height: 50px;
    width: 28px;
  }
  .swiper-button-prev__1:before,
  .swiper-button-next__1:before {
    width: 25px;
    height: 25px;
    border-top: 2px solid #FFF;
    border-right: 2px solid #FFF;
  }

  .swiper-button-prev__1:before {
    left: 8px;
  }

  .swiper-button-next__1:before {
    right: 8px;
  }

  .swiper-button-prev__2,
  .swiper-button-next__2 {
    height: 40px;
    width: 25px;
  }
  .swiper-button-prev__2:before,
  .swiper-button-next__2:before {
    width: 16px;
    height: 16px;
    border-top: 2px solid #216633;
    border-right: 2px solid #216633;
  }

  .swiper-button-prev__2:before {
    left: 3px;
  }

  .swiper-button-next__2:before {
    right: 3px;
  }
}
/* image
----------------------------------------------------------------- */
.el_imgWrapper {
  width: 100%;
}
.el_imgWrapper img {
  width: 100%;
}

.el_imgWrapper__hand {
  width: 46.13vw;
}

.el_imgWrapper__tool {
  width: 67.47vw;
}

.el_imgWrapper__tool2 {
  width: 42.93vw;
}

.el_imgWrapper__tool3 {
  width: 66.4vw;
}

.el_imgWrapper__tool4 {
  width: 56.13vw;
}

.el_imgWrapper__tool5 {
  width: 66.8vw;
}

.el_imgWrapper__person {
  width: 61.73vw;
}

.el_imgWrapper__building {
  width: 100%;
}

/* for PC
----------------------------------------------------------------- */
@media (min-width: 769px) {
  .el_imgWrapper__logo {
    width: 200px;
  }

  .el_imgWrapper__hand {
    width: 300px;
  }

  .el_imgWrapper__tool {
    width: 340px;
  }

  .el_imgWrapper__tool2 {
    width: 220px;
  }

  .el_imgWrapper__tool3 {
    width: 270px;
  }

  .el_imgWrapper__tool4 {
    width: 420px;
  }

  .el_imgWrapper__tool5 {
    width: 430px;
  }

  .el_imgWrapper__person {
    width: 340px;
  }

  .el_imgWrapper__building {
    width: 880px;
  }
}
/* text
----------------------------------------------------------------- */
.el_txt {
  position: relative;
  font-size: 3.73vw;
  line-height: 1.85;
  letter-spacing: .04em;
}

.el_txt__square {
  font-size: 4.27vw;
  line-height: 1.75;
  font-family: fot-tsukuardgothic-std, "Avenir", "Helvetica Neue", "Helvetica", "Arial", "Hiragino Sans", "ヒラギノ角ゴシック", YuGothic, "Yu Gothic", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.el_txt__square .icon {
  color: #216633;
}

.el_txt__scroll {
  display: none;
}

@media (min-width: 769px) {
  .el_txt {
    font-size: 14px;
    line-height: 2;
    letter-spacing: 0;
  }

  .el_txt__square {
    font-size: 20px;
    line-height: 1.8;
  }

  .el_txt__scroll {
    position: fixed;
    bottom: 100px;
    right: 53px;
    z-index: 100;
    font-family: fot-tsukuardgothic-std, "Avenir", "Helvetica Neue", "Helvetica", "Arial", "Hiragino Sans", "ヒラギノ角ゴシック", YuGothic, "Yu Gothic", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    letter-spacing: .12em;
    text-align: center;
    font-size: 1rem;
    line-height: 1;
    transform: rotate(90deg);
    font-weight: bold;
    color: #216633;
  }
  .el_txt__scroll:before {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    border-color: #216633 transparent transparent transparent;
    top: 50%;
    right: -2rem;
    transform: translate(0%, -50%) rotate(-90deg);
    border-width: 8.7px 5px 0 5px;
  }
}
/* title
----------------------------------------------------------------- */
.el_lv2Heading {
  font-size: 9.33vw;
  font-family: fot-tsukuardgothic-std, "Avenir", "Helvetica Neue", "Helvetica", "Arial", "Hiragino Sans", "ヒラギノ角ゴシック", YuGothic, "Yu Gothic", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  letter-spacing: .1em;
  display: block;
  color: #070203;
  text-align: center;
  line-height: 1;
}

.el_lv2Heading__subtitle {
  font-size: 4.27vw;
  font-family: fot-tsukuardgothic-std, "Avenir", "Helvetica Neue", "Helvetica", "Arial", "Hiragino Sans", "ヒラギノ角ゴシック", YuGothic, "Yu Gothic", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  display: block;
  color: #216633;
  text-align: center;
}

/* for PC
----------------------------------------------------------------- */
@media (min-width: 769px) {
  .el_lv2Heading {
    font-size: 40px;
  }

  .el_lv2Heading__subtitle {
    font-size: 24px;
  }
}
/* js(JavaScriptにて要素を取得するためのクラス)
----------------------------------------------------------------- */
.fixed {
  position: fixed;
  width: 100%;
}

.transform_0 {
  transform: translateY(0%) !important;
  -webkit-transform: translateY(0%) !important;
}

.js_fade,
.js_load_fade {
  transition: all 2000ms;
  opacity: 0;
  visibility: hidden;
}

.js_fade_bTot {
  transition: all 2000ms;
  opacity: 0;
  visibility: hidden;
  transform: translate(0px, 50px);
}

.js_slide_rTol {
  transition: all 2000ms;
  opacity: 0;
  visibility: hidden;
  transform: translate(50px, 0px);
}

.js_slide_lTor {
  transition: all 2000ms;
  opacity: 0;
  visibility: hidden;
  transform: translate(-50px, 0px);
}

.js_fadein {
  opacity: 1;
  visibility: visible;
  transform: translate(0px, 0px);
}

.js_smooth {
  transition: all 2000ms;
  opacity: 0;
  transform: translate3d(0, 100%, 0) skewY(12deg);
  visibility: hidden;
}

.js_fadein_3d {
  opacity: 1;
  visibility: visible;
  transform: translate3d(0, 0, 0) skewY(0);
}

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