@media (max-width: 768px) {
  .sp_none {
    display: none;
  }
}

@media (min-width: 768px) {
  .pc_none {
    display: none;
  }
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0;
  font-weight: 400;
  color: #000;
}
@media (max-width: 768px) {
  body {
    font-size: 14px;
  }
}

:target {
  scroll-margin-top: 100px;
}
@media (max-width: 1300px) {
  :target {
    scroll-margin-top: 100px;
  }
}
@media (max-width: 768px) {
  :target {
    scroll-margin-top: 60px;
  }
}

a {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

img {
  display: block;
  width: 100%;
}

a[href*="tel:"] {
  pointer-events: none;
  cursor: default;
  text-decoration: none;
}
@media (max-width: 768px) {
  a[href*="tel:"] {
    pointer-events: auto;
    cursor: pointer;
  }
}

@media (max-width: 768px) {
  a.fax[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
  }
}

.inner {
  width: 100%;
  max-width: 1300px;
  padding: 0 25px;
  margin: auto;
}
@media (max-width: 768px) {
  .inner {
    max-width: 600px;
    padding: 0 16px;
  }
}

.btn {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 260px;
  width: 100%;
  color: #FFF;
  font-size: 14px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  letter-spacing: 0.03em;
  text-align: left;
  padding: 18px 30px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background-color: #A68A44;
  border-radius: 35px;
  border-bottom: 0;
  border: 1px solid #A68A44;
}
@media (max-width: 768px) {
  .btn {
    font-size: 15px;
    padding: 15px 30px;
  }
}

@media (min-width: 768px) {
  .btn:hover {
    color: #A68A44;
    background-color: #FFF;
  }
}

.btn::before {
  display: none;
}

.btn::after {
  content: "";
  position: relative;
  display: block;
  width: 12px;
  height: 22px;
  background: url(../images/rent/btn_arrowRightWhite.svg) no-repeat center center/contain;
  -webkit-transition: 0.35s;
  transition: 0.35s;
  right: 0;
}
@media (max-width: 1300px) {
  .btn::after {
    width: 8px;
    height: 18px;
  }
}

@media (min-width: 768px) {
  .btn:hover::after {
    right: -5px;
    background-image: url(../images/rent/btn_arrowRightGold.svg);
  }
}

.body.is_open {
  overflow: hidden;
}

/* Header
------------------------------ */
.rent_header {
  position: fixed;
  width: 100%;
  height: 123px;
  top: 0;
  left: 0;
  z-index: 100;
  background-color: #FFF;
}
@media (max-width: 1300px) {
  .rent_header {
    height: 100px;
    padding: 0;
  }
}
@media (max-width: 768px) {
  .rent_header {
    height: 60px;
  }
}

.customize-support .rent_header {
  top: 32px;
}

.header.header_fixed {
  height: 80px;
}
@media (max-width: 1300px) {
  .header.header_fixed {
    height: 100px;
  }
}
@media (max-width: 768px) {
  .header.header_fixed {
    height: 60px;
  }
}

@media (max-width: 1300px) {
  .rent_header.header_fixed {
    -webkit-box-shadow: 0 5px 5px rgba(0, 0, 0, 0.3);
            box-shadow: 0 5px 5px rgba(0, 0, 0, 0.3);
  }
}

.header_fixed {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.header_inner {
  position: relative;
  max-width: 1300px;
  width: 100%;
  height: inherit;
  padding: 0 25px;
  margin: auto;
}
@media (max-width: 768px) {
  .header_inner {
    max-width: 600px;
    padding: 0 16px;
  }
}

.header_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 20px;
  height: inherit;
}

.header_fixed .header_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.header_lead {
  position: relative;
  color: #7D7D7D;
  font-size: 10px;
  font-weight: 500;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 100%;
  letter-spacing: 0;
  margin-top: 10px;
}
@media (max-width: 768px) {
  .header_lead {
    display: none;
  }
}

.header_fixed .header_lead {
  display: none;
}

.header_logo {
  position: relative;
  width: 100%;
  max-width: 339px;
  margin-top: 11px;
}
@media (max-width: 768px) {
  .header_logo {
    max-width: 190px;
    margin-top: 15px;
  }
}

@media (max-width: 1300px) {
  .header_fixed .header_logo {
    display: block;
    margin-top: 0;
  }
}

.header_nav {
  margin-top: 0;
}

.header_lists {
  display: grid;
  grid-template-columns: repeat(6, auto);
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  gap: 33px;
}

.header_fixed .header_lists {
  grid-template-columns: repeat(6, auto);
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 1300px) {
  .header_fixed .header_lists {
    display: none;
  }
}

.header_list_link {
  display: inline-block;
  position: relative;
  color: #000;
  font-weight: 700;
  font-family: "Noto Sans JP", sans-serif;
  width: 100%;
  white-space: nowrap;
}

@media (min-width: 768px) {
  .header_list_link:hover {
    color: #A68A44;
  }
}

.header_list_link::before {
  position: absolute;
  content: "";
  width: 0;
  height: 1px;
  left: 50%;
  bottom: 0;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-transition: 0.3s;
  transition: 0.3s;
  background-color: #A68A44;
}

@media (min-width: 768px) {
  .header_list_link:hover::before {
    width: 100%;
  }
}

.header_list_modal_wrap {
  position: relative;
}

.header_list_modal_wrap .header_list_link {
  padding-right: 20px;
}

.header_list_modal_wrap .header_list_link::after {
  position: absolute;
  content: "";
  width: 12px;
  height: 6px;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: url(../images/common/icon_arrow_bottom_blue_primary.png) no-repeat center center/contain;
}

@media (min-width: 768px) {
  .header_list_modal_wrap:hover > .header_list_modal {
    -webkit-transform: scaleY(1) translateX(-50%);
            transform: scaleY(1) translateX(-50%);
  }
}

.header_list_modal {
  position: absolute;
  top: 28px;
  left: 50%;
  width: 200px;
  -webkit-transform: scaleY(0) translateX(-50%);
          transform: scaleY(0) translateX(-50%);
  -webkit-transform-origin: center top;
          transform-origin: center top;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.5);
          box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.5);
}

.header_fixed .header_list_modal {
  top: 40px;
}

.header_list_modal_item a {
  position: relative;
  display: inline-block;
  font-weight: 500;
  line-height: 120%;
  width: 100%;
  color: #FFF;
  background-color: #365CA4;
  text-align: center;
  padding: 15px 10px;
}

@media (min-width: 768px) {
  .header_list_modal_item a:hover {
    color: #365CA4;
    background-color: #FFF;
  }
}

.header_hamburger {
  display: none;
  position: absolute;
  right: 40px;
  top: 67px;
  z-index: 999;
  width: 60px;
  height: 58px;
  background-color: #FFF;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  border-radius: 50%;
  text-align: center;
}
@media (max-width: 1300px) {
  .header_hamburger {
    display: block;
    right: 30px;
    top: 20px;
  }
}
@media (max-width: 768px) {
  .header_hamburger {
    display: block;
    width: 50px;
    height: 50px;
    right: 10px;
    top: 5px;
  }
}

.header_hamburger_bar {
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  display: block;
  width: 20px;
  height: 2px;
  background-color: #000;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
@media (max-width: 768px) {
  .header_hamburger_bar {
    width: 15px;
    height: 1px;
  }
}

.header_hamburger_bar:nth-of-type(1) {
  top: -5px;
}
@media (max-width: 768px) {
  .header_hamburger_bar:nth-of-type(1) {
    top: 0;
  }
}

.header_hamburger_bar:nth-of-type(2) {
  top: 0;
}
@media (max-width: 768px) {
  .header_hamburger_bar:nth-of-type(2) {
    top: 4px;
  }
}

.header_hamburger_bar:nth-of-type(3) {
  top: 5px;
}
@media (max-width: 768px) {
  .header_hamburger_bar:nth-of-type(3) {
    top: 8px;
  }
}

.header_hamburger.is_open .header_hamburger_bar:nth-of-type(1) {
  top: 2px;
  -webkit-transform: translateX(-50%) rotate(45deg);
          transform: translateX(-50%) rotate(45deg);
}
@media (max-width: 768px) {
  .header_hamburger.is_open .header_hamburger_bar:nth-of-type(1) {
    top: 4px;
  }
}

.header_hamburger.is_open .header_hamburger_bar:nth-of-type(2) {
  opacity: 0;
}

.header_hamburger.is_open .header_hamburger_bar:nth-of-type(3) {
  top: -2px;
  -webkit-transform: translateX(-50%) rotate(-45deg);
          transform: translateX(-50%) rotate(-45deg);
}
@media (max-width: 768px) {
  .header_hamburger.is_open .header_hamburger_bar:nth-of-type(3) {
    top: 4px;
  }
}

@media (max-width: 768px) {
  .header_hamburger_title {
    position: relative;
    display: block;
    font-size: 10px;
    margin-top: 13px;
  }
}

.header_drawer {
  padding: 70px 0;
  display: none;
  position: absolute;
  z-index: 900;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: url(../images/common/bg_k.png) no-repeat center center/cover, url(../images/common/bg_deep_navy.jpg) repeat center center/contain;
  overflow-y: scroll;
  scrollbar-width: none;
}
@media (max-width: 768px) {
  .header_drawer {
    padding: 20px 0 70px;
    background: url(../images/common/bg_navy.jpg) repeat center center/2000px;
  }
}

.header_drawer::-webkit-scrollbar {
  display: none;
}

.header_drawer_main {
  display: block;
  -ms-flex-line-pack: center;
      align-content: center;
  max-width: 1150px;
  height: 100%;
  padding: 0 25px;
  margin-inline: auto;
  overflow-y: scroll;
}
@media (max-width: 768px) {
  .header_drawer_main {
    padding: 0 16px 100px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0;
  }
}

.header_drawer_nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  gap: 20px;
}
@media (max-width: 768px) {
  .header_drawer_nav {
    display: contents;
  }
}

.header_drawer_logo {
  width: 100%;
  max-width: 301px;
}
@media (max-width: 768px) {
  .header_drawer_logo {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    max-width: 131px;
  }
}

.header_drawer_items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 20px;
  width: 100%;
  max-width: 350px;
}
@media (max-width: 768px) {
  .header_drawer_items {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    max-width: 250px;
    margin: 20px auto 0;
  }
}

.header_drawer_item {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  max-width: 100%;
}

.header_drawer_item_title {
  font-size: 30px;
  font-weight: 700;
  letter-spacing: 0.2em;
  line-height: 1;
  color: #FFF;
  text-transform: uppercase;
}

.header_drawer_item_lists {
  margin-top: 20px;
}

