/* mobile */
/* ------------ colors ------------ */
/* ------------------------------- */
/* ------------ text-color ------------ */
/* ------------ border-color ------------ */
/* ------------ background-color ------------ */
/* ------------ system-color ------------ */
/* ------------ cv ------------ */
/* ------------ menu ------------ */
/* ------------ NEW ------------ */
/* ------------ slick-color ------------ */
.section_calendar {
  display: flex;
  justify-content: space-between;
}
.section_calendar .calendar_slide, .section_calendar .day_unit {
  width: 544px;
  background: #fff;
}
.section_calendar .calendar_slide {
  padding: 29px 38px 16px;
}
.section_calendar .calendar_slide .month_title {
  font-family: acumin-pro, sans-serif;
  font-weight: bold;
  text-align: center;
  margin-bottom: 4px;
  color: #6e6e6e;
}
.section_calendar .calendar_slide .month_title .tit_y {
  font-size: 2.9rem;
}
.section_calendar .calendar_slide .month_title .tit_m {
  font-size: 4.1rem;
  margin: 0;
}
.section_calendar .calendar_slide .month_title .tit_e {
  font-size: 2.5rem;
  letter-spacing: 1px;
}
.section_calendar .calendar_slide .month_title .sub {
  margin-bottom: 15px;
  font-size: 12px;
  line-height: 1.3;
  font-weight: 400;
}
@media (max-width: 760px) {
  .section_calendar .calendar_slide .month_title .sub {
    margin-bottom: 10px;
  }
}
.section_calendar .calendar_container {
  min-height: 361px;
  margin: 0 22px;
}
.section_calendar .calendar_container .calendar_header {
  display: flex;
  color: #6e6e6e;
  border-top: 1px solid #C6C6C6;
  border-bottom: 1px solid #C6C6C6;
  margin-bottom: 12px;
}
.section_calendar .calendar_container .calendar_header .cell {
  width: 14.28%;
  padding: 7px 0;
  text-align: center;
  font-weight: 500;
  font-size: 1.5rem;
}
.section_calendar .calendar_container .calendar_body {
  color: #6e6e6e;
  display: flex;
  flex-wrap: wrap;
}
.section_calendar .calendar_container .calendar_body .cell {
  width: 14.28%;
  text-align: center;
  font-weight: 500;
}
.section_calendar .calendar_container .calendar_body .inner {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 39px;
  height: 39px;
  margin: 7px auto;
  font-size: 2rem;
  font-weight: 500;
  line-height: normal;
}
.section_calendar .calendar_container .calendar_body .inner a {
  background-color: #6e6e6e;
}
.section_calendar .calendar_container .calendar_body .inner.special a {
  background-color: #6699cc;
}
.section_calendar .calendar_container .calendar_body a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  color: #fff;
}
.section_calendar .calendar_container .calendar_body a .day {
  margin-top: -3px;
  color: #fff;
}
.section_calendar .calendar_container .sat {
  color: #0D689A;
}
.section_calendar .calendar_container .sun {
  color: #E14F2E;
}
.section_calendar .calendar_container .sun .day {
  color: #E14F2E;
}
.section_calendar .calendar_nav {
  letter-spacing: -0.8px;
  margin-top: 10px;
  font-size: 1.3rem;
  font-weight: 500;
  color: #6e6e6e;
}
.section_calendar .calendar_nav .btn_next {
  cursor: pointer;
  float: right;
}
.section_calendar .calendar_nav .btn_next:after {
  margin-left: 0.5em;
  content: ">";
}
.section_calendar .calendar_nav .btn_prev {
  cursor: pointer;
  float: left;
}
.section_calendar .calendar_nav .btn_prev:before {
  margin-right: 0.5em;
  content: "<";
}
.section_calendar .day_unit {
  padding-bottom: 46px;
}
.section_calendar .day_unit iframe {
  width: 100%;
  height: 100%;
}

.main_system {
  -ms-overflow-style: none;
  /* IE and Edge */
  scrollbar-width: none;
}
.main_system::-webkit-scrollbar {
  display: none;
}
.main_system .main_fair .simple_monthly_calendar .calendar_body .out_of_month .inner, .main_system .main_event .simple_monthly_calendar .calendar_body .out_of_month .inner {
  opacity: 0;
}

.main_event .section_index {
  padding: 36px 5px 0;
}
.main_event .section_index .h3 {
  font-size: 2.1rem;
  font-weight: bold;
  text-align: center;
  letter-spacing: 0.3px;
  margin-bottom: 15px;
  color: #6e6e6e;
}
.main_event .section_index .fair_list .item {
  display: flex;
  padding: 21px 26px 23px 6px;
  justify-content: space-between;
}
.main_event .section_index .fair_list .box {
  border-top: 1px solid #CDCDCD;
}
.main_event .section_index .fair_list .box:last-child {
  border-bottom: 1px solid #CDCDCD;
}
.main_event .section_index .fair_list .box:hover .img img {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}
.main_event .section_index .fair_list .img {
  width: 162px;
  min-width: 162px;
  height: 104px;
  margin-right: 15px;
  display: block;
  overflow: hidden;
}
.main_event .section_index .fair_list .img img {
  width: 100%;
  height: inherit;
  object-fit: cover;
  display: block;
  -webkit-transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  -webkit-transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
  transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
  -webkit-transform: scale(1);
  transform: scale(1);
}
.main_event .section_index .fair_list .content {
  width: calc(100% - 136px);
}
.main_event .section_index .fair_list .icon-wrap {
  display: flex;
  flex-wrap: wrap;
}
.main_event .section_index .fair_list .icons {
  margin: 2px 0 9px 0;
  display: flex;
  flex-wrap: wrap;
  color: #fff;
  overflow: hidden;
}
.main_event .section_index .fair_list .icons .icon {
  font-size: 1.1rem;
  font-weight: 500;
  padding: 1px 5px 2px;
  margin-right: 5px;
  margin-bottom: 2px;
}
.main_event .section_index .fair_list .tit {
  font-family: source-han-serif-japanese, serif;
  line-height: 1.8;
  letter-spacing: -1.2px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  color: #131313;
}
@media screen and (min-width: 0\0 ) and (min-resolution: 72dpi) {
  .main_event .section_index .fair_list .tit {
    max-height: 72px;
  }
}

@media (max-width: 760px) {
  .main_system {
    padding: 0 5.3125vw;
  }

  .main_calendar {
    padding: 0 5.3125vw;
  }

  .section_calendar {
    flex-wrap: wrap;
  }
  .section_calendar .calendar_slide, .section_calendar .day_unit, .section_calendar .calendar_month_unit {
    width: 100%;
  }
  .section_calendar .calendar_slide {
    padding: 3.75vw 5.2vw 3.75vw;
    margin-bottom: 6.8vw;
  }
  .section_calendar .calendar_slide .month_title {
    padding-right: 1.5625vw;
    margin-bottom: 0.875vw;
  }
  .section_calendar .calendar_slide .month_title .tit_y {
    font-size: 7.6923vw;
  }
  .section_calendar .calendar_slide .month_title .tit_m {
    font-size: 11.026vw;
    margin: 0;
  }
  .section_calendar .calendar_slide .month_title .tit_e {
    font-size: 6.667vw;
  }
  .section_calendar .calendar_container {
    margin: 0 auto;
    min-height: 57.2vw;
  }
  .section_calendar .calendar_container .calendar_header {
    margin-bottom: 1.8vw;
  }
  .section_calendar .calendar_container .calendar_header .cell {
    font-size: 2.7875vw;
    padding: 1.25vw 3.125vw 1.25vw;
  }
  .section_calendar .calendar_container .calendar_body .inner {
    font-size: 3.58vw;
    width: 7.1875vw;
    height: 7.1875vw;
    margin: 1.3vw auto;
  }
  .section_calendar .calendar_container .calendar_body a .day {
    margin-top: -0.5vw;
  }
  .section_calendar .calendar_nav {
    font-size: 3.59375vw;
  }
  .section_calendar .day_unit {
    min-height: 91.9vw;
    padding-bottom: 9vw;
  }
}
html {
  font-size: 62.5%;
}

@media (max-width: 760px) {
  body.active-menu {
    overflow: hidden !important;
  }
}

/* ------------------------------------
icon extend
------------------------------------ */
.event-top .btn a::after, .sec-concept .content .btn-view a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 8px;
  transform: translateY(-50%) scale(0.5);
  width: 0;
  height: 0;
  transition: transform 0.3s;
  border-width: 5.2px 0 5.2px 9px;
  border-style: solid;
  border-color: transparent transparent transparent rgba(255, 255, 255, 0.5);
}

/* ------------------------------------
component hover
------------------------------------ */
.box-img-hover {
  display: block;
  overflow: hidden;
}
.box-img-hover img {
  width: 100%;
  height: auto;
  object-fit: cover;
  display: block;
  -webkit-transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  -webkit-transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
  transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
  -webkit-transform: scale(1);
  transform: scale(1);
}
.box-img-hover img:hover {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}

