.concept__catch {
  margin-bottom: 40px;
}
.concept__catch--en {
  margin-bottom: 20px;
}
.concept__catch--ja {
  font-size: 28px;
}
.concept__lead {
  line-height: 2;
}
.concept__br--pc {
  display: none;
}
@media screen and (min-width: 1200px) {
  .concept__catch {
    margin-bottom: 50px;
  }
  .concept__catch--en {
    margin-bottom: 30px;
  }
  .concept__catch--ja {
    font-size: 38px;
    line-height: 1.5;
    -webkit-font-smoothing: antialiased;
  }
  .concept__lead {
    line-height: 2.2;
    letter-spacing: 3px;
  }
  .concept__br--sp {
    display: none;
  }
  .concept__br--pc {
    display: block;
  }
}

.wrapper {
  overflow-x: hidden;
}

.header {
  transition: 0.2s;
}
.header--scrolled {
  background: #000;
  background: rgba(0, 0, 0, 0.7);
}
.header__logo .header__logo--blk {
  display: none;
}
.header__line {
  background: #fff;
}
.header__status {
  color: #fff;
}
@media screen and (min-width: 1200px) {
  .header {
    position: absolute;
  }
}

@media screen and (min-width: 1200px) {
  .nav__item a {
    color: #fff;
  }
  .nav__item a::after {
    background: #fff;
  }
  .nav--fixed .nav__item a {
    color: #000;
  }
  .nav--fixed .nav__item a::after {
    background: #000;
  }
}

.footer__layer {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 215px;
  background: #ebebeb;
}

.button a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 200px;
  height: 40px;
  background: #fff;
  color: #000;
  font-size: 16px;
}
@media screen and (min-width: 1200px) {
  .button a {
    width: 220px;
    height: 50px;
    font-size: 17px;
    transition: 0.2s;
  }
  .button a:hover {
    background: #000;
    color: #fff;
  }
}

