@charset "utf-8";
/* CSS Document */


/*----------------------------------
 フォント
----------------------------------*/





/*----------------------------------
 デバイス
----------------------------------*/

@media screen and (min-width: 800px) {
.only-sp {
  display: none;
}
.only-pc {
  display: block;
}
}
@media screen and (max-width: 799px) {
.only-sp {
  display: block;
}
.only-pc {
  display: none;
}
}

body .everest {
  position: relative;
  color: #100f10;
  font-family: "Noto Sans JP","source-han-sans-japanese", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, "Helvetica Neue", Arial, sans-serif;
  font-size: clamp(10px, 1vw, 14px);
  font-weight: 300;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  letter-spacing: 0;
  line-height: 1.46;
}

@media screen and (min-width: 800px) {
  body .everest {
    font-size: 1.8rem;
    min-width: 1280px;
    letter-spacing: 0;
  }
}

.everest a {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  text-decoration: none;
  color: #000;
}

.everest a:hover {
  opacity: 1;
  text-decoration: none;
}

@media screen and (min-width: 800px) {
  .everest a:hover {
    opacity: 0.7;
  }
}

.everest img {
  max-width: 100%;
  vertical-align: bottom;
}

.everest .slick-dots button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  appearance: none;
}

.wrapper {
  position: relative;
  overflow: inherit;
}
.secInner {
  overflow: hidden;
}

*:focus {
  outline: none;
}


.everest .sup {
  font-size: 50%;
  vertical-align: top;
  position: relative;
  top: -0.05em;
}


/* font color */
:root {
  --color-base: #100f10;
  --color-base2: #333;
  --color-white: #fff;
  --color-yellow: #f3fd30;
}


/* font */
.everest .en {
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  color: #100f10;
}
.everest .enb {
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  color: #100f10;
}
.everest p {
  line-height: 1.64;
}


