@charset "UTF-8";
html {
  overflow-y: scroll;
  font-size: 62.5%;
}

html, body {
  width: 100%;
  height: auto;
}

body {
  -webkit-text-size-adjust: none;
  -moz-text-size-adjust: none;
  -ms-text-size-adjust: none;
  text-size-adjust: none;
  color: #151515;
  margin: 0;
  padding: 0;
  background: #F6F6F6;
  font-size: 1.6rem;
  font-weight: 400;
  font-family: "Noto Sans JP", "HiraginoKaku", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", YuGothic, "Yu Gothic", "游ゴシック", "メイリオ", "ＭＳ Ｐゴシック", sans-serif;
  word-break: normal;
  word-wrap: break-word;
}

* {
  margin: 0;
  padding: 0;
  line-height: 1.1;
}

*, *:before, *:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

ul, li, dl, dt {
  list-style-type: none;
}

figure {
  line-height: 0;
  margin: 0;
}

main {
  display: block;
}

.teko {
  font-family: "Teko", "Noto Sans JP", "HiraginoKaku", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", sans-serif;
  letter-spacing: 0.04em;
}

.fit {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  font-family: "object-fit: cover;";
}

.pc {
  display: block !important;
}
@media (max-width: 767px) {
  .pc {
    display: none !important;
  }
}

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

.pc_1200 {
  display: none !important;
}
@media (min-width: 1200px) {
  .pc_1200 {
    display: block !important;
  }
}

/* flexbox
=========================================== */
.flex {
  display: -webkit-box;
  display: -ms-box;
  display: -webkit-flexbox;
  display: -moz-flexbox;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 767px) {
  .flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

/*****************************************
            オフィスDX 製品ぺージ
*****************************************/
h1, h2, h3, h4, h5, h6, span {
  line-height: 1.6;
  letter-spacing: 0.08em;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 600;
}

main p {
  font-size: 1.6rem;
  line-height: 2;
  letter-spacing: 0.08em;
}
@media (max-width: 767px) {
  main p {
    font-size: 3.7333333333vw;
  }
}

p, span {
  font-weight: 500;
}

img {
  display: block;
}

.lato {
  font-family: "Lato", sans-serif;
}

.btn {
  width: 280px;
  height: 73px;
}
@media screen and (max-width: 767px) {
  .btn {
    width: 64vw;
    height: 17.0666666667vw;
  }
}
.btn a {
  display: block;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.btn a span {
  display: block;
  line-height: 1.6;
  color: #fff;
  font-size: 1.8rem;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .btn a span {
    font-size: 4.2666666667vw;
  }
}
.btn.orange {
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
  background: #FB6300;
}
@media (hover: hover) {
  .btn.orange:hover {
    -webkit-transition: 0.3s all;
    transition: 0.3s all;
    background: #FF934D;
  }
}
.btn.purple {
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
  background: #1F006E;
}
@media (hover: hover) {
  .btn.purple:hover {
    -webkit-transition: 0.3s all;
    transition: 0.3s all;
    background: #7256B9;
  }
}

.title_box.center {
  text-align: center;
}
.title_box h2 {
  font-size: 3.6rem;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .title_box h2 {
    font-size: 5.8666666667vw;
  }
}
.title_box h2 span {
  display: inline-block;
  font-weight: inherit;
}

.purple {
  font-weight: inherit;
  color: #1F006E;
}

.orange {
  font-weight: inherit;
  color: #FB6300;
}

.blue {
  font-weight: inherit;
  color: #203DD1;
}

.yellow {
  font-weight: inherit;
  color: #F5E42F;
}

.lp_section {
  padding: 100px 0;
}
@media screen and (max-width: 767px) {
  .lp_section {
    padding: 16vw 0;
  }
}

#lp_mv {
  position: relative;
  width: 100%;
  height: 100vh;
  min-height: 767px;
  background: url("/assets/img/dx/dx_mv.jpg") no-repeat center;
  background-size: cover;
  color: #fff;
}
@media screen and (max-width: 1040px) {
  #lp_mv {
    padding-top: 13vw;
  }
}
@media screen and (max-width: 767px) {
  #lp_mv {
    height: 133.3333333333vw;
    min-height: auto;
  }
}
#lp_mv .inner1080 {
  height: 100%;
}
#lp_mv .mv_text {
  position: absolute;
  width: 100%;
  top: 55%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  text-align: center;
}
@media screen and (max-width: 960px) {
  #lp_mv .mv_text {
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}
#lp_mv .mv_text .catch_area h1 {
  color: #fff;
  font-size: 6.4rem;
  margin-bottom: 60px;
}
@media screen and (max-width: 960px) {
  #lp_mv .mv_text .catch_area h1 {
    font-size: 7.4666666667vw;
    margin-bottom: 5.3333333333vw;
  }
}
#lp_mv .mv_text .text_area img {
  max-width: 614px;
  margin: 0 auto;
  margin-bottom: 24px;
}
@media screen and (max-width: 767px) {
  #lp_mv .mv_text .text_area img {
    width: 100%;
    margin-bottom: 4.2666666667vw;
  }
}
#lp_mv .mv_text .text_area .sub_text {
  font-size: 3.2rem;
  margin-bottom: 24px;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  #lp_mv .mv_text .text_area .sub_text {
    font-size: 5.3333333333vw;
    margin-bottom: 4.2666666667vw;
  }
}
#lp_mv .mv_text .text_area .btn_area {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 40px;
}
@media screen and (max-width: 767px) {
  #lp_mv .mv_text .text_area .btn_area {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 3.2vw;
  }
}
#lp_mv .mv_text .text_area .btn_area .btn.tel span {
  font-size: 2.4rem;
}
@media screen and (max-width: 767px) {
  #lp_mv .mv_text .text_area .btn_area .btn.tel span {
    font-size: 4.8vw;
  }
}

