  /*----------------------------------------
	btn_block
----------------------------------------*/
.btn_block {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 240px;
  height: 40px;
  font-size: 1.6rem;
  font-weight: bold;
  color: #000;
  border: 1px solid #85023e;
  transition: .4s;
  box-sizing: border-box;
}

.btn_block:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 12px;
  height: 1px;
  background: #85023e;
  margin: auto;
  transition: .4s;
}

.btn_block:hover {
  opacity: 1;
  color: #fff;
  background: #85023e;
}

.btn_block:hover:before {
  width: 6px;
  background: #fff;
}

.btn_block.en {
  letter-spacing: .05rem;
}

@media screen and (max-width: 736px) {
  .btn_block {
    width: 100%;
  }
}

/*----------------------------------------
    hero_block
----------------------------------------*/
#hero_block {
  background: #000;
}

#hero_block .container {
  position: relative;
  max-width: 1600px;
  width: 100%;
  margin: auto;
}

#hero_block .container:after {
  content: none;
}

#hero_block .gallery-top .swiper-slide a {
  position: relative;
  padding-top: calc(60 / 128 * 100%);
  display: block;
}

#hero_block .gallery-top .swiper-slide a:before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 300px;
  z-index: 1;
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 1%, rgba(0, 0, 0, 0.85) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 1%, rgba(0, 0, 0, 0.85) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 1%, rgba(0, 0, 0, 0.85) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#d9000000',GradientType=0 );
  /* IE6-9 */
}

#hero_block .gallery-top .swiper-slide a:hover {
  opacity: 1;
}

#hero_block .gallery-top .swiper-slide .thumb {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#hero_block .gallery-top .swiper-slide .thumb img, #hero_block .gallery-top .swiper-slide .thumb iframe {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: auto;
  pointer-events: none;
  object-fit: cover;
  object-position: center;
  font-family: 'object-fit: cover; object-position: center;';
}

#hero_block .gallery-top .swiper-slide .content {
  position: absolute;
  display: flex;
  align-items: flex-end;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  font-size: 3.2rem;
  font-weight: bold;
  color: #fff;
  padding: 0 4.69% 110px;
  z-index: 1;
  box-sizing: border-box;
  line-height: 1.4;
}

#hero_block .gallery-top .swiper-pagination {
  display: none;
}

#hero_block .gallery-top .swiper-button-next,
#hero_block .gallery-top .swiper-button-prev {
  position: absolute;
  width: 40px;
  height: 40px;
  background: #fff;
}

#hero_block .gallery-top .swiper-button-next:before,
#hero_block .gallery-top .swiper-button-prev:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 12px;
  height: 12px;
  margin: auto;
  border-top: 2px solid #85023e;
  border-right: 2px solid #85023e;
  box-sizing: border-box;
}

#hero_block .gallery-top .swiper-button-next {
  right: 0;
}

#hero_block .gallery-top .swiper-button-next:before {
  right: 5px;
  transform: rotate(45deg);
}

#hero_block .gallery-top .swiper-button-prev {
  left: 0;
}

#hero_block .gallery-top .swiper-button-prev:before {
  left: 5px;
  transform: rotate(225deg);
}

#hero_block .gallery-thumbs {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 0 4.69% 24px;
  box-sizing: border-box;
}

#hero_block .gallery-thumbs .swiper-wrapper {
  overflow: hidden;
}

#hero_block .gallery-thumbs .swiper-slide {
  cursor: pointer;
}

#hero_block .gallery-thumbs .swiper-slide h2 {
  position: relative;
  font-size: 1.3rem;
  font-weight: bold;
  color: #fff;
  padding: 10px 0 0;
  border-top: 2px solid rgba(255, 255, 255, 0.6);
  opacity: .6;
}

#hero_block .gallery-thumbs .swiper-slide h2:before {
  content: "";
  position: absolute;
  top: -2px;
  left: 0;
  width: 0;
  height: 2px;
  background: #85023e;
}

#hero_block .gallery-thumbs .swiper-slide-thumb-active h2 {
  border-top: 2px solid #fff;
  opacity: 1;
}

#hero_block .gallery-thumbs .swiper-slide-thumb-active h2:before {
  width: 100%;
  transition: 7.5s;
}

#hero_block.stopped .gallery-thumbs .swiper-slide-thumb-active h2:before {
  width: 0;
  transition: 0s;
}

