/*----- ORGINAL-ANIMATION -----*/
@media screen and (min-width: 576px) {
  .or-hov-drops {
    transition-duration: 0.5s;
    transition-timing-function: ease;
  }
  .or-hov-drops:hover {
    transform: translateY(-0.375rem);
  }
}
@media screen and (min-width: 576px) {
  .or-hov-translateX {
    transition-duration: 0.5s;
    transition-timing-function: ease;
  }
  .or-hov-translateX:hover {
    transform: translateX(0.375rem);
  }
}
.or-hov-circle {
  transition-duration: 0.5s;
  transition-timing-function: ease;
}

.or-hov-circle:hover {
  border-radius: 0 0 0 1.5rem;
}

.or-hov-gray {
  filter: grayscale(100%);
}

.or-hov-gray:hover {
  filter: grayscale(0%);
}

.logo,
.logo_nav {
  transition-duration: 0.5s;
  transition-timing-function: ease;
}

.logo:hover,
.logo_nav:hover {
  transform: scale(1.1);
}

/*----- //ORGINAL-ANIMATION -----*/
/*----- ORGINAL-COMMON_LAYOUT -----*/
.or-bg-F7F8F9 {
  background-color: #F7F8F9;
}

.or-bg-F3EEE8 {
  background-color: #F3EEE8;
}

.or-bg-F9F4ED {
  background-color: #F9F4ED;
}

.or-bg-151718 {
  background-color: #151718;
}

.or-bg-000000 {
  background-color: #000000;
}

.or-bg-EAEAEA {
  background-color: #EAEAEA;
}

.or-bg-A6A6A6 {
  background-color: #A6A6A6;
}

.or-text-A6A6A6 {
  color: #A6A6A6;
}

.or-text-FEDD7C {
  color: #FEDD7C;
}

.or-text-DAAC26 {
  color: #DAAC26;
}

.or-text-CCAA8F {
  color: #CCAA8F;
}

.or-text-decoration-none {
  text-decoration: none;
}

.or-rounded-8 {
  border-radius: 8px;
}

.or-rounded-8_2_2_2 {
  border-radius: 8px 2px 2px 2px;
}

.or-rounded-16 {
  border-radius: 16px;
}

.or-rounded-20_4_4_4 {
  border-radius: 20px 4px 4px 4px;
}

.or-rounded-40_0_0_0 {
  border-radius: 40px 0 0 0;
}

.or-rounded-40_8_8_8 {
  border-radius: 40px 8px 8px 8px;
}

.or-rounded-20_4_4_4 {
  border-radius: 20px 4px 4px 4px;
}

.or-rounded-20-40_4_4_4 {
  border-radius: 20px 4px 4px 4px;
}

@media screen and (min-width: 576px) {
  .or-rounded-20-40_4_4_4 {
    border-radius: 40px 8px 8px 8px;
  }
}
.or-rounded-8-xy {
  border-radius: 8px 8px 0 0;
}

@media screen and (min-width: 768px) {
  .or-rounded-8-xy {
    border-radius: 0 8px 8px 0;
  }
}
.or-w-max-1440 {
  max-width: 1440px;
}

.or-w-max-1200 {
  max-width: 1200px;
}

.or-w-max-1110 {
  max-width: 1110px;
}

.or-w-max-960 {
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
}

.or-w-max-960-m_none {
  max-width: 960px;
}

.or-w-max-720 {
  max-width: 720px;
}

.or-w-max-360 {
  max-width: 360px;
}

.or-small {
  font-size: 1.1rem;
}

.or-filter-shadow {
  filter: drop-shadow(0 0 10px rgba(0, 0, 0, 0.1));
}

.or-filter-shadow-2 {
  filter: drop-shadow(0 0 10px rgb(0, 0, 0));
}

.or-ls-disc {
  list-style-type: disc;
}

.or-ls-num {
  list-style-type: decimal;
  list-style-position: inside;
}

.or-ls-none {
  list-style-type: none;
}

.or-fs-15 {
  font-size: 0.938rem !important;
}

