@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@300;400;500;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;500;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Cormorant:ital,wght@0,300;1,300&display=swap");
/*---RESET---------------------------------------------------------------------------------------------------------------------*/
body {
  margin: 0 auto;
  padding: 0;
  color: #181818;
  background: #fff;
  width: 100%;
  min-width: 100%;
  box-sizing: border-box;
  transform: none;
  overflow: visible;
}

html {
  margin: 0 auto;
  padding: 0;
  font-size: 1vw;
  line-height: 1.5vw;
  letter-spacing: 0;
  font-weight: 400;
  font-family: 'Noto Sans JP', sans-serif;
  font-style: normal;
}
@media screen and (max-width: 767px) {
  html {
    font-size: 3.95vw;
    line-height: 7vw;
    height: 100%;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
  }
}

* {
  margin: 0;
  padding: 0;
  text-align: left;
}

button, article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, div, ol, ul, li, dl, dt, dd, p {
  display: block;
  box-sizing: border-box;
}

fieldset {
  border: none;
}

::selection {
  background: #637c95;
  color: #fff;
}

::-moz-selection {
  background: #637c95;
  color: #fff;
}

img {
  border: none;
  vertical-align: top;
  max-width: 100%;
}

a img, a {
  transition: all 0.4s ease;
}

ol, ul {
  list-style: none;
}

li img {
  vertical-align: top;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}

address {
  font-style: inherit;
}

a {
  text-decoration: none;
  transition: .6s;
}

a[href^='tel:'] {
  pointer-events: auto;
  color: #181818;
}

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

.clear {
  zoom: 100%;
}

.clear:after,
hr:after {
  content: ".";
  display: block;
  visibility: hidden;
  height: 0;
  font-size: 0;
  line-height: 0;
  clear: both;
}

button {
  border: 0;
  transition: .6s;
  cursor: pointer;
}
button:hover {
  opacity: .65;
}

.mb--5 {
  margin-bottom: 0.5rem;
}
@media screen and (max-width: 767px) {
  .mb--5 {
    margin-bottom: 3.5vw;
  }
}

.mb--10 {
  margin-bottom: 1rem;
}
@media screen and (max-width: 767px) {
  .mb--10 {
    margin-bottom: 7vw;
  }
}

.mb--15 {
  margin-bottom: 1.5rem;
}
@media screen and (max-width: 767px) {
  .mb--15 {
    margin-bottom: 10.5vw;
  }
}

.mb--20 {
  margin-bottom: 2rem;
}
@media screen and (max-width: 767px) {
  .mb--20 {
    margin-bottom: 14vw;
  }
}

.mb--25 {
  margin-bottom: 2.5rem;
}
@media screen and (max-width: 767px) {
  .mb--25 {
    margin-bottom: 17.5vw;
  }
}

.mb--30 {
  margin-bottom: 3rem;
}
@media screen and (max-width: 767px) {
  .mb--30 {
    margin-bottom: 21vw;
  }
}

.mb--35 {
  margin-bottom: 3.5rem;
}
@media screen and (max-width: 767px) {
  .mb--35 {
    margin-bottom: 24.5vw;
  }
}

.mb--40 {
  margin-bottom: 4rem;
}
@media screen and (max-width: 767px) {
  .mb--40 {
    margin-bottom: 28vw;
  }
}

.mb--45 {
  margin-bottom: 4.5rem;
}
@media screen and (max-width: 767px) {
  .mb--45 {
    margin-bottom: 31.5vw;
  }
}

.mb--50 {
  margin-bottom: 5rem;
}
@media screen and (max-width: 767px) {
  .mb--50 {
    margin-bottom: 35vw;
  }
}

.mb--55 {
  margin-bottom: 5.5rem;
}
@media screen and (max-width: 767px) {
  .mb--55 {
    margin-bottom: 38.5vw;
  }
}

.mb--60 {
  margin-bottom: 6rem;
}
@media screen and (max-width: 767px) {
  .mb--60 {
    margin-bottom: 42vw;
  }
}

.mb--65 {
  margin-bottom: 6.5rem;
}
@media screen and (max-width: 767px) {
  .mb--65 {
    margin-bottom: 45.5vw;
  }
}

.mb--70 {
  margin-bottom: 7rem;
}
@media screen and (max-width: 767px) {
  .mb--70 {
    margin-bottom: 49vw;
  }
}

