body {
  font-family: "Noto Sans JP", sans-serif;
  margin: 0;
  padding: 0;
  background-color: #fafafa
}

@media screen and (min-width:641px) {
  body {
    padding-top: 87px
  }
}

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0
}

img {
  max-width: 100%;
  height: auto
}

@media(max-width: 768px) {
  .pc {
    display: none
  }
}

@media(min-width: 769px) {
  .sp {
    display: none
  }
}

header {
  padding: 0;
  background: none;
  color: inherit
}

.inner {
  max-width: 1168px;
  margin: auto;
  width: 100%
}

@media screen and (min-width:641px) {
  .inner {
    padding: 0 24px
  }
}

@media screen and (max-width:640px) {
  .inner {
    padding: 0 20px
  }
}

.header-top {
  background: #5081a5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding: 18px 0
}

.header-top h1 {
  color: var(--Li-White, #fff);
  text-align: right;
  -webkit-font-feature-settings: "palt"on;
  font-feature-settings: "palt"on;
  font-family: "Noto Sans JP";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  letter-spacing: .96px
}

@media screen and (min-width:641px) {
  .header-container {
    background: #fff;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 100
  }
}

.header-content {
  max-width: 1168px;
  margin: auto;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}

@media screen and (min-width:641px) {
  .header-content {
    padding: 12px 24px
  }
}

.header-logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 24px
}

.header-content img {
  width: 186px
}

.header-content p {
  font-size: 0
}

.header-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between
}

.header-buttons a {
  text-decoration: none;
  display: block;
  text-align: center
}

@media screen and (min-width:641px) {
  .header-buttons a {
    width: 210px
  }
}

@media screen and (min-width:641px) {
  .header-buttons.sp-fixed {
    display: none
  }
}

.search-button {
  background: #fff;
  color: #5081a5;
  border: 2px solid #5081a5;
  border-radius: 999px;
  font-size: 16px;
  font-weight: 700;
  padding: 8px 32px;
  cursor: pointer;
  -webkit-transition: background .2s, color .2s;
  transition: background .2s, color .2s
}

.search-button:hover {
  background: rgba(80, 129, 165, .1490196078)
}

.estimate-button {
  background: #5081a5;
  color: #fff;
  border: none;
  border-radius: 999px;
  font-size: 16px;
  font-weight: 700;
  padding: 8px 32px;
  cursor: pointer;
  border: #5081a5 2px solid;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: background .2s, color .2s;
  transition: background .2s, color .2s
}

.estimate-button:hover:hover {
  background: rgba(80, 129, 165, .1490196078);
  border: #5081a5 2px solid;
  color: #5081a5
}

@media(max-width: 1440px) {
  .header-top {
    min-width: 100%
  }
}

@media(max-width: 768px) {
  .header-logo {
    gap: 16px;
    width: 100%;
    padding: 16px 20px 0
  }

  .header-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 16px
  }

  .header-content img {
    width: 140px
  }

  .header-top h1 {
    text-align: center;
    font-size: 12px
  }

  .header-buttons {
    background-color: #fff;
    width: 100%;
    padding: 0 20px 16px
  }

  .header-buttons.sp-fixed {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 100;
    padding-top: 16px;
    -webkit-transition: all .3s;
    transition: all .3s;
    opacity: 0;
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
    pointer-events: none
  }

  .header-buttons.sp-fixed.is-active {
    opacity: 1;
    pointer-events: all;
    -webkit-transform: translateY(0px);
    transform: translateY(0px)
  }

  .search-button,
  .estimate-button {
    font-size: 14px;
    padding: 12px 32px;
    line-height: 1;
    width: 50%
  }
}

.main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column
}

@media screen and (min-width:641px) {
  .main {
    gap: 96px
  }
}

@media screen and (max-width:640px) {
  .main {
    gap: 64px
  }
}