.header_drawer_item_list + .header_drawer_item_list {
  margin-top: 10px;
}

.header_drawer_item_list_link {
  position: relative;
  display: inline-block;
  color: #FFF;
  padding-left: 16px;
}
@media (max-width: 768px) {
  .header_drawer_item_list_link {
    font-size: 15px;
  }
}

.header_drawer_item_list_link::before {
  position: absolute;
  content: ">";
  left: 0;
  top: 0;
}

.header_drawer_item_bnr a {
  position: relative;
  display: block;
  max-width: 362px;
  width: 100%;
  border: 1px solid #A68A44;
}

.header_drawer_item_bnr a::after {
  content: "";
  position: absolute;
  display: block;
  width: 12px;
  height: 22px;
  background: url(../images/rent/btn_arrowRightGold.svg) no-repeat center center/contain;
  top: 0;
  right: 15px;
  bottom: 0;
  margin: auto 0;
}

.header_drawer_inquiry {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 64px;
}
@media (max-width: 768px) {
  .header_drawer_inquiry {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 20px;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    margin-top: 50px;
  }
}

.header_drawer_tel {
  width: 100%;
  max-width: 287px;
}
@media (max-width: 768px) {
  .header_drawer_tel {
    max-width: 220px;
  }
}

.header_drawer_tel a {
  display: inline-block;
  width: 100%;
}

.header_drawer_tel a img {
  width: 100%;
  max-width: 287px;
}

.header_drawer_mail {
  width: 100%;
  max-width: 330px;
}
@media (max-width: 768px) {
  .header_drawer_mail {
    max-width: 258px;
  }
}

.header_drawer_mail a {
  display: inline-block;
  font-weight: 700;
  width: 100%;
  padding: 12px 10px;
  text-align: center;
  color: #A68A44;
  border: 2px solid #A68A44;
}
@media (max-width: 768px) {
  .header_drawer_mail a {
    padding: 8px 10px;
  }
}

.header_drawer_mail a span {
  position: relative;
  display: inline-block;
  padding-left: 35px;
}

.header_drawer_mail a span::before {
  position: absolute;
  content: "";
  width: 28px;
  height: 19px;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: url(../images/common/icon_mail_gold.png) no-repeat center center/contain;
}

/* rent - common
------------------------------ */
.rent_section_title {
  position: relative;
  display: block;
}

.rent_section_title_ja {
  position: relative;
  display: block;
  color: #174569;
  font-size: 34px;
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  line-height: 100%;
  letter-spacing: 0.15em;
  text-align: center;
  z-index: 1;
}
@media (max-width: 1300px) {
  .rent_section_title_ja {
    font-size: 26px;
  }
}
@media (max-width: 768px) {
  .rent_section_title_ja {
    line-height: 145%;
  }
}

.rent_section_title_ja span {
  font-size: 48px;
}
@media (max-width: 1300px) {
  .rent_section_title_ja span {
    font-size: 40px;
  }
}
@media (max-width: 768px) {
  .rent_section_title_ja span {
    font-size: 32px;
  }
}

.rent_section_title_en {
  position: absolute;
  width: auto;
  max-height: 82px;
  opacity: 0.15;
  top: -16px;
}
@media (max-width: 768px) {
  .rent_section_title_en {
    max-height: 35px;
    top: -8px;
    right: 0;
  }
}

@media (max-width: 768px) {
  .rent_section_title_en img {
    width: auto;
    height: 35px;
  }
}

.rent_section_outline {
  position: relative;
  font-size: 18px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  line-height: 250%;
  letter-spacing: 0.05em;
  text-align: center;
  margin-top: 28px;
}
@media (max-width: 768px) {
  .rent_section_outline {
    font-size: 16px;
    line-height: 200%;
  }
}

.rent_section_outline_marker {
  position: relative;
  display: inline-block;
}

.rent_section_outline_marker::after {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 22px;
  background-color: #EEE6D3;
  left: 0;
  bottom: 8px;
  z-index: -1;
}
@media (max-width: 768px) {
  .rent_section_outline_marker::after {
    height: 15px;
    bottom: 0;
  }
}

.rent_method_copy {
  position: relative;
  max-width: 942px;
  width: 100%;
  margin: 64px auto 0;
  padding: 14px 0 16px;
  background-color: #FFF;
}
@media (max-width: 768px) {
  .rent_method_copy {
    margin: 32px auto 0;
    padding: 5%;
  }
}

.rent_method_copy:last-of-type {
  margin-top: 110px;
}
@media screen and (max-width: 1049px) {
  .rent_method_copy:last-of-type {
    margin-top: 60px;
  }
}
@media (max-width: 768px) {
  .rent_method_copy:last-of-type {
    margin-top: 40px;
  }
}

.rent_method_copy::before,
.rent_method_copy::after {
  content: "";
  position: absolute;
  display: block;
  width: 64px;
  height: 41px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}
@media (max-width: 1300px) {
  .rent_method_copy::before,
  .rent_method_copy::after {
    width: 32px;
    height: 21px;
  }
}
@media (max-width: 768px) {
  .rent_method_copy::before,
  .rent_method_copy::after {
    width: 18px;
    height: 11px;
  }
}

.rent_method_copy::before {
  background-image: url(../images/rent/rent_method_copy_beforeGold.svg);
  top: -14px;
  left: 40px;
}
@media (max-width: 1300px) {
  .rent_method_copy::before {
    top: -7px;
    left: 20px;
  }
}
@media (max-width: 768px) {
  .rent_method_copy::before {
    left: 3%;
  }
}

.rent_method_copy::after {
  background-image: url(../images/rent/rent_method_copy_afterGold.svg);
  right: 36px;
  bottom: -13px;
}
@media (max-width: 1300px) {
  .rent_method_copy::after {
    right: 24px;
    bottom: -7px;
  }
}
@media (max-width: 768px) {
  .rent_method_copy::after {
    right: 3%;
  }
}

.rent_method_copy_text {
  position: relative;
  color: #A68A44;
  font-size: 26px;
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  line-height: 175%;
  letter-spacing: 0;
  text-align: center;
}
@media screen and (max-width: 1049px) {
  .rent_method_copy_text {
    font-size: 18px;
  }
}
@media (max-width: 768px) {
  .rent_method_copy_text {
    font-size: 16px;
    letter-spacing: 0.05em;
  }
}

/* rent_mw
------------------------------ */
.rent_mw {
  position: relative;
  margin-top: 123px;
  background-color: #FAF8F4;
}
@media (max-width: 1300px) {
  .rent_mw {
    margin-top: 100px;
  }
}
@media (max-width: 768px) {
  .rent_mw {
    margin-top: 60px;
  }
}

.rent_mw_wrapper {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.rent_mw_content {
  position: absolute;
  display: block;
  max-width: 654px;
  width: 100%;
  padding: 32px 0;
  top: 100px;
  left: 0;
  background-color: rgba(255, 255, 255, 0.85);
  z-index: 2;
}
@media (max-width: 1300px) {
  .rent_mw_content {
    top: 10vw;
  }
}

.rent_mw_content::before {
  content: "";
  position: absolute;
  display: block;
  width: 125px;
  height: 100%;
  top: 0;
  left: -125px;
  background-color: rgba(255, 255, 255, 0.85);
}

.rent_mw_title_ja {
  position: relative;
  color: #174569;
  font-size: 40px;
  font-weight: 500;
  font-family: "Noto Serif JP", serif;
  line-height: 150%;
  letter-spacing: 0.15em;
}
@media (max-width: 1300px) {
  .rent_mw_title_ja {
    font-size: 32px;
  }
}
@media (max-width: 768px) {
  .rent_mw_title_ja {
    font-size: 5.5vw;
  }
}
@media screen and (min-width: 480px) and (max-width: 768px) {
  .rent_mw_title_ja {
    font-size: 24px;
  }
}

.rent_mw_slick {
  position: relative;
  width: 65vw;
  max-height: 700px;
  margin-right: calc(50% - 50vw);
  overflow: hidden;
}
@media (max-width: 1300px) {
  .rent_mw_slick {
    width: 95%;
  }
}
@media (max-width: 768px) {
  .rent_mw_slick {
    width: 100%;
    max-height: 55vh;
  }
}

.rent_mw_text {
  position: relative;
  font-size: 20px;
  font-weight: 500;
  font-family: "Noto Serif JP", serif;
  line-height: 200%;
  letter-spacing: 0.15em;
  margin-top: 20px;
}
@media (max-width: 1300px) {
  .rent_mw_text {
    font-size: 18px;
  }
}
@media (max-width: 768px) {
  .rent_mw_text {
    font-size: 3.8vw;
    line-height: 180%;
    letter-spacing: 0.1em;
  }
}
@media screen and (min-width: 480px) and (max-width: 768px) {
  .rent_mw_text {
    font-size: 16px;
  }
}

/* rent_problems
------------------------------ */
.rent_problems {
  position: relative;
  padding: 120px 0;
  background-color: #FAF8F4;
}
@media (max-width: 768px) {
  .rent_problems {
    padding: 60px 0;
  }
}

.rent_problems::before {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #FAF8F4;
  top: -100%;
  z-index: -1;
}

.rent_problems::after {
  content: "";
  position: absolute;
  display: block;
  width: 116px;
  height: 103px;
  background: url(../images/rent/arrow_bottomGold.svg) no-repeat center center/contain;
  left: 0;
  right: 0;
  bottom: -76px;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .rent_problems::after {
    width: 58px;
    height: 51px;
    bottom: -38px;
  }
}

.rent_problems_title_en {
  right: 0;
}

@media screen and (max-width: 1049px) {
  .rent_problems_outline br.pc_none {
    display: block;
  }
}

.rent_problems_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 20px;
  margin-top: 74px;
}
@media (max-width: 768px) {
  .rent_problems_wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 50px;
  }
}

.rent_problems_img {
  position: relative;
  width: 100vw;
  -webkit-box-flex: 0.85;
      -ms-flex: 0.85;
          flex: 0.85;
  margin-left: calc(50% - 50vw);
}
@media (max-width: 1300px) {
  .rent_problems_img {
    -webkit-box-flex: 0.9;
        -ms-flex: 0.9;
            flex: 0.9;
  }
}
@media (max-width: 768px) {
  .rent_problems_img {
    width: 90%;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    margin: 0 auto;
  }
}

.rent_problems_img::after {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #EEE6D3;
  right: -60px;
  bottom: -80px;
}
@media (max-width: 1300px) {
  .rent_problems_img::after {
    right: -30px;
    bottom: -40px;
  }
}
@media (max-width: 768px) {
  .rent_problems_img::after {
    right: -5%;
    bottom: -5%;
  }
}

