@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&family=Roboto:ital,wght@0,400;0,700;1,400&display=swap");
/* ========================================================== */
/* Reset Style */
/* ========================================================== */
*, *::before, *::after {
  box-sizing: border-box;
}
* {
  margin: 0;
}
html, body {
  height: 100%;
}
body {
  -webkit-font-smoothing: antialiased;
  font-family: -apple-system, BlinkMacSystemFont, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  font-size: 18px;
  line-height: 1.8;
  text-size-adjust: none;
  background: none;
  color: #333333;
  overflow-scrolling: touch;
}
@media (max-width: 780px) {
  body {
    font-size: 16px;
    font-size: 2.0512820513vw;
  }
}
picture, video, canvas, svg {
  display: block;
  width: auto;
  height: auto;
  max-width: 100%;
}
img {
  width: auto;
  height: auto;
  max-width: 100%;
  vertical-align: middle;
}
input, button, textarea, select {
  font: inherit;
}
p, h1, h2, h3, h4, h5, h6 {
  overflow-wrap: break-word;
}
li, h1, h2, h3, h4, h5, h6 {
  line-height: 1.4;
}
a {
  text-decoration: none;
  color: inherit;
}
a:hover {
  color: inherit;
  text-decoration: none;
  opacity: 0.7;
}
ul {
  padding: 0;
  list-style: none;
}
.modaal-container {
  background: none;
}
.modaal-content-container {
  padding: 0;
  text-align: center;
}
.mincho {
  font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif;
}
@media (min-width: 781px) {
  .sp {
    display: none !important;
  }
}
@media (max-width: 780px) {
  .pc {
    display: none !important;
  }
}
/* ========================================================== */
/* SP用スタイル */
/* ========================================================== */
@media (max-width: 780px) {
  /* ========================================================== */
  /* 共通スタイル */
  /* ========================================================== */
  body {
    padding-top: 39vw;
  }
  .mv {
    overflow: hidden;
    background: none;
  }
  .mv .page_nav {
    display: flex;
    justify-content: space-between;
    width: 100%;
    background: rgba(255, 255, 255, 0.7);
    /* padding: 2.564vw 0; */
    margin-bottom: 50px;
    margin-bottom: 4.410256vw;
  }
  .mv .page_nav ul {
    width: 1284px;
    margin: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    row-gap: 2vw;
  }
  .mv .page_nav li {
    width: 24.5%;
  }
  .mv .page_nav a {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    color: #ffffff;
    background: #a5040e;
    font-size: 10px;
    font-weight: bold;
    border-radius: 4px;
  }
  .mv .sp_nav {
    display: flex;
    justify-content: space-between;
    margin: 0 auto 0 0;
    padding: 3.8461vw 5vw;
  }
  .mv .sp_nav a {
    font-size: 13px;
    font-size: 3.666667vw;
    font-weight: bold;
    display: inline-block;
    border: 1px solid #333333;
    padding: 0.2em 0.5em;
    border-radius: 0.5em;
  }
  /* ヘッダー */
  /* ========================================================== */
  .site_header {
    position: fixed;
    width: 100%;
    left: 0;
    top: 0px;
    top: 0vw;
    z-index: 1;
    background: #fff;
  }
  .site_header .inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 12px;
    padding-top: 3.538462vw;
    padding-right: 35px;
    padding-right: 4.487179vw;
    padding-bottom: 14px;
    padding-bottom: 1.7948717949vw;
    padding-left: 63px;
    padding-left: 6.076923vw;
    flex-wrap: wrap;
    width: 100%;
  }
  .site_header .logo {
    max-width: 100%;
    width: 100%;
  }
  .site_header .logo img {
    width: 100%;
    padding: 5vw 4vw 0vw 0vw;
  }
  .site_header .nav2 {
    max-width: 567px;
    max-width: 74.692308vw;
  }
  .site_header .nav2 ul {
    display: flex;
    justify-content: space-between;
  }
  .site_header .nav2 ul li {
    width: 32%;
  }
  .site_header .nav2 ul li a {}
  .site_header .menu_open {
    cursor: pointer;
  }
  .site_header .menu_open img {
    width: 56px;
    width: 12.179487vw;
  }
  /* メニュー */
  /* ========================================================== */
  .gnav {
    display: none;
    width: 245px;
    width: 100vw;
    background: rgba(255, 255, 255, 0.9);
    position: fixed;
    top: 0px;
    top: 0vw;
    right: 0;
    z-index: 2;
    padding-top: 128px;
    padding-top: 16.4102564103vw;
    padding-right: 30px;
    padding-right: 3.8461538462vw;
    padding-bottom: 30px;
    padding-bottom: 3.8461538462vw;
    padding-left: 30px;
    padding-left: 3.8461538462vw;
  }
  .gnav li:first-child a {
    display: block;
    padding-top: 10px;
    padding-top: 1.282051vw;
    padding-bottom: 10px;
    padding-bottom: 1.2820512821vw;
    border-bottom: 1px solid #CCCCCC;
    background: none;
  }
  .gnav a {
    display: block;
    padding-top: 10px;
    padding-top: 1.2820512821vw;
    padding-bottom: 10px;
    padding-bottom: 1.2820512821vw;
    border-bottom: 1px solid #CCCCCC;
    background: url(../img/ico_arrow_gnav.svg) no-repeat 95% 50%;
    background-size: 16px;
    background-size: 4.051282vw;
    line-height: 2.8em;
    font-size: 2em;
    font-weight: bold;
  }
  .gnav .navlink a {
    background-color: #a5040e;
    margin: 1em 0;
    color: #FFF;
    text-align: center;
    border-radius: 1.1vw;
    background-image: none;
    font-size: 2.5em;
  }
  .gnav .navlink a:after {
    content: "　>>";
  }
  .gnav .sub-menu {
    width: 100%;
    height: 0;
    border: none;
    overflow: hidden;
  }
  .gnav .active .sub-menu {
    height: auto;
  }
  .gnav .sub-menu li {
    width: 100%;
    border: none;
  }
  .gnav .sub-menu li a {
    padding-left: 10px;
    background: none;
  }
  .gnav .sub-menu li a:before {
    content: "-";
    font-size: 1.5em;
    font-weight: normal;
  }
  .gnav .menu_close {
    position: absolute;
    top: 20px;
    top: 2.5641025641vw;
    right: 20px;
    right: 2.5641025641vw;
    cursor: pointer;
  }
  .gnav .menu_close img {
    width: 46px;
    width: 13.897436vw;
  }
  /* フッター */
  /* ========================================================== */
  .site_footer {
    margin-top: 76px;
    margin-top: 9.7435897436vw;
    position: relative;
    padding-bottom: 100px;
  }
  .site_footer .fnav {
    background: #333333;
    color: #ffffff;
    font-size: 4.0111vw;
  }
  .site_footer .fnav .inner {
    padding: 8.9743vw 7.6923vw 5vw;
    position: relative;
    grid-template-columns: 1fr 1fr;
  }
  .site_footer .fnav .fnav_box {
    border-bottom: 1px solid #888;
  }
  .site_footer .fnav h3 {
    margin-bottom: 12px;
    margin-bottom: 1.5384615385vw;
    font-weight: normal;
    font-size: 1em;
    margin: 0;
    padding: 0.7em 0 0.7em 1.5em;
    position: relative;
  }
  .site_footer .fnav h3:after {
    content: "";
    transform: rotate(45deg);
    display: inline-block;
    width: 0.65em;
    height: 0.65em;
    border-bottom: 2px solid #FFF;
    border-right: 2px solid #FFF;
    position: absolute;
    right: 1.5em;
  }
  .site_footer .fnav li {
    position: relative;
    border-top: 1px solid #888;
  }
  .site_footer .fnav a {
    display: inline-block;
    padding-left: 25px;
    padding-left: 1em;
    background-size: 19px;
    background-size: 2.4358974359vw;
    width: 100%;
    padding: 0;
    transition: all 0.2s ease-out;
  }

  .site_footer .fnav .fnav_box.open a {
    display: block;
    padding: 0.7em 0 0.7em 2.0em;
  }
  .site_footer .fnav li a {
    position: relative;
  }
  .site_footer .fnav li a:before {
    content: "-";
    position: absolute;
    left: 1.3em;
    font-weight: bold;
  }
  .site_footer .fnav .specialpage {
    line-height: 1.8;
    margin: 1em 0em 1em 1.5em;
    padding-bottom: 1em;
  }
  .site_footer .fnav .specialpage a {
    background: none;
    padding-left: 0;
    display: inline-block;
    text-decoration: none;
    padding-left: 1.3em;
    background-image: url(../img/gaibu_link.svg);
    background-repeat: no-repeat;
    background-position: 0 0.45em;
    background-size: 1em;
  }
  .site_footer .copyright {
    text-align: center;
    font-size: 18px;
    font-size: 3.207692vw;
    margin-top: 57px;
    margin-top: 7.3076923077vw;
    font-family: "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
  }
  .site_footer .copyright ul {
    display: flex;
    justify-content: center;
    margin: 15px 0;
  }
  .site_footer .copyright ul li {
    margin: 0 10px;
  }
  .site_footer .copyright ul a {
    text-decoration: underline;
    font-weight: bold;
  }
  .site_footer .copyright .copy2 {
    font-weight: bold;
    font-size: 1.3em;
  }
  .site_footer .copyright .copy4 {
    width: 100%;
    display: block;
    padding: 1em 0 0em 0;
    border-top: 1px solid #CCC;
  }
  .site_footer .fnav a.pagetop {
	  display: block;
		position: fixed;
		bottom: 100px;
		right: 1%;
		z-index: 100;
	}
  .site_footer .fnav a.pagetop img {
    width: 1.2vw;
  }
  /* ========================================================== */
  /* シティタワー四谷 */
  /* ========================================================== */
  .yotsuya .introduction {
    padding-left: 65px;
    padding-left: 5.0vw;
    padding-right: 65px;
    padding-right: 5.0vw;
    margin-bottom: 70px;
    margin-bottom: 8.9743589744vw;
  }
  .yotsuya .introduction .mansion {
    border: 6px solid #000000;
    padding: 40px;
    padding: 5.1282051282vw;
    font-feature-settings: "palt";
    margin-bottom: 50px;
    margin-bottom: 6.4102564103vw;
  }
  .yotsuya .introduction .mansion h2 {
    color: #354c80;
    font-size: 56px;
    font-size: 8.2794871795vw;
    font-weight: bold;
    text-align: center;
    padding-top: 0.3em;
  }
  .yotsuya .introduction .mansion .catch {
    font-size: 30px;
    font-size: 4.646154vw;
    letter-spacing: 0.04em;
    line-height: 1.5;
    margin-bottom: 20px;
    margin-bottom: 2.5641025641vw;
    font-weight: bold;
    text-align: center;
  }
  .yotsuya .introduction .mansion p {
    line-height: 2;
    font-size: 1.8em;
    font-weight: normal;
  }
  .yotsuya .introduction .btn_area {
    display: block;
  }
  .yotsuya .introduction .btn_area a {
    display: flex;
    justify-content: center;
    align-items: center;
    color: #ffffff;
    background: #354c80;
    font-size: 17px;
    font-size: 5.179487vw;
    border-radius: 0.5em;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
    padding: 0.5em 0;
    margin-bottom: 0.5em;
  }
  .yotsuya .introduction .btn_area a span::after {
    width: 12px;
    width: 1.5384615385vw;
    height: 8px;
    height: 1.0256410256vw;
    background: url(../img/yotsuya/ico_arrow_down.svg) no-repeat;
    background-size: contain;
    display: inline-block;
    margin-left: 1em;
  }
  .yotsuya .introduction .for_sale h3 {
    font-size: 28px;
    font-size: 3.5897435897vw;
    height: 80px;
    height: 10.2564102564vw;
    text-align: center;
    font-weight: normal;
  }
  .yotsuya .introduction .for_sale .box {
    margin: auto;
    padding: 25px;
    padding: 3.2051282051vw;
    background: #ffffff;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    gap: 5.1282051282vw;
  }
  .yotsuya .introduction .for_sale .data {
    margin-top: 50px;
    margin-top: 6.4102564103vw;
  }
  .yotsuya .introduction .for_sale table {
    margin-bottom: 40px;
    margin-bottom: 5.1282051282vw;
  }
  .yotsuya .introduction .for_sale table td {
    font-size: 28px;
    font-size: 3.5897435897vw;
    padding-right: 20px;
    padding-right: 2.5641025641vw;
    line-height: 1.2;
    white-space: nowrap;
  }
  .yotsuya .introduction .for_sale a {
    margin-bottom: 20px;
    margin-bottom: 2.5641025641vw;
    display: block;
  }
  .yotsuya .section {
    background: #efefef;
    font-feature-settings: "palt";
    padding-bottom: 65px;
    padding-bottom: 8.3333333333vw;
  }
  .access .inner img {
    margin: 3vw 0;
  }
  .yotsuya .section h2 {
    margin-bottom: 65px;
    margin-bottom: 8.3333333333vw;
    height: 27.512821vw;
    font-size: 18px;
    font-size: 2.3076923077vw;
    letter-spacing: 0.2em;
  }
  .yotsuya .section h2 div {
    padding-top: 10px;
    padding-top: 1.2820512821vw;
    padding-bottom: 40px;
    padding-bottom: 5.1282051282vw;
    color: #ffffff;
  }
  .yotsuya .section .inner {
    background: #ffffff;
    padding: 50px;
    padding: 5.410256vw;
    margin-left: 65px;
    margin-left: 3.333333vw;
    margin-right: 65px;
    margin-right: 3.333333vw;
    overflow: hidden;
  }
  .yotsuya .strength h2 {
    background: url(../img/yotsuya_img_004.jpg) no-repeat center;
    background-size: cover;
  }
  .yotsuya .strength h2 div {
    background-size: contain;
    text-align: right;
    padding-right: 65px;
    padding-right: 8.3333333333vw;
    display: none;
  }
  .yotsuya .strength .st_box {
    margin-bottom: 40px;
    margin-bottom: 5.1282051282vw;
  }
  .yotsuya .strength .st_box dt {
    color: #354c80;
    font-size: 26px;
    font-size: 7.633333vw;
    line-height: 1.4;
    margin-bottom: 10px;
    margin-bottom: 1.2820512821vw;
    padding-top: 2vw;
    text-align: center;
    font-weight: bold;
  }
  .yotsuya .strength .st_box dt small {
    font-size: 18px;
    font-size: 0.7em;
    display: block;
    line-height: 1.1;
    margin-bottom: 10px;
    margin-bottom: 1.2820512821vw;
    color: #333333;
    font-weight: bold;
    text-align: center;
  }
  .yotsuya .strength .st_box dd {
    font-size: 14px;
    font-size: 4.294872vw;
  }
  .yotsuya .strength .st_box .image img {
    object-fit: cover;
    height: 100%;
  }
  .yotsuya .strength .pr {
    text-align: center;
    font-size: 25px;
    font-size: 5.305128vw;
    border: 1px solid #354c80;
    color: #354c80;
    width: 442px;
    width: 100%;
    margin: auto;
    padding: 15px;
    padding: 0.2em 0;
    font-weight: bold;
  }
  .yotsuya .location h2 {
    background: url(../img/yotsuya_img_005.jpg) no-repeat center;
    background-size: cover;
  }
  .yotsuya .location h2 div {
    background: url(../img/yotsuya/txt_ttl_location.svg) no-repeat center;
    background-size: contain;
    text-align: left;
    padding-left: 65px;
    padding-left: 8.3333333333vw;
    display: none;
  }
  .yotsuya .location .loc_grid {
    display: flex;
    flex-wrap: wrap;
    grid-template-areas:
      "col1 col2"
      "col3 col4"
      "col5 col6"
      "col7 col8"
      "col9 col9";
    gap: 30px;
  }
  .yotsuya .location .loc_grid > div:nth-child(1) {
    grid-area: col1;
  }
  .yotsuya .location .loc_grid > div:nth-child(2) {
    grid-area: col2;
  }
  .yotsuya .location .loc_grid > div:nth-child(3) {
    grid-area: col3;
  }
  .yotsuya .location .loc_grid > div:nth-child(4) {
    grid-area: col4;
  }
  .yotsuya .location .loc_grid > div:nth-child(5) {
    grid-area: col5;
  }
  .yotsuya .location .loc_grid > div:nth-child(6) {
    grid-area: col6;
  }
  .yotsuya .location .loc_grid > div:nth-child(7) {
    grid-area: col7;
  }
  .yotsuya .location .loc_grid > div:nth-child(8) {
    grid-area: col8;
  }
  .yotsuya .location .loc_grid > div:nth-child(9) {
    grid-area: col9;
  }
  .yotsuya .location .loc_grid > div:nth-child(9) dl {
    display: flex;
  }
  .yotsuya .location .loc_grid dl {
    font-size: 14px;
    font-size: 4.54872vw;
    line-height: 18px;
    line-height: 1.5em;
    margin-top: 5px;
    margin-top: 0.641025641vw;
  }
  .yotsuya .access h2 {
    background: url(../img/yotsuya_img_005.jpg) no-repeat center;
    background-size: cover;
  }
  .yotsuya .access h2 div {
    background: url(../img/yotsuya/txt_ttl_access.svg) no-repeat center;
    background-size: contain;
    text-align: right;
    padding-right: 65px;
    padding-right: 8.3333333333vw;
    display: none;
  }
  .yotsuya .access .place {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    margin-bottom: 50px;
    margin-bottom: 6.4102564103vw;
  }
  .yotsuya .access .rosenzu {
    text-align: center;
    margin-bottom: 50px;
    margin-bottom: 6.4102564103vw;
  }
  .yotsuya .access h3 {
    position: relative;
    margin-bottom: 10px;
    margin-bottom: 1.2820512821vw;
  }
  .yotsuya .access h3 img {
    height: 26px;
    height: 3.3333333333vw;
  }
  .yotsuya .access h3 .from {
    padding-top: 5px;
    padding-top: 0.641025641vw;
    margin-top: 5px;
    margin-top: 0.641025641vw;
    border-top: 1px solid #333333;
    font-size: 12px;
    font-size: 1.5384615385vw;
    font-weight: normal;
    white-space: nowrap;
  }
  .yotsuya .access h3 .note {
    font-size: 10px;
    font-size: 1.2820512821vw;
    position: absolute;
    right: 0;
    top: 5px;
    top: 0.641025641vw;
  }
  .yotsuya .access .train {
    margin-bottom: 50px;
    margin-bottom: 6.4102564103vw;
  }
  .yotsuya .access .tax_bus {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0 20px;
  }
  .yotsuya .access .tax_bus .img2 {
    margin-top: 20px;
    margin-top: 2.5641025641vw;
  }
  .yotsuya .area h2 {
    background: url(../img/yotsuya_img_011.jpg) no-repeat center;
    background-size: cover;
  }
  .yotsuya .area h2 div {
    background: url(../img/yotsuya/txt_ttl_area.svg) no-repeat center;
    background-size: contain;
    text-align: left;
    padding-left: 65px;
    padding-left: 8.3333333333vw;
    display: none;
  }
  .yotsuya .area .area_grid {
    display: flex;
    flex-wrap: wrap;
    grid-template-columns: 1fr;
    grid-template-areas:
      "area1"
      "area3"
      "area2"
      "area4";
    gap: 5.1282vw 0;
  }
  .yotsuya .area .area_grid .area1 {
    grid-area: area1;
  }
  .yotsuya .area .area_grid .area2 {
    grid-area: area2;
  }
  .yotsuya .area .area_grid .area3 {
    grid-area: area3;
  }
  .yotsuya .area .area_grid .area4 {
    grid-area: area4;
  }
  .yotsuya .area .area_grid dt {
    font-size: 28px;
    font-size: 6.089744vw;
    font-weight: bold;
    color: #354c80;
    text-align: center;
    white-space: nowrap;
    line-height: 1.5em;
  }
  .yotsuya .area .area_grid dt p {
    border-bottom: 2px solid #354c80;
    margin-bottom: 1.0em;
  }
  .yotsuya .area .area_grid dt img {
    display: block;
    width: 100%;
    margin-top: 20px;
    margin-top: 2.5641025641vw;
  }
  .yotsuya .area .area_grid dd {
    margin-top: 20px;
    margin-top: 2.564103vw;
    font-size: 18px;
    font-size: 4.207692vw;
  }
  .yotsuya .area .area_grid dd span {
    display: inline-block;
  }
  .yotsuya .price h2 {
    background: url(../img/yotsuya_img_012.jpg) no-repeat center;
    background-size: cover;
  }
  .yotsuya .price h2 div {
    background: url(../img/yotsuya/txt_ttl_price.svg) no-repeat center;
    background-size: contain;
    text-align: right;
    padding-right: 65px;
    padding-right: 8.3333333333vw;
    display: none;
  }
  .yotsuya .price h3 {
    font-size: 18px;
    font-size: 6.307692vw;
    text-align: center;
    padding-bottom: 5px;
    padding-bottom: 0.641025641vw;
    margin-bottom: 30px;
    margin-bottom: 3.8461538462vw;
    color: #354c80;
  }
  .yotsuya .price .sankou {
    margin-bottom: 50px;
    margin-bottom: 6.4102564103vw;
  }
  .yotsuya .price .sankou dl {
    margin-bottom: 3vw;
  }
  .yotsuya .price .sankou dl sup {
    font-size: 50%;
  }
  .yotsuya .price .sankou dt {
    background: #808080;
    color: #ffffff;
    text-align: center;
    font-weight: bold;
    margin-bottom: 15px;
    margin-bottom: 1.9230769231vw;
    font-size: 2.2em;
    letter-spacing: 0.08em;
  }
  .yotsuya .price .sankou dd {
    text-align: center;
  }
  .yotsuya .price .sankou dd .souba {
    font-size: 23px;
    font-size: 4.448718vw;
    line-height: 1;
    font-weight: bold;
  }
  .yotsuya .price .sankou dd .chuochi {
    font-size: 4.348718vw;
    margin-top: 0.5em;
    font-weight: bold;
  }
  .yotsuya .price .sankou dd .souba span {
    font-size: 34px;
    font-size: 1.3em;
    color: #ae272d;
    font-weight: bold;
  }
  .yotsuya .price .sankou dd .chuochi span {
    color: #ae272d;
    font-weight: bold;
  }
  .yotsuya .price .sankou dd.menseki .souba {
    font-size: 18px;
    font-size: 3.707692vw;
    line-height: 1.5;
  }
  .yotsuya .price .sankou .note {
    font-size: 12px;
    font-size: 3.538462vw;
    line-height: 2;
    font-feature-settings: "palt";
    margin-bottom: 30px;
    margin-bottom: 3.8461538462vw;
  }
  .yotsuya .price .sankou .note ul {
    margin: 0 0 0 0.5em;
  }
  .yotsuya .price .sankou .note ul li {
    padding-left: 1em;
    position: relative;
    margin-bottom: 0.5em;
  }
  .yotsuya .price .sankou .note ul li:before {
    content: "・";
    position: absolute;
    left: 0;
  }
  .yotsuya .price .sankou .message {
    color: #354c80;
    text-align: center;
    background: #f1f2f6;
    font-size: 16px;
    font-size: 3.851282vw;
    padding: 30px;
    padding: 3.8461538462vw;
    font-weight: bold;
  }
  .yotsuya .price .suii {
    margin-bottom: 50px;
    margin-bottom: 6.4102564103vw;
  }
  .yotsuya .price .kakaku table {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 30px;
    margin-bottom: 3.8461538462vw;
    font-size: 3.5vw;
  }
  .yotsuya .price .kakaku table th {
    background: #9aa5bf;
    text-align: center;
    color: #ffffff;
    border: 1px solid #333333;
    padding: 10px;
    padding: 1.2820512821vw;
  }
  .yotsuya .price .kakaku table td {
    text-align: center;
    border: 1px solid #333333;
    padding: 10px;
    padding: 0.282051vw;
  }
  .yotsuya .price .kakaku table td.senyu {
    background: #ebedf2;
    width: 30%;
  }
  .yotsuya .price .kakaku .note {
    font-size: 10px;
    font-size: 3.782051vw;
    margin-bottom: 30px;
    margin-bottom: 3.8461538462vw;
    line-height: 1.8;
  }
  .yotsuya .for_reason {
    margin-bottom: -45px;
    margin-bottom: -5.7692307692vw;
  }
  .yotsuya .for_reason .read {
    font-size: 30px;
    font-size: 3.8461538462vw;
    font-weight: bold;
    letter-spacing: 0.2em;
    margin-top: -20px;
    margin-top: -2.5641025641vw;
    margin-bottom: 30px;
    margin-bottom: 3.8461538462vw;
    text-align: center;
  }
  .yotsuya .for_reason .reason_point {
    margin-bottom: 22px;
    margin-bottom: 2.8205128205vw;
    padding-left: 66px;
    padding-left: 8.4615384615vw;
    padding-right: 66px;
    padding-right: 8.4615384615vw;
  }
  .yotsuya .for_reason .reason_box {
    display: grid;
    grid-template-columns: 41.7948vw 1fr;
    gap: 0 4.4871vw;
    grid-template-areas: "dt dd";
    margin-bottom: 23px;
    margin-bottom: 2.9487179487vw;
  }
  .yotsuya .for_reason .reason_box:nth-child(2) {
    display: grid;
    grid-template-columns: 1fr 41.7948vw;
    grid-template-areas: "dd dt";
  }
  .yotsuya .for_reason .reason_box dt {
    grid-area: dt;
    background: url(../img/yotsuya/top/ico_reason.svg) no-repeat;
    background-size: 100%;
    text-align: center;
    color: #ffffff;
    padding-top: 46px;
    padding-top: 5.8974358974vw;
    padding-bottom: 41px;
    padding-bottom: 5.2564102564vw;
  }
  .yotsuya .for_reason .reason_box dt .number {
    font-size: 36px;
    font-size: 4.6153846154vw;
  }
  .yotsuya .for_reason .reason_box dt .title {
    font-size: 40px;
    font-size: 5.1282051282vw;
  }
  .yotsuya .for_reason .reason_box dt .catch {
    font-size: 21px;
    font-size: 2.6923076923vw;
  }
  .yotsuya .for_reason .reason_box dd {
    grid-area: dd;
    margin-top: 70px;
    margin-top: 8.9743589744vw;
    line-height: 39px;
    line-height: 5vw;
    font-size: 24px;
    font-size: 3.0769230769vw;
  }
  .yotsuya .for_reason h3 {
    font-size: 30px;
    font-size: 3.8461538462vw;
    letter-spacing: 0.2em;
    margin-bottom: 33px;
    margin-bottom: 4.2307692308vw;
    font-weight: normal;
    padding-left: 66px;
    padding-left: 8.4615384615vw;
    padding-right: 66px;
    padding-right: 8.4615384615vw;
    text-align: center;
  }
  .yotsuya .for_reason .support_grid {
    padding-left: 66px;
    padding-left: 8.4615384615vw;
    padding-right: 66px;
    padding-right: 8.4615384615vw;
  }
  .yotsuya .for_reason .support_grid .img01 {
    margin: 2.4461vw 10.641vw 2.1794vw 0.5128vw;
  }
  .yotsuya .for_reason .support_grid .img02 {
    margin: 2.9487vw 11.7948vw 3.0769vw 10.5128vw;
  }
  .yotsuya .for_reason .support_grid .img03 {
    width: 100%;
  }
  .yotsuya .for_reason .support_grid .img04 {
    margin-top: 37px;
    margin-top: 4.7435897436vw;
  }
  .yotsuya .for_reason .support_grid .inner_grid {
    display: grid;
    grid-template-columns: 30.7692vw 1fr;
    gap: 0 2.9487vw;
  }
  .yotsuya .for_reason .support_grid .inner_grid li {
    display: flex;
    margin-bottom: 17px;
    margin-bottom: 2.1794871795vw;
    font-size: 25px;
    font-size: 3.2051282051vw;
  }
  .yotsuya .for_reason .support_grid .inner_grid li::before {
    content: "";
    width: 40px;
    width: 5.1282051282vw;
    height: 41px;
    height: 5.2564102564vw;
    background: url(../img/yotsuya/top/ico_checkbox.svg) no-repeat;
    background-size: contain;
    display: block;
    margin-right: 10px;
    margin-right: 1.2820512821vw;
  }
  .yotsuya .for_reason .support_grid .boxtext {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1.282vw 3.2051vw;
    margin-top: 17px;
    margin-top: 2.1794871795vw;
    margin-bottom: 17px;
    margin-bottom: 2.1794871795vw;
  }
  .yotsuya .for_reason .support_grid .boxtext li {
    text-align: center;
    background: #f4f4f4;
    font-size: 20px;
    font-size: 2.5641025641vw;
    padding-top: 12px;
    padding-top: 1.5384615385vw;
    padding-bottom: 12px;
    padding-bottom: 1.5384615385vw;
  }
  .yotsuya .for_reason .support_grid .inner_grid2 {
    display: grid;
    grid-template-columns: 38.3333vw 1fr;
    gap: 0 6.0256vw;
  }
  .yotsuya .for_reason .support_box {
    padding: 0.641vw 0px 3.2051vw 3.9743vw;
    border-left: 1px solid #333333;
    border-bottom: 1px solid #333333;
    margin-bottom: 44px;
    margin-bottom: 5.641025641vw;
  }
  .yotsuya .for_reason .support_box h4 {
    color: #a5040e;
    font-size: 42px;
    font-size: 5.3846153846vw;
  }
  .yotsuya .for_reason .support_box p {
    line-height: 37px;
    line-height: 4.7435897436vw;
    font-size: 22px;
    font-size: 2.8205128205vw;
  }
  .yotsuya .for_reason .support_box p.note {
    font-size: 19px;
    font-size: 2.4358974359vw;
    line-height: 1.4;
  }
  .yotsuya .for_reason .support_box.num7 {
    margin-top: 14px;
  }
  .yotsuya .for_reason .support_box.col2 {
    margin-left: 66px;
    margin-left: 8.4615384615vw;
    margin-right: 66px;
    margin-right: 8.4615384615vw;
  }
  .yotsuya .for_reason .inner_grid3 {
    margin: 1.282vw 0 3.2051vw;
  }
  .yotsuya .for_reason .inner_grid3 .row {
    display: grid;
    grid-template-columns: 32.5641vw 1fr;
    gap: 0 2.8205vw;
    margin-bottom: 45px;
    margin-bottom: 5.7692307692vw;
  }
  .yotsuya .for_reason .inner_grid3 img {
    width: 100%;
  }
  .yotsuya .for_reason .inner_grid3 dt {
    font-weight: bold;
    font-size: 24px;
    font-size: 3.0769230769vw;
  }
  .yotsuya .for_reason .inner_grid3 dd {
    font-size: 22px;
    font-size: 2.8205128205vw;
  }
  .yotsuya .for_reason table {
    border-collapse: collapse;
    width: 100%;
    margin-bottom: 18px;
    margin-bottom: 2.3076923077vw;
  }
  .yotsuya .for_reason table th {
    border: 1px solid #333333;
    text-align: center;
    font-weight: normal;
    background: #efefef;
    width: 133px;
    width: 17.0512820513vw;
    font-size: 20px;
    font-size: 2.5641025641vw;
  }
  .yotsuya .for_reason table td {
    border: 1px solid #333333;
    font-size: 19px;
    font-size: 2.4358974359vw;
    padding: 0.8974vw 2.3076vw;
  }
  .yotsuya .support h2 {
    background: url(../img/yotsuya_img_014.jpg) no-repeat center;
    background-size: cover;
  }
  .yotsuya .support h2 div {
    background: url(../img/yotsuya/txt_ttl_support.svg) no-repeat center;
    background-size: contain;
    text-align: left;
    padding-left: 65px;
    padding-left: 8.3333333333vw;
    display: none;
  }
  .yotsuya .support .support_grid .img01 {
    margin: 2.4461vw 0 2.1794vw 0;
  }
  .yotsuya .support .support_grid .img02 {
    margin: 4.358974358974359vw 0;
  }
  .yotsuya .support .support_grid .img03 {
    width: 100%;
  }
  .yotsuya .support .support_grid .img04 {
    margin-top: 37px;
    margin-top: 4.7435897436vw;
  }
  .yotsuya .support .support_grid .inner_grid {
    display: block;
    grid-template-columns: 30.3846vw 1fr;
  }
  .yotsuya .support .support_grid .inner_grid li {
    display: flex;
    margin-bottom: 17px;
    margin-bottom: 2.1794871795vw;
    font-size: 20px;
    font-size: 5.564103vw;
    white-space: nowrap;
    font-weight: bold;
  }
  .yotsuya .support .support_grid .inner_grid li::before {
    content: "";
    width: 40px;
    width: 1.5em;
    height: 41px;
    height: 1.5em;
    background: url(../img/ico_checkbox.svg) no-repeat;
    background-size: contain;
    display: block;
    margin-right: 10px;
    margin-right: 1.2820512821vw;
  }
  .yotsuya .support .chul li {
    display: flex;
    margin-bottom: 17px;
    margin-bottom: 2.1794871795vw;
    font-size: 20px;
    font-size: 5.564103vw;
    white-space: nowrap;
    font-weight: bold;
  }
  .yotsuya .support .chul li::before {
    content: "";
    width: 40px;
    width: 1.5em;
    height: 41px;
    height: 1.5em;
    background: url(../img/ico_checkbox.svg) no-repeat;
    background-size: contain;
    display: block;
    margin-right: 10px;
    margin-right: 1.2820512821vw;
  }
  .yotsuya .support .support_grid .boxtext {
    grid-template-columns: 1fr 1fr;
    gap: 1.282vw 3.2051vw;
    margin-top: 17px;
    margin-top: 2.1794871795vw;
    margin-bottom: 17px;
    margin-bottom: 2.1794871795vw;
  }
  .yotsuya .support .support_grid .boxtext li {
    text-align: center;
    background: #f1f2f6;
    color: #354c80;
    font-size: 20px;
    font-size: 4.564103vw;
    padding-top: 12px;
    padding-top: 1.5384615385vw;
    padding-bottom: 12px;
    padding-bottom: 1.5384615385vw;
    margin-bottom: 1vw;
  }
  .yotsuya .support .support_grid .inner_grid2 {
    grid-template-columns: 38.3333vw 1fr;
    gap: 0 6.0256vw;
  }
  .yotsuya .support .support_grid .inner_grid2 .img {
    padding: 4vw;
  }
  .yotsuya .support .support_box {
    padding-bottom: 40px;
    padding-bottom: 5.1282051282vw;
    margin-bottom: 40px;
    margin-bottom: 5.1282051282vw;
    border-bottom: 2px solid #354c80;
    margin-bottom: 44px;
    margin-bottom: 5.641025641vw;
  }
  .yotsuya .support .support_box h4 {
    display: flex;
    align-items: center;
    color: #354c80;
    font-size: 40px;
    font-size: 7.028205vw;
    margin-bottom: 20px;
    margin-bottom: 2.5641025641vw;
  }
  .yotsuya .support .support_box h4 span {
    width: 65px;
    width: 8.3333333333vw;
    height: 65px;
    height: 8.3333333333vw;
    padding-top: 10px;
    padding-top: 1.282051vw;
    margin-right: 10px;
    margin-right: 1.2820512821vw;
    display: flex;
    align-items: center;
    position: relative;
  }
  .yotsuya .support .support_box p {
    line-height: 37px;
    line-height: 1.6em;
    font-size: 22px;
    font-size: 4.620513vw;
    margin-bottom: 0em;
  }
  .yotsuya .support .support_box p.note {
    font-size: 14px;
    font-size: 3.854872vw;
    line-height: 1.8;
  }
  .yotsuya .support .support_box.num7 {
    margin-top: 14px;
  }
  .yotsuya .support .inner_grid3 {
    margin: 1.282vw 0 3.2051vw;
  }
  .yotsuya .support .inner_grid3 .row {
    margin-bottom: 5.7692307692vw;
  }
  .yotsuya .support .inner_grid3 img {
    width: 100%;
  }
  .yotsuya .support .inner_grid3 dt {
    font-weight: bold;
    font-size: 26px;
    font-size: 5.333333vw;
  }
  .yotsuya .support .inner_grid3 dd {
    font-size: 19px;
    font-size: 4.435897vw;
  }
  .yotsuya .support table {
    border-collapse: collapse;
    width: 100%;
    margin-bottom: 18px;
    margin-bottom: 2.3076923077vw;
  }
  .yotsuya .support table th {
    border: 1px solid #333333;
    border-right: 0px;
    text-align: center;
    font-weight: normal;
    background: #f1f2f6;
    width: 133px;
    width: 17.0512820513vw;
    font-size: 20px;
    font-size: 3.564103vw;
  }
  .yotsuya .support table td {
    border: 1px solid #333333;
    border-left: 0px;
    font-size: 18px;
    font-size: 4.007692vw;
    padding: 0.8974vw 2.3076vw;
  }
  .yotsuya .line_soudan {
    position: relative;
    margin-bottom: 69px;
    margin-bottom: 8.8461538462vw;
  }
  .yotsuya .line_soudan a {
    position: absolute;
    width: 225px;
    width: 28.8461538462vw;
    bottom: 98px;
    bottom: 12.5641025641vw;
    right: 110px;
    right: 14.1025641026vw;
  }
  .yotsuya .request_form {
    padding-left: 65px;
    padding-left: 8.3333333333vw;
    padding-right: 65px;
    padding-right: 8.3333333333vw;
  }
  .yotsuya .request_form h2 {
    text-align: center;
    border-bottom: 3px solid #333333;
    padding-bottom: 20px;
    padding-bottom: 2.5641025641vw;
    margin-bottom: 40px;
    margin-bottom: 5.1282051282vw;
  }
  .yotsuya .request_form h2 img {
    width: 433px;
    width: 65.512821vw;
  }
}
/* ========================================================== */
/* PC用スタイル */
/* ========================================================== */

