@charset "UTF-8";
/* =================================================
  Frame
================================================= */
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 100;
}

@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 200;
}

@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 300;
}

@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 400;
}

@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Bold");
  font-weight: bold;
}

body {
  position: relative;
  font-family: "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Roboto, "Segoe UI", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  margin: 0;
  padding: 0;
  border: 0;
  color: #333333;
  word-break: break-all;
  -webkit-text-size-adjust: 100%;
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  background-attachment: fixed;
}

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

/* =================================================
  layout
================================================= */
.l-wrapper {
  overflow: hidden;
  position: relative;
}

.l-gnav {
  position: relative;
  top: 0;
  left: 0;
  z-index: 50;
  background: #ffffff;
  width: 100%;
  opacity: 0;
  -webkit-transform: translateY(3%);
      -ms-transform: translateY(3%);
          transform: translateY(3%);
  -webkit-transition: opacity 0.6s ease-in-out 1.4s, -webkit-transform 0.6s ease-in-out 1.4s;
  transition: opacity 0.6s ease-in-out 1.4s, -webkit-transform 0.6s ease-in-out 1.4s;
  transition: opacity 0.6s ease-in-out 1.4s, transform 0.6s ease-in-out 1.4s;
  transition: opacity 0.6s ease-in-out 1.4s, transform 0.6s ease-in-out 1.4s, -webkit-transform 0.6s ease-in-out 1.4s;
}

.l-gnav.in {
  opacity: 1;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
}

.l-gnav.fixed {
  position: fixed;
  -webkit-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.1);
}

.l-gnav_wrapper {
  height: 58px;
}

.l-gnav_wrapper.fixed {
  height: 78px;
}

@media (max-width: 767px) {
  .l-gnav_wrapper {
    height: 100px;
  }
  .l-gnav_wrapper.fixed {
    height: 72px;
  }
}

.l-gnav .l-nav_list {
  display: table;
  width: 100%;
  max-width: 960px;
  text-align: center;
  margin: 0 auto 0;
  padding: 0;
}

.l-gnav .l-nav_list_item {
  position: relative;
  display: table-cell;
  vertical-align: middle;
  font-size: 1.125rem;
  font-weight: bold;
}

.l-gnav .l-nav_list_item a {
  position: relative;
  display: block;
  color: #333333;
  -webkit-transition: all 0.4s cubic-bezier(0.21, 0.6, 0.35, 1);
  transition: all 0.4s cubic-bezier(0.21, 0.6, 0.35, 1);
  padding: 16px 0.7em 15px 0;
}

.l-gnav .l-nav_list_item a:after {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 10%;
  border-top: 6px solid #f36700;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
}

.l-gnav .l-nav_list_item a:hover {
  color: #f36700;
}

@media screen and (min-width: 768px) and (max-width: 980px) {
  .l-gnav .l-nav_list_item a {

    font-size: 0.8rem;
  }
}

@media (max-width: 767px) {
  .l-gnav .l-nav_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding-bottom: 10px;
  }

  .l-gnav .l-nav_list_item {
    width: 33.33333%;
    height: 45px;
    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;
  }

  .l-gnav .l-nav_list_item a {
    font-size: 1rem;
    padding: 5px;
    font-size: 0.7rem;
  }

  .l-gnav .l-nav_list_item a:after {
    content: none;
  }

  .l-nav_list_item:after {
    content: "";
    display: block;
    width: 1px;
    height: 20px;
    background: #e5e5e5;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0.5px;
    margin: auto 0;
  }

  .l-nav_list_item:nth-child(3n):after {
    content: none;
  }

}

@media (max-width: 767px) {
  .l-gnav {
    margin: 0 0 20px;
  }
}

.l-sec_inner {
  max-width: 978px;
  padding: 0 60px;
  margin: 0 auto;
}

@media (max-width: 767px) {
  .l-sec_inner {
    padding: 0 25px;
  }
}

.l-footer_inner {
  padding: 50px 0;
  text-align: center;
}

.l-footer_link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.l-footer_link_item {
  padding: 0 15px;
  border-left: 1px solid #e5e5e5;
}

.l-footer_link_item:first-of-type {
  border-left: none;
}

.l-footer_link_item a {
  color: #333333;
  font-size: 0.875rem;
  line-height: 1.4;
  font-weight: bold;
}

.l-footer_logo {
  display: block;
  max-width: 100px;
  margin: 30px auto 15px;
  text-align: center;
}

.l-footer_logo img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}

.l-footer_copyright {
  font-size: 0.75rem;
}

.l-pageTop {
  position: fixed;
  bottom: 0;
  right: 0;
  width: 60px;
  height: 60px;
  z-index: 100;
}

@media (max-width: 767px) {
  .l-pageTop {
    width: 40px;
    height: 40px;
  }
}

.l-pageTop img {
  width: 100%;
}

@media (max-width: 767px) {
  .l-footer_inner {
    padding: 30px 15px;
  }
  .l-footer_link {
    display: block;
    margin: -1em 0 0;
  }
  .l-footer_link_item {
    padding: 0;
    border-left: none;
    margin: 0.8em 0 0;
  }
  .l-footer_link_item a {
    font-size: 0.75rem;
  }
}

/* =================================================
  compornents
================================================= */
.c-sec_ttl {
  margin-bottom: 30px;
  color: #46381f;
  font-size: 2.625rem;
  font-weight: bold;
  line-height: 1.4;
  text-align: center;
}

