@charset "UTF-8";
@import url("all.css");
@import url("animate.css");
@import url("https://cdnjs.cloudflare.com/ajax/libs/drawer/3.2.2/css/drawer.min.css");
@import url("https://unpkg.com/swiper/swiper-bundle.min.css");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;400;500;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@200;300;400;500;600;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto+Condensed:wght@300;400;700&family=Roboto:wght@400;500;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Barlow+Condensed:wght@400;500&display=swap");
#page-top {
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
}

/* reset
----------------------------------------------------------------------------------*/
html, body, #wrapper {
  width: 100%;
  max-height: 100%;
}

body {
  -webkit-text-size-adjust: 100%;
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  line-height: 1;
  word-break: break-all;
  font-display: swap;
  font-weight: 400;
  color: #424243;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 0.875rem;
  line-height: 1.575rem;
}

h1, h2, h3, h4, h5, h6, p, span, em, b, i, dl, dt, dd, ol, ul, li, tr, th, td, div {
  letter-spacing: 0.05em;
  font-feature-settings: "palt" 1;
}

ul li, ol li {
  display: inline-block;
  vertical-align: top;
  font-size: 0.875rem;
  line-height: 1.575rem;
}

p, p a, div, ul, ol, li, li a, dl, dt, dt a, dd, dd a, section, span, em, i, strong, b {
  box-sizing: border-box;
}

i {
  font-style: normal;
}

h1, h2, h3, h4, h5, h6, strong, b {
  font-size: 100%;
  font-weight: normal;
}

h1, h2, h3, h4, h5, h6, p, span, em, b, i, dl, dt, dd, ol, ul, li, tr, th, td {
  margin: 0;
  padding: 0;
  border: none;
  vertical-align: baseline;
  background: transparent;
}

div, object, iframe, blockquote, pre, abbr, address, cite, code, del, dfn, img, ins, kbd, q, samp, small, sub, sup, var, fieldset, label, legend, table, caption, tbody, tfoot, thead, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: none;
  font-size: 100%;
  font-weight: normal;
  vertical-align: baseline;
  background: transparent;
}

img {
  vertical-align: top;
  line-height: 0;
  -webkit-backface-visibility: hidden;
}

#wrapper img {
  width: 100%;
  height: auto;
}

article, aside, details, figcaption, figure, footer, header, menu, nav, section, div, address, iframe, canvas, hr, textarea {
  display: block; /*  line-height: 1;*/
}

a, label {
  cursor: pointer;
}

blockquote {
  padding: 0;
  margin: 0;
  display: block;
}

address, em {
  font-style: normal;
}

hr {
  border: 0;
  margin: 0;
  padding: 0;
}

ul, ol, li {
  list-style: none;
}

table {
  border-collapse: collapse;
}

/*Android、Xperiaで途中改行されるバグfix*/
/*p { background-image:url(1px-transparent.gif);}*/
.flexImg {
  overflow: hidden;
  position: relative;
}
.flexImg img {
  width: 100% !important;
  height: 100% !important;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;";
}
.flexImg.ab {
  height: 0;
  padding: 100%;
}
.flexImg.ab img {
  position: absolute;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  right: 0;
  margin: auto;
  z-index: 10;
}

/* IE Flexcolumn時の謎の隙間埋め */
* {
  min-height: 0%;
}

/* hover
----------------------------------------------------------------------------------*/
a, a:link, a:visited {
  color: #f8f8f8;
  text-decoration: none;
  outline: none;
  transition: 0.5s;
  display: inline-block;
}

a:hover { /*color:rgba($mainColor,0.5);*/
  text-decoration: none;
  opacity: 0.6;
}

a img {
  transition: 0.5s;
}

a:hover img {
  opacity: 0.6;
}

*::-moz-selection {
  background: #1d1d1f;
  color: #f8f8f8;
}

*::selection {
  background: #1d1d1f;
  color: #f8f8f8;
}

/* -------------------------------
  PCのみの設定
------------------------------- */
@media print, screen and (min-width:768px) {
  .sp, .spOnly, .tbOnly {
    display: none !important;
  }
  .pc, .pc-tb {
    display: inline-block !important;
    vertical-align: top !important;
  }
  .pc-sp {
    display: inline-block !important;
    vertical-align: top !important;
  }
  /* スマホのみtellink有効（init.jsにも要設定） */
  a[href^="tel:"] {
    cursor: default;
  }
}
/* -------------------------------
タブレットのみの設定
------------------------------- */
@media screen and (min-width:600px) and (max-width:959px) {
  .pc, .spOnly {
    display: none !important;
    margin: 0;
    padding: 0;
    width: 0;
    height: 0;
  }
  /*.sp,*/
  .tbOnly, .pc-tb {
    display: inline-block !important;
    vertical-align: top !important;
  }
  .pc-sp {
    display: none !important;
    margin: 0;
    padding: 0;
    width: 0;
    height: 0;
  }
}
/* -------------------------------
スマホのみの設定
------------------------------- */
@media only screen and (max-width: 767px) {
  .pc, .tbOnly, .pc-tb {
    display: none !important;
    margin: 0;
    padding: 0;
    width: 0;
    height: 0;
  }
  .sp, .spOnly {
    display: inline-block !important;
    vertical-align: top !important;
  }
  .pc-sp {
    display: inline-block !important;
    vertical-align: top !important;
  }
}
/* --------------------------------------------------------

                         layout

-------------------------------------------------------- */
/* メイン設定 */
#wrapper {
  text-align: center;
  overflow-x: hidden;
}

main {
  padding-top: 100vh;
}

.inner {
  width: 1200px;
  margin: auto;
}

section { /* text-align:left;*/ }

/* header */
header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
  overflow: hidden;
  height: 200px;
  display: flex;
  flex-direction: column;
}
header #header {
  width: 90%;
  min-width: 1100px;
  margin: 0 auto;
  color: #f8f8f8;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 30px 0;
  order: 1;
  transition: 0.5s;
  justify-content: flex-end;
}
header #header a {
  color: #f8f8f8;
}
header #header h1, header #header #h01 {
  width: 320px;
  margin-right: auto;
}
header #header h1 a, header #header #h01 a {
  display: block;
}
header #header .telHead {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center; /* margin-left:auto; margin-right: 28px;*/
  margin-right: 25px;
}
header #header .telHead i {
  width: 26px;
  margin-right: 15px;
}
header #header .telHead a em {
  font-size: 2rem;
  line-height: 2rem;
}
header #header .telHead small {
  font-size: 0.6875rem;
  line-height: 1.2375rem;
  margin-left: 10px;
  display: none;
}
header #header .mailHead {
  width: 150px;
  height: 32px;
}
header #header .mailHead a {
  padding: 10px 10px;
  background: #eff371;
  color: #424243;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  /*i { width: 18px; display: block; line-height: 1; margin-right: 15px;}*/
}
header #header .mailHead a i {
  font-size: 1.0625rem;
  line-height: 1.0625rem;
  font-weight: 400;
  margin-right: 5px;
}
header #header .mailHead a em {
  font-size: 0.8125rem;
  line-height: 0.8125rem;
}

