@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Josefin+Sans:wght@300;400;500;600;700&display=swap");
* {
  margin: 0;
  padding: 0;
}

body {
  font: 1rem/1.8 "Hiragino Kaku Gothic Pro W3", "Hiragino Kaku Gothic ProN W3", "Hiragino Sans", "Noto Sans JP", sans-serif, "Noto Sans JP", sans-serif, "Meiryo", "Yu Gothic", "Helvetica Neue", Arial, Osaka, Sans-Serif;
  height: 100%;
  color: #202020;
  background-color: #fff;
  line-break: strict;
  overflow-wrap: break-word;
  word-wrap: break-word;
}

div {
  word-break: break-all;
}

a {
  color: #202020;
  transition: 0.3s;
}

a:hover {
  color: #202020;
  text-decoration: none;
}

a:active,
a:focus {
  outline: 0;
}

a:hover img {
  opacity: 0.9;
  transition: 0.5s;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  -ms-transition: 0.5s;
}

img {
  border: 0;
  image-rendering: -webkit-optimize-contrast;
}

.container img,
div img,
figure img {
  max-width: 100%;
  height: auto;
}

.dp-block {
  display: block;
}

.mb-6 {
  margin-bottom: 4rem;
}

.mb-7 {
  margin-bottom: 5rem;
}

.mb-8 {
  margin-bottom: 6rem;
}

.mb-9 {
  margin-bottom: 7rem;
}

.mb-10 {
  margin-bottom: 8rem;
}

.mb-11 {
  margin-bottom: 9rem;
}

.mb-12 {
  margin-bottom: 10rem;
}

.mb-13 {
  margin-bottom: 11rem;
}

.mb-14 {
  margin-bottom: 12rem;
}

.mt-6 {
  margin-top: 4rem;
}

.mt-7 {
  margin-top: 5rem;
}

.mt-8 {
  margin-top: 6rem;
}

.mt-9 {
  margin-top: 7rem;
}

.mt-10 {
  margin-top: 8rem;
}

.mt-11 {
  margin-top: 9rem;
}

.mt-12 {
  margin-top: 10rem;
}

.mt-13 {
  margin-top: 11rem;
}

.mt-14 {
  margin-top: 12rem;
}

.d-flex {
  display: flex;
  flex-wrap: wrap;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  font-family: "Hiragino Kaku Gothic Pro W6", "Hiragino Kaku Gothic ProN W6", "Hiragino Sans", "Noto Sans JP", sans-serif;
  font-weight: 600;
}