.or-fs-14 {
  font-size: 0.875rem !important;
}

.or-fs-13 {
  font-size: 0.8125rem !important;
}

.or-fs-12 {
  font-size: 0.75rem !important;
}

.or-fs-11 {
  font-size: 0.6875rem !important;
}

.or-fs-10 {
  font-size: 0.625rem !important;
}

.or-fs-10_12 {
  font-size: 0.625rem !important;
}

@media screen and (min-width: 768px) {
  .or-fs-10_12 {
    font-size: 0.75rem !important;
  }
}
.or-letter-space-1 {
  letter-spacing: 1px !important;
}

.or-letter-space-2 {
  letter-spacing: 2px !important;
}

.or-white_space_none {
  white-space: nowrap !important;
}

.or-border-bottom {
  border-bottom: 1px solid #CBCBCB;
}

.or-mh-688 {
  max-height: 688px;
}

/*----- //ORGINAL-COMMON_LAYOUT -----*/
main {
  z-index: 80;
}

.mv {
  display: block;
  width: 100%;
  height: 340px;
}
.mv .bg_visual {
  width: 100%;
  height: 340px;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 30;
}
.mv .h1_box {
  padding-top: 130px;
  position: relative;
  z-index: 50;
}

.mv::after {
  display: block;
  content: "";
  width: 100%;
  height: 340px;
  background-color: #211D18;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 40;
  opacity: 0.4;
}

@media (min-width: 768px) {
  .mv {
    height: 600px;
  }
  .mv .bg_visual {
    width: 100%;
    height: 600px;
    -o-object-fit: cover;
       object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
  }
  .mv .h1_box {
    padding-top: 240px;
  }
  .mv::after {
    height: 600px;
  }
}
.mv.mv_comming_soon {
  display: block;
  width: 100%;
  height: 100vh;
}
.mv.mv_comming_soon .bg_visual {
  width: 100%;
  height: 100vh;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 30;
}
.mv.mv_comming_soon .h1_box {
  display: block;
  height: 100vh;
  vertical-align: middle;
  padding-top: 0;
  position: relative;
  z-index: 50;
}
.mv.mv_comming_soon nav {
  position: absolute;
  bottom: 0;
  z-index: 50;
}

.mv.mv_comming_soon::after {
  display: block;
  content: "";
  width: 100%;
  height: 100vh;
  background-color: #211D18;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 40;
  opacity: 0.8;
}

@media (min-width: 768px) {
  .mv.mv_comming_soon {
    height: 100vh;
  }
  .mv.mv_comming_soon .bg_visual {
    width: 100%;
    height: 100vh;
    -o-object-fit: cover;
       object-fit: cover;
    position: none;
    top: 0;
    left: 0;
    z-index: 10;
  }
  .mv.mv_comming_soon::after {
    height: 100vh;
  }
}
/*--------- body.mv_none  ---------*/
body.mv_none .mv {
  display: block;
  width: 100%;
  height: auto !important;
  border-radius: 0 0 0 2.5rem;
  overflow: hidden;
}
body.mv_none .mv .h1_box {
  padding-top: 80px;
  position: relative;
  z-index: 50;
}

body#page-news.mv_none .mv {
  border-radius: 0 0 0 0;
  padding-bottom: 160px;
}

body.mv_none .mv::after {
  display: none;
}

@media (min-width: 768px) {
  body.mv_none .mv {
    height: auto !important;
    background-color: #F5F7F8 !important;
    padding-top: 160px;
  }
  body.mv_none .mv .inner_mv {
    border-bottom: 1px solid #CBCBCB;
  }
  body.mv_none .mv .inner_mv .h1_box {
    padding-top: 0;
  }
  body.mv_none .mv .inner_mv .h1_box h1 {
    text-align: left !important;
    color: #212529 !important;
  }
}
/*--------- body.mv_none.mv_black  ---------*/
body.mv_none.mv_black .mv {
  display: block;
  width: 100%;
  height: auto !important;
  border-radius: 0 0 0 2.5rem;
  overflow: hidden;
}
body.mv_none.mv_black .mv .h1_box {
  padding-top: 80px;
  position: relative;
  z-index: 50;
}

