@charset "utf-8";

html {
  /* scroll-behavior: smooth; */
  font-size: 62.5%;
  overflow-y: scroll;
  overflow-x: hidden;
}

body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
address,
time,
ul,
ol,
li,
dl,
dt,
dd,
table,
th,
td,
img,
figure,
figcaption,
form,
input,
button,
textarea,
select,
iframe {
  margin: 0;
  padding: 0;
}

img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}

a {
  color: #000;
  text-decoration: none;
}

a:hover {
  transition: all 0.3s;
  opacity: 0.7;
}

a img {
  transition: all 0.5s;
}

a:hover img {
  transition: all 0.5s;
  opacity: 0.7;
}

ul {
  list-style: none;
}

iframe {
  width: 100%;
}

body {
  font-family: "heisei-kaku-gothic-std", sans-serif;
  font-weight: 300;
  font-style: normal;
  color: #000;
  font-size: 1.0rem;
  position: relative;
  font-feature-settings: "palt";
  overflow-x: hidden;
}

* {
  box-sizing: border-box;
}

.header img,
.footer img,
.leftnavi img,
.floating_bnr img {
  width: 100%;
  height: auto;
}

.wrapper {
  width: 85%;
  max-width: 100rem;
  margin: 0 auto;
  position: relative;
}

header {
  border-top: 10px solid #C80000;
}

.animation {
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.8s ease, visibility 0.8s ease;
}

.fadeInUp {
  animation-fill-mode: both;
  animation-duration: 1s;
  animation-name: fadeInUp;
  visibility: visible !important;
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translateY(1.5rem);
  }

  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

.fadeUp {
  animation-name: fadeUpAnime;
  animation-duration: 1s;
  animation-fill-mode: forwards;
}

@keyframes fadeUpAnime {
  from {
    opacity: 0;
    transform: translateY(1.0rem);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* .box {
  opacity: 0;
} */

/* アニメーションスタートの遅延時間を決めるCSS */
.delay-time02 {
  animation-delay: 0.3s;
}

.delay-time03 {
  animation-delay: 0.6s;
}

.delay-time04 {
  animation-delay: 0.9s;
}

.delay-time05 {
  animation-delay: 1.2s;
}

.delay-time06 {
  animation-delay: 1.5s;
}

.delay-time07 {
  animation-delay: 1.8s;
}

#main_visual {
  height: 74rem;
  background-image: url("../img/renew/mv.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  font-weight: 700;
  background-attachment: scroll;
}

#main_visual .wrapper {
  animation: open1 1s ease-in 1 forwards;
  opacity: 0;
  padding-top: 9rem;
}

@keyframes open1 {
  to {
    opacity: 1;
  }
}

.logo {
  margin-bottom: 4rem;
  max-width: 33.2rem;
}

.header_title {
  color: #C80000;
  font-size: clamp(4rem, 3.243rem + 3.79vw, 9.3rem);
  margin-bottom: 4rem;
  line-height: 1.2;
  text-shadow: 0 0 20px #fff, 0 0 20px #fff;
}

.inquiry_button_wrap {
  background: #000;
  padding: 5rem 0;
}

.inquiry_button {
  display: inline-block;
}

.inquiry_button_wrap .inquiry_button {
  margin: 0 auto;
  text-align: center;
}

.inquiry_button dt {
  margin-bottom: 2rem;
  font-size: clamp(1.8rem, 1.68rem + 0.6vw, 2.4rem);
  font-weight: 700;
}

header .inquiry_button dt h2 {
  font-size: clamp(1.8rem, 1.68rem + 0.6vw, 2.4rem);
  text-shadow: 0 0 9px #fff, 0 0 9px #fff, 0 0 9px #fff;
}

.inquiry_button_wrap .inquiry_button ul {
  /* display: flex;
  justify-content: space-between;
  justify-content: center; */
}

.inquiry_button li {
  /* width: calc((100% - 3rem) / 2); */
}

.inquiry_button li a {
  display: block;
  background-color: #C80000;
  border: 1px solid #C80000;
  border-radius: 5rem;
  padding: 2rem 12rem;
  white-space: nowrap;
  color: #fff;
  font-size: clamp(1.4rem, 1.257rem + 0.71vw, 2.4rem);
  font-weight: 700;
  text-align: center;
}

.inquiry_button li:nth-child(2) a {
  background-color: #fff;
  color: #C80000;
  border: 1px solid #C80000;
}

.inquiry_button li:nth-child(1) a:hover {
  background-color: #fff;
  color: #C80000;
  border: 1px solid #C80000;
}

.inquiry_button li:nth-child(2) a:hover {
  background-color: #C80000;
  color: #fff;
}

#badge {
  background-color: #C80000;
  padding: 3rem 0;
  display: flex;
  justify-content: space-between;
}

