/* ========================================================================================= ^^
    Custom properties
============================================================================================ ^^ */
:root {
  --black: #000;
  --white: #fff;
  --font-color: #1f1f1f;
  --font-color2: #bcbcbc;
  --color1: #1f1f1f;
  --color2: #f1f4f6;
  --color3: #b6bbbe;
  --color4: #a2a5a7;
  --color5: #525252;
  --color6: #bcbcbc;
  --color7: #f9fafb;
  --color8: #e2e5e8;
  --color9: #a2a7aa;
  --rgb_white: 255, 255, 255;
  --rgb_black: 0, 0, 0;
  --rgb_color1: 31, 31, 31;
}

/* ========================================================================================= ^^
	Reseter
============================================================================================ ^^ */
*,
*::before,
*::after {
  box-sizing: inherit;
  padding: 0;
  margin: 0;
}

html {
  line-height: 1.15;
  box-sizing: border-box;
  font-family: sans-serif;
}

main {
  display: block;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

a {
  background-color: transparent;
}

abbr[title] {
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
}

code,
kbd,
samp,
pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

button,
input,
optgroup,
select,
textarea {
  line-height: inherit;
  border: 1px solid currentColor;
}

button {
  overflow: visible;
  text-transform: none;
}

button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
  padding: 1px 6px;
}

input {
  overflow: visible;
}

input,
textarea {
  padding: 1px;
}

fieldset {
  border: 1px solid currentColor;
  margin: 0 2px;
}

legend {
  color: inherit;
  display: table;
  max-width: 100%;
  white-space: normal;
}

progress {
  display: inline-block;
  vertical-align: baseline;
}

select {
  text-transform: none;
}

textarea {
  overflow: auto;
  vertical-align: top;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type=color] {
  background: inherit;
}

::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}

::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.5;
}

::-webkit-search-decoration,
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

::-moz-focus-inner {
  border: 0;
}

:-moz-focusring {
  outline: 1px dotted ButtonText;
}

:-moz-ui-invalid {
  box-shadow: none;
}

hr {
  box-sizing: content-box;
  height: 0;
  color: inherit;
  overflow: visible;
}

dl,
ol,
ul {
  margin: 1em 0;
}

ol ol,
ol ul,
ol dl,
ul ol,
ul ul,
ul dl,
dl ol,
dl ul,
dl dl {
  margin: 0;
}

b,
strong {
  font-weight: bolder;
}