#dx_intro {
  background-color: #fff;
}
#dx_intro .dx_intro_wrapper {
  position: relative;
}
#dx_intro .dx_intro_wrapper div {
  position: relative;
  z-index: 1;
}
#dx_intro .dx_intro_wrapper:before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 882px;
  height: 101px;
  bottom: -10%;
  left: -4%;
  background-image: url("/assets/img/dx/dx_about_img01.png");
  background-size: contain;
  background-repeat: no-repeat;
  z-index: 0;
}
@media screen and (max-width: 960px) {
  #dx_intro .dx_intro_wrapper:before {
    width: 100%;
    height: 14%;
    left: 0;
    top: -5%;
    bottom: auto;
  }
}
#dx_intro .dx_intro_wrapper.flex {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
@media screen and (max-width: 960px) {
  #dx_intro .dx_intro_wrapper.flex {
    display: block;
  }
}
@media screen and (max-width: 960px) {
  #dx_intro .title_area {
    margin-bottom: 6.4vw;
  }
}
#dx_intro .text_area {
  width: calc(100% - 380px);
}
@media screen and (max-width: 960px) {
  #dx_intro .text_area {
    width: 100%;
  }
}
#dx_intro .text_area p {
  margin-bottom: 16px;
}
@media screen and (max-width: 767px) {
  #dx_intro .text_area p {
    margin-bottom: 4.2666666667vw;
  }
}
#dx_intro .text_area p:last-child {
  margin-bottom: 0;
}
#dx_intro .text_area p.catch {
  font-size: 2.8rem;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  #dx_intro .text_area p.catch {
    font-size: 4.8vw;
  }
}

#dx_worry {
  position: relative;
}
@media screen and (max-width: 767px) {
  #dx_worry {
    padding: 30vw 0 16vw;
  }
}
#dx_worry .title_box {
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  #dx_worry .title_box {
    margin-bottom: 8.5333333333vw;
  }
}
#dx_worry .dx_worry_wrapper.flex {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 4%;
}
@media screen and (max-width: 767px) {
  #dx_worry .dx_worry_wrapper.flex {
    gap: 6.4vw;
  }
}
#dx_worry .dx_worry_wrapper .image_area {
  width: 36%;
}
@media screen and (max-width: 767px) {
  #dx_worry .dx_worry_wrapper .image_area {
    position: absolute;
    width: 44%;
    top: -34.6666666667vw;
    left: 36%;
  }
}
#dx_worry .dx_worry_wrapper .image_area img {
  width: 100%;
}
#dx_worry .dx_worry_wrapper .list_area {
  width: 50%;
}
@media screen and (max-width: 767px) {
  #dx_worry .dx_worry_wrapper .list_area {
    width: 100%;
  }
}
#dx_worry .dx_worry_wrapper .list_area ul li.list_item {
  background: #fff;
  padding: 16px 12px;
  margin-bottom: 12px;
}
#dx_worry .dx_worry_wrapper .list_area ul li.list_item:last-child {
  margin-bottom: 0;
}
#dx_worry .dx_worry_wrapper .list_area ul li.list_item span {
  position: relative;
  display: block;
  padding-left: 34px;
}
@media screen and (max-width: 767px) {
  #dx_worry .dx_worry_wrapper .list_area ul li.list_item span {
    font-size: 3.7333333333vw;
    padding-left: 7.4666666667vw;
  }
}
#dx_worry .dx_worry_wrapper .list_area ul li.list_item span:before {
  content: "";
  background-image: url("/assets/img/dx/icon_check_blue.svg");
  background-repeat: no-repeat;
  background-size: contain;
  width: 24px;
  height: 24px;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 0;
}
@media screen and (max-width: 767px) {
  #dx_worry .dx_worry_wrapper .list_area ul li.list_item span:before {
    width: 5.3333333333vw;
    height: 5.3333333333vw;
  }
}