.l-sec .c-sec_ttl {
  padding: 50px 0 0;
}

@media (max-width: 767px) {
  .c-sec_ttl {
    margin-bottom: 25px;
    font-size: 2.0625rem;
  }
}

.c-btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  -webkit-box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.2);
  margin: 0 auto;
  color: #ffffff;
  width: 100%;
  height: 96px;
  font-size: 1.125rem;
  line-height: 1.4;
  font-weight: bold;
  text-align: center;
  cursor: pointer;
  -webkit-transition: opacity 0.4s cubic-bezier(0.21, 0.6, 0.35, 1);
  transition: opacity 0.4s cubic-bezier(0.21, 0.6, 0.35, 1);
}

.c-btn:hover {
  opacity: 0.7;
}

.c-btn_label {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-height: 4rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}

@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
  .c-btn_label {
    min-height: auto;
    padding-top: 5px;
  }
}

.c-btn.-large {
  font-size: 1.5rem;
}

.c-btn.-apply {
  position: relative;
  background-color: #f36700;
}

.c-btn.-apply:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 32px;
  border-left: 6px solid #ffffff;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
}

.c-btn.-disabled {
  position: relative;
  background-color: #777777;
  color: #adadad;
  font-size: 1.25rem;
  cursor: default;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}

.c-btn.-disabled:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 32px;
  border-left: 6px solid #adadad;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
}

.c-btn.-disabled:hover {
  opacity: 1.0;
}

.c-btn.-disabled .c-btn_label {
  min-height: initial;
}

.c-btn.-disabled .c-btn_label.-end {
  color: #ffffff;
  font-size: 1rem;
}

.-end {
  color: #ffffff;
}

.c-btn.-download {
  position: relative;
  background-color: #46381f;
}

.c-btn.-download:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 25px;
  background: url("../images/icon_pdf.png");
  width: 20px;
  height: 24px;
  background-size: 100% auto;
}

@media (max-width: 870px) {
  .c-btn.-download br {
    display: block;
  }
}

@media (max-width: 767px) {
  .c-btn {
    height: 65px;
    font-size: 1rem;
  }
  .c-btn.-large {
    font-size: 1rem;
  }
  .c-btn.-apply:before {
    right: 22px;
  }
  .c-btn.-disabled {
    margin-top: 10px;
    font-size: 1rem;
  }
  .c-btn.-disabled:before {
    right: 22px;
  }
  .c-btn.-disabled .c-btn_label.-end {
    font-size: 0.8125rem;
  }
  .c-btn.-download:before {
    right: 15px;
  }
}

.c-table {
  width: 100%;
}

.c-table th, .c-table td {
  padding: 7px 20px;
  border: 2px solid #46381f;
  font-size: 1.125rem;
  font-weight: bold;
}

.c-table th {
  background-color: #716042;
  width: 22%;
  color: #ffffff;
}

.c-table td {
  background: #ffffff;
  color: #333333;
  line-height: 1.8;
  word-break: normal;
}

.c-table a {
  color: #333333;
  text-decoration: underline;
}

.c-table a:hover {
  text-decoration: none;
}

.c-table_notes {
  margin-left: 1em;
}

@media (max-width: 767px) {
  .c-table {
    border-bottom: 2px solid #46381f;
  }
  .c-table th, .c-table td {
    padding: 7px 15px;
    display: block;
    font-size: 1rem;
    border-bottom: none;
  }
  .c-table th {
    width: auto;
  }
  .c-table_notes {
    margin-left: 0;
    display: block;
  }
}

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

}

.c-btnList.-single {
  width: 66.4%;
}
.c-btnList.-double {
  width:32.8%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: justify;
  align-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media (max-width: 767px) {
  .c-btnList.-single {
    width: 100%;
  }
  .c-btnList.-double {
    margin-bottom: 2.5%;
    width: 100%;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

.c-btnList_item {
  width: 100%;
}

.c-btnList.-single .c-btnList_item { 
  height: 100%;
}

.c-btnList.-double .c-btnList_item {
  height: calc(50% - 3.5px);
}

@media (max-width: 767px) {
  .c-btnList.-double .c-btnList_item {
    height: 100%;
    width: 49%;
  }
}

.c-btn02 {
  box-sizing: border-box;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  align-self: auto;
  text-align: center;
  max-width: 100%;
  height: 100%;
  padding: 24px 12px;
  margin: 0;
  background: #ffffff;
  -webkit-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.1);
  color: #333;
  font-size: 1.25rem;
  font-weight: bold;
  line-height: 1.4;
}

.c-btn02:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-top: solid transparent 5px;
  border-left: solid transparent 5px;
  border-right: solid #46381f 5px;
  border-bottom: solid transparent 5px;
  position: absolute;
  top: -1px;
  left: -1px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
      transform: rotate(45deg);
}

.c-btn02:nth-of-type(2) {
  -webkit-align-self: stretch;
      -ms-flex-item-align: stretch;
              -ms-grid-row-align: stretch;
          align-self: stretch;
}

@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
  .c-btn02 {
    padding: 14px 13px 10px;
  }
}

@media (max-width: 767px) {
  .c-btn02 {
    font-size: 1rem;
    padding: 18px 9px;
  }
}

@media (max-width: 350px) {
  .c-btn02 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    height: 100%;
    font-size: 0.875rem;
  }
}

.c-btn02_ttl, .c-btn02_dotList {
  width: 100%;
}