/* ------------------------------------
l-visual
------------------------------------ */
.l-visual {
  width: 100%;
  height: auto;
}
.l-visual .main {
  position: relative;
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 760px) {
  .l-visual .main {
    padding-bottom: 14.784vw;
  }
}
.l-visual .list {
  width: 85.486vw;
  position: relative;
  overflow: hidden;
}
@media (max-width: 760px) {
  .l-visual .list {
    width: 89.23vw;
  }
}
.l-visual .list::after {
  content: "";
  display: block;
  width: 100px;
  height: 100px;
  position: absolute;
  border-radius: 50%;
  bottom: 0;
  left: 0;
  box-shadow: -50px 50px 0 0 #fff;
}
@media (max-width: 760px) {
  .l-visual .list::after {
    width: 80px;
    height: 80px;
    box-shadow: -40px 40px 0 0 #fff;
  }
}
.l-visual .list::before {
  content: "";
  position: absolute;
  bottom: 4.5%;
  right: 2%;
  width: 29px;
  height: 111px;
  background-image: url(../images/cmn/icon_scroll.svg);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  z-index: 1;
}
@media (max-width: 760px) {
  .l-visual .list::before {
    bottom: 3.5%;
    right: 3%;
  }
}
.l-visual .list .item {
  width: 100%;
  height: 51.25vw;
  position: relative;
  overflow: hidden;
  /* video {
    min-width: 130%;
    min-height: 130vh;
    position: absolute;
    top: -20%;
    left: -15%;
    @include mi.sp {
      min-width: 100%;
      min-height: 100vh;
      top: -40%;
      left: 0;
    }
    @media screen and (min-width: 761px) and (orientation: portrait) {
      min-width: 80%;
      min-height: 80vh;
      top: -40%;
      left: 0;
    }
    @media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
      min-width: 85%;
      min-height: 85vh;
      top: -15%;
      left: 0;
    }
  } */
  /* @media (aspect-ratio: 16/9), (min-aspect-ratio: 16/9) {
    video {
      width: 130%;
      top: 50%;
      transform: translateY(-50%);
    }
  }
  @media (max-aspect-ratio: 16/9) {
    video {
      height: 130%;
      left: 50%;
      transform: translateX(-50%);
    }
  } */
}
@media (max-width: 760px) {
  .l-visual .list .item {
    height: 103.33vw;
  }
}
.l-visual .list .item img {
  width: 100%;
  height: inherit;
  object-fit: cover;
}
.l-visual .content {
  position: absolute;
  left: 3.9%;
  bottom: 8%;
}
@media (max-width: 760px) {
  .l-visual .content {
    left: 4.3%;
    bottom: 0;
  }
}
.l-visual .content h2 {
  font-family: acumin-pro, sans-serif;
  font-size: 5.6rem;
  font-weight: 400;
  color: #252525;
  line-height: 1.2;
  letter-spacing: 4px;
}
@media (max-width: 760px) {
  .l-visual .content h2 {
    font-size: 9.23vw;
    letter-spacing: 5px;
  }
}

/* ------------------------------------
sec-concept
------------------------------------ */
.sec-concept {
  width: 100%;
  position: relative;
}
.sec-concept .main {
  width: 1200px;
  min-height: 461px;
  display: flex;
  flex-direction: row-reverse;
  margin: 230px auto 0;
}
@media (max-width: 760px) {
  .sec-concept .main {
    width: 100%;
    min-height: unset;
    margin-top: 21.282vw;
    display: block;
  }
}
.sec-concept .img {
  position: absolute;
  left: 0;
  top: 0;
  width: calc(50% - 87.5px);
  height: 460px;
}
@media (max-width: 760px) {
  .sec-concept .img {
    position: static;
    width: calc(50% + 40.09vw);
    height: 66.153vw;
  }
}
.sec-concept .img img {
  width: 100%;
  height: inherit;
  object-fit: cover;
  border-top-right-radius: 30px;
  border-bottom-right-radius: 30px;
}
@media (max-width: 760px) {
  .sec-concept .img img {
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
  }
}
.sec-concept .content {
  width: 606px;
  height: auto;
  font-weight: 500;
  color: #000;
  padding-top: 76px;
}
@media (max-width: 760px) {
  .sec-concept .content {
    width: 100%;
    padding: 11.68vw 7.68vw;
  }
}
.sec-concept .content .tit {
  font-family: acumin-pro, sans-serif;
  font-size: 18px;
  font-weight: 600;
  color: #6699cc;
  letter-spacing: 3px;
  margin-bottom: 24px;
}
@media (max-width: 760px) {
  .sec-concept .content .tit {
    font-size:12px;
    letter-spacing: 2px;
    margin-bottom: 4.1vw;
  }
}
.sec-concept .content .h2 {
  font-family: source-han-serif-japanese, serif;
  font-size: 16px;
  letter-spacing: 2.4px;
  margin-bottom: 26px;
}
@media (max-width: 760px) {
  .sec-concept .content .h2 {
    letter-spacing: 2.7px;
    margin-bottom: 4.359vw;
  }
}
.sec-concept .content .txt {
  font-size: 1.3rem;
  line-height: 220%;
  margin-bottom: 26px;
  font-weight: 400;
}
@media (max-width: 760px) {
  .sec-concept .content .txt {
    font-size: 3.33vw;
    margin-bottom: 5.1282vw;
  }
}

/* button sample*/
.sec-concept .content .btn-view a {
  display: inline-block;
  font-family: acumin-pro, sans-serif;
  font-size: 1.3rem;
  font-weight: 600;
  letter-spacing: 3px;
  color: #ffffff;
  position: relative;
    background:#56acda;
    padding: 2px 15px 2px 8px;
    border-radius: 8px;
  -webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, .3);
  box-shadow: 0 3px 5px rgba(0, 0, 0, .3);

}


.sec-concept .content .btn-view a::after {
  top: 56%;
  right: 5px;
  border-color: transparent transparent transparent #ffffff;
}
.sec-concept .content .btn-view a:hover {
  background: #338899;
  transition: 0.3s;
  opacity: 1;
}
.sec-concept .content .btn-view a:hover::after {
  border-color: transparent transparent transparent #ffffff;
}

/* ------------------------------------
sec-staff
------------------------------------ */
.sec-staff .main {
  width: 1200px;
  height: auto;
  position: relative;
  margin: 230px auto 0;
  padding-bottom: 125px;
}
@media (max-width: 760px) {
  .sec-staff .main {
    width: 100%;
    margin-top: 29.49vw;
    padding: 0 5.1282vw 41.282vw;
  }
}
.sec-staff .main .img {
  width: 100%;
  height: 390px;
  display: block;
  overflow: hidden;
}
@media (max-width: 760px) {
  .sec-staff .main .img {
    height: 116.67vw;
  }
}
.sec-staff .main .img img {
  width: 100%;
  height: inherit;
  object-fit: cover;
  display: block;
  -webkit-transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  -webkit-transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
  transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
  -webkit-transform: scale(1);
  transform: scale(1);
}
.sec-staff .main .content {
  width: 932px;
  height: 172px;
  background: rgba(54, 54, 54, 0.65);
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
  padding-top: 45px;
}
@media (max-width: 760px) {
  .sec-staff .main .content {
    width: 76.41vw;
    height: 45.897vw;
    padding-top: calc((45.897vw - 110px) / 2);
  }
}
.sec-staff .main .content .tit {
  /* font-family: txt.$font01; */
  font-size: 1.3rem;
  font-weight: 400;
  color: #fff;
  /* letter-spacing: 3px; */
  margin-bottom: 7px;
}
@media (max-width: 760px) {
  .sec-staff .main .content .tit {
    font-size: 3.333vw;
  }
}
.sec-staff .main .content .txt {
  font-size: 3.8rem;
  color: #fff;
  font-weight: 400;
  letter-spacing: 3px;
  font-family: acumin-pro, sans-serif;
}
@media (max-width: 760px) {
  .sec-staff .main .content .txt {
    font-size: 9.74358vw;
  }
}
.sec-staff .main a {
  display: block;
}
.sec-staff .main a:hover {
  opacity: 1;
}
.sec-staff .main a:hover .img img {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}

