.space-l {
  display: inline-block;
  margin-left: -22px;
}
@media screen and (max-width:1159px) {
  .space-l {
    margin-left: -1.7vw;
  }
}
@media screen and (max-width:767px) {
  .space-l {
    margin-left: -15px;
  }
}
.space-r {
  display: inline-block;
  margin-right: -17px;
}
@media screen and (max-width:1159px) {
  .space-r {
    margin-right: -1.2vw;
  }
}
@media screen and (max-width:767px) {
  .space-r {
    margin-right: -10px;
  }
}

@media print, screen and (min-width:768px) {
  .top .l-container {
    padding-top: 105px;
  }
}
@media screen and (max-width:767px) {
  .top .l-container {
    padding-top: 40px;
  }
  .top .l-container:last-child {
    padding-bottom: 60px;
  }
}

.top-mv {
  background: -webkit-gradient(linear, left top, left bottom, from(rgb(255, 255, 255)), color-stop(70%, rgb(255, 255, 255)), to(rgb(248, 248, 248)));
  background: linear-gradient(180deg, rgb(255, 255, 255) 0%, rgb(255, 255, 255) 70%, rgb(248, 248, 248) 100%);
}
@media print, screen and (min-width:768px) {
  .top-mv {
    position: relative;
    padding-top: 43%;
  }
}
.top-mv__inner {
  position: relative;
}
@media print, screen and (min-width:768px) {
  .top-mv__inner {
    padding-bottom: 90px;
    height: calc(100vh - 80px);
    max-height: 100%;
    min-height: 42vw;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
  }
}
@media screen and (max-width:767px) {
  .top-mv__inner {
    padding: 20px 0 0;
  }
}
.top-mv__content {
  max-width: 1320px;
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
  margin-left: auto;
  margin-right: auto;
}
@media print, screen and (min-width:768px) {
  .top-mv__content {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    bottom: 25px;
    z-index: 1;
  }
}
@media screen and (min-width: 1600px) and (max-width: 2000px) {
  .top-mv__content {
    bottom: 5vw;
  }
}
@media screen and (max-width:767px) {
  .top-mv__content {
    margin-top: 30px;
  }
}
@media print, screen and (min-width:768px) {
  .top-mv__img {
    padding-left: 14.5%;
  }
}
.top-mv__ttl {
  font-size: 4.8rem;
  font-weight: bold;
  line-height: 1.5;
  margin-bottom: 28px;
}
@media screen and (max-width:1159px) {
  .top-mv__ttl {
    font-size: 3.2vw;
  }
}
@media screen and (max-width:767px) {
  .top-mv__ttl {
    font-size: 2.6rem;
    line-height: 1.6538461538;
    margin-bottom: 20px;
  }
}
.top-mv__txt {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 2;
}
@media screen and (max-width:1159px) {
  .top-mv__txt {
    font-size: 1.4vw;
  }
}
@media screen and (max-width:767px) {
  .top-mv__txt {
    font-size: 1.4rem;
    line-height: 1.7857142857;
    padding-right: 15px;
  }
}
@media screen and (max-width:767px) {
  .top-mv__img {
    margin-top: 25px;
  }
  .top-mv__img:before {
    top: auto;
    bottom: 20px;
  }
}
.top-mv__scroll {
  position: absolute;
  bottom: 10px;
  z-index: 1;
  text-align: right;
  padding-right: 10px;
  right: calc((100vw - 1280px) / 2);
}
@media screen and (max-width: 1300px) {
  .top-mv__scroll {
    right: 10px;
  }
}
@media print, screen and (min-width:768px) {
  .top-mv__scroll {
    bottom: 25px;
  }
}
.top-mv__scroll a {
  display: inline-block;
  padding-bottom: 65px;
  position: relative;
  overflow: hidden;
}
.top-mv__scroll a:before {
  content: "";
  left: 50%;
  bottom: 0;
  height: 58px;
  width: 2px;
  margin-left: -1px;
  position: absolute;
  background-color: #ddd;
}
.top-mv__scroll a:after {
  content: "";
  position: absolute;
  left: 50%;
  margin-left: -1px;
  bottom: 0;
  height: 29px;
  z-index: 2;
  width: 2px;
  background-color: #444444;
  -webkit-animation: scrollDown 5s ease-out infinite;
          animation: scrollDown 5s ease-out infinite;
  z-index: 1;
}
@media print, screen and (min-width:768px) {
  .is-view-pc .top-mv__scroll a:hover {
    opacity: 0.7;
  }
}

