@font-face {
  font-family: 'MyYuGothicM';
  font-weight: normal;
  src: local('YuGothic-Medium'), local('Yu Gothic Medium'), local('YuGothic-Regular');
}

@font-face {
  font-family: 'MyYuGothicM';
  font-weight: bold;
  src: local('YuGothic-Bold'), local('Yu Gothic');
}

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

before, after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

html {
  -webkit-tap-highlight-color: transparent;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body {
  line-height: 1;
  font-size: 62.5%;
  -webkit-font-feature-settings: 'palt' 1;
  font-feature-settings: 'palt' 1;
  text-rendering: optimizeLegibility;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: scrollbar;
  font-family: MyYuGothicM, 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, sans-serif;
}

body, p, table, blockquote, address, pre, iframe, form, figure, dl {
  margin: 0;
}

main, section, details {
  display: block;
}

h1, h2, h3, h4, h5, h6 {
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  margin: 0;
}

ul, ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

dt {
  font-weight: bold;
}

dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
  overflow: visible;
  border: 0;
  border-top: 1px solid;
  margin: 0;
  clear: both;
}

pre {
  font-family: monospace, monospace;
  font-size: inherit;
  white-space: pre-wrap;
}

address {
  font-style: inherit;
}

a {
  background-color: transparent;
  text-decoration: none;
  outline: none;
  color: inherit;
  -webkit-text-decoration-skip: objects;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
}

rt {
  font-size: 50%;
  text-align: start;
  line-height: normal;
  -webkit-text-emphasis: none;
  text-emphasis: none;
}

b, strong {
  font-weight: bolder;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -.25em;
}

sup {
  top: -.5em;
}

img {
  border-style: none;
  vertical-align: bottom;
}

embed, object, iframe {
  border: 0;
  vertical-align: bottom;
}

summary {
  display: list-item;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption {
  text-align: left;
}

td, th {
  vertical-align: top;
}

th {
  text-align: left;
  font-weight: bold;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

.pc-br {
  display: none;
}

footer {
  margin-top: 80px;
  height: 100px;
  background-color: #000;
}

.footer-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 0 auto;
  width: 100%;
  max-width: 1000px;
}

.footer-link {
  padding-top: 30px;
  width: 30%;
  line-height: 1.6;
  font-size: 10px;
}

.footer-link >a {
  display: block;
  width: 150px;
  color: #fff;
  background: url('/svcsol/campaign/images/mobile_202104/footer-arrow.svg') right center no-repeat;
  border-bottom: dotted 1px;
  border-bottom-color: #000;
  -webkit-transition: border-bottom-color .4s ease;
  transition: border-bottom-color .4s ease;
}

.footer-link >a:hover {
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
}

.footer-logo {
  width: 30%;
}

.footer-iij {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 auto;
  width: 110px;
  height: 100px;
}

.footer-iij >img {
  width: 100%;
}

.footer-copy {
  padding-top: 50px;
  width: 30%;
  text-align: right;
  color: #fff;
  line-height: 1.6;
  font-size: 10px;
}

.trial {
  position: fixed;
  z-index: 11;
  right: -160px;
  top: calc(50% - 80px);
  background-color: #c52c40;
  -webkit-transition: background-color .3s ease;
  transition: background-color .3s ease;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  -webkit-transition: right .4s ease .8s;
  transition: right .4s ease .8s;
}

.trial:hover {
  background-color: #e62640;
}

.trial.is-open {
  right: 0;
}

.trial-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 159px;
  height: 135px;
}

.trial-text {
  pointer-events: none;
}

.trial-arrow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 159px;
  height: 34px;
  background-color: #000;
  border-bottom-left-radius: 5px;
}

.trial-arrow >img {
  pointer-events: none;
}

.pagetop {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: fixed;
  z-index: 10;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 60px;
  height: 60px;
  right: 30px;
  bottom: -100px;
  background-color: #c52c40;
  border-radius: 30px;
  -webkit-transition: background-color .3s ease, bottom .4s ease;
  transition: background-color .3s ease, bottom .4s ease;
}

.pagetop >img {
  width: 24px;
  height: auto;
  pointer-events: none;
}

.pagetop:hover {
  background-color: #e62640;
}

.pagetop.is-view {
  bottom: 20px;
}

.overlay {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: fixed;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  z-index: -1;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: rgba(255, 255, 255, .9);
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity .5s ease;
  transition: opacity .5s ease;
  pointer-events: none;
}

.overlay.is-open {
  z-index: 100;
  visibility: visible;
  opacity: 1;
  pointer-events: inherit;
}

.movie-container {
  position: relative;
  width: 854px;
  height: 480px;
  background-color: #333;
  opacity: 0;
  -webkit-transition: opacity .8s ease .2s;
  transition: opacity .8s ease .2s;
}

.movie-container.is-play {
  opacity: 1;
}

.movie-closer {
  position: absolute;
  right: 0;
  top: -50px;
  -webkit-transition: opacity .2s ease;
  transition: opacity .2s ease;
}

.movie-closer >img {
  pointer-events: none;
}

.movie-closer:hover {
  opacity: .6;
}

.movie-frame {
  width: 100%;
  height: 480px;
  border: solid 1px #999;
}

header {
  width: 100%;
}

.logo {
  position: absolute;
  left: 0;
  top: 0;
}

.logo-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 140px;
  height: 100px;
  background-color: #000;
  -webkit-box-shadow: 10px 10px 10px rgba(0, 0, 0, .1);
  box-shadow: 10px 10px 10px rgba(0, 0, 0, .1);
}

.logo-link >img {
  width: 78.5%;
  height: auto;
}

.guide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  margin: 0 auto;
  padding-right: 50px;
  padding-top: 20px;
  width: 1000px;
}

.window {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-right: 20px;
  padding: 0 44px;
  height: 60px;
  color: #666;
  letter-spacing: .05em;
  font-weight: bold;
  background-color: #fff;
  border-radius: 30px;
  -webkit-box-shadow: 10px 10px 10px rgba(0, 0, 0, .1);
  box-shadow: 10px 10px 10px rgba(0, 0, 0, .1);
}

.window-tel-title, .window-tel-number, .window-center-title, .window-center-business {
  display: inline-block;
}