.c-btn02_ttl {
  font-size: inherit;
}

@media (max-width: 767px) {
  .c-btn02_ttl {
    margin-top: 10px;
  }
}

.c-btn02_dotList {
  margin-top: 20px;
  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;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}


.c-btn02_dotList li {
  width: 29%;
  text-align: left;
  box-sizing: border-box;
  padding-right: 5px;
  font-size: 16px;
}
.c-btn02_dotList li:nth-child(3n+1) {
  width: 42%;
}

@media (max-width: 767px) {
  .c-btn02_dotList li, .c-btn02_dotList li:nth-child(3n+1) {
    width: 100%;
    padding-left: 5px;
  }
}

.c-textList {
  margin-top: 0;
  margin-bottom: 0;
  padding: 10px 0;
  border-top: 1px solid #e5e5e5;
}

.c-textList_title {
  position: relative;
  padding-left: 1.4rem;
  color: #001e59;
  font-size: 1.25rem;
  line-height: 1.4;
  font-weight: bold;
}

.c-textList_title:before {
  content: "";
  display: block;
  position: absolute;
  top: .5em;
  left: 0;
  background: #001e59;
  width: 9px;
  height: 9px;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}

.c-textList_data {
  padding-left: 1.4rem;
  color: #333333;
  font-size: 0.9375rem;
  line-height: 1.8;
  font-weight: bold;
}

@media (max-width: 767px) {
  .c-textList_title {
    font-size: 1.125rem;
  }
  .c-textList_data {
    margin: 5px 0 0;
    font-size: 0.8125rem;
  }
}

.c-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;

  -webkit-box-pack:  justify;
  -ms-flex-pack:  justify;
      justify-content:  space-between;
}

.c-list_item {
  width: 32.7%;
  background: #ffffff;
  -webkit-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.1);
}

.c-list_item:nth-child(n+4) {
  box-sizing: border-box;
  margin-top: 1%;
}

@media (max-width: 767px) {
  .c-list_item:nth-child(n+3) {
    box-sizing: border-box;
    margin-top: 2.5%;
  }
}

.c-list_item_label {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;

  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
  padding: 16px 10px;
  color: #333;
  font-size: 0.9375rem;
  font-weight: bold;
  line-height: 1.4;
  text-align: center;
  word-break: normal;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}

@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
  .c-list_item_label {
    padding: 16px 20px 10px;
  }
}

.c-list_item:nth-of-type(6n+4), .c-list_item:nth-of-type(6n+5), .c-list_item:nth-of-type(6n+6) {
  background: #ece9e4;
}

@media (max-width: 767px) {
  .c-list_item {
    width: 49%;
  }
  .c-list_item_label {
    padding: 9px 15px;
    font-size: 0.8125rem;
    height: 60px;
  }
  .c-list_item:nth-of-type(6n+4), .c-list_item:nth-of-type(6n+5), .c-list_item:nth-of-type(6n+6) {
    background: #ffffff;
  }
  .c-list_item:nth-of-type(4n+3), .c-list_item:nth-of-type(4n+4) {
    background: #ece9e4;
  }
}

/* =================================================
  project
================================================= */
.p-mv {
  position: relative;
  margin: 0 0 80px;
}

.p-mv_screen {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.p-mv_screen:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("../images/2021_bg_mv__pc.png") no-repeat center center;
  background-size: cover;
  -webkit-transform: scale(1.2);
      -ms-transform: scale(1.2);
          transform: scale(1.2);
  opacity: 0;
  -webkit-transition: opacity 0.8s cubic-bezier(0.21, 0.6, 0.35, 1), -webkit-transform 0.8s cubic-bezier(0.21, 0.6, 0.35, 1);
  transition: opacity 0.8s cubic-bezier(0.21, 0.6, 0.35, 1), -webkit-transform 0.8s cubic-bezier(0.21, 0.6, 0.35, 1);
  transition: opacity 0.8s cubic-bezier(0.21, 0.6, 0.35, 1), transform 0.8s cubic-bezier(0.21, 0.6, 0.35, 1);
  transition: opacity 0.8s cubic-bezier(0.21, 0.6, 0.35, 1), transform 0.8s cubic-bezier(0.21, 0.6, 0.35, 1), -webkit-transform 0.8s cubic-bezier(0.21, 0.6, 0.35, 1);
}

.p-mv_screen:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  z-index: 5;
  width: 100%;
  height: 100%;
  background: #ffffff;
  -webkit-transition: height 2.5s cubic-bezier(0.21, 0.6, 0.35, 1);
  transition: height 2.5s cubic-bezier(0.21, 0.6, 0.35, 1);
}

.p-mv_screen.in:before {
  opacity: 1;
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}

.p-mv_screen.in:after {
  height: 0;
}

@media (max-width: 500px) {
  .p-mv_screen:before {
    background: url("../images/2021_bg_mv__sp.png") no-repeat center center;
    background-size: cover;
  }
}

.p-mv_inner {
  position: relative;
  z-index: 2;
  padding: 90px 40px 0;
  text-align: center;
}

@media (max-width: 767px) {
  .p-mv_inner {
    padding: 35px 25px 30px;
    max-width: 460px;
    margin: 0 auto;
  }
}

