@charset "UTF-8";
/* CSS Document */
.side__btn {
  z-index: 20;
}

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

.common-header {
  position: fixed;
  z-index: 15;
  width: 100%;
  top: 0px;
  background: #e5e5e5;
}

@media screen and (max-width: 767px) {
  .common-header {
    position: absolute;
  }
}

.common-header.fixed {
  z-index: 15;
  background: #e5e5e5;
}

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

/*--------------------------------------
 要素
---------------------------------------*/
img {
  max-width: 100%;
  height: auto;
}

svg {
  vertical-align: top;
}

input[type="text"],
input[type="submit"],
input[type="reset"],
input[type="button"],
button,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: none;
  border: none;
}

input[type="text"]::-webkit-input-placeholder,
input[type="password"]::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  color: #ccc;
  opacity: 1;
}

input[type="text"]::-moz-input-placeholder,
input[type="password"]::-moz-input-placeholder {
  /* Fox */
  color: #ccc;
  opacity: 1;
}

input[type="text"]:-ms-input-placeholder,
input[type="password"]:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #ccc;
  opacity: 1;
}

input[type="text"]::placeholder,
input[type="password"]::placeholder {
  /* Others */
  color: #ccc;
  opacity: 1;
}

input[type="number"] {
  -moz-appearance: textfield;
}

input[type="number"]::-webkit-outer-spin-button, input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
}

button {
  font-family: inherit;
  cursor: pointer;
}

/*--------------------------------------
 パーツ
---------------------------------------*/
.contZone {
  position: relative;
  text-align: center;
}

.contBox {
  display: none;
  margin-top: -27px;
}

@media screen and (max-width: 767px) {
  .contBox {
    margin-top: -22px;
  }
}

.contBox.on {
  display: block;
}

.active .u-ttl.sticky .c2,
.active .u-ttl.sticky .c3 {
  background: #FFF;
}

.u-ttl {
  z-index: 1;
  text-align: center;
  position: relative;
  top: 0px;
}

.u-ttl.sticky {
  z-index: 8;
  position: sticky;
  top: 235px;
}

.u-ttl.sticky .c2,
.u-ttl.sticky .c3 {
  background: #FFF;
}

@media screen and (max-width: 767px) {
  .u-ttl.sticky {
    top: 93px;
  }
}

.u-ttl.sticky2 {
  z-index: 8;
  position: sticky;
  top: 235px;
}

.u-ttl.sticky2 span {
  background: #EEE;
}

.u-ttl.sticky2 span.active {
  background: #FFF;
}

@media screen and (max-width: 767px) {
  .u-ttl.sticky2 {
    top: 93px;
  }
}

.u-ttl span {
  display: inline-block;
  padding: .6em .5em .3em .5em;
  background-color: white;
  line-height: 1;
  position: relative;
  top: -26px;
  box-sizing: border-box;
  font-size: 14px;
  width: 250px;
}

@media screen and (max-width: 767px) {
  .u-ttl span {
    top: -22px;
  }
}

.u-ttl span.c2 {
  background: #EEE;
}

.u-ttl span.c3 {
  background: #e5e5e5;
}

.u- {
  /* パディング */
  /* インナー */
  /* テキスト */
  /* テキスト色 */
  /* 背景色 */
  /* ボタン */
  /* ラベル */
  /* アイコン */
  /* 注釈 */
  /* リスト */
  /* テーブル */
  /* リンク集 */
  /* 箱 */
  /* ページャー */
  /* 状態 */
}

@media screen and (max-width: 767px) {
  .u-spPd1 {
    padding-left: 2vw;
    padding-right: 2vw;
  }
}

.u-imageBox {
  background: #FFF;
  text-align: left;
  background-image: url("../img/main/main.jpg");
  background-position: center;
  height: 50vw;
  max-height: 750px;
  background-size: cover;
}

.u-inner {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}

.u-inner.sz2 {
  max-width: 1200px;
}

@media screen and (max-width: 767px) {
  .u-inner {
    max-width: none;
    width: auto;
    padding: 0 15px;
  }
}

.u-titleBox {
  text-align: center;
  cursor: pointer;
  display: block;
}

@media screen and (max-width: 767px) {
  .u-titleBox {
    padding: 0 15px;
  }
}

.u-titleBox:hover {
  opacity: .7;
}

.u-titleBox .btnArea {
  font-size: 22px;
  text-align: center;
  line-height: 1.8;
  display: flex;
  width: 700px;
  margin: 0 auto;
  justify-content: flex-start;
  align-items: center;
  padding-bottom: 40px;
}

@media screen and (max-width: 767px) {
  .u-titleBox .btnArea {
    width: auto;
    font-size: 16px;
  }
}

.u-titleBox .btnArea .num {
  display: block;
  font-size: 50px;
  margin-right: 50px;
}

@media screen and (max-width: 767px) {
  .u-titleBox .btnArea .num {
    font-size: 20px;
    margin-right: 15px;
  }
}

.u-titleBox .btnArea .txt {
  display: block;
  text-align: left;
}

@media screen and (max-width: 767px) {
  .u-titleBox .btnArea .txt {
    font-size: 15px;
  }
}

.u-mainColor {
  background-color: #f00;
}

.u-subColor {
  background-color: #0f0;
}

.u-accentColor {
  background-color: #00f;
}

.u-red1 {
  background-color: #c80000;
}

.u-red1_a50 {
  background-color: rgba(200, 0, 0, 0.5);
}

.u-btn1 {
  display: inline-block;
  border-radius: 8px;
}

.u-btn1.sz1 {
  padding: 0.5em 1.0em;
  font-size: 1.8rem;
}

.u-btn1.clr1 {
  background-color: #00f;
  color: #fff;
  transition: 0.3s;
}

.u-btn1.clr1:hover {
  opacity: 0.7;
}

.u-btn1.clr2 {
  background-color: #c80000;
  transition: background-color 0.3s;
  color: #fff;
}

.u-btn1.clr2:hover {
  background-color: #ff1616;
}

.u-pager1 {
  display: flex;
  justify-content: center;
  align-items: center;
}

.u-dis_flex_block {
  display: flex;
}

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

/* その他 */
/*--------------------------------------
 プラグイン
---------------------------------------*/
/* Slick */
.slick-slider {
  margin-bottom: 0;
}

.slick-arrow {
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 100% 100% !important;
  width: 38px;
  height: 59px;
  margin: auto;
  top: 0;
  bottom: 0;
  z-index: 1;
  transform: translate(0);
  transition: 0.3s;
}

.slick-arrow:hover {
  opacity: 0.7;
}

@media screen and (max-width: 767px) {
  .slick-arrow {
    width: 2.46933vw;
    height: 4vw;
  }
}

.slick-arrow:before {
  content: normal;
}

.slick-arrow.slick-prev {
  background-image: url(../img/slk_arw1_l.png);
  left: 20px;
}

@media screen and (max-width: 767px) {
  .slick-arrow.slick-prev {
    left: 0.66667vw;
  }
}

.slick-arrow.slick-next {
  background-image: url(../img/slk_arw1_r.png);
  right: 20px;
}

@media screen and (max-width: 767px) {
  .slick-arrow.slick-next {
    right: 0.66667vw;
  }
}

.slick-dots li {
  background-color: #fff;
  width: 15px;
  height: 15px;
  margin: 0 11px;
  border-radius: 50%;
  box-sizing: border-box;
}

.slick-dots li.slick-active {
  background-color: #3B3561;
  border: 2px solid #fff;
}

@media screen and (max-width: 767px) {
  .slick-dots li {
    width: 4vw;
    height: 4vw;
    margin: 0 2.93333vw;
  }
  .slick-dots li.slick-active {
    border-width: 0.26667vw;
  }
}

