@charset "UTF-8";
/* ===== @use ===== */
/* ===== common.scss ===== */
/* -- 変数 -- */
/* font */
/* color */
/* switching */
/* ===== @mixin ===== */
/* crm */
/* -- 画像をトリミング -- */
/* -- 中央配置 -- */
/* ===== top.css ===== */
/* -- h -- */
/* - h2 - */
h2 {
  font-weight: bold;
  line-height: 1.5;
  color: #08519F;
}
h2::before {
  display: inline-block;
  position: relative;
  top: -3px;
  margin-right: 10px;
  width: 6px;
  height: 6px;
  background: #08519F;
  border-radius: 50%;
  content: "";
}
h2 span {
  font-family: "ClashDisplay-Medium";
  font-weight: 500;
  font-size: 80px;
  line-height: 1;
  color: #000;
  display: block;
  margin-top: 22px;
}
@media screen and (max-width: 900px) {
  h2 {
    font-size: 16px;
  }
  h2 span {
    font-size: 60px;
    margin-top: 5px;
  }
}

/* -- splide__arrow -- */
.splide__arrow {
  transition: opacity 0.6s;
}
@media screen and (min-width: 901px) {
  .splide__arrow:hover {
    opacity: 0.6;
  }
}

#top {
  /* -- header -- */
  /*
      mv 
  */
  /*
      contents 
  */
  /* -- about_box -- */
  /* -- smf_box -- */
  /* -- service_box -- */
  /* -- works_box -- */
  /* -- recruit_box -- */
  /* -- other_box -- */
  /* -- magazine_box -- */
  /* -- news_box -- */
}
#top .header-logo {
  display: none;
}
#top #gnav {
  top: 110px;
  left: 30px;
}
@media screen and (max-width: 900px) {
  #top #gnav {
    top: 60px;
    left: 10px;
  }
}
#top .mv {
  /* - mv_slider - */
  /* - inner - */
}
#top .mv #mv_slider {
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  z-index: -10;
}
#top .mv #mv_slider .splide__slide span {
  display: block;
  position: relative;
  width: 100vw;
  height: 100vh;
}
#top .mv #mv_slider .splide__slide span img {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  max-width: none;
  height: 100%;
  object-fit: cover;
  transform: translate(-50%, -50%);
  object-position: center;
}
#top .mv-inner {
  display: flex;
  flex-wrap: wrap;
  align-content: space-between;
  padding: 47px 39px 54px;
  height: 100vh;
}
#top .mv-inner > * {
  text-align: right;
  width: 100%;
}
#top .mv-inner-logo {
  text-align: left;
  margin-right: 10px;
}
#top .mv-inner-logo img {
  width: 243px;
}
#top .mv-inner-tit {
  margin: 2.5% 12.9% 0 0;
  mix-blend-mode: exclusion;
}
#top .mv-inner-news a {
  font-size: 13px;
  line-height: 1.53;
  color: #FFF;
  display: flex;
  flex-wrap: wrap;
  margin: 0 0 0 auto;
  padding: 8px 12px 7px;
  width: fit-content;
  background: rgba(29, 33, 221, 0.8);
  border-radius: 5px;
}
#top .mv-inner-news-tit {
  font-family: "ClashDisplay-Medium";
}
#top .mv-inner-news-txt {
  font-weight: 500;
  margin-left: 13px;
}
@media screen and (max-width: 900px) {
  #top .mv {
    /* - inner - */
  }
  #top .mv-inner {
    padding: 20px 20px 17px;
    height: calc(100vh + 50px);
  }
  #top .mv-inner-logo {
    margin-right: 0;
  }
  #top .mv-inner-logo img {
    width: 165px;
  }
  #top .mv-inner-tit {
    margin: 0 8% 27% auto;
    max-width: 288px;
  }
}
#top #contents {
  position: relative;
  padding-bottom: 178px;
}
#top #contents::after {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  top: 222.743vh;
  background: #FFF;
  content: "";
}
#top #contents > * {
  position: relative;
  z-index: 20;
}
@media screen and (max-width: 900px) {
  #top #contents {
    padding-bottom: 175px;
  }
  #top #contents::after {
    top: 1155px;
  }
}
#top #contents .about_box {
  position: relative;
  padding-top: 40vh;
  z-index: 10;
}
#top #contents .about_box::before {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 222.743vh;
  background: transparent linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 15%, rgb(255, 255, 255) 100%);
  z-index: 10;
  content: "";
}
#top #contents .about_box-inner {
  position: relative;
  margin: 0 auto;
  padding: 0 30px;
  max-width: 1060px;
  z-index: 20;
}
#top #contents .about_box-inner-tit {
  font-weight: 600;
  font-size: 32px;
  margin-left: 12%;
}
#top #contents .about_box-inner-icon {
  position: absolute;
  top: 5px;
  right: 0;
  left: 0;
  margin: 0 auto;
  width: 640px;
  height: 640px;
  border: 1px solid #08519F;
  border-radius: 50%;
}
#top #contents .about_box-inner-txt_cnt {
  margin: 188px 0 0 auto;
  max-width: 390px;
}
#top #contents .about_box-inner-txt_cnt-txt {
  font-weight: bold;
  font-size: 18px;
  line-height: 2.5;
}
#top #contents .about_box-inner-txt_cnt-txt > :not(:last-child) {
  margin-bottom: 40px;
}
#top #contents .about_box-inner-txt_cnt .link {
  margin-top: 82px;
}
#top #contents .about_box-inner-txt_cnt .link a {
  font-size: 18px;
}
@media screen and (max-width: 900px) {
  #top #contents .about_box {
    padding-top: 197px;
  }
  #top #contents .about_box::before {
    height: 1155px;
    background: transparent linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 25%, rgb(255, 255, 255) 100%);
  }
  #top #contents .about_box-inner {
    padding: 0 30px;
    width: fit-content;
  }
  #top #contents .about_box-inner-tit {
    font-size: 26px;
    margin-left: 3.1%;
    max-width: 291px;
  }
  #top #contents .about_box-inner-icon {
    position: static;
    margin: -42px auto 0;
    width: 95%;
    height: 0;
    padding-top: 95%;
  }
  #top #contents .about_box-inner-txt_cnt {
    margin: -81px 10px 0;
  }
  #top #contents .about_box-inner-txt_cnt-txt {
    font-size: 16px;
  }
  #top #contents .about_box-inner-txt_cnt-txt > :not(:last-child) {
    margin-bottom: 35px;
  }
  #top #contents .about_box-inner-txt_cnt .link {
    margin-top: 53px;
  }
  #top #contents .about_box-inner-txt_cnt .link a {
    font-size: 16px;
  }
}
#top .smf_box {
  overflow: hidden;
  margin-top: 215px;
  background: #FFF;
}
#top .smf_box-tit {
  font-family: "ClashDisplay-Medium";
  font-size: 163px;
  line-height: 1;
  color: #800707;
  position: relative;
  mix-blend-mode: difference;
  white-space: nowrap;
  z-index: 20;
}
#top .smf_box-movie {
  position: relative;
  margin-top: -82px;
  z-index: 10;
}
#top .smf_box-movie a::after {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  background: url(../img/top/play_icon.svg) no-repeat center/18rem auto;
  z-index: 20;
  content: "";
}
#top .smf_box-movie img {
  position: relative;
  width: 100%;
  z-index: 10;
}
#top .smf_box .youtube {
  position: relative;
  margin-top: -82px;
  z-index: 10;
}
@media screen and (max-width: 900px) {
  #top .smf_box {
    margin-top: 146px;
  }
  #top .smf_box-tit {
    font-size: 65px;
  }
  #top .smf_box-movie {
    margin-top: -33px;
  }
  #top .smf_box-movie a ::after {
    background-size: 90px auto;
  }
  #top .smf_box .youtube {
    margin-top: -33px;
  }
}
#top .service_box {
  padding-top: 247px;
  background: url(../img/top/service_box_bg@2x.png) no-repeat top right/1000px auto;
}
#top .service_box-inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 auto;
  padding: 0 30px;
  max-width: 1058px;
}
#top .service_box-inner h2 {
  margin: 8px 30px 0 0;
}
#top .service_box-inner-txt {
  font-weight: bold;
  font-size: 18px;
  line-height: 2.5;
  max-width: 390px;
  margin-right: 8px;
}
#top .service_box-inner .link {
  margin: 96px auto 0;
}
#top .service_box-cnt {
  display: flex;
  flex-wrap: wrap;
  margin-top: 123px;
}
#top .service_box-cnt > * {
  position: relative;
  width: 33.3333333333%;
}
#top .service_box-cnt > *:not(:last-child)::after {
  position: absolute;
  top: 6px;
  bottom: 0;
  right: 0;
  margin: auto;
  border-right: 1px solid #C4C4C4;
  content: "";
}
#top .service_box-cnt > * a {
  color: #000;
  display: block;
  position: relative;
  padding: 0 21.6% 57px;
  height: 100%;
  z-index: 20;
}
#top .service_box-cnt > * a::before {
  display: block;
  position: absolute;
  bottom: 6%;
  right: 6%;
  width: 12.8%;
  max-width: 60px;
  padding-top: 12.8%;
  background: url(../img/top/arrow_next02.svg) no-repeat 0 0/100% auto;
  content: "";
}
#top .service_box-cnt-num {
  font-family: "ClashDisplay-Medium";
  font-size: 20px;
  line-height: 1.81;
}
#top .service_box-cnt-tit {
  font-weight: bold;
  font-size: 40px;
  line-height: 1.5;
  color: #08519F;
  margin-top: 13px;
}
#top .service_box-cnt-txt {
  font-weight: 500;
  font-size: 16px;
  line-height: 2;
  margin-top: 22px;
}
#top .service_box-cnt-icon {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  z-index: 10;
}
@media screen and (max-width: 900px) {
  #top .service_box {
    padding-top: 76px;
    background: url(../img/top/service_box_bg@2x.png) no-repeat top right 311%/408px auto;
  }
  #top .service_box-inner {
    display: block;
    padding: 0 20px;
  }
  #top .service_box-inner h2 {
    margin: 0;
  }
  #top .service_box-inner-txt {
    font-size: 16px;
    margin: 72px 0 0;
    max-width: none;
  }
  #top .service_box-inner .link {
    text-align: center;
    margin: 22px auto 0;
  }
  #top .service_box-cnt {
    display: block;
    margin: 52px 20px 0;
  }
  #top .service_box-cnt > * {
    min-height: 250px;
    width: 100%;
  }
  #top .service_box-cnt > *:not(:last-child)::after {
    top: auto;
    bottom: 0;
    left: 0;
    border-right: none;
    border-bottom: 1px solid #C4C4C4;
  }
  #top .service_box-cnt > * a {
    padding: 44px 0 68px;
  }
  #top .service_box-cnt > * a::before {
    bottom: 11px;
    right: 0;
    width: 40px;
    max-width: none;
    padding-top: 40px;
  }
  #top .service_box-cnt-tit {
    font-size: 30px;
    margin-top: 6px;
  }
  #top .service_box-cnt-txt {
    margin-top: 24px;
  }
  #top .service_box-cnt-icon:nth-child(1) {
    max-width: 131px;
  }
  #top .service_box-cnt-icon:nth-child(2) {
    max-width: 141px;
  }
  #top .service_box-cnt-icon:nth-child(3) {
    max-width: 241px;
  }
}
#top .works_box {
  margin-top: 160px;
  padding-bottom: 319px;
  background: url(../img/top/works_box_bg@2x.png) no-repeat bottom left -339px/1520px auto;
}
#top .works_box-inner {
  margin: 0 auto;
  padding: 0 30px;
  max-width: 1340px;
}
#top .works_box-inner h2 {
  width: fit-content;
  margin: 0 12% 0 auto;
}
#top .works_box #works_box_slider {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  justify-content: space-between;
  margin: 60px 0 0 3.2%;
}
#top .works_box #works_box_slider .splide__track {
  width: calc(100% - 189px);
}
#top .works_box #works_box_slider .splide__track .works_box_slider-cnt {
  position: relative;
  overflow: hidden;
  background: #73A1D3;
}
#top .works_box #works_box_slider .splide__track .works_box_slider-cnt::after {
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  margin: 0 auto;
  height: 222px;
  background: transparent linear-gradient(180deg, rgba(8, 81, 159, 0) 0%, rgba(8, 81, 159, 0.8) 100%);
  content: "";
  z-index: 10;
}
#top .works_box #works_box_slider .splide__track .works_box_slider-cnt .works_box_slider-cnt-img {
  mix-blend-mode: screen;
}
#top .works_box #works_box_slider .splide__track .works_box_slider-cnt .works_box_slider-cnt-box {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  margin: 0 auto;
  padding: 0 69px 40px;
  z-index: 20;
}
#top .works_box #works_box_slider .splide__track .works_box_slider-cnt .works_box_slider-cnt-box .works_box_slider-cnt-box-txt {
  font-weight: bold;
  line-height: 1.5;
  color: #FFF;
  margin: 0 0 6px 58px;
}
#top .works_box #works_box_slider .splide__track .works_box_slider-cnt .works_box_slider-cnt-box .works_box_slider-cnt-box-txt span {
  font-family: "ClashDisplay-Medium";
  display: block;
  margin-bottom: 8px;
}
#top .works_box #works_box_slider .works_box_slider_box {
  margin: 0 0 -102px auto;
  width: 110px;
}
#top .works_box #works_box_slider .works_box_slider_box .pagination {
  font-family: "ClashDisplay-Medium";
  line-height: 1.5;
  text-align: center;
  margin-right: 15px;
}
#top .works_box #works_box_slider .works_box_slider_box .pagination .pagination-icon {
  margin: 0 6px;
}
#top .works_box #works_box_slider .works_box_slider_box .splide__arrows {
  display: flex;
  flex-wrap: wrap;
  margin: 57px 23px 0 7px;
}
#top .works_box #works_box_slider .works_box_slider_box .splide__arrows .splide__arrow {
  cursor: pointer;
  display: block;
  width: 60px;
  height: 18px;
  background: none;
  border: none;
}
#top .works_box #works_box_slider .works_box_slider_box .splide__arrows .splide__arrow.splide__arrow--next {
  order: 1;
  margin: 0 0 40px auto;
}
#top .works_box #works_box_slider .works_box_slider_box .splide__arrows .splide__arrow.splide__arrow--prev {
  order: 2;
}
#top .works_box #works_box_slider .works_box_slider_box .splide__arrows .splide__arrow:focus, #top .works_box #works_box_slider .works_box_slider_box .splide__arrows .splide__arrow:focus-visible {
  outline: none;
}
#top .works_box #works_box_slider .works_box_slider_box .splide__arrows .splide__arrow svg {
  display: none;
}
#top .works_box #works_box_slider .works_box_slider_box .splide__arrows .splide__arrow::before {
  display: block;
  width: 60px;
  height: 18px;
  background: url(../img/top/arrow_next.svg) no-repeat 0 0/100% auto;
  content: "";
}
#top .works_box #works_box_slider .works_box_slider_box .splide__arrows .splide__arrow.splide__arrow--prev::before {
  transform: scale(-1, 1);
}
#top .works_box #works_box_slider .link {
  text-align: right;
  margin-top: 150px;
}
@media screen and (max-width: 900px) {
  #top .works_box {
    margin-top: 120px;
    padding-bottom: 0;
    background: url(../img/top/works_box_bg@2x.png) no-repeat bottom -17px left -194px/839px auto;
  }
  #top .works_box-inner {
    padding: 0 20px;
  }
  #top .works_box-inner h2 {
    margin: 0;
  }
  #top .works_box #works_box_slider {
    display: block;
    margin: 64px 0 0;
  }
  #top .works_box #works_box_slider .splide__track {
    width: 100%;
  }
  #top .works_box #works_box_slider .splide__track .works_box_slider-cnt::after {
    height: 86px;
  }
  #top .works_box #works_box_slider .splide__track .works_box_slider-cnt .works_box_slider-cnt-box {
    padding: 0 21px 15px;
  }
  #top .works_box #works_box_slider .splide__track .works_box_slider-cnt .works_box_slider-cnt-box .works_box_slider-cnt-box-img {
    margin-bottom: 10px;
    width: 27px;
  }
  #top .works_box #works_box_slider .splide__track .works_box_slider-cnt .works_box_slider-cnt-box .works_box_slider-cnt-box-txt {
    margin: 0 0 0 18px;
    width: calc(100% - 80px);
  }
  #top .works_box #works_box_slider .splide__track .works_box_slider-cnt .works_box_slider-cnt-box .works_box_slider-cnt-box-txt span {
    margin-bottom: -1px;
  }
  #top .works_box #works_box_slider .works_box_slider_box {
    margin: 33px 0 0;
    width: 100%;
  }
  #top .works_box #works_box_slider .works_box_slider_box .pagination {
    font-size: 16px;
    margin-right: 0;
  }
  #top .works_box #works_box_slider .works_box_slider_box .splide__arrows {
    justify-content: space-between;
    margin: 65px auto 0;
    max-width: 180px;
  }
  #top .works_box #works_box_slider .works_box_slider_box .splide__arrows .splide__arrow.splide__arrow--next {
    order: 2;
    margin: 0;
  }
  #top .works_box #works_box_slider .works_box_slider_box .splide__arrows .splide__arrow.splide__arrow--prev {
    order: 1;
  }
  #top .works_box #works_box_slider .link {
    text-align: center;
    margin: 60px 20px 0;
    max-width: none;
  }
}
#top .recruit_box {
  margin: -57px auto 0;
  padding: 0 30px;
  max-width: 1150px;
}
#top .recruit_box h2 {
  margin: 0 auto;
  max-width: 997px;
}
#top .recruit_box-cnt {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin: 54px 10px 0 0;
  padding: 0 22px 0 80px;
  background: url(../img/top/recruit_box-cnt@2x.png) no-repeat center/100% auto;
}
#top .recruit_box-cnt-txt_cnt {
  width: 40.7%;
}
#top .recruit_box-cnt-txt_cnt-tit {
  font-weight: bold;
  font-size: 40px;
  line-height: 1.5;
  color: #FFF;
  margin-bottom: 63px;
}
#top .recruit_box-cnt-txt_cnt .link {
  margin-top: 28px;
}
#top .recruit_box-cnt-txt_cnt .link a {
  color: #FFF;
}
#top .recruit_box-cnt-txt_cnt .link a::after {
  background: url(../img/common/arrow_next_white.svg) no-repeat 0 0/100% auto;
}
#top .recruit_box-cnt-img {
  width: 59.3%;
}
@media screen and (max-width: 900px) {
  #top .recruit_box {
    margin: 144px auto 0;
    padding: 0 20px;
  }
  #top .recruit_box-cnt {
    display: block;
    position: relative;
    margin: 59px 0 0;
    padding: 66px 16px 0 17px;
    background: none;
  }
  #top .recruit_box-cnt::after {
    position: absolute;
    top: 0;
    bottom: 119px;
    right: 0;
    left: 0;
    background: url(../img/top/recruit_box-cnt_sp@2x.png) no-repeat top center/100% auto;
    border-radius: 50px;
    content: "";
    z-index: 10;
  }
  #top .recruit_box-cnt > * {
    position: relative;
    z-index: 20;
  }
  #top .recruit_box-cnt-txt_cnt {
    padding-left: 27px;
    width: 100%;
  }
  #top .recruit_box-cnt-txt_cnt-tit {
    font-size: 30px;
    margin-bottom: 36px;
  }
  #top .recruit_box-cnt-img {
    margin-top: 73px;
    width: 100%;
  }
}
#top .other_box {
  display: flex;
  flex-wrap: wrap;
  margin-top: 164px;
}
#top .other_box > a {
  display: block;
  position: relative;
  width: 50%;
}
#top .other_box > a::after {
  position: absolute;
  bottom: 60px;
  right: 11.3%;
  width: 60px;
  height: 60px;
  background: #FFF url(../img/common/arrow_next.svg) no-repeat center/20px auto;
  border-radius: 60px;
  content: "";
}
#top .other_box-img img {
  width: 100%;
}
#top .other_box h2 {
  color: #FFF;
  position: absolute;
  bottom: 56px;
  right: 150px;
  left: 11.6%;
  margin: 0 auto;
}
#top .other_box h2::before {
  display: none;
}
#top .other_box h2 span {
  font-size: 64px;
  color: #FFF;
  margin-bottom: 6px;
  word-wrap: break-word;
}
@media screen and (max-width: 1200px) {
  #top .other_box h2 span {
    font-size: 4vw;
  }
}
@media screen and (max-width: 900px) {
  #top .other_box {
    display: block;
    margin-top: 143px;
  }
  #top .other_box > a {
    width: 100%;
  }
  #top .other_box > a::after {
    bottom: 30px;
    right: 31px;
  }
  #top .other_box-img {
    position: relative;
    padding-top: 60%;
  }
  #top .other_box-img img {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    max-width: none;
    height: 100%;
    object-fit: cover;
    transform: translate(-50%, -50%);
    object-position: center;
  }
  #top .other_box h2 {
    font-size: 14px;
    bottom: 120px;
    right: 26px;
    left: 26px;
  }
}
@media screen and (max-width: 900px) and (max-width: 370px) {
  #top .other_box h2 {
    top: 16px;
    bottom: auto;
  }
}
@media screen and (max-width: 900px) {
  #top .other_box h2 span {
    font-size: 50px;
    margin-bottom: 1px;
  }
}
#top .magazine_box {
  padding: 163px 0 0;
}
#top .magazine_box::after {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  bottom: 240px;
  background: url(../img/top/magazine_box_bg@2x.png) no-repeat 0 0/cover;
  z-index: 10;
  content: "";
}
#top .magazine_box > * {
  position: relative;
  z-index: 20;
}
#top .magazine_box-cnt {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 0 14.2% 0 25%;
}
#top .magazine_box-cnt h2 {
  width: 100%;
}
#top .magazine_box-cnt h2 span {
  color: #FFF;
}
#top .magazine_box-cnt h2::before {
  display: none;
}
#top .magazine_box-cnt-txt {
  font-weight: bold;
  font-size: 18px;
  line-height: 2;
  color: #FFF;
  margin-top: 48px;
  max-width: 420px;
}
#top .magazine_box-cnt .splide__arrows {
  margin-top: 80px;
}
#top .magazine_box-cnt .splide__arrows .splide__arrow {
  cursor: pointer;
  width: 60px;
  height: 18px;
  background: none;
  border: none;
}
#top .magazine_box-cnt .splide__arrows .splide__arrow.splide__arrow--prev {
  margin-right: 40px;
}
#top .magazine_box-cnt .splide__arrows .splide__arrow:focus, #top .magazine_box-cnt .splide__arrows .splide__arrow:focus-visible {
  outline: none;
}
#top .magazine_box-cnt .splide__arrows .splide__arrow svg {
  display: none;
}
#top .magazine_box-cnt .splide__arrows .splide__arrow::before {
  display: block;
  width: 60px;
  height: 18px;
  background: url(../img/top/arrow_next_white.svg) no-repeat 0 0/100% auto;
  content: "";
}
#top .magazine_box-cnt .splide__arrows .splide__arrow.splide__arrow--prev::before {
  transform: scale(-1, 1);
}
#top .magazine_box #magazine_box_slider .splide__track {
  margin-top: 68px;
  padding-bottom: 20px;
}
#top .magazine_box #magazine_box_slider .splide__track .splide__slide {
  background: #FFF;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}