.p-mv_txt {
  margin-bottom: 55px;
  opacity: 0;
  -webkit-transition: opacity 0.7s ease-in-out 1.0s,-webkit-transform 0.7s ease-in-out 1.0s;
  transition: opacity 0.7s ease-in-out 1.0s,-webkit-transform 0.7s ease-in-out 1.0s;
  transition: opacity 0.7s ease-in-out 1.0s,transform 0.7s ease-in-out 1.0s;
  transition: opacity 0.7s ease-in-out 1.0s,transform 0.7s ease-in-out 1.0s,-webkit-transform 0.7s ease-in-out 1.0s;
  -webkit-transform: translateY(2%);
      -ms-transform: translateY(2%);
          transform: translateY(2%);
}

@media (max-width: 767px) {
  .p-mv_txt {
    margin-bottom: 35px;
  }
}


.p-mv_txt img {
  width: 100%;
  max-width: 1069px;
  height: auto;
  margin: 0 auto;
}

.p-mv_txt.in {
  opacity: 1;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
}





.p-mv_status {
  opacity: 0;
  -webkit-transition: opacity 0.7s ease-in-out 1.0s,-webkit-transform 0.7s ease-in-out 1.0s;
  transition: opacity 0.7s ease-in-out 1.0s,-webkit-transform 0.7s ease-in-out 1.0s;
  transition: opacity 0.7s ease-in-out 1.0s,transform 0.7s ease-in-out 1.0s;
  transition: opacity 0.7s ease-in-out 1.0s,transform 0.7s ease-in-out 1.0s,-webkit-transform 0.7s ease-in-out 1.0s;
  -webkit-transform: translateY(2%);
      -ms-transform: translateY(2%);
          transform: translateY(2%);
  max-width: 644px;
  margin: 0 auto;
  /*
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  */
}

@media (max-width: 767px) {
  .p-mv_status {
    display: block;
  }
}

.p-mv_status.in {
  opacity: 1;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
}

.p-mv_status_item {
  font-size: 0;
  /*width: 48%;*/
  text-align: center;
}

@media (max-width: 767px) {
  .p-mv_status_item {
    width: 100%;
  }
}

.p-mv_status_item img {
  width: 100%;
  max-width: 307px;
}

@media (max-width: 767px) {
  .p-mv_status_item .u-sp {
    display: block;
    margin: 0 auto;
    max-width: 265px;
  }
  .p-mv_status_item + .p-mv_status_item {
    margin-top: 20px;
  }
}

.p-mv_status_item a {
  cursor: pointer;
  background: #fff;
  display: inline-block;
  transition: 0.4s;
}


.p-mv_status_item a:hover {
  background: #f2f8fa;
}

.p-mv_status_item .btn {
  box-sizing: border-box;
  font-size: 24px;
  font-weight: bold;
  color: #f36700;
  border: solid #f36700 3px;
  display: inline-block;
  background: #fff;
  width: 430px;
  padding: 17px 0 15px;
}

.p-mv_status_item .btn:hover {
  color: #fff;
  border: solid #f36700 3px;
  background: #f36700;
}

@media (max-width: 767px) {
  .p-mv_status_item .btn {
    font-size: 18px;
    width: 100%;
  }
}





.p-mv_btn {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  background: #ffffff;
  width: 100%;
  max-width: 978px;
  margin: 80px auto -30px;
  margin: 15px auto 0;
  position: relative;
  bottom: -45px;
  -webkit-transition: opacity 0.6s ease-in-out 1.4s,-webkit-transform 0.6s ease-in-out 1.4s;
  transition: opacity 0.6s ease-in-out 1.4s,-webkit-transform 0.6s ease-in-out 1.4s;
  transition: opacity 0.6s ease-in-out 1.4s,transform 0.6s ease-in-out 1.4s;
  transition: opacity 0.6s ease-in-out 1.4s,transform 0.6s ease-in-out 1.4s,-webkit-transform 0.6s ease-in-out 1.4s;
  opacity: 0;
  -webkit-transform: translateY(2%);
      -ms-transform: translateY(2%);
          transform: translateY(2%);
}

.p-mv_btn.in {
  opacity: 1;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
}

@media (max-width: 767px) {
  .p-mv_btn {
    display: block;
    position: relative;
    bottom: auto;
    left: auto;
    -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
            transform: translate(0, 0);
    background: transparent;
    width: auto;
    margin: 30px 0 0;
  }
  .p-mv_btn > a + a {
    margin-top: 10px;
  }
}