#dx_onestop {
  position: relative;
  color: #fff;
  background: -webkit-gradient(linear, left top, right top, from(#4776E6), to(#743CCC));
  background: -webkit-linear-gradient(left, #4776E6, #743CCC);
  background: linear-gradient(to right, #4776E6, #743CCC);
}
#dx_onestop:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  background-image: url("/assets/img/dx/dx_onestop_bg01.png");
  background-repeat: no-repeat;
  background-size: contain;
  width: 486px;
  height: 516px;
  z-index: 0;
}
@media screen and (max-width: 767px) {
  #dx_onestop:before {
    width: 53.3333333333vw;
    height: 56.5333333333vw;
  }
}
#dx_onestop:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  background-image: url("/assets/img/dx/dx_onestop_bg02.png");
  background-repeat: no-repeat;
  background-size: contain;
  width: 486px;
  height: 516px;
  z-index: 0;
}
@media screen and (max-width: 767px) {
  #dx_onestop:after {
    width: 53.3333333333vw;
    height: 56.5333333333vw;
  }
}
#dx_onestop div {
  position: relative;
  z-index: 1;
}
#dx_onestop .title_box {
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  #dx_onestop .title_box {
    margin-bottom: 8vw;
  }
}
#dx_onestop .title_box p.sub_title {
  position: relative;
  display: inline-block;
  font-size: 1.8rem;
  padding-bottom: 24px;
  margin-bottom: 12px;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  #dx_onestop .title_box p.sub_title {
    font-size: 3.7333333333vw;
    padding-bottom: 6.4vw;
    margin-bottom: 3.2vw;
  }
}
#dx_onestop .title_box p.sub_title:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background-image: url("/assets/img/dx/dx_onestop_deco01.svg");
  background-repeat: no-repeat;
  background-size: contain;
  width: 100%;
  height: 20px;
}
@media screen and (max-width: 767px) {
  #dx_onestop .title_box p.sub_title:before {
    height: 4.8vw;
  }
}
#dx_onestop .title_box h2 {
  font-size: 2.4rem;
}
@media screen and (max-width: 767px) {
  #dx_onestop .title_box h2 {
    font-size: 3.7333333333vw;
  }
}
#dx_onestop .title_box h2 span {
  font-size: 4rem;
}
@media screen and (max-width: 767px) {
  #dx_onestop .title_box h2 span {
    font-size: 7.4666666667vw;
  }
}
@media screen and (max-width: 767px) {
  #dx_onestop .dx_onestop_steps_sp {
    width: 70%;
    margin: 0 auto 8vw;
  }
  #dx_onestop .dx_onestop_steps_sp img {
    width: 100%;
  }
}
#dx_onestop .dx_onestop_wrapper {
  position: relative;
}
@media screen and (max-width: 767px) {
  #dx_onestop .dx_onestop_wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 5.3333333333vw;
  }
}
#dx_onestop .dx_onestop_wrapper:before {
  content: "";
  position: absolute;
  top: 62%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background-image: url("/assets/img/dx/dx_onestop_arrow.png");
  background-repeat: no-repeat;
  background-size: contain;
  width: 390px;
  height: 299px;
}
@media screen and (max-width: 767px) {
  #dx_onestop .dx_onestop_wrapper:before {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  #dx_onestop .dx_onestop_wrapper .onestop_box {
    display: contents;
  }
}
#dx_onestop .dx_onestop_wrapper .onestop_box:first-child {
  margin-bottom: 32px;
}
@media screen and (max-width: 767px) {
  #dx_onestop .dx_onestop_wrapper .onestop_box:first-child {
    margin-bottom: 0;
  }
}
#dx_onestop .dx_onestop_wrapper .onestop_box.flex {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 120px;
}
@media screen and (max-width: 767px) {
  #dx_onestop .dx_onestop_wrapper .onestop_box.flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: unset;
  }
}
#dx_onestop .dx_onestop_wrapper .onestop_box .onestop_item {
  width: 320px;
  height: 320px;
  text-align: center;
  border-radius: 210px;
  background-color: rgba(255, 255, 255, 0.16);
  border: solid 1px rgba(255, 255, 255, 0.6);
  padding: 44px 31px 0 31px;
}
@media (min-width: 768px) and (max-width: 860px) {
  #dx_onestop .dx_onestop_wrapper .onestop_box .onestop_item {
    width: 280px;
    height: 280px;
    padding: 28px 20px 0 20px;
  }
}
@media screen and (max-width: 767px) {
  #dx_onestop .dx_onestop_wrapper .onestop_box .onestop_item {
    width: 100%;
    height: auto;
    border-radius: 3.2vw;
    padding: 5.3333333333vw;
  }
}
#dx_onestop .dx_onestop_wrapper .onestop_box .onestop_item h3 {
  font-size: 4rem;
  margin-bottom: 4px;
}
@media (min-width: 768px) and (max-width: 860px) {
  #dx_onestop .dx_onestop_wrapper .onestop_box .onestop_item h3 {
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 767px) {
  #dx_onestop .dx_onestop_wrapper .onestop_box .onestop_item h3 {
    font-size: 6.4vw;
    margin-bottom: 2.1333333333vw;
  }
}
#dx_onestop .dx_onestop_wrapper .onestop_box .onestop_item .sub {
  font-size: 1.6rem;
  line-height: 1.6;
  margin-bottom: 12px;
}
@media screen and (max-width: 767px) {
  #dx_onestop .dx_onestop_wrapper .onestop_box .onestop_item .sub {
    font-size: 4.2666666667vw;
    margin-bottom: 2.1333333333vw;
  }
}
#dx_onestop .dx_onestop_wrapper .onestop_box .onestop_item .text {
  font-size: 1.4rem;
}
@media screen and (max-width: 767px) {
  #dx_onestop .dx_onestop_wrapper .onestop_box .onestop_item .text {
    font-size: 3.7333333333vw;
  }
}