#hero_block.en .gallery-top .swiper-slide .content {
  padding: 0 4.69% 70px;
}

#hero_block.en .gallery-thumbs {
  padding: 0 4.69% 40px;
}

#hero_block.en .gallery-thumbs .swiper-slide h2 {
  height: 0;
  padding: 0;
}


@media screen and (max-width: 1200px) {
  #hero_block {
    position: relative;
    background: #fff;
  }
  #hero_block .gallery-top .swiper-slide a {
    padding-top: 0;
  }
  #hero_block .gallery-top .swiper-slide a:before {
    content: none;
  }
  #hero_block .gallery-top .swiper-slide .thumb {
    position: relative;
    display: block;
    padding-top: calc(60 / 128 * 100%);
    overflow: hidden;
  }
  #hero_block .gallery-top .swiper-slide .thumb iframe {
    height: calc(100% + 12px);
    vertical-align: baseline;
  }
  #hero_block .gallery-top .swiper-slide .content {
    position: static;
    font-size: 2.7rem;
    color: #000;
    padding: 10px 3% 15px;
  }
  #hero_block .gallery-top .swiper-pagination {
    display: flex;
    top: 44vw;
    bottom: auto;
    padding: 0 4%;
    box-sizing: border-box;
  }
  #hero_block .gallery-top .swiper-pagination span {
    position: relative;
    width: 100%;
    height: 2px;
    background: #fff;
    border-radius: 0;
    box-shadow: 0 0 7px #000000;
  }
  #hero_block .gallery-top .swiper-pagination span:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 2px;
    background: #85023e;
  }

  #hero_block .gallery-top .swiper-pagination .swiper-pagination-bullet-active:before {
    animation: 8.3s animation;
  }
  #hero_block.stopped .gallery-top .swiper-pagination .swiper-pagination-bullet-active:before {
    animation: none;
  }
  #hero_block .gallery-top .swiper-button-next,
  #hero_block .gallery-top .swiper-button-prev {
    top: 24vw;
    width: 30px;
    height: 30px;
  }
  #hero_block .gallery-top .swiper-button-next:before,
  #hero_block .gallery-top .swiper-button-prev:before {
    width: 10px;
    height: 10px;
  }
  #hero_block .gallery-thumbs {
    height: 0;
    visibility: hidden;
  }
  #hero_block.en .gallery-top .swiper-slide .content {
    padding: 10px 3% 13px;
    line-height: 1.3;
  }
}

@media screen and (max-width: 500px) {
  #hero_block .gallery-top .swiper-slide .content {
    font-size: 5.5vw;
  }
}

/*----------------------------------------
	caution_block
----------------------------------------*/
#caution_block {
  background: rgba(132, 3, 62, 0.15);
  padding: 20px 4.69%;
}

#caution_block .container {
  display: flex;
  max-width: 1600px;
  width: 100%;
  margin: auto;
}

#caution_block .container:after {
  content: none;
}

#caution_block .head {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 200px;
  background: #85023e;
}

#caution_block .head h2 {
  font-size: 1.8rem;
  color: #fff;
  text-align: center;
}

#caution_block .body {
  flex: 1;
  background: #fff;
  padding: 20px 40px;
}

#caution_block .body li {
  border-bottom: 1px solid #DCDCDC;
}

#caution_block .body li:last-child {
  border-bottom: none;
}

#caution_block .body a {
  position: relative;
  display: flex;
  padding: 10px 20px 10px 0;
}

#caution_block .body span {
  position: relative;
  display: flex;
  padding: 10px 20px 10px 0;
}

#caution_block .body a:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 7px;
  height: 7px;
  margin: auto;
  border-top: 2px solid #85023e;
  border-right: 2px solid #85023e;
  transform: rotate(45deg);
  box-sizing: border-box;
}

#caution_block .body a:hover {
  opacity: 1;
}

#caution_block .body a:hover h3 {
  color: #85023e;
}

#caution_block .body time {
  font-size: 1.2rem;
  color: #606060;
  line-height: 1.7;
  margin: 0 20px 0 0;
  flex-shrink: 0;
}

#caution_block .body h3 {
  font-size: 1.4rem;
  font-weight: normal;
}