#right_bottom_nav.page_nav {
  width: 100%;
  padding: 0px;
  background: rgba(255, 255, 255, 0.7);
  position: fixed;
  left: 0;
  bottom: 0;
  z-index: 1;
  transform: translateY(104px);
  transition: 0.5s;
  display: flex;
  justify-content: space-between;
}
#right_bottom_nav.page_nav.fixed {
  transform: translateY(0);
}
#right_bottom_nav.page_nav ul {
  width: 100%;
  margin: auto;
  display: flex;
  justify-content: space-between;
}
#right_bottom_nav.page_nav li {
  width: 24.5%;
}
#right_bottom_nav.page_nav a {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  color: #ffffff;
  background: #a5040e;
  font-size: 10px;
  font-weight: bold;
  border-radius: 4px;
}


header.m_fixed {
  position: fixed;
  width: 100%;
  background: #fff;
  z-index: 1;
}
/* 20230714 */
#lp_bukken {
  padding-top: 400px;
  margin-top: -400px;
}
@media (max-width: 768px) {
  #lp_bukken {
    padding-top: 10vw;
    margin-top: -10vw;
  }
}
@media (max-width: 780px) {
  .yotsuya .line_soudan a {
    position: revert;
  }
}
@media (max-width: 780px) {
  .yotsuya .merit {
    background: url(../img/buy/bg_merit.jpg) no-repeat;
    background-size: cover;
    padding: 55px;
    padding: 7.0512820513vw;
  }
  .yotsuya .merit .inner {
    background: rgba(255, 255, 255, 0.8);
    padding: 60px;
    padding: 7.6923076923vw;
  }
  .yotsuya .merit .merit_text {
    width: 100%;
  }
  .yotsuya .merit .member_box {
    text-align: center;
    margin-top: 57px;
    margin-top: 7.3076923077vw;
  }
  .yotsuya .merit .member_box dl {
    background: #ffffff;
  }
  .yotsuya .merit .member_box dl img {
    width: 243px;
    width: 51.153846vw;
  }
  .yotsuya .merit .member_box dt {
    font-weight: bold;
    font-size: 20px;
    font-size: 4.564103vw;
    padding: 5px;
    padding: 0.641025641vw;
  }
  .yotsuya .merit .member_box dd {
    background: #ffffff;
    padding: 20px;
    padding: 2.5641025641vw;
  }
  .yotsuya .merit .register {
    border: 2px solid #354c80;
    margin-bottom: 20px;
    margin-bottom: 2.5641025641vw;
  }
  .yotsuya .merit .register dt {
    background: #e1e4ec;
    color: #354c80;
    border-bottom: 2px solid #354c80;
  }
  .yotsuya .merit .register p {
    font-size: 14px;
    font-size: 4.794872vw;
    margin-top: 8px;
    margin-top: 1.0256410256vw;
  }
  .yotsuya .merit .login {
    border: 2px solid #407c63;
  }
  .yotsuya .merit .login dt {
    background: #e2ebe8;
    color: #407c63;
    border-bottom: 2px solid #407c63;
  }
  .yotsuya .merit .login .input_area {
    width: 100%;
    margin-bottom: 20px;
    margin-bottom: 2.5641025641vw;
  }
  .yotsuya .merit .login .button_area input {
    width: 243px;
    width: 48.153846vw;
    margin: auto;
  }
  .yotsuya .merit .login .input_row {
    display: grid;
    grid-template-columns: 30% 1fr;
    gap: 7px;
    gap: 0.8974358974vw;
    align-items: center;
    margin-bottom: 15px;
  }
  .yotsuya .merit .login .input_row:last-child {
    margin-bottom: 0;
  }
  .yotsuya .merit .login .label {
    white-space: nowrap;
    font-size: 14px;
    font-size: 3.594872vw;
  }
  .yotsuya .merit .login .input input {
    width: 100%;
    height: 33px;
    border: 1px solid #333333;
  }
  .yotsuya .merit .login .button {
    display: block;
    cursor: pointer;
  }
  .yotsuya .merit .login .fogetpswd {
    font-size: 14px;
    font-size: 3.294872vw;
  }
}
/* フッタナビ開閉 */
.fnav_box .menu {
  height: 0;
  overflow: hidden;
}
.fnav_box.open .menu {
  height: auto;
}
/* merit */
.merit_box {
  margin-top: 2em;
}
.merit_box .merit_ul {
  font-weight: bold;
}
.merit_box .merit_ul li {
  position: relative;
  padding-left: 1.8em;
  font-size: 1.53em;
  line-height: 2.1em;
}
.merit_box .merit_ul li:before {
  content: "";
  width: 1.5em;
  display: block;
  height: 1.3em;
  background-image: url(../img/buy/c_mark.svg);
  position: absolute;
  left: 0;
  background-repeat: no-repeat;
  top: 50%;
  transform: translate(0%, -50%);
}
@media (max-width: 768px) {
  .merit_box .merit_ul li {
    font-size: 2.0em;
    line-height: 1.5em;
    margin: 0.5em 0;
  }
  .merit_box .merit_ul li:before {
    left: -0.5em;
    width: 1.8em;
    display: block;
    height: 1.8em;
  }
}
@media (max-width: 768px) {
  .oshirase {
    padding: 0 0 0 5vw;
  }
  .oisogi_p {
    color: #407c63;
    font-size: 2.5em;
    font-weight: bold;
  }
  .oisogi_btn {
    color: #FFFFFF;
    background-color: #407c63;
    display: block;
    border-radius: 0.5em;
    padding: 0.3em 0;
    font-size: 3em;
    text-align: center;
    font-weight: bold;
    letter-spacing: -0.05em;
    margin-bottom: 0.8em;
  }
  .toroku_p {
    color: #9d4950;
    font-size: 2.5em;
    font-weight: bold;
  }
  .toroku_btn {
    color: #FFFFFF !important;
    background-color: #9d4950;
    display: block;
    border-radius: 0.5em;
    padding: 0.3em 0;
    font-size: 3em;
    text-align: center;
    font-weight: bold;
    letter-spacing: -0.05em;
    margin-bottom: 0.8em;
  }
  .toptext {
    font-size: 2.5em;
    text-align: center;
    font-weight: bold;
    margin: 0.5em 0;
  }
  .contact-step li {
    text-align: center;
  }
}
.mv .bread {
  max-width: 1300px;
  position: relative;
  font-size: 11px;
  margin: 0px auto 0;
  padding: 0px 0 0;
  transform: translateY(5px);
  width: 95%;
}
/*20240516 追加*/
.simulation {
  margin: 10vw auto;
}
.simulation img {
  max-width: 95%;
  display: block;
  margin: 0 auto;
}
.tabs {
  width: 90%;
  margin: 0 auto;
}
/*タブのスタイル*/
.tabs {
  width: 100%;
}
.tabs .tab_item {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  background: #354c80;
  font-size: 5.179487vw;
  padding: 0.8em 0;
  text-align: center;
  line-height: 1.3;
  border-radius: 10px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
  margin-bottom: 0.5em;
}
input[name="tab_item"] {
  display: none;
}
.tab_content {
  width: 100%;
  display: none;
}
#hanbai:checked ~ #hanbai_content, #chintai:checked ~ #chintai_content {
  display: block;
}
.tabs .c-txtsp {
  font-size: 13px;
  padding: 30px 0;
}
.btn_inquiry a {
  display: block;
  max-width: 800px;
  text-align: center;
  color: #fff;
  background: #CF0003;
  border-radius: 10px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
  width: 80%;
  font-size: 16px;
  padding: 10px 0;
  margin: 30px auto 50px;
  position: relative;
}
.btn_inquiry a::after {
  content: "";
  font-weight: bold;
  background: url(../img/ico_arrow_down.svg) no-repeat;
  background-size: contain;
  display: inline-block;
  margin-left: 20px;
  transform: rotate(-90deg);
  position: absolute;
  right: 4%;
  top: 45%;
  width: 15px;
  height: 10px;
}
.btn_inquiry a:visited, .btn_inquiry a:focus, .btn_inquiry a:active {
  color: #fff;
}
.footer_sp .fnav {
  background: #fff;
  color: #000;
}
.site_footer {
 position: relative;
}
.site_footer .fnav a {
  display: inline;
}
/*
.site_footer .fnav a.pagetop {
  display: none;
}
*/
.site_footer .fnav #footer-menu-6 li {
  border: none;
}
.login_btn {
  color: #FFF;
  background: #2c5191;
  display: block;
  border-radius: 0.5em;
  padding: 0.3em 0;
  font-size: 3em;
  text-align: center;
  font-weight: bold;
  letter-spacing: -0.05em;
  margin: 0.8em 0;
}
.link {
  padding-top: 38vw;
  margin-top: -38vw;
}