@charset "UTF-8";
/* ----------------------------------------------------------

cmn

---------------------------------------------------------- */
/* tit_box */
.tit_box h3 {
  position: relative;
  margin-bottom: 32px;
  color: #fff;
  font-family: "Crimson Text", serif;
  font-size: 4.4rem;
  font-weight: 400;
  line-height: 1;
  text-align: center;
}

.tit_box h3::after {
  position: absolute;
  right: 0;
  bottom: -18px;
  left: 0;
  width: 40px;
  height: 2px;
  margin: auto;
  background: #7d4697;
  content: "";
}

.tit_box .sub {
  color: #fff;
  font-family: a-otf-gothic-bbb-pr6n, sans-serif;
  font-size: 14px;
  text-align: center;
}

@media screen and (max-width: 760px) {
  .tit_box h3 {
    position: relative;
    margin-bottom: 6%;
    font-size: 9vw;
    font-weight: 500;
    line-height: 1;
    text-align: center;
  }
  .tit_box h3::after {
    position: absolute;
    right: 0;
    bottom: -32%;
    left: 0;
    width: 39px;
    height: 1px;
    margin: auto;
    content: "";
  }
  .tit_box .sub {
    color: #fff;
    font-family: a-otf-gothic-bbb-pr6n, sans-serif;
    font-size: 3.47vw;
    text-align: center;
  }
}

/* more_btn */
.more_btn {
  width: 201px;
  height: 40px;
  margin: 0 auto;
}

.more_btn a {
  display: inline-block;
  position: relative;
  width: 100%;
  height: 100%;
  border: 1px solid #b6b6b6;
  font-size: 1.4rem;
  line-height: 40px;
  text-align: center;
}

.more_btn a::after {
  position: absolute;
  top: 0;
  right: 8px;
  bottom: 0;
  width: 26px;
  height: 4px;
  margin: auto;
  background: url(../img/cmn/ico-arrow02.png) no-repeat center;
  background-size: 100% auto;
  content: "";
}

.more_btn a:hover::after {
  right: 4px;
  transition: all 200ms;
}

@media screen and (max-width: 760px) {
  .more_btn {
    width: 60%;
    height: 40px;
  }
}

.more_btn.bk a {
  border: none;
  background: #0d0d0d;
  color: #fff;
}

.more_btn.bk a::after {
  background: url(../img/cmn/ico-arrow01.png) no-repeat center;
  background-size: 100% auto;
}

.more_btn.wh a {
  border: 1px solid #fff;
  color: #fff;
}

.more_btn.wh a::after {
  background: url(../img/cmn/ico-arrow01.png) no-repeat center;
  background-size: 100% auto;
}

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

topvisual

---------------------------------------------------------- */
@media screen and (min-width: 761px) {
  .topvisual {
    display: block;
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 49.44%;
    overflow: hidden;
  }
  .topvisual .slider {
    width: 100%;
    margin: 0 auto;
    padding-bottom: 0;
    text-align: center;
  }
  .topvisual .slider li {
    z-index: 999 !important;
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 49.44%;
    background: url(../img/top/mv01.jpg) no-repeat top center;
    background-size: 100% auto;
  }
  .topvisual .slider li.image {
    width: 100%;
    margin: 0 auto;
    text-align: center;
    transition: opacity 1s !important;
  }
  .topvisual .slider li[data-slick-index*="0"] {
    background-image: url(../img/top/mv01.jpg);
  }
  .topvisual .slider li[data-slick-index*="1"] {
    background-image: url(../img/top/mv01.jpg);
  }
  .topvisual .slider li[data-slick-index*="2"] {
    background-image: url(../img/top/mv01.jpg);
  }
  .topvisual .slider li[data-slick-index*="3"] {
    background-image: url(../img/top/mv01.jpg);
  }
  .topvisual .slider li[data-slick-index*="4"] {
    background-image: url(../img/top/mv01.jpg);
  }
}

@media screen and (min-width: 0\0) and (-webkit-min-device-pixel-ratio: 0.75), screen and (min-width: 0\0) and (min-resolution: 72dpi) {
  .selector {
    property: value;
  }
  /* IE向けのCSS～START */
  .topvisual {
    margin-top: 78px;
  }
  /* IE向けのCSS～END */
}