@media screen and (max-width: 736px) {
  #caution_block {
    padding: 0;
  }
  #caution_block .container {
    display: block;
  }
  #caution_block .head {
    width: 100%;
    padding: 16px 5.33%;
    box-sizing: border-box;
  }
  #caution_block .head:after {
    content: none;
  }
  #caution_block .body {
    background: rgba(132, 3, 62, 0.15);
    padding: 24px 5.33%;
  }
  #caution_block .body ul {
    background: #fff;
    padding: 16px;
  }
  #caution_block .body a {
    display: block;
  }
  #caution_block .body time {
    margin: 0;
  }
  #caution_block .body span {
    display: block;
  }
}

/*----------------------------------------
	news_block
----------------------------------------*/
#news_block {
  background: #F4F4F4;
  padding: 80px 4.69%;
}

#news_block .container {
  max-width: 1600px;
  width: 100%;
  margin: auto;
}

#news_block .container:after {
  content: none;
}

#news_block .head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 0 18px;
}

#news_block .head h2 {
  display: flex;
  align-items: center;
  font-size: 1.4rem;
  font-weight: normal;
}

#news_block .head span {
  font-family: 'Oswald', sans-serif;
  font-size: 4.2rem;
  font-weight: bold;
  margin: 0 20px 0 0;
}

#news_block .body {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -10px -20px;
}

#news_block .body li {
  width: 33.3333%;
  padding: 0 10px 20px;
  box-sizing: border-box;
}

#news_block .body li:nth-child(-n+2) {
  width: 50%;
}

#news_block .body a {
  display: block;
  height: 100%;
  background: #fff;
  box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.1);
}

#news_block .body a:hover {
  opacity: 1;
}

#news_block .body a:hover .main:before {
  left: 0;
  width: 100%;
}

#news_block .body a:hover .main h3 {
  color: #85023e;
}

#news_block .body .thumb {
  position: relative;
  padding-top: calc(2 / 3.6 * 100%);
}

#news_block .body .thumb img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: auto;
  object-fit: cover;
  object-position: center;
  font-family: 'object-fit: cover; object-position: center;';
}

#news_block .body .main {
  position: relative;
  padding: 20px;
}

#news_block .body .main:before {
  content: "";
  position: absolute;
  top: 0;
  left: 20px;
  width: 58px;
  height: 3px;
  background: #85023e;
  transition: .4s;
}

#news_block .body .main p {
  margin: 0 0 8px;
}

#news_block .body .main h3 {
  font-size: 2.1rem;
  margin: 0 0 8px;
  transition: .4s;
}

#news_block .body .main time {
  font-size: 1.2rem;
  color: #606060;
}

#news_block .foot {
  display: none;
}

#news_block.en {
  padding: 80px 4.69% 0;
}

#news_block.en .head span {
  letter-spacing: .05rem;
}

@media screen and (max-width: 1200px) {
  #news_block .body .main h3 {
    font-size: 1.9rem;
    line-height: 1.4;
  }
  #news_block .body li:nth-child(n+3) .main h3 {
    font-size: 1.6rem;
  }
}

@media screen and (max-width: 736px) {
  #news_block {
    padding: 50px 5.33%;
  }
  #news_block .head h2 {
    display: block;
  }
  #news_block .head span {
    display: block;
  }
  #news_block .head p {
    display: none;
  }
  #news_block .body {
    display: block;
    margin: 0 0 30px;
  }
  #news_block .body li {
    width: 100%;
    padding: 0 0 25px;
  }
  #news_block .body li:nth-child(-n+2) {
    width: 100%;
  }
  #news_block .body li:last-child {
    padding: 0;
  }
  #news_block .body .main {
    padding: 20px;
  }
  #news_block .body .main:before {
    content: "";
    position: absolute;
    top: 0;
    left: 20px;
    width: 58px;
    height: 3px;
    background: #85023e;
    transition: .4s;
  }
  #news_block .body .main h3,
  #news_block .body li:nth-child(n+3) .main h3 {
    font-size: 1.8rem;
  }
  #news_block .foot {
    display: block;
  }
  #news_block .foot a {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 40px;
    font-size: 1.6rem;
    font-weight: bold;
    border: 1px solid #85023e;
    box-sizing: border-box;
  }
  #news_block .foot a:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 12px;
    height: 1px;
    background: #85023e;
    margin: auto;
  }
  #news_block.en {
    padding: 50px 5.33% 0;
  }
}

/*----------------------------------------
	admissions_block
----------------------------------------*/
#admissions_block {
  display: flex;
  max-width: 1600px;
  padding: 80px 4.69%;
  margin: auto;
  box-sizing: content-box;
}