.cmnLink {
  background: #1d1d1f;
  width: 100%;
  order: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cmnLink li {
  line-height: 0;
  transition: 0.5s;
}
.cmnLink li:not(:last-child) {
  margin-right: 40px;
}
.cmnLink li a {
  display: block;
  padding: 11px 20px;
  opacity: 0.6;
}
.cmnLink li a:hover, .cmnLink li a:hover img {
  opacity: 1;
}
.cmnLink li.potal {
  width: 210px;
}
.cmnLink li.navipano {
  width: 173px;
}
.cmnLink li.quickpano {
  width: 131px;
}
.cmnLink li.matterport {
  width: 137px;
}
.cmnLink li.arhomestaging {
  width: 200px;
}
.cmnLink li.photopro {
  width: 175px;
}
.cmnLink li.active a {
  pointer-events: none;
  opacity: 1;
}

/*@media print,screen and (min-width:768px){*/
@media print, screen and (min-width: 1150px) {
  .drawer-hamburger {
    display: none !important;
  }
  .drawer-nav {
    top: auto !important;
    background: none !important;
    position: relative !important;
    overflow: visible;
    position: static !important;
  }
  /* gNav*/
  nav#grobalNav { /*width: calc(100% - 260px - 320px);*/
    width: 520px;
    margin-right: 20px;
  }
  nav#grobalNav ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
    justify-content: space-around;
  }
  nav#grobalNav ul li a {
    padding: 10px 0;
  }
  nav#grobalNav ul li a:hover {
    opacity: 0.7;
  }
  nav#grobalNav ul li:hover .megamenu {
    max-height: 9999px;
    opacity: 1;
    padding: 20px 0;
  }
  .megamenu {
    background: rgba(29, 29, 31, 0.9);
    max-height: 0;
    opacity: 0;
    overflow: hidden;
    width: 100vw;
    transition: all 0.2s ease-in;
    z-index: 999;
    position: absolute;
    top: 80px;
    left: 50%;
    transform: translateX(-50%);
    box-sizing: border-box;
  }
  .megamenu-inner {
    display: flex;
    justify-content: space-between;
    justify-content: center !important;
    align-items: flex-end;
  }
  .megamenu-inner li a {
    display: block;
    padding: 0px 50px !important;
  }
  .megamenu-inner li span {
    display: block;
  }
  .megamenu-inner li em {
    font-size: 0.6875rem;
    line-height: 1.2375rem;
  }
  .megamenu-inner li.navipano span {
    width: 196px;
  }
  .megamenu-inner li.quickpano span {
    width: 134px;
  }
  .megamenu-inner li.matterport span {
    width: 142px;
  }
  .megamenu-inner li.arhomestaging span {
    width: 235px;
  }
  .megamenu-inner li.photopro span {
    width: 175px;
  }
  .spFixedMenu {
    display: none !important;
  }
  /* スマホのみtellink有効（init.jsにも要設定） */
  a[href^="tel:"] {
    cursor: default;
    pointer-events: none;
  }
}
/* レスポンシブ調整 */
@media screen and (min-width: 1150px) and (max-width: 1299px) {
  #header {
    width: 96% !important;
    /*h1, #h01{ width:240px !important;}*/
  }
  #header .tel i {
    width: 24px !important;
    margin-right: 12px !important;
  }
  #header .tel em {
    font-size: 28px !important;
  }
  #header .tel small {
    margin-left: 10px;
  }
  #header nav#grobalNav {
    width: 550px !important;
    margin-right: 20px !important;
  }
  #header nav#grobalNav ul li {
    width: auto;
  }
}
/* CTA */
.cta {
  background: #f2f2f2;
  padding: 40px 0;
}
.cta .tit {
  font-size: 1.3125rem;
  line-height: 2.3625rem;
  font-weight: 700;
  margin: 0 auto 40px;
}
.cta ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 1100px;
  margin: auto;
}
.cta ul li {
  width: 50%;
}
.cta ul li a {
  display: block;
  color: #1d1d1f;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.cta ul li .t {
  font-size: 0.875rem;
  line-height: 1.575rem;
  font-weight: 500;
}
.cta ul li.tel {
  border-right: 1px solid rgba(29, 29, 31, 0.8);
}
.cta ul li.tel a:hover {
  opacity: 1;
}
.cta ul li.tel a:hover img {
  opacity: 1;
}
.cta ul li.tel i {
  width: 53px;
  margin-bottom: 10px;
}
.cta ul li.tel em {
  font-size: 2.5rem;
  line-height: 3.75rem;
}
.cta ul li.tel small {
  font-size: 0.6875rem;
  line-height: 1.2375rem;
}
.cta ul li.tel small br {
  display: none;
}
.cta ul li.mail i {
  width: 46px;
  margin: 10px auto 22px;
}
.cta ul li.mail .link {
  width: 280px;
  height: 50px;
  background: #fff;
  box-shadow: 10px 10px 10px 0px rgba(29, 29, 31, 0.15);
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  margin-top: 15px;
}
.cta ul li.mail .link em {
  font-size: 0.875rem;
  line-height: 0.875rem;
  font-weight: 500;
}
.cta ul li.mail .link i {
  width: auto;
  margin: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  right: 15px;
}

/* フッター */
footer {
  background: #1d1d1f;
  color: #f8f8f8;
  padding: 50px 0;
}
footer ul.serviceLink {
  display: flex;
  justify-content: space-between;
  justify-content: center;
  align-items: flex-end;
  margin: 0 auto 50px;
}
footer ul.serviceLink li {
  margin: 0 20px;
}
footer ul.serviceLink li span {
  display: block;
}
footer ul.serviceLink li em {
  font-size: 0.6875rem;
  line-height: 1.2375rem;
}
footer ul.serviceLink li.navipano span {
  width: 196px;
}
footer ul.serviceLink li.quickpano span {
  width: 134px;
}
footer ul.serviceLink li.matterport span {
  width: 142px;
}
footer ul.serviceLink li.arhomestaging span {
  width: 235px;
}
footer ul.serviceLink li.photopro span {
  width: 175px;
}
footer #footer {
  border-top: 1px solid rgba(248, 248, 248, 0.25);
  width: 1100px;
  margin: auto;
  padding: 50px 0 20px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  text-align: left;
  position: relative;
}
footer #footer .comLogo em {
  display: block;
  width: 200px;
  margin-bottom: 10px;
}
footer #footer .comLogo em a {
  display: block;
}
footer #footer .comLogo span {
  display: block;
  font-size: 0.6875rem;
  line-height: 1.2375rem;
  font-weight: 300;
}
footer #footer .footerNav {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  justify-content: flex-start;
  width: calc(100% - 300px);
}
footer #footer .footerNav ul:not(:last-child) {
  margin-right: 60px;
}
footer #footer .footerNav ul li {
  display: block;
}
footer #footer .footerNav ul li a {
  padding: 3px 10px;
  display: block;
}
footer #footer .footerNav ul li ul li a {
  opacity: 0.6;
}
footer #footer .copyright {
  position: absolute;
  bottom: 0;
  right: 0;
  font-family: "Roboto", sans-serif;
  font-size: 0.75rem;
  line-height: 0.75rem;
}

/* page-top */
#page-top {
  position: fixed;
  bottom: 220px;
  right: 20px;
  z-index: 10;
  width: 60px;
  height: 60px;
  border-radius: 50%;
}
#page-top a {
  display: block;
  width: 100%;
  height: 100%;
  background: #1d1d1f;
}
#page-top a:hover {
  opacity: 0.7;
}
#page-top a:after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  right: 0;
  margin: auto;
  z-index: 10;
  top: calc(50% - 4px);
  width: 12px;
  height: 12px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(-45deg);
}

