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

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

/* anchor */
.anchor {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 20px 20px;
}
@media screen and (max-width: 767px) {
  .anchor {
    gap: 10px 10px;
  }
}
.anchor li {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 calc(25% - 15px);
          flex: 0 1 calc(25% - 15px);
}
@media screen and (max-width: 767px) {
  .anchor li {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 calc(50% - 5px);
            flex: 0 1 calc(50% - 5px);
  }
}
.anchor a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  min-height: 60px;
  font-size: 16px;
  font-weight: 600;
  background: #fff;
  letter-spacing: 0.02em;
  line-height: 1.4;
  border: 1px solid #EAEAEA;
  padding: 5px 20px;
  position: relative;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
@media screen and (max-width: 767px) {
  .anchor a {
    font-size: 14px;
    padding: 5px 15px;
  }
}
.anchor a::after {
  position: absolute;
  content: "";
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 18px;
  width: 10px;
  height: 7px;
  background: url(../images/common/down_header_no.png) no-repeat center/contain;
}
@media screen and (max-width: 767px) {
  .anchor a::after {
    right: 10px;
  }
}
.anchor a:hover {
  opacity: 0.7;
  text-decoration: none;
}

/* box */
.box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 1080px) {
  .box {
    display: block;
  }
}

.boximgwrapper {
  width: 67.5%;
  position: relative;
}
@media screen and (max-width: 1080px) {
  .boximgwrapper {
    width: 100%;
  }
}