#dx_rooms {
  position: relative;
  background: #EFEBF8;
}
#dx_rooms div {
  position: relative;
  z-index: 1;
}
#dx_rooms:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background-image: url("/assets/img/dx/dx_rooms_bg01.png");
  background-repeat: no-repeat;
  background-size: contain;
  width: 439px;
  height: 466px;
  z-index: 0;
}
@media screen and (max-width: 767px) {
  #dx_rooms:before {
    width: 53.3333333333vw;
    height: 56.5333333333vw;
  }
}
#dx_rooms:after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  background-image: url("/assets/img/dx/dx_rooms_bg02.png");
  background-repeat: no-repeat;
  background-size: contain;
  width: 377px;
  height: 502px;
  z-index: 0;
}
@media screen and (max-width: 767px) {
  #dx_rooms:after {
    width: 53.3333333333vw;
    height: 70.9333333333vw;
  }
}
#dx_rooms .title_box {
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  #dx_rooms .title_box {
    margin-bottom: 21.3333333333vw;
  }
}
#dx_rooms .dx_rooms_area {
  position: relative;
  width: 79.0629575403vw;
  height: 58.5651537335vw;
  max-width: 1080px;
  max-height: 800px;
  margin: 0 auto;
}
@media (min-width: 768px) and (max-width: 960px) {
  #dx_rooms .dx_rooms_area {
    width: 79.0629575403vw;
    height: 58.5651537335vw;
  }
}
@media screen and (max-width: 767px) {
  #dx_rooms .dx_rooms_area {
    width: 94.6666666667vw;
    height: 69.8666666667vw;
  }
}
#dx_rooms .dx_rooms_area .illust_wrapper {
  position: absolute;
}
#dx_rooms .dx_rooms_area .illust_wrapper a .rooms_link {
  position: absolute;
  width: 8.7115666179vw;
  height: 10.4685212299vw;
  max-width: 119px;
  max-height: 143px;
}
@media screen and (max-width: 767px) {
  #dx_rooms .dx_rooms_area .illust_wrapper a .rooms_link {
    width: 21.3333333333vw;
    height: 25.6vw;
  }
}
#dx_rooms .dx_rooms_area .illust_wrapper a .rooms_link svg path {
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
  fill: #FB6300;
}
#dx_rooms .dx_rooms_area .illust_wrapper a .rooms_link .text {
  width: 100%;
  text-align: center;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  color: #fff;
  padding-top: 2.7818448023vw;
}
@media (min-width: 1367px) {
  #dx_rooms .dx_rooms_area .illust_wrapper a .rooms_link .text {
    padding-top: 38px;
  }
}
@media screen and (max-width: 767px) {
  #dx_rooms .dx_rooms_area .illust_wrapper a .rooms_link .text {
    padding-top: 6.4vw;
  }
}
#dx_rooms .dx_rooms_area .illust_wrapper a .rooms_link .text p {
  font-size: 1.317715959vw;
  margin-bottom: 0.7320644217vw;
  line-height: 1.3;
}
@media (min-width: 1367px) {
  #dx_rooms .dx_rooms_area .illust_wrapper a .rooms_link .text p {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 767px) {
  #dx_rooms .dx_rooms_area .illust_wrapper a .rooms_link .text p {
    font-size: 3.2vw;
    margin-bottom: 1.0666666667vw;
  }
}
#dx_rooms .dx_rooms_area .illust_wrapper a .rooms_link .text span {
  font-size: 0.9516837482vw;
  border-radius: 1.4641288433vw;
  padding: 0.1464128843vw 0.878477306vw;
  line-height: 1;
  border: solid 1px #fff;
}
@media (min-width: 1367px) {
  #dx_rooms .dx_rooms_area .illust_wrapper a .rooms_link .text span {
    font-size: 1.3rem;
  }
}
@media screen and (max-width: 767px) {
  #dx_rooms .dx_rooms_area .illust_wrapper a .rooms_link .text span {
    font-size: 2.4vw;
    border-radius: 5.3333333333vw;
    padding: 0.5333333333vw 3.2vw;
  }
}
#dx_rooms .dx_rooms_area .illust_wrapper a .illust {
  opacity: 0.5;
}
@media screen and (max-width: 767px) {
  #dx_rooms .dx_rooms_area .illust_wrapper a .illust {
    opacity: 1;
  }
}
@media (hover: hover) {
  #dx_rooms .dx_rooms_area .illust_wrapper a:hover .illust {
    opacity: 1;
    -webkit-transition: 0.4s all;
    transition: 0.4s all;
  }
  #dx_rooms .dx_rooms_area .illust_wrapper a:hover .rooms_link svg path {
    -webkit-transition: 0.3s all;
    transition: 0.3s all;
    fill: #1F006E;
  }
}
#dx_rooms .dx_rooms_area .illust_wrapper img {
  -webkit-transition: 0.4s all;
  transition: 0.4s all;
  width: 100%;
  height: 100%;
}
#dx_rooms .dx_rooms_area .rooms_mainoffice {
  width: 53.4407027818vw;
  height: 41.8008784773vw;
  max-width: 730px;
  max-height: 571px;
  top: 12%;
  left: 0;
  z-index: 3;
}
@media screen and (max-width: 767px) {
  #dx_rooms .dx_rooms_area .rooms_mainoffice {
    width: 63.7333333333vw;
    height: 49.8666666667vw;
  }
}
#dx_rooms .dx_rooms_area .rooms_mainoffice .rooms_link {
  position: absolute;
  top: -16%;
  left: 33%;
}
@media screen and (max-width: 767px) {
  #dx_rooms .dx_rooms_area .rooms_mainoffice .rooms_link {
    top: -30%;
    left: 12%;
  }
}
#dx_rooms .dx_rooms_area .rooms_meeting {
  width: 29.0629575403vw;
  height: 29.0629575403vw;
  max-width: 397px;
  max-height: 397px;
  top: 0;
  right: 7%;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  #dx_rooms .dx_rooms_area .rooms_meeting {
    width: 34.6666666667vw;
    height: 32.5333333333vw;
  }
}
#dx_rooms .dx_rooms_area .rooms_meeting .rooms_link {
  position: absolute;
  top: 0%;
  left: 0%;
}
@media screen and (max-width: 767px) {
  #dx_rooms .dx_rooms_area .rooms_meeting .rooms_link {
    top: -32%;
    left: -10%;
  }
}
#dx_rooms .dx_rooms_area .rooms_entrance {
  width: 33.6749633968vw;
  height: 24.0849194729vw;
  max-width: 460px;
  max-height: 329px;
  bottom: 0;
  right: 20%;
  z-index: 4;
}
@media screen and (max-width: 767px) {
  #dx_rooms .dx_rooms_area .rooms_entrance {
    width: 40.2666666667vw;
    height: 28.8vw;
  }
}
#dx_rooms .dx_rooms_area .rooms_entrance .rooms_link {
  position: absolute;
  top: -36%;
  left: 29%;
}
@media screen and (max-width: 767px) {
  #dx_rooms .dx_rooms_area .rooms_entrance .rooms_link {
    top: -60%;
    left: 0%;
  }
}
#dx_rooms .dx_rooms_area .rooms_entrance .rooms_link .text p {
  font-size: 1.0248901903vw !important;
}
@media (min-width: 1367px) {
  #dx_rooms .dx_rooms_area .rooms_entrance .rooms_link .text p {
    font-size: 1.4rem !important;
  }
}
@media screen and (max-width: 767px) {
  #dx_rooms .dx_rooms_area .rooms_entrance .rooms_link .text p {
    font-size: 2.6666666667vw !important;
  }
}
#dx_rooms .dx_rooms_area .rooms_system {
  width: 24.2313323572vw;
  height: 21.0102489019vw;
  max-width: 331px;
  max-height: 287px;
  top: 37%;
  right: 0;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  #dx_rooms .dx_rooms_area .rooms_system {
    width: 28.8vw;
    height: 25.0666666667vw;
  }
}
#dx_rooms .dx_rooms_area .rooms_system .rooms_link {
  position: absolute;
  top: -26%;
  right: 22%;
}
@media screen and (max-width: 767px) {
  #dx_rooms .dx_rooms_area .rooms_system .rooms_link {
    top: -54%;
    right: 12%;
  }
}
#dx_rooms .dx_rooms_area .rooms_system .rooms_link .text {
  padding-top: 2.0497803807vw !important;
}
@media (min-width: 1367px) {
  #dx_rooms .dx_rooms_area .rooms_system .rooms_link .text {
    padding-top: 28px !important;
  }
}
@media screen and (max-width: 767px) {
  #dx_rooms .dx_rooms_area .rooms_system .rooms_link .text {
    padding-top: 4vw !important;
  }
}
#dx_rooms .dx_rooms_area .rooms_system .rooms_link .text p {
  font-size: 1.1713030747vw !important;
}
@media (min-width: 1367px) {
  #dx_rooms .dx_rooms_area .rooms_system .rooms_link .text p {
    font-size: 1.6rem !important;
  }
}
@media screen and (max-width: 767px) {
  #dx_rooms .dx_rooms_area .rooms_system .rooms_link .text p {
    font-size: 3.2vw !important;
  }
}