body#page-news.mv_none.mv_black .mv {
  border-radius: 0 0 0 0;
  padding-bottom: 160px;
}

body.mv_none.mv_black .mv::after {
  display: none;
}

@media (min-width: 768px) {
  body.mv_none.mv_black .mv {
    height: auto !important;
    background-color: #212529 !important;
    padding-top: 160px;
  }
  body.mv_none.mv_black .mv .inner_mv {
    border-bottom: none;
  }
  body.mv_none.mv_black .mv .inner_mv .h1_box {
    padding-top: 0;
  }
  body.mv_none.mv_black .mv .inner_mv .h1_box h1 {
    text-align: center !important;
    color: #ffffff !important;
  }
}
@media (min-width: 992px) {
  body.mv_none.mv_black .mv {
    height: auto !important;
    background-color: #212529 !important;
    padding-top: 160px;
  }
  body.mv_none.mv_black .mv .inner_mv {
    border-bottom: 1px solid #302F46;
  }
  body.mv_none.mv_black .mv .inner_mv .h1_box {
    padding-top: 0;
  }
  body.mv_none.mv_black .mv .inner_mv .h1_box h1 {
    text-align: left !important;
    color: #ffffff !important;
  }
}
/*---------  body.mv_top  ---------*/
body.mv_top .mv {
  display: block;
  width: 100%;
  height: 72vw;
  position: relative;
}
body.mv_top .mv .bg_visual {
  width: 100%;
  height: 72vw;
  -o-object-fit: cover;
     object-fit: cover;
  background-color: #000000;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 30;
}
body.mv_top .mv .h1_box {
  padding-top: calc(36vw + 1.85rem);
  position: relative;
  z-index: 50;
}
body.mv_top .mv::after {
  display: block;
  content: "";
  width: 100%;
  height: 72vw;
  background-color: #211D18;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0.4;
  z-index: 40;
}
@media (min-width: 576px) {
  body.mv_top .h1_box {
    padding-top: calc(65vh - 4.375rem);
  }
}
@media (min-width: 768px) {
  body.mv_top .mv {
    height: 600px;
    position: relative;
  }
  body.mv_top .mv .bg_visual {
    width: 100%;
    height: 100vh;
    -o-object-fit: cover;
       object-fit: cover;
    background-color: #000000;
    position: absolute;
    top: 0;
    left: 0;
  }
  body.mv_top .mv .h1_box {
    padding-top: calc(65vh - 4.375rem);
  }
  body.mv_top .mv::after {
    height: 100vh;
  }
}

.wrap_bsmodal .close-button {
  text-align: right;
  margin-top: -0.75rem;
}
.wrap_bsmodal .bmd-modalContent {
  box-shadow: none;
  background-color: transparent;
  border: 0;
}
.wrap_bsmodal .bmd-modalContent .close {
  font-size: 4rem;
  line-height: 4rem;
  padding: 0;
  text-shadow: none;
  opacity: 0.7;
  color: #fff;
  background: none;
  border: none;
  text-align: right;
}
.wrap_bsmodal .bmd-modalContent .close:hover,
.wrap_bsmodal .bmd-modalContent .close:focus {
  opacity: 1;
  outline: none;
}

@media (min-width: 576px) {
  body#page-works .wrap_bsmodal .modal-dialog {
    max-width: 90% !important;
    height: auto !important;
    margin: 1.75rem auto;
  }
}
@media (min-width: 768px) {
  body#page-works .wrap_bsmodal .modal-dialog {
    max-width: 800px !important;
    margin: 1.75rem auto;
  }
}

.page_nav a {
  position: relative;
  display: inline-block;
  text-decoration: none;
}

.page_nav a::after {
  position: absolute;
  bottom: -4px;
  left: 0;
  content: "";
  width: 100%;
  height: 4px;
  background: #151718;
  transform: scale(0, 1);
  transform-origin: center top;
  transition: transform 0.3s;
}

.page_nav a:hover::after {
  transform: scale(1, 1);
}