.window-tel-title, .window-center-title {
  width: 176px;
}

.window-tel-title {
  font-size: 16px;
}

.window-tel-number {
  font-size: 26px;
}

.window-tel-number >span {
  font-size: 16px;
}

.window-center-title, .window-center-business {
  padding-top: 4px;
  font-size: 12px;
}

.estimates {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 257px;
  height: 60px;
  letter-spacing: .05em;
  font-size: 16px;
  font-weight: bold;
  background-color: #fff;
  border-radius: 30px;
  -webkit-box-shadow: 10px 10px 10px rgba(0, 0, 0, .1);
  box-shadow: 10px 10px 10px rgba(0, 0, 0, .1);
}

.estimates >p {
  color: #d7083b;
  -webkit-transition: color .4s ease;
  transition: color .4s ease;
}

.estimates:hover {
  text-decoration: none;
}

.estimates:hover >p {
  color: #ff2a47;
}

body {
  height: 100%;
  background: -webkit-gradient(linear, left top, right top, from(#fff), to(#dbe7ed));
  background: linear-gradient(90deg, #fff 0%, #dbe7ed 100%);
}

.hero {
  position: relative;
  margin-top: 20px;
  overflow: hidden;
  width: 100%;
  min-width: 1100px;
}

.hero-image {
  position: relative;
  z-index: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}

nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  z-index: 1;
  margin: -50px auto 0;
  width: 1000px;
  height: 70px;
  background-color: #fff;
  border-radius: 35px;
  -webkit-box-shadow: 10px 10px 10px rgba(0, 0, 0, .1);
  box-shadow: 10px 10px 10px rgba(0, 0, 0, .1);
}

.nav-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.nav-item {
  padding: 0 46px;
  border-right: solid 1px #ccc;
}

.nav-item:last-child {
  border-right: none;
}

.nav-item >a {
  color: #c52c40;
  -webkit-transition: color .4s ease;
  transition: color .4s ease;
}

.nav-item >a:hover {
  color: #ff2a47;
  text-decoration: none;
}

.nav-link {
  letter-spacing: .15em;
  font-size: 16px;
  font-weight: bold;
}

main {
  min-height: 1000px;
}

main >p {
  font-size: 16px;
}

.what {
  position: relative;
  overflow: hidden;
  margin-top: 55px;
  width: 100%;
  min-height: 498px;
}

.what-title {
  padding: 28px 0 16px;
  border-bottom: solid 1px #c52c40;
}

.what-title >h3 {
  margin: 0 auto;
  width: 1000px;
  color: #c52c40;
  letter-spacing: .15em;
  font-size: 55px;
}

.what-contents {
  margin: 0 auto;
  padding-top: 6px;
  width: 1000px;
}

.what-contents >p {
  padding-top: 24px;
  color: #666;
  line-height: 2.19;
  letter-spacing: .05em;
  font-size: 16px;
}

.what-image {
  position: absolute;
  width: 1000px;
  left: 50%;
  top: 0;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}

.what-photo {
  position: absolute;
  width: calc(100vw / 2);
  left: 57.5%;
  background-color: #dbe7ed;
  border-top-left-radius: 140px;
  border-bottom-left-radius: 140px;
  -webkit-box-shadow: -10px 10px 10px rgba(0, 0, 0, .1);
  box-shadow: -10px 10px 10px rgba(0, 0, 0, .1);
}

.what-photo >img {
  display: block;
  position: relative;
  z-index: 0;
  border-top-left-radius: 140px;
  border-bottom-left-radius: 140px;
}

.what-photo:before {
  display: block;
  position: absolute;
  content: '';
  z-index: 1;
  width: calc(100% - 642px);
  height: 100%;
  left: 642px;
  background: -webkit-gradient(linear, right top, left top, from(#fff), to(#dbe7ed));
  background: linear-gradient(270deg, #fff 0%, #dbe7ed 100%);
}

.feature {
  position: relative;
  overflow: hidden;
  margin-top: -60px;
  padding: 60px 0;
  width: 100%;
}

#feature {
  position: relative;
  top: -30px;
}

.feature-panel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding: 40px 130px 60px 0;
  width: calc(50% + 630px);
  left: -20px;
  top: 0;
  background: -webkit-gradient(linear, right top, left top, from(#fff), to(#dbe7ed));
  background: linear-gradient(270deg, #fff 0%, #dbe7ed 100%);
  border-top-right-radius: 140px;
  border-bottom-right-radius: 140px;
  -webkit-box-shadow: 10px 10px 10px rgba(0, 0, 0, .1);
  box-shadow: 10px 10px 10px rgba(0, 0, 0, .1);
}

.feature-contents {
  width: 1000px;
}

.feature-title {
  width: 1000px;
  text-align: center;
  color: #c52c40;
  letter-spacing: .15em;
  font-size: 55px;
}

.feature-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 94px;
}

.feature-item1, .feature-item2, .feature-item3 {
  position: relative;
  padding: 28px 25px 28px;
  width: 320px;
  border-radius: 50px;
  -webkit-filter: drop-shadow(10px 10px 10px rgba(0, 0, 0, .1));
  filter: drop-shadow(10px 10px 10px rgba(0, 0, 0, .1));
}

.feature-item1 >img, .feature-item2 >img, .feature-item3 >img {
  position: absolute;
  left: -20px;
  top: -54px;
}

.feature-item1 >h4, .feature-item2 >h4, .feature-item3 >h4 {
  text-align: center;
  color: #c52c40;
  letter-spacing: .15em;
  font-size: 24px;
  font-weight: bold;
}

.feature-item1 >p, .feature-item2 >p, .feature-item3 >p {
  margin-top: 34px;
  text-align: justify;
  color: #666;
  line-height: 1.69;
  letter-spacing: .05em;
  font-size: 16px;
}

.feature-item1 >p >br, .feature-item2 >p >br, .feature-item3 >p >br {
  display: none;
}

.feature-item1 {
  background: #fff url('/svcsol/campaign/images/mobile_202104/feature-image1.png') right 52px bottom 36px no-repeat;
}

.feature-item1 >p {
  width: 135px;
}

.feature-item2 {
  background: #fff url('/svcsol/campaign/images/mobile_202104/feature-image2.png') right 33px bottom 36px no-repeat;
}

.feature-item2 >p {
  width: 90px;
}

.feature-item3 {
  background: #fff url('/svcsol/campaign/images/mobile_202104/feature-image3.png') right 47px bottom 28px no-repeat;
}

.feature-item3 >p {
  width: 118px;
}

.feature-movie {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  overflow: hidden;
  margin: 48px auto 0;
  width: 480px;
  height: 278px;
  color: #fff;
  font-weight: bold;
  background: url('/svcsol/campaign/images/mobile_202104/movie-over.png') center no-repeat;
  background-size: cover;
  border-radius: 50px;
  -webkit-box-shadow: 10px 10px 10px rgba(0, 0, 0, .1);
  box-shadow: 10px 10px 10px rgba(0, 0, 0, .1);
}

.feature-movie:after {
  display: block;
  position: absolute;
  z-index: 1;
  content: '';
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: url('/svcsol/campaign/images/mobile_202104/movie-button.png') center no-repeat;
  background-size: cover;
  -webkit-transition: opacity .4s ease;
  transition: opacity .4s ease;
}

.feature-movie:hover:after {
  opacity: 0;
}

.scene {
  position: relative;
  overflow: hidden;
  margin-top: 40px;
  width: 100%;
  min-height: 498px;
}

.scene-title {
  padding: 28px 0 16px;
  border-bottom: solid 1px #c52c40;
}

.scene-title >h3 {
  margin: 0 auto;
  width: 1000px;
  color: #c52c40;
  letter-spacing: .15em;
  font-size: 55px;
}

.scene-contents {
  margin: 0 auto;
  padding-top: 12px;
  width: 1000px;
}

.scene-item1, .scene-item2, .scene-item3, .scene-item4 {
  padding-top: 20px;
}

.scene-item1 >p, .scene-item2 >p, .scene-item3 >p, .scene-item4 >p {
  padding-top: 8px;
  color: #666;
  letter-spacing: .1em;
  font-size: 24px;
  font-weight: bold;
}

.scene-item2 {
  padding-left: 40px;
}

.scene-item3 {
  padding-left: 80px;
}

.scene-item4 {
  padding-left: 120px;
}

.scene-case {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 162px;
  height: 42px;
  background-color: #ccc;
  -webkit-box-shadow: 10px 10px 10px rgba(0, 0, 0, .1);
  box-shadow: 10px 10px 10px rgba(0, 0, 0, .1);
  -webkit-transition: background-color .4s ease;
  transition: background-color .4s ease;
}

.scene-case >img {
  pointer-events: none;
}

.scene-case:hover {
  background-color: #c52c40;
}

.scene-case.is-selected {
  background-color: #c52c40;
  pointer-events: none;
}

.scene-image {
  position: absolute;
  width: 1000px;
  top: 36px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}

.scene-photo {
  position: absolute;
  width: calc(100vw / 2);
  height: 438px;
  left: 57.5%;
  background-color: #dbe7ed;
  border-top-left-radius: 140px;
  border-bottom-left-radius: 140px;
  -webkit-box-shadow: -10px 10px 10px rgba(0, 0, 0, .1);
  box-shadow: -10px 10px 10px rgba(0, 0, 0, .1);
}

.scene-photo:before {
  display: block;
  position: absolute;
  content: '';
  z-index: 5;
  width: calc(100% - 642px);
  height: 100%;
  left: 642px;
  background: -webkit-gradient(linear, right top, left top, from(#fff), to(#dbe7ed));
  background: linear-gradient(270deg, #fff 0%, #dbe7ed 100%);
}

.scene-photo1, .scene-photo2, .scene-photo3, .scene-photo4 {
  display: block;
  position: absolute;
  top: 0;
  border-top-left-radius: 140px;
  border-bottom-left-radius: 140px;
  -webkit-transition: opacity .8s ease;
  transition: opacity .8s ease;
}

.scene-photo1.is-current, .scene-photo2.is-current, .scene-photo3.is-current, .scene-photo4.is-current {
  z-index: 1;
  opacity: 1;
}

.scene-photo1.is-next, .scene-photo2.is-next, .scene-photo3.is-next, .scene-photo4.is-next {
  z-index: 2;
  opacity: 1;
}

.scene-photo1.is-hide, .scene-photo2.is-hide, .scene-photo3.is-hide, .scene-photo4.is-hide {
  z-index: 0;
  opacity: 0;
}

.compatibility {
  margin-top: 120px;
}

#compatibility {
  position: relative;
  top: -30px;
}

.compatibility-title {
  margin: 0 auto;
  width: 1000px;
  text-align: center;
  color: #c52c40;
  letter-spacing: .15em;
  font-size: 55px;
}

.compatibility-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 45px auto 0;
  width: 1000px;
}

.compatibility-item:first-child {
  width: 235px;
}

.compatibility-item:nth-child(2) {
  width: 260px;
}

.compatibility-item:last-child {
  width: 445px;
}

.compatibility-type {
  padding-bottom: 6px;
  color: #c52c40;
  font-size: 16px;
  font-weight: bold;
  border-bottom: solid 1px #c52c40;
}

.compatibility-catalog {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 16px;
  white-space: nowrap;
  color: #666;
  line-height: 2;
  font-size: 14px;
  font-weight: bold;
}

.compatibility-sub1 {
  display: block;
  width: 60%;
}

.compatibility-sub2 {
  display: block;
  width: 40%;
}

.compatibility-aside, .compatibility-aside2 {
  position: relative;
  width: 1000px;
  color: #666;
  line-height: 1.7;
  letter-spacing: .025em;
  font-size: 10px;
}

.compatibility-aside >a, .compatibility-aside2 >a {
  color: #c52c40;
  -webkit-transition: color .4 ease, -webkit-text-decoration .4 ease;
  transition: color .4 ease, -webkit-text-decoration .4 ease;
  transition: text-decoration .4 ease, color .4 ease;
  transition: text-decoration .4 ease, color .4 ease, -webkit-text-decoration .4 ease;
}

.compatibility-aside >a:hover, .compatibility-aside2 >a:hover {
  color: #ff2a47;
  -webkit-text-decoration: dashed underline;
  text-decoration: dashed underline;
}

.compatibility-aside {
  margin: 52px auto 0;
  padding-bottom: 35px;
}

.compatibility-aside:after {
  display: block;
  position: absolute;
  content: '';
  width: 100%;
  bottom: 0;
  border-bottom: dashed 1px #bbb;
}

.compatibility-aside2 {
  margin: 30px auto 0;
  padding-bottom: 35px;
}

.faq {
  position: relative;
  overflow-x: hidden;
  margin-top: 30px;
  padding: 20px 0;
}

#faq {
  position: relative;
  top: -30px;
}

.faq-contents {
  display: block;
  position: relative;
  padding: 40px 0 100px;
  width: calc(100% + 40px);
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  background: -webkit-gradient(linear, right top, left top, from(#fff), to(#dbe7ed));
  background: linear-gradient(270deg, #fff 0%, #dbe7ed 100%);
  -webkit-box-shadow: 10px 10px 10px rgba(0, 0, 0, .1);
  box-shadow: 10px 10px 10px rgba(0, 0, 0, .1);
}

.faq-title {
  margin: 0 auto;
  width: 1000px;
  text-align: center;
  color: #c52c40;
  letter-spacing: .15em;
  font-size: 55px;
}

.faq-list {
  margin: 54px auto 0;
  width: 1000px;
}

.faq-item {
  margin: 0 auto;
  width: 780px;
  border-top: solid 1px #c52c40;
}

.faq-item:last-child {
  border-bottom: solid 1px #c52c40;
}

.faq-question {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 80px;
}

.faq-question >h4 {
  color: #666;
  letter-spacing: .1em;
  font-size: 18px;
  font-weight: bold;
}

.faq-q {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 80px;
  height: 80px;
  left: -110px;
  color: #000;
  font-size: 18px;
  font-weight: bold;
  background-color: #fff;
  border-radius: 50%;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, .1);
  box-shadow: 0 0 10px rgba(0, 0, 0, .1);
}

.faq-opener {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 80px;
  height: 80px;
  right: -110px;
  background-color: #fff;
  border-radius: 50%;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, .1);
  box-shadow: 0 0 10px rgba(0, 0, 0, .1);
}

.faq-opener >img {
  -webkit-transform: rotate(-180deg);
  transform: rotate(-180deg);
  pointer-events: none;
  -webkit-transition: -webkit-transform .2s ease;
  transition: -webkit-transform .2s ease;
  transition: transform .2s ease;
  transition: transform .2s ease, -webkit-transform .2s ease;
}

.faq-opener.is-up >img {
  -webkit-transform: none;
  transform: none;
}

.faq-answer {
  position: relative;
  padding: 0;
  height: 0;
  border-top: dashed 1px #666;
  opacity: 0;
  -webkit-transition: padding .4s ease, height .4s ease, opacity .2s ease;
  transition: padding .4s ease, height .4s ease, opacity .2s ease;
}

.faq-answer >p {
  color: #666;
  line-height: 1.67;
  letter-spacing: .1em;
  font-size: 18px;
  font-weight: bold;
}

.faq-answer .faq-a-note::before {
  content: '※';
}
.faq-answer .faq-a-note {
  text-indent: -26px;
  margin-left: 26px;
}

.faq-answer.is-open {
  padding: 30px 0;
  height: auto;
  opacity: 1;
}

.faq-a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  left: -110px;
  top: 4px;
  width: 80px;
  height: 80px;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  background-color: #d7083b;
  border-radius: 50%;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, .1);
  box-shadow: 0 0 10px rgba(0, 0, 0, .1);
}

.flow {
  margin-top: 60px;
}

#flow {
  position: relative;
  top: -30px;
}

.flow-title {
  margin: 0 auto;
  padding-bottom: 16px;
  text-align: center;
  color: #c52c40;
  letter-spacing: .15em;
  font-size: 55px;
  border-bottom: solid 1px #c52c40;
}

.flow-title >br {
  display: none;
}

.flow-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 90px auto 0;
  width: 1000px;
}

.flow-item1, .flow-item2, .flow-item3 {
  position: relative;
  padding: 254px 0 36px;
  width: 320px;
  border-radius: 50px;
  -webkit-filter: drop-shadow(10px 10px 10px rgba(0, 0, 0, .1));
  filter: drop-shadow(10px 10px 10px rgba(0, 0, 0, .1));
}

.flow-item1 >img, .flow-item2 >img, .flow-item3 >img {
  position: absolute;
  left: 50%;
  top: -38px;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}

.flow-item1 >p, .flow-item2 >p, .flow-item3 >p {
  text-align: center;
  color: #666;
  line-height: 1.25;
  letter-spacing: .05em;
  font-size: 20px;
  font-weight: bold;
}

.flow-item1 {
  background: #fff url('/svcsol/campaign/images/mobile_202104/flow-image1.png') 94px 44px no-repeat;
}

.flow-item2 {
  background: #fff url('/svcsol/campaign/images/mobile_202104/flow-image2.png') center 46px no-repeat;
}

.flow-item3 {
  background: #fff url('/svcsol/campaign/images/mobile_202104/flow-image3.png') 48px 52px no-repeat;
}

.contact {
  margin: 52px auto 0;
  padding: 46px 46px 58px;
  width: 1000px;
  background-color: #d7083b;
  border-radius: 50px;
  -webkit-box-shadow: 10px 10px 10px rgba(0, 0, 0, .1);
  box-shadow: 10px 10px 10px rgba(0, 0, 0, .1);
}

.contact-title {
  text-align: center;
  color: #fff;
  letter-spacing: .15em;
  font-size: 37px;
}

.contact-title >br {
  display: none;
}

.contact-contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 50px;
}

.contact-contents >a {
  color: #666;
  -webkit-transition: color .4s ease;
  transition: color .4s ease;
}

.contact-contents >a:hover {
  text-decoration: none;
  color: #d7083b;
}

.contact-window {
  padding: 36px 0 30px;
  width: 412px;
  text-align: center;
  color: #666;
  letter-spacing: .05em;
  font-weight: bold;
  background-color: #fff;
  border-radius: 50px;
  -webkit-box-shadow: 10px 10px 10px rgba(0, 0, 0, .1);
  box-shadow: 10px 10px 10px rgba(0, 0, 0, .1);
}

.contact-center {
  font-size: 16px;
}

.contact-center >span {
  padding-left: 16px;
  font-size: 12px;
}

.contact-tel {
  margin-top: 20px;
  font-size: 26px;
}

.contact-tel >span {
  font-size: 16px;
}

.contact-business {
  margin-top: 6px;
  font-size: 12px;
}

.contact-estimates {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 412px;
  letter-spacing: .05em;
  font-size: 16px;
  font-weight: bold;
  background-color: #fff;
  border-radius: 50px;
  -webkit-box-shadow: 10px 10px 10px rgba(0, 0, 0, .1);
  box-shadow: 10px 10px 10px rgba(0, 0, 0, .1);
}

@media only screen and (max-width: 750px) {
  .pc-br {
    display: inline;
  }

  footer {
    margin-top: 30px;
    height: 165px;
  }

  .footer-inner {
    padding: 0 25px;
    max-width: inherit;
  }

  .footer-link {
    width: 40%;
    font-size: 6px;
  }

  .footer-link >a {
    width: 65px;
    background-size: auto 6px;
  }

  .footer-logo {
    width: 10%;
  }

  .footer-iij {
    width: 55px;
    height: 50px;
  }

  .footer-copy {
    width: 40%;
    font-size: 6px;
  }

  .trial {
    left: 0;
    right: 0;
    top: inherit;
    bottom: -75px;
    -webkit-transform: none;
    transform: none;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    -webkit-transition: bottom .4s ease .8s;
    transition: bottom .4s ease .8s;
  }

  .trial.is-open {
    left: 0;
    bottom: 0;
  }

  .trial-button {
    position: relative;
    padding-right: 25px;
    width: 100%;
    height: 75px;
  }

  .trial-text {
    width: 230px;
    height: auto;
  }

  .trial-arrow {
    position: absolute;
    width: 25px;
    height: 100%;
    top: 0;
    right: 0;
    border-bottom-left-radius: 0;
  }

  .pagetop {
    right: 20px;
  }

  .pagetop.is-view {
    bottom: 100px;
  }

  .movie-container {
    width: 360px;
    height: 200px;
  }

  .movie-closer {
    right: 24px;
  }

  .movie-frame {
    height: 200px;
  }

  header {
    min-width: inherit;
  }

  .logo-link {
    width: 70px;
    height: 50px;
    -webkit-box-shadow: 5px 5px 5px rgba(0, 0, 0, .1);
    box-shadow: 5px 5px 5px rgba(0, 0, 0, .1);
  }

  .guide {
    padding-right: 25px;
    padding-top: 13px;
    width: 100%;
  }

  .window {
    margin-right: 5px;
    padding: 0 5px;
    width: 190px;
    height: 24px;
    background: #fff url('/svcsol/campaign/images/mobile_202104/header-window.svg') center no-repeat;
    -webkit-box-shadow: 5px 5px 5px rgba(0, 0, 0, .1);
    box-shadow: 5px 5px 5px rgba(0, 0, 0, .1);
  }

  .window-tel, .window-center {
    display: none;
  }

  .estimates {
    width: 70px;
    height: 24px;
    background: #fff url('/svcsol/campaign/images/mobile_202104/header-estimates.svg') center no-repeat;
    -webkit-box-shadow: 5px 5px 5px rgba(0, 0, 0, .1);
    box-shadow: 5px 5px 5px rgba(0, 0, 0, .1);
  }

  .estimates >p {
    display: none;
  }

  .hero {
    margin-top: 32px;
    min-width: inherit;
  }

  .hero-image {
    width: 399px;
    height: auto;
  }

  nav {
    width: calc(100% - 50px);
    height: 50px;
    margin: -14px auto 0;
  }

  .nav-list {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .nav-item {
    margin: 4px 0;
    padding: 0 16px;
    text-align: center;
  }

  .nav-item:first-child {
    width: 40%;
  }

  .nav-item:nth-child(2) {
    width: 60%;
    border-right: none;
  }

  .nav-item:nth-child(3) {
    width: 40%;
  }

  .nav-item:last-child {
    width: 60%;
  }

  .nav-link {
    font-size: 9px;
  }

  .what {
    margin-top: 34px;
  }

  .what-title {
    padding: 0 25px 10px;
  }

  .what-title >h3 {
    width: 100%;
    font-size: 25px;
  }

  .what-contents {
    padding: 0 25px;
    width: 100%;
  }

  .what-contents >p {
    padding-top: 12px;
    font-size: 10.5px;
  }

  .what-image {
    position: relative;
    margin-top: 22px;
    width: 100%;
    left: 0;
    -webkit-transform: none;
    transform: none;
  }

  .what-photo {
    position: relative;
    width: calc(100% - 25px);
    left: 25px;
    background-color: #dbe7ed;
    border-top-left-radius: 70px;
    border-bottom-left-radius: 70px;
    -webkit-box-shadow: -5px 5px 5px rgba(0, 0, 0, .1);
    box-shadow: -5px 5px 5px rgba(0, 0, 0, .1);
  }

  .what-photo >img {
    position: relative;
    width: 100%;
    border-top-left-radius: 70px;
    border-bottom-left-radius: 70px;
  }

  .what-photo:before {
    display: none;
  }

  .feature {
    margin-top: 0;
    padding: 24px 0;
  }

  #feature {
    top: -20px;
  }

  .feature-panel {
    display: block;
    -webkit-box-pack: inherit;
    -ms-flex-pack: inherit;
    justify-content: inherit;
    padding: 25px 25px 35px 50px;
    left: -25px;
    border-top-right-radius: 70px;
    border-bottom-right-radius: 70px;
    -webkit-box-shadow: 5px 5px 5px rgba(0, 0, 0, .1);
    box-shadow: 5px 5px 5px rgba(0, 0, 0, .1);
    width: 100%;
  }

  .feature-contents {
    width: 100%;
  }

  .feature-title {
    width: 100%;
    text-align: left;
    font-size: 22px;
  }

  .feature-list {
    display: block;
    margin-top: 18px;
  }

  .feature-item1, .feature-item2, .feature-item3 {
    margin-top: 32px;
    padding: 12px 25px 18px;
    width: 100%;
    border-radius: 25px;
    -webkit-filter: drop-shadow(5px 5px 5px rgba(0, 0, 0, .1));
    filter: drop-shadow(5px 5px 5px rgba(0, 0, 0, .1));
  }

  .feature-item1 >img, .feature-item2 >img, .feature-item3 >img {
    width: auto;
    height: 30px;
    left: -8px;
    top: -26px;
  }

  .feature-item1 >h4, .feature-item2 >h4, .feature-item3 >h4 {
    font-size: 15px;
  }

  .feature-item1 >p, .feature-item2 >p, .feature-item3 >p {
    margin-top: 17px;
    text-align: justify;
    color: #666;
    font-size: 10.5px;
  }

  .feature-item1 >p >br, .feature-item2 >p >br, .feature-item3 >p >br {
    display: inline;
  }

  .feature-item1 {
    background-size: 44px auto;
    background-position: right 25px bottom 18px;
  }

  .feature-item1 >p {
    width: 165px;
    height: 52px;
  }

  .feature-item2 {
    background-size: 90px auto;
    background-position: right 22px bottom 12px;
  }

  .feature-item2 >p {
    width: 165px;
    height: 52px;
  }

  .feature-item3 {
    background-size: 62px auto;
    background-position: right 25px bottom 18px;
  }

  .feature-item3 >p {
    width: 165px;
    height: 52px;
  }

  .feature-movie {
    margin: 45px auto 0;
    width: 300px;
    height: 168px;
    bottom: initial;
    bottom: auto;
    border-radius: 25px;
  }

  .feature-movie >img {
    width: 40px;
    height: 40px;
  }

  .scene {
    margin-top: 50px;
  }

  .scene-title {
    padding: 0 25px 10px;
  }

  .scene-title >h3 {
    width: inherit;
    font-size: 25px;
  }

  .scene-contents {
    padding: 5px 25px 0;
    width: 100%;
  }

  .scene-item1, .scene-item2, .scene-item3, .scene-item4 {
    padding-top: 10px;
  }

  .scene-item1 >p, .scene-item2 >p, .scene-item3 >p, .scene-item4 >p {
    padding-top: 4px;
    font-size: 12px;
  }

  .scene-item2 {
    padding-left: 20px;
  }

  .scene-item3 {
    padding-left: 40px;
  }

  .scene-item4 {
    padding-left: 60px;
  }

  .scene-case {
    width: 81px;
    height: 21px;
  }

  .scene-case >img {
    width: 66px;
    height: auto;
  }

  .scene-image {
    position: relative;
    margin-top: 22px;
    width: 100%;
    left: 0;
    top: 0;
    -webkit-transform: none;
    transform: none;
  }

  .scene-photo {
    position: relative;
    width: calc(100% - 25px);
    height: 238px;
    left: 25px;
    background-color: #dbe7ed;
    border-top-left-radius: 70px;
    border-bottom-left-radius: 70px;
    -webkit-box-shadow: -5px 5px 5px rgba(0, 0, 0, .1);
    box-shadow: -5px 5px 5px rgba(0, 0, 0, .1);
  }

  .scene-photo:before {
    display: none;
  }

  .scene-photo1, .scene-photo2, .scene-photo3, .scene-photo4 {
    width: 100%;
    border-top-left-radius: 98px;
    border-bottom-left-radius: 98px;
  }

  .scene-photo1, .scene-photo2, .scene-photo3, .scene-photo4 {
    width: 100%;
    top: inherit;
    border-top-left-radius: 70px;
    border-bottom-left-radius: 70px;
  }

  .compatibility {
    margin-top: 38px;
  }

  #compatibility {
    top: -20px;
  }

  .compatibility-title {
    width: 100%;
    font-size: 25px;
  }

  .compatibility-list {
    display: block;
    margin: 26px auto 0;
    padding: 0 25px;
    width: 100%;
  }

  .compatibility-item:first-child {
    display: inline-block;
    margin-right: 10px;
    width: calc(50% - 10px);
  }

  .compatibility-item:nth-child(2) {
    display: inline-block;
    width: calc(50% - 10px);
  }

  .compatibility-item:last-child {
    width: 100%;
  }

  .compatibility-type {
    font-size: 12px;
  }

  .compatibility-catalog {
    font-size: 8px;
  }

  .compatibility-sub1 {
    margin-right: 10px;
    width: calc(50% - 10px);
  }

  .compatibility-sub2 {
    width: calc(50% - 10px);
  }

  .compatibility-aside, .compatibility-aside2 {
    width: 100%;
    font-size: 7px;
  }

  .compatibility-aside {
    margin: 22px auto 0;
    padding: 0 25px 22px;
  }

  .compatibility-aside:after {
    width: calc(100% - 50px);
  }

  .compatibility-aside2 {
    margin: 22px auto 0;
    padding: 0 25px;
  }

  #faq {
    top: -20px;
  }

  .faq-contents {
    padding: 22px 45px 36px;
    -webkit-box-shadow: 5px 5px 5px rgba(0, 0, 0, .1);
    box-shadow: 5px 5px 5px rgba(0, 0, 0, .1);
  }

  .faq-title {
    width: 100%;
    font-size: 25px;
  }

  .faq-list {
    margin: 28px auto 0;
    width: 100%;
  }

  .faq-item {
    width: 215px;
  }

  .faq-question {
    padding: 14px 0;
    height: inherit;
    min-height: 40px;
  }

  .faq-question >h4 {
    line-height: 1.67;
    font-size: 9px;
  }

  .faq-q {
    width: 40px;
    height: 40px;
    left: -55px;
    font-size: 9px;
  }

  .faq-opener {
    width: 40px;
    height: 40px;
    right: -55px;
  }

  .faq-answer >p {
    font-size: 9px;
  }

  .faq-answer .faq-a-note {
    text-indent: -14px;
    margin-left: 14px;
  }

  .faq-answer.is-open {
    padding: 14px 0;
  }

  .faq-a {
    width: 40px;
    height: 40px;
    left: -55px;
    font-size: 9px;
  }

  .flow {
    margin-top: 46px;
  }

  #flow {
    top: -20px;
  }

  .flow-title {
    padding-bottom: 9px;
    line-height: 1.2;
    font-size: 25px;
  }

  .flow-title >br {
    display: inline;
  }

  .flow-list {
    display: block;
    margin: 40px auto 0;
    padding: 0 87px;
    width: 100%;
  }

  .flow-item1, .flow-item2, .flow-item3 {
    margin-top: 34px;
    padding: 158px 0 22px;
    width: 100%;
    border-radius: 25px;
    -webkit-filter: drop-shadow(5px 5px 5px rgba(0, 0, 0, .1));
    filter: drop-shadow(5px 5px 5px rgba(0, 0, 0, .1));
  }

  .flow-item1 >img, .flow-item2 >img, .flow-item3 >img {
    width: auto;
    height: 24px;
    top: -22px;
  }

  .flow-item1 >p, .flow-item2 >p, .flow-item3 >p {
    font-size: 12px;
  }

  .flow-item1 {
    background-size: 110px auto;
    background-position: 60px 27px;
  }

  .flow-item2 {
    background-size: 106px auto;
    background-position: center 29px;
  }

  .flow-item3 {
    background-size: 124px auto;
    background-position: 30px 34px;
  }

  .contact {
    margin: 32px auto 0;
    padding: 17px 36px 22px;
    width: calc(100% - 50px);
    border-radius: 25px;
  }

  .contact-title {
    line-height: 1.26;
    font-size: 19px;
  }

  .contact-title >br {
    display: inline;
  }

  .contact-contents {
    display: block;
    margin-top: 22px;
  }

  .contact-window {
    padding: 24px 0 20px;
    width: 100%;
    border-radius: 30px;
    -webkit-box-shadow: 5px 5px 5px rgba(0, 0, 0, .1);
    box-shadow: 5px 5px 5px rgba(0, 0, 0, .1);
  }

  .contact-center {
    font-size: 8px;
  }

  .contact-center >span {
    padding-left: 8px;
    font-size: 6px;
  }

  .contact-tel {
    margin-top: 8px;
    font-size: 15px;
  }

  .contact-tel >span {
    font-size: 9px;
  }

  .contact-business {
    font-size: 7px;
  }

  .contact-estimates {
    margin-top: 8px;
    width: 100%;
    height: 87px;
    font-size: 9px;
    border-radius: 30px;
    -webkit-box-shadow: 5px 5px 5px rgba(0, 0, 0, .1);
    box-shadow: 5px 5px 5px rgba(0, 0, 0, .1);
  }
}