/* 商品説明
=========================================== */
.title_box_rooms {
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .title_box_rooms {
    margin-bottom: 10.6666666667vw;
  }
}
.title_box_rooms h2 {
  font-size: 3.6rem;
  display: inline-block;
  color: #1F006E;
  padding: 4px 16px;
  background: rgba(255, 255, 255, 0.8);
  margin-bottom: 30px;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .title_box_rooms h2 {
    font-size: 5.3333333333vw;
    padding: 1.0666666667vw 2.1333333333vw;
    margin-bottom: 5.3333333333vw;
  }
}
.title_box_rooms p {
  color: #fff;
  text-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
  font-size: 2.2rem;
}
@media screen and (max-width: 767px) {
  .title_box_rooms p {
    font-size: 4.2666666667vw;
  }
}

.dx_room_section {
  padding: 140px 0;
  position: relative;
}
@media screen and (max-width: 767px) {
  .dx_room_section {
    padding: 16vw 0;
  }
}

.dx_room_bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
}
@media screen and (max-width: 767px) {
  .dx_room_bg {
    height: 106.6666666667vw;
  }
}
.dx_room_bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.note {
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .note {
    margin-top: 5.3333333333vw;
  }
}
.note p {
  font-size: 1.8rem;
  text-align: right;
}
@media screen and (max-width: 767px) {
  .note p {
    font-size: 3.4666666667vw;
  }
}
.note a.text_link {
  color: #1F006E;
  text-decoration: underline;
}

#entrance .tab-wrap .tab-content {
  padding: 80px 100px;
  -webkit-box-shadow: 8px 16px 20px rgba(0, 0, 0, 0.03);
          box-shadow: 8px 16px 20px rgba(0, 0, 0, 0.03);
}
@media (min-width: 768px) and (max-width: 960px) {
  #entrance .tab-wrap .tab-content {
    padding: 60px 40px;
  }
}
@media screen and (max-width: 767px) {
  #entrance .tab-wrap .tab-content {
    padding: 5.3333333333vw 5.3333333333vw 8vw;
  }
}
#entrance .entrance_items_list li {
  position: relative;
  padding: 40px 50px;
  background: #FBF3DC;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  #entrance .entrance_items_list li {
    padding: 5.3333333333vw;
    margin-bottom: 3.2vw;
  }
}
#entrance .entrance_items_list li:last-child {
  margin-bottom: 0;
}
#entrance .entrance_items_list li h3 {
  font-size: 2.4rem;
  margin-bottom: 12px;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  #entrance .entrance_items_list li h3 {
    font-size: 4.8vw;
    margin-bottom: 2.1333333333vw;
  }
}
#entrance .entrance_items_list li .catch {
  font-size: 1.8rem;
  font-weight: 600;
  margin-bottom: 8px;
  line-height: 1.9;
}
@media screen and (max-width: 767px) {
  #entrance .entrance_items_list li .catch {
    font-size: 4vw;
    margin-bottom: 2.1333333333vw;
  }
}
#entrance .entrance_items_list li p {
  line-height: 1.9;
}
#entrance .entrance_items_list li.item_felica {
  background: #FBF3DC;
  border: solid 2px #B58B17;
}
#entrance .entrance_items_list li.item_felica h3 {
  color: #B58B17;
}
@media screen and (max-width: 767px) {
  #entrance .entrance_items_list li.item_felica h3 {
    width: calc(100% - 40px);
  }
}
@media screen and (max-width: 767px) {
  #entrance .entrance_items_list li.item_felica .catch {
    width: calc(100% - 40px);
  }
}
#entrance .entrance_items_list li.item_felica .entrance_illust {
  width: 132px;
  height: auto;
  position: absolute;
  top: 50%;
  right: 34px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  #entrance .entrance_items_list li.item_felica .entrance_illust {
    width: 70px;
    -webkit-transform: none;
            transform: none;
    top: -10px;
    right: -20px;
  }
}
#entrance .entrance_items_list li.item_felica .text_box {
  width: calc(100% - 140px);
}
@media screen and (max-width: 767px) {
  #entrance .entrance_items_list li.item_felica .text_box {
    width: 100%;
  }
}
#entrance .entrance_items_list li.item_face {
  background: #F6F6F6;
}
#entrance .entrance_items_list li.item_face h3 {
  color: #737D8A;
}
#entrance .entrance_items_list li.item_finger {
  background: #F9F4F0;
}
#entrance .entrance_items_list li.item_finger h3 {
  color: #BF7945;
}
#entrance .entrance_items_list li.item_qr {
  background: #F6F6F6;
}
#entrance .entrance_items_list li.item_qr h3 {
  color: #1F006E;
}
@media screen and (max-width: 767px) {
  #entrance .entrance_items_list li.item_qr h3 {
    width: calc(100% - 40px);
  }
}
@media screen and (max-width: 767px) {
  #entrance .entrance_items_list li.item_qr .catch {
    width: calc(100% - 40px);
  }
}
#entrance .entrance_items_list li.item_qr .entrance_illust {
  width: 184px;
  height: auto;
  position: absolute;
  top: 50%;
  right: 34px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  #entrance .entrance_items_list li.item_qr .entrance_illust {
    width: 100px;
    -webkit-transform: none;
            transform: none;
    top: 0px;
    right: -10px;
  }
}
#entrance .entrance_items_list li.item_qr .text_box {
  width: calc(100% - 200px);
}
@media screen and (max-width: 767px) {
  #entrance .entrance_items_list li.item_qr .text_box {
    width: 100%;
  }
}
#entrance .entrance_items_list li.item_ipad {
  background: #F6F6F6;
}
#entrance .entrance_items_list li.item_ipad h3 {
  color: #1F006E;
}
#entrance .entrance_items_list li.item_ai {
  background: #FBF3DC;
  border: solid 2px #B58B17;
}
#entrance .entrance_items_list li.item_ai h3 {
  color: #B58B17;
}
@media screen and (max-width: 767px) {
  #entrance .entrance_items_list li.item_ai h3 {
    width: calc(100% - 40px);
  }
}
@media screen and (max-width: 767px) {
  #entrance .entrance_items_list li.item_ai .catch {
    width: calc(100% - 40px);
  }
}
#entrance .entrance_items_list li.item_ai .entrance_illust {
  width: 132px;
  height: auto;
  position: absolute;
  top: 50%;
  right: 50px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  #entrance .entrance_items_list li.item_ai .entrance_illust {
    width: 70px;
    -webkit-transform: none;
            transform: none;
    top: -10px;
    right: 2px;
  }
}
#entrance .entrance_items_list li.item_ai .text_box {
  width: calc(100% - 140px);
}
@media screen and (max-width: 767px) {
  #entrance .entrance_items_list li.item_ai .text_box {
    width: 100%;
  }
}
#entrance .entrance_items_list li.item_lan {
  background: #F6F6F6;
}
#entrance .entrance_items_list li.item_lan h3 {
  color: #737D8A;
}
#entrance .entrance_items_list li.item_cable {
  background: #F9F4F0;
}
#entrance .entrance_items_list li.item_cable h3 {
  color: #BF7945;
}