.heading {
  color: var(--Li-Blue, #0062b2);
  leading-trim: both;
  text-edge: cap;
  -webkit-font-feature-settings: "palt"on;
  font-feature-settings: "palt"on;
  font-family: "Noto Sans JP";
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.43;
  letter-spacing: 1.28px
}

.text {
  color: var(--Li-Black, #000);
  leading-trim: both;
  text-edge: cap;
  -webkit-font-feature-settings: "palt"on;
  font-feature-settings: "palt"on;
  font-family: "Noto Sans JP";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.87;
  letter-spacing: .96px
}

.container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 48px
}

@media(max-width: 768px) {
  .heading {
    font-size: 20px
  }

  .text {
    font-size: 14px
  }

  .container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
  }

  .content {
    gap: 32px
  }
}

.branch {
  max-width: 590px
}

.button--large a {
  max-width: 476px;
  margin: auto;
  text-decoration: none;
  color: var(--Li-White, #fff);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 32px 32px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 16px;
  border-radius: 90px;
  background: #5081a5;
  text-align: center;
  leading-trim: both;
  text-edge: cap;
  -webkit-font-feature-settings: "palt"on;
  font-feature-settings: "palt"on;
  font-family: "Noto Sans JP";
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 1.2px;
  justify-content: center;
  align-items: center;
  border: #5081a5 2px solid;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  gap: 16px;
  -webkit-transition: .6s;
  transition: .6s
}

.button--large a:hover {
  background: rgba(80, 129, 165, .1490196078);
  border: #5081a5 2px solid;
  color: #5081a5
}

.button a {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-decoration: none;
  color: var(--Li-White, #fff);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 18px 32px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 16px;
  border-radius: 90px;
  background: #5081a5;
  text-align: center;
  leading-trim: both;
  text-edge: cap;
  -webkit-font-feature-settings: "palt"on;
  font-feature-settings: "palt"on;
  font-family: "Noto Sans JP";
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 1.2px;
  justify-content: center;
  align-items: center;
  border: #5081a5 2px solid;
  -webkit-transition: .6s;
  transition: .6s;
  gap: 16px
}

.button a:hover {
  background: rgba(80, 129, 165, .1490196078);
  border: #5081a5 2px solid;
  color: #5081a5
}

.button.invert a {
  background: #fff;
  color: #5081a5;
  border: 2px solid #5081a5
}

.button.invert a:after {
  content: "";
  display: inline-block;
  margin-left: 8px;
  width: 8px;
  height: 16px;
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMCIgaGVpZ2h0PSIxOSIgdmlld0JveD0iMCAwIDEwIDE5IiBmaWxsPSJub25lIj48cGF0aCBkPSJNMSAxLjVMOSA5LjVMMSAxNy41IiBzdHJva2U9IiM1MDgxYTUiIHN0cm9rZS13aWR0aD0iMiIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIi8+PC9zdmc+");
  -webkit-transition: .6s;
  transition: .6s
}

.button.invert a:hover:after {
  -webkit-transform: translateX(3px);
  transform: translateX(3px);
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMCIgaGVpZ2h0PSIxOSIgdmlld0JveD0iMCAwIDEwIDE5IiBmaWxsPSJub25lIj48cGF0aCBkPSJNMSAxLjVMOSA5LjVMMSAxNy41IiBzdHJva2U9IiM1MDgxYTUiIHN0cm9rZS13aWR0aD0iMiIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIi8+PC9zdmc+")
}

.button.invert a:hover {
  background: rgba(80, 129, 165, .1490196078);
  border: 2px solid #5081a5;
  color: #5081a5
}

.button a {
  position: relative
}

.button a:after {
  content: "";
  display: inline-block;
  margin-left: 8px;
  width: 8px;
  height: 16px;
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%2210%22%20height%3D%2218%22%20viewBox%3D%220%200%2010%2018%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%3Cpath%20d%3D%22M1%201L9%209L1%2017%22%20stroke%3D%22%235081a5%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22/%3E%3C/svg%3E");
  -webkit-transition: .6s;
  transition: .6s
}

.button a:hover:after {
  -webkit-transform: translateX(3px);
  transform: translateX(3px);
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMCIgaGVpZ2h0PSIxOSIgdmlld0JveD0iMCAwIDEwIDE5IiBmaWxsPSJub25lIj48cGF0aCBkPSJNMSAxLjVMOSA5LjVMMSAxNy41IiBzdHJva2U9IiM1MDgxYTUiIHN0cm9rZS13aWR0aD0iMiIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIi8+PC9zdmc+")
}

@media(max-width: 768px) {
  .button--large a {
    font-size: 20px;
    padding: 24px 24px
  }

  .button a {
    font-size: 16px
  }
}

.slide {
  line-height: 1;
  max-width: 923px;
  border: 6px solid #fff;
  -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, .25);
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, .25);
  margin: auto
}