.hero {
  position: relative;
  width: 100%;
  height: 100vh;
  margin-bottom: 60px;
  background-color: #aaa;
  background-image: url(../images/index_hero_background_03.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.hero__catch {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  letter-spacing: 1px;
  text-align: center;
  text-indent: 1px;
  white-space: nowrap;
}
.hero__catch--en {
  font-size: 22px;
}
@media screen and (min-width: 768px) {
  .hero {
    margin-bottom: 80px;
  }
  .hero__catch--en {
    font-size: 38px;
    letter-spacing: 3px;
    text-indent: 3px;
  }
  .hero__catch--ja {
    font-size: 18px;
    letter-spacing: 4px;
    text-indent: 4px;
  }
}
@media screen and (min-width: 1200px) {
  .hero {
    margin-bottom: 100px;
  }
  .hero__catch--en {
    font-size: 52px;
    line-height: 1.5;
    -webkit-font-smoothing: antialiased;
  }
  .hero__catch--ja {
    font-size: 22px;
  }
}
@media screen and (min-width: 1600px) {
  .hero {
    margin-bottom: 120px;
  }
  .hero__catch--en {
    font-size: 62px;
    line-height: 1.5;
  }
  .hero__catch--ja {
    font-size: 24px;
  }
}

.lead {
  margin-bottom: 60px;
}
.lead__sentence {
  font-size: 18px;
}
@media screen and (min-width: 768px) {
  .lead {
    margin-bottom: 80px;
  }
  .lead__sentence {
    font-size: 24px;
  }
}
@media screen and (min-width: 1200px) {
  .lead {
    margin-bottom: 100px;
  }
  .lead__inner {
    width: 75%;
    max-width: none;
  }
  .lead__sentence {
    font-size: 32px;
    -webkit-font-smoothing: antialiased;
  }
}
@media screen and (min-width: 1600px) {
  .lead {
    margin-bottom: 120px;
  }
  .lead__sentence {
    font-size: 38px;
  }
}

.concept {
  position: relative;
  margin: 0 20px 350px 0;
  padding: 70px 0 40px;
  background-image: url(../images/index_concept_background.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  color: #fff;
}
.concept__layer {
  position: absolute;
  right: -20px;
  z-index: -1;
  width: 90%;
  height: 1280px;
  background: #eff2f7;
}
.concept__image {
  position: absolute;
  right: -20px;
  bottom: -110px;
  width: 80%;
  padding-top: 80%;
  background-image: url(../images/index_concept_image.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.concept__inner {
  position: relative;
  z-index: 10;
}
.concept__lead {
  margin-bottom: 40px;
}
@media screen and (min-width: 768px) {
  .concept {
    margin: 0 15% 270px 0;
  }
  .concept__layer {
    top: 250px;
    right: -20%;
    height: 950px;
  }
  .concept__image {
    top: 100px;
    right: -70px;
    bottom: auto;
    width: 70%;
    padding-top: 50%;
  }
}
@media screen and (min-width: 1200px) {
  .concept {
    margin: 0 45% 270px 0;
    padding: 130px 0 70px 12.5%;
  }
  .concept__layer {
    top: 340px;
    right: -100%;
    width: 150%;
    height: 1040px;
  }
  .concept__image {
    right: -70%;
    width: 95%;
    padding-top: 65%;
  }
  .concept__inner {
    width: 100%;
    max-width: none;
    white-space: nowrap;
  }
  .concept__lead {
    margin-bottom: 70px;
  }
}
@media screen and (min-width: 1600px) {
  .concept {
    margin-bottom: 320px;
    padding: 150px 0 90px 12.5%;
  }
  .concept__image {
    width: 90%;
    padding-top: 55%;
  }
}

.business {
  position: relative;
  margin-bottom: 80px;
  padding: 50px 20px 40px;
  background-image: url(../images/index_business_background.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  color: #fff;
}
.business__image {
  position: absolute;
  top: -150px;
  left: 20px;
  width: 80%;
  padding-top: 63%;
  background-image: url(../images/index_business_image.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.business__inner {
  position: relative;
  z-index: 10;
}
.business__heading {
  margin-bottom: 40px;
}
.business__heading--en {
  margin-bottom: 20px;
}
.business__heading--ja {
  font-size: 28px;
}
.business__outline {
  margin-bottom: 40px;
  line-height: 2;
}
@media screen and (min-width: 768px) {
  .business {
    width: 90%;
    margin: 0 auto 100px;
    padding: 70px 5% 50px;
  }
  .business__image {
    top: -120px;
    left: 5%;
    width: 60%;
    padding-top: 42%;
  }
  .business__heading {
    padding-left: 75%;
  }
}
@media screen and (min-width: 1200px) {
  .business {
    margin-bottom: 120px;
    padding: 80px 8% 60px;
  }
  .business__image {
    top: -70px;
    left: 8%;
    width: 40%;
    padding-top: 27%;
  }
  .business__heading {
    margin-bottom: 50px;
    padding-left: 54%;
  }
  .business__heading--en {
    margin-bottom: 30px;
  }
  .business__heading--ja {
    font-size: 38px;
    line-height: 1.5;
    -webkit-font-smoothing: antialiased;
  }
  .business__outline {
    width: 70%;
    margin: 0 0 60px auto;
    line-height: 2.2;
  }
  .business__button a {
    margin: 0 0 0 auto;
  }
}
@media screen and (min-width: 1600px) {
  .business {
    margin-bottom: 150px;
    padding: 100px 8% 80px;
  }
  .business__image {
    top: -100px;
  }
  .business__heading {
    margin-bottom: 110px;
  }
  .business__outline {
    width: 60%;
  }
}

.news {
  margin-bottom: 100px;
}
.news__heading {
  margin-bottom: 25px;
}
.news__item {
  display: flex;
  align-items: flex-start;
  padding: 12px 0 10px;
  border-bottom: 1px solid #000;
}
.news__date {
  width: 100px;
  color: #5086af;
  letter-spacing: 0.5px;
}
.news__title {
  flex: 1;
}
.news__more {
  display: none;
}
@media screen and (min-width: 768px) {
  .news__item {
    padding: 14px 20px 12px;
  }
  .news__date {
    width: 120px;
  }
  .news__more {
    display: block;
    width: 120px;
    text-align: right;
  }
  .news__more a {
    color: #777;
  }
}
@media screen and (min-width: 1200px) {
  .news {
    margin-bottom: 120px;
  }
  .news__heading {
    margin-bottom: 35px;
  }
  .news__item {
    padding: 20px 50px 18px;
  }
  .news__date {
    width: 150px;
  }
  .news__title a:hover {
    text-decoration: underline;
  }
  .news__more {
    width: 140px;
  }
  .news__more a:hover {
    text-decoration: underline;
  }
}
@media screen and (min-width: 1600px) {
  .news {
    margin-bottom: 150px;
  }
  .news__item {
    padding: 20px 70px 18px;
    font-size: 17px;
  }
  .news__date {
    width: 170px;
  }
}

.info {
  margin-top: -120px;
  margin-bottom: 80px;
  padding-top: 120px;
}
.info__heading {
  margin-bottom: 30px;
}
.info__tab {
  display: flex;
}
.info__tab li {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 20%;
  height: 35px;
  border: 1px solid #ccc;
  background: #ddd;
  line-height: 1;
  letter-spacing: 0;
  text-align: center;
  cursor: pointer;
}
.info__tab li span {
  color: #777;
}
.info__tab li.active {
  background: #555;
  border-color: #555;
}
.info__tab li.active span {
  color: #fff;
}
.info__contents {
  padding-top: 20px;
}
.info__detail {
  padding: 12px 0;
  border-bottom: 1px solid #ccc;
}
.info__detail:last-of-type {
  margin-bottom: 0;
}
.info__type {
  margin-bottom: 5px;
  font-weight: bold;
  -webkit-font-smoothing: antialiased;
}
.info__root {
  margin-bottom: 8px;
}
.info__root span {
  vertical-align: middle;
}
.info__badge {
  display: inline-block;
  margin-right: 5px;
  padding: 5px 7px;
  color: #fff;
  font-size: 11px;
  line-height: 1;
  text-indent: 1px;
}
.info__badge--departure {
  background: #f44336;
}
.info__badge--arrival {
  margin-left: 15px;
  background: #009688;
}
@media screen and (min-width: 1200px) {
  .info {
    margin-top: -150px;
    margin-bottom: 120px;
    padding-top: 150px;
  }
  .info__heading {
    margin-bottom: 50px;
  }
  .info__tab li span {
    font-size: 18px;
    letter-spacing: 1px;
  }
  .info__detail {
    padding: 12px 30px;
  }
  .info__type {
    margin-bottom: 0;
    letter-spacing: 1px;
    -webkit-font-smoothing: auto;
  }
  .info__root {
    margin-bottom: 0;
  }
  .info__badge {
    margin-right: 10px;
    font-size: 13px;
  }
  .info__badge--arrival {
    margin-left: 25px;
  }
}

.contact__heading {
  position: relative;
  width: 80%;
  padding-top: 50%;
  background-image: url(../images/index_contact_background.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.contact__heading h2 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  font-size: 24px;
  letter-spacing: 3px;
  text-indent: 3px;
  white-space: nowrap;
}
.contact__contents {
  margin: -90px 20px 0;
  padding: 130px 20px 60px;
  background: #ebebeb;
  text-align: center;
}
.contact__link {
  margin-bottom: 40px;
}
.contact__link p {
  margin-bottom: 5px;
}
.contact__button a {
  display: inline-block;
  width: 240px;
  padding: 12px 0 10px;
  background: #fff;
}
.contact__tel {
  display: inline-block;
  letter-spacing: 0;
}
.contact__tel h2 {
  margin-bottom: 8px;
  font-size: 16px;
}
.contact__tel a {
  display: flex;
  align-items: center;
  margin-bottom: 5px;
}
.contact__tel a img {
  width: 32px;
  margin-right: 10px;
}
.contact__tel a span {
  font-size: 32px;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
}
.contact__tel p {
  margin-left: 42px;
  font-size: 11px;
}
@media screen and (min-width: 768px) {
  .contact {
    width: 90%;
    margin: auto;
  }
  .contact__heading {
    width: 60%;
    padding-top: 37%;
  }
  .contact__contents {
    width: 80%;
    padding: 130px 20px 60px;
    margin: -90px 0 0 auto;
  }
}
@media screen and (min-width: 1200px) {
  .contact {
    position: relative;
    padding-top: 70px;
  }
  .contact__heading {
    position: absolute;
    top: 0;
    left: 0;
    width: 50%;
    padding-top: 30%;
  }
  .contact__heading h2 {
    font-size: 38px;
    letter-spacing: 6px;
    text-indent: 6px;
    -webkit-font-smoothing: antialiased;
  }
  .contact__contents {
    width: 57%;
    margin: 0 0 0 auto;
    padding: 100px 0 70px;
  }
  .contact__link {
    margin-bottom: 50px;
  }
  .contact__link p {
    margin-bottom: 10px;
    font-size: 18px;
  }
  .contact__button a {
    width: 300px;
    padding: 14px 0 12px;
    font-size: 18px;
    transition: 0.2s;
  }
  .contact__button a:hover {
    background: #000;
    color: #fff;
  }
}
@media screen and (min-width: 1600px) {
  .contact {
    width: 80%;
  }
}/*# sourceMappingURL=front-page.css.map */