.mb--75 {
  margin-bottom: 7.5rem;
}
@media screen and (max-width: 767px) {
  .mb--75 {
    margin-bottom: 52.5vw;
  }
}

.mb--80 {
  margin-bottom: 8rem;
}
@media screen and (max-width: 767px) {
  .mb--80 {
    margin-bottom: 56vw;
  }
}

.mb--85 {
  margin-bottom: 8.5rem;
}
@media screen and (max-width: 767px) {
  .mb--85 {
    margin-bottom: 59.5vw;
  }
}

.mb--90 {
  margin-bottom: 9rem;
}
@media screen and (max-width: 767px) {
  .mb--90 {
    margin-bottom: 63vw;
  }
}

.mb--95 {
  margin-bottom: 9.5rem;
}
@media screen and (max-width: 767px) {
  .mb--95 {
    margin-bottom: 66.5vw;
  }
}

.mb--100 {
  margin-bottom: 10rem;
}
@media screen and (max-width: 767px) {
  .mb--100 {
    margin-bottom: 70vw;
  }
}

em {
  font-style: normal;
}

.pc--none {
  display: none !important;
}
@media screen and (max-width: 767px) {
  .pc--none {
    display: block !important;
  }
}

.sp--none {
  display: block !important;
}
@media screen and (max-width: 767px) {
  .sp--none {
    display: none !important;
  }
}

.reverse {
  flex-direction: row-reverse;
}

.inner {
  max-width: 80%;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .inner {
    max-width: 94%;
    padding: 0;
    margin: 0 auto;
  }
}

.blur {
  filter: blur(1.85px);
  -webkit-filter: blur(1.85px);
}

.siteFadeIn {
  position: fixed;
  z-index: 9999;
  top: 0;
  left: 0;
  width: 100%;
  min-height: 100vh;
  height: 100%;
  display: block;
  background: #199393;
  pointer-events: none;
  filter: opacity(1);
}
.siteFadeIn.opc {
  filter: opacity(0);
  transition: filter .35s ease-in;
}

.scrollingDisplay {
  opacity: 1 !important;
}

/*.content ------------------------------------------------*/
.content__wrapp {
  padding: 5vw 0;
}
@media screen and (max-width: 767px) {
  .content__wrapp {
    padding: 12.5vw 0;
  }
}
.content__wrapp.qa {
  background: #FFFFF0;
}
.content__wrapp.management {
  background: #DBF0EA;
}
.content__title {
  text-align: center;
  margin: 0 auto 3vw;
}
@media screen and (max-width: 767px) {
  .content__title {
    margin-bottom: 7.5vw;
  }
}
.content__title dt, .content__title dd {
  display: block;
  text-align: center;
}
.content__title--up {
  font-size: 1.45vw;
  line-height: 2.25vw;
  font-weight: 600;
  display: inline-block;
  position: relative;
  padding: .35vw 1.5vw .5vw;
  margin-bottom: 2vw;
  border-bottom: 2px solid #181818;
}
@media screen and (max-width: 767px) {
  .content__title--up {
    font-size: 5vw;
    line-height: 6.25vw;
    padding: 2vw 5vw 2.5vw;
    margin-bottom: 5vw;
    display: block;
    text-align: center;
  }
}
.content__title--up::before {
  content: "";
  display: block;
  position: absolute;
  bottom: -.75vw;
  left: 50%;
  width: 0;
  height: 0;
  transform: translateX(-50%);
  border: .75vw solid transparent;
  border-top: 0.75vw solid #181818;
  border-bottom-width: 0;
}
@media screen and (max-width: 767px) {
  .content__title--up::before {
    border: 3.5vw solid transparent;
    border-top: 3.5vw solid #181818;
    bottom: -6.95vw;
  }
}
.content__title--down {
  font-size: 3vw;
  line-height: 4vw;
  color: #199393;
  font-weight: bold;
  display: block;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .content__title--down {
    font-size: 5.65vw;
    line-height: 9.5vw;
  }
}
.content__head {
  background: #FFF67E;
  text-align: center;
  padding: 1.25vw;
  font-size: 1.85vw;
  font-weight: 700;
  border-radius: .65vw;
}
@media screen and (max-width: 767px) {
  .content__head {
    border-radius: 3vw;
    font-size: 5.25vw;
    padding: 4.5vw;
  }
}