/* -------------------------------
  PCのみの設定
------------------------------- */
@media print, screen and (min-width:768px) {
  #spbar, #spmenu {
    display: none !important;
  }
  #mm-menu {
    display: none !important;
  }
  .spMenu span {
    display: none;
  }
}
/* -------------------------------
タブレットのみの設定
------------------------------- */
@media screen and (min-width:600px) and (max-width:959px) {
  /*.spMenu { top: 20% !important;}
  nav#grovalNav #nav ul li{ font-size: 10px !important;}
  nav#grovalNav #nav ul li a{ padding-top:28px !important;}*/
}
/* -------------------------------
スマホのみの設定
------------------------------- */
@media only screen and (max-width: 767px) {
  /*.spMenu { top: 16% !important;}
  nav#grovalNav #nav ul li{ font-size: 10px !important;}
  nav#grovalNav #nav ul li a{ padding-top:28px !important;}*/
  /* メイン設定 */
  main { /*padding-top: calc(100vh - 173px);*/
    padding-top: calc(100vh - 56px);
  }
  .inner {
    width: 100%;
  }
  /* header */
  header {
    height: auto;
    z-index: 1000;
  }
  header #header {
    width: 100%;
    min-width: 100%;
    padding: 10px 0 !important;
    justify-content: center;
    position: relative;
  }
  header #header h1, header #header #h01 {
    width: 200px !important;
    margin: 7px auto 0;
  }
  header #header .telHead {
    display: none;
  }
  header #header .mailHead {
    position: absolute;
    top: 9px;
    right: 9px;
    width: auto;
    height: auto;
  }
  header #header .mailHead a {
    padding: 10px 14px;
    border-radius: 3px;
    /*i { width: 24px;}*/
  }
  header #header .mailHead a i {
    font-size: 1.0625rem;
    line-height: 1.0625rem;
    margin-right: 0;
  }
  header #header .mailHead a em {
    display: none;
  }
  .cmnLink {
    display: none;
  }
  /* CTA */
  .cta {
    padding: 30px 0 35px;
  }
  .cta .tit {
    font-size: 1rem;
    line-height: 1.6rem;
    margin: 0 auto 30px;
  }
  .cta ul {
    width: 100%;
  }
  .cta ul li {
    width: 50%;
  }
  .cta ul li a {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .cta ul li .t {
    font-size: 0.625rem;
    line-height: 1.125rem;
  }
  .cta ul li.tel {
    border-right: 1px solid rgba(29, 29, 31, 0.25);
  }
  .cta ul li.tel i {
    width: 37px;
    margin-bottom: 10px;
  }
  .cta ul li.tel em {
    font-size: 1.75rem;
    line-height: 2.625rem;
  }
  .cta ul li.tel small {
    font-size: 0.5625rem;
    line-height: 1.0125rem;
  }
  .cta ul li.mail i {
    width: 34px;
    margin: 6px auto 16px;
  }
  .cta ul li.mail .link {
    width: 150px;
    height: 40px;
    box-shadow: 5px 5px 6px 0px rgba(29, 29, 31, 0.15);
    margin-top: 14px;
  }
  .cta ul li.mail .link em {
    font-size: 0.6875rem;
    line-height: 0.6875rem;
  }
  .cta ul li.mail .link i {
    font-size: 0.625rem;
    line-height: 0.625rem;
    width: auto;
    margin: 0;
    right: 12px;
  }
  /* フッター */
  footer {
    padding: 30px 0 50px;
  }
  footer ul.serviceLink {
    align-items: center;
    margin: 0 auto 10px;
    flex-wrap: wrap;
  }
  footer ul.serviceLink li {
    margin: 0 10px 20px;
    line-height: 0;
  }
  footer ul.serviceLink li span {
    display: block;
  }
  footer ul.serviceLink li em {
    display: none;
    font-size: 0.6875rem;
    line-height: 1.2375rem;
  }
  footer ul.serviceLink li.navipano span {
    width: 116px;
  }
  footer ul.serviceLink li.quickpano span {
    width: 73px;
  }
  footer ul.serviceLink li.matterport span {
    width: 72px;
  }
  footer ul.serviceLink li.arhomestaging span {
    width: 130px;
  }
  footer ul.serviceLink li.photopro span {
    width: 115px;
  }
  footer ul.serviceLink li.active {
    opacity: 0.5;
  }
  footer #footer {
    width: 100%;
    padding: 25px 6% 56px;
    display: block;
    border-top: 1px solid rgba(248, 248, 248, 0.5);
  }
  footer #footer .comLogo {
    margin: 0 auto 20px;
  }
  footer #footer .comLogo em {
    width: 170px;
    margin: 0 auto 10px;
    position: relative;
    left: -0.5em;
  }
  footer #footer .comLogo span {
    display: block;
    font-size: 0.625rem;
    line-height: 1.25rem;
    text-align: center;
  }
  footer #footer .footerNav {
    width: 100%;
    display: block;
  }
  footer #footer .footerNav ul:not(:last-child) {
    margin-right: 0px;
  }
  footer #footer .footerNav ul li {
    font-size: 0.8125rem;
    line-height: 1.4625rem;
    display: block;
    border-bottom: 1px solid rgba(248, 248, 248, 0.25);
  }
  footer #footer .footerNav ul li a {
    padding: 10px 10px;
    display: block;
  }
  footer #footer .footerNav ul li ul li:last-child {
    border-bottom: none;
  }
  footer #footer .footerNav ul li ul li a {
    opacity: 0.6;
  }
  footer #footer .copyright {
    position: relative;
    bottom: auto;
    right: auto;
    font-size: 0.6875rem;
    line-height: 0.6875rem;
    margin: 50px auto 0;
    text-align: center;
  }
  /* page-top */
  #page-top {
    bottom: 64px;
    right: 6px;
    width: 40px;
    height: 40px;
    display: none;
  }
  #page-top a:after {
    top: calc(50% - 4px);
    width: 12px;
    height: 12px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
  }
  nav#grobalNav {
    width: auto !important;
  }
  .drawer-hamburger {
    width: 24px !important;
    padding: 10px 8px 18px !important;
    right: auto;
    top: 6px !important;
    left: 12px !important;
    position: absolute;
  }
  .drawer-toggle .drawer-hamburger-icon {
    height: 1px;
    background: #f8f8f8;
  }
  .drawer-toggle .drawer-hamburger-icon:before, .drawer-toggle .drawer-hamburger-icon::after {
    background: #f8f8f8;
    height: 1px;
  }
  .drawer-toggle .drawer-hamburger-icon::after {
    top: 8px !important;
  }
  .drawer-toggle .drawer-hamburger-icon::before {
    top: -8px !important;
  }
  .spFixedMenu {
    background: rgba(29, 29, 31, 0.9);
    position: fixed;
    bottom: 0;
    left: 0;
    padding: 10px 0%;
    width: 100%;
    display: flex !important;
    justify-content: center;
    align-items: center;
    height: 56px;
    z-index: 500;
    color: #f8f8f8;
  }
  .spFixedMenu a {
    display: block;
  }
  .spFixedMenu .tel {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    padding-right: 18px;
    margin-right: 18px;
  }
  .spFixedMenu .tel::before {
    content: "";
    width: 1px;
    height: 100%;
    background: rgba(248, 248, 248, 0.5);
    left: 100%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
  }
  .spFixedMenu .tel i {
    width: 20px;
    margin-right: 12px;
  }
  .spFixedMenu .tel em {
    font-size: 1.5625rem;
    line-height: 1.5625rem;
  }
  .spFixedMenu .tel small {
    font-size: 0.5625rem;
    line-height: 1.0125rem;
    margin-left: 10px;
  }
  .spFixedMenu .mail a {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .spFixedMenu .mail i {
    width: 22px;
    line-height: 1;
  }
  .spFixedMenu .mail small {
    font-size: 0.6875rem;
    line-height: 1.2375rem;
    margin-left: 10px;
  }
}
/* スマホドロワーメニュー */
@media screen and (max-width: 1149px) {
  .drawer-nav {
    height: calc(100vh - 0px) !important;
    padding: 20px 0 0;
    background: rgba(29, 29, 31, 0.98);
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .drawer-nav .home {
    width: 200px;
    margin: 0 auto 18px;
    order: 0;
  }
  .drawer-nav .home a {
    display: block;
  }
  .drawer-nav .serviceLink {
    display: block;
    width: 82%; /*margin: 0 auto 15px;*/
    margin: 0 auto 20px;
    order: 2;
  }
  .drawer-nav .serviceLink li {
    display: block;
    width: 100%;
    margin: 0 auto;
    padding: 12px 0 10px;
    border-bottom: 1px solid rgba(248, 248, 248, 0.5);
  }
  .drawer-nav .serviceLink li:first-child { /*border-top: 1px solid rgba($mainColor,.5);*/
    padding-top: 15px;
  }
  .drawer-nav .serviceLink li:last-child {
    border-bottom: none;
  }
  .drawer-nav .serviceLink li a {
    display: block;
  }
  .drawer-nav .serviceLink li span {
    display: block;
    line-height: 1;
    margin: auto;
  }
  .drawer-nav .serviceLink li em {
    font-size: 0.6875rem;
    line-height: 1.2375rem;
  }
  .drawer-nav .serviceLink li.navipano span {
    width: 196px;
    margin-bottom: 8px;
  }
  .drawer-nav .serviceLink li.quickpano span {
    width: 134px;
  }
  .drawer-nav .serviceLink li.matterport span {
    width: 142px;
  }
  .drawer-nav .serviceLink li.arhomestaging span {
    width: 235px;
  }
  .drawer-nav .serviceLink li.photopro span {
    width: 175px;
  }
  .drawer-nav .serviceLink li.active a {
    opacity: 0.5;
  }
  .drawer-nav ul.drawer-menu {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 82%; /*margin: 0 auto 30px;*/
    margin: 0 auto 15px;
    border-top: 1px solid rgba(248, 248, 248, 0.35);
    order: 1;
  }
  .drawer-nav ul.drawer-menu li {
    width: 50%;
    border-bottom: 1px solid rgba(248, 248, 248, 0.35);
    font-size: 0.75rem;
    line-height: 1.35rem;
    position: relative;
  }
  .drawer-nav ul.drawer-menu li:nth-of-type(1)::after, .drawer-nav ul.drawer-menu li:nth-of-type(3)::after, .drawer-nav ul.drawer-menu li:nth-of-type(5)::after {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
    left: 100%;
    width: 1px;
    height: 12px;
    background: rgba(248, 248, 248, 0.35);
  }
  .drawer-nav ul.drawer-menu li:nth-of-type(1) span {
    display: block;
    transform: scaleX(0.9);
  }
  .drawer-nav ul.drawer-menu li a {
    display: block;
    padding: 8px 0;
  }
  .drawer-nav .cta {
    width: 100%;
    padding: 15px 0 20px;
    order: 3;
    box-sizing: border-box;
    margin-top: auto;
  }
  .drawer-nav .cta .tit {
    margin: 0 auto 20px;
  }
  .drawer-nav .cta ul {
    width: 100%;
    margin: auto;
  }
  .drawer-nav .cta ul li a {
    color: #1d1d1f !important;
  }
  .drawer-open header {
    overflow: visible;
  }
  .drawer-open .drawer-hamburger-icon {
    background: transparent;
  }
  .drawer-open .drawer-hamburger-icon::before, .drawer-open .drawer-hamburger-icon::after {
    top: 0 !important;
  }
  .drawer-open .drawer-nav {
    top: 0px !important;
    overflow-y: auto !important;
  }
  .drawer-close .drawer-nav {
    transition: 0.25s;
    width: 100%;
    height: 100vh;
  }
  .megamenu {
    display: none;
  }
}
/* ----------------------------------------------------------------------------------------------------------------------------
                  PC～スマホ レスポンシブ調整 
------------------------------------------------------------------------------------------------------------------------------- */
@media screen and (min-width: 768px) and (max-width: 1149px) {
  /* メイン設定 */
  .inner {
    width: 90%;
  }
  #header {
    width: 96%;
    min-width: 96% !important;
    padding: 20px 0 !important;
  }
  #header h1, #header #h01 {
    order: 0;
    margin-left: 15px;
  }
  #header nav#grobalNav {
    order: 3;
  }
  #header .telHead {
    margin-right: 20px !important;
    order: 1;
  }
  #header .mailHead {
    margin-right: 10px !important;
    order: 2;
    width: auto !important;
  }
  #header .mailHead a {
    padding: 10px 15px !important;
    border-radius: 3px;
  }
  #header .mailHead a i {
    font-size: 1.0625rem;
    line-height: 1.0625rem;
    margin-right: 0 !important;
    letter-spacing: 0;
  }
  #header .mailHead a em {
    display: none;
  }
  .cmnLink {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 44px;
  }
  .cmnLink li:not(:last-child) {
    margin-right: 0px;
  }
  .cmnLink li a {
    padding: 11px 20px;
  }
  .cmnLink li a:hover, .cmnLink li a:hover img {
    opacity: 1;
  }
  .cmnLink li.potal {
    width: 210px;
  }
  .cmnLink li.navipano {
    width: 173px;
  }
  .cmnLink li.quickpano {
    width: 131px;
  }
  .cmnLink li.matterport {
    width: 137px;
  }
  .cmnLink li.arhomestaging {
    width: 200px;
  }
  .cmnLink li.photopro span {
    width: 175px;
  }
  .drawer-hamburger {
    width: 30px !important;
    padding: 12px 12px 22px !important;
    right: auto !important;
    top: auto !important;
    left: auto !important;
    position: relative;
  }
  .drawer-toggle .drawer-hamburger-icon {
    height: 1px;
    background: #f8f8f8;
  }
  .drawer-toggle .drawer-hamburger-icon:before, .drawer-toggle .drawer-hamburger-icon::after {
    background: #f8f8f8;
    height: 1px;
  }
  .drawer-toggle .drawer-hamburger-icon::after {
    top: 10px !important;
  }
  .drawer-toggle .drawer-hamburger-icon::before {
    top: -10px !important;
  }
  .drawer-nav {
    height: calc(100vh - 0px) !important;
    padding: 75px 0 0;
    background: rgba(29, 29, 31, 0.98);
    overflow-y: auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: flex-start;
  }
  .drawer-nav .home {
    width: 240px;
    width: 320px;
    margin: 0 auto 40px;
    display: block !important;
  }
  .drawer-nav .serviceLink {
    width: 90%;
    margin: 0 auto 50px;
    display: grid !important;
    grid-template-columns: 1fr 1fr 1fr;
  }
  .drawer-nav .serviceLink li {
    display: block; /*width: 33.333333%;*/
    margin: 0 10px;
    padding: 12px 0 10px;
    border-bottom: none;
    white-space: nowrap;
    /*&.navipano span{ width: 186px; margin-bottom: 8px;}
    &.quickpano span{ width: 124px;}
    &.matterport span{ width: 163px;}*/
  }
  .drawer-nav .serviceLink li:not(:last-child)::after {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
    left: 100%;
    width: 1px;
    height: 12px;
    background: rgba(248, 248, 248, 0.35);
  }
  .drawer-nav .serviceLink li:first-child {
    padding-top: 15px;
  }
  .drawer-nav .serviceLink li:last-child {
    border-bottom: none;
  }
  .drawer-nav .serviceLink li a {
    display: block;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
  }
  .drawer-nav .serviceLink li span {
    display: block;
    line-height: 1;
    margin: 0 auto;
  }
  .drawer-nav .serviceLink li em {
    font-size: 0.6875rem;
    line-height: 1.2375rem;
  }
  .drawer-nav .serviceLink li.navipano span {
    width: 157px;
  }
  .drawer-nav .serviceLink li.quickpano span {
    width: 100px;
    margin-top: -2px;
  }
  .drawer-nav .serviceLink li.matterport span {
    width: 100px;
  }
  .drawer-nav .serviceLink li.arhomestaging span {
    width: 172px;
  }
  .drawer-nav .serviceLink li.photopro span {
    width: 175px;
  }
  .drawer-nav .serviceLink li.active a {
    opacity: 0.5;
  }
  .drawer-nav ul.drawer-menu {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 82%;
    margin: 0 auto 40px;
  }
  .drawer-nav ul.drawer-menu li { /*width: 33.333333%;*/
    width: 50%;
    border-bottom: 1px solid rgba(248, 248, 248, 0.35);
    font-size: 0.875rem;
    line-height: 1.575rem;
    position: relative;
    /*&:nth-of-type(3)::after{ display: none;}*/
  }
  .drawer-nav ul.drawer-menu li:nth-of-type(1)::after, .drawer-nav ul.drawer-menu li:nth-of-type(3)::after {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
    left: 100%;
    width: 1px;
    height: 12px;
    background: rgba(248, 248, 248, 0.35);
  }
  .drawer-nav ul.drawer-menu li a {
    display: block;
    padding: 15px 0;
  }
  .drawer-nav .cta {
    width: 100%;
    padding: 15px 0 20px;
    order: 3;
    box-sizing: border-box;
  }
  .drawer-nav .cta .tit {
    margin: 0 auto 20px;
  }
  .drawer-nav .cta ul {
    width: 100%;
    margin: auto;
  }
  .drawer-nav .cta ul li a {
    color: #1d1d1f !important;
  }
  .drawer-open header {
    overflow: visible;
  }
  .drawer-open .drawer-hamburger-icon {
    background: transparent;
  }
  .drawer-open .drawer-hamburger-icon::before, .drawer-open .drawer-hamburger-icon::after {
    top: 0 !important;
  }
  .drawer-open .drawer-nav {
    top: 0px !important;
  }
  .drawer-close .drawer-nav {
    transition: 0.25s;
    width: 100%;
    height: 100vh;
  }
  .megamenu {
    display: none;
    /*ul{ @include flexWrap;
    li{ width: 33.3333% !important;}
    }*/
  }
  /* CTA */
  .cta {
    background: #f2f2f2;
    padding: 30px 0 30px;
    width: 100%;
    margin-top: auto;
    display: block !important;
  }
  .cta .tit {
    font-size: 1.125rem;
    line-height: 1.8rem;
    margin: 0 auto 20px;
    font-weight: 700;
  }
  .cta ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
    margin: auto;
  }
  .cta ul li {
    width: 50%;
  }
  .cta ul li a {
    color: #1d1d1f !important;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .cta ul li .t {
    font-size: 14px !important;
    font-weight: 600;
    padding: 0;
    border: 0;
  }
  .cta ul li.tel {
    border-right: 1px solid rgba(29, 29, 31, 0.25);
  }
  .cta ul li.tel a:hover {
    opacity: 1;
  }
  .cta ul li.tel a:hover img {
    opacity: 1;
  }
  .cta ul li.tel i {
    width: 52px;
    margin-bottom: 14px;
  }
  .cta ul li.tel em {
    font-size: 2.5rem;
    line-height: 3.75rem;
  }
  .cta ul li.tel small {
    font-size: 0.8125rem;
    line-height: 1.4625rem;
    letter-spacing: 0;
  }
  .cta ul li.tel small br {
    display: none;
  }
  .cta ul li.mail i {
    width: 48px;
    margin: 8px auto 22px;
  }
  .cta ul li.mail .link {
    background: #f2f2f2;
    width: 210px;
    height: 56px;
    background: #fff;
    box-shadow: 10px 10px 10px 0px rgba(29, 29, 31, 0.15);
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    margin-top: 14px;
    box-shadow: 8px 8px 8px 0px rgba(29, 29, 31, 0.15);
    position: relative;
  }
  .cta ul li.mail .link em {
    font-size: 1rem;
    line-height: 1rem;
    font-weight: 600;
  }
  .cta ul li.mail .link i {
    width: auto;
    font-size: 0.625rem;
    line-height: 0.625rem;
    margin: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
    right: 12px;
  }
  .cta ul li.mail .link::before {
    content: "";
    position: absolute;
    top: 22px;
    right: 16px;
    width: 10px;
    height: 10px;
    border-top: 2px solid rgb(0, 0, 0);
    border-right: 2px solid rgb(0, 0, 0);
    transform: rotate(45deg);
  }
  /* フッター */
  footer {
    padding: 40px 0;
  }
  footer ul.serviceLink {
    margin: 0 auto 40px;
  }
  footer ul.serviceLink li {
    margin: 0 15px;
    white-space: nowrap;
  }
  footer ul.serviceLink li.navipano span {
    width: 176px;
  }
  footer ul.serviceLink li.quickpano span {
    width: 114px;
    margin-bottom: 4px;
  }
  footer ul.serviceLink li.matterport span {
    width: 118px;
  }
  footer ul.serviceLink li.arhomestaging span {
    width: 196px;
  }
  footer ul.serviceLink li.photopro span {
    width: 175px;
  }
  footer #footer {
    width: 90%;
    padding: 40px 0 40px;
  }
  footer #footer .comLogo {
    width: 100%;
    text-align: center;
    margin: 0 auto 40px;
  }
  footer #footer .comLogo em {
    width: 200px;
    margin: 0 auto 10px;
  }
  footer #footer .footerNav {
    width: 100%;
  }
  footer #footer .footerNav ul:not(:last-child) {
    margin-right: 60px;
  }
  footer #footer .footerNav ul li {
    display: block;
  }
  footer #footer .footerNav ul li a {
    padding: 3px 10px;
    display: block;
  }
  footer #footer .footerNav ul li ul li a {
    opacity: 0.6;
  }
  footer #footer .copyright {
    position: absolute;
    bottom: 0;
    right: 0;
    font-family: "Roboto", sans-serif;
    font-size: 0.75rem;
    line-height: 0.75rem;
  }
  .spFixedMenu {
    display: none;
  }
}
/* --------------------------------------------------------
style

-------------------------------------------------------- */
/* 下層共通
---------------------------------------------------------*/
.title {
  display: flex;
  flex-direction: column;
  margin-bottom: 10px;
}
.title i {
  width: 160px;
  margin: 0 auto 10px; /*opacity: 0.8;*/
  display: none;
}
.title em {
  font-size: 2.375rem;
  line-height: 4.275rem;
  font-weight: 700;
  letter-spacing: 0;
}
.title + .read {
  font-size: 1rem;
  line-height: 1.8rem;
  display: block;
  margin-bottom: 40px;
}