@media screen and (max-width: 760px) {
  .topvisual {
    display: block;
    position: relative;
    width: 100%;
    height: 0;
    margin-top: -54px;
    padding-bottom: 151.19%;
    overflow: hidden;
  }
  .topvisual .slider {
    width: 100%;
    margin: 0 auto;
    padding-bottom: 0;
    text-align: center;
  }
  .topvisual .slider li {
    z-index: 999 !important;
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 151.19%;
    background: url(../img/top/mv01_sp.jpg) no-repeat top center;
    background-size: 100% auto;
  }
  .topvisual .slider li.image {
    width: 100%;
    margin: 0 auto;
    text-align: center;
    transition: opacity 1s !important;
  }
  .topvisual .slider li[data-slick-index*="0"] {
    background-image: url(../img/top/mv01_sp.jpg);
  }
  .topvisual .slider li[data-slick-index*="1"] {
    background-image: url(../img/top/mv01_sp.jpg);
  }
  .topvisual .slider li[data-slick-index*="2"] {
    background-image: url(../img/top/mv01_sp.jpg);
  }
  .topvisual .slider li[data-slick-index*="3"] {
    background-image: url(../img/top/mv01_sp.jpg);
  }
  .topvisual .slider li[data-slick-index*="4"] {
    background-image: url(../img/top/mv01_sp.jpg);
  }
}

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

section_news

---------------------------------------------------------- */
.section_news {
  padding: 90px 0 98px;
}

@media screen and (max-width: 760px) {
  .section_news {
    padding: 15% 0 15%;
  }
}

.section_news .inner {
  width: 1120px;
  margin: 0 auto;
}

@media screen and (max-width: 760px) {
  .section_news .inner {
    width: 100%;
    padding: 0 5%;
  }
}

.section_news .tit_box {
  margin-bottom: 33px;
}

@media screen and (max-width: 760px) {
  .section_news .tit_box {
    margin-bottom: 7%;
  }
}

.section_news .tit_box h3 {
  color: #0d0d0d;
}

.section_news .tit_box .sub {
  color: #0d0d0d;
}

.section_news .news_list .list {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 23px;
}

@media screen and (max-width: 760px) {
  .section_news .news_list .list {
    margin-bottom: 7%;
  }
}

.section_news .news_list .list .box {
  width: 542px;
  width: 542px;
  margin-right: 36px;
  margin-bottom: 20px;
  padding-top: 0px;
  padding-bottom: 21px;
  float: left;
  border-bottom: 1px dotted #cfcfcf;
}

@media screen and (max-width: 760px) {
  .section_news .news_list .list .box {
    width: 100%;
    margin-right: 0;
    margin-bottom: 5%;
    padding-bottom: 5%;
    float: none;
  }
}

.section_news .news_list .list .box:nth-child(2n) {
  margin-right: 0;
}

.section_news .news_list .list .box .info_box .post_date {
  display: inline-block;
  float: left;
  font-size: 1.4rem;
  vertical-align: middle;
}

.section_news .news_list .list .box .info_box .icons {
  display: inline-block;
  max-width: 190px;
  float: left;
  vertical-align: middle;
}

.section_news .news_list .list .box .info_box .icons li {
  float: left;
}

.section_news .news_list .list .box .info_box .icons.new::before {
  display: inline-block;
  margin-right: 3px;
  padding: 2px 10px 4px;
  float: left;
  background: #7d4697;
  color: #fff;
  font-size: 10px;
  line-height: 1.1em;
  text-align: center;
  content: 'NEW';
}

.section_news .news_list .list .box .info_box .icons.new::after {
  content: none;
}

.section_news .news_list .list .box .info_box .tit {
  width: 100%;
  max-height: 25px;
  margin-top: 5px;
  overflow: hidden;
  font-family: a-otf-gothic-bbb-pr6n, sans-serif;
  text-overflow: ellipsis;
  white-space: nowrap;
}

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

section_vision

---------------------------------------------------------- */
.section_vision {
  height: 268px;
  background: #0d0d0d;
}

@media screen and (max-width: 760px) {
  .section_vision {
    height: auto;
  }
}

.section_vision a {
  display: inline-block;
  position: relative;
  width: 100%;
  height: 100%;
  padding: 85px 0;
}

@media screen and (max-width: 760px) {
  .section_vision a {
    padding: 12.3% 0;
  }
}

.section_vision a .sub::after {
  content: " ＞";
}

.section_vision a:before {
  position: absolute;
  top: 0;
  right: 0;
  width: 0;
  height: 100%;
  background: #7d4697;
  content: "";
  transition: .3s ease-in-out;
}

.section_vision a:hover:before {
  left: 0;
  width: 100%;
  height: 100%;
}

.section_vision a:hover {
  opacity: 1;
}

.section_vision a:hover .tit_box h3::after {
  background: #fff;
}

.section_vision a .tit_box {
  position: relative;
}

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

section_rinen

---------------------------------------------------------- */
.section_rinen {
  padding: 110px 0 145px;
  background: url(../img/top/bg_rinenn.jpg) no-repeat center;
  background-size: cover;
}