.article_pager a {
  text-decoration: none;
  color: #8F8F8F;
  display: inline-block;
  vertical-align: bottom;
}
.article_pager a svg {
  vertical-align: text-bottom;
}

@media (min-width: 768px) {
  .article_pager .col-6:nth-child(2) {
    text-align: right;
  }
}
/*--------- body.mv_none  ---------*/
body.mv_none .page_nav a {
  position: relative;
  display: inline-block;
  text-decoration: none;
}

body.mv_none .page_nav a::after {
  position: absolute;
  bottom: -4px;
  left: 0;
  content: "";
  width: 100%;
  height: 4px;
  background: #DAAC26;
  transform: scale(0, 1);
  transform-origin: center top;
  transition: transform 0.3s;
}

body.mv_none .page_nav a:hover::after {
  transform: scale(1, 1);
}

@media (min-width: 768px) {
  body.mv_none .page_nav a {
    position: relative;
    display: inline-block;
    text-decoration: none;
    color: #212529 !important;
  }
  body.mv_none .page_nav a::after {
    position: absolute;
    bottom: -4px;
    left: 0;
    content: "";
    width: 100%;
    height: 4px;
    background: #151718;
    transform: scale(0, 1);
    transform-origin: center top;
    transition: transform 0.3s;
  }
  body.mv_none .page_nav a:hover::after {
    transform: scale(1, 1);
  }
}
/*--------- body.mv_none.mv_black  ---------*/
body.mv_none.mv_black .page_nav a {
  position: relative;
  display: inline-block;
  text-decoration: none;
}

body.mv_none.mv_black .page_nav a::after {
  position: absolute;
  bottom: -4px;
  left: 0;
  content: "";
  width: 100%;
  height: 4px;
  background: #DAAC26;
  transform: scale(0, 1);
  transform-origin: center top;
  transition: transform 0.3s;
}

body.mv_none.mv_black .page_nav a:hover::after {
  transform: scale(1, 1);
}