.en {
  font-family: "Barlow Condensed", sans-serif;
}

.fukidashiLine {
  position: relative;
}
.fukidashiLine::before, .fukidashiLine::after {
  content: "";
  height: 1px;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 10;
  top: 100%;
}
.fukidashiLine::before {
  width: 100%;
  background: #424243;
}
.fukidashiLine::after {
  width: 22px;
  background: #f2f2f2;
}
.fukidashiLine em {
  position: relative;
  padding-bottom: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.fukidashiLine em::after {
  content: "";
  width: 22px;
  height: 1px;
  position: absolute;
  z-index: 20;
  transform: rotate(55deg);
  top: calc(100% + 9px);
  left: calc(50% - 15px);
  background: #424243;
}

/* -------------------------------
スマホのみの設定
------------------------------- */
@media only screen and (max-width: 767px) {
  .title i {
    width: 125px;
    margin: 0 auto 5px;
  }
  .title em {
    font-size: 1.375rem;
    line-height: 2.0625rem;
  }
  .title + .read {
    font-size: 0.8125rem;
    line-height: 1.4625rem;
    margin-bottom: 20px;
  }
  .fukidashiLine::after {
    width: 16px;
  }
  .fukidashiLine em {
    padding-bottom: 5px;
  }
  .fukidashiLine em::after {
    width: 16px;
    height: 1px;
    top: calc(100% + 7px);
    left: calc(50% - 11px);
  }
}
/* ---------------------------------------------------------------------------------------------------------------------------- 
PC～スマホ レスポンシブ調整 
------------------------------------------------------------------------------------------------------------------------------- */
@media screen and (min-width: 768px) and (max-width: 1149px) {
  .title i {
    width: 140px;
    margin: 0 auto 8px;
  }
  .title em {
    font-size: 1.75rem;
    line-height: 2.625rem;
  }
}
/* flow
---------------------------------------------------------*/
#flow {
  background: #fff;
  padding: 50px 0 100px;
  /* -------------------------------
  スマホのみの設定
  ------------------------------- */
  /* ---------------------------------------------------------------------------------------------------------------------------- 
  PC～スマホ レスポンシブ調整 
  ------------------------------------------------------------------------------------------------------------------------------- */
  /* -------------------------------
  タブレットのみの設定
  ------------------------------- */
}
#flow ul.flowList {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 0 auto 60px;
}
#flow ul.flowList li {
  width: calc(33.3333333333% - 30px);
  position: relative;
}
#flow ul.flowList li:not(:last-child)::after {
  content: "\f054";
  font-family: "Font Awesome 5 Pro";
  position: absolute;
  top: 95px;
  left: calc(100% + 15px);
  color: #4472c4;
  font-size: 2rem;
  line-height: 3.6rem;
}
#flow ul.flowList li .read {
  font-size: 1.125rem;
  line-height: 2.025rem;
  margin-top: 15px;
}
#flow .movieWrap {
  width: 640px;
  margin: 0 auto;
}
#flow .movieWrap .ttl {
  margin-bottom: 35px;
}
#flow .movieWrap .ttl em {
  font-size: 1.5rem;
  line-height: 2.7rem;
  font-weight: 600;
  letter-spacing: 0;
}
#flow .movieWrap .movieList {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 56.25%;
}
#flow .movieWrap .movieList video {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  right: 0;
  margin: auto;
  z-index: 10;
  width: 100%;
  height: 100%;
}