@media screen and (max-width: 760px) {
  .section_rinen {
    padding: 15% 5% 20%;
    background: url(../img/top/bg_renenn_sp.jpg) no-repeat center;
    background-size: cover;
  }
}

.section_rinen .inner {
  color: #fff;
  text-align: center;
}

.section_rinen .inner .tit {
  margin-bottom: 30px;
  font-family: source-han-serif-japanese, serif;
  font-size: 41px;
  font-weight: 500;
}

@media screen and (max-width: 760px) {
  .section_rinen .inner .tit {
    margin-bottom: 5%;
    font-size: 6.5vw;
  }
}

.section_rinen .inner .txt {
  margin-bottom: 30px;
  font-size: 15px;
  line-height: 1.8;
}

@media screen and (max-width: 760px) {
  .section_rinen .inner .txt {
    margin-bottom: 10%;
    font-size: 3.4vw;
    text-align: left;
  }
}

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

section_company

---------------------------------------------------------- */
.section_company {
  padding: 186px 0 196px;
  background: url(../img/top/bg_company.jpg) no-repeat center;
  background-size: cover;
}

@media screen and (max-width: 760px) {
  .section_company {
    padding: 21% 5% 15%;
    background: url(../img/top/bg_campany_sp.jpg) no-repeat center;
    background-size: cover;
  }
}

.section_company .inner {
  margin: 0 auto;
  color: #fff;
  text-align: center;
}

@media screen and (max-width: 760px) {
  .section_company .inner .tit_box {
    margin-bottom: 5%;
  }
}

.section_company .inner .tit {
  margin-bottom: 30px;
  font-family: source-han-serif-japanese, serif;
  font-size: 41px;
  font-weight: 500;
}

@media screen and (max-width: 760px) {
  .section_company .inner .tit {
    margin-bottom: 9%;
    font-size: 6.5vw;
  }
}

.section_company .inner .txt {
  margin-bottom: 30px;
  font-size: 15px;
  line-height: 1.8;
}

@media screen and (max-width: 760px) {
  .section_company .inner .txt {
    margin-bottom: 8%;
    font-size: 3.73vw;
    text-align: left;
  }
}

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

section_division

---------------------------------------------------------- */
.section_division {
  background: #0d0d0d;
}

.section_division a {
  display: inline-block;
  position: relative;
  width: 100%;
  height: 100%;
  padding: 64px 0;
}

@media screen and (max-width: 760px) {
  .section_division a {
    padding: 12.3% 0;
  }
}

.section_division a .sub::after {
  content: " ＞";
}

.section_division a:before {
  position: absolute;
  top: 0;
  right: 0;
  width: 0;
  height: 100%;
  background: #7d4697;
  content: "";
  transition: .3s ease-in-out;
}

.section_division a:hover:before {
  left: 0;
  width: 100%;
  height: 100%;
}

.section_division a:hover {
  opacity: 1;
}

.section_division a:hover .tit_box h3::after {
  background: #fff;
}

.section_division a .tit_box {
  position: relative;
}

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

other_cnt

---------------------------------------------------------- */
.other_cnt ul li {
  width: 25%;
  height: 355px;
  float: left;
}

@media screen and (max-width: 760px) {
  .other_cnt ul li {
    width: 50%;
    height: 36vw;
    float: left;
  }
}

.other_cnt ul li a {
  display: inline-block;
  width: 100%;
  height: 100%;
  padding-top: 133px;
  background: #1c032f;
  color: #fff;
  text-align: center;
}

@media screen and (max-width: 760px) {
  .other_cnt ul li a {
    padding-top: 20%;
  }
}

.other_cnt ul li a .tit {
  margin-bottom: 6px;
  font-family: "Crimson Text", serif;
  font-size: 41px;
  font-weight: 500;
  line-height: 1;
}

@media screen and (max-width: 760px) {
  .other_cnt ul li a .tit {
    font-size: 6.5vw;
  }
}

.other_cnt ul li a .stit {
  font-size: 14px;
}

@media screen and (max-width: 760px) {
  .other_cnt ul li a .stit {
    font-size: 3.4vw;
  }
}

.other_cnt ul li a .stit::after {
  content: " ＞";
}

@media screen and (min-width: 761px) {
  .other_cnt ul li:nth-child(2n) a {
    background: #2e173f;
  }
}

@media screen and (max-width: 760px) {
  .other_cnt ul li:nth-child(2) a, .other_cnt ul li:nth-child(3) a {
    background: #2e173f;
  }
}
/*# sourceMappingURL=top.css.map */
