@charset "UTF-8";

/*=============== header ===========*/

.header {
  position: absolute;
  top: 1.5rem;
  width: 100%;
  z-index: 50;
}

.header_container {
  align-items: flex-end;
  display: flex;
  justify-content: space-between;
  padding: 0 5rem;
}

.header_logo {
  height: auto;
  width: 16rem;
}

/*=============== gnav ===========*/

.gnav {
  position: relative;
}

.gnav_menu {
  align-items: center;
  display: flex;
  justify-content: center;
}

.gnav_menu li {
  border-right: 1px solid #fff;
}

.gnav_menu li:nth-of-type(n+8) {
  border-right: none;
}

.gnav_menu li a {
  display: block;
  font-size: 1.4rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1.2;
  padding: 0 1.5rem;
  text-align: center;
}

.gnav_menu li:last-of-type i {
  font-size: 2.5rem;
}

/*=============== navbtn ===========*/

.navbtn {
  display: none;
}

.navbtn_line {
  background-color: #fff;
  display: block;
  height: 0.2rem;
  left: 1.4rem;
  position: absolute;
  top: 50%;
  transition: 0.1s;
  visibility: visible;
  width: 3.4rem;
}

.navbtn_line::before,
.navbtn_line::after {
  background-color: #fff;
  content: "";
  display: block;
  height: 0.2rem;
  position: absolute;
  transition: all 0.3s;
  visibility: visible;
  width: 3.4rem;
}

.navbtn_line::before {
  top: -1.2rem;
}

.navbtn_line::after {
  top: 1.2rem;
}

.navbtn.open .navbtn_line {
  visibility: hidden;
}

.navbtn.open .navbtn_line::before {
  transform: translateY(1.2rem) rotate(45deg);
}

.navbtn.open .navbtn_line::after {
  transform: translateY(-1.2rem) rotate(-45deg);
}

/*  ----------------------------------------------------------
footer
----------------------------------------------------------  */

.footer {
  background: #000;
  padding: 5rem 0 2rem;
}

.footer_wrap {
  align-items: flex-start;
  display: flex;
  gap: 14rem;
  justify-content: center;
}

.footer_nav {
  align-items: center;
  display: flex;
  justify-content: center;
}

.footer_nav li {
  border-right: 1px solid #fff;
}

.footer_nav li:nth-of-type(n+8) {
  border-right: none;
}

.footer_nav li a {
  display: block;
  font-size: 1.4rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1.1;
  padding: 0 1.5rem;
  width: 100%;
}

.footer_nav li:last-of-type a {
  font-size: 2rem;
}

.footer_logo {
  margin: 8rem auto 9rem;
  width: 16rem;
}

.footer_copyright {
  display: block;
  font-size: 1.3rem;
  font-weight: 300;
  letter-spacing: 0.1em;
  text-align: center;
}

/*  ----------------------------------------------------------
main / container 
----------------------------------------------------------  */

main {
  overflow: hidden;
}

.top-container {
  margin: 0 auto;
  max-width: 116rem;
  padding: 0 3rem;
}

.preparation {
  font-size: 3rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  margin: 5rem 0;
  text-align: center;
}

/*  ----------------------------------------------------------
more
----------------------------------------------------------  */

.more {
  display: block;
  height: 4.8rem;
  margin-inline: auto;
  width: 20rem;
}

.more a {
  align-items: center;
  background: url(../img/more_bg.jpg) no-repeat center/cover;
  display: block;
  display: flex;
  font-size: 1.4rem;
  font-weight: 500;
  gap: 1rem;
  height: 100%;
  justify-content: center;
  letter-spacing: 0.12em;
  position: relative;
  width: 100%;
}

.more a::after {
  aspect-ratio: 65/9;
  background: url(../img/more_arw.png) no-repeat center top/contain;
  content: "";
  display: inline-block;
  margin-top: -0.2rem;
  position: relative;
  width: 3.2rem;
}

.more-bk a {
  background: #000;
}

/*  ----------------------------------------------------------
top-heading
----------------------------------------------------------  */