@media only screen and (max-width: 767px) {
  #flow {
    padding: 30px 0 60px;
    /* -------------------------------
    スマホ横向きのみの設定
    ------------------------------- */
  }
  #flow ul.flowList {
    margin: 0 auto 40px;
    padding: 0 10%;
  }
  #flow ul.flowList li {
    width: 100%;
  }
  #flow ul.flowList li:not(:last-child)::after {
    position: relative;
    top: auto;
    left: auto;
    bottom: auto;
    right: auto;
    transform: none;
    font-size: 2.25rem;
    line-height: 3.375rem;
    content: "\f078";
    display: block;
  }
  #flow ul.flowList li .read {
    font-size: 0.875rem;
    line-height: 1.575rem;
    margin-top: 10px;
  }
  #flow .movieWrap {
    width: 90%;
    margin: 0 auto;
  }
  #flow .movieWrap .ttl {
    margin-bottom: 22px;
  }
  #flow .movieWrap .ttl em {
    font-size: 1.125rem;
    line-height: 1.6875rem;
  }
}
@media screen and (min-width: 600px) and (max-width: 959px) {
  #flow ul.flowList li {
    width: calc(33.3333333333% - 20px);
  }
  #flow ul.flowList li:not(:last-child)::after {
    top: 21%;
    left: 104%;
    font-size: 1.75rem;
    line-height: 3.15rem;
  }
  #flow ul.flowList li .read {
    font-size: 1rem;
    line-height: 1.6rem;
  }
  #flow .movieWrap {
    width: 90%;
  }
}
/* exsample
---------------------------------------------------------*/
#exsample {
  background: #f2f2f2;
  padding: 50px 0 60px;
  /* -------------------------------
  スマホのみの設定
  ------------------------------- */
  /* ---------------------------------------------------------------------------------------------------------------------------- 
  PC～スマホ レスポンシブ調整 
  ------------------------------------------------------------------------------------------------------------------------------- */
  /* -------------------------------
  タブレットのみの設定
  ------------------------------- */
}
#exsample .before_after {
  position: relative;
}
#exsample .before_after .before {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  width: 23%;
  left: -15px;
}
#exsample .before_after .before::after {
  content: "\f054";
  font-family: "Font Awesome 5 Pro";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  left: calc(100% + 42px);
  color: #4472c4;
  font-size: 2.5rem;
  line-height: 4.5rem;
}
#exsample .before_after .before .tit {
  font-size: 1.5rem;
  line-height: 2.7rem;
  font-weight: 600;
  letter-spacing: 0;
  background: #fff;
  color: #4472c4;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 10;
  bottom: calc(100% + 20px);
  width: 130px;
  height: 130px;
}
#exsample .before_after .before .tit::after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 14px 7px 0 7px;
  border-color: #fff transparent transparent transparent;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 10;
  top: calc(100% - 1px);
}
#exsample .before_after .after {
  width: 39%;
  margin: auto;
}
#exsample .before_after .after ul.phSet {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  position: relative;
}
#exsample .before_after .after ul.phSet::after {
  content: "";
  background: url("../img/example04.png") no-repeat;
  background-size: cover;
  width: 90px;
  height: 90px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  right: 0;
  margin: auto;
  z-index: 10;
}
#exsample .before_after .after ul.phSet li.ph:not(:last-child) {
  margin-bottom: 60px;
}
#exsample .outro {
  margin-top: 30px;
}
#exsample .outro .tit {
  font-size: 2.375rem;
  line-height: 4.275rem;
  font-weight: 700;
  letter-spacing: 0;
  margin-bottom: 10px;
}
#exsample .outro .read {
  font-size: 1.3125rem;
  line-height: 2.3625rem;
  font-weight: 600;
}