#admissions_block .head {
  margin: 0 100px 0 0;
}

#admissions_block .head h2 {
  font-size: 1.4rem;
  font-weight: normal;
  margin: 0 0 30px;
}

#admissions_block .head span {
  font-family: 'Oswald', sans-serif;
  display: block;
  font-size: 4.2rem;
  font-weight: bold;
  margin: 0 0 8px;
}

#admissions_block .body {
  flex: 1;
}

#admissions_block .body a {
  position: relative;
  display: flex;
  padding: 10px 0;
  border-top: 2px solid #DCDCDC;
  text-decoration: none;
}

#admissions_block .body a:before {
  content: "";
  position: absolute;
  top: -2px;
  left: 0;
  width: 66px;
  height: 2px;
  background: #85023e;
  transition: .4s;
}

#admissions_block .body a:hover {
  opacity: 1;
}

#admissions_block .body a:hover:before {
  width: 100%;
}

#admissions_block .body a:hover h3 {
  color: #85023e;
}

#admissions_block .body time {
  font-size: 1.2rem;
  color: #606060;
  line-height: 2;
  margin: 0 30px 0 0;
}

#admissions_block .body h3 {
  font-size: 1.6rem;
  transition: .4s;
}

#admissions_block .foot {
  display: none;
}

@media screen and (max-width: 736px) {
  #admissions_block {
    display: block;
    padding: 50px 5.33%;
  }
  #admissions_block .head {
    margin: 0 0 30px;
  }
  #admissions_block .head p {
    display: none;
  }
  #admissions_block .body {
    margin: 0 0 20px;
  }
  #admissions_block .body a {
    display: block;
  }
  #admissions_block .body time {
    margin: 0;
  }
  #admissions_block .foot {
    display: block;
  }
}

/*----------------------------------------
	events_block
----------------------------------------*/
#events_block {
  background: #F4F4F4;
  padding: 80px 4.69%;
}

#events_block .container {
  max-width: 1600px;
  width: 100%;
  margin: auto;
}

#events_block .container:after {
  content: none;
}

#events_block .head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 0 18px;
}

#events_block .head h2 {
  display: flex;
  align-items: center;
  font-size: 1.4rem;
  font-weight: normal;
  margin-right: 20px;
}

#events_block .head span {
  font-family: 'Oswald', sans-serif;
  font-size: 4.2rem;
  font-weight: bold;
  margin: 0 20px 0 0;
}

#events_block .body .swiper-container {
  overflow: visible;
}

#events_block .body .swiper-slide {
  height: auto;
}

#events_block .body .swiper-slide a {
  display: flex;
  flex-direction: column;
  height: 100%;
  background: #fff;
  box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.1);
}

#events_block .body .swiper-slide a:hover {
  opacity: 1;
}

#events_block .body .swiper-slide a:hover .main:before {
  left: 0;
  width: 100%;
}

#events_block .body .swiper-slide a:hover .content h3 {
  color: #85023e;
}

#events_block .body .swiper-slide .thumb {
  position: relative;
  padding-top: calc(2 / 3.6 * 100%);
}

#events_block .body .swiper-slide .thumb img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: auto;
  object-fit: cover;
  object-position: center;
  font-family: 'object-fit: cover; object-position: center;';
}

#events_block .body .swiper-slide .main {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex: 1;
  flex-basis: auto;
  padding: 20px;
}

#events_block .body .swiper-slide .main:before {
  content: "";
  position: absolute;
  top: 0;
  left: 20px;
  width: 43px;
  height: 2px;
  background: #85023e;
  transition: .4s;
}

#events_block .body .swiper-slide .date {
  position: absolute;
  display: flex;
  top: -10px;
  right: 20px;
  background: #85023e;
  padding: 5px 12px;
}

#events_block .body .swiper-slide .date li {
  font-family: 'Oswald', sans-serif;
  position: relative;
  font-size: 1rem;
  color: #fff;
  text-align: center;
  margin: 0 20px 0 0;
}

#events_block .body .swiper-slide .date li:before {
  content: "";
  position: absolute;
  top: 12px;
  right: -13px;
  width: 5px;
  height: 2px;
  background: #fff;
}

#events_block .body .swiper-slide .date li:last-child {
  margin: 0;
}

#events_block .body .swiper-slide .date li:last-child:before {
  content: none;
}

#events_block .body .swiper-slide .date span {
  display: block;
  font-size: 1.6rem;
  color: #fff;
}