.accordion--wrapp {
  background: #fff;
  box-shadow: 0 0 12px #ccc;
  border-radius: .85vw;
  margin-bottom: 3.5vw;
}
@media screen and (max-width: 767px) {
  .accordion--wrapp {
    border-radius: 5vw;
    margin-bottom: 10vw;
  }
}
.accordion--title {
  position: relative;
  padding: 2vw;
  font-size: 1.25vw;
  cursor: pointer;
  border-radius: .85vw .85vw 0 0;
}
@media screen and (max-width: 767px) {
  .accordion--title {
    padding: 5vw 5vw 15vw;
    font-size: 4.5vw;
    line-height: 6.75vw;
    border-radius: 5vw 5vw 0 0;
  }
}
.accordion--title.is-active {
  background: #FFF67E;
}
.accordion--title.is-active::after {
  transform: rotate(180deg);
}
.accordion--title p {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .accordion--title p {
    display: block;
  }
}
.accordion--title p::before {
  content: '';
  display: inline-block;
  width: 3vw;
  height: 3vw;
  background: url(../images/top/ico_question.png) no-repeat;
  background-size: contain;
  vertical-align: middle;
  margin-right: 1vw;
}
@media screen and (max-width: 767px) {
  .accordion--title p::before {
    width: 10vw;
    height: 10vw;
    display: block;
    text-align: center;
    margin: 0 auto 3.5vw;
  }
}
.accordion--content {
  display: none;
  padding: 2vw 2vw 2vw 5.5vw;
  font-size: 1.25vw;
}
@media screen and (max-width: 767px) {
  .accordion--content {
    font-size: 4.5vw;
    line-height: 6.75vw;
    padding: 8.5vw 5vw 10vw;
  }
}

.accordion--title::before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  right: 4%;
  width: 2vw;
  height: .15vw;
  margin: auto;
  background: #199393;
}
@media screen and (max-width: 767px) {
  .accordion--title::before {
    top: auto;
    bottom: 7vw;
    right: auto;
    left: 50%;
    width: 7vw;
    height: .85vw;
    margin-left: -3.5vw;
  }
}
.accordion--title::after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  right: 4%;
  width: 2vw;
  height: .15vw;
  margin: auto;
  background: #199393;
  transform: rotate(90deg);
  transition: .3s;
}
@media screen and (max-width: 767px) {
  .accordion--title::after {
    top: auto;
    bottom: 7vw;
    right: auto;
    left: 50%;
    width: 7vw;
    height: .85vw;
    margin-left: -3.5vw;
  }
}

#page-top {
  bottom: 5vw;
  position: fixed;
  right: 2vw;
  width: 4.5vw;
  z-index: 99;
  opacity: 0;
  transition: .3s;
}
@media screen and (max-width: 767px) {
  #page-top {
    bottom: 30vw;
    right: 0;
    width: 15vw;
    opacity: 1;
  }
}

/*header-------------------------------*/
.head {
  position: fixed;
  z-index: 9998;
  width: 100%;
  height: 7.35vw;
  background: #fff;
  box-shadow: 1px 0px 5px #eeeeee;
}
@media screen and (max-width: 767px) {
  .head {
    height: 18vw;
  }
}
.head--lg a {
  color: #199393;
  font-size: 1.65vw;
  font-weight: 700;
  position: absolute;
  top: 35%;
  margin-left: -6.5vw;
  left: 50%;
}
@media screen and (max-width: 767px) {
  .head--lg a {
    font-size: 5.5vw;
    position: static;
    margin: 0 auto;
    text-align: center;
  }
}
.head > .inner {
  height: 7.35vw;
  max-width: 100%;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
@media screen and (max-width: 767px) {
  .head > .inner {
    height: 18vw;
    justify-content: center;
    align-items: center;
  }
}
.head__scroll {
  opacity: 0;
  transition: .3s;
}
@media screen and (max-width: 767px) {
  .head__scroll {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 9998;
    opacity: 1;
  }
}
.head__scroll--nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  background: #181818;
}
.head__scroll--nav li {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 33.2%;
}
@media screen and (max-width: 767px) {
  .head__scroll--nav li {
    width: 33.1%;
  }
  .head__scroll--nav li:first-child img {
    height: 8vw !important;
  }
  .head__scroll--nav li:first-child a {
    padding: 2.5vw 3vw;
  }
}
.head__scroll--nav li a {
  color: #199393;
  background: #FFF67E;
  text-align: center;
  display: block;
  padding: 1rem;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .head__scroll--nav li a {
    padding: 3vw;
  }
}
.head__scroll--nav li a:hover {
  color: #fff;
  background: #199393;
}
.head__scroll--nav li a:hover img {
  filter: brightness(0) invert(1);
  -webkit-filter: brightness(0) invert(1);
}
@media screen and (max-width: 767px) {
  .head__scroll--nav li a:hover {
    color: #199393;
    background: #FFF67E;
  }
}
.head__scroll--nav li img {
  height: 1.85vw;
  display: block;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .head__scroll--nav li img {
    height: 7vw;
    margin-bottom: 1vw;
  }
}
.head__scroll--nav li dd {
  margin-top: .5vw;
  text-align: center;
  font-weight: bold;
}
.head__scroll--informaiton {
  color: #fff;
  font-size: .85vw;
  font-weight: bold;
  text-align: center;
  padding: 0 1vw;
  background: #199393;
}
@media screen and (max-width: 767px) {
  .head__scroll--informaiton {
    font-size: 3vw;
    padding: 1.25vw 0;
  }
}

