@charset "utf-8";

html {
  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 !important;
  font-weight: 300;
  font-style: normal;
  color: #000;
  font-size: 1.0rem;
  position: relative;
  font-feature-settings: "palt";
}

* {
  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 #BF0000;
}

/* .animation {
  opacity: 0;
  transform: translateY(1.5rem);
  transition: opacity 0.8s ease;
  will-change: opacity, transform;
}

.fadeInUp {
  animation: fadeInUp 1s both;
}

@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;
  padding-top: 9rem;
  font-weight: 700;
  background-attachment: scroll;
}

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

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

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

.header_title {
  color: #BF0000;
  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 {
  /* text-align: center;
  width: 59rem; */
  display: inline-block;
}

.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(2rem, 1.92rem + 0.4vw, 2.4rem);
  text-shadow: 0 0 9px #fff, 0 0 9px #fff, 0 0 9px #fff;
  color: #BF0000;
}

/* .inquiry_button ul {
  display: flex;
  justify-content: space-between;
}
.inquiry_button li {
  width: calc((100% - 3rem) / 2);
} */
.inquiry_button li a {
  display: block;
  background-color: #BF0000;
  border: 1px solid #BF0000;
  border-radius: 5rem;
  padding: 2rem 0;
  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: #BF0000;
  border: 1px solid #BF0000;
}

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

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

#header_text {
  background-color: #B97800;
  padding: 2rem 0;
}

#header_text dl {
  background-image: url("../img/renew/header_bg.svg");
  background-repeat: no-repeat;
  background-size: 45.9rem;
  background-position: center;
  min-height: 20.7rem;
  color: #fff;
  display: flex;
  justify-content: center;
  flex-flow: column;
  align-items: center;
  animation: open2 1s ease-in 1 forwards;
  opacity: 0;
  text-align: center;
}

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

#header_text dt {
  font-size: clamp(1.4rem, 0.96rem + 2.2vw, 3.6rem);
  margin-bottom: 1rem;
  font-weight: 700;
  line-height: 1.5;
}

#header_text dd {
  font-size: clamp(1.2rem, 1.12rem + 0.4vw, 1.6rem);
  line-height: 2.0;
}

#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 {
  display: none;
}
#loop_slider.slick-initialized {
  display: block;
}*/
.loop_slider .slick-slide {
  margin: 0 3rem;
}

.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: #F2F2F2;
  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;
}

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

#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 {
  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%;
  width: 27.7rem;
  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");
  width: 29.4rem;
  right: auto;
  left: 24rem;
  opacity: 1;
}

#sec1 .content li:nth-child(3):before {
  background-image: url("../img/renew/sec1_icon3.svg");
  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: #BF0000;
  font-size: clamp(2.2rem, 2rem + 1vw, 3.2rem);
  margin-bottom: 3rem;
}

#sec1 .content li .text h4 span {
  color: #fff;
  background-color: #BF0000;
  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: 95%;
  margin: 0 auto;
}

#sec2 .list {
  display: flex;
  flex-flow: column;
}

#sec2 .list:nth-child(1) {
  width: 56%;
}

#sec2 .list:nth-child(2) {
  width: 40%;
}

#sec2 .list .img {
  position: relative;
}

#sec2 .list .img:before {
  content: "";
  display: block;
}

#sec2 .list:nth-child(1) .img:before {
  padding-top: 74.3%;
}

#sec2 .list:nth-child(2) .img:before {
  padding-top: 104.7%;
}

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

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

#sec2 .list:nth-child(2) .img img:nth-child(2) {
  top: auto;
  bottom: 0;
}

#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: #BF0000;
  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 #BF0000;
  ;
}

#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;
  color: #fff;
  padding-bottom: 10rem;
}

#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: 4rem;
  width: 85rem;
}

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

#award ul:nth-child(2) li:nth-child(2) {
  width: 36%;
}

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

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

#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;
  white-space: nowrap;
}

#award h3 {
  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 #fff;
  border-radius: 6rem;
  display: inline-block;
  margin: 8rem auto;
  position: relative;
  width: 35rem;
  color: #fff;
}

.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 #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

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

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

#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: #BF0000;
}

#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 {
  width: 57.2rem;
}

#service .service_list ul {
  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;
  width: 5.7rem;
  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: #BF0000;
  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%;
  width: 102.3rem;
  /*height: 57.1rem;*/
  margin-top: -14rem;
}

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

#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 6rem 6rem 6rem;
  width: 100%;
  height: 100%;
}

#plan .content {}

#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 {
  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 {
  width: 35rem;
}

#contact {
  background-color: #BF0000;
  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: 2.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: flex-start;
  justify-content: center;
}

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

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

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

.pc {
  display: block;
}

.sp {
  display: none;
}

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

/*
#contact form {
  margin: 0 auto;
  background-color: #fff;
  width: 92rem;
  height: 62rem;
}*/
#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;
}

@media screen and (max-width: 768px) {
  .pc {
    display: none;
  }

  .sp {
    display: block;
  }

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

  #main_visual {
    padding-top: 3rem;

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

  .header_title {
    margin-bottom: 2rem;
  }

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

  /* .inquiry_button {
    width: 100%;
  }

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

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

  #header_text .wrapper {
    width: 95%;
    max-width: none;
  }

  #header_text dl {
    background-size: 100%;
    white-space: nowrap;
  }

  #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: 33rem;
    margin-bottom: 2rem;
  }

  #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 1rem;
  }

  #sec1 {
    padding-bottom: 0;
  }

  #sec1 .wrapper {
    width: 95%;
  }

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

  #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 .inner {
    padding-bottom: 25rem;
  }

  #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% !important;
    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 {
    padding-bottom: 5rem;
  }

  #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* 2) / 3);
  }

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

  #service .wrapper:before,
  #service .wrapper:after {
    display: none;
  }

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

  #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: #BF0000;
  }

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

  #plan .inner {
    position: unset;
    padding: 3rem 0 4rem;
    height: auto;
  }

  #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 img {
    width: 2rem;
    margin-right: 0.5rem;
  }

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

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