#badge .inner {
  background-color: #C80000;
  display: flex;
  justify-content: space-between;
  align-items: center;
  animation: open2 1s ease-in 1 forwards;
  opacity: 0;
}

@keyframes open2 {
  to {
    opacity: 1;
  }
}

#badge .left {
  width: 37%;
}

#badge .right {
  width: 63%;
  color: #fff;
  line-height: 1.8;
}

#badge .left img {
  width: 100%;
  padding: 0 5rem 0 7rem;
}

#badge .right dt {
  font-size: clamp(1.3rem, 1.08rem + 1.1vw, 2.4rem);
  margin-bottom: 1rem;
  font-weight: 700;
}

#badge .right dd {
  font-size: clamp(1.2rem, 1.12rem + 0.4vw, 1.6rem);
}

#loop_slider {
  text-align: center;
  margin-bottom: 15rem;
  animation: open3 1s ease-in 1 forwards;
  opacity: 0;
}

@keyframes open3 {
  to {
    opacity: 1;
  }
}

.ttl {
  margin: 0 auto;
  text-align: center;
}

#loop_slider .ttl {
  text-align: center;
  font-size: clamp(1.4rem, 1.2rem + 1vw, 2.4rem);
  padding: 5rem 0;
  font-weight: 700;
  letter-spacing: 0.5rem;
  position: relative;
  display: inline-block;
}

#loop_slider .ttl:before,
#loop_slider .ttl:after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  border: 1px solid #000;
  height: 30px;
}

#loop_slider .ttl:before {
  left: -4rem;
  transform: translateY(-50%) rotate(-30deg);
}

#loop_slider .ttl:after {
  right: -4rem;
  transform: translateY(-50%) rotate(30deg);
}

.loop_slider {
  width: 100%;
  overflow: hidden;
}

#loop_slider.slick-initialized {
  display: block;
}

.loop_slider .slick-slide {
  margin: 0 1rem;
  box-sizing: border-box;
  padding: 0;
}

.loop_slider .slick-slide img {
  height: auto;
  width: 100%;
  max-height: 8rem;
  object-fit: contain;
}

.loop_slider .slick-track {
  display: flex;
  align-items: center;
}

#sec1 {
  background: rgb(200, 200, 200);
  background: linear-gradient(-45deg, rgba(200, 200, 200, 1) 0%, rgba(240, 240, 240, 1) 50%, rgba(200, 200, 200, 1) 100%);
  padding-bottom: 6rem;
}

#sec1 .list_wrap {
  background-image: url("../img/renew/sec1_list_wrap.png");
  background-repeat: no-repeat;
  width: 1000px;
  height: 528px;
  padding: 0 7rem 4rem 0;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  top: -6rem;
  position: relative;
}

#sec1 .list_wrap:before {
  content: "※過去実績含む";
  position: absolute;
  right: 0;
  top: -5rem;
  font-size: 1.2rem;
}

#sec1 .list_wrap .inner {
  display: inline-block;
  color: #fff;
}

#sec1 .list_wrap .ttl {
  font-size: clamp(2rem, 1.6rem + 2vw, 4rem);
  line-height: 1.7;
  margin-bottom: 3rem;
}

#sec1 .list_wrap li {
  font-size: clamp(1.4rem, 1.2rem + 1vw, 2.4rem);
  background-image: url("../img/renew/check.svg");
  background-repeat: no-repeat;
  background-size: 3.1rem;
  padding: 0.5rem 0 0 4rem;
  line-height: 1;
}

#sec1 .list_wrap li span {
  color: #C80000;
}

#sec1 .list_wrap li:not(:last-child) {
  margin-bottom: 2rem;
}

#sec1 .ttl {
  margin: 0 auto 6rem;
  display: flex;
  flex-flow: column;
}

#sec1 .ttl span {
  font-size: clamp(1.4rem, 0.96rem + 2.2vw, 3.6rem);
  font-weight: 700;
  display: flex;
  justify-content: center;
  align-items: flex-end;
}

#sec1 .ttl span:nth-child(2) {
  padding: 1rem 0 2rem;
}

#sec1 .ttl span:nth-child(3) {
  font-size: clamp(2.5rem, 2.12rem + 1.9vw, 4.4rem);
}

#sec1 .ttl span img {
  max-width: 63rem;
  padding-right: 1rem;
}