.rent_problems_img img {
  position: relative;
  display: block;
  z-index: 1;
}

.rent_problems_contents {
  position: relative;
  max-width: 630px;
  width: 100%;
}
@media (max-width: 1300px) {
  .rent_problems_contents {
    max-width: 60%;
  }
}
@media (max-width: 768px) {
  .rent_problems_contents {
    max-width: unset;
  }
}

.rent_problems_list {
  position: relative;
  font-size: 18px;
  font-weight: 500;
  line-height: 100%;
  letter-spacing: 0.05em;
  padding: 29px 0 29px 30px;
  border-bottom: 2.5px dotted #A68A44;
}
@media (max-width: 1300px) {
  .rent_problems_list {
    font-size: 16px;
    line-height: 145%;
  }
}
@media (max-width: 768px) {
  .rent_problems_list {
    padding: 20px 0 20px 30px;
  }
}

.rent_problems_list::before {
  content: "";
  position: absolute;
  display: block;
  width: 63px;
  height: 53px;
  background: url(../images/rent/icon_speechbubbleGold.svg) no-repeat center center/contain;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto 0;
  opacity: 0.17;
}

.rent_problems_list span {
  position: relative;
  display: block;
  z-index: 1;
}

/* rent_reasons
------------------------------ */
.rent_reasons {
  position: relative;
  padding-top: 128px;
}
@media (min-width: 768px) {
  .rent_reasons {
    overflow: hidden;
  }
}
@media (max-width: 768px) {
  .rent_reasons {
    padding-top: 64px;
  }
}

.rent_reasons_group {
  position: relative;
  margin-top: 90px;
  padding-bottom: 80px;
}
@media (max-width: 768px) {
  .rent_reasons_group {
    margin-top: 50px;
    padding-bottom: 40px;
  }
}

.rent_reasons_group + .rent_reasons_group {
  margin-top: 100px;
}
@media (max-width: 768px) {
  .rent_reasons_group + .rent_reasons_group {
    margin-top: 50px;
  }
}

.rent_reasons_group::after {
  content: "";
  position: absolute;
  display: block;
  width: 110%;
  height: 92%;
  background-color: #FAF8F4;
  right: -5%;
  bottom: 0;
  z-index: -1;
}

.rent_reasons_group:nth-of-type(even)::after {
  left: -5%;
  right: 0;
}

.rent_reasons_group_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 20px;
}
@media screen and (max-width: 1049px) {
  .rent_reasons_group_wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.rent_reasons_group:nth-of-type(even) .rent_reasons_group_wrapper {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media screen and (max-width: 1049px) {
  .rent_reasons_group:nth-of-type(even) .rent_reasons_group_wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.rent_reasons_group_pict {
  position: relative;
  max-width: 555px;
  width: 100%;
}
@media (max-width: 1300px) {
  .rent_reasons_group_pict {
    max-width: 400px;
  }
}
@media screen and (max-width: 1049px) {
  .rent_reasons_group_pict {
    max-width: 555px;
    margin: 0 auto;
  }
}

.rent_reasons_group_contents {
  position: relative;
  max-width: 625px;
  width: 100%;
}
@media screen and (max-width: 1049px) {
  .rent_reasons_group_contents {
    max-width: unset;
  }
}

@media screen and (max-width: 1049px) {
  .rent_reasons_group_title {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 10px;
  }
}
@media (max-width: 768px) {
  .rent_reasons_group_title {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

@media screen and (max-width: 1049px) {
  .rent_reasons_group_title::after {
    content: "";
    position: absolute;
    display: block;
    width: 100%;
    height: 1px;
    background-color: #A68A44;
    left: 0;
    bottom: 0;
  }
}

.rent_reasons_group_title_feature {
  position: relative;
  max-width: 173px;
  width: 100%;
}
@media (max-width: 1300px) {
  .rent_reasons_group_title_feature {
    max-width: 120px;
  }
}

.rent_reasons_group_title_ja {
  position: relative;
  color: #A68A44;
  font-size: 30px;
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
  line-height: 150%;
  letter-spacing: 0.05em;
  margin-top: 35px;
  padding-bottom: 13px;
  border-bottom: 1px solid #A68A44;
}
@media (max-width: 1300px) {
  .rent_reasons_group_title_ja {
    margin-top: 24px;
  }
}
@media screen and (max-width: 1049px) {
  .rent_reasons_group_title_ja {
    margin-top: 16px;
    border-bottom: 0;
  }
}
@media (max-width: 768px) {
  .rent_reasons_group_title_ja {
    font-size: 22px;
    letter-spacing: 0.02em;
    margin-top: 0;
  }
}

@media screen and (max-width: 1049px) {
  .rent_reasons_group:nth-of-type(even) .rent_reasons_group_title_ja {
    margin-top: 16px;
    padding-bottom: 24px;
  }
}
@media (max-width: 768px) {
  .rent_reasons_group:nth-of-type(even) .rent_reasons_group_title_ja {
    margin-top: 0;
    padding-bottom: 16px;
  }
}

.rent_reasons_group_subtitle {
  position: relative;
  font-size: 22px;
  line-height: 100%;
  letter-spacing: 0.05em;
  font-weight: 500;
  margin-top: 30px;
}
@media (max-width: 1300px) {
  .rent_reasons_group_subtitle {
    line-height: 145%;
  }
}
@media (max-width: 768px) {
  .rent_reasons_group_subtitle {
    font-size: 18px;
    margin-top: 20px;
  }
}

.rent_reasons_group_text {
  position: relative;
  font-weight: 500;
  line-height: 250%;
  letter-spacing: 0;
  margin-top: 20px;
}
@media (max-width: 768px) {
  .rent_reasons_group_text {
    line-height: 200%;
    letter-spacing: 0.05em;
    margin-top: 10px;
  }
}

/* rent_difference
------------------------------ */
.rent_difference {
  position: relative;
  padding-top: 110px;
}
@media (max-width: 768px) {
  .rent_difference {
    padding-top: 60px;
  }
}

.rent_difference_title_en {
  right: 0;
}

@media screen and (max-width: 1049px) {
  .rent_difference_outline br.pc_none {
    display: block;
  }
}

.rent_difference_table {
  position: relative;
  max-width: 1160px;
  width: 100%;
  margin: 60px auto 0;
}
@media screen and (max-width: 1049px) {
  .rent_difference_table {
    margin-top: 30px;
  }
}

.rent_difference_table table {
  width: 100%;
}

.rent_difference_table_title {
  max-width: 160px;
  color: #FFF;
  font-weight: 700;
  line-height: 100%;
  letter-spacing: 0.05em;
  padding: 27px 30px 28px;
  border-bottom: 1px solid #FFF;
  background-color: #174569;
}

.rent_difference_table_other {
  font-weight: 500;
  line-height: 100%;
  letter-spacing: 0.05em;
  text-align: center;
  padding: 25px 0 26px;
  border-right: 1px solid #A68A44;
  border-bottom: 1px solid #A68A44;
}

th.rent_difference_table_other {
  color: #A68A44;
  font-size: 20px;
  font-weight: 700;
  padding: 40px 0;
  border-top: 1px solid #A68A44;
}

.rent_difference_table_am {
  font-size: 20px;
  font-weight: 700;
  line-height: 100%;
  letter-spacing: 0.05em;
  text-align: center;
  padding: 24px 0;
  border-bottom: 1px solid #A68A44;
  background-color: #FAF8F4;
}

th.rent_difference_table_am {
  padding: 16px 0;
  border-top: 1px solid #A68A44;
}

.rent_difference_table_logo {
  position: relative;
  max-width: 205px;
  width: 100%;
  margin: 0 auto;
}

.rent_cta02 {
  margin-top: 120px;
}

/* rent_method
------------------------------ */
.rent_method {
  position: relative;
  margin-top: 120px;
  padding: 130px 0 120px;
  background-color: #FAF8F4;
}
@media (max-width: 768px) {
  .rent_method {
    margin-top: 60px;
    padding: 60px 0;
  }
}

.rent_method_items {
  position: relative;
  max-width: 1170px;
  width: 100%;
  margin: 62px auto 0;
}

.rent_method_item + .rent_method_item {
  margin-top: 80px;
}
@media (max-width: 768px) {
  .rent_method_item + .rent_method_item {
    margin-top: 40px;
  }
}

.rent_method_item_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 20px;
}
@media (max-width: 768px) {
  .rent_method_item_wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.rent_method_item_title_pict {
  position: relative;
  width: 187px;
  height: 187px;
}
@media (max-width: 1300px) {
  .rent_method_item_title_pict {
    width: 120px;
    height: 120px;
  }
}
@media (max-width: 768px) {
  .rent_method_item_title_pict {
    width: 80px;
    height: 80px;
  }
}

.rent_method_item_contents {
  position: relative;
  max-width: 900px;
  width: 100%;
}
@media (max-width: 1300px) {
  .rent_method_item_contents {
    max-width: 1000px;
  }
}

.rent_method_item_title_ja {
  position: relative;
  color: #A68A44;
  font-size: 30px;
  font-weight: 600;
  font-family: "Noto Serif JP", serif;
  line-height: 100%;
  letter-spacing: 0.05em;
  padding-bottom: 13px;
  border-bottom: 1px solid #A68A44;
}
@media screen and (max-width: 1049px) {
  .rent_method_item_title_ja {
    font-size: 24px;
  }
}
@media (max-width: 768px) {
  .rent_method_item_title_ja {
    font-size: 20px;
    text-align: center;
    line-height: 145%;
  }
}

.rent_method_item_subtitle {
  position: relative;
  font-size: 22px;
  font-weight: 500;
  line-height: 100%;
  letter-spacing: 0.05em;
  margin-top: 35px;
}
@media screen and (max-width: 1049px) {
  .rent_method_item_subtitle {
    line-height: 145%;
  }
}
@media (max-width: 768px) {
  .rent_method_item_subtitle {
    font-size: 16px;
    line-height: 160%;
    margin-top: 20px;
  }
}

.rent_method_item_text {
  position: relative;
  font-weight: 500;
  line-height: 250%;
  letter-spacing: 0;
  margin-top: 20px;
}
@media (max-width: 768px) {
  .rent_method_item_text {
    line-height: 200%;
    letter-spacing: 0.05em;
    margin-top: 10px;
  }
}

.rent_method_item_figure {
  position: relative;
  margin-top: 25px;
}

.rent_method_item_contents_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  gap: 20px;
  margin-top: 40px;
}
@media (max-width: 768px) {
  .rent_method_item_contents_wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.rent_method_item_contents_wrapper .rent_method_item_figure,
.rent_method_item_contents_wrapper .rent_method_item_pict {
  max-width: 320px;
  width: 100%;
  margin-top: 0;
}
@media screen and (max-width: 1049px) {
  .rent_method_item_contents_wrapper .rent_method_item_figure,
  .rent_method_item_contents_wrapper .rent_method_item_pict {
    max-width: unset;
    width: 50%;
  }
}
@media (max-width: 768px) {
  .rent_method_item_contents_wrapper .rent_method_item_figure,
  .rent_method_item_contents_wrapper .rent_method_item_pict {
    max-width: 320px;
    width: 100%;
    margin: 0 auto;
  }
}

.rent_method_item_unit {
  position: relative;
  max-width: 530px;
  width: 100%;
}

.rent_method_item_contents_wrapper .rent_method_item_subtitle {
  margin-top: 0;
}

/* rent_flow
------------------------------ */
.rent_flow {
  position: relative;
  padding-top: 100px;
}
@media (max-width: 768px) {
  .rent_flow {
    padding-top: 60px;
  }
}

.rent_flow_title_en {
  right: 100px;
}
@media (max-width: 1300px) {
  .rent_flow_title_en {
    right: 50px;
  }
}
@media (max-width: 768px) {
  .rent_flow_title_en {
    right: 0;
  }
}

.rent_flow_outline {
  font-size: 24px;
  margin-top: 38px;
}
@media (max-width: 1300px) {
  .rent_flow_outline {
    font-size: 20px;
  }
}
@media (max-width: 768px) {
  .rent_flow_outline {
    font-size: 18px;
  }
}

.rent_flow_items {
  position: relative;
  margin-top: 65px;
}
@media (max-width: 768px) {
  .rent_flow_items {
    margin-top: 30px;
  }
}

.rent_flow_item {
  position: relative;
  padding: 50px 60px;
  background-color: #EFF6FC;
}
@media (max-width: 1300px) {
  .rent_flow_item {
    padding: 25px 30px;
  }
}
@media (max-width: 768px) {
  .rent_flow_item {
    padding: 5%;
  }
}

.rent_flow_item + .rent_flow_item {
  margin-top: 40px;
}
@media screen and (max-width: 1049px) {
  .rent_flow_item + .rent_flow_item {
    margin-top: 60px;
  }
}
@media (max-width: 768px) {
  .rent_flow_item + .rent_flow_item {
    margin-top: 30px;
  }
}

.rent_flow_item:last-child {
  background-color: #FAF8F4;
}

.rent_flow_item:not(:last-child)::after {
  content: "";
  position: absolute;
  display: block;
  width: 87px;
  height: 77px;
  background: url(../images/rent/arrow_bottomBlue.svg) no-repeat center center/contain;
  left: 0;
  right: 0;
  bottom: -65px;
  margin: 0 auto;
  z-index: 1;
}
@media screen and (max-width: 1049px) {
  .rent_flow_item:not(:last-child)::after {
    bottom: -75px;
  }
}
@media (max-width: 768px) {
  .rent_flow_item:not(:last-child)::after {
    width: 44px;
    height: 39px;
    bottom: -36px;
  }
}

.rent_flow_item:nth-last-child(2)::after {
  background-image: url(../images/rent/arrow_bottomGold02.svg);
}

.rent_flow_item_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 20px;
}

@media (max-width: 768px) {
  .rent_flow_item_num {
    position: relative;
    width: 50px;
  }
}

.rent_flow_item_contents {
  position: relative;
  max-width: 970px;
  width: 100%;
}

.rent_flow_item_title {
  position: relative;
  color: #174569;
  font-size: 30px;
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
  line-height: 100%;
  letter-spacing: 0.05em;
  padding-bottom: 14px;
  border-bottom: 1px solid #174569;
}
@media screen and (max-width: 1049px) {
  .rent_flow_item_title {
    font-size: 24px;
  }
}
@media (max-width: 768px) {
  .rent_flow_item_title {
    font-size: 18px;
    line-height: 145%;
    padding-bottom: 8px;
  }
}

.rent_flow_item:last-child .rent_flow_item_title {
  color: #A68A44;
  border-bottom-color: #A68A44;
}

.rent_flow_item_text {
  position: relative;
  font-weight: 500;
  line-height: 145%;
  letter-spacing: 0;
  margin-top: 20px;
}
@media (max-width: 768px) {
  .rent_flow_item_text {
    letter-spacing: 0.05em;
    margin-top: 10px;
  }
}

.rent_flow_item_btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  margin-top: 34px;
}
@media (max-width: 768px) {
  .rent_flow_item_btns {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 10px;
    margin-top: 20px;
  }
}

.rent_flow_item_btn {
  position: relative;
  max-width: 260px;
  width: 100%;
}

.rent_flow_item_btn .btn {
  border-color: #174569;
  background-color: #174569;
}
@media (max-width: 768px) {
  .rent_flow_item_btn .btn {
    max-width: unset;
  }
}

@media (min-width: 768px) {
  .rent_flow_item_btn .btn:hover {
    color: #174569;
    background-color: #FFF;
  }
}

@media (min-width: 768px) {
  .rent_flow_item_btn .btn:hover::after {
    background-image: url(../images/rent/btn_arrowRightBlue.svg);
  }
}

/* rent_work
------------------------------ */
.rent_work {
  position: relative;
  margin-top: 120px;
  padding: 130px 0 120px;
  background-color: #174569;
}
@media (max-width: 768px) {
  .rent_work {
    margin-top: 60px;
    padding: 60px 0;
  }
}

.rent_work_title_ja {
  color: #FFF;
}

.rent_work_title_en {
  right: 21%;
}
@media (max-width: 768px) {
  .rent_work_title_en {
    right: 0;
  }
}

.work_cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 50px 37px;
  margin-top: 70px;
}
@media (max-width: 768px) {
  .work_cards {
    grid-template-columns: 1fr;
    gap: 30px;
    margin-top: 50px;
  }
}

.works_card {
  display: block;
}

.works_card a {
  position: relative;
  display: block;
  height: 100%;
  -webkit-transition: 0.35s;
  transition: 0.35s;
  background-color: #FFF;
  -webkit-box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.25);
          box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.25);
}