/*footer-------------------------------*/
.footer__wrapp {
  padding: 5vw 0;
  background: #666666;
}
@media screen and (max-width: 767px) {
  .footer__wrapp {
    padding: 7.5vw 0 40vw;
  }
}
.footer__nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 5vw;
}
@media screen and (max-width: 767px) {
  .footer__nav {
    display: block;
    text-align: center;
    margin: 0 auto 15vw;
  }
}
.footer__nav a {
  color: #fff;
  padding: .5vw 1vw;
  border-left: 1px solid currentColor;
}
@media screen and (max-width: 767px) {
  .footer__nav a {
    border: none;
    padding: 0;
    margin-bottom: 2vw;
  }
}
.footer__nav a:hover {
  text-decoration: underline;
}
@media screen and (max-width: 767px) {
  .footer__nav a:hover {
    text-decoration: none;
  }
}
.footer__nav li {
  margin-bottom: 5vw;
}
@media screen and (max-width: 767px) {
  .footer__nav li {
    text-align: center;
    margin-bottom: 3.75vw;
    font-size: 4.5vw;
  }
}
.footer__nav li:last-child a {
  border-right: 1px solid currentColor;
}
@media screen and (max-width: 767px) {
  .footer__nav li:last-child a {
    border: none;
  }
}
.footer__copyright a {
  font-size: 1.25vw;
  display: block;
  text-align: center;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .footer__copyright a {
    font-size: 3.75vw;
  }
}

.mv--wrapp {
  display: flex;
  justify-content: space-between;
  padding-top: 7vw;
}
@media screen and (max-width: 767px) {
  .mv--wrapp {
    display: block;
    width: 100%;
    padding-top: 18vw;
  }
}
.mv__leftbox {
  width: 60%;
  padding: 4.5vw;
  background: url(../images/top/mv.jpg) no-repeat center center;
  background-size: cover;
  color: #199393;
}
@media screen and (max-width: 767px) {
  .mv__leftbox {
    width: 100%;
    height: 100vh;
    padding: 13.5vw 8vw;
  }
}
.mv__leftbox--wrapp {
  padding: 5vw 5vw 3vw;
  background-color: rgba(255, 255, 255, 0.9);
}
@media screen and (max-width: 767px) {
  .mv__leftbox--wrapp {
    padding: 8vw;
  }
}
.mv__leftbox--title {
  background: #FFF67E;
  padding: 1.25vw;
  font-size: 1.25vw;
  margin-bottom: 1vw;
  display: block;
  color: currentColor;
}
@media screen and (max-width: 767px) {
  .mv__leftbox--title {
    padding: 3vw;
    font-size: 4vw;
    margin-bottom: 4.5vw;
  }
}
.mv__leftbox--head {
  font-size: 2.75vw;
  line-height: 3.7vw;
  font-weight: bold;
  margin-bottom: 2vw;
}
@media screen and (max-width: 767px) {
  .mv__leftbox--head {
    font-size: 7vw;
    line-height: 10.5vw;
    margin-bottom: 4.5vw;
  }
}
.mv__leftbox p {
  font-size: 1.3vw;
  line-height: 2vw;
  font-weight: 500;
  color: currentColor;
  margin-bottom: 1vw;
}
@media screen and (max-width: 767px) {
  .mv__leftbox p {
    font-size: 3.75vw;
    line-height: 5.5vw;
    margin-bottom: 4vw;
    font-weight: 600;
  }
}
.mv__rightbox {
  width: 40%;
  background: #199393;
  position: relative;
}
@media screen and (max-width: 767px) {
  .mv__rightbox {
    display: none;
  }
}