@media only screen and (min-width: 981px) and (max-width: 1160px) {
  footer {
    margin-top: 34px;
  }

  .footer-inner {
    max-width: 824px;
  }

  .trial {
    top: 194px;
    -webkit-transform: none;
    transform: none;
  }

  .pagetop.is-view {
    bottom: 70px;
  }

  header {
    min-width: inherit;
  }

  .guide {
    width: 100%;
  }

  .window {
    padding: 0 36px;
  }

  .window-center-title, .window-center-business {
    font-size: 10px;
  }

  .hero {
    margin-top: 80px;
    min-width: inherit;
  }

  nav {
    margin: 30px auto 0;
    width: 900px;
  }

  .nav-item {
    padding: 0 42px;
  }

  .nav-item:first-child {
    padding-left: 0;
  }

  .nav-item:last-child {
    padding-right: 0;
  }

  .what {
    margin-top: 90px;
    min-height: initial;
    min-height: auto;
  }

  .what-title {
    padding: 0 100px 16px;
  }

  .what-title >h3 {
    width: 100%;
  }

  .what-contents {
    padding: 0 100px;
    width: 100%;
  }

  .what-image {
    width: 100%;
  }

  .what-photo {
    width: 452px;
    left: initial;
    left: auto;
    right: 0;
    border-top-left-radius: 98px;
    border-bottom-left-radius: 98px;
  }

  .what-photo >img {
    width: 100%;
    border-top-left-radius: 98px;
    border-bottom-left-radius: 98px;
  }

  .what-photo:before {
    display: none;
  }

  .feature {
    margin-top: 40px;
  }

  .feature-panel {
    padding: 40px 50px 52px 120px;
    width: calc(100% - 30px);
    border-top-right-radius: 100px;
    border-bottom-right-radius: 100px;
  }

  .feature-contents {
    width: 100%;
  }

  .feature-title {
    width: 100%;
  }

  .feature-item1, .feature-item2, .feature-item3 {
    padding: 25px 22px 28px;
    width: 265px;
    border-radius: 40px;
  }

  .feature-item1 >img, .feature-item2 >img, .feature-item3 >img {
    width: auto;
    height: 50px;
    left: -10px;
    top: -44px;
  }

  .feature-item1 >h4, .feature-item2 >h4, .feature-item3 >h4 {
    font-size: 20px;
  }

  .feature-item1 >p, .feature-item2 >p, .feature-item3 >p {
    margin-top: 26px;
    font-size: 13px;
  }

  .feature-item1 {
    background-size: 60px auto;
    background-position: right 34px bottom 18px;
  }

  .feature-item1 >p {
    width: 120px;
  }

  .feature-item2 {
    background-size: 124px auto;
    background-position: right 18px bottom 18px;
  }

  .feature-item2 >p {
    width: 80px;
  }

  .feature-item3 {
    background-size: 85px auto;
    background-position: right 24px bottom 12px;
  }

  .feature-item3 >p {
    width: 105px;
  }

  .feature-movie {
    margin: 38px auto 0;
    width: 400px;
    height: 228px;
    border-radius: 40px;
  }

  .feature-movie >img {
    width: 60px;
    height: 60px;
  }

  .scene {
    margin-top: 20px;
    min-height: initial;
    min-height: auto;
  }

  .scene-title {
    padding: 0 100px 16px;
  }

  .scene-title >h3 {
    width: 100%;
  }

  .scene-contents {
    padding: 12px 100px 0;
    width: 100%;
  }

  .scene-item1 >p, .scene-item2 >p, .scene-item3 >p, .scene-item4 >p {
    font-size: 21px;
  }

  .scene-item2 {
    padding-left: 30px;
  }

  .scene-item3 {
    padding-left: 60px;
  }

  .scene-item4 {
    padding-left: 90px;
  }

  .scene-case {
    width: 146px;
    height: 38px;
  }

  .scene-case >img {
    width: 118px;
    height: auto;
  }

  .scene-image {
    width: 100%;
    top: 0;
  }

  .scene-photo {
    width: 452px;
    height: 308px;
    left: initial;
    left: auto;
    right: 0;
    border-top-left-radius: 98px;
    border-bottom-left-radius: 98px;
  }

  .scene-photo >img {
    width: 100%;
    border-top-left-radius: 98px;
    border-bottom-left-radius: 98px;
  }

  .scene-photo:before {
    display: none;
  }

  .compatibility {
    margin-top: 68px;
  }

  .compatibility-title {
    width: 100%;
  }

  .compatibility-list {
    width: calc(1000px - 200px);
  }

  .compatibility-item:first-child {
    width: 204px;
  }

  .compatibility-item:nth-child(2) {
    width: 204px;
  }

  .compatibility-item:last-child {
    width: 348px;
  }

  .compatibility-type {
    font-size: 15px;
  }

  .compatibility-catalog {
    font-size: 11px;
  }

  .compatibility-aside, .compatibility-aside2 {
    width: 100%;
    font-size: 10px;
  }

  .compatibility-aside {
    margin: 22px auto 0;
    padding: 0 100px 22px;
  }

  .compatibility-aside:after {
    width: calc(100% - 200px);
  }

  .compatibility-aside2 {
    margin: 22px auto 0;
    padding: 0 100px;
  }

  .faq-contents {
    padding: 40px 120px 50px;
  }

  .faq-title {
    width: 100%;
  }

  .faq-list {
    margin: 42px auto 0;
    width: calc(100% - 100px);
  }

  .faq-item {
    width: 642px;
  }

  .faq-question {
    height: 65px;
  }

  .faq-question >h4 {
    font-size: 14px;
  }

  .faq-q {
    width: 65px;
    height: 65px;
    left: -90px;
    font-size: 14px;
  }

  .faq-opener {
    width: 65px;
    height: 65px;
    right: -90px;
  }

  .faq-answer >p {
    font-size: 14px;
  }

  .faq-answer .faq-a-note {
    text-indent: -18px;
    margin-left: 18px;
  }

  .faq-answer.is-open {
    padding: 25px 0;
  }

  .faq-a {
    width: 65px;
    height: 65px;
    left: -90px;
    font-size: 14px;
  }

  .flow-list {
    margin: 82px auto 0;
    padding: 0 100px;
    width: 100%;
  }

  .flow-item1, .flow-item2, .flow-item3 {
    padding: 206px 0 30px;
    width: 262px;
    border-radius: 40px;
  }

  .flow-item1 >img, .flow-item2 >img, .flow-item3 >img {
    width: auto;
    height: 32px;
    top: -30px;
  }

  .flow-item1 >p, .flow-item2 >p, .flow-item3 >p {
    font-size: 16px;
  }

  .flow-item1 {
    background-size: 145px auto;
    background-position: 80px 35px;
  }

  .flow-item2 {
    background-size: 140px auto;
    background-position: center 32px;
  }

  .flow-item3 {
    background-size: 164px auto;
    background-position: 38px 44px;
  }

  .contact {
    margin: 40px auto 0;
    padding: 36px 55px 48px;
    width: calc(100% - 200px);
    border-radius: 40px;
  }

  .contact-title {
    font-size: 30px;
  }

  .contact-contents {
    margin-top: 36px;
  }

  .contact-window {
    padding: 30px 0 26px;
    width: 340px;
    border-radius: 40px;
  }

  .contact-center {
    font-size: 13px;
  }

  .contact-center >span {
    padding-left: 16px;
    font-size: 10px;
  }

  .contact-tel {
    margin-top: 18px;
    font-size: 21px;
  }

  .contact-tel >span {
    font-size: 13px;
  }

  .contact-business {
    font-size: 10px;
  }

  .contact-estimates {
    width: 340px;
    font-size: 13px;
    border-radius: 40px;
  }
}