.works_archive_card_img {
  position: relative;
  max-height: 260px;
  overflow: hidden;
}

.works_archive_card_img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: 0.35s;
  transition: 0.35s;
}

@media (min-width: 768px) {
  .works_card a:hover .works_archive_card_img img {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
}

.works_card_area {
  color: #A68A44;
  font-size: 14px;
  font-weight: 700;
  line-height: 100%;
  letter-spacing: 0;
  padding: 20px 30px 0;
  margin-top: 0;
  -webkit-transition: 0.35s;
  transition: 0.35s;
}
@media (max-width: 768px) {
  .works_card_area {
    padding: 20px 5% 0;
  }
}

@media (min-width: 768px) {
  .works_card a:hover .works_card_area {
    color: #174569;
  }
}

.works_card_title {
  position: relative;
  font-size: 18px;
  line-height: 165%;
  letter-spacing: 0;
  margin-top: 0;
  padding: 10px 30px 20px;
  -webkit-transition: 0.35s;
  transition: 0.35s;
}
@media (max-width: 768px) {
  .works_card_title {
    padding: 10px 5% 20px;
  }
}

@media (min-width: 768px) {
  .works_card a:hover .works_card_title {
    color: #174569;
  }
}

.rent_work_btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 66px;
}
@media (max-width: 768px) {
  .rent_work_btn {
    margin-top: 40px;
  }
}

/* rent_case
------------------------------ */
.rent_case {
  position: relative;
  padding-top: 120px;
}
@media (max-width: 768px) {
  .rent_case {
    padding-top: 60px;
  }
}

.rent_case .rent_case_inner {
  max-width: 1300px;
  margin: auto;
}

.rent_case_title_en {
  left: 24%;
}
@media (max-width: 768px) {
  .rent_case_title_en {
    left: auto;
    right: 0;
  }
}

.rent_case_cards {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 70px 50px;
  margin-top: 90px;
}
@media (max-width: 1300px) {
  .rent_case_cards {
    gap: 50px 25px;
  }
}
@media (max-width: 768px) {
  .rent_case_cards {
    grid-template-columns: 1fr;
    margin-top: 40px;
  }
}

.rent_case_card {
  position: relative;
  padding: 36px 30px;
  background-color: #FAF8F4;
}
@media (max-width: 768px) {
  .rent_case_card {
    padding: 36px 5%;
  }
}

.rent_case_card_title {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 14px;
  background-color: #A68A44;
  margin-top: -56px;
  padding: 0 24px 1px;
}
@media (max-width: 1300px) {
  .rent_case_card_title {
    padding: 6px 16px 7px;
    gap: 7px;
  }
}

.rent_case_card_title_en {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #FFF;
  font-weight: 400;
  font-family: "Noto Serif JP", serif;
  letter-spacing: 0.05em;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5px;
}

.rent_case_card_title_num {
  font-size: 26px;
}

.rent_case_card_title_ja {
  color: #FFF;
  font-size: 14px;
  font-weight: 700;
  line-height: 100%;
  letter-spacing: 0;
}
@media (max-width: 1300px) {
  .rent_case_card_title_ja {
    line-height: 145%;
  }
}

.rent_case_card_title_ja span {
  font-weight: 500;
}
@media (max-width: 768px) {
  .rent_case_card_title_ja span {
    display: block;
  }
}

.rent_case_card_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 30px;
  margin-top: 30px;
}
@media (max-width: 1300px) {
  .rent_case_card_wrapper {
    gap: 20px;
  }
}

.rent_case_card_illust {
  position: relative;
  width: 100px;
  height: 100px;
}
@media (max-width: 1300px) {
  .rent_case_card_illust {
    width: 50px;
    height: 50px;
  }
}

.rent_case_card_outline {
  position: relative;
  max-width: 410px;
  color: #A68A44;
  font-size: 20px;
  font-weight: 700;
  line-height: 150%;
  letter-spacing: 0;
}
@media (max-width: 1300px) {
  .rent_case_card_outline {
    max-width: unset;
    width: 82%;
  }
}
@media (max-width: 768px) {
  .rent_case_card_outline {
    font-size: 16px;
    letter-spacing: 0.05em;
  }
}

.rent_case_card_profile {
  position: relative;
  color: #A68A44;
  font-size: 14px;
  font-weight: 700;
  line-height: 100%;
  letter-spacing: 0;
  margin-top: 27px;
}
@media (max-width: 1300px) {
  .rent_case_card_profile {
    line-height: 145%;
  }
}
@media (max-width: 768px) {
  .rent_case_card_profile {
    letter-spacing: 0.05em;
    margin-top: 15px;
  }
}