/*ナビゲーション--------------------------------------*/
.nav__box {
  width: 80%;
  margin: 3.5vw auto;
}
@media screen and (max-width: 767px) {
  .nav__box {
    margin: 5vw auto;
    width: 73.5%;
  }
}
.nav__box li a {
  font-size: 1.45vw;
  line-height: 1.45vw;
  color: #fff;
  padding: 1vw 0;
  display: block;
  border-bottom: 1px solid currentColor;
  position: relative;
}
@media screen and (max-width: 767px) {
  .nav__box li a {
    font-size: 4.35vw;
    line-height: 4.35vw;
    padding: 6vw 0 3vw;
  }
}
.nav__box li a:hover {
  color: #FFF67E;
}
.nav__box li a:hover .downward {
  transform: rotate(90deg);
}
@media screen and (max-width: 767px) {
  .nav__box li a:hover .downward {
    transform: rotate(-90deg);
  }
}
@media screen and (max-width: 767px) {
  .nav__box li a:hover {
    color: #fff;
  }
}
.nav__contact {
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
}
.nav__contact--wrapp {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  background: #181818;
}
.nav__contact li {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 33.2222%;
}
@media screen and (max-width: 767px) {
  .nav__contact li {
    width: 33.2222%;
  }
  .nav__contact li:first-child img {
    height: 8vw !important;
  }
}
.nav__contact li a {
  color: #199393;
  background: #FFF67E;
  text-align: center;
  display: block;
  padding: 1.25vw 0;
  width: 100%;
}
.nav__contact li a:hover {
  color: #fff;
  background: #199393;
}
.nav__contact li a:hover img {
  filter: brightness(0) invert(1);
  -webkit-filter: brightness(0) invert(1);
}
@media screen and (max-width: 767px) {
  .nav__contact li a:hover {
    color: #199393;
    background: #FFF67E;
  }
}
.nav__contact li img {
  height: 2.75vw;
  display: block;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .nav__contact li img {
    height: 7vw;
    margin-bottom: 1vw;
  }
}
.nav__contact li dd {
  font-size: 1.25vw;
  margin-top: .5vw;
  text-align: center;
  font-weight: bold;
}
.nav__contact--informaiton {
  color: #fff;
  font-size: 1vw;
  font-weight: bold;
  text-align: center;
  padding: .5vw;
  background: #199393;
}
@media screen and (max-width: 767px) {
  .nav__contact--informaiton {
    font-size: 3vw;
    padding: 1.25vw 0;
  }
}

.dli--position {
  position: absolute;
  top: 20%;
  right: 0;
}
@media screen and (max-width: 767px) {
  .dli--position {
    top: 30%;
  }
}

.dli-chevron-right-circle {
  display: inline-block;
  vertical-align: middle;
  color: #FFF67E;
  line-height: 1;
  position: relative;
  width: 2vw;
  height: 2vw;
  border: 0.075vw solid currentColor;
  background: currentColor;
  border-radius: 50%;
  box-sizing: content-box;
}
@media screen and (max-width: 767px) {
  .dli-chevron-right-circle {
    width: 6vw;
    height: 6vw;
  }
}

.dli-chevron-right-circle::before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  color: #199393;
  line-height: 1;
  width: .85vw;
  height: .85vw;
  border: 0.2vw solid currentColor;
  border-left: 0;
  border-bottom: 0;
  box-sizing: border-box;
  transform: translateX(-25%) rotate(45deg);
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -.5vw 0 0 -.5vw;
}
@media screen and (max-width: 767px) {
  .dli-chevron-right-circle::before {
    width: 3vw;
    height: 3vw;
    border-width: .65vw;
  }
}

.dli-chevron-right-circle.downward {
  transform: rotate(-90deg);
  transition: .3s;
}
@media screen and (max-width: 767px) {
  .dli-chevron-right-circle.downward {
    transform: rotate(90deg);
  }
}

.dli-chevron-right-circle.downward::before {
  margin: -.45vw 0 0 -.3vw !important;
}
@media screen and (max-width: 767px) {
  .dli-chevron-right-circle.downward::before {
    margin: -1.3vw 0 0 -1.15vw !important;
  }
}