audio,
video {
  display: inline-block;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

table {
  text-indent: 0;
  border-color: inherit;
}

details {
  display: block;
}

dialog {
  background-color: inherit;
  border: solid;
  color: inherit;
  display: block;
  height: -moz-fit-content;
  height: fit-content;
  left: 0;
  margin: auto;
  padding: 1em;
  position: absolute;
  right: 0;
  width: -moz-fit-content;
  width: fit-content;
}

dialog:not([open]) {
  display: none;
}

summary {
  display: list-item;
}

canvas {
  display: inline-block;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

/* ========================================================================================= ^^
	Reset
============================================================================================ ^^ */
* {
  box-sizing: border-box;
}

html {
  height: 100%;
}

main {
  display: block;
}
@media (max-width: 1920px) {
  main {
    margin: 0 auto;
  }
}

.content {
  width: 100%;
}

h1, h2, h3, h4, h5, h6 {
  margin: 0;
}

p {
  margin: 0 0 1rem;
}

ul, ol {
  padding: 0;
  margin: 0;
  list-style: none;
}

dl {
  margin: 0;
}

dt, dd {
  padding: 0;
  margin: 0;
}

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

figure {
  margin: 0;
}

em {
  font-weight: bold;
  font-style: normal;
}

button {
  padding: 0;
  border-radius: 0;
  background: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
}
button:focus {
  outline: none;
}

a {
  text-decoration: none;
}
a:link {
  color: var(--font-color);
}
a:visited {
  color: var(--font-color);
}
a:hover {
  color: var(--font-color);
}
a:focus {
  color: var(--font-color);
}

/* ======================================================================================== ^^
	Typography
=========================================================================================== ^^ */
html {
  height: 100%;
  font-size: 100%;
}

body {
  width: 100%;
  height: 100%;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 100%;
  color: var(--font-color);
  font-weight: 400;
  line-height: 1.75;
  font-feature-settings: "palt";
  opacity: 0;
  transition: all 0.3s linear;
}

body.is-show {
  opacity: 1;
}

sup {
  font-size: 2.4vw;
  position: relative;
  top: -2.1333333333vw;
  left: -0.5333333333vw;
}
@media (min-width: 768px) {
  sup {
    font-size: 0.8333333333vw;
    top: -0.7407407407vw;
    left: -0.1851851852vw;
  }
}
@media (min-width: 1024px) {
  sup {
    font-size: 0.6428571429vw;
    top: -0.5714285714vw;
    left: -0.1428571429vw;
  }
}
@media (min-width: 1500px) {
  sup {
    font-size: 0.5625rem;
    top: -0.5rem;
    left: -0.125rem;
  }
}

abbr[title] {
  text-decoration: none;
}

a:link {
  color: var(--font-color);
  text-decoration: none;
}
a:visited {
  color: var(--font-color);
  text-decoration: none;
}
a:hover {
  color: var(--font-color);
  text-decoration: none;
  opacity: 0.7;
}
a:focus {
  color: var(--font-color);
  text-decoration: none;
}

.montserrat {
  font-family: "Montserrat", sans-serif;
}

/* ======================================================================================== ^^
	Utilities
============================================================================================ ^^ */
.tel-link {
  pointer-events: none;
  cursor: default;
}
@media (min-width: 768px) {
  .tel-link {
    pointer-events: all;
    cursor: pointer;
  }
}

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

.sp-hide-br {
  display: none;
}
@media (min-width: 768px) {
  .sp-hide-br {
    display: inline;
  }
}

.tb-hide-br {
  display: inline;
}
@media (min-width: 768px) {
  .tb-hide-br {
    display: none;
  }
}

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

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

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

a {
  transition: all 0.3s linear;
}

.uppercase {
  text-transform: uppercase;
}

.lowercase {
  text-transform: lowercase;
}

.capitalize {
  text-transform: capitalize;
}

.is-fixed {
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
}

.screen-reader-text {
  clip: rect(0, 0, 1px, 1px);
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
}

/* ========================================================================================= ^^
  Site header
============================================================================================ ^^ */
.site-header {
  width: 100%;
  height: 16vw;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 5000;
}
@media (min-width: 768px) {
  .site-header {
    height: 9.2592592593vw;
  }
}
@media (min-width: 1024px) {
  .site-header {
    height: 7.1428571429vw;
  }
}
@media (min-width: 1500px) {
  .site-header {
    height: 6.25rem;
  }
}

.is-black .site-header {
  background-color: var(--white);
}

.site-header_inner {
  max-width: 75rem;
  width: 100%;
  height: 100%;
  padding: 0 4.2666666667vw;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (min-width: 768px) {
  .site-header_inner {
    padding: 0 1.4814814815vw;
    justify-content: flex-start;
  }
}
@media (min-width: 1024px) {
  .site-header_inner {
    padding: 0 1.1428571429vw;
  }
}
@media (min-width: 1500px) {
  .site-header_inner {
    padding: 0;
  }
}

.site-header_logo {
  width: 18.9946666667vw;
  margin: 0;
}
@media (min-width: 768px) {
  .site-header_logo {
    width: 11.3888888889vw;
  }
}
@media (min-width: 1024px) {
  .site-header_logo {
    width: 8.7857142857vw;
  }
}
@media (min-width: 1500px) {
  .site-header_logo {
    width: 7.6875rem;
  }
}

.is-white .site-header_logo .black {
  display: none;
}

.is-white .site-header_logo .white {
  display: block;
}

.is-black .site-header_logo .black {
  display: block;
}

.is-black .site-header_logo .white {
  display: none;
}

/* ========================================================================================= ^^
  Site footer
============================================================================================ ^^ */
.site-footer_title {
  margin-bottom: 3.2vw;
  color: var(--white);
}
@media (min-width: 768px) {
  .site-footer_title {
    margin-bottom: 1.6666666667vw;
  }
}
@media (min-width: 1024px) {
  .site-footer_title {
    margin-bottom: 1.2857142857vw;
  }
}
@media (min-width: 1500px) {
  .site-footer_title {
    margin-bottom: 1.125rem;
  }
}

.site-footer_title .en {
  font-family: "Montserrat", sans-serif;
  font-size: 8.5333333333vw;
  line-height: 4.5;
  letter-spacing: 0.15em;
  font-weight: 400;
  text-transform: uppercase;
}
@media (min-width: 768px) {
  .site-footer_title .en {
    font-size: 6.2037037037vw;
    line-height: 2.1492537313;
  }
}
@media (min-width: 1024px) {
  .site-footer_title .en {
    font-size: 4.7857142857vw;
  }
}
@media (min-width: 1500px) {
  .site-footer_title .en {
    font-size: 4.1875rem;
  }
}

.site-footer_title .jpn {
  margin-top: -13.8666666667vw;
  font-weight: 300;
  line-height: 2.4615384615;
  letter-spacing: 0.2em;
  display: block;
}
@media (min-width: 768px) {
  .site-footer_title .jpn {
    margin-top: -3.4259259259vw;
    font-size: 1.2037037037vw;
  }
}
@media (min-width: 1024px) {
  .site-footer_title .jpn {
    margin-top: -2.6428571429vw;
    font-size: 0.9285714286vw;
  }
}
@media (min-width: 1500px) {
  .site-footer_title .jpn {
    margin-top: -2.3125rem;
    font-size: 0.8125rem;
  }
}

.site-footer_lead {
  margin-bottom: 8.5333333333vw;
  font-size: 3.4666666667vw;
  line-height: 2.4615384615;
  font-weight: 300;
  letter-spacing: 0.05em;
}
@media (min-width: 768px) {
  .site-footer_lead {
    margin-bottom: 3.5185185185vw;
    font-size: 1.2037037037vw;
    letter-spacing: 0.1em;
  }
}
@media (min-width: 1024px) {
  .site-footer_lead {
    margin-bottom: 2.7142857143vw;
    font-size: 0.9285714286vw;
  }
}
@media (min-width: 1500px) {
  .site-footer_lead {
    margin-bottom: 2.375rem;
    font-size: 0.8125rem;
  }
}

.site-footer_lead p {
  margin-bottom: 0;
}

.site-footer_inner {
  width: 100%;
  padding: 2.1333333333vw 4.2666666667vw 0;
  background: url(https://rbm-chintai.re-ws.jp/wp-content/uploads/sites/918/2022/12/07510d854a8d1fad0481e14d049102c4.jpg) no-repeat 50% 50%/cover;
  color: var(--white);
  text-align: center;
}
@media (min-width: 768px) {
  .site-footer_inner {
    padding: 3.5185185185vw 0 4.0740740741vw;
    background: url(https://rbm-chintai.re-ws.jp/wp-content/uploads/sites/918/2022/12/c7e385995b5a7d74f379932d49bbe0c0.jpg) no-repeat 50% 50%/cover;
  }
}
@media (min-width: 1024px) {
  .site-footer_inner {
    padding: 2.7142857143vw 0 3.1428571429vw;
  }
}
@media (min-width: 1500px) {
  .site-footer_inner {
    padding: 2.375rem 0 2.75rem;
  }
}

.site-footer_content {
  max-width: 75rem;
  width: 100%;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .site-footer_content {
    display: flex;
    justify-content: space-between;
  }
}

@media (min-width: 768px) {
  .site-footer_contact {
    width: 32.7777777778vw;
    margin: 0 4.7222222222vw;
    order: 2;
  }
}
@media (min-width: 1024px) {
  .site-footer_contact {
    width: 25.2857142857vw;
    margin: 0 3.6428571429vw;
  }
}
@media (min-width: 1500px) {
  .site-footer_contact {
    width: 22.125rem;
    margin: 0 3.1875rem;
  }
}

.site-footer_contact-mail {
  padding: 15.4666666667vw 0 0;
  background: url(https://rbm-chintai.re-ws.jp/wp-content/uploads/sites/918/2022/12/e22fa1002e5408b16348bcbcc6935a4b.png) no-repeat 50% 0;
  background-size: 11.7333333333vw auto;
}
@media (min-width: 768px) {
  .site-footer_contact-mail {
    padding: 7.037037037vw 0 0;
    background-position: 50% 1.4814814815vw;
    background-size: 4.0740740741vw auto;
  }
}
@media (min-width: 1024px) {
  .site-footer_contact-mail {
    padding: 5.4285714286vw 0 0;
    background-position: 50% 1.1428571429vw;
    background-size: 3.1428571429vw auto;
  }
}
@media (min-width: 1500px) {
  .site-footer_contact-mail {
    padding: 4.75rem 0 0;
    background-position: 50% 1rem;
    background-size: 2.75rem auto;
  }
}

.site-footer_contact-button.btn {
  width: 100%;
  height: 14.9333333333vw;
  margin: 0 auto 8vw;
}
@media (min-width: 768px) {
  .site-footer_contact-button.btn {
    width: 28.5185185185vw;
    height: 4.0740740741vw;
    margin-bottom: 3.7037037037vw;
  }
}
@media (min-width: 1024px) {
  .site-footer_contact-button.btn {
    width: 22vw;
    height: 3.1428571429vw;
    margin-bottom: 2.8571428571vw;
  }
}
@media (min-width: 1500px) {
  .site-footer_contact-button.btn {
    width: 19.25rem;
    height: 2.75rem;
    margin-bottom: 2.5rem;
  }
}

.site-footer_contact hr {
  height: 1px;
  border: none;
  background-image: linear-gradient(to right, var(--white), var(--white) 0.0625rem, transparent 0.0625rem, transparent 0.1875rem);
  background-size: 0.1875rem 0.0625rem;
  background-position: left bottom;
  background-repeat: repeat-x;
}

.site-footer_contact-tel {
  padding-top: 24.2666666667vw;
  margin-bottom: 0;
  background: url(https://rbm-chintai.re-ws.jp/wp-content/uploads/sites/918/2022/12/f4a4217e3db18accb0e05d1c4276907b.png) no-repeat 50% 6.6666666667vw;
  background-size: 9.8666666667vw auto;
  font-family: "Montserrat", sans-serif;
  font-size: 7.4666666667vw;
  line-height: 0.9285714286;
  font-weight: 300;
  letter-spacing: 0.1em;
}
@media (min-width: 768px) {
  .site-footer_contact-tel {
    padding-top: 7.7777777778vw;
    background-position: 50% 2.3148148148vw;
    background-size: 3.4259259259vw auto;
    font-size: 2.5925925926vw;
  }
}
@media (min-width: 1024px) {
  .site-footer_contact-tel {
    padding-top: 6vw;
    background-position: 50% 1.7857142857vw;
    background-size: 2.6428571429vw auto;
    font-size: 2vw;
  }
}
@media (min-width: 1500px) {
  .site-footer_contact-tel {
    padding-top: 5.25rem;
    background-position: 50% 1.5625rem;
    background-size: 2.3125rem auto;
    font-size: 1.75rem;
  }
}

.site-footer_contact-tel a:link {
  color: var(--white);
}

.site-footer_contact-tel a:visited {
  color: var(--white);
}

.site-footer_contact-tel a:hover {
  color: var(--white);
}

.site-footer_contact-tel a:focus {
  color: var(--white);
}

@media (min-width: 768px) {
  .site-footer_menu .menu {
    padding: 1.7592592593vw 0 2.037037037vw;
  }
}
@media (min-width: 1024px) {
  .site-footer_menu .menu {
    padding: 1.3571428571vw 0 1.5714285714vw;
  }
}
@media (min-width: 1500px) {
  .site-footer_menu .menu {
    padding: 1.1875rem 0 1.375rem;
  }
}

.site-footer_menu li {
  font-size: 3.4666666667vw;
  line-height: 2;
  letter-spacing: 0.2em;
}
@media (min-width: 768px) {
  .site-footer_menu li {
    margin-bottom: 2.7777777778vw;
    font-size: 1.2037037037vw;
  }
}
@media (min-width: 1024px) {
  .site-footer_menu li {
    margin-bottom: 2.1428571429vw;
    font-size: 0.9285714286vw;
  }
}
@media (min-width: 1500px) {
  .site-footer_menu li {
    margin-bottom: 1.875rem;
    font-size: 0.8125rem;
  }
}

.site-footer_menu li:last-of-type,
.site-footer_menu li.pc-last {
  margin-bottom: 0;
}

.site-footer_menu a:link {
  color: var(--font-color2);
}

.site-footer_menu a:visited {
  color: var(--font-color2);
}

.site-footer_menu a:hover {
  color: var(--font-color2);
}

.site-footer_menu a:focus {
  color: var(--font-color2);
}

.site-footer_content .menu01 {
  width: 100vw;
  padding-bottom: 8vw;
  margin: 0 -4.2666666667vw;
}
@media (min-width: 768px) {
  .site-footer_content .menu01 {
    width: 34.4444444444vw;
    padding-bottom: 0;
    margin: 0;
    background-image: linear-gradient(to bottom, var(--white), var(--white) 0.0625rem, transparent 0.0625rem, transparent 0.1875rem);
    background-size: 0.0625rem 0.1875rem;
    background-position: 100% 0;
    background-repeat: repeat-y;
    order: 1;
  }
}
@media (min-width: 1024px) {
  .site-footer_content .menu01 {
    width: 26.5714285714vw;
  }
}
@media (min-width: 1500px) {
  .site-footer_content .menu01 {
    width: 23.25rem;
  }
}

.site-footer_content .menu01 .menu {
  border-top: 1px solid var(--color6);
}
@media (min-width: 768px) {
  .site-footer_content .menu01 .menu {
    border-top: none;
  }
}

.site-footer_content .menu01 .menu > li:not(.sp-sub) {
  border-bottom: 1px solid var(--color5);
}
@media (min-width: 768px) {
  .site-footer_content .menu01 .menu > li:not(.sp-sub) {
    border-bottom: none;
  }
}

.site-footer_content .menu01 .menu li.has-submenu ul {
  max-height: 0;
  animation: accordion-rev 1.4s linear 0s forwards;
  overflow: hidden;
  opacity: 0;
}
@media (min-width: 768px) {
  .site-footer_content .menu01 .menu li.has-submenu ul {
    padding: 1.1111111111vw 0 0 1.5740740741vw;
    margin-top: 0;
  }
}
@media (min-width: 1024px) {
  .site-footer_content .menu01 .menu li.has-submenu ul {
    padding: 0.8571428571vw 0 0 1.2142857143vw;
  }
}
@media (min-width: 1500px) {
  .site-footer_content .menu01 .menu li.has-submenu ul {
    padding: 0.75rem 0 0 1.0625rem;
  }
}

.site-footer_content .menu01 .menu li.has-submenu.is-open ul {
  max-height: 100vh;
  padding: 0 0 3.7333333333vw;
  margin-top: -2.1333333333vw;
  animation: accordion 1.4s linear 0s forwards;
  opacity: 1;
}

.site-footer_content .menu01 .menu li.has-submenu ul a {
  height: auto;
  padding-left: 17.6vw;
}

.site-footer_content .menu01 .menu li.has-submenu ul a::before {
  margin-right: 2.6666666667vw;
  content: "-";
  display: block;
}
@media (min-width: 768px) {
  .site-footer_content .menu01 .menu li.has-submenu ul a::before {
    display: none;
  }
}

.site-footer_content .menu01 .menu li:nth-of-type(8) {
  margin-bottom: 9.0666666667vw;
  border-bottom-color: var(--color6);
}
@media (min-width: 768px) {
  .site-footer_content .menu01 .menu li:nth-of-type(8) {
    margin-bottom: 0;
    border-bottom: none;
  }
}

.site-footer_content .menu01 .menu li:not(.sp-sub) > a {
  width: 100%;
  height: 16vw;
  padding: 0 12.8vw;
  background: url(https://rbm-chintai.re-ws.jp/wp-content/uploads/sites/918/2022/12/38444519b04afc19e247958e50b5d797.png) no-repeat 85% 50%;
  background-size: 8.5333333333vw auto;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
@media (min-width: 768px) {
  .site-footer_content .menu01 .menu li:not(.sp-sub) > a {
    width: auto;
    height: auto;
    padding: 0;
    background: none;
    display: inline;
  }
}

.site-footer_content .menu01 .menu li.has-submenu > a {
  background: url(https://rbm-chintai.re-ws.jp/wp-content/uploads/sites/918/2022/12/85e1c2fc196a261057f9e51611e3fe10.png) no-repeat 84% 50%;
  background-size: 4.2666666667vw auto;
}

.site-footer_content .menu01 .menu li.has-submenu.is-open > a {
  background: url(https://rbm-chintai.re-ws.jp/wp-content/uploads/sites/918/2022/12/4a3e0be5f80a3fc00b8cd66938b3a1b6.png) no-repeat 84% 50%;
  background-size: 4.2666666667vw auto;
}

.site-footer_content .menu01 .menu li.has-submenu ul a {
  height: auto;
  background: none;
}

.site-footer_content .menu01 .menu li.sp-sub {
  height: 9.3333333333vw;
}
@media (min-width: 768px) {
  .site-footer_content .menu01 .menu li.sp-sub {
    height: auto;
  }
}

.site-footer_content .menu01 .menu li.sp-sub a {
  width: 100%;
  height: 100%;
  padding: 0 12.8vw;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
@media (min-width: 768px) {
  .site-footer_content .menu01 .menu li.sp-sub a {
    width: auto;
    height: auto;
    padding: 0;
    background: none;
    display: inline;
  }
}

@media (min-width: 768px) {
  .site-footer_content .menu02 {
    width: 34.4444444444vw;
    background-image: linear-gradient(to bottom, var(--white), var(--white) 0.0625rem, transparent 0.0625rem, transparent 0.1875rem);
    background-size: 0.0625rem 0.1875rem;
    background-position: 0 100%;
    background-repeat: repeat-y;
    order: 3;
  }
}
@media (min-width: 1024px) {
  .site-footer_content .menu02 {
    width: 26.5714285714vw;
  }
}
@media (min-width: 1500px) {
  .site-footer_content .menu02 {
    width: 23.25rem;
  }
}

.site-footer_hours {
  margin-bottom: 14.9333333333vw;
  font-size: 3.4666666667vw;
  line-height: 1.6923076923;
  letter-spacing: 0.05em;
}
@media (min-width: 768px) {
  .site-footer_hours {
    margin-top: 1.0185185185vw;
    margin-bottom: 0;
    font-size: 1.2037037037vw;
    letter-spacing: 0.1em;
  }
}
@media (min-width: 1024px) {
  .site-footer_hours {
    margin-top: 0.7857142857vw;
    font-size: 0.9285714286vw;
  }
}
@media (min-width: 1500px) {
  .site-footer_hours {
    margin-top: 0.6875rem;
    font-size: 0.8125rem;
  }
}

.site-footer_hours p {
  margin-bottom: 0;
}

.copyright {
  width: 100%;
  height: 65.8666666667vw;
  background-color: var(--black);
  font-size: 2.6666666667vw;
  color: var(--white);
  line-height: 2;
  letter-spacing: 0.2em;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media (min-width: 768px) {
  .copyright {
    height: 9.7222222222vw;
    font-size: 0.9259259259vw;
  }
}
@media (min-width: 1024px) {
  .copyright {
    height: 7.5vw;
    font-size: 0.7142857143vw;
  }
}
@media (min-width: 1500px) {
  .copyright {
    height: 6.5625rem;
    font-size: 0.625rem;
  }
}

.copyright p {
  margin-bottom: 0;
}

.copyright .footer-logo {
  width: 23.0666666667vw;
  margin-bottom: 10.6666666667vw;
}

/* ========================================================================================= ^^
  Effects
============================================================================================ ^^ */
@keyframes accordion {
  0% {
    max-height: 0;
    opacity: 0;
  }
  30% {
    opacity: 0.4;
  }
  50% {
    max-height: 250vh;
    opacity: 0.6;
  }
  70% {
    opacity: 0.8;
  }
  100% {
    opacity: 1;
  }
}
@keyframes accordion-rev {
  0% {
    max-height: 100vh;
    padding: 0 0 3.7333333333vw;
    opacity: 1;
  }
  30% {
    padding: 0 0 3.7333333333vw;
    opacity: 0.8;
  }
  50% {
    max-height: 0;
    padding: 0;
    opacity: 0.6;
  }
  70% {
    opacity: 0.4;
  }
  100% {
    opacity: 0;
  }
}
/* ========================================================================================= ^^
  Buttons
============================================================================================ ^^ */
.btn {
  margin: 0;
}

.btn_link {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.btn.black .btn_link {
  background: var(--color1) url(https://rbm-chintai.re-ws.jp/wp-content/uploads/sites/918/2022/12/159ca439b82c034ccae81d40cd5d3623.png) no-repeat 95.0413% 50%;
  font-size: 3.4666666667vw;
  line-height: 2;
  letter-spacing: 0.1em;
  text-align: center;
}
@media (min-width: 768px) {
  .btn.black .btn_link {
    background-size: 2.6851851852vw auto;
    font-size: 1.2037037037vw;
  }
}
@media (min-width: 1024px) {
  .btn.black .btn_link {
    background-size: 2.0714285714vw auto;
    font-size: 0.9285714286vw;
  }
}
@media (min-width: 1500px) {
  .btn.black .btn_link {
    background-size: 1.8125rem auto;
    font-size: 0.8125rem;
  }
}

.btn.black .btn_link:link {
  color: var(--white);
}

.btn.black .btn_link:visited {
  color: var(--white);
}

.btn.black .btn_link:hover {
  color: var(--white);
}

.btn.black .btn_link:focus {
  color: var(--white);
}

.btn.white .btn_link {
  background: var(--white) url(https://rbm-chintai.re-ws.jp/wp-content/uploads/sites/918/2022/12/38444519b04afc19e247958e50b5d797.png) no-repeat 95.0413% 50%;
  background-size: 8.5333333333vw auto;
  font-size: 3.4666666667vw;
  line-height: 2;
  letter-spacing: 0.1em;
  text-align: center;
}
@media (min-width: 768px) {
  .btn.white .btn_link {
    background-size: 2.6851851852vw auto;
    font-size: 1.2037037037vw;
  }
}
@media (min-width: 1024px) {
  .btn.white .btn_link {
    background-size: 2.0714285714vw auto;
    font-size: 0.9285714286vw;
  }
}
@media (min-width: 1500px) {
  .btn.white .btn_link {
    background-size: 1.8125rem auto;
    font-size: 0.8125rem;
  }
}

.btn.white .btn_link:link {
  color: var(--font-color);
}

.btn.white .btn_link:visited {
  color: var(--font-color);
}

.btn.white .btn_link:hover {
  color: var(--font-color);
}

.btn.white .btn_link:focus {
  color: var(--font-color);
}

.btn.black.mail .btn_link span {
  padding: 0 9.0666666667vw;
  background: url(https://rbm-chintai.re-ws.jp/wp-content/uploads/sites/918/2022/12/ec44a8ccfcd876945b1331de1655a785.png) no-repeat 0 40%;
  background-size: 6.1333333333vw auto;
  display: inline-block;
}
@media (min-width: 768px) {
  .btn.black.mail .btn_link span {
    padding: 0 3.1481481481vw;
    background-size: 2.1296296296vw auto;
  }
}
@media (min-width: 1024px) {
  .btn.black.mail .btn_link span {
    padding: 0 2.4285714286vw;
    background-size: 1.6428571429vw auto;
  }
}
@media (min-width: 1500px) {
  .btn.black.mail .btn_link span {
    padding: 0 2.125rem;
    background-size: 1.4375rem auto;
  }
}

/* ========================================================================================= ^^
  Site navigation
============================================================================================ ^^ */
.site-navigation {
  display: flex;
}
@media (min-width: 768px) {
  .site-navigation {
    margin-left: auto;
    justify-content: flex-end;
    align-items: center;
  }
}

.site-navigation .menu {
  display: none;
}
@media (min-width: 768px) {
  .site-navigation .menu {
    display: flex;
    justify-content: flex-start;
    align-items: center;
  }
}

@media (min-width: 768px) {
  .site-navigation .menu li {
    margin-right: 4.6296296296vw;
    font-size: 1.2962962963vw;
    letter-spacing: 0.1em;
  }
}
@media (min-width: 1024px) {
  .site-navigation .menu li {
    margin-right: 3.5714285714vw;
    font-size: 1vw;
  }
}
@media (min-width: 1500px) {
  .site-navigation .menu li {
    margin-right: 3.125rem;
    font-size: 0.875rem;
  }
}

@media (min-width: 768px) {
  .site-navigation .menu li.mail a {
    padding-left: 2.7777777778vw;
    background: url(https://rbm-chintai.re-ws.jp/wp-content/uploads/sites/918/2022/12/ec44a8ccfcd876945b1331de1655a785.png) no-repeat 0 50%;
    background-size: 2.037037037vw auto;
  }
}
@media (min-width: 1024px) {
  .site-navigation .menu li.mail a {
    padding-left: 2.1428571429vw;
    background-size: 1.5714285714vw auto;
  }
}
@media (min-width: 1500px) {
  .site-navigation .menu li.mail a {
    padding-left: 1.875rem;
    background-size: 1.375rem auto;
  }
}

@media (min-width: 768px) {
  .is-black .site-navigation .menu li.mail a {
    background: url(https://rbm-chintai.re-ws.jp/wp-content/uploads/sites/918/2022/12/3076a7eba01e60ab3cbec203794c1c16.png) no-repeat 0 50%;
    background-size: 2.037037037vw auto;
  }
}
@media (min-width: 1024px) {
  .is-black .site-navigation .menu li.mail a {
    background-size: 1.5714285714vw auto;
  }
}
@media (min-width: 1500px) {
  .is-black .site-navigation .menu li.mail a {
    background-size: 1.375rem auto;
  }
}

@media (min-width: 768px) {
  .is-white .site-navigation .menu li.mail a {
    background: url(https://rbm-chintai.re-ws.jp/wp-content/uploads/sites/918/2022/12/ec44a8ccfcd876945b1331de1655a785.png) no-repeat 0 50%;
    background-size: 2.037037037vw auto;
  }
}
@media (min-width: 1024px) {
  .is-white .site-navigation .menu li.mail a {
    background-size: 1.5714285714vw auto;
  }
}
@media (min-width: 1500px) {
  .is-white .site-navigation .menu li.mail a {
    background-size: 1.375rem auto;
  }
}

.site-navigation .menu li a:link {
  color: var(--white);
}

.site-navigation .menu li a:visited {
  color: var(--white);
}

.site-navigation .menu li a:hover {
  color: var(--white);
}

.site-navigation .menu li a:focus {
  color: var(--white);
}

.is-black .site-navigation .menu li a:link {
  color: var(--font-color);
}

.is-black .site-navigation .menu li a:visited {
  color: var(--font-color);
}

.is-black .site-navigation .menu li a:hover {
  color: var(--font-color);
}

.is-black .site-navigation .menu li a:focus {
  color: var(--font-color);
}

.is-white .site-navigation .menu li a:link {
  color: var(--white);
}

.is-white .site-navigation .menu li a:visited {
  color: var(--white);
}

.is-white .site-navigation .menu li a:hover {
  color: var(--white);
}

.is-white .site-navigation .menu li a:focus {
  color: var(--white);
}

/* ========================================================================================= ^^
  Menu button
============================================================================================ ^^ */
.menu-button {
  width: 9.3333333333vw;
  height: 3.2vw;
  padding: 0;
  background-color: transparent;
  border: none;
  position: relative;
  z-index: 1000;
}
@media (min-width: 768px) {
  .menu-button {
    width: 4.6296296296vw;
    height: 1.1111111111vw;
  }
}
@media (min-width: 1024px) {
  .menu-button {
    width: 3.5714285714vw;
    height: 0.8571428571vw;
  }
}
@media (min-width: 1500px) {
  .menu-button {
    width: 3.125rem;
    height: 0.75rem;
  }
}

.menu-button:hover,
.menu-button:focus {
  background-color: transparent;
}

.menu-button span {
  width: 5.8666666667vw;
  height: 0.2666666667vw;
  background-color: var(--white);
  font-size: 0;
  position: absolute;
  top: 50%;
  left: 0;
}
@media (min-width: 768px) {
  .menu-button span {
    width: 3.2407407407vw;
    height: 0.0925925926vw;
  }
}
@media (min-width: 1024px) {
  .menu-button span {
    width: 2.5vw;
    height: 0.0714285714vw;
  }
}
@media (min-width: 1500px) {
  .menu-button span {
    width: 2.1875rem;
    height: 0.0625rem;
  }
}

.menu-button::before {
  width: 100%;
  height: 0.2666666667vw;
  background-color: var(--white);
  content: " ";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.3s;
}
@media (min-width: 768px) {
  .menu-button::before {
    height: 0.0925925926vw;
  }
}
@media (min-width: 1024px) {
  .menu-button::before {
    height: 0.0714285714vw;
  }
}
@media (min-width: 1500px) {
  .menu-button::before {
    height: 0.0625rem;
  }
}

.menu-button::after {
  width: 2.6666666667vw;
  height: 0.2666666667vw;
  background-color: var(--white);
  content: " ";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  transition: all 0.3s;
}
@media (min-width: 768px) {
  .menu-button::after {
    width: 1.8518518519vw;
    height: 0.0925925926vw;
  }
}
@media (min-width: 1024px) {
  .menu-button::after {
    width: 1.4285714286vw;
    height: 0.0714285714vw;
  }
}
@media (min-width: 1500px) {
  .menu-button::after {
    width: 1.25rem;
    height: 0.0625rem;
  }
}

.is-black .menu-button span {
  background-color: var(--color1);
}

.is-black .menu-button::before {
  background-color: var(--color1);
}

.is-black .menu-button::after {
  background-color: var(--color1);
}

.is-white .menu-button span {
  background-color: var(--white);
}

.is-white .menu-button::before {
  background-color: var(--white);
}

.is-white .menu-button::after {
  background-color: var(--white);
}

.is-expand-menu-open.is-white .menu-button::before {
  background-color: var(--color1);
}

.is-expand-menu-open.is-white .menu-button::after {
  background-color: var(--color1);
}

.is-expand-menu-open .menu-button {
  width: 5.8666666667vw;
  height: 5.8666666667vw;
}
@media (min-width: 768px) {
  .is-expand-menu-open .menu-button {
    width: 2.5925925926vw;
    height: 2.5925925926vw;
    transform: translateY(-0.462962963vw);
  }
}
@media (min-width: 1024px) {
  .is-expand-menu-open .menu-button {
    width: 2vw;
    height: 2vw;
    transform: translateY(-0.3571428571vw);
  }
}
@media (min-width: 1500px) {
  .is-expand-menu-open .menu-button {
    width: 1.75rem;
    height: 1.75rem;
    transform: translateY(-0.3125rem);
  }
}

.is-expand-menu-open .menu-button span {
  display: none;
}

.is-expand-menu-open .menu-button::before {
  width: 8.2666666667vw;
  top: 50%;
  transform: rotate(45deg) translate(-4px, 4px);
}
@media (min-width: 768px) {
  .is-expand-menu-open .menu-button::before {
    width: 3.7037037037vw;
  }
}
@media (min-width: 1024px) {
  .is-expand-menu-open .menu-button::before {
    width: 2.8571428571vw;
  }
}
@media (min-width: 1500px) {
  .is-expand-menu-open .menu-button::before {
    width: 2.5rem;
  }
}

.is-expand-menu-open .menu-button::after {
  width: 8.2666666667vw;
  top: 50%;
  bottom: auto;
  transform: rotate(-45deg) translate(-4px, -4px);
}
@media (min-width: 768px) {
  .is-expand-menu-open .menu-button::after {
    width: 3.7037037037vw;
  }
}
@media (min-width: 1024px) {
  .is-expand-menu-open .menu-button::after {
    width: 2.8571428571vw;
  }
}
@media (min-width: 1500px) {
  .is-expand-menu-open .menu-button::after {
    width: 2.5rem;
  }
}

/* ========================================================================================= ^^
  Expand menu
============================================================================================ ^^ */
.expand-menu {
  width: 100vw;
  height: 100vh;
  padding-top: 16vw;
  background-color: var(--white);
  position: fixed;
  top: 0;
  right: 0;
  transform: translateX(100%);
  transition: all 0.4s;
}
@media (min-width: 768px) {
  .expand-menu {
    width: 50vw;
    padding-top: 11.1111111111vw;
  }
}
@media (min-width: 1024px) {
  .expand-menu {
    padding-top: 8.5714285714vw;
  }
}
@media (min-width: 1500px) {
  .expand-menu {
    width: calc(50vw - 37.5rem + 43.75rem);
    padding-top: 7.5rem;
  }
}

.is-expand-menu-open .expand-menu {
  transform: translateX(0);
  transition: all 0.4s;
}

.expand-menu_inner {
  max-width: 43.75rem;
  width: 100%;
  height: 100%;
  position: relative;
  display: flex;
  justify-content: space-between;
  overflow: auto;
}
@media (min-width: 768px) {
  .expand-menu_inner {
    padding-left: 13.8888888889vw;
    height: auto;
    overflow: hidden;
  }
}
@media (min-width: 1024px) {
  .expand-menu_inner {
    padding-left: 10.7142857143vw;
  }
}
@media (min-width: 1500px) {
  .expand-menu_inner {
    padding-left: 9.375rem;
  }
}

.expand-menu_menu {
  width: 100%;
}
@media (min-width: 768px) {
  .expand-menu_menu {
    width: 18.5185185185vw;
  }
}
@media (min-width: 1024px) {
  .expand-menu_menu {
    width: 14.2857142857vw;
  }
}
@media (min-width: 1500px) {
  .expand-menu_menu {
    width: 12.5rem;
  }
}

.expand-menu_menu li {
  font-size: 3.4666666667vw;
  line-height: 2;
  letter-spacing: 0.1em;
}
@media (min-width: 768px) {
  .expand-menu_menu li {
    margin-bottom: 6.1333333333vw;
    font-size: 1.2037037037vw;
  }
}
@media (min-width: 1024px) {
  .expand-menu_menu li {
    margin-bottom: 1.6428571429vw;
    font-size: 0.9285714286vw;
  }
}
@media (min-width: 1500px) {
  .expand-menu_menu li {
    margin-bottom: 1.4375rem;
    font-size: 0.8125rem;
  }
}

.expand-menu_menu li:last-of-type {
  margin-bottom: 0;
}

.expand-menu_menu li li {
  margin-bottom: 5.3333333333vw;
  font-size: 3.4666666667vw;
  line-height: 2;
  letter-spacing: 0.2em;
}
@media (min-width: 768px) {
  .expand-menu_menu li li {
    margin-bottom: 0.1851851852vw;
    font-size: 1.0185185185vw;
  }
}
@media (min-width: 1024px) {
  .expand-menu_menu li li {
    margin-bottom: 0.1428571429vw;
    font-size: 0.7857142857vw;
  }
}
@media (min-width: 1500px) {
  .expand-menu_menu li li {
    margin-bottom: 0.125rem;
    font-size: 0.6875rem;
  }
}

@media (min-width: 768px) {
  .expand-menu_menu li ul {
    padding: 1.1111111111vw 0 0 1.5740740741vw;
    margin-top: 0;
  }
}
@media (min-width: 1024px) {
  .expand-menu_menu li ul {
    padding: 0.8571428571vw 0 0 1.2142857143vw;
  }
}
@media (min-width: 1500px) {
  .expand-menu_menu li ul {
    padding: 0.75rem 0 0 1.0625rem;
  }
}

@media (min-width: 768px) {
  .expand-menu_menu li li::before {
    margin-right: 2.1333333333vw;
    content: "-";
    display: inline-block;
  }
}
@media (min-width: 1024px) {
  .expand-menu_menu li li::before {
    margin-right: 0.5714285714vw;
  }
}
@media (min-width: 1500px) {
  .expand-menu_menu li li::before {
    margin-right: 0.5rem;
  }
}

.expand-menu_menu .menu {
  border-top: 1px solid var(--color6);
}
@media (min-width: 768px) {
  .expand-menu_menu .menu {
    border-top: none;
  }
}

.expand-menu_menu > li:not(.sp-sub) {
  border-bottom: 1px solid var(--color2);
}
@media (min-width: 768px) {
  .expand-menu_menu > li:not(.sp-sub) {
    border-bottom: none;
  }
}

.expand-menu_menu li.has-submenu ul {
  height: 0;
  overflow: hidden;
}
@media (min-width: 768px) {
  .expand-menu_menu li.has-submenu ul {
    height: auto;
  }
}

.expand-menu_menu li.has-submenu.is-open ul {
  height: auto;
  padding: 0 0 3.7333333333vw;
  margin-top: -2.1333333333vw;
}

.expand-menu_menu li.has-submenu ul a {
  padding-left: 17.6vw;
}
@media (min-width: 768px) {
  .expand-menu_menu li.has-submenu ul a {
    padding-left: 0;
  }
}

.expand-menu_menu li.has-submenu ul a::before {
  margin-right: 2.6666666667vw;
  content: "-";
  display: block;
}
@media (min-width: 768px) {
  .expand-menu_menu li.has-submenu ul a::before {
    display: none;
  }
}

.expand-menu_menu li:nth-of-type(8) {
  margin-bottom: 9.0666666667vw;
}
@media (min-width: 768px) {
  .expand-menu_menu li:nth-of-type(8) {
    margin-bottom: 0;
  }
}

.expand-menu_menu li:not(.sp-sub) > a {
  width: 100%;
  height: 16vw;
  padding: 0 12.8vw;
  background: url(https://rbm-chintai.re-ws.jp/wp-content/uploads/sites/918/2022/12/38444519b04afc19e247958e50b5d797.png) no-repeat 85% 50%;
  background-size: 8.5333333333vw auto;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
@media (min-width: 768px) {
  .expand-menu_menu li:not(.sp-sub) > a {
    width: auto;
    height: auto;
    padding: 0;
    background: none;
    display: inline;
  }
}

.expand-menu_menu li.has-submenu > a {
  background: url(https://rbm-chintai.re-ws.jp/wp-content/uploads/sites/918/2022/12/85e1c2fc196a261057f9e51611e3fe10.png) no-repeat 84% 50%;
  background-size: 4.2666666667vw auto;
}
@media (min-width: 768px) {
  .expand-menu_menu li.has-submenu > a {
    background: none;
  }
}

.expand-menu_menu li.has-submenu.is-open > a {
  background: url(https://rbm-chintai.re-ws.jp/wp-content/uploads/sites/918/2022/12/4a3e0be5f80a3fc00b8cd66938b3a1b6.png) no-repeat 84% 50%;
  background-size: 4.2666666667vw auto;
}
@media (min-width: 768px) {
  .expand-menu_menu li.has-submenu.is-open > a {
    background: none;
  }
}

.expand-menu_menu li.has-submenu ul a {
  height: auto;
  background: none;
}

.expand-menu_menu li.sp-sub {
  height: 9.3333333333vw;
}
@media (min-width: 768px) {
  .expand-menu_menu li.sp-sub {
    height: auto;
  }
}

.expand-menu_menu li.sp-sub a {
  width: 100%;
  height: 100%;
  padding: 0 12.8vw;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
@media (min-width: 768px) {
  .expand-menu_menu li.sp-sub a {
    width: auto;
    height: auto;
    padding: 0;
    background: none;
    display: inline;
  }
}

.expand-menu_contact {
  width: 100%;
  display: none;
}
@media (min-width: 768px) {
  .expand-menu_contact {
    width: 29.6296296296vw;
    margin-right: -3.4259259259vw;
    display: block;
  }
}
@media (min-width: 1024px) {
  .expand-menu_contact {
    width: 22.8571428571vw;
    margin-right: -2.6428571429vw;
  }
}
@media (min-width: 1500px) {
  .expand-menu_contact {
    width: 20rem;
    margin-right: -2.3125rem;
  }
}

@media (min-width: 768px) {
  .expand-menu_contact .text {
    margin-bottom: 0.5333333333vw;
    font-size: 1.2037037037vw;
    line-height: 2;
    letter-spacing: 0.1em;
  }
}
@media (min-width: 1024px) {
  .expand-menu_contact .text {
    margin-bottom: 0.1428571429vw;
    font-size: 0.9285714286vw;
  }
}
@media (min-width: 1500px) {
  .expand-menu_contact .text {
    margin-bottom: 0.125rem;
    font-size: 0.8125rem;
  }
}

.expand-menu_contact-mail {
  margin: 0 auto;
}
@media (min-width: 768px) {
  .expand-menu_contact-mail {
    width: 22.4074074074vw;
  }
}
@media (min-width: 1024px) {
  .expand-menu_contact-mail {
    width: 17.2857142857vw;
  }
}
@media (min-width: 1500px) {
  .expand-menu_contact-mail {
    width: 15.125rem;
  }
}

@media (min-width: 768px) {
  .expand-menu_contact-mail .text {
    margin-bottom: 11.2vw;
  }
}
@media (min-width: 1024px) {
  .expand-menu_contact-mail .text {
    margin-bottom: 3vw;
  }
}
@media (min-width: 1500px) {
  .expand-menu_contact-mail .text {
    margin-bottom: 2.625rem;
  }
}

@media (min-width: 768px) {
  .expand-menu_contact-button {
    width: 22.4074074074vw;
    height: 4.0740740741vw;
    margin-bottom: 13.3333333333vw;
  }
}
@media (min-width: 1024px) {
  .expand-menu_contact-button {
    width: 17.2857142857vw;
    height: 3.1428571429vw;
    margin-bottom: 3.5714285714vw;
  }
}
@media (min-width: 1500px) {
  .expand-menu_contact-button {
    width: 15.125rem;
    height: 2.75rem;
    margin-bottom: 3.125rem;
  }
}

.expand-menu hr {
  height: 1px;
  border: none;
  background-image: linear-gradient(to right, var(--color4), var(--color4) 0.0625rem, transparent 0.0625rem, transparent 0.1875rem);
  background-size: 0.1875rem 0.0625rem;
  background-position: left bottom;
  background-repeat: repeat-x;
}
@media (min-width: 768px) {
  .expand-menu hr {
    margin-bottom: 13.0666666667vw;
  }
}
@media (min-width: 1024px) {
  .expand-menu hr {
    margin-bottom: 3.5vw;
  }
}
@media (min-width: 1500px) {
  .expand-menu hr {
    margin-bottom: 3.0625rem;
  }
}

.expand-menu_contact-tel {
  margin: 0 auto;
}
@media (min-width: 768px) {
  .expand-menu_contact-tel {
    width: 22.4074074074vw;
    margin-bottom: 12.2666666667vw;
  }
}
@media (min-width: 1024px) {
  .expand-menu_contact-tel {
    width: 17.2857142857vw;
    margin-bottom: 3.2857142857vw;
  }
}
@media (min-width: 1500px) {
  .expand-menu_contact-tel {
    width: 15.125rem;
    margin-bottom: 2.875rem;
  }
}

@media (min-width: 768px) {
  .expand-menu_contact-tel .text {
    margin-bottom: 11.2vw;
  }
}
@media (min-width: 1024px) {
  .expand-menu_contact-tel .text {
    margin-bottom: 3vw;
  }
}
@media (min-width: 1500px) {
  .expand-menu_contact-tel .text {
    margin-bottom: 2.625rem;
  }
}

.expand-menu_contact-tel .tel {
  font-family: "Montserrat", sans-serif;
  font-weight: 200;
}
@media (min-width: 768px) {
  .expand-menu_contact-tel .tel {
    margin-bottom: 0;
    font-size: 2.5925925926vw;
    line-height: 0.9285714286;
    letter-spacing: 0.1em;
  }
}
@media (min-width: 1024px) {
  .expand-menu_contact-tel .tel {
    font-size: 2vw;
  }
}
@media (min-width: 1500px) {
  .expand-menu_contact-tel .tel {
    font-size: 1.75rem;
  }
}

.expand-menu_contact-tel .tel a:link {
  color: var(--font-color);
}

.expand-menu_contact-tel .tel a:visited {
  color: var(--font-color);
}

.expand-menu_contact-tel .tel a:hover {
  color: var(--font-color);
}

.expand-menu_contact-tel .tel a:focus {
  color: var(--font-color);
}

.expand-menu_contact-tel .tel span {
  background: url(https://rbm-chintai.re-ws.jp/wp-content/uploads/sites/918/2022/12/9b2bf8b113252dda0d6cf1ae2e5e03eb.png) no-repeat 0 50%;
}
@media (min-width: 768px) {
  .expand-menu_contact-tel .tel span {
    padding-left: 2.6851851852vw;
    background-size: 2.3148148148vw auto;
  }
}
@media (min-width: 1024px) {
  .expand-menu_contact-tel .tel span {
    padding-left: 2.0714285714vw;
    background-size: 1.7857142857vw auto;
  }
}
@media (min-width: 1500px) {
  .expand-menu_contact-tel .tel span {
    padding-left: 1.8125rem;
    background-size: 1.5625rem auto;
  }
}

.expand-menu_contact-hours {
  margin: 0 auto;
}
@media (min-width: 768px) {
  .expand-menu_contact-hours {
    width: 12.037037037vw;
    font-size: 2.9333333333vw;
    line-height: 1.6363636364;
    letter-spacing: 0.1em;
  }
}
@media (min-width: 1024px) {
  .expand-menu_contact-hours {
    width: 9.2857142857vw;
    font-size: 0.7857142857vw;
  }
}
@media (min-width: 1500px) {
  .expand-menu_contact-hours {
    width: 8.125rem;
    font-size: 0.6875rem;
  }
}

.expand-menu_contact-hours p {
  margin-bottom: 0;
}

/* ========================================================================================= ^^
  Main visual
============================================================================================ ^^ */
.home .main-visual {
  width: 100%;
  height: 129.3333333333vw;
  padding: 0 4.2666666667vw;
  background: url(https://rbm-chintai.re-ws.jp/wp-content/uploads/sites/918/2022/12/mv_sp.jpg) no-repeat 50% 50%/cover;
}
@media (min-width: 768px) {
  .home .main-visual {
    height: 51.6666666667vw;
    padding: 0 1.4814814815vw;
    background: url(https://rbm-chintai.re-ws.jp/wp-content/uploads/sites/918/2022/12/mv_pc.jpg) no-repeat 50% 50%/cover;
  }
}
@media (min-width: 1024px) {
  .home .main-visual {
    padding: 0 1.1428571429vw;
  }
}
@media (min-width: 1500px) {
  .home .main-visual {
    padding: 0;
  }
}

.main-visual_inner {
  max-width: 75rem;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.home .main-visual_inner {
  padding-top: 34.6666666667vw;
  display: block;
}
@media (min-width: 768px) {
  .home .main-visual_inner {
    padding-top: 44.7222222222vw;
  }
}
@media (min-width: 1024px) {
  .home .main-visual_inner {
    padding-top: 34.5vw;
  }
}
@media (min-width: 1500px) {
  .home .main-visual_inner {
    padding-top: 30.1875rem;
  }
}

.home .main-visual_title {
  margin-bottom: 16.5333333333vw;
  font-size: 7.4666666667vw;
  color: var(--white);
  line-height: 2;
  font-weight: 300;
  letter-spacing: 0.4em;
}
@media (min-width: 768px) {
  .home .main-visual_title {
    margin-bottom: 3.7037037037vw;
    font-size: 3.7037037037vw;
    line-height: 1.2;
    letter-spacing: 0.3em;
  }
}
@media (min-width: 1024px) {
  .home .main-visual_title {
    margin-bottom: 2.8571428571vw;
    font-size: 2.8571428571vw;
  }
}
@media (min-width: 1500px) {
  .home .main-visual_title {
    margin-bottom: 2.5rem;
    font-size: 2.5rem;
  }
}

.home .main-visual_title img {
  width: 84.1333333333vw;
}
@media (min-width: 768px) {
  .home .main-visual_title img {
    width: 62.5vw;
  }
}
@media (min-width: 1024px) {
  .home .main-visual_title img {
    width: 48.2142857143vw;
  }
}
@media (min-width: 1500px) {
  .home .main-visual_title img {
    width: 42.1875rem;
  }
}

.home .main-visual_text {
  font-size: 3.2vw;
  color: var(--white);
  line-height: 2;
  font-weight: 300;
  letter-spacing: 0.2em;
}
@media (min-width: 768px) {
  .home .main-visual_text {
    font-size: 1.4814814815vw;
    line-height: 2.25;
    letter-spacing: 0.2em;
  }
}
@media (min-width: 1024px) {
  .home .main-visual_text {
    font-size: 1.1428571429vw;
  }
}
@media (min-width: 1500px) {
  .home .main-visual_text {
    font-size: 1rem;
  }
}

.home .main-visual_text p {
  margin-bottom: 0;
}

.home .main-visual_text img {
  width: 79.4666666667vw;
}
@media (min-width: 768px) {
  .home .main-visual_text img {
    width: 70.1851851852vw;
  }
}
@media (min-width: 1024px) {
  .home .main-visual_text img {
    width: 54.1428571429vw;
  }
}
@media (min-width: 1500px) {
  .home .main-visual_text img {
    width: 47.375rem;
  }
}

.main-visual_title .en {
  font-family: "Montserrat", sans-serif;
  font-size: 7.4666666667vw;
  color: var(--white);
  line-height: 1.2142857143;
  font-weight: 400;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 0.2em;
}
@media (min-width: 768px) {
  .main-visual_title .en {
    font-size: 4.2592592593vw;
    line-height: 1.2391304348;
  }
}
@media (min-width: 1024px) {
  .main-visual_title .en {
    font-size: 3.2857142857vw;
  }
}
@media (min-width: 1500px) {
  .main-visual_title .en {
    font-size: 2.875rem;
  }
}

.main-visual_title .jpn {
  margin-top: 2.4vw;
  font-size: 4vw;
  color: var(--white);
  line-height: 1.2;
  font-weight: 300;
  text-align: center;
  display: block;
  letter-spacing: 0.2em;
}
@media (min-width: 768px) {
  .main-visual_title .jpn {
    margin-top: 1.2962962963vw;
    font-size: 1.4814814815vw;
    line-height: 1.1875;
  }
}
@media (min-width: 1024px) {
  .main-visual_title .jpn {
    margin-top: 1vw;
    font-size: 1.1428571429vw;
  }
}
@media (min-width: 1500px) {
  .main-visual_title .jpn {
    margin-top: 0.875rem;
    font-size: 1rem;
  }
}

/* ========================================================================================= ^^
  Section
============================================================================================ ^^ */
.section {
  padding: 0 4.2666666667vw;
}
@media (min-width: 768px) {
  .section {
    padding: 0 1.4814814815vw;
  }
}
@media (min-width: 1024px) {
  .section {
    padding: 0 1.1428571429vw;
  }
}
@media (min-width: 1500px) {
  .section {
    padding: 0;
  }
}

.section_inner {
  max-width: 68.75rem;
  width: 100%;
  margin: 0 auto;
}

.entry-content h2.section_title {
  text-align: left;
}

.section_title::after,
.entry-content h2.section_title::after {
  display: none;
}

.section_title .en,
.entry-content h2.section_title .en {
  font-family: "Montserrat", sans-serif;
  font-size: 8.5333333333vw;
  line-height: 1;
  font-weight: 400;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}
@media (min-width: 768px) {
  .section_title .en,
.entry-content h2.section_title .en {
    font-size: 6.2037037037vw;
    line-height: 1;
  }
}
@media (min-width: 1024px) {
  .section_title .en,
.entry-content h2.section_title .en {
    font-size: 4.7857142857vw;
  }
}
@media (min-width: 1500px) {
  .section_title .en,
.entry-content h2.section_title .en {
    font-size: 4.1875rem;
  }
}

.section_title .jpn,
.entry-content h2.section_title .jpn {
  margin-top: 1.6vw;
  font-size: 3.4666666667vw;
  line-height: 1;
  font-weight: 400;
  letter-spacing: 0.2em;
  display: block;
}
@media (min-width: 768px) {
  .section_title .jpn,
.entry-content h2.section_title .jpn {
    margin-top: 0.5555555556vw;
    font-size: 1.2037037037vw;
  }
}
@media (min-width: 1024px) {
  .section_title .jpn,
.entry-content h2.section_title .jpn {
    margin-top: 0.4285714286vw;
    font-size: 0.9285714286vw;
  }
}
@media (min-width: 1500px) {
  .section_title .jpn,
.entry-content h2.section_title .jpn {
    margin-top: 0.375rem;
    font-size: 0.8125rem;
  }
}

/* ========================================================================================= ^^
  Link box
============================================================================================ ^^ */
.link-box {
  width: 100%;
  height: 100%;
}

.link-box_link {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.link-box_label {
  font-size: 3.7333333333vw;
  color: var(--white);
  line-height: 0.9333333333;
  text-align: center;
  letter-spacing: 0.1em;
  text-shadow: 1px 1px 2px rgba(var(--rgb_color1), 0.6);
}
@media (min-width: 768px) {
  .link-box_label {
    font-size: 1.3888888889vw;
    line-height: 1.7777777778;
    letter-spacing: 0.2em;
  }
}
@media (min-width: 1024px) {
  .link-box_label {
    font-size: 1.0714285714vw;
  }
}
@media (min-width: 1500px) {
  .link-box_label {
    font-size: 0.9375rem;
  }
}

.link-box_label .en {
  margin-bottom: -2.6666666667vw;
  font-size: 3.7333333333vw;
  line-height: 1.25;
  display: block;
}
@media (min-width: 768px) {
  .link-box_label .en {
    margin-bottom: -2.5vw;
    font-size: 1.6666666667vw;
    line-height: 1.2222222222;
    letter-spacing: 0.2em;
  }
}
@media (min-width: 1024px) {
  .link-box_label .en {
    margin-bottom: -1.9285714286vw;
    font-size: 1.2857142857vw;
  }
}
@media (min-width: 1500px) {
  .link-box_label .en {
    margin-bottom: -1.6875rem;
    font-size: 1.125rem;
  }
}

.property {
  width: 100%;
  height: 28vw;
  margin-bottom: 0.2666666667vw;
}
@media (min-width: 768px) {
  .property {
    width: 100%;
    height: 100%;
    margin-bottom: 0;
  }
}

.property .link-box_link {
  background: url(https://rbm-chintai.re-ws.jp/wp-content/uploads/sites/918/2022/12/btn-property_sp.jpg) no-repeat 50% 50%/cover;
}
@media (min-width: 768px) {
  .property .link-box_link {
    background: url(https://rbm-chintai.re-ws.jp/wp-content/uploads/sites/918/2022/12/btn-property_pc.jpg) no-repeat 50% 50%/cover;
  }
}

@media (min-width: 768px) {
  .property .link-box_label {
    padding: 0 10.1851851852vw;
    background: url(https://rbm-chintai.re-ws.jp/wp-content/uploads/sites/918/2022/12/8870764f7c6594a6427b3b9b1556e4d1.png) no-repeat 100% 50%;
    background-size: 7.037037037vw auto;
  }
}
@media (min-width: 1024px) {
  .property .link-box_label {
    padding: 0 7.8571428571vw;
    background-size: 5.4285714286vw auto;
  }
}
@media (min-width: 1500px) {
  .property .link-box_label {
    padding: 0 6.875rem;
    background-size: 4.75rem auto;
  }
}

.property .link-box_label .en {
  font-size: 3.4666666667vw;
}
@media (min-width: 768px) {
  .property .link-box_label .en {
    font-size: 1.5740740741vw;
  }
}
@media (min-width: 1024px) {
  .property .link-box_label .en {
    font-size: 1.2142857143vw;
  }
}
@media (min-width: 1500px) {
  .property .link-box_label .en {
    font-size: 1.0625rem;
  }
}

.news {
  width: 33.2361516035%;
  height: 30.4vw;
}
@media (min-width: 768px) {
  .news {
    width: 100%;
    height: 100%;
  }
}

.news .link-box_link {
  background: url(https://rbm-chintai.re-ws.jp/wp-content/uploads/sites/918/2022/12/btn-news_sp.jpg) no-repeat 50% 50%/cover;
}
@media (min-width: 768px) {
  .news .link-box_link {
    background: url(https://rbm-chintai.re-ws.jp/wp-content/uploads/sites/918/2022/12/btn-news_pc.jpg) no-repeat 50% 50%/cover;
  }
}

.company {
  width: 33.2361516035%;
  height: 30.4vw;
}
@media (min-width: 768px) {
  .company {
    width: 100%;
    height: 100%;
  }
}

.company .link-box_link {
  background: url(https://rbm-chintai.re-ws.jp/wp-content/uploads/sites/918/2022/12/btn-company_sp.jpg) no-repeat 50% 50%/cover;
}
@media (min-width: 768px) {
  .company .link-box_link {
    background: url(https://rbm-chintai.re-ws.jp/wp-content/uploads/sites/918/2022/12/btn-company_pc.jpg) no-repeat 50% 50%/cover;
  }
}

.contact {
  width: 33.2361516035%;
  height: 30.4vw;
}
@media (min-width: 768px) {
  .contact {
    width: 100%;
    height: 100%;
  }
}

.contact .link-box_link {
  background: url(https://rbm-chintai.re-ws.jp/wp-content/uploads/sites/918/2022/12/btn-contact_sp.jpg) no-repeat 50% 50%/cover;
}
@media (min-width: 768px) {
  .contact .link-box_link {
    background: url(https://rbm-chintai.re-ws.jp/wp-content/uploads/sites/918/2022/12/btn-contact_pc.jpg) no-repeat 50% 50%/cover;
  }
}

/* ========================================================================================= ^^
  Service box
============================================================================================ ^^ */
.service-box_caption {
  padding-top: 0.5333333333vw;
  font-size: 3.4666666667vw;
  line-height: 2;
  letter-spacing: 0.1em;
}
@media (min-width: 768px) {
  .service-box_caption {
    padding-top: 1.1111111111vw;
    font-size: 1.2037037037vw;
    letter-spacing: 0.15em;
  }
}
@media (min-width: 1024px) {
  .service-box_caption {
    padding-top: 0.8571428571vw;
    font-size: 0.9285714286vw;
  }
}
@media (min-width: 1500px) {
  .service-box_caption {
    padding-top: 0.75rem;
    font-size: 0.8125rem;
  }
}

.service-box_caption span {
  padding-right: 15.2vw;
  background: url(https://rbm-chintai.re-ws.jp/wp-content/uploads/sites/918/2022/12/38444519b04afc19e247958e50b5d797.png) no-repeat 100% 50%;
  background-size: 8.5333333333vw auto;
  display: inline-block;
}
@media (min-width: 768px) {
  .service-box_caption span {
    padding-right: 5.2777777778vw;
    background-size: 4.6296296296vw auto;
    display: block;
  }
}
@media (min-width: 1024px) {
  .service-box_caption span {
    padding-right: 4.0714285714vw;
    background-size: 3.5714285714vw auto;
  }
}
@media (min-width: 1500px) {
  .service-box_caption span {
    padding-right: 3.5625rem;
    background-size: 3.125rem auto;
  }
}

/* ========================================================================================= ^^
  Search link
============================================================================================ ^^ */
.search-link_link {
  width: 100%;
  height: 100%;
  font-size: 3.4666666667vw;
  line-height: 0.7692307692;
  letter-spacing: 0.1em;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media (min-width: 768px) {
  .search-link_link {
    font-size: 1.6666666667vw;
    line-height: 1.7777777778;
    letter-spacing: 0.2em;
  }
}
@media (min-width: 1024px) {
  .search-link_link {
    font-size: 1.2857142857vw;
  }
}
@media (min-width: 1500px) {
  .search-link_link {
    font-size: 1.125rem;
  }
}

/* ========================================================================================= ^^
  Value box
============================================================================================ ^^ */
.value-box {
  display: flex;
  flex-direction: column-reverse;
}
@media (min-width: 768px) {
  .value-box {
    flex-direction: row-reverse;
    justify-content: space-between;
    align-items: flex-start;
  }
}

@media (min-width: 768px) {
  .value-box.rev {
    flex-direction: row;
  }
}

.value-box_content {
  width: 100%;
  padding: 12.8vw 5.3333333333vw 12.2666666667vw;
  margin-top: -4.8vw;
  background-color: rgba(var(--rgb_white), 0.79);
  position: relative;
  z-index: 100;
}
@media (min-width: 768px) {
  .value-box_content {
    width: 54.5454545455%;
    padding: 3.7037037037vw 6.7592592593vw 6.2037037037vw 11.1111111111vw;
    margin: 0 0 0 -4.5454545455%;
  }
}
@media (min-width: 1024px) {
  .value-box_content {
    padding: 2.8571428571vw 5.2142857143vw 4.7857142857vw 8.5714285714vw;
  }
}
@media (min-width: 1500px) {
  .value-box_content {
    padding: 2.5rem 4.5625rem 4.1875rem 7.5rem;
  }
}

@media (min-width: 768px) {
  .rev .value-box_content {
    padding: 3.7037037037vw 11.1111111111vw 6.2037037037vw 6.7592592593vw;
    margin-right: -4.5454545455%;
    margin-left: 0;
  }
}
@media (min-width: 1024px) {
  .rev .value-box_content {
    padding: 2.8571428571vw 8.5714285714vw 4.7857142857vw 5.2142857143vw;
  }
}
@media (min-width: 1500px) {
  .rev .value-box_content {
    padding: 2.5rem 7.5rem 4.1875rem 4.5625rem;
  }
}

.value-box_title {
  margin-bottom: 1.8666666667vw;
}
@media (min-width: 768px) {
  .value-box_title {
    margin-bottom: 2.4074074074vw;
  }
}
@media (min-width: 1024px) {
  .value-box_title {
    margin-bottom: 1.8571428571vw;
  }
}
@media (min-width: 1500px) {
  .value-box_title {
    margin-bottom: 1.625rem;
  }
}

.value-box_title .en {
  margin-bottom: 2.6666666667vw;
  font-family: "Montserrat", sans-serif;
  font-size: 3.4666666667vw;
  color: var(--color9);
  line-height: 1;
  font-weight: 300;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  display: block;
}
@media (min-width: 768px) {
  .value-box_title .en {
    margin-bottom: 0.9259259259vw;
    font-size: 1.3888888889vw;
  }
}
@media (min-width: 1024px) {
  .value-box_title .en {
    margin-bottom: 0.7142857143vw;
    font-size: 1.0714285714vw;
  }
}
@media (min-width: 1500px) {
  .value-box_title .en {
    margin-bottom: 0.625rem;
    font-size: 0.9375rem;
  }
}

.value-box_title .jpn {
  font-size: 5.3333333333vw;
  line-height: 1.2;
  font-weight: 300;
  letter-spacing: 0.1em;
  display: block;
}
@media (min-width: 768px) {
  .value-box_title .jpn {
    font-size: 2.7777777778vw;
    line-height: 1.2;
  }
}
@media (min-width: 1024px) {
  .value-box_title .jpn {
    font-size: 2.1428571429vw;
  }
}
@media (min-width: 1500px) {
  .value-box_title .jpn {
    font-size: 1.875rem;
  }
}

.value-box_text {
  font-size: 3.4666666667vw;
  line-height: 2.3076923077;
}
@media (min-width: 768px) {
  .value-box_text {
    font-size: 1.2037037037vw;
    letter-spacing: 0.1em;
  }
}
@media (min-width: 1024px) {
  .value-box_text {
    font-size: 0.9285714286vw;
  }
}
@media (min-width: 1500px) {
  .value-box_text {
    font-size: 0.8125rem;
  }
}

.value-box_text p:last-of-type {
  margin-bottom: 0;
}

.value-box_image {
  width: 89.3333333333vw;
  margin: 0 auto;
  position: relative;
  z-index: 50;
  transform: translateX(5.3333333333vw);
}
@media (min-width: 768px) {
  .value-box_image {
    width: 69.0909090909%;
    margin: 4.6296296296vw 0 0 -18.1818181818%;
    transform: none;
  }
}
@media (min-width: 1024px) {
  .value-box_image {
    margin-top: 3.5714285714vw;
  }
}
@media (min-width: 1500px) {
  .value-box_image {
    margin-top: 3.125rem;
  }
}

.rev .value-box_image {
  transform: translateX(-5.3333333333vw);
}
@media (min-width: 768px) {
  .rev .value-box_image {
    margin-right: -18.1818181818%;
    transform: none;
  }
}

/* ========================================================================================= ^^
  Top page
============================================================================================ ^^ */
.links-section {
  padding-top: 10.6666666667vw;
  padding-bottom: 16vw;
}
@media (min-width: 768px) {
  .links-section {
    padding-top: 9.2592592593vw;
    padding-bottom: 11.1111111111vw;
  }
}
@media (min-width: 1024px) {
  .links-section {
    padding-top: 7.1428571429vw;
    padding-bottom: 8.5714285714vw;
  }
}
@media (min-width: 1500px) {
  .links-section {
    padding-top: 6.25rem;
    padding-bottom: 7.5rem;
  }
}

.links-section .section_inner {
  max-width: 68.75rem;
  width: 91.4666666667vw;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media (min-width: 768px) {
  .links-section .section_inner {
    width: 100%;
    display: grid;
    grid-template-columns: 49.9090909091% 0.0909090909% 25% 0.0909090909% 24.9090909091%;
    grid-template-rows: 13.8888888889vw 0.0925925926vw 13.7962962963vw;
  }
}
@media (min-width: 1024px) {
  .links-section .section_inner {
    grid-template-rows: 10.7142857143vw 0.0714285714vw 10.6428571429vw;
  }
}
@media (min-width: 1500px) {
  .links-section .section_inner {
    grid-template-rows: 9.375rem 0.0625rem 9.3125rem;
  }
}

@media (min-width: 768px) {
  .links-section .property {
    grid-column: 1/2;
    grid-row: 1/4;
  }
}

@media (min-width: 768px) {
  .links-section .news {
    grid-column: 3/4;
    grid-row: 1/2;
  }
}

@media (min-width: 768px) {
  .links-section .company {
    grid-column: 5/6;
    grid-row: 1/2;
  }
}

@media (min-width: 768px) {
  .links-section .contact {
    grid-column: 3/6;
    grid-row: 3/4;
  }
}

.new-article-section {
  padding: 16vw 0 18.6666666667vw;
  background: url(https://rbm-chintai.re-ws.jp/wp-content/uploads/sites/918/2022/12/bg-new-article_sp.jpg) no-repeat 0 0;
  background-size: 81.3333333333vw auto;
  overflow: hidden;
}
@media (min-width: 768px) {
  .new-article-section {
    padding-top: 10.462962963vw;
    padding-bottom: 9.2592592593vw;
    background: url(https://rbm-chintai.re-ws.jp/wp-content/uploads/sites/918/2022/12/bg-new-article_pc.jpg) no-repeat 0 0;
    background-size: 72.2vw auto;
  }
}
@media (min-width: 1024px) {
  .new-article-section {
    padding-top: 8.0714285714vw;
    padding-bottom: 7.1428571429vw;
  }
}
@media (min-width: 1500px) {
  .new-article-section {
    padding-top: 7.0625rem;
    padding-bottom: 6.25rem;
  }
}

.new-article-section .section_inner {
  max-width: 83.75rem;
  padding: 16vw 4.2666666667vw 0;
  background-color: var(--color7);
  position: relative;
}
@media (min-width: 768px) {
  .new-article-section .section_inner {
    padding: 8.1481481481vw 11.1111111111vw 0;
  }
}
@media (min-width: 1024px) {
  .new-article-section .section_inner {
    padding: 6.2857142857vw 8.5714285714vw 0;
  }
}
@media (min-width: 1500px) {
  .new-article-section .section_inner {
    padding: 5.5rem 7.5rem 0;
  }
}

@media (min-width: 768px) {
  .new-article-section .section_inner::after {
    width: calc(50vw - 50%);
    height: 100%;
    background-color: var(--color7);
    content: " ";
    position: absolute;
    top: 0;
    left: 100%;
  }
}

.new-article-section .section_title {
  margin-bottom: 8vw;
}
@media (min-width: 768px) {
  .new-article-section .section_title {
    margin-bottom: 4.0740740741vw;
  }
}
@media (min-width: 1024px) {
  .new-article-section .section_title {
    margin-bottom: 3.1428571429vw;
  }
}
@media (min-width: 1500px) {
  .new-article-section .section_title {
    margin-bottom: 2.75rem;
  }
}

.new-article-section .article-slider {
  width: 68vw;
  margin: 0 -2.6666666667vw 7.7333333333vw;
  z-index: 10;
}
@media (min-width: 768px) {
  .new-article-section .article-slider {
    width: 106.2962962963vw;
    margin: 0 -2.2222222222vw;
  }
}
@media (min-width: 1024px) {
  .new-article-section .article-slider {
    width: 82vw;
    margin: 0 -1.7142857143vw;
  }
}
@media (min-width: 1500px) {
  .new-article-section .article-slider {
    width: 71.75rem;
    margin: 0 -1.5rem;
  }
}

.new-article-section .slick-list {
  overflow: visible;
}

@media (min-width: 768px) {
  .new-article-section .article-slider .slick-arrow {
    width: 6.4814814815vw;
    height: 6.4814814815vw;
    border: 1px solid var(--color1);
    transform: none;
    top: -10.1851851852vw;
  }
}
@media (min-width: 1024px) {
  .new-article-section .article-slider .slick-arrow {
    width: 5vw;
    height: 5vw;
    top: -7.8571428571vw;
  }
}
@media (min-width: 1500px) {
  .new-article-section .article-slider .slick-arrow {
    width: 4.375rem;
    height: 4.375rem;
    top: -6.875rem;
  }
}

.new-article-section .article-slider .slick-arrow::before {
  display: none;
}

@media (min-width: 768px) {
  .new-article-section .article-slider .slick-arrow.slick-prev {
    background: url(https://rbm-chintai.re-ws.jp/wp-content/uploads/sites/918/2022/12/5cd3fef906d28a6018512a1e318845ff.png) no-repeat 50% 50%;
    background-size: 1.5740740741vw auto;
    right: 10.0925925926vw;
    left: auto;
  }
}
@media (min-width: 1024px) {
  .new-article-section .article-slider .slick-arrow.slick-prev {
    background-size: 1.2142857143vw auto;
    right: 7.7857142857vw;
  }
}
@media (min-width: 1500px) {
  .new-article-section .article-slider .slick-arrow.slick-prev {
    background-size: 1.0625rem auto;
    right: 6.8125rem;
  }
}

@media (min-width: 768px) {
  .new-article-section .article-slider .slick-arrow.slick-next {
    background: url(https://rbm-chintai.re-ws.jp/wp-content/uploads/sites/918/2022/12/3342573054bde2ceaafc29c7c2ec0528.png) no-repeat 50% 50%;
    background-size: 1.5740740741vw auto;
    right: 2.2222222222vw;
  }
}
@media (min-width: 1024px) {
  .new-article-section .article-slider .slick-arrow.slick-next {
    background-size: 1.2142857143vw auto;
    right: 1.7142857143vw;
  }
}
@media (min-width: 1500px) {
  .new-article-section .article-slider .slick-arrow.slick-next {
    background-size: 1.0625rem auto;
    right: 1.5rem;
  }
}

.new-article-section .es_new_block_item,
.new-article-section .slick-slide {
  margin: 0 2.6666666667vw !important;
}
@media (min-width: 768px) {
  .new-article-section .es_new_block_item,
.new-article-section .slick-slide {
    margin: 0 2.2222222222vw !important;
  }
}
@media (min-width: 1024px) {
  .new-article-section .es_new_block_item,
.new-article-section .slick-slide {
    margin: 0 1.7142857143vw !important;
  }
}
@media (min-width: 1500px) {
  .new-article-section .es_new_block_item,
.new-article-section .slick-slide {
    margin: 0 1.5rem !important;
  }
}

.new-article-section .slick-slide .es_new_block_item {
  margin: 0 !important;
}

.new-article-section .es_new_block_item .fav {
  display: none;
}

.new-article-section .es_new_block_item .es_new_block_link {
  display: flex;
  flex-direction: column;
}

.new-article-section .es_new_block_item .es_new_block_figure {
  margin-bottom: 2.4vw;
  order: 1;
}
@media (min-width: 768px) {
  .new-article-section .es_new_block_item .es_new_block_figure {
    margin-bottom: 1.7592592593vw;
  }
}
@media (min-width: 1024px) {
  .new-article-section .es_new_block_item .es_new_block_figure {
    margin-bottom: 1.3571428571vw;
  }
}
@media (min-width: 1500px) {
  .new-article-section .es_new_block_item .es_new_block_figure {
    margin-bottom: 1.1875rem;
  }
}

.new-article-section .es_new_block_item .genre {
  display: none;
}

.new-article-section .es_new_block_item .es_new_block_name_wrap {
  margin-bottom: 3.7333333333vw;
  order: 2;
}
@media (min-width: 768px) {
  .new-article-section .es_new_block_item .es_new_block_name_wrap {
    margin-bottom: 1.2962962963vw;
  }
}
@media (min-width: 1024px) {
  .new-article-section .es_new_block_item .es_new_block_name_wrap {
    margin-bottom: 1vw;
  }
}
@media (min-width: 1500px) {
  .new-article-section .es_new_block_item .es_new_block_name_wrap {
    margin-bottom: 0.875rem;
  }
}

.new-article-section .es_new_block_item .es_new_block_name {
  font-size: 3.7333333333vw;
  line-height: 1.8571428571;
  font-weight: 400;
  letter-spacing: 0.05em;
}
@media (min-width: 768px) {
  .new-article-section .es_new_block_item .es_new_block_name {
    font-size: 1.4814814815vw;
    line-height: 1.625;
    letter-spacing: 0.1em;
  }
}
@media (min-width: 1024px) {
  .new-article-section .es_new_block_item .es_new_block_name {
    font-size: 1.1428571429vw;
  }
}
@media (min-width: 1500px) {
  .new-article-section .es_new_block_item .es_new_block_name {
    font-size: 1rem;
  }
}

.new-article-section .es_new_block_item .es_new_block_price {
  display: none;
}

.new-article-section .es_new_block_item .es_new_block_access {
  margin-bottom: 2.4vw;
  font-size: 2.6666666667vw;
  line-height: 2.2;
  letter-spacing: 0.05em;
  order: 3;
}
@media (min-width: 768px) {
  .new-article-section .es_new_block_item .es_new_block_access {
    margin-bottom: 1.0185185185vw;
    font-size: 1.1111111111vw;
    line-height: 1.8333333333;
    letter-spacing: 0.1em;
  }
}
@media (min-width: 1024px) {
  .new-article-section .es_new_block_item .es_new_block_access {
    margin-bottom: 0.7857142857vw;
    font-size: 0.8571428571vw;
  }
}
@media (min-width: 1500px) {
  .new-article-section .es_new_block_item .es_new_block_access {
    margin-bottom: 0.6875rem;
    font-size: 0.75rem;
  }
}

.new-article-section .es_new_block_item .es_new_block_houseplan {
  margin-bottom: 0;
  font-size: 2.6666666667vw;
  line-height: 2.6;
  letter-spacing: 0.05em;
  order: 4;
}
@media (min-width: 768px) {
  .new-article-section .es_new_block_item .es_new_block_houseplan {
    font-size: 1.1111111111vw;
    line-height: 2.1666666667;
    letter-spacing: 0.1em;
  }
}
@media (min-width: 1024px) {
  .new-article-section .es_new_block_item .es_new_block_houseplan {
    font-size: 0.8571428571vw;
  }
}
@media (min-width: 1500px) {
  .new-article-section .es_new_block_item .es_new_block_houseplan {
    font-size: 0.75rem;
  }
}

.new-article-section .es_new_block_item .es_new_block_salespoint {
  display: none;
}

.new-article-section .btn {
  width: 74.6666666667vw;
  height: 17.6vw;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .new-article-section .btn {
    width: 43.9814814815vw;
    height: 10.3703703704vw;
    transform: translateY(4.1666666667vw);
  }
}
@media (min-width: 1024px) {
  .new-article-section .btn {
    width: 33.9285714286vw;
    height: 8vw;
    transform: translateY(3.2142857143vw);
  }
}
@media (min-width: 1500px) {
  .new-article-section .btn {
    width: 29.6875rem;
    height: 7rem;
    transform: translateY(2.8125rem);
  }
}

.new-article-section .btn .btn_link {
  background-size: 8.5333333333vw auto;
  font-size: 3.7333333333vw;
  line-height: 2.2857142857;
}
@media (min-width: 768px) {
  .new-article-section .btn .btn_link {
    background-size: 7.037037037vw auto;
    font-size: 1.6666666667vw;
    line-height: 1.7777777778;
    letter-spacing: 0.2em;
  }
}
@media (min-width: 1024px) {
  .new-article-section .btn .btn_link {
    background-size: 5.4285714286vw auto;
    font-size: 1.2857142857vw;
  }
}
@media (min-width: 1500px) {
  .new-article-section .btn .btn_link {
    background-size: 4.75rem auto;
    font-size: 1.125rem;
  }
}

.news-section {
  padding-bottom: 10.6666666667vw;
}
@media (min-width: 768px) {
  .news-section {
    padding-top: 9.2592592593vw;
    padding-bottom: 8.0555555556vw;
  }
}
@media (min-width: 1024px) {
  .news-section {
    padding-top: 7.1428571429vw;
    padding-bottom: 6.2142857143vw;
  }
}
@media (min-width: 1500px) {
  .news-section {
    padding-top: 6.25rem;
    padding-bottom: 5.4375rem;
  }
}

.news-section .section_inner {
  max-width: 44.375rem;
}

.entry-content .news-section h2.section_title,
.news-section .section_title {
  text-align: center;
}
@media (min-width: 768px) {
  .entry-content .news-section h2.section_title,
.news-section .section_title {
    margin-bottom: 10.4vw;
  }
}
@media (min-width: 1024px) {
  .entry-content .news-section h2.section_title,
.news-section .section_title {
    margin-bottom: 2.7857142857vw;
  }
}
@media (min-width: 1500px) {
  .entry-content .news-section h2.section_title,
.news-section .section_title {
    margin-bottom: 2.4375rem;
  }
}

.news-section .news-link {
  margin: 0;
  font-size: 3.2vw;
  line-height: 2.6666666667;
  font-weight: 300;
  letter-spacing: 0.1em;
  text-align: right;
}
@media (min-width: 768px) {
  .news-section .news-link {
    margin-bottom: 0.5333333333vw;
    font-size: 1.1111111111vw;
    letter-spacing: 0.2em;
  }
}
@media (min-width: 1024px) {
  .news-section .news-link {
    margin-bottom: 0.1428571429vw;
    font-size: 0.8571428571vw;
  }
}
@media (min-width: 1500px) {
  .news-section .news-link {
    margin-bottom: 0.125rem;
    font-size: 0.75rem;
  }
}

.news-section .news-link a {
  text-decoration: underline;
}

.news-section .news-link a:link {
  color: var(--font-color);
}

.news-section .news-link a:visited {
  color: var(--font-color);
}

.news-section .news-link a:hover {
  color: var(--font-color);
}

.news-section .news-link a:focus {
  color: var(--font-color);
}

.news-section .es-list-items .es-list-item {
  padding-bottom: 6.9333333333vw;
  margin-bottom: 4.2666666667vw;
  border-bottom: 1px solid var(--color8);
}
@media (min-width: 768px) {
  .news-section .es-list-items .es-list-item {
    padding-bottom: 0;
    margin-bottom: 0.9259259259vw;
    border-bottom: none;
  }
}
@media (min-width: 768px) {
  .news-section .es-list-items .es-list-item {
    margin-bottom: 0.7142857143vw;
  }
}
@media (min-width: 1500px) {
  .news-section .es-list-items .es-list-item {
    margin-bottom: 0.625rem;
  }
}

.news-section .es-list-items .es-list-item:last-of-type {
  margin-bottom: 0.5333333333vw;
  border: none;
}

@media (min-width: 768px) {
  .news-section .es-list-items .es-list-item .es-list-content {
    display: flex;
    justify-content: flex-start;
  }
}

.news-section .es-list-items .es-list-item .date {
  margin-bottom: 1.3333333333vw;
  font-family: "Montserrat", sans-serif;
  font-size: 3.2vw;
  line-height: 2.6666666667;
  font-weight: 300;
  letter-spacing: 0.2em;
  display: block;
}
@media (min-width: 768px) {
  .news-section .es-list-items .es-list-item .date {
    width: 22.5352112676%;
    margin-bottom: 0;
    font-size: 1.1111111111vw;
    display: inline;
  }
}
@media (min-width: 1024px) {
  .news-section .es-list-items .es-list-item .date {
    font-size: 0.8571428571vw;
  }
}
@media (min-width: 1500px) {
  .news-section .es-list-items .es-list-item .date {
    font-size: 0.75rem;
  }
}

.news-section .es-list-items .es-list-item .date::before {
  margin-right: 3.2vw;
  content: "-";
  display: inline-block;
}
@media (min-width: 768px) {
  .news-section .es-list-items .es-list-item .date::before {
    margin-right: 1.1111111111vw;
  }
}
@media (min-width: 1024px) {
  .news-section .es-list-items .es-list-item .date::before {
    margin-right: 0.8571428571vw;
  }
}
@media (min-width: 1500px) {
  .news-section .es-list-items .es-list-item .date::before {
    margin-right: 0.75rem;
  }
}

.news-section .es-list-items .es-list-item h3.wrap {
  font-size: 3.4666666667vw;
  line-height: 1.6923076923;
  font-weight: 400;
  letter-spacing: 0.05em;
}
@media (min-width: 768px) {
  .news-section .es-list-items .es-list-item h3.wrap {
    width: 77.4647887324%;
    font-size: 1.2037037037vw;
    line-height: 2;
    letter-spacing: 0.1em;
  }
}
@media (min-width: 1024px) {
  .news-section .es-list-items .es-list-item h3.wrap {
    font-size: 0.9285714286vw;
  }
}
@media (min-width: 1500px) {
  .news-section .es-list-items .es-list-item h3.wrap {
    font-size: 0.8125rem;
  }
}

.service-section {
  padding-top: 10.6666666667vw;
  padding-bottom: 17.0666666667vw;
  position: relative;
}
@media (min-width: 768px) {
  .service-section {
    padding-top: 8.0555555556vw;
    padding-bottom: 13.4259259259vw;
  }
}
@media (min-width: 1024px) {
  .service-section {
    padding-top: 6.2142857143vw;
    padding-bottom: 10.3571428571vw;
  }
}
@media (min-width: 1500px) {
  .service-section {
    padding-top: 5.4375rem;
    padding-bottom: 9.0625rem;
  }
}

.service-section::before {
  width: 60.8vw;
  height: 196.5333333333vw;
  background-color: var(--color2);
  content: " ";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
}
@media (min-width: 768px) {
  .service-section::before {
    width: 55.1333333333vw;
    height: 48.8888888889vw;
  }
}
@media (min-width: 1024px) {
  .service-section::before {
    height: 37.7142857143vw;
  }
}
@media (min-width: 1500px) {
  .service-section::before {
    height: 33rem;
  }
}

.service-section .section_title {
  margin-bottom: 10.9333333333vw;
}
@media (min-width: 768px) {
  .service-section .section_title {
    margin-bottom: 3.9814814815vw;
  }
}
@media (min-width: 1024px) {
  .service-section .section_title {
    margin-bottom: 3.0714285714vw;
  }
}
@media (min-width: 1500px) {
  .service-section .section_title {
    margin-bottom: 2.6875rem;
  }
}

.service-section .section_inner {
  max-width: 75rem;
  position: relative;
  z-index: 100;
}

@media (min-width: 768px) {
  .service-section .cont {
    display: flex;
    justify-content: flex-start;
  }
}

.service-section .cont .service-box {
  width: 100%;
  margin-bottom: 9.3333333333vw;
}
@media (min-width: 768px) {
  .service-section .cont .service-box {
    width: 23.1666666667%;
    margin: 0 2.4444416667% 0 0;
  }
}

.service-section .cont .service-box:nth-of-type(4n) {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .service-section .cont .service-box:nth-of-type(4n) {
    margin-right: 0;
  }
}

/* ========================================================================================= ^^
  Search
============================================================================================ ^^ */
.page-search .main-visual {
  height: 100vw;
  background: url(https://rbm-chintai.re-ws.jp/wp-content/uploads/sites/918/2022/12/mv_search_sp.jpg) no-repeat 50% 50%/cover;
}
@media (min-width: 768px) {
  .page-search .main-visual {
    height: 42.3333333333vw;
    background: url(https://rbm-chintai.re-ws.jp/wp-content/uploads/sites/918/2022/12/mv_search_pc.jpg) no-repeat 50% 50%/cover;
  }
}

.page-search .main-visual .main-visual_inner {
  padding-top: 0;
}

.search-section {
  padding-top: 10.6666666667vw;
  padding-bottom: 32vw;
}
@media (min-width: 768px) {
  .search-section {
    padding-top: 8.3333333333vw;
    padding-bottom: 13.8888888889vw;
  }
}
@media (min-width: 1024px) {
  .search-section {
    padding-top: 6.4285714286vw;
    padding-bottom: 10.7142857143vw;
  }
}
@media (min-width: 1500px) {
  .search-section {
    padding-top: 5.625rem;
    padding-bottom: 9.375rem;
  }
}

.search-section .section_inner {
  position: relative;
  z-index: 1;
}

.search-section .section_inner::after {
  width: 86.9333333333vw;
  height: 48.2666666667vw;
  background: url(https://rbm-chintai.re-ws.jp/wp-content/uploads/sites/918/2022/12/bg-search_sp.jpg) no-repeat 50% 50%/cover;
  content: " ";
  position: absolute;
  top: 13.6vw;
  right: -4.2666666667vw;
}
@media (min-width: 768px) {
  .search-section .section_inner::after {
    width: calc((50vw - 50%) + 61.8518518519vw);
    height: 38.3333333333vw;
    background: url(https://rbm-chintai.re-ws.jp/wp-content/uploads/sites/918/2022/12/bg-search_pc.jpg) no-repeat 50% 50%/cover;
    top: 13.5185185185vw;
    right: calc(50% - 50vw);
  }
}
@media (min-width: 1024px) {
  .search-section .section_inner::after {
    width: calc((50vw - 50%) + 47.7142857143vw);
    height: 29.5714285714vw;
    top: 10.4285714286vw;
  }
}
@media (min-width: 1500px) {
  .search-section .section_inner::after {
    width: calc((50vw - 50%) + 41.75rem);
    height: 25.875rem;
    top: 9.125rem;
  }
}

.search-links {
  width: 100%;
  height: 45.8666666667vw;
  margin: 0 auto;
  background: var(--color2) url(https://rbm-chintai.re-ws.jp/wp-content/uploads/sites/918/2022/12/aeff4732a8c1fc55058fc1ffacc1abec.png) no-repeat 50% 50%;
  background-size: 75.7333333333vw auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  position: relative;
  z-index: 100;
}
@media (min-width: 768px) {
  .search-links {
    width: 75.9259259259vw;
    height: 37.962962963vw;
    margin-top: -13.8888888889vw;
    background: var(--color2) url(https://rbm-chintai.re-ws.jp/wp-content/uploads/sites/918/2022/12/0088fe27d3ef629844aae66cc2ada286.png) no-repeat 50% 50%;
    background-size: 62.7777777778vw auto;
  }
}
@media (min-width: 1024px) {
  .search-links {
    width: 58.5714285714vw;
    height: 29.2857142857vw;
    margin-top: -10.7142857143vw;
    background-size: 48.4285714286vw auto;
  }
}
@media (min-width: 1500px) {
  .search-links {
    width: 51.25rem;
    height: 25.625rem;
    margin-top: -9.375rem;
    background-size: 42.375rem auto;
  }
}

.search-links .search-link {
  width: 50%;
  height: 50%;
}

.search-links .search-link_icon {
  margin-bottom: 1.8666666667vw;
}
@media (min-width: 768px) {
  .search-links .search-link_icon {
    margin-bottom: 0;
  }
}

.search-links .search01 .search-link_icon {
  width: 6.4vw;
}
@media (min-width: 768px) {
  .search-links .search01 .search-link_icon {
    width: 4.0740740741vw;
  }
}
@media (min-width: 1024px) {
  .search-links .search01 .search-link_icon {
    width: 3.1428571429vw;
  }
}
@media (min-width: 1500px) {
  .search-links .search01 .search-link_icon {
    width: 2.75rem;
  }
}

.search-links .search02 .search-link_icon {
  width: 5.8666666667vw;
  margin: 0.2666666667vw;
}
@media (min-width: 768px) {
  .search-links .search02 .search-link_icon {
    width: 3.7037037037vw;
    margin: 0.1851851852vw;
  }
}
@media (min-width: 1024px) {
  .search-links .search02 .search-link_icon {
    width: 2.8571428571vw;
    margin: 0.1428571429vw;
  }
}
@media (min-width: 1500px) {
  .search-links .search02 .search-link_icon {
    width: 2.5rem;
    margin: 0.125rem;
  }
}

.search-links .search03 .search-link_icon {
  width: 7.2vw;
}
@media (min-width: 768px) {
  .search-links .search03 .search-link_icon {
    width: 4.0740740741vw;
  }
}
@media (min-width: 1024px) {
  .search-links .search03 .search-link_icon {
    width: 3.1428571429vw;
  }
}
@media (min-width: 1500px) {
  .search-links .search03 .search-link_icon {
    width: 2.75rem;
  }
}

.search-links .search04 .search-link_icon {
  width: 5.8666666667vw;
  margin: 0.2666666667vw;
}
@media (min-width: 768px) {
  .search-links .search04 .search-link_icon {
    width: 3.7037037037vw;
    margin: 0.1851851852vw;
  }
}
@media (min-width: 1024px) {
  .search-links .search04 .search-link_icon {
    width: 2.8571428571vw;
    margin: 0.1428571429vw;
  }
}
@media (min-width: 1500px) {
  .search-links .search04 .search-link_icon {
    width: 2.5rem;
    margin: 0.125rem;
  }
}

/* ========================================================================================= ^^
  Company
============================================================================================ ^^ */
.page-company .main-visual {
  height: 100vw;
  background: url(https://rbm-chintai.re-ws.jp/wp-content/uploads/sites/918/2022/12/mv_company_sp.jpg) no-repeat 50% 50%/cover;
}
@media (min-width: 768px) {
  .page-company .main-visual {
    height: 42.3333333333vw;
    background: url(https://rbm-chintai.re-ws.jp/wp-content/uploads/sites/918/2022/12/mv_company_pc.jpg) no-repeat 50% 50%/cover;
  }
}

.outline-section {
  padding-top: 16vw;
  padding-bottom: 16vw;
}
@media (min-width: 768px) {
  .outline-section {
    padding-top: 9.2592592593vw;
    padding-bottom: 9.2592592593vw;
  }
}
@media (min-width: 1024px) {
  .outline-section {
    padding-top: 7.1428571429vw;
    padding-bottom: 7.1428571429vw;
  }
}
@media (min-width: 1500px) {
  .outline-section {
    padding-top: 6.25rem;
    padding-bottom: 6.25rem;
  }
}

.outline-section .section_inner {
  max-width: 62.5rem;
}

.tbl-outline {
  width: 100%;
  border: none;
  border-top: 1px solid var(--color8);
  border-collapse: collapse;
}

.tbl-outline .inner {
  width: 100%;
  min-height: 16vw;
  height: 100%;
  padding: 5.3333333333vw 0 5.3333333333vw;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}
@media (min-width: 768px) {
  .tbl-outline .inner {
    min-height: 11.1111111111vw;
    padding: 3.7962962963vw 0 3.9814814815vw;
  }
}
@media (min-width: 1024px) {
  .tbl-outline .inner {
    min-height: 8.5714285714vw;
    padding: 2.9285714286vw 0 3.0714285714vw;
  }
}
@media (min-width: 1500px) {
  .tbl-outline .inner {
    min-height: 7.5rem;
    padding: 2.5625rem 0 2.6875rem;
  }
}

.tbl-outline th {
  width: 34.9854227405%;
  border: none;
  border-bottom: 1px solid var(--color8);
  font-size: 2.9333333333vw;
  line-height: 1.7272727273;
  font-weight: 400;
  letter-spacing: 0.1em;
  vertical-align: top;
}
@media (min-width: 768px) {
  .tbl-outline th {
    width: 22.5%;
    font-size: 1.2962962963vw;
    line-height: 1.8571428571;
    text-align: right;
  }
}
@media (min-width: 1024px) {
  .tbl-outline th {
    font-size: 1vw;
  }
}
@media (min-width: 1500px) {
  .tbl-outline th {
    font-size: 0.875rem;
  }
}

.tbl-outline th .inner {
  text-align: left;
}
@media (min-width: 768px) {
  .tbl-outline th .inner {
    text-align: right;
    align-items: flex-end;
  }
}

.tbl-outline td {
  width: 65.0145772595%;
  border: none;
  border-bottom: 1px solid var(--color8);
  font-size: 2.9333333333vw;
  line-height: 1.7272727273;
  letter-spacing: 0.01em;
  vertical-align: top;
}
@media (min-width: 768px) {
  .tbl-outline td {
    width: 77.5%;
    padding-left: 10%;
    font-size: 1.2962962963vw;
    line-height: 1.8571428571;
    letter-spacing: 0.1em;
  }
}
@media (min-width: 1024px) {
  .tbl-outline td {
    font-size: 1vw;
  }
}
@media (min-width: 1500px) {
  .tbl-outline td {
    font-size: 0.875rem;
  }
}

@media (min-width: 768px) {
  .tbl-outline td ol {
    line-height: 2.4285714286;
  }
}

.tbl-outline td dl {
  margin-bottom: 10.6666666667vw;
}
@media (min-width: 768px) {
  .tbl-outline td dl {
    width: 41.6666666667vw;
    margin-bottom: 2.7777777778vw;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
@media (min-width: 1024px) {
  .tbl-outline td dl {
    width: 32.1428571429vw;
    margin-bottom: 2.1428571429vw;
  }
}
@media (min-width: 1500px) {
  .tbl-outline td dl {
    width: 28.125rem;
    margin-bottom: 1.875rem;
  }
}

.tbl-outline td dl dt {
  font-weight: 400;
}
@media (min-width: 768px) {
  .tbl-outline td dl dt {
    width: 40%;
    line-height: 2.4285714286;
  }
}

.tbl-outline td dl dd {
  margin-bottom: 2.6666666667vw;
}
@media (min-width: 768px) {
  .tbl-outline td dl dd {
    width: 60%;
    margin-bottom: 0;
    line-height: 2.4285714286;
  }
}

.tbl-outline td dl dd:last-of-type {
  margin-bottom: 0;
}

.tbl-outline td dl + p {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .tbl-outline td dl + p {
    line-height: 2.4285714286;
  }
}

.values-section {
  padding-top: 16vw;
  padding-bottom: 14.4vw;
  background-color: var(--color7);
}
@media (min-width: 768px) {
  .values-section {
    padding-top: 10.0925925926vw;
    padding-bottom: 13.2407407407vw;
  }
}
@media (min-width: 1024px) {
  .values-section {
    padding-top: 7.7857142857vw;
    padding-bottom: 10.2142857143vw;
  }
}
@media (min-width: 1500px) {
  .values-section {
    padding-top: 6.8125rem;
    padding-bottom: 8.9375rem;
  }
}

.entry-content .values-section h2.section_title {
  margin-bottom: 6.9333333333vw;
  text-align: center;
}
@media (min-width: 768px) {
  .entry-content .values-section h2.section_title {
    margin-bottom: 4.6296296296vw;
  }
}
@media (min-width: 1024px) {
  .entry-content .values-section h2.section_title {
    margin-bottom: 3.5714285714vw;
  }
}
@media (min-width: 1500px) {
  .entry-content .values-section h2.section_title {
    margin-bottom: 3.125rem;
  }
}

.values-section .lead {
  margin-bottom: 9.8666666667vw;
  font-size: 3.4666666667vw;
  line-height: 2.4615384615;
  font-weight: 300;
}
@media (min-width: 768px) {
  .values-section .lead {
    margin-bottom: 5.9259259259vw;
    font-size: 1.2962962963vw;
    line-height: 2.4285714286;
    text-align: center;
    letter-spacing: 0.03em;
  }
}
@media (min-width: 1024px) {
  .values-section .lead {
    margin-bottom: 4.5714285714vw;
    font-size: 1vw;
  }
}
@media (min-width: 768px) {
  .values-section .lead {
    margin-bottom: 4rem;
    font-size: 0.875rem;
  }
}

.values-section .lead p:last-of-type {
  margin-bottom: 0;
}

.values-section .value-box {
  margin-bottom: 16vw;
}
@media (min-width: 768px) {
  .values-section .value-box {
    margin-bottom: 7.962962963vw;
  }
}
@media (min-width: 1024px) {
  .values-section .value-box {
    margin-bottom: 6.1428571429vw;
  }
}
@media (min-width: 1500px) {
  .values-section .value-box {
    margin-bottom: 5.375rem;
  }
}

.values-section .value-box:last-of-type {
  margin-bottom: 0;
}

.values-section .note {
  margin: 9.3333333333vw 0 0;
  font-size: 3.4666666667vw;
  line-height: 2.4615384615;
  font-weight: 300;
}
@media (min-width: 768px) {
  .values-section .note {
    margin-top: 8.7037037037vw;
    font-size: 1.2962962963vw;
    line-height: 2.4285714286;
    letter-spacing: 0.03em;
    text-align: center;
  }
}
@media (min-width: 1024px) {
  .values-section .note {
    margin-top: 6.7142857143vw;
    font-size: 1vw;
  }
}
@media (min-width: 1500px) {
  .values-section .note {
    margin-top: 5.875rem;
    font-size: 0.875rem;
  }
}