#sec1 .content li {
  display: flex;
  justify-content: space-between;
  margin-bottom: 10rem;
  position: relative;
  z-index: 1;
  gap: 6rem;
}

#sec1 .content li:nth-child(even) {
  flex-direction: row-reverse;
}

#sec1 .content li:last-child {
  margin-bottom: 0;
}

#sec1 .content li:before {
  content: "";
  position: absolute;
  top: -7rem;
  right: -13rem;
  background-repeat: no-repeat;
  background-size: 100%;
  max-width: 27.7rem;
  max-height: 27.7rem;
  opacity: 0.5;
}

#sec1 .content li:nth-child(1):before {
  background-image: url("../img/renew/sec1_icon1.svg");
}

#sec1 .content li:nth-child(2):before {
  background-image: url("../img/renew/sec1_icon2.svg");
  max-width: 29.4rem;
  right: auto;
  left: 24rem;
  opacity: 1;
}

#sec1 .content li:nth-child(3):before {
  background-image: url("../img/renew/sec1_icon3.svg");
  max-width: 26.5rem;
}

#sec1 .content li .img,
#sec1 .content li .text {
  width: calc((100% - 6rem* 1) / 2);
  z-index: 1;
  position: relative;
}

#sec1 .content li .text .list_ttl {
  display: flex;
  flex-direction: column-reverse;
}

#sec1 .content li .text h3 {
  color: #C80000;
  font-size: clamp(2.2rem, 2rem + 1vw, 3.2rem);
  margin-bottom: 3rem;
}

#sec1 .content li .text h4 span {
  color: #fff;
  background-color: #C80000;
  font-size: clamp(1.4rem, 1.2rem + 1vw, 2.4rem);
  display: inline-block;
  padding: 0 1rem;
  margin-bottom: 2.0rem;
  height: 3rem;
  line-height: 3.5rem;
}

#sec1 .content li .text p {
  font-size: clamp(1.4rem, 1.36rem + 0.2vw, 1.6rem);
  line-height: 1.9;
  margin-bottom: 2rem;
}

#sec1 .content li .text p span {
  color: #C1272D;
}

#sec2 {
  background-image: linear-gradient(#EEE 1px, transparent 0), linear-gradient(90deg, #EEE 1px, transparent 0);
  background-size: 22px 22px;
  padding-bottom: 12rem;
}

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

#sec2 .ttl {
  padding: 6rem 0 5rem;
}

#sec2 .ttl .en {
  color: #C1272D;
  font-size: clamp(1.8rem, 1.68rem + 0.6vw, 2.4rem);
  font-family: century-gothic, sans-serif;
  font-weight: 700;
  font-style: normal;
  text-transform: uppercase;
  position: relative;
}

#sec2 .ttl .en:after {
  content: "";
  position: absolute;
  bottom: -5px;
  left: 0;
  width: 100%;
  height: 3px;
  background-color: #C1272D;
}

#sec2 .ttl h2 {
  font-size: clamp(1.58rem, 1.256rem + 1.62vw, 3.2rem);
  margin-top: 3.5rem;
  font-weight: 900;
}

#sec2 .ttl h2 span {
  font-size: clamp(3.8rem, 3.68rem + 0.6vw, 4.4rem);
  color: #C1272D;
  padding: 0 0.2rem;
}

#sec2 .sttl h3 {
  font-size: clamp(2rem, 1.92rem + 0.4vw, 2.4rem);
  position: relative;
  padding-left: 3rem;
  margin-bottom: 0.5rem;
}

#sec2 .sttl h3:before {
  content: "■";
  font-size: clamp(2rem, 1.84rem + 0.8vw, 2.8rem);
  color: #666;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

#sec2 .sttl small {
  font-size: 1.4rem;
  padding-left: 3.5rem;
}

#sec2 .list_wrap {
  display: flex;
  gap: 4rem;
  width: 85%;
  margin: 0 auto;
}

#sec2 .list {
  width: calc((100% - 4rem* 1) / 2);
  display: flex;
  flex-flow: column;
}

#sec2 .list .img {
  position: relative;
  margin-top: 2rem;
}

#sec2 .list .img:before {
  content: "";
  display: block;
  padding-top: 81%;
}

#sec2 .list .img img {
  position: absolute;
  top: 0;
  left: 0;
}

#sec2 .list .img img:not(:last-child) {
  z-index: 2;
}

#sec3 {
  background-image: url("../img/renew/sec3_bg.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  min-height: 53.3rem;
  color: #fff;
}

#sec3 .wrapper {
  display: flex;
  flex-flow: column;
  align-items: center;
}