/*case 空き家代行-------------------------------*/
.case {
  padding-bottom: 0 !important;
}
.case__list {
  margin: 3vw auto;
  display: grid;
  gap: 2vw 2vw;
  grid-template-columns: repeat(2, minmax(10rem, 1fr));
}
@media screen and (max-width: 767px) {
  .case__list {
    margin: 10vw auto;
    gap: 0;
    display: block;
  }
}
.case__list--txt {
  margin: 2vw auto;
  font-size: 1.1vw;
  line-height: 2.1vw;
}
@media screen and (max-width: 767px) {
  .case__list--txt {
    margin: 5vw auto 7.5vw;
    font-size: 4.5vw;
    line-height: 7vw;
  }
}
.case__list--img {
  width: 10vw;
  text-align: center;
  margin: 0 auto 1vw;
}
@media screen and (max-width: 767px) {
  .case__list--img {
    width: 60vw;
    text-align: center;
    margin: 0 auto 12vw;
  }
}

/*anxious 実家・空き家管理の負担・不安ありませんか？------------*/
.anxious {
  background: url(../images/top/housing.jpg) no-repeat center center;
  background-size: cover;
  margin-bottom: 5vw;
}
@media screen and (max-width: 767px) {
  .anxious {
    background: url(../images/top/housing-sp.jpg) no-repeat;
    background-size: cover;
    background-position: bottom;
  }
}
.anxious--txt {
  font-size: 1.35vw;
  line-height: 2.5vw;
  display: block;
  font-weight: 500;
  text-align: center;
  margin: 2.5vw auto 3.5vw;
}
@media screen and (max-width: 767px) {
  .anxious--txt {
    font-size: 4vw;
    line-height: 6.25vw;
    text-align: left;
    margin: 5vw auto 10vw;
  }
}
.anxious__list {
  width: 40%;
}
@media screen and (max-width: 767px) {
  .anxious__list {
    width: 100%;
  }
}
.anxious__list--wrapp {
  background-color: rgba(255, 255, 255, 0.9);
  padding: 3vw 0 1vw 10vw;
  border: 2px solid #199393;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
}
@media screen and (max-width: 767px) {
  .anxious__list--wrapp {
    display: block;
    padding: 8vw 7vw 5vw;
    border-width: 3px;
  }
}
.anxious__list li {
  margin-bottom: 1.25vw;
}
@media screen and (max-width: 767px) {
  .anxious__list li {
    margin-bottom: 5vw;
  }
}
.anxious__list li::before {
  content: '';
  display: inline-block;
  width: 1.5vw;
  height: 1.5vw;
  background: url(../images/top/checkMark.png) no-repeat;
  background-size: contain;
  vertical-align: top;
  margin: .25vw 1vw 0 0;
  float: left;
}
@media screen and (max-width: 767px) {
  .anxious__list li::before {
    width: 5vw;
    height: 5vw;
    margin: 1.55vw 3vw 0 0;
  }
}
.anxious__list li p {
  display: flex;
  color: #199393;
  font-size: 1.35vw;
  line-height: 2vw;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .anxious__list li p {
    font-size: 4.75vw;
    line-height: 7vw;
  }
}

/*anxiety 実家・空き家の管理・維持代行のメリット-------------*/
.anxiety--img {
  width: 20vw;
  text-align: center;
  margin: -6vw auto 2vw;
}
@media screen and (max-width: 767px) {
  .anxiety--img {
    width: 60vw;
    text-align: center;
    margin: 0vw auto 3.5vw;
  }
}
.anxiety--list {
  margin: 3vw auto;
  display: grid;
  gap: 2vw 1vw;
  grid-template-columns: repeat(2, minmax(10rem, 1fr));
}
@media screen and (max-width: 767px) {
  .anxiety--list {
    display: block;
    gap: 0;
    margin: 10vw auto 12vw;
  }
  .anxiety--list li {
    margin-bottom: 5vw;
  }
}

/*merit 実家・空き家の管理・維持代行のメリット-------------*/
.merit > .inner {
  background: #FFFFF0;
  padding: 3vw;
  border-radius: .65vw;
}
@media screen and (max-width: 767px) {
  .merit > .inner {
    padding: 5vw 5vw 15vw;
    border-radius: 2.5vw;
  }
}
.merit--img {
  width: 10vw;
  text-align: center;
  margin: -6vw auto 2vw;
}
@media screen and (max-width: 767px) {
  .merit--img {
    width: 30vw;
    text-align: center;
    margin: -13.5vw auto 10vw;
  }
}
.merit p {
  font-size: 1.1vw;
  line-height: 2.1vw;
  margin-top: 1vw;
}
@media screen and (max-width: 767px) {
  .merit p {
    font-size: 4.5vw;
    line-height: 7.5vw;
    margin-top: 5.5vw;
  }
}