#top .magazine_box .other_box_slider-cnt {
  display: block;
  padding: 20px;
  height: 100%;
}
#top .magazine_box .other_box_slider-cnt-txt {
  font-weight: 500;
  font-size: 18px;
  line-height: 2;
  color: #000;
  margin: 23px 10px 0;
}
#top .magazine_box .link {
  margin-top: 55px;
  padding: 0 25%;
}
#top .magazine_box .link a {
  font-size: 18px;
}
@media screen and (max-width: 900px) {
  #top .magazine_box {
    padding: 108px 0 0;
  }
  #top .magazine_box::after {
    bottom: 240px;
  }
  #top .magazine_box-cnt {
    display: block;
    padding: 0 20px;
  }
  #top .magazine_box-cnt h2 img {
    max-width: 400px;
  }
  #top .magazine_box-cnt-txt {
    font-size: 16px;
    margin-top: 47px;
    max-width: none;
  }
  #top .magazine_box-cnt .splide__arrows {
    margin-top: 59px;
  }
  #top .magazine_box #magazine_box_slider .splide__track {
    margin-top: 70px;
  }
  #top .magazine_box .other_box_slider-cnt {
    padding: 10px;
  }
  #top .magazine_box .other_box_slider-cnt-txt {
    font-size: 16px;
    margin: 12px 10px 0;
  }
  #top .magazine_box .link {
    margin-top: 50px;
    padding: 0 20px;
  }
  #top .magazine_box .link a {
    font-size: 16px;
  }
}
#top .news_box {
  margin-top: 193px;
  padding: 0 30px 0 25%;
}
#top .news_box-inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: 850px;
}
#top .news_box-inner h2 {
  margin: 0 30px 30px 0;
}
#top .news_box-inner-cnt {
  margin-top: 3px;
  width: 540px;
  border-bottom: 1px solid #E6E6E6;
}
#top .news_box-inner-cnt a {
  line-height: 1.5;
  color: #4B505F;
  display: flex;
  flex-wrap: wrap;
  padding: 37px 1px 36px;
  border-top: 1px solid #E6E6E6;
}
#top .news_box-inner-cnt-day {
  font-family: "ClashDisplay-Regular";
  font-size: 14px;
  margin-top: 2px;
}
#top .news_box-inner-cnt-tit {
  font-weight: 400;
  margin-left: 39px;
  width: calc(100% - 130px);
}
#top .news_box-inner .link {
  text-align: right;
  margin-top: 55px;
  width: 100%;
}
@media screen and (max-width: 900px) {
  #top .news_box {
    margin-top: 166px;
    padding: 0 20px;
  }
  #top .news_box-inner {
    display: block;
    max-width: none;
  }
  #top .news_box-inner h2 {
    margin: 0;
  }
  #top .news_box-inner-cnt {
    margin-top: 77px;
    width: auto;
  }
  #top .news_box-inner-cnt a {
    display: block;
    padding: 39px 0 37px;
  }
  #top .news_box-inner-cnt-day {
    font-size: 12px;
    margin-top: 0;
  }
  #top .news_box-inner-cnt-tit {
    margin: 15px 0 0;
    width: 100%;
  }
  #top .news_box-inner .link {
    text-align: center;
    margin-top: 69px;
  }
}/*# sourceMappingURL=top.css.map */