.world-records-layout__container {
  background-color: #fff;
  padding: 40px 50px;
}
@media (max-width: 896px) {
  .world-records-layout__container {
    padding: 20px 30px;
  }
}
.world-records-head__container {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 60px 20px 1fr;
  grid-template-columns: 60px 1fr;
  -ms-grid-rows: auto 15px auto;
  grid-template-rows: auto auto;
  grid-gap: 15px 20px;
  grid-template-areas: "logo title" "logo titleEn";
}
@media (max-width: 896px) {
  .world-records-head__container {
    -ms-grid-columns: 40px 10px 1fr;
    grid-template-columns: 40px 1fr;
    grid-gap: 10px;
  }
}
.world-records-head__logo {
  -ms-grid-row: 1;
  -ms-grid-row-span: 3;
  -ms-grid-column: 1;
  grid-area: logo;
}
.world-records-head__logo-image {
  width: 100%;
  height: auto;
}
.world-records-head__title-ja {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
  grid-area: title;
  display: flex;
  align-items: center;
}
.world-records-head__title-en {
  -ms-grid-row: 3;
  -ms-grid-column: 3;
  grid-area: titleEn;
  color: #5d5d5d;
  font-size: 1.3rem;
}
@media (max-width: 896px) {
  .world-records-head__title-en {
    font-size: 1.2rem;
  }
}
.world-records-body__container {
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
}
.world-records-body__container.-reverse {
  flex-direction: row-reverse;
}
@media (max-width: 896px) {
  .world-records-body__container {
    display: block;
  }
}
.world-records-body__description {
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 2;
  width: calc(100% - (310px + 20px));
}
@media (max-width: 896px) {
  .world-records-body__description {
    font-size: 1.4rem;
    line-height: 2.1428571429;
    margin-bottom: 20px;
    width: 100%;
  }
}
.world-records-body__figure {
  flex: 0 0 310px;
}
.world-records-body__figure-image {
  width: 100%;
  height: auto;
}
.world-records-body__figcaption {
  margin-top: 10px;
  font-size: 1.2rem;
}
.guinness-world-records {
  width: 100%;
  max-width: 920px;
  margin: 60px auto;
}
@media (max-width: 896px) {
  .guinness-world-records {
    max-width: none;
    max-width: initial;
    padding: 0 30px;
  }
}
.guinness-world-records__visual {
  width: 100%;
}
@media (max-width: 896px) {
  .guinness-world-records__visual {
    height: 0;
    overflow: hidden;
    padding-top: 121.2698412698%;
    background-position: 0 0;
    background-repeat: no-repeat;
    background-image: url(/newgraduates/ichijomind/img/gwr2021/bg-main_visual_sp.png);
    background-size: 100% auto;
  }
}
.guinness-world-records__title-image {
  width: 100%;
  height: auto;
}
.guinness-note {
  font-size: 1.2rem;
  line-height: 2.1666666667;
}
.guinness-image-block {
  margin: 0 auto;
  text-align: center;
}
.guinness-image-block__image {
  width: 440px;
  height: auto;
}
@media (max-width: 896px) {
  .guinness-image-block__image {
    width: 100%;
  }
}
.btn-entry{
    background-color: #fef739;
    width: 400px;
    height: 88px;
    font-weight: 700;
    font-size: 24px;
    transition: all .3s;
    border: 1px solid #000000;
    line-height: 1.2;
    margin: 60px auto 0 auto;
}
.btn-entry a{
    display: block;
    text-align: center;
    text-decoration: none;
    padding: 28px;
    height: 88px;
}
.btn-entry:hover{
    background: transparent;
}
body:not(.o-touch_device) .btn-entry .aside-nav-buttons__anchor:hover{
    background: url(/newgraduates/img/bg-button_brushed_tiny.png) no-repeat 50% 50%;
    background-size: 45% auto;
}
@media (max-width: 896px) {
    .btn-entry,
    .btn-entry a{
        height: 75px;
    }
    .btn-entry{
        width: 100%;
    }
}