@media (hover: none) {
  .footer-link >a {
    -webkit-transition: none;
    transition: none;
  }

  .footer-link >a:hover {
    text-decoration: none;
  }

  .trial:hover {
    background-color: #c52c40;
  }

  .pagetop {
    transition: none;
  }

  .pagetop:hover {
    background-color: #c52c40;
  }

  .movie-closer {
    -webkit-transition: opacity none;
    transition: opacity none;
  }

  .movie-closer:hover {
    opacity: 1;
  }

  .estimates {
    -webkit-transition: none;
    transition: none;
  }

  .estimates:hover {
    color: #d7083b;
  }

  .nav-item >a {
    -webkit-transition: none;
    transition: none;
  }

  .nav-item >a:hover {
    color: #c52c40;
  }

  .feature-movie {
    -webkit-transition: none;
    transition: none;
  }

  .feature-movie:hover {
    background-color: #999;
  }

  .contact-estimates {
    -webkit-transition: none;
    transition: none;
  }

  .contact-estimates:hover {
    color: #666;
  }
}
/* add 20220912 start */
.compatibility-estimates {
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 680px;
  height: 80px;
  letter-spacing: .05em;
  font-size: 40px;
  background-color: #fff;
  border-radius: 40px;
  box-shadow: 10px 10px 10px rgba(0, 0, 0, .1);
}
.compatibility-estimates > p {
  color: #c52c40;
  transition: color .4s ease;
}
.compatibility-estimates:hover {
  text-decoration: none;
}
.compatibility-estimates:hover > p {
  color: #d7083b;
}

@media only screen and (max-width: 750px) {
  .compatibility-estimates {
    width: 340px;
    height: 44px;
    font-size: 20px;
    letter-spacing: .02em;
    box-shadow: 5px 5px 5px rgba(0, 0, 0, .1);
  }
}

@media (hover: none) {
  .compatibility-estimates {
    transition: none;
  }
  .compatibility-estimates:hover {
    color: #d7083b;
  }
}
/* add 20220912 end */