.modalBox {
  display: none;
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.9);
}

.modalBox .modalInner {
  width: 600px;
  position: absolute;
  left: 50%;
  margin-left: -300px;
  top: 20%;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .modalBox .modalInner {
    width: 90%;
  }
}

.modalBox .modalInner p {
  text-align: left;
  padding: 20px 0;
  font-size: 1.5rem;
}

.modalBox .btnClose {
  display: inline-block;
  font-size: 1.5rem;
  background: #333;
  padding: 5px;
  color: #FFF;
}

body * {
  font-family: english-grotesque, 'Noto Sans JP', sans-serif;
  font-weight: 500;
}

.pg-top {
  padding-top: 76px;
  color: #3F3F3F;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 1.0625rem;
  line-height: 1.4;
}

.pg-top * {
  font-family: inherit;
}

.pg-top h2 {
  margin-bottom: 40px;
}

.pg-top h2 .no {
  display: block;
  color: #515151;
  font-family: english-grotesque, 'Noto Sans JP', sans-serif;
  font-weight: 500;
  font-size: 1.25rem;
  letter-spacing: 0.1em;
  line-height: 1;
}

.pg-top h2 strong {
  display: block;
  color: #515151;
  font-family: english-grotesque, 'Noto Sans JP', sans-serif;
  font-weight: 500;
  font-size: 2.125rem;
  letter-spacing: 0.1em;
}

@media screen and (max-width: 767px) {
  .pg-top h2 strong {
    font-size: 7vw;
  }
}

.pg-top h2 em {
  display: block;
  font-size: 1.0em;
  font-weight: normal;
}

.pg-top .btn1 a {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 200px;
  height: 50px;
  color: #515151;
  font-size: 0.875rem;
  letter-spacing: 0.1em;
  line-height: 1;
  text-decoration: none;
  border: 1px solid #515151;
  position: relative;
  transition: 0.3s;
}

.pg-top .btn1 a:hover {
  opacity: 0.5;
}

.pg-top .btn1 a:after {
  content: "";
  background: url("../img/top/arw_r.svg") 0 0 no-repeat;
  width: 1.42857em;
  height: 0.42857em;
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 20px;
}

.pg-top .btn1 a.arwB:after {
  background-image: url("../img/top/arw_b.svg");
  width: 0.5em;
  height: 0.85714em;
}

.pg-top .btn1 a.wht {
  color: #fff;
  border-color: #fff;
}

.pg-top .btn1 a.wht:after {
  background-image: url("../img/top/arw_r_wht.svg");
}

.pg-top .mainImage {
  background: url("../img/top/main_bg_wrap.png") center top no-repeat;
  background-size: 100%;
  background-color: #fff;
}

@media screen and (max-width: 767px) {
  .pg-top .mainImage {
    width: 100vw;
    overflow: hidden;
    background-size: 240%;
  }
}

.pg-top .mainZone {
  padding: 20vw 0;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .pg-top .mainZone {
    width: 100vw;
    overflow: hidden;
    height: 160vw;
    position: relative;
    padding: 0px;
    box-sizing: border-box;
    background-position: top;
  }
}

.pg-top .mainZone h1 {
  display: inline-block;
  color: #515151;
  letter-spacing: 0.1em;
  line-height: 1;
}

.pg-top .mainZone h1 span {
  display: inline-block;
  background-color: #fff;
}

.pg-top .mainZone h1 strong {
  display: block;
  font-family: english-grotesque, 'Noto Sans JP', sans-serif;
  font-weight: 500;
  font-size: 2.5rem;
}

@media screen and (max-width: 767px) {
  .pg-top .mainZone h1 strong {
    font-size: 6.5vw;
    position: absolute;
    white-space: nowrap;
    word-break: keep-all;
  }
}

@media screen and (max-width: 767px) {
  .pg-top .mainZone h1 strong.c1 {
    top: 40vw;
    right: -36vw;
  }
}

.pg-top .mainZone h1 strong.c2 {
  display: none;
}

@media screen and (max-width: 767px) {
  .pg-top .mainZone h1 strong.c2 {
    display: block;
    top: 52vw;
    left: -50vw;
  }
}

.pg-top .mainZone h1 strong span {
  padding: 0.1em 0.5em;
}

.pg-top .mainZone h1 small {
  display: block;
  margin-top: 30px;
  font-size: 1.5rem;
  text-align: right;
  transition-delay: .1s;
}

@media screen and (max-width: 767px) {
  .pg-top .mainZone h1 small {
    font-size: 5vw;
    position: absolute;
    right: 0px;
    top: 64vw;
    margin: 0px;
  }
}

.pg-top .mainZone h1 small span {
  padding: 0.2em 0.5em;
}

.pg-top .conceptZone .in {
  background-color: #fff;
  max-width: 900px;
  margin: 0 auto;
  padding: 40px 70px 150px 70px;
  position: relative;
}

@media screen and (max-width: 767px) {
  .pg-top .conceptZone .in {
    width: 90%;
    margin: 0 auto;
    box-sizing: border-box;
    overflow: hidden;
    padding: 10vw 10vw 20vw 10vw;
    text-align: center;
    top: 0px;
    margin-top: -220px;
  }
}

.pg-top .conceptZone h2 strong span {
  display: inline-block;
  padding-right: 50px;
  border-bottom: 1px solid #515151;
}

@media screen and (max-width: 767px) {
  .pg-top .conceptZone h2 strong span {
    display: block;
    padding: 0px;
    font-size: 8vw;
    margin: 0 5vw;
  }
}

.pg-top .conceptZone .txts {
  display: flex;
}

@media screen and (max-width: 767px) {
  .pg-top .conceptZone .txts {
    display: block;
  }
}

.pg-top .conceptZone .txts .txt1 {
  flex-shrink: 0;
  margin-right: 40px;
  font-size: 1.25rem;
  line-height: 1.75;
}

@media screen and (max-width: 767px) {
  .pg-top .conceptZone .txts .txt1 {
    margin: 0px;
    font-size: 4.5vw;
    font-weight: bold;
    margin-bottom: 1em;
  }
}

.pg-top .conceptZone .txts .txt2 {
  line-height: 1.76471;
}

@media screen and (max-width: 767px) {
  .pg-top .conceptZone .txts .txt2 {
    font-size: 4vw;
    text-align: left;
  }
}

.pg-top .worksZone {
  background: url("../img/top/works_bg_wrap.jpg") center bottom no-repeat;
  background-size: cover;
  padding: 11.45833% 0;
}

@media screen and (max-width: 767px) {
  .pg-top .worksZone {
    background-position: bottom;
    background-size: 200%;
    background-color: #dce6ea;
  }
}

.pg-top .worksZone .in {
  padding-left: 60%;
}

@media screen and (max-width: 767px) {
  .pg-top .worksZone .in {
    padding: 20vw  0px;
    text-align: center;
  }
}

.pg-top .workingZone {
  background: url("../img/top/working_bg_wrap.jpg") center center no-repeat;
  background-size: cover;
  padding: 8.33333% 0 15.625%;
}

@media screen and (max-width: 767px) {
  .pg-top .workingZone {
    background-position: 75% 100%;
    background-size: 300%;
    background-color: #dfd0c6;
  }
}

.pg-top .workingZone .in {
  padding-left: 28%;
}

@media screen and (max-width: 767px) {
  .pg-top .workingZone .in {
    padding: 20vw  0px;
    text-align: center;
  }
}

.pg-top .propertyZone {
  background-color: #fff;
  padding: 8.07292% 4.16667% 7.29167%;
  text-align: center;
}

