@charset "UTF-8";
html {
  height: 100%;
  font-size: 10px; /* 1rem = 10px */
  background: #fff;
}

body {
  height: 100%;
  font-size: 16px;
  font-size: 1.6rem;
  color: #000;
  line-height: 1;
  font-family: 'Noto Sans JP','ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', '游ゴシック', YuGothic, 'メイリオ', Meiryo, 'Arimo', sans-serif;
  font-weight: 400;
}

a {
  color: #000;
  text-decoration: none;
  transition: all 1s;
}
a:hover {
  opacity: 0.7;
}

button, input, textarea {
  font-family: 'Noto Sans JP','ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', '游ゴシック', YuGothic, 'メイリオ', Meiryo, 'Arimo', sans-serif;
}

input[type=text], textarea, select {
  padding: 1em 1.5em;
  border: 1px solid #a4a4a4;
  border-radius: 6px;
  width: 100%;
}

button {
  cursor: pointer;
}

.input_normal {
  width: 100% !important;
}
.input_xsmall {
  width: 15% !important;
}
.input_small {
  width: 25% !important;
}
.input_xhalf {
  width: 40% !important;
}
.input_half {
  width: 50% !important;
}
.input_xmiddle {
  width: 65% !important;
}
.input_middle {
  width: 75% !important;
}
@media (max-width: 767px) {
  .input_small {
    width: 40% !important;
  }
}

/*----------------------
     html body
---------------------------------------- */
html,
body {
  width: 100%;
}

img {
  width: 100%;
}
@media (max-width: 767px) {
  img {
    max-width: 100%;
  }
}

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

