/*----------------------------------------
  section_mv
----------------------------------------*/
.section_mv {
  position: relative;
}

/*----------------------------------------
  section_hero
----------------------------------------*/
.section_hero {
  position: relative;
  height: 100vh;
}

.section_hero .head {
  display: flex;
  z-index: 1;
  position: absolute;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  color: #fff;
  font-size: 6.7rem;
  line-height: 1.3;
  text-align: center;
}

.section_hero .head span {
  margin: 20px 0 0;
  color: #fff;
  font-size: 2.4rem;
  font-family: 'Crimson Text', serif;
}

.section_hero .head:before {
  z-index: -1;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(13, 13, 13, 0.5);
  content: "";
}

.section_hero .body {
  height: 100%;
}

.section_hero .body .slick-hero {
  height: 100%;
  padding: 0;
}

.section_hero .body .slick-list {
  height: 100%;
}

.section_hero .body .slick-track {
  height: 100%;
}

.section_hero .body .slick-slide {
  background-position: center;
  background-size: cover;
}

@media screen and (max-width: 760px) {
  .section_hero {
    height: 132vw;
  }
  .section_hero .head {
    font-size: 11.2vw;
  }
  .section_hero .head span {
    margin: 2vw 0 0;
    font-size: 4vw;
  }
}

/*----------------------------------------
  section_news
----------------------------------------*/
.section_news a {
  display: flex;
  background: #fff;
}

.section_news a:hover .ttl {
  text-decoration: underline;
}

.section_news .head {
  display: flex;
  flex: none;
  align-items: center;
  justify-content: center;
  width: 195px;
  background: #FF651F;
  color: #fff;
  font-size: 2.4rem;
  font-family: 'Crimson Text', serif;
}

.section_news .body {
  display: flex;
  align-items: center;
  padding: 10px 20px;
  overflow: hidden;
  white-space: nowrap;
}

.section_news .info {
  display: flex;
  align-items: center;
  margin: 0 10px 0 0;
}

.section_news .info time {
  font-family: a-otf-gothic-bbb-pr6n,sans-serif;
}

.section_news .info ul {
  display: flex;
}

.section_news .info ul li {
  margin: 0 4px 0 0;
  color: #fff;
  font-size: 1.2rem;
  font-family: a-otf-gothic-bbb-pr6n,sans-serif;
}

.section_news .info ul.new::before {
  display: inline-block;
  margin-right: 3px;
  padding: 3px 10px 4px;
  background: #00549c;
  content: 'NEW';
  color: #fff;
  font-size: 11px;
  line-height: 1.1em;
  text-align: center;
}

.section_news .info ul.new::after {
  content: none;
}

.section_news .ttl {
  flex: 1;
  overflow: hidden;
  font-weight: 500;
  font-size: 1.4rem;
  font-family: a-otf-gothic-bbb-pr6n,sans-serif;
  text-overflow: ellipsis;
}

.section_news.absolute {
  z-index: 1;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}

@media screen and (max-width: 760px) {
  .section_news .head {
    width: 23.8vw;
    font-size: 5vw;
  }
  .section_news .body {
    display: block;
    padding: 2vw;
  }
  .section_news .info time {
    font-size: 3.2vw;
  }
  .section_news .info ul li {
    margin: 0 1vw 0 0;
    font-size: 2.9vw;
  }
  .section_news .ttl {
    font-size: 3.7vw;
  }
  .section_news.absolute {
    position: static;
  }
}

/*----------------------------------------
  section_concept
----------------------------------------*/
.section_concept {
  padding: 60px 0 80px;
  background: url(../img/img-concept01.jpg) center/cover fixed;
}

.section_concept .head {
  position: relative;
  margin: 0 0 30px;
  padding: 0 0 10px;
  color: #fff;
  font-size: 3.1rem;
  text-align: center;
}

.section_concept .head:before {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  width: 40px;
  height: 2px;
  margin: auto;
  background: #5C1F81;
  content: "";
}

.section_concept .body {
  display: flex;
  flex-direction: row-reverse;
  justify-content: center;
}