/*delegation 空き家代行-------------------------------*/
.delegation__wrapp {
  margin: 4vw auto;
}
@media screen and (max-width: 767px) {
  .delegation__wrapp {
    margin: 10vw auto;
  }
}
.delegation__list {
  margin: 4vw auto;
  display: grid;
  gap: 4vw 4vw;
  grid-template-columns: repeat(3, minmax(10rem, 1fr));
}
@media screen and (max-width: 767px) {
  .delegation__list {
    margin: 10vw auto;
    display: block;
    gap: 0;
  }
}
.delegation__list li {
  padding: 2.5vw 1.5vw 1vw;
  border-radius: .65vw;
  border: 1px solid #c8c8c8;
}
@media screen and (max-width: 767px) {
  .delegation__list li {
    padding: 5vw;
    border-radius: 2.5vw;
    margin-bottom: 10vw;
  }
}
.delegation__list--img {
  width: 10vw;
  text-align: center;
  margin: 0 auto 1vw;
}
@media screen and (max-width: 767px) {
  .delegation__list--img {
    width: 32.5vw;
    margin: 0 auto 5vw;
  }
}
.delegation__list--title {
  font-size: 1.35vw;
  text-align: center;
  display: block;
  color: #199393;
  margin-bottom: 1vw;
}
@media screen and (max-width: 767px) {
  .delegation__list--title {
    font-size: 6vw;
    line-height: 7.25vw;
    margin-bottom: 3.5vw;
  }
}
.delegation__list--txt {
  font-size: 1.1vw;
  line-height: 2.1vw;
}
@media screen and (max-width: 767px) {
  .delegation__list--txt {
    font-size: 4.5vw;
    line-height: 7.65vw;
  }
}
.delegation__list--txt p {
  margin-bottom: 1vw;
}
@media screen and (max-width: 767px) {
  .delegation__list--txt p {
    margin-bottom: 3vw;
  }
}

/*management 空き家管理の費用-------------------------------*/
.management > .inner {
  background: #fff;
  box-shadow: 0 0 12px #ccc;
  padding: 3vw 0;
}
@media screen and (max-width: 767px) {
  .management > .inner {
    padding: 12.5vw 5vw;
    border-radius: 2vw;
  }
}
.management__amount {
  display: flex;
  justify-content: center;
  align-items: baseline;
  margin: 6.5vw auto 4vw;
  color: #199393;
}
@media screen and (max-width: 767px) {
  .management__amount {
    margin: 6.5vw auto 5vw;
  }
}
.management__amount strong {
  font-size: 5vw;
  font-weight: 900;
  margin: 0 .5vw;
}
@media screen and (max-width: 767px) {
  .management__amount strong {
    font-size: 10vw;
  }
}
.management__amount em {
  font-size: 4vw;
  font-weight: 700;
  margin: 0 .5vw;
}
@media screen and (max-width: 767px) {
  .management__amount em {
    font-size: 7vw;
  }
}
.management__amount em.weight--none {
  font-weight: 300 !important;
}
@media screen and (max-width: 767px) {
  .management__amount em.weight--none {
    margin: 0 2vw;
  }
}
.management__amount span {
  font-size: 1.5vw;
  margin: 0 .5vw;
}
@media screen and (max-width: 767px) {
  .management__amount span {
    font-size: 4vw;
  }
}
.management__caution {
  display: flex;
  justify-content: center;
}
.management__caution--list {
  font-size: .85vw;
}
@media screen and (max-width: 767px) {
  .management__caution--list {
    font-size: 3.5vw;
  }
}

