@charset "UTF-8";
html {
  font-size: 1px;
  overflow-x: hidden;
}
html.lock {
  overflow-y: hidden;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.6;
  max-width: 100vw;
  min-height: 100vh;
  color: #505050;
  font-size: 16rem;
  overflow: hidden;
}

select,
input,
textarea,
button {
  font: inherit;
}

img,
svg {
  max-width: 100%;
  vertical-align: bottom;
}

a {
  color: #505050;
  text-decoration: none;
  -webkit-text-decoration: underline transparent;
          text-decoration: underline transparent;
  transition: 0.2s linear;
  backface-visibility: hidden;
}
a.tel_link {
  pointer-events: none;
}

main {
  display: block;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

* {
  box-sizing: border-box;
}

.inner {
  width: 960rem;
  margin-left: auto;
  margin-right: auto;
}

.s_inner {
  width: 820rem;
  margin-left: auto;
  margin-right: auto;
}

.btn {
  text-align: center;
  margin-top: 120rem;
  margin-left: auto;
  margin-right: auto;
  width: 800rem;
  height: 135rem;
  background: linear-gradient(to bottom, #C7A763 30%, #B7904A 60%, #A06D25);
  border-radius: 10rem;
  border-bottom: 10rem solid #855E27;
  position: relative;
  transition: 0.3s;
}
.btn a {
  display: block;
  height: 100%;
  color: #FFF;
  padding-top: 21rem;
}
.btn a span {
  display: block;
}
.btn a .txt_upper {
  font-size: 18rem;
  position: relative;
}
.btn a .txt_upper::before, .btn a .txt_upper::after {
  position: relative;
  display: inline-block;
  content: "";
  background: #ffffff;
  width: 2rem;
  height: 24rem;
  vertical-align: middle;
  margin: 0 30rem;
}
.btn a .txt_upper::before {
  transform: rotate(-35deg);
}
.btn a .txt_upper::after {
  transform: rotate(35deg);
}
.btn a .txt_lower {
  font-size: 38rem;
  font-weight: 600;
  position: relative;
}
.btn a .txt_lower::before {
  content: "";
  position: absolute;
  background-image: url(../img/ico_btn_calendar.svg);
  background-repeat: no-repeat;
  display: inline-block;
  width: 50rem;
  height: 50rem;
  background-size: contain;
  top: calc(50% - 25rem);
  left: 97rem;
}
.btn:hover {
  border-bottom: 0;
  transform: translateY(10rem);
  margin-bottom: 10rem;
}
.btn::after {
  content: "";
  position: absolute;
  background-image: url(../img/ico_arrow_right_circle.svg);
  background-repeat: no-repeat;
  display: inline-block;
  width: 33rem;
  height: 33rem;
  background-size: contain;
  top: 40%;
  right: 40rem;
}

.btn_note {
  margin-top: 15rem;
  font-size: 10rem;
  text-align: center;
}

.mv {
  position: relative;
}
.mv .nav_wrap.fixed {
  position: fixed;
  top: 0;
}
.mv .nav_wrap {
  position: absolute;
  z-index: 2;
  inset: 0;
  height: -moz-fit-content;
  height: fit-content;
  margin: 0 auto;
  top: 25.7142857143vw;
  text-align: center;
  width: 800rem;
}
.mv .nav_wrap ul {
  background: #fff;
  height: 80rem;
  border-radius: 10rem;
  box-shadow: 0 4rem 0 0 rgba(0, 0, 0, 0.1);
  display: flex;
  margin-right: 1rem;
  gap: 77rem;
  justify-content: flex-end;
}
.mv .nav_wrap ul li a {
  display: flex;
  position: relative;
  height: 80rem;
  align-items: center;
  justify-content: center;
}
.mv .nav_wrap ul li a::after {
  position: absolute;
  left: calc(50% - 18rem);
  content: "";
  width: 36rem;
  height: 2px;
  background: #4D7CA6;
  bottom: 15rem;
  transform: scale(0, 1);
  transform-origin: center top;
  transition: transform 0.3s;
}
.mv .nav_wrap ul li a:hover::after {
  transform: scale(1, 1);
}
.mv .nav_wrap ul .reserve_wrap a {
  width: 250rem;
  color: #fff;
  flex-direction: column;
  justify-content: flex-start;
}
.mv .nav_wrap ul .reserve_wrap a .upper {
  background-color: #18588E;
  font-size: 12rem;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 30rem;
  border-radius: 0 10rem 0 0;
  width: 100%;
}
.mv .nav_wrap ul .reserve_wrap a .lower {
  background-color: #4D7CA6;
  font-size: 20rem;
  border-radius: 0 0 10rem 0;
  position: relative;
  width: 100%;
  height: 50rem;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-left: 30rem;
}
.mv .nav_wrap ul .reserve_wrap a .lower::before {
  content: "";
  display: block;
  width: 23rem;
  height: 24rem;
  background-image: url(../img/ico_calendar.svg);
  background-size: 23rem;
  background-repeat: no-repeat;
  position: absolute;
  top: calc(50% - 12rem);
  left: 30rem;
}
.mv .nav_wrap ul .reserve_wrap a::after {
  content: none;
}

.top_nav {
  position: fixed;
  right: 0;
  bottom: 53rem;
  z-index: 3;
}

.about {
  margin-top: 180rem;
  text-align: center;
}
.about .problem {
  text-align: center;
}
.about .problem .question p {
  margin-top: 11rem;
  font-size: 60rem;
  font-weight: bold;
}
.about .problem .question p span {
  color: #18588E;
}
.about .problem .read {
  font-size: 26rem;
  margin-top: 45rem;
  font-weight: bold;
}
.about .problem .read span {
  background-color: #4D7CA6;
  color: #fff;
  height: 50rem;
  line-height: 50rem;
  padding-left: 10rem;
  padding-right: 10rem;
  margin-right: 8rem;
  display: inline-block;
}
.about .problem .read span b {
  font-size: 30rem;
}
.about .problem .problem_list {
  margin-top: 50rem;
  color: #333333;
}
.about .problem .problem_list ul {
  display: flex;
  gap: 24rem;
  align-items: stretch;
}
.about .problem .problem_list ul li {
  width: 304rem;
  display: flex;
  flex-direction: column;
  position: relative;
}
.about .problem .problem_list ul li .problem_txt {
  background: #EFE9DD;
  border-radius: 40rem 0 40rem 0;
  height: 165.5rem;
  font-size: 24rem;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  font-weight: 600;
}
.about .problem .problem_list ul li .problem_txt::after {
  border-bottom: 4rem dotted #18588E;
  content: "";
  position: absolute;
  bottom: -5rem;
  left: 115rem;
  width: 50rem;
  transform: rotate(-45deg);
}
.about .problem .problem_list ul li .problem_list_img {
  flex-grow: 1;
  margin-top: 70rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.about .problem .problem_list ul li .problem_solving {
  position: absolute;
  font-weight: 600;
  top: 520rem;
  left: 50%;
  transform: translateX(-50%);
  width: 235rem;
}
.about .problem .problem_list ul li .problem_solving .txt {
  font-size: 36rem;
  border: #707070 1rem solid;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  padding-left: 8rem;
  padding-right: 8rem;
}
.about .problem .problem_list ul li .problem_solving .txt::before {
  content: "";
  position: absolute;
  background-image: url(../img/ico_arrow_down.svg);
  background-repeat: no-repeat;
  display: inline-block;
  width: 35rem;
  height: 35rem;
  background-size: contain;
  top: -50rem;
  left: 50%;
  transform: translateX(-50%);
}
.about .problem .problem_list ul li .problem_solving .small_txt {
  font-size: 24rem;
  margin-top: 5rem;
}
.about .guest_tablet {
  margin-top: 320rem;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  padding-bottom: 95rem;
}
.about .guest_tablet .resolution {
  width: 900rem;
  margin-top: 33rem;
  margin-left: auto;
  margin-right: auto;
}
.about .guest_tablet .ttl {
  background-image: url(../img/ttl_guest_tablet.svg);
  background-repeat: no-repeat;
  background-position: bottom center;
  background-size: contain;
  height: 145rem;
  width: 920rem;
  margin-left: auto;
  margin-right: auto;
  margin-top: 20rem;
}
.about .guest_tablet .ttl h2 {
  font-size: 60rem;
  font-weight: bold;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
  line-height: 1.2;
}
.about .guest_tablet .ttl h2 small {
  font-size: 28rem;
  display: block;
  color: #18588E;
  text-align: left;
}
.about .guest_tablet .ttl h2 .large_txt {
  color: #18588E;
}
.about .guest_tablet .ttl h2 .large_txt img {
  margin-bottom: 20rem;
}
.about .guest_tablet .ttl h2 .small_txt {
  font-size: 36rem;
}
.about .guest_tablet .txt {
  width: 800rem;
  margin-top: 41rem;
  font-size: 18rem;
  margin-left: auto;
  margin-right: auto;
}
.about .guest_tablet .txt b {
  font-weight: bold;
}
.about .guest_tablet .img_wrap {
  margin-top: 70rem;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
}
.about .guest_tablet::after {
  content: "";
  position: absolute;
  bottom: -100rem;
  width: 0;
  height: 0;
  box-sizing: border-box;
  border-right: 50vw solid transparent;
  border-left: 50vw solid transparent;
  border-top: 100rem solid #fff;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
}
.about .diagram {
  background-color: #E4EBF2;
  position: relative;
  padding-top: 180rem;
  padding-bottom: 80rem;
}

.feature {
  background-color: #4D7CA6;
  position: relative;
  text-align: center;
  padding-bottom: 122rem;
}
.feature .ttl {
  padding-top: 105rem;
  position: relative;
}
.feature .ttl .ttl_img {
  position: absolute;
  right: 210rem;
  top: -35rem;
  width: 108rem;
}
.feature .ttl h2 {
  font-size: 60rem;
  font-weight: bold;
  color: #fff;
  background-image: url(../img/ttl_feature.svg);
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: contain;
  height: 120rem;
  width: 480rem;
  margin-left: auto;
  margin-right: auto;
  margin-top: -10rem;
}
.feature .feature_wrap {
  background: #fff;
  border-radius: 10rem;
  width: 885rem;
  margin-top: 105rem;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 65rem;
}
.feature .feature_wrap .feature_list ul {
  display: flex;
  gap: 50rem;
  justify-content: center;
}
.feature .feature_wrap .feature_list ul li {
  width: 210rem;
  position: relative;
  z-index: 0;
  font-weight: 600;
}
.feature .feature_wrap .feature_list ul li .feature_num {
  font-family: "Poppins", sans-serif;
  font-size: 20rem;
  color: #18588E;
  margin-top: -15rem;
}
.feature .feature_wrap .feature_list ul li .feature_num span {
  font-size: 36rem;
}
.feature .feature_wrap .feature_list ul li .feature_img {
  margin-top: 19rem;
}
.feature .feature_wrap .feature_list ul li .feature_txt {
  font-size: 26rem;
  color: #333333;
  margin-top: 24rem;
  height: 66rem;
  line-height: 31rem;
}
.feature .feature_wrap .feature_list ul li::before {
  content: "";
  position: absolute;
  width: 223rem;
  height: 223rem;
  border-radius: 50%;
  background: #EFE9DD;
  top: -40rem;
  left: -7rem;
  z-index: -1;
}
.feature .feature_wrap .feature_contents .content_ttl {
  font-size: 26rem;
  font-weight: bold;
  color: #fff;
  background-color: #4D7CA6;
  height: 45rem;
  line-height: 45rem;
  text-align: center;
  width: 800rem;
  margin-left: auto;
  margin-right: auto;
  margin-top: 70rem;
}
.feature .feature_wrap .feature_contents .img_wrap {
  margin-top: 47rem;
}
.feature .feature_wrap .feature_contents .contents_list {
  display: flex;
  gap: 48rem;
  justify-content: center;
  margin-top: 65rem;
}
.feature .feature_wrap .feature_contents .contents_list .contents:nth-child(1) .img_wrap {
  margin-right: -40rem;
}
.feature .feature_wrap .feature_contents .contents_list ul li {
  font-size: 22rem;
  font-weight: bold;
  position: relative;
  letter-spacing: -1rem;
  text-align: left;
  padding-left: 55rem;
  border-bottom: 1rem solid #707070;
}
.feature .feature_wrap .feature_contents .contents_list ul li span {
  font-size: 18rem;
}
.feature .feature_wrap .feature_contents .contents_list ul li::before {
  content: "";
  position: absolute;
  background-repeat: no-repeat;
  display: inline-block;
  width: 30rem;
  height: 30rem;
  background-size: contain;
  margin: auto;
  top: 0;
  bottom: 0;
  left: 0;
}
.feature .feature_wrap .feature_contents .contents_list ul li.c_black {
  color: #333333;
  padding-top: 19rem;
  padding-bottom: 19rem;
}
.feature .feature_wrap .feature_contents .contents_list ul li.c_black::before {
  background-image: url(../img/ico_check_black.svg);
}
.feature .feature_wrap .feature_contents .contents_list ul li.c_blue {
  color: #4D7CA6;
  padding-top: 21rem;
  padding-bottom: 21rem;
}
.feature .feature_wrap .feature_contents .contents_list ul li.c_blue::before {
  background-image: url(../img/ico_check_orange.svg);
}
.feature::after {
  content: "";
  position: absolute;
  bottom: -99rem;
  width: 0;
  height: 0;
  box-sizing: border-box;
  border-right: 50vw solid transparent;
  border-left: 50vw solid transparent;
  border-top: 100rem solid #4D7CA6;
  left: 0%;
}

.reason {
  margin-top: 100rem;
}
.reason .ttl {
  padding-top: 105rem;
  position: relative;
  text-align: center;
}
.reason .ttl h2 {
  font-size: 60rem;
  font-weight: bold;
  color: #505050;
  background-image: url(../img/ttl_reason.svg);
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: contain;
  height: 120rem;
  width: 480rem;
  margin-left: auto;
  margin-right: auto;
  margin-top: -10rem;
}
.reason .reason_list li {
  display: flex;
  gap: 58rem;
  margin-top: 120rem;
}
.reason .reason_list li .txt_wrap {
  width: 440rem;
}
.reason .reason_list li .txt_wrap .reason_num {
  background-color: #4D7CA6;
  font-family: "Poppins", sans-serif;
  font-size: 18rem;
  width: 122rem;
  color: #fff;
  text-align: center;
}
.reason .reason_list li .txt_wrap .reason_ttl {
  font-size: 38rem;
  color: #505050;
  font-weight: 600;
}
.reason .reason_list li .txt_wrap .txt {
  font-size: 18rem;
}
.reason .reason_list li .txt_wrap .txt .highlight {
  background-color: #FFF064;
}
.reason .reason_list li .txt_wrap .notes {
  font-size: 12rem;
  margin-top: 15rem;
}
.reason .reason_list li .reason_img {
  width: 462rem;
  position: relative;
}
.reason .reason_list li .reason_img img {
  position: relative;
  z-index: 1;
  border-radius: 15rem;
}
.reason .reason_list li .reason_img::after {
  content: "";
  position: absolute;
  background: #EFE9DD;
  width: 556rem;
  height: 284rem;
  z-index: 0;
  top: 45rem;
  left: 126rem;
}
.reason .reason_list li:nth-child(2n) {
  flex-direction: row-reverse;
}
.reason .reason_list li:nth-child(2n) .reason_img::after {
  right: 126rem;
  left: unset;
}

.function {
  padding-top: 160rem;
}
.function .ttl {
  position: relative;
  text-align: center;
}
.function .ttl .ttl_img {
  position: absolute;
  right: 160rem;
  bottom: 2%;
  width: 150rem;
}
.function .ttl h2 {
  font-size: 60rem;
  font-weight: bold;
  color: #505050;
  background-image: url(../img/ttl_function.svg);
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: contain;
  height: 120rem;
  width: 480rem;
  margin-left: auto;
  margin-right: auto;
  margin-top: -10rem;
}
.function .function_list {
  margin-top: 130rem;
}
.function .function_list ul {
  display: flex;
  gap: 98rem 30rem;
  flex-wrap: wrap;
  align-items: flex-end;
}
.function .function_list ul li {
  width: 300rem;
  position: relative;
}
.function .function_list ul li .list_num {
  font-family: "Poppins", sans-serif;
  font-size: 48rem;
  position: absolute;
  margin: 1.5em 0;
  padding: 0 5px;
  width: 94rem;
  height: 94rem;
  line-height: 94rem;
  text-align: center;
  color: #FFF;
  font-weight: bold;
  background: #18588E;
  border-radius: 50%;
  box-sizing: border-box;
  bottom: 170rem;
  left: 15rem;
}
.function .function_list ul li .list_num::before {
  content: "";
  position: absolute;
  bottom: -10rem;
  right: 10rem;
  border: 10rem solid transparent;
  border-left: 15rem solid #18588E;
  z-index: 0;
  transform: rotate(60deg);
}
.function .function_list ul li .option {
  font-size: 18rem;
  color: #4D7CA6;
  text-align: right;
}
.function .function_list ul li .list_ttl {
  height: 119rem;
  background-color: #4D7CA6;
  color: #fff;
  font-size: 30rem;
  font-weight: 600;
  border-radius: 45rem 0 0 0;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 35rem;
}
.function .function_list ul li .list_txt {
  min-height: 140rem;
  background-color: #F7F4EE;
  font-size: 18rem;
  border-radius: 0 0 45rem;
  padding-top: 15rem;
  padding-left: 20rem;
  padding-right: 20rem;
}
.function .function_list ul .list_adjustment {
  margin-top: 28rem;
}

.price_flow {
  padding-top: 205rem;
}
.price_flow .ttl {
  position: relative;
  text-align: center;
}
.price_flow .ttl h2 {
  font-size: 60rem;
  font-weight: bold;
  color: #505050;
  background-image: url(../img/ttl_price.svg);
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: contain;
  height: 120rem;
  width: 752rem;
  margin-left: auto;
  margin-right: auto;
  margin-top: -10rem;
}
.price_flow .price_wrap {
  display: flex;
  width: 590rem;
  gap: 71rem;
  margin-left: auto;
  margin-right: auto;
  margin-top: 39rem;
}
.price_flow .price_wrap p {
  text-align: center;
  font-size: 18rem;
  width: 254rem;
  height: 110rem;
  background-color: #4D7CA6;
  color: #fff;
  padding-top: 20rem;
}
.price_flow .price_wrap p span {
  display: inline-block;
  font-size: 30rem;
  font-weight: 600;
}
.price_flow .price_wrap p .small {
  font-size: 15rem;
  vertical-align: top;
}
.price_flow .price_wrap p:nth-child(2) {
  background-color: #18588E;
  position: relative;
}
.price_flow .price_wrap p:nth-child(2)::before, .price_flow .price_wrap p:nth-child(2)::after {
  content: "";
  display: inline-block;
  position: absolute;
  width: 3rem;
  height: 26rem;
  background-color: #C8C8C8;
  top: 42%;
  left: -35rem;
}
.price_flow .price_wrap p:nth-child(2)::after {
  transform: rotate(90deg);
}
.price_flow .notes {
  text-align: left;
  font-size: 12rem;
  margin-top: 44rem;
}
.price_flow .simulation {
  margin-top: 115rem;
  border: 1rem solid #18588E;
  border-radius: 10rem;
  text-align: center;
  padding-bottom: 20rem;
}
.price_flow .simulation .ttl {
  width: -moz-fit-content;
  width: fit-content;
  font-size: 22rem;
  font-weight: 600;
  padding-left: 56rem;
  padding-right: 56rem;
  background: #fff;
  margin-top: -20rem;
  margin-left: auto;
  margin-right: auto;
}
.price_flow .simulation .cost {
  margin-top: 51rem;
  font-size: 20rem;
  margin-left: auto;
  margin-right: auto;
}
.price_flow .simulation .cost ul li {
  margin-top: 12rem;
}
.price_flow .simulation .cost ul li p {
  margin-bottom: 10rem;
}
.price_flow .simulation .cost ul li .room {
  width: 88rem;
  margin-left: 10rem;
}
.price_flow .simulation .cost ul li .note {
  color: red;
  font-size: 15rem;
}
.price_flow .simulation .cost .sub_ttl {
  font-size: 22rem;
  font-weight: 600;
  margin-top: 50rem;
  text-align: left;
  margin-left: 130rem;
}
.price_flow .simulation .cost .option {
  width: 80%;
  text-align: left;
  margin: 0 auto;
}
.price_flow .simulation .cost .option li input[type=checkbox] {
  display: none;
  transform: scale(2);
  margin-right: 10rem;
  cursor: pointer;
}
.price_flow .simulation .cost .option li .check_box {
  box-sizing: border-box;
  cursor: pointer;
  display: inline-block;
  padding-left: 35rem;
  position: relative;
  width: auto;
}
.price_flow .simulation .cost .option li .check_box::before {
  background: #fff;
  border: 1px solid #231815;
  content: "";
  display: block;
  left: -5rem;
  margin-top: 0;
  position: absolute;
  top: 5rem;
  width: 25rem;
  height: 25rem;
}
.price_flow .simulation .cost .option li .check_box::after {
  border-right: 5rem solid #18588E;
  border-bottom: 5rem solid #18588E;
  content: "";
  display: block;
  height: 22rem;
  left: 5rem;
  margin-top: 0;
  opacity: 0;
  position: absolute;
  top: -3rem;
  transform: rotate(45deg);
  width: 10rem;
}
.price_flow .simulation .cost .option li input[type=checkbox]:checked + .check_box::after {
  opacity: 1;
}
.price_flow .simulation .cost .option li label {
  cursor: pointer;
}
.price_flow .simulation .cost .option li label span {
  font-weight: 600;
  font-size: 21rem;
}
.price_flow .simulation .cost .sub_ttl:nth-of-type(2) {
  position: relative;
  padding-top: 50rem;
}
.price_flow .simulation .cost .sub_ttl:nth-of-type(2)::before {
  content: "";
  width: 600rem;
  height: 1px;
  background-color: #707070;
  position: absolute;
  top: 0;
  left: 0;
}
.price_flow .simulation .cost .simulation_btn {
  background-color: #4D7CA6;
  color: #fff;
  border: none;
  transition: 0.5s;
  margin-top: 30rem;
  box-shadow: 0 4rem 0 0 rgba(0, 0, 0, 0.1);
  padding: 20rem;
}
.price_flow .simulation .cost .simulation_btn:hover {
  transform: translateY(2rem);
  box-shadow: 0 0 0 rgba(0, 0, 0, 0.1);
  cursor: pointer;
}
.price_flow .simulation .cost .clearbtn {
  background-color: #333333;
  margin-left: 10rem;
}
.price_flow .simulation .cost .simulation_cost {
  width: 80%;
  margin: 0 auto;
  display: flex;
  gap: 75rem;
}
.price_flow .simulation .cost .simulation_cost .initial_cost,
.price_flow .simulation .cost .simulation_cost .monthly_price {
  width: 347rem;
  border-bottom: 1rem solid #707070;
  margin-top: 50rem;
}
.price_flow .simulation .cost .simulation_cost .initial_cost p,
.price_flow .simulation .cost .simulation_cost .monthly_price p {
  color: #505050;
  font-weight: 600;
  padding-bottom: 12rem;
}
.price_flow .simulation .cost .simulation_cost .initial_cost p span,
.price_flow .simulation .cost .simulation_cost .monthly_price p span {
  color: #18588E;
  font-size: 40rem;
}
.price_flow .simulation .notes {
  font-size: 12rem;
  margin-left: 38rem;
}

.system_list {
  background-color: rgba(77, 124, 166, 0.1490196078);
  padding-top: 90rem;
  margin-top: 180rem;
  padding-bottom: 110rem;
}
.system_list .ttl {
  position: relative;
  text-align: center;
}
.system_list .ttl .ttl_img {
  position: absolute;
  right: 10rem;
  top: -140rem;
  width: 217rem;
}
.system_list .ttl h2 {
  font-size: 34rem;
  font-weight: bold;
}
.system_list dl {
  background-color: #fff;
  margin-top: 53rem;
}
.system_list dl .list_inner {
  display: flex;
  flex-wrap: wrap;
  padding-top: 60rem;
  padding-bottom: 60rem;
  justify-content: space-between;
  width: 700rem;
  margin-left: auto;
  margin-right: auto;
  gap: 25rem 0;
}
.system_list dl dt {
  background-color: #18588E;
  color: #fff;
  font-weight: bold;
  width: 340rem;
  padding-left: 10rem;
  height: 30rem;
  line-height: 30rem;
  margin-bottom: 10rem;
}
.system_list dl dt span {
  font-size: 12rem;
}
.system_list dl dd {
  position: relative;
}
.system_list dl dd::before {
  content: "・";
  display: inline-block;
}

.bottom_btn_wrap {
  margin-bottom: 37.5rem;
}

.footer_wrap {
  padding-bottom: 20rem;
  background: #EFE9DD;
  color: #505050;
}
.footer_wrap .footer_img img {
  width: 100%;
}
.footer_wrap .footer_contact {
  display: flex;
  height: 145rem;
}
.footer_wrap .footer_contact a {
  width: 100%;
  background: #E4EBF2;
  font-size: 16rem;
  padding-left: 119rem;
  padding-top: 39rem;
}
.footer_wrap .footer_contact a:first-child {
  background: #4D7CA6;
  text-align: right;
  padding-right: 128rem;
  color: #fff;
}
.footer_wrap .footer_contact a:first-child span {
  margin-left: auto;
}
.footer_wrap .footer_contact a span {
  display: block;
  position: relative;
  width: 25.7142857143vw;
}
.footer_wrap .footer_contact a .font_large {
  font-size: 30rem;
  font-weight: bold;
}
.footer_wrap .footer_contact a .font_large.contents_left {
  font-family: "Poppins", sans-serif;
  font-size: 32rem;
}
.footer_wrap .footer_contact a .font_large.contents_left::before {
  content: "";
  position: relative;
  background-image: url(../img/ico_tel.svg);
  background-repeat: no-repeat;
  display: inline-block;
  width: 24rem;
  height: 24rem;
  background-size: contain;
  top: 0rem;
  left: -10rem;
}
.footer_wrap .footer_contact a .contents_left {
  margin-right: 34rem;
}
.footer_wrap .footer_contact a .font_large.contents_right::before {
  content: "";
  position: absolute;
  background-image: url(../img/ico_foot_calendar.svg);
  background-repeat: no-repeat;
  display: inline-block;
  width: 44rem;
  height: 44rem;
  background-size: contain;
  top: 0;
  left: -70rem;
}
.footer_wrap .footer_contact a .contents_right {
  margin-left: 34rem;
}
.footer_wrap .company {
  display: flex;
  color: #505050;
}
.footer_wrap .company ul {
  margin-top: 191rem;
  width: 50%;
  position: relative;
}
.footer_wrap .company ul:first-child {
  margin-top: 68rem;
}
.footer_wrap .company ul:first-child::after {
  content: unset;
}
.footer_wrap .company ul:first-child li {
  margin-left: 0;
}
.footer_wrap .company ul:first-child li p {
  margin-top: 35rem;
  margin-right: 92rem;
  height: 117rem;
  line-height: 1.2;
}
.footer_wrap .company ul li {
  font-size: 14rem;
  margin-left: 100rem;
}
.footer_wrap .company ul li p {
  font-size: 16px;
}
.footer_wrap .company ul::after {
  content: "";
  position: absolute;
  width: 1rem;
  height: 144rem;
  background-color: #505050;
  bottom: -5rem;
  left: 60rem;
}
.footer_wrap .copy {
  text-align: center;
  font-size: 10rem;
  color: #B5B5B5;
  margin-top: 63rem;
}

@media screen and (min-width: 681px) {
  .sp_block {
    display: none !important;
  }
}
@media screen and (max-width: 1279px) {
  html {
    font-size: 0.0781860829vw;
  }
}
@media screen and (max-width: 680px) {
  .sp_none {
    display: none !important;
  }
  html {
    font-size: 0.2666666667vw;
  }
  body {
    line-height: 1.6;
    font-size: 13rem;
  }
  img {
    width: 100%;
  }
  .inner {
    width: 335rem;
  }
  .s_inner {
    width: 335rem;
  }
  .txt_upper {
    margin-top: 47rem;
    color: #C19753;
    font-size: 15rem;
    text-align: center;
  }
  .txt_upper::before, .txt_upper::after {
    position: relative;
    display: inline-block;
    content: "";
    background: #C19753;
    width: 1rem;
    height: 24rem;
    vertical-align: middle;
    margin: 0 15rem;
  }
  .txt_upper::before {
    transform: rotate(-35deg);
  }
  .txt_upper::after {
    transform: rotate(35deg);
  }
  .btn {
    margin-top: 5rem;
    width: 320rem;
    height: 68rem;
  }
  .btn a {
    padding-top: 7rem;
    line-height: 23rem;
  }
  .btn a .txt_upper {
    display: none;
  }
  .btn a .txt_lower {
    font-size: 19rem;
  }
  .btn a .txt_lower::before {
    width: 40rem;
    height: 40rem;
    top: 3rem;
    left: 11rem;
  }
  .btn:hover {
    border-bottom: 0;
    transform: translateY(5rem);
    margin-bottom: 5rem;
  }
  .btn::before {
    width: 41rem;
    height: 41rem;
    background-size: contain;
    top: 16rem;
    left: 11rem;
  }
  .btn::after {
    content: "";
    position: absolute;
    background-image: url(../img/ico_arrow_right_circle.svg);
    background-repeat: no-repeat;
    display: inline-block;
    width: 25rem;
    height: 25rem;
    background-size: contain;
    top: 21rem;
    right: 20rem;
  }
  .mv .nav_wrap.fixed {
    position: absolute;
  }
  .mv .nav_wrap {
    width: 100%;
    top: 425rem;
  }
  .mv .nav_wrap ul {
    height: 58rem;
    gap: unset;
    justify-content: center;
    gap: 45rem;
  }
  .mv .nav_wrap ul li {
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: unset;
    line-height: 16rem;
  }
  .mv .nav_wrap ul li a::after {
    content: unset;
  }
  .mv .nav_wrap ul li:nth-child(4) {
    margin-right: 23rem;
  }
  .sp_nav {
    position: relative;
  }
  .sp_nav .header_nav {
    position: fixed;
    right: 0;
    left: 0;
    top: 0;
    width: 100%;
    height: 100vh;
    transform: translateX(100%);
    background-color: rgba(255, 255, 255, 0.95);
    transition: ease 0.4s;
    z-index: 5;
  }
  .sp_nav .header_nav ul {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
  }
  .sp_nav .header_nav ul li {
    margin-top: 30rem;
  }
  .sp_nav .header_nav ul li a {
    font-size: 18rem;
    font-weight: 500;
  }
  .sp_nav .header_nav ul li a:hover {
    opacity: 0.7;
  }
  .sp_nav .active.header_nav {
    transform: translateX(0);
  }
  .sp_nav .hamburger_wrap {
    width: 50rem;
    height: 50rem;
    background-color: #505050;
    position: fixed;
    top: 0;
    right: 0;
    text-align: center;
    z-index: 7;
    display: none;
  }
  .sp_nav .hamburger_wrap .header_hamburger {
    width: 30rem;
    margin-top: 15rem;
  }
  .sp_nav .hamburger_wrap .hamburger {
    background-color: transparent;
    border-color: transparent;
  }
  .sp_nav .hamburger_wrap .hamburger span {
    width: 100%;
    height: 3rem;
    background-color: #fff;
    position: relative;
    transition: ease 0.4s;
    display: block;
  }
  .sp_nav .hamburger_wrap .hamburger span:first-child {
    top: 0;
  }
  .sp_nav .hamburger_wrap .hamburger span:nth-child(2) {
    margin: 6rem 0;
  }
  .sp_nav .hamburger_wrap .hamburger span:last-child {
    top: 0;
  }
  .sp_nav .hamburger_wrap .active.hamburger {
    transform: translateX(0);
  }
  .sp_nav .hamburger_wrap .active.hamburger span:first-child {
    top: 6rem;
    transform: rotate(45deg);
  }
  .sp_nav .hamburger_wrap .active.hamburger span:nth-child(2) {
    opacity: 0;
  }
  .sp_nav .hamburger_wrap .active.hamburger span:last-child {
    top: -12rem;
    transform: rotate(-45deg);
  }
  .top_nav {
    width: 60rem;
    bottom: 70rem;
  }
  .about {
    margin-top: 67rem;
  }
  .about .problem .question img {
    width: 35rem;
  }
  .about .problem .question p {
    margin-top: 8rem;
    font-size: 25rem;
  }
  .about .problem .read {
    font-size: 16rem;
    margin-top: 45rem;
  }
  .about .problem .read span {
    height: 25rem;
    line-height: 25rem;
    padding-left: 10rem;
    padding-right: 10rem;
    margin-right: 8rem;
  }
  .about .problem .read span b {
    font-size: 19rem;
  }
  .about .problem .read span:nth-of-type(2) {
    margin-left: 5rem;
  }
  .about .problem .problem_list {
    margin-top: 31rem;
    color: #333333;
  }
  .about .problem .problem_list ul {
    display: block;
  }
  .about .problem .problem_list ul li {
    gap: 14rem;
    width: auto;
    margin-top: 22rem;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }
  .about .problem .problem_list ul li .problem_txt {
    height: 130rem;
    border-radius: 20rem 0 20rem 0;
    font-size: 13rem;
    width: 100rem;
    padding-left: 14rem;
    padding-right: 14rem;
    font-feature-settings: "palt";
  }
  .about .problem .problem_list ul li .problem_txt::after {
    border-bottom: 2rem dotted #18588E;
    bottom: 45rem;
    left: 90rem;
    width: 15rem;
  }
  .about .problem .problem_list ul li .problem_list_img {
    margin-top: 0;
    height: 100rem;
    position: relative;
    width: 90rem;
    flex-grow: unset;
  }
  .about .problem .problem_list ul li .problem_list_img img {
    position: relative;
    left: 0;
    transform: unset;
  }
  .about .problem .problem_list ul li .problem_solving.mg20 {
    margin-top: 20rem;
  }
  .about .problem .problem_list ul li .problem_solving {
    position: relative;
    margin-top: 0;
    width: 110rem;
    top: unset;
    left: unset;
    transform: none;
  }
  .about .problem .problem_list ul li .problem_solving .txt {
    position: relative;
    font-size: 18rem;
    width: 90rem;
    margin: 0 auto;
    padding-left: 5rem;
    padding-right: 5rem;
  }
  .about .problem .problem_list ul li .problem_solving .txt::before {
    width: 17rem;
    height: 17rem;
    top: 25rem;
    left: -23rem;
    transform: rotate(270deg);
  }
  .about .problem .problem_list ul li .problem_solving .small_txt {
    font-size: 12rem;
    margin-top: 5rem;
  }
  .about .problem .problem_list ul li:first-child .problem_solving .txt::before {
    top: 7rem;
  }
  .about .guest_tablet {
    margin-top: 31rem;
    padding-bottom: 45rem;
  }
  .about .guest_tablet .resolution {
    width: 335rem;
    margin-top: 33rem;
    margin-left: auto;
    margin-right: auto;
  }
  .about .guest_tablet .ttl {
    background-position: top;
    height: 72rem;
    width: 385rem;
    margin-left: -30rem;
    margin-right: auto;
    margin-top: 21rem;
  }
  .about .guest_tablet .ttl h2 {
    font-size: 30rem;
  }
  .about .guest_tablet .ttl h2 small {
    font-size: 16rem;
  }
  .about .guest_tablet .ttl h2 .large_txt img {
    width: 50rem;
    margin-bottom: 8rem;
  }
  .about .guest_tablet .ttl h2 .small_txt {
    font-size: 18rem;
  }
  .about .guest_tablet .txt {
    width: 335rem;
    margin-top: 14rem;
    font-size: 13rem;
    padding-left: 0;
    padding-right: 0;
    text-align: left;
  }
  .about .guest_tablet::before {
    content: unset;
  }
  .about .guest_tablet::after {
    content: unset;
  }
  .about .guest_tablet .img_wrap {
    margin-top: 35rem;
  }
  .about .diagram {
    padding-top: 60rem;
    padding-bottom: 50rem;
  }
  .about .diagram .ttl,
  .about .diagram .img_wrap {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }
  .feature {
    padding-bottom: 20rem;
  }
  .feature .ttl {
    padding-top: 44rem;
  }
  .feature .ttl .ttl_img {
    position: absolute;
    right: 45rem;
    top: -40rem;
    width: 50rem;
  }
  .feature .ttl h2 {
    font-size: 30rem;
    height: 40rem;
    width: 246rem;
    margin-top: -10rem;
  }
  .feature .feature_wrap {
    width: 335rem;
    height: auto;
    margin-top: 60rem;
  }
  .feature .feature_wrap .feature_list ul {
    gap: 10rem;
    margin-left: 5rem;
    white-space: nowrap;
  }
  .feature .feature_wrap .feature_list ul li {
    width: 96rem;
    position: relative;
    z-index: 0;
    font-weight: 600;
  }
  .feature .feature_wrap .feature_list ul li .feature_num {
    font-family: "Poppins", sans-serif;
    font-size: 10rem;
    color: #18588E;
    margin-top: -15rem;
    margin-left: -10rem;
  }
  .feature .feature_wrap .feature_list ul li .feature_num span {
    font-size: 18rem;
  }
  .feature .feature_wrap .feature_list ul li .feature_img {
    margin-left: 17rem;
    margin-top: 0;
    width: 45rem;
    height: 45rem;
  }
  .feature .feature_wrap .feature_list ul li:first-child .feature_img {
    width: 55rem;
  }
  .feature .feature_wrap .feature_list ul li:first-child .feature_img img {
    margin-left: 3rem;
  }
  .feature .feature_wrap .feature_list ul li .feature_txt {
    font-size: 13rem;
    margin-top: 5rem;
    height: auto;
    line-height: 19rem;
  }
  .feature .feature_wrap .feature_list ul li::before {
    width: 96rem;
    height: 96rem;
    top: -25rem;
    left: -7rem;
  }
  .feature .feature_wrap .feature_contents .content_ttl {
    font-size: 15rem;
    height: 35rem;
    line-height: 35rem;
    text-align: center;
    width: 300rem;
    margin-top: 30rem;
  }
  .feature .feature_wrap .feature_contents .img_wrap {
    width: 320rem;
    margin-left: auto;
    margin-right: auto;
  }
  .feature .feature_wrap .feature_contents .contents_list {
    display: block;
    margin-top: 35rem;
    width: 290rem;
    margin-left: auto;
    margin-right: auto;
  }
  .feature .feature_wrap .feature_contents .contents_list .contents:nth-child(1) .img_wrap {
    margin-right: auto;
  }
  .feature .feature_wrap .feature_contents .contents_list ul li {
    font-size: 16rem;
    padding-left: 37.5rem;
  }
  .feature .feature_wrap .feature_contents .contents_list ul li span {
    font-size: 13rem;
  }
  .feature .feature_wrap .feature_contents .contents_list ul li::before {
    width: 22.5rem;
    height: 22.5rem;
  }
  .feature .feature_wrap .feature_contents .contents_list ul li.sp_black {
    color: #333333;
    padding-top: 19rem;
    padding-bottom: 19rem;
  }
  .feature .feature_wrap .feature_contents .contents_list ul li.sp_black::before {
    background-image: url(../img/ico_check_black.svg);
  }
  .feature .feature_wrap .feature_contents .contents_list ul li.sp_blue {
    color: #4D7CA6;
    padding-top: 21rem;
    padding-bottom: 21rem;
  }
  .feature .feature_wrap .feature_contents .contents_list ul li.sp_blue::before {
    background-image: url(../img/ico_check_orange.svg);
  }
  .feature::after {
    content: "";
    position: absolute;
    bottom: -71rem;
    width: 0;
    height: 0;
    box-sizing: border-box;
    border-right: 50vw solid transparent;
    border-left: 50vw solid transparent;
    border-top: 72rem solid #4D7CA6;
    left: 0;
  }
  .reason {
    padding-bottom: 20rem;
    text-align: center;
  }
  .reason .ttl {
    padding-top: 44rem;
  }
  .reason .ttl .ttl_img {
    right: 45rem;
    top: -40rem;
    width: 80rem;
    margin: 0 auto;
  }
  .reason .ttl h2 {
    font-size: 30rem;
    height: 47rem;
    width: 248rem;
    margin-top: 20rem;
  }
  .reason .reason_list li {
    display: block;
    margin-top: 55rem;
  }
  .reason .reason_list li .txt_wrap {
    width: auto;
    text-align: left;
  }
  .reason .reason_list li .txt_wrap .reason_num {
    font-size: 13rem;
    width: 90rem;
    margin-left: 0;
  }
  .reason .reason_list li .txt_wrap .reason_ttl {
    margin-top: 6rem;
    font-size: 20rem;
    font-weight: 600;
  }
  .reason .reason_list li .txt_wrap .txt {
    margin-top: 10rem;
    font-size: 13rem;
  }
  .reason .reason_list li .txt_wrap .txt span.notes {
    font-size: 8rem;
    vertical-align: top;
  }
  .reason .reason_list li .txt_wrap .txt p.notes {
    font-size: 8rem;
    text-align: left;
  }
  .reason .reason_list li .reason_img {
    width: 290rem;
    position: relative;
    margin: 0 0 0 auto;
  }
  .reason .reason_list li .reason_img img {
    margin-top: 20rem;
    position: relative;
    z-index: 1;
    border-radius: 15rem;
  }
  .reason .reason_list li .reason_img::after {
    content: "";
    position: absolute;
    background: #EFE9DD;
    width: 290rem;
    height: 170rem;
    z-index: 0;
    top: 60rem;
    left: 50rem;
  }
  .reason .reason_list li:nth-child(2n) {
    flex-direction: row-reverse;
  }
  .reason .reason_list li:nth-child(2n) .reason_img::after {
    right: 0;
    left: 50rem;
  }
  .function {
    margin-top: 5rem;
    padding-top: 45rem;
    padding-bottom: 20rem;
  }
  .function .ttl {
    margin-top: 70rem;
  }
  .function .ttl .ttl_img {
    position: absolute;
    right: 48rem;
    bottom: 20rem;
    width: 80rem;
  }
  .function .ttl h2 {
    font-size: 30rem;
    height: 47rem;
    width: 256rem;
    margin-top: -10rem;
  }
  .function .function_list {
    margin-top: 55rem;
  }
  .function .function_list ul {
    align-items: stretch;
    gap: 57rem 20rem;
  }
  .function .function_list ul li {
    width: 157rem;
    position: relative;
  }
  .function .function_list ul li .list_num {
    font-size: 25rem;
    padding: 0;
    width: 47rem;
    height: 47rem;
    line-height: 47rem;
    bottom: unset;
    left: 5rem;
    margin: 0;
    top: -35rem;
  }
  .function .function_list ul li .list_num::before {
    bottom: -12rem;
    right: 3rem;
  }
  .function .function_list ul li .list_wrap {
    display: flex;
    flex-direction: column;
    height: 100%;
  }
  .function .function_list ul li .option {
    font-size: 13rem;
    position: absolute;
    right: 0;
    top: -25rem;
  }
  .function .function_list ul li .list_ttl {
    height: 80rem;
    font-size: 16rem;
    border-radius: 25rem 0 0 0;
  }
  .function .function_list ul li .list_txt {
    height: auto;
    min-height: unset;
    font-size: 12rem;
    padding-top: 10rem;
    padding-bottom: 10rem;
    padding-left: 10rem;
    padding-right: 10rem;
    border-radius: 0 0 25rem;
    flex-grow: 1;
  }
  .function .function_list ul .list_adjustment,
  .function .function_list ul .list_adjustment_sp {
    margin-top: 0;
  }
  .price_flow {
    padding-top: 50rem;
    padding-bottom: 55rem;
  }
  .price_flow .ttl {
    margin-top: 0;
  }
  .price_flow .ttl h2 {
    font-size: 30rem;
    background-position: bottom;
    height: 47rem;
    width: 340rem;
    margin-top: -10rem;
  }
  .price_flow .price_wrap {
    width: 310rem;
    gap: 35rem;
  }
  .price_flow .price_wrap p {
    text-align: center;
    font-size: 13rem;
    width: 254rem;
    height: 80rem;
    padding-top: 15rem;
    margin-bottom: 0;
  }
  .price_flow .price_wrap p span {
    display: inline-block;
    font-size: 20rem;
    font-weight: 600;
  }
  .price_flow .price_wrap p .small {
    font-size: 9rem;
    vertical-align: top;
  }
  .price_flow .price_wrap p:nth-child(2) {
    background-color: #18588E;
    position: relative;
  }
  .price_flow .price_wrap p:nth-child(2)::before, .price_flow .price_wrap p:nth-child(2)::after {
    top: 40%;
    left: -18rem;
    width: 2rem;
    height: 20rem;
  }
  .price_flow .notes {
    text-align: left;
    font-size: 10rem;
    margin-top: 15rem;
  }
  .price_flow .simulation {
    margin-top: 45rem;
    padding-bottom: 15rem;
  }
  .price_flow .simulation .ttl {
    width: -moz-fit-content;
    width: fit-content;
    font-size: 15rem;
    font-weight: bold;
    padding-left: 6rem;
    padding-right: 6rem;
    background: #fff;
    margin-top: -10rem;
    margin-left: auto;
    margin-right: auto;
  }
  .price_flow .simulation .cost {
    margin-top: 22rem;
    font-size: 13rem;
    margin-left: auto;
    margin-right: auto;
  }
  .price_flow .simulation .cost ul li {
    margin-top: 12rem;
  }
  .price_flow .simulation .cost ul li p {
    margin-bottom: 10rem;
  }
  .price_flow .simulation .cost ul li .room {
    width: 88rem;
  }
  .price_flow .simulation .cost ul li .note {
    font-size: 10rem;
  }
  .price_flow .simulation .cost .sub_ttl {
    font-size: 15rem;
    margin-top: 10rem;
    margin-left: 0;
    width: 90%;
    margin: 0 auto;
  }
  .price_flow .simulation .cost .option {
    width: 90%;
    text-align: left;
    margin: 0 auto;
  }
  .price_flow .simulation .cost .option li input[type=checkbox] {
    transform: scale(2);
    width: 11rem;
    height: 20rem;
    margin-right: 10rem;
  }
  .price_flow .simulation .cost .option li .check_box {
    padding-left: 30rem;
  }
  .price_flow .simulation .cost .option li .check_box::before {
    left: 5rem;
    top: 5rem;
    width: 15rem;
    height: 15rem;
  }
  .price_flow .simulation .cost .option li .check_box::after {
    border-right: 4rem solid #18588E;
    border-bottom: 4rem solid #18588E;
    content: "";
    display: block;
    height: 16rem;
    left: 10rem;
    margin-top: 0;
    opacity: 0;
    position: absolute;
    top: -2rem;
    transform: rotate(45deg);
    width: 6rem;
  }
  .price_flow .simulation .cost .option li label span {
    font-weight: 600;
    font-size: 13rem;
  }
  .price_flow .simulation .cost .sub_ttl:nth-of-type(2) {
    padding-top: 20rem;
    margin-top: 20rem;
  }
  .price_flow .simulation .cost .sub_ttl:nth-of-type(2)::before {
    width: 100%;
  }
  .price_flow .simulation .cost .simulation_btn {
    height: 50rem;
    line-height: 50rem;
    padding: unset;
    padding-left: 20rem;
    padding-right: 20rem;
  }
  .price_flow .simulation .cost .simulation_cost {
    display: block;
    width: 90%;
  }
  .price_flow .simulation .cost .simulation_cost .initial_cost,
  .price_flow .simulation .cost .simulation_cost .monthly_price {
    width: 100%;
    margin: 0 auto;
    border-bottom: 1rem solid #707070;
    margin-top: 25rem;
  }
  .price_flow .simulation .cost .simulation_cost .initial_cost p,
  .price_flow .simulation .cost .simulation_cost .monthly_price p {
    padding-bottom: 6rem;
  }
  .price_flow .simulation .cost .simulation_cost .initial_cost p span,
  .price_flow .simulation .cost .simulation_cost .monthly_price p span {
    font-size: 20rem;
  }
  .price_flow .simulation .notes {
    font-size: 10rem;
    margin-left: 22rem;
  }
  .system_list {
    padding-top: 37.5rem;
    margin-top: 37.5rem;
    padding-bottom: 37.5rem;
  }
  .system_list .ttl .ttl_img {
    right: 32rem;
    top: -65rem;
    width: 80rem;
  }
  .system_list .ttl h2 {
    font-size: 25rem;
  }
  .system_list dl {
    margin-top: 37.5rem;
  }
  .system_list dl .list_inner {
    display: block;
    padding-top: 30rem;
    padding-bottom: 30rem;
    width: 310rem;
  }
  .system_list dl dt {
    font-weight: bold;
    width: 100%;
    height: 25rem;
    line-height: 25rem;
    margin-bottom: 5rem;
    margin-top: 25rem;
  }
  .system_list dl dt span {
    font-size: 12rem;
  }
  .system_list dl dd {
    position: relative;
  }
  .system_list dl dd::before {
    content: "・";
    display: inline-block;
  }
  .sp_footer {
    position: fixed;
    bottom: 0;
    z-index: 2;
  }
  .sp_footer .sp_footer_wrap a {
    width: 100vw;
    background: #EFE9DD;
    font-size: 13rem;
    padding-top: 10rem;
    display: block;
    text-align: center;
  }
  .sp_footer .sp_footer_wrap a span {
    display: block;
  }
  .sp_footer .sp_footer_wrap a .font_large {
    font-size: 22rem;
    font-weight: bold;
    width: -moz-fit-content;
    width: fit-content;
    margin-right: auto;
    margin-left: auto;
    padding-left: 35rem;
    position: relative;
  }
  .sp_footer .sp_footer_wrap a .font_large.contents_right::before {
    content: "";
    position: absolute;
    background-image: url(../img/ico_foot_calendar.svg);
    background-repeat: no-repeat;
    display: inline-block;
    width: 28rem;
    height: 28rem;
    background-size: contain;
    top: 3rem;
    left: 5rem;
  }
  .footer_wrap {
    padding-bottom: 20rem;
  }
  .footer_wrap .footer_img img {
    width: 100%;
  }
  .footer_wrap .footer_contact {
    display: block;
    height: auto;
  }
  .footer_wrap .footer_contact a {
    width: 100%;
    font-size: 13rem;
    padding-left: 0;
    padding-top: 12.5rem;
    height: 72.5rem;
    display: block;
    text-align: center;
    padding-right: 0;
  }
  .footer_wrap .footer_contact a:first-child {
    text-align: center;
    padding-right: 0;
  }
  .footer_wrap .footer_contact a:nth-child(2) {
    padding-left: 0;
  }
  .footer_wrap .footer_contact a span {
    width: -moz-fit-content;
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
  }
  .footer_wrap .footer_contact a .font_large {
    font-size: 22rem;
  }
  .footer_wrap .footer_contact a .font_large.contents_left {
    font-size: 23rem;
  }
  .footer_wrap .footer_contact a .font_large.contents_left::before {
    width: 24rem;
    height: 24rem;
    top: 0rem;
    left: -10rem;
  }
  .footer_wrap .footer_contact a .contents_left {
    margin-right: auto;
  }
  .footer_wrap .footer_contact a .font_large.contents_right {
    padding-left: 35rem;
  }
  .footer_wrap .footer_contact a .font_large.contents_right::before {
    content: "";
    width: 28rem;
    height: 28rem;
    top: 3rem;
    left: 5rem;
  }
  .footer_wrap .footer_contact a .contents_right {
    margin-left: auto;
  }
  .footer_wrap .company.inner {
    width: 312rem;
  }
  .footer_wrap .company {
    display: block;
  }
  .footer_wrap .company ul {
    width: 100%;
    position: relative;
    margin-top: 37.5rem;
    text-align: center;
  }
  .footer_wrap .company ul:first-child {
    margin-top: 47rem;
  }
  .footer_wrap .company ul:first-child::after {
    content: unset;
  }
  .footer_wrap .company ul:first-child li {
    margin-left: 0;
    text-align: center;
    font-size: 13rem;
  }
  .footer_wrap .company ul:first-child li img {
    width: 290.5rem;
  }
  .footer_wrap .company ul:first-child li p {
    margin-top: 37.5rem;
    margin-right: 0rem;
    height: auto;
    font-size: 13rem;
  }
  .footer_wrap .company ul li {
    font-size: 13rem;
    margin-left: 0;
  }
  .footer_wrap .company ul li p {
    font-size: 13rem;
  }
  .footer_wrap .company ul::after {
    content: unset;
  }
  .footer_wrap .copy {
    margin-bottom: 65rem;
    margin-top: 50rem;
    font-size: 8rem;
  }
}/*# sourceMappingURL=style.css.map */