@charset "UTF-8";
body, h1, h2, h3, p, dl, dt, dd, ul, ol {
  margin: 0;
  padding: 0;
}

ul, ol {
  list-style: none;
}

body {
  font-family: "ヒラギノ角ゴシック", "Hiragino Sans", メイリオ, Meiryo, sans-serif;
  color: #333333;
  position: relative;
}

a {
  text-decoration: none;
  text-underline-offset: 0.275em;
  transition: opacity 0.25s ease;
}

a:hover {
  opacity: 0.6;
}

* {
  box-sizing: border-box;
}

img {
  display: block;
  width: 100%;
  height: auto;
}

sup {
  vertical-align: super;
  font-size: 2.67vw;
}

@media (min-width: 768px) {
  sup {
    font-size: 10px;
  }
}
@media (max-width: 767px) {
  .sp-none {
    display: none !important;
  }
}
@media (min-width: 768px) {
  .pc-none {
    display: none !important;
  }
}
.font-mintyo {
  font-family: "Hiragino Mincho ProN", "Noto Serif JP", "Yu Mincho", Garamond, "Times New Roman", serif;
}

@media (min-width: 768px) {
  .-center {
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
.cta__text01 {
  font-size: 5.8666666667vw;
  font-weight: 300;
  color: #124A7B;
  text-align: center;
  margin-bottom: 0;
  position: relative;
}

@media (min-width: 768px) {
  .cta__text01 {
    font-size: 40px;
    font-weight: 300;
    margin-bottom: 0;
  }
}
.cta__text01::before {
  content: "";
  width: 74.6666666667vw;
  height: 4.5333333333vw;
  background-image: url(/assets/images/original/fudosan-toushi-lp_ryutsu-cta_line_01.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -6.9333333333vw;
}

@media screen and (min-width: 768px) {
  .cta__text01::before {
    content: "";
    width: 520px;
    height: 18px;
    background-image: url(/assets/images/original/fudosan-toushi-lp_ryutsu-cta_line_pc_01.png);
    bottom: -15px;
  }
}
.cta__inner {
  padding-top: 12.5333333333vw;
}

@media (min-width: 768px) {
  .cta__inner {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    -moz-column-gap: 32px;
    column-gap: 32px;
    padding: 0 15px;
    padding-top: 40px;
    padding-bottom: 40px;
    row-gap: 31px;
  }
}
.cta__container {
  background-color: #F8F9FA;
  border: 1px solid #FFFFFF;
  box-shadow: 0 0 5.33vw rgba(0, 0, 0, 0.1);
  padding: 4.8vw 0;
}

@media (min-width: 768px) {
  .cta__container {
    box-shadow: 0 0 40px rgba(0, 0, 0, 0.2);
    padding: 29px 0 12px;
    position: relative;
    z-index: 2;
  }
}
@media (min-width: 768px) {
  .cta__wrapper-1 {
    width: 440px;
  }
}
@media (max-width: 767px) {
  .cta__wrapper-2 {
    margin-top: 6.7vw;
    margin-bottom: 7.4666666667vw;
  }
}
@media (min-width: 768px) {
  .cta__wrapper-2 {
    width: 440px;
  }
}
.cta__text02 {
  font-size: 4.27vw;
  font-weight: 600;
  text-align: center;
  position: relative;
  z-index: 1;
}

@media (min-width: 768px) {
  .cta__text02 {
    font-size: 24px;
    margin-bottom: -2px;
  }
}
.cta__text02::before {
  content: "";
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: center center;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 0.8vw;
  height: 4.53vw;
}

@media (min-width: 768px) {
  .cta__text02::before {
    height: 28px;
    top: 6px;
  }
}
.cta__text02-1::before {
  background-image: url(/assets/materials/fudosan-toushi-lp_ryutsu-cta_shape_1.svg);
  width: 60vw;
}

@media (min-width: 768px) {
  .cta__text02-1::before {
    background-image: url(/assets/materials/fudosan-toushi-lp_ryutsu-cta_shape_pc_1.svg);
    width: 320px;
  }
}
.cta__text02-2::before {
  background-image: url(/assets/materials/fudosan-toushi-lp_ryutsu-cta_shape_2.svg);
  width: 68.5333333333vw;
}

@media (min-width: 768px) {
  .cta__text02-2::before {
    background-image: url(/assets/materials/fudosan-toushi-lp_ryutsu-cta_shape_pc_2.svg);
    width: 368px;
  }
}
.cta__btn {
  font-size: 5.33vw;
  font-weight: 600;
  letter-spacing: 0.05em;
  text-align: center;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 78.67vw;
  height: 14.93vw;
  border-radius: 1.07vw;
  margin: 0 auto;
  margin-top: 1.3vw;
}

@media (min-width: 768px) {
  .cta__btn {
    width: 440px;
    height: 80px;
    border-radius: 4px;
    font-size: 28px;
    margin-top: 15px;
  }
}
.cta__btn-1 {
  position: relative;
  background-color: #DA595F;
  box-shadow: 0 1.6vw 0 #aa4a4f;
}

@media (min-width: 768px) {
  .cta__btn-1 {
    box-shadow: 0 6px 0 #aa4a4f;
  }
}
.cta__btn-span {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  font-size: 4.27vw;
  font-weight: 600;
  line-height: 1.25;
  color: #DA595F;
  width: 17.07vw;
  height: 17.07vw;
  border-radius: 50%;
  border: 0.54vw solid #DA595F;
  background-color: #fff;
  left: 2.93vw;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

@media (min-width: 768px) {
  .cta__btn-span {
    font-size: 22px;
    width: 96px;
    height: 96px;
    border: 2px solid #DA595F;
    top: 54%;
    left: 21px;
  }
}
.cta__btn-2 {
  background-color: #BB8E01;
  box-shadow: 0 1.6vw 0 #967201;
}

@media (min-width: 768px) {
  .cta__btn-2 {
    box-shadow: 0 6px 0 #967201;
  }
}
.cta__description {
  width: 78.6666666667vw;
  font-size: 3.733vw;
  font-weight: 300;
  line-height: 1.7;
  color: #333;
  margin: 0 auto;
}

@media (min-width: 768px) {
  .cta__box01 {
    width: 78.6666666667vw;
  }
  .cta__description {
    width: 100%;
    font-size: 18px;
    line-height: 1.5;
    text-align: center;
  }
}
.cta-bg {
  background-image: url(/assets/images/original/fudosan-toushi-lp_ryutsu-cta_bg_01.jpg);
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: contain;
  padding-bottom: 44.5333333333vw;
}

@media screen and (min-width: 768px) {
  .cta-bg {
    background-image: none;
    padding-bottom: 120px;
    position: relative;
    z-index: 0;
  }
  .cta-bg::before {
    content: "";
    width: 100%;
    height: 780px;
    background-image: url(/assets/images/original/fudosan-toushi-lp_ryutsu-cta_bg_pc_01.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: -1;
  }
  .cta-bg::after {
    content: "";
    width: 100%;
    height: 780px;
    background: linear-gradient(180deg, #fff, transparent 40%);
    position: absolute;
    bottom: 0;
    left: 0;
  }
}
.cta-margin {
  margin-bottom: 36.2666666667vw;
}

@media screen and (min-width: 768px) {
  .cta-margin {
    margin-bottom: 120px;
  }
}
.cta__flex {
  display: flex;
  justify-content: center;
  gap: 1.0666666667vw;
}

.cta__float {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  background-color: #fff;
  padding: 1.6vw 0 4vw;
  box-shadow: 0 0 2.67vw rgba(0, 0, 0, 0.16);
}

.cta__float .cta {
  margin-top: 5vw;
}

.cta__float .cta__btn {
  width: 46.6666666667vw;
  height: 12.8vw;
  font-size: 4.27vw;
  font-weight: 600;
}

.cta__float .cta__btn-1 {
  padding-left: 11vw;
  box-shadow: 0 1.07vw 0 #aa4a4f;
}

.cta__float .cta__btn-2 {
  box-shadow: 0 1.07vw 0 #967201;
}

.cta__float .cta__btn-span {
  font-size: 2.67vw;
  width: 10.67vw;
  height: 10.67vw;
  left: 3.2vw;
  border: none;
}

.header {
  background-color: #fff;
  border-top: 0.54vw solid #5081A5;
  position: fixed;
  z-index: 1001;
  left: 0;
  top: 0;
  width: 100%;
}

@media (min-width: 768px) {
  .header {
    border-top: 4px solid #5081A5;
  }
}
.header__container {
  display: flex;
  height: 14.4vw;
  margin-bottom: 3.2vw;
}

@media (min-width: 768px) {
  .header__container {
    height: 72px;
    max-width: 1080px;
    margin: 0 auto;
    padding: 0 20px;
  }
}
.header__logo {
  width: 43.2vw;
  padding-top: 5.3333333333vw;
}

@media (max-width: 767px) {
  .header__logo {
    margin-left: 5.33vw;
  }
}
@media (min-width: 768px) {
  .header__logo {
    width: 178px;
    padding-top: 17px;
  }
}
.header__info {
  width: 56.2666666667vw;
  margin-left: 4.2666666667vw;
  padding-top: 1.6vw;
}

@media (min-width: 768px) {
  .header__info {
    width: auto;
    margin-left: auto;
    padding-top: 8px;
  }
}
.header__tel {
  font-size: 5.07vw;
  font-weight: 300;
  display: flex;
  font-family: "Hiragino Mincho ProN", "Noto Serif JP", "Yu Mincho", Garamond, "Times New Roman", serif;
  position: relative;
  padding-left: 2.9vw;
}

.header__tel a {
  color: #333333;
}

.header__tel a:hover {
  color: #333333;
}

@media (max-width: 767px) {
  .header__tel {
    margin-bottom: -0.5333333333vw;
  }
}
@media (min-width: 768px) {
  .header__tel {
    font-size: min(2.8vw, 28px);
    padding-left: 66px;
    margin-bottom: -8px;
  }
}
.header__tel::before {
  content: "";
  background-image: url(/assets/materials/fudosan-toushi-lp_ryutsu-tel-icon.svg);
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: center center;
  width: 4vw;
  height: 5.07vw;
  position: absolute;
  top: 1.7vw;
  left: -1.2vw;
}

@media (min-width: 768px) {
  .header__tel::before {
    width: min(2.1vw, 20px);
    height: min(2.5vw, 25px);
    top: 7px;
    left: 43px;
  }
}
.header__date {
  font-size: 2.1333333333vw;
  font-weight: 300;
  padding-left: 3.2vw;
}

@media (min-width: 768px) {
  .header__date {
    font-size: min(1.32vw, 12px);
    padding-left: 46px;
  }
}
.header__menu {
  width: 8.53vw;
  margin-left: auto;
  margin-right: 5.33vw;
  padding-top: 4.8vw;
  cursor: pointer;
}

@media (min-width: 768px) {
  .header__menu {
    display: none;
  }
}
.header__menu-shape {
  display: block;
  width: 8.53vw;
  height: 0.53vw;
  background-color: #5081A5;
  transition: all 0.4s;
}

.header__menu-shape:nth-of-type(2) {
  margin-top: 2.13vw;
}

.header__menu-text {
  display: block;
  margin-top: 2.3vw;
  width: 8.53vw;
  transition: all 0.4s;
}

.header__menu.is-active .header__menu-shape:nth-of-type(1) {
  transform: translateY(1.8vw) rotate(45deg);
}

.header__menu.is-active .header__menu-shape:nth-of-type(2) {
  transform: translateY(-0.8vw) rotate(-45deg);
}

.header__menu.is-active .header__menu-text {
  margin-top: 3.3vw;
}

.header__btns {
  display: none;
}

@media (min-width: 768px) {
  .header__btns {
    display: flex;
    margin-left: 16px;
    padding-top: 11px;
  }
}
.header .cta__btn {
  height: 48px;
  font-size: 16px;
  font-weight: 300;
  letter-spacing: 0em;
}

.header .cta__btn-1 {
  width: 174px;
  box-shadow: 0 3px 0 #aa4a4f;
  margin-top: 0;
  padding-left: 45px;
}

.header .cta__btn-span {
  font-size: 14px;
  width: 56px;
  height: 56px;
  left: 2px;
}

.header .cta__btn-2 {
  width: 160px;
  margin-left: 8px;
  box-shadow: 0 3px 0 #967200;
  margin-top: 0;
}

.menu {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #F8F9FA;
  z-index: 1000;
  overflow-y: scroll;
  display: none;
}

@media (max-width: 767px) {
  .menu {
    padding-top: 20.2666666667vw;
    padding-bottom: 6.4vw;
  }
}
@media (min-width: 768px) {
  .menu {
    position: static;
    margin-top: 76px;
  }
}
.menu__lists {
  padding-top: 0.7vw;
}

@media (min-width: 768px) {
  .menu__lists {
    display: flex;
    padding: 0;
  }
}
.menu__list {
  position: relative;
}

@media (min-width: 768px) {
  .menu__list {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 64px;
    position: relative;
    max-width: 248px;
    width: 100%;
  }
  .menu__list::after {
    content: "";
    background-image: url(/assets/materials/fudosan-toushi-lp_ryutsu-dot-line.svg);
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-position: center center;
    width: 1px;
    height: 28px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
  }
}
@media (min-width: 768px) {
  .menu__list:first-of-type .menu__link::before {
    content: "";
    background-image: url(/assets/materials/fudosan-toushi-lp_ryutsu-dot-line.svg);
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-position: center center;
    width: 1px;
    height: 28px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
  }
}
.menu__link {
  display: block;
  font-size: 4.8vw;
  font-weight: 300;
  color: #333333;
  padding: 4vw 4.2vw;
  position: relative;
  border-bottom: 1px dotted rgba(80, 129, 165, 0.5);
}

@media (min-width: 768px) {
  .menu__link {
    font-size: 14px;
    width: 100%;
    height: 64px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    border-bottom: none;
  }
}
.menu__link::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 4.2vw;
  background-image: url(/assets/materials/fudosan-toushi-lp_ryutsu-arrow_bottom.svg);
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: center center;
  width: 4.27vw;
  height: 2.13vw;
}

@media (min-width: 768px) {
  .menu__link::after {
    width: 13px;
    height: 8px;
    position: static;
    transform: none;
    margin-left: 8px;
  }
}
.menu__cta {
  font-size: 3.47vw;
  font-weight: 300;
  text-align: center;
  color: #124A7B;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 6.6vw;
  text-decoration: underline;
}

.menu__cta::after {
  content: "";
  background-image: url(/assets/materials/fudosan-toushi-lp_ryutsu-cta_icon_menu.svg);
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: center center;
  width: 3.2vw;
  height: 3.2vw;
  margin-left: 0.9vw;
}

.menu__close {
  font-size: 3.73vw;
  background-color: #fff;
  width: 26.67vw;
  height: 10.67vw;
  margin: 0 auto;
  border: 1px solid #D8D8D8;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 9.8vw;
  cursor: pointer;
}

.menu__close::after {
  content: "";
  width: 3.2vw;
  height: 3.2vw;
  background-image: url(/assets/materials/fudosan-toushi-lp_ryutsu-close_icon.svg);
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: center center;
  margin-left: 1.1vw;
}

.menu .cta {
  margin-top: 5vw;
}

.menu .cta__btn {
  width: 44vw;
  height: 12.8vw;
  font-size: 4.27vw;
  font-weight: 600;
}

.menu .cta__btn-1 {
  padding-left: 11vw;
  box-shadow: 0 1.07vw 0 #aa4a4f;
}

.menu .cta__btn-2 {
  box-shadow: 0 1.07vw 0 #967201;
}

.menu .cta__btn-span {
  font-size: 2.67vw;
  width: 10.67vw;
  height: 10.67vw;
  left: 2.07vw;
  border: none;
}

.section-container {
  width: 89.33vw;
  margin: 0 auto;
}

@media (min-width: 768px) {
  .section-container {
    max-width: 1080px;
    width: 100%;
    margin: 0 auto;
    padding: 0 20px;
  }
}
.section-title {
  font-size: 8.53vw;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-align: center;
  font-family: "Hiragino Mincho ProN", "Noto Serif JP", "Yu Mincho", Garamond, "Times New Roman", serif;
  color: #124A7B;
}

@media (min-width: 768px) {
  .section-title {
    font-size: 56px;
  }
}
/* ------------------------------------
mv
-------------------------------------*/
.mv {
  background-image: url(/assets/images/original/fudosan-toushi-lp_ryutsu-mv_bg_01.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center bottom;
  height: 113.9vw;
  padding-top: 7.4666666667vw;
}

@media (max-width: 767px) {
  .mv {
    margin-top: 18.1333333333vw;
    margin-bottom: 14.9333333333vw;
    overflow: hidden;
  }
}
@media (min-width: 768px) {
  .mv {
    background-image: url(/assets/images/original/fudosan-toushi-lp_ryutsu-mv_bg_pc_01.jpg);
    height: 680px;
    padding-top: 62px;
    margin-bottom: 80px;
  }
}
.mv__main {
  color: #fff;
  font-family: "Hiragino Mincho ProN", "Noto Serif JP", "Yu Mincho", Garamond, "Times New Roman", serif;
  text-align: center;
  text-shadow: 0 0 6.4vw #193146;
  margin-bottom: 14.9333333333vw;
}

@media (min-width: 768px) {
  .mv__main {
    text-shadow: 1px 1px 5px #114A7B;
    margin-bottom: 6px;
  }
}
.mv__main-span {
  display: block;
  font-size: 4.8vw;
  font-weight: 400;
  position: relative;
  margin-bottom: -2.4vw;
}

@media (min-width: 768px) {
  .mv__main-span {
    display: block;
    font-size: 36px;
    margin-bottom: -7px;
  }
}
.mv__main-span::after {
  content: "";
  height: 1px;
  width: 63vw;
  background-color: #fff;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
}

@media (min-width: 768px) {
  .mv__main-span::after {
    width: 469px;
    bottom: 2px;
  }
}
.mv__main-image img {
  width: 95%;
  margin-left: 8px;
}

.mv__inner img {
  width: 112.5%;
  margin-left: -5.6vw;
}

@media (min-width: 768px) {
  .mv__main-image {
    display: block;
    width: 775px;
    margin: 0 auto;
  }
  .mv__inner {
    width: 552px;
    margin: 0 auto;
  }
  .mv__main-image img {
    width: 100%;
    margin-left: 0;
  }
  .mv__inner img {
    width: 100%;
    margin-left: 0;
  }
}
/* ------------------------------------
menu02
-------------------------------------*/
.menu02 {
  margin-top: 12.8vw;
}

.menu02__list {
  display: flex;
  flex-wrap: wrap;
  background-color: #124A7B;
}

.menu02__item {
  position: relative;
  width: 50%;
}

.menu02__item:nth-of-type(1)::before,
.menu02__item:nth-of-type(2)::before {
  content: "";
  width: 39.4666666667vw;
  height: 0.2666666667vw;
  background-color: #fff;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}

.menu02__item:nth-of-type(1)::after,
.menu02__item:nth-of-type(3)::after {
  content: "";
  width: 0.2666666667vw;
  height: 12.8vw;
  background-color: #fff;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
}

.menu02__link {
  display: block;
  width: 100%;
  font-size: 4.2666666667vw;
  font-weight: 400;
  color: #fff;
  text-align: center;
  padding: 0 0 0;
  position: relative;
}

.menu02__link-1 {
  padding: 3.2vw 7.2vw 3.4666666667vw 0;
}

.menu02__link-2 {
  padding: 6.4vw 4.8vw 6.6666666667vw 0;
}

.menu02__link-3 {
  padding: 3.2vw 7.4666666667vw 4.5333333333vw 0;
}

.menu02__link-4 {
  padding: 6.1333333333vw 5.0666666667vw 8vw 0;
}

.menu02__link::before {
  content: "";
  width: 3.2vw;
  height: 2.1333333333vw;
  background-image: url(/assets/images/original/fudosan-toushi-lp_ryutsu-menu__icon_01.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: absolute;
}

.menu02__link-1::before {
  top: 9.3333333333vw;
  right: 8.5333333333vw;
}

.menu02__link-2::before {
  top: 8.8vw;
  right: 11.4666666667vw;
}

.menu02__link-3::before {
  top: 7.7333333333vw;
  right: 8.5333333333vw;
}

.menu02__link-4::before {
  top: 8.5333333333vw;
  right: 7.2vw;
}

/* ------------------------------------
support
-------------------------------------*/
.support {
  background-image: url(/assets/images/original/fudosan-toushi-lp_ryutsu-support_bg_01.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding: 10.4vw 0 8.5333333333vw;
  position: relative;
}

.support::before {
  content: "";
  width: 100vw;
  height: 56.8vw;
  background: linear-gradient(0deg, rgb(220, 230, 237) 0%, transparent 10%);
  position: absolute;
  top: 0.2666vw;
  left: 0;
}

@media screen and (min-width: 768px) {
  .support {
    background-image: url(/assets/images/original/fudosan-toushi-lp_ryutsu-support_bg_pc_01.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding: 107px 0 120px;
    margin-top: 120px;
  }
  .support::before {
    content: none;
  }
}
.support__title {
  font-size: 9.6vw;
  font-weight: 300;
  color: #124A7B;
  text-align: center;
  margin-bottom: 4.8vw;
}

@media screen and (min-width: 768px) {
  .support__title {
    font-size: 56px;
    letter-spacing: 0.12em;
    margin-bottom: 47px;
  }
}
.support__content01 {
  position: relative;
  z-index: 1;
}

@media screen and (min-width: 768px) {
  .support__content01 {
    max-width: 1040px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto;
    gap: 40px;
    align-items: center;
  }
}
.support__subtitle {
  font-size: 5.3333333333vw;
  font-weight: 700;
  color: #124A7B;
  text-align: center;
  margin-bottom: 1.6vw;
}

@media screen and (min-width: 768px) {
  .support__subtitle {
    font-size: 28px;
    text-align: left;
    margin: 0 0 25px 0px;
  }
}
.support__text {
  font-size: 4.2666666667vw;
  font-weight: 400;
  line-height: 1.625;
  margin-bottom: 3.2vw;
}

@media screen and (min-width: 768px) {
  .support__text {
    font-size: 18px;
    margin-bottom: 0;
  }
}
.support__image {
  width: 89.3333333333vw;
  margin: 0 auto;
}

@media screen and (min-width: 768px) {
  .support__image {
    width: 100%;
    max-width: 500px;
    margin: 0 auto;
  }
}
/* ------------------------------------
case
-------------------------------------*/
.case {
  padding: 12.5333333333vw 0 10.6666666667vw;
}

@media screen and (min-width: 768px) {
  .case {
    padding: 106px 0 119px;
  }
}
.case__title01 {
  font-size: 9.6vw;
  font-weight: 300;
  color: #124A7B;
  text-align: center;
  margin-bottom: 4vw;
}

@media screen and (min-width: 768px) {
  .case__title01 {
    font-size: 56px;
    letter-spacing: 0.12em;
    margin-bottom: 50px;
  }
}
.case__item {
  max-width: 89.3333333333vw;
  background-color: #f0f4f7;
  border-radius: 1.0666666667vw;
  padding: 5.6vw 0 8.5333333333vw;
  margin-bottom: 17.0666666667vw;
}

@media screen and (min-width: 768px) {
  .case__item {
    max-width: none;
    width: 100%;
    border-radius: 4px;
    padding: 37px 10px 46px;
    margin-bottom: 72px;
  }
}
.case__number {
  font-size: 3.2vw;
  font-weight: 300;
  color: #5081A5;
  letter-spacing: 0.1em;
  text-align: center;
  margin-bottom: 2.1333333333vw;
}

@media screen and (min-width: 768px) {
  .case__number {
    font-size: 12px;
    margin-bottom: 14px;
  }
}
.case__title02 {
  font-size: 5.3333333333vw;
  font-weight: 700;
  color: #124A7B;
  text-align: center;
  margin-bottom: 1.6vw;
}

@media screen and (min-width: 768px) {
  .case__title02 {
    font-size: 28px;
    margin-bottom: 8px;
  }
}
.case__text01 {
  font-size: 4.2666666667vw;
  font-weight: 400;
  line-height: 1.65;
  padding: 0 6.4vw;
  margin-bottom: 4.8vw;
}

@media screen and (min-width: 768px) {
  .case__text01 {
    font-size: 18px;
    text-align: center;
    padding: 0 0;
    margin-bottom: 33px;
  }
}
@media screen and (min-width: 768px) {
  .case__content01 {
    max-width: 950px;
    display: grid;
    grid-template-columns: 1fr 160px 1fr;
    grid-template-rows: auto;
    gap: 32px;
    margin: 0 auto;
  }
}
.case__box01 {
  width: 80.8vw;
  background-color: #fff;
  padding: 6.4vw 0;
  margin: 0 auto 4.2666666667vw;
  border-radius: 1.0666666667vw;
}

@media screen and (min-width: 768px) {
  .case__box01 {
    width: 100%;
    max-width: 360px;
    padding: 20px 0 19px;
    margin: 0 auto 0;
    border-radius: 4px;
  }
}
.case__image01 {
  width: 67.7333333333vw;
  margin: 0 auto 0;
}

@media screen and (min-width: 768px) {
  .case__image01 {
    width: min(26.4vw, 264px);
  }
}
.case__box02 {
  display: flex;
  justify-content: center;
  gap: 5.3333333333vw;
  margin: 0 0 4.5333333333vw 3.7333333333vw;
}

@media screen and (min-width: 768px) {
  .case__box02 {
    flex-direction: column;
    justify-content: start;
    align-items: center;
    gap: 0px;
    margin: 0 0 0 0;
  }
}
.case__logo01 {
  width: 17.6vw;
  margin-top: 1.0666666667vw;
  margin-left: 8.5333vw;
}

@media screen and (min-width: 768px) {
  .case__logo01 {
    width: 106px;
    margin-top: 43px;
    margin-left: 0;
  }
}
.case__arrow {
  width: 5.3333333333vw;
}

@media screen and (min-width: 768px) {
  .case__arrow {
    width: 160px;
    margin-top: 17px;
  }
}
.case__text02 {
  font-size: 4.2666666667vw;
  font-weight: 400;
  color: #124A7B;
  margin-top: 1.8666666667vw;
}

@media screen and (min-width: 768px) {
  .case__text02 {
    font-size: 16px;
    line-height: 1.4;
    text-align: center;
    margin-top: 10px;
  }
}
.case__box03 {
  width: 80.8vw;
  background-color: #fff;
  padding: 6.1333333333vw 0;
  margin: 0 auto;
  border-radius: 1.0666666667vw;
}

@media screen and (min-width: 768px) {
  .case__box03 {
    width: 100%;
    padding: 20px 0 19px;
    border-radius: 4px;
  }
}
.case__image02 {
  width: 35.2vw;
  margin: 0 auto;
}

@media screen and (min-width: 768px) {
  .case__image02 {
    width: min(15.7vw, 157px);
  }
}
.case__item:not(:last-of-type) {
  margin-bottom: 10.6666666667vw;
}

@media screen and (min-width: 768px) {
  .case__item:not(:last-of-type) {
    margin-bottom: 48px;
  }
}
.case__image03 {
  width: 35.7333333333vw;
  margin: 0 auto 5.0666666667vw;
}

@media screen and (min-width: 768px) {
  .case__image03 {
    width: 140px;
    margin: 0 auto 25px;
  }
}
.case__list01,
.case__list02 {
  display: flex;
  flex-wrap: wrap;
  gap: 1.0666666667vw 0;
  margin-bottom: -0.8vw;
}

@media screen and (min-width: 768px) {
  .case__list01,
.case__list02 {
    max-width: 310px;
    justify-content: center;
    gap: 4px 0;
    margin: 0 auto;
  }
}
.case__item01,
.case__item02 {
  font-size: 4.2666666667vw;
  font-weight: 400;
  padding-left: 4vw;
  position: relative;
}

@media screen and (min-width: 768px) {
  .case__item01,
.case__item02 {
    font-size: 16px;
    padding-left: 0;
  }
}
.case__item01:nth-of-type(odd) {
  width: 39.4666666667vw;
  margin-left: 4vw;
}

@media screen and (min-width: 768px) {
  .case__item01:nth-of-type(odd) {
    width: 175px;
    padding-left: 19px;
    margin-left: 0;
  }
  .case__item01:nth-of-type(even) {
    width: 175px;
    padding-left: 19px;
  }
}
.case__item02:nth-of-type(odd) {
  width: 33.3333333333vw;
  margin-left: 4vw;
}

@media screen and (min-width: 768px) {
  .case__item02:nth-of-type(even) {
    width: 160px;
    padding-left: 21px;
  }
  .case__item02:nth-of-type(odd) {
    width: 160px;
    padding-left: 21px;
    margin-left: 0;
  }
}
@media (min-width: 925px) {
  .case__item01:nth-of-type(even) {
    width: 135px;
    padding-left: 21px;
  }
  .case__item02:nth-of-type(odd) {
    width: 149px;
    padding-left: 15px;
    margin-left: 0;
  }
}
.case__item01::before,
.case__item02::before {
  content: "";
  width: 2.1333333333vw;
  height: 2.1333333333vw;
  background-color: #124A7B;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
}

@media screen and (min-width: 768px) {
  .case__item01::before,
.case__item02::before {
    content: "";
    width: 8px;
    height: 8px;
    left: 4px;
  }
}

.case__image04 {
  width: 63.4666666667vw;
  margin: 0 0 5.0666666667vw 5.6vw;
}

@media screen and (min-width: 768px) {
  .case__image04 {
    width: 204px;
    margin: 0 auto 16px;
  }
}
.case__box05 {
  display: flex;
  justify-content: center;
  gap: 5.3333333333vw;
  margin: 0 0 4.5333333333vw 7.7333333333vw;
}

@media screen and (min-width: 768px) {
  .case__box05 {
    flex-direction: column;
    justify-content: start;
    align-items: center;
    gap: 0px;
    margin: 0 0 0 0;
  }
}
.case__logo02 {
  width: 17.6vw;
  margin-top: 1.8666666667vw;
}

@media screen and (min-width: 768px) {
  .case__logo02 {
    width: 106px;
    margin-top: 43px;
  }
}
@media screen and (min-width: 768px) {
  .case__box06 {
    max-width: 826px;
    display: flex;
    align-items: center;
    gap: 40px;
    margin: 0 auto 20px;
  }
}
.case__image05 {
  width: 44.8vw;
  margin: 0 auto 4.2666666667vw;
}

@media screen and (min-width: 768px) {
  .case__image05 {
    width: 100%;
    max-width: 226px;
    margin: 0 0 0 0;
  }
}
.case__box04 {
  margin-bottom: 5.3333333333vw;
}

@media screen and (min-width: 768px) {
  .case__box04 {
    margin-bottom: 0;
  }
}
.case__image06 {
  width: 80.8vw;
  margin: 0 auto;
}

@media screen and (min-width: 768px) {
  .case__image06 {
    width: 100%;
    max-width: 560px;
    margin: 0 auto;
  }
}
.case__list03 {
  margin: 0 0 -1.3333333333vw 4.2666666667vw;
}

@media screen and (min-width: 768px) {
  .case__list03 {
    margin: 0 0 0 0;
  }
}
.case__item03 {
  font-size: 3.7333333333vw;
  line-height: 1.71;
  position: relative;
  padding: 0 2.6666666667vw 0 4.8vw;
}

@media screen and (min-width: 768px) {
  .case__item03 {
    font-size: 12px;
    text-align: center;
    padding: 0;
  }
}
.case__item03:not(:last-of-type) {
  margin-bottom: -0.5333333333vw;
}

@media screen and (min-width: 768px) {
  .case__item03:not(:last-of-type) {
    margin-bottom: 0;
  }
}
.case__item03::before {
  content: "※";
  font-size: 3.7333333333vw;
  width: 3.7333333333vw;
  height: 3.7333333333vw;
  position: absolute;
  top: 0;
  left: 0;
}

@media screen and (min-width: 768px) {
  .case__item03::before {
    content: "";
  }
}
.case__text03 {
  width: 89.6vw;
  font-size: 5.3333333333vw;
  font-weight: 700;
  color: #124A7B;
  line-height: 1.5;
  text-align: center;
  background-color: rgba(225, 234, 240, 0.5);
  padding: 1.3333333333vw 0 5.0666666667vw;
  margin: 0 auto;
  position: relative;
}

@media screen and (min-width: 768px) {
  .case__text03 {
    width: 100%;
    max-width: 1040px;
    font-size: 24px;
    background-color: #f0f4f7;
    padding: 13px 0 28px;
    z-index: 1;
  }
}
.case__text03 .-small {
  display: block;
  font-size: 4.2666666667vw;
  font-weight: 400;
}

@media screen and (min-width: 768px) {
  .case__text03 .-small {
    font-size: 16px;
    margin-top: 6px;
  }
}
.case__text03::before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 44.8vw solid transparent;
  border-left: 44.8vw solid transparent;
  border-bottom: 8.5333333333vw solid rgba(225, 234, 240, 0.5);
  border-top: 0;
  position: absolute;
  top: -8.5333333333vw;
  left: 50%;
  transform: translateX(-50%);
}

@media screen and (min-width: 768px) {
  .case__text03::before {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-right: min(48.15vw, 520px) solid transparent;
    border-left: min(48.15vw, 520px) solid transparent;
    border-bottom: 32px solid #f0f4f7;
    border-top: 0;
    position: absolute;
    top: -32px;
    left: 50%;
    transform: translateX(-50%);
  }
}
/* ------------------------------------
strong
-------------------------------------*/
.strong {
  color: #fff;
  background-image: url(/assets/images/original/fudosan-toushi-lp_ryutsu-strong_bg_01.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding: 12.8vw 0 17.0666666667vw;
}

.strong__title01 {
  font-size: 8.5333333333vw;
  font-weight: 300;
  letter-spacing: 0.12em;
  text-align: center;
  margin-bottom: 9.6vw;
}

.strong__title02 {
  font-size: 6.4vw;
  font-weight: 600;
  line-height: 1.416;
  text-align: center;
  margin-bottom: 3.4666666667vw;
}

.strong__text01 {
  font-size: 4.8vw;
  font-weight: 400;
  line-height: 1.72;
  margin-bottom: 4.5333333333vw;
}

.strong__image01 {
  margin-bottom: 16vw;
}

.strong__title03 {
  font-size: 5.3333333333vw;
  font-weight: 300;
  text-align: center;
  padding: 0.8vw 0 0.8vw 0;
  border-top: 0.2666666667vw solid #fff;
  border-bottom: 0.2666666667vw solid #fff;
  margin: 4.5333333333vw 0 4.5333333333vw;
}

.strong__box01 {
  background-color: #fff;
  border-radius: 1.0666666667vw 1.0666666667vw 0 0;
  padding: 7.2vw 0 5.0666666667vw;
}

.strong__text02 {
  font-size: 5.3333333333vw;
  font-weight: 700;
  color: #124A7B;
  text-align: center;
  margin-bottom: 4.5333333333vw;
}

.strong__text03 {
  width: 82.9333333333vw;
  font-size: 4.2666666667vw;
  font-weight: 400;
  text-align: center;
  background-color: #00AEEF;
  padding: 1.0666666667vw 0;
  margin: 0 auto;
  position: relative;
}

.strong__text03::before {
  content: "";
  width: 13.6vw;
  height: 12vw;
  background-image: url(/assets/images/original/fudosan-toushi-lp_ryutsu-strong_02.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: absolute;
  bottom: 0;
  right: 4.8vw;
}

.strong__text04 {
  font-size: 4.2666666667vw;
  font-weight: 400;
  color: #124A7B;
  padding: 2.6666666667vw 0 0 32vw;
  position: relative;
}

.strong__text04::before {
  content: "";
  width: 4.9333333333vw;
  height: 15.4666666667vw;
  background-image: url(/assets/images/original/fudosan-toushi-lp_ryutsu-strong_arrow_01.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: absolute;
  top: -3.4666666667vw;
  left: 50%;
  transform: translateX(-50%);
}

.strong__box02 {
  background-color: #E1EAF0;
  padding: 8.8vw 3vw 6.4vw 3.2vw;
  border-radius: 0 0 1.0666666667vw 1.0666666667vw;
  margin-bottom: 10.4vw;
}

.strong__text05 {
  font-size: 3.7333333333vw;
  font-weight: 400;
  color: #124A7B;
  line-height: 1.57;
  padding: 0 0.5333333333vw 0 38.4vw;
  margin-bottom: 6.6666666667vw;
  position: relative;
  z-index: 0;
}

.strong__text05::before {
  content: "";
  width: 29.8666666667vw;
  height: 27.7333333333vw;
  background-image: url(/assets/images/original/fudosan-toushi-lp_ryutsu-strong_03.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: absolute;
  top: -2.4vw;
  left: 1.0666666667vw;
}

.strong__text05::after {
  content: "";
  width: 56.5333333333vw;
  height: 30.9333333333vw;
  background-image: url(/assets/images/original/fudosan-toushi-lp_ryutsu-strong_bubble_01.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: absolute;
  top: -3.2vw;
  right: -1.6vw;
  z-index: -1;
}

.strong__text06 {
  font-size: 4.2666666667vw;
  font-weight: 400;
  color: #333;
  margin-bottom: 3.2vw;
}

.strong__list03 {
  display: flex;
  flex-wrap: wrap;
  gap: 2.1333333333vw;
}

.strong__item03 {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40.8vw;
  height: 14.9333333333vw;
  font-size: 4.2666666667vw;
  font-weight: 400;
  color: #124A7B;
  line-height: 1.25;
  text-align: center;
  background-color: #fff;
  border-radius: 0.5333333333vw;
  padding: 0 0 0;
}

.strong__item03:nth-of-type(even) {
  width: 40vw;
}

.strong__item03.-blue {
  color: #fff;
  background-color: #5081A5;
}

.strong__box03 {
  background-color: #fff;
  border-radius: 1.0666666667vw;
  padding: 7.4666666667vw 0 8.2666666667vw;
  margin-bottom: 10.6666666667vw;
}

.strong__text07 {
  font-size: 5.3333333333vw;
  font-weight: 700;
  color: #124A7B;
  text-align: center;
  margin-bottom: 5.0666666667vw;
}

.strong__image02 {
  width: 78.8vw;
  margin-left: 6.6666666667vw;
}

.strong__image03 {
  margin-bottom: 10.6666666667vw;
}

.strong__link01 {
  font-size: 4.2666666667vw;
  font-weight: 300;
  text-align: center;
  color: #5081A5;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 65.3333333333vw;
  height: 13.8666666667vw;
  border-radius: 1.0666666667vw;
  background-color: #E1EAF0;
  box-shadow: 0 1.0666666667vw 0 #AAC2D1;
  margin: 0 auto 10.4vw;
  position: relative;
}

.strong__link01::before {
  content: "";
  width: 6.4vw;
  height: 6.4vw;
  background-image: url(/assets/images/original/fudosan-toushi-lp_ryutsu-strong_icon_01.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 3.2vw;
}

.strong__image04 {
  border-radius: 1.0666666667vw;
  margin-bottom: 3.4666666667vw;
  position: relative;
  overflow: hidden;
}

.strong__text08 {
  width: 23.4666666667vw;
  height: 23.4666666667vw;
  font-size: 5.3333333333vw;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1.3;
  background-color: #06AEEF;
  border-radius: 50%;
  border: 0.2666666667vw solid #fff;
  padding: 4.5333333333vw 0 0 5.8666666667vw;
  position: absolute;
  bottom: 3.2vw;
  left: 3.2vw;
}

.strong__text09 {
  font-size: 3.7333333333vw;
  font-weight: 400;
  line-height: 1.43;
  padding-left: 3.4666666667vw;
  margin-bottom: 0vw;
  position: relative;
}

.strong__text09::before {
  content: "※";
  width: 3.7333333333vw;
  height: 3.7333333333vw;
  font-size: 3.7333333333vw;
  position: absolute;
  top: 0;
  left: 0;
}

.strong__list01 {
  margin-bottom: 15.2vw;
}

.strong__list04 {
  margin-bottom: 0;
}

.strong__item04 {
  background-color: #fff;
  border-radius: 1.0666666667vw;
  padding: 6.9333333333vw 0 7.4666666667vw;
}

.strong__item04:not(:last-of-type) {
  margin-bottom: 10.6666666667vw;
}

.strong__text10 {
  font-size: 4.2666666667vw;
  font-weight: 400;
  color: #124A7B;
  line-height: 1.25;
  padding: 5.6vw 10.9333333333vw 39.4666666667vw;
  margin-bottom: 2.4vw;
  margin-top: -2.1333333333vw;
  background-image: url(/assets/images/original/fudosan-toushi-lp_ryutsu-strong_07.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.strong__text11 {
  width: 35.4666666667vw;
  font-size: 4.2666666667vw;
  font-weight: 400;
  color: #00AEEF;
  line-height: 1.125;
  text-align: center;
  background-image: url(/assets/images/original/fudosan-toushi-lp_ryutsu-strong_08.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding: 1.6vw 0 2.1333333333vw;
  margin: 0 auto 4.2666666667vw;
}

.strong__box04 {
  width: 71.7333333333vw;
  background-color: #E1EAF0;
  padding: 5.8666666667vw 0 7.7333333333vw;
  margin: 0 auto 9.3333333333vw;
  position: relative;
}

.strong__box04::before {
  content: "";
  width: 11.4666666667vw;
  height: 11.4666666667vw;
  background-image: url(/assets/images/original/fudosan-toushi-lp_ryutsu-strong_icon_02.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: absolute;
  bottom: -6.1333333333vw;
  left: 50%;
  transform: translateX(-50%);
}

.strong__text12 {
  font-size: 3.7333333333vw;
  font-weight: 400;
  color: #333;
  line-height: 1.29;
  padding-left: 26.1333333333vw;
  margin-bottom: 5.6vw;
  position: relative;
}

.strong__text12::before {
  content: "";
  width: 14.4vw;
  height: 12.8vw;
  background-image: url(/assets/images/original/fudosan-toushi-lp_ryutsu-strong_09.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: absolute;
  top: -1.6vw;
  left: 8.5333333333vw;
}

.strong__text13 {
  width: 26.6666666667vw;
  font-size: 3.7333333333vw;
  font-weight: 400;
  color: #124A7B;
  padding-left: 17.6vw;
  margin: 0 auto 6.1333333333vw;
  position: relative;
}

.strong__text13::before {
  content: "";
  width: 2.2666666667vw;
  height: 9.6vw;
  background-image: url(/assets/images/original/fudosan-toushi-lp_ryutsu-strong_arrow_02.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: absolute;
  top: -1.8666666667vw;
  left: 12.2666666667vw;
}

.strong__text14 {
  font-size: 3.7333333333vw;
  font-weight: 400;
  color: #333;
  line-height: 1.29;
  padding-left: 33.3333333333vw;
  position: relative;
}

.strong__text14::before {
  content: "";
  width: 14.1333333333vw;
  height: 12.8vw;
  background-image: url(/assets/images/original/fudosan-toushi-lp_ryutsu-strong_10.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: absolute;
  top: -1.8666666667vw;
  left: 16vw;
}

.strong__text15 {
  width: 35.4666666667vw;
  font-size: 4.2666666667vw;
  font-weight: 400;
  line-height: 1.125;
  text-align: center;
  color: #124A7B;
  background-image: url(/assets/images/original/fudosan-toushi-lp_ryutsu-strong_11.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding: 2.4vw 0 1.3333333333vw;
  margin: 0 auto 4.2666666667vw;
}

.strong__text16 {
  width: 73.6vw;
  font-size: 3.7333333333vw;
  font-weight: 400;
  color: #124A7B;
  text-align: center;
  padding: 14.9333333333vw 0 0;
  margin: 0 auto;
  background-image: url(/assets/images/original/fudosan-toushi-lp_ryutsu-strong_12.png);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: contain;
}

.strong__list05 {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 4.8vw 6.4vw;
  margin-top: -1.0666666667vw;
}

.strong__item05 {
  width: 37.3333333333vw;
}

.strong__image05 {
  width: 34.4vw;
  margin: 0 auto;
}

.strong__text17 {
  font-size: 3.7333333333vw;
  font-weight: 400;
  color: #333;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .strong {
    background-image: none;
    background-color: #5081A5;
    padding: 107px 0 120px;
    position: relative;
  }
  .strong::before {
    content: "";
    width: 100%;
    background: url(/assets/images/original/fudosan-toushi-lp_ryutsu-strong_bg_pc_01-1.png) no-repeat center top/100% auto;
    position: absolute;
    top: 0;
    left: 0;
    padding-bottom: 46%;
  }
  .strong::after {
    content: "";
    width: 100%;
    background: url(/assets/images/original/fudosan-toushi-lp_ryutsu-strong_bg_pc_01-2.png) no-repeat center top/100% auto;
    position: absolute;
    bottom: 0;
    left: 0;
    padding-bottom: 20%;
  }
  .strong__inner {
    position: relative;
    z-index: 1;
  }
  .strong__title01 {
    font-size: 56px;
    margin-bottom: 39px;
  }
  .strong__title02 {
    font-size: 40px;
    margin-bottom: 32px;
  }
  .strong__title02-01 {
    margin-bottom: 38px;
  }
  .strong__grid-1fr {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto;
    gap: 40px;
  }
  .strong__content01 {
    margin-bottom: 93px;
  }
  .strong__text01 {
    font-size: 18px;
    margin-bottom: 42px;
  }
  .strong__image01 {
    margin-bottom: 0;
    margin-top: 6px;
  }
  .strong__title03 {
    font-size: 32px;
    font-weight: 400;
    letter-spacing: 0.1em;
    padding: 7px 0;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    margin: 0 0 42px;
  }
  .strong__box01 {
    border-radius: 4px 4px 0 0;
    padding: 34px 0 14px;
  }
  .strong__text02 {
    font-size: 24px;
    margin-bottom: 22px;
  }
  .strong__text03 {
    max-width: 944px;
    font-size: 20px;
    padding: 9px 0;
    margin-bottom: 14px;
  }
  .strong__text03::before {
    content: "";
    width: 112.23px;
    height: 98px;
    background-image: url(/assets/images/original/fudosan-toushi-lp_ryutsu-strong_02.png);
    right: 34px;
  }
  .strong__text04 {
    width: 100px;
    font-size: 16px;
    padding: 0 0 0;
    margin: 0 auto;
    position: relative;
  }
  .strong__text04::before {
    content: "";
    width: 24px;
    height: 48px;
    background-image: url(/assets/images/original/fudosan-toushi-lp_ryutsu-strong_arrow_pc_01.png);
    top: -15px;
  }
  .strong__box02 {
    background-color: #E1EAF0;
    padding: 45px 44px 40px;
    border-radius: 0 0 4px 4px;
    margin-bottom: 64px;
  }
  .strong__text05 {
    max-width: 661px;
    font-size: 13px;
    padding: 14px 38px 0 18px;
    margin: 0 0 35px 291px;
  }
  .strong__text05::before {
    content: "";
    width: 232px;
    height: 88px;
    background-image: url(/assets/images/original/fudosan-toushi-lp_ryutsu-strong_pc_03.png);
    top: -20px;
    left: -248px;
  }
  .strong__text05::after {
    content: "";
    width: 101%;
    height: 92px;
    background-image: url(/assets/images/original/fudosan-toushi-lp_ryutsu-strong_bubble_pc_01.png);
    top: -11px;
    right: 13px;
    background-size: contain;
  }
  .strong__text06 {
    font-size: 18px;
    text-align: center;
    margin-bottom: 23px;
  }
  .strong__list03 {
    justify-content: center;
    gap: 10px;
  }
  .strong__item03 {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 309px;
    height: 48px;
    font-size: 18px;
    border-radius: 2px;
    padding: 0 0 0;
  }
  .strong__item03:nth-of-type(odd) {
    width: 309px;
    background-color: #5081A5;
    color: #fff;
  }
  .strong__item03:nth-of-type(even) {
    width: 309px;
    background-color: #FFF;
    color: #124A7B;
  }
  .strong__box03 {
    border-radius: 4px;
    padding: 33px 0 41px;
    margin-bottom: 64px;
  }
  .strong__text07 {
    font-size: 24px;
    margin-bottom: 19px;
  }
  .strong__image02 {
    max-width: 944px;
    margin: 0 auto;
  }
  .strong__content02 {
    margin-bottom: 64px;
  }
  .strong__image03 {
    grid-column: 2/3;
    grid-row: 1/3;
    margin-bottom: 0;
    display: flex;
    align-items: center;
    margin-top: 6px;
  }
  .strong__link01 {
    font-size: 16px;
    width: 245px;
    height: 52px;
    border-radius: 4px;
    box-shadow: 0 4px 0 #5081A5;
    margin: -64px 0 0;
    justify-content: flex-start;
    padding-left: 59px;
  }
  .strong__link01::before {
    content: "";
    width: 24px;
    height: 24px;
    right: 12px;
  }
  .strong__image04 {
    margin: 6px 0 0;
    border-radius: 4px;
  }
  .strong__text08 {
    width: 104px;
    height: 104px;
    font-size: 24px;
    line-height: 1.08;
    border: 1px solid #fff;
    padding: 27px 0 0 26px;
    bottom: 24px;
    left: 24px;
  }
  .strong__text09 {
    grid-column: 2/3;
    grid-row: 2/3;
    font-size: 12px;
    padding-left: 12px;
    margin: -26px 0 0 0;
  }
  .strong__text09::before {
    content: "※";
    width: 12px;
    height: 12px;
    font-size: 12px;
    top: 0;
    left: 0;
  }
  .strong__list01 {
    margin-bottom: 81px;
  }
  .strong__list04 {
    margin-bottom: 0;
  }
  .strong__item04 {
    background-color: #fff;
    border-radius: 4px;
    padding: 34px 0 38px;
  }
  .strong__item04:not(:last-of-type) {
    margin-bottom: 48px;
  }
  .strong__text07-1 {
    margin-bottom: 34px;
  }
  .strong__content04 {
    max-width: 964px;
    display: flex;
    padding: 0 10px;
    margin: 0 auto;
  }
  .strong__text10 {
    width: min(23vw, 230px);
    font-size: 16px;
    padding: 0px 0 140px;
    margin: 0 8px 10px 0;
    margin-top: 0;
    background-image: url(/assets/images/original/fudosan-toushi-lp_ryutsu-strong_pc_07.png);
  }
  .strong__text11 {
    width: min(8vw, 80px);
    font-size: min(1.6vw, 16px);
    padding: 0;
    margin: 0 20px 0 0;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .strong__text11::before {
    content: "";
    width: 51px;
    height: 124px;
    background-image: url(/assets/images/original/fudosan-toushi-lp_ryutsu-strong_pc_08.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 14px;
  }
  .strong__box04 {
    width: min(28vw, 280px);
    padding: 34px 0px 25px min(11.4vw, 114px);
    margin: 0 14px 0 0;
  }
  .strong__box04::before {
    content: "";
    width: 40px;
    height: 40px;
    background-image: url(/assets/images/original/fudosan-toushi-lp_ryutsu-strong_icon_02.png);
    bottom: 50%;
    left: min(26vw, 260px);
    transform: translateY(50%) translateX(0);
  }
  .strong__text12 {
    font-size: 14px;
    padding-left: 0;
    margin-bottom: 26px;
  }
  .strong__text12::before {
    content: "";
    width: min(7.2vw, 72px);
    height: min(6.4vw, 64px);
    background-image: url(/assets/images/original/fudosan-toushi-lp_ryutsu-strong_09.png);
    top: -14px;
    left: min(-0.87vw, -87px);
  }
  .strong__text13 {
    width: 100px;
    font-size: 16px;
    padding-left: 34px;
    margin: 0 0 19px 0;
  }
  .strong__text13::before {
    content: "";
    width: 10px;
    height: 32px;
    background-image: url(/assets/images/original/fudosan-toushi-lp_ryutsu-strong_arrow_pc_02.png);
    top: -4px;
    left: 16px;
  }
  .strong__text14 {
    font-size: 14px;
    padding-left: 17px;
  }
  .strong__text14::before {
    width: min(5.3vw, 53px);
    height: min(4.8vw, 48px);
    top: -7px;
    left: -48px;
  }
  .strong__text15 {
    width: min(12.4vw, 124px);
    font-size: min(1.6vw, 16px);
    padding: 0;
    margin: 0 17px 0 0;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .strong__text15::before {
    content: "";
    width: 80px;
    height: 124px;
    background-image: url(/assets/images/original/fudosan-toushi-lp_ryutsu-strong_pc_11.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 21px;
  }
  .strong__text16 {
    width: min(14.4vw, 144px);
    height: 170px;
    font-size: 16px;
    padding: 0 0 0;
    margin: auto 0;
    background-image: url(/assets/images/original/fudosan-toushi-lp_ryutsu-strong_pc_12.png);
    background-position: center bottom;
  }
  .strong__text07-2 {
    margin-bottom: 29px;
  }
  .strong__list05 {
    display: grid;
    grid-template-columns: 1.1fr 1fr 1.1fr;
    grid-template-rows: auto;
    gap: 24px 0;
    margin: 0 63px 0;
  }
  .strong__item05 {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .strong__image05 {
    width: 177px;
    margin: 0 auto 4px;
  }
  .strong__text17 {
    font-size: 18px;
    height: 55px;
    padding: 0 3px;
  }
  .strong__text17-left {
    margin-left: -15px;
  }
  .strong__text17-height {
    height: 55px;
  }
  .strong__item04:nth-of-type(2) {
    padding-bottom: 35px;
  }
}
@media (min-width: 1053px) {
  .strong__text17 {
    height: auto;
  }
  .strong__text17-height {
    height: 55px;
  }
}
@media (min-width: 860px) {
  .strong__text16 {
    margin: -4px 0 34px 0;
  }
}
@media (min-width: 900px) {
  .strong__text05 {
    max-width: 679px;
    font-size: 16px;
    padding: 8px 38px 0 38px;
    margin: 0px 0 35px 271px;
  }
  .strong__text05::after {
    width: 100%;
  }
}
/* ------------------------------------
faq
-------------------------------------*/
.faq {
  padding: 19.2vw 0 10.6666666667vw;
}

@media (min-width: 768px) {
  .faq {
    padding-top: 105px;
    padding-bottom: 121px;
  }
}
.faq__title01 {
  font-size: 8.5333333333vw;
  font-weight: 300;
  color: #124A7B;
  letter-spacing: 0.12em;
  text-align: center;
  margin-bottom: 4.8vw;
}

@media (min-width: 768px) {
  .faq__title01 {
    font-size: 56px;
    margin-bottom: 0;
  }
  .faq__container {
    padding-bottom: 0;
  }
}
.faq__text {
  font-size: 4.8vw;
  font-weight: 300;
  line-height: 1.5;
  margin-top: 7.7333333333vw;
}

@media (min-width: 768px) {
  .faq__text {
    font-size: 18px;
    margin-top: 47px;
    text-align: center;
  }
}
.faq__wrapper {
  margin-top: 5vw;
}

@media (min-width: 768px) {
  .faq__wrapper {
    margin-top: 43px;
  }
}
.faq__group:not(:first-of-type) {
  margin-top: 3.5vw;
}

@media (min-width: 768px) {
  .faq__group:not(:first-of-type) {
    margin-top: 12px;
  }
}
.faq__title {
  font-size: 4.8vw;
  font-weight: 600;
  line-height: 1.33;
  display: flex;
  align-items: center;
  min-height: 13.33vw;
  padding: 3.2vw 10.1vw;
  border: 1px solid #E6E6E6;
  background-color: #FAFAFA;
  position: relative;
  cursor: pointer;
}

@media (min-width: 768px) {
  .faq__title {
    font-size: 20px;
    min-height: 72px;
    padding: 0 65px;
  }
}
.faq__title span {
  font-size: 6.4vw;
  font-weight: 300;
  color: #5081A5;
  font-family: "Hiragino Mincho ProN", "Noto Serif JP", "Yu Mincho", Garamond, "Times New Roman", serif;
  margin-right: 2vw;
  position: absolute;
  top: 1.9vw;
  left: 3vw;
}

@media (min-width: 768px) {
  .faq__title span {
    font-size: 32px;
    top: 13px;
    left: 23px;
  }
}
.faq__title::before, .faq__title::after {
  content: "";
  width: 5.33vw;
  height: 0.53vw;
  background-color: #5081A5;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 3vw;
}

@media (min-width: 768px) {
  .faq__title::before, .faq__title::after {
    width: 24px;
    height: 2px;
    right: 23px;
  }
}
.faq__title::after {
  transform: rotate(90deg);
}

.faq__title.is-active::after {
  content: none;
}

.faq__description {
  font-size: 4.8vw;
  font-weight: 300;
  line-height: 1.5;
  padding: 2.9vw 3.1vw;
  display: none;
  border-right: 1px solid #E6E6E6;
  border-left: 1px solid #E6E6E6;
  border-bottom: 1px solid #E6E6E6;
  background-color: #fff;
}

@media (min-width: 768px) {
  .faq__description {
    font-size: 18px;
    line-height: 1.72;
    padding: 32px 23px;
  }
}
.faq__last {
  font-size: 4.8vw;
  font-weight: 300;
  line-height: 1.5;
  text-align: center;
  margin-top: 9.6vw;
}

@media (min-width: 768px) {
  .faq__last {
    font-size: 18px;
    margin-top: 58px;
  }
}
.faq__btn {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 5.33vw;
  font-weight: 600;
  color: #fff;
  text-align: center;
  background-color: #5081A5;
  border-radius: 1.07vw;
  box-shadow: 0 1.07vw 0 #37576f;
  width: 78.67vw;
  height: 17.07vw;
  margin: 0 auto;
  margin-top: 4.27vw;
  position: relative;
}

@media (min-width: 768px) {
  .faq__btn {
    width: 440px;
    height: 85px;
    border-radius: 4px;
    box-shadow: 0 6px 0 #37576F;
    font-size: 20px;
    margin-top: 28px;
  }
}
.faq .cta__top {
  padding-top: 5vw;
}

@media (min-width: 768px) {
  .faq .cta__top {
    padding-top: 35px;
  }
}
@media (min-width: 768px) {
  .faq .cta__inner {
    padding-top: 30px;
  }
}
/* ------------------------------------
pagetop
-------------------------------------*/
.pagetop {
  position: fixed;
  bottom: 0;
  right: 0;
  z-index: 100;
}

.pagetop-btn {
  display: block;
  width: 12.8vw;
  height: 12.8vw;
  padding-top: 12.8vw;
  background-color: #124A7B;
  font-size: 3.2vw;
  text-align: center;
  text-decoration: none;
  color: #fff;
}

@media (min-width: 768px) {
  .pagetop-btn {
    width: 120px;
    height: 120px;
    padding-top: 64px;
    font-size: 14px;
    font-weight: 300;
  }
}
.pagetop-btn::before {
  content: "";
  position: absolute;
  width: 4vw;
  height: 4vw;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: translateX(-50%) rotate(-45deg);
  top: 5.93vw;
  left: 50%;
}

@media (min-width: 768px) {
  .pagetop-btn::before {
    width: 18px;
    height: 18px;
    top: 43px;
  }
}
/* ------------------------------------
footer
-------------------------------------*/
.footer {
  background-color: #5081A5;
  padding-top: 17vw;
}

@media (max-width: 768px) {
  .footer {
    padding-bottom: 20.27vw;
  }
}
@media (min-width: 768px) {
  .footer {
    padding-top: 70px;
  }
}
@media (min-width: 768px) {
  .footer .section-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    -moz-column-gap: 0;
    column-gap: min(4.44vw, 64px);
  }
}
@media screen and (min-width: 768px) {
  .footer__inner {
    max-width: 877px;
    margin: 0 auto;
  }
}
.footer__logo {
  width: 80vw;
}

@media (max-width: 767px) {
  .footer__logo {
    margin: 0 auto;
  }
}
@media (min-width: 768px) {
  .footer__logo {
    width: min(34.09vw, 300px);
  }
}
@media (max-width: 767px) {
  .footer__tel {
    text-align: center;
    margin-top: 9.9vw;
  }
}
.footer__tel span,
.footer__tel a {
  color: #fff;
  font-size: 10.67vw;
  font-weight: 400;
  font-family: "Hiragino Mincho ProN", "Noto Serif JP", "Yu Mincho", Garamond, "Times New Roman", serif;
  position: relative;
  margin-left: 10.4vw;
}

@media (min-width: 768px) {
  .footer__tel span,
.footer__tel a {
    font-size: min(4.44vw, 40px);
    padding-left: 38px;
    margin-left: 0;
  }
}
.footer__tel span::before,
.footer__tel a::before {
  content: "";
  background-image: url(/assets/materials/fudosan-toushi-lp_ryutsu-f-tel_icon.svg);
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: center center;
  width: 9.33vw;
  height: 9.33vw;
  position: absolute;
  top: 0.8vw;
  left: -10.1333333333vw;
}

@media (min-width: 768px) {
  .footer__tel span::before,
.footer__tel a::before {
    width: min(3.89vw, 35px);
    height: min(3.89vw, 35px);
    top: 2px;
    left: -3px;
  }
}
.footer__company {
  font-size: 6.4vw;
  font-weight: 300;
  line-height: 1.67;
  text-align: center;
  color: #fff;
  margin-top: 6.4vw;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
}

@media (min-width: 768px) {
  .footer__company {
    font-size: min(2.67vw, 24px);
    line-height: 1.78;
    margin-top: 5px;
    text-align: left;
    flex-direction: row;
  }
}
.footer__company span:not(:first-of-type) {
  padding-left: 0;
}

.footer__date {
  font-size: 4.8vw;
  font-weight: 300;
  color: #fff;
  text-align: center;
}

@media (max-width: 767px) {
  .footer__date {
    margin-top: 5vw;
  }
}
@media (min-width: 768px) {
  .footer__date {
    font-size: min(2vw, 18px);
    line-height: 1.78;
    text-align: left;
    margin-top: -5px;
  }
}
.footer__bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.3);
  margin-top: 16vw;
}

@media (min-width: 768px) {
  .footer__bottom {
    margin-top: 55px;
  }
}
.footer__copy {
  font-size: 4.27vw;
  font-weight: 300;
  text-align: center;
  padding: 5.4vw 0;
  color: #fff;
}

@media (min-width: 768px) {
  .footer__copy {
    font-size: 16px;
    padding: 21px 0 60px;
  }
}

/* 20250306追記 */
.s-250306 .cta__text02-1::before {
  width: 78.67vw;
}
@media (min-width: 768px) {
  .header__btns.s-250306 {
    margin-left: auto;
  }
  .s-250306 .cta__text02-1::before {
    width: 440px;
  }
}