#events_block .body .swiper-slide .content {
  flex: 1;
  flex-basis: auto;
  margin: 0 0 16px;
}

#events_block .body .swiper-slide .content p {
  margin: 0 0 8px;
}

#events_block .body .swiper-slide .content h3 {
  font-size: 1.6rem;
  transition: .4s;
}

/* container for events details, i.e., registration status and language */
#events_block .body .swiper-slide .details {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}
/* events registration status */
#events_block .body .swiper-slide .status span {
  font-size: 1rem;
  color: #85023e;
  background: rgba(96, 96, 96, 0.15);
  padding: 2px 5px;
}

#events_block .body .swiper-slide .status.in-active span {
  background: rgba(132, 3, 62, 0.15);
}

/* event language display */
#events_block .body .swiper-slide .details .language {
  max-width: 50%;
  display: inline-block;
  margin-left: 5px;
  font-size: 1.4rem;
  padding: 2px 5px;
  background: #85023e;
  color: #ffffff;
}

/* add "In" before language on English page only */
body.en #events_block .body .swiper-slide .details .language:before {
  content: "In ";
  display: inline;
}

#events_block .foot {
  display: none;
}

#events_block.en .head span {
  letter-spacing: .05rem;
}

@media screen and (max-width: 1200px) {
  #events_block .body {
    overflow: hidden;
  }
}

@media screen and (max-width: 736px) {
  #events_block {
    padding: 50px 5.33%;
  }
  #events_block .head h2 {
    display: block;
    margin-right: 0;
  }
  #events_block .head span {
    display: block;
    margin: auto;
  }
  #events_block .head p {
    display: none;
  }
  #events_block .body {
    overflow: hidden;
    padding: 0;
    margin: 0 -5.33% 30px 0;
  }
  #events_block .foot {
    display: block;
  }
  #events_block .foot a {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 40px;
    font-size: 1.6rem;
    font-weight: 700;
    border: 1px solid #85023e;
    box-sizing: border-box;
  }
  #events_block .foot a:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 12px;
    height: 1px;
    background: #85023e;
    margin: auto;
  }
}

/*----------------------------------------
	facts_block
----------------------------------------*/
#facts_block {
  max-width: 1600px;
  padding: 80px 4.69%;
  margin: auto;
  box-sizing: content-box;
}

#facts_block .head {
  margin: 0 0 16px;
}

#facts_block .head h2 {
  font-size: 1.4rem;
  font-weight: normal;
  text-align: center;
}

#facts_block .head span {
  font-family: 'Oswald', sans-serif;
  display: block;
  font-size: 5.2rem;
  font-weight: bold;
}

#facts_block .body {
  display: flex;
  margin: 0 0 30px;
}

#facts_block .body li {
  width: 33.3333%;
}

#facts_block .body p {
  font-family: 'Oswald', sans-serif;
  position: relative;
  font-size: 8.2rem;
  font-weight: 600;
  color: #85023e;
  text-align: center;
  margin: 0 0 16px;
}

#facts_block .body p:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  width: 30px;
  height: 3px;
  background: #000;
  margin: auto;
}

#facts_block .body h3 {
  font-size: 2.1rem;
  text-align: center;
}

#facts_block .body span {
  display: block;
  font-size: 1.4rem;
  font-weight: normal;
}

#facts_block .body small {
  display: block;
  font-size: 1.1rem;
  font-weight: normal;
  margin: 8px 0 0;
}

#facts_block .foot {
  display: flex;
  justify-content: center;
}

#facts_block.en .head span {
  letter-spacing: .05rem;
}

@media screen and (max-width: 736px) {
  #facts_block {
    padding: 50px 5.33%;
  }
  #facts_block .body {
    display: block;
  }
  #facts_block .body li {
    width: 100%;
    margin: 0 0 8px;
  }
  #facts_block .body li:last-child {
    margin: 0;
  }
  #facts_block .body p {
    font-size: 6.2rem;
  }
  #facts_block .body h3 {
    font-size: 1.9rem;
  }
  #facts_block .foot p {
    width: 100%;
  }
}

/*----------------------------------------
	menu_block
----------------------------------------*/
#menu_block {
  background: #61002C;
  padding: 80px 4.69%;
}

#menu_block .container {
  max-width: 1600px;
  width: 100%;
  margin: auto;
}

#menu_block .container:after {
  content: none;
}