/* ------------------------------------
sec-event
------------------------------------ */
.event-top {
  width: 100%;
  height: auto;
  background-image: url(../images/event_bg.jpg);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  padding-top: 92px;
  padding-bottom: 86px;
  margin-top: 248px;
}
@media (max-width: 760px) {
  .event-top {
    margin-top: 31.795vw;
    padding-top: 20.5128vw;
    padding-bottom: 20.77vw;
  }
}
.event-top .sec-title-en {
  text-align: center;
  margin-bottom: 30px;
}
@media (max-width: 760px) {
  .event-top .sec-title-en {
    margin-bottom: 5.384vw;
  }
}
.event-top .sec-title-en .h2 {
  font-family: acumin-pro, sans-serif;
  font-weight: 400;
  font-size: 24px;
  color: #6699cc;
  line-height: 1;
}
@media (max-width: 760px) {
  .event-top .sec-title-en .h2 {
    font-size: 24px;
    margin-bottom: 1.026vw;
  }
}
.event-top .sec-title-en .catch {
  font-weight: 500;
  font-size: 1.4rem;
  /* color: cl.$green01; */
  letter-spacing: -1px;
}
.event-top .event-contents {
  width: 1120.5px;
  margin: 0 auto 36px;
}
@media (max-width: 760px) {
  .event-top .event-contents {
    width: 100%;
    margin-bottom: 7.179vw;
  }
}
.event-top .event-contents .event-nav {
  display: flex;
  justify-content: center;
  align-items: center;
}
.event-top .event-contents li a {
  display: block;
  width: 191px;
  height: 36px;
  font-size: 1.7rem;
  font-weight: 400;
  color: #000;
  background: #fff;
  margin: 0 10px;
  text-align: center;
  line-height: 36px;
}
@media (max-width: 760px) {
  .event-top .event-contents li a {
    width: 31.538vw;
    margin: 0 1.282vw;
  }
}
.event-top .event-contents li.active a {
  background: #6699cc;
  color: #fff;
}
@media (max-width: 760px) {
  .event-top .event-book {
    padding: 0 5.1282vw;
  }
}
@media (min-width: 761px) {
  .event-top .event-book {
    display: flex;
    justify-content: center;
    min-width: 1120px;
    margin: 0 auto;
  }
}
.event-top .event-book .box {
  display: block;
  width: 544px;
  background: #fff;
  margin: 0 16px 36px;
}
@media (max-width: 760px) {
  .event-top .event-book .box {
    display: block;
    width: 100%;
    margin: 0 auto 7.6923vw;
  }
}
.event-top .event-book .box a {
  display: flex;
  /* align-items: center; */
  padding: 32px 38px 26px;
  position: relative;
}
@media (max-width: 760px) {
  .event-top .event-book .box a {
    display: block;
    padding: 4.359vw 5.1282vw 12.82vw;
  }
}
.event-top .event-book .box a .img img {
  height: inherit;
  display: block;
  -webkit-transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  -webkit-transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
  transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
  -webkit-transform: scale(1);
  transform: scale(1);
}
.event-top .event-book .box a:hover .img img {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}
.event-top .event-book .btn-detail {
  display: block;
  position: absolute;
  bottom: 10px;
  right: 10px;
  width: 29px;
  height: 29px;
}
@media (max-width: 760px) {
  .event-top .event-book .btn-detail {
    bottom: 12px;
    right: 12px;
  }
}
.event-top .event-book .btn-detail img {
  width: 100%;
  height: inherit;
  object-fit: cover;
}
.event-top .event-book .img {
  width: 154px;
  min-width: 154px;
  height: 99px;
  margin-right: 30px;
}
@media (max-width: 760px) {
  .event-top .event-book .img {
    width: 100%;
    height: 198px;
    min-width: unset;
    margin-bottom: 5.384vw;
  }
}
.event-top .event-book .content .tit {
  display: flex;
}
.event-top .event-book .content .time {
  font-size: 1.3rem;
  font-weight: 400;
  color: #6e6e6e;
  margin-right: 20px;
  letter-spacing: 1px;
}
@media (max-width: 760px) {
  .event-top .event-book .content .time {
    font-size: 3.33333vw;
    margin-right: 3.077vw;
  }
}
@media (max-width: 760px) {
  .event-top .event-book .content .time .day {
    margin-right: 0.795vw;
  }
}
.event-top .event-book .content .list-category {
  display: flex;
}
.event-top .event-book .content .list-category li {
  display: block;
  height: 17px;
  font-size: 1.1rem;
  font-weight: 500;
  padding: 0px 2px;
  color: #fff;
  background: #bebebe;
  margin-right: 5px;
  line-height: 15px;
}
@media (max-width: 760px) {
  .event-top .event-book .content .list-category li {
    font-size: 2.82051vw;
  }
}
.event-top .event-book .content .h2 {
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
  font-size: 12px;
  font-weight: bold;
  color: #000;
  line-height: 1.4;
  margin: 10px 0;
  /* display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden; */
}
@media (max-width: 760px) {
  .event-top .event-book .content .h2 {
    font-size: 12px;
    width: 100%;
    max-width: 100%;
    /* text-overflow: ellipsis; */
    margin: 3.589vw 0;
    letter-spacing: 1.4px;
  }
}
@media screen and (min-width: 0\0 ) and (min-resolution: 72dpi) {
  .event-top .event-book .content .h2 {
    max-height: 68px;
  }
}
.event-top .event-book .content .txt {
  font-size: 11px;
  font-weight: 400;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
@media (max-width: 760px) {
  .event-top .event-book .content .txt {
    line-height: 1.8;
    height: 40px;
  }
}
@media screen and (min-width: 0\0 ) and (min-resolution: 72dpi) {
  .event-top .event-book .content .txt {
    max-height: 49px;
    line-height: 1;
  }
}
.event-top .section_calendar {
  width: 1120.5px;
  margin: 0 auto;
}
@media (max-width: 760px) {
  .event-top .section_calendar {
    width: 100%;
  }
}
.event-top .btn a {
  width: 190px;
  height: 43px;
  font-family: acumin-pro, sans-serif;
  font-size: 1.3rem;
  font-weight: 400;
  letter-spacing: 3px;
  color: #6e6e6e;
  text-align: center;
  background: #fff;
  border: 1px solid #6e6e6e;
  margin: 47px auto 0;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-right: 12px;
}
@media (max-width: 760px) {
  .event-top .btn a {
    margin-top: 8.718vw;
    padding-right: 13px;
  }
}
.event-top .btn a::after {
  top: 55%;
  right: 44px;
  border-color: transparent transparent transparent #a8a8a8;
}
@media (max-width: 760px) {
  .event-top .btn a::after {
    right: 45px;
  }
}
.event-top .btn a:hover {
  color: #6699cc;
  border-color: #6699cc;
  opacity: 1;
}
.event-top .btn a:hover::after {
  border-color: transparent transparent transparent #6699cc;
}

.event-contents.naka {
  width: 1120.5px;
  margin: 0 auto 36px;
}
@media (max-width: 760px) {
  .event-contents.naka {
    width: 100%;
    margin-bottom: 7.179vw;
  }
}
.event-contents.naka .event-nav {
  display: flex;
  justify-content: center;
  align-items: center;
}
.event-contents.naka li a {
  display: block;
  width: 191px;
  height: 36px;
  font-size: 1.7rem;
  font-weight: 400;
  color: #000;
  background: #ccc;
  margin: 0 10px;
  text-align: center;
  line-height: 36px;
}
@media (max-width: 760px) {
  .event-contents.naka li a {
    width: 31.538vw;
    margin: 0 1.282vw;
  }
}
.event-contents.naka li.active a {
  background: #6699cc;
  color: #fff;
}

/* ------------------------------------
mem2
------------------------------------ */
/* ----------------------------------------------------------
News
---------------------------------------------------------- */
.top-news {
  width: 100%;
  margin: 216px auto 0 auto;
  display: block;
}
@media (max-width: 760px) {
  .top-news {
    margin-top: 31.282vw;
  }
}
.top-news .h2 {
  font-family: acumin-pro, sans-serif;
  font-size: 24px;
  font-weight: 400;
  color: #6699cc;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 5px;
}
@media (max-width: 760px) {
  .top-news .h2 {
    font-size: 24px;
    letter-spacing: 0;
  }
}
.top-news .p {
  font-family: source-han-sans-japanese, sans-serif;
  font-size: 1.3rem;
  font-weight: 400;
  color: #000;
  line-height: 2;
  text-align: center;
}
@media (max-width: 760px) {
  .top-news .p {
    font-size: 3.33333vw;
    line-height: 1.8;
  }
}
.top-news .content-list {
  width: 977.5px;
  margin: 61px auto 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
@media (max-width: 760px) {
  .top-news .content-list {
    width: 100%;
    display: block;
    margin: 11vw auto 0 auto;
    padding: 0 7.7564025vw;
  }
}
.top-news .content-list .box {
  width: 437.5px;
}
@media (max-width: 760px) {
  .top-news .content-list .box {
    width: 100%;
  }
}
.top-news .content-list .box .p-title {
  font-family: source-han-serif-japanese, serif;
  font-size: 1.8rem;
  font-weight: 400;
  position: relative;
  color: #000;
  padding: 0 0 0 20px;
  letter-spacing: 3px;
}
@media (max-width: 760px) {
  .top-news .content-list .box .p-title {
    font-size: 4.61538vw;
    padding: 0 0 0 4vw;
    margin-bottom: 4.5vw;
    letter-spacing: 0.3vw;
  }
}
.top-news .content-list .box .p-title:after {
  content: "";
  position: absolute;
  top: 50%;
  right: calc(100% - 13px);
  transform: translateY(-50%) scale(0.5);
  width: 0;
  height: 0;
  border-width: 7.5px 0 7.5px 13px;
  border-style: solid;
  border-color: transparent transparent transparent #b6b6b6;
}
@media (max-width: 760px) {
  .top-news .content-list .box .p-title:after {
    right: calc(100% - 2vw);
  }
}
.top-news .content-list .box .content-detail {
  width: 100%;
  border-bottom: 1px solid #dfdfdf;
  margin: 26px 0 5px 0;
  padding: 0 0 26px 2px;
}
@media (max-width: 760px) {
  .top-news .content-list .box .content-detail {
    margin: 0 0 4.1vw 0;
    padding: 1vw 0 5vw 0;
  }
}
.top-news .content-list .box .content-detail a {
  display: flex;
  flex-wrap: wrap;
}
.top-news .content-list .box .content-detail .p-item__photo {
  width: 154px;
  height: 99px;
  margin-right: 20px;
}
@media (max-width: 760px) {
  .top-news .content-list .box .content-detail .p-item__photo {
    width: 34.35894vw;
    height: 21.79485vw;
    margin-right: 5vw;
  }
}
.top-news .content-list .box .content-detail .p-item__inner {
  width: calc(100% - 174px);
}
@media (max-width: 760px) {
  .top-news .content-list .box .content-detail .p-item__inner {
    width: calc(100% - 40vw);
  }
}
.top-news .content-list .box .content-detail .p-detail {
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
  font-size: 12px;
  /*font-weight: 400;*/
  /* color: cl.$gray03; */
  letter-spacing: 1px;
  display: block;
  display: -webkit-box;
  max-width: 100%;
  max-height: 5.6rem;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media (max-width: 760px) {
  .top-news .content-list .box .content-detail .p-detail {
    font-size: 10px;
    height: auto;
    max-height: 25px;
    margin-bottom: 3px;
    -webkit-line-clamp: 3;
  }
}
.top-news .content-list .box .content-detail .p-detail span {
  font-size: 12px;
  padding-right: 8px;
  letter-spacing: 1px;
  font-family: source-han-sans-japanese, sans-serif;
}
@media (max-width: 760px) {
  .top-news .content-list .box .content-detail .p-detail span {
    font-size: 3.33333vw;
    padding-right: 0;
    width: 100%;
    height: auto;
    display: block;
    padding-bottom: 1vw;
  }
}
.top-news .content-list .box .content-detail a:hover .p-detail {
  color: #338899;
}
.top-news .content-list .box .content-detail .desc {
  display: flex;
  flex-wrap: wrap;
  height: 21px;
  overflow: hidden;
  margin: 0 0 0 0;
}
@media (max-width: 760px) {
  .top-news .content-list .box .content-detail .desc {
    margin: 1vw 0 0 0;
    height: auto;
  }
}
.top-news .content-list .box .content-detail .desc .p-desc {
  font-family: source-han-sans-japanese, sans-serif;
  font-size: 1.065rem;
  font-weight: 500;
  /* color: cl.$gray04; */
  margin-right: 12px;
}
.top-news .content-list .box .content-detail .desc .p-desc.active {
  color: #91c2b4;
}
@media (max-width: 760px) {
  .top-news .content-list .box .content-detail .desc .p-desc {
    font-size: 2.7307665vw;
  }
}
.top-news .content-list .box .btn {
  text-align: center;
  width: 100%;
  margin-top: 26px;
}
@media (max-width: 760px) {
  .top-news .content-list .box .btn {
    margin-top: 0;
    margin-bottom: 15vw;
  }
}

/* 20230613 */
.top-news .content-list .box .btn a {
  display: inline-block;
  font-family: acumin-pro, sans-serif;
  font-size: 1.3rem;
  font-weight: 600;
  letter-spacing: 3px;
  color: #ffffff;
  position: relative;
    background:#56acda;
    padding: 2px 15px 2px 8px;
    border-radius: 8px;
  -webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, .3);
  box-shadow: 0 3px 5px rgba(0, 0, 0, .3);

}
@media (max-width: 760px) {
  .top-news .content-list .box .btn a {
    font-size: 3.33333vw;
    margin-right: 3vw;
  }
}
.top-news .content-list .box .btn a:after {
  content: "";
  position: absolute;
  top: 58%;
  left: calc(100% + 3px);
  transform: translateY(-50%) scale(0.5);
  width: 0;
  height: 0;
  border-width: 5px 0 5px 9px;
  border-style: solid;
  border-color: transparent transparent transparent #a8a8a8;
}
.top-news .content-list .box .btn a:hover {
  background: #338899;
  transition: 0.3s;
  opacity: 1;
}
.top-news .content-list .box .btn a:hover:after {
  border-color: transparent transparent transparent #ffffff;
}

/* ----------------------------------------------------------
top-real-estate
---------------------------------------------------------- */
.top-real-estate {
  height: 317px;
  width: 1101px;
  margin: 233px auto 0;
  display: block;
  position: relative;
  overflow: hidden;
}
@media (max-width: 760px) {
  .top-real-estate {
    height: 48vw;
    width: 89.23068vw;
    margin: 41vw auto 0;
  }
}
.top-real-estate::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 317px;
  background: rgba(36, 36, 36, 0.15);
  z-index: 1;
}
@media (max-width: 760px) {
  .top-real-estate::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 89.23068vw;
    height: 48vw;
    background: rgba(36, 36, 36, 0.15);
  }
}
.top-real-estate:hover img {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}
.top-real-estate a {
  display: inline-block;
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 2;
}
.top-real-estate img {
  position: absolute;
  width: 100%;
  height: auto;
  object-fit: cover;
  -webkit-transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  -webkit-transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
  transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
  -webkit-transform: scale(1);
  transform: scale(1);
}
.top-real-estate .center {
  width: 496px;
  height: 151px;
  /* background: cl.$white; */
  opacity: 0.85;
  text-align: right;
  padding-top: 45px;
}
@media (min-width: 761px) {
  .top-real-estate .center {
    position: absolute;
    top: 50%;
    left: 70%;
    transform: translate(-50%, -50%);
    z-index: 2;
  }
}
@media (max-width: 760px) {
  .top-real-estate .center {
    position: absolute;
    width: 77.43582vw;
    height: 34.61535vw;
    padding-top: 5.5vw;
    margin: 12.5vw auto 0 auto;
    z-index: 2;
  }
}
.top-real-estate .center .h2 {
  font-family: acumin-pro, sans-serif;
  font-size: 4rem;
  font-weight: 400;
  color: #fff;
  line-height: 1;
  margin-bottom: 10px;
}
@media (max-width: 760px) {
  .top-real-estate .center .h2 {
    font-size: 8.20512vw;
    margin-bottom: 3%;
    margin-right: 0;
  }
}
.top-real-estate .center .p {
  font-family: source-han-sans-japanese, sans-serif;
  font-size: 1.3rem;
  font-weight: 400;
  color: #fff;
  line-height: 2.5;
}
@media (max-width: 760px) {
  .top-real-estate .center .p {
    font-size: 3.33333vw;
    line-height: 1.8;
  }
}
.top-real-estate:after {
  content: "";
  background-image: url("../images/icon_play.svg");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  position: absolute;
  bottom: 11px;
  right: 14px;
  width: 29px;
  height: 29px;
  transition: transform 0.3s;
  z-index: 3;
}
@media (max-width: 760px) {
  .top-real-estate:after {
    bottom: 2.5vw;
    right: 3vw;
  }
}