#meeting .content_wrap {
  background: #fff;
  padding: 80px 60px;
  -webkit-box-shadow: 8px 16px 20px rgba(0, 0, 0, 0.03);
          box-shadow: 8px 16px 20px rgba(0, 0, 0, 0.03);
}
@media (min-width: 768px) and (max-width: 960px) {
  #meeting .content_wrap {
    padding: 60px 30px;
  }
}
@media screen and (max-width: 767px) {
  #meeting .content_wrap {
    padding: 8vw 5.3333333333vw;
  }
}
#meeting .content_wrap .meeting_title {
  text-align: center;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  #meeting .content_wrap .meeting_title {
    margin-bottom: 5.3333333333vw;
  }
}
#meeting .content_wrap .meeting_title h3 {
  font-size: 2.4rem;
  margin-bottom: 16px;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  #meeting .content_wrap .meeting_title h3 {
    font-size: 4.5333333333vw;
    margin-bottom: 3.2vw;
  }
}
#meeting .content_wrap .meeting_title p {
  font-size: 1.8rem;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  #meeting .content_wrap .meeting_title p {
    font-size: 3.7333333333vw;
  }
}
#meeting .content_wrap .meeting_items ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
@media screen and (max-width: 767px) {
  #meeting .content_wrap .meeting_items ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
#meeting .content_wrap .meeting_items ul li {
  width: 33.3333333333%;
}
@media screen and (max-width: 767px) {
  #meeting .content_wrap .meeting_items ul li {
    width: 100%;
    margin-bottom: 3.2vw;
  }
  #meeting .content_wrap .meeting_items ul li:last-child {
    margin-bottom: 0;
  }
}
#meeting .content_wrap .meeting_items ul li .item_inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 767px) {
  #meeting .content_wrap .meeting_items ul li .item_inner {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
#meeting .content_wrap .meeting_items ul li h4 {
  font-size: 1.8rem;
  line-height: 1.6;
  text-align: center;
  margin-bottom: 12px;
}
@media screen and (max-width: 767px) {
  #meeting .content_wrap .meeting_items ul li h4 {
    text-align: left;
    font-size: 4.8vw;
    margin-bottom: 2.1333333333vw;
  }
}
#meeting .content_wrap .meeting_items ul li h4 .small {
  display: block;
  font-size: 1.2rem;
}
@media screen and (max-width: 767px) {
  #meeting .content_wrap .meeting_items ul li h4 .small {
    font-size: 2.6666666667vw;
  }
}
#meeting .content_wrap .meeting_items ul li p {
  font-size: 1.4rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  #meeting .content_wrap .meeting_items ul li p {
    text-align: left;
    font-size: 3.7333333333vw;
  }
}
#meeting .content_wrap .meeting_items ul li.item_ai_windows .item_inner {
  width: 100%;
  height: 100%;
  background: #FBF3DC;
  border: solid 2px #B58B17;
  padding: 40px 24px;
}
@media (min-width: 768px) and (max-width: 960px) {
  #meeting .content_wrap .meeting_items ul li.item_ai_windows .item_inner {
    padding: 40px 4px;
  }
}
@media screen and (max-width: 767px) {
  #meeting .content_wrap .meeting_items ul li.item_ai_windows .item_inner {
    padding: 5.3333333333vw;
  }
}
#meeting .content_wrap .meeting_items ul li.item_ai_windows .item_inner h4 {
  color: #B58B17;
}
#meeting .content_wrap .meeting_items ul li.item_ai_android {
  padding-top: 20px;
}
@media screen and (max-width: 767px) {
  #meeting .content_wrap .meeting_items ul li.item_ai_android {
    padding-top: 0;
  }
}
#meeting .content_wrap .meeting_items ul li.item_ai_android .item_inner {
  width: 100%;
  height: 100%;
  background: #F6F6F6;
  padding: 24px;
}
@media screen and (max-width: 767px) {
  #meeting .content_wrap .meeting_items ul li.item_ai_android .item_inner {
    padding: 5.3333333333vw;
  }
}
#meeting .content_wrap .meeting_items ul li.item_ai_android .item_inner h4 {
  color: #737D8A;
}
#meeting .content_wrap .meeting_items ul li.item_all {
  padding-top: 20px;
}
@media screen and (max-width: 767px) {
  #meeting .content_wrap .meeting_items ul li.item_all {
    padding-top: 0;
  }
}
#meeting .content_wrap .meeting_items ul li.item_all .item_inner {
  width: 100%;
  height: 100%;
  background: #F9F4F0;
  padding: 24px;
}
@media screen and (max-width: 767px) {
  #meeting .content_wrap .meeting_items ul li.item_all .item_inner {
    padding: 5.3333333333vw;
  }
}
#meeting .content_wrap .meeting_items ul li.item_all .item_inner h4 {
  color: #BF7945;
}
#meeting .content_wrap .meeting_function {
  margin-top: 60px;
}
@media screen and (max-width: 767px) {
  #meeting .content_wrap .meeting_function {
    margin-top: 8vw;
  }
}
#meeting .content_wrap .meeting_function h4 {
  font-size: 2.4rem;
  margin-bottom: 24px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  #meeting .content_wrap .meeting_function h4 {
    font-size: 4.8vw;
    margin-bottom: 4.2666666667vw;
  }
}
#meeting .content_wrap .meeting_function .youtube_wrap {
  max-width: 600px;
  width: 100%;
  margin: 0 auto;
  aspect-ratio: 16/9;
}
#meeting .content_wrap .meeting_function .youtube_wrap iframe {
  width: 100%;
  height: 100%;
}