.pg-top .propertyZone h2 {
  margin-bottom: 110px;
}

@media screen and (max-width: 767px) {
  .pg-top .propertyZone h2 {
    margin-bottom: 5vw;
  }
}

.pg-top .propertyZone .imgs ul {
  display: flex;
  flex-wrap: wrap;
}

.pg-top .propertyZone .imgs li {
  width: 19.54545%;
  margin: 0 0.56818% 0.56818% 0;
  position: relative;
}

@media screen and (max-width: 767px) {
  .pg-top .propertyZone .imgs li {
    width: 48%;
    margin: 1%;
  }
}

.pg-top .propertyZone .imgs li:nth-child(5n) {
  margin-right: 0;
}

.pg-top .propertyZone .imgs li:nth-child(n + 16) {
  display: none;
}

.pg-top .propertyZone .imgs li img {
  width: 100%;
}

.pg-top .propertyZone .imgs li .info {
  display: none;
  background-color: rgba(81, 81, 81, 0.7);
  width: 100%;
  height: 100%;
  padding: 20px 15px;
  color: #fff;
  text-align: left;
  font-size: 0.875rem;
  line-height: 1.57143;
  position: absolute;
  top: 0;
  left: 0;
}

.pg-top .propertyZone .imgs li .info .btn1 {
  position: absolute;
  bottom: 20px;
  right: 15px;
}

.pg-top .propertyZone .imgs li .info .btn1 a {
  width: 138px;
  height: 35px;
  font-size: 0.6875rem;
}

.pg-top .propertyZone .imgs li .info .btn1 a:after {
  right: 12px;
}

.pg-top .propertyZone .imgs li:hover .info {
  display: block;
}

.pg-top .propertyZone .imgs .showMore {
  margin-top: 30px;
}

.pg-top .propertyZone .imgs.show li {
  display: block;
}

.pg-top .propertyZone .imgs.show .showMore {
  display: none;
}

.pg-top .businessZone {
  background: url("../img/top/business_bg_wrap.jpg") center center no-repeat;
  background-size: cover;
  padding: 10.41667% 0 12.5%;
  color: #fff;
}

@media screen and (max-width: 767px) {
  .pg-top .businessZone {
    background-position: bottom;
    background-size: 300%;
  }
}

.pg-top .businessZone .in {
  padding-left: 28%;
}

@media screen and (max-width: 767px) {
  .pg-top .businessZone .in {
    padding: 20vw  0px;
    text-align: center;
  }
}

.pg-top .businessZone h2 .no,
.pg-top .businessZone h2 strong {
  color: #fff;
}

.pg-top .qaZone {
  background: url("../img/top/qa_bg_wrap.jpg") center center no-repeat;
  background-size: cover;
  padding: 9.63542% 0 13.54167%;
  color: #fff;
}

@media screen and (max-width: 767px) {
  .pg-top .qaZone {
    background-position: bottom;
    background-size: 300%;
  }
}

.pg-top .qaZone .in {
  padding-left: 60%;
}

@media screen and (max-width: 767px) {
  .pg-top .qaZone .in {
    padding: 20vw  0px;
    text-align: center;
  }
}

.pg-top .qaZone h2 .no,
.pg-top .qaZone h2 strong {
  color: #fff;
}

/**property**/
.page_property {
  background: #fff;
}

.page_property .inner {
  width: 1024px;
  margin: 0 auto;
  padding: 75px 0 85px;
}

@media screen and (max-width: 767px) {
  .page_property .inner {
    width: 100%;
    padding: 75px 0;
  }
}

.page_property .inner h1 {
  font-size: 24px;
  font-weight: bold;
  line-height: 1;
  padding-top: 65px;
  margin-bottom: 50px;
}

@media screen and (max-width: 767px) {
  .page_property .inner h1 {
    font-size: 18px;
    text-align: center;
    line-height: 1.3;
    margin-bottom: 35px;
  }
}

.page_property .inner .contArea {
  display: flex;
  justify-content: space-between;
}

@media screen and (max-width: 767px) {
  .page_property .inner .contArea {
    flex-wrap: wrap;
  }
}

.page_property .inner .contArea .img {
  position: relative;
  display: inline-block;
}

.page_property .inner .contArea .img .txtBln {
  position: absolute;
  top: -37px;
  right: 0;
  font-size: 10px;
  color: #fff;
  background: #515151;
}

@media screen and (max-width: 767px) {
  .page_property .inner .contArea .img .txtBln {
    display: none;
  }
}

.page_property .inner .contArea .img .txtBln span {
  position: relative;
  display: inline-block;
  padding: 2px 8px;
}

.page_property .inner .contArea .img .txtBln span:before {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  bottom: -10px;
  right: 0;
  left: 0;
  margin: 0 auto;
  border-top: 5px solid #515151;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 5px solid transparent;
}

@media screen and (max-width: 767px) {
  .page_property .inner .contArea .img .mdl {
    pointer-events: none;
  }
}

.page_property .inner .contArea .leftBox {
  width: 430px;
  transition-delay: .1s;
}

@media screen and (max-width: 767px) {
  .page_property .inner .contArea .leftBox {
    width: 100%;
  }
}

.page_property .inner .contArea .leftBox .tagList {
  display: flex;
  font-size: 14px;
  margin-bottom: 40px;
}

@media screen and (max-width: 767px) {
  .page_property .inner .contArea .leftBox .tagList {
    margin: 0 20px 40px;
    font-weight: bold;
    justify-content: center;
    flex-wrap: wrap;
  }
}

.page_property .inner .contArea .leftBox .tagList li {
  padding: 5px 10px;
  border: 1px solid #121212;
}

@media screen and (max-width: 767px) {
  .page_property .inner .contArea .leftBox .tagList li {
    padding: 10px 15px;
  }
}

.page_property .inner .contArea .leftBox .tagList li + li {
  margin-left: 10px;
}

.page_property .inner .contArea .leftBox .imgBox {
  display: flex;
  flex-direction: column;
}

.page_property .inner .contArea .leftBox .imgBox .img + .img {
  margin-top: 5px;
}

.page_property .inner .contArea .rightBox {
  width: 530px;
  transition-delay: .2s;
}

@media screen and (max-width: 767px) {
  .page_property .inner .contArea .rightBox {
    width: 100%;
    margin-top: 50px;
  }
}

.page_property .inner .contArea .rightBox h2 {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 15px;
}

@media screen and (max-width: 767px) {
  .page_property .inner .contArea .rightBox h2 {
    font-size: 16px;
    text-align: center;
    margin-bottom: 25px;
  }
}

.page_property .inner .contArea .rightBox h2 + p {
  font-size: 14px;
  line-height: 1.45;
}

@media screen and (max-width: 767px) {
  .page_property .inner .contArea .rightBox h2 + p {
    font-size: 17px;
    margin: 0 40px;
  }
}

.page_property .inner .contArea .rightBox .drw {
  width: 300px;
  margin: 40px 0 10px;
}

@media screen and (max-width: 767px) {
  .page_property .inner .contArea .rightBox .drw {
    width: 100%;
    margin: 0 0 45px;
  }
}

.page_property .inner .contArea .rightBox .drw .txtBln {
  right: inherit;
  top: -10px;
  left: 0;
}

.page_property .inner .contArea .rightBox h3 {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 15px;
}

@media screen and (max-width: 767px) {
  .page_property .inner .contArea .rightBox h3 {
    font-size: 16px;
    text-align: center;
    margin-bottom: 35px;
  }
}

.page_property .inner .contArea .rightBox table,
.page_property .inner .contArea .rightBox th,
.page_property .inner .contArea .rightBox td {
  line-height: 1.2;
  border: 1px solid #121212;
}