.p-mv .p-induction_btn {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 10;
  -webkit-transform: translateX(100%);
      -ms-transform: translateX(100%);
          transform: translateX(100%);
  background-color: #0062b0;
  background-image: -webkit-linear-gradient(0deg, #0062b0 0%, #00a1c9 100%);
  background-image: -ms-linear-gradient(0deg, #0062b0 0%, #00a1c9 100%);
  width: 298px;
  height: 52px;
  line-height: 52px;
  color: #ffffff;
  font-size: 1rem;
  font-weight: bold;
  text-align: center;
  -webkit-transition: opacity 0.4s cubic-bezier(0.21, 0.6, 0.35, 1), -webkit-transform 0.6s cubic-bezier(0.21, 0.6, 0.35, 1) 1.6s;
  transition: opacity 0.4s cubic-bezier(0.21, 0.6, 0.35, 1), -webkit-transform 0.6s cubic-bezier(0.21, 0.6, 0.35, 1) 1.6s;
  transition: opacity 0.4s cubic-bezier(0.21, 0.6, 0.35, 1), transform 0.6s cubic-bezier(0.21, 0.6, 0.35, 1) 1.6s;
  transition: opacity 0.4s cubic-bezier(0.21, 0.6, 0.35, 1), transform 0.6s cubic-bezier(0.21, 0.6, 0.35, 1) 1.6s, -webkit-transform 0.6s cubic-bezier(0.21, 0.6, 0.35, 1) 1.6s;
}

.p-mv .p-induction_btn::after {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 15px;
  border-left: 6px solid #ffffff;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
}

.p-mv .p-induction_btn:hover {
  opacity: 0.7;
}

.p-mv .p-induction_btn.in {
  -webkit-transform: translateX(0%);
      -ms-transform: translateX(0%);
          transform: translateX(0%);
}

@media (max-width: 767px) {
  .p-mv .p-induction_btn {
    width: 211px;
    height: 36px;
    line-height: 36px;
    font-size: 0.75rem;
  }
  .p-mv .p-induction_btn::after {
    right: 10px;
    border-left: 5px solid #ffffff;
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
  }
}

@media (max-width: 767px) {
  .p-mv {
    margin: 0 0 0;
  }
}

.p-about {
  position: relative;
  padding: 100px 0 70px;
  margin: 30px 0 0;
}

.p-about_img {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  max-width: 100%;
  height: 100%;
  overflow: hidden;
}

.p-about_img:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 33%;
  height: 100%;
  background-size: cover;
  background-position: right center;
  background-image: url("../images/2021_bg_about__pc.png");
  -webkit-transform: scale(1.05);
      -ms-transform: scale(1.05);
          transform: scale(1.05);
  opacity: 0;
  -webkit-transition: opacity 1.0s ease-in-out,-webkit-transform 1.0s ease-in-out;
  transition: opacity 1.0s ease-in-out,-webkit-transform 1.0s ease-in-out;
  transition: transform 1.0s ease-in-out,opacity 1.0s ease-in-out;
  transition: transform 1.0s ease-in-out,opacity 1.0s ease-in-out,-webkit-transform 1.0s ease-in-out;
}

.p-about_img:after {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  -webkit-transition: width 3s cubic-bezier(0.21, 0.6, 0.35, 1);
  transition: width 3s cubic-bezier(0.21, 0.6, 0.35, 1);
}

@media (max-width: 767px) {
  .p-about_img {
    box-sizing: border-box;
  }
  .p-about_img:before {
    width: 100%;
    height: 100%;
    background-image: url("../images/2021_bg_about__sp.png");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center top;

    -webkit-transition: opacity 0.6s ease-in-out,-webkit-transform 0.6s ease-in-out;
    transition: opacity 0.6s ease-in-out,-webkit-transform 0.6s ease-in-out;
    transition: transform 0.6s ease-in-out,opacity 0.6s ease-in-out;
    transition: transform 0.6s ease-in-out,opacity 0.6s ease-in-out,-webkit-transform 0.6s ease-in-out;
  }
  .p-about_img:after {
    -webkit-transition: width 0.6s cubic-bezier(0.21, 0.6, 0.35, 1);
    transition: width 0.6s cubic-bezier(0.21, 0.6, 0.35, 1);
  }
}

.p-about_img.in:before {
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
  opacity: 1;
}

.p-about_img.in:after {
  width: 0;
}

.p-about_inner {
  position: relative;
  z-index: 10;
  background: #ffffff;
  padding-top: 10px;
  padding-bottom: 50px;
  -webkit-transition: opacity 0.4s ease-in-out 0.4s, -webkit-transform 0.6s ease-in-out 0.4s;
  transition: opacity 0.4s ease-in-out 0.4s, -webkit-transform 0.6s ease-in-out 0.4s;
  transition: opacity 0.4s ease-in-out 0.4s, transform 0.6s ease-in-out 0.4s;
  transition: opacity 0.4s ease-in-out 0.4s, transform 0.6s ease-in-out 0.4s, -webkit-transform 0.6s ease-in-out 0.4s;
  opacity: 0;
}

.p-about_inner.in {
  opacity: 1;
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
}

@media (max-width: 1130px) {
  .p-about_inner {
    margin: 0 10px;
  }
}

@media (max-width: 767px) {
  .p-about {
    padding: 0;
    margin-top: 0;
  }
  .p-about_inner {
    padding: 0 0 50px;
    margin-left: 0;
    margin-right: 0;
    background: transparent;
    opacity: 1;
  }
  .p-about_inner .c-btn {
    box-sizing: border-box;
    margin-left: 25px;
    margin-right: 25px;
    width: auto;
  }
}

.p-about_title {
  position: relative;
  z-index: 11;
  margin: -43px 0 40px;
  font-weight: bold;
  text-align: center;
}

.p-about_title span {
  display: inline-block;
  background: #716042;
  color: #ffffff;
  padding-top: 5px;
  padding-bottom: 5px;
  margin-top: 8px;
  font-size: 1.875rem;
}

@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
  .p-about_title span {
    padding-top: 7px;
    padding-bottom: 0px;
  }
}

.p-about_title span.line {
  padding-left: 10px;
  padding-right: 10px;
}

@media screen and (min-width: 768px) and (max-width: 810px) {
  .p-about_title {
    width: 110%;
    margin-left: -5%;
  }
}