.wrap-top-real-estate {
  width: 100%;
  background: linear-gradient(180deg, #fff 0%, #fff 40%, #eee 40%, #eee 100%);
  padding-bottom: 100px;
}
@media (max-width: 760px) {
  .wrap-top-real-estate {
    padding-bottom: 10%;
  }
}

/* ------------------------------------
top-commitment
------------------------------------ */
.top-commitment {
  width: 100%;
  height: auto;
  margin: 252px auto 0 auto;
  position: relative;
}
@media (min-width: 761px) {
  .top-commitment {
    display: flex;
    flex-wrap: wrap;
  }
}
@media (max-width: 760px) {
  .top-commitment {
    margin: 36vw auto 0 auto;
  }
}
.top-commitment .box-left {
  width: 1100px;
  margin: 0 auto;
}
@media (max-width: 760px) {
  .top-commitment .box-left {
    width: 100%;
    height: auto;
    padding-left: 9vw;
  }
}
.top-commitment .box-left .h2 {
  font-family: source-han-serif-japanese, serif;
  font-size: 2.5rem;
  font-weight: 400;
  margin-bottom: 47px;
  color: #000;
}
@media (max-width: 760px) {
  .top-commitment .box-left .h2 {
    font-size: 6.41025vw;
    margin-bottom: 12vw;
    letter-spacing: 0.4vw;
  }
}
.top-commitment .box-left .box-content {
  position: relative;
  z-index: 1000;
  padding: 0 0 0 69px;
  margin: 0 0 40px 0;
}
@media (min-width: 761px) {
  .top-commitment .box-left .box-content {
    width: 50%;
  }
}
@media (max-width: 760px) {
  .top-commitment .box-left .box-content {
    padding: 0 0 0 18vw;
    margin: 0 0 10.4vw 0;
  }
}
.top-commitment .box-left .box-content .h2-content-right {
  font-family: source-han-serif-japanese, serif;
  font-size: 2.5rem;
  font-weight: 400;
  letter-spacing: 3px;
  color: #000;
}
@media (max-width: 760px) {
  .top-commitment .box-left .box-content .h2-content-right {
    font-size: 6.41025vw;
  }
}
.top-commitment .box-left .box-content .p-content-right {
  font-family: source-han-sans-japanese, sans-serif;
  font-size: 1.3rem;
  font-weight: 400;
  padding: 10px 0 12px 0;
  line-height: 2.2;
  letter-spacing: 0.5px;
  color: #000;
}
@media (max-width: 760px) {
  .top-commitment .box-left .box-content .p-content-right {
    font-size: 3.33333vw;
    padding: 2vw 0 3vw 0;
    letter-spacing: 0;
  }
}
.top-commitment .box-left .box-content .btn a {
  font-family: acumin-pro, sans-serif;
  font-size: 1.3rem;
  font-weight: 400;
  position: relative;
  letter-spacing: 3px;
  color: #a8a8a8;
}
@media (max-width: 760px) {
  .top-commitment .box-left .box-content .btn a {
    font-size: 3.33333vw;
  }
}
.top-commitment .box-left .box-content .btn a:after {
  content: "";
  position: absolute;
  top: 60%;
  left: calc(100% + 5px);
  transform: translateY(-50%) scale(0.5);
  width: 0;
  height: 0;
  border-width: 5px 0 5px 10px;
  border-style: solid;
  border-color: transparent transparent transparent #d3d3d3;
}
.top-commitment .box-left .box-content .btn a:hover {
  color: #6699cc;
}
.top-commitment .box-left .box-content .btn a:hover:after {
  border-color: transparent transparent transparent #6699cc;
}
.top-commitment .box-left .box-content:after {
  content: "1";
  position: absolute;
  top: 0;
  left: -5px;
  font-size: 7.8rem;
  font-weight: 400;
  color: #dadada;
  line-height: 0.8;
  text-shadow: 0 0 0 #000;
}
@media (max-width: 760px) {
  .top-commitment .box-left .box-content:after {
    width: 7.94871vw;
    height: 14.61537vw;
  }
}
.top-commitment .box-left .box-content:nth-child(3):after {
  content: "2";
}
.top-commitment .box-left .box-content:nth-child(4):after {
  content: "3";
}
.top-commitment .box-right {
  width: calc(50% - 7.5px);
  height: 452px;
  border-radius: 30px 0 0 30px;
  overflow: hidden;
  margin: 103px 0 0 0;
}
@media (min-width: 761px) {
  .top-commitment .box-right {
    position: absolute;
    right: 0;
    top: 0;
  }
}
@media (max-width: 760px) {
  .top-commitment .box-right {
    width: 88.97427vw;
    height: 56.92302vw;
    border-radius: 5vw 0 0 5vw;
    margin: 20.5vw 0 0 auto;
  }
}
.top-commitment .box-right img {
  width: 100%;
  height: inherit;
  object-fit: cover;
}
@media (min-width: 761px) {
  .top-commitment .box-right img {
    object-position: left top;
  }
}
@media screen and (min-width: 0\0 ) and (min-resolution: 72dpi) {
  .top-commitment .box-right img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
}

/* ------------------------------------
top-support-system
------------------------------------ */
.top-support-system {
  width: 100%;
  height: 452.56px;
  margin: 142px auto 0 auto;
}
@media (min-width: 761px) {
  .top-support-system {
    display: flex;
    flex-wrap: wrap;
    position: relative;
  }
}
@media (max-width: 760px) {
  .top-support-system {
    height: auto;
    display: flex;
    flex-direction: column-reverse;
    margin: 29vw auto 0 auto;
  }
}
.top-support-system .box-left {
  width: calc(50% - 7.5px);
  height: 452.56px;
  border-radius: 0 30px 30px 0;
  overflow: hidden;
}
@media (min-width: 761px) {
  .top-support-system .box-left {
    position: absolute;
    left: 0;
    top: 0;
  }
}
@media (max-width: 760px) {
  .top-support-system .box-left {
    width: 90.51273vw;
    height: 58.20507vw;
    border-radius: 0 4vw 4vw 0;
    margin: 25vw 0 0 0;
  }
}
.top-support-system .box-left img {
  width: 100%;
  height: inherit;
  object-fit: cover;
}
@media screen and (min-width: 0\0 ) and (min-resolution: 72dpi) {
  .top-support-system .box-left img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
}
.top-support-system .box-right {
  width: 1100px;
  padding-left: calc(1000px - 333px);
  padding-right: 33px;
  height: auto;
  text-align: right;
  margin: 45px auto 0 auto;
}
@media (max-width: 760px) {
  .top-support-system .box-right {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    margin: 5vw auto 0 auto;
  }
}
.top-support-system .box-right .title {
  width: 333px;
  height: auto;
  float: right;
  position: relative;
  overflow: hidden;
  margin: 0 auto 20px auto;
  text-align: center;
}
@media (max-width: 760px) {
  .top-support-system .box-right .title {
    width: 100%;
  }
}
.top-support-system .box-right .title .h2 {
  font-family: source-han-serif-japanese, serif;
  font-size: 2.5rem;
  font-weight: 400;
  letter-spacing: 3px;
  color: #000;
}
@media (max-width: 760px) {
  .top-support-system .box-right .title .h2 {
    font-size: 6.41025vw;
  }
}
.top-support-system .box-right .title .p {
  font-family: source-han-sans-japanese, sans-serif;
  font-size: 1.3rem;
  font-weight: 400;
  margin: 14px 0 35px 0;
  letter-spacing: 0;
  color: #000;
}
@media (max-width: 760px) {
  .top-support-system .box-right .title .p {
    font-size: 3.33333vw;
  }
}
.top-support-system .box-right .btn {
  width: 333px;
  height: 64px;
  border: 3px solid #e4e4e4;
  color: #6e6e6e;
  float: right;
  position: relative;
  overflow: hidden;
  margin: 0 auto 24px auto;
  text-align: center;
  z-index: 1000;
}
@media (max-width: 760px) {
  .top-support-system .box-right .btn {
    width: 85.38453vw;
    height: 16.41024vw;
    line-height: 14.41024vw;
    margin: 0 auto 6vw auto;
    float: none;
  }
}
.top-support-system .box-right .btn a {
  font-family: source-han-sans-japanese, sans-serif;
  font-size: 1.5rem;
  font-weight: 400;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 58px;
}
@media (max-width: 760px) {
  .top-support-system .box-right .btn a {
    font-size: 3.84615vw;
  }
}
.top-support-system .box-right .btn:hover {
  border: 3px solid #6699cc;
  color: #6699cc;
}
.top-support-system .box-right .btn:hover:after {
  border-color: transparent transparent transparent #6699cc;
}
.top-support-system .box-right .btn:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 8px;
  transform: translateY(-50%) scale(0.5);
  width: 0;
  height: 0;
  transition: transform 0.3s;
  border-width: 7px 0 7px 12px;
  border-style: solid;
  border-color: transparent transparent transparent #a8a8a8;
}