@media screen and (max-width: 767px) {
  .page_property .inner .contArea .rightBox table,
  .page_property .inner .contArea .rightBox th,
  .page_property .inner .contArea .rightBox td {
    line-height: 1.6;
  }
}

.page_property .inner .contArea .rightBox table {
  font-size: 14px;
}

@media screen and (max-width: 767px) {
  .page_property .inner .contArea .rightBox table {
    margin: 0 20px;
  }
}

.page_property .inner .contArea .rightBox table th {
  width: 80px;
  padding: 5px 20px;
  box-sizing: content-box;
  text-align: center;
  vertical-align: baseline;
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  .page_property .inner .contArea .rightBox table th {
    width: 90px;
    padding: 5px 10px;
  }
}

.page_property .inner .contArea .rightBox table td {
  width: 220px;
  box-sizing: content-box;
  padding: 5px 20px;
}

@media screen and (max-width: 767px) {
  .page_property .inner .contArea .rightBox table td {
    padding: 5px 10px;
  }
}

.page_property .inner .btnBox {
  display: flex;
  justify-content: space-between;
  margin-top: 80px;
}

@media screen and (max-width: 767px) {
  .page_property .inner .btnBox {
    width: 75%;
    margin: 60px auto 0;
  }
}

.page_property .inner .btnBox a {
  display: inline-flex;
  align-items: center;
  font-size: 17px;
  text-decoration: none;
}

.page_property .inner .btnBox a:first-of-type:before {
  content: "";
  width: 20px;
  height: 7px;
  margin-right: 10px;
  background: url("../img/property/arrow_blk_l.svg") no-repeat;
  background-size: contain;
}

.page_property .inner .btnBox a:last-of-type:after {
  content: "";
  width: 20px;
  height: 7px;
  margin-left: 10px;
  background: url("../img/property/arrow_blk_r.svg") no-repeat;
  background-size: contain;
}

.page_property br.pc {
  display: block;
}

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

.page_property br.sp {
  display: none;
}

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

.bottom_navi {
  font-size: 14px;
  color: #fff;
  text-align: center;
  padding: 55px 0 60px;
  background: #3F3F3F;
}

@media screen and (max-width: 767px) {
  .bottom_navi {
    font-size: 18px;
    padding: 0;
  }
}

.bottom_navi a {
  color: #fff;
  text-decoration: none;
}

.bottom_navi .list_parent {
  display: flex;
  justify-content: center;
}

@media screen and (max-width: 767px) {
  .bottom_navi .list_parent {
    flex-direction: column;
    border-top: 1px solid #696969;
    border-bottom: 1px solid #696969;
  }
}

.bottom_navi .list_parent > li {
  margin: 0 15px;
  cursor: pointer;
}

@media screen and (max-width: 767px) {
  .bottom_navi .list_parent > li {
    margin: 0;
    padding: 15px;
    text-align: left;
  }
}

@media screen and (max-width: 767px) {
  .bottom_navi .list_parent > li + li {
    border-top: 1px solid #696969;
  }
}

.bottom_navi .list_parent .nestRoot {
  position: relative;
  display: flex;
  align-items: flex-end;
}

@media screen and (max-width: 767px) {
  .bottom_navi .list_parent .nestRoot {
    justify-content: space-between;
    align-items: center;
    display: block;
    position: relative;
  }
}

.bottom_navi .list_parent .nestRoot:before {
  content: "";
  width: 16px;
  height: 1px;
  background: #fff;
  margin-right: 5px;
  margin-bottom: 8px;
}

@media screen and (max-width: 767px) {
  .bottom_navi .list_parent .nestRoot:before {
    content: none;
  }
}

@media screen and (max-width: 767px) {
  .bottom_navi .list_parent .nestRoot:after {
    content: "+";
    font-size: 28px;
    font-weight: bold;
    position: absolute;
    right: 10px;
    top: .5em;
  }
}

.bottom_navi .list_parent .nestRoot .list_child {
  display: none;
}

.bottom_navi .list_parent .nestRoot.show {
  color: #a0a0a0;
}

.bottom_navi .list_parent .nestRoot.show:before {
  background: #a0a0a0;
}

@media screen and (max-width: 767px) {
  .bottom_navi .list_parent .nestRoot.show:after {
    content: "";
    width: 18px;
    height: 1px;
    background: #fff;
  }
}

.bottom_navi .list_parent .nestRoot.show .list_child {
  position: absolute;
  top: 20px;
  left: -30px;
  display: flex;
  flex-direction: column;
  text-align: left;
  width: 220px;
  font-size: 14px;
  padding: 10px 15px 15px;
  background: #3F3F3F;
}

@media screen and (max-width: 767px) {
  .bottom_navi .list_parent .nestRoot.show .list_child {
    width: 100%;
    position: static;
    top: 49px;
    left: 0;
    font-size: 28px;
    padding: 0;
  }
}

.bottom_navi .list_parent .nestRoot.show .list_child li {
  margin: .2em 0;
}

@media screen and (max-width: 767px) {
  .bottom_navi .list_parent .nestRoot.show .list_child li + li {
    border-top: 1px solid #696969;
  }
}

.bottom_navi .list_parent .nestRoot.show .list_child li a {
  display: block;
  color: #a0a0a0;
}

@media screen and (max-width: 767px) {
  .bottom_navi .list_parent .nestRoot.show .list_child li a {
    font-size: 20px;
    padding: 15px;
  }
}

#cboxOverlay {
  background: #000;
}

/**work**/
.page_work {
  padding: 75px 0 85px;
  background: #fff;
}

@media screen and (max-width: 767px) {
  .page_work {
    width: 100%;
    padding: 75px 0;
  }
}

.page_work h1 {
  position: relative;
  font-size: 12px;
  text-align: center;
  padding: 60px 0;
}

@media screen and (max-width: 767px) {
  .page_work h1 {
    font-size: 16px;
  }
}

.page_work h1 em {
  font-size: 34px;
}

@media screen and (max-width: 767px) {
  .page_work h1 em {
    font-size: 25px;
  }
}

.page_work h1 span {
  display: block;
  margin-top: 10px;
}

@media screen and (max-width: 767px) {
  .page_work h1 span {
    margin-top: 15px;
  }
}

.page_work .slideBox {
  overflow: hidden;
  position: relative;
}

.page_work .slideBox .caption {
  position: absolute;
  top: 50%;
  left: 50px;
  font-size: 14px;
  color: #fff;
  padding: 0 5px;
  background: #515151;
  pointer-events: none;
  transition: all 1s ease .2s;
  z-index: 999;
  margin-top: -12px;
}

@media screen and (max-width: 767px) {
  .page_work .slideBox .caption {
    left: 0px;
    top: 20px;
    margin: 0px;
  }
}

.page_work .slideBox li {
  position: relative;
}

.page_work .slideBox li a {
  display: flex;
  width: 100%;
  height: 40vw;
  justify-content: center;
  align-items: center;
}

.page_work .slideBox li a:hover {
  opacity: 1;
}

@media screen and (max-width: 767px) {
  .page_work .slideBox li a {
    height: 100vw;
    overflow: hidden;
  }
  .page_work .slideBox li a img {
    max-width: 200vw;
    height: 100vw;
  }
}

.page_work .slideBox li:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  pointer-events: none;
  background: linear-gradient(to left, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3) 4.2%, transparent 7.37%, transparent 92.63%, rgba(0, 0, 0, 0.3) 95.8%);
}

.page_work .slideBox .slick-arrow {
  width: 54px;
  height: 100%;
  background-size: 20px 10px !important;
}