.slide-container {
  overflow: hidden;
  position: relative
}

.slide-title {
  position: absolute;
  z-index: 10;
  top: 18px;
  left: 18px
}

.slide-description {
  position: absolute;
  z-index: 10;
  bottom: 18px;
  right: 18px;
  color: var(--Li-White, #fff);
  leading-trim: both;
  text-edge: cap;
  -webkit-font-feature-settings: "palt"on;
  font-feature-settings: "palt"on;
  font-family: "Noto Sans JP";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
  letter-spacing: .84px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 12px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
  border-radius: 10px;
  background: rgba(80, 129, 165, .8)
}

@media(max-width: 768px) {
  .slide-title {
    width: 50%
  }

  .slide-description {
    position: relative;
    bottom: auto;
    right: auto;
    margin-top: -50px
  }
}

.cv {
  padding: 64px 0
}

.cv-title {
  text-align: center
}

@media(max-width: 768px) {
  .cv {
    padding: 0 0
  }
}

.footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 96px;
  padding: 96px 0
}

.footer-logo img {
  width: 217px
}

.copyright {
  color: var(--Li-Black, #000);
  text-align: center;
  leading-trim: both;
  text-edge: cap;
  -webkit-font-feature-settings: "palt"on;
  font-feature-settings: "palt"on;
  font-family: "Noto Sans JP";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
  letter-spacing: .84px
}

@media(max-width: 768px) {
  .footer {
    padding: 64px 0;
    gap: 64px
  }

  .footer-logo img {
    width: 157px
  }

  .copyright {
    font-size: 11px
  }
}

.recommend-title {
  color: var(--Li-Blue, #0062b2);
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 900;
  line-height: 1.53;
  padding-bottom: 30px
}

@media screen and (min-width:641px) {
  .recommend-title {
    letter-spacing: 2.4px;
    font-size: 30px
  }
}

@media(max-width: 768px) {
  .recommend-title {
    font-size: 20px;
    letter-spacing: 1.2px
  }
}

.recommend {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  list-style: none;
  margin: 0;
  padding: 0
}

@media(max-width: 768px) {
  .recommend {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
  }
}

.recommend-item {
  -webkit-box-shadow: 0px 20px 20px 0px rgba(0, 0, 0, .06);
  box-shadow: 0px 20px 20px 0px rgba(0, 0, 0, .06);
  background-color: #fff;
  overflow: hidden
}

@media screen and (min-width:641px) {
  .recommend-item {
    width: calc(100%/3 - 20px*(3 - 1)/3)
  }
}

@media(max-width: 768px) {
  .recommend-item {
    width: calc(100%/1 - 20px*(1 - 1)/1)
  }
}

.recommend-item a {
  height: 100%;
  display: block;
  text-decoration: none !important
}

.recommend-content {
  padding: 16px;
  gap: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column
}

.recommend-tag {
  color: var(--Li-White, #fff);
  font-family: "Noto Sans JP";
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: .8;
  letter-spacing: .84px;
  border-radius: 90px;
  background: #62a44d;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding: 8px 14px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content
}

.recommend-catch {
  color: var(--Professional-Blue, #5081a5);
  font-family: "Noto Sans JP";
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
  letter-spacing: .96px
}

.recommend-address {
  color: var(--Li-Black, #000);
  font-family: "Noto Sans JP";
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
  letter-spacing: .96px
}

.recommend-price {
  color: #c75657;
  font-family: "Noto Sans JP";
  font-size: 26px;
  font-style: normal;
  font-weight: 800;
  line-height: 32px
}

.recommend-price__small {
  font-size: 16px
}

.recommend-price__tax {
  font-size: 12px;
  font-weight: 400
}

.recommend-access {
  color: var(--Li-Black, #000);
  font-family: "Noto Sans JP";
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: .72px
}