@media only screen and (max-width: 767px) {
  #exsample {
    padding: 30px 0 40px;
    /* -------------------------------
    スマホ横向きのみの設定
    ------------------------------- */
  }
  #exsample .before_after {
    padding: 0 5%;
  }
  #exsample .before_after .before {
    position: relative;
    top: auto;
    left: auto;
    bottom: auto;
    right: auto;
    transform: none;
    width: 86%;
    margin: 0 auto;
  }
  #exsample .before_after .before::after {
    position: relative;
    top: auto;
    left: auto;
    bottom: auto;
    right: auto;
    transform: none;
    font-size: 2.5rem;
    line-height: 3.75rem;
    content: "\f078";
    display: block;
  }
  #exsample .before_after .before .tit {
    font-size: 1.25rem;
    line-height: 2.25rem;
    position: relative;
    top: auto;
    left: auto;
    bottom: auto;
    right: auto;
    transform: none;
    width: 100px;
    height: 100px;
    margin: 0 auto 20px;
  }
  #exsample .before_after .before .tit::after {
    border-width: 14px 7px 0 7px;
  }
  #exsample .before_after .after {
    width: 100%;
    margin: auto;
  }
  #exsample .before_after .after ul.phSet::after {
    width: 70px;
    height: 70px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    right: 0;
    margin: auto;
    z-index: 10;
  }
  #exsample .before_after .after ul.phSet li.ph:not(:last-child) {
    margin-bottom: 30px;
  }
  #exsample .outro {
    margin-top: 20px;
  }
  #exsample .outro .tit {
    font-size: 1.25rem;
    line-height: 2.25rem;
    margin-bottom: 5px;
  }
  #exsample .outro .read {
    font-size: 0.9375rem;
    line-height: 1.6875rem;
    font-weight: 500;
  }
}
@media screen and (min-width: 600px) and (max-width: 959px) {
  #exsample .before_after .before {
    left: 0px;
  }
  #exsample .before_after .before::after {
    left: 110%;
    font-size: 2rem;
    line-height: 3.6rem;
  }
  #exsample .before_after .before .tit {
    font-size: 1.25rem;
    line-height: 2.25rem;
    bottom: calc(100% + 20px);
    width: 120px;
    height: 120px;
  }
  #exsample .before_after .after {
    width: 40%;
  }
  #exsample .before_after .after ul.phSet::after {
    width: 80px;
    height: 80px;
  }
  #exsample .before_after .after ul.phSet li.ph:not(:last-child) {
    margin-bottom: 50px;
  }
  #exsample .outro .tit {
    font-size: 1.75rem;
    line-height: 3.15rem;
  }
  #exsample .outro .read {
    font-size: 1.125rem;
    line-height: 2.025rem;
  }
}
/* merit
---------------------------------------------------------*/
#merit {
  background: #fff;
  padding: 50px 0 80px;
  /* -------------------------------
  スマホのみの設定
  ------------------------------- */
  /* ---------------------------------------------------------------------------------------------------------------------------- 
  PC～スマホ レスポンシブ調整 
  ------------------------------------------------------------------------------------------------------------------------------- */
  /* -------------------------------
  タブレットのみの設定
  ------------------------------- */
}
#merit ul.meritList {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 0 50px;
  margin: 0 auto 50px;
}
#merit ul.meritList li.list {
  width: calc(33.3333333333% - 40px);
}
#merit ul.meritList li.list i {
  width: 150px;
  height: 150px;
  background: #4472c4;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  margin: 0 auto 40px;
  border-radius: 50%;
  padding: 5px;
}
#merit ul.meritList li.list i::after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 15px 8px 0 8px;
  border-color: #4472c4 transparent transparent transparent;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 10;
  top: calc(100% - 1px);
}
#merit ul.meritList li.list .tit {
  margin-bottom: 10px;
}
#merit ul.meritList li.list .tit em {
  font-size: 1.625rem;
  line-height: 2.925rem;
  letter-spacing: 0;
  font-weight: 600;
  color: #4472c4;
}
#merit ul.meritList li.list .read {
  font-size: 0.9375rem;
  line-height: 1.6875rem;
  text-align: left;
}
#merit .btn {
  width: 420px;
  height: 62px;
  margin: 0 auto;
  filter: drop-shadow(3px 3px 6px rgba(0, 0, 0, 0.25));
}
#merit .btn a {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #1d1d1f;
  color: #fff;
  width: 100%;
  height: 100%;
}
#merit .btn i {
  width: 27px;
  line-height: 1;
  margin-right: 18px;
}
#merit .btn em {
  font-size: 1.125rem;
  line-height: 1.125rem;
  letter-spacing: 0.1em;
}