.section_concept .body p {
  -ms-writing-mode: tb-rl;
  margin: 0 10px;
  color: #fff;
      writing-mode: vertical-rl;
}

@media screen and (max-width: 760px) {
  .section_concept {
    padding: 12vw 4.6vw;
  }
  .section_concept .head {
    margin: 0 0 6vw;
    padding: 0 0 3vw;
    font-size: 7.4vw;
  }
  .section_concept .head:before {
    width: 10vw;
    height: 0.5vw;
  }
  .section_concept .body {
    flex-wrap: wrap;
  }
  .section_concept .body p {
    margin: 0 2vw 6vw;
    font-size: 3.6vw;
  }
}

/*----------------------------------------
  section_interview
----------------------------------------*/
.section_interview .head {
  position: relative;
  background: #0D0D0D;
}

.section_interview .head:before {
  position: absolute;
  top: 0;
  right: 0;
  width: 0;
  height: 100%;
  background: #FF651F;
  content: "";
  transition: .3s ease-in-out;
}

.section_interview .head:hover:before {
  left: 0;
  width: 100%;
}

.section_interview .head a {
  display: block;
  position: relative;
  padding: 80px 0;
}

.section_interview .head a:hover {
  opacity: 1;
}

.section_interview .head h2 {
  position: relative;
  margin: 0 0 20px;
  padding: 0 0 10px;
  color: #fff;
  font-size: 4.4rem;
  font-family: 'Crimson Text', serif;
  text-align: center;
}

.section_interview .head h2:before {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  width: 40px;
  height: 2px;
  margin: auto;
  background: #5C1F81;
  content: "";
}

.section_interview .head p {
  color: #fff;
  font-family: a-otf-gothic-bbb-pr6n,sans-serif;
  text-align: center;
}

.section_interview .body {
  display: flex;
}

.section_interview .block {
  position: relative;
  width: 50%;
  height: 713px;
}

.section_interview .block:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(13, 13, 13, 0.4);
  content: "";
  transition: .3s ease-in-out;
}

.section_interview .block:hover:before {
  background: rgba(92, 31, 129, 0.5);
}

.section_interview .block:nth-child(1) {
  background: url(../img/img-interview01.jpg) center/cover;
}

.section_interview .block:nth-child(2) {
  background: url(../img/img-interview02.jpg) center/cover;
}

.section_interview a {
  box-sizing: border-box;
  display: flex;
  position: relative;
  flex-direction: column;
  justify-content: flex-end;
  width: 100%;
  height: 100%;
  padding: 60px 0;
}

.section_interview a:hover {
  opacity: 1;
}

.section_interview a:hover .cmn_btn:before {
  left: 0;
  width: 100%;
}

.section_interview a:hover .cmn_btn span {
  color: #000;
}

.section_interview h3 {
  margin: 0 0 30px;
  color: #fff;
  font-size: 2.1rem;
  text-align: center;
}

@media screen and (max-width: 760px) {
  .section_interview .head a {
    padding: 8vw 4.6vw;
  }
  .section_interview .head h2 {
    margin: 0 0 4vw;
    padding: 0 0 2vw;
    font-size: 8vw;
  }
  .section_interview .head h2:before {
    width: 10vw;
    height: 0.5vw;
  }
  .section_interview .head p {
    font-size: 3.2vw;
  }
  .section_interview .body {
    display: block;
  }
  .section_interview .block {
    width: 100%;
    height: 98vw;
  }
  .section_interview a {
    padding: 0 0 10vw;
  }
  .section_interview h3 {
    margin: 0 0 5vw;
    font-size: 4vw;
  }
}

/*----------------------------------------
  section_member
----------------------------------------*/
.section_member .head {
  position: relative;
  background: #0D0D0D;
}

.section_member .head:before {
  position: absolute;
  top: 0;
  right: 0;
  width: 0;
  height: 100%;
  background: #FF651F;
  content: "";
  transition: .3s ease-in-out;
}

.section_member .head:hover:before {
  left: 0;
  width: 100%;
}

.section_member .head a {
  display: block;
  position: relative;
  padding: 80px 0;
}