h2 {
  /* font-size: 3.625rem; */
  font-size: 3.0rem;
  font-weight: 600;
}
h2.ttl-gra {
  display: inline;
  /* padding-left: 22px; */
  margin-bottom: 58px;
  line-height: 1.4;
  /* background: transparent linear-gradient(112deg, #D4F9FB 0%, #5E9FE9 100%) 0% 0% no-repeat; */
  background: transparent linear-gradient(112deg, #D4F9FB 0%, #89b6e9 100%) 0% 0% no-repeat;
  background-size: 100% 37%;
  /* background-position: 0 78%; */
  background-position: 0px 99%;
}
h2.fit {
  padding: 0 8px;
  margin: 0 auto 56px;
  text-align: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
h2.ttl-case {
  margin-bottom: 87px;
  text-align: center;
  font-size: 2.875rem;
}

.short-deferred-area h2 {
  margin-bottom: 30px;
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background: url(../img/ttl_tyoutan.png) 50% 50% no-repeat;
  background-size: contain;
  width: auto;
  height: 56px;
}

h3.oblique-r {
  display: flex;
  align-items: center;
  margin: 40px 0 24px 13px;
  color: #fff;
  font-size: 1.25rem;
  background: #202020;
  -webkit-transform: skew(-22deg, 0);
          transform: skew(-22deg, 0);
  max-width: calc(100% - 27px);
}
h3.oblique-r sup{
  font-size: 0.75em;
  font-weight: 400;
  font-style: normal;
  transform: translateY(-0.5em) skew(22deg, 0);;
}
h3.oblique-r span {
  margin-left: -12px;
  padding: 8px 0px 8px 16px;
  -webkit-transform: skew(22deg, 0);
          transform: skew(22deg, 0);
  background: #202020;
}
h3.oblique-r.grd {
  margin-top: 0;
  color: #202020;
  background: transparent linear-gradient(116deg, #D4F9FB 0%, #5E9FE9 100%) 0% 0% no-repeat;
}
h3.oblique-r.grd span {
  width: 100%;
  background: transparent linear-gradient(116deg, #D4F9FB 0%, #5E9FE9 100%) 0% 0% no-repeat;
}

.item-info h3,
.spec-area h3 {
  font-size: 28px;
}

.ttl-label h3 {
  font-family: "Hiragino Kaku Gothic Pro W3", "Hiragino Kaku Gothic ProN W3", "Hiragino Sans", "Noto Sans JP", sans-serif;
  font-weight: 400;
}

h4 {
  margin-bottom: 35px;
  font-size: 1.25rem;
  font-family: "Hiragino Kaku Gothic Pro W3", "Hiragino Kaku Gothic ProN W3", "Hiragino Sans", "Noto Sans JP", sans-serif;
}

.case-box h4 {
  font-size: 2rem;
  font-family: "Hiragino Kaku Gothic Pro W3", "Hiragino Kaku Gothic ProN W3", "Hiragino Sans", "Noto Sans JP", sans-serif;
   font-weight: 300;
  line-height: 1.6;
}


.price-box h4 {
  font-size: 1.625rem;
 
}

/*============
nav
=============*/
nav {
  position: fixed;
  top: 0;
  bottom: 0;
  right: -300px;
  z-index: 1040;
  display: block;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  width: 300px;
  background: #ffffff;
  opacity: 0;
  transition: all 0.5s;
}

.open nav {
  right: 0;
  opacity: 1;
}

nav .inner {
  padding: 85px 19px;
}
nav .inner .btn-h-dl {
  margin-bottom: 16px;
}
nav .inner .arrow {
  margin-top: 32px;
}
nav .inner .arrow li {
  padding-bottom: 16px;
  font-size: 1rem;
  border-bottom: 1px solid #707070;
}
nav .inner .arrow li a {
  text-decoration: none;
}

/*============
.toggle_btn
=============*/
.toggle_btn {
  display: block;
  position: fixed;
  top: 16px;
  right: 30px;
  width: 30px;
  height: 30px;
  transition: all 0.5s;
  cursor: pointer;
  z-index: 2000;
}

.toggle_btn span {
  display: block;
  position: absolute;
  left: 0;
  width: 30px;
  height: 2px;
  background-color: #333;
  border-radius: 4px;
  transition: all 0.5s;
}

.toggle_btn span:nth-child(1) {
  top: 4px;
}

.toggle_btn span:nth-child(2) {
  top: 14px;
}

.toggle_btn span:nth-child(3) {
  bottom: 4px;
}

.open .toggle_btn span {
  background-color: #202020;
}

.open .toggle_btn span:nth-child(1) {
  -webkit-transform: translateY(10px) rotate(-315deg);
          transform: translateY(10px) rotate(-315deg);
}

.open .toggle_btn span:nth-child(2) {
  opacity: 0;
}

.open .toggle_btn span:nth-child(3) {
  -webkit-transform: translateY(-10px) rotate(315deg);
          transform: translateY(-10px) rotate(315deg);
}

/*============
nav #mask
=============*/
#mask {
  display: none;
  transition: all 0.5s;
}

.open #mask {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.8;
  cursor: pointer;
}

.fadeIn_up {
  opacity: 0;
  -webkit-transform: translate(0, 5%);
          transform: translate(0, 5%);
  transition: 1s;
}

.fadeIn_up.is-show {
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
  opacity: 1;
}

.fadeIn_left {
  opacity: 0;
  transition: 1.3s;
  -webkit-transform: translate(-5%, 0);
          transform: translate(-5%, 0);
}

.fadeIn_left.is-show {
  opacity: 1;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}

.fadeIn_rigth {
  opacity: 0;
  transition: 1.3s;
  -webkit-transform: translate(5%, 0);
          transform: translate(5%, 0);
}

.fadeIn_rigth.is-show {
  opacity: 1;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}

.fadeIn {
  opacity: 0;
  transition: 1s;
}

.fadeIn.is-show {
  opacity: 1;
}

.move2 {
  transition: 1.125s;
}

.move3 {
  transition: 1.25s;
}

.move4 {
  transition: 1.375s;
}

.move5 {
  transition: 1.5s;
}

.move6 {
  transition: 1.625s;
}

.move-bigimg {
  transition: 1.5s;
  -webkit-transform: translate(0, 1%);
          transform: translate(0, 1%);
}

.container {
  margin: 0 auto;
  max-width: 1200px;
}
.container-m {
  margin: 0 auto;
  max-width: 1024px;
}

.panel {
  padding: 140px 0;
}

header {
  position: fixed;
  top: 0;
  padding: 14px 0;
  width: 100%;
  height: 80px;
  background-color: rgba(255, 255, 255, 0);
  z-index: 100;
  transition: 0.3s;
}
header .h-inner {
  display: flex;
  margin: 0 auto;
  max-width: 96%;
  align-items: center;
}
header .h-inner .logo {
  width: 127px;
  height: 33px;
}

.h-warp,
.in-warp {
  max-height: 1000px;
  height: 52.5vw;
}

.h-warp {
  position: relative;
  background: url(../img/bgline.png) 0 100% repeat-x;
  background-size: auto 55%;
}
.h-warp .in-warp {
  background: url(../img/heroimg.png) 100% 0 no-repeat;
  background-size: 93%;
}

.sphere {
  position: absolute;
  bottom: -63%;
  left: 5%;
  z-index: 1;
}

.service-name-box {
  position: absolute;
  left: 0;
  bottom: 40px;
  z-index: 1;
}
.service-name-box .service-name {
  /* width: 1010px; */
  width: 830px;
  /* height: 136px; */
  height: 180px;
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  /* background: #000 url(../img/service_name.svg) 50% 50% no-repeat; */
  background: #000 url(../img/service_name.svg) 65% 50% no-repeat;
  background-size: auto 140px;
  box-shadow: 3px 3px 6px #88888829;
}
.service-name-box p {
  /* margin: 20px 0 0 72px; */
  margin: 10px 0 0 0;
  display: flex;
  align-items: center;
  /* font-size: 1.625rem; */
  font-size: 1.8em;
  font-family: "Hiragino Kaku Gothic Pro W6", "Hiragino Kaku Gothic ProN W6", "Hiragino Sans", "Noto Sans JP", sans-serif;
  font-weight: 600;
  color: #FFF;
  background-color: #B92146;
  line-height: 1.2;
}
/* .service-name-box p::before {
  border-top: 1px solid #202020;
  content: "";
  width: 45px;
  margin-right: 24px;
} */

main {
  position: relative;
  overflow: hidden;
}

.bg_panel_f2 {
  position: relative;
  padding: 50px 0 140px;
  background-color: #f2f2f2;
  overflow: hidden;
}
.bg_panel_f2::after {
  content: "";
  background-color: #fff;
  width: calc((100vw - 1280px) / 2 + 40px);
  height: 100%;
  max-height: 100%;
  display: block;
  position: absolute;
  right: 0;
  top: 0;
}

.lead-box {
  margin: 0 auto 80px;
  max-width: 1366px;
  font-size: 1.125rem;
  text-align: center;
  line-height: 2;
  position: relative;
  z-index: 11;
}
.lead-box h4{
  font-size: 32px;
  margin-bottom: 24px;
  line-height: 1.4;
}
.lead-box h4 + p {
  margin-bottom: 24px;
}
.lead-box p{
  margin: 0;
}

.configuration-box {
  position: relative;
  padding: 48px 88px;
  background-color: #fff;
  z-index: 1;
}
.configuration-box + .ttl-configuration {
 margin-top: 56px;
}

.ttl-configuration {
  position: relative;
  z-index: 1;
}
.ttl-configuration::before {
  margin-right: 5px;
  content: "●";
  font-size: 7px;
}

.configuration-img {
  max-width: 1024px;
}

.control-signal-area {
  position: relative;
  z-index: 1;
  -webkit-transform: skewY(-5deg);
          transform: skewY(-5deg);
  overflow: hidden;
}

.control-bg-panel {
  -webkit-transform: skewY(5deg) scale(1.1);
          transform: skewY(5deg) scale(1.1);
  /* background: url(../img/bg_control_signal.jpg) 50% 160% no-repeat; */
  background: url(../img/bg_control_signal.jpg) 50% 100% no-repeat;
  background-size: contain;
  margin-bottom: -2%;
}

.control-signal-inner {
  /* padding-bottom: 300px; */
  padding-bottom: 250px;
  -webkit-transform: scale(0.9);
          transform: scale(0.9);
}

.control-signal-box {
  padding-top: 120px;
  display: flex;
}
.control-signal-box .col-left {
  margin-right: 93px;
  width: 50.5%;
  max-width: 512px;
}
.control-signal-box .col-left img {
  -o-object-fit: cover;
  object-fit: cover;
  height: 100%;
  width: 100%;
}
.control-signal-box .col-right {
  padding-bottom: 10px;
  width: 432px;
  /* border-bottom: 1px solid #202020; */
}
.control-signal-box p:has(small){
  text-align: right;
  margin-top: 8px;
}

ul.arrow li {
  display: flex;
  font-size: 1.125rem;
  margin-bottom: 12px;
}
ul.arrow li::before {
  content: "";
  display: block;
  width: 12px;
  height: 13px;
  margin-top: 8px;
  flex-shrink: 0;
  background: url(../img/arrow.svg);
  background-size: cover;
  margin-right: 16px;
}

.flex-rev {
  flex-flow: row-reverse;
  justify-content: center;
}
.flex-rev .col-left {
  margin: 0 0 0 93px;
  max-width: 512px;
}

.short-deferred-area {
  margin-top: -84px;
  /* padding: 300px 0; */
  padding: 200px 0 100px;
  background: #202020 url(../img/bg_short-deferred.jpg) 50% 50% no-repeat;
  background-size: cover;
  color: #fff;
}
.short-deferred-area .short-deferred-box {
  display: flex;
  gap: 80px;
  /* margin-bottom: 75px; */
  margin-bottom: 50px;
}
.short-deferred-area .col-left {
  width: 432px;
}
.short-deferred-area .col-right {
  border-bottom: 1px solid #fff;
}
.short-deferred-area p {
  font-size: 1.125rem;
}

.time {
  margin-top: 40px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  font-size: 5.25rem;
  font-family: "Hiragino Kaku Gothic Pro W6", "Hiragino Kaku Gothic ProN W6", "Hiragino Sans", "Noto Sans JP", sans-serif;
  font-weight: 600;
  line-height: 1.4;
}
.time small {
  font-family: "Josefin Sans", sans-serif;
  font-size: 1.125rem;
  font-weight: 500;
  margin: 41px 26px 0 0;
}
.time span {
  font-family: "Hiragino Kaku Gothic Pro W3", "Hiragino Kaku Gothic ProN W3", "Hiragino Sans", "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 2rem;
}

.line-box {
  margin-top: 32px;
  padding: 40px 30px;
  border: 2px solid #707070;
}

.terms-list {
  display: flex;
  flex-wrap: wrap;
  gap: 20px 73px;
}
.terms-list li {
  font-size: 0.9375rem;
  width: 440px;
}
.terms-list li .ttl-terms {
  font-size: 1.125rem;
  display: flex;
}
.terms-list li .ttl-terms::before {
  display: block;
  border-top: 1px solid #fff;
  content: "";
  width: 12px;
  height: 1px;
  margin-top: 17px;
  margin-right: 10px;
}

.high-quality-area {
  padding-top: 150px;
  position: relative;
  z-index: 0;
}

.high-quality-area::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transform: skewY(5deg);
          transform: skewY(5deg);
  -webkit-transform-origin: top right;
          transform-origin: top right;
  z-index: -1;
  width: 100%;
  height: 100%;
  background: #fff;
}

.high-quality-box {
  margin-bottom: 64px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 25px;
}
.high-quality-box p {
  max-width: 353px;
}

.service-h264 {
  width: 300px;
  color: #B92146;
  font-size: 2.4375rem;
  line-height: 1.2;
}
.service-h264 span {
  font-size: 0.875rem;
  color: #202020;
  font-family: "Hiragino Kaku Gothic Pro W3", "Hiragino Kaku Gothic ProN W3", "Hiragino Sans", "Noto Sans JP", sans-serif;
}

.twentytwenty01 {
  width: 1024px;
  max-width: 100%;
}

.comparison-img {
  margin-bottom: 140px;
}

.spec-area,
.panel-gr {
  background-color: #F2F2F2;
}

.panel-wh {
  padding: 80px;
  background-color: #fff;
}

.item-info {
  display: flex;
  gap: 56px;
  margin-bottom: 64px;
}
.item-info .item-img {
  width: 290px;
}
.item-info .btn-y {
  margin-top: 16px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 291px;
  height: 47px;
  background-color: #F6D70A;
  text-decoration: none;
}
.item-info .btn-g {
  margin-top: 16px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 291px;
  height: 47px;
  background-color: #606060;
  color: #F7DF40;
  text-decoration: none;
  cursor: default;
}
.item-info .btn-y:hover {
  background: #FFFFFF;
  border: 1px solid #F6D70A;
}
.item-info .item-dp {
  max-width: 518px;
}

.spec-tb {
  margin: 24px 0;
  font-size: 0.9375rem;
  border-bottom: 1px solid #707070;
}
.spec-tb tr.line-b {
  border-top: 1px solid #707070;
}
.spec-tb tr td {
  padding: 12px 8px 12px 12px;
  border-top: 1px dashed #707070;
  word-break: break-word;
}
.spec-tb tr td.bdr-lef {
  border-left: 1px solid #707070;
}
.spec-tb tr td:last-of-type {
  width: 35%;
}
.spec-tb .trow,
.spec-tb .trow2 {
  width: 166px;
  vertical-align: top;
  background-color: #F2F2F2;
}
.spec-tb .trow + td,
.spec-tb .trow2 + td {
  border-left: none;
}
.spec-tb td + td,
.spec-tb td.trow2 + td {
  border-left: 1px solid #707070;
}
.spec-tb .trow2 {
  background-color: #fff;
  white-space: nowrap;
}

.spec-tb-apply {
  text-align: center;
  background: #fff;
  margin: 5px 0 24px;
}

.spec-tb thead th {
  color: #fff;
  font-weight: bold;
  padding: 12px 8px 12px 12px;
  border-right: 1px solid #707070;
  word-break: break-word;
  background: #202020;
}

.spec-tb thead th:last-child {
  border-right: none;
}

.spec-tb tbody th {
  padding: 12px 8px 12px 12px;
  border-right: 1px solid #707070;
  background-color: #F2F2F2;
  word-break: break-word;
}

.spec-tb tbody td span {
  font-size: ;
}

.attention {
  font-size: 0.875rem;
}

.case-box:not(:last-of-type) {
  margin-bottom: 80px;
}

.case-box {
  position: relative;
  border: 1px solid #202020;
  border-left: 8px solid #202020;
  background: #ffffff;
}
.case-box .ttl-label {
  margin-left: -4px;
  padding-top: 35px;
  display: flex;
  align-items: center;
}
.case-box .ttl-label span {
  margin-right: 16px;
  padding: 0 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.5rem;
  font-weight: 300;
  font-family: "Josefin Sans", sans-serif;
  background: linear-gradient(139deg, #D4F9FB 0%, #5E9FE9 100%) 0% 0%;
  box-shadow: 0px 3px 4px #00000014;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  line-height: 1.4;
}
.case-box .ttl-label span::before {
  content: "・";
}
.case-box figure {
  width: 480px;
}

.case-box-in {
  padding: 35px 32px 48px;
  display: flex;
  gap: 20px;
}

.case-tx {
  flex: 1;
}
.case-tx ul.arrow {
  margin: 40px 0;
}
.case-tx ul.arrow li {
  font-size: 1rem;
}

.btn-detail {
  margin: 0 0 0 auto;
  text-align: right;
  display: inline!important;
  float: right;
}
.btn-detail + .btn-detail {
  margin-top:8px;
  clear: both;
}
.btn-detail:hover {
 background-color: #F7FBC9;
  padding-left: 30px;

  
}

.price-area {
  margin-top: 88px;
  display: flex;
  justify-content: center;
  gap: 17px;
}

.price-box {
  width: 480px;
  background: #fff;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.14);
}

.bl-box,
.pp-box,
.gr-box {
  padding: 32px;
  text-align: center;
  min-height: 200px;
  display: flex;
  flex-direction: column;
  justify-content: end;
  background: linear-gradient(147deg, #D4F9FB 0%, #5E9FE9 100%);
}
.pp-box h3,.gr-box h3{
  line-height: 3;
}
.bl-box h3{
  line-height: 1.5;
}
.pp-box {
  background:  linear-gradient(158deg, #F1D4FB 0%, #C55EE9 100%)
}
.pp-box .purice-num{
  font-size: 1.125rem;
  padding: 0.5rem 0;
}
.gr-box {
  background: linear-gradient(147deg, #D4FBDD 0%, #5EE9B0 100%);
}

.purice-num {
  margin: 24px 0 0;
  font-size: 1.625rem;
  font-weight: 700;
  font-family: "Hiragino Kaku Gothic Pro W6", "Hiragino Kaku Gothic ProN W6", "Hiragino Sans", "Noto Sans JP", sans-serif;
  background-color: #FFF;
  border-radius: 26px;
}
.purice-num span {
  margin-left: 10px;
  font-size: 1.125rem;
}

.kit-area {
  padding: 40px 20px;
  height: 100%;
}
.kit-qr{
  height: calc(100% - 120px);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: -40px;
}
.kit-qr p{
  margin-bottom: 24px;
}
.kit-item:last-of-type {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}

.kit-item {
  padding-bottom: 24px;
  margin-bottom: 24px;
  display: flex;
  font-size: 1.125rem;
  border-bottom: 1px solid #707070;
}
.kit-item .kit-num {
  margin-left: auto;
  white-space: nowrap;
}
.kit-item .kit-num small {
  margin-left: 4px;
  display: inline-block;
}
.kit-item small {
  display: block;
  font-size: 0.875rem;
}

ul li {
  list-style: none;
}

footer {
  display: flex;
  flex-direction: column;
}

.footer-upper,
.f-btnbox {
  height: 360px;
}

.footer-upper {
  background: #000 url(../img/bg_fotter.png) 50% 50% no-repeat;
  background-size: cover;
}

.footerLower {
  margin-top: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 80px;
  text-align: center;
  color: #fff;
  font-size: 0.875rem;
  background-color: #202020;
}

.tab-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 20px 0;
}

.tab-wrap:after {
  content: "";
  width: 100%;
  height: 3px;
  display: block;
}

.tab-label {
  padding-bottom: 16px;
  width: 257px;
  margin-bottom: 80px;
  white-space: nowrap;
  text-align: center;
  order: -1;
  position: relative;
  z-index: 1;
  cursor: pointer;
  border-bottom: 2px solid #CCCCCC;
}

.tab-label:not(:last-of-type) {
  margin-right: 10px;
}

.tab-content {
  width: 100%;
  height: 0;
  overflow: hidden;
  opacity: 0;
}

.tab-switch:checked + .tab-label {
  border-bottom: 2px solid #202020;
}

.tab-switch:checked + .tab-label + .tab-content {
  height: auto;
  overflow: auto;
  padding: 15px;
  opacity: 1;
  transition: 0.5s opacity;
}

.tab-switch {
  display: none;
}

.btn-arrow {
  position: relative;
  display: block;
  text-decoration: none;
  padding-right: 20px;
}

.btn-arrow::before {
  content: "";
  width: 8px;
  height: 8px;
  border: 0px;
  border-top: solid 1px #202020;
  border-right: solid 1px #202020;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -4px;
}

.h-btnbox {
  margin-left: auto;
  display: flex;
  gap: 1rem;
}

a.btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 270px;
  height: 52px;
  text-align: center;
  text-decoration: none;
  color: #202020;
}
a.btn-h-dl {
  border: 1px solid #202020;
}
a.btn-h-dl span::before {
  content: url(../img/icon_download.svg);
  display: inline-block;
  margin-right: 16px;
  position: relative;
  top: 3px;
  width: 18px;
  height: 18px;
}
a.btn-h-dl:hover {
  background-color: #202020;
  color: #fff;
}
a.btn-h-dl:hover span::before {
  content: url(../img/icon_download_hover.svg);
  width: 18px;
  height: 18px;
}
a.btn-h-ct {
  color: #FFF;
  background-color: #B92146;
}
a.btn-h-ct span::before {
  content: url(../img/icon_mail.svg);
  display: inline-block;
  margin-right: 16px;
  position: relative;
  top: 3px;
  width: 18px;
  height: 18px;
}
a.btn-h-ct:hover {
  background-color: #fff;
  color: #B92146;
  border: 1px solid #B92146;
}
a.btn-h-ct:hover span::before {
  content: url(../img/icon_mail_hover.svg);
  width: 18px;
  height: 18px;
}
a.btn-h-ct-yellow {
  color: #202020;
  border: 1px solid #202020 !important;
}
.f-btnbox  a.btn-h-ct-yellow {
  background-color: #F6D70A !important;
}
a.btn-h-ct-yellow span::before {
  content: url(../img/icon_mail_black.svg) !important;
}
.f-btnbox a.btn-h-ct-yellow:hover {
  background-color: #202020 !important;
  color: #F6D70A !important;
}
.f-btnbox a.btn-h-ct-yellow:hover span::before {
  content: url(../img/icon_mail_yellow.svg) !important;
}
.f-btnbox {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1rem;
}
.f-btnbox a.btn {
  width: 466px;
  height: 80px;
  font-size: 1.125rem;
}
.f-btnbox a.btn-h-dl {
  background-color: #F6D70A;
}
.f-btnbox a.btn-h-dl:hover {
  background-color: #202020;
  color: #F6D70A;
}
.f-btnbox a.btn-h-dl:hover span::before {
  content: url(../img/icon_download_f_hover.svg);
  width: 18px;
  height: 18px;
}
.f-btnbox a.btn-h-ct {
  background-color: transparent;
  border: 1px solid #F6D70A;
}
.f-btnbox a.btn-h-ct:hover {
  background-color: #F6D70A;
  border: 1px solid #F6D70A;
  color: #202020;
}
.f-btnbox a.btn-h-ct:hover span::before {
  content: url(../img/icon_mail_f_hover.svg);
  width: 18px;
  height: 18px;
}
.f-btnbox-apply {
  height: 240px;
}
.img-apply {
  margin-bottom: 60px;
}
.iframe-form {
  width: 100%;
  text-align: center;
  padding: 50px 0 0;
  margin: 30px 0 0;
  background: #fff;
  box-shadow: 0px 3px 10px rgb(0 0 0 / 14%);
}
.pagetop {
  display: none;
  position: fixed;
  bottom: 10%;
  right: 5%;
}
.pagetop a {
  display: block;
  width: 50px;
  height: 50px;
  background-color: #333;
  border-radius: 50px;
  text-align: center;
  color: #F4F2F0;
  font-size: 25px;
  text-decoration: none;
  opacity: 0.6;
  filter: alpha(opacity=60);
  -ms-filter: "alpha( opacity=60 )";
}

/*　フレックスボックス　------------------------- */
.common__col {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

.common__col__2 {
  width: 100%;
  max-width: 48.047%;
  margin-right: 3.906%;
  position: relative;
  min-height: 0%;
}

.common__col__2 img {
  width: 100%;
}

.common__col__2:nth-child(2n) {
  margin-right: 0;
}

/*　フローティングバナー　------------------------- */
.communityBanner {
  width: 100%;
  max-width: 970px;
  margin: 50px auto 0;
}

.communityBanner img {
  width: 100%;
}

.communityBanner a:hover {
  cursor: pointer;
  transition: 0.3s;
  opacity: 0.7;
}

/*　フローティングバナー　------------------------- */
.floatingBanner {
  position: fixed;
  z-index: 99999;
  bottom: 0;
  right: 0;
  line-height: 0;
  background: #fff;
}
.floatingBanner__pc {
  width: 250px;
}
.floatingBanner:hover a {
  opacity: .8;
}
.floatingBanner__sp {
  display: none;
}
.floatingBanner__close {
  position: absolute;
  right: 5px;
  top: 5px;
}
.floatingBanner__close a{
  display: block;
  width: 20px;
  height: 25px;
  text-align: center;
}
.floatingBanner__close a span{
  display: block;
  width: 1px;
  height: 1px;
  overflow: hidden;
}
.floatingBanner__close a i{
  font-size: 20px;
  z-index: 888;
  color: #222;
}


/*-----------------
追記
------------------*/
.inview-logo {
  width: 160px;
  margin: 15px 25px 15px 160px;
}

@media (max-width: 1112px) {
  .inview-logo {
    margin: 15px 25px 15px 90px;
  }
}

@media (max-width: 1024px) {
  .inview-logo {
    margin: 15px 25px 15px 120px;
  }
}

@media (max-width: 768px) {
  .inview-logo {
    margin: 15px 25px 15px 0;
  }

  .service-name-box p {
    width: 100%;
    justify-content: center;
  }

  .service-name-box .service-name {
    min-width: auto!important;
  }
}

@media (max-width: 430px) {
  .service-name-box p {
    font-size: 1.1rem!important;
  }

  .inview-logo {
    width: 130px;
    margin: 15px 15px 15px 0;
  }
}

.common__sup {
  vertical-align: super;
  font-size: 80%;
  color: #4a4a4a;
}

h2.ttl-gra + p {
  margin-top: 40px;
}

.system-tb {
  width: 100%;
  margin: 24px auto;
  font-size: 0.9375rem;
  border-top: 1px solid #fff;
}

.system-tb th, .system-tb td {
  border-bottom: 3px solid #000000;
  border-right: 5px solid #000000;
  padding: 12px 10px;
  vertical-align: middle;
}

.system-tb p {
  text-align: center;
  font-size: 0.9375rem;
  font-weight: bold;
}

.system-tb-logo {
  width: 100%;
}

table th:last-child, table td:last-child {
  border-right: none;
}

.system-tb th {
  font-weight: bold;
  text-align: left;
  width: 20%;
}

@media (max-width: 667px) {
  table.system-tb {
      white-space: normal;
  }

  .system-tb th {
    min-width: 140px;
  }
}

.flex-row {
  flex-flow: row;
  justify-content: center;
}

.spec-area {
  padding: 340px 0 140px;
  margin-top: -200px;
}

.oneCol {
  flex-flow: column;
}

.oneCol .col-left,
.oneCol .col-right {
  width: 100%;
  max-width: 1028px;
  margin: 0 auto;
}

.oneCol .col-right {
  margin-top: 40px;
}

@media (min-width: 890px) {
  .oneCol .ttl-gra{
    display: inline-block;
  }
}

.flex-row,
.flex-rev {
  align-items: center;
}

.control-signal-box .col-left img {
  box-shadow: 0px 3px 10px rgb(0 0 0 / 14%);
}

.spec-logo {
  width: 160px;
  margin: 10px auto 25px;
}


/*-----------------*/


@media (max-width: 1600px) {
  .sphere {
    bottom: -79%;
  }
}
@media (max-width: 1500px) {
  .sphere {
    bottom: -94%;
    width: 74vw;
  }
}
@media (max-width: 1366px) {
  .control-bg-panel {
    /* background-position: 50% 81%; */
    background-position: 50% 90%;
    -webkit-transform: skewY(5deg) scale(1.3);
            transform: skewY(5deg) scale(1.3);
    margin-top: -100px;
  }

  .control-signal-inner {
    /* padding-bottom: 248px; */
    padding-bottom: 130px;
    -webkit-transform: scale(0.7);
            transform: scale(0.7);
  }
}
@media (max-width: 1200px) {
  .container {
    width: 96%;
  }

  .footer-upper {
    background-position: 39% 50%;
  }
}
@media (max-width: 1112px) {
  .service-name-box .service-name {
    width: 98%;
    /* background-size: 90%; */
    background-size: 75%;
    min-width: 550px;
  }

  .service-name-box p {
    font-size: 1.5rem;
  }

  .control-signal-inner {
    max-width: 96%;
    margin: 0 auto;
  }
}
@media (max-width: 1024px) {
  .container-m {
    max-width: 96%;
  }

  .service-name-box {
    width: 72vw;
  }
  .service-name-box .service-name {
    /* height: 104px; */
    height: 160px;
  }
  .service-name-box p {
    /* margin-left: 10px;
    font-size: 1.25rem; */
    width: 98%;
  }

  .service-name-box p::before {
    width: 35px;
    margin-right: 18px;
  }

  h2,
  h2.ttl-case {
    /* font-size: 3.5rem; */
    font-size: 2.6rem;
  }

  h2.ttl-gra {
    /* padding: 0 22px; */
  }

  .control-bg-panel {
    -webkit-transform: skewY(5deg) scale(1.4);
            transform: skewY(5deg) scale(1.4);
  }
}
@media (max-width: 992px) {
  .service-name-box p::before {
    width: 25px;
    margin-right: 10px;
  }

  h2,
h2.ttl-case {
    font-size: 3.125rem;
  }

  h2.ttl-gra {
    margin-bottom: 38px;
  }

  .control-signal-box {
    padding-top: 10%;
  }

  .control-signal-inner {
    padding-bottom: 20%;
  }

  .short-deferred-area {
    margin-top: -9%;
  }

  .short-deferred-area h2 {
    /* width: 184px; */
    width: 300px;
  }
}
  .case-box h4 {
    background: linear-gradient(transparent 95%, #000 0%);
    display: inline;
    line-height: 1.75;
  }
@media (max-width: 930px) {
  .service-name-box .service-name {
    /* height: 86px; */
    height: 150px;
  }

  .service-name-box {
    width: 78vw;
    bottom: 20px;
  }

  .control-signal-box .col-left {
    margin-right: 73px;
  }

  .flex-rev .col-left {
    margin-left: 73px;
  }

  .terms-list li {
    width: 45%;
  }

  .case-box figure {
    max-width: 35vw;
  }

  .case-box h4 {
    font-size: 1.875rem;
  }
  .case-box h4 br{
    display: none;
  }

  .price-area {
    gap: 40px;
  }
}
@media (max-width: 880px) {
  .service-name-box {
    width: 89vw;
  }
  .control-signal-box p:has(small) {
    max-width: 80%;
    margin-left: auto;
    margin-right: auto;
  }
  .control-signal-box .col-right {
    width: 50%;
    margin-bottom: 1px;
  }

  .control-signal-box .col-left {
    width: auto;
    flex: 1;
  }

  .kit-item .kit-num {
    width: 35px;
  }

  .kit-item {
    gap: 10px;
  }

  .short-deferred-area {
    margin-top: -14%;
  }
}
@media (max-width: 820px) {
  .control-signal-box {
    flex-wrap: wrap;
  }

  .flex-row {
    flex-wrap: wrap !important;
  }

  h2.ttl-gra br {
    display: none;
  }

  .control-signal-box .col-left {
    margin-right: 0;
    flex: auto;
  }

  .control-signal-box .col-right {
    width: 80%;
    margin: 0 auto;
  }

  .flex-rev .col-left {
    margin-left: 0;
  }

  .control-bg-panel {
    margin-bottom: -29px;
    padding-bottom: 29px;
    margin-top: 0;
  }
}
@media (min-width: 769px) {
  #navArea {
    display: none;
  }
}
@media (max-width: 768px) {
  header {
    padding-bottom: 0;
    height: 66px;
    box-sizing: border-box;
  }

  .h-btnbox {
    display: none;
  }

  .spon {
    display: block;
  }

  .service-name-box {
    bottom: -40vw;
    width: 96%;
    background-color: #000;
    padding: 24px 18px;
    margin-right: auto;
    margin-left: auto;
    position: relative;
  }
  .service-name-box .service-name {
    width: 100%;
    /* height: 9vw; */
    height: 25vw;
    border-bottom: 1px solid #fff;
    background-size: 98%;
  }
  .service-name-box p {
    margin: 16px 0;
    color: #fff;
    font-family: "Hiragino Kaku Gothic Pro W3", "Hiragino Kaku Gothic ProN W3", "Hiragino Sans", "Noto Sans JP", sans-serif;
    font-weight: 400;
    /* font-size: 1rem; */
  }
  .service-name-box p::before {
    width: 0;
    margin-right: 0;
  }

  .bg_panel_f2 {
    /* padding-top: 130px; */
    padding-top: 300px;
  }

  .short-deferred-area {
    /* padding-bottom: 24%; */
    padding-bottom: 12%;
  }

  .short-deferred-area h2 {
    width: auto;
  }

  .high-quality-area {
    padding-top: 12%;
  }

  .panel {
    padding: 12% 0;
  }

  .spec-area {
    padding: 12% 0;
    margin-top: -40px;
    position: relative;
    z-index: 10;
  }

  .comparison-img {
    margin-bottom: 16%;
  }

  .case-box-in {
    flex-wrap: wrap;
  }

  .case-tx {
    flex: auto;
    width: 100%;
  }

  .case-box figure {
    max-width: 100%;
    text-align: center;
    margin: 0 auto;
    width: 100%;
  }

  .terms-list li {
    width: 100%;
  }

  .short-deferred-area .col-left {
    width: 80%;
  }

  .short-deferred-area .short-deferred-box {
    display: flex;
    gap: 24px;
    flex-wrap: wrap;
    width: 100%;
    justify-content: center;
  }

  .price-area {
    width: 80%;
    flex-wrap: wrap;
    margin: 0 auto;
  }

  .price-box {
    width: 100%;
  }

  .item-info {
    flex-wrap: wrap;
  }

  .item-info .item-img {
    width: 80%;
    margin: 0 auto;
    text-align: center;
  }

  .item-info .btn-y,.item-info .btn-g {
    margin: 16px auto;
  }

  .footer-upper,
.f-btnbox {
    height: 43vw;
  }

  .iframe-form iframe {
    width: 100%;
    height: 480px;
  }

  .floatingBanner__pc {
    display: none;
  }
  .floatingBanner__sp {
    display: inline-block;
    width: 100vw;
  }

  .common__col {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .common__col__2 {
    max-width: 100%;
    margin-right: 0;
    margin-bottom: 30px;
  }
}
@media (max-width: 667px) {
  .bg_panel_f2 {
    padding-bottom: 12%;
  }

  .control-bg-panel {
    margin-bottom: -9%;
    padding-bottom: 9%;
  }

  .short-deferred-area {
    margin-top: -24%;
  }

  table {
    display: block;
    overflow-x: scroll;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
  }

  h2 {
    font-size: 2.5rem;
    text-align: center;
  }

  h2.ttl-case {
    font-size: 2.5rem;
    margin-bottom: 8%;
  }

  .panel-wh {
    padding: 8%;
    width: 100%;
  }

  .time {
    font-size: 11vw;
  }

  .case-box .ttl-label {
   display: block;
   
  }

  .ttl-label h3 {
    margin-left: 34px;
    margin-right: 16px;
    margin-top: 16px;
  }
}
@media (max-width: 576px) {
  .service-name-box {
    bottom: -37vw;
  }

  .bg_panel_f2 {
    /* padding-top: 150px; */
    padding-top: 260px;
  }

  .configuration-box {
    padding: 4%;
  }
}
@media (max-width: 430px) {
  h3.oblique-r {
    font-size: 16px;
  }

  .control-bg-panel {
    margin-bottom: -16%;
    padding-bottom: 16%;
  }

  .short-deferred-area {
    /* margin-top: -49%; */
    margin-top: -30%;
  }

  .short-deferred-area .col-right {
    width: 80%;
  }

  .tab-label {
    margin-bottom: 8%;
  }

  .item-info .btn-y, .item-info .btn-g {
    width: 100%;
  }

  .price-area {
    width: 100%;
  }

  .f-btnbox {
    flex-wrap: wrap;
    margin: 10% 0;
  }

  .f-btnbox a.btn {
    width: 80%;
  }

  .footer-upper,
.f-btnbox {
    height: auto;
  }

  .short-deferred-area h2 {
    /* width: 128px; */
  }

  h2,
h2.ttl-case {
    font-size: 2rem;
    text-align: center;
  }

  .case-box h4 {
    font-size: 1.625rem;
   
  }

  .control-signal-box .col-right {
    width: 100%;
  }

  .kit-item .kit-num {
    width: 39px;
    text-align: right;
  }

  .service-name-box {
    padding: 16px;
    bottom: -44vw;
  }

  .bg_panel_f2 {
    /* padding-top: 180px; */
    padding-top: 260px;
  }
}
@media (max-width: 350px) {
  body,
.service-name-box p,
h3.oblique-r {
    font-size: 14px;
  }

  .lead-box,
ul.arrow li,
.short-deferred-area p,
.kit-item {
    font-size: 1rem;
  }

  h4 {
    font-size: 18px;
  }

  .service-h264 {
    font-size: 34px;
    text-align: center;
  }

  .case-box h4,
.case-box .ttl-label span {
    font-size: 1.25rem;
  }

  h2,
h2.ttl-case {
    font-size: 1.625rem;
  }

  h2,
h2.ttl-case,
.item-info h3,
.spec-area h3 {
    font-size: 24px;
  }

  .bl-box,
.gr-box {
    padding: 20px;
  }
}
/*-----------------
山口追記
------------------*/
p.font-small{
  font-size: 1rem;
}
span.font-small{
  font-size: 1rem;
  vertical-align: middle;
}

.tabsponly{
  display: none;
}

.termspcflex{
  display: flex;
  gap: 20px 73px;
}

.termspcflex ul{
  width: 440px;
}

.termspcflex ul li{
  margin-bottom: 24px;
}
.termspcflex ul li .ttl-terms{
  display: flex;
  font-size: 1.125rem;
}
.termspcflex ul li .ttl-terms::before{
  display: block;
  border-top: 1px solid #fff;
  content: "";
  width: 12px;
  height: 1px;
  margin-top: 17px;
  margin-right: 10px;
}
.jireibg{
  background-image: url(../img/jirei_bg.jpg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: bottom;
}

@media (max-width: 1024px) {
  .tabsponly{
    display: block;
  }
  .pconly{
    display: none;
  }
}


.sitefooter{
  color: #ffffff;
  background: #000000;
  width: 100%;
}
.sitefooter-inner{
  width: 100%;
  max-width: 1064px;
  margin: 0 auto;
  padding: 0 20px;
  height: 60px;
  line-height: 60px;
  display: flex;
  justify-content: space-between;
}
.sitefooter_logo img{
  width: 89px;
  height: 24px;
  vertical-align: middle;
}
.sitefooter_copy{
  font-size: 14px;
  margin: auto;
}
.sitefooter_sns{
  display: flex;
}
.sitefooter_sns a img{
  width: 21px;
  margin-right: 10px;
  vertical-align: middle;
}
@media (max-width: 992px) {
  .sitefooter-inner{
    height: auto;
    display: block;
    text-align: center;
  }
  .sitefooter_copy{
    line-height: initial;
  }
  .sitefooter_sns{
    justify-content: center;
  }
  .lead-box {
      text-align: left;
  }
  .lead-box h4{
    font-size: 24px;
  }
  .lead-box br{
    display: none;
  }
}

/*# sourceMappingURL=style.css.map */