.page_work .slideBox .slick-prev {
  background-image: url("../img/work/arrow_wht_l.svg");
  background-repeat: no-repeat;
  background-position: center right 20px;
  left: 0;
}

.page_work .slideBox .slick-next {
  background-image: url("../img/work/arrow_wht_r.svg");
  background-repeat: no-repeat;
  background-position: center left 20px;
  right: 0;
}

.page_work .slideBox .slick-active .caption {
  opacity: 1;
  left: 50px;
}

.page_work_detail {
  padding-top: 60px;
  background: #FFF;
}

.page_work_detail .ttlBox {
  width: 80%;
  margin: 0 auto;
  padding: 100px 0px;
}

@media screen and (max-width: 767px) {
  .page_work_detail .ttlBox {
    width: 88%;
    text-align: center;
    padding: 15vw 0;
  }
}

.page_work_detail .imgList {
  display: flex;
  flex-wrap: wrap;
}

.page_work_detail .imgList li {
  width: 100%;
  opacity: 0;
  filter: blur(20px);
  transition: .4s;
}

.page_work_detail .imgList li.on {
  filter: blur(0);
  opacity: 1;
}

.page_work_detail .imgList li.col2 {
  width: 50%;
}

@media screen and (max-width: 767px) {
  .page_work_detail .imgList li.col2 {
    width: 100%;
  }
}

.page_work_detail h1 {
  font-family: english-grotesque, 'Noto Sans JP', sans-serif;
  font-weight: 500;
  font-size: 34px;
  line-height: 1;
  font-weight: 500;
  margin-bottom: 1em;
}

@media screen and (max-width: 767px) {
  .page_work_detail h1 {
    font-size: 6vw;
  }
}

.page_work_detail .leadBox {
  display: flex;
}

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

.page_work_detail .leadBox dt {
  width: 40%;
  font-size: 20px;
}

@media screen and (max-width: 767px) {
  .page_work_detail .leadBox dt {
    font-weight: bold;
    font-size: 4vw;
    width: 100%;
    margin-bottom: 1.5em;
  }
}

.page_work_detail .leadBox dd {
  width: 60%;
  line-height: 1.8;
  font-size: 15px;
}

@media screen and (max-width: 767px) {
  .page_work_detail .leadBox dd {
    font-size: 3.2vw;
    text-align: left;
    width: 100%;
  }
}

.page_work_detail .dataBox {
  width: 80%;
  margin: 0 auto;
  padding: 100px 0;
  display: flex;
}

@media screen and (max-width: 767px) {
  .page_work_detail .dataBox {
    display: block;
    padding: 15vw 0 0 0;
    width: 100%;
  }
}

.page_work_detail .dataBox .flex {
  display: flex;
}

.page_work_detail .dataBox dl {
  width: 50%;
}

@media screen and (max-width: 767px) {
  .page_work_detail .dataBox dl {
    width: 100%;
    padding-bottom: 8vw;
    width: 80%;
    margin: 0 auto;
  }
}

.page_work_detail .dataBox dl dt {
  font-size: 20px;
  margin-bottom: 1em;
}

@media screen and (max-width: 767px) {
  .page_work_detail .dataBox dl dt {
    text-align: center;
  }
}

.page_work_detail .dataBox .map {
  width: 50%;
}

@media screen and (max-width: 767px) {
  .page_work_detail .dataBox .map {
    width: 100%;
  }
}

.page_work_detail .dataBox .map iframe {
  height: 300px;
  width: 100%;
}

/**view**/
.page_view {
  background: #fff;
  padding-top: 76px;
}

@media screen and (max-width: 767px) {
  .page_view {
    width: 100vw;
    overflow: hidden;
  }
}

.page_view * {
  font-family: english-grotesque, 'Noto Sans JP', sans-serif;
}

.page_view .titleBox {
  background-image: url(../img/view/main.jpg);
  background-position: center;
  min-height: 640px;
  width: 100%;
  background-position: center 30%;
  background-repeat: no-repeat;
  background-size: cover;
}

@media screen and (max-width: 767px) {
  .page_view .titleBox {
    background-image: url(../img/view/main_sp.jpg);
    background-size: 100% auto;
    min-height: 90vw;
  }
}

.page_view .titleBox .txt {
  position: absolute;
  top: 30%;
  left: 50%;
  margin-left: -40%;
  font-size: 2.7rem;
}

@media screen and (max-width: 767px) {
  .page_view .titleBox .txt {
    font-size: 1.3rem;
    margin-left: 0px;
    top: 89vw;
    position: relative;
    left: 0px;
    margin-bottom: 5vw;
  }
}

.page_view .titleBox .txt span {
  display: inline-block;
  background: #3f3f3f;
  color: #FFF;
}

.page_view .titleBox .sub {
  font-size: 27px;
  position: relative;
  top: -10px;
  left: 13em;
  padding: .2em .5em;
}

@media screen and (max-width: 767px) {
  .page_view .titleBox .sub {
    font-size: 5vw;
    left: 45vw;
  }
}

.page_view .titleBox h1 {
  line-height: 1;
  font-size: 67px;
}

@media screen and (max-width: 767px) {
  .page_view .titleBox h1 {
    font-size: 9vw;
  }
}

.page_view .titleBox h1 span {
  padding: .1em 0em .0em .3em;
  word-break: keep-all;
  text-align: center;
  display: inline-block;
  position: absolute;
}

@media screen and (max-width: 767px) {
  .page_view .titleBox h1 span {
    position: static;
  }
}

.page_view .titleBox h1 .txt1 {
  transition-delay: .2s;
}

@media screen and (max-width: 767px) {
  .page_view .titleBox h1 .txt1 {
    margin-left: 1em;
  }
}

.page_view .titleBox h1 .txt2 {
  transition-delay: .4s;
  top: 1.7em;
  left: 2.7em;
}

@media screen and (max-width: 767px) {
  .page_view .titleBox h1 .txt2 {
    margin: .2em 0 0 3.5em;
  }
}

.page_view .parallax {
  min-height: 400px;
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
}

.page_view .content {
  padding: 60px;
  background-color: #fff;
}

.page_view .leadBox {
  max-width: 800px;
  width: 90%;
  margin: 0 auto;
  padding: 100px 0;
  text-align: left;
}

@media screen and (max-width: 767px) {
  .page_view .leadBox {
    padding: 35vw 5vw 10vw;
  }
}

.page_view .leadBox nav {
  padding-top: 80px;
}

@media screen and (max-width: 767px) {
  .page_view .leadBox nav {
    padding-top: 10vw;
  }
}

.page_view .leadBox nav ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.page_view .leadBox nav ul li {
  width: 23%;
}

@media screen and (max-width: 767px) {
  .page_view .leadBox nav ul li {
    width: 48%;
    margin-bottom: 3vw;
  }
}

.page_view .leadBox nav ul li a {
  display: block;
  border: 1px solid #3f3f3f;
  padding: .8em;
  color: #3f3f3f;
  text-decoration: none;
  text-align: center;
}

.page_view .imgBox {
  position: relative;
}

.page_view .imgBox article {
  position: relative;
}

.page_view .imgBox article h3 {
  color: #FFF;
}

.page_view .imgBox article h3 em {
  display: block;
}

.page_view .imgBox article .col {
  opacity: 0;
  filter: blur(20px);
  transition: .4s;
  min-height: 66vw;
}

.page_view .imgBox article .col.on {
  opacity: 1;
  filter: blur(0);
}

.page_view .imgBox h3 {
  display: none;
}