.rent_case_card_comment {
  position: relative;
  font-weight: 500;
  line-height: 190%;
  letter-spacing: 0;
  margin-top: 13px;
}

/* rent_faq
------------------------------ */
.rent_faq {
  position: relative;
  margin-top: 140px;
  padding: 130px 0 120px;
  background-color: #FAF8F4;
}
@media (max-width: 768px) {
  .rent_faq {
    margin-top: 60px;
    padding: 60px 0;
  }
}

.rent_faq_title_en {
  right: 24%;
}
@media (max-width: 768px) {
  .rent_faq_title_en {
    right: 0;
  }
}

.rent_faq_lists {
  position: relative;
  margin-top: 70px;
}
@media (max-width: 768px) {
  .rent_faq_lists {
    margin-top: 40px;
  }
}

.rent_faq_list {
  position: relative;
  padding: 45px 45px 48px 126px;
  background-color: #EEE6D3;
}
@media (max-width: 768px) {
  .rent_faq_list {
    padding: 5% 40px 5% 50px;
  }
}

.rent_faq_list + .rent_faq_list {
  margin-top: 20px;
}

.rent_faq_list::before {
  content: "";
  position: absolute;
  display: block;
  width: 37px;
  height: 35px;
  background: url(../images/rent/text_qGold.svg) no-repeat center center/contain;
  top: 40px;
  left: 47px;
}
@media (max-width: 768px) {
  .rent_faq_list::before {
    width: 32px;
    height: 31px;
    top: 20px;
    left: 15px;
  }
}

.rent_faq_list_q {
  position: relative;
  font-size: 20px;
  font-weight: 700;
  line-height: 100%;
  letter-spacing: 0;
  cursor: pointer;
}
@media (max-width: 768px) {
  .rent_faq_list_q {
    font-size: 16px;
    line-height: 145%;
    letter-spacing: 0.05em;
  }
}

.rent_faq_list_q::after {
  content: "";
  position: absolute;
  display: block;
  width: 22px;
  height: 41px;
  background: url(../images/rent/btn_arrowRightGold.svg) no-repeat center center/contain;
  top: -6px;
  right: 0;
  -webkit-transition: 0.35s;
  transition: 0.35s;
}
@media (max-width: 768px) {
  .rent_faq_list_q::after {
    width: 11px;
    height: 21px;
    top: 0;
    right: -30px;
    bottom: 0;
    margin: auto 0;
  }
}

@media (min-width: 768px) {
  .rent_faq_list_q.is_open::after {
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
  }
}

.rent_faq_a {
  display: none;
  margin-top: 35px;
  border-top: 1px solid #A68A44;
}
@media (max-width: 768px) {
  .rent_faq_a {
    margin-top: 20px;
  }
}

.rent_faq_a_inner {
  position: relative;
  margin-top: 25px;
}
@media (max-width: 768px) {
  .rent_faq_a_inner {
    margin-top: 10px;
  }
}

.rent_faq_a_inner p {
  font-weight: 500;
  line-height: 100%;
  letter-spacing: 0;
}
@media (max-width: 1300px) {
  .rent_faq_a_inner p {
    line-height: 165%;
    letter-spacing: 0.05em;
  }
}

/* rent_area
------------------------------ */
.rent_area {
  margin-top: 120px;
}
@media (max-width: 768px) {
  .rent_area {
    margin-top: 60px;
  }
}

.rent_area_title_en {
  left: 23%;
}
@media (max-width: 768px) {
  .rent_area_title_en {
    left: auto;
    right: 0;
  }
}

.rent_area_outline {
  margin-top: 48px;
}
@media (max-width: 768px) {
  .rent_area_outline {
    margin-top: 20px;
  }
}

.rent_area_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 60px;
  margin-top: 50px;
}
@media (max-width: 768px) {
  .rent_area_wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
    margin-top: 30px;
  }
}

.rent_area_pict {
  position: relative;
  max-width: 464px;
  width: 100%;
}
@media (max-width: 1300px) {
  .rent_area_pict {
    max-width: 400px;
  }
}
@media (max-width: 768px) {
  .rent_area_pict {
    margin: 0 auto;
  }
}

.rent_area_figure {
  position: relative;
  margin-top: 10px;
}

.rent_area_figure dl dt {
  color: #A68A44;
  line-height: 220%;
  letter-spacing: 0.05em;
}

.rent_area_figure dl dt:not(:first-child) {
  margin-top: 1em;
}

.rent_area_figure dl dd {
  font-weight: 500;
  line-height: 220%;
  letter-spacing: 0.05em;
}
@media (max-width: 768px) {
  .rent_area_figure dl dd {
    line-height: 145%;
  }
}

.rent_area_btn {
  position: relative;
  margin-top: 70px;
}
@media (max-width: 768px) {
  .rent_area_btn {
    margin-top: 30px;
  }
}

.rent_area_btn .btn {
  max-width: 405px;
  font-size: 18px;
  margin: 0 auto;
  padding: 22px 40px;
  background-color: #174569;
  border-color: #174569;
}
@media (max-width: 768px) {
  .rent_area_btn .btn {
    font-size: 14px;
    padding: 22px 30px;
  }
}

@media (min-width: 768px) {
  .rent_area_btn .btn:hover {
    color: #174569;
    background-color: #FFF;
  }
}

@media (min-width: 768px) {
  .rent_area_btn .btn:hover::after {
    background-image: url(../images/rent/btn_arrowRightBlue.svg);
  }
}

/* rent_news
------------------------------ */
.rent_news {
  position: relative;
  margin-top: 120px;
  padding: 130px 0 120px;
  background: url(../images/rent/rent_news_bg.jpg) no-repeat center bottom/cover;
}
@media (max-width: 768px) {
  .rent_news {
    margin-top: 60px;
    padding: 60px 0;
  }
}

.rent_news_title_ja {
  color: #FFF;
}

.rent_news_title_en {
  right: 24%;
}
@media (max-width: 768px) {
  .rent_news_title_en {
    right: 0;
  }
}

.rent_news_items {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 34px;
  margin-top: 70px;
}
@media (max-width: 768px) {
  .rent_news_items {
    grid-template-columns: 1fr;
    gap: 20px;
    margin-top: 40px;
  }
}

.rent_news_item a {
  position: relative;
  display: block;
  -webkit-box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.25);
          box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.25);
  background-color: #FAF8F4;
}

.rent_news_item_img {
  position: relative;
  max-height: 194px;
  overflow: hidden;
}
@media (max-width: 768px) {
  .rent_news_item_img {
    max-height: unset;
  }
}

.rent_news_item_img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.rent_news_item_contents {
  position: relative;
  padding: 20px 20px 25px;
}
@media (max-width: 768px) {
  .rent_news_item_contents {
    padding: 5%;
  }
}

.rent_news_item_time {
  position: relative;
  color: #A68A44;
  font-size: 14px;
  font-weight: 700;
  line-height: 100%;
  letter-spacing: 0;
}

.rent_news_item_title {
  position: relative;
  font-weight: 700;
  line-height: 190%;
  letter-spacing: 0;
  margin-top: 6px;
}

.rent_news_btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 70px;
}
@media (max-width: 768px) {
  .rent_news_btn {
    margin-top: 30px;
  }
}

/* rent_about
------------------------------ */
.rent_about {
  position: relative;
  padding-top: 130px;
}
@media (max-width: 768px) {
  .rent_about {
    padding-top: 60px;
  }
}

.rent_about_title_en {
  left: 60px;
}
@media (max-width: 768px) {
  .rent_about_title_en {
    left: auto;
    right: 0;
  }
}

.rent_about_group {
  position: relative;
  margin-top: 70px;
  padding: 80px 60px;
  background-color: #FAF8F4;
}
@media (max-width: 768px) {
  .rent_about_group {
    margin-top: 30px;
    padding: 40px 8%;
  }
}

.rent_about_group + .rent_about_group {
  margin-top: 50px;
}
@media (max-width: 768px) {
  .rent_about_group + .rent_about_group {
    margin-top: 30px;
  }
}

.rent_about_group_title {
  position: relative;
  color: #A68A44;
  font-size: 34px;
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
  line-height: 100%;
  letter-spacing: 0.05em;
  text-align: center;
}
@media (max-width: 768px) {
  .rent_about_group_title {
    font-size: 22px;
  }
}

.rent_about_greeting_text {
  position: relative;
  line-height: 250%;
  letter-spacing: 0;
  margin-top: 50px;
}
@media (max-width: 768px) {
  .rent_about_greeting_text {
    line-height: 200%;
    letter-spacing: 0.05em;
    margin-top: 20px;
  }
}

.rent_about_livinglife_bnr {
  position: relative;
  display: block;
  max-width: 362px;
  width: 100%;
  margin: 50px auto 0;
}
@media (max-width: 768px) {
  .rent_about_livinglife_bnr {
    margin-top: 20px;
  }
}

.rent_about_livinglife_bnr::after {
  content: "";
  position: absolute;
  display: block;
  width: 14px;
  height: 22px;
  background: url(../images/rent/btn_arrowRightGold.svg) no-repeat center center/contain;
  top: 0;
  right: 32px;
  bottom: 0;
  margin: auto 0;
  -webkit-transition: 0.35s;
  transition: 0.35s;
}
@media (max-width: 768px) {
  .rent_about_livinglife_bnr::after {
    right: 20px;
  }
}

@media (min-width: 768px) {
  .rent_about_livinglife_bnr:hover {
    opacity: 0.8;
  }
}

@media (min-width: 768px) {
  .rent_about_livinglife_bnr:hover::after {
    right: 27px;
  }
}

.rent_about_group_figure dl {
  display: grid;
  grid-template-columns: 300px 1fr;
  margin-top: 50px;
  border-top: 1px solid #A68A44;
}
@media screen and (max-width: 1049px) {
  .rent_about_group_figure dl {
    grid-template-columns: 150px 1fr;
  }
}
@media (max-width: 768px) {
  .rent_about_group_figure dl {
    grid-template-columns: 1fr;
    margin-top: 20px;
  }
}

.rent_about_group_figure dl dt {
  letter-spacing: 0;
  padding: 25px 30px;
  background-color: #EEE6D3;
  border-bottom: 1px solid #A68A44;
}
@media (max-width: 768px) {
  .rent_about_group_figure dl dt {
    letter-spacing: 0.05em;
    padding: 5% 8%;
  }
}

.rent_about_group_figure dl dd {
  line-height: 190%;
  letter-spacing: 0;
  padding: 15px 30px;
  background-color: #FFF;
  border-bottom: 1px solid #A68A44;
}
@media (max-width: 768px) {
  .rent_about_group_figure dl dd {
    letter-spacing: 0.05em;
    padding: 5% 8%;
  }
}