#sec3 h2 {
  position: relative;
  top: -4.5rem;
  width: 1000px;
  background-color: #C80000;
  border-radius: 5rem;
  padding: 3rem 0;
  color: #fff;
  font-size: clamp(1.2rem, 0.96rem + 1.2vw, 2.4rem);
  font-weight: 700;
  text-align: center;
}

#sec3 h2:after,
#sec3 h2:before {
  position: absolute;
  bottom: -30px;
  left: 50%;
  transform: translateX(-50%);
  margin: auto;
  content: "";
}

#sec3 h2:after {
  box-sizing: border-box;
  width: 30px;
  height: 30px;
  border: 15px solid transparent;
  border-top: 15px solid #C80000;
  ;
}

#sec3 h3 {
  font-size: clamp(1.2rem, 0.44rem + 3.8vw, 5rem);
  padding: 3rem 0 5rem;
  text-align: center;
  font-style: italic;
  line-height: 1.8;
}

#award {
  background-image: url("../img/renew/award_bg.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
}

#award .wrapper {
  max-width: 130rem;
  text-align: center;
}

#award .ttl {
  padding: 6rem 0;
}

#award .ttl .en {
  text-align: center;
  padding-bottom: 1.5rem;
  font-family: century-gothic, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: clamp(2.8rem, 1.96rem + 4.2vw, 7rem);
  display: block;
  text-transform: uppercase;
}

#award .ttl h2 {
  font-size: clamp(1.6rem, 0.96rem + 3.2vw, 4.8rem);
}

#award ul {
  display: flex;
  margin: 0 auto;
}

#award ul:nth-child(2) {
  gap: 6rem;
  width: 85rem;
}

#award ul:nth-child(2) li {
  width: calc((100% - 6rem* 2) / 3);
}

#award ul:nth-child(4) {
  gap: 6rem;
  width: 130rem;
}

#award ul:nth-child(4) li {
  width: calc((100% - 5rem* 4) / 5);
}

#award li figcaption {
  font-size: clamp(1rem, 0.88rem + 0.6vw, 1.6rem);
  font-weight: 500;
  font-weight: normal;
  line-height: 1.8;
  text-align: center;
  margin-top: 1.5rem;
}

#award h3 {
  max-width: 99rem;
  margin: 0 auto;
  background-image: url("../img/renew/award_line.svg");
  background-repeat: no-repeat;
  background-position: 0 7rem;
  padding: 13rem 0 5rem;
  font-size: clamp(1.4rem, 1.04rem + 1.8vw, 3.2rem);
  text-align: center;
  line-height: 2;
}

.btn {
  font-size: clamp(1.6rem, 1.44rem + 0.8vw, 2.4rem);
  font-weight: 700;
  font-weight: normal;
  text-align: center;
  padding: 1.6rem 0;
  border: 2px solid #000;
  border-radius: 6rem;
  display: inline-block;
  margin: 8rem auto;
  position: relative;
  width: 35rem;
}

.btn::after,
.btn:before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: auto;
  margin: auto;
  content: "";
  vertical-align: middle;
}

.btn:before {
  right: 3rem;
  width: 1.2rem;
  height: 1.2rem;
  border-top: 2px solid #000;
  border-right: 2px solid #000;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.btn:hover {
  background-color: #000;
  color: #fff;
  opacity: 1;
}

.btn:hover:before {
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
}

#service {
  background-color: #F0F0F0;
}

#service .wrapper {
  max-width: 128rem;
  padding-bottom: 17rem;
}

#service .wrapper:before,
#service .wrapper:after {
  content: "";
  position: absolute;
  background-repeat: no-repeat;
  width: 128rem;
  height: 64rem;
}

#service .wrapper:before {
  background-image: url("../img/renew/service_bg1.png");
  background-position: right;
  top: 0;
  right: -47rem;
}

#service .wrapper:after {
  background-image: url("../img/renew/service_bg2.png");
  background-position: left;
  bottom: 0;
  left: -47rem;
}

#service .ttl {
  padding: 10rem 0;
  z-index: 1;
  position: relative;
}

#service .ttl .en {
  font-weight: 700;
  font-style: normal;
  display: block;
  padding-bottom: 1.5rem;
  font-family: century-gothic, sans-serif;
  font-size: clamp(2.5rem, 1.6rem + 4.5vw, 7rem);
  text-transform: uppercase;
  color: #C80000;
}

#service .ttl h2 {
  font-size: clamp(1.6rem, 1.44rem + 0.8vw, 2.4rem);
  letter-spacing: 0.5rem;
}