@media screen and (max-width: 767px) {
  .page_view .imgBox h3 {
    display: block;
    position: absolute;
    top: 20px;
    text-align: right;
  }
  .page_view .imgBox h3 em {
    display: block;
    left: 0px;
    top: 10px;
    text-align: right;
    border-bottom: 1px solid #FFF;
    padding-bottom: .3em;
    margin-bottom: .3em;
    text-align: right;
    padding-left: 2em;
  }
}

.page_view .imgBox .fixNavi {
  position: absolute;
  left: 0px;
  top: 200px;
  color: #FFF;
  z-index: 3;
}

.page_view .imgBox .fixNavi.fixed {
  position: fixed;
}

@media screen and (max-width: 767px) {
  .page_view .imgBox .fixNavi {
    top: 10vw;
  }
}

.page_view .imgBox .fixNavi li {
  font-size: 12px;
  border-bottom: 1px solid #FFF;
}

@media screen and (max-width: 767px) {
  .page_view .imgBox .fixNavi li {
    display: none;
  }
}

.page_view .imgBox .fixNavi li.on {
  font-size: 18px;
  padding-left: 2em;
  margin-right: -2em;
}

@media screen and (max-width: 767px) {
  .page_view .imgBox .fixNavi li.on {
    display: block;
  }
}

.page_view .imgBox .fixNavi a {
  padding: .5em;
  color: #FFF;
  text-decoration: none;
  display: block;
  text-align: right;
}

.page_view .imgs {
  display: flex;
  flex-wrap: wrap;
}

.page_view .imgs .col {
  width: 100%;
}

.page_view .imgs .col.col2 {
  width: 50%;
}

/**faq**/
.page_faq {
  background: url("../img/faq/bg_wrap.gif") center top repeat;
  padding: 191px 50px;
  color: #3f3f3f;
}

@media screen and (max-width: 767px) {
  .page_faq {
    background-size: 3.46667vw auto;
    padding: 40vw 0 26.13333vw;
  }
}

.page_faq .inner {
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width: 767px) {
  .page_faq .inner {
    max-width: none;
    padding: 0 4.66667vw;
  }
}

.page_faq h1 {
  background-color: #fff;
  height: 102px;
  margin: 0 150px 100px;
  position: relative;
}

@media screen and (max-width: 767px) {
  .page_faq h1 {
    height: 13.6vw;
    margin: 0 12vw 18.66667vw;
  }
}

.page_faq h1 span {
  position: absolute;
}

.page_faq h1 span.jp {
  font-size: 46px;
  line-height: 1.21739;
  top: -24px;
  left: -18px;
}

@media screen and (max-width: 767px) {
  .page_faq h1 span.jp {
    font-size: 6.13333vw;
    top: -3.2vw;
    left: -4vw;
  }
}

.page_faq h1 span.en {
  padding: 0 0 0.325em 2.65em;
  font-size: 40px;
  line-height: 1;
  border-bottom: 2px solid #3f3f3f;
  top: -21px;
  right: -18px;
}

@media screen and (max-width: 767px) {
  .page_faq h1 span.en {
    padding: 0 0 1.73333vw 19.73333vw;
    font-size: 5.33333vw;
    border-bottom-width: 1px;
    top: -2.8vw;
    right: -7.06667vw;
  }
}

.page_faq .acrdBox {
  margin-bottom: 125px;
  color: #3e4042;
}

@media screen and (max-width: 767px) {
  .page_faq .acrdBox {
    margin-bottom: 15.2vw;
  }
}

.page_faq .acrdBox dl {
  background-color: #f7f7f7;
}

.page_faq .acrdBox dl + dl {
  margin-top: 10px;
}

@media screen and (max-width: 767px) {
  .page_faq .acrdBox dl + dl {
    margin-top: 3.86667vw;
  }
}

.page_faq .acrdBox dt {
  padding: 25px 70px 25px 25px;
  font-size: 20px;
  position: relative;
  cursor: pointer;
  transition: 0.3s;
}

.page_faq .acrdBox dt:hover {
  opacity: 0.5;
}

@media screen and (max-width: 767px) {
  .page_faq .acrdBox dt {
    padding: 6vw 12.66667vw 6vw 4.66667vw;
    font-size: 4.53333vw;
    line-height: 1.47059;
  }
}

.page_faq .acrdBox dt:after {
  content: "";
  display: block;
  background: url("../img/faq/acrd_arw_b.svg") 0 0 no-repeat;
  background-size: 100% 100%;
  width: 30px;
  height: 30px;
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 25px;
}

@media screen and (max-width: 767px) {
  .page_faq .acrdBox dt:after {
    width: 6.66667vw;
    height: 6.66667vw;
    right: 4.66667vw;
  }
}

.page_faq .acrdBox dt.show:after {
  background-image: url("../img/faq/acrd_arw_t.svg");
}

.page_faq .acrdBox dd {
  display: none;
  margin: 0 25px;
  padding: 25px 0 35px;
  font-size: 17px;
  line-height: 1.76471;
  border-top: 1px solid #B7B7B7;
}

@media screen and (max-width: 767px) {
  .page_faq .acrdBox dd {
    margin: 0 4.66667vw;
    padding: 5.33333vw 0 5.86667vw;
    font-size: 3.73333vw;
    line-height: 1.75;
  }
}

.page_faq .contactBox {
  background-color: #fff;
  max-width: 564px;
  margin-left: auto;
  margin-right: auto;
  padding: 150px 95px 60px;
  position: relative;
}

@media screen and (max-width: 767px) {
  .page_faq .contactBox {
    max-width: none;
    padding: 12.26667vw 10.53333vw 14.8vw;
  }
}

.page_faq .contactBox h2 {
  font-size: 46px;
  line-height: 1.21739;
  position: absolute;
  top: -21px;
  left: -21px;
}

@media screen and (max-width: 767px) {
  .page_faq .contactBox h2 {
    margin-bottom: 12vw;
    font-size: 6.13333vw;
    text-align: center;
    position: static;
  }
}

.page_faq .contactBox p {
  margin-bottom: 60px;
  font-size: 16px;
  line-height: 1.75;
}

@media screen and (max-width: 767px) {
  .page_faq .contactBox p {
    margin-bottom: 11.33333vw;
    font-size: 3.73333vw;
    line-height: 1.75;
  }
}

.page_faq .contactBox .btn {
  display: block;
  color: #515151;
  padding: 22px 50px;
  font-size: 14px;
  text-align: center;
  letter-spacing: 0.1em;
  line-height: 1;
  text-decoration: none;
  border: 1px solid #515151;
  position: relative;
}

@media screen and (max-width: 767px) {
  .page_faq .contactBox .btn {
    padding: 5.46667vw 12vw;
    font-size: 3.46667vw;
  }
}

.page_faq .contactBox .btn svg {
  width: 20px;
  height: 7px;
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 18px;
}

@media screen and (max-width: 767px) {
  .page_faq .contactBox .btn svg {
    width: 4.93333vw;
    height: 1.86667vw;
    right: 4.8vw;
  }
}

.page_faq .contactBox .btn svg .cls-1 {
  transition: fill 0.2s;
}

.page_faq .contactBox .btn:hover {
  background-color: #515151;
  color: #fff;
  opacity: 1;
}

.page_faq .contactBox .btn:hover svg .cls-1 {
  fill: #fff;
}

/**scope**/
.page_scope {
  background: url("../img/scope/bg_wrap.gif") center top repeat;
  padding: 191px 50px;
  color: #3f3f3f;
}

@media screen and (max-width: 767px) {
  .page_scope {
    background-size: 3.46667vw auto;
    padding: 40vw 0 24vw;
  }
}

.page_scope .inner {
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width: 767px) {
  .page_scope .inner {
    max-width: none;
    padding: 0 4.66667vw;
  }
}