/*flow 空き家管理開始までの流れ-------------------------------*/
.flow__bx {
  margin: 5vw 0 0;
}
.flow__wrapp {
  background: #fff;
  border: 1px solid #c8c8c8;
  margin-bottom: 3vw;
  padding: 2vw 4vw 2vw 4vw;
  display: flex;
  align-items: center;
  border-radius: .65vw;
  position: relative;
}
@media screen and (max-width: 767px) {
  .flow__wrapp {
    margin-bottom: 10vw;
    padding: 5vw 5vw 10vw;
    display: block;
    border-radius: 3vw;
  }
}
.flow__wrapp:nth-child(1)::before {
  content: '';
  display: block;
  width: 6vw;
  height: 6vw;
  background: url(../images/top/step_1.png) no-repeat;
  background-size: contain;
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (max-width: 767px) {
  .flow__wrapp:nth-child(1)::before {
    width: 24vw;
    height: 24vw;
  }
}
.flow__wrapp:nth-child(2)::before {
  content: '';
  display: block;
  width: 6vw;
  height: 6vw;
  background: url(../images/top/step_2.png) no-repeat;
  background-size: contain;
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (max-width: 767px) {
  .flow__wrapp:nth-child(2)::before {
    width: 24vw;
    height: 24vw;
  }
}
.flow__wrapp:nth-child(3)::before {
  content: '';
  display: block;
  width: 6vw;
  height: 6vw;
  background: url(../images/top/step_3.png) no-repeat;
  background-size: contain;
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (max-width: 767px) {
  .flow__wrapp:nth-child(3)::before {
    width: 24vw;
    height: 24vw;
  }
}
.flow__wrapp:nth-child(4)::before {
  content: '';
  display: block;
  width: 6vw;
  height: 6vw;
  background: url(../images/top/step_4.png) no-repeat;
  background-size: contain;
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (max-width: 767px) {
  .flow__wrapp:nth-child(4)::before {
    width: 24vw;
    height: 24vw;
  }
}
.flow__wrapp:nth-child(5)::before {
  content: '';
  display: block;
  width: 6vw;
  height: 6vw;
  background: url(../images/top/step_5.png) no-repeat;
  background-size: contain;
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (max-width: 767px) {
  .flow__wrapp:nth-child(5)::before {
    width: 24vw;
    height: 24vw;
  }
}
.flow__wrapp:last-child {
  margin-bottom: 0;
}
.flow__wrapp--img {
  margin: 0 2.5vw 0 4vw;
  width: 15vw;
}
@media screen and (max-width: 767px) {
  .flow__wrapp--img {
    margin: 0 auto 2vw;
    width: 40vw;
  }
}
.flow__wrapp--content {
  width: 75vw;
  font-size: 1.15vw;
  line-height: 2vw;
}
@media screen and (max-width: 767px) {
  .flow__wrapp--content {
    width: 100%;
    font-size: 4.25vw;
    line-height: 6.75vw;
  }
}
.flow__wrapp--title {
  color: #199393;
  font-size: 1.65vw;
  font-weight: 900;
  margin-bottom: .5vw;
}
@media screen and (max-width: 767px) {
  .flow__wrapp--title {
    font-size: 6.15vw;
    text-align: center;
    margin-bottom: 5vw;
  }
}

/***************************/
#insert--bx {
  display: none;
}
@media screen and (max-width: 767px) {
  #insert--bx {
    display: block;
  }
}

@media screen and (max-width: 767px) {
  .nav--triger {
    display: block;
  }

  .nav--triger.active {
    display: block;
    width: 15vw;
    height: 15vw;
  }

  header nav.active {
    opacity: 1;
    z-index: 25;
    display: block;
  }
  header nav.active > .head__wrapp--logsp {
    display: block;
  }

  header nav {
    position: absolute;
    z-index: -1;
    top: 18vw;
    left: 0;
    text-align: center;
    transition: all 0.6s;
    width: 100%;
    height: 105vh;
    opacity: 0;
    padding: 3vw 0 0;
    box-sizing: border-box;
    display: none;
    background: #199393;
  }

  .nav--triger {
    display: block;
    position: absolute;
    right: 0;
    top: 2vw;
    width: 15vw;
    height: 15vw;
    cursor: pointer;
    z-index: 5;
  }

  .nav--triger span {
    display: block;
    position: absolute;
    width: 7vw;
    border-bottom: solid 2px #181818;
    transition: .35s ease-in-out;
    left: 4vw;
  }

  .nav--triger span:nth-child(1) {
    top: 5vw;
  }

  .nav--triger span:nth-child(2) {
    top: 7vw;
  }

  .nav--triger span:nth-child(3) {
    top: 9vw;
  }

  .nav--triger.active span:nth-child(1) {
    top: 7vw;
    left: 4vw;
    border-bottom: solid 2px #181818;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }

  .nav--triger.active span:nth-child(2),
  .nav--triger.active span:nth-child(3) {
    top: 7vw;
    left: 4vw;
    border-bottom: solid 2px #181818;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transform: rotate(45deg);
  }
}

/*# sourceMappingURL=style.css.map */