@media only screen and (max-width: 767px) {
  #merit {
    padding: 30px 0 40px;
    /* -------------------------------
    スマホ横向きのみの設定
    ------------------------------- */
  }
  #merit ul.meritList {
    padding: 0 10%;
    margin: 0 auto 30px;
  }
  #merit ul.meritList li.list {
    width: 100%;
  }
  #merit ul.meritList li.list:not(:last-child) {
    margin-bottom: 25px;
  }
  #merit ul.meritList li.list i {
    width: 140px;
    height: 140px;
    margin: 0 auto 15px;
    padding: 5px;
  }
  #merit ul.meritList li.list i::after {
    border-width: 15px 8px 0 8px;
  }
  #merit ul.meritList li.list .tit {
    margin-bottom: 8px;
  }
  #merit ul.meritList li.list .tit em {
    font-size: 1.375rem;
    line-height: 2.475rem;
  }
  #merit ul.meritList li.list .read {
    font-size: 0.8125rem;
    line-height: 1.4625rem;
  }
  #merit .btn {
    width: 300px;
    height: 45px;
    filter: drop-shadow(2px 2px 4px rgba(0, 0, 0, 0.25));
  }
  #merit .btn i {
    width: 20px;
    margin-right: 10px;
  }
  #merit .btn em {
    font-size: 0.9375rem;
    line-height: 0.9375rem;
  }
}
@media screen and (min-width: 600px) and (max-width: 959px) {
  #merit ul.meritList {
    padding: 0 0px;
  }
  #merit ul.meritList li.list {
    width: calc(33.3333333333% - 15px);
  }
  #merit ul.meritList li.list i {
    width: 140px;
    height: 140px;
    margin: 0 auto 30px;
  }
  #merit ul.meritList li.list .tit em {
    font-size: 1.125rem;
    line-height: 1.6875rem;
  }
  #merit ul.meritList li.list .read {
    font-size: 0.9375rem;
    line-height: 1.6875rem;
  }
}
/* about
---------------------------------------------------------*/
#about {
  background: #f2f2f2;
  padding: 50px 0 80px;
  /* -------------------------------
  スマホのみの設定
  ------------------------------- */
  /* ---------------------------------------------------------------------------------------------------------------------------- 
  PC～スマホ レスポンシブ調整 
  ------------------------------------------------------------------------------------------------------------------------------- */
  /* -------------------------------
  タブレットのみの設定
  ------------------------------- */
}
#about .read small {
  font-size: 0.8125rem;
  line-height: 1.4625rem;
  display: block;
  margin-top: 10px;
}
#about .read small a {
  color: #424243;
  text-decoration: underline;
}
#about ul.before_after {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: flex-end;
  padding-top: 10px;
}
#about ul.before_after li {
  width: 47.5%;
  position: relative;
}
#about ul.before_after li:not(:last-child)::after {
  content: "\f054";
  font-family: "Font Awesome 5 Pro";
  position: absolute;
  left: calc(100% + 23px);
  top: 205px;
  color: #4472c4;
  font-size: 2.5rem;
  line-height: 4.5rem;
}
#about ul.before_after li .ttl {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 35px;
}
#about ul.before_after li .ttl em {
  font-weight: 600;
  letter-spacing: 0;
}
#about ul.before_after li.before .ttl em {
  font-size: 1.5rem;
  line-height: 2.7rem;
}
#about ul.before_after li.after .ttl::before {
  background: #4472c4;
}
#about ul.before_after li.after .ttl em {
  font-size: 1.75rem;
  line-height: 3.15rem;
  color: #4472c4;
}
#about ul.before_after li.after .ttl em::after {
  background: #4472c4;
}

@media only screen and (max-width: 767px) {
  #about {
    padding: 30px 0 40px;
    /* -------------------------------
    スマホ横向きのみの設定
    ------------------------------- */
  }
  #about .read small {
    font-size: 0.75rem;
    line-height: 1.35rem;
    margin-top: 5px;
  }
  #about ul.before_after {
    align-items: flex-end;
    padding: 0px 5%;
  }
  #about ul.before_after li {
    width: 100%;
  }
  #about ul.before_after li:not(:last-child)::after {
    position: relative;
    top: auto;
    left: auto;
    bottom: auto;
    right: auto;
    transform: none;
    font-size: 2.5rem;
    line-height: 3.75rem;
    content: "\f078";
    display: block;
    margin-top: 5px;
  }
  #about ul.before_after li .ttl {
    margin-bottom: 22px;
  }
  #about ul.before_after li.before .ttl em {
    font-size: 1.125rem;
    line-height: 2.025rem;
  }
  #about ul.before_after li.after .ttl em {
    font-size: 1.3125rem;
    line-height: 1.8375rem;
    padding-bottom: 7px;
  }
}
@media screen and (min-width: 600px) and (max-width: 959px) {
  #about ul.before_after li:not(:last-child)::after {
    left: 102.5%;
    top: 50%;
    font-size: 2.25rem;
    line-height: 4.05rem;
  }
  #about ul.before_after li.before .ttl em {
    font-size: 1rem;
    line-height: 1.8rem;
  }
  #about ul.before_after li.after .ttl em {
    font-size: 1.1875rem;
    line-height: 1.6625rem;
    padding-bottom: 7px;
  }
}
/* mainImg
---------------------------------------------------------*/
#home {
  /* -------------------------------
  スマホのみの設定
  ------------------------------- */
  /* ---------------------------------------------------------------------------------------------------------------------------- 
  PC～スマホ レスポンシブ調整 
  ------------------------------------------------------------------------------------------------------------------------------- */
  /* -------------------------------
  タブレットのみの設定（init.js内UA判別）
  ------------------------------- */
}
#home #mainImg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
}
#home #mainImg .catchCopy {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  right: 0;
  margin: auto;
  z-index: 10;
  font-size: 2.625rem;
  line-height: 3.675rem;
  font-weight: 700;
  color: #f8f8f8;
  filter: drop-shadow(0px 0px 3px rgba(0, 0, 0, 0.25));
  background: #1d1d1f;
  width: 100%;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