@media (max-width: 767px) {
  .p-about_title {
    margin: 0 auto 30px;
    padding-top: 120px;
    padding-right: 10px;
    position: relative;
  }
  .p-about_title_inner {
    background: #716042;
    padding: 20px 25px;
    text-align: left;
    position: relative;
    z-index: 10;
  }

  .p-about_title span {
    display: inline;
    background: transparent;
    margin-top: 0;
    font-size: 1.375rem;
  }
  .p-about_title span.line {
    padding: 0;
  }
}

@media (max-width: 350px) {
  .p-about_title {
    width: 114%;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}

@media (max-width: 767px) {
  .p-about_cont {
    padding: 0 25px;
  }
}

.p-about_cont p {
  color: #333333;
  font-size: 1.125rem;
  line-height: 1.8;
  font-weight: bold;
  word-break: normal;
}

.p-about_cont p + p {
  margin-top: 1em;
}

@media (max-width: 767px) {
  .p-about_cont p {
    font-size: 1rem;
  }
}

.p-about_btn {
  background-color: #ffffff;
  max-width: 642px;
  margin: 45px auto 0;
}

@media (max-width: 767px) {
  .p-about_btn {
    margin: 40px auto 0;
  }
}

.p-container {
  position: relative;
  background: #f3f3f3;
  padding: 60px 0;
  z-index: 30;
  overflow: hidden;
}

@media (max-width: 767px) {
  .p-container {
    padding-bottom: 120px;
  }
}

.p-container_bg {
  position: relative;
  background: #ffffff;
  max-width: 1098px;
  padding: 0 0 50px;
  margin: 0 auto;
  
}

.p-container_bg:before {
  content: "";
  position: absolute;
  top: 0;
  right: 50%;
  background: #ffffff;
  width: 100%;
  height: 100%;
}

@media (max-width: 1130px) {
  .p-container_bg {
    margin: 0 10px;
  }
  .p-container_bg:before {
    /*content: none;*/
    right: auto;
    left: 50%;
  }
}

@media (max-width: 767px) {
  .p-container_bg .l-sec_inner {
    padding: 0 15px;
  }
}

.p-container_sphere {
  font-size: 0;
  position: absolute;
  bottom: 0px;
  right: 0px;
  -webkit-transition: opacity 0.8s ease-in-out 1.0s,-webkit-transform 1.0s ease-in-out 1.0s;
  transition: opacity 0.8s ease-in-out 1.0s,-webkit-transform 1.0s ease-in-out 1.0s;
  transition: opacity 0.8s ease-in-out 1.0s,transform 1.0s ease-in-out 1.0s;
  transition: opacity 0.8s ease-in-out 1.0s,transform 1.0s ease-in-out 1.0s,-webkit-transform 1.0s ease-in-out 1.0s;
  opacity: 0;
  -webkit-transform: translateY(2%);
      -ms-transform: translateY(2%);
          transform: translateY(2%);
}

.p-container_sphere.in {
  opacity: 1;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
}

@media (max-width: 767px) {
  .p-container_sphere {
    width: 82%;
    -webkit-transition: opacity 0.8s ease-in-out 0.4s,-webkit-transform 0.8s ease-in-out 0.4s;
    transition: opacity 0.8s ease-in-out 0.4s,-webkit-transform 0.8s ease-in-out 0.4s;
    transition: opacity 0.8s ease-in-out 0.4s,transform 0.8s ease-in-out 0.4s;
    transition: opacity 0.8s ease-in-out 0.4s,transform 0.8s ease-in-out 0.4s,-webkit-transform 0.8s ease-in-out 0.4s;
  }
  
  .p-container_sphere img {
    width: 100%;
    height: auto;
  }
}

.p-container.-var02 {
  z-index: 20;
  background: #ffffff;
}

.p-container.-var02 .p-container_bg {
  background: #f3f3f3;
}

.p-container.-var02 .p-container_bg:before {
  left: 50%;
  background: #f3f3f3;
}

@media (max-width: 767px) {
  .p-container.-var02 .p-container_bg:before {
    left: auto;
    right: 50%;
  }
}

.p-container.-var02 .p-container_sphere {
  top: auto;
  right: auto;
  bottom: 0px;
  left: 0px;
}

.p-outline {
  position: relative;
  z-index: 10;
}

.p-schedule {
  position: relative;
  z-index: 10;
}

.p-event {
  position: relative;
  z-index: 10;
}

.p-event_title_third {
  padding: 50px 0 0;
  margin-bottom: 40px;
  color: #46381f;
  font-size: 1.75rem;
  font-weight: bold;
  line-height: 1.4;
  text-align: center;
}

@media (max-width: 767px) {
  .p-event_title_third {
    margin-bottom: 25px;
  }
}

.p-event_title_third > span {
  font-size: 0.9375rem;
}

@media (max-width: 767px) {
  .p-event_title_third {
    font-size: 1.375rem;
  }
  .p-event_title_third > span {
    font-size: 0.8125rem;
  }
}

.p-archive {
  position: relative;
  z-index: 5;
}

.p-archive_txt {
  font-size: 1.125rem;
  font-weight: bold;
  line-height: 1.8;
  word-break: normal;
}

@media (max-width: 767px) {
  .p-archive_txt {
    font-size: 1rem;
  }
}

.p-archive_cont {
  margin-top: 40px;
}
@media (max-width: 767px) {
  .p-archive_cont {
    display: block;
  }
}

.p-archive_box {
  box-sizing: border-box;
  background: #f3f3f3;
  padding: 38px 40px 36px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 767px) {
  .p-archive_box {
    width: 100%;
    padding: 15px;
    display: block;
  }
  .p-archive_box + .p-archive_box {
    margin-top: 15px;
  }
}
.p-archive_box_link {
  font-size: 0;
  text-align: center;
  
}
.p-archive_box_link,
.p-archive_box_info {
  width: 48.4%;
}
@media (max-width: 767px) {
  .p-archive_box_link,
  .p-archive_box_info {
    width: 100%;
  }
  .p-archive_box_link {
    margin-bottom: 25px;
  }
}

.p-archive_box_link a {
  cursor: pointer;
  -webkit-transition: opacity 0.4s cubic-bezier(0.21, 0.6, 0.35, 1);
  transition: opacity 0.4s cubic-bezier(0.21, 0.6, 0.35, 1);
  display: inline-block;
  box-shadow: 0px 10px 25px -8px #999;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .p-archive_box_link a {
    margin-bottom: 15px;
  }
}
.p-archive_box_link a:hover {
  opacity: 0.7;
}
.p-archive_box_link img {
  width: 100%;
}
.p-archive_box_link .txt {
  font-size: 15px;
  line-height: 1.8;
  text-align: left;
}