.section_member .head a:hover {
  opacity: 1;
}

.section_member .head h2 {
  position: relative;
  margin: 0 0 20px;
  padding: 0 0 10px;
  color: #fff;
  font-size: 4.4rem;
  font-family: 'Crimson Text', serif;
  text-align: center;
}

.section_member .head h2:before {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  width: 40px;
  height: 2px;
  margin: auto;
  background: #5C1F81;
  content: "";
}

.section_member .head p {
  color: #fff;
  font-family: a-otf-gothic-bbb-pr6n,sans-serif;
  text-align: center;
}

.section_member .block {
  display: flex;
  transition: .3s ease-in-out;
}

.section_member .block:nth-child(1) {
  background: #FF651F;
}

.section_member .block:nth-child(1):hover {
  background: #FF5000;
}

.section_member .block:nth-child(2) {
  flex-direction: row-reverse;
  background: #331D44;
}

.section_member .block:nth-child(2):hover {
  background: #1c032f;
}

.section_member .block:nth-child(2) .main a:before {
  background: url(../img/img-member03.png) center/cover;
}

.section_member .thumb {
  width: 50%;
}

.section_member .main {
  width: 50%;
}

.section_member .main a {
  display: flex;
  position: relative;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}

.section_member .main a:hover {
  opacity: 1;
}

.section_member .main a:hover .cmn_btn:before {
  left: 0;
  width: 100%;
}

.section_member .main a:hover .cmn_btn span {
  color: #000;
}

.section_member .main a:before {
  position: absolute;
  width: 100%;
  height: 100%;
  background: url(../img/img-member04.png) center/cover;
  content: "";
}

.section_member .main h3 {
  margin: 0 0 10px;
  color: #fff;
  font-weight: 500;
  font-size: 3.3rem;
  text-align: center;
}

.section_member .main h4 {
  margin: 0 0 20px;
  color: #fff;
  font-weight: normal;
  font-size: 1.4rem;
  font-family: a-otf-gothic-bbb-pr6n,sans-serif;
  text-align: center;
}

@media screen and (max-width: 760px) {
  .section_member .head a {
    padding: 8vw 4.6vw;
  }
  .section_member .head h2 {
    margin: 0 0 4vw;
    padding: 0 0 2vw;
    font-size: 8vw;
  }
  .section_member .head h2:before {
    width: 10vw;
    height: 0.5vw;
  }
  .section_member .head p {
    font-size: 3.2vw;
  }
  .section_member .block {
    display: block;
  }
  .section_member .thumb {
    width: 100%;
  }
  .section_member .main {
    width: 100%;
  }
  .section_member .main a {
    padding: 16vw 0;
  }
  .section_member .main h3 {
    margin: 0 0 2vw;
    font-size: 6.1vw;
    line-height: 1.4;
  }
  .section_member .main h4 {
    margin: 0 0 5vw;
    font-size: 3.4vw;
  }
}

/*----------------------------------------
  section_story
----------------------------------------*/
.section_story {
  position: relative;
  height: 730px;
  background: url(../img/img-story01.jpg) center/cover;
}

.section_story:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(13, 13, 13, 0.4);
  content: "";
  transition: .3s ease-in-out;
}

.section_story:hover:before {
  background: rgba(13, 13, 13, 0.55);
}

.section_story a {
  box-sizing: border-box;
  display: flex;
  position: relative;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  width: 100%;
  height: 100%;
  padding: 80px 0;
}

.section_story a:hover {
  opacity: 1;
}

.section_story a:hover .cmn_btn:before {
  left: 0;
  width: 100%;
}

.section_story a:hover .cmn_btn span {
  color: #000;
}

.section_story .head {
  margin: 0 0 30px;
}

.section_story .head h2 {
  position: relative;
  margin: 0 0 20px;
  padding: 0 0 10px;
  color: #fff;
  font-size: 4.4rem;
  font-family: 'Crimson Text', serif;
  text-align: center;
}

.section_story .head h2:before {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  width: 40px;
  height: 2px;
  margin: auto;
  background: #5C1F81;
  content: "";
}