.rent_about_group_figure dl dd a {
  position: relative;
  color: #A68A44;
  font-weight: 700;
}

.rent_about_group_figure dl dd a::after {
  content: "";
  position: absolute;
  display: block;
  width: 0;
  height: 1px;
  background-color: #A68A44;
  left: 0;
  bottom: 0;
  -webkit-transition: 0.35s;
  transition: 0.35s;
}

@media (min-width: 768px) {
  .rent_about_group_figure dl dd a:hover::after {
    width: 100%;
  }
}

.rent_about_group_location {
  position: relative;
  margin-top: 50px;
}

.rent_about_group_location_title {
  position: relative;
  color: #174569;
  font-size: 24px;
  font-weight: 700;
  line-height: 100%;
  letter-spacing: 0;
}
@media (max-width: 768px) {
  .rent_about_group_location_title {
    font-size: 18px;
  }
}

.rent_about_group_location_item {
  position: relative;
  margin-top: 30px;
}
@media (max-width: 768px) {
  .rent_about_group_location_item {
    margin-top: 20px;
  }
}

.rent_about_group_location_item_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 30px;
}
@media (max-width: 768px) {
  .rent_about_group_location_item_wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 10px;
  }
}

.rent_about_group_location_item_pict {
  position: relative;
  max-width: 300px;
  width: 100%;
}

.rent_about_group_location_item_title {
  position: relative;
  line-height: 190%;
  font-weight: 700;
  letter-spacing: 0;
}

.rent_about_group_location_item_address {
  position: relative;
  line-height: 190%;
  letter-spacing: 0;
}

.rent_about_group_location_item_link {
  position: relative;
  margin-top: 1.5em;
}
@media (max-width: 768px) {
  .rent_about_group_location_item_link {
    margin-top: 0.5em;
  }
}

.rent_about_group_location_item_link a {
  position: relative;
  font-weight: 700;
}

@media (min-width: 768px) {
  .rent_about_group_location_item_link a::after {
    content: "";
    position: absolute;
    display: block;
    width: 100%;
    height: 1px;
    background-color: #000;
    left: 0;
    bottom: 0;
    -webkit-transition: 0.35s;
    transition: 0.35s;
  }
}

@media (min-width: 768px) {
  .rent_about_group_location_item_link a:hover {
    color: #A68A44;
  }
}

@media (min-width: 768px) {
  .rent_about_group_location_item_link a:hover::after {
    width: 0;
  }
}

.rent_about_group_unit {
  position: relative;
  margin-top: 57px;
  padding: 60px 50px 72px;
  background-color: #FFF;
}
@media (max-width: 768px) {
  .rent_about_group_unit {
    margin-top: 20px;
    padding: 8% 5%;
  }
}

.rent_about_group_unit + .rent_about_group_unit {
  margin-top: 50px;
}
@media (max-width: 768px) {
  .rent_about_group_unit + .rent_about_group_unit {
    margin-top: 20px;
  }
}

.rent_about_group_unit_title {
  position: relative;
  color: #174569;
  font-size: 30px;
  font-weight: 600;
  font-family: "Noto Serif JP", serif;
  line-height: 100%;
  letter-spacing: 0.05em;
  text-align: center;
}
@media (max-width: 768px) {
  .rent_about_group_unit_title {
    font-size: 18px;
  }
}

.rent_about_group_unit_text {
  position: relative;
  font-weight: 500;
  line-height: 100%;
  letter-spacing: 0;
  text-align: center;
  margin-top: 25px;
}
@media (max-width: 768px) {
  .rent_about_group_unit_text {
    line-height: 145%;
    letter-spacing: 0.05em;
    margin-top: 15px;
  }
}

.rent_about_group_telbox {
  position: relative;
  max-width: 586px;
  width: 100%;
  margin: 30px auto 0;
  padding: 37px 47px;
  background-color: #FAF8F4;
}
@media (max-width: 768px) {
  .rent_about_group_telbox {
    margin-top: 10px;
    padding: 8%;
  }
}

.rent_about_group_tel_number {
  position: relative;
  display: block;
  max-width: 419px;
  width: 100%;
  margin: 0 auto;
}

.rent_about_group_hour {
  position: relative;
  font-weight: 500;
  line-height: 100%;
  letter-spacing: 0;
  text-align: center;
  margin-top: 28px;
  padding-top: 20px;
  border-top: 1px solid #A68A44;
}
@media (max-width: 768px) {
  .rent_about_group_hour {
    line-height: 145%;
    letter-spacing: 0.05em;
    margin-top: 14px;
    padding-top: 10px;
  }
}

.contact_form_figure dl {
  display: grid;
  grid-template-columns: 300px 1fr;
  margin-top: 66px;
  border-top: 1px solid #A68A44;
}
@media screen and (max-width: 1049px) {
  .contact_form_figure dl {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 768px) {
  .contact_form_figure dl {
    margin-top: 20px;
  }
}

.contact_form_figure dl dt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 22px 30px;
  gap: 20px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-bottom: 1px solid #A68A44;
  background-color: #F5F1E5;
}
@media (max-width: 768px) {
  .contact_form_figure dl dt {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 5%;
  }
}

.contact_form_title_must {
  position: relative;
  color: #FFF;
  font-size: 14px;
  font-weight: 700;
  line-height: 100%;
  letter-spacing: 0;
  margin-top: -4px;
  padding: 9px 16px;
  border-radius: 30px;
  background-color: #174569;
}
@media (max-width: 768px) {
  .contact_form_title_must {
    margin-top: 0;
  }
}

.contact_form_title_start {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.contact_form_input {
  position: relative;
  padding: 15px clamp(10px, -87.5px + 7.5vw, 25px);
  border-bottom: 1px solid #A68A44;
}

.contact_form_input.form_radio {
  padding: 20px clamp(10px, -87.5px + 7.5vw, 25px);
}

.form_radio_buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: clamp(20px, -110px + 10vw, 40px);
}

.form_radio_buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px 40px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.form_radio_button label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 8px;
  line-height: 100%;
  letter-spacing: 0.08em;
}

@media (max-width: 768px) {
  .form_radio .wpcf7-form-control {
    gap: 0;
  }
}

.form_radio input[type=radio] {
  display: none;
}

.form_radio input + span {
  position: relative;
  display: block;
  font-size: 16px;
  line-height: 1;
  cursor: pointer;
  padding: 7px 0 7px 35px;
}
@media (max-width: 768px) {
  .form_radio input + span {
    font-size: 14px;
    font-weight: 500;
    line-height: 145%;
  }
}

.form_radio input + span::before {
  position: absolute;
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  top: 55%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-color: #F5F1E5;
  border-radius: 50%;
  border: 0;
}