#mainoffice .content_wrap {
  background: #fff;
  padding: 80px;
  -webkit-box-shadow: 8px 16px 20px rgba(0, 0, 0, 0.03);
          box-shadow: 8px 16px 20px rgba(0, 0, 0, 0.03);
}
@media (min-width: 768px) and (max-width: 960px) {
  #mainoffice .content_wrap {
    padding: 40px 40px;
  }
}
@media screen and (max-width: 767px) {
  #mainoffice .content_wrap {
    padding: 8vw 5.3333333333vw;
  }
}
#mainoffice .mainoffice_items ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 24px;
}
@media screen and (max-width: 767px) {
  #mainoffice .mainoffice_items ul {
    display: block;
  }
}
#mainoffice .mainoffice_items ul li {
  width: calc((100% - 24px) / 2);
  background: #F6F6F6;
  padding: 30px;
}
@media screen and (max-width: 767px) {
  #mainoffice .mainoffice_items ul li {
    width: 100%;
    margin-bottom: 5.3333333333vw;
    padding: 5.3333333333vw;
  }
  #mainoffice .mainoffice_items ul li:last-child {
    margin-bottom: 0;
  }
}
#mainoffice .mainoffice_items ul li h3 {
  font-size: 2rem;
  color: #1F006E;
  margin-bottom: 16px;
  font-weight: 700;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  #mainoffice .mainoffice_items ul li h3 {
    font-size: 4.8vw;
    margin-bottom: 4.2666666667vw;
  }
}
#mainoffice .mainoffice_items ul li h3 .small {
  display: inline-block;
  font-size: 1.2rem;
  font-weight: inherit;
  text-indent: -0.4em;
}
@media screen and (max-width: 767px) {
  #mainoffice .mainoffice_items ul li h3 .small {
    font-size: 2.9333333333vw;
  }
}
#mainoffice .mainoffice_items ul li .catch {
  font-size: 1.6rem;
  font-weight: 700;
  margin-bottom: 4px;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  #mainoffice .mainoffice_items ul li .catch {
    font-size: 4vw;
    margin-bottom: 1.0666666667vw;
  }
}
#mainoffice .mainoffice_items ul li p {
  font-size: 1.4rem;
}
@media screen and (max-width: 767px) {
  #mainoffice .mainoffice_items ul li p {
    font-size: 3.7333333333vw;
  }
}

#system .content_wrap {
  background: #fff;
  padding: 80px;
  -webkit-box-shadow: 8px 16px 20px rgba(0, 0, 0, 0.03);
          box-shadow: 8px 16px 20px rgba(0, 0, 0, 0.03);
}
@media (min-width: 768px) and (max-width: 960px) {
  #system .content_wrap {
    padding: 40px 40px;
  }
}
@media screen and (max-width: 767px) {
  #system .content_wrap {
    padding: 5.3333333333vw;
  }
}
#system .system_items ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 24px;
}
@media screen and (max-width: 767px) {
  #system .system_items ul {
    display: block;
  }
}
#system .system_items ul li {
  width: calc((100% - 24px) / 2);
  background: #F6F6F6;
  padding: 30px;
}
#system .system_items ul li:nth-child(3) {
  width: 100%;
}
@media screen and (max-width: 767px) {
  #system .system_items ul li {
    width: 100%;
    margin-bottom: 5.3333333333vw;
    padding: 5.3333333333vw;
  }
  #system .system_items ul li:last-child {
    margin-bottom: 0;
  }
}
#system .system_items ul li h3 {
  font-size: 2rem;
  color: #1F006E;
  margin-bottom: 16px;
  font-weight: 700;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  #system .system_items ul li h3 {
    font-size: 4.8vw;
    margin-bottom: 4.2666666667vw;
  }
}
#system .system_items ul li h3 .small {
  display: block;
  font-size: 1.2rem;
  font-weight: inherit;
  line-height: 2;
  text-indent: -0.4em;
}
@media screen and (max-width: 767px) {
  #system .system_items ul li h3 .small {
    font-size: 2.9333333333vw;
  }
}
#system .system_items ul li .catch {
  font-size: 1.6rem;
  font-weight: 700;
  margin-bottom: 4px;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  #system .system_items ul li .catch {
    font-size: 4vw;
    margin-bottom: 1.0666666667vw;
  }
}
#system .system_items ul li p {
  font-size: 1.4rem;
}
@media screen and (max-width: 767px) {
  #system .system_items ul li p {
    font-size: 3.7333333333vw;
  }
}