/* ------------------------------------
top-plan
------------------------------------ */
.top-plan {
  width: 100%;
  height: auto;
  display: block;
  margin: 224px auto 0 auto;
}
@media (max-width: 760px) {
  .top-plan {
    margin: 37vw auto 0 auto;
    padding: 0 7.17948vw;
  }
}
.top-plan .h2 {
  font-family: acumin-pro, sans-serif;
  font-size: 24px;
  font-weight: 400;
  color: #6699cc;
  text-align: center;
  letter-spacing: 5px;
}
@media (max-width: 760px) {
  .top-plan .h2 {
    font-size: 24px;
  }
}
.top-plan .h2-title {
  font-family: source-han-sans-japanese, sans-serif;
  font-size: 1.3rem;
  font-weight: 400;
  color: #000;
  text-align: center;
  line-height: 2;
  letter-spacing: 3px;
}
@media (max-width: 760px) {
  .top-plan .h2-title {
    font-size: 3.33333vw;
  }
}
.top-plan .p-title {
  font-family: source-han-sans-japanese, sans-serif;
  font-size: 1.3rem;
  font-weight: 400;
  color: #000;
  text-align: center;
  margin-bottom: 41px;
}
@media (max-width: 760px) {
  .top-plan .p-title {
    font-size: 3.33333vw;
    margin-bottom: 12vw;
  }
}
.top-plan .box-content {
  width: 1100px;
  margin: 80px auto 0 auto;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 0 0 49px 0;
}
@media (max-width: 760px) {
  .top-plan .box-content {
    width: 100%;
    padding: 0 0 0 0;
    margin: 0 auto 0 auto;
    display: block;
  }
}
.top-plan .box-content.line {
  /* border-bottom: 1px solid cl.$gray07; */
  margin-bottom: 5px;
}
@media (max-width: 760px) {
  .top-plan .box-content.line {
    margin-bottom: 15vw;
    /* padding-bottom: 12vw; */
  }
}
.top-plan .box-content .box-text {
  font-family: source-han-serif-japanese, serif;
  font-size: 1.8rem;
  font-weight: 400;
  position: relative;
  margin: 0 0 0 0;
  /* width: 324px; */
  letter-spacing: 2px;
  color: #000;
}
@media (max-width: 760px) {
  .top-plan .box-content .box-text {
    font-size: 4.61538vw;
    margin: 8vw 0 9vw 4vw;
  }
}
.top-plan .box-content .box-text:after {
  content: "";
  position: absolute;
  top: 52%;
  right: calc(100% + 7px);
  transform: translateY(-50%) scale(0.5);
  width: 0;
  height: 0;
  transition: transform 0.3s;
  border-width: 7.5px 0 7.5px 13px;
  border-style: solid;
  border-color: transparent transparent transparent #b6b6b6;
}
@media (max-width: 760px) {
  .top-plan .box-content .box-text:after {
    top: 57%;
    right: calc(100% + 1vw);
  }
}
.top-plan .box-content .box-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  width: 50%;
}
@media (max-width: 760px) {
  .top-plan .box-content .box-list {
    display: block;
    width: 100%;
  }
}
@media (min-width: 761px) {
  .top-plan .box-content .box-list:first-child {
    padding-right: 50px;
  }
  .top-plan .box-content .box-list:last-child {
    padding-left: 50px;
    border-left: 1px solid #dfdfdf;
  }
}
.top-plan .box-content .box-list .box-detail {
  display: block;
  height: 139.5px;
  width: 100%;
  margin: 40px 0 0 0;
}
@media (max-width: 760px) {
  .top-plan .box-content .box-list .box-detail {
    width: 100%;
    height: auto;
    margin: 8vw 0 0 0;
    align-items: flex-start;
  }
}
.top-plan .box-content .box-list .box-detail a {
  display: flex;
  flex: 0 0 50%;
  align-items: flex-end;
  height: 100%;
}
@media (max-width: 760px) {
  .top-plan .box-content .box-list .box-detail a {
    height: auto;
    align-items: flex-start;
  }
}
.top-plan .box-content .box-list .box-detail a .box-left {
  width: 220px;
  height: 139.5px;
  display: block;
  overflow: hidden;
}
@media (max-width: 760px) {
  .top-plan .box-content .box-list .box-detail a .box-left {
    width: 34.35894vw;
    height: 21.79485vw;
  }
}
.top-plan .box-content .box-list .box-detail a .box-left img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  -webkit-transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  -webkit-transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
  transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
  -webkit-transform: scale(1);
  transform: scale(1);
}
.top-plan .box-content .box-list .box-detail a .box-detail-right {
  padding: 0 0 0 20px;
  width: calc(100% - 220px);
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  height: 100%;
}
@media (max-width: 760px) {
  .top-plan .box-content .box-list .box-detail a .box-detail-right {
    padding: 0 0 0 5vw;
    width: calc(100% - 34.35894vw);
  }
}
.top-plan .box-content .box-list .box-detail a .box-detail-right .p {
  font-family: source-han-sans-japanese, sans-serif;
  font-size: 1.3rem;
  font-weight: 400;
  padding: 0 0 0 0;
  letter-spacing: 0;
  color: #000;
}
@media (max-width: 760px) {
  .top-plan .box-content .box-list .box-detail a .box-detail-right .p {
    font-size: 3.33333vw;
    padding: 4vw 0 1vw 0;
    line-height: 1.7;
  }
}
.top-plan .box-content .box-list .box-detail a .box-detail-right .btn {
  margin-bottom: 6px;
}
.top-plan .box-content .box-list .box-detail a .box-detail-right .btn span {
  font-family: acumin-pro, sans-serif;
  font-size: 1.3rem;
  font-weight: 400;
  position: relative;
  letter-spacing: 3px;
  color: #a8a8a8;
}
@media (max-width: 760px) {
  .top-plan .box-content .box-list .box-detail a .box-detail-right .btn span {
    font-size: 3.33333vw;
  }
}
.top-plan .box-content .box-list .box-detail a .box-detail-right .btn span:after {
  content: "";
  position: absolute;
  top: 58%;
  left: calc(100% + 7px);
  transform: translateY(-50%) scale(0.5);
  width: 0;
  height: 0;
  border-width: 5px 0 5px 9px;
  border-style: solid;
  border-color: transparent transparent transparent #a8a8a8;
}
.top-plan .box-content .box-list .box-detail a .box-detail-right .img.text1 {
  width: 138px;
  height: 23px;
  margin-top: 17px;
}
@media (max-width: 760px) {
  .top-plan .box-content .box-list .box-detail a .box-detail-right .img.text1 {
    width: 35.38458vw;
    height: 5.89743vw;
    margin-top: 0;
  }
}
.top-plan .box-content .box-list .box-detail a .box-detail-right .img.text2 {
  width: 189px;
  height: 20.5px;
  margin-bottom: 3px;
  margin-top: 17px;
}
@media (max-width: 760px) {
  .top-plan .box-content .box-list .box-detail a .box-detail-right .img.text2 {
    width: 44.61534vw;
    height: 4.87179vw;
    margin-bottom: 1vw;
    margin-top: 0;
  }
}
.top-plan .box-content .box-list .box-detail a .box-detail-right .img.text2.up {
  height: auto;
  margin: 0 0 5px;
  width: 100%;
}
@media (max-width: 760px) {
  .top-plan .box-content .box-list .box-detail a .box-detail-right .img.text2.up {
    margin: 0 0 -10px;
  }
}
.top-plan .box-content .box-list .box-detail a .box-detail-right .img.text2.up span {
  font-size: 25px;
  font-weight: bold;
  display: inline-block;
}
@media (max-width: 760px) {
  .top-plan .box-content .box-list .box-detail a .box-detail-right .img.text2.up span {
    font-size: 23px;
    line-height: 1;
  }
}
.top-plan .box-content .box-list .box-detail a .box-detail-right .img.text3 {
  width: 142.5px;
  height: 32px;
}
@media (max-width: 760px) {
  .top-plan .box-content .box-list .box-detail a .box-detail-right .img.text3 {
    width: 36.538425vw;
    height: 8.20512vw;
    margin-top: 1vw;
  }
}
.top-plan .box-content .box-list .box-detail a .box-detail-right .img.text4 {
  width: 172.5px;
  height: 37px;
  padding-top: 7px;
  margin-bottom: 8px;
}
@media (max-width: 760px) {
  .top-plan .box-content .box-list .box-detail a .box-detail-right .img.text4 {
    width: 44.230725vw;
    height: 9.48717vw;
    padding-top: 1.8vw;
    margin-bottom: 2vw;
  }
}
.top-plan .box-content .box-list .box-detail a .box-detail-right .img.text5 {
  width: 141.6px;
  height: 24px;
  margin-top: 17px;
}
@media (max-width: 760px) {
  .top-plan .box-content .box-list .box-detail a .box-detail-right .img.text5 {
    width: 36.307656vw;
    height: 6.15384vw;
    margin-top: 0;
  }
}
.top-plan .box-content .box-list .box-detail a .box-detail-right .img img {
  width: 100%;
  height: auto;
  object-fit: cover;
}
.top-plan .box-content .box-list .box-detail:hover a .box-left img {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}
.top-plan .box-content .box-list .box-detail:hover a .box-detail-right .btn span {
  color: #6699cc;
}
.top-plan .box-content .box-list .box-detail:hover a .box-detail-right .btn span:after {
  border-color: transparent transparent transparent #6699cc;
}
.top-plan .btn-bottom {
  width: 190px;
  height: 43px;
  position: relative;
  overflow: hidden;
  margin: 23px auto 0 auto;
  text-align: center;
  border: 1px solid #6e6e6e;
  color: #6e6e6e;
}
@media (max-width: 760px) {
  .top-plan .btn-bottom {
    width: 48.7179vw;
    height: 11.5vw;
    line-height: 11vw;
    margin: 13vw auto 0 auto;
  }
}
.top-plan .btn-bottom a {
  font-family: acumin-pro, sans-serif;
  font-size: 1.3rem;
  font-weight: 400;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-right: 8px;
  letter-spacing: 3px;
  line-height: 39px;
}
@media (max-width: 760px) {
  .top-plan .btn-bottom a {
    font-size: 3.33333vw;
    line-height: 10.02563vw;
  }
}
.top-plan .btn-bottom:after {
  content: "";
  position: absolute;
  top: 54%;
  right: 42px;
  transform: translateY(-50%) scale(0.5);
  width: 0;
  height: 0;
  transition: transform 0.3s;
  border-width: 5px 0 5px 10px;
  border-style: solid;
  border-color: transparent transparent transparent #a8a8a8;
}
@media (max-width: 760px) {
  .top-plan .btn-bottom:after {
    right: 10.769vw;
  }
}
.top-plan .btn-bottom:hover {
  border: 1px solid #6699cc;
  color: #6699cc;
}
.top-plan .btn-bottom:hover:after {
  border-color: transparent transparent transparent #6699cc;
}