#menu_block ul {
  display: flex;
  margin: 0 -10px;
}

#menu_block ul li {
  width: 33.3333%;
  padding: 0 10px;
  box-sizing: border-box;
}

#menu_block ul li a {
  display: flex;
  flex-direction: column;
  height: 100%;
  background: #fff;
}

#menu_block ul li a:hover {
  opacity: 1;
}

#menu_block ul li a:hover .btn_block {
  color: #fff;
  background: #85023e;
}

#menu_block ul li a:hover .btn_block:before {
  width: 6px;
  background: #fff;
}

#menu_block ul li .thumb {
  position: relative;
  padding-top: calc(2 / 3.6 * 100%);
}

#menu_block ul li .thumb img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: auto;
  object-fit: cover;
  object-position: center;
  font-family: 'object-fit: cover; object-position: center;';
}

#menu_block ul li .main {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex: 1;
  flex-basis: auto;
  padding: 20px;
}

#menu_block ul li .content {
  margin: 0 0 16px;
}

#menu_block ul li .content h2 {
  font-family: 'Oswald', sans-serif;
  font-size: 3.6rem;
  color: #000;
  text-align: center;
}

#menu_block ul li .content p {
  color: #000;
  text-align: center;
}

#menu_block ul li .more {
  display: flex;
  justify-content: center;
}

#menu_block ul li .more p {
  margin: 0;
}

#menu_block.en ul li .content h2 {
  letter-spacing: .05rem;
}

@media screen and (max-width: 1200px) {
  #menu_block ul li .more p .btn_block {
    width: 100%;
  }
  #menu_block ul li .more p {
    width: 100%;
  }
}

@media screen and (max-width: 736px) {
  #menu_block {
    padding: 50px 5.33%;
  }
  #menu_block ul {
    display: block;
    margin: 0;
  }
  #menu_block ul li {
    width: 100%;
    padding: 0 0 20px;
    margin: 0;
  }
  #menu_block ul li:last-child {
    padding: 0;
  }
  #menu_block ul li .main {
    padding: 20px 10.33% 35px;
  }
}

/*----------------------------------------
	notices_block
----------------------------------------*/
#notices_block {
  display: flex;
  max-width: 1600px;
  padding: 80px 4.69%;
  margin: auto;
  box-sizing: content-box;
}

#notices_block .head {
  margin: 0 100px 0 0;
}

#notices_block .head h2 {
  font-size: 1.4rem;
  font-weight: normal;
  margin: 0 0 30px;
}

#notices_block .head span {
  font-family: 'Oswald', sans-serif;
  display: block;
  font-size: 4.2rem;
  font-weight: bold;
  margin: 0 0 8px;
}

#notices_block .body {
  flex: 1;
}

#notices_block .body a {
  position: relative;
  display: flex;
  padding: 10px 0;
  border-top: 2px solid #DCDCDC;
}

#notices_block .body a:before {
  content: "";
  position: absolute;
  top: -2px;
  left: 0;
  width: 66px;
  height: 2px;
  background: #85023e;
  transition: .4s;
}

#notices_block .body a:hover {
  opacity: 1;
}

#notices_block .body a:hover:before {
  width: 100%;
}

#notices_block .body a:hover h3 {
  color: #85023e;
}

#notices_block .body time {
  font-size: 1.2rem;
  color: #606060;
  line-height: 2;
  margin: 0 30px 0 0;
}

#notices_block .body h3 {
  font-size: 1.6rem;
  transition: .4s;
}

#notices_block .foot {
  display: none;
}

#notices_block.en .head span {
  letter-spacing: .05rem;
}

@media screen and (max-width: 1200px) {
  #notices_block {
    display: block;
  }
  #notices_block .head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0 0 18px;
  }

  #notices_block .head h2 {
    display: flex;
    align-items: center;
    margin: 0 20px 0 0;
  }
  #notices_block .head span {
    margin: 0 20px 0 0
  }
}

@media screen and (max-width: 736px) {
  #notices_block {
    display: block;
    padding: 50px 5.33%;
  }
  #notices_block .head {
    display: block;
    margin: 0 0 30px;
  }
  #notices_block .head h2 {
    display: block;
    margin: 0 20px 0 0;
  }
  #notices_block .head span {
    margin: auto;
  }
  #notices_block .head p {
    display: none;
  }
  #notices_block .body {
    margin: 0 0 20px;
  }
  #notices_block .body a {
    display: block;
  }
  #notices_block .body time {
    margin: 0;
  }
  #notices_block .foot {
    display: block;
  }
}