/* flow
=========================================== */
#flow {
  background: #EFEBF8;
}
#flow .title_box {
  position: relative;
  z-index: 0;
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  #flow .title_box {
    margin-bottom: 10.6666666667vw;
  }
}
#flow .title_box:before {
  content: "Flow";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  color: #fff;
  font-size: 16rem;
  font-family: "Teko", "Noto Sans JP", "HiraginoKaku", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", sans-serif;
  line-height: 1;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  #flow .title_box:before {
    font-size: 26.6666666667vw;
  }
}
#flow .flow_wrap ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 16px;
}
#flow .flow_wrap ul li {
  position: relative;
  width: calc((100% - 48px) / 4);
  background: #F7F6FC;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding: 36px 24px;
}
#flow .flow_wrap ul li:before {
  content: "";
  position: absolute;
  top: 50%;
  left: -28px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-image: url("/assets/img/dx/arrow_flow.png");
  background-repeat: no-repeat;
  background-size: contain;
  width: 39px;
  height: 32px;
  z-index: 2;
}
@media (min-width: 769px) and (max-width: 1109px) {
  #flow .flow_wrap ul li:before {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  #flow .flow_wrap ul li:before {
    position: absolute;
    top: -5.3333333333vw;
    left: 44%;
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
    width: 10.4vw;
    height: 8.5333333333vw;
  }
}
#flow .flow_wrap ul li:first-child:before {
  display: none;
}
@media screen and (max-width: 1110px) {
  #flow .flow_wrap ul li {
    font-size: 1.2rem;
    width: calc((100% - 16px) / 2);
  }
}
@media screen and (max-width: 767px) {
  #flow .flow_wrap ul li {
    width: 100%;
    padding: 8.5333333333vw 5.3333333333vw;
  }
}
#flow .flow_wrap ul li img {
  width: 120px;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  #flow .flow_wrap ul li img {
    width: 26.6666666667vw;
  }
}
#flow .flow_wrap ul li .step_title {
  text-align: center;
  margin-bottom: 16px;
}
@media screen and (max-width: 767px) {
  #flow .flow_wrap ul li .step_title {
    margin-bottom: 2.1333333333vw;
  }
}
#flow .flow_wrap ul li .step_title .step {
  font-size: 1.6rem;
  color: #1F006E;
  margin-bottom: 8px;
}
@media screen and (max-width: 767px) {
  #flow .flow_wrap ul li .step_title .step {
    font-size: 4.2666666667vw;
    margin-bottom: 2.1333333333vw;
  }
}
#flow .flow_wrap ul li .step_title .title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 58px;
}
@media screen and (max-width: 767px) {
  #flow .flow_wrap ul li .step_title .title {
    height: auto;
  }
}
#flow .flow_wrap ul li .step_title .title h3 {
  font-size: 1.8rem;
  font-weight: 700;
  color: #1F006E;
}
@media screen and (max-width: 767px) {
  #flow .flow_wrap ul li .step_title .title h3 {
    font-size: 4.8vw;
  }
}
#flow .flow_wrap ul li .step_title .title h3 .small {
  font-size: 1.4rem;
  display: block;
  font-weight: inherit;
}
@media screen and (max-width: 767px) {
  #flow .flow_wrap ul li .step_title .title h3 .small {
    font-size: 3.7333333333vw;
  }
}
#flow .flow_wrap ul li p {
  font-size: 1.4rem;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  #flow .flow_wrap ul li p {
    font-size: 3.7333333333vw;
    text-align: center;
  }
}

#cta {
  position: relative;
  width: 100%;
  background: url("/assets/img/dx/dx_mv.jpg") no-repeat center;
  background-size: cover;
  color: #fff;
  padding: 160px 0;
}
@media screen and (max-width: 960px) {
  #cta {
    padding: 16vw 0;
  }
}
#cta .mv_text {
  width: 100%;
  text-align: center;
}
#cta .mv_text .catch_area h2 {
  color: #fff;
  font-size: 6.4rem;
  margin-bottom: 60px;
}
@media screen and (max-width: 960px) {
  #cta .mv_text .catch_area h2 {
    font-size: 7.4666666667vw;
    margin-bottom: 5.3333333333vw;
  }
}
#cta .mv_text .catch_area .br_sp {
  display: block;
}
@media screen and (min-width: 1040px) {
  #cta .mv_text .catch_area .br_sp {
    display: none;
  }
}
#cta .mv_text .text_area .sub_text {
  font-size: 3.2rem;
  margin-bottom: 24px;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  #cta .mv_text .text_area .sub_text {
    font-size: 5.3333333333vw;
    margin-bottom: 4.2666666667vw;
  }
}
#cta .mv_text .text_area .btn_area {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 40px;
}
@media screen and (max-width: 767px) {
  #cta .mv_text .text_area .btn_area {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 3.2vw;
  }
}
#cta .mv_text .text_area .btn_area .btn.tel span {
  font-size: 2.4rem;
}
@media screen and (max-width: 767px) {
  #cta .mv_text .text_area .btn_area .btn.tel span {
    font-size: 4.8vw;
  }
}

.footer_conversion {
  display: none;
}

/* tab 基本設定
=========================================== */
.tab-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

.tab-label {
  width: 33.3333333333%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 20px 12px;
  color: #1F006E;
  border-right: #fff 1px solid;
  border-left: #fff 1px solid;
  background: #EBEBEB;
  font-size: 2rem;
  text-align: center;
  line-height: 1.6;
  -webkit-box-ordinal-group: 0;
  -webkit-order: -1;
      -ms-flex-order: -1;
          order: -1;
  cursor: pointer;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .tab-label {
    padding: 3.2vw 1.0666666667vw;
    font-size: 3.2vw;
  }
}

.tab-content {
  display: none;
  width: 100%;
  background: #fff;
  margin-top: -1px;
}

/* アクティブなタブ */
.tab-switch:checked + .tab-label {
  color: #1F006E;
  border-right: #fff 1px solid;
  border-left: #fff 1px solid;
  background: #fff;
  cursor: default;
  line-height: 1.6;
}

.tab-switch:checked + .tab-label + .tab-content {
  display: block;
}

/* ラジオボタン非表示 */
.tab-switch {
  display: none;
}