.page_scope h1 {
  background-color: #fff;
  height: 102px;
  margin: 0 150px 100px;
  position: relative;
}

@media screen and (max-width: 767px) {
  .page_scope h1 {
    height: 13.6vw;
    margin: 0 9.33333vw 18.66667vw 8vw;
  }
}

.page_scope h1 span {
  position: absolute;
}

.page_scope h1 span.jp {
  font-size: 45px;
  line-height: 1.21739;
  top: -24px;
  left: -18px;
}

@media screen and (max-width: 767px) {
  .page_scope h1 span.jp {
    font-size: 6vw;
    top: -3.2vw;
    left: -4vw;
  }
}

.page_scope h1 span.en {
  padding: 0 0 0.325em 2.65em;
  font-size: 22px;
  text-align: right;
  line-height: 1.18182;
  border-bottom: 2px solid #3f3f3f;
  top: -21px;
  right: -18px;
}

@media screen and (max-width: 767px) {
  .page_scope h1 span.en {
    padding: 0 0 1.73333vw 19.73333vw;
    font-size: 2.93333vw;
    border-bottom-width: 1px;
    top: -2.8vw;
    right: -7.06667vw;
  }
}

.page_scope .scopeLst {
  position: relative;
  height: 1325px;
}

@media screen and (max-width: 767px) {
  .page_scope .scopeLst {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 0 8vw;
    height: auto;
  }
}

.page_scope .scopeLst .wrapCont a {
  position: relative;
  display: block;
  box-sizing: border-box;
  font-size: 1rem;
  color: #3f3f3f;
  text-decoration: none;
  background: #f7f7f7;
}

.page_scope .scopeLst .wrapCont a .contTtl {
  white-space: nowrap;
  letter-spacing: .1em;
  pointer-events: none;
}

.page_scope .scopeLst .wrapCont a .lead {
  line-height: 1.75;
  overflow: hidden;
}

@media screen and (max-width: 767px) {
  .page_scope .scopeLst .wrapCont a .lead {
    font-size: 3.73333vw;
  }
}

.page_scope .scopeLst .wrapCont a:after {
  position: absolute;
  bottom: 1.125em;
  right: 1em;
  content: "";
  width: 20px;
  height: 8px;
  background: url("../img/scope/arw_r.svg") no-repeat;
  background-size: cover;
}

@media screen and (max-width: 767px) {
  .page_scope .scopeLst .wrapCont a:after {
    width: 5.2vw;
    height: 1.86667vw;
  }
}

.page_scope .scopeLst .wrapCont.no1 {
  position: absolute;
  top: 89px;
  left: 40px;
  width: 365px;
}

@media screen and (max-width: 767px) {
  .page_scope .scopeLst .wrapCont.no1 {
    width: 100%;
  }
}

.page_scope .scopeLst .wrapCont.no1 a {
  height: 260px;
  padding: 60px 0 40px;
}

@media screen and (max-width: 767px) {
  .page_scope .scopeLst .wrapCont.no1 a {
    padding: 12vw 0;
    height: auto;
  }
}

.page_scope .scopeLst .wrapCont.no1 a .contTtl {
  position: absolute;
  top: -0.44444em;
  left: -0.66667em;
  font-size: 2.8125rem;
  line-height: 1.24444;
}

@media screen and (max-width: 767px) {
  .page_scope .scopeLst .wrapCont.no1 a .contTtl {
    font-size: 6vw;
  }
}

.page_scope .scopeLst .wrapCont.no2 {
  position: absolute;
  top: 0;
  right: 40px;
  width: 345px;
}

@media screen and (max-width: 767px) {
  .page_scope .scopeLst .wrapCont.no2 {
    width: 100%;
  }
}

.page_scope .scopeLst .wrapCont.no2 a {
  height: 350px;
  padding: 180px 0 30px;
}

@media screen and (max-width: 767px) {
  .page_scope .scopeLst .wrapCont.no2 a {
    padding: 24vw 0 9.33333vw;
    height: auto;
  }
}

.page_scope .scopeLst .wrapCont.no2 a .contTtl {
  line-height: 1.04167;
  position: absolute;
  top: -0.67708em;
  right: -0.72917em;
  font-size: 6rem;
}

@media screen and (max-width: 767px) {
  .page_scope .scopeLst .wrapCont.no2 a .contTtl {
    font-size: 12.8vw;
  }
}

.page_scope .scopeLst .wrapCont.no3 {
  position: absolute;
  top: 430px;
  right: 50%;
  margin-right: -30px;
  width: 135px;
}

@media screen and (max-width: 767px) {
  .page_scope .scopeLst .wrapCont.no3 {
    width: 32vw;
  }
}

.page_scope .scopeLst .wrapCont.no3 a {
  height: 150px;
}

@media screen and (max-width: 767px) {
  .page_scope .scopeLst .wrapCont.no3 a {
    padding-top: 32vw;
    height: 0;
  }
}

.page_scope .scopeLst .wrapCont.no3 a .contTtl {
  writing-mode: vertical-rl;
  line-height: 1.27273;
  position: absolute;
  top: -0.45455em;
  left: -0.63636em;
  font-size: 3.4375rem;
}

@media screen and (max-width: 767px) {
  .page_scope .scopeLst .wrapCont.no3 a .contTtl {
    font-size: 10.66667vw;
    line-height: 0.875;
    top: -0.4em;
    left: -0.4375em;
  }
}

.page_scope .scopeLst .wrapCont.no4 {
  position: absolute;
  top: 270px;
  right: -120px;
  width: 100px;
}

@media screen and (max-width: 767px) {
  .page_scope .scopeLst .wrapCont.no4 {
    width: 32vw;
  }
}

.page_scope .scopeLst .wrapCont.no4 a {
  height: 200px;
}

@media screen and (max-width: 767px) {
  .page_scope .scopeLst .wrapCont.no4 a {
    padding-top: 32vw;
    height: 0;
  }
}

.page_scope .scopeLst .wrapCont.no4 a .contTtl {
  writing-mode: vertical-rl;
  line-height: 1.2381;
  position: absolute;
  top: -0.35714em;
  left: -0.59524em;
  font-size: 2.625rem;
}

@media screen and (max-width: 767px) {
  .page_scope .scopeLst .wrapCont.no4 a .contTtl {
    font-size: 5.6vw;
    top: -0.7619em;
    left: 0.52381em;
  }
}

.page_scope .scopeLst .wrapCont.no5 {
  position: absolute;
  top: 430px;
  left: -95px;
  width: 290px;
}

@media screen and (max-width: 767px) {
  .page_scope .scopeLst .wrapCont.no5 {
    width: 100%;
  }
}

.page_scope .scopeLst .wrapCont.no5 a {
  height: 600px;
}

@media screen and (max-width: 767px) {
  .page_scope .scopeLst .wrapCont.no5 a {
    height: auto;
    padding-bottom: 10vw;
  }
}

.page_scope .scopeLst .wrapCont.no5 a .contTtl {
  writing-mode: vertical-rl;
  line-height: 1.26027;
  position: absolute;
  top: -0.41096em;
  left: -0.61644em;
  font-size: 4.5625rem;
}

@media screen and (max-width: 767px) {
  .page_scope .scopeLst .wrapCont.no5 a .contTtl {
    font-size: 9.73333vw;
    top: 0.61644em;
  }
}

.page_scope .scopeLst .wrapCont.no5 a .lead {
  margin-left: 95px;
}

@media screen and (max-width: 767px) {
  .page_scope .scopeLst .wrapCont.no5 a .lead {
    margin-left: 21.33333vw;
  }
}