@media (max-width: 767px) {
  .sp_hide {
    display: none !important;
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  .tab_hide {
    display: none !important;
  }
}

@media (min-width: 1024px) {
  .pc_hide {
    display: none !important;
  }
}

.tab_only {
  display: none;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .tab_only {
    display: block !important;
  }
}

@media (max-width: 767px) {
  .pc_only {
    display: none !important;
  }
}

.ellipsis {
  display: inline-block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

/*----------------------
     setting
---------------------------------------- */
/*----------------------
     parts
---------------------------------------- */
.pagination {
  display: flex;
  align-items: center;
  justify-content: center;
}

.pagination > ul {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 8px;
}

.pagination > ul > li {
  display: flex;
}

.pagination > ul > li:not(:first-of-type) {
  border-left: none;
}

.pagination > ul > li.current {
  color: #E60021;
}

.pagination > ul > li a,
.pagination > ul > li span {
  padding: 4px 10px;
}

.pagination .no_page_link span {
  padding: 4px 8px;
  display: block;
  border-radius: 50%;
  background: #EEEDEB;
  color: #B4B4B4;
}

.pagination .page_link a {
  padding: 4px 8px;
  display: block;
  border-radius: 50%;
  background: #000;
  color: #fff;
}

.form_input .input_radio label {
  display: flex;
  align-items: center;
  cursor: pointer;
}
.form_input .input_radio label input[type=radio] {
  position: absolute;
  opacity: 0;
}
.form_input .input_radio label span {
  display: block;
}
.form_input .input_radio label .sign {
  display: block;
  border: 1px solid #a4a4a4;
  width: 1.4em;
  height: 1.4em;
  border-radius: 50%;
  position: relative;
  transition: all 250ms ease;
  margin-right: 0.5em;
}
.form_input .input_radio label .sign:before {
  display: block;
  position: absolute;
  content: "";
  border-radius: 50%;
  width: 0.6em;
  height: 0.6em;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 2rem;
  transition: all 250ms ease;
  color: #fff;
  background: #eee;
}
.form_input .input_radio label input[type=radio]:checked + .sign:before {
  background: #E60021;
}
.form_input .input_checkbox {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.form_input .input_checkbox label {
  display: inline-flex;
  align-items: center;
  margin: 0 0.5em 0.5rem 0;
  cursor: pointer;
}
.form_input .input_checkbox label input[type=checkbox] {
  position: absolute;
  opacity: 0;
}
.form_input .input_checkbox label span {
  display: block;
}
.form_input .input_checkbox label .sign {
  display: block;
  border: 1px solid #a4a4a4;
  width: 1.4em;
  height: 1.4em;
  border-radius: 4px;
  position: relative;
  transition: all 250ms ease;
  margin-right: 0.5em;
}
.form_input .input_checkbox label .sign:before {
  content: "\e5ca";
  font-family: "Material Icons";
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 2rem;
  transition: all 250ms ease;
  color: #eee;
}
.form_input .input_checkbox label input[type=checkbox]:checked + .sign {
  background: #E60021;
  border-color: #E60021;
}

.parts_button_wrap {
  padding: 3rem 0;
  text-align: center;
}
.parts_button_transition {
  display: inline-block;
  padding: 1em 2em;
  border: 2px solid #000;
  color: #000;
  background: #fff;
  border-radius: 30px;
  font-size: 1.6rem;
  font-weight: 700;
  text-align: center;
  min-width: 20rem;
}
.parts_button_transition:hover {
  color: #fff;
  border: 2px solid #fff;
  background: #000;
}
.parts_button_send {
  display: inline-block;
  padding: 1em 2em;
  border: 2px solid #fff;
  color: #fff;
  background: #E60021;
  border-radius: 30px;
  font-size: 1.6rem;
  font-weight: 700;
  text-align: center;
  min-width: 20rem;
  transition: all 0.3s;
  letter-spacing: 1em;
  text-indent: 1em;
}
.parts_button_send:hover {
  color: #E60021;
  border: 2px solid #E60021;
  background: #fff;
}
.parts_button_send.disabled {
  display: inline-block;
  padding: 1em 2em;
  border: 2px solid #fff;
  color: #fff;
  background: #a4a4a4;
  border-radius: 30px;
  font-size: 1.6rem;
  font-weight: 700;
  text-align: center;
  min-width: 20rem;
  pointer-events: none;
  cursor: default;
}
.parts_button_send.disabled:hover {
  color: #a4a4a4;
  border: 2px solid #a4a4a4;
  background: #fff;
}
.parts_button_prev {
  display: inline-block;
  padding: 1em 2em;
  border: 2px solid #fff;
  color: #fff;
  background: #000;
  border-radius: 30px;
  font-size: 1.6rem;
  font-weight: 700;
  text-align: center;
  min-width: 20rem;
  height: 54px;
}
.parts_button_prev:hover {
  color: #000;
  border: 2px solid #000;
  background: #fff;
}
@media (max-width: 767px) {
  .parts_button_transition, .parts_button_send {
    padding: 1em 0.8em;
    width: 46vw;
    min-width: 46vw;
  }
}

.inner_link {
  color: #E60021;
}
.inner_link:hover {
  text-decoration: underline;
}

/*message error*/
.error {
  margin: 8px auto;
  padding: 4px 16px;
  width: 100%;
  color: #842029;
  background-color: #f8d7da;
  border: 1px solid #f5c2c7;
  border-radius: 4px;
}
.error .-title {
  margin-bottom: 8px;
}
.error li:not(:last-of-type) {
  margin-bottom: 4px;
}

.tel_link_switch {
  pointer-events: none;
  cursor: default;
}
@media (max-width: 767px) {
  .tel_link_switch {
    pointer-events: auto;
    cursor: pointer;
  }
}

/*----------------------
     contents
---------------------------------------- */
.header {
  width: 100%;
  position: fixed;
  z-index: 1000;
  background: #fff;
  border-bottom: 1px solid #0A3264;
  transition: height 0.3s;
  transition: border 0.3s;
}
.header_wrap {
  width: 100%;
  height: 8rem;
  position: relative;
}
.index .header {
  border-bottom: 1px solid #E6E6E6;
}
.header.minimum {
  border-bottom: 1px solid #E6E6E6;
  transition: all 0.3s;
}
.header_contents {
  width: 100%;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: all 0.3s;
  overflow: hidden;
}
.header_logo {
  margin-left: 10rem;
  max-width: 30%;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .header_logo {
    max-width: 25%;
    margin-left: 0.5em;
  }
}
@media (max-width: 767px) {
  .header {
    height: 5rem;
  }
  .header_wrap, .header_contents {
    height: 5rem;
  }
  .header_logo {
    max-width: 70%;
    margin-left: 0.5em;
  }
}

.header_nav {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  transition: all 0.3s;
}
.header_nav_wrap {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  transition: all 0.3s;
}
.header_nav_cell {
  width: 14.5rem;
  height: 8rem;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.6rem;
  font-weight: 700;
  transition: opacity 1s;
  transition: height 0.3s;
  line-height: 1.1;
}
.md_text {
  width: auto;
  padding: 1em 2em;
  margin-left: -2em;
}
.md_catalog {
  background: #EBEBEB;
}
.md_drawing {
  background: #2D2D2D;
  color: #fff;
  text-align: center;
  cursor: pointer;
}
.md_calendar {
  background: #E60021;
  color: #fff;
}
.md_tel {
  color: #E60021;
  border: 1px solid #E60021;
}
.md_map {
  background: #0A3264;
  color: #fff;
}
.md_tel_link {
  color: #E60021;
}
.md_icon {
  width: 2rem;
  height: 2rem;
  margin-right: 0.5em;
}
.md_logo {
  max-width: 4rem;
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}

@media (min-width: 1024px) {
  .tel_tool_tip {
    position: absolute;
    background: #F7F5F0;
    top: calc(100% + 1rem);
    padding: 1.6rem;
    border-radius: 1.6rem;
    opacity: 0;
    transition: all 0.3s;
    filter: drop-shadow(1px 3px 5px rgba(0, 0, 0, 0.2));
  }
  .tel_tool_tip:before {
    content: "";
    position: absolute;
    top: -24px;
    right: 50%;
    border: 15px solid transparent;
    border-top: 15px solid #F7F5F0;
    margin-left: -15px;
    transform: rotateZ(180deg);
  }
  .tel_tool_tip .md_tel_link {
    font-size: 3rem;
    padding: 0.5em 0 0 0;
  }
  .tel_tool_tip_hook {
    cursor: pointer;
  }
  .tel_tool_tip_hook2 {
    position: relative;
  }
  .tel_tool_tip_hook2 .tel_tool_tip {
    left: 50%;
    transform: translateX(-50%);
    width: 30rem;
    text-align: center;
  }
  .tel_tool_tip_hook:hover .tel_tool_tip {
    opacity: 1;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .tel_tool_tip {
    position: absolute;
    background: #F7F5F0;
    top: calc(100% + 1rem);
    padding: 1.6rem;
    border-radius: 1.6rem;
    opacity: 0;
    transition: all 0.3s;
    filter: drop-shadow(1px 3px 5px rgba(0, 0, 0, 0.2));
  }
  .tel_tool_tip:before {
    content: "";
    position: absolute;
    top: -24px;
    right: 50%;
    border: 15px solid transparent;
    border-top: 15px solid #F7F5F0;
    margin-left: -15px;
    transform: rotateZ(180deg);
  }
  .tel_tool_tip .md_tel_link {
    font-size: 3rem;
    padding: 0.5em 0 0 0;
  }
  .tel_tool_tip_hook {
    cursor: pointer;
  }
  .tel_tool_tip_hook2 {
    position: relative;
  }
  .tel_tool_tip_hook2 .tel_tool_tip {
    left: 50%;
    transform: translateX(-50%);
    width: 30rem;
    text-align: center;
  }
  .tel_tool_tip_hook:hover .tel_tool_tip {
    opacity: 1;
  }
  .header_nav_cell {
    width: 6.2em;
    font-size: 1.4rem;
    text-align: center;
  }
  .md_text {
    width: auto;
    padding: 1em 1em;
    margin-left: -1em;
  }
  .md_icon {
    display: none;
  }
}
@media (max-width: 767px) {
  .header_nav_cell {
    height: 5rem;
  }
}

.header_mega_nav {
  display: flex;
  justify-content: center;
  position: fixed;
  background: rgba(0, 0, 0, 0.7);
  padding: 1.6rem;
  padding-top: 100px;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 100;
  transition: all 0.3s;
  overflow: hidden;
}
.header_mega_nav.hide_mega {
  top: -300px;
}
.header_mega_nav.minimum_mega {
  padding-top: 60px;
}
.header_mega_nav .__item {
  background: #32cd32;
  color: #fff;
  border-radius: 1rem;
  padding: 2.4rem;
  margin: 1.6rem;
  text-align: center;
  display: flex;
  align-items: center;
}
.header_mega_nav .__image {
  width: 4rem;
  margin-right: 1.6rem;
}

.sp_yt_logo_block {
  margin-top: 2.4rem;
}
.sp_yt_logo img {
  width: auto;
}

.breadcrumb_wrap {
  margin: 1.6rem;
  width: 100%;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  max-width: 1080px;
}
.breadcrumb {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  font-size: 1.4rem;
  color: #646464;
  margin-left: 0.5em;
}
.breadcrumb li {
  display: flex;
  align-items: center;
}
.breadcrumb li:not(:last-child):after {
  content: "\e5e1";
  font-family: "Material Icons";
  display: block;
  padding: 0 0.5em;
}
.breadcrumb li a {
  color: #E60021;
  font-weight: 700;
}

.page_sub_title {
  background: #0A3264;
  min-height: 15rem;
  padding: 4rem 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-around;
  color: #fff;
  font-weight: 700;
}
.page_sub_title .jp_title {
  font-size: 3.2rem;
  padding-bottom: 0.8rem;
}
.page_sub_title .en_title {
  font-size: 1.4rem;
}
.page_sub_title h1 {
  width: 100%;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  line-height: 1.4;
  text-align: center;
}
@media (max-width: 767px) {
  .page_sub_title {
    padding: 2rem 0;
    min-height: 8rem;
  }
  .page_sub_title .jp_title {
    font-size: 2.4rem;
  }
}

.footer {
  border-top: #E6E6E6 1px solid;
}
.footer_wrap {
  width: 100%;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  max-width: 1080px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 2rem 0;
}
.footer .footer_nav {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.footer .footer_nav li:not(:last-child) {
  margin-right: 1em;
}
.footer_address {
  font-size: 1.4rem;
  margin-bottom: 0.6rem;
  line-height: 1.4;
}
.footer_copy_right {
  width: 100%;
  padding: 2rem 0;
  background: #E60021;
  color: #fff;
  font-size: 1.2rem;
  text-align: center;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .footer_wrap {
    flex-direction: column;
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .footer_logo {
    width: 30vw;
    margin-bottom: 1.6rem;
  }
  .footer .footer_nav {
    font-size: 1.4rem;
  }
}
@media (max-width: 767px) {
  .footer_wrap {
    flex-direction: column;
  }
  .footer_logo {
    width: 60vw;
    margin-bottom: 1.6rem;
  }
  .footer .footer_nav {
    flex-direction: column;
  }
  .footer .footer_nav_wrap {
    width: 100%;
    text-align: center;
  }
  .footer .footer_nav li {
    width: 100%;
    padding: 1.6rem;
    border-top: #E6E6E6 1px solid;
  }
  .footer .footer_nav li:not(:last-child) {
    margin-right: 0;
  }
}

.container_wrap {
  width: 100%;
  position: relative;
}
@media (max-width: 767px) {
  .container {
    margin-bottom: 5rem;
  }
}

.catch_copy {
  width: 100%;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  padding: 4rem 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.catch_copy ._logo {
  width: 14rem;
  height: 3.2rem;
  padding: 0 1rem;
}
.catch_copy ._text {
  font-weight: bold;
  font-size: 2.4rem;
  letter-spacing: 7.2px;
  padding: 0 1rem;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .catch_copy ._text {
    letter-spacing: 2px;
  }
}
@media (max-width: 767px) {
  .catch_copy {
    flex-direction: column;
  }
  .catch_copy ._logo {
    margin-bottom: 2.4rem;
  }
  .catch_copy ._text {
    font-size: 2rem;
    letter-spacing: 2px;
    line-height: 1.8;
    text-align: center;
  }
}

.main_visual {
  width: 100%;
  background: #F7F5F0;
}

.slider {
  margin-bottom: 0 !important;
}
.slider_thumb {
  width: 100%;
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
  padding: 2rem 0;
}
.slider_thumb ._list {
  display: flex;
  justify-content: center;
  align-items: center;
}
.slider_thumb ._list li {
  padding: 10px;
  width: 22rem;
}
.slider_thumb ._list .slick-track {
  transform: unset !important;
}

.slick-slide {
  transition: all ease-in-out 0.3s;
  opacity: 0.2;
}

.slick-active {
  opacity: 1;
}

.matter_movie {
  text-align: center;
}
@media (min-width: 1024px) {
  .matter_movie {
    margin-top: calc(7.6rem * 1);
    margin-bottom: calc(7.6rem * 1);
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .matter_movie {
    margin-top: calc(6rem * 1);
    margin-bottom: calc(6rem * 1);
  }
}
@media (max-width: 767px) {
  .matter_movie {
    margin-top: calc(4rem * 1);
    margin-bottom: calc(4rem * 1);
  }
}
.matter_movie iframe {
  margin: auto;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .matter_movie iframe {
    width: 90vw;
    height: 50.67vw;
  }
}
@media (max-width: 767px) {
  .matter_movie iframe {
    width: 90vw;
    height: 50.67vw;
  }
}

@media (min-width: 1024px) {
  .property_recommend {
    margin-top: calc(7.6rem * 1);
    margin-bottom: calc(7.6rem * 1);
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .property_recommend {
    margin-top: calc(6rem * 1);
    margin-bottom: calc(6rem * 1);
  }
}
@media (max-width: 767px) {
  .property_recommend {
    margin-top: calc(4rem * 1);
    margin-bottom: calc(4rem * 1);
  }
}
.property_recommend ._heading {
  text-align: center;
}
.property_recommend ._heading .upper {
  font-weight: bold;
  font-size: 6rem;
  letter-spacing: 1.2px;
  color: #E60021;
}
.property_recommend ._heading .lower {
  padding: 1.6rem;
  font-size: 1.8rem;
  font-weight: 700;
}
.property_recommend ._comment {
  text-align: center;
  line-height: 1.6;
}
.property_recommend ._list {
  width: 100%;
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 2.4rem;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.property_recommend ._list li {
  width: 29.4rem;
}
.property_recommend ._list .name {
  padding: 1.6rem 0;
  line-height: 1.8;
  font-size: 1.5rem;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .property_recommend {
    padding: 0 1rem;
  }
  .property_recommend ._list {
    justify-content: space-around;
  }
  .property_recommend ._list li {
    width: 30%;
  }
}
@media (max-width: 767px) {
  .property_recommend ._heading .upper {
    font-size: 4rem;
  }
  .property_recommend ._list {
    flex-direction: column;
  }
  .property_recommend ._list li {
    width: 90vw;
    margin: auto;
  }
}

.future {
  width: 100%;
  background: url(../images/bg_map.svg) no-repeat scroll center 10rem;
  background-size: 100%;
}
.future ._heading {
  text-align: center;
  font-weight: bold;
  font-size: 2.4rem;
  line-height: 1.8;
}
.future ._heading .lower {
  font-size: 4.2rem;
  line-height: 2.4;
}
.future ._description {
  margin: 6rem auto;
  color: #E60021;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 700;
}
.future ._description ._normal {
  font-size: 2rem;
}
.future ._description ._large {
  font-size: 8rem;
}
@media (max-width: 767px) {
  .future ._heading {
    text-align: center;
    font-weight: bold;
    font-size: 1.6rem;
    line-height: 1.8;
  }
  .future ._heading .lower {
    font-size: 2.2rem;
    line-height: 2.4;
  }
  .future ._description {
    margin: 4rem auto;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 700;
  }
  .future ._description ._normal {
    font-size: 1.3rem;
  }
  .future ._description ._large {
    font-size: 2.4rem;
  }
}
@media (min-width: 1024px) {
  .future_list_wrap {
    display: none;
  }
}
@media (max-width: 1023px) {
  .future_list_wrap {
    background-color: #F7F5F0;
    padding: 3rem 0;
  }
  .future_list > li {
    border: 1px solid #d71724;
    background: #fff;
    padding: 10px;
    margin: 10px;
    line-height: 1.6;
  }
  .future_list > li .dotted {
    height: 0;
    border: none;
    border-top: 2px dotted #666;
  }
  .future_list > li > p {
    margin-bottom: 0.8rem;
  }
  .future_list > li ._title {
    font-size: 2.4rem;
  }
  .future_list > li ._title2 {
    font-size: 1.8rem;
  }
  .future_list > li ._maincatch {
    font-size: 1.5rem;
  }
  .future_list > li ._reedcopy {
    font-size: 1.3rem;
  }
  .future_list > li .point_list li {
    display: flex;
    justify-content: flex-start;
    font-size: 1.2rem;
    line-height: 1.6;
  }
  .future_list > li .point_list li:before {
    content: attr(data-point);
  }
  .future_list .toggle_list {
    position: relative;
    cursor: pointer;
    transition: all 0.3s;
  }
  .future_list .toggle_list:after {
    content: url(../images/icon_plus.svg);
    position: absolute;
    right: 0.2rem;
    top: 0.2rem;
    width: 3rem;
  }
  .future_list .slide_open {
    transition: all 0.3s;
  }
  .future_list .slide_open:after {
    content: url(../images/icon_minus.svg);
    position: absolute;
    right: 0.2rem;
    top: 0.2rem;
    width: 3rem;
  }
  .future_list .toggle_target {
    display: none;
    padding: 0.1rem 0;
  }
}

.map {
  width: 100%;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  background: #F7F5F0;
  width: 100%;
  max-width: 1200px;
  text-align: center;
}
.map_wrap {
  margin-top: -8rem;
  z-index: 5;
}
.map svg {
  margin: auto;
}
@media (max-width: 767px) {
  .map svg {
    pointer-events: none;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .map svg {
    pointer-events: none;
  }
}
.map .icon_circle {
  cursor: pointer;
}
.map .icon_circle:hover path {
  fill: #E60021;
  transition: fill 0.3s ease-out;
}
.map .icon_circle:hover circle {
  fill: #fff;
  transition: fill 0.3s ease-out;
}
.map .icon_circle path, .map .icon_circle circle {
  transition: fill 0.3s ease-out;
}
.map .hide {
  display: none;
}
@media (max-width: 767px) {
  .map_wrap {
    margin-top: -3rem;
    margin-bottom: -3rem;
    z-index: 5;
  }
}

.iest {
  width: 100%;
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 1024px) {
  .iest {
    margin-top: calc(7.6rem * 1);
    margin-bottom: calc(7.6rem * 1);
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .iest {
    margin-top: calc(6rem * 1);
    margin-bottom: calc(6rem * 1);
  }
}
@media (max-width: 767px) {
  .iest {
    margin-top: calc(4rem * 1);
    margin-bottom: calc(4rem * 1);
  }
}
.iest ._text_image {
  text-align: center;
  margin-bottom: 4rem;
}
.iest ._text_image img {
  max-width: 56rem;
}
.iest ._logo {
  text-align: center;
}
.iest ._logo img {
  max-width: 16rem;
}
@media (max-width: 767px) {
  .iest ._text_image img {
    max-width: 90vw;
  }
}

/*----------------------
    brand page
---------------------------------------- */
@media (min-width: 1024px) {
  .section {
    margin-top: calc(7.6rem * 1);
    margin-bottom: calc(7.6rem * 1);
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .section {
    margin-top: calc(6rem * 1);
    margin-bottom: calc(6rem * 1);
  }
}
@media (max-width: 767px) {
  .section {
    margin-top: calc(4rem * 1);
    margin-bottom: calc(4rem * 1);
  }
}

.brand_exp {
  text-align: center;
  width: 100%;
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
}
.brand_exp ._copy {
  font-weight: bold;
  font-size: 2.4rem;
  line-height: 4rem;
  letter-spacing: 0.48px;
  margin-bottom: 2.4rem;
}
.brand_exp ._heading {
  font-weight: bold;
  font-size: 4.2rem;
  line-height: 5rem;
  letter-spacing: 0.84px;
  color: #E60021;
}
@media (min-width: 1024px) {
  .brand_exp ._diagram {
    margin-top: calc(7.6rem * 0.5);
    margin-bottom: calc(7.6rem * 0.5);
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .brand_exp ._diagram {
    margin-top: calc(6rem * 0.5);
    margin-bottom: calc(6rem * 0.5);
  }
}
@media (max-width: 767px) {
  .brand_exp ._diagram {
    margin-top: calc(4rem * 0.5);
    margin-bottom: calc(4rem * 0.5);
  }
}
.brand_exp ._chart {
  display: flex;
  justify-content: space-around;
  align-items: center;
}
.brand_exp ._chart figure {
  width: 46%;
}
.brand_exp ._chart ._upper {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.8;
  text-align: left;
  margin-bottom: 0.8rem;
}
.brand_exp ._chart ._lower {
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 1.8;
  text-align: left;
}
@media (max-width: 767px) {
  .brand_exp ._copy {
    font-size: 1.6rem;
    letter-spacing: -0.1rem;
    line-height: 2rem;
  }
  .brand_exp ._heading {
    font-size: 2.4rem;
  }
  .brand_exp ._chart {
    flex-direction: column;
    margin: 10px;
  }
  .brand_exp ._chart figure {
    width: 80%;
    margin-bottom: 2rem;
  }
  .brand_exp ._chart ._upper {
    font-size: 1.4rem;
    font-weight: 700;
    line-height: 1.6;
  }
  .brand_exp ._chart ._lower {
    font-size: 1.8rem;
    font-weight: 700;
    line-height: 1.8;
    text-align: left;
  }
}
.brand_compare {
  background: #F7F5F0;
  padding-bottom: 3rem;
}
@media (min-width: 1024px) {
  .brand_compare {
    margin-top: calc(7.6rem * 1);
    margin-bottom: calc(7.6rem * 1);
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .brand_compare {
    margin-top: calc(6rem * 1);
    margin-bottom: calc(6rem * 1);
  }
}
@media (max-width: 767px) {
  .brand_compare {
    margin-top: calc(4rem * 1);
    margin-bottom: calc(4rem * 1);
  }
}
.brand_compare figure {
  width: 100%;
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
  padding: 3rem;
}
.brand_compare ._balloon {
  width: 100%;
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
  background: #E60021;
  color: #fff;
  position: relative;
  display: block;
  padding: 1.2rem 0 1.4rem;
  font-weight: 700;
  text-align: center;
  margin-bottom: 6rem;
}
.brand_compare ._balloon:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -0.8rem;
  border: 1.6rem solid transparent;
  border-top: 1.6rem solid #E60021;
}
.brand_compare ._detail {
  text-align: center;
}
.brand_compare ._detail ._heading {
  font-weight: 700;
  font-size: 2.4rem;
  line-height: 3.6rem;
  margin-bottom: 2.4rem;
}
.brand_compare ._detail ._image {
  margin-bottom: 3.2rem;
}
.brand_compare ._detail ._pattern1 ._image img {
  max-width: 70rem;
}
.brand_compare ._detail ._pattern2 ._image img {
  max-width: 45rem;
}
@media (max-width: 767px) {
  .brand_compare ._detail ._heading {
    font-size: 1.8rem;
    line-height: 2.2rem;
  }
}
.brand_iest {
  text-align: center;
}
.brand_iest ._copy {
  font-weight: 700;
  font-size: 2rem;
  line-height: 2.8rem;
}
.brand_iest ._heading {
  font-weight: 700;
  font-size: 4.2rem;
  line-height: 5rem;
  color: #E60021;
}
.brand_iest ._detail {
  width: 100%;
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  justify-content: space-around;
  max-width: 92rem;
}
@media (min-width: 1024px) {
  .brand_iest ._detail {
    margin-top: calc(7.6rem * 0.5);
    margin-bottom: calc(7.6rem * 0.5);
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .brand_iest ._detail {
    margin-top: calc(6rem * 0.5);
    margin-bottom: calc(6rem * 0.5);
  }
}
@media (max-width: 767px) {
  .brand_iest ._detail {
    margin-top: calc(4rem * 0.5);
    margin-bottom: calc(4rem * 0.5);
  }
}
.brand_iest ._detail ._triangle {
  width: 100%;
  max-width: 32rem;
}
.brand_iest ._detail ._arrow {
  width: 100%;
  max-width: 5rem;
  transform: translateY(40%);
}
.brand_iest ._detail ._stage {
  width: 100%;
  max-width: 53rem;
  padding-top: 2.4rem;
}
.brand_iest ._detail ._stage ._caption {
  font-weight: 700;
  font-size: 1.8rem;
  line-height: 2.8rem;
}
@media (min-width: 1024px) {
  .brand_iest ._detail ._stage ._caption {
    margin-top: calc(7.6rem * 0.25);
    margin-bottom: calc(7.6rem * 0.25);
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .brand_iest ._detail ._stage ._caption {
    margin-top: calc(6rem * 0.25);
    margin-bottom: calc(6rem * 0.25);
  }
}
@media (max-width: 767px) {
  .brand_iest ._detail ._stage ._caption {
    margin-top: calc(4rem * 0.25);
    margin-bottom: calc(4rem * 0.25);
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .brand_iest ._detail {
    max-width: 92%;
  }
}
@media (max-width: 767px) {
  .brand_iest ._copy {
    font-size: 1.6rem;
  }
  .brand_iest ._heading {
    font-size: 2.4rem;
  }
  .brand_iest ._detail {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .brand_iest ._detail > div {
    padding: 0 20px;
  }
  .brand_iest ._detail ._arrow {
    max-width: 4rem;
    padding: 0;
    transform: rotateZ(90deg) translateX(20px);
  }
  .brand_iest ._detail ._stage ._caption {
    font-size: 1.6rem;
  }
}

/*----------------------
     property detail
---------------------------------------- */
.property .container_wrap {
  width: 100%;
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 1024px) {
  .property .container_wrap {
    margin-top: calc(7.6rem * 1);
    margin-bottom: calc(7.6rem * 1);
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .property .container_wrap {
    margin-top: calc(6rem * 1);
    margin-bottom: calc(6rem * 1);
  }
}
@media (max-width: 767px) {
  .property .container_wrap {
    margin-top: calc(4rem * 1);
    margin-bottom: calc(4rem * 1);
  }
}
.property .property_list_link {
  border: 2px solid #fff;
  display: block;
  margin-bottom: 2.4rem;
  padding: 0.4rem;
  transition: all 0.3s;
}
.property .property_list_link:hover {
  border: 2px solid #E60021;
  opacity: 1;
}
.property_copy {
  margin-bottom: 1.6rem;
  line-height: 1.6;
}
.property_detail_copy {
  font-size: 2rem;
  text-align: center;
  line-height: 1.6;
}
@media (min-width: 1024px) {
  .property_detail_copy {
    margin-top: calc(7.6rem * 1);
    margin-bottom: calc(7.6rem * 1);
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .property_detail_copy {
    margin-top: calc(6rem * 1);
    margin-bottom: calc(6rem * 1);
  }
}
@media (max-width: 767px) {
  .property_detail_copy {
    margin-top: calc(4rem * 1);
    margin-bottom: calc(4rem * 1);
  }
}
.property .list_title {
  margin: 0 auto;
  display: inline-flex;
  align-items: center;
  border-bottom: 2px solid #000;
  font-size: 1.8rem;
  padding-bottom: 0.5em;
  font-weight: 700;
}
.property .list_title_wrap {
  text-align: center;
}
@media (min-width: 1024px) {
  .property .list_title_wrap {
    margin-top: calc(7.6rem * 0.5);
    margin-bottom: calc(7.6rem * 0.5);
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .property .list_title_wrap {
    margin-top: calc(6rem * 0.5);
    margin-bottom: calc(6rem * 0.5);
  }
}
@media (max-width: 767px) {
  .property .list_title_wrap {
    margin-top: calc(4rem * 0.5);
    margin-bottom: calc(4rem * 0.5);
  }
}
.property .list_title .now {
  font-size: 1.4rem;
  font-weight: 400;
}
.property .property_list_wrap {
  display: flex;
  justify-content: space-between;
}
.property .property_list_wrap ._images {
  width: 29.4rem;
}
.property .property_list_wrap ._images .list_main_image {
  margin-bottom: 0.8rem;
}
.property .property_list_wrap ._images .list_lower_image {
  display: flex;
  justify-content: space-between;
}
.property .property_list_wrap ._images .list_lower_image figure {
  width: 48%;
  display: flex;
  align-items: center;
}
.property .property_list_wrap ._images .list_lower_image figure img {
  width: 100%;
}
.property .property_list_wrap ._detail {
  width: 62.7rem;
  padding-left: 0.5em;
}
.property .property_list_wrap ._detail td {
  position: relative;
}
.property .property_list_wrap ._detail .list_map {
  position: absolute;
  top: 25%;
  right: 1rem;
  transform: rotateY(-50%);
  width: 4em;
}
.property .property_list_wrap ._detail .list_map a {
  display: block;
  color: #0A3264;
  border: 1px solid #0A3264;
  border-radius: 2rem;
  text-align: center;
  font-size: 1.4rem;
  padding: 0.4rem;
}
.property .property_list_wrap ._detail .list_map a:hover {
  color: #fff;
  background: #0A3264;
}
.property .property_list_wrap ._detail .property_name {
  font-size: 1.8rem;
  font-weight: 700;
  margin-bottom: 0.8em;
}
.property .property_list_wrap .list_recommend {
  margin: 0.8rem 0;
  line-height: 1.8;
}
@media (max-width: 767px) {
  .property .property_list_wrap {
    flex-direction: column;
  }
  .property .property_list_wrap ._images {
    width: 96%;
  }
  .property .property_list_wrap ._detail {
    width: 96%;
  }
  .property .property_list_wrap ._detail td {
    font-size: 1.4rem;
    line-height: 1.6;
  }
  .property .property_list_wrap ._detail .list_map {
    display: inline-block;
    margin-left: 0.5em;
    position: relative;
    top: auto;
    right: auto;
    transform: rotateY(0);
    width: 4em;
    line-height: 1;
  }
  .property .property_list_wrap ._detail .property_name {
    font-size: 1.8rem;
    font-weight: 700;
    margin-top: 0.8em;
  }
}
.property .info_list td.md_price {
  color: #E60021;
  font-size: 1.8rem;
  vertical-align: super;
  padding: 0.5em;
}
.property .ut_price {
  font-size: 3rem;
}
.property .ut_text {
  font-size: 1.6rem;
}
@media (max-width: 767px) {
  .property .ut_text {
    font-size: 1.4rem;
  }
}
.property_slider_wrap {
  width: 100%;
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  justify-content: space-between;
}
.property .main_slider {
  max-width: 590px;
  position: relative;
}
.property .thumbnail_slider {
  width: 290px;
}
.property .slider_list .slick-track {
  transform: unset !important;
}
.property .info_list {
  width: 100%;
}
@media (min-width: 1024px) {
  .property .info_list_wrap {
    margin-top: calc(7.6rem * 1);
    margin-bottom: calc(7.6rem * 1);
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .property .info_list_wrap {
    margin-top: calc(6rem * 1);
    margin-bottom: calc(6rem * 1);
  }
}
@media (max-width: 767px) {
  .property .info_list_wrap {
    margin-top: calc(4rem * 1);
    margin-bottom: calc(4rem * 1);
  }
}
.property .info_list th, .property .info_list td {
  font-size: 1.4rem;
  padding: 1em;
  border-bottom: #E6E6E6 1px solid;
  vertical-align: middle;
}
.property .info_list th {
  background: #F7F5F0;
  font-weight: 700;
  width: 15%;
}
.property .info_list .at_th:nth-child(even) {
  border-right: #E6E6E6 1px solid;
}
.property .info_list td {
  width: 35%;
}
.property .page_detail_list_wrap {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin: 3rem 0;
}
.property .wrap_page_detail_list_table {
  width: 65%;
}
.property .wrap_page_detail_list_button {
  width: 31%;
}
.property .ly_detail_list {
  width: 100%;
}
.property .ly_detail_list th,
.property .ly_detail_list td {
  font-size: 1.4rem;
}
.property .ly_detail_list th {
  width: 120px;
}
.property .ly_detail_list td {
  width: auto;
}
.property .ly_detail_list .ut_text {
  font-size: 1.4rem;
}
.property .ly_header_nav .md_icon,
.property .ly_contents_nav .md_icon {
  width: 2rem;
  height: 2rem;
  margin-right: 0.5em;
}
.property .ly_contents_nav {
  width: 29.4rem;
  height: 8rem;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  font-size: 1.6rem;
  font-weight: 700;
}
@media (min-width: 1024px) {
  .property .page_parts_wrap {
    margin-top: calc(7.6rem * 1);
    margin-bottom: calc(7.6rem * 1);
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .property .page_parts_wrap {
    margin-top: calc(6rem * 1);
    margin-bottom: calc(6rem * 1);
  }
}
@media (max-width: 767px) {
  .property .page_parts_wrap {
    margin-top: calc(4rem * 1);
    margin-bottom: calc(4rem * 1);
  }
}
.property .wrap_page_parts {
  margin: 6rem 0;
}
.property .ly_parts_heading {
  border-left: 5px solid #E60021;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  font-size: 2rem;
  font-weight: 700;
  padding-left: 1em;
  min-height: 2.5rem;
}
.property .ly_parts_text {
  font-size: 1.6rem;
  line-height: 1.8;
  margin: 1.6rem 0;
}
.property .wrap_parts_image {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
}
.property .wrap_parts_image:after {
  content: "";
  display: block;
  width: 30rem;
}
.property .ly_parts_image_block {
  width: 30rem;
}
.property .md_block_image {
  width: 100%;
  height: 30rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #EBEBEB;
  margin: 0.8rem 0;
}
.property .md_block_image_caption {
  width: 100%;
  line-height: 1.8;
  font-size: 1.4rem;
  margin: 0.8rem 0;
}
.property .ly_page_button {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  margin: 3rem 0;
}
.property .ly_page_link {
  text-align: center;
  font-weight: 700;
}
.property .ly_parts_map {
  margin: 1.6rem 0;
}
.property .ly_parts_map iframe {
  width: 100%;
  height: 43rem;
}
.property .ly_transition {
  padding: 1em 2em;
  border: 2px solid #000;
  border-radius: 3rem;
  height: 6rem;
  font-size: 1.6rem;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
.property .ly_transition:hover {
  color: #fff;
  background: #000;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .property .ly_parts_image_block {
    width: 30vw;
  }
  .property .container_wrap {
    width: 90%;
    margin-right: auto;
    margin-left: auto;
  }
  .property .property_slider_wrap {
    flex-direction: column;
  }
  .property .main_slider {
    width: 100%;
    margin: auto;
  }
  .property .thumbnail_slider {
    width: 100%;
    margin-top: 2rem;
  }
  .property .page_detail_list_wrap {
    flex-wrap: wrap;
  }
  .property .wrap_page_detail_list_table {
    width: 100%;
  }
  .property .tab_flex {
    display: flex;
  }
  .property .wrap_page_detail_list_button {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .property .slider_list {
    display: none;
  }
  .property .main_slider {
    width: 100%;
    margin: auto;
  }
  .property .property_slider_wrap {
    margin: 0 auto 9rem;
    width: 90%;
  }
  .property .slick-next,
  .property .slick-prev {
    top: 105% !important;
    width: 40px !important;
    height: 40px !important;
  }
  .property .slick-prev {
    left: 10% !important;
  }
  .property .slick-next {
    right: 10% !important;
  }
  .property .slick-menu {
    position: absolute;
    z-index: 3;
    top: 103%;
    /* cursor: pointer; */
    outline: none;
    background: #fff;
    /* border-radius: 50%; */
    height: 40px;
    width: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    /* box-shadow: 0 0 8px rgba(0,0,0,0.2); */
    left: calc(50% - 30px);
  }
  .property .info_list tr {
    display: flex;
    flex-wrap: wrap;
  }
  .property .info_list th,
  .property .info_list td {
    display: block;
  }
  .property .info_list th {
    width: 30%;
  }
  .property .info_list td {
    width: 70%;
  }
  .property .wrap_page_parts {
    width: 96%;
    margin: 3rem auto;
  }
  .property .tab_flex {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  .property .page_detail_list_wrap {
    flex-wrap: wrap;
  }
  .property .wrap_page_detail_list_table,
  .property .wrap_page_detail_list_button {
    width: 100%;
  }
  .property .ly_contents_nav {
    width: 46%;
  }
  .property .wrap_page_detail_list_button {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 3rem 0;
  }
  .property .md_catalog,
  .property .md-calender {
    width: 48%;
  }
  .property .md_tel {
    width: 100%;
    border: none;
    height: 4rem;
  }
  .property .ly_recommend {
    width: 96%;
  }
  .property .ly_parts_image_block {
    width: 46vw;
  }
  .property .md_block_image {
    height: 48%;
  }
  .property .md_block_image_caption {
    font-size: 1.2rem;
  }
  .property .ly_footer_logo {
    width: 50%;
  }
  .property .wrap_footer {
    flex-direction: column;
  }
  .property .ly_footer_nav {
    flex-direction: column;
  }
  .property .wrap_footer_nav {
    margin: 3rem 0;
    border-top: #E6E6E6 1px solid;
    width: 100%;
  }
  .property .ly_footer_nav li {
    width: 100%;
    padding: 1.6rem;
    border-bottom: #E6E6E6 1px solid;
  }
  .property .ly_footer_nav li:not(:last-child) {
    margin-right: 0;
  }
  .property_copy {
    font-size: 1.4rem;
    margin-bottom: 1.4rem;
    line-height: 1.4;
  }
  .property_detail_copy {
    font-size: 1.6rem;
    text-align: center;
    line-height: 1.4;
  }
}
@media (max-width: 767px) and (min-width: 1024px) {
  .property_detail_copy {
    margin-top: calc(7.6rem * 0.5);
    margin-bottom: calc(7.6rem * 0.5);
  }
}
@media (max-width: 767px) and (min-width: 768px) and (max-width: 1023px) {
  .property_detail_copy {
    margin-top: calc(6rem * 0.5);
    margin-bottom: calc(6rem * 0.5);
  }
}
@media (max-width: 767px) and (max-width: 767px) {
  .property_detail_copy {
    margin-top: calc(4rem * 0.5);
    margin-bottom: calc(4rem * 0.5);
  }
}

/*----------------------
     inquiry / contact
---------------------------------------- */
.contact_form_wrap {
  width: 100%;
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 1024px) {
  .contact_form_wrap {
    margin-top: calc(7.6rem * 1);
    margin-bottom: calc(7.6rem * 1);
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .contact_form_wrap {
    margin-top: calc(6rem * 1);
    margin-bottom: calc(6rem * 1);
  }
}
@media (max-width: 767px) {
  .contact_form_wrap {
    margin-top: calc(4rem * 1);
    margin-bottom: calc(4rem * 1);
  }
}
.contact_form .contact_message {
  text-align: center;
  font-size: 1.8rem;
}
@media (min-width: 1024px) {
  .contact_form .contact_message {
    margin-top: calc(7.6rem * 1);
    margin-bottom: calc(7.6rem * 1);
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .contact_form .contact_message {
    margin-top: calc(6rem * 1);
    margin-bottom: calc(6rem * 1);
  }
}
@media (max-width: 767px) {
  .contact_form .contact_message {
    margin-top: calc(4rem * 1);
    margin-bottom: calc(4rem * 1);
  }
}
.contact_form .form_table {
  width: 100%;
}
.contact_form .form_table th, .contact_form .form_table td {
  padding: 1em;
}
.contact_form .form_table th {
  vertical-align: middle;
  font-weight: 700;
  width: 25%;
  line-height: 1.6;
}
.contact_form .form_table .required {
  color: #E60021;
  display: inline-block;
  margin-top: 0.2rem;
}
.contact_form .form_table .any {
  color: #1970db;
  display: inline-block;
  margin-top: 0.2rem;
}
.contact_form .form_table .note {
  margin-top: 0.8rem;
  font-size: 90%;
}
.contact_form .contact_type {
  display: flex;
  flex-wrap: wrap;
}
.contact_form .contact_type label {
  width: 48.5%;
  margin-bottom: 0.5em;
}
.contact_form .contact_type label:last-child {
  width: 100%;
}
.contact_form .contact_type label:last-child input[type=text] {
  margin-left: 1em;
}
.contact_form .desired_time label {
  min-width: 31%;
}
.contact_form .aggrement {
  text-align: center;
  margin: 3.2rem 0;
}
.contact_form .aggrement div {
  display: inline-block;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .contact_form .contact_type label, .contact_form .desired_time label {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .contact_form .contact_type label, .contact_form .desired_time label {
    width: 100%;
  }
  .contact_form .form_table th, .contact_form .form_table td {
    display: block;
    width: 100%;
  }
  .contact_form .form_table th {
    padding-bottom: 0.5em;
    border-top: 1px solid #a4a4a4;
  }
  .contact_form .form_table td {
    padding-top: 0.5em;
  }
}

/*----------------------
     humb menu
---------------------------------------- */
@media (max-width: 767px) {
  .sp_open_btn {
    position: fixed;
    z-index: 510;
    top: -6px;
    right: 6px;
    cursor: pointer;
    width: 5rem;
    height: 5rem;
    margin: 0.6rem 0;
  }
  .sp_open_btn span {
    display: inline-block;
    position: absolute;
    left: 1.4rem;
    height: 0.3rem;
    border-radius: 2px;
    background: #666;
    width: 45%;
    transition: all 0.4s;
  }
  .sp_open_btn span:nth-child(1) {
    top: 15px;
  }
  .sp_open_btn span:nth-child(2) {
    top: 23px;
  }
  .sp_open_btn span:nth-child(3) {
    top: 31px;
  }
  .sp_open_btn.active span:nth-of-type(1) {
    top: 18px;
    left: 18px;
    transform: translateY(6px) rotate(-45deg);
    width: 30%;
  }
  .sp_open_btn.active span:nth-of-type(2) {
    opacity: 0;
  }
  .sp_open_btn.active span:nth-of-type(3) {
    top: 30px;
    left: 18px;
    transform: translateY(-6px) rotate(45deg);
    width: 30%;
  }
}

@media (max-width: 767px) {
  .sp_nav {
    position: fixed;
    z-index: 500;
    top: 0;
    right: -120%;
    width: 100%;
    height: 100vh;
    transition: all 0.6s;
  }
  .sp_nav.panel_active {
    right: 0;
    width: 100%;
  }
  .sp_nav.header_nav_wrap {
    width: 100%;
    background: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 30%, #fff 30%, #fff 100%);
  }
  .sp_nav.header_nav_wrap .header_nav {
    width: 70%;
    z-index: 500;
    background: rgb(255, 255, 255);
    flex-direction: column;
  }
  .sp_nav.header_nav_wrap .header_nav li {
    width: 100%;
  }
  .sp_nav.header_nav_wrap .header_nav_cell {
    width: 100%;
  }
  .sp_nav.header_nav_wrap .header_nav .md_text {
    margin: 0;
  }
}

@media (min-width: 768px) {
  .side_bn {
    position: fixed;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
  }
  .side_bn .side_bn_sp {
    display: none;
  }
  .side_bn > div {
    display: grid;
    gap: 1rem;
  }
  .side_bn a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 8rem;
    background: #32cd32;
    color: #fff;
    border-radius: 10px 0 0 10px;
    height: 15rem;
    writing-mode: vertical-rl;
    line-height: 1.4;
  }
  .side_bn a.andhaus {
    background: #eba032;
  }
  .side_bn .side_bn_icon {
    width: 60%;
    margin-bottom: 1.6rem;
  }
}
@media (max-width: 767px) {
  .side_bn {
    position: fixed;
    right: 0;
    bottom: 0;
    width: 100%;
  }
  .side_bn .side_bn_pc {
    display: none;
  }
  .side_bn .side_bn_sp {
    display: flex;
  }
  .side_bn a {
    width: 100%;
    display: block;
    position: relative;
    align-items: center;
    justify-content: flex-start;
    background: #32cd32;
    color: #fff;
    padding: 1em 0.5em;
    line-height: 1.2;
    font-size: 1.4rem;
    font-weight: 700;
    border-inline: 1px solid #fff;
    display: flex;
    gap: 1rem;
  }
  .side_bn a span {
    display: block;
    width: 100%;
    text-align: center;
  }
  .side_bn a.andhaus {
    background: #eba032;
  }
  .side_bn .side_bn_icon_single {
    width: 10%;
    margin-right: 1em;
    display: block;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 10vw;
    position: relative;
    width: 20%;
  }
  .side_bn .side_bn_icon {
    position: relative;
    width: 30%;
  }
}

@media (max-width: 767px) {
  body:not(.higashimae) .footer_copy_right {
    padding-bottom: 10rem;
  }
}
/*----------------------
     page top
---------------------------------------- */
.page_top {
  position: fixed;
  right: 10px;
  z-index: 2;
  opacity: 0;
  transform: translateY(100px);
}
.page_top span {
  display: block;
  width: 7rem;
  height: 7rem;
  transition: all 0.3s;
  cursor: pointer;
}
.page_top span:hover {
  opacity: 0.7;
}
.page_top.upMove {
  animation: UpAnime 0.5s forwards;
}
.page_top.downMove {
  animation: DownAnime 0.5s forwards;
}

@keyframes UpAnime {
  from {
    opacity: 0;
    transform: translateY(180px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes DownAnime {
  from {
    opacity: 1;
    transform: translateY(0);
  }
  to {
    opacity: 1;
    transform: translateY(180px);
  }
}