@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@500;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Cormorant+Garamond:wght@400&family=Noto+Serif+JP:wght@500&display=swap");
/* -----------------------------------------------------
	basic
----------------------------------------------------- */
html {
  font-size: 62.5%;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  -webkit-text-size-adjust: 100%;
  font-size: min(0.99vw,15px);
  font-weight: 500;
  line-height: 1.8;
  color: #333;
  letter-spacing: 0.1em;
  -webkit-font-feature-settings: "palt" 1;
  font-feature-settings: "palt" 1;
}

@media screen and (max-width: 768px) {
  body {
    font-size: 3.64583vw;
  }
}

main {
  width: 100%;
  position: relative;
}

#contents {
  background: #f8f8f8;
  padding-top: min(5.29vw,80px);
}

@media screen and (max-width: 768px) {
  #contents {
    padding-top: 19.53125vw;
  }
}

.inner {
  max-width: min(79.37vw,1200px);
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  .inner {
    max-width: 100%;
    padding: 0 4.16667vw;
  }
}

a {
  opacity: 1;
  -webkit-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  text-decoration: none;
}

a img {
  -webkit-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}

a img:hover {
  opacity: .8;
}

@media screen and (max-width: 768px) {
  a img:hover {
    opacity: 1;
  }
}

.en {
  font-family: "Cormorant Garamond", serif;
  font-weight: 400;
}

.mt0 {
  margin-top: 0 !important;
}

/* -----------------------------------------------------
	br
----------------------------------------------------- */
br.pc {
  display: block;
}

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

br.sp {
  display: none;
}

@media screen and (max-width: 768px) {
  br.sp {
    display: block;
  }
}

/* -----------------------------------------------------
  page_ttl
----------------------------------------------------- */
.page_ttl {
  background: url(../img/service/reform/page_ttl.png) center top/cover no-repeat;
}

/* -----------------------------------------------------
  reform
----------------------------------------------------- */
.reform .maintenance .border_ttl {
  text-align: center;
  letter-spacing: 0.06em;
  margin-bottom: min(2.38411vw,36px);
}

@media screen and (max-width: 768px) {
  .reform .maintenance .border_ttl {
    margin-bottom: 5.20833vw;
  }
}

.reform .maintenance .border_ttl span {
  font-size: min(1.45695vw,24px);
  padding: 0 0.2em;
}

@media screen and (max-width: 768px) {
  .reform .maintenance .border_ttl span {
    font-size: 4.94792vw;
  }
}

.reform .maintenance_lead {
  display: -webkit-box;
  /*Android4.3*/
  display: -ms-flexbox;
  /*IE10*/
  display: -webkit-flex;
  /*PC-Safari,iOS8.4*/
  display: flex;
  -ms-flex-pack: center;
  /*IE10*/
  -webkit-box-pack: center;
  /* Android4.3以下、Safari3.1〜6.0 */
  -webkit-justify-content: center;
  /* Safari6.1以降 */
  justify-content: center;
  -ms-flex-align: center;
  /*IE10*/
  -webkit-box-align: center;
  /* Android4.3以下、Safari3.1〜6.0 */
  -webkit-align-items: center;
  /* Safari6.1以降 */
  align-items: center;
  margin-bottom: min(3.44371vw,52px);
}

@media screen and (max-width: 768px) {
  .reform .maintenance_lead {
    display: block;
    margin-bottom: 11.71875vw;
    position: relative;
  }
}

.reform .maintenance_lead::before, .reform .maintenance_lead::after {
  content: '';
  display: block;
}

@media screen and (max-width: 768px) {
  .reform .maintenance_lead::before, .reform .maintenance_lead::after {
    position: absolute;
    top: -4.6875vw;
  }
}

.reform .maintenance_lead::before {
  width: min(10.46358vw,158px);
  height: min(14.96689vw,226px);
  background: url(../img/service/reform/img_maintenance_l.png) no-repeat top left/cover;
}

@media screen and (max-width: 768px) {
  .reform .maintenance_lead::before {
    width: 20.57292vw;
    height: 29.42708vw;
    left: -7.29167vw;
  }
}

.reform .maintenance_lead::after {
  width: min(12.64901vw,191px);
  height: min(14.96689vw,216px);
  background: url(../img/service/reform/img_maintenance_r.png) no-repeat top right/cover;
}

@media screen and (max-width: 768px) {
  .reform .maintenance_lead::after {
    width: 24.86979vw;
    height: 28.125vw;
    right: -8.59375vw;
  }
}

.reform .maintenance_lead_text {
  margin: 0 min(1.98675vw,30px);
}