@media (min-width: 768px) {
  body.mv_none.mv_black .page_nav a {
    position: relative;
    display: inline-block;
    text-decoration: none;
    color: #ffffff !important;
  }
  body.mv_none.mv_black .page_nav a::after {
    position: absolute;
    bottom: -4px;
    left: 0;
    content: "";
    width: 100%;
    height: 4px;
    background: #DAAC26;
    transform: scale(0, 1);
    transform-origin: center top;
    transition: transform 0.3s;
  }
  body.mv_none.mv_black .page_nav a:hover::after {
    transform: scale(1, 1);
  }
}
@media (min-width: 992px) {
  body.mv_none.mv_black .page_nav a {
    position: relative;
    display: inline-block;
    text-decoration: none;
    color: #ffffff !important;
  }
  body.mv_none.mv_black .page_nav a::after {
    position: absolute;
    bottom: -4px;
    left: 0;
    content: "";
    width: 100%;
    height: 4px;
    background: #ffffff;
    transform: scale(0, 1);
    transform-origin: center top;
    transition: transform 0.3s;
  }
  body.mv_none.mv_black .page_nav a:hover::after {
    transform: scale(1, 1);
  }
}
body#page-top main h1 {
  font-size: clamp(1.9rem, 7.2vw, 100px);
  letter-spacing: 0.08em;
  font-weight: 500 !important;
  font-family: "Hiragino Sans W5", "Hiragino Sans W6", "Helvetica", Arial, "Hiragino Sans", Meiryo, sans-serif;
  font-feature-settings: "palt";
}
@media (min-width: 768px) {
  body#page-top main .unit_topics {
    position: absolute;
    bottom: 22px;
    left: 72px;
    z-index: 80;
  }
}
body#page-top main .wrap_layout {
  position: absolute;
  top: 0;
  z-index: 50;
  opacity: 0.78;
}
body#page-top main .wrap_layout .layout {
  display: block;
  width: 100vw;
  height: 72vw;
  border-top: 1.25rem solid rgb(0, 0, 0);
  border-right: 1.25rem solid rgb(0, 0, 0);
  border-bottom: 1.25rem solid rgb(0, 0, 0);
  border-left: 1.25rem solid rgb(0, 0, 0);
}
body#page-top main .wrap_layout .layout_logo {
  display: block;
  width: 4.725rem;
  height: 4.725rem;
  background-color: rgb(0, 0, 0);
  border-radius: 0 0 1rem 0;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 50;
}
@media (min-width: 576px) {
  body#page-top main h1 {
    font-size: calc(1.525rem + 3.3vw);
  }
  body#page-top main .wrap_layout .layout {
    border-top: 1.25rem solid rgb(0, 0, 0);
    border-right: 1.25rem solid rgb(0, 0, 0);
    border-bottom: 1.25rem solid rgb(0, 0, 0);
    border-left: 1.25rem solid rgb(0, 0, 0);
  }
  body#page-top main .wrap_layout .layout_logo {
    width: 100px;
    height: 100px;
    background-color: rgb(0, 0, 0);
    border-radius: 0 0 1rem 0;
  }
}
@media (min-width: 768px) {
  body#page-top main h1 {
    font-size: clamp(40px, 7.2vw, 100px);
  }
  body#page-top main .wrap_layout {
    position: absolute;
    top: 0;
    z-index: 50;
  }
  body#page-top main .wrap_layout .layout {
    display: block;
    width: 100vw;
    height: 100vh;
    border-top: 50px solid rgb(0, 0, 0);
    border-right: 72px solid rgb(0, 0, 0);
    border-bottom: 72px solid rgb(0, 0, 0);
    border-left: 72px solid rgb(0, 0, 0);
  }
  body#page-top main .wrap_layout .layout_logo {
    display: block;
    width: 150px;
    height: 150px;
    background-color: rgb(0, 0, 0);
    border-radius: 0 0 30px 0;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 50;
  }
}
@media (min-width: 1200px) {
  body#page-top main h1 {
    font-size: clamp(40px, 7.2vw, 100px);
  }
}
body#page-top main nav ul li {
  position: relative;
  overflow: hidden;
}
body#page-top main nav ul li a {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
}
body#page-top main nav ul li a::after {
  display: block;
  content: "";
  width: 100%;
  height: 72vw;
  background-color: #211D18;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 40;
  opacity: 0.4;
}
body#page-top main nav ul li a h2 {
  width: 100%;
  position: absolute;
  top: calc(50% - 1rem);
  z-index: 100;
}

body#page-aboutus .unit001 .inner h2 {
  white-space: nowrap;
  font-size: clamp(40px, 10vw, 88px);
  letter-spacing: 0.08em;
  font-weight: 500 !important;
  font-family: "Hiragino Sans W5", "Hiragino Sans W6", "Helvetica", Arial, "Hiragino Sans", Meiryo, sans-serif;
}
body#page-aboutus .unit001 .inner h2 span {
  font-family: "Hiragino Sans W3";
}
body#page-aboutus .unit001 .inner .text_box p {
  font-size: 0.875rem;
  line-height: 2.4;
  margin-bottom: 0rem;
  font-weight: 500;
}
@media (min-width: 576px) {
  body#page-aboutus .unit001 .inner .text_box p {
    font-size: 0.938rem;
  }
}
@media (min-width: 768px) {
  body#page-aboutus .unit001 .inner .text_box p {
    font-size: 1.125rem;
  }
}
@media (min-width: 992px) {
  body#page-aboutus .unit001 .inner .text_box p {
    font-size: 1.125rem;
  }
}
@media (min-width: 1200px) {
  body#page-aboutus .unit001 .inner .text_box p {
    font-size: 1.125rem;
  }
}
body#page-aboutus .unit001 .slider {
  padding: 0 0 0 0;
  pointer-events: none;
}
body#page-aboutus .unit001 .slider li {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  pointer-events: none;
}
body#page-aboutus .unit001 .slider li img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  width: 100%;
  height: auto;
  border-radius: 20px;
  margin-left: -50%;
  pointer-events: none;
}
body#page-aboutus .unit001 .slider_b li img {
  margin-left: 50%;
}
@media (min-width: 768px) {
  body#page-aboutus .unit001 .slider {
    padding: 0 0 0 0;
  }
  body#page-aboutus .unit001 .slider li {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
  }
  body#page-aboutus .unit001 .slider li img {
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
    width: 100%;
    height: auto;
    border-radius: 20px;
    margin-left: -50%;
  }
  body#page-aboutus .unit001 .slider_b li img {
    margin-left: 57.1428571429%;
  }
}