#service .service_list {
  z-index: 1;
  position: relative;
  display: flex;
  margin-bottom: 5rem;
}

#service .service_list:nth-child(odd) {
  flex-direction: row-reverse;
}

#service .service_list .img {
  max-width: 57.2rem;
}

#service .service_list ul {
  max-width: 73rem;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 41rem;
  display: flex;
  flex-wrap: wrap;
  gap: 2.5rem;
}

#service .service_list:nth-child(3) ul {
  right: 41rem;
  left: auto;
}

#service .service_list li {
  background-color: #fff;
  width: calc((100% - 2.5rem* 1) / 2);
  padding: 5rem 2.5rem 3rem 2.5rem;
  position: relative;
}

#service .service_list li:before {
  content: "";
  position: absolute;
  right: -1.5rem;
  top: -1.5rem;
  max-width: 5.7rem;
  max-height: 5.7rem;
  background-size: 100%;
}

#service .service_list:nth-child(2) li:nth-child(1):before {
  background-image: url("../img/renew/service_icon1.svg");
}

#service .service_list:nth-child(2) li:nth-child(2):before {
  background-image: url("../img/renew/service_icon2.svg");
}

#service .service_list:nth-child(2) li:nth-child(3):before {
  background-image: url("../img/renew/service_icon3.svg");
}

#service .service_list:nth-child(2) li:nth-child(4):before {
  background-image: url("../img/renew/service_icon4.svg");
}

#service .service_list:nth-child(3) li:nth-child(1):before {
  background-image: url("../img/renew/service_icon5.svg");
}

#service .service_list:nth-child(3) li:nth-child(2):before {
  background-image: url("../img/renew/service_icon6.svg");
}

#service .service_list:nth-child(3) li:nth-child(3):before {
  background-image: url("../img/renew/service_icon7.svg");
}

#service .service_list:nth-child(3) li:nth-child(4):before {
  background-image: url("../img/renew/service_icon8.svg");
}

#service .service_list:nth-child(4) li:nth-child(1):before {
  background-image: url("../img/renew/service_icon9.svg");
}

#service .service_list:nth-child(4) li:nth-child(2):before {
  background-image: url("../img/renew/service_icon10.svg");
}

#service .service_list:nth-child(4) li:nth-child(3):before {
  background-image: url("../img/renew/service_icon11.svg");
}

#service .service_list:nth-child(4) li:nth-child(4):before {
  background-image: url("../img/renew/service_icon12.svg");
}

#service .service_list h3 {
  font-size: clamp(1.6rem, 1.44rem + 0.8vw, 2.4rem);
  color: #C80000;
  margin-bottom: 1rem;
  text-align: center;
  white-space: nowrap;
}

#service .service_list p {
  font-size: clamp(1.2rem, 1.12rem + 0.4vw, 1.6rem);
  line-height: 1.8;
}

#plan .wrapper {
  color: #fff;
  background-image: url("../img/renew/plan_bg.svg");
  background-repeat: no-repeat;
  background-size: 100%;
  max-width: 102.3rem;
  margin-top: -14rem;
}

#plan .wrapper:before {
  content: "";
  display: block;
  padding-top: 56%;
}

#plan .ttl {
  margin-bottom: 4rem;
  z-index: 1;
  position: relative;
}

#plan .ttl .en {
  font-weight: 700;
  font-style: normal;
  display: block;
  padding-bottom: 1.5rem;
  font-family: century-gothic, sans-serif;
  font-size: clamp(3rem, 2.2rem + 4vw, 7rem);
  text-transform: uppercase;
}

#plan .ttl h2 {
  font-size: clamp(1.4rem, 1.2rem + 1vw, 2.4rem);
  letter-spacing: 0.8rem;
}

#plan .inner {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  padding: 5rem;
  width: 100%;
  height: 100%;
}

#plan .content {
  display: flex;
  gap: 2rem;
}

#plan .content dl {
  width: calc((100% - 2rem* 2) / 3);
  font-size: clamp(1.2rem, 1.12rem + 0.4vw, 1.6rem);
}

#plan .content dt {
  background-color: #930000;
  padding: 1rem;
  text-align: center;
  margin-bottom: 2rem;
}

#plan .content dd {
  line-height: 1.8;
}

#plan .content li {
  position: relative;
  padding-left: 1rem;
}

#plan .content li:after,
#plan .content li:before {
  position: absolute;
  top: 0.7rem;
  left: 0;
  margin: auto;
  content: "";
}

#plan .content li:before {
  left: 0px;
  box-sizing: border-box;
  width: 12px;
  height: 12px;
  border: 6px solid transparent;
  border-left: 6px solid #fff;
}