@media (max-width: 767px) {
  .p-archive_box_link .txt {
    font-size: 13px;
  }
}

.p-archive_box_info .img {
  text-align: center;
  font-size: 0;
}
.p-archive_box_info img {
  max-width: 100%;
}

.p-application {
  background: url("../images/2021_bg_cta__pc.png") no-repeat center center;
  background-size: cover;
}

@media (max-width: 767px) {
  .p-application {
    background: url("../images/2021_bg_cta__sp.png") no-repeat center center;
    background-size: cover;
  }
}

.p-application .c-sec_ttl {
  color: #fff;
}

.p-application_cont {
  padding: 30px 0 80px;
}

@media (max-width: 767px) {
  .p-application_cont {
    padding: 20px 0 80px;
  }
}

.p-application_txt {
  margin: 38px 0 0;
  color: #f4f7e1;
  font-size: 1.125rem;
  font-weight: bold;
  line-height: 1.8;
  word-break: normal;
}

@media (max-width: 767px) {
  .p-application_txt {
    margin-top: 0;

  }
}

.p-application_btn {
  background-color: #ffffff;
  max-width: 642px;
  margin: 30px auto 0;
}

@media (max-width: 767px) {
  .p-application_txt {
    font-size: 1rem;
  }
}

.p-inquiry_grid {
  background: #584b35;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

.p-inquiry_grid_col {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-align-content: center;
      -ms-flex-line-pack: center;
          align-content: center;
  width: 50%;
  padding: 50px 20px;
  color: #ffffff;
  text-align: center;
}

.p-inquiry_grid_col:first-of-type {
  background: #584b35;
}

.p-inquiry_grid_col:first-of-type .p-inquiry_grid_txt {
  margin-top: 25px;
}

.p-inquiry_grid_col:first-of-type .p-inquiry_grid_txt br {
  display: block;
}

.p-inquiry_grid_col:last-of-type {
  background: #46381f;
}

.p-inquiry_grid_title {
  color: #ffffff;
  font-size: 1.75rem;
  line-height: 1.4;
  font-weight: bold;
}

.p-inquiry_grid_txt {
  margin: 26px 0 0;
  color: #f4f7e1;
  font-size: 1.125rem;
  line-height: 1.8;
  font-weight: bold;
  word-break: normal;
}

.p-inquiry_grid_link {
  display: inline-block;
  padding: 12px 47px;
  margin: 12px 0 0;
  border: 2px solid #f4f7e1;
  border-radius: 23px;
  color: #f4f7e1;
  font-size: 1.125rem;
  line-height: 1.0;
  font-weight: bold;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
  .p-inquiry_grid_link {
    padding: 15px 47px 9px;
  }
}

.p-inquiry_grid_link:hover {
  background: #f4f7e1;
  color: #584b35;
}

@media (max-width: 767px) {
  .p-inquiry_grid_col:first-of-type .p-inquiry_grid_txt br {
    display: none;
  }
  .p-inquiry_grid {
    display: block;
  }
  .p-inquiry_grid_col {
    width: auto;
  }
  .p-inquiry_grid_col:first-of-type .p-inquiry_grid_txt {
    margin-top: 20px;
  }
  .p-inquiry_grid_col:last-of-type .p-inquiry_grid_txt {
    text-align: left;
  }
  .p-inquiry_grid_col:last-of-type .p-inquiry_grid_txt br {
    display: none;
  }
  .p-inquiry_grid_title {
    font-size: 1.375rem;
  }
  .p-inquiry_grid_txt {
    font-size: 1rem;
  }
  .p-inquiry_grid_link {
    font-size: 1rem;
  }
}

@media (max-width: 360px) {
  .p-inquiry_grid_link {
    padding: 11px 32px;
  }
}

/* =================================================
  utility
================================================= */
.u-fadeInUp {
  opacity: 0;
  -webkit-transform: translateY(5%);
      -ms-transform: translateY(5%);
          transform: translateY(5%);
  -webkit-transition: opacity 0.8s ease-in-out, -webkit-transform 0.8s ease-in-out;
  transition: opacity 0.8s ease-in-out, -webkit-transform 0.8s ease-in-out;
  transition: opacity 0.8s ease-in-out, transform 0.8s ease-in-out;
  transition: opacity 0.8s ease-in-out, transform 0.8s ease-in-out, -webkit-transform 0.8s ease-in-out;
}

.u-fadeInUp.in {
  opacity: 1;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
}

.u-pc {
  display: inherit;
}

@media (max-width: 767px) {
  .u-pc {
    display: none;
  }
}

.u-sp {
  display: none;
}

@media (max-width: 767px) {
  .u-sp {
    display: inherit;
  }
}

.floating-nav {
  position: fixed;
  top: 0;
  width: 100%;
  height: 60px;
  -webkit-transform: translateY(-105%);
  transform: translateY(-105%);
  background: #fff;
  transition: -webkit-transform .2s cubic-bezier(.21, .6, .35, 1);
  transition: transform .2s cubic-bezier(.21, .6, .35, 1);
  transition: transform .2s cubic-bezier(.21, .6, .35, 1), -webkit-transform .2s cubic-bezier(.21, .6, .35, 1);
  z-index: 40;
  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;
}

.floating-nav.-fixed {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  box-shadow: 0 .2rem .4rem rgba(0, 0, 0, .15);
}

.floating-nav_logo {
  width: 198px;
  margin-left: 20px;
  position: relative;
  z-index: 50;
  font-size: 0;
}

.floating-nav_logo img {
  width: 100%;
}

.floating-nav_list {
  display: block;
}

.floating-nav_list_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.floating-nav_list .item.-anchor {
  padding: 10px 20px 10px 0;
  margin-right: 10px;
}

.floating-nav_list .item.-anchor a {
  display: inline-block;
  position: relative;
  overflow: visible;
  font-size: 0.8125rem;
  color: #000;
  font-weight: bold;
}

.floating-nav_list .item.-anchor a:hover {
  color: #f36700;
  text-decoration: underline;
}

.floating-nav_list .item.-anchor a:after {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  right: -12px;
  border-top: 6px solid #f36700;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
}

.floating-nav_list .item.c-btn {
  width: 140px;
  height: 60px;
  font-size: 13px;
  box-shadow: none;
}

.floating-nav_list .item.c-btn a {
  color: #fff;
}

.floating-nav_list .item.c-btn.-download:before {
  content: none;
}

.floating-nav_list .item.c-btn.-apply:before {
  content: none;
}

.floating-nav_menuBtn {
  display: none;
}

@media (min-width: 1280px) {
  .floating-nav_list {
    display: block!important;
  }
}
@media (max-width: 1280px) {

  .floating-nav {
    height: 50px;
    z-index: 500;
  }

  .floating-nav:after {
    content: "";
    display: block;
    box-sizing: border-box;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 50px;
    background: #fff;
  }

  .floating-nav_list, 
  .floating-nav_menuBtn, 
  .floating-nav_menuBtn span, 
  .l-header_nav_item a::before {
    display: block;
    position: absolute;
  }

  .floating-nav_list {
    top: 100%;
    left: 0;
    width: 100%;
    height: auto;
    margin: 0;
    z-index: 0;
    /*display: none;*/
    box-shadow: 0 .2rem .4rem rgba(0, 0, 0, .15);
    background: #fff;
    transition: all .3s;
    -webkit-transform: translateY(-200px);
    -ms-transform: translateY(-200px);
        transform: translateY(-200px);
  }
  
  .floating-nav_list.-open {
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
        transform: translateY(0px);
  }

  .floating-nav_list_inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    background: #716042;
  }

  .floating-nav_list .item.-anchor {
    box-sizing: border-box;
    width: 33.333333%;
    margin-right: 0;
    text-align: center;
    padding: 0 5px;
    position: relative;
    height: 45px;
    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;
  }

  .floating-nav_list .item.-anchor:after {
    content: "";
    display: block;
    width: 1px;
    height: 20px;
    background: #8b7959;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0.5px;
    margin: auto 0;
  }

  .floating-nav_list .item.-anchor:nth-child(3n):after {
    content: none;
  }

  .floating-nav_list .item.-anchor a {
    color: #fff;
    font-size: 11px;
    width: 100%;
    padding: 5px 0;
  }
  .floating-nav_list .item.-anchor a:hover {
    color: #fff;
    text-decoration: none;
  }

  .floating-nav_list .item.-anchor a:after {
    content: none;
  }


  .floating-nav_list .item.c-btn {
    width: 50%;
    margin-top: 5px;
    height: 50px;
    font-size: 11px;
  }

  .floating-nav_list .item.c-btn a {
    display: block;
    width: 100%;
    padding: 10px 0;
  }

  .floating-nav_menuBtn span {
    right: 0;
    left: 0;
    width: 25px;
    height: 2px;
    margin: 0 auto;
    background: #46381f;
    transition: all .3s
  }
  .floating-nav_menuBtn {
    z-index: 1;
    top: 0;
    right: 0;
    width: 50px;
    height: 50px;
    border: none;
    background: transparent;
  }
  .floating-nav_menuBtn span:nth-child(1) {
    top: 15px
  }
  .floating-nav_menuBtn span:nth-child(2) {
    top: 23px
  }
  .floating-nav_menuBtn span:nth-child(3) {
    top: 31px
  }
  .floating-nav_menuBtn.-open span {
    width: 25px
  }
  .floating-nav_menuBtn.-open span:nth-child(1) {
    top: 23px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
  }
  .floating-nav_menuBtn.-open span:nth-child(2) {
    opacity: 0
  }
  .floating-nav_menuBtn.-open span:nth-child(3) {
    top: 23px;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg)
  }
}