.page_scope .scopeLst .wrapCont.no6 {
  position: absolute;
  top: 660px;
  right: 50%;
  margin-right: -60px;
  width: 240px;
}

@media screen and (max-width: 767px) {
  .page_scope .scopeLst .wrapCont.no6 {
    width: 100%;
  }
}

.page_scope .scopeLst .wrapCont.no6 a {
  height: 80px;
}

@media screen and (max-width: 767px) {
  .page_scope .scopeLst .wrapCont.no6 a {
    height: 25.33333vw;
  }
}

.page_scope .scopeLst .wrapCont.no6 a .contTtl {
  line-height: 1.27273;
  position: absolute;
  top: -0.45455em;
  left: -0.60606em;
  font-size: 2.0625rem;
}

@media screen and (max-width: 767px) {
  .page_scope .scopeLst .wrapCont.no6 a .contTtl {
    font-size: 8vw;
  }
}

.page_scope .scopeLst .wrapCont.no7 {
  position: absolute;
  top: 435px;
  right: 55px;
  width: 250px;
}

@media screen and (max-width: 767px) {
  .page_scope .scopeLst .wrapCont.no7 {
    width: 100%;
  }
}

.page_scope .scopeLst .wrapCont.no7 a {
  height: 350px;
}

@media screen and (max-width: 767px) {
  .page_scope .scopeLst .wrapCont.no7 a {
    height: auto;
    padding-bottom: 18.66667vw;
  }
}

.page_scope .scopeLst .wrapCont.no7 a .contTtl {
  writing-mode: vertical-rl;
  line-height: 1.26316;
  position: absolute;
  top: 0;
  bottom: 0;
  right: -0.39474em;
  text-align: center;
  font-size: 2.375rem;
}

@media screen and (max-width: 767px) {
  .page_scope .scopeLst .wrapCont.no7 a .contTtl {
    font-size: 9vw;
    line-height: 0.8;
    position: absolute;
    top: 1em;
    bottom: 0;
    right: -0.25em;
    text-align: inherit;
  }
}

.page_scope .scopeLst .wrapCont.no7 a .lead {
  margin-right: 60px;
  height: 330px;
}

@media screen and (max-width: 767px) {
  .page_scope .scopeLst .wrapCont.no7 a .lead {
    margin-right: 20vw;
  }
}

.page_scope .scopeLst .wrapCont.no8 {
  position: absolute;
  top: 830px;
  right: 50%;
  margin-right: -140px;
  width: 320px;
}

@media screen and (max-width: 767px) {
  .page_scope .scopeLst .wrapCont.no8 {
    width: 100%;
  }
}

.page_scope .scopeLst .wrapCont.no8 a {
  height: 485px;
}

@media screen and (max-width: 767px) {
  .page_scope .scopeLst .wrapCont.no8 a {
    height: auto;
    padding-bottom: 16vw;
  }
}

.page_scope .scopeLst .wrapCont.no8 a .contTtl {
  line-height: 1.25263;
  position: absolute;
  bottom: -0.4em;
  left: -1.52632em;
  font-size: 5.9375rem;
}

@media screen and (max-width: 767px) {
  .page_scope .scopeLst .wrapCont.no8 a .contTtl {
    font-size: 14.66667vw;
    bottom: -0.54545em;
    left: -0.40909em;
  }
}

.page_scope .scopeLst .wrapCont.no8 a .lead {
  margin-right: 60px;
}

@media screen and (max-width: 767px) {
  .page_scope .scopeLst .wrapCont.no8 a .lead {
    margin-right: 20vw;
  }
}

.page_scope .scopeLst .wrapCont.no9 {
  position: absolute;
  top: 850px;
  right: -50px;
  width: 250px;
}

@media screen and (max-width: 767px) {
  .page_scope .scopeLst .wrapCont.no9 {
    width: 100%;
  }
}

.page_scope .scopeLst .wrapCont.no9 a {
  height: 80px;
}

@media screen and (max-width: 767px) {
  .page_scope .scopeLst .wrapCont.no9 a {
    height: 24vw;
  }
}

.page_scope .scopeLst .wrapCont.no9 a .contTtl {
  line-height: 1.27273;
  position: absolute;
  bottom: -0.45455em;
  left: -0.60606em;
  font-size: 2.0625rem;
}

@media screen and (max-width: 767px) {
  .page_scope .scopeLst .wrapCont.no9 a .contTtl {
    font-size: 6.4vw;
    line-height: 1.29167;
    left: -0.75em;
    bottom: 0.4375em;
  }
}

@media screen and (max-width: 767px) {
  .page_scope .scopeLst .wrapCont.no1, .page_scope .scopeLst .wrapCont.no2, .page_scope .scopeLst .wrapCont.no3, .page_scope .scopeLst .wrapCont.no4, .page_scope .scopeLst .wrapCont.no5, .page_scope .scopeLst .wrapCont.no6, .page_scope .scopeLst .wrapCont.no7, .page_scope .scopeLst .wrapCont.no8, .page_scope .scopeLst .wrapCont.no9 {
    position: static;
  }
}

@media screen and (max-width: 767px) {
  .page_scope .scopeLst .wrapCont:not(:first-child) {
    margin-top: 13.33333vw;
  }
}

.page_scope .modalBlk .modalCont {
  display: none;
}

.page_scope .modalBlk .modalCont h2 {
  font-size: 20px;
}

/**colorbox**/
#colorbox #cboxWrapper #cboxContent {
  background: transparent;
}

#colorbox #cboxWrapper #cboxContent #cboxLoadedContent {
  width: 1080px;
  height: 680px;
}

#colorbox #cboxWrapper #cboxContent #cboxLoadedContent .modalCont {
  width: 100%;
  height: 100%;
  background: #3f3f3f;
}

#colorbox #cboxWrapper #cboxContent #cboxLoadedContent .modalCont .wrapInner {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: space-between;
  background: #fff;
}

#colorbox #cboxWrapper #cboxContent #cboxLoadedContent .modalCont .wrapInner .txt {
  position: relative;
}

#colorbox #cboxWrapper #cboxContent #cboxLoadedContent .modalCont .wrapInner .txt h2 {
  font-size: 3.125rem;
  line-height: 1.4;
}

#colorbox #cboxWrapper #cboxContent #cboxLoadedContent .modalCont .wrapInner .txt .lead {
  width: 330px;
  position: absolute;
  bottom: 0;
  left: 0;
}

#colorbox #cboxWrapper #cboxContent #cboxLoadedContent .modalCont .wrapInner .img {
  width: 680px;
  height: 680px;
  background: #eee;
}

#colorbox #cboxWrapper #cboxTopLeft, #colorbox #cboxWrapper #cboxTopCenter, #colorbox #cboxWrapper #cboxTopRight, #colorbox #cboxWrapper #cboxMiddleLeft, #colorbox #cboxWrapper #cboxMiddleRight, #colorbox #cboxWrapper #cboxBottomLeft, #colorbox #cboxWrapper #cboxBottomCenter, #colorbox #cboxWrapper #cboxBottomRight {
  display: none !important;
}

#colorbox #cboxWrapper #cboxPrevious, #colorbox #cboxWrapper #cboxNext, #colorbox #cboxWrapper #cboxClose {
  text-indent: 0;
  background: none;
}

#colorbox #cboxWrapper #cboxClose {
  width: 20px;
  height: 20px;
  background: url("../img/scope/btn_close.svg") no-repeat;
  background-size: cover;
}

.setAnime .anim {
  opacity: 0;
  transition-duration: .5s;
  filter: blur(10px);
}

.setAnime.startAnime .anim {
  opacity: 1;
  filter: blur(0);
}