#plan .content li span {
  font-size: 1.4rem;
}

#outline {
  margin-bottom: 10rem;
}

#outline .ttl {
  padding: 4rem 0;
  z-index: 1;
  position: relative;
  display: flex;
  flex-flow: column;
}

#outline .ttl span {
  font-size: clamp(1.6rem, 1.44rem + 0.8vw, 2.4rem);
}

#outline .ttl img {
  max-width: 58rem;
  margin: 2rem auto 3rem;
}

#outline .wrapper {
  display: flex;
  gap: 5rem;
  max-width: 94rem;
}

#outline .outline_list {
  width: calc((100% - 5rem* 1) / 2);
}

#outline .outline_list {
  font-size: clamp(1.2rem, 1.12rem + 0.4vw, 1.6rem);
}

#outline .outline_list p {
  margin-bottom: 2rem;
}

#outline .outline_list dl {
  display: flex;
  flex-wrap: wrap;
  line-height: 1.8;
  margin-bottom: 2rem;
}

#outline .outline_list dt {
  flex-basis: 20%;
  padding: 0 0 1rem 0;
  border-right: 1px solid #ccc;
}

#outline .outline_list dd {
  flex-basis: 80%;
  padding: 0 0 1rem 3rem;
}

#outline .outline_list img {
  max-width: 35rem;
}

#contact {
  background-color: #C80000;
  text-align: center;
  padding-bottom: 7rem;
}

#contact .ttl {
  font-size: clamp(1.8rem, 1.66rem + 0.7vw, 2.5rem);
  color: #fff;
  font-family: century-gothic, sans-serif;
  font-weight: 700;
  font-style: normal;
  text-transform: capitalize;
  background-color: #000;
  padding: 0.7rem 7rem;
  border-radius: 3rem;
  display: inline-block;
  margin: -2rem auto 3rem;
  letter-spacing: 1rem;
}

#contact h2 {
  color: #fff;
  font-size: clamp(1.4rem, 1.2rem + 1vw, 2.4rem);
  line-height: 1.8;
  margin-bottom: 3rem;
}

#contact .tel_wrap {
  background-color: #fff;
  padding: 0.5rem 0 1.5rem;
  border-radius: 1rem;
  margin: 0 auto;
  display: inline-block;
  width: 76rem;
  margin-bottom: 5rem;
}

#contact .tel_wrap a {
  display: block;
}

#contact .tel {
  display: flex;
  align-items: center;
  justify-content: center;
}

#contact .tel img {
  max-width: 5rem;
  margin-right: 1.5rem;
}

#contact .tel span {
  font-size: clamp(2.2rem, 1.36rem + 4.2vw, 6.4rem);
  font-weight: 700;
  line-height: 1.5;
}

#contact .tel_wrap p {
  font-size: clamp(1.4rem, 1.36rem + 0.2vw, 1.6rem);
}

.pc {
  display: block;
}

.sp {
  display: none;
}


#amazon_openplan {
  text-align: center;
  font-size: 1.6rem;
  line-height: 1.8;
  color: #FFF;
  background: #c80000;
  padding: 10rem 0 0;
}

.plan-title-image {
  margin: 0 auto 3rem;
  max-width: 69.2rem;
}

.plan-table-image {
  max-width: 76rem;
  margin: 0 auto 5rem;
}

.plan-note {
  font-size: clamp(1.2rem, 1.059rem + 0.71vw, 1.5rem);
  line-height: 1.8;
  padding-bottom: 5rem;
  border-bottom: 1px solid #fff;
}

.plan-recommend-box {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  margin-bottom: 5rem;
  text-align: left;
  max-width: 95.5rem;
  margin: 0 auto;
}

.recommend-left {
  width: 50%;
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
  flex-wrap: wrap;
}

.recommend-left img {
  max-width: 37.3rem;
}

.recommend-list {
  margin-top: 5rem;
  padding-left: 2rem;
  list-style: disc;
}

.recommend-list li {
  font-size: 2.6rem;
  white-space: nowrap;
}

.recommend-right {
  width: 44.5%;
}

.consult-box {
  padding: 3rem 2rem;
  margin: 0 auto 5rem;
  border-top: 1px solid #fff;
}

.consult-box h3 {
  font-size: clamp(2rem, 1.435rem + 2.82vw, 3.2rem);
  margin-bottom: 1rem;
}

.consult-box p {
  font-size: clamp(1.2rem, 1.012rem + 0.94vw, 1.6rem);
  line-height: 1.8;
}