.form_radio input + span::after {
  content: "";
  padding: 2px;
  width: 16px;
  height: 16px;
  position: absolute;
  top: 55%;
  left: 3.5px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  border: 1px solid transparent;
  border-radius: 50%;
  background-color: #A68A44;
  opacity: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.form_radio input:checked + span::after {
  opacity: 1;
}

textarea {
  max-width: 100%;
  min-width: 100%;
  width: 100%;
  min-height: 240px;
  background-color: #F5F1E5 !important;
  padding: 15px;
}
@media (max-width: 768px) {
  textarea {
    min-height: 180px;
    margin-top: 10px;
  }
}

.contact_form_input input {
  width: 100%;
  height: 46px;
  background-color: #F5F1E5 !important;
  padding: 0 10px;
}

.form_address_postalcode {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}
@media (max-width: 1300px) {
  .form_address_postalcode {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.contact_form_input .form_address_postalcode input {
  max-width: 200px;
}

.contact_form_address {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 14px;
  margin-top: 10px;
}

.contact_form_address p {
  white-space: nowrap;
}

.contact_form_address input {
  max-width: 680px;
}

.form_privacy {
  position: relative;
  margin-top: 40px;
  padding: 22px clamp(10px, -120px + 10vw, 30px);
  background-color: #F5F1E5;
}
@media (max-width: 768px) {
  .form_privacy {
    margin-top: 20px;
  }
}

.form_privacy_content {
  position: relative;
  display: block;
  max-height: 160px;
  overflow: hidden scroll;
}

.form_privacy_title {
  position: relative;
  font-size: clamp(18px, -21px + 3vw, 24px);
  font-weight: 700;
  letter-spacing: 0;
  line-height: 180%;
}

.form_privacy_text {
  font-weight: 400;
  line-height: 180%;
  letter-spacing: 0.08em;
}

.form_privacy_text:nth-of-type(2),
.form_privacy_text:nth-of-type(5) {
  margin-top: 20px;
}

.form_check input + span {
  padding-left: 35px;
}
@media (max-width: 768px) {
  .form_check input + span {
    font-size: 14px;
    letter-spacing: 0.05em;
    line-height: 145%;
    text-align: left;
  }
}

.form_check input + span::before {
  content: "";
  position: absolute;
  display: block;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: #F5F1E5;
  width: 23px;
  height: 23px;
  border: 0;
}

.form_check input + span::after {
  content: "";
  margin-top: -2px;
  position: absolute;
  top: 50%;
  left: 4px;
  -webkit-transform: translateY(-50%) rotate(-45deg);
          transform: translateY(-50%) rotate(-45deg);
  display: block;
  width: 15px;
  height: 8px;
  border-bottom: 3px solid #A68A44;
  border-left: 3px solid #A68A44;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  opacity: 0;
}

.form_check input:checked ~ span::after {
  opacity: 1;
}

@media (max-width: 768px) {
  .form_check .wpcf7-list-item {
    margin-left: 0;
  }
}

.form_btn {
  position: relative;
  margin: 64px auto 0;
}
@media (max-width: 768px) {
  .form_btn {
    margin-top: 32px;
  }
}

.form_btn .btn {
  text-align: left;
  padding: 17px 30px;
  border-color: #174569;
  background-image: url(../images/rent/btn_arrowRightWhite.svg);
  background-repeat: no-repeat;
  background-position: center right 30px;
  background-size: auto 15px;
  background-color: #174569;
  -webkit-transition: 0.35s;
  transition: 0.35s;
  cursor: pointer;
}

@media (min-width: 768px) {
  .form_btn .btn:hover {
    color: #174569;
    background-image: url(../images/rent/btn_arrowRightBlue.svg);
    background-position: center right 25px;
    background-color: #FFF;
  }
}

/* rent_cta
------------------------------ */
.rent_cta {
  position: relative;
  margin-top: 120px;
}
@media (max-width: 1300px) {
  .rent_cta {
    max-width: 95%;
    margin: 120px auto 0;
  }
}
@media (max-width: 768px) {
  .rent_cta {
    margin-top: 60px;
  }
}

.rent_cta_inner {
  padding: 42px 86px 60px;
  background: url(../images/rent/rent_cta_bg.jpg) no-repeat center bottom/cover;
}
@media (max-width: 1300px) {
  .rent_cta_inner {
    padding: 42px 2% 30px;
  }
}
@media (max-width: 768px) {
  .rent_cta_inner {
    padding: 30px 5%;
  }
}

.rent_cta_title {
  position: relative;
  color: #FFF;
  font-size: 30px;
  font-weight: 700;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 100%;
  letter-spacing: 0.1em;
  text-align: center;
}
@media (max-width: 1300px) {
  .rent_cta_title {
    font-size: 3vw;
  }
}
@media (max-width: 768px) {
  .rent_cta_title {
    font-size: 16px;
    line-height: 145%;
  }
}

.rent_cta_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 34px;
}
@media (max-width: 768px) {
  .rent_cta_wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 10px;
  }
}

.rent_cta_request {
  position: relative;
  padding-right: 40px;
  margin-right: 40px;
  border-right: 1px solid #FFF;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media (max-width: 1300px) {
  .rent_cta_request {
    margin-right: 20px;
    padding-right: 20px;
  }
}
@media (max-width: 768px) {
  .rent_cta_request {
    margin: 0 0 20px;
    padding: 0 0 20px;
    border-right: 0;
    border-bottom: 1px solid #FFF;
  }
}

.rent_cta_contact {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.rent_cta_subtitle_ja {
  position: relative;
  width: 100%;
  color: #174569;
  font-size: 20px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  line-height: 100%;
  letter-spacing: 0.1em;
  text-align: center;
  padding: 14px 0;
  background-color: #E9DEC1;
}
@media (max-width: 1300px) {
  .rent_cta_subtitle_ja {
    font-size: 1.8vw;
  }
}
@media (max-width: 768px) {
  .rent_cta_subtitle_ja {
    font-size: 13px;
    line-height: 145%;
    padding: 7px 0;
  }
}

.rent_cta_text {
  position: relative;
  color: #FFF;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  line-height: 100%;
  letter-spacing: 0.05em;
  text-align: center;
  margin-top: 24px;
}
@media (max-width: 1300px) {
  .rent_cta_text {
    line-height: 150%;
  }
}
@media (max-width: 768px) {
  .rent_cta_text {
    font-size: 12px;
    margin-top: 10px;
  }
}

@media (max-width: 1300px) {
  .rent_cta_text br.pc_none {
    display: block;
  }
}

.rent_cta_btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 27px;
}
@media (max-width: 768px) {
  .rent_cta_btn {
    margin-top: 15px;
  }
}

.rent_cta_btn .btn {
  max-width: 408px;
  font-size: 18px;
  border: 1px solid #174569;
  background-color: #174569;
}
@media (max-width: 1300px) {
  .rent_cta_btn .btn {
    max-width: 360px;
    font-size: 16px;
  }
}
@media (max-width: 768px) {
  .rent_cta_btn .btn {
    font-size: 14px;
  }
}

@media (min-width: 768px) {
  .rent_cta_btn .btn:hover {
    color: #174569;
    background-color: #FFF;
  }
}

@media (min-width: 768px) {
  .rent_cta_btn .btn:hover::after {
    background-image: url(../images/rent/btn_arrowRightBlue.svg);
  }
}

.rent_cta01 {
  position: relative;
  display: block;
  margin-top: -5vw;
  z-index: 10;
}
@media (max-width: 1300px) {
  .rent_cta01 {
    margin-top: -3vw;
  }
}
@media (max-width: 768px) {
  .rent_cta01 {
    margin-top: -150px;
  }
}

/* sub - main
------------------------------ */
.sub_mv {
  position: relative;
  min-height: unset;
  margin-top: 123px;
  background: #FAF8F4;
}
@media (max-width: 768px) {
  .sub_mv {
    margin-top: 50px;
  }
}

.sub_mv_inner {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 1300px;
  width: 100%;
  max-height: 400px;
  margin: 0 auto;
  padding: 0 25px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 768px) {
  .sub_mv_inner {
    max-width: unset;
    max-height: unset;
    padding: 0 5%;
  }
}

.sub_mv_content_wrapper {
  position: absolute;
  max-width: 654px;
  width: 100%;
  z-index: 1;
}
@media (max-width: 768px) {
  .sub_mv_content_wrapper {
    max-width: unset;
    left: 0;
    bottom: 0;
  }
}

.sub_mv_img {
  position: relative;
  width: 100vw;
  max-height: 400px;
  margin-left: 25%;
  margin-right: calc(50% - 50vw);
  overflow: hidden;
}
@media (max-width: 768px) {
  .sub_mv_img {
    width: 120%;
    height: 200px;
    max-height: unset;
    margin: 0 -5%;
  }
}

@media (max-width: 768px) {
  .sub_mv_img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

.sub_mv_title {
  position: relative;
  color: #174569;
  font-size: 40px;
  font-family: "Noto Serif JP", serif;
  line-height: 100%;
  letter-spacing: 0.15em;
  text-align: left;
  padding: 20px 0;
  background-color: rgba(255, 255, 255, 0.85);
}
@media (max-width: 768px) {
  .sub_mv_title {
    font-size: 24px;
    padding-left: 5%;
  }
}

.sub_mv_title::before {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.85);
  top: 0;
  left: -100%;
}

/* bread crumb
------------------------------ */
.breadcrumb {
  position: relative;
  font-size: 12px;
  padding: 30px 0 40px;
}

/* rent-thanks - rent_thanks_main
------------------------------ */
.rent_thanks_main {
  margin-top: 50px;
}
@media (max-width: 768px) {
  .rent_thanks_main {
    padding-bottom: 50px;
  }
}

.rent_thanks_main_text {
  text-align: center;
  margin-top: 30px;
}

.rent_thanks_main_btn {
  margin-top: 30px;
}

.rent_thanks_main_btn .btn {
  margin-inline: auto;
}

/* works - archive
------------------------------ */
.works_archive_main_cards .works_card a {
  background-color: #FAF8F4;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.works_archive_main_type {
  padding-bottom: 150px;
}
@media (max-width: 768px) {
  .works_archive_main_type {
    padding-bottom: 50px;
  }
}

/* works - single
------------------------------ */
.works_single_main {
  position: relative;
  margin-top: 105px;
}
@media (max-width: 768px) {
  .works_single_main {
    margin-top: 50px;
  }
}

.works_article_title {
  position: relative;
  color: #174569;
  font-size: 24px;
  font-weight: 700;
  line-height: 100%;
  letter-spacing: 0;
  padding-bottom: 16px;
  border-bottom: 1px solid #A68A44;
}
@media (max-width: 768px) {
  .works_article_title {
    font-size: 18px;
  }
}

.works_article_title span {
  position: relative;
  font-size: 16px;
  font-weight: 500;
  margin-left: 1em;
}
@media (max-width: 768px) {
  .works_article_title span {
    font-size: 14px;
  }
}

.works_article_group_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 20px;
  margin-top: 60px;
}
@media (max-width: 768px) {
  .works_article_group_wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 30px;
  }
}

.works_article_group_main_pict {
  position: relative;
  max-width: 600px;
  width: 100%;
}

.works_article_group_figure {
  position: relative;
  max-width: 600px;
  width: 100%;
}

.works_article_group_figure dl {
  display: grid;
  grid-template-columns: 150px 1fr;
  border-top: 1px solid #A68A44;
}
@media (max-width: 768px) {
  .works_article_group_figure dl {
    grid-template-columns: 1fr;
  }
}

.works_article_group_figure dl dt {
  color: #A68A44;
  font-size: 14px;
  line-height: 180%;
  letter-spacing: 0;
  padding: 23px 20px;
  border-bottom: 1px solid #A68A44;
  background-color: #FAF8F4;
}
@media (max-width: 768px) {
  .works_article_group_figure dl dt {
    padding: 3% 8%;
  }
}

.works_article_group_figure dl dd {
  position: relative;
  font-size: 14px;
  font-weight: 500;
  line-height: 215%;
  letter-spacing: 0;
  padding: 20px;
  border-bottom: 1px solid #A68A44;
}
@media (max-width: 768px) {
  .works_article_group_figure dl dd {
    padding: 3% 8%;
  }
}

.works_article_group + .works_article_group {
  position: relative;
  margin-top: 100px;
}

.works_article_gallery_lists {
  position: relative;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
  margin-top: 60px;
}
@media (max-width: 768px) {
  .works_article_gallery_lists {
    grid-template-columns: repeat(2, 1fr);
    gap: 5%;
    margin-top: 30px;
  }
}

.sub_main .rent_cta01 {
  margin-top: -120px;
}
@media (max-width: 768px) {
  .sub_main .rent_cta01 {
    margin-top: 0;
  }
}

.works_article_buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 70px;
}

.works_article_button {
  position: relative;
  max-width: 260px;
  width: 100%;
}

.works_article_button .btn {
  padding: 21px 30px;
  background-color: #174569;
  border-color: #174569;
}

@media (min-width: 768px) {
  .works_article_button .btn:hover {
    color: #174569;
    background-color: #FFF;
  }
}

@media (min-width: 768px) {
  .works_article_button .btn:hover::after {
    background-image: url(../images/rent/btn_arrowRightBlue.svg);
  }
}

/* news - archive
------------------------------ */
.news_archive_items {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 50px;
  margin-top: 120px;
}
@media (max-width: 1300px) {
  .news_archive_items {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
}
@media (max-width: 768px) {
  .news_archive_items {
    grid-template-columns: 1fr;
    margin-top: 60px;
  }
}

.news_archive_main_item_link {
  position: relative;
  display: block;
  background-color: #FAF8F4;
}

.news_archive_main_item_img {
  position: relative;
  display: block;
  max-height: 260px;
  overflow: hidden;
}

@media (min-width: 768px) {
  .news_archive_main_item_img img {
    -webkit-transition: 0.35s;
    transition: 0.35s;
  }
}

@media (min-width: 768px) {
  .news_archive_main_item_link:hover .news_archive_main_item_img img {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
}

.news_archive_main_item_content {
  position: relative;
  padding: 30px;
}
@media (max-width: 768px) {
  .news_archive_main_item_content {
    padding: 8%;
  }
}

.news_archive_main_item_unit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
}

.news_archive_main_item_cat {
  position: relative;
  min-width: 153px;
  color: #FFF;
  font-size: 14px;
  font-weight: 700;
  line-height: 100%;
  letter-spacing: 0;
  text-align: center;
  padding: 13px 0;
  background-color: #A68A44;
}
@media (max-width: 768px) {
  .news_archive_main_item_cat {
    min-width: unset;
    padding: 8px 20px;
  }
}

.news_archive_main_item_date {
  position: relative;
  color: #A68A44;
  font-size: 14px;
  font-weight: 700;
  line-height: 100%;
  letter-spacing: 0;
}

.news_archive_main_item_title {
  position: relative;
  font-size: 18px;
  font-weight: 700;
  line-height: 165%;
  letter-spacing: 0;
  margin-top: 26px;
}

/* news - single
------------------------------ */
.news_single_main_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 50px;
  margin-top: 120px;
}
@media (max-width: 768px) {
  .news_single_main_wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 60px;
  }
}