.section_story .head p {
  color: #fff;
  font-family: a-otf-gothic-bbb-pr6n,sans-serif;
  text-align: center;
}

.section_story .body h3 {
  margin: 0 0 20px;
  color: #fff;
  font-weight: normal;
  font-size: 1.4rem;
  font-family: a-otf-gothic-bbb-pr6n,sans-serif;
  text-align: center;
}

@media screen and (max-width: 760px) {
  .section_story {
    height: auto;
    background: url(../img/img-story01_sp.jpg) center/cover;
  }
  .section_story a {
    padding: 32vw 0 16vw;
  }
  .section_story .head {
    margin: 0 0 2vw;
  }
  .section_story .head h2 {
    margin: 0 0 4vw;
    padding: 0 0 2vw;
    font-size: 8vw;
  }
  .section_story .head h2:before {
    width: 10vw;
    height: 0.5vw;
  }
  .section_story .head p {
    font-size: 3.2vw;
  }
  .section_story .body h3 {
    margin: 0 0 5vw;
    font-size: 3.4vw;
  }
}

/*----------------------------------------
  section_vision
----------------------------------------*/
.section_vision .head {
  position: relative;
  background: #0D0D0D;
}

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

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

.section_vision .head a {
  display: block;
  position: relative;
  padding: 80px 0;
}

.section_vision .head a:hover {
  opacity: 1;
}

.section_vision .head h2 {
  position: relative;
  margin: 0 0 20px;
  padding: 0 0 10px;
  color: #fff;
  font-size: 4.4rem;
  font-family: 'Crimson Text', serif;
  text-align: center;
}

.section_vision .head h2:before {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  width: 40px;
  height: 2px;
  margin: auto;
  background: #5C1F81;
  content: "";
}

.section_vision .head p {
  color: #fff;
  font-family: a-otf-gothic-bbb-pr6n,sans-serif;
  text-align: center;
}

.section_vision .body {
  position: relative;
  height: 730px;
  background: url(../img/img-vision01.jpg) center/cover;
}

.section_vision .body:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(13, 13, 13, 0.4);
  content: "";
  transition: .3s ease-in-out;
}

.section_vision .body:hover:before {
  background: rgba(13, 13, 13, 0.55);
}

.section_vision .body a {
  display: flex;
  position: relative;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}

.section_vision .body a:hover {
  opacity: 1;
}

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

.section_vision .body a:hover .cmn_btn span {
  color: #000;
}

.section_vision .body h3 {
  -ms-writing-mode: tb-rl;
  margin: 0 0 40px;
  color: #fff;
  font-weight: 500;
  font-size: 4.8rem;
      writing-mode: vertical-rl;
}

.section_vision .body h4 {
  margin: 0 0 20px;
  color: #fff;
  font-weight: normal;
  font-size: 1.4rem;
  font-family: a-otf-gothic-bbb-pr6n,sans-serif;
  text-align: center;
}

@media screen and (max-width: 760px) {
  .section_vision .head a {
    padding: 8vw 4.6vw;
  }
  .section_vision .head h2 {
    margin: 0 0 4vw;
    padding: 0 0 2vw;
    font-size: 8vw;
  }
  .section_vision .head h2:before {
    width: 10vw;
    height: 0.5vw;
  }
  .section_vision .head p {
    font-size: 3.2vw;
  }
  .section_vision .body {
    height: auto;
    background: url(../img/img-vision01_sp.jpg) center/cover;
  }
  .section_vision .body a {
    padding: 12vw 0 14vw;
  }
  .section_vision .body h3 {
    margin: 0 0 5vw;
    font-size: 8vw;
  }
  .section_vision .body h4 {
    margin: 0 0 5vw;
    font-size: 3.4vw;
  }
}

/*----------------------------------------
  section_map
----------------------------------------*/
.section_map iframe {
  width: 100%;
  height: 355px;
  vertical-align: middle;
}

@media screen and (max-width: 760px) {
  .section_map iframe {
    height: 68vw;
  }
}
/*# sourceMappingURL=top.css.map */