@media (min-width: 751px) {
  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
  }
}

#entry-form {
  margin: 0 auto;
  background-color: #fff;
  max-width: 85%;
  width: 92rem;
  padding: 2rem 4rem 3rem 4rem;
}

#copyright {
  margin: 0 auto;
  background-color: #000;
  color: #fff;
  padding: 1.6rem 0;
  text-align: center;
  font-size: clamp(1rem, 0.92rem + 0.4vw, 1.4rem);
  font-family: century-gothic, sans-serif;
  font-weight: 400;
  font-style: normal;
}

#wpadminbar, #included-files-fie-on-wp-footer {
  display: none;
}

/*@media (orientation: portrait) {
  #main_visual {
    height: calc(var(--vh, 1vh) * 100);
  }
}*/
@media screen and (max-width: 768px) {
  .pc {
    display: none;
  }

  .sp {
    display: block;
  }

  .logo {
    width: 60%;
    margin-bottom: 2rem;
  }

  #main_visual {
    height: 100svh;
    background-image: url(../img/renew/mv_sp.jpg);
    background-position: top center;
    background-attachment: scroll;
  }

  #main_visual .wrapper {
    padding-top: 3rem;
  }

  .header_title {
    margin-bottom: 2rem;
  }

  .inquiry_button dt {
    margin-bottom: 1.5rem;
  }

  .inquiry_button {
    max-width: none;
    display: inline-block;
  }

  .inquiry_button li {
    /* width: calc((100% - 2rem) / 2); */
  }

  .inquiry_button li a {
    padding: 1.2rem 0;
  }

  #sec1 .list_wrap {
    background-image: url(../img/renew/sec1_list_wrap_sp.png);
    width: 100%;
    background-position: bottom center;
    height: auto;
    padding: 3rem;
    top: -3rem;
    align-items: flex-start;
    justify-content: flex-start;
  }

  #badge .inner {
    flex-flow: column;
  }

  #badge .left {
    width: 100%;
    margin-bottom: 2rem;
  }

  #badge .left img {
    max-width: 33rem;
  }

  #badge .right {
    width: 100%;
  }

  #badge .right dt br,
  #badge .right dd br {
    display: none;
  }

  #loop_slider {
    margin-bottom: 8rem;
  }

  #loop_slider .ttl {
    padding: 4rem 0;
  }

  #loop_slider .ttl:before,
  #loop_slider .ttl:after {
    height: 20px;
  }

  #loop_slider .ttl:before {
    left: -1rem;
  }

  #loop_slider .ttl:after {
    right: -1rem;
  }

  .loop_slider .slick-slide {
    margin: 0 0.5rem;
  }

  .loop_slider .slick-slide img {
    max-height: 5rem;
  }

  #sec1 {
    padding-bottom: 0;
  }

  #sec1 .wrapper {
    width: 95%;
  }

  #sec1 .list_wrap:before {
    top: -3rem;
  }

  #sec1 .list_wrap .ttl {
    text-align: left;
    line-height: 1.5;
    margin-bottom: 2rem;
  }

  #sec1 .list_wrap li {
    background-size: 2rem;
    padding-left: 2.5rem;
  }

  #sec1 .list_wrap li:not(:last-child) {
    margin-bottom: 1rem;
  }

  #sec1 .list_wrap .inner {
    padding-bottom: 21rem;
  }

  #sec1 .ttl {
    margin-bottom: 2rem;
  }

  #sec1 .ttl span img {
    width: 80%;
  }

  #sec1 .content li {
    display: block;
    margin-bottom: 0;
  }

  #sec1 .content li .img,
  #sec1 .content li .text {
    width: 100%;
  }

  #sec1 .content li .img {
    display: none;
  }

  #sec1 .content li .text {
    padding: 2rem 1rem;
  }

  #sec1 .content li .text h3 {
    margin-bottom: 1rem;
  }

  #sec1 .content li .text p {
    margin-bottom: 0;
  }

  #sec1 .content li:before {
    display: none;
  }

  #sec2 {
    padding-bottom: 5rem;
  }

  #sec2 .ttl {
    padding: 5rem 0;
  }

  #sec2 .ttl h2 span {
    display: block;
    padding: 1rem 0;
  }

  #sec2 .list_wrap {
    display: block;
    width: 100%;
  }

  #sec2 .list {
    width: 100%;
    margin-bottom: 5rem;
  }

  #sec2 .sttl h3 {
    padding-left: 2.5rem;
  }

  #sec2 .sttl small {
    padding-left: 2.5rem;
  }

  #sec3 h2 {
    top: -3rem;
    padding: 1.5rem 0;
    width: 110%;
  }

  #sec3 h2 span {
    display: block;
    margin-bottom: 0.5rem;
  }

  #sec3 {
    min-height: inherit;
    padding-bottom: 5rem;
  }

  #sec3 h3 {
    padding: 2rem 0 4rem;
  }

  #award .ttl {
    padding: 4rem 0;
  }

  #award .ttl h2 span {
    display: block;
    margin-bottom: 0.8rem;
  }

  #award ul:nth-child(2) {
    gap: 1rem;
    width: 100%;
  }

  #award ul:nth-child(2) li {
    width: calc((100% - 1rem* 2) / 3);
  }

  #award li figcaption br {
    display: none;
  }

  #award h3 {
    width: 100%;
    background-position: 0 3rem;
    padding: 8rem 0 2rem;
  }

  #award ul:nth-child(4) {
    gap: 1rem;
    width: 100%;
  }

  #award ul:nth-child(4) li {
    width: calc((100% - 1rem* 4) / 5);
  }

  .btn {
    padding: 1.4rem 0;
    margin: 5rem auto;
    width: 100%;
  }

  #service .wrapper {
    padding-bottom: 1rem;
  }

  #service .wrapper:before,
  #service .wrapper:after {
    background-image: none;
  }

  #service .ttl h2 span {
    display: block;
    padding-bottom: 0.5rem;
  }

  #service .ttl {
    padding: 5rem 0 3rem;
  }

  #service .service_list {
    display: block;
  }

  #service .service_list .img {
    width: 100%;
    margin-bottom: 1.5rem;
  }

  #service .service_list ul {
    width: 100%;
    position: unset;
    transform: none;
    gap: 1.5rem;
  }

  #service .service_list li {
    width: 100%;
    padding: 3rem 2.5rem 2rem 2.5rem;
  }

  #service .service_list li:before {
    right: -0.5rem;
    top: -0.5rem;
    width: 4.5rem;
    height: 4.5rem;
  }

  #plan {
    background-color: #C80000;
  }

  #plan .wrapper {
    width: 85%;
    background-image: none;
    margin-top: 0;
  }

  #plan .inner {
    position: unset;
    padding: 3rem 0 2rem;
  }

  #plan .wrapper:before {
    content: none;
  }

  #plan .content {
    display: block;
  }

  #plan .content dl {
    width: 100%;
    margin-bottom: 2rem;
  }

  #outline {
    margin-bottom: 7rem;
  }

  #outline .ttl {
    padding: 4rem 0 3rem;
  }

  #plan .ttl h2 {
    letter-spacing: 0.4rem;
  }

  #outline .ttl img {
    width: 70%;
  }

  #outline .wrapper {
    display: block;
  }

  #outline .outline_list {
    width: 100%;
  }

  #outline .outline_list dl {
    display: block;
  }

  #outline .outline_list dt {
    border-right: 0;
    padding: 1.5rem 0 1rem;
  }

  #outline .outline_list dd {
    padding: 0 0 2rem 0;
    border-bottom: 1px solid #ccc;
  }

  #outline .outline_list p {
    margin-bottom: 0rem;
  }

  #outline .outline_list:last-child dd:last-child {
    border-bottom: 0;
  }

  #outline .outline_list img {
    width: 100%;
  }

  #contact .ttl {
    letter-spacing: 0.3rem;
  }

  #contact .tel_wrap {
    width: 85%;
    padding: 2rem 0 1.5rem;
  }

  #contact .tel {
    align-items: center;
  }

  #contact .tel img {
    width: 2rem;
    margin-right: 0.5rem;
  }

  #contact .tel_wrap p {
    margin-top: 0.5rem;
  }

  #entry-form {
    padding: 0 1rem;
  }

  #amazon_openplan {
    padding: 7rem 0 0;
  }

  .plan-title-image {
    width: 90%;
    ;
  }

  .plan-note br {
    display: none;
  }

  .plan-recommend-box {
    flex-direction: column;
    align-items: center;
    text-align: center;
    margin-top: 5rem;
  }

  .recommend-left,
  .recommend-right {
    width: 100%;
    display: block;
  }

  .recommend-left img {
    width: 70%;
  }

  .recommend-right {
    width: 60%;
  }

  .recommend-list {
    text-align: left;
    padding-left: 1.5rem;
  }

  .recommend-list li {
    margin-bottom: 1rem;
    font-size: 1.6rem;
  }

  .consult-box {
    padding: 2rem 0 0;
  }

  .consult-box br {
    display: none;
  }
}