.main_section {
  width: 100%;
  height: calc(100vh - 60px);
  position: relative;
  z-index: 0;
}

@media screen and (max-width: 767px) {
  .main_section {
    height: calc(100vh - 120px);
    margin-top: 60px;
  }
}

.news_area {
  height: 230px;
  border-top: 1px solid #b80000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  color: #b80000;
  background: #f0f1f3;
}

.news_area a {
  color: #b80000;
}

.news_area h2 {
  font-size: 1.8rem;
  width: 130px;
  line-height: 60px;
  height: 100%;
  color: #fff;
  text-align: center;
  background: #b80000;
}

@media screen and (max-width: 767px) {
  .news_area h2 {
    font-size: 1.3rem;
    width: 75px;
  }
}

.news_area p {
  width: calc(100% - 250px);
  padding: 20px 25px 0 20px;
  letter-spacing: 0.1em;
  overflow: hidden;
}

@media screen and (max-width: 767px) {
  .news_area p {
    width: 100%;
    font-size: 1.3rem;
    width: calc(100% - 75px);
  }
}

.news_area p a {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-bottom: 20px;
}

.news_area p .date {
  margin-right: 15px;
}

.news_area .btn_more {
  width: 120px;
  text-align: center;
  padding-top: 20px;
}

@media screen and (max-width: 767px) {
  .news_area .btn_more {
    display: none;
  }
}

.message_section {
  border-top: 1px solid #b80000;
  width: 100%;
  text-align: center;
  background: #f0f1f3;
}

.message_section .message_section_main {
  height: 680px;
  background: url("../images/top/img_message.jpg") center no-repeat;
  background-size: cover;
}

@media screen and (max-width: 767px) {
  .message_section .message_section_main {
    background: none;
    height: auto;
  }
}

.message_section .txt {
  max-width: 100%;
  text-align: left;
  padding: 70px 25px 100px;
}

@media screen and (min-width: 768px) {
  .message_section .txt {
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    display: inline-block;
  }
}

.message_section .txt h3 {
  letter-spacing: 0.5em;
  font-size: 2.4rem;
  line-height: 2.4;
  font-family: "Noto Serif SC", serif;
  -webkit-font-feature-settings: normal;
          font-feature-settings: normal;
}

@media screen and (max-width: 767px) {
  .message_section .txt h3 {
    margin-bottom: 0.6em;
    line-height: 1.5;
    letter-spacing: 0.1em;
  }
}

.message_section .txt p {
  margin-right: 30px;
  letter-spacing: 0.25em;
  font-size: 1.4rem;
  line-height: 3;
  font-family: "Noto Serif SC", serif;
  -webkit-font-feature-settings: normal;
          font-feature-settings: normal;
}

@media screen and (max-width: 767px) {
  .message_section .txt p {
    line-height: 2;
    font-size: 1.3rem;
    letter-spacing: 0.1em;
    margin-right: 0;
  }
}

.message_section .txt .link_sprit {
  text-align: right;
  margin-right: 40px;
}

@media screen and (max-width: 767px) {
  .message_section .txt .link_sprit {
    text-align: left;
    margin-right: 0;
    margin-top: 30px;
  }
}

.message_section .txt .link_sprit a {
  background: url("../images/common/ico_logo.png") top 10px center no-repeat;
  background-size: 27px;
  padding: 40px 14px 10px;
  letter-spacing: 0.1em;
  border: 1px solid #b80000;
  color: #b80000;
}

@media screen and (max-width: 767px) {
  .message_section .txt .link_sprit a {
    background: url("../images/common/ico_logo.png") left 10px center no-repeat;
    background-size: 27px;
    padding: 14px 14px 14px 40px;
  }
}

.message_section .txt .link_sprit a:hover {
  opacity: 0.7;
}

.top_section {
  position: relative;
  text-align: center;
  height: 740px;
}

@media screen and (max-width: 767px) {
  .top_section {
    height: 40vh;
  }
}

.top_section .top_section_title {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit-transform: translateY(-50%) translateX(-50%);
  z-index: 1;
}

.top_section .top_section_title .top_section_title_inr {
  display: inline-block;
  padding: 2px;
  border: 2px solid #b80000;
  background: rgba(255, 255, 255, 0.7);
  margin: auto;
  width: 71px;
}

@media screen and (max-width: 767px) {
  .top_section .top_section_title .top_section_title_inr {
    width: 55px;
  }
}

.top_section .top_section_title .top_section_title_inr h2 {
  padding: 23px 18px;
  border: 1px solid #b80000;
  font-size: 2.5rem;
  line-height: 1.3;
  color: #b80000;
}

@media screen and (max-width: 767px) {
  .top_section .top_section_title .top_section_title_inr h2 {
    font-size: 1.8rem;
    padding: 15px 10px;
  }
}

.top_section .bg_img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.top_section .bg_img:after {
  content: " ";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0);
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}