/* navi */
.everest_nav {
  width: 100%;
  padding: 0;
  background-color: rgba(255,255,255,.5);
}
.everest_nav.fixed {
  position: fixed;
  top: 0;
  margin: 0 auto;
  width: 100%;
  z-index: 9999;
  transform: translate(0, 80px);
  transition: opacity .4s ease, background-color .4s ease, transform .4s ease;
}
.pane-header.disable + .everest .everest_nav.fixed {
  transform: translate(0, 0);
  transition: opacity .4s ease, background-color .4s ease, transform .4s ease;
}
.everest_nav .everest_navInner {
  width: 100%;
  background-color: #265172;
  border-top: #fff 1px solid;
  border-bottom: #92a8b8 2px solid;
  overflow: hidden;
}
ul.everest_navList {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
ul.everest_navList li.__subnavItem {
  width: 50%;
  position: relative;
  cursor: pointer;
  text-align: center;
  border-right: #92a8b8 2px solid;
}
ul.everest_navList li.__subnavItem:first-child {
  border-left: #92a8b8 2px solid;
}
ul.everest_navList li.__subnavItem.large {
  width: 100%;
  border-left: #92a8b8 2px solid;
}
ul.everest_navList li.__subnavItem.large:before {
  content: "";
  width: 200vw;
  height: 1px;
  display: block;
  position: absolute;
  top: 0;
  left: -50vw;
  background-color: #92a8b8;
  z-index: 1;
}
ul.everest_navList li.__subnavItem a {
  position: relative;
  display: block;
}
ul.everest_navList li.__subnavItem.is-active {
  cursor: inherit;
}
ul.everest_navList > .__navItem a {
  margin: 0 auto;
  display: block;
  line-height: 1;
}
@media (hover: hover) {
ul.everest_navList > .__navItem a:hover {
  background-color: #5585A5;
}
}
ul.everest_navList .__subnavItem a {
  padding: 12px 130px 22px 80px;
  font-size: 26px;
  font-weight: 700;
  color: #fff;
  text-align: left;
  white-space: nowrap;
  letter-spacing: -0.02em;
  position: relative;
  display: block;
}
ul.everest_navList li.__subnavItem.large a {
  padding: 28px 130px 28px 80px;
}
ul.everest_navList .__subnavItem a:after {
  content: "";
  width: 1.3em;
  height: 1.3em;
  margin: auto 0;
  border-top: #fff 1px solid;
  border-right: #fff 1px solid;
  transform: rotate(45deg);
  display: block;
  position: absolute;
  right: 50px;
  top: 0;
  bottom: 0;
}
ul.everest_navList .__subnavItem .number {
  font-size: 20px;
  font-weight: 300;
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
}
ul.everest_navList .__subnavItem .number .num {
  font-size: 36px;
  font-weight: 300;
}
ul.everest_navList .__subnavItem.is-active a {
  background-color: #5585A5 !important;
}
@media screen and (max-width: 799px) {
ul.everest_navList li.__subnavItem.large {
  border-top: #fff 1px solid;
}
ul.everest_navList li.__subnavItem.large:before {
  content: none;
}
ul.everest_navList .__subnavItem a {
  padding: calc(12/750*100vw) calc(70/750*100vw) calc(20/750*100vw) calc(36/750*100vw);
  font-size: calc(27/750*100vw);
  font-weight: 700;
  line-height: 1.32;
}
ul.everest_navList li.__subnavItem.large a {
  padding: calc(32/750*100vw) calc(70/750*100vw) calc(32/750*100vw) calc(36/750*100vw);
}
ul.everest_navList .__subnavItem a:after {
  content: "";
  width: 1.4em;
  height: 1.4em;
  right: calc(40/750*100vw);
  top: 0;
  bottom: 0;
}
ul.everest_navList .__subnavItem .text {
  line-height: 1.2;
}
ul.everest_navList .__subnavItem .number {
  font-size: calc(18/750*100vw);
}
ul.everest_navList .__subnavItem .number .num {
  font-size: calc(18/750*100vw);
}
}


@media screen and (min-width: 800px) {
ul.everest_navList .__navItem > a:hover {
  background-color: #5585A5;
  opacity: 1;
}
ul.everest_navList .__subnavItem a:hover {
  background-color: #5585A5;
  opacity: 1;
}
}
ul.everest_navList > .__navItem:nth-child(1) > a {
  width: calc(444/1920*100vw);
  padding: 18px 0 17px 96px;
  text-align: left;
}
ul.everest_navList li.__navItem:nth-child(2) {
  width: calc(100% - (444/1920*100vw));
  padding: 0 calc(100/1920*100%) 0 0;
  text-align: left;
}
/* @media screen and (max-width: 1237px) and (min-width: 768px) {
ul.everest_navList .__navItem:first-of-type a {
  padding: 0 0.5em 0;
}
}*/

ul.everest_navList .__subnavItem.__navItemActive > a {
  background-color: rgba(0,0,0,.7);
}
ul.everest_navList .__navItem.everest_logo a {
  width: 222px;
  margin: 0 auto;
  padding: 28px 0 22px;
}
.everest .__snaviArea {
  width: 100%;
  position: absolute;
  top: auto;
  right: 0;
  z-index: 2;
  display: none;
}
.everest ul.__snavList {
  padding: 1.2em 0;
  background-color: rgba(0,0,0,.7);
}
.everest ul.everest_navList .__navItem .__snavItem a {
  padding: 1.2em 1em 1.2em 1em;
  color: #fff;
  font-size: 30px;
  text-align: left;
}
.everest ul.everest_navList .__navItem .__subnavItem.small .__snavItem a {
  padding: 1.2em 1em 1.2em 1em;
  color: #fff;
  font-size: 18px;
  text-align: left;
}
@media screen and (max-width: 799px) {
.everest_nav {
  padding: 0;
  position: relative;
  z-index: 1;
}
.everest_nav.fixed {
  transform: translate(0, 64px);
}
.everest_nav .everest_navInner {
  border: none;
}
.pane-header.disable + .block-gmenu + .pane-main .everest .everest_nav.fixed {
  transform: translate(0, 0);
}
.everest ul.everest_navList {
  justify-content: space-between;
}
.everest ul.everest_navList li {
  border-left: none;
  border-right: none;
}
.everest ul.everest_navList li:first-child {
  border-left: none;
  border-right: #fff 1px solid;
}
.everest ul.everest_navList .__navItem .everest_sabnavList a {
  padding: 17px 0 16px;
  font-size: 12px;
}
ul.everest_navList li.__navItem:nth-child(1) {
  width: calc(210/750*100vw);
  padding: 0;
  text-align: center;
}
ul.everest_navList li.__navItem:nth-child(1) > a {
  padding: calc(25/750*100vw) calc(27/750*100vw) calc(18/750*100vw);
  width: 100%;
  text-align: center;
}
ul.everest_navList > .__navItem > a img {
  width: 26px;
}
ul.everest_navList li.__navItem:nth-child(2) {
  width: calc(540/750*100vw);
  padding: 0 calc(30/759*100vw) 0 0;
  text-align: center;
}
ul.everest_sabnavList {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  align-items: center;
  position: relative;
}
ul.everest_sabnavList:before {
  content: "";
  width: calc(100% - (16/750*100vw));
  height: 1px;
  margin: 0 auto;
  display: block;
  position: absolute;
  right: 0;
  left: 0;
  top: 45px;
  background-color: #000;
}
ul.everest_navList li.__subnavItem:before {
  content: none;
  height: 30px;
  top: 7px;
}
}


.everest .panel-item {
  margin-top: -206px;
  padding-top: 206px;
}
@media screen and (max-width: 799px) {
.everest .panel-item {
  margin-top: -132px;
  padding-top: 132px;
}
}


/* tab 
.panel-item {
  display: none;
}
.panel-item.is-active {
  display: block;
}
.panel-item.is-active {
  display: block;
  animation: panel-show .4s ease-in-out forwards;
}
*/

/* パネル切り替えのアニメーション */
@keyframes panel-show {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}


/* item btn */
.everest .itemBtnArea {
  margin: 72px auto 0;
  text-align: center;
  position: relative;
  z-index: 1;
}
.everest .itemBtnArea a {
  width: 100%;
  margin: 0 auto;
  padding: 0.6em 2em;
  font-size: 34px;
  font-weight: bold;
  letter-spacing: -0.04em;
  color: #000;
  background-color: #fff;
  border: #000 1px solid;
  border-radius: 100px;
  display: block;
}
.everest .itemBtnArea a span {
  position: relative;
}
.everest .itemBtnArea a span:before {
  content: "";
  width: 180px;
  height: 18px;
  border-bottom: 3px solid #000;
  border-right: 3px solid #000;
  transform: skew(45deg);
  position: absolute;
  right: -200px;
  top: 22%;
}
.everest .itemBtnArea a.notYet {
  pointer-events: none;
}
@media screen and (min-width: 800px) {
.everest .itemBtnArea a:hover {
  background-color: #f3fd30;
  opacity: 1;
}
}
@media screen and (max-width: 799px) {
.everest .itemBtnArea {
  margin: calc(60/750*100vw) auto 0;
}
.everest .itemBtnArea a {
  width: calc(672/750*100vw);
  margin: 0 auto;
  padding: 0.8em 1em;
  font-size: 14px;
}
.everest .itemBtnArea a span:before {
  content: "";
  width: 40px;
  height: 8px;
  border-bottom: 2px solid #000;
  border-right: 2px solid #000;
  transform: skew(45deg);
  position: absolute;
  right: -50px;
  top: 22%;
}
}




/* hero */
.everest .everest_hero {
  background: url("../img/bg_topmv01-pc.jpg") center center no-repeat;
  background-size: cover;
}
.everest .everest_heroInner {
  width: 100%;
  margin: 0 auto;
}
.everest .everest_hero .mvArea {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  padding: 100px 0 20px;
  position: relative;
  text-align: center;
}
.everest .everest_hero .mvArea .text {
  position: absolute;
  left: 25px;
  top: 340px;
}
.everest .everest_hero .mvArea .img {
  padding-left: 80px;
}
.everest .everest_hero .mvArea .text img {
  mix-blend-mode: exclusion;
}
@media screen and (max-width: 799px) {
.everest .everest_hero {
  background: url("../img/bg_topmv01-sp.jpg") center center no-repeat;
  background-size: cover;
}
.everest .everest_hero .mvArea {
  padding: calc(100/750*100vw) calc(25/750*100vw) calc(20/750*100vw) calc(100/750*100vw);
  position: relative;
}
.everest .everest_hero .mvArea .text {
  width: calc(540/750*100vw);
  position: absolute;
  left: calc(32/750*100vw);
  top: calc(350/750*100vw);
}
.everest .everest_hero .mvArea .img {
  padding-left: 0;
}
.everest .everest_hero .mvArea .text img {
  mix-blend-mode: exclusion;
}
}


/* about */
.everest .everest_about {
  background: url("../img/bg_about-pc.jpg") center center no-repeat;
  background-size: cover;
}
.everest .everest_aboutInner {
  width: 100%;
  max-width: 1280px;
  min-height: 1030px;
  margin: 0 auto;
  padding: 100px 0;
  position: relative;
}
.everest .everest_about h2.everest_aboutTitle {
  margin: 0;
  padding: 0;
  position: absolute;
  right: 46px;
  top: 100px;
}
.everest .everest_about h2.everest_aboutTitle img {
  mix-blend-mode: exclusion;
}
.everest .everest_about .everest_aboutLead {
  margin-bottom: 120px;
  padding-left: 150px;
  position: relative;
  font-size: 44px;
  font-weight: 700;
  color: #fff;
}
.everest .everest_about .everest_aboutLead:after {
  content: "";
  width: 166px;
  height: 1px;
  display: block;
  background-color: #fff;
  position: absolute;
  left: 150px;
  bottom: -60px;
}
.everest .everest_about .text01 {
  padding-left: 150px;
  font-size: 22px;
  font-weight: 400;
  color: #fff;
  line-height: 2.2;
}
@media screen and (max-width: 799px) {
.everest .everest_about {
  background: url("../img/bg_about-sp.jpg") center center no-repeat;
  background-size: cover;
}
.everest .everest_aboutInner {
  padding: calc(60/750*100vw) 0;
  min-height: inherit;
}
.everest .everest_about h2.everest_aboutTitle {
  width: calc(18/750*100vw);
  right: calc(40/750*100vw);
  top: calc(78/750*100vw);
}
.everest .everest_about .everest_aboutLead {
  margin-bottom: calc(96/750*100vw);
  padding: 0 calc(106/750*100vw) 0 calc(36/750*100vw);
  position: relative;
  font-size: calc(48/750*100vw);
}
.everest .everest_about .everest_aboutLead:after {
  width: calc(166/750*100vw);
  left: calc(36/750*100vw);
  bottom: calc(-48/750*100vw);
}
.everest .everest_about .text01 {
  padding: 0 calc(106/750*100vw) 0 calc(36/750*100vw);
  font-size: calc(26/750*100vw);
  line-height: 2.2;
}
}


/* movie */
.everest .everest_Movie {
  background: url(../img/bg_movietop-pc.jpg) center center no-repeat;
  background-size: cover;
}
.everest .movieArea {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  padding: 70px 0 0;
  position: relative;
}
.everest .movieLead {
  position: absolute;
  top: 52px;
  right: 46px;
}
.everest .movieText {
  max-width: 770px;
  margin: 0 auto 2.6em;
  text-align: center;
  font-size: 22px;
  color: #231815;
}
.everest .movieCap {
  max-width: 770px;
  margin: 0 auto 1em;
  text-align: left;
  font-size: 20px;
  font-weight: 400;
  color: #231815;
}
.everest .everest_movieContWrap {
  padding-bottom: 80px;
}
.everest .everest_movie {
  width: 100%;
  max-width: 770px;
  margin: 0 auto;
}
.everest .everest_movieCont {
  width: 100%;
  text-align: center;
}
.everest .everest_movieCont .movieArea {
  position: relative;
  width: 100%;
  max-width: 1000px;
  line-height: 1;
  padding-top: 56.25%;
  margin: 0 auto;
}
.everest .everest_movieCont .movieArea iframe {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 800px) {
  .js-modal-video {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    padding-top: 56.25%;
    margin: 0 auto;
    z-index: 1;
  }
}
@media screen and (max-width: 799px) {
.everest .everest_Movie {
  background: url(../img/bg_movietop-sp.jpg) center center no-repeat;
  background-size: cover;
}
.everest .movieArea {
  width: calc(680/750*100vw);
  margin: 0 auto;
  padding: calc(45/750*100vw) 0 0;
}
.everest .movieLead {
  width: calc(244/750*100vw);
  top: calc(50/750*100vw);
  right: 0;
}
.everest .movieText {
  margin: 0 0 1.6em;
  width: calc(390/750*100vw);
  text-align: left;
  font-size: calc(19/750*100vw);
}
.everest .movieCap {
  width: calc(390/750*100vw);
  margin: 0 0 0.8em;
  font-size: calc(22/750*100vw);
}
.everest .everest_movieContWrap {
  padding-bottom: calc(80/750*100vw);
}
.everest .everest_movie {
  width: 100%;
  max-width: 770px;
  margin: 0 auto;
}
.everest .everest_movieCont {
  width: 100%;
  text-align: center;
}
.everest .everest_movieCont .movieArea {
  position: relative;
  width: 100%;
  max-width: 1000px;
  line-height: 1;
  padding-top: 56.25%;
  margin: 0 auto;
}
.everest .everest_movieCont .movieArea iframe {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
}


.everest .everest_ContInner {
  padding-top: 80px;
  padding-bottom: 100px;
}
.boxText {
  width: 100%;
  max-width: 820px;
  margin: 0 auto 80px;
  text-align: left;
}
.boxText p {
  color: #fff;
  font-size: 20px;
  font-weight: 300;
  line-height: 1.64;
  letter-spacing: 0;
}
.boxText p + p {
  margin-top: 1.64em;
}
.boxText .boxTextLead {
  margin: 0 0 1em;
  padding: 0 0 0.8em;
  font-size: 36px;
  font-weight: 400;
  letter-spacing: -0.02em;
  color: #fff;
  line-height: 1.2;
  border-bottom: #fff 1px solid;
  position: relative;
}
.boxText .boxTextLead:before {
  content: "";
  width: 100px;
  height: 1px;
  background-color: #fff;
  position: absolute;
  top: 23px;
  left: -189px;
}
.boxText .boxTextLead .point {
  position: absolute;
  top: 7px;
  left: -205px;
}
.boxText .boxTextLead .point span {
  width: 32px;
  height: 32px;
  position: relative;
  display: block;
}
.boxText .boxTextLead .point span:before {
  content: "";
  width: 32px;
  height: 32px;
  margin: auto;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: block;
  border: #fff 1px solid;
  border-radius: 100px;
  background-color: #265172;
  position: absolute;
}
.boxText .boxTextLead .point span:after {
  content: "";
  width: 16px;
  height: 16px;
  margin: auto;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: block;
  background-color: #fff;
  border-radius: 100px;
}
@media screen and (max-width: 799px) {
.everest .everest_ContInner {
  padding-top: calc(70/750*100vw);
  padding-bottom: calc(80/750*100vw);
}
.boxText {
  width: calc(672/750*100vw);
  margin: 0 auto calc(64/750*100vw);
}
.boxText p {
  font-size: calc(22/750*100vw);
}
.boxText .boxTextLead {
  font-size: calc(30/750*100vw);
}
.boxLabel {
  width: calc(23/750*100vw);
  position: absolute;
}
.boxText .boxTextInner {
  padding-left: calc(40/750*100vw);
}
.boxText .boxTextLead {
  margin: 0 0 1em;
  padding: 0 0 0.8em;
  font-size: calc(32/750*100vw);
}
.boxText .boxTextLead:before {
  width: calc(24/750*100vw);
  top: calc(23/750*100vw);
  left: calc(-32/750*100vw);
}
.boxText .boxTextLead .point {
  top: calc(7/750*100vw);
  left: calc(-54/750*100vw);
}
.boxText .boxTextLead .point span {
  width: calc(32/750*100vw);
  height: calc(32/750*100vw);
}
.boxText .boxTextLead .point span:before {
  width: calc(32/750*100vw);
  height: calc(32/750*100vw);
}
.boxText .boxTextLead .point span:after {
  width: calc(16/750*100vw);
  height: calc(16/750*100vw);
}
}


.boxImg {
  width: 100%;
  max-width: 920px;
  margin: 0 auto 80px;
  text-align: center;
  position: relative;
}
.boxImgS {
  width: 100%;
  max-width: 786px;
  margin: 0 auto 80px;
  text-align: center;
  position: relative;
}
.boxImgL {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto 80px;
  text-align: center;
  position: relative;
}
@media screen and (max-width: 799px) {
.boxImg {
  width: calc(672/750*100vw);
  margin: 0 auto calc(64/750*100vw);
}
.boxImgS {
  max-width: none;
  margin: 0 auto calc(64/750*100vw);
}
.boxImgL {
  max-width: none;
  margin: 0 auto calc(64/750*100vw);
}
.boxImg.mb0 {
  margin-bottom: 0 !important;
}
}


.boxSlider {
  width: 100%;
  max-width: 1120px;
  padding: 0 0 110px;
  margin: 0 auto;
}
.boxSlider .boxSliderInner {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
}
.boxSlider h3.boxSliderLead {
  margin: 0 0 1em;
  padding: 0;
  font-size: 48px;
  font-weight: 700;
  line-height: 0.9;
}
.boxSlider h3.boxSliderLead .small {
  font-size: 36px;
}
ul.slide-item {
  width: 100%;
  display: flex;
  gap: 0 40px;
}
ul.slide-item li {
  width: 600px;
  display: block;
}
ul.slide-item li a {
  display: block;
}
ul.slide-item li a .itemImg {
  margin-bottom: 16px;
}
ul.slide-item li a .itemName {
  font-size: 18px;
  font-weight: 400;
  line-height: 1.46;
}
@media screen and (max-width: 799px) {
.boxSlider {
  padding: 0 0 80px;
  background-color: #fff;
}
.boxSlider h3.boxSliderLead {
  margin-bottom: 0.6em;
  font-size: calc(48/750*100vw);
  text-align: center;
}
.boxSlider h3.boxSliderLead .small {
  font-size: calc(36/750*100vw);
}
ul.slide-item {
  width: 100%;
  display: flex;
  gap: 0 calc(24/750*100vw);
}
ul.slide-item li a {
  display: block;
  margin: 0 2px;
}
ul.slide-item li a .itemImg {
  margin-bottom: 4px;
}
ul.slide-item li a .itemName {
  font-size: calc(16/750*100vw);
}
}


.slick-slider .slick-arrow {
    opacity: 1;
    transition: opacity ease .3s;
    z-index: 1;
    position: absolute;
}
.slick-slider .slick-arrow.prev-arrow {
    width: 52px;
    left: -36px;
    top: 50%;
    transform: translateY(-50%);
}
.slide-arrow_s.prev-arrow.slick-arrow {
    width: 56px;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}
.slide-arrow_s.next-arrow.slick-arrow {
    width: 56px;
    right: -1px;
    top: 50%;
    transform: translateY(-50%);
}
.slick-slider .slick-arrow {
  opacity: 1;
  transition: opacity ease .3s;
  z-index: 1;
  position: absolute;
}
.slick-slide img {
  width: 100%;
}
@media (hover: hover) {
.slick-slider .slick-arrow:hover {
  opacity: 0.5;
  cursor: pointer;
}
}
ul.slick-dots {
  margin: 0 auto;
  display: flex;
  justify-content: center;
  gap: 0 7px;
  position: absolute;
  bottom: 20px;
  left: 0;
  right: 0;
}
ul.slick-dots li {
  width: 14px;
  height: 14px;
  border-radius: 14px;
  background-color: #fff;
  border: #000 2px solid;
}
ul.slick-dots li button {
  position: relative;
  text-indent: -9999px;
}
ul.slick-dots li.slick-active {
  background-color: #000;
}
@media screen and (max-width: 799px) {
ul.slick-dots {
  gap: 0 5px;
  bottom: 10px;
}
ul.slick-dots li {
  width: 10px;
  height: 10px;
  border-radius: 10px;
  background-color: #fff;
  border: #000 2px solid;
}
.slide-arrow_s.prev-arrow.slick-arrow {
  width: 28px;
}
.slide-arrow_s.next-arrow.slick-arrow {
  width: 28px;
}
}


/* everest_btmnav */
.everest_btmnav .everest_navInner {
  padding: 110px 0 90px;
  background: url(../img/bg_btmnavi-pc.jpg) center center no-repeat;
  background-size: cover;
}
.everest_btmnav ul.everest_navList {
  max-width: 1200px;
  justify-content: space-between;
}
.everest_btmnav ul.everest_navList li.__subnavItem:first-child {
  border-left: none;
}
.everest_btmnav ul.everest_navList li.__subnavItem {
  width: 580px;
  border-right: none;
}
.everest_btmnav ul.everest_navList li.__subnavItem a {
  width: 580px;
  padding: 0 0 30px 36px;
  border-right: none;
  background-color: #265172;
}
.everest_btmnav ul.everest_navList li.__subnavItem .img {
  padding-bottom: 20px;
}
.everest_btmnav ul.everest_navList li.__subnavItem .img img {
  width: 100%;
  max-width: none;
}
.everest_btmnav ul.everest_navList .__subnavItem a:after {
  top: auto;
  bottom: 50px;
}
@media (hover: hover) {
.everest_btmnav ul.everest_navList li.__subnavItem a:hover {
  background-color: #5585A5;
}
}
@media screen and (max-width: 799px) {
.everest_btmnav .everest_navInner {
  padding: calc(80/750*100vw) 0;
  background: url(../img/bg_btmnavi-sp.jpg) center center no-repeat;
  background-size: cover;
}
.everest_btmnav ul.everest_navList {
}
.everest_btmnav ul.everest_navList li.__subnavItem {
  width: 50%;
}
.everest_btmnav ul.everest_navList li.__subnavItem a {
  width: 100%;
  padding: 0 0 calc(20/750*100vw) calc(25/750*100vw);
  border-right: #fff 1px solid;
}
.everest_btmnav ul.everest_navList li.__subnavItem .img {
  padding-bottom: calc(12/750*100vw);
}
.everest_btmnav ul.everest_navList .__subnavItem a:after {
  bottom: calc(42/750*100vw);
}
}


/* exhibition */
.everest_exhibition {
  background-color: #e6e6e6;
}
.everest_exhibition .everest_exhibitionInner {
  padding: 80px 0;
}
.everest_exhibition .exhibitionLead {
  max-width: 660px;
  margin: 0 auto 1em;
  font-size: 32px;
  font-weight: 700;
  border-bottom: #000 1px solid;
  text-align: center;
  line-height: 1.64;
}
.everest_exhibition .text01 {
  max-width: 660px;
  margin: 0 auto 3.4em;
  font-size: 22px;
  font-weight: 400;
}
.everest_exhibition .exhibitionflex {
  width: 1020px;
  margin: 0 auto 40px;
  display: flex;
  gap: 0 50px;
}
.everest_exhibition .exhibitionflex .img {
  width: 450px;
}
.everest_exhibition .exhibitionflex .text {
  width: 520px;
  padding: 0.8em 1.8em;
  border-top: #000 1px solid;
  border-bottom: #000 1px solid;
  font-size: 22px;
}
.everest_exhibition .exhibitionflex .text table td {
  padding-left: 4em;
}
.everest_exhibition .exhibitionflex .text table th,
.everest_exhibition .exhibitionflex .text table td {
  line-height: 1.5;
  font-weight: 400;
  text-align: left;
}
.everest_exhibition .text02 {
  max-width: 540px;
  margin: 0 auto;
  font-size: 20px;
  font-weight: 400;
}
@media screen and (max-width: 799px) {
.everest_exhibition .everest_exhibitionInner {
  padding: calc(50/750*100vw) 0 calc(60/750*100vw);
}
.everest_exhibition .exhibitionLead {
  width: calc(680/750*100vw);
  margin: 0 auto 0.3em;
  padding-bottom: 0.6em;
  font-size: calc(40/750*100vw);
  border-bottom: #000 1px solid;
  line-height: 1.2;
}
.everest_exhibition .text01 {
  width: calc(680/750*100vw);
  margin: 0 auto 1em;
  font-size: calc(24/750*100vw);
}
.everest_exhibition .exhibitionflex {
  width: calc(680/750*100vw);
  margin: 0 auto calc(20/750*100vw);
  flex-direction: column;
  gap: calc(50/750*100vw) 0;
}
.everest_exhibition .exhibitionflex .img {
  width: 100%;
}
.everest_exhibition .exhibitionflex .text {
  width: 100%;
  padding: 1.2em 3em;
  font-size: calc(26/750*100vw);
  text-align: left;
}
.everest_exhibition .exhibitionflex .text table td {
  padding-left: 1em;
}
.everest_exhibition .exhibitionflex .text table th,
.everest_exhibition .exhibitionflex .text table td {
  line-height: 1.32;
}
.everest_exhibition .text02 {
  width: calc(680/750*100vw);
  margin: 0 auto;
  padding-left: 3.4em;
  font-size: calc(22/750*100vw);
}
}


/* under page */
.everest .everest_chapTopInner {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  position: relative;
}
.everest .everest_chapTopInner:before {
  content: "";
  width: 1px;
  height: calc(100% - 64px);
  background-color: #265172;
  display: block;
  position: absolute;
  left: 40px;
  top: 64px;
}
.everest .chapTitle {
  width: 1280px;
  height: 122px;
  margin: 76px auto 66px;
  padding: 0 105px;
  display: flex;
  align-items: center;
  position: relative;
  line-height: 1;
}
.everest .chapTitle:before {
  content: "";
  width: 32px;
  height: 122px;
  margin: auto 0;
  display: block;
  border: #231815 1px solid;
  border-right: none;
  position: absolute;
  left: 105px;
  top: 0;
  bottom: 0;
}
.everest .chapTitle:after {
  content: "";
  width: 32px;
  height: 122px;
  margin: auto 0;
  display: block;
  border: #231815 1px solid;
  border-left: none;
  position: absolute;
  right: 105px;
  top: 0;
  bottom: 0;
}
.everest .chapTitle .point {
  width: 32px;
  height: 32px;
  margin-left: -81px;
  display: block;
  border: #265172 1px solid;
  border-radius: 100px;
  background-color: #fff;
  position: relative;
}
.everest .chapTitle .point:before {
  content: "";
  width: 16px;
  height: 16px;
  margin: auto;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: block;
  background-color: #265172;
  border-radius: 100px;
}
.everest .chapTitle .number {
  width: 406px;
  display: block;
  text-align: center;
  font-size: 46px;
  font-weight: 300;
  line-height: 1;
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  position: relative;
  top: -12px;
}
.everest .chapTitle .number .num {
  font-size: 86px;
}
.everest .chapTitle .text {
  width: calc(100% - 406px);
  display: block;
  text-align: center;
  font-weight: 700;
  font-size: 34px;
  line-height: 1;
  position: relative;
}
.everest .chapTitle .text:before {
  content: "";
  width: 1px;
  height: 112px;
  margin: auto 0;
  display: block;
  background-color: #231815;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
}
.everest .everest_chapTop .img {
  padding-bottom: 100px;
  position: relative;
}
.everest.under .contArea {
  background-color: #265172;
}
.everest.under .contArea .everest_Cont {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  padding-bottom: 1px;
  position: relative;
}
.everest.under .contArea .everest_Cont:before {
  content: "";
  width: 1px;
  height: 100%;
  background-color: #fff;
  display: block;
  position: absolute;
  left: 40px;
  top: 0;
}
.everest.under .movieArea:before {
  content: "";
  width: 1px;
  height: 100%;
  background-color: #265172;
  display: block;
  position: absolute;
  left: 40px;
  top: 0;
}
.everest.under .movieArea .point {
  position: absolute;
  top: 70px;
  left: 25px;
  z-index: 1;
}
.everest.under .movieArea .point:after {
  content: "";
  width: 100px;
  height: 1px;
  background-color: #265172;
  position: absolute;
  top: 16px;
  left: 16px;
  z-index: -1;
}
.everest.under .movieArea .point span {
  width: 32px;
  height: 32px;
  position: relative;
  display: block;
}
.everest.under .movieArea .point span:before {
  content: "";
  width: 32px;
  height: 32px;
  margin: auto;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: block;
  border: #265172 1px solid;
  border-radius: 100px;
  background-color: #fff;
  position: absolute;
}
.everest.under .movieArea .point span:after {
  content: "";
  width: 16px;
  height: 16px;
  margin: auto;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: block;
  background-color: #265172;
  border-radius: 100px;
}
.everest .boxGuide {
  width: 100%;
  max-width: 716px;
  margin: 0 auto;
  padding: 40px 0;
  border-top: #c9d3dc 1px solid;
  border-bottom: #c9d3dc 1px solid;
  display: flex;
  align-items: center;
  gap: 0 30px;
}
.everest .boxGuide .guideImg {
  width: 248px;
}
.everest .boxGuide .guideText {
  width: calc(100% - 278px);
}
.everest .boxGuide .guideText > p {
  font-size: 17px;
  line-height: 1.46;
  color: #fff;
  letter-spacing: 0.04em;
}
.everest .boxGuide .guideText .job {
  margin-bottom: 0.4em;
  font-size: 19px;
  line-height: 1;
}
.everest .boxGuide .guideText .name {
  margin-bottom: 1em;
  font-size: 28px;
  line-height: 1;
}




@media screen and (max-width: 799px) {
.everest .everest_chapTopInner:before {
  height: calc(100% + (13/750*100vw));
  left: calc(40/750*100vw);
  top: calc(46/750*100vw);
}
.everest .chapTitle {
  width: 100%;
  height: calc(86/750*100vw);
  margin: calc(58/750*100vw) auto calc(58/750*100vw);
  padding: 0 calc(80/750*100vw);
}
.everest .chapTitle:before {
  width: calc(24/750*100vw);
  height: calc(86/750*100vw);
  left: calc(80/750*100vw);
}
.everest .chapTitle:after {
  width: calc(24/750*100vw);
  height: calc(86/750*100vw);
  right: calc(80/750*100vw);
}
.everest .chapTitle .point {
  width: calc(32/750*100vw);
  height: calc(32/750*100vw);
  margin-left: calc(-56/750*100vw);
}
.everest .chapTitle .point:before {
  width: calc(16/750*100vw);
  height: calc(16/750*100vw);
}
.everest .chapTitle .number {
  width: calc(270/750*100vw);
  font-size: calc(33/750*100vw);
  top: calc(-6/750*100vw);
}
.everest .chapTitle .number .num {
  font-size: calc(60/750*100vw);
}
.everest .chapTitle .text {
  width: calc(100% - (270/750*100vw));
  padding-left: 1.2em;
  font-size: calc(32/750*100vw);
  text-align: left;
}
.everest .chapTitle .text:before {
  height: calc(86/750*100vw);
}
.everest.under .contArea .everest_Cont:before {
  left: calc(40/750*100vw);
}
.everest.under .movieArea {
  width: calc(672 / 750* 100vw);
}
.everest.under .movieArea:before {
  left: calc(1 / 750* 100vw);
}
.everest.under .movieArea .point {
  top: calc(44/750*100vw);
  left: calc(-16/750*100vw);
}
.everest.under .movieArea .point:after {
  width: calc(24 / 750* 100vw);
  top: calc(16/750*100vw);
  left: calc(16/750*100vw);
}
.everest.under .movieArea .point span {
  width: calc(32/750*100vw);
  height: calc(32/750*100vw);
}
.everest.under .movieArea .point span:before {
  width: calc(32/750*100vw);
  height: calc(32/750*100vw);
}
.everest.under .movieArea .point span:after {
  width: calc(16/750*100vw);
  height: calc(16/750*100vw);
}
.everest.under .movieArea .movieText {
  padding-left: calc(40/750*100vw);
}
.everest .boxGuide {
  width: calc(632 / 750* 100vw);
  margin: 0 calc(38/750*100vw) 0 calc(80/750*100vw);
  padding: calc(32/750*100vw) 0 calc(32/750*100vw) 0;
  gap: 0 calc(30/750*100vw);
}
.everest .boxGuide .guideImg {
  width: calc(248/750*100vw);
}
.everest .boxGuide .guideText {
  width: calc(100% - (278/750*100vw));
}
.everest .boxGuide .guideText > p {
  font-size: calc(20/750*100vw);
}
.everest .boxGuide .guideText .job {
  margin-bottom: 0.2em;
  font-size: calc(22/750*100vw);
}
.everest .boxGuide .guideText .name {
  margin-bottom: 0.8em;
  font-size: calc(30/750*100vw);
}
}



/* everest_Tech */
.everest .everest_Tech {
  padding-top: 120px;
  background-color: #5585a5;
}
.everest .everest_Tech .everest_TechInner {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  padding: 70px 160px 120px;
  border-top: #fff 1px solid;
}
.everest .everest_Tech .lead {
  margin-bottom: 1em;
  color: #fff;
  font-size: 36px;
  font-weight: 700;
  text-align: center;
  line-height: 1.32;
}
.everest .everest_Tech .text01 {
  margin-bottom: 3.6em;
  color: #fff;
  font-size: 24px;
  font-weight: 300;
  text-align: center;
  line-height: 1.64;
}
.everest .everest_Tech .img01 {
  width: 680px;
  margin: 0 auto 0.6em;
}
.everest .everest_Tech .text02 {
  width: 680px;
  margin: 0 auto;
  color: #fff;
  font-size: 17px;
  font-weight: 300;
  text-align: left;
  line-height: 1.46;
}
.everest .everest_Tech .techBox {
  margin: 70px 0 0 ;
}
.everest .everest_Tech .techTitle {
  margin: 0 0 0.4em;
  padding: 0;
  color: #fff;
  font-size: 37px;
  font-weight: 700;
  line-height: 1;

  text-align: center;
}
.everest .everest_Tech .techBoxInner {
  width: 960px;
  margin: 0 auto;
  padding: 50px 42px 50px;
  border-top: #fff 1px solid;
  border-bottom: #fff 1px solid;
}
.everest .everest_Tech .techIconArea {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.everest .everest_Tech .techIconArea .techIconAreaText .iconText01 {
  margin-bottom: 0.4em;
  color: #fff;
  font-size: 37px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: -0.04em;
}
.everest .everest_Tech .techIconArea .techIconAreaText .iconText02 {
  color: #fff;
  font-size: 22px;
  font-weight: 400;
  line-height: 1.46;
}
.everest .everest_Tech .techIconArea .techIcon img {
  transform: translateX(50px);
}
.everest .everest_Tech .techFlex {
  margin-top: 48px;
  display: flex;
  gap: 0 36px;
  justify-content: space-between;
}
.everest .everest_Tech .techFlex .left,
.everest .everest_Tech .techFlex .right {
  width: 420px;
}
.everest .everest_Tech .techFlex .img {
  margin-bottom: 0.6em;
}
.everest .everest_Tech .techFlex .lead {
  margin-bottom: 0.4em;
  color: #fff;
  font-size: 24px;
  font-weight: 400;
  line-height: 1.46;
  text-align: left;
}
.everest .everest_Tech .techFlex .text {
  color: #fff;
  font-size: 17px;
  font-weight: 300;
  line-height: 1.46;
}
.everest .btnArea {
  margin-top: 90px;
}
.everest .btnArea .itemLinkBtn {
  width: 580px;
  margin: 0 auto;
  padding: 40px 0 40px 40px;
  background-color: #265172;
  color: #fff;
  font-size: 26px;
  font-weight: 700;
  display: block;
  position: relative;
  border: #265172 1px solid;
}
.everest .btnArea .itemLinkBtn:after {
  content: "";
  width: 1.5em;
  height: 1.5em;
  margin: auto 0;
  border-top: #fff 1px solid;
  border-right: #fff 1px solid;
  transform: rotate(45deg);
  display: block;
  position: absolute;
  right: 50px;
  top: 0;
  bottom: 0;
}
@media (hover: hover) {
.everest .btnArea .itemLinkBtn:hover {
  background-color: #5585A5;
  opacity: 1;
  border: #fff 1px solid;
}
}
@media screen and (max-width: 799px) {
.everest .everest_Tech {
  padding-top: calc(80/750*100vw);
}
.everest .everest_Tech .everest_TechInner {
  width: calc(672/750*100vw);
  padding: calc(26/750*100vw) 0 calc(60/750*100vw);
}
.everest .everest_Tech .lead {
  font-size: calc(36/750*100vw);
}
.everest .everest_Tech .text01 {
  margin-bottom: 2.6em;
  font-size: calc(24/750*100vw);
}
.everest .everest_Tech .img01 {
  width: 100%;
  margin: 0 auto 0.6em;
}
.everest .everest_Tech .text02 {
  width: 100%;
  font-size: calc(20/750*100vw);
}
.everest .everest_Tech .techBox {
  margin: calc(40/750*100vw) 0 0;
}
.everest .everest_Tech .techTitle {
  margin-bottom: 0.6em;
  font-size: calc(37/750*100vw);
}
.everest .everest_Tech .techBoxInner {
  width: 100%;
  padding: calc(30/750*100vw) 0 calc(60/750*100vw);
}
.everest .everest_Tech .techIconArea {
  display: flex;
  flex-direction: column;
  gap: calc(20/750*100vw) 0;
}
.everest .everest_Tech .techIconArea .techIconAreaText .iconText01 {
  font-size: calc(42/750*100vw);
  text-align: center;
}
.everest .everest_Tech .techIconArea .techIconAreaText .iconText02 {
  font-size: calc(24/750*100vw);
  text-align: center;
}
.everest .everest_Tech .techIconArea .techIcon {
  text-align: center;
}
.everest .everest_Tech .techIconArea .techIcon img {
  width: calc(396/750*100vw);
  transform: none;
}
.everest .everest_Tech .techFlex {
  margin-top: calc(60/750*100vw);
  flex-direction: column;
  gap: calc(60/750*100vw) 0;
}
.everest .everest_Tech .techFlex .left,
.everest .everest_Tech .techFlex .right {
  width: 100%;
}
.everest .everest_Tech .techFlex .lead {
  font-size: calc(30/750*100vw);
}
.everest .everest_Tech .techFlex .text {
  font-size: calc(22/750*100vw);
}
.everest .btnArea {
  margin-top: calc(60/750*100vw);
}
.everest .btnArea .itemLinkBtn {
  width: calc(580/750*100vw);
  padding: calc(40/750*100vw) 0 calc(40/750*100vw) calc(40/750*100vw);
  font-size: calc(26/750*100vw);
}
.everest .btnArea .itemLinkBtn:after {
  width: 1.4em;
  height: 1.4em;
  right: calc(40 / 750* 100vw);
  top: auto;
  bottom: calc(42 / 750* 100vw);
}
}

.everest .__pagetop .btnArea {
  width: 650px;
  height: 86px;
  margin: auto;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.everest .__pagetop .btnArea .itemLinkBtn {
  width: 650px;
  padding: 24px 0 24px 40px;
  font-size: 25px;
  text-align: left;
}
.everest .__pagetop .btnArea .itemLinkBtn:after {
  width: 1.1em;
  height: 1.1em;
}
@media (hover: hover) {
.everest .__pagetop .btnArea .itemLinkBtn:hover {
  background-color: #5585A5;
  opacity: 1;
  border: #5585A5 1px solid;
  color: #fff;
}
}
@media screen and (max-width: 799px) {
.everest .__pagetop .btnArea {
  width: calc(416/750*100vw);
  height: calc(100/750*100vw);
  left: calc(24/750*100vw);
  right: inherit;
}
.everest .__pagetop .btnArea .itemLinkBtn {
  width: calc(416/750*100vw);
  padding: calc(16/750*100vw) 0 calc(16/750*100vw) calc(32/750*100vw);
  font-size: calc(25/750*100vw);
  text-align: left;
  line-height: 1.2;
}
.everest .__pagetop .btnArea .itemLinkBtn:after {
  width: 1.1em;
  height: 1.1em;
  bottom: calc(32 / 750* 100vw);
}
}


.everest .__btn {
  text-align: right;
}
.everest .__pagetop {
  padding: 70px 0 120px;
  text-align: center;
  background-color: #fff;
  position: relative;
}
.everest .__pagetop a {
  margin-right: 100px;
  font-weight: bold;
}
.everest .__pagetop a .icon {
  margin-left: 1.4em;
  position: relative;
  top: 15px;
  display: inline-block;
}
@media screen and (min-width: 800px) {
.everest .__pagetop a:hover {
  color: inherit;
  background-color: inherit;
  transition: all ease .3s;
  opacity: .6;
}
}
@media screen and (max-width: 799px) {
.everest .__pagetop a .icon {
  width: 22px;
  height: 22px;
  top: 3px;
}
.everest .__pagetop {
  padding: 34px 0;
}
.everest .__pagetop a {
  margin-right: 25px;
}
}


.mhw_f23_btmImgInner img {
  width: 100%;
  max-width: none;
}



