@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/relocation/page_ttl.png) center top/cover no-repeat;
}

/* -----------------------------------------------------
  relocation
----------------------------------------------------- */
.relocation .benefit {
  padding-top: min(2.65vw,40px);
  text-align: center;
  position: relative;
}

@media screen and (max-width: 768px) {
  .relocation .benefit {
    padding-top: 7.29167vw;
  }
}

.relocation .benefit .ribbon_ttl {
  position: absolute;
  top: -5.6em;
  right: 0;
  left: 0;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .relocation .benefit .ribbon_ttl {
    top: -9.375vw;
  }
}

.relocation .benefit .ribbon_ttl img {
  width: min(26.46vw,400px);
}

@media screen and (max-width: 768px) {
  .relocation .benefit .ribbon_ttl img {
    width: 54.6875vw;
  }
}

.relocation .benefit .catch {
  font-size: min(1.12vw,17px);
  font-weight: 700;
}

@media screen and (max-width: 768px) {
  .relocation .benefit .catch {
    font-size: 3.64583vw;
  }
}

.relocation .benefit .catch span {
  font-size: min(1.59vw,24px);
}

@media screen and (max-width: 768px) {
  .relocation .benefit .catch span {
    font-size: 4.16667vw;
  }
}

.relocation .benefit .catch em {
  font-style: normal;
  background-image: -webkit-radial-gradient(center, circle, #F0F000 30%, transparent 30%);
  background-image: -o-radial-gradient(center, circle, #F0F000 30%, transparent 30%);
  background-image: radial-gradient(circle at center, #F0F000 30%, transparent 30%);
  background-position: top right;
  background-repeat: repeat-x;
  background-size: 1em 0.3em;
  padding-top: min(0.79vw,12px);
}

@media screen and (max-width: 768px) {
  .relocation .benefit .catch em {
    padding-top: 2.08333vw;
  }
}

.relocation .benefit .border_ttl {
  font-size: min(2.12vw,32px);
}

@media screen and (max-width: 768px) {
  .relocation .benefit .border_ttl {
    font-size: 5.20833vw;
  }
}

.relocation .benefit .col3 {
  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;
  margin-top: min(2.65vw,40px);
}

@media screen and (max-width: 768px) {
  .relocation .benefit .col3 {
    display: block;
    margin-top: 7.29167vw;
  }
}

.relocation .benefit .col3 li {
  width: 32%;
  background: #f8f8f8;
  padding: min(2.12vw,32px) 0;
  border-radius: min(0.66vw,10px);
  position: relative;
}

@media screen and (max-width: 768px) {
  .relocation .benefit .col3 li {
    width: 100%;
    padding: 5.20833vw 0;
  }
}

.relocation .benefit .col3 li::before, .relocation .benefit .col3 li::after {
  content: '';
  display: inline-block;
  position: absolute;
}

.relocation .benefit .col3 li::before {
  top: 0;
  left: 0;
  width: min(5.95vw,90px);
  height: min(5.29vw,80px);
  background: url(../img/service/relocation/img_benefit_bg01.png) center top/contain no-repeat;
}

@media screen and (max-width: 768px) {
  .relocation .benefit .col3 li::before {
    width: 20.83333vw;
    height: 18.48958vw;
  }
}

.relocation .benefit .col3 li::after {
  right: 0;
  bottom: 0;
  width: min(4.5vw,68px);
  height: min(3.97vw,60px);
  background: url(../img/service/relocation/img_benefit_bg02.png) center top/contain no-repeat;
}

@media screen and (max-width: 768px) {
  .relocation .benefit .col3 li::after {
    width: 15.625vw;
    height: 13.80208vw;
  }
}

.relocation .benefit .col3 li .benefit_ttl {
  background: #2FA350;
  font-size: min(1.12vw,17px);
  font-weight: 700;
  color: #fff;
  line-height: min(2.12vw,32px);
  padding: 0 min(2.65vw,40px);
  border-radius: 50vh;
  display: inline-block;
}

@media screen and (max-width: 768px) {
  .relocation .benefit .col3 li .benefit_ttl {
    font-size: 3.64583vw;
    line-height: 7.29167vw;
    padding: 0 5.20833vw;
  }
}

.relocation .benefit .col3 li .text {
  font-weight: 700;
  line-height: 1.5;
  margin-top: min(1.59vw,24px);
}

@media screen and (max-width: 768px) {
  .relocation .benefit .col3 li .text {
    margin-top: 3.125vw;
  }
}

.relocation .benefit .col3 li .text p span.fzl {
  font-size: min(2.65vw,40px);
  line-height: 1.4;
}

@media screen and (max-width: 768px) {
  .relocation .benefit .col3 li .text p span.fzl {
    font-size: 7.29167vw;
  }
}

.relocation .benefit .col3 li .text p span.fzm {
  font-size: min(1.59vw,24px);
}

@media screen and (max-width: 768px) {
  .relocation .benefit .col3 li .text p span.fzm {
    font-size: 5.20833vw;
  }
}

.relocation .benefit .col3 li .text p + p {
  margin-top: min(1.59vw,24px);
}

@media screen and (max-width: 768px) {
  .relocation .benefit .col3 li .text p + p {
    margin-top: 3.125vw;
  }
}

.relocation .benefit .col3 li .text .img {
  text-align: center;
  margin: min(1.59vw,24px) auto 0;
}

.relocation .benefit .col3 li .text .img.w90 {
  width: 90%;
}

.relocation .benefit .col3 li .text .img.w60 {
  width: 60%;
}

.relocation .benefit .col3 li .text .img.w55 {
  width: 55%;
}

.relocation .benefit .col3 li .note {
  font-size: min(0.86vw,13px);
  margin-top: min(1.59vw,24px);
}

@media screen and (max-width: 768px) {
  .relocation .benefit .col3 li .note {
    font-size: 2.86458vw;
    margin-top: 3.125vw;
  }
}

@media screen and (max-width: 768px) {
  .relocation .benefit .col3 li + li {
    margin-top: 5.20833vw;
  }
}

.relocation .special {
  background: #2FA350;
  margin-top: min(2.65vw,40px);
  padding: min(2.65vw,40px) 0;
  border-radius: min(0.66vw,10px);
  text-align: center;
}

@media screen and (max-width: 768px) {
  .relocation .special {
    margin-top: 7.29167vw;
    padding: 3.125vw;
    border-radius: 1.30208vw;
  }
}

.relocation .special .ttl {
  font-size: min(1.12vw,17px);
  font-weight: 700;
  color: #fff;
}

@media screen and (max-width: 768px) {
  .relocation .special .ttl {
    font-size: 3.125vw;
  }
}

.relocation .special .ttl span {
  font-size: min(1.59vw,24px);
  display: block;
}

@media screen and (max-width: 768px) {
  .relocation .special .ttl span {
    font-size: 4.16667vw;
  }
}

.relocation .special .btn_order a {
  display: block;
  background: #fff;
  width: min(39.68vw,600px);
  margin: min(1.59vw,24px) auto 0;
  padding: min(1.06vw,16px);
  border-radius: min(0.66vw,10px);
  font-size: min(0.86vw,13px);
  font-weight: 500;
  position: relative;
}

@media screen and (max-width: 768px) {
  .relocation .special .btn_order a {
    width: 100%;
    margin-top: 2.08333vw;
    padding: 3.125vw;
    border-radius: 1.30208vw;
    font-size: 2.60417vw;
  }
}

.relocation .special .btn_order a span {
  font-size: min(1.32vw,20px);
  color: #2FA350;
  font-weight: 700;
}

@media screen and (max-width: 768px) {
  .relocation .special .btn_order a span {
    font-size: 3.64583vw;
  }
}

.relocation .special .btn_order a::after {
  content: '';
  display: inline-block;
  position: absolute;
  top: 50%;
  right: min(1.59vw,24px);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: min(1.32vw,20px);
  height: min(1.32vw,20px);
  background: url(../img/service/relocation/icon_blank.png) center top/contain no-repeat;
}

@media screen and (max-width: 768px) {
  .relocation .special .btn_order a::after {
    right: 3.125vw;
    width: 3.125vw;
    height: 3.125vw;
  }
}

.relocation .special .btn_order a:hover {
  -webkit-transform: scale(1.07);
  -ms-transform: scale(1.07);
  transform: scale(1.07);
}

@media screen and (max-width: 768px) {
  .relocation .special .btn_order a:hover {
    -webkit-transform: inherit;
    -ms-transform: inherit;
    transform: inherit;
  }
}