.news_single_main_article {
  position: relative;
  max-width: 900px;
  width: 100%;
}

.news_article {
  position: relative;
  padding: 50px 50px 65px;
  background-color: #FAF8F4;
}
@media (max-width: 768px) {
  .news_article {
    padding: 8% 5%;
  }
}

.news_article_unit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
}

.news_article_cat {
  position: relative;
  min-width: 153px;
  color: #FFF;
  font-size: 14px;
  font-weight: 700;
  line-height: 100%;
  letter-spacing: 0;
  text-align: center;
  padding: 13px 0;
  background-color: #A68A44;
}
@media (max-width: 768px) {
  .news_article_cat {
    min-width: unset;
    padding: 8px 20px;
  }
}

.news_article_date {
  position: relative;
  color: #A68A44;
  font-size: 14px;
  font-weight: 700;
  line-height: 100%;
  letter-spacing: 0;
}

.news_article_title {
  position: relative;
  color: #174569;
  font-size: 24px;
  font-weight: 700;
  line-height: 145%;
  letter-spacing: 0;
  padding-bottom: 16px;
  border-bottom: 1px solid #A68A44;
  margin-top: 30px;
}
@media (max-width: 768px) {
  .news_article_title {
    font-size: 18px;
    padding-bottom: 10px;
    margin-top: 20px;
  }
}

.news_article_content {
  position: relative;
  font-weight: 500;
  line-height: 250%;
  letter-spacing: 0;
  margin-top: 50px;
}
@media (max-width: 768px) {
  .news_article_content {
    line-height: 200%;
    letter-spacing: 0.05em;
    margin-top: 10px;
  }
}

.news_article_buttons {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  gap: 20px;
  margin-top: 70px;
}
@media (max-width: 768px) {
  .news_article_buttons {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 30px;
  }
}

.news_article_button {
  position: relative;
  max-width: 220px;
  width: 100%;
}

.news_article_button a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #FFF;
  font-size: 14px;
  font-weight: 700;
  line-height: 200%;
  letter-spacing: 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 15px 30px;
  background-color: #174569;
  border: 1px solid #174569;
  border-radius: 50px;
}

.news_article_button_all a {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.news_article_button a:hover {
  color: #174569;
  background-color: #FFF;
}

/* aside
------------------------------ */
.news_archive_main_side {
  position: relative;
  max-width: 300px;
  width: 100%;
}
@media (max-width: 768px) {
  .news_archive_main_side {
    margin: 0 auto;
  }
}

.news_archive_main_side_title {
  position: relative;
  color: #FFF;
  font-size: 20px;
  font-weight: 700;
  line-height: 100%;
  letter-spacing: 0;
  padding: 20px;
  background-color: #A68A44;
}

.news_archive_main_side_list_link {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-weight: 500;
  line-height: 100%;
  letter-spacing: 0;
  padding: 26px 20px 25px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-bottom: 1px solid #A68A44;
}

.news_archive_main_side_list_link::after {
  content: "";
  position: relative;
  display: block;
  width: 9px;
  height: 18px;
  background: url(../images/rent/btn_arrowRightGold.svg) no-repeat center center/contain;
  right: 0;
  -webkit-transition: 0.35s;
  transition: 0.35s;
}

.news_archive_main_side_list_link:hover {
  background-color: #E9DEC1;
}

.news_archive_main_side_list_link:hover::after {
  right: -5px;
}

/* footer
------------------------------ */
.footer {
  padding-bottom: 110px;
  border-top: 0;
}
@media (max-width: 768px) {
  .footer {
    padding-top: 0;
  }
}

.footer_inner {
  position: relative;
  border-top: 1px solid #A68A44;
}
@media (max-width: 1300px) {
  .footer_inner {
    padding-top: 50px;
  }
}

.footer_wrapper {
  max-width: unset;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 20px;
  margin: 87px auto 0;
}
@media (max-width: 1300px) {
  .footer_wrapper {
    display: contents;
  }
}

.footer_logo {
  width: 100%;
  max-width: 244px;
}
@media (max-width: 1300px) {
  .footer_logo {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin: 0 auto;
  }
}
@media (max-width: 768px) {
  .footer_logo {
    max-width: 180px;
    margin-inline: auto;
  }
}

.footer_nav {
  position: relative;
  display: block;
  width: 100%;
  max-width: 516px;
  margin-right: 40px;
}
@media (max-width: 1300px) {
  .footer_nav {
    margin: 0 auto;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
@media (max-width: 768px) {
  .footer_nav {
    display: none;
  }
}

.footer_lists {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.footer_list {
  line-height: 245%;
}

.footer_list + .footer_list {
  margin-top: 0;
}

.footer_list a {
  position: relative;
  display: inline-block;
  font-weight: 700;
  line-height: 100%;
  letter-spacing: 0.05em;
}

.footer_list a::before {
  display: none;
}

@media (min-width: 768px) {
  .footer_list a:hover {
    color: #A68A44;
  }
}

.footer_nav_bnr a {
  position: relative;
  display: block;
  max-width: 362px;
  width: 100%;
  border: 1px solid #A68A44;
  margin-top: 50px;
}
@media (max-width: 1300px) {
  .footer_nav_bnr a {
    margin: 50px auto 0;
  }
}

.footer_nav_bnr a::after {
  content: "";
  position: absolute;
  display: block;
  width: 14px;
  height: 22px;
  background: url(../images/rent/btn_arrowRightGold.svg) no-repeat center center/contain;
  top: 0;
  right: 30px;
  bottom: 0;
  margin: auto 0;
  -webkit-transition: 0.35s;
  transition: 0.35s;
}

@media (min-width: 768px) {
  .footer_nav_bnr a:hover::after {
    right: 25px;
  }
}

.footer_copyright {
  margin-top: 70px;
}
@media (max-width: 1300px) {
  .footer_copyright {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    margin-top: 30px;
  }
}
@media (max-width: 768px) {
  .footer_copyright {
    margin-top: 50px;
  }
}

.footer_copyright small {
  color: #A68A44;
  font-size: 10px;
  line-height: 100%;
  font-weight: 500;
  letter-spacing: 0.05em;
}

/* foot_menu
------------------------------ */
.foot_menu {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  -webkit-box-shadow: -5px 0 8px rgba(0, 0, 0, 0.5);
          box-shadow: -5px 0 8px rgba(0, 0, 0, 0.5);
  margin: 0 auto;
  z-index: 10;
}
@media (min-width: 768px) {
  .foot_menu {
    display: none;
  }
}
@media (max-width: 768px) {
  .foot_menu {
    display: block;
  }
}

.foot_menu_wrapper {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}

.foot_menu_document {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.foot_menu_document a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  color: #FFF;
  font-size: 14px;
  font-weight: 700;
  background-color: #A68A44;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 10px;
}

.foot_menu_contact {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.foot_menu_document_icon {
  position: relative;
  max-height: 20px;
}

.foot_menu_document_icon img {
  width: auto;
  height: 20px;
}

.foot_menu_contact a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 60px;
  color: #FFF;
  font-size: 14px;
  font-weight: 700;
  background-color: #174569;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 10px;
}

.foot_menu_contact_icon {
  position: relative;
  display: block;
  max-width: 25px;
  width: 100%;
  z-index: 1;
}

.foot_menu_contact a span {
  position: relative;
  display: block;
  text-align: center;
  z-index: 1;
}

/* page_top
------------------------------ */
.page_top {
  position: fixed;
  right: 30px;
  bottom: 30px;
  width: 50px;
  height: 50px;
  color: #A68A44;
  background-color: #FAF8F4;
  border: 1px solid #A68A44;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  border-radius: 0;
  z-index: 10;
}
@media (max-width: 768px) {
  .page_top {
    right: 16px;
    bottom: 75px;
  }
}

@media (min-width: 768px) {
  .page_top:hover {
    color: #FFF;
    background-color: #A68A44;
  }
}

.page_top::before {
  content: "";
  position: absolute;
  top: 45%;
  left: 50%;
  width: 16px;
  height: 16px;
  border-top: 1px solid #A68A44;
  border-right: 1px solid #A68A44;
  -webkit-transform: translate(-50%) rotate(-45deg);
          transform: translate(-50%) rotate(-45deg);
}

@media (min-width: 768px) {
  .page_top:hover::before {
    border-color: #FFF;
  }
}

/* foot_menu
------------------------------ */
.foot_menu {
  position: fixed;
  width: 100%;
  left: 0;
  bottom: 0;
  z-index: 10;
  -webkit-box-shadow: 0px -3px 5px rgba(255, 255, 255, 0.5);
          box-shadow: 0px -3px 5px rgba(255, 255, 255, 0.5);
  background-color: #FFF;
}

.foot_menu_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.foot_menu_tel {
  width: 33.3333%;
}

.foot_menu_tel_link {
  display: block;
  position: relative;
  font-weight: 700;
  line-height: 120%;
  color: #365CA4;
  background-color: #FFF;
  padding: 38px 5px 6px;
  text-align: center;
}

.foot_menu_tel_link span::after {
  position: absolute;
  content: "";
  width: 30px;
  height: 19px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  top: 10px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.foot_menu_mail {
  width: 33.3333%;
}

.foot_menu_mail_link {
  display: block;
  position: relative;
  font-weight: 700;
  line-height: 120%;
  color: #FFF;
  background: linear-gradient(135deg, #365CA4, #365CA4);
  padding: 38px 5px 6px;
  text-align: center;
}

.foot_menu_mail_link span::after {
  position: absolute;
  content: "";
  width: 24px;
  height: 17px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  top: 10px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.foot_menu_line {
  width: 33.3333%;
}

.foot_menu_line_link {
  display: block;
  position: relative;
  font-weight: 700;
  line-height: 120%;
  color: #FFF;
  background-color: #365CA4;
  padding: 38px 5px 6px;
  text-align: center;
}

.foot_menu_line_link span::after {
  position: absolute;
  content: "";
  width: 30px;
  height: 28px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  top: 5px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}