#home #mainImg .catchCopy span {
  font-size: 50%;
}
#home #mainImg .scroll {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 10;
  bottom: 0;
}
#home #mainImg .scroll em {
  font-size: 0.8125rem;
  line-height: 1.4625rem;
  display: block;
}
#home #mainImg .scroll span {
  height: 50px;
  overflow: hidden;
  display: block;
  position: relative;
  margin-top: 6px;
}
#home #mainImg .scroll span::after {
  content: "";
  width: 1px;
  background: rgba(255, 255, 255, 0.9);
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  bottom: 0px;
  animation: 2.5s arrow infinite ease;
}
#home .bg-video-wrap {
  position: fixed;
  top: 0;
  left: 0;
  overflow: hidden;
  width: 100%;
  height: 100vh;
  background: url(./img/movie.png) no-repeat center center/cover;
  z-index: -2;
}
#home .bg-video-wrap::before {
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 11;
}
#home .bg-video-wrap video {
  min-width: 100%;
  min-height: 100vh;
  z-index: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  right: 0;
  margin: auto;
  z-index: 10;
}
#home .swiper-containerTop {
  display: none;
}
#home.tablet main {
  padding-top: calc(56.25% + 44px);
}
#home.tablet .bg-video-wrap {
  height: 0;
  padding-top: 56.25%;
  top: 44px;
}
#home.tablet .bg-video-wrap video {
  width: 100%;
  min-height: 100%;
}
#home.tablet #mainImg {
  height: 0;
  padding-top: 56.25%;
  top: 44px;
}
#home.tablet #mainImg .catchCopy {
  font-size: 4vw;
  line-height: 1.6;
  max-height: 100%;
}
#home.tablet #mainImg .catchCopy span {
  margin-top: 10px;
}

@keyframes arrow {
  0% {
    height: 80px;
    bottom: 100%;
  }
  50% {
    height: 80px;
    bottom: 0px;
  }
  100% {
    height: 0;
    bottom: 0px;
  }
}
@media only screen and (max-width: 767px) {
  #home { /*.bg-video-wrap{ display: none;
video{ display: none !important;}
}*/
    /* -------------------------------
    スマホ横向きのみの設定
    ------------------------------- */
  }
  #home #mainImg {
    width: 100%;
    /*height: calc(100vh - 173px);*/
    height: calc(100vh - 56px);
    overflow: hidden;
    /*background: $subColor;*/
  }
  #home #mainImg .catchCopy {
    font-size: 1.5rem;
    line-height: 2.1rem;
    filter: drop-shadow(0px 0px 3px rgba(0, 0, 0, 0.25));
    /*width: 100%; height: 100%; background: none !important;*/
    /*top: auto !important; transform: none !important; height: auto !important; bottom: 120px;*/
  }
  #home #mainImg .catchCopy span {
    font-size: 1rem;
    line-height: 1.8rem;
    margin-top: 10px;
  }
  #home #mainImg .scroll em {
    font-size: 0.75rem;
    line-height: 1.35rem;
  }
  #home #mainImg .scroll span {
    height: 50px;
    overflow: hidden;
    display: block;
    position: relative;
    margin-top: 6px;
  }
  #home #mainImg .scroll span::after {
    content: "";
    width: 1px;
    background: rgba(255, 255, 255, 0.9);
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    bottom: 0px;
    animation: 2.5s arrow infinite ease;
  }
  #home .mainImgSp .portrait {
    display: block;
  }
  #home .mainImgSp .lasdscape {
    display: none;
  }
  #home .mainImgSp img {
    opacity: 0.6;
  }
  #home .swiper-containerTop {
    overflow: hidden;
    width: 100%;
    height: 100%;
    display: block;
  }
  #home .swiper-containerTop ul {
    height: 100%;
  }
  #home .swiper-containerTop ul li {
    overflow: hidden;
    background: #1d1d1f;
    line-height: 0;
    height: 100%;
  }
  #home .swiper-containerTop ul li a {
    display: block;
    position: relative;
    height: 100%;
  }
  #home .swiper-containerTop ul li .text {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 10;
    height: auto;
    bottom: 100px;
  }
  #home .swiper-containerTop ul li .title {
    align-items: center;
    margin: 0 auto 10px;
  }
  #home .swiper-containerTop ul li .title i {
    opacity: 1;
    width: 160px;
    margin-bottom: 10px;
    display: none;
  }
  #home .swiper-containerTop ul li .title em {
    line-height: 0;
    margin: 0 auto 10px;
  }
  #home .swiper-containerTop ul li .title span {
    font-size: 0.875rem;
    line-height: 1.575rem;
    font-weight: 600;
  }
  #home .swiper-containerTop ul li .read {
    font-size: 1.375rem;
    line-height: 2.2rem;
    letter-spacing: 0;
    font-weight: 700;
    margin: 0 auto 10px;
  }
  #home .swiper-containerTop ul li .link {
    display: none;
  }
  #home .swiper-containerTop ul li .link em {
    font-size: 0.75rem;
    line-height: 1.35rem;
  }
  #home .swiper-containerTop ul li .link i {
    margin-left: 8px;
  }
  #home .swiper-containerTop ul li .ph {
    transform: scale(1.01);
    height: 0;
    padding-top: calc(100vh - 56px);
    position: relative;
    opacity: 0.8;
  }
  #home .swiper-containerTop ul li .ph img {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    right: 0;
    margin: auto;
    z-index: 10;
    width: 101% !important;
    height: 101% !important;
  }
  #home .bg-video-wrap {
    width: 100%;
    height: 0;
    padding-top: 100vh;
  }
  #home .bg-video-wrap video {
    width: 100%;
    height: 100%;
    min-width: 100%;
    min-height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
@media only screen and (max-width: 767px) and (orientation: landscape) {
  #home #mainImg .catchCopy {
    bottom: 100px;
  }
  #home #mainImg br.sp {
    display: none !important;
  }
  #home .mainImgSp .portrait {
    display: none;
  }
  #home .mainImgSp .lasdscape {
    display: block;
  }
}
@media screen and (min-width: 768px) and (max-width: 1149px) {
  #home main {
    padding-top: calc(56.25% + 44px);
  }
  #home .bg-video-wrap {
    height: 0;
    padding-top: 56.25%;
    top: 44px;
  }
  #home .bg-video-wrap video {
    width: 100%;
    min-height: 100%;
  }
  #home #mainImg {
    height: 0;
    padding-top: 56.25%;
    top: 44px;
  }
  #home #mainImg .catchCopy {
    font-size: 4vw;
    line-height: 1.6;
    max-height: 100%;
  }
  #home #mainImg .catchCopy span {
    margin-top: 10px;
  }
}/*# sourceMappingURL=common.css.map */