@media print, screen and (min-width:768px) {
  .top-sect:nth-child(n+2) {
    margin-top: 130px;
  }
}
@media screen and (max-width:767px) {
  .top-sect:nth-child(n+2) {
    margin-top: 57px;
  }
}
.top-sect__ttl {
  display: inline-block;
  padding-top: 45px;
  border-top: 4px solid #000;
}
.top-sect__ttl .en {
  display: block;
  font-weight: 600;
}
@media print, screen and (min-width:768px) {
  .top-sect__ttl {
    font-size: 5rem;
    margin-bottom: 40px;
  }
  .top-sect__ttl .en {
    font-size: 2.8rem;
  }
}
@media screen and (max-width:1159px) {
  .top-sect__ttl {
    font-size: 4rem;
  }
}
@media screen and (max-width:767px) {
  .top-sect__ttl {
    font-size: 3.3rem;
    margin-bottom: 27px;
    padding-top: 24px;
  }
  .top-sect__ttl .en {
    font-size: 1.7rem;
  }
}

.top-news {
  background-color: #fff;
  padding: 50px 0 80px;
  max-width: 1280px;
  margin: 0 auto;
}
@media screen and (max-width:767px) {
  .top-news {
    background-color: transparent;
    padding: 0 20px;
  }
}
.top-news .l-inner {
  position: relative;
}
@media screen and (max-width:767px) {
  .top-news .l-inner {
    background-color: #fff;
    padding: 33px 20px 120px;
  }
}
.top-news__ttl {
  padding-top: 0;
  border-top: none;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media print, screen and (min-width:768px) {
  .top-news__ttl {
    font-size: 3.8rem;
    margin-bottom: 30px;
  }
}
@media screen and (max-width:767px) {
  .top-news__ttl {
    font-size: 2.4rem;
    margin-bottom: 20px;
  }
}
.top-news__ttl .en {
  display: inline-block;
  margin-left: 22px;
}
@media screen and (max-width:767px) {
  .top-news__ttl .en {
    font-size: 1.8rem;
    margin-left: 15px;
  }
}
.top-news .p-news-list__txt {
  font-weight: 500;
}
.top-news-btn .c-btn-01 {
  max-width: 320px;
  position: absolute;
  right: 20px;
  bottom: -123px;
}
@media print, screen and (min-width:768px) {
  .top-news-btn .c-btn-01 {
    padding-left: 30px;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    text-align: left;
  }
}
@media screen and (max-width:767px) {
  .top-news-btn .c-btn-01 {
    bottom: 30px;
    max-width: none;
    left: 20px;
    width: auto;
    font-size: 1.4rem;
  }
}
.top-news-btn .c-btn-01 .icon-box {
  right: 18px;
}

.top-philosophy .l-inner {
  max-width: 1320px;
}
@media print, screen and (min-width:768px) {
  .top-philosophy__group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.top-philosophy__heading {
  font-size: 4.2rem;
  font-weight: bold;
}
@media print, screen and (min-width:768px) {
  .top-philosophy__heading {
    width: 50%;
    line-height: 1.85;
    padding: 7% 9.5% 7% 0;
  }
}
@media screen and (max-width: 1300px) {
  .top-philosophy__heading {
    font-size: 3.6rem;
  }
}
@media screen and (max-width:1159px) {
  .top-philosophy__heading {
    font-size: 2.4rem;
  }
}
@media screen and (max-width:767px) {
  .top-philosophy__heading {
    font-size: 2.3rem;
    line-height: 1.8043478261;
    padding: 19px 20px;
    position: relative;
    z-index: 2;
  }
  .top-philosophy__heading:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: -20px;
    left: 0;
    background-image: url("/holdings/assets/images/top/trip_pattern_sp.png");
    background-size: cover;
    z-index: -1;
  }
}
@media print, screen and (min-width:768px) {
  .top-philosophy__heading-inner {
    position: relative;
    z-index: 2;
  }
  .top-philosophy__heading-inner:before {
    content: "";
    position: absolute;
    top: -60px;
    bottom: -65px;
    right: -40px;
    width: 50vw;
    background-image: url("/holdings/assets/images/top/trip_pattern.png");
    background-size: cover;
    z-index: -1;
  }
}
@media print, screen and (min-width:768px) {
  .top-philosophy__content {
    width: 50%;
    padding-right: 6.2%;
  }
}
.top-philosophy__txt {
  font-size: 1.9rem;
  font-weight: bold;
  line-height: 2;
}
@media print, screen and (min-width:768px) {
  .top-philosophy__txt {
    padding: 18% 2% 5% 0;
  }
}
@media screen and (max-width:1159px) {
  .top-philosophy__txt {
    font-size: 1.6rem;
    padding: 10% 2% 5% 0;
  }
}
@media screen and (max-width:767px) {
  .top-philosophy__txt {
    font-size: 1.4rem;
    line-height: 1.7857142857;
    padding-left: 20px;
    padding-top: 25px;
  }
}
.top-philosophy__txt p + p {
  margin-top: 35px;
}
@media screen and (max-width:1159px) {
  .top-philosophy__txt p + p {
    margin-top: 20px;
  }
}
@media screen and (max-width:767px) {
  .top-philosophy__txt p + p {
    margin-top: 12px;
  }
}
.top-philosophy__btn {
  margin-top: 45px;
}
@media screen and (max-width:1159px) {
  .top-philosophy__btn {
    margin-top: 25px;
  }
}
@media screen and (max-width:767px) {
  .top-philosophy__btn {
    margin-top: 19px;
    padding-left: 20px;
    padding-right: 20px;
  }
}
.top-philosophy__btn .icon-box {
  right: 40px;
}
.top-philosophy__btn .c-btn-01 {
  max-width: 100%;
  padding-left: 30px;
}
@media print, screen and (min-width:768px) {
  .top-philosophy__btn .c-btn-01 {
    text-align: left;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
@media screen and (max-width:767px) {
  .top-philosophy__btn .c-btn-01 {
    font-size: 1.4rem;
  }
}

.top-group {
  padding: 115px 0 120px;
  background-image: url("/holdings/assets/images//top/dot_pattern.png");
  position: relative;
}
@media screen and (max-width:1159px) {
  .top-group {
    padding: 80px 0 50px;
  }
}
@media screen and (max-width:767px) {
  .top-group {
    background-size: contain;
    background-image: url("/holdings/assets/images//top/dot_pattern_sp.png");
    padding: 0 0 160px;
  }
}
.top-group .l-inner {
  max-width: 1320px;
}
@media print, screen and (min-width:768px) {
  .top-group .l-inner {
    position: relative;
  }
}
.top-group__img {
  position: absolute;
  top: -12px;
  right: 20px;
  left: 30.3%;
  bottom: -15px;
}
.top-group__img img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width:1159px) {
  .top-group__img {
    left: 40%;
  }
}
@media screen and (max-width:767px) {
  .top-group__img {
    position: static;
    margin-left: -20px;
    margin-right: -20px;
  }
}
.top-group__subttl {
  font-size: 3rem;
  line-height: 1.8;
  margin-bottom: 40px;
}
.top-group__subttl .ml {
  margin-left: -15px;
}
@media screen and (max-width: 1260px) {
  .top-group__subttl {
    font-size: 2.3rem;
    margin-bottom: 20px;
  }
  .top-group__subttl .ml {
    margin-left: -12px;
  }
}
@media screen and (max-width:767px) {
  .top-group__subttl {
    font-size: 1.9rem;
    margin-right: -10px;
  }
  .top-group__subttl .ml {
    margin-left: -2.1333333333vw;
  }
}
.top-group__txt {
  font-size: 1.6rem;
  line-height: 2;
  font-weight: 500;
  margin-bottom: 53px;
  padding-right: 35px;
}
@media screen and (max-width:1159px) {
  .top-group__txt {
    font-size: 1.5rem;
    margin-bottom: 30px;
  }
}
@media screen and (max-width:767px) {
  .top-group__txt {
    font-size: 1.4rem;
    line-height: 1.7857142857;
    padding-right: 0;
  }
}
.top-group__group {
  width: 25%;
}
@media screen and (max-width:1159px) {
  .top-group__group {
    width: 37%;
    padding: 60px 0;
  }
}
@media screen and (max-width:767px) {
  .top-group__group {
    width: 100%;
    padding-bottom: 5px;
  }
}
.top-group__ttl {
  margin-bottom: 33px;
}
@media screen and (max-width: 1260px) {
  .top-group__ttl {
    font-size: 4.5rem;
  }
}
@media screen and (max-width:767px) {
  .top-group__ttl {
    margin-bottom: 22px;
    font-size: 3.3rem;
  }
}
.top-group__btn .c-btn-01 {
  padding-left: 30px;
}
@media print, screen and (min-width:768px) {
  .top-group__btn .c-btn-01 {
    text-align: left;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
@media screen and (max-width:1159px) {
  .top-group__btn .c-btn-01 {
    font-size: 14px;
    padding-left: 15px;
  }
}
@media screen and (max-width:767px) {
  .top-group__btn .c-btn-01 {
    padding-left: 40px;
  }
}
@media screen and (max-width:767px) {
  .top-group__btn {
    position: absolute;
    bottom: 60px;
    left: 40px;
    right: 40px;
  }
  .top-group__btn .icon-box {
    right: 15px;
  }
}

.top-sus {
  position: relative;
}
@media screen and (max-width:767px) {
  .top-sus {
    padding-bottom: 170px;
  }
}
.top-sus .l-inner {
  max-width: 1320px;
}
.top-sus__img {
  position: absolute;
  top: 5px;
  left: 0;
  right: 55.5%;
  bottom: 0;
}
.top-sus__img img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width:767px) {
  .top-sus__img {
    position: static;
    margin-left: -20px;
  }
}
.top-sus__subttl {
  font-size: 3rem;
  line-height: 1.8;
  margin-bottom: 40px;
}
@media screen and (max-width:1159px) {
  .top-sus__subttl {
    font-size: 2.3rem;
    margin-bottom: 20px;
  }
}
@media screen and (max-width:767px) {
  .top-sus__subttl {
    font-size: 1.9rem;
    line-height: 1.7894736842;
  }
}
.top-sus__txt {
  font-size: 1.6rem;
  line-height: 2;
  font-weight: 500;
  margin-bottom: 73px;
  padding-right: 35px;
}
@media screen and (max-width:1159px) {
  .top-sus__txt {
    font-size: 1.5rem;
    margin-bottom: 35px;
  }
}
@media screen and (max-width:767px) {
  .top-sus__txt {
    font-size: 1.4rem;
    line-height: 1.7857142857;
    margin-bottom: 28px;
  }
}
.top-sus__group {
  padding: 148px 0 155px 50%;
}
@media screen and (max-width:1159px) {
  .top-sus__group {
    padding: 75px 0 75px 50%;
  }
}
@media screen and (max-width:767px) {
  .top-sus__group {
    padding: 0;
  }
}
.top-sus__ttl {
  margin-bottom: 52px;
}
@media screen and (max-width:1159px) {
  .top-sus__ttl {
    margin-bottom: 30px;
  }
}
@media screen and (max-width:767px) {
  .top-sus__ttl {
    margin-bottom: 20px;
  }
}
@media print, screen and (min-width:768px) {
  .top-sus__btn .c-btn-01 {
    text-align: left;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    padding-left: 30px;
  }
}
@media screen and (max-width:1159px) {
  .top-sus__btn .c-btn-01 {
    font-size: 1.4rem;
  }
}
@media screen and (max-width:767px) {
  .top-sus__btn .c-btn-01 {
    height: 70px;
  }
  .top-sus__btn .c-btn-01 .icon-box {
    right: 13px;
  }
}
@media screen and (max-width:767px) {
  .top-sus__btn {
    position: absolute;
    bottom: 60px;
    right: 40px;
    left: 40px;
  }
}
/*# sourceMappingURL=top.css.map */