.top_section .bg_img:hover:after {
  background: rgba(0, 0, 0, 0.4);
}

.top_section_set .bg_img {
  background: url("../images/top/btn_set.jpg") center no-repeat;
  background-size: cover;
}

.top_section_kisetsu .bg_img {
  background: url("../images/top/btn_kisetsu.jpg") center no-repeat;
  background-size: cover;
}

.top_section_keicho .bg_img {
  background: url("../images/top/btn_keicho.jpg") center no-repeat;
  background-size: cover;
}

.top_section_limited .bg_img {
  background: url("../images/top/btn_limited.jpg") center no-repeat;
  background-size: cover;
}

.top_section_teiban .top_section_teiban_title {
  margin: 60px auto;
  text-align: center;
}

.top_section_teiban .top_section_teiban_title .top_section_teiban_title_inr {
  display: inline-block;
  padding: 2px;
  border: 2px solid #b80000;
  background: rgba(255, 255, 255, 0.7);
  margin: auto;
  width: 71px;
}

@media screen and (max-width: 767px) {
  .top_section_teiban .top_section_teiban_title .top_section_teiban_title_inr {
    width: 55px;
  }
}

.top_section_teiban .top_section_teiban_title .top_section_teiban_title_inr h2 {
  padding: 23px 18px;
  border: 1px solid #b80000;
  font-size: 2.5rem;
  line-height: 1.3;
  color: #b80000;
}

@media screen and (max-width: 767px) {
  .top_section_teiban .top_section_teiban_title .top_section_teiban_title_inr h2 {
    font-size: 1.8rem;
    padding: 15px 10px;
  }
}

.top_section_teiban .top_section_teiban_inr {
  background: #fff;
  padding-top: 20px;
}

@media screen and (max-width: 767px) {
  .top_section_teiban .top_section_teiban_inr {
    padding-top: 10px;
  }
}

.top_section_teiban .top_section_teiban_inr ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -20px;
}

@media screen and (max-width: 767px) {
  .top_section_teiban .top_section_teiban_inr ul {
    margin-left: -10px;
    padding: 0 10px;
  }
}

.top_section_teiban .top_section_teiban_inr ul li {
  width: calc(33.33333% - 20px);
  margin-left: 20px;
  margin-bottom: 20px;
}

@media screen and (max-width: 767px) {
  .top_section_teiban .top_section_teiban_inr ul li {
    width: calc(50% - 10px);
    margin-left: 10px;
    margin-bottom: 10px;
  }
}

.top_section_teiban .top_section_teiban_inr ul li a {
  display: block;
  text-align: center;
}

.top_section_teiban .top_section_teiban_inr ul li a:hover {
  opacity: 0.6;
}

.top_section_teiban .top_section_teiban_inr ul li a img {
  width: 100%;
}

.top_section_teiban .top_section_teiban_inr ul li a p {
  margin-top: 10px;
}

.btn_area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.btn_area .block {
  width: 50%;
}

@media screen and (max-width: 767px) {
  .btn_area .block {
    width: 100%;
  }
}

.btn_area .block a {
  display: block;
  position: relative;
  color: #fff;
  height: 460px;
}

.btn_area .block a:after {
  content: " ";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0);
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}

.btn_area .block a:hover:after {
  background: rgba(0, 0, 0, 0.4);
}

@media screen and (max-width: 767px) {
  .btn_area .block a {
    height: 37vh;
  }
}

.btn_area .block a img {
  width: 100%;
}

.btn_area .block a p {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit-transform: translateY(-50%) translateX(-50%);
  z-index: 2;
  width: 100%;
  text-align: center;
  font-size: 3.2rem;
  font-family: "Noto Serif SC", serif;
  letter-spacing: 0.4em;
}

@media screen and (max-width: 767px) {
  .btn_area .block a p {
    font-size: 2rem;
  }
}

.btn_area .block a p span {
  display: block;
  font-size: 1.4rem;
  letter-spacing: 0.2em;
}

@media screen and (max-width: 767px) {
  .btn_area .block a p span {
    font-size: 1.2rem;
  }
}

.btn_area .block.bg_company {
  background: url("../images/top/bg_company.jpg") center no-repeat;
  background-size: cover;
}

.btn_area .block.bg_spirit {
  background: url("../images/top/bg_spirit.jpg") center no-repeat;
  background-size: cover;
}

.btn_area .block.bg_recruit {
  background: url("../images/top/bg_recruit.jpg") center no-repeat;
  background-size: cover;
}

.btn_area .block.bg_bookdata {
  background: url("../images/top/bg_bookdata.jpg") center no-repeat;
  background-size: cover;
}

.btn_area .block.bg_contact {
  background: url("../images/top/bg_contact.jpg") center no-repeat;
  background-size: cover;
}
/*# sourceMappingURL=top.css.map */