.boxtxts li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 80px;
  height: 80px;
  font-size: 10px;
  font-weight: 700;
  line-height: 1.2;
  text-shadow: -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff, 1px 1px 0 #fff;
  white-space: nowrap;
  position: absolute;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .boxtxts li {
    width: 55px;
    height: 55px;
    font-size: 8px;
  }
}
.boxtxts li::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background: url(../images/scene/ico_circle.png) no-repeat center/contain;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
  z-index: -1;
}
.boxtxts li.active::after {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.boxlist {
  width: 32.5%;
  background: #F4F4F4;
  padding: 10px;
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
}
@media screen and (max-width: 1080px) {
  .boxlist {
    width: 100%;
  }
}
.boxlist li {
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.02em;
}
.boxlist li:not(:last-child) {
  margin-bottom: 2px;
}
.boxlist a {
  display: block;
  width: 100%;
  background: #fff;
  padding: 10px 18px;
  position: relative;
}
.boxlist a::after {
  position: absolute;
  content: "";
  width: 7px;
  height: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 10px;
  background: url(../images/common/arrow_pull04.png) no-repeat center/contain;
}
.boxlist a:hover {
  opacity: 1;
  text-decoration: none;
  background: #FEF3E8;
}

/* heading */
.heading {
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 0.06em;
  background: #fff;
  border: 1px solid #EAEAEA;
  border-left: 4px solid #F15F1E;
  padding: 14px 25px;
}
@media screen and (max-width: 767px) {
  .heading {
    font-size: 18px;
    padding: 10px 15px;
  }
}

/* link */
.link {
  text-align: center;
  display: block;
  width: 600px;
  max-width: 100%;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0.02em;
  background: #F18B1E;
  color: #fff;
  padding: 18px;
  position: relative;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.link::after {
  position: absolute;
  content: "";
  width: 9px;
  height: 13px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 20px;
  background: url(../images/common/arrow_right03.png) no-repeat center/contain;
}
.link:hover {
  opacity: 0.7;
  text-decoration: none;
}

/* scene */
.sceneteaser {
  background: url(../images/scene/teaser_scene.jpg) no-repeat center/cover;
}

.scenelead {
  font-size: 14px;
  letter-spacing: 0.02em;
  margin-bottom: 35px;
}

.sceneanchor {
  margin-bottom: 80px;
}
@media screen and (max-width: 767px) {
  .sceneanchor {
    margin-bottom: 60px;
  }
}

.sceneunit:not(:last-child) {
  margin-bottom: 60px;
}
.sceneunit:first-child .boxtxts li:first-child {
  top: 12%;
  left: 66%;
}
.sceneunit:first-child .boxtxts li:nth-child(2) {
  left: 12%;
  top: 73%;
}
.sceneunit:first-child .boxtxts li:nth-child(3) {
  left: 24%;
  top: 60%;
}
@media screen and (max-width: 767px) {
  .sceneunit:first-child .boxtxts li:nth-child(3) {
    top: 58%;
  }
}
.sceneunit:first-child .boxtxts li:nth-child(4) {
  left: 4%;
  top: 53%;
}
@media screen and (max-width: 767px) {
  .sceneunit:first-child .boxtxts li:nth-child(4) {
    left: 2%;
    top: 51%;
  }
}
.sceneunit:first-child .boxtxts li:nth-child(5) {
  left: 5%;
  top: 12%;
}
@media screen and (max-width: 767px) {
  .sceneunit:first-child .boxtxts li:nth-child(5) {
    left: 4%;
  }
}
.sceneunit:first-child .boxtxts li:nth-child(6) {
  left: 20%;
  top: 3%;
}
.sceneunit:first-child .boxtxts li:nth-child(7) {
  left: 53%;
  top: 13%;
}
@media screen and (max-width: 767px) {
  .sceneunit:first-child .boxtxts li:nth-child(7) {
    left: 50%;
    top: 12%;
  }
}
.sceneunit:nth-child(2) .boxtxts li:first-child {
  left: 48%;
  top: 3%;
}
@media screen and (max-width: 767px) {
  .sceneunit:nth-child(2) .boxtxts li:first-child {
    top: 1%;
  }
}
.sceneunit:nth-child(2) .boxtxts li:nth-child(2) {
  left: 48%;
  top: 25%;
}
.sceneunit:nth-child(2) .boxtxts li:nth-child(3) {
  left: 12%;
  top: 7%;
}
@media screen and (max-width: 767px) {
  .sceneunit:nth-child(2) .boxtxts li:nth-child(3) {
    left: 10%;
  }
}
.sceneunit:nth-child(2) .boxtxts li:nth-child(4) {
  left: 65%;
  top: 11%;
}
.sceneunit:nth-child(2) .boxtxts li:nth-child(5) {
  left: 77%;
  top: 55%;
}
.sceneunit:nth-child(2) .boxtxts li:nth-child(6) {
  left: 7%;
  top: 56%;
}
@media screen and (max-width: 767px) {
  .sceneunit:nth-child(2) .boxtxts li:nth-child(6) {
    left: 5%;
  }
}
.sceneunit:nth-child(3) .boxtxts li:first-child {
  left: 58%;
  top: 61%;
}
@media screen and (max-width: 767px) {
  .sceneunit:nth-child(3) .boxtxts li:first-child {
    left: 56%;
  }
}
.sceneunit:nth-child(3) .boxtxts li:nth-child(2) {
  left: 71%;
  top: 52%;
}
.sceneunit:nth-child(3) .boxtxts li:nth-child(3) {
  left: 22%;
  top: 17%;
}
.sceneunit:nth-child(3) .boxtxts li:nth-child(4) {
  left: 41%;
  top: 7%;
}
.sceneunit:nth-child(4) .boxtxts li:first-child {
  left: 42%;
  top: 13%;
}
@media screen and (max-width: 767px) {
  .sceneunit:nth-child(4) .boxtxts li:first-child {
    left: 40%;
    top: 12%;
  }
}
.sceneunit:nth-child(4) .boxtxts li:nth-child(2) {
  left: 19%;
  top: 5%;
}
.sceneunit:nth-child(4) .boxtxts li:nth-child(3) {
  left: 60%;
  top: 32%;
}
@media screen and (max-width: 767px) {
  .sceneunit:nth-child(4) .boxtxts li:nth-child(3) {
    left: 58%;
    top: 30%;
  }
}
.sceneunit:nth-child(4) .boxtxts li:nth-child(4) {
  left: 2%;
  top: 73%;
}
.sceneunit:nth-child(5) .boxtxts li:first-child {
  left: 59%;
  top: 7%;
}
@media screen and (max-width: 767px) {
  .sceneunit:nth-child(5) .boxtxts li:first-child {
    top: 5%;
  }
}
.sceneunit:nth-child(5) .boxtxts li:nth-child(2) {
  left: 76%;
  top: 10%;
}
.sceneunit:nth-child(5) .boxtxts li:nth-child(3) {
  left: 47%;
  top: 17%;
}
@media screen and (max-width: 767px) {
  .sceneunit:nth-child(5) .boxtxts li:nth-child(3) {
    left: 45%;
  }
}
.sceneunit:nth-child(6) .boxtxts li:first-child {
  left: 8%;
  top: 13%;
}
@media screen and (max-width: 767px) {
  .sceneunit:nth-child(6) .boxtxts li:first-child {
    left: 6%;
    top: 11%;
  }
}
.sceneunit:nth-child(6) .boxtxts li:nth-child(2) {
  left: 80%;
  top: 9%;
}
.sceneunit:nth-child(6) .boxtxts li:nth-child(3) {
  left: 61%;
  top: 51%;
}
.sceneunit:nth-child(6) .boxtxts li:nth-child(4) {
  left: 8%;
  top: 48%;
}
@media screen and (max-width: 767px) {
  .sceneunit:nth-child(6) .boxtxts li:nth-child(4) {
    left: 7%;
    top: 46%;
  }
}
.sceneunit:nth-child(6) .boxtxts li:nth-child(5) {
  left: 21%;
  top: 59%;
}
.sceneunit:nth-child(7) .boxtxts li:first-child {
  left: 60%;
  top: 34%;
}
.sceneunit:nth-child(7) .boxtxts li:nth-child(2) {
  left: 55%;
  top: 72%;
}
@media screen and (max-width: 767px) {
  .sceneunit:nth-child(7) .boxtxts li:nth-child(2) {
    left: 53%;
    top: 70%;
  }
}
.sceneunit:nth-child(7) .boxtxts li:nth-child(3) {
  left: 3%;
  top: 71%;
}
@media screen and (max-width: 767px) {
  .sceneunit:nth-child(7) .boxtxts li:nth-child(3) {
    left: 2%;
    top: 69%;
  }
}
.sceneunit:nth-child(7) .boxtxts li:nth-child(4) {
  left: 21%;
  top: 71%;
}
@media screen and (max-width: 767px) {
  .sceneunit:nth-child(7) .boxtxts li:nth-child(4) {
    left: 20%;
    top: 69%;
  }
}
.sceneunit:nth-child(8) .boxtxts li:first-child {
  left: 56%;
  top: 33%;
}
.sceneunit:nth-child(8) .boxtxts li:nth-child(2) {
  left: 6%;
  top: 17%;
}
@media screen and (max-width: 767px) {
  .sceneunit:nth-child(8) .boxtxts li:nth-child(2) {
    left: 5%;
    top: 15%;
  }
}
.sceneunit:nth-child(8) .boxtxts li:nth-child(3) {
  left: 42%;
  top: 23%;
}
@media screen and (max-width: 767px) {
  .sceneunit:nth-child(8) .boxtxts li:nth-child(3) {
    left: 40%;
    top: 21%;
  }
}

.sceneinner {
  padding: 25px 30px 0;
}
@media screen and (max-width: 767px) {
  .sceneinner {
    padding: 25px 0 0;
  }
}

.scenetxt {
  font-size: 14px;
  letter-spacing: 0.02em;
  line-height: 1.7;
  margin-bottom: 25px;
}

.scenebox {
  margin-bottom: 20px;
}

.scenelink {
  margin: 0 auto;
}

/* subheading */
/*# sourceMappingURL=update.css.map */