/* ------------------------------------
top-work
------------------------------------ */
.top-work {
  width: 100%;
  display: block;
  height: auto;
  margin: 222px auto 0 auto;
}
@media (max-width: 760px) {
  .top-work {
    margin: 39vw auto 0 auto;
  }
}
.top-work .h2 {
  font-family: acumin-pro, sans-serif;
  font-size: 24px;
  font-weight: 400;
  color: #6699cc;
  text-align: center;
  letter-spacing: 5px;
}
@media (max-width: 760px) {
  .top-work .h2 {
    font-size: 24px;
  }
}
.top-work .p {
  font-family: source-han-sans-japanese, sans-serif;
  font-size: 1.3rem;
  font-weight: 400;
  color: #000;
  text-align: center;
  line-height: 2;
  letter-spacing: 0.5px;
}
@media (max-width: 760px) {
  .top-work .p {
    font-size: 3.33333vw;
  }
}
.top-work .top-work-list {
  width: 1238px;
  height: auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 33px auto 0 auto;
}
@media (max-width: 760px) {
  .top-work .top-work-list {
    width: 82.0512vw;
    margin: 7.5vw auto 0 auto;
  }
}
.top-work .top-work-list .box-detail {
  width: auto;
  height: auto;
  margin: 0 21px 18px 21px;
  text-align: left;
  overflow: hidden;
}
@media (max-width: 760px) {
  .top-work .top-work-list .box-detail {
    margin: 0 0 5vw 0;
  }
}
.top-work .top-work-list .box-detail .img {
  height: 237px;
  width: 100%;
  overflow: hidden;
}
@media (max-width: 760px) {
  .top-work .top-work-list .box-detail .img {
    height: 52.30764vw;
  }
}
.top-work .top-work-list .box-detail .img img {
  width: 100%;
  height: inherit;
  object-fit: cover;
  -webkit-transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  -webkit-transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
  transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
  -webkit-transform: scale(1);
  transform: scale(1);
}
.top-work .top-work-list .box-detail .tag {
  font-size: 1.1rem;
  font-weight: 500;
  color: #fff;
  line-height: 1;
  display: flex;
  flex-wrap: wrap;
  height: auto;
  margin: 25px 0 0 0;
}
@media (max-width: 760px) {
  .top-work .top-work-list .box-detail .tag {
    font-size: 2.82051vw;
    margin: 4vw 0 0 0;
  }
}
.top-work .top-work-list .box-detail .tag li {
  background: #bebebe;
  padding: 3px 5px;
  margin-right: 5px;
  margin-bottom: 5px;
  white-space: nowrap;
}
.top-work .top-work-list .box-detail .p3 {
  font-family: source-han-serif-japanese, serif;
  font-size: 1.5rem;
  font-weight: 400;
  /* color: cl.$gray03; */
  margin-top: 5px;
  line-height: 1.5;
  display: block;
  display: -webkit-box;
  max-width: 100%;
  height: 2rem;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media (max-width: 760px) {
  .top-work .top-work-list .box-detail .p3 {
    font-size: 3.84615vw;
  }
}
.top-work .top-work-list .box-detail .p4 {
  border-top: 1px solid #dedede;
  font-size: 1.2rem;
  font-weight: 400;
  /* color: cl.$gray09; */
  line-height: 2.2;
  text-align: center;
  margin-top: 15px;
  padding-top: 11px;
}
@media (max-width: 760px) {
  .top-work .top-work-list .box-detail .p4 {
    font-size: 3.07692vw;
    margin-top: 4vw;
    padding-top: 2.5vw;
  }
}
.top-work .top-work-list .box-detail .p4 span {
  margin: 0 7px;
  letter-spacing: 1px;
}
.top-work .top-work-list .box-detail:hover .img img {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}
.top-work .top-work-list .slick-next {
  right: -26px;
  top: 136px;
  background-image: url("../images/next.svg");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  width: 25px;
  height: 44px;
}
@media (max-width: 760px) {
  .top-work .top-work-list .slick-next {
    top: 30vw;
    right: -7vw;
    width: 4.10256vw;
    height: 7.17948vw;
  }
}
.top-work .top-work-list .slick-prev {
  left: -26px;
  top: 136px;
  background-image: url("../images/prev.svg");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  width: 25px;
  height: 44px;
}
@media (max-width: 760px) {
  .top-work .top-work-list .slick-prev {
    left: -7vw;
    top: 30vw;
    width: 4.10256vw;
    height: 7.17948vw;
  }
}
.top-work .btn-bottom {
  width: 190px;
  height: 43px;
  position: relative;
  overflow: hidden;
  margin: 42px auto 223px auto;
  text-align: center;
  border: 1px solid #6e6e6e;
  color: #6e6e6e;
}
@media (max-width: 760px) {
  .top-work .btn-bottom {
    width: 48.7179vw;
    height: 11.02563vw;
    line-height: 9.02563vw;
    margin: 9vw auto 34vw auto;
  }
}
.top-work .btn-bottom a {
  font-family: acumin-pro, sans-serif;
  font-size: 1.3rem;
  font-weight: 400;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-right: 8px;
  letter-spacing: 3px;
}
@media (max-width: 760px) {
  .top-work .btn-bottom a {
    font-size: 3.33333vw;
    line-height: 10.02563vw;
  }
}
.top-work .btn-bottom:after {
  content: "";
  position: absolute;
  top: 54%;
  right: 42px;
  transform: translateY(-50%) scale(0.5);
  width: 0;
  height: 0;
  transition: transform 0.3s;
  border-width: 5px 0 5px 10px;
  border-style: solid;
  border-color: transparent transparent transparent #a8a8a8;
}
@media (max-width: 760px) {
  .top-work .btn-bottom:after {
    right: 10.769vw;
  }
}
.top-work .btn-bottom:hover {
  border: 1px solid #6699cc;
  color: #6699cc;
}
.top-work .btn-bottom:hover:after {
  border-color: transparent transparent transparent #6699cc;
}

/* ------------------------------------
top-model-house
------------------------------------ */
.top-model-house {
  height: 317px;
  width: 1101px;
  margin: 0 auto;
  display: block;
  position: relative;
  overflow: hidden;
}
@media (max-width: 760px) {
  .top-model-house {
    height: 59.74353vw;
    width: 89.23068vw;
  }
}
.top-model-house:hover img {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}
.top-model-house a {
  display: inline-block;
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 2;
}
.top-model-house a::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 317px;
  background: rgba(36, 36, 36, 0.35);
  z-index: 1;
}
@media (max-width: 760px) {
  .top-model-house a::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 89.23068vw;
    height: 59.74353vw;
    background: rgba(36, 36, 36, 0.35);
  }
}
.top-model-house img {
  position: absolute;
  width: 100%;
  height: auto;
  object-fit: cover;
  -webkit-transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  -webkit-transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
  transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
  -webkit-transform: scale(1);
  transform: scale(1);
}
.top-model-house .center {
  width: 496px;
  height: 151px;
  /* background: cl.$white; */
  opacity: 0.85;
  text-align: right;
  padding-top: 45px;
}
@media (min-width: 761px) {
  .top-model-house .center {
    position: absolute;
    top: 50%;
    left: 70%;
    transform: translate(-50%, -50%);
    z-index: 2;
  }
}
@media (max-width: 760px) {
  .top-model-house .center {
    position: absolute;
    width: 77.43582vw;
    height: 34.61535vw;
    padding-top: 7.5vw;
    margin: 12.5vw auto 0 auto;
    z-index: 2;
  }
}
.top-model-house .center .h2 {
  font-family: acumin-pro, sans-serif;
  font-size: 4rem;
  font-weight: 400;
  color: #fff;
  line-height: 1;
  margin-bottom: 10px;
}
@media (max-width: 760px) {
  .top-model-house .center .h2 {
    font-size: 8.20512vw;
    margin-bottom: 3%;
  }
}
.top-model-house .center .p {
  font-family: source-han-sans-japanese, sans-serif;
  font-size: 1.3rem;
  font-weight: 400;
  color: #fff;
  line-height: 2.5;
}
@media (max-width: 760px) {
  .top-model-house .center .p {
    font-size: 3.33333vw;
    line-height: 1.8;
  }
}
.top-model-house:after {
  content: "";
  background-image: url("../images/icon_play.svg");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  position: absolute;
  bottom: 11px;
  right: 14px;
  width: 29px;
  height: 29px;
  transition: transform 0.3s;
  z-index: 3;
}
@media (max-width: 760px) {
  .top-model-house:after {
    bottom: 2.5vw;
    right: 3vw;
  }
}