.top-heading {
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(90deg, #f0c131 0%, #f7e7a4 25%, #bc8e31 60%, #e7d085 87%, #f8eba2 100%);
  font-size: clamp(3.4rem, 1.31vw + 2.91rem, 4.8rem);
  font-weight: 400;
  letter-spacing: 0.12em;
  text-align: center;
}

.top-heading-bk {
  background-image: linear-gradient(90deg, #000 0%, #000 100%);
}

/*  ----------------------------------------------------------
news 
----------------------------------------------------------  */

.CMS-NEWS-INDEX {
  align-items: flex-start;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 6rem;
}

.CMS-NEWS-INDEX::after {
  content: "";
  display: block;
  width: 32%;
}

.page-news .CMS-NEWS-INDEX {
  margin-bottom: 4rem;
  padding-bottom: 8rem;
  position: relative;
}

.CMS-NEWS-ITEM {
  width: 32%;
}

.page-news .CMS-NEWS-ITEM {
  margin-bottom: 5rem;
}

.CMS-NEWS-THUMBNAIL {
  -o-object-fit: cover;
  aspect-ratio: 320/200;
  margin-bottom: 2.5rem;
  object-fit: cover;
  width: 100%;
}

.CMS-NEWS-TIME {
  border-bottom: 1px solid #fff;
  font-size: 1.4rem;
  font-weight: 400;
  letter-spacing: 0.2em;
  margin-bottom: 1rem;
  padding-bottom: 0.8rem;
}

.page-news .CMS-NEWS-TIME {
  letter-spacing: 0.1em;
}

.CMS-NEWS-LINK {
  font-weight: 400;
  line-height: 1.53;
  width: 100%;
}

.CMS-NEWS-MORE-READ {
  background: var(--main);
  border: 2px solid var(--main);
  bottom: 0;
  color: #fff;
  cursor: pointer;
  display: block;
  font-size: 1.4rem;
  font-weight: bold;
  left: 50%;
  padding: 2rem 0;
  position: absolute;
  text-align: center;
  transform: translate(-50%, 0);
  transition: all 0.3s;
  width: 28rem;
}

.CMS-NEWS-MORE-READ:hover {
  opacity: 0.7;
}

.top-news .CMS-NEWS-MORE-READ {
  display: none;
}

.CMS-NEWS-TITLE {
  border-bottom: solid 1px rgba(255, 255, 255, 0.5);
  font-size: 2.2rem;
  font-weight: bold;
  line-height: 1.6;
  margin-bottom: 3rem;
  padding: 1rem 0 1.5rem 0;
  position: relative;
}

.CMS-NEWS-TITLE:after {
  border-bottom: solid 4px var(--main);
  bottom: -2px;
  content: " ";
  display: block;
  position: absolute;
  width: 25%;
}

.CMS-NEWS-CONTENT {
  color: #fff;
}

.CMS-NEWS-CONTENT img {
  display: block;
  height: auto;
  margin: 4rem auto;
  width: 70%;
}

/*  ----------------------------------------------------------
instagram
----------------------------------------------------------  */

.CMS-INSTAGRAM-LIST {
  display: grid;
  gap: 2rem 2.5rem;
  grid-template: 1fr 1fr/1fr 1fr 1fr;
}

.CMS-INSTAGRAM-LIST>* img {
  -o-object-fit: cover;
  aspect-ratio: 1/1;
  object-fit: cover;
  width: 100%;
}

.CMS-INSTAGRAM-LIST>*:nth-of-type(n+7) {
  display: none;
}

/*=============== fixed-btn ===========*/

.fixed-btn {
  padding: 1rem 0rem;
  position: relative;
}

.fixed-btn a {
  display: block;
}

.fixed-btn img:last-of-type {
  display: block;
  height: 3.5rem;
  width: 3.5rem;
}

.fixed-btn_icn {
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  margin-bottom: 0.8rem;
}

.fixed-btn_wrapper {
  display: flex;
  flex-direction: column;
  gap: 1.6rem;
  position: fixed;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 99;
}

.fixed-btn_inner {
  display: flex;
  flex-direction: row-reverse;
  justify-content: center;
}

.fixed-btn span:first-of-type {
  align-items: center;
  display: flex;
  font-size: 1.2rem;
  letter-spacing: 0.5em;
  line-height: 1;
  margin-left: 0.5rem;
  position: relative;
  text-orientation: sideways;
  writing-mode: vertical-rl;
}

.fixed-btn span:first-of-type::after {
  background: #fff;
  content: "";
  display: inline-block;
  height: 7rem;
  position: relative;
  width: 1px;
}

.fixed-btn span:last-of-type {
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: 0.17em;
  line-height: 1;
  writing-mode: vertical-rl;
}

.fixed-btn--1 {
  background: var(--org);
}

.fixed-btn--1 img:first-of-type {
  display: block;
  width: 4.6rem;
}

.fixed-btn--2 {
  background: #e42021;
}

.fixed-btn--2 img:first-of-type {
  display: block;
  width: 6.7rem;
}

/*  ----------------------------------------------------------
mainvisual
----------------------------------------------------------  */

.top-fv {
  background: #000;
  position: relative;
}

.top-fv::before {
  background-image: linear-gradient(0deg, transparent, rgb(0, 0, 0) 100%);
  background-position: center top;
  background-repeat: no-repeat;
  background-size: 100% auto;
  content: "";
  display: block;
  height: 13rem;
  left: 0;
  opacity: 0.6;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 5;
}

.top-kv {
  height: 48vw;
  overflow: hidden;
  position: relative;
  width: 100%;
}

@keyframes zoomOut {
  0% {
    transform: scale(1.2);
  }

  100% {
    transform: scale(1);
  }
}

.top-kv .swiper-slide-active img,
.top-kv .swiper-slide-duplicate-active img,
.top-kv .swiper-slide-prev img {
  animation: zoomOut 8s linear normal both;
}

.top-kv .swiper-slide img {
  -o-object-fit: cover;
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.top-kv .swiper-pagination {
  bottom: 3rem;
  left: 50%;
  transform: translateX(-50%);
  width: initial;
}

.top-kv .swiper-pagination-bullet {
  background-color: #F9F9F9;
  height: 10px;
  margin: 0 10px !important;
  opacity: 1;
  transition: 0.3s ease-in-out;
  width: 10px;
}

.top-kv .swiper-pagination-bullet-active {
  background-color: var(--red);
}

/*=============== top-news ===========*/

.top-news {
  background: url(../img/texture1.jpg) repeat center top/100% auto;
  padding: 9.5rem 0 12rem;
}

.top-news_body {
  margin: 3.5rem auto 7rem;
  max-width: 101rem;
}

/*=============== top-concept ===========*/

.top-concept {
  background: url(../img/concept_bg.jpg) no-repeat center center/cover;
  padding: 8.5rem 0 12.5rem;
  position: relative;
}

.top-concept::before {
  aspect-ratio: 1005/543;
  background: url(../img/deco-l.png) no-repeat center center/contain;
  content: "";
  display: block;
  left: 0;
  mix-blend-mode: screen;
  position: absolute;
  top: 0;
  transform: translateY(-35%);
  width: min(56.5rem, 35%);
}

.top-concept::after {
  aspect-ratio: 1040/540;
  background: url(../img/deco-r.png) no-repeat center center/contain;
  bottom: 0;
  content: "";
  display: block;
  mix-blend-mode: screen;
  position: absolute;
  right: 0;
  transform: translateY(35%);
  width: min(58rem, 36%);
}

.top-concept_img {
  margin: 5rem 0 6rem;
}

.top-concept_ttl {
  font-size: 2.2rem;
  font-weight: 900;
  letter-spacing: 0.21em;
  line-height: 1.73;
  margin-bottom: 3rem;
  text-align: center;
}

.top-concept_txt {
  letter-spacing: 0.2em;
  line-height: 1.75;
  margin-bottom: 5rem;
  text-align: center;
}

/*=============== top-menu ===========*/

.top-menu {
  background: url(../img/texture1.jpg) repeat center top/100% auto;
  padding: 16rem 0 14rem;
}

.top-menu .top-heading {
  line-height: 1;
  margin-bottom: 3rem;
  padding-bottom: 2.5rem;
  position: relative;
  text-align: left;
}

.top-menu .top-heading::after {
  background-image: linear-gradient(90deg, #d4b345 0%, #fbeaab 50%, #d4b345 93%);
  bottom: 0;
  content: "";
  display: block;
  height: 1px;
  left: 0;
  position: absolute;
  width: 120%;
}

.top-menu_wrap {
  align-items: flex-start;
  display: flex;
  justify-content: space-between;
}

.top-menu_wrap:nth-of-type(2) {
  flex-direction: row-reverse;
  margin-top: 9.5rem;
}

.top-menu_wrap:nth-of-type(2) .top-heading::after {
  left: auto;
  right: 0;
}

.top-menu_body {
  width: 35%;
}

.top-menu_img {
  width: 58%;
}

.top-menu_txt {
  font-size: 2rem;
  font-weight: 500;
  letter-spacing: 0.2em;
  margin-bottom: 1rem;
}

.top-menu_txt span {
  display: block;
  font-size: 1.6rem;
  font-weight: 400;
}

.top-menu_list li {
  font-weight: 500;
  letter-spacing: 0.2em;
  line-height: 1.75;
}

.top-menu_list li.sml {
  font-size: 1.4rem;
  line-height: 2;
}

/*=============== top-cast ===========*/

.top-cast {
  background: #000;
  position: relative;
}

.top-cast_wrap {
  align-items: center;
  display: flex;
  justify-content: space-between;
  padding-left: calc(50vw - 55rem);
}

.top-cast_body {
  width: 30%;
}

.top-cast_img {
  width: 69%;
}

.top-cast_txt {
  margin: 2rem 0 4rem;
}

/*=============== top-gallery ===========*/

.top-gallery {
  background: url(../img/texture2.jpg) repeat center top/100% auto;
  padding: 9.5rem 0 10rem;
}

.top-gallery .loopslider {
  height: 22rem;
  margin: 6.5rem 0 10rem;
}

.top-gallery .loopslider .swiper-wrapper {
  transition-timing-function: linear;
}

.top-gallery .loopslider .swiper-slide {
  height: 100%;
  padding: 0 0rem;
  width: 30rem;
}

.top-gallery .loopslider .swiper-slide img {
  -o-object-fit: cover;
  height: 100%;
  object-fit: cover;
  width: 100%;
}

/*=============== top-access ===========*/

.top-access {
  background: url(../img/access_bg.jpg) no-repeat center center/cover;
  padding: 9rem 0 0;
  position: relative;
}

.top-access::after {
  aspect-ratio: 1040/540;
  background: url(../img/deco-r.png) no-repeat center center/contain;
  content: "";
  display: block;
  mix-blend-mode: screen;
  position: absolute;
  right: 0;
  top: 0;
  transform: translateY(6%);
  width: min(58rem, 36%);
}

.top-access_wrap {
  display: flex;
  justify-content: space-between;
  margin: 10rem 0 0;
  position: relative;
}

.top-access_img {
  width: 44%;
}

.top-access_body {
  width: 51%;
}

.top-access_list {
  align-items: stretch;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 8rem;
}

.top-access_list dt,
.top-access_list dd {
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  padding: 2.5rem 0;
}

.top-access_list dt:last-of-type,
.top-access_list dd:last-of-type {
  border-bottom: none;
}

.top-access_list dt {
  padding-left: 1em;
  width: 30%;
}

.top-access_list dd {
  width: 70%;
}

.top-access_list dd span {
  display: inline-block;
}

.top-access .more {
  margin-left: 0;
}

.top-access_map {
  margin-top: 14rem;
}

.top-access_map iframe {
  height: 45rem;
  width: 100%;
}

/*=============== top-recruit ===========*/

.top-recruit {
  background: url(../img/recruit_bg.jpg) no-repeat center center/cover;
  padding: 8.5rem 0 11.5rem;
}

.top-recruit_body {
  width: 47%;
}

.top-recruit_txt {
  margin: 4rem 0 5rem;
  text-align: center;
}

/*=============== top-insta ===========*/

.top-insta {
  background: url(../img/texture2.jpg) repeat center top/100% auto;
  padding: 10rem 0 18rem;
}

.top-insta_wrap {
  margin: 5.5rem auto 0;
  max-width: 94rem;
  padding: 0 2.5rem;
}

/*=============== page-recruit ===========*/

.page-recruit_txt {
  font-size: 1.8rem;
  line-height: 2;
  margin-bottom: 6rem;
}

.page-recruit .detail dd i {
  font-size: 0.9em;
  margin-right: 0.2rem;
}

/*=============== page-cast ===========*/

.page-cast_list {
  display: grid;
  gap: 4rem 3rem;
  grid-template-columns: repeat(auto-fit, minmax(20rem, 1fr));
}

.page-cast_name {
  font-size: 1.4rem;
  line-height: 1.5;
  margin-top: 1rem;
}

@media only screen and (max-width: 1440px) {
  /* Wider than xxl-size */
}

@media only screen and (max-width: 1200px) {
  /* Wider than xl-size */
}

@media only screen and (max-width: 992px) {
  /* Wider than lg-size */

  .page-news .CMS-NEWS-ITEM {
    width: 48%;
  }
}

@media only screen and (max-width: 767px) {
  /* Wider than md-size */

  .header {
    top: 1.5rem;
  }

  .header_container {
    padding: 0 5%;
  }

  .header_logo {
    width: 12rem;
  }

  .gnav {
    background: #000;
    height: 100%;
    left: 0;
    opacity: 0;
    padding: 0 4%;
    position: fixed;
    top: 0;
    transition: all 0.3s ease-out;
    visibility: hidden;
    width: 100%;
    z-index: 80;
  }

  .gnav.open {
    opacity: 1;
    visibility: visible;
  }

  .gnav_menu {
    flex-direction: column;
    gap: 3rem;
    height: 100%;
    width: 100%;
  }

  .gnav_menu li {
    border-right: none;
    width: 100%;
  }

  .gnav_menu li a {
    font-size: 1.6rem;
    width: 100%;
  }

  .gnav_menu li:last-of-type i {
    font-size: 3rem;
  }

  .navbtn {
    background: var(--main);
    cursor: pointer;
    display: block;
    height: 6rem;
    position: fixed;
    right: 0;
    top: 0;
    width: 6rem;
    z-index: 100;
  }

  .footer {
    padding: 4rem 0 2rem;
  }

  .footer_wrap {
    align-items: center;
    flex-direction: column-reverse;
    gap: 3rem;
  }

  .footer_nav {
    flex-direction: column;
    gap: 2rem;
    margin-bottom: 1rem;
  }

  .footer_nav li {
    border-right: none;
    text-align: center;
    width: 100%;
  }

  .footer_nav li a {
    padding: 0;
  }

  .footer_nav li:last-of-type a {
    font-size: 3rem;
  }

  .footer_logo {
    margin: 4rem auto 3rem;
    width: 14rem;
  }

  .top-container {
    padding: 0;
    width: 90%;
  }

  .preparation {
    font-size: 2.4rem;
  }

  .CMS-NEWS-INDEX {
    margin-bottom: 2rem;
  }

  .top .CMS-NEWS-ITEM {
    margin: 0 auto 5rem;
    max-width: 50rem;
    width: 100%;
  }

  .CMS-NEWS-CONTENT img {
    width: 100%;
  }

  .CMS-INSTAGRAM-LIST {
    gap: 1rem;
  }

  .fixed-btn {
    padding: 0.5rem 0;
    width: 50%;
  }

  .fixed-btn a {
    align-items: center;
    display: flex;
    gap: 1rem;
    justify-content: center;
  }

  .fixed-btn img:last-of-type {
    height: 3rem;
    margin: 0;
    width: 3rem;
  }

  .fixed-btn_icn {
    gap: 0.3rem;
    margin-bottom: 0;
  }

  .fixed-btn_wrapper {
    bottom: 0;
    flex-direction: row;
    gap: 0;
    left: 0;
    top: auto;
    transform: none;
    width: 100%;
  }

  .fixed-btn_inner {
    flex-direction: column;
  }

  .fixed-btn span:first-of-type {
    letter-spacing: 0.1em;
    margin-bottom: 0.5rem;
    margin-left: 0;
    text-orientation: initial;
    writing-mode: horizontal-tb;
  }

  .fixed-btn span:first-of-type::after {
    height: 1px;
    margin-left: 0.5rem;
    width: 4rem;
  }

  .fixed-btn span:last-of-type {
    font-size: 1.6rem;
    letter-spacing: -0.02em;
    writing-mode: horizontal-tb;
  }

  .top-fv::before {
    height: 8rem;
  }

  .top-kv {
    height: 38rem;
  }

  .top-news {
    padding: 5rem 0 6rem;
  }

  .top-news_body {
    margin: 3rem 0 0rem;
  }

  .top-concept {
    padding: 5rem 0 6rem;
  }

  .top-concept::before {
    width: min(55%, 33rem);
  }

  .top-concept::after {
    transform: translateY(40%);
    width: min(56%, 34rem);
  }

  .top-concept_img {
    margin: 3rem 0 4rem;
  }

  .top-concept_ttl {
    line-height: 1.5;
    margin-bottom: 2rem;
  }

  .top-concept_txt {
    letter-spacing: 0.1em;
    margin-bottom: 3rem;
    text-align: left;
  }

  .top-menu {
    padding: 5rem 0 6rem;
  }

  .top-menu .top-heading {
    margin-bottom: 2rem;
    padding-bottom: 1.5rem;
  }

  .top-menu .top-heading::after {
    width: 100%;
  }

  .top-menu_wrap {
    flex-direction: column;
    gap: 3rem;
  }

  .top-menu_wrap:nth-of-type(2) {
    flex-direction: column;
    gap: 2rem;
    margin-top: 5rem;
  }

  .top-menu_body {
    width: 100%;
  }

  .top-menu_img {
    margin: 0 auto;
    max-width: 50rem;
    width: 100%;
  }

  .top-cast {
    padding: 6rem 0;
  }

  .top-cast_wrap {
    flex-direction: column;
    gap: 4rem;
    margin: 0 auto;
    padding-left: 0;
    width: 90%;
  }

  .top-cast_body {
    width: 100%;
  }

  .top-cast_img {
    width: 100%;
  }

  .top-gallery {
    padding: 5rem 0 6rem;
  }

  .top-gallery .loopslider {
    height: 13.2rem;
    margin: 3rem 0 4rem;
  }

  .top-gallery .loopslider .swiper-slide {
    width: 18rem;
  }

  .top-access {
    padding: 6rem 0 0;
  }

  .top-access::after {
    transform: translateY(5%);
    width: min(56%, 34rem);
  }

  .top-access_wrap {
    flex-direction: column;
    gap: 4rem;
    justify-content: center;
    margin: 2rem 0 0;
  }

  .top-access_img {
    margin: 0 auto;
    width: min(50rem, 100%);
  }

  .top-access_img img {
    -o-object-fit: cover;
    -o-object-position: center top;
    aspect-ratio: 4/5;
    object-fit: cover;
    object-position: center top;
    width: 100%;
  }

  .top-access_body {
    margin: 0 auto;
    max-width: 50rem;
    width: 100%;
  }

  .top-access_list {
    margin-bottom: 3rem;
  }

  .top-access_list dt {
    border-bottom: none;
    font-weight: 700;
    padding: 1.2rem 0 0;
    position: relative;
    width: 100%;
  }

  .top-access_list dt:before {
    content: "◆";
    margin-right: 0.5em;
  }

  .top-access_list dd {
    padding: 0 0 1.2rem 0;
    width: 100%;
  }

  .top-access .more {
    margin-left: auto;
  }

  .top-access_map {
    margin-top: 5rem;
  }

  .top-access_map iframe {
    height: 25rem;
  }

  .top-recruit {
    background-position: left 30% center;
    padding: 6rem 0 12rem;
  }

  .top-recruit_body {
    width: min(47rem, 100%);
  }

  .top-recruit_txt {
    margin: 2rem 0 3rem;
    text-align: left;
  }

  .top-insta {
    padding: 5rem 0 6rem;
  }

  .top-insta_wrap {
    margin: 2rem auto 0;
    padding: 0 5%;
  }

  .page-recruit_txt {
    font-size: 1.6rem;
    line-height: 1.8;
    margin-bottom: 3rem;
  }
}

@media only screen and (max-width: 540px) {
  /* Wider than sm-size */

  .page-news .CMS-NEWS-ITEM {
    width: 100%;
  }

  .page-news .CMS-NEWS-ITEM:last-of-type {
    margin-bottom: 5rem;
  }
}