/*----------------------------------------
	about_block
----------------------------------------*/
#about_block {
  display: flex;
  height: 528px;
}

#about_block .contact {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 50%;
  height: 100%;
  background: #F4F4F4;
}

#about_block .contact .head {
  margin: 0 0 30px;
}

#about_block .contact .head h2 {
  font-family: 'Oswald', sans-serif;
  font-size: 5.2rem;
  text-align: center;
  margin: 0 0 8px;
}

#about_block .contact .head p {
  font-size: 1.6rem;
  text-align: center;
}

#about_block .contact .body a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 240px;
  height: 50px;
  font-size: 1.6rem;
  font-weight: bold;
  color: #fff;
  background: #85023e;
  border: 1px solid #85023e;
  transition: .4s;
  box-sizing: border-box;
}

#about_block .contact .body a:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 12px;
  height: 1px;
  background: #fff;
  margin: auto;
  transition: .4s;
}

#about_block .contact .body a:hover {
  opacity: 1;
  color: #85023e;
  background: #fff;
}

#about_block .contact .body a:hover:before {
  width: 6px;
  background: #85023e;
}

#about_block .access {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 50%;
  height: 100%;
  padding: 50px 60px;
  background: url(/img/front/bg_access01.jpg) center left/cover;
  overflow: hidden;
  box-sizing: border-box;
}

#about_block .access .head {
  display: flex;
  justify-content: space-between;
}

#about_block .access .head h2 {
  font-family: 'Oswald', sans-serif;
  font-size: 3.6rem;
  color: #fff;
}

#about_block .access .body {
  display: flex;
  justify-content: flex-end;
  z-index: 1;
}

#about_block .access .body:hover a {
  opacity: .3;
}

#about_block .access .body ul {
  margin: 0 20px 0 0;
}

#about_block .access .body ul:last-child {
  margin: 0;
}

#about_block .access .body a {
  position: relative;
  display: block;
  width: 144px;
  font-size: 1.2rem;
  color: #fff;
  padding: 10px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
}

#about_block .access .body a:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 114px;
  height: 1px;
  background: #fff;
  transition: .4s;
}

#about_block .access .body a:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 7px;
  height: 7px;
  margin: auto;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg);
  box-sizing: border-box;
}

#about_block .access .body a:hover {
  opacity: 1;
}

#about_block .access .body a:hover:before {
  width: 100%;
}

#about_block .access .foot {
  position: absolute;
  left: 60px;
  bottom: 60px;
  width: 580px;
}

#about_block.en .contact .head h2 {
  letter-spacing: .05rem;
}

#about_block.en .contact .body a {
  letter-spacing: .05rem;
}

#about_block.en .access .head h2 {
  letter-spacing: .05rem;
}

@media screen and (max-width: 1200px) {
  #about_block .access {
    padding: 50px 4%;
  }
}

@media screen and (max-width: 736px) {
  #about_block {
    flex-direction: column-reverse;
    height: auto;
  }
  #about_block .contact {
    width: 100%;
    padding: 50px 5.33%;
    box-sizing: border-box;
  }
  #about_block .contact .head h2 {
    font-size: 4.2rem;
  }
  #about_block .contact .body {
    width: 100%;
  }
  #about_block .contact .body a {
    width: 100%;
    color: #fff;
    background: #85023e;
  }
  #about_block .contact .body a:before {
    width: 12px;
    background: #fff;
  }
  #about_block .contact .body a:hover:before {
    width: 12px;
  }
  #about_block .access {
    width: 100%;
    padding: 50px 5.33%;
    background: url(/img/front/bg_access02.jpg) center left/cover;
  }
  #about_block .access .head h2 {
    margin: 0 0 200px;
  }
  #about_block .access .head a {
    display: none;
  }
  #about_block .access .body {
    display: block;
    margin: 0 0 30px;
  }
  #about_block .access .body:hover a {
    opacity: 1;
  }
  #about_block .access .body ul {
    margin: 0;
  }
  #about_block .access .body a {
    width: 100%;
    font-size: 1.8rem;
  }
  #about_block .access .body a:before {
    width: 170px;
  }
  #about_block .access .body a:hover:before {
    width: 170px;
  }
  #about_block .access .foot {
    top: -140px;
    left: 20px;
    bottom: auto;
    width: 600px;
  }
}