@media screen and (max-width: 768px) {
  .reform .maintenance_lead_text {
    margin: 0 0;
  }
}

.reform .maintenance_lead_text p {
  text-align: center;
}

.reform .maintenance_lead_text p + p {
  font-size: min(1.12583vw,17px);
  font-weight: 700;
}

@media screen and (max-width: 768px) {
  .reform .maintenance_lead_text p + p {
    font-size: 3.90625vw;
  }
}

.reform .maintenance_lead img {
  height: min(14.96689vw,226px);
}

.reform .maintenance_consider {
  padding: min(1.3245vw,20px) min(3.97351vw,60px) min(2.64901vw,40px);
  background: rgba(241, 241, 241, 0.5);
  border-radius: min(0.39735vw,6px);
}

@media screen and (max-width: 768px) {
  .reform .maintenance_consider {
    padding: 2.60417vw 3.90625vw 7.8125vw;
    border-radius: 1.5625vw;
  }
}

.reform .maintenance_consider_wrap {
  margin-top: min(-2.25166vw,-34px);
}

@media screen and (max-width: 768px) {
  .reform .maintenance_consider_wrap {
    margin-top: -10.41667vw;
  }
}

.reform .maintenance_consider_wrap_ttl {
  text-align: center;
  padding: min(0.5298vw,8px) 0;
  margin-bottom: min(2.11921vw,32px);
  background: #2FA350;
  border-radius: min(0.66225vw,10px);
}

@media screen and (max-width: 768px) {
  .reform .maintenance_consider_wrap_ttl {
    padding: 2.60417vw 0;
    border-radius: 1.5625vw;
    margin-bottom: 5.20833vw;
  }
}

.reform .maintenance_consider_wrap_ttl span {
  color: #fff;
  font-size: min(1.3245vw,20px);
}

@media screen and (max-width: 768px) {
  .reform .maintenance_consider_wrap_ttl span {
    font-size: 3.90625vw;
    line-height: 1.4;
  }
}

.reform .maintenance_consider_wrap_list {
  display: -webkit-box;
  /*Android4.3*/
  display: -ms-flexbox;
  /*IE10*/
  display: -webkit-flex;
  /*PC-Safari,iOS8.4*/
  display: flex;
  -ms-flex-pack: justify;
  /*IE10*/
  -webkit-box-pack: justify;
  /* Android4.3以下、Safari3.1〜6.0 */
  -webkit-justify-content: space-between;
  /* Safari6.1以降 */
  justify-content: space-between;
}

@media screen and (max-width: 768px) {
  .reform .maintenance_consider_wrap_list {
    display: block;
  }
}

.reform .maintenance_consider_wrap_list li {
  width: 48.4%;
}

@media screen and (max-width: 768px) {
  .reform .maintenance_consider_wrap_list li {
    width: 100%;
  }
  .reform .maintenance_consider_wrap_list li + li {
    margin-top: 5.20833vw;
  }
}

.reform .maintenance_consider_wrap_list li a figure {
  position: relative;
}

.reform .maintenance_consider_wrap_list li a figure figcaption {
  color: #fff;
  width: 100%;
  padding: min(0.66225vw,10px) min(0.92715vw,14px);
  font-size: min(1.12583vw,17px);
  position: absolute;
  bottom: 0;
  background: rgba(47, 163, 80, 0.7);
}

@media screen and (max-width: 768px) {
  .reform .maintenance_consider_wrap_list li a figure figcaption {
    padding: 1.5625vw 2.60417vw;
    font-size: 3.125vw;
  }
}

.reform .maintenance_consider_wrap_list li a figure figcaption::after {
  content: '';
  display: inline-block;
  position: absolute;
  top: 50%;
  right: min(1.32vw,20px);
  width: min(0.66vw,10px);
  height: min(0.66vw,10px);
  border: 2px solid #fff;
  border-left: 0;
  border-bottom: 0;
  -webkit-transform: translate(-25%, -50%) rotate(45deg);
  -ms-transform: translate(-25%, -50%) rotate(45deg);
  transform: translate(-25%, -50%) rotate(45deg);
  -webkit-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}

@media screen and (max-width: 768px) {
  .reform .maintenance_consider_wrap_list li a figure figcaption::after {
    right: 3.90625vw;
    width: 2.08333vw;
    height: 2.08333vw;
    border: 0.52083vw solid #fff;
    border-left: 0;
    border-bottom: 0;
  }
}

@media (any-hover: hover) {
  .reform .maintenance_consider_wrap_list li a:hover figcaption::after {
    right: min(1.06vw,16px);
  }
}