body#page-works .unit article .box {
  margin-top: -10px;
  position: relative;
  z-index: 50;
}
@media (min-width: 768px) {
  body#page-works .unit article .box {
    margin-top: -13px;
  }
}

body#page-member .unit .or-wrap_person {
  position: relative;
  max-width: 80vw;
  margin-left: auto;
  margin-right: auto;
}
body#page-member .unit .or-icon_person {
  position: absolute;
  bottom: 6.75rem;
  left: 0;
  right: 0;
  margin: auto;
}
body#page-member .unit {
  /* --sm-- */
}
@media (min-width: 576px) {
  body#page-member .unit .or-wrap_person {
    max-width: none;
    margin-left: 0;
    margin-right: 0;
  }
  body#page-member .unit .or-icon_person {
    bottom: 4.75rem;
  }
}
body#page-member .unit {
  /* --md-- */
}
@media (min-width: 768px) {
  body#page-member .unit .or-icon_person {
    bottom: 4.75rem;
  }
}
body#page-member .unit {
  /* --lg-- */
}
@media (min-width: 992px) {
  body#page-member .unit .or-icon_person {
    bottom: 5.2rem;
  }
}
body#page-member .unit {
  /* --xl-- */
}
@media (min-width: 1200px) {
  body#page-member .unit .or-icon_person {
    bottom: 5.2rem;
  }
}
body#page-member .unit {
  /* --xxl-- */
}
@media (min-width: 1400px) {
  body#page-member .unit .or-icon_person {
    bottom: 5.2rem;
  }
}

body#page-access .unit-gmap iframe {
  width: 100%;
  height: 33rem;
}
@media (min-width: 992px) {
  body#page-access .unit-gmap iframe {
    height: 40rem;
  }
}
body#page-access .wrap-unit-info {
  position: relative;
}
body#page-access .wrap-unit-info .unit-info {
  margin-top: 1rem;
  position: relative;
  bottom: 0;
  right: 0;
}
body#page-access .wrap-unit-info .unit-info img {
  width: 100%;
}
@media (min-width: 768px) {
  body#page-access .wrap-unit-info .unit-info {
    margin-top: -3.75rem;
    position: relative;
    bottom: 0;
    right: 0;
  }
  body#page-access .wrap-unit-info .unit-info img {
    width: 100%;
  }
}
@media (min-width: 992px) {
  body#page-access .wrap-unit-info .unit-info {
    margin-top: auto;
    position: absolute;
    bottom: -2.5rem;
    right: 2rem;
    opacity: 0.95;
  }
  body#page-access .wrap-unit-info .unit-info img {
    width: 100%;
  }
}

body#page-news {
  background-color: #F5F7F8;
}
body#page-news .article-list {
  margin-top: -160px;
}
body#page-news .article-list a {
  text-decoration: none;
  color: #2B2B2B;
}
body#page-news .article-list .box {
  margin-top: -13px;
}
body#page-news #news-article .part_text a {
  color: #DAAC26 !important;
  font-weight: bold !important;
  text-decoration: underline;
}
body#page-news #news-article .part_text.part_list ul, body#page-news #news-article .part_text.part_list li {
  list-style-type: disc !important;
  list-style-position: outside !important;
}
body#page-news #news-article .btn.or-text-FEDD7C {
  color: #FEDD7C !important;
}

@media (min-width: 768px) {
  body#page-news .article-list img {
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  body#page-news .article-list .box {
    margin-top: 0;
  }
}
body#page-policy img.privacy_mark {
  display: block;
  width: 85px;
  height: auto;
}/*# sourceMappingURL=layout.css.map */