.wrap-top-model-house {
  width: 100%;
  background: linear-gradient(180deg, #fff 0%, #fff 40%, #eee 40%, #eee 100%);
  padding-bottom: 100px;
}
@media (max-width: 760px) {
  .wrap-top-model-house {
    padding-bottom: 10%;
  }
}
@media (min-width: 761px) {
  .wrap-top-model-house.clum {
    display: flex;
    justify-content: center;
  }
}
.wrap-top-model-house.clum .top-model-house {
  background: url(../images/model_house_pc.jpg) no-repeat center;
  background-size: cover;
}
@media (min-width: 761px) {
  .wrap-top-model-house.clum .top-model-house {
    margin: 0;
    width: 670px;
  }
}
@media (max-width: 760px) {
  .wrap-top-model-house.clum .top-model-house {
    margin-bottom: 5vw;
  }
}
.wrap-top-model-house.clum .top-model-house .center {
  left: 50%;
  text-align: center;
}
@media (max-width: 760px) {
  .wrap-top-model-house.clum .top-model-house .center {
    transform: translate(-50%, -50%);
    top: 50%;
    padding: 0;
    margin: 0;
    height: auto;
  }
}
.wrap-top-model-house.clum .top-model-house.metaverse {
  background: url(../images/metaverse_pc.jpg) no-repeat center;
  background-size: cover;
}
@media (min-width: 761px) {
  .wrap-top-model-house.clum .top-model-house.metaverse {
    margin-left: 3%;
  }
}
@media (min-width: 761px) {
  .wrap-top-model-house.clum .top-model-house.metaverse .center {
    height: 120px;
  }
}
.wrap-top-model-house.clum .top-model-house.metaverse .center h2 {
  font-size: 3.5rem;
}
@media (max-width: 760px) {
  .wrap-top-model-house.clum .top-model-house.metaverse .center h2 {
    font-size: 6.3vw;
  }
}

/* ------------------------------------
mem3
------------------------------------ */
.about {
  display: block;
  max-width: 1200px;
  margin: 120px auto 250px;
}
@media (max-width: 760px) {
  .about {
    margin: 34.872vw 0 41.513vw;
  }
}
.about .title {
  font-family: acumin-pro, sans-serif;
  color: #6699cc;
  font-size: 38px;
  font-weight: 400;
  line-height: 43px;
  text-align: center;
  letter-spacing: 5px;
  padding-bottom: 10px;
}
@media (max-width: 760px) {
  .about .title {
    padding-bottom: 0.82vw;
  }
}
.about .content {
  color: #6e6e6e;
  font-size: 13px;
  text-align: center;
  padding-bottom: 42px;
}
@media (max-width: 760px) {
  .about .content {
    padding-bottom: 6.692vw;
    line-height: 2;
  }
}
.about .block-img {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 760px) {
  .about .block-img {
    display: block;
  }
}
.about .block-img .img-left {
  display: block;
  position: relative;
  height: 292px;
  width: 580px;
  overflow: hidden;
}
@media (max-width: 760px) {
  .about .block-img .img-left {
    width: 84.615vw;
    height: 42.564vw;
    margin: 0 auto 4.358vw;
  }
}
.about .block-img .img-left img {
  display: block;
  height: 100%;
  width: 100%;
  object-fit: cover;
  -webkit-transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  -webkit-transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
  transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
  -webkit-transform: scale(1);
  transform: scale(1);
}
.about .block-img .img-left img:hover {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}
.about .block-img .img-left .caption {
  font-family: source-han-serif-japanese, serif;
  position: absolute;
  color: #fff;
  font-size: 24px;
  line-height: 41px;
  bottom: 18px;
  left: 26px;
  letter-spacing: 4px;
}
@media (max-width: 760px) {
  .about .block-img .img-left .caption {
    left: 4.3vw;
    bottom: 2.6vw;
  }
}
.about .block-img .img-right {
  display: block;
  position: relative;
  height: 292px;
  width: 580px;
  overflow: hidden;
}
@media (max-width: 760px) {
  .about .block-img .img-right {
    width: 84.615vw;
    height: 42.564vw;
    margin: 0 auto 6.358vw;
  }
}
.about .block-img .img-right img {
  display: block;
  height: 100%;
  width: 100%;
  object-fit: cover;
  -webkit-transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  -webkit-transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
  transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
  -webkit-transform: scale(1);
  transform: scale(1);
}
.about .block-img .img-right img:hover {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}
.about .block-img .img-right .caption {
  font-family: source-han-serif-japanese, serif;
  position: absolute;
  color: #fff;
  font-size: 24px;
  line-height: 41px;
  bottom: 18px;
  left: 32px;
  letter-spacing: 3px;
}
@media (max-width: 760px) {
  .about .block-img .img-right .caption {
    left: 4vw;
    bottom: 2.8vw;
  }
}
.about .img-3 {
  display: block;
  position: relative;
  margin-top: 30px;
}
@media (max-width: 760px) {
  .about .img-3 {
    width: 84.615vw;
    margin: 0 auto;
  }
}
.about .img-3 a {
  display: block;
  height: 100%;
}
.about .img-3 a::after {
  content: "";
  display: block;
  position: absolute;
  cursor: pointer;
  right: 18px;
  bottom: 10px;
  height: 29px;
  width: 29px;
  background-image: url("../images/cmn/next_icon.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
@media (max-width: 760px) {
  .about .img-3 a::after {
    width: 7.435vw;
    height: 7.435vw;
    right: 3.589vw;
    bottom: 3.589vw;
  }
}
.about .img-3 .img-option-pc {
  display: block;
}
@media (max-width: 760px) {
  .about .img-3 .img-option-pc {
    display: none;
  }
}
.about .img-3 .img-option-pc img {
  display: block;
  height: 100%;
}
.about .img-3 .img-option-sp {
  display: none;
}
@media (max-width: 760px) {
  .about .img-3 .img-option-sp {
    display: block;
    width: 84.615vw;
    margin: 0 auto;
  }
}
.about .img-3 .img-option-sp img {
  display: block;
  height: 100%;
}
.about .img-3 .block-content {
  display: block;
  position: absolute;
  width: 527px;
  top: 50%;
  left: 50px;
  transform: translate(0, -50%);
}
@media (max-width: 760px) {
  .about .img-3 .block-content {
    width: 84.615vw;
    top: 0;
    left: 0;
    padding: 3.717vw 6.41vw 0 3.41vw;
    transform: none;
  }
}
.about .img-3 .block-content .title {
  color: #6699cc;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 3px;
  text-align: left;
  line-height: 33px;
  padding-top: 4px;
}
@media (max-width: 760px) {
  .about .img-3 .block-content .title {
    font-size: 10px;
    padding-top: 0;
    padding-bottom: 0;
    line-height: 1;
  }
}
.about .img-3 .block-content .larg-txt {
  font-family: "YakuHanJP", source-han-sans-japanese, sans-serif;
  font-family: source-han-serif-japanese, serif;
  font-size: 25px;
  font-weight: 500;
  line-height: 50px;
  letter-spacing: 2px;
}
@media (max-width: 760px) {
  .about .img-3 .block-content .larg-txt {
    /* margin-top: 0.307vw; */
    line-height: 2;
    letter-spacing: 1px;
    font-size: 5.5vw;
  }
}
.about .img-3 .block-content .larg-txt span {
  letter-spacing: 5px;
}
.about .img-3 .block-content .txt {
  color: #6e6e6e;
  font-size: 13px;
  line-height: 31px;
  letter-spacing: 0px;
  margin-top: 18px;
}
.about .img-3 .block-content .txt.sp {
  display: none;
}
@media (max-width: 760px) {
  .about .img-3 .block-content .txt.sp {
    display: block;
    letter-spacing: 1px;
    line-height: 6.41vw;
    margin-top: 1.307vw;
    font-size: 3.4vw;
  }
}
@media (max-width: 760px) {
  .about .img-3 .block-content .txt.pc {
    display: none;
  }
}
.about .sec_dx .main {
  width: 1200px;
  height: auto;
  position: relative;
  margin: 60px auto 0;
}
@media (max-width: 760px) {
  .about .sec_dx .main {
    width: 84.615vw;
    margin-top: 5vw;
    padding: 0;
  }
}
.about .sec_dx .main .img {
  width: 100%;
  height: 277px;
  display: block;
  overflow: hidden;
}
@media (max-width: 760px) {
  .about .sec_dx .main .img {
    height: 45.15vw;
  }
}
.about .sec_dx .main .img img {
  width: 100%;
  height: inherit;
  object-fit: cover;
  display: block;
  -webkit-transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  -webkit-transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
  transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
  -webkit-transform: scale(1);
  transform: scale(1);
}
.about .sec_dx .main .content {
  width: 932px;
  height: 172px;
  background: rgba(54, 54, 54, 0.65);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  padding-top: 45px;
}
@media (max-width: 760px) {
  .about .sec_dx .main .content {
    width: 76.41vw;
    height: 35.897vw;
    padding-top: calc((45.897vw - 110px) / 2);
  }
}
.about .sec_dx .main .content .tit {
  /* font-family: txt.$font01; */
  font-size: 1.3rem;
  font-weight: 400;
  color: #fff;
  /* letter-spacing: 3px; */
  margin-bottom: 15px;
}
@media (max-width: 760px) {
  .about .sec_dx .main .content .tit {
    font-size: 3.333vw;
  }
}
.about .sec_dx .main .content .txt {
  font-size: 3.8rem;
  color: #fff;
  font-weight: 400;
  letter-spacing: 3px;
  font-family: acumin-pro, sans-serif;
}
@media (max-width: 760px) {
  .about .sec_dx .main .content .txt {
    font-size: 5.74358vw;
  }
}
.about .sec_dx .main .content .lead {
  font-size: 1.3rem;
  color: #fff;
  line-height: 1.8em;
}
.about .sec_dx .main a {
  display: block;
}
.about .sec_dx .main a:hover {
  opacity: 1;
}
.about .sec_dx .main a:hover .img img {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}

/* ------------------------------------
end - mem3
------------------------------------ */
.l-top {
  overflow-x: hidden;
}
.l-top main {
  padding-bottom: 0;
  margin-top: 0;
}

/* ------------------------------------

section_news

------------------------------------ */
.l-top .l-news .p-item__photo {
  width: 100%;
  height: 0;
  padding-bottom: 66%;
  margin-bottom: 10px;
}
.l-top .l-news .p-item__icons {
  text-align: left;
}
.l-top .l-news .p-item__post-title {
  margin-top: 6px;
  max-height: 45px;
  line-height: 1.3;
  overflow: hidden;
}
.l-top .l-news .p-item__post-date {
  margin-top: 0;
  font-size: 13px;
}

@media screen and (min-width: 761px) {
  .l-top .l-news {
    width: 1200px;
    margin: 95px auto 120px;
  }
  .l-top .l-news__list {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
  }
  .l-top .l-news .p-item-news {
    width: 278px;
    margin-right: 27px;
  }
  .l-top .l-news .p-item-news:nth-child(4n) {
    margin-right: 0;
  }
  .l-top .l-news .c-button {
    margin-top: 55px;
  }
}
@media screen and (max-width: 740px) {
  .l-top .l-news {
    margin-top: 18%;
  }
  .l-top .l-news__list {
    width: 90%;
    margin: 0 auto;
  }
}
/* ------------------------------------
scroll trigger
------------------------------------ */
.js_trs {
  opacity: 0;
}

.js_trs.open {
  animation: fadein 0.5s linear forwards;
  opacity: 1;
}

@keyframes fadein {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0.5;
  }
  100% {
    opacity: 1;
  }
}
/* ------------------------------------
bitnami-banner
------------------------------------ */
#bitnami-banner {
  display: none;
}

/* liveoffice banner */

.liveoffice {
    margin:25rem auto 2rem;
    text-align: center;
}
.liveoffice img {
    width:95%;
}

@media screen and (max-width: 740px) {
.liveoffice {
    margin-top:10rem;

}
}
/*# sourceMappingURL=top.css.map */