@media screen and (any-hover: hover) and (max-width: 768px) {
  .reform .maintenance_consider_wrap_list li a:hover figcaption::after {
    right: 5.20833vw;
  }
}

.reform .others {
  text-align: center;
  margin-top: min(3.97351vw,60px);
}

@media screen and (max-width: 768px) {
  .reform .others {
    margin-top: 8.85417vw;
  }
}

.reform .others .text {
  margin-bottom: min(2.11921vw,32px);
  font-size: min(1.12583vw,17px);
  font-weight: 700;
  line-height: 1.6;
}

@media screen and (max-width: 768px) {
  .reform .others .text {
    margin-bottom: 6.51042vw;
    font-size: 3.64583vw;
  }
}

.reform .others ul {
  display: -webkit-box;
  /*Android4.3*/
  display: -ms-flexbox;
  /*IE10*/
  display: -webkit-flex;
  /*PC-Safari,iOS8.4*/
  display: flex;
  -ms-flex-pack: justify;
  /*IE10*/
  -webkit-box-pack: justify;
  /* Android4.3以下、Safari3.1〜6.0 */
  -webkit-justify-content: space-between;
  /* Safari6.1以降 */
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  /*IE10*/
  -webkit-flex-wrap: wrap;
  /*PC-Safari,iOS8.4*/
  flex-wrap: wrap;
}

.reform .others ul::after {
  content: '';
  display: block;
  width: 23.4%;
}

@media screen and (max-width: 768px) {
  .reform .others ul::after {
    width: 46.8%;
  }
}

.reform .others ul li {
  width: 23.4%;
}

@media screen and (max-width: 768px) {
  .reform .others ul li {
    width: 46.8%;
  }
  .reform .others ul li:nth-of-type(n+3) {
    margin-top: 3.90625vw;
  }
}

.reform .others ul li:nth-of-type(n+5) {
  margin-top: min(1.3245vw,20px);
}

@media screen and (max-width: 768px) {
  .reform .others ul li:nth-of-type(n+5) {
    margin-top: 3.90625vw;
  }
}

.reform .others ul li figure figcaption {
  margin-top: min(0.66225vw,10px);
}

@media screen and (max-width: 768px) {
  .reform .others ul li figure figcaption {
    margin-top: 2.60417vw;
    font-size: 3.38542vw;
    line-height: 1.4;
  }
}

.reform .others ul li.value {
  position: relative;
}

.reform .others ul li.value::before {
  content: '';
  display: block;
  width: min(6.49007vw,98px);
  height: min(6.42384vw,97px);
  background: url(../img/service/reform/value.png) no-repeat top left/cover;
  position: absolute;
  top: min(-0.92715vw,-14px);
  right: min(-0.92715vw,-14px);
}

@media screen and (max-width: 768px) {
  .reform .others ul li.value::before {
    width: 18.22917vw;
    height: 18.09896vw;
  }
}

.reform .wrap_inner .contact {
  padding: min(1.98675vw,30px) min(4.50331vw,68px);
  margin-top: min(4.50331vw,68px);
  -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
}

@media screen and (max-width: 768px) {
  .reform .wrap_inner .contact {
    margin-top: 10.41667vw;
    padding: 5.20833vw;
  }
}

.reform .wrap_inner .contact .contact_wrap {
  margin-top: 0;
  padding: min(1.98675vw,30px) min(3.70861vw,56px);
}

@media screen and (max-width: 768px) {
  .reform .wrap_inner .contact .contact_wrap {
    padding: 5.20833vw 3.125vw 6.51042vw;
  }
}

.reform .wrap_inner .contact .contact_wrap .tel_ttl {
  font-size: min(1.12583vw,17px);
}

@media screen and (max-width: 768px) {
  .reform .wrap_inner .contact .contact_wrap .tel_ttl {
    font-size: 3.90625vw;
  }
}

.reform .wrap_inner .contact .contact_wrap .tel {
  margin-top: min(0.66225vw,10px);
}

@media screen and (max-width: 768px) {
  .reform .wrap_inner .contact .contact_wrap .tel {
    margin-top: 2.60417vw;
  }
}

.reform .wrap_inner .contact .contact_wrap .tel dd .num {
  font-size: min(2.18543vw,33px);
}

@media screen and (max-width: 768px) {
  .reform .wrap_inner .contact .contact_wrap .tel dd .num {
    font-size: 6.25vw;
  }
}

.reform .wrap_inner .contact .contact_wrap .division {
  margin-top: min(0.92715vw,14px);
  line-height: 1.4;
}

@media screen and (max-width: 768px) {
  .reform .wrap_inner .contact .contact_wrap .division {
    margin-top: 2.60417vw;
  }
}
