@charset "UTF-8";
/*//////////////////////////////////////////////////////////

Copyright (C) LOCAS All Rights Reserved.
------------------------------------------------------------
CSS information
 file name  :  layout.css
 style info :  リセットファイル
 admin info :  

//////////////////////////////////////////////////////////*/
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section {
  display: block;
}
audio[controls], canvas, video {
  display: inline-block;
  *display: inline;
  zoom: 1;
}
html {
  overflow-y: scroll;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
body, div, dl, dt, dd, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td, ul {
  margin: 0;
  padding: 0;
}
body, button, input, select, textarea {
  font-family: inherit;
  font-size: 100%;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b, strong {
  font-weight: bold;
}
blockquote {
  margin: 1em 40px;
}
dfn {
  font-style: italic;
}
mark {
  background: #ff0;
  color: #000;
}
pre, code, kbd, samp {
  font-family: monospace, monospace;
  _font-family: "courier new", monospace;
  font-size: 1em;
}
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}
q {
  quotes: none;
}
q:before, q:after {
  content: "";
  content: none;
}
small {
  font-size: 75%;
}
sub {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
ul, ol {
  margin: 0;
  padding: 0;
}
dd {
  margin: 0px;
}
nav ul, nav ol {
  list-style: none;
}
img {
  border: 0;
  -ms-interpolation-mode: bicubic;
}
svg:not(:root) {
  overflow: hidden;
}
figure, form {
  margin: 0;
}
fieldset {
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  *margin-left: -7px;
}
button, input, select, textarea {
  font-size: 100%;
  margin: 0;
  vertical-align: baseline;
  *vertical-align: middle;
}
button, input {
  line-height: normal;
  *overflow: visible;
}
button {
  cursor: pointer;
  -webkit-appearance: button;
}
input[type="button"], input[type="reset"], input[type="submit"] {
  cursor: pointer;
  -webkit-appearance: button;
}
input[type="checkbox"], input[type="radio"] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
input[type="search"] {
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
  vertical-align: top;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
address, caption, cite, code, dfn, em, strong, th, var {
  font-style: normal;
}
h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
  font-size: 100%;
}
img, abbr, acronym, fieldset {
  border: 0;
}
li {
  list-style: none;
}
/*画像を縦に並べた時に余白が出ないように*/
img {
  vertical-align: top;
  font-size: 0;
  line-height: 0;
}
/*box-sizingを全ブラウザに対応*/
* {
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}
*:before, *:after {
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}
.ie6_error, .no_script {
  background: #f66;
  padding: 100px;
  text-align: center;
  font-size: 150%;
  color: #333;
}
.flt {
  float: left;
}
.flr {
  float: right;
}
.txt_l, td.txt_l, .txt_l td {
  text-align: left;
}
.txt_r, td.txt_r, .txt_r td {
  text-align: right;
}
.txt_c, td.txt_c, .txt_c td {
  text-align: center;
}
.valign_t, td.valign_t, .valign_t td {
  vertical-align: top;
}
.valign_m, td.valign_m, .valign_m td {
  vertical-align: middle;
}
.valign_b, td.valign_b, .valign_b td {
  vertical-align: bottom;
}
.clear {
  clear: both;
}
.clearfix {
  zoom: 1;
}
.clearfix:before {
  content: "";
  display: block;
}
.clearfix:after {
  content: "";
  display: block;
  clear: both;
}
.img_bd {
  border: solid 1px #e8e8e8;
}
.c_red {
  color: #ff3425;
}
html {
  width: 100%;
}
body {
  font: 400 16px/1.8 "Zen Kaku Gothic New", sans-serif;
  color: #003a57;
  text-align: justify;
  letter-spacing: 0.03em;
}
a {
  text-decoration: none;
  color: #003a57;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
a:link, a:active, a:visited {
  text-decoration: none;
}
img {
  max-width: 100%;
  height: auto;
}
img[src$=".svg"] {
  max-width: 100%;
  width: 100%;
  height: auto;
}
@media screen and (max-width: 767px) {
  .pc {
    display: none !important;
  }
}
.sp {
  display: none !important;
}
@media screen and (max-width: 767px) {
  .sp {
    display: inherit !important;
  }
}
.nodisplay {
  display: none !important;
}
header.top .header_box, header.white .header_box {
  background-color: transparent;
}
header.top .header_logo, header.white .header_logo {
  position: relative;
}
header.top .header_logo::before, header.white .header_logo::before {
  content: "";
  width: 100%;
  height: 100%;
  background: url(../images/logo_white.svg) no-repeat center/contain;
  position: absolute;
  top: 0;
  left: 0;
}
header.top .header_logo img, header.white .header_logo img {
  opacity: 0;
}
header.top .menu_line, header.white .menu_line {
  border-color: #fff;
}
header.top .menu_line::before, header.top .menu_line::after, header.white .menu_line::before, header.white .menu_line::after {
  border-color: #fff;
}
header.top .menu_txt::before, header.white .menu_txt::before {
  color: #fff;
}
.header_box {
  padding: 20px;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 5;
  background: #fff;
  opacity: 0.9;
}
.sectionCta {
  margin: 0 auto 100px;
}
@media screen and (max-width: 767px) {
  .header_box {
    padding: 16px 20px;
  }
}
.header_logo {
  width: 186px;
}
.side_navi {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 6;
}
.menu-trigger {
  display: inline-block;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  margin: auto;
  width: 90px;
  height: 80px;
  z-index: 6;
  border: none;
  background-color: transparent;
  text-align: center;
  position: relative;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .menu-trigger {
    width: 70px;
    height: 70px;
  }
}
.menu_line {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 20px;
  left: 8px;
  margin: auto;
  padding: 0 0 0 8px;
  width: 20px;
  height: 1px;
  border-bottom: 1px solid #00a9c9;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.menu_line::before, .menu_line::after {
  content: "";
  position: absolute;
  right: 0px;
  display: block;
  width: 28px;
  height: 100%;
  border-bottom: 1px solid #00a9c9;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.menu_line::before {
  top: -8px;
}
@media screen and (max-width: 767px) {
  .menu_line::before {
    top: -8px;
  }
}
.menu_line::after {
  top: 8px;
}
@media screen and (max-width: 767px) {
  .menu_line::after {
    top: 8px;
  }
}
.menu_txt {
  position: absolute;
  bottom: 16px;
  left: 0;
  right: 0;
  margin: auto;
}
.menu_txt::before {
  content: "MENU";
  color: #00a9c9;
  font-family: "Josefin Sans", sans-serif;
  font-size: 0.7em;
  letter-spacing: 0.12em;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.menu-trigger[aria-expanded="true"] {
  background-color: #fff;
}
.menu-trigger[aria-expanded="true"] .menu_line {
  border-color: transparent;
  border: none;
}
.menu-trigger[aria-expanded="true"] .menu_line::before, .menu-trigger[aria-expanded="true"] .menu_line::after {
  top: 0;
  border-color: #00a9c9;
}
.menu-trigger[aria-expanded="true"] .menu_line::before {
  -webkit-transform: rotate(35deg);
  transform: rotate(35deg);
}
.menu-trigger[aria-expanded="true"] .menu_line::after {
  -webkit-transform: rotate(-35deg);
  transform: rotate(-35deg);
}
.menu-trigger[aria-expanded="true"] .menu_txt::before {
  content: "CLOSE";
  color: #00a9c9;
}
#overlay {
  display: block;
  width: 90%;
  max-width: 520px;
  height: 100%;
  padding: 90px 40px;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 3;
  background: #00a9c9;
  overflow-y: scroll;
  opacity: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  visibility: hidden;
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
}
@media screen and (max-width: 767px) {
  #overlay {
    padding: 66px 30px;
  }
}
#overlay.active {
  height: 100%;
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateX(0);
  transform: translateX(0);
}
#gnavi {
  margin: 0 0 1em;
}
@media screen and (max-width: 767px) {
  #gnavi {
    margin: 0 0 25px;
  }
}
#gnavi > ul > li {
  border-bottom: 1px solid #fff;
}
#gnavi > ul > li > a {
  display: block;
  padding: 0.5em;
  background: url(../images/arrow_right_white.svg) no-repeat center right 0.5em/5px 10px;
  color: #fff;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  #gnavi > ul > li > a {
    padding: 1em 0.5em;
  }
}
#gnavi dl dt {
  color: #fff;
  font-weight: 700;
  padding: 0.5em;
  cursor: pointer;
  position: relative;
}
@media screen and (max-width: 767px) {
  #gnavi dl dt {
    padding: 1em 0.5em;
  }
}
#gnavi dl dt.active::after {
  content: none;
}
#gnavi dl dt::before {
  content: "";
  width: 9px;
  height: 1px;
  border-bottom: 1px solid #fff;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0.5em;
  margin: auto;
}
#gnavi dl dt::after {
  content: "";
  width: 1px;
  height: 9px;
  border-right: 1px solid #fff;
  position: absolute;
  top: 0;
  bottom: 0;
  right: calc(0.5em + 4px);
  margin: auto;
}
#gnavi dl dd {
  display: none;
  padding: 0 0.5em 0.75em;
}
@media screen and (max-width: 767px) {
  #gnavi dl dd {
    padding: 0 0.5em 1.5em;
  }
}
#gnavi dl dd ul li:not(:last-child) {
  margin: 0 0 0.5em;
}
@media screen and (max-width: 767px) {
  #gnavi dl dd ul li:not(:last-child) {
    margin: 0 0 0.75em;
  }
}
#gnavi dl dd ul li a {
  display: inline-block;
  padding: 0 0 0 1em;
  background: url(../images/arrow_right_white.svg) no-repeat left/5px 10px;
  color: #fff;
}
@media screen and (max-width: 767px) {
  #gnavi dl dd ul li a {
    font-size: 0.87em;
  }
}
.list_navi_button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  max-width: 385px;
  margin: 0 auto 1em;
}
@media screen and (max-width: 767px) {
  .list_navi_button {
    margin: 0 auto 20px;
  }
}
.list_navi_button li {
  width: calc(50% - 1px);
  margin: 0 0 3px;
}
@media screen and (max-width: 767px) {
  .list_navi_button li {
    width: 100%;
    margin: 0 0 10px;
  }
}
.list_navi_button li a {
  display: block;
  padding: 1em;
  background-color: #fff;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .list_navi_button li a {
    padding: 0.75em;
  }
}
.list_navi_button li a:hover {
  background-color: rgba(255, 255, 255, 0.8);
}
.list_navi_button li a span {
  padding: 0 0 0 20px;
  color: #00a9c9;
  font-weight: 700;
}
.list_navi_button li a span.event {
  background: url(../images/icon_search_blue.svg) no-repeat left/18px 18px;
}
.list_navi_button li a span.modelhouse {
  background: url(../images/icon_pin_blue.svg) no-repeat left/18px 18px;
}
.list_navi_button li a span.sale {
  background: url(../images/icon_house_blue.svg) no-repeat left/18px 18px;
}
.list_navi_button li a span.catalog {
  background: url(../images/icon_catalog_blue.svg) no-repeat left/18px 18px;
}
.box_navi {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  max-width: 385px;
  min-height: 80px;
  padding: 15px 0;
  margin: auto;
  border: 1px solid #fff;
  border-bottom: none;
  color: #fff;
}
.box_navi.bottom {
  margin: 0 auto 1em;
  border-bottom: 1px solid #fff;
}
.box_navi:hover {
  background-color: rgba(255, 255, 255, 0.2);
}
.box_navi .txt {
  font-size: 0.87em;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
}
.box_navi .tel {
  margin: 2px 0 0;
  font-size: 1.62em;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.1em;
  text-align: center;
}
.box_navi .tel span {
  display: inline-block;
  padding: 0 0 0 27px;
  background: url(../images/icon_tel_white.svg) no-repeat left/22px 22px;
}
.box_navi .email {
  font-size: 0.87em;
  font-weight: 700;
  text-align: center;
}
.box_navi .email span {
  display: inline-block;
  padding: 0 0 0 35px;
  background: url(../images/icon_mail_white.svg) no-repeat left/30px 30px;
}
.box_navi .cn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0 15px;
}
.box_navi .cn .txt {
  width: 51%;
  font-size: 0.8em;
}
@media screen and (max-width: 767px) {
  .box_navi .cn .txt {
    width: 100%;
  }
}
.box_navi .cn .cn_logo {
  width: 70%;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .box_navi .cn .cn_logo {
    width: 70%;
    margin: 15px auto 0;
  }
}
.balloon_navi {
  width: 255px;
  padding: 0.5em;
  margin: 0 auto 16px;
  background-color: #fff;
  color: #00a9c9;
  font-size: 0.87em;
  font-weight: 700;
  text-align: center;
  position: relative;
}
.balloon_navi::before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 5px 0 5px;
  border-color: #fff transparent transparent transparent;
  position: absolute;
  bottom: -8px;
  left: 0;
  right: 0;
  margin: auto;
}
.list_navi_sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 30px 0 0;
}
.list_navi_sns li {
  width: 40px;
  margin: 0 8px;
}
.modal_overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 5;
  background: rgba(0, 0, 0, 0.3);
  display: none;
}
footer {
  padding: 170px 0 30px;
  background-color: #00a9c9;
  color: #fff;
  position: relative;
}
@media screen and (max-width: 767px) {
  footer {
    padding: 120px 0;
  }
}
footer::before {
  content: "";
  width: 100%;
  height: 100%;
  background: url(../images/bg_02.png) repeat center/350px;
  mix-blend-mode: multiply;
  opacity: 0.2;
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (max-width: 767px) {
  footer::before {
    background-size: 200px;
  }
}
footer .inner {
  position: relative;
}
.list_footer_button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 0 0 80px;
}
@media screen and (max-width: 767px) {
  .list_footer_button {
    margin: 0 0 40px;
  }
}
.list_footer_button li {
  width: 23.5%;
}
@media screen and (max-width: 767px) {
  .list_footer_button li {
    width: 100%;
    margin: 0 0 10px;
  }
}
.list_footer_button li a {
  display: block;
  padding: 1em;
  background-color: #fff;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .list_footer_button li a {
    padding: 0.75em;
  }
}
.list_footer_button li a:hover {
  background-color: rgba(255, 255, 255, 0.8);
}
.list_footer_button li a span {
  padding: 0 0 0 30px;
  color: #828282;
  font-size: 1.25em;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .list_footer_button li a span {
    padding: 0 0 0 25px;
    font-size: 1em;
  }
}
.list_footer_button li a span.event {
  background: url(../images/icon_search_gray02.svg) no-repeat left/23px 23px;
}
.list_footer_button li a span.modelhouse {
  background: url(../images/icon_pin_gray02.svg) no-repeat left/23px 23px;
}
.list_footer_button li a span.sale {
  background: url(../images/icon_house_gray02.svg) no-repeat left/23px 23px;
}
.list_footer_button li a span.catalog {
  background: url(../images/icon_catalog_gray02.svg) no-repeat left/23px 23px;
}
.footer_navi {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 0 0 80px;
  border-left: 1px solid #fff;
}
@media screen and (max-width: 767px) {
  .footer_navi {
    display: block;
    margin: 0 0 60px;
    border-left: none;
  }
}
.footer_navi > div {
  width: 20%;
  padding: 20px;
  border-right: 1px solid #fff;
}
@media screen and (max-width: 767px) {
  .footer_navi > div {
    width: 100%;
    padding: 0;
    border-right: none;
  }
}
@media screen and (max-width: 767px) {
  .footer_navi > div > ul > li {
    border-bottom: 1px solid #fff;
  }
}
@media screen and (min-width: 768px) {
  .footer_navi > div > ul > li:not(:last-child) {
    margin: 0 0 1.5em;
  }
}
.footer_navi a {
  color: #fff;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .footer_navi a {
    display: block;
    padding: 0.75em 0.5em;
    background: url(../images/arrow_right_white.svg) no-repeat center right 0.5em/5px 10px;
  }
}
@media screen and (min-width: 768px) {
  .footer_navi a:hover {
    text-decoration: underline;
  }
}
.footer_navi dl dt {
  margin: 0 0 0.75em;
  color: #fff;
  font-weight: 700;
  pointer-events: none;
  position: relative;
}
@media screen and (max-width: 767px) {
  .footer_navi dl dt {
    padding: 0.75em 0.5em;
    margin: 0;
    pointer-events: inherit;
    cursor: pointer;
  }
  .footer_navi dl dt.active::after {
    content: none;
  }
  .footer_navi dl dt::before {
    content: "";
    width: 9px;
    height: 1px;
    border-bottom: 1px solid #fff;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0.5em;
    margin: auto;
  }
  .footer_navi dl dt::after {
    content: "";
    width: 1px;
    height: 9px;
    border-right: 1px solid #fff;
    position: absolute;
    top: 0;
    bottom: 0;
    right: calc(0.5em + 4px);
    margin: auto;
  }
}
@media screen and (max-width: 767px) {
  .footer_navi dl dd {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .footer_navi dl dd {
    display: block !important;
  }
}
@media screen and (max-width: 767px) {
  .footer_navi dl dd ul {
    margin: 0 0.5em 1.5em;
  }
}
.footer_navi dl dd ul li:not(:last-child) {
  margin: 0 0 0.5em;
}
@media screen and (max-width: 767px) {
  .footer_navi dl dd ul li:not(:last-child) {
    margin: 0 0 0.75em;
  }
}
.footer_navi dl dd ul li a {
  display: inline-block;
  padding: 0 0 0 1em;
  background: url(../images/arrow_right_white.svg) no-repeat top 8px left/5px 10px;
  font-size: 0.87em;
  font-weight: 400;
}
.footer_center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  margin: 0 0 40px;
}
@media screen and (max-width: 767px) {
  .footer_center {
    display: block;
    margin: 0 0 40px;
  }
}
.footer_center .left {
  width: 35%;
}
@media screen and (max-width: 767px) {
  .footer_center .left {
    width: 100%;
  }
}
.footer_center .right {
  width: 58%;
}
@media screen and (max-width: 767px) {
  .footer_center .right {
    width: 100%;
    margin: 0 0 50px;
  }
}
.footer_center .right .ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: 700;
  margin: 0 0 2em;
}
.footer_center .right .ttl::after {
  content: "";
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  margin: 0 0 0 1em;
  border-top: 1px solid #fff;
}
.footer_center .footer_logo {
  max-width: 342px;
  width: 90%;
  margin: 0 auto 40px;
}
.footer_center .txt {
  line-height: 2;
  text-align: center;
  margin: 0 0 40px;
}
.footer_center .footer_clubnoble {
  width: 200px;
  margin: auto;
}
.footer_center .footer_clubnoble a {
  display: block;
  padding: 15px;
  border: 1px solid #fff;
  text-align: center;
}
.footer_center .footer_clubnoble a:hover {
  background-color: rgba(255, 255, 255, 0.2);
}
.footer_center .footer_brand {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .footer_center .footer_brand {
    display: block;
  }
}
.footer_center .footer_brand > div {
  width: 31%;
}
@media screen and (max-width: 767px) {
  .footer_center .footer_brand > div {
    width: 100%;
  }
  .footer_center .footer_brand > div:not(:last-child) {
    margin: 0 0 1.5em;
  }
}
.footer_center .footer_brand dl:not(:last-child) {
  margin: 0 0 2em;
}
@media screen and (max-width: 767px) {
  .footer_center .footer_brand dl:not(:last-child) {
    margin: 0 0 1.5em;
  }
}
.footer_center .footer_brand dl dt {
  font-size: 0.87em;
  font-weight: 700;
  margin: 0 0 0.5em;
}
@media screen and (max-width: 767px) {
  .footer_center .footer_brand dl dd.half {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .footer_center .footer_brand dl dd.half p {
    width: 49%;
  }
}
.footer_center .footer_brand dl dd p:not(:last-child) {
  margin: 0 0 0.5em;
}
.footer_center .footer_brand dl dd p a {
  display: inline-block;
  padding: 0 0 0 1em;
  background: url(../images/arrow_right_white.svg) no-repeat top 8px left/5px 10px;
  color: #fff;
  font-size: 0.87em;
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  .footer_center .footer_brand dl dd p a:hover {
    text-decoration: underline;
  }
}
.footer_center .footer_brand_banner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 3em;
}
.footer_center .footer_brand_banner .footer_brand_banner_ln01 {
  width: 27%;
}
.footer_center .footer_brand_banner .footer_brand_banner_ln01 p {
  font-weight: 700;
  font-size: 0.8em;
  line-height: 1.2em;
  margin-bottom: 0.5em;
}
.footer_center .footer_brand_banner .footer_brand_banner_ln02 {
  width: 43%;
  padding: 60px 0 0 0;
  text-align: right;
}
.footer_bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .footer_bottom {
    /* display: block; */
  }
}
.list_footer_sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  float: right;
}
@media screen and (max-width: 767px) {
  .list_footer_sns {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0 0 60px;
  }
}
.list_footer_sns li {
  width: 40px;
  margin: 0 0 0 16px;
}
@media screen and (max-width: 767px) {
  .list_footer_sns li {
    margin: 0 8px;
  }
}
.copy {
  font-size: 0.87em;
}
@media screen and (max-width: 767px) {
  .copy {
    text-align: center;
  }
}
.list_navi_fixed {
  position: fixed;
  top: 12%;
  right: 0;
  z-index: 1;
  -webkit-transform: translate(100%, 0);
  transform: translate(100%, 0);
  opacity: 0;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
@media screen and (max-width: 767px) {
  .list_navi_fixed {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    top: auto;
    bottom: 0;
    -webkit-transform: translate(0, 100%);
    transform: translate(0, 100%);
  }
}
.list_navi_fixed.active {
  opacity: 1;
  -webkit-transform: translate(0);
  transform: translate(0);
}
.list_navi_fixed li {
  background-color: #00a9c9;
  border: 1px solid #fff;
  border-right: none;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
}
@media screen and (max-width: 767px) {
  .list_navi_fixed li {
    width: 25%;
    border: none;
    -webkit-writing-mode: horizontal-tb;
    -ms-writing-mode: lr-tb;
    writing-mode: horizontal-tb;
  }
}
.list_navi_fixed li:not(:last-child) {
  margin: 0 0 5px;
}
@media screen and (max-width: 767px) {
  .list_navi_fixed li:not(:last-child) {
    margin: 0;
    border-right: 1px solid #b4b4b4;
  }
}
.list_navi_fixed li.event span {
  background: url(../images/icon_search_white.svg) no-repeat top/22px 22px;
}
.list_navi_fixed li.event a::before {
  background: url(../images/icon_search_white.svg) no-repeat top/15px 15px;
}
.list_navi_fixed li.modelhouse span {
  background: url(../images/icon_pin_white.svg) no-repeat top/22px 22px;
}
.list_navi_fixed li.modelhouse a::before {
  background: url(../images/icon_pin_white.svg) no-repeat top/15px 15px;
}
.list_navi_fixed li.sale span {
  background: url(../images/icon_house_white.svg) no-repeat top/22px 22px;
}
.list_navi_fixed li.sale a::before {
  background: url(../images/icon_house_white.svg) no-repeat top/15px 15px;
}
.list_navi_fixed li.catalog span {
  background: url(../images/icon_catalog_white.svg) no-repeat top/22px 22px;
}
.list_navi_fixed li.catalog a::before {
  background: url(../images/icon_catalog_white.svg) no-repeat top/15px 15px;
}
.list_navi_fixed li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 70px;
  height: 170px;
}
@media screen and (max-width: 767px) {
  .list_navi_fixed li a {
    width: 100%;
    height: 50px;
  }
}
@media screen and (min-width: 768px) {
  .list_navi_fixed li a:hover {
    background-color: rgba(0, 169, 201, 0.1);
  }
}
@media screen and (min-width: 768px) and (max-height: 800px) {
  .list_navi_fixed li a {
    width: 60px;
    height: 145px;
    font-size: 0.9em;
  }
}
@media screen and (max-width: 767px) {
  .list_navi_fixed li a::before {
    content: attr(data-menu);
    color: #fff;
    font-size: 0.7em;
    font-weight: 700;
    padding: 15px 0 0;
  }
}
.list_navi_fixed li a span {
  display: inline-block;
  padding: 25px 0 0;
  color: #fff;
  font-size: 0.87em;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .list_navi_fixed li a span {
    display: none;
  }
}
#container_wrap {
  min-width: 1200px;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  #container_wrap {
    min-width: 375px;
  }
}
.section_wrap {
  padding: 85px 0;
}
@media screen and (max-width: 767px) {
  .section_wrap {
    padding: 50px 0;
  }
}
@media screen and (max-width: 767px) {
  .section_wrap.top_narrow {
    padding: 30px 0 120px;
  }
}
.section:not(:last-child) {
  margin: 0 0 100px;
}
@media screen and (max-width: 767px) {
  .section:not(:last-child) {
    margin: 0 0 80px;
  }
}
.section.narrow:not(:last-child) {
  margin: 0 0 100px;
}
@media screen and (max-width: 767px) {
  .section.narrow:not(:last-child) {
    margin: 0 0 50px;
  }
}
.inner {
  max-width: 1200px;
  width: 88%;
  margin: 0 auto;
  padding-right: 0;
  padding-left: 0;
}
.inner_1340 {
  max-width: 1340px;
}
.inner_1000 {
  max-width: 1000px;
}
@media screen and (min-width: 768px) {
  .inner_l {
    width: 92%;
  }
}
.inner_left {
  margin-right: calc((100% - 1200px) / 2);
}
@media screen and (max-width: 1500px) {
  .inner_left {
    margin-right: 5%;
  }
}
.inner_right {
  margin-left: calc((100% - 1200px) / 2);
}
@media screen and (max-width: 1500px) {
  .inner_right {
    margin-left: 5%;
  }
}
@media screen and (max-width: 767px) {
  .inner_pc {
    width: 100%;
  }
}
.inner::after {
  content: "";
  display: block;
  clear: both;
}
.wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  max-width: 1270px;
}
#main {
  width: calc(100% - 370px);
}
@media screen and (max-width: 767px) {
  #main {
    width: 100%;
    margin: 0 0 80px;
  }
}
#sub {
  width: 250px;
}
@media screen and (max-width: 767px) {
  #sub {
    width: 100%;
  }
}
.bg_bottom_left {
  background: url(../images/bg_05.jpg) no-repeat bottom left;
}
@media screen and (max-width: 767px) {
  .bg_bottom_left {
    background: url(../images/bg_05-02_sp.jpg) no-repeat bottom/contain;
  }
}
.bg_gray {
  background-color: #f3f3f3;
}
.bg_white {
  background-color: #fff;
}
.bg_01 {
  background: url(../images/bg_05.jpg) no-repeat bottom left;
}
@media screen and (max-width: 767px) {
  .bg_01 {
    background: url(../images/bg_05-01_sp.jpg) no-repeat top/contain, url(../images/bg_05-02_sp.jpg) no-repeat bottom/contain;
  }
}
.bg_02 {
  background: url(../images/bg_04.jpg) no-repeat center/cover;
  position: relative;
}
@media screen and (max-width: 767px) {
  .bg_02 {
    background-image: url(../images/bg_04_sp.jpg);
  }
}
.bg_02::before {
  content: "";
  width: 25%;
  height: 100%;
  background: url(../images/bg_02.png) repeat right/200px;
  mix-blend-mode: multiply;
  opacity: 0.4;
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (max-width: 767px) {
  .bg_02::before {
    background-size: 150px;
  }
}
.bg_03 {
  background: url(../images/bg_07.png) no-repeat top left/contain, url(../images/bg_08.jpg) no-repeat bottom right/contain;
}
@media screen and (max-width: 767px) {
  .bg_03 {
    background: url(../images/bg_07_sp.jpg) no-repeat top/cover;
  }
}
.low {
  background: url(../images/bg_low.jpg) no-repeat top right/58%;
}
@media screen and (max-width: 767px) {
  .low {
    background-size: 100%;
  }
}
.low.gray {
  background-image: url(../images/bg_low_gray.jpg);
  background-color: #f3f3f3;
}
.ttl_side {
  color: #fff;
  font-size: 0.87em;
  font-weight: 700;
  line-height: 1.5;
  padding: 1em 1.5em;
  margin: 0 0 5px;
  background-color: #00a9c9;
}
@media screen and (max-width: 767px) {
  .ttl_side {
    font-size: 1em;
    padding: 1em;
  }
}
.list_side:not(:last-child) {
  margin: 0 0 5px;
}
.list_side.center {
  text-align: center;
}
@media screen and (max-width: 767px) {
  .list_side li {
    font-size: 0.93em;
  }
}
.list_side li:not(:last-child) {
  margin: 0 0 5px;
}
.list_side li a {
  display: block;
  font-size: 0.87em;
  font-weight: 700;
  line-height: 1.5;
  padding: 1em 1.25em;
  background-color: #f3f3f3;
}
@media screen and (min-width: 768px) {
  .list_side li a:hover {
    background-color: rgba(0, 169, 201, 0.1);
  }
}
#js-loading {
  display: none;
}
#js-loading.is-first {
  display: block;
}
.load_01 {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../images/logo_loading.svg) no-repeat center/30% #00a9c9;
  z-index: 90;
  -webkit-animation: load_fade_out 0s 3.5s forwards;
  animation: load_fade_out 0s 3.5s forwards;
}
@media screen and (max-width: 767px) {
  .load_01 {
    background-size: 50%;
  }
}
.load_02 {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #c9cbcd;
  z-index: 91;
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
  -webkit-animation: load_slide 1s 1s ease-in forwards, load_fade_out 0s 3.5s forwards;
  animation: load_slide 1s 1s ease-in forwards, load_fade_out 0s 3.5s forwards;
}
.load_03 {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 92;
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
  -webkit-animation: load_slide 1.25s 2s forwards, load_fade_out 0s 5s forwards;
  animation: load_slide 1.25s 2s forwards, load_fade_out 0s 5s forwards;
}
.load_03::before {
  content: "";
  width: 100%;
  height: 50%;
  background: url(../images/bg_01.png) repeat bottom center/300px #00a9c9;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-animation: load_slide_up 1s 3.5s ease-in forwards;
  animation: load_slide_up 1s 3.5s ease-in forwards;
}
.load_03::after {
  content: "";
  width: 100%;
  height: 50%;
  background: url(../images/bg_01.png) repeat top center/300px #00a9c9;
  position: absolute;
  bottom: 0;
  left: 0;
  -webkit-animation: load_slide_down 1s 3.5s ease-in forwards;
  animation: load_slide_down 1s 3.5s ease-in forwards;
}
@-webkit-keyframes load_slide {
  0% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes load_slide {
  0% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@-webkit-keyframes load_slide_up {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
}
@keyframes load_slide_up {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
}
@-webkit-keyframes load_slide_down {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
  }
}
@keyframes load_slide_down {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
  }
}
@-webkit-keyframes load_fade_out {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes load_fade_out {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes load_fade_in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes load_fade_in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.mv {
  background: url(../images/bg_03.jpg) no-repeat right/cover;
  position: relative;
}
@media screen and (max-width: 767px) {
  .mv {
    background-image: url(../images/bg_03_sp.jpg);
    /* aspect-ratio: 15 / 14; */
  }
}
.mv::before {
  content: "";
  width: 100%;
  height: 100%;
  background: url(../images/bg_02.png) repeat center/350px;
  mix-blend-mode: multiply;
  opacity: 0.4;
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (max-width: 767px) {
  .mv::before {
    background-size: 200px;
  }
}
.mv_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 0 0 0 8%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .mv_inner {
    padding: 0;
    position: relative;
  }
}
.mv_logo {
  width: 32%;
  margin: 8% 0 5% 0%;
}
@media screen and (max-width: 767px) {
  .mv_logo {
    width: 63%;
    margin: -4% auto 6%;
  }
}
.mv_staff {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 50%;
  margin: 8% 0 0;
}
@media screen and (max-width: 767px) {
  .mv_staff {
    width: 88%;
    margin: 0 -14% 0 auto;
  }
}
.mv_staff_slide {
  width: 20%;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .mv_staff_slide {
    width: 28%;
  }
}
.mv_works {
  width: 67%;
  aspect-ratio: 100/71;
  margin: 0 0 0 33%;
  position: relative;
}
@media screen and (max-width: 767px) {
  .mv_works {
    width: 88%;
    margin: 0;
  }
}
.mv_works img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.mv_works p {
  height: 100%;
  overflow: hidden;
}
.mv_works video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.mv_works iframe {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
header.top .header_box, header.white .header_box {
  background-color: transparent;
}
header.top .header_logo, header.white .header_logo {
  position: relative;
}
header.top .header_logo::before, header.white .header_logo::before {
  content: "";
  width: 100%;
  height: 100%;
  background: url(../images/logo_white.svg) no-repeat center/contain;
  position: absolute;
  top: 0;
  left: 0;
}
header.top .header_logo img, header.white .header_logo img {
  opacity: 0;
}
header.top .menu_line, header.white .menu_line {
  border-color: #fff;
}
header.top .menu_line::before, header.top .menu_line::after, header.white .menu_line::before, header.white .menu_line::after {
  border-color: #fff;
}
header.top .menu_txt::before, header.white .menu_txt::before {
  color: #fff;
}
.header_box {
  padding: 20px;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 5;
}
@media screen and (max-width: 767px) {
  .header_box {
    padding: 16px 20px;
  }
}
.header_logo {
  width: 186px;
}
.side_navi {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 6;
}
.menu-trigger {
  display: inline-block;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  margin: auto;
  width: 90px;
  height: 80px;
  z-index: 6;
  border: none;
  background-color: transparent;
  text-align: center;
  position: relative;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .menu-trigger {
    width: 70px;
    height: 70px;
  }
}
.menu_line {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 20px;
  left: 8px;
  margin: auto;
  padding: 0 0 0 8px;
  width: 20px;
  height: 1px;
  border-bottom: 1px solid #00a9c9;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.menu_line::before, .menu_line::after {
  content: "";
  position: absolute;
  right: 0px;
  display: block;
  width: 28px;
  height: 100%;
  border-bottom: 1px solid #00a9c9;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.menu_line::before {
  top: -8px;
}
@media screen and (max-width: 767px) {
  .menu_line::before {
    top: -8px;
  }
}
.menu_line::after {
  top: 8px;
}
@media screen and (max-width: 767px) {
  .menu_line::after {
    top: 8px;
  }
}
.menu_txt {
  position: absolute;
  bottom: 16px;
  left: 0;
  right: 0;
  margin: auto;
}
.menu_txt::before {
  content: "MENU";
  color: #00a9c9;
  font-family: "Josefin Sans", sans-serif;
  font-size: 0.7em;
  letter-spacing: 0.12em;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.menu-trigger[aria-expanded="true"] {
  background-color: #fff;
}
.menu-trigger[aria-expanded="true"] .menu_line {
  border-color: transparent;
  border: none;
}
.menu-trigger[aria-expanded="true"] .menu_line::before, .menu-trigger[aria-expanded="true"] .menu_line::after {
  top: 0;
  border-color: #00a9c9;
}
.menu-trigger[aria-expanded="true"] .menu_line::before {
  -webkit-transform: rotate(35deg);
  transform: rotate(35deg);
}
.menu-trigger[aria-expanded="true"] .menu_line::after {
  -webkit-transform: rotate(-35deg);
  transform: rotate(-35deg);
}
.menu-trigger[aria-expanded="true"] .menu_txt::before {
  content: "CLOSE";
  color: #00a9c9;
}
#overlay {
  display: block;
  width: 90%;
  max-width: 520px;
  height: 100%;
  padding: 90px 40px;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 3;
  background: #00a9c9;
  overflow-y: scroll;
  opacity: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  visibility: hidden;
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
}
@media screen and (max-width: 767px) {
  #overlay {
    padding: 66px 30px;
  }
}
#overlay.active {
  height: 100%;
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateX(0);
  transform: translateX(0);
}
#gnavi {
  margin: 0 0 1em;
}
@media screen and (max-width: 767px) {
  #gnavi {
    margin: 0 0 25px;
  }
}
#gnavi > ul > li {
  border-bottom: 1px solid #fff;
}
#gnavi > ul > li > a {
  display: block;
  padding: 0.5em;
  background: url(../images/arrow_right_white.svg) no-repeat center right 0.5em/5px 10px;
  color: #fff;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  #gnavi > ul > li > a {
    padding: 1em 0.5em;
  }
}
#gnavi dl dt {
  color: #fff;
  font-weight: 700;
  padding: 0.5em;
  cursor: pointer;
  position: relative;
}
@media screen and (max-width: 767px) {
  #gnavi dl dt {
    padding: 1em 0.5em;
  }
}
#gnavi dl dt.active::after {
  content: none;
}
#gnavi dl dt::before {
  content: "";
  width: 9px;
  height: 1px;
  border-bottom: 1px solid #fff;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0.5em;
  margin: auto;
}
#gnavi dl dt::after {
  content: "";
  width: 1px;
  height: 9px;
  border-right: 1px solid #fff;
  position: absolute;
  top: 0;
  bottom: 0;
  right: calc(0.5em + 4px);
  margin: auto;
}
#gnavi dl dd {
  display: none;
  padding: 0 0.5em 0.75em;
}
@media screen and (max-width: 767px) {
  #gnavi dl dd {
    padding: 0 0.5em 1.5em;
  }
}
#gnavi dl dd ul li:not(:last-child) {
  margin: 0 0 0.5em;
}
@media screen and (max-width: 767px) {
  #gnavi dl dd ul li:not(:last-child) {
    margin: 0 0 0.75em;
  }
}
#gnavi dl dd ul li a {
  display: inline-block;
  padding: 0 0 0 1em;
  background: url(../images/arrow_right_white.svg) no-repeat left/5px 10px;
  color: #fff;
}
@media screen and (max-width: 767px) {
  #gnavi dl dd ul li a {
    font-size: 0.87em;
  }
}
.list_navi_button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  max-width: 385px;
  margin: 0 auto 1em;
}
@media screen and (max-width: 767px) {
  .list_navi_button {
    margin: 0 auto 20px;
  }
}
.list_navi_button li {
  width: calc(50% - 1px);
  margin: 0 0 3px;
}
@media screen and (max-width: 767px) {
  .list_navi_button li {
    width: 100%;
    margin: 0 0 10px;
  }
}
.list_navi_button li a {
  display: block;
  padding: 1em;
  background-color: #fff;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .list_navi_button li a {
    padding: 0.75em;
  }
}
.list_navi_button li a:hover {
  background-color: rgba(255, 255, 255, 0.8);
}
.list_navi_button li a span {
  padding: 0 0 0 20px;
  color: #00a9c9;
  font-weight: 700;
}
.list_navi_button li a span.event {
  background: url(../images/icon_search_blue.svg) no-repeat left/18px 18px;
}
.list_navi_button li a span.modelhouse {
  background: url(../images/icon_pin_blue.svg) no-repeat left/18px 18px;
}
.list_navi_button li a span.sale {
  background: url(../images/icon_house_blue.svg) no-repeat left/18px 18px;
}
.list_navi_button li a span.catalog {
  background: url(../images/icon_catalog_blue.svg) no-repeat left/18px 18px;
}
.box_navi {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  max-width: 385px;
  min-height: 80px;
  padding: 15px 0;
  margin: auto;
  border: 1px solid #fff;
  border-bottom: none;
  color: #fff;
}
.box_navi.bottom {
  margin: 0 auto 1em;
  border-bottom: 1px solid #fff;
}
.box_navi:hover {
  background-color: rgba(255, 255, 255, 0.2);
}
.box_navi .txt {
  font-size: 0.87em;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
}
.box_navi .tel {
  margin: 2px 0 0;
  font-size: 1.62em;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.1em;
  text-align: center;
}
.box_navi .tel span {
  display: inline-block;
  padding: 0 0 0 27px;
  background: url(../images/icon_tel_white.svg) no-repeat left/22px 22px;
}
.box_navi .email {
  font-size: 0.87em;
  font-weight: 700;
  text-align: center;
}
.box_navi .email span {
  display: inline-block;
  padding: 0 0 0 35px;
  background: url(../images/icon_mail_white.svg) no-repeat left/30px 30px;
}
.box_navi .cn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0 15px;
}
.box_navi .cn .txt {
  width: 51%;
  font-size: 0.8em;
}
@media screen and (max-width: 767px) {
  .box_navi .cn .txt {
    width: 100%;
  }
}
.box_navi .cn .cn_logo {
  width: 70%;
}
@media screen and (max-width: 767px) {
  .box_navi .cn .cn_logo {
    width: 70%;
    margin: 0 auto;
  }
}
.balloon_navi {
  width: 255px;
  padding: 0.5em;
  margin: 0 auto 16px;
  background-color: #fff;
  color: #00a9c9;
  font-size: 0.87em;
  font-weight: 700;
  text-align: center;
  position: relative;
}
.balloon_navi::before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 5px 0 5px;
  border-color: #fff transparent transparent transparent;
  position: absolute;
  bottom: -8px;
  left: 0;
  right: 0;
  margin: auto;
}
.list_navi_sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 30px 0 0;
}
.list_navi_sns li {
  width: 40px;
  margin: 0 8px;
}
.modal_overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 5;
  background: rgba(0, 0, 0, 0.3);
  display: none;
}
footer {
  padding: 100px 0 30px;
  background-color: #00a9c9;
  color: #fff;
  position: relative;
}
@media screen and (max-width: 767px) {
  footer {
    padding: 85px 0;
  }
}
footer::before {
  content: "";
  width: 100%;
  height: 100%;
  background: url(../images/bg_02.png) repeat center/350px;
  mix-blend-mode: multiply;
  opacity: 0.2;
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (max-width: 767px) {
  footer::before {
    background-size: 200px;
  }
}
footer .inner {
  position: relative;
}
.list_footer_button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 0 0 80px;
}
@media screen and (max-width: 767px) {
  .list_footer_button {
    margin: 0 0 40px;
  }
}
.list_footer_button li {
  width: 23.5%;
}
@media screen and (max-width: 767px) {
  .list_footer_button li {
    width: 100%;
    margin: 0 0 10px;
  }
}
.list_footer_button li a {
  display: block;
  padding: 1em;
  background-color: #fff;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .list_footer_button li a {
    padding: 0.75em;
  }
}
.list_footer_button li a:hover {
  background-color: rgba(255, 255, 255, 0.8);
}
.list_footer_button li a span {
  padding: 0 0 0 30px;
  color: #828282;
  font-size: 1.25em;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .list_footer_button li a span {
    padding: 0 0 0 25px;
    font-size: 1em;
  }
}
.list_footer_button li a span.event {
  background: url(../images/icon_search_gray02.svg) no-repeat left/23px 23px;
}
.list_footer_button li a span.modelhouse {
  background: url(../images/icon_pin_gray02.svg) no-repeat left/23px 23px;
}
.list_footer_button li a span.sale {
  background: url(../images/icon_house_gray02.svg) no-repeat left/23px 23px;
}
.list_footer_button li a span.catalog {
  background: url(../images/icon_catalog_gray02.svg) no-repeat left/23px 23px;
}
.footer_navi {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 0 0 80px;
  border-left: 1px solid #fff;
}
@media screen and (max-width: 767px) {
  .footer_navi {
    display: block;
    margin: 0 0 60px;
    border-left: none;
  }
}
.footer_navi > div {
  width: 20%;
  padding: 20px;
  border-right: 1px solid #fff;
}
@media screen and (max-width: 767px) {
  .footer_navi > div {
    width: 100%;
    padding: 0;
    border-right: none;
  }
}
@media screen and (max-width: 767px) {
  .footer_navi > div > ul > li {
    border-bottom: 1px solid #fff;
  }
}
@media screen and (min-width: 768px) {
  .footer_navi > div > ul > li:not(:last-child) {
    margin: 0 0 1.5em;
  }
}
.footer_navi a {
  color: #fff;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .footer_navi a {
    display: block;
    padding: 0.75em 0.5em;
    background: url(../images/arrow_right_white.svg) no-repeat center right 0.5em/5px 10px;
  }
}
@media screen and (min-width: 768px) {
  .footer_navi a:hover {
    text-decoration: underline;
  }
}
.footer_navi dl dt {
  margin: 0 0 0.75em;
  color: #fff;
  font-weight: 700;
  pointer-events: none;
  position: relative;
}
@media screen and (max-width: 767px) {
  .footer_navi dl dt {
    padding: 0.75em 0.5em;
    margin: 0;
    pointer-events: inherit;
    cursor: pointer;
  }
  .footer_navi dl dt.active::after {
    content: none;
  }
  .footer_navi dl dt::before {
    content: "";
    width: 9px;
    height: 1px;
    border-bottom: 1px solid #fff;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0.5em;
    margin: auto;
  }
  .footer_navi dl dt::after {
    content: "";
    width: 1px;
    height: 9px;
    border-right: 1px solid #fff;
    position: absolute;
    top: 0;
    bottom: 0;
    right: calc(0.5em + 4px);
    margin: auto;
  }
}
@media screen and (max-width: 767px) {
  .footer_navi dl dd {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .footer_navi dl dd {
    display: block !important;
  }
}
@media screen and (max-width: 767px) {
  .footer_navi dl dd ul {
    margin: 0 0.5em 1.5em;
  }
}
.footer_navi dl dd ul li:not(:last-child) {
  margin: 0 0 0.5em;
}
@media screen and (max-width: 767px) {
  .footer_navi dl dd ul li:not(:last-child) {
    margin: 0 0 0.75em;
  }
}
.footer_navi dl dd ul li a {
  display: inline-block;
  padding: 0 0 0 1em;
  background: url(../images/arrow_right_white.svg) no-repeat top 8px left/5px 10px;
  font-size: 0.87em;
  font-weight: 400;
}
.footer_navi p {
  font-weight: 700;
}
.footer_center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  margin: 0 0 20px;
}
@media screen and (max-width: 767px) {
  .footer_center {
    display: block;
    margin: 0 0 40px;
  }
}
.footer_center .left {
  width: 35%;
  padding-top: 70px;
}
@media screen and (max-width: 767px) {
  .footer_center .left {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .footer_center .footer_clubnoble, .footer_center .footer_noblehd {
    font-weight: 700;
    font-size: 90%;
    text-align: center;
  }
  .footer_center .footer_clubnoble p, .footer_center .footer_noblehd p {
    margin-bottom: 2px;
  }
}
.footer_center .right {
  width: 58%;
}
@media screen and (max-width: 767px) {
  .footer_center .right {
    width: 100%;
    margin: 0 0 80px;
  }
}
.footer_center .right .ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: 700;
  margin: 0 0 2em;
}
.footer_center .right .ttl::after {
  content: "";
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  margin: 0 0 0 1em;
  border-top: 1px solid #fff;
}
.footer_center .footer_logo {
  max-width: 342px;
  width: 90%;
  margin: 0 auto 40px;
}
.footer_center .txt {
  line-height: 2;
  text-align: center;
  margin: 0 0 40px;
}
.footer_center .footer_clubnoble {
  max-width: 200px;
  width: 100%;
  margin: auto;
}
.footer_center .footer_clubnoble a {
  display: block;
  padding: 15px;
  margin: 0 0 15px;
  border: 1px solid #fff;
  text-align: center;
  height: 67px;
}
.footer_center .footer_clubnoble a:hover {
  background-color: rgba(255, 255, 255, 0.2);
}
.footer_center .footer_noblehd {
  max-width: 200px;
  width: 100%;
  margin: auto;
}
.footer_center .footer_noblehd a {
  display: block;
  padding: 15px 25px;
  border: 1px solid #fff;
  text-align: center;
  height: 67px;
}
.footer_center .footer_noblehd a:hover {
  background-color: rgba(255, 255, 255, 0.2);
}
.footer_center .footer_brand {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .footer_center .footer_brand {
    display: block;
  }
}
.footer_center .footer_brand > div {
  width: 31%;
}
@media screen and (max-width: 767px) {
  .footer_center .footer_brand > div {
    width: 100%;
  }
  .footer_center .footer_brand > div:not(:last-child) {
    margin: 0 0 1.5em;
  }
}
.footer_center .footer_brand dl:not(:last-child) {
  margin: 0 0 2em;
}
@media screen and (max-width: 767px) {
  .footer_center .footer_brand dl:not(:last-child) {
    margin: 0 0 1.5em;
  }
}
.footer_center .footer_brand dl dt {
  font-size: 0.8em;
  font-weight: 700;
  margin: 0 0 0.5em;
}
@media screen and (max-width: 767px) {
  .footer_center .footer_brand dl dd.half {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .footer_center .footer_brand dl dd.half p {
    width: 49%;
  }
}
.footer_center .footer_brand dl dd p {
  font-size: 90%;
}
.footer_center .footer_brand dl dd p:not(:last-child) {
  margin: 0 0 0.5em;
}
.footer_center .footer_brand dl dd p a {
  display: inline-block;
  padding: 0 0 0 1em;
  background: url(../images/arrow_right_white.svg) no-repeat top 8px left/5px 10px;
  color: #fff;
  font-size: 0.87em;
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  .footer_center .footer_brand dl dd p a:hover {
    text-decoration: underline;
  }
}
.footer_bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  float: right;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .footer_bottom {
    /* display: block; */
  }
}
.list_footer_sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 767px) {
  .list_footer_sns {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 30px 0 30px;
  }
}
.list_footer_sns li {
  width: 30px;
  margin: 0 0 0 16px;
}
@media screen and (max-width: 767px) {
  .list_footer_sns li {
    margin: 0 4px;
  }
}
.copy {
  font-size: 0.87em;
  width: 100%;
  text-align: right;
}
@media screen and (max-width: 767px) {
  .copy {
    text-align: right;
    padding-right: 0.2em;
  }
}
.list_navi_fixed {
  position: fixed;
  top: 12%;
  right: 0;
  z-index: 1;
  -webkit-transform: translate(100%, 0);
  transform: translate(100%, 0);
  opacity: 0;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
@media screen and (max-width: 767px) {
  .list_navi_fixed {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    top: auto;
    bottom: 0;
    -webkit-transform: translate(0, 100%);
    transform: translate(0, 100%);
  }
}
.list_navi_fixed.active {
  opacity: 1;
  -webkit-transform: translate(0);
  transform: translate(0);
}
.list_navi_fixed li {
  background-color: #00a9c9;
  border: 1px solid #fff;
  border-right: none;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
}
@media screen and (max-width: 767px) {
  .list_navi_fixed li {
    width: 25%;
    border: none;
    -webkit-writing-mode: horizontal-tb;
    -ms-writing-mode: lr-tb;
    writing-mode: horizontal-tb;
  }
}
.list_navi_fixed li:not(:last-child) {
  margin: 0 0 5px;
}
@media screen and (max-width: 767px) {
  .list_navi_fixed li:not(:last-child) {
    margin: 0;
    border-right: 1px solid #b4b4b4;
  }
}
.list_navi_fixed li.event span {
  background: url(../images/icon_search_white.svg) no-repeat top/22px 22px;
}
.list_navi_fixed li.event a::before {
  background: url(../images/icon_search_white.svg) no-repeat top/15px 15px;
}
.list_navi_fixed li.modelhouse span {
  background: url(../images/icon_pin_white.svg) no-repeat top/22px 22px;
}
.list_navi_fixed li.modelhouse a::before {
  background: url(../images/icon_pin_white.svg) no-repeat top/15px 15px;
}
.list_navi_fixed li.sale span {
  background: url(../images/icon_house_white.svg) no-repeat top/22px 22px;
}
.list_navi_fixed li.sale a::before {
  background: url(../images/icon_house_white.svg) no-repeat top/15px 15px;
}
.list_navi_fixed li.catalog span {
  background: url(../images/icon_catalog_white.svg) no-repeat top/22px 22px;
}
.list_navi_fixed li.catalog a::before {
  background: url(../images/icon_catalog_white.svg) no-repeat top/15px 15px;
}
.list_navi_fixed li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 70px;
  height: 170px;
}
@media screen and (max-width: 767px) {
  .list_navi_fixed li a {
    width: 100%;
    height: 50px;
  }
}
@media screen and (min-width: 768px) {
  .list_navi_fixed li a:hover {
    background-color: rgba(0, 169, 201, 0.1);
  }
}
@media screen and (min-width: 768px) and (max-height: 800px) {
  .list_navi_fixed li a {
    width: 60px;
    height: 145px;
    font-size: 0.9em;
  }
}
@media screen and (max-width: 767px) {
  .list_navi_fixed li a::before {
    content: attr(data-menu);
    color: #fff;
    font-size: 0.7em;
    font-weight: 700;
    padding: 15px 0 0;
  }
}
.list_navi_fixed li a span {
  display: inline-block;
  padding: 25px 0 0;
  color: #fff;
  font-size: 0.87em;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .list_navi_fixed li a span {
    display: none;
  }
}
.ttl_top {
  margin: 0 auto 60px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .ttl_top {
    margin: 0 0 40px;
  }
}
@media screen and (min-width: 768px) {
  .ttl_top.horizontal {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .ttl_top.horizontal .ttl {
    margin: 0 0 0 0.5em;
  }
}
.ttl_top.center {
  text-align: center;
}
.ttl_top .en {
  color: #00a9c9;
  font-family: "Josefin Sans", sans-serif;
  font-size: 1.3em;
  line-height: 1.5;
  letter-spacing: 0.12em;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .ttl_top .en {
    font-size: 1.0em;
    letter-spacing: 0.08em;
    text-align: center;
  }
}
.ttl_top .ttl {
  color: #888;
  font-size: 2.3em;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.03em;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .ttl_top .ttl {
    font-size: 1.65em;
    text-align: center;
  }
}
.ttl_low {
  margin: 100px 0 0;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .ttl_low {
    margin: 80px 0 0;
  }
}
.ttl_low .en {
  color: #00a9c9;
  font-family: "Josefin Sans", sans-serif;
  font-size: 1.30em;
  line-height: 1.25;
  letter-spacing: 0.12em;
  text-align: left;
}
@media screen and (max-width: 1500px) {
  .ttl_low .en {
    font-size: 1.30em;
  }
}
@media screen and (max-width: 767px) {
  .ttl_low .en {
    font-size: 1.00em;
    letter-spacing: 0.08em;
    text-align: center;
  }
}
.ttl_low .ttl {
  color: #888;
  font-size: 2.7em;
  font-weight: 700;
  line-height: 1.5;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .ttl_low .ttl {
    font-size: 2.00em;
    text-align: center;
  }
}
.ttl_border {
  font-size: 1.5em;
  font-weight: 700;
  line-height: 1.5;
  padding: 0.25em 0 0.25em 0.75em;
  margin: 0 0 2em;
  border-left: 5px solid #003a57;
}
@media screen and (max-width: 767px) {
  .ttl_border {
    font-size: 1.25em;
    padding: 0.25em 0 0.25em 0.5em;
    margin: 0 0 1.5em;
  }
}
.ttl_center {
  font-size: 2em;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
  margin: 0 0 2.5em;
}
@media screen and (max-width: 767px) {
  .ttl_center {
    font-size: 1.5em;
  }
}
.ttl_center.mb_narrow {
  margin: 0 0 0.75em;
}
.ttl_center_en {
  margin: 0 0 40px;
}
@media screen and (max-width: 767px) {
  .ttl_center_en {
    margin: 0 0 30px;
  }
}
.ttl_center_en .en {
  font-family: "Josefin Sans", sans-serif;
  font-size: 1.0em;
  line-height: 1.2;
  letter-spacing: 0.12em;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .ttl_center_en .en {
    font-size: 1.0em;
    letter-spacing: 0.08em;
  }
}
.ttl_center_en .ttl {
  font-size: 1.75em;
  font-weight: 700;
  text-align: center;
}
.ttl_o {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  min-height: 50px;
  font-size: 1.5em;
  font-weight: 700;
  line-height: 1.5;
  padding: 0 0 0 65px;
  margin: 0 0 1.5em;
  background: url(../images/icon_o.svg) no-repeat left/50px 50px;
}
@media screen and (max-width: 767px) {
  .ttl_o {
    min-height: 35px;
    font-size: 1.12em;
    padding: 0 0 0 45px;
    background-size: 35px 35px;
  }
}
.ttl_balloon {
  text-align: center;
}
.ttl_balloon span {
  display: inline-block;
  min-width: 220px;
  padding: 0.75em 1em 0.5em;
  margin: 0 0 2em;
  background-color: #00a9c9;
  color: #fff;
  font-family: "Josefin Sans", sans-serif;
  font-size: 1.18em;
  line-height: 1.5;
  position: relative;
}
@media screen and (max-width: 767px) {
  .ttl_balloon span {
    min-width: 150px;
    font-size: 1em;
  }
}
.ttl_balloon span::after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 12px 7px 0 7px;
  border-color: #00a9c9 transparent transparent transparent;
  position: absolute;
  bottom: -11px;
  left: 0;
  right: 0;
  margin: auto;
}
.txt_lead {
  line-height: 2.12;
  text-align: justify;
  width: fit-content;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .txt_lead {
    line-height: 2;
    text-align: left;
  }
}
.txt_lead:not(:last-child) {
  margin: 0 0 3em;
}
@media screen and (max-width: 767px) {
  .txt_lead:not(:last-child) {
    margin: 0 0 2em;
  }
}
.txt_center {
  text-align: justify;
  width: fit-content;
  margin: 0 auto 3em;
}
.txt_center:not(:last-child) {
  margin: 0 auto 3em;
}
@media screen and (max-width: 767px) {
  .txt_center:not(:last-child) {
    margin: 0 0 1.5em;
  }
}
.bg_gray {
  background-color: #f3f3f3;
}
@media screen and (max-width: 767px) {
  .button {
    text-align: center;
  }
}
.button a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  min-height: 60px;
  padding: 0 75px 0 0;
  position: relative;
}
@media screen and (max-width: 767px) {
  .button a {
    padding: 0 65px 0 0;
  }
}
.button a:hover::before {
  -webkit-transform: scale(0.85);
  transform: scale(0.85);
}
.button a::before {
  content: "";
  width: 60px;
  height: 60px;
  border-radius: 60px;
  background-color: #00a9c9;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
@media screen and (max-width: 767px) {
  .button a::before {
    width: 50px;
    height: 50px;
  }
}
.button a::after {
  content: "";
  width: 60px;
  height: 60px;
  border-radius: 60px;
  background: url(../images/arrow_button_white.svg) no-repeat center/12px 12px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
}
@media screen and (max-width: 767px) {
  .button a::after {
    width: 50px;
    height: 50px;
  }
}
.button.center {
  text-align: center;
}
.button.right {
  text-align: right;
}
.button.white a {
  color: #fff;
}
.button.white a::before {
  background-color: #fff;
}
.button.white a::after {
  background-image: url(../images/arrow_button_blue.svg);
}
.button.border a::before {
  background-color: transparent;
  border: 1px solid #00a9c9;
}
.button.border a::after {
  background-image: url(../images/arrow_button_blue.svg);
}
.button_blue a {
  display: block;
  max-width: 500px;
  padding: 1em;
  margin: 0 auto;
  border: 1px solid #FAEA52;
  background-color: #FAEA52;
  color: #003a57;
  font-size: 1.12em;
  font-weight: 700;
  text-align: center;
}
.button_gray span {
  display: block;
  max-width: 500px;
  padding: 1em;
  margin: 0 auto;
  border: 1px solid #aaa;
  background-color: #aaa;
  color: #fff;
  font-size: 1.12em;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .button_blue a {
    font-size: 1em;
  }
  .button_gray span {
    font-size: 1em;
  }
}
.button_blue a:hover {
  background-color: #fff;
  color: #003a57;
}
.list_button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 50px;
}
@media screen and (max-width: 767px) {
  .list_button {
    gap: 10px;
  }
}
.list_button li {
  width: calc(50% - 25px);
}
@media screen and (max-width: 767px) {
  .list_button li {
    width: 100%;
  }
}
.list_button li a {
  display: block;
  padding: 1em;
  border: 1px solid #003a57;
  font-size: 1.12em;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .list_button li a {
    padding: 0.75em;
    font-size: 1em;
  }
}
.list_button li a:hover {
  background-color: #003a57;
  color: #fff;
}
.list_button li a.blue {
  border-color: #00a9c9;
  background-color: #00a9c9;
  color: #fff;
}
.list_button li a.blue:hover {
  border-color: #003a57;
  background-color: #003a57;
}
@media screen and (min-width: 768px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}
@media screen and (max-width: 767px) {
  a.link_tel {
    text-decoration: underline;
  }
}
.table_common {
  width: 100%;
}
.table_common tr {
  border-bottom: 3px solid #fff;
}
.table_common th {
  width: 150px;
  padding: 1em;
  background-color: #00a9c9;
  color: #fff;
  font-weight: 400;
  line-height: 1.5;
  text-align: center;
  vertical-align: top;
}
@media screen and (max-width: 767px) {
  .table_common th {
    width: 100px;
    padding: 0.75em;
    font-size: 0.87em;
  }
}
.table_common td {
  width: calc(100% - 150px);
  padding: 1em;
  background-color: #f3f3f3;
}
@media screen and (max-width: 767px) {
  .table_common td {
    width: calc(100% - 100px);
    padding: 0.75em;
    font-size: 0.87em;
  }
}
#list_breadcrumb {
  padding: 90px 0 0;
  color: #383a34;
  font-size: 0.87em;
  line-height: 1.5;
  text-align: right;
}
@media screen and (max-width: 767px) {
  #list_breadcrumb {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    width: auto;
    white-space: nowrap;
    overflow-x: scroll;
    padding: 80px 0 0;
    font-size: 0.75em;
  }
}
#list_breadcrumb a {
  color: #383a34;
}
.wp-pagenavi {
  margin: 80px 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .wp-pagenavi {
    margin: 40px 0 0;
  }
}
.wp-pagenavi a, .wp-pagenavi span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 40px;
  margin: 0 10px 10px 0;
  color: #00a9c9;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .wp-pagenavi a, .wp-pagenavi span {
    width: 35px;
    height: 35px;
    font-size: 0.87em;
  }
}
.wp-pagenavi a:hover {
  background-color: rgba(0, 169, 201, 0.1);
}
.wp-pagenavi .current {
  color: #fff;
  background-color: #00a9c9;
}
.list_pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1em 0;
  margin: 0 auto;
  border-top: 1px solid #c9cbcd;
  border-bottom: 1px solid #c9cbcd;
  font-size: 0.87em;
  line-height: 1.5;
  position: relative;
}
@media screen and (max-width: 767px) {
  .list_pagination {
    padding: 1em 0 65px;
  }
}
.list_pagination li.prev {
  width: 30%;
}
@media screen and (max-width: 767px) {
  .list_pagination li.prev {
    width: 48%;
    font-size: 0.9em;
  }
}
.list_pagination li.prev a {
  display: inline-block;
  padding: 0 0 0 30px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .list_pagination li.prev a {
    padding: 0 0 0 20px;
  }
}
.list_pagination li.prev a::before {
  content: "";
  width: 25px;
  height: 25px;
  border-radius: 100%;
  background: url(../images/arrow_left_white.svg) no-repeat center/5px 10px #00a9c9;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}
@media screen and (max-width: 767px) {
  .list_pagination li.prev a::before {
    width: 16px;
    height: 16px;
    background-size: 4px 8px;
  }
}
.list_pagination li.middle {
  width: 30%;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .list_pagination li.middle {
    width: 100%;
    padding: 1em 0;
    border-top: 1px solid #c9cbcd;
    position: absolute;
    bottom: 0;
    left: 0;
  }
}
.list_pagination li.next {
  width: 30%;
  text-align: right;
}
@media screen and (max-width: 767px) {
  .list_pagination li.next {
    width: 48%;
    font-size: 0.9em;
  }
}
.list_pagination li.next a {
  display: inline-block;
  padding: 0 30px 0 0;
  position: relative;
}
@media screen and (max-width: 767px) {
  .list_pagination li.next a {
    padding: 0 20px 0 0;
  }
}
.list_pagination li.next a::before {
  content: "";
  width: 25px;
  height: 25px;
  border-radius: 100%;
  background: url(../images/arrow_right_white.svg) no-repeat center/5px 10px #00a9c9;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
}
@media screen and (max-width: 767px) {
  .list_pagination li.next a::before {
    width: 16px;
    height: 16px;
    background-size: 4px 8px;
  }
}
.section_top_pickup {
  padding: 80px 0 100px;
}
@media screen and (max-width: 767px) {
  .section_top_pickup {
    padding: 60px 0 85px;
  }
}
.slider_pickup {
  overflow: hidden;
  position: relative;
}
.slider_pickup a {
  display: block;
}
.slider_pickup a:hover .img {
  opacity: 0.8;
}
.slider_pickup .img {
  aspect-ratio: 73/36;
  margin: 0 0 1em;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.slider_pickup .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.slider_pickup .ttl {
  font-weight: 700;
  margin: 0 0 0.5em;
}
.slider_pickup .txt {
  font-size: 0.87em;
}
.slider_pickup_arrow {
  width: 200px;
  height: 16px;
  margin: 60px 0 0 auto;
  position: relative;
  right: 5%;
}
@media screen and (max-width: 767px) {
  .slider_pickup_arrow {
    right: 0;
    margin: 30px auto 0;
  }
}
.pickup_pagination {
  width: 200px;
  position: absolute;
  bottom: 10px;
  right: 5%;
  text-align: center;
  padding: 0 6px;
}
@media screen and (max-width: 767px) {
  .pickup_pagination {
    width: 375px;
    left: 0;
    right: 0;
    margin: auto;
  }
}
.slider_next, .slider_prev {
  width: 8px;
  height: 16px;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  position: absolute;
  top: 0;
  z-index: 2;
}
.slider_next.swiper-button-disabled, .slider_prev.swiper-button-disabled {
  opacity: 0;
  cursor: unset;
}
.slider_next {
  background: url(../images/arrow_right_blue.svg) no-repeat center/contain;
  right: 0;
}
.slider_prev {
  background: url(../images/arrow_left_blue.svg) no-repeat center/contain;
  left: 0;
}
.slider_pagination .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background-color: transparent;
  border: 2px solid #c9cbcd;
  margin: 0 8px !important;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  opacity: 1;
}
.slider_pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  border-color: #00a9c9;
}
.list_top_event_cat {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 0 50px;
  width: fit-content;
  background-color: #ddd;
  border-radius: 20px;
}
@media screen and (max-width: 767px) {
  .list_top_event_cat {
    margin: 0 2em 40px;
    width: calc(100% - 4em);
  }
}
.list_top_event_cat li {
  margin: 0 10px 0 0;
  width: 25%;
}
.list_top_event_cat li:last-child {
  margin-right: 0;
}
.list_top_event_cat li a {
  display: block;
  width: 90px;
  padding: 4px 0;
  border-radius: 50px;
  font-size: 1.06em;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .list_top_event_cat li a {
    width: 100%;
    font-size: 0.93em;
  }
}
.list_top_event_cat li a.current, .list_top_event_cat li a:hover {
  color: #fff;
  background-color: #003a57;
}
.slider_event {
  overflow: hidden;
  position: relative;
  margin: 0 0 50px;
}
@media screen and (max-width: 767px) {
  .slider_event {
    margin: 0 0 30px;
  }
}
.slider_event a {
  display: block;
  position: relative;
}
.slider_event a:hover .img {
  opacity: 0.8;
}
.slider_event .img {
  aspect-ratio: 6/4;
  margin: 0 0 1em;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.slider_event .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.slider_event .cat {
  color: #fff;
  font-size: 0.87em;
  padding: 0 10px;
  background-color: #00a9c9;
  position: absolute;
  top: 0;
  left: 0px;
}
.slider_event .ttl {
  font-weight: 700;
  margin: 0 0 0.5em;
}
.slider_event .info {
  font-size: 0.87em;
}
.slider_event .status {
  display: inline-block;
  width: 70px;
  font-size: 0.87em;
  text-align: center;
  border: 1px solid #003a57;
  margin: 1em 9px 0 0;
}
.slider_event .status.end {
  color: #b4b4b4;
  border-color: #b4b4b4;
}
.slider_event .status.lbl {
  width: auto;
  padding: 0 10px;
}
.list_works {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 50px;
}
.list_works.mb {
  margin: 0 0 80px;
}
@media screen and (max-width: 767px) {
  .list_works.mb {
    margin: 0 0 50px;
  }
}
.list_works li {
  width: calc(33.3333333333% - 33.3333333333px);
}
@media screen and (max-width: 767px) {
  .list_works li {
    width: 100%;
  }
}
.list_works a {
  display: block;
  position: relative;
}
.list_works a:hover .img {
  opacity: 0.8;
}
.list_works .img {
  aspect-ratio: 6/4;
  margin: 0 0 1em;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.list_works .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.list_works .num {
  font-size: 0.87em;
}
.list_works .ttl {
  font-weight: 700;
  margin: 0 0 0.5em;
}
.list_works .cat {
  font-size: 0.87em;
}
.list_works .cat span {
  display: inline-block;
  min-width: 70px;
  padding: 0 10px;
  margin: 5px 5px 0 0;
  border: 1px solid #003a57;
  text-align: center;
}
.nal {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative;
}
@media screen and (max-width: 767px) {
  .nal {
    display: block;
    width: 88%;
    margin: auto;
  }
}
.nal .ttl {
  max-width: 312px;
  width: 70%;
}
@media screen and (max-width: 767px) {
  .nal .ttl {
    margin: 0 0 50px;
  }
}
.nal .txt {
  width: 260px;
  color: #fff;
  line-height: 2.1;
}
@media screen and (max-width: 767px) {
  .nal .txt {
    margin: 0 0 50px;
  }
}
.section_top_staff {
  background: url(../images/bg_06.jpg) no-repeat bottom left/contain;
  position: relative;
}
@media screen and (max-width: 767px) {
  .section_top_staff {
    padding: 75px 0;
    background-image: url(../images/bg_06_sp.jpg);
  }
}
@media screen and (min-width: 768px) {
  .section_top_staff .inner {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
  }
  .section_top_staff .inner.section_top_staff_ttl {
    top: 30%;
  }
  .section_top_staff .inner.section_top_staff_button {
    top: 50%;
  }
}
.section_top_staff .img_staff {
  width: 63%;
  margin: 0 0 0 auto;
  background-color: #c9cbcd;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .section_top_staff .img_staff {
    width: 100%;
    margin: 0 0 50px;
  }
}
.section_top_staff .img_staff .slider_staff .swiper-wrapper, .section_top_staff .img_staff .slider_staff_reverse .swiper-wrapper {
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
}
.section_top_staff .img_staff .swiper-slide {
  border: 1px solid #00a9c9;
  margin: 0 -0.5px;
}
.section_top_staff .img_staff a {
  display: block;
  position: relative;
}
.section_top_staff .img_staff a:hover::before {
  opacity: 0.4;
}
.section_top_staff .img_staff a::before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(0, 169, 201, 0.3);
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
@media screen and (max-width: 767px) {
  .section_top_staff .section_top_staff_button {
    text-align: center;
  }
}
.list_top_performance {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 50px;
}
@media screen and (max-width: 767px) {
  .list_top_performance {
    gap: 10px;
  }
}
.list_top_performance li {
  width: calc(33.3333333333% - 33.3333333333px);
  position: relative;
}
@media screen and (max-width: 767px) {
  .list_top_performance li {
    width: calc(50% - 5px);
  }
}
.list_top_performance li a {
  display: block;
}
.list_top_performance li a:hover {
  opacity: 0.8;
}
.list_top_concept {
  margin: 100px 0 0;
}
@media screen and (max-width: 767px) {
  .list_top_concept {
    margin: 80px 0 0;
  }
}
.list_top_concept li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .list_top_concept li {
    display: block;
  }
}
.list_top_concept li:nth-child(odd) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.list_top_concept li:not(:last-child) {
  margin: 0 0 150px;
}
@media screen and (max-width: 767px) {
  .list_top_concept li:not(:last-child) {
    margin: 0 0 70px;
  }
}
.list_top_concept .img {
  width: 55.8%;
}
@media screen and (max-width: 767px) {
  .list_top_concept .img {
    width: 100%;
    margin: 0 0 30px;
  }
}
.list_top_concept .desc {
  width: 35%;
}
@media screen and (max-width: 767px) {
  .list_top_concept .desc {
    width: 100%;
  }
}
.list_top_concept .desc .ttl {
  font-size: 2em;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.03em;
  margin: 0 0 1em;
}
@media screen and (max-width: 767px) {
  .list_top_concept .desc .ttl {
    font-size: 1.75em;
  }
}
.list_top_concept .desc .txt {
  line-height: 2.25;
  margin: 0 0 2em;
}
@media screen and (max-width: 767px) {
  .list_top_concept .desc .txt {
    display: none;
  }
}
.section_top_modelhouse {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 170px 0 0;
}
@media screen and (max-width: 767px) {
  .section_top_modelhouse {
    display: block;
    padding: 75px 0 0;
  }
}
.section_top_modelhouse .img_pc {
  width: 83%;
}
@media screen and (max-width: 767px) {
  .section_top_modelhouse .img_pc {
    display: none;
  }
}
.section_top_modelhouse .img_sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .section_top_modelhouse .img_sp {
    display: block;
  }
}
.section_top_modelhouse .desc {
  width: 50%;
  padding: 5%;
  margin: 0 0 0 -33%;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .section_top_modelhouse .desc {
    width: 100%;
    padding: 0;
    margin: 0;
  }
}
.section_top_modelhouse .ttl_top {
  margin: 0 0 30px;
}
@media screen and (max-width: 767px) {
  .section_top_modelhouse .ttl_top {
    margin: 0 0 30px;
    text-align: center;
  }
}
.section_top_modelhouse .txt {
  max-width: 490px;
  margin: 0 0 2em;
  line-height: 2.25;
}
@media screen and (max-width: 767px) {
  .section_top_modelhouse .txt {
    width: 88%;
    margin: 2em auto;
  }
}
.top_product:not(:last-child) {
  margin: 0 0 80px;
}
.top_product .ttl {
  max-width: 1200px;
  width: 88%;
  margin: 0 auto 20px;
  color: #00a9c9;
  font-size: 1.62em;
  font-weight: 700;
  line-height: 1.25;
}
@media screen and (max-width: 767px) {
  .top_product .ttl {
    font-size: 1.25em;
    margin: 0 auto 10px;
  }
}
.top_product .ttl span {
  font-family: "Josefin Sans", sans-serif;
  font-size: 1.5em;
  font-weight: 500;
  margin: 0 0.25em 0 0;
}
.top_product .img {
  max-width: 1340px;
  margin: 0 auto 40px;
}
@media screen and (max-width: 767px) {
  .top_product .img {
    margin: 0 auto 20px;
  }
}
.top_product .button {
  max-width: 1200px;
  width: 88%;
  margin: auto;
}
@media screen and (min-width: 768px) {
  .top_product .button {
    text-align: right;
  }
}
.top_estate {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .top_estate {
    display: block;
    width: 88%;
    margin: auto;
  }
}
.top_estate a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: calc(50% - 1px);
  padding: 40px 0;
  aspect-ratio: 5/3;
  position: relative;
}
@media screen and (max-width: 767px) {
  .top_estate a {
    width: 100%;
  }
}
.top_estate a::before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: #00a9c9;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.top_estate a.land {
  background: url(../images/bg_land.jpg) no-repeat center/cover;
}
@media screen and (max-width: 767px) {
  .top_estate a.land {
    margin: 0 0 2px;
  }
}
.top_estate a.build {
  background: url(../images/bg_build.jpg) no-repeat center/cover;
}
.top_estate a:hover::before {
  opacity: 0.2;
}
.top_estate a:hover .arrow {
  background-color: #00a9c9;
}
.top_estate a:hover .arrow::after {
  background-image: url(../images/arrow_button_white.svg);
}
.top_estate div {
  text-align: center;
  position: relative;
}
.top_estate .ttl {
  color: #fff;
  font-size: 2.12em;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.03em;
  text-align: center;
  margin: 0 0 0.5em;
}
@media screen and (max-width: 767px) {
  .top_estate .ttl {
    font-size: 1.75em;
  }
}
.top_estate .txt {
  color: #fff;
  text-align: center;
  margin: 0 0 2em;
}
@media screen and (max-width: 767px) {
  .top_estate .txt {
    margin: 0 0 1.5em;
  }
}
.top_estate .arrow {
  width: 60px;
  height: 60px;
  margin: auto;
  border-radius: 60px;
  background-color: #fff;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  position: relative;
}
@media screen and (max-width: 767px) {
  .top_estate .arrow {
    width: 50px;
    height: 50px;
  }
}
.top_estate .arrow::after {
  content: "";
  width: 60px;
  height: 60px;
  border-radius: 60px;
  background: url(../images/arrow_button_blue.svg) no-repeat center/12px 12px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
@media screen and (max-width: 767px) {
  .top_estate .arrow::after {
    width: 50px;
    height: 50px;
  }
}
.top_news {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 20px 70px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .top_news {
    display: block;
    padding: 50px 0;
  }
}
.top_news::before, .top_news::after {
  content: "";
  width: 20px;
  height: 100%;
  position: absolute;
}
@media screen and (max-width: 767px) {
  .top_news::before, .top_news::after {
    width: 100%;
    height: 20px;
  }
}
.top_news::before {
  border: 1px solid #00a9c9;
  border-right: none;
  top: 0;
  left: 0;
}
@media screen and (max-width: 767px) {
  .top_news::before {
    border-right: 1px solid #00a9c9;
    border-bottom: none;
  }
}
.top_news::after {
  border: 1px solid #00a9c9;
  border-left: none;
  bottom: 0;
  right: 0;
}
@media screen and (max-width: 767px) {
  .top_news::after {
    border-left: 1px solid #00a9c9;
    border-top: none;
  }
}
.top_news .ttl_top {
  width: 270px;
}
@media screen and (max-width: 767px) {
  .top_news .ttl_top {
    width: 100%;
  }
}
.top_news .list_news {
  width: calc(100% - 270px);
}
@media screen and (max-width: 767px) {
  .top_news .list_news {
    width: 100%;
    margin: 0 0 40px;
  }
}
@media screen and (min-width: 768px) {
  .top_news .button {
    position: absolute;
    top: 150px;
    left: 70px;
  }
}
.list_news li {
  border-bottom: 1px solid #c9cbcd;
}
.list_news li:first-child a {
  padding-top: 0;
}
.list_news li a {
  display: block;
  padding: 1.5em 0;
}
.list_news li a:hover {
  -webkit-box-shadow: 0 -3px 0 rgba(0, 169, 201, 0.2) inset;
  box-shadow: 0 -3px 0 rgba(0, 169, 201, 0.2) inset;
}
.list_news .date {
  display: inline-block;
  font-size: 0.87em;
}
.list_news .cat {
  display: inline-block;
  min-width: 100px;
  padding: 0 10px;
  margin: 0 0 0 5px;
  border: 1px solid #003a57;
  font-size: 0.87em;
  line-height: 1.5;
  text-align: center;
}
.top_column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative;
}
@media screen and (max-width: 767px) {
  .top_column {
    display: block;
  }
}
.top_column .ttl_top {
  width: 340px;
}
@media screen and (max-width: 767px) {
  .top_column .ttl_top {
    width: 100%;
  }
}
.top_column .list_column {
  width: calc(100% - 340px);
}
@media screen and (max-width: 767px) {
  .top_column .list_column {
    width: 100%;
    margin: 0 0 40px;
  }
}
@media screen and (min-width: 768px) {
  .top_column .button {
    position: absolute;
    top: 150px;
    left: 0;
  }
}
.top_brand {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: 60px;
}
@media screen and (max-width: 767px) {
  .top_brand {
    margin-right: 0;
    gap: 20px 0;
  }
}
.top_brand li {
  width: 33%;
}
@media screen and (max-width: 767px) {
  .top_brand li {
    width: 50%;
  }
}
.top_brand p {
  text-align: center;
  font-size: 0.85em;
  margin-top: 0.5em;
}
@media screen and (max-width: 767px) {
  .top_brand p {
    font-size: 0.7em;
    margin-left: 0.2em;
    margin-right: 0.2em;
  }
}
.top_brand a img {
  transition: .5s;
}
.top_brand a:hover img {
  opacity: 0.7;
  transition: 0.5s;
}
.top_lineup {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 50px;
}
.top_lineup li {
  width: calc(50% - 25px);
}
@media screen and (max-width: 767px) {
  .top_lineup li {
    width: 100%;
  }
}
.top_lineup .ttl {
  max-width: 1200px;
  width: 88%;
  margin: 0 auto 20px;
  color: #00a9c9;
  font-size: 1.62em;
  font-weight: 700;
  line-height: 1.25;
}
@media screen and (max-width: 767px) {
  .top_lineup .ttl {
    font-size: 1.25em;
    margin: 0 auto 10px;
  }
}
.top_lineup .ttl span {
  font-family: "Josefin Sans", sans-serif;
  font-size: 1.5em;
  font-weight: 500;
  margin: 0 0.25em 0 0;
}
.top_lineup .button {
  text-align: right;
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .top_lineup .button {
    text-align: center;
    margin-top: 20px;
  }
}
.list_column li {
  border-bottom: 1px solid #c9cbcd;
}
.list_column li:first-child a {
  padding-top: 0;
}
.list_column li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 30px 0;
}
.list_column li a:hover {
  -webkit-box-shadow: 0 -3px 0 rgba(0, 169, 201, 0.2) inset;
  box-shadow: 0 -3px 0 rgba(0, 169, 201, 0.2) inset;
}
.list_column li a:hover .img {
  opacity: 0.8;
}
.list_column .img {
  width: 25%;
  aspect-ratio: 6/4;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
@media screen and (max-width: 767px) {
  .list_column .img {
    width: 47%;
  }
}
.list_column .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.list_column .desc {
  width: 72%;
}
@media screen and (max-width: 767px) {
  .list_column .desc {
    width: 48%;
  }
}
.list_column .cat {
  font-size: 0.87em;
  margin: 0 0 0.75em;
}
.list_column .cat span {
  display: inline-block;
  min-width: 70px;
  padding: 0 10px;
  margin: 0 5px 5px 0;
  border: 1px solid #003a57;
  text-align: center;
}
.list_column .ttl {
  font-weight: 700;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .list_column .ttl {
    font-size: 0.87em;
  }
}
.list_column .txt {
  font-size: 0.87em;
  margin: 1em 0 0;
}
@media screen and (max-width: 767px) {
  .list_column .txt {
    display: none;
  }
}
.ttl_search {
  font-size: 2.25em;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
  margin: 0 0 1.5em;
}
@media screen and (max-width: 767px) {
  .ttl_search {
    font-size: 1.25em;
  }
}
.button_lineup {
  margin-top: 100px;
}
@media screen and (max-width: 767px) {
  .button_lineup {
    margin-top: 60px;
  }
}
.list_popular_category {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 40px 30px;
  margin: 0 0 60px;
}
@media screen and (max-width: 767px) {
  .list_popular_category {
    gap: 30px 0;
    margin: 0 0 30px;
  }
}
.list_popular_category li {
  width: calc((100% - 90px) / 4);
}
@media screen and (max-width: 767px) {
  .list_popular_category li {
    width: 50%;
  }
}
.list_popular_category li a {
  display: block;
}
.list_popular_category li a:hover .img {
  opacity: 0.8;
}
.list_popular_category .img {
  aspect-ratio: 6/4;
  margin: 0 0 10px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.list_popular_category .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.list_popular_category .ttl {
  line-height: 1.5;
  text-align: center;
}
.button_search {
  text-align: center;
}
.button_search a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  min-height: 60px;
  padding: 0 80px 0 0;
  position: relative;
}
.button_search a:hover::before {
  -webkit-transform: scale(0.85);
  transform: scale(0.85);
}
.button_search a::before {
  content: "";
  width: 60px;
  height: 60px;
  border-radius: 60px;
  background-color: #00a9c9;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.button_search a::after {
  content: "";
  width: 60px;
  height: 60px;
  border-radius: 60px;
  background: url(../images/icon_plus_white.svg) no-repeat center/20px 20px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
}
.banner_dl a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 200px;
  padding: 40px 60px;
  border: 1px solid #003a57;
  background: url(../images/arrow_button_navy.svg) no-repeat center right 30px/20px 20px #fff;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .banner_dl a {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    height: 160px;
    padding: 20px;
    background: url(../images/arrow_button_navy.svg) no-repeat center right 15px/15px 15px #fff;
    text-align: left;
  }
}
.banner_dl a:hover {
  background-color: rgba(0, 169, 201, 0.1);
}
.banner_dl .txt_01 {
  font-size: 2.25em;
  font-weight: 700;
  line-height: 1.5;
  margin: 0 0 0.25em;
}
@media screen and (max-width: 767px) {
  .banner_dl .txt_01 {
    font-size: 1.25em;
    margin: 0 0 0.5em;
  }
}
.banner_dl .txt_02 {
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .banner_dl .txt_02 {
    font-size: 0.93em;
  }
}
.banner_reserve a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 200px;
  padding: 40px 60px;
  margin: 40px 0 0;
  -webkit-box-shadow: 0 0 0 9px #00a9c9 inset, 0 0 0 10px #fff inset;
  box-shadow: 0 0 0 9px #00a9c9 inset, 0 0 0 10px #fff inset;
  background: url(../images/arrow_button_white.svg) no-repeat center right 30px/20px 20px #00a9c9;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .banner_reserve a {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    height: 160px;
    padding: 20px;
    margin: 20px 0 0;
    -webkit-box-shadow: 0 0 0 4px #00a9c9 inset, 0 0 0 5px #fff inset;
    box-shadow: 0 0 0 4px #00a9c9 inset, 0 0 0 5px #fff inset;
    background: url(../images/arrow_button_white.svg) no-repeat center right 15px/15px 15px #00a9c9;
    text-align: left;
  }
}
.banner_reserve a:hover {
  background-color: rgba(0, 169, 201, 0.8);
}
.banner_reserve .txt_01 {
  color: #fff;
  font-size: 2.25em;
  font-weight: 700;
  line-height: 1.5;
  margin: 0 0 0.25em;
}
@media screen and (max-width: 767px) {
  .banner_reserve .txt_01 {
    font-size: 1.25em;
    margin: 0 0 0.5em;
  }
}
.banner_reserve .txt_02 {
  color: #fff;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .banner_reserve .txt_02 {
    font-size: 0.93em;
  }
}
.works_main_img {
  margin: 0 0 100px;
}
@media screen and (max-width: 767px) {
  .works_main_img {
    margin: 0 0 50px;
  }
}
.works_main_img img {
  width: 100%;
}
.works_top {
  margin: 0 0 80px;
}
@media screen and (max-width: 767px) {
  .works_top {
    margin: 0 0 40px;
  }
}
.works_top .num {
  font-size: 1.25em;
  text-align: center;
  margin: 0 0 0.5em;
}
@media screen and (max-width: 767px) {
  .works_top .num {
    font-size: 1em;
  }
}
.works_top .ttl {
  font-size: 2.37em;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
  margin: 0 0 0.5em;
}
@media screen and (max-width: 767px) {
  .works_top .ttl {
    font-size: 1.5em;
  }
}
.works_top .txt {
  white-space: pre-wrap;
}
@media screen and (max-width: 767px) {
  .works_top .txt {
    font-size: 1em;
  }
}
.works_contents figure {
  margin: 0 0 80px;
}
@media screen and (max-width: 767px) {
  .works_contents figure {
    margin: 0 0 40px;
  }
}
.works_contents figure img {
  max-height: 1000px;
  margin: 0 0 30px;
}
@media screen and (max-width: 767px) {
  .works_contents figure img {
    margin: 0 0 15px;
  }
}
.works_contents figure figcaption {
  white-space: pre-wrap;
}
@media screen and (max-width: 767px) {
  .works_contents figure figcaption {
    font-size: 1em;
  }
}
.works_brand {
  padding: 0 0 40px;
  margin: 0 0 40px;
  border-bottom: 1px solid #003a57;
  display: flex;
}
@media screen and (max-width: 767px) {
  .works_brand {
    padding: 0 0 20px;
    margin: 0 0 20px;
  }
}
.works_brand .logo {
  max-width: 300px;
  width: 30%;
}
.works_brand .logo_txt {
  width: 70%;
  padding: 2em 0 0 2em;
}
@media screen and (max-width: 767px) {
  .works_brand .logo_txt {
    width: 70%;
    padding: 0 0 0 0.5em;
  }
}
.works_info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .works_info {
    display: block;
  }
}
.works_info .left {
  width: 48%;
}
@media screen and (max-width: 767px) {
  .works_info .left {
    width: 100%;
    margin: 0 0 15px;
  }
}
.works_info .right {
  width: 48%;
}
@media screen and (max-width: 767px) {
  .works_info .right {
    width: 100%;
  }
}
.list_cat_works {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 8px;
}
.list_cat_works li a {
  display: block;
  padding: 0 10px;
  background-color: #f3f3f3;
  font-size: 0.87em;
  font-weight: 700;
}
.list_cat_works li a:hover {
  color: #fff;
  background-color: #003a57;
}
.works_freearea {
  margin: 100px 0 0;
}
@media screen and (max-width: 767px) {
  .works_freearea {
    margin: 50px 0 0;
  }
}
.list_machikado .new {
  width: 100px;
  position: absolute;
  top: 0;
  right: 0px;
}
/* ------- search-box ------- */
body.search-box01-on #search-box01 {
  pointer-events: auto;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  opacity: 1;
}
body.search-box01-on .modal_overlay {
  pointer-events: auto;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  opacity: 1;
}
#search-box01 {
  width: 92%;
  max-width: 800px;
  height: 600px;
  background: #fff;
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 1000001;
  overflow: hidden;
  pointer-events: none;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  opacity: 0;
}
@media screen and (max-width: 767px) {
  #search-box01 {
    width: 100%;
    height: 100%;
  }
}
#search-box01 h2 {
  text-align: center;
  padding: 1em;
  background: #f3f3f3;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}
#search-box01 h2 #modal-close {
  width: 60px;
  height: 60px;
  background: transparent;
  border: none;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1000002;
  cursor: pointer;
}
#search-box01 h2 #modal-close span {
  font-size: 1.5em;
  line-height: 1;
}
#search-box01 .wrapper {
  padding: 2em;
  margin-top: 60px;
  height: calc(100% - 11em);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow-y: scroll;
}
#search-box01 .wrapper form h3 {
  padding-bottom: 0.5em;
  margin-bottom: 1em;
  border-bottom: 1px solid #003a57;
  font-weight: 700;
}
#search-box01 .wrapper form ul:not(:last-child) {
  margin-bottom: 2em;
}
#search-box01 .wrapper form ul li {
  display: inline-block;
  margin: 0 1.75em 0.75em 0;
}
#search-box01 .wrapper form ul li label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
}
#search-box01 .wrapper form ul li input[type="number"] {
  padding: 0.25em 0.5em;
  margin-right: 0.25em;
}
#search-box01 .wrapper form ul li input[type="checkbox"] {
  margin: 0;
  width: 0;
  opacity: 0;
}
#search-box01 .wrapper form ul li input:checked + .inputBox {
  background: #003a57;
}
#search-box01 .wrapper form ul li input:checked + .inputBox::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 35%;
  height: 2px;
  -webkit-transform: translate(-2px, 2px) rotateZ(-135deg);
  transform: translate(-2px, 2px) rotateZ(-135deg);
  -webkit-transform-origin: 1px 1px;
  transform-origin: 1px 1px;
  background: #ffffff;
}
#search-box01 .wrapper form ul li input:checked + .inputBox::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 54%;
  height: 2px;
  -webkit-transform: translate(-2px, 2px) rotateZ(-45deg);
  transform: translate(-2px, 2px) rotateZ(-45deg);
  -webkit-transform-origin: 1px 1px;
  transform-origin: 1px 1px;
  background: #ffffff;
}
#search-box01 .wrapper form ul li label .inputBox {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  width: 20px;
  height: 20px;
  border: 1px solid #003a57;
}
#search-box01 .wrapper form ul li label .inputTxt {
  display: block;
  margin-left: 0.5em;
}
#search-box01 .wrapper form .submitWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1.5em 1em;
  background: #f3f3f3;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
}
#search-box01 .wrapper form .submitWrap .submit, #search-box01 .wrapper form .submitWrap .reset {
  display: inline-block;
  color: #fff;
  width: 48%;
  max-width: 260px;
  padding: 1em;
  font-weight: 700;
  text-align: center;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
#search-box01 .wrapper form .submitWrap .submit {
  margin-right: 4%;
  background: #00a9c9;
}
#search-box01 .wrapper form .submitWrap .submit label {
  display: block;
  width: 100%;
  height: 100%;
  cursor: pointer;
}
#search-box01 .wrapper form .submitWrap .submit label input, #search-box01 .wrapper form .submitWrap .reset label input {
  display: none;
}
#search-box01 .wrapper form .submitWrap .submit label .sp01 {
  font-size: 70%;
}
#search-box01 .wrapper form .submitWrap .submit label .sp01 .globalAreaListCounter {
  color: #e9ee54;
  font-size: 150%;
}
#search-box01 .wrapper form .submitWrap .reset {
  background: #7b7b7b;
}
#search-box01 .wrapper form .submitWrap .reset label {
  display: block;
  width: 100%;
  height: 100%;
  cursor: pointer;
}
#modal_overlay {
  display: block;
  content: "";
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.5);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000000;
  pointer-events: none;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  opacity: 0;
}
body.search-box01-on #search-box01 {
  pointer-events: auto;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  opacity: 1;
}
body.search-box01-on #modal_overlay {
  pointer-events: auto;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  opacity: 1;
}
/* ------- search-box END ------- */
.list_area_event {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: left;
  gap: 50px;
}
@media screen and (max-width: 767px) {
  .list_area_event {
    gap: 20px;
  }
}
.list_area_event li {
  width: calc((100% - 100px) / 3);
}
@media screen and (max-width: 767px) {
  .list_area_event li {
    width: 100%;
  }
}
.list_area_event li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1em 2em;
  background: url(../images/arrow_right_blue.svg) no-repeat center right 1em/5px 10px #fff;
  border: 1px solid #e5e5e5;
}
@media screen and (max-width: 767px) {
  .list_area_event li a {
    height: 90px;
  }
}
.list_area_event li a:hover {
  background-color: rgba(0, 169, 201, 0.1);
}
.list_area_event .area {
  color: #828282;
  font-size: 1.12em;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
  margin: 0 0 0.25em;
}
@media screen and (max-width: 767px) {
  .list_area_event .area {
    font-size: 1em;
  }
}
.list_area_event .city {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  text-align: center;
  padding-bottom: 1px;
}
.list_area_event .city span {
  display: inline-block;
  color: #828282;
  font-size: 0.8em;
  line-height: 1.8;
  padding: 0 4px;
  margin: 1px 2px;
  border: 1px solid #c9cbcd;
}
.list_event {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 50px;
}
.list_event li {
  width: calc((100% - 100px) / 3);
}
@media screen and (max-width: 767px) {
  .list_event li {
    width: 100%;
  }
}
.list_event li a {
  display: block;
  position: relative;
}
.list_event li a:hover .img {
  opacity: 0.8;
}
.list_event .img {
  aspect-ratio: 6/4;
  margin: 0 0 1em;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.list_event .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 5px;
}
.list_event .cat {
  color: #fff;
  font-size: 0.87em;
  padding: 0 10px;
  background-color: #00a9c9;
  position: absolute;
  top: 0;
  left: 10px;
}
.list_event .ttl {
  font-weight: 700;
  margin: 0 0 0.5em;
}
.list_event .info {
  font-size: 0.87em;
}
.list_event .status {
  display: inline-block;
  width: auto;
  padding: 0 3px;
  font-size: 0.87em;
  text-align: center;
  border: 1px solid #003a57;
  margin: 1em 9px 0 0;
}
.list_event .status.end {
  color: #b4b4b4;
  border-color: #b4b4b4;
}
.list_event .status.lbl {
  width: auto;
  padding: 0 9px;
}
.event_main_img {
  margin: 0 0 80px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .event_main_img {
    margin: 0 0 50px;
  }
}
.event_info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.event_info .left {
  width: 53%;
}
@media screen and (max-width: 767px) {
  .event_info .left {
    width: 100%;
    margin: 0 0 30px;
  }
}
.event_info .right {
  width: 42%;
  margin: 50px 0 0;
}
@media screen and (max-width: 767px) {
  .event_info .right {
    width: 100%;
    margin: 0;
  }
}
.event_info .cat {
  margin: 0 0 1em;
}
@media screen and (max-width: 767px) {
  .event_info .cat {
    font-size: 0.87em;
  }
}
.event_info .cat span {
  display: inline-block;
  padding: 0 10px;
  background-color: #00a9c9;
  color: #fff;
  margin-right: 9px;
}
.event_info .ttl {
  font-size: 2.0em;
  font-weight: 700;
  line-height: 1.5;
  margin: 0 0 0.5em;
}
@media screen and (max-width: 767px) {
  .event_info .ttl {
    font-size: 1.5em;
    margin: 0 0 0.75em;
  }
}
.event_info dl > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .event_info dl > div {
    font-size: 0.87em;
  }
}
.event_info dl > div:not(:last-child) {
  margin: 0 0 0.5em;
}
.event_info dl dt {
  width: 3.5em;
}
.event_info dl dt::after {
  content: "：";
}
.event_info dl dd {
  width: calc(100% - 3.5em);
}
.event_info .bottom_txt {
  margin: 1.5em 0 0;
}
.slider_event_img {
  padding: 0 0 50px;
  margin: 0 0 80px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .slider_event_img {
    margin: 0 0 50px;
  }
}
.slider_event_img .swiper-slide {
  aspect-ratio: 6/4;
  background-color: #f3f3f3;
}
.slider_event_img .swiper-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
.slider_event_img_arrow {
  width: 88%;
  margin: auto;
  position: absolute;
  top: calc(50% - 20px);
  left: 50%;
  z-index: 1;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  .slider_event_img_arrow {
    width: 94%;
    top: calc(50% - 28x);
  }
}
.slider_event_img_arrow .slider_next, .slider_event_img_arrow .slider_prev {
  width: 60px;
  height: 60px;
  border-radius: 60px;
  position: relative;
  pointer-events: initial;
}
@media screen and (max-width: 767px) {
  .slider_event_img_arrow .slider_next, .slider_event_img_arrow .slider_prev {
    width: 44px;
    height: 44px;
  }
}
.slider_event_img_arrow .slider_prev {
  background: url(../images/arrow_button_left_navy.svg) no-repeat center/14px 14px rgba(255, 255, 255, 0.8);
}
.slider_event_img_arrow .slider_next {
  background: url(../images/arrow_button_navy.svg) no-repeat center/14px 14px rgba(255, 255, 255, 0.8);
}
.event_img_pagination {
  text-align: center;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.event_txt {
  margin: 0 0 80px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .event_txt {
    margin: 0 0 50px;
  }
}
.event_txt .catch {
  font-size: 2.0em;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
  margin: 0 0 1em;
}
@media screen and (max-width: 767px) {
  .event_txt .catch {
    font-size: 1.25em;
    text-align: justify;
  }
}
.event_txt .txt {
  line-height: 2.25;
  margin: 0 auto;
  text-align: center;
  width: fit-content;
}
@media screen and (max-width: 767px) {
  .event_txt {
    line-height: 2;
    text-align: justify;
  }
  .event_txt .txt {
    line-height: 2;
    text-align: justify;
  }
}
.event_feature .ttl {
  color: #fff;
  font-size: 1.5em;
  font-weight: 700;
  text-align: center;
  padding: 1em;
  background-color: #00a9c9;
}
@media screen and (max-width: 767px) {
  .event_feature .ttl {
    font-size: 1.25em;
    padding: 0.5em;
  }
}
.event_feature ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 20px;
  padding: 2em;
  border: 3px solid #00a9c9;
}
@media screen and (max-width: 767px) {
  .event_feature ul {
    padding: 1em;
    gap: 10px;
    border-width: 1px;
  }
}
.event_feature ul li {
  width: calc(50% - 10px);
  padding: 0 0 0 20px;
  line-height: 1.5;
  position: relative;
}
@media screen and (max-width: 767px) {
  .event_feature ul li {
    width: 100%;
  }
}
.event_feature ul li::before {
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 10px;
  background-color: #00a9c9;
  position: absolute;
  top: 0.4em;
  left: 0;
}
.floormap figure:not(:last-child) {
  margin: 0 0 40px;
}
@media screen and (max-width: 767px) {
  .floormap figure:not(:last-child) {
    margin: 0 0 20px;
  }
}
.list_event_point li:not(:last-child) {
  margin: 0 0 80px;
}
@media screen and (max-width: 767px) {
  .list_event_point li:not(:last-child) {
    margin: 0 0 50px;
  }
}
.list_event_point_ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 0 0 20px;
}
.list_event_point_ttl .num {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 80px;
  height: 80px;
  background-color: #00a9c9;
}
@media screen and (max-width: 767px) {
  .list_event_point_ttl .num {
    width: 60px;
    height: 60px;
  }
}
.list_event_point_ttl .num p {
  color: #fff;
  font-family: "Josefin Sans", sans-serif;
  text-align: center;
  line-height: 1.5;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .list_event_point_ttl .num p {
    font-size: 0.75em;
    letter-spacing: 0.05em;
  }
}
.list_event_point_ttl .num p span {
  display: block;
  font-size: 2.37em;
  line-height: 1;
}
.list_event_point_ttl .ttl {
  width: calc(100% - 100px);
  font-size: 1.87em;
  font-weight: 700;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .list_event_point_ttl .ttl {
    width: calc(100% - 75px);
    font-size: 1.25em;
  }
}
.list_event_point_img {
  margin: 0 auto 20px;
  text-align: justify;
  width: fit-content;
}
.list_event_point_txt {
  margin-right: auto;
  margin-left: auto;
  text-align: justify;
  width: fit-content;
}
.event_map {
  height: 535px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .event_map {
    padding: 66% 0 0;
    height: auto;
  }
}
.event_map iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.list_event_merit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 50px;
}
.list_event_merit li {
  width: calc((100% - 100px) / 3);
}
@media screen and (max-width: 767px) {
  .list_event_merit li {
    width: 100%;
  }
}
.list_event_merit .num {
  color: #fff;
  font-family: "Josefin Sans", sans-serif;
  font-size: 1.25em;
  text-align: center;
  padding: 0.75em 0 0.5em;
  background-color: #00a9c9;
}
.list_event_merit .img {
  margin: 0 0 20px;
}
.list_event_merit .ttl {
  font-size: 1.25em;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
  margin: 0 0 0.75em;
}
.list_event_merit .txt {
  line-height: 2;
}
.event_tel .ttl {
  font-size: 2.37em;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
  margin: 0 0 0.5em;
}
@media screen and (max-width: 767px) {
  .event_tel .ttl {
    font-size: 1.5em;
  }
}
.event_tel .ttl span {
  display: inline-block;
  padding: 0 0 0 45px;
  background: url(../images/icon_tel_blue.svg) no-repeat left top 60%/38px 38px;
}
@media screen and (max-width: 767px) {
  .event_tel .ttl span {
    padding: 0 0 0 35px;
    background-size: 30px 30px;
  }
}
.event_tel .tel {
  font-size: 1.25em;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .event_tel .tel {
    font-size: 1em;
  }
}
.event_tel .tel:not(:last-child) {
  margin: 0 0 1em;
}
.txt_staff_top {
  color: #c9cbcd;
  font-family: "Josefin Sans", sans-serif;
  font-size: 1.62em;
  letter-spacing: 0.05em;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .txt_staff_top {
    font-size: 0.75em;
    margin: 0 0 0.5em;
  }
}
.showroom_staff:not(:last-child) {
  margin: 0 0 170px;
}
@media screen and (max-width: 767px) {
  .showroom_staff:not(:last-child) {
    margin: 0 0 80px;
  }
}
.list_staff {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 50px;
}
@media screen and (max-width: 767px) {
  .list_staff {
    gap: 20px;
  }
}
.list_staff li {
  width: calc((100% - 100px) / 3);
}
@media screen and (max-width: 767px) {
  .list_staff li {
    width: calc((100% - 20px) / 2);
  }
}
.list_staff li a {
  display: block;
}
.list_staff li a:hover .img {
  opacity: 0.8;
}
.list_staff .img {
  aspect-ratio: 1/1;
  margin: 0 0 15px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
@media screen and (max-width: 767px) {
  .list_staff .img {
    margin: 0 0 10px;
  }
}
.list_staff .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.list_staff .dept {
  font-size: 0.81em;
  font-weight: 700;
  line-height: 1.5;
  margin: 0 0 0.25em;
}
.list_staff .name {
  font-size: 1.37em;
  font-weight: 700;
  line-height: 1.5;
  margin: 0 0 0.25em;
}
@media screen and (max-width: 767px) {
  .list_staff .name {
    font-size: 1.06em;
  }
}
.list_staff .name span {
  display: block;
  color: #c9cbcd;
  font-family: "Josefin Sans", sans-serif;
  font-size: 0.73em;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.1em;
  margin: 0.3em 0 0;
}
@media screen and (max-width: 767px) {
  .list_staff .name span {
    letter-spacing: 0.05em;
  }
}
.list_staff .job {
  font-size: 0.77em;
  line-height: 1.5;
  margin-bottom: 0.5em;
}
@media screen and (max-width: 767px) {
  .list_staff .job {
    font-size: 0.7em;
  }
}
.list_staff .comment {
  font-size: 0.77em;
  text-align: justify;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  line-height: 1.6em;
  height: 8.0em;
  overflow: hidden;
}
.staff_contents:not(:last-child) {
  margin: 0 0 100px;
}
@media screen and (max-width: 767px) {
  .staff_contents:not(:last-child) {
    margin: 0 0 80px;
  }
}
.staff_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .staff_wrap {
    display: block;
  }
}
.staff_wrap .img {
  width: 55%;
}
@media screen and (max-width: 767px) {
  .staff_wrap .img {
    width: 100%;
  }
}
.staff_wrap .img img {
  width: 100%;
}
.staff_wrap .desc {
  width: 52%;
  padding: 7%;
  margin: 7% 0 0 -7%;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .staff_wrap .desc {
    width: 100%;
    margin: 0;
  }
}
.staff_wrap .dept {
  font-size: 1.43em;
  font-weight: 700;
  margin: 0 0 -0.2em;
}
@media screen and (max-width: 767px) {
  .staff_wrap .dept {
    font-size: 0.87em;
  }
}
.staff_wrap .name {
  font-size: 2.5em;
  font-weight: 700;
  line-height: 1.5;
  margin: 0 0 0.75em;
}
@media screen and (max-width: 767px) {
  .staff_wrap .name {
    font-size: 1.37em;
    margin: 0.3em 0 0.5em;
  }
}
.staff_wrap .name span {
  display: block;
  color: #c9cbcd;
  font-family: "Josefin Sans", sans-serif;
  font-size: 0.5em;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.1em;
  margin: 0.25em 0 0;
}
@media screen and (max-width: 767px) {
  .staff_wrap .name span {
    display: inline-block;
    margin: 0 0 0 1.5em;
    letter-spacing: 0.05em;
    font-size: 0.6em;
  }
}
.staff_wrap .job {
  font-size: 1.3em;
  margin: 1em 0 0;
}
@media screen and (max-width: 767px) {
  .staff_wrap .job {
    font-size: 0.87em;
  }
}
.staff_wrap .txt {
  line-height: 2.25;
  margin: 0 0 2.5em;
}
@media screen and (max-width: 767px) {
  .staff_wrap .txt {
    line-height: 2;
    margin: 0 0 1em;
  }
}
.staff_wrap .model_list {
  display: inline-block;
  width: calc(50% - 5px);
  margin: 0 5px 5px 0;
}
.staff_wrap a {
  display: inline-flex;
  width: 100%;
  padding: 1em;
  border: 1px solid #f3f3f3;
  background-color: #f3f3f3;
  font-size: 0.87em;
  font-weight: 700;
  text-align: center;
  margin: 0 5px 5px 0;
  align-items: center;
  justify-content: center;
  line-height: 18px;
  height: 60px;
  vertical-align: middle;
}
.staff_wrap a span {
  word-break: keep-all;
  overflow-wrap: break-word;
}
@media screen and (max-width: 767px) {
  .staff_wrap .model_list {
    width: 100%;
  }
}
.staff_wrap a:hover {
  border-color: #003a57;
  background-color: #fff;
}
.staff_message p {
  line-height: 2.25;
}
@media screen and (max-width: 767px) {
  .staff_message p {
    line-height: 2;
  }
}
.staff_message p:not(:last-child) {
  margin: 0 0 1em;
}
.list_favorite {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 50px;
}
.list_favorite li {
  width: calc(33.3333333333% - 33.3333333333px);
}
@media screen and (max-width: 767px) {
  .list_favorite li {
    width: 100%;
  }
}
.list_favorite .img {
  aspect-ratio: 6/4;
  margin: 0 0 1.25em;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.list_favorite .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.list_favorite .ttl {
  font-weight: 700;
  line-height: 1.5;
  margin: 0 0 0.5em;
}
.slider_wrap {
  position: relative;
}
.slider_staff_02 {
  overflow: hidden;
  position: relative;
}
.slider_staff_02 .swiper-slide a {
  display: block;
}
.slider_staff_02 .swiper-slide a:hover .img {
  opacity: 0.8;
}
.slider_staff_02 .swiper-slide .img {
  aspect-ratio: 1/1;
  margin: 0 0 15px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
@media screen and (max-width: 767px) {
  .slider_staff_02 .swiper-slide .img {
    margin: 0 0 10px;
  }
}
.slider_staff_02 .swiper-slide .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.slider_staff_02 .swiper-slide .dept {
  font-size: 0.81em;
  font-weight: 700;
  line-height: 1.5;
  margin: 0 0 0.25em;
  display: none;
}
.slider_staff_02 .swiper-slide .name {
  font-size: 1.37em;
  font-weight: 700;
  line-height: 1.5;
  margin: 0 0 0.25em;
}
@media screen and (max-width: 767px) {
  .slider_staff_02 .swiper-slide .name {
    font-size: 1.06em;
  }
}
.slider_staff_02 .swiper-slide .name span {
  display: block;
  color: #c9cbcd;
  font-family: "Josefin Sans", sans-serif;
  font-size: 0.6em;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.1em;
  margin: 0.25em 0 0;
}
@media screen and (max-width: 767px) {
  .slider_staff_02 .swiper-slide .name span {
    letter-spacing: 0.05em;
  }
}
.slider_staff_02 .swiper-slide .job {
  font-size: 0.81em;
  line-height: 1.5;
}
.slider_staff_02 .staff_img_pagination {
  text-align: center;
  margin: 30px 0 0;
}
.slider_staff_02 .comment {
  font-size: 0.77em;
  text-align: justify;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  line-height: 1.6em;
  height: 8em;
  overflow: hidden;
}
.slider_staff_arrow {
  width: 110%;
  height: 40px;
  margin: auto;
  position: absolute;
  top: 30%;
  left: 50%;
  z-index: 1;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  .slider_staff_arrow {
    width: calc(100% + 50px);
    top: calc(50% - 28x);
  }
}
.slider_staff_arrow .slider_next, .slider_staff_arrow .slider_prev {
  width: 40px;
  height: 40px;
  position: relative;
  pointer-events: initial;
}
@media screen and (max-width: 767px) {
  .slider_staff_arrow .slider_next, .slider_staff_arrow .slider_prev {
    width: 40px;
    height: 40px;
  }
}
.slider_staff_arrow .slider_prev {
  background: url(../images/arrow_left_navy.svg) no-repeat center/contain;
}
.slider_staff_arrow .slider_next {
  background: url(../images/arrow_right_navy.svg) no-repeat center/contain;
}
.tenjijyo_top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .tenjijyo_top {
    display: block;
  }
}
.tenjijyo_top:not(:last-child) {
  margin: 0 0 100px;
}
@media screen and (max-width: 767px) {
  .tenjijyo_top:not(:last-child) {
    margin: 0 0 80px;
  }
}
.tenjijyo_top.reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.tenjijyo_top .img {
  width: 50%;
}
@media screen and (max-width: 767px) {
  .tenjijyo_top .img {
    width: 100%;
  }
}
.tenjijyo_top .img .tsr_thumbnail, .tenjijyo_top .img .mh_thumbnail, .tenjijyo_top .img .mp_thumbnail, .tenjijyo_top .img .sr_thumbnail, .tenjijyo_top .img .sp_thumbnail {
  margin: 20px 0 0;
}
@media screen and (max-width: 767px) {
  .tenjijyo_top .img .tsr_thumbnail, .tenjijyo_top .img .mh_thumbnail, .tenjijyo_top .img .mp_thumbnail, .tenjijyo_top .img .sr_thumbnail, .tenjijyo_top .img .sp_thumbnail {
    margin: 10px 0 0;
  }
}
.tenjijyo_top .img .tsr_thumbnail .swiper-slide, .tenjijyo_top .img .mh_thumbnail .swiper-slide, .tenjijyo_top .img .mp_thumbnail .swiper-slide, .tenjijyo_top .img .sr_thumbnail .swiper-slide, .tenjijyo_top .img .sp_thumbnail .swiper-slide {
  aspect-ratio: 1/1;
  cursor: pointer;
}
.tenjijyo_top .img .tsr_thumbnail .swiper-slide img, .tenjijyo_top .img .mh_thumbnail .swiper-slide img, .tenjijyo_top .img .mp_thumbnail .swiper-slide img, .tenjijyo_top .img .sr_thumbnail .swiper-slide img, .tenjijyo_top .img .sp_thumbnail .swiper-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.tenjijyo_top .desc {
  width: 45%;
  margin: 40px 0 0;
}
@media screen and (max-width: 767px) {
  .tenjijyo_top .desc {
    width: 100%;
    margin: 20px 0 0;
  }
}
.tenjijyo_top .ttl {
  font-size: 2.12em;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .tenjijyo_top .ttl {
    font-size: 1.5em;
  }
}
.tenjijyo_top .catch {
  font-size: 0.87em;
  font-weight: 700;
  margin: 0 0 2em;
}
@media screen and (max-width: 767px) {
  .tenjijyo_top .catch {
    margin: 0 0 1.5em;
  }
}
.tenjijyo_top .txt {
  line-height: 2.25;
  margin: 0 0 2em;
}
@media screen and (max-width: 767px) {
  .tenjijyo_top .txt {
    line-height: 2;
    margin: 0 0 1.5em;
  }
}
.wrap_modelhouse {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.wrap_modelhouse .left {
  width: calc(50% - 25px);
}
@media screen and (max-width: 767px) {
  .wrap_modelhouse .left {
    width: 100%;
    margin: 0 0 100px;
  }
}
.wrap_modelhouse .right {
  width: calc(50% - 25px);
}
@media screen and (max-width: 767px) {
  .wrap_modelhouse .right {
    width: 100%;
  }
}
.map_modelhouse {
  aspect-ratio: 1/1;
  position: relative;
}
.map_modelhouse iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.list_area_modelhouse {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 30px;
}
@media screen and (max-width: 767px) {
  .list_area_modelhouse {
    gap: 20px;
  }
}
.list_area_modelhouse li {
  width: calc(50% - 15px);
}
@media screen and (max-width: 767px) {
  .list_area_modelhouse li {
    width: 100%;
  }
}
.list_area_modelhouse li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 90px;
  padding: 0em 1.5em;
  background: url(../images/arrow_right_blue.svg) no-repeat center right 0.75em/5px 10px #fff;
  border: 1px solid #e5e5e5;
}
.list_area_modelhouse li a:hover {
  background-color: rgba(0, 169, 201, 0.1);
}
.list_area_modelhouse .area {
  color: #828282;
  font-size: 0.87em;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
  margin: 0 0 0.25em;
}
.list_area_modelhouse .city {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  text-align: center;
  padding-bottom: 1px;
}
.list_area_modelhouse .city span {
  display: inline-block;
  color: #828282;
  font-size: 0.8em;
  line-height: 1.5;
  padding: 0 4px;
  margin: 0 2px;
  border: 1px solid #c9cbcd;
}
.list_modelhouse {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 80px 50px;
  margin-bottom: 80px;
}
@media screen and (max-width: 767px) {
  .list_modelhouse {
    gap: 50px;
  }
}
.list_modelhouse li {
  width: calc(50% - 25px);
}
@media screen and (max-width: 767px) {
  .list_modelhouse li {
    width: 100%;
  }
}
.list_modelhouse .img {
  aspect-ratio: 6/4;
  margin: 0 0 1.25em;
}
.list_modelhouse .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.list_modelhouse .ttl {
  font-size: 2.12em;
  font-weight: 700;
  line-height: 1.5;
  margin: 0 0 0.5em;
}
@media screen and (max-width: 767px) {
  .list_modelhouse .ttl {
    font-size: 1.5em;
  }
}
.list_modelhouse .tel {
  margin: 0 0 1em;
}
.list_modelhouse .kids {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 0 5px;
}
.list_modelhouse .kids span {
  min-width: 130px;
  color: #fff;
  font-size: 0.87em;
  line-height: 2;
  text-align: center;
  padding: 0 1em;
  margin: 0 5px 5px 0;
  background-color: #003a57;
}
@media screen and (max-width: 767px) {
  .list_modelhouse .kids span {
    min-width: 0;
  }
}
.list_modelhouse .point {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 0 1em;
}
.list_modelhouse .point span {
  font-size: 0.75em;
  letter-spacing: 0.03em;
  text-align: center;
  padding: 0 0.75em;
  margin: 0 5px 5px 0;
  border-radius: 10px;
  background-color: #f3f3f3;
}
.list_modelhouse .link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.list_modelhouse .link a {
  display: block;
  width: 48.5%;
  padding: 0.75em;
  font-size: 1.12em;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .list_modelhouse .link a {
    font-size: 1em;
  }
}
.list_modelhouse .link a.detail {
  border: 1px solid #003a57;
}
.list_modelhouse .link a.detail:hover {
  background-color: rgba(0, 169, 201, 0.1);
}
.list_modelhouse .link a.detail span {
  background-image: url(../images/icon_search_navy.svg);
}
.list_modelhouse .link a.reserve {
  background-color: #00a9c9;
  border: 1px solid #00a9c9;
}
.list_modelhouse .link a.reserve:hover {
  background-color: rgba(0, 169, 201, 0.8);
}
.list_modelhouse .link a.reserve span {
  background-image: url(../images/icon_house_white.svg);
  color: #fff;
}
.list_modelhouse .link a span {
  display: inline-block;
  padding: 0 0 0 25px;
  background-repeat: no-repeat;
  background-position: left;
  background-size: 22px 22px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
@media screen and (max-width: 767px) {
  .list_modelhouse .link a span {
    padding: 0 0 0 20px;
    background-size: 18px 18px;
  }
}
.modelhouse_top .txt {
  line-height: 2.25;
  width: fit-content;
  text-align: justify;
  margin: 0 auto 60px;
}
@media screen and (max-width: 767px) {
  .modelhouse_top .txt {
    line-height: 2;
    text-align: left;
    margin: 0 0 40px;
    padding: 0 6%;
  }
}
.modelhouse_top .img img {
  width: 100%;
}
.modelhouse_point .point {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 0 45px;
}
@media screen and (max-width: 767px) {
  .modelhouse_point .point {
    margin: 0 0 25px;
  }
}
.modelhouse_point .point span {
  min-width: 130px;
  color: #fff;
  font-size: 0.87em;
  line-height: 2;
  text-align: center;
  padding: 0 1em;
  margin: 0 5px 5px 0;
  background-color: #003a57;
}
@media screen and (max-width: 767px) {
  .modelhouse_point .point span {
    min-width: 0;
    font-size: 0.75em;
    padding: 0 0.5em;
  }
}
.modelhouse_point .img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 50px;
}
@media screen and (max-width: 767px) {
  .modelhouse_point .img {
    gap: 30px;
  }
}
.modelhouse_point .img figure {
  width: calc(50% - 25px);
}
@media screen and (max-width: 767px) {
  .modelhouse_point .img figure {
    width: 100%;
  }
}
.modelhouse_point .img figcaption {
  margin: 1em 0 0;
}
.modelhouse_info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
@media screen and (max-width: 767px) {
  .modelhouse_info {
    display: block;
  }
}
.modelhouse_info .map {
  width: 50%;
  aspect-ratio: 6/4;
  position: relative;
}
@media screen and (max-width: 767px) {
  .modelhouse_info .map {
    width: 100%;
  }
}
.modelhouse_info .map iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.modelhouse_info .desc {
  width: 50%;
  max-width: 650px;
  padding: 50px 50px 0;
}
@media screen and (max-width: 767px) {
  .modelhouse_info .desc {
    width: 100%;
    padding: 50px 6% 0;
  }
}
.modelhouse_info .ttl {
  font-size: 2.25em;
  font-weight: 700;
  line-height: 1.5;
  margin: 0 0 1em;
}
@media screen and (max-width: 767px) {
  .modelhouse_info .ttl {
    font-size: 1.5em;
  }
}
.modelhouse_info table {
  width: 100%;
  margin: 0 0 30px;
}
@media screen and (max-width: 767px) {
  .modelhouse_info table {
    font-size: 0.87em;
  }
}
.modelhouse_info table th {
  width: 5em;
  padding: 0 0 0.75em;
  vertical-align: top;
  font-weight: 400;
  text-align: left;
  line-height: 1.5;
  position: relative;
}
.modelhouse_info table th::after {
  content: "：";
  position: absolute;
  top: 0;
  right: 0;
}
.modelhouse_info table td {
  width: calc(100% - 5em);
  padding: 0 0 0.75em;
  line-height: 1.5;
}
.modelhouse_info a.button {
  display: block;
  padding: 1em;
  font-size: 1.12em;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .modelhouse_info a.button {
    font-size: 1em;
  }
}
.modelhouse_info a.button:not(:last-child) {
  margin: 0 0 20px;
}
.modelhouse_info a.button.reserve {
  border: 1px solid #00a9c9;
  background-color: #00a9c9;
}
.modelhouse_info a.button.reserve:hover {
  background-color: #fff;
}
.modelhouse_info a.button.reserve:hover span {
  color: #00a9c9;
  background-image: url(../images/icon_house_blue.svg);
}
.modelhouse_info a.button.reserve span {
  color: #fff;
  background-image: url(../images/icon_house_white.svg);
}
.modelhouse_info a.button.event {
  border: 1px solid #003a57;
}
.modelhouse_info a.button.event:hover {
  background-color: #003a57;
}
.modelhouse_info a.button.event:hover span {
  color: #fff;
  background-image: url(../images/icon_catalog_white.svg);
}
.modelhouse_info a.button.event span {
  background-image: url(../images/icon_catalog_navy.svg);
}
.modelhouse_info a.button span {
  display: inline-block;
  padding: 0 0 0 25px;
  background-repeat: no-repeat;
  background-position: left;
  background-size: 22px 22px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.button_reserve {
  display: block;
  max-width: 500px;
  margin: auto;
  padding: 1em;
  font-size: 1.12em;
  font-weight: 700;
  text-align: center;
  border: 1px solid #00a9c9;
  background-color: #00a9c9;
}
@media screen and (max-width: 767px) {
  .button_reserve {
    font-size: 1em;
  }
}
.button_reserve span {
  display: inline-block;
  padding: 0 0 0 25px;
  color: #fff;
  background: url(../images/icon_house_white.svg) no-repeat left/22px 22px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.button_reserve:hover {
  background-color: #fff;
}
.button_reserve:hover span {
  color: #00a9c9;
  background-image: url(../images/icon_house_blue.svg);
}
.map_machikado {
  aspect-ratio: 20/9;
  position: relative;
}
@media screen and (max-width: 767px) {
  .map_machikado {
    aspect-ratio: 6/4;
  }
}
.map_machikado iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.list_area_machikado {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 50px;
  margin: 0 0 80px;
}
@media screen and (max-width: 767px) {
  .list_area_machikado {
    gap: 5px;
    margin: 0 0 40px;
  }
}
.list_area_machikado li {
  width: calc((100% - 100px) / 3);
}
@media screen and (max-width: 767px) {
  .list_area_machikado li {
    width: calc((100% - 10px) / 3);
  }
}
.list_area_machikado li a {
  display: block;
  padding: 1em 2em;
  background: url(../images/arrow_right_blue.svg) no-repeat center right 1em/5px 10px #fff;
  border: 1px solid #e5e5e5;
  color: #828282;
  font-size: 1.12em;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .list_area_machikado li a {
    padding: 1em;
    font-size: 1em;
    background-position: center right 10px;
    background-size: 4px 8px;
  }
}
.list_area_machikado li a:hover {
  background-color: rgba(0, 169, 201, 0.1);
}
.list_machikado {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 80px 50px;
}
@media screen and (max-width: 767px) {
  .list_machikado {
    gap: 50px;
  }
}
.list_machikado li {
  width: calc(50% - 25px);
  position: relative;
}
@media screen and (max-width: 767px) {
  .list_machikado li {
    width: 100%;
  }
}
.list_machikado .logo {
  width: 130px;
  background-color: rgba(255, 255, 255, 0.8);
  position: absolute;
  top: 0;
  left: 10px;
}
.list_machikado .img {
  aspect-ratio: 6/3.6;
  margin: 0 0 30px;
}
@media screen and (max-width: 767px) {
  .list_machikado .img {
    margin: 0 0 20px;
  }
}
.list_machikado .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.list_machikado .area {
  font-size: 0.87em;
  margin: 0 0 1.5em;
}
@media screen and (max-width: 767px) {
  .list_machikado .area {
    margin: 0 0 1em;
  }
}
.list_machikado .area span {
  display: inline-block;
  padding: 0 1em;
  margin: 0 1em 0 0;
  background-color: #003a57;
  color: #fff;
}
.list_machikado .ttl {
  font-size: 1.8em;
  font-weight: 700;
  line-height: 1.5;
  margin: 0 0 0.5em;
}
@media screen and (max-width: 767px) {
  .list_machikado .ttl {
    font-size: 1.5em;
  }
}
.list_machikado .point {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 0 1.5em;
}
.list_machikado .point span {
  font-size: 0.87em;
  text-align: center;
  margin: 0 5px 0 0;
}
.list_machikado .point span::before {
  content: "#";
}
.list_machikado .link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.list_machikado .link a {
  display: block;
  width: 48.5%;
  padding: 0.75em;
  font-size: 1.12em;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .list_machikado .link a {
    font-size: 1em;
  }
}
.list_machikado .link a.detail {
  border: 1px solid #003a57;
}
.list_machikado .link a.detail:hover {
  background-color: rgba(0, 169, 201, 0.1);
}
.list_machikado .link a.detail span {
  background-image: url(../images/icon_search_navy.svg);
}
.list_machikado .link a.reserve {
  background-color: #00a9c9;
  border: 1px solid #00a9c9;
}
.list_machikado .link a.reserve:hover {
  background-color: rgba(0, 169, 201, 0.8);
}
.list_machikado .link a.reserve span {
  background-image: url(../images/icon_house_white.svg);
  color: #fff;
}
.list_machikado .link a span {
  display: inline-block;
  padding: 0 0 0 25px;
  background-repeat: no-repeat;
  background-position: left;
  background-size: 22px 22px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
@media screen and (max-width: 767px) {
  .list_machikado .link a span {
    padding: 0 0 0 20px;
    background-size: 18px 18px;
  }
}
.list_machikado .overview_period {
  margin: 1em 0 0;
  color: #cb2c2c;
  font-size: 0.87em;
}
.machikado_mv {
  max-width: 1200px;
  max-height: 740px;
  padding: 0 0 200px;
  margin: 40px auto 0;
  position: relative;
}
@media screen and (max-width: 767px) {
  .machikado_mv {
    max-width: 100%;
    height: auto;
    padding: 0;
    margin: 30px 0 0;
  }
}
.machikado_mv img {
  width: 100%;
}
.machikado_mv .button_movie {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 200px;
  height: 200px;
  padding: 0 0 20px;
  background-color: #fff;
  border: 5px solid #003a57;
  border-radius: 100%;
  position: absolute;
  bottom: -30px;
  right: 30px;
  z-index: 1;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .machikado_mv .button_movie {
    width: 100px;
    height: 100px;
    padding: 0 0 15px;
    border-width: 2px;
    top: 40vw;
    bottom: auto;
    right: 6%;
  }
}
.machikado_mv .button_movie:hover::before {
  background-color: #00a9c9;
}
.machikado_mv .button_movie::before {
  content: "";
  width: 100%;
  height: 30px;
  background-color: #003a57;
  position: absolute;
  bottom: 0;
  left: 0;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
@media screen and (max-width: 767px) {
  .machikado_mv .button_movie::before {
    height: 25px;
  }
}
.machikado_mv .button_movie::after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 12px 7px 0 7px;
  border-color: #fff transparent transparent transparent;
  position: absolute;
  bottom: 8px;
  left: 0;
  right: 0;
  margin: auto;
}
@media screen and (max-width: 767px) {
  .machikado_mv .button_movie::after {
    border-width: 10px 6px 0 6px;
  }
}
.machikado_mv .button_movie p {
  font-size: 1.37em;
  font-weight: 700;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .machikado_mv .button_movie p {
    font-size: 0.75em;
  }
}
.machikado_mv .button_movie p span {
  font-size: 1.37em;
  line-height: 1;
}
.machikado_mv .info {
  max-width: 450px;
  padding: 30px 30px 0;
  background-color: #fff;
  position: absolute;
  bottom: -30px;
  left: 5%;
}
@media screen and (max-width: 767px) {
  .machikado_mv .info {
    max-width: 100%;
    padding: 30px 6% 0;
    position: relative;
    left: 0;
    bottom: 0px;
  }
}
.machikado_mv .info .ttl {
  font-size: 1.0em;
  font-weight: 700;
  line-height: 1.2;
  margin: 0 0 0.75em;
}
@media screen and (max-width: 767px) {
  .machikado_mv .info .ttl {
    font-size: 1em;
    margin: 0 0 1em;
  }
}
.machikado_mv .info .area {
  font-size: 1.3em;
  font-weight: 700;
  margin: 0 0 0.5em;
}
@media screen and (max-width: 767px) {
  .machikado_mv .info .area {
    font-size: 1.25em;
    margin: 0 0 1em;
  }
}
.machikado_mv .info .area span {
  display: inline-block;
  padding: 0 10px;
  margin: 0 0.5em 0 0;
  background-color: #00a9c9;
  color: #fff;
}
.machikado_mv .info .outline {
  font-size: 0.87em;
  line-height: 1.5;
  margin: 0 0 1em;
}
.machikado_mv .info .point {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.machikado_mv .info .point span {
  display: inline-block;
  min-width: 100px;
  padding: 0 10px;
  margin: 0 5px 5px 0;
  border: 1px solid #003a57;
  font-size: 0.87em;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .machikado_mv .info .point span {
    min-width: 0;
    font-size: 0.75em;
  }
}
.machikado_mv .info .overview_period {
  margin: 1em 0 0;
  font-size: 0.75em;
}
.machikado_mv .new {
  display: block;
  box-sizing: border-box;
  position: absolute;
  width: 200px;
  top: 0;
  right: 0;
}
@media screen and (max-width: 767px) {
  .machikado_mv .new {
    width: 30%;
  }
}
.machikado_top {
  margin: 0 0 80px;
}
.machikado_top .txt {
  max-width: 760px;
  margin: auto;
  line-height: 2.25;
  text-align: justify;
  width: fit-content;
}
@media screen and (max-width: 767px) {
  .machikado_top .txt {
    line-height: 2;
    text-align: left;
  }
}
.machikado_contents_top {
  max-width: 1200px;
  width: 88%;
  margin: 0 auto 100px;
}
@media screen and (max-width: 767px) {
  .machikado_contents_top {
    width: 100%;
    margin: 0 auto 80px;
  }
}
.machikado_contents_top .img {
  margin: 0 0 60px;
}
@media screen and (max-width: 767px) {
  .machikado_contents_top .img {
    margin: 0;
  }
}
.machikado_contents_top .img img {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .machikado_contents_top .desc {
    padding: 40px 6% 0;
  }
}
.machikado_contents_top .ttl {
  font-size: 2.00em;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
  margin: 0 0 0.75em;
}
@media screen and (max-width: 767px) {
  .machikado_contents_top .ttl {
    font-size: 1.5em;
    text-align: left;
  }
}
.machikado_contents_top .txt {
  max-width: 760px;
  margin: auto;
  line-height: 2.25;
  text-align: justify;
  width: fit-content;
}
@media screen and (max-width: 767px) {
  .machikado_contents_top .txt {
    line-height: 2;
    text-align: left;
  }
}
.machikado_contents_bottom {
  margin: 0 0 100px;
}
@media screen and (max-width: 767px) {
  .machikado_contents_bottom {
    margin: 0 0 80px;
  }
}
.machikado_contents_bottom .contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  max-width: 1200px;
  width: 88%;
  margin: auto;
}
@media screen and (max-width: 767px) {
  .machikado_contents_bottom .contents {
    width: 100%;
  }
}
.machikado_contents_bottom .contents:not(:last-child) {
  margin-bottom: 80px;
}
.machikado_contents_bottom .img {
  width: 53%;
}
@media screen and (max-width: 767px) {
  .machikado_contents_bottom .img {
    width: 100%;
  }
}
.machikado_contents_bottom .desc {
  width: 42%;
}
@media screen and (max-width: 767px) {
  .machikado_contents_bottom .desc {
    width: 100%;
    padding: 40px 6% 0;
  }
}
.machikado_contents_bottom .ttl {
  font-size: 2.00em;
  font-weight: 700;
  line-height: 1.5;
  margin: 0 0 0.75em;
}
@media screen and (max-width: 767px) {
  .machikado_contents_bottom .ttl {
    font-size: 1.5em;
  }
}
.machikado_contents_bottom .txt {
  max-width: 760px;
  margin: auto;
  line-height: 2.25;
}
@media screen and (max-width: 767px) {
  .machikado_contents_bottom .txt {
    line-height: 2;
  }
}
#gallery {
  max-width: 1258px;
  margin: auto;
  display: -ms-grid;
  display: grid;
  gap: 20px;
  -ms-grid-columns: 1fr 20px 1fr 20px 1fr;
  grid-template-columns: 1fr 1fr 1fr;
}
@media screen and (max-width: 767px) {
  #gallery {
    -ms-grid-columns: 1fr 10px 1fr;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
  }
}
#gallery .box-big1 {
  -ms-grid-column: 1;
  grid-column: 1;
  -ms-grid-row: 1;
  -ms-grid-row-span: 2;
  grid-row: 1/3;
}
@media screen and (max-width: 767px) {
  #gallery .box-big1 {
    grid-column: auto;
    grid-row: auto;
  }
}
#gallery .box-big2 {
  -ms-grid-column: 3;
  -ms-grid-column-span: 1;
  grid-column: 3/4;
  -ms-grid-row: 2;
  -ms-grid-row-span: 2;
  grid-row: 2/4;
}
@media screen and (max-width: 767px) {
  #gallery .box-big2 {
    grid-column: auto;
    grid-row: auto;
  }
}
#gallery .box-big3 {
  -ms-grid-column: 1;
  -ms-grid-column-span: 2;
  grid-column: 1/3;
}
@media screen and (max-width: 767px) {
  #gallery .box-big3 {
    grid-column: auto;
  }
}
#gallery > div {
  overflow: hidden;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  #gallery > div {
    height: 45vw;
  }
}
#gallery > div img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.movie {
  aspect-ratio: 16/9;
  position: relative;
}
.movie iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.machikado_access {
  width: 88%;
  margin: 0 auto 40px;
}
.machikado_access .area {
  text-align: center;
  margin: 0 0 1em;
}
.machikado_access .area span {
  display: inline-block;
  padding: 0 0.5em;
  background-color: #f3f3f3;
}
.machikado_access .txt {
  text-align: center;
}
.machikado_map {
  height: 535px;
  margin: 0 0 40px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .machikado_map {
    padding: 66% 0 0;
    height: auto;
  }
}
.machikado_map iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.table_machikado {
  width: 88%;
  max-width: 500px;
  margin: auto;
}
.list_machikado_02 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 50px;
}
.list_machikado_02 li {
  width: calc((100% - 100px) / 3);
  position: relative;
}
@media screen and (max-width: 767px) {
  .list_machikado_02 li {
    width: 100%;
  }
}
.list_machikado_02 li a {
  display: block;
}
.list_machikado_02 li a:hover .img {
  opacity: 0.8;
}
.list_machikado_02 .brand {
  min-width: 130px;
  padding: 0 10px;
  background-color: #00a9c9;
  color: #fff;
  font-size: 0.87em;
  text-align: center;
  position: absolute;
  top: 0;
  left: 10px;
  z-index: 1;
}
.list_machikado_02 .img {
  aspect-ratio: 6/4;
  margin: 0 0 30px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
@media screen and (max-width: 767px) {
  .list_machikado_02 .img {
    margin: 0 0 20px;
  }
}
.list_machikado_02 .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.list_machikado_02 .area {
  font-size: 0.87em;
  margin: 0 0 1em;
}
@media screen and (max-width: 767px) {
  .list_machikado_02 .area {
    margin: 0 0 0.5em;
  }
}
.list_machikado_02 .area span {
  display: inline-block;
  padding: 0 1em;
  margin: 0 1em 0 0;
  background-color: #003a57;
  color: #fff;
}
.list_machikado_02 .ttl {
  font-size: 1.5em;
  font-weight: 700;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .list_machikado_02 .ttl {
    font-size: 1.25em;
  }
}
.ttl_lineup {
  text-align: center;
  margin: 0 0 30px;
}
.ttl_lineup img {
  max-width: 460px;
}
@media screen and (max-width: 767px) {
  .ttl_lineup img {
    max-width: 330px;
  }
}
.list_lineup {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: center;
  gap: 80px 50px;
}
@media screen and (max-width: 767px) {
  .list_lineup {
    gap: 50px;
  }
}
.list_lineup li {
  width: calc(50% - 25px);
  position: relative;
}
@media screen and (max-width: 767px) {
  .list_lineup li {
    width: 100%;
  }
}
.list_lineup .logo {
  width: 130px;
  background-color: rgba(255, 255, 255, 0.8);
  position: absolute;
  top: 0;
  left: 10px;
}
.list_lineup .img {
  aspect-ratio: 6/4;
  margin: 0 0 30px;
}
@media screen and (max-width: 767px) {
  .list_lineup .img {
    margin: 0 0 20px;
  }
}
.list_lineup .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.list_lineup .type {
  margin: 0 0 1.5em;
}
@media screen and (max-width: 767px) {
  .list_lineup .type {
    margin: 0 0 1em;
  }
}
.list_lineup .type span {
  display: inline-block;
  padding: 0 1em;
  margin: 0 1em 0 0;
  background-color: #003a57;
  color: #fff;
  font-size: 0.87em;
}
.list_lineup .ttl {
  font-size: 1.5em;
  font-weight: 700;
  line-height: 1.5;
  margin: 0 0 0.5em;
}
.list_lineup .txt {
  margin: 0 0 2em;
  white-space: pre-wrap;
}
@media screen and (max-width: 767px) {
  .list_lineup .txt {
    margin: 0 0 1.5em;
  }
}
.list_flow_link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 25px;
}
@media screen and (max-width: 767px) {
  .list_flow_link {
    gap: 15px;
  }
}
.list_flow_link li {
  width: calc((100% - 100px) / 5);
}
@media screen and (max-width: 767px) {
  .list_flow_link li {
    width: 100%;
  }
}
.list_flow_link li a {
  display: block;
  height: 100%;
  background-color: #f3f3f3;
}
@media screen and (max-width: 767px) {
  .list_flow_link li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.list_flow_link li a:hover {
  background-color: rgba(0, 169, 201, 0.1);
}
.list_flow_link .num {
  padding: 0.75em 0 0.5em;
  background-color: #00a9c9;
  color: #fff;
  font-family: "Josefin Sans", sans-serif;
  font-size: 1.18em;
  line-height: 1.5;
  text-align: center;
  position: relative;
}
@media screen and (max-width: 767px) {
  .list_flow_link .num {
    width: 60px;
    font-size: 0.87em;
  }
}
.list_flow_link .num::after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 6px 0 6px;
  border-color: #00a9c9 transparent transparent transparent;
  position: absolute;
  bottom: -10px;
  left: 0;
  right: 0;
  margin: auto;
}
@media screen and (max-width: 767px) {
  .list_flow_link .num::after {
    content: none;
  }
}
.list_flow_link .num span {
  margin: 0 0 0 0.25em;
}
@media screen and (max-width: 767px) {
  .list_flow_link .num span {
    display: block;
    margin: 0;
    font-size: 1.25em;
    line-height: 1;
  }
}
.list_flow_link .desc {
  padding: 1.5em 0 1em;
}
@media screen and (max-width: 767px) {
  .list_flow_link .desc {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    width: calc(100% - 60px);
    padding: 1em;
  }
}
.list_flow_link .desc p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 48px;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
  margin: 0 0 0.5em;
}
@media screen and (max-width: 767px) {
  .list_flow_link .desc p {
    height: auto;
    margin: 0;
  }
}
.list_flow_link .img {
  width: 50px;
  margin: auto;
}
@media screen and (max-width: 767px) {
  .list_flow_link .img {
    width: 30px;
    margin: 0 10px 0 0;
  }
}
.txt_flow_lead {
  color: #474747;
  font-weight: 700;
  text-align: center;
  margin: 0 0 3em;
}
@media screen and (max-width: 767px) {
  .txt_flow_lead {
    margin: 0 0 2em;
  }
}
.flow_contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .flow_contents {
    display: block;
  }
}
.flow_contents:not(:last-child) {
  margin: 0 0 80px;
}
@media screen and (max-width: 767px) {
  .flow_contents:not(:last-child) {
    margin: 0 0 50px;
  }
}
.flow_contents .img {
  width: 50%;
}
@media screen and (max-width: 767px) {
  .flow_contents .img {
    width: 100%;
  }
}
.flow_contents .desc {
  width: 46%;
  margin: 3% 0 0;
}
@media screen and (max-width: 767px) {
  .flow_contents .desc {
    width: 100%;
    margin: 25px 0 0;
  }
}
.flow_contents .ttl {
  font-size: 1.75em;
  font-weight: 700;
  line-height: 1.5;
  margin: 0 0 0.75em;
}
@media screen and (max-width: 767px) {
  .flow_contents .ttl {
    font-size: 1.25em;
  }
}
.flow_contents .txt {
  line-height: 2.12;
}
@media screen and (max-width: 767px) {
  .flow_contents .txt {
    line-height: 2;
  }
}
.flow_contents .txt:not(:last-child) {
  margin: 0 0 2em;
}
.flow_contents .button_flow {
  display: block;
  max-width: 270px;
  padding: 0.75em;
  border: 1px solid #003a57;
  font-size: 1.12em;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .flow_contents .button_flow {
    max-width: 100%;
    font-size: 1em;
  }
}
.flow_contents .button_flow:not(:last-child) {
  margin: 0 0 1em;
}
.flow_contents .button_flow:hover {
  background-color: rgba(0, 169, 201, 0.1);
}
.flow_contents .button_flow span {
  display: inline-block;
  padding: 0 0 0 22px;
}
.flow_contents .button_flow span.works {
  background: url(../images/icon_search_navy.svg) no-repeat left/20px 20px;
}
.flow_contents .button_flow span.catalog {
  background: url(../images/icon_catalog_navy.svg) no-repeat left/20px 20px;
}
.flow_contents .button_flow span.pin {
  background: url(../images/icon_pin_navy.svg) no-repeat left/20px 20px;
}
.article_date {
  font-size: 0.87em;
  margin: 0 0 1em;
}
.article_date .cat_news {
  display: inline-block;
  padding: 0 10px;
  margin: 0 0 0 10px;
  border: 1px solid #003a57;
  line-height: 1.5;
  text-align: center;
}
.article_cat {
  font-size: 0.87em;
  margin: 0 0 1.25em;
}
.article_cat span {
  display: inline-block;
  padding: 0 10px;
  margin: 0 10px 0 0;
  border: 1px solid #003a57;
}
.article_ttl {
  font-size: 1.75em;
  line-height: 1.6;
  margin: 0 0 1.5em;
}
@media screen and (max-width: 767px) {
  .article_ttl {
    font-size: 1.25em;
    margin: 0 0 30px;
  }
}
.article_main_img {
  margin: 0 0 40px;
}
@media screen and (max-width: 767px) {
  .article_main_img {
    margin: 0 0 30px;
  }
}
.article_lead {
  margin: 0 0 40px;
}
@media screen and (max-width: 767px) {
  .article_lead {
    margin: 0 0 30px;
  }
}
.article_banner {
  margin: 0 0 40px;
}
.article_banner a {
  display: block;
}
.article_banner a:hover {
  opacity: 0.8;
}
.article_toc {
  padding: 30px 40px 40px;
  margin: 0 0 40px;
  border: 1px solid #003a57;
}
@media screen and (max-width: 767px) {
  .article_toc {
    padding: 20px 20px 25px;
  }
}
.article_toc .ttl {
  font-size: 1.12em;
  font-weight: 700;
  padding: 0 0 0.25em;
  margin: 0 0 0.5em;
  border-bottom: 1px solid #003a57;
}
@media screen and (max-width: 767px) {
  .article_toc .ttl {
    font-size: 1em;
  }
}
.article_toc > ol > li {
  counter-increment: mycounter1;
  padding: 0.75em 0 0.75em 1.25em;
  border-bottom: 1px dashed #003a57;
  line-height: 1.5;
  position: relative;
}
@media screen and (max-width: 767px) {
  .article_toc > ol > li {
    font-size: 0.87em;
  }
}
.article_toc > ol > li::before {
  content: counter(mycounter1) ".";
  position: absolute;
  top: 0.7em;
  left: 0;
}
.article_toc > ol > li ol {
  line-height: 1.5;
  margin: 0 0 0 1em;
}
.article_toc > ol > li ol li::before {
  content: "― ";
}
.article_contents {
  word-break: break-all;
}
.article_contents:not(:last-child) {
  margin: 0 0 100px;
}
@media screen and (max-width: 767px) {
  .article_contents:not(:last-child) {
    margin: 0 0 50px;
  }
}
@media screen and (max-width: 767px) {
  .article_contents img {
    /*max-height: 500px;*/
  }
}
.article_contents blockquote {
  padding: 1.5em;
  margin: 0;
  background-color: #f3f3f3;
  font-size: 0.87em;
}
@media screen and (max-width: 767px) {
  .article_contents blockquote {
    font-size: 1em;
  }
}
.article_contents blockquote:not(:last-child) {
  margin: 0 0 30px;
}
.article_contents table {
  width: 100%;
  border-spacing: 0;
  font-size: 0.93em;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .article_contents table {
    font-size: 0.87em;
  }
}
.article_contents table:not(:last-child) {
  margin: 0 0 30px;
}
.article_contents table th, .article_contents table td {
  padding: 0.75em;
  border: 1px solid #ccc;
}
.article_contents a {
  text-decoration: underline;
}
.article_contents h2 {
  font-size: 1.5em;
  line-height: 1.6;
  padding: 0 0 0.5em;
  border-bottom: 1px solid #003a57;
}
@media screen and (max-width: 767px) {
  .article_contents h2 {
    font-size: 1.12em;
  }
}
.article_contents h2:not(:first-child) {
  margin: 1em 0 0;
}
.article_contents h3 {
  font-size: 1.12em;
  font-weight: 700;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .article_contents h3 {
    font-size: 1.06em;
  }
}
.article_contents h3:not(:first-child) {
  margin: 1em 0 0;
}
.article_contents p img {
  margin-bottom: 0;
}
.article_contents iframe {
  max-width: 100%;
}
.article_contents iframe:not(:last-child) {
  margin: 0 0 30px;
}
.article_contents ul {
  padding: 0 0 0 0px;
  font-size: 0.87em;
}
@media screen and (max-width: 767px) {
  .article_contents ul {
    font-size: 1em;
  }
}
.article_contents ul:not(:last-child) {
  margin: 0 0 30px;
}
.article_contents ul li {
  list-style: disc;
}
.article_contents ol {
  padding: 0 0 0 30px;
  font-size: 0.87em;
}
@media screen and (max-width: 767px) {
  .article_contents ol {
    font-size: 1em;
  }
}
.article_contents ol:not(:last-child) {
  margin: 0 0 30px;
}
.article_contents ol li {
  list-style: decimal;
}
.article_contents em {
  font-style: italic;
}
.section_relative {
  margin: 80px 0 0;
}
.dlist_policy .dlist_policy_inner:not(:last-child) {
  margin-bottom: 4em;
}
@media screen and (max-width: 767px) {
  .dlist_policy .dlist_policy_inner:not(:last-child) {
    margin-bottom: 3em;
  }
}
.dlist_policy dt {
  font-size: 1.75em;
  line-height: 1.6;
  font-weight: 700;
  margin-bottom: 0.75em;
}
@media screen and (max-width: 767px) {
  .dlist_policy dt {
    font-size: 1em;
  }
}
@media screen and (max-width: 767px) {
  .dlist_policy dd {
    font-size: 0.87em;
  }
}
.dlist_policy dd:not(:last-child) {
  margin: 0 0 1em;
}
.dlist_policy dd ul {
  padding-left: 20px;
}
.dlist_policy dd ul li {
  list-style-type: disc;
}
.dlist_policy dd ol {
  padding-left: 20px;
}
.dlist_policy dd ol li {
  list-style-type: decimal;
}
.policy_box {
  background-color: #d8e6e9;
  padding: 2em;
}
@media screen and (max-width: 767px) {
  .policy_box {
    width: calc(100% + 16vw);
    margin-left: -8vw;
    padding: 2em 8vw;
  }
}
.policy_box .ttl {
  font-size: 1.125em;
  margin-bottom: 0.5em;
}
.policy_box .txt {
  font-size: 0.9375em;
}
.slider_pickup {
  padding-bottom: 36px;
  max-width: 1200px;
  margin: 0 auto;
}
.slider_pickup .ttl {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
.slider_pickup .txt {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.slider_pickup_arrow {
  width: calc(100% + 34px);
  height: 16px;
  position: relative;
  right: 15px;
  top: 24px;
}
@media screen and (max-width: 767px) {
  .slider_pickup_arrow {
    width: 375px;
    right: auto;
    left: 0;
    top: 24px;
  }
}
.list_favorite .link {
  margin-top: 8px;
}
.list_favorite .link a {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 48.5%;
  padding: 0.75em;
  font-size: 1.12em;
  font-weight: 700;
  text-align: center;
  border: 1px solid #003a57;
}
.list_favorite .link a:hover {
  background-color: rgba(0, 169, 201, 0.1);
}
.list_favorite .link a span {
  background-image: url(../images/icon_search_navy.svg);
  display: inline-block;
  padding: 0 0 0 25px;
  background-repeat: no-repeat;
  background-position: left;
  background-size: 22px 22px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
/* 構造のこだわり */
.tech_ttl_center {
  font-size: 2.2em;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
  margin: 1.5em 0 2em;
}
@media screen and (max-width: 767px) {
  .tech_ttl_center {
    font-size: 1.7em;
  }
}
.tech_ttlsub_center {
  font-size: 1.5em;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
  margin: 1em 0 1.5em;
}
@media screen and (max-width: 767px) {
  .tech_ttlsub_center {
    font-size: 1.3em;
  }
}
.tech_ttlsub_left {
  margin: 1em auto 1.5em;
  max-width: 1000px;
  font-size: 1.5em;
  font-weight: 700;
  line-height: 1.5;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .tech_ttlsub_left {
    font-size: 1.3em;
  }
}
.tech_ttlsubimage_left {
  margin: 0 0 0.5em 0em;
  max-width: 1000px;
  font-size: 1.2em;
  font-weight: 700;
  line-height: 1.5;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .tech_ttlsubimage_left {
    font-size: 1.1em;
  }
}
.tech_txthead_center {
  max-width: 800px;
  margin: 2em auto -2.5em;
  text-align: center;
  font-size: 90%;
}
@media screen and (max-width: 767px) {
  .tech_txthead_center {
    margin-bottom: -2em;
  }
}
.tech_txt_center {
  max-width: 680px;
  margin: 0 auto 3em;
  text-align: justify;
}
@media screen and (max-width: 767px) {
  .tech_txt_center {
    margin-bottom: 0;
  }
}
.tech_txt_left {
  margin: 0 auto 3em;
  text-align: justify;
  max-width: 1000px;
}
.tech_center_img_gray {
  text-align: center;
  background-color: #f3f3f3;
  margin: 5em 0;
  padding: 5em 0;
}
@media screen and (max-width: 767px) {
  .tech_center_img_gray {
    margin: 3em 0;
    padding: 3em 0;
  }
}
.tech_center_img_gray img {
  width: calc(100% - 20px);
  max-width: 700px;
  margin: 0 auto;
}
.tech_ttlimg {
  width: 100%;
  max-width: 1000px;
  margin: -3em auto 0;
}
@media screen and (max-width: 767px) {
  .tech_ttlimg {
    margin-top: 0;
  }
}
.tech_bannerimg {
  width: 100%;
  max-width: 700px;
  margin: -3em auto 0;
}
@media screen and (max-width: 767px) {
  .tech_bannerimg {
    margin-top: 0;
  }
}
.tech_txthead_heatgran {
  font-weight: 700;
  text-align: center;
  margin-bottom: 1em;
}
.list_2columns li.tech_column_jas01 {
  width: calc(55% - 25px);
}
.list_2columns li.tech_column_jas02 {
  width: calc(45% - 25px);
}
.list_2columns li.tech_ttlimg_uarank01 {
  width: calc(48% - 10px);
}
.list_2columns li.tech_ttlimg_uarank02 {
  width: calc(52% - 10px);
}
.list_2columns li.tech_ttlimg_air01 {
  width: calc(60% - 25px);
}
.list_2columns li.tech_ttlimg_air02 {
  width: calc(40% - 25px);
}
@media screen and (max-width: 767px) {
  .list_2columns li.tech_column_jas01, .list_2columns li.tech_column_jas02, .list_2columns li.tech_ttlimg_uarank01, .list_2columns li.tech_ttlimg_uarank02, .list_2columns li.tech_ttlimg_air01, .list_2columns li.tech_ttlimg_air02 {
    width: 100%;
  }
}
.tech_ttlimg_heatgran {
  width: 100%;
  max-width: 629px;
  margin: 0 auto 6em;
}
@media screen and (max-width: 767px) {
  .tech_ttlimg_heatgran {
    margin-bottom: 2em;
  }
}
.list_2columns li.tech_listcol_staff {
  width: calc(35% - 25px);
  position: relative;
}
.list_2columns li.tech_listcol_img {
  width: calc(65% - 25px);
}
ul.tech_list_taisin {
  gap: 0px;
  max-width: 1000px;
}
ul.tech_list_taisin li {
  width: calc(33.33%);
}
@media screen and (max-width: 767px) {
  ul.tech_list_taisin li {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .list_2columns li.tech_listcol_staff {
    order: 2;
    width: 100%;
  }
  .list_2columns li.tech_listcol_img {
    order: 1;
    width: 100%;
  }
}
.tech_wrap {
  position: absolute;
  bottom: 2em;
}
@media screen and (max-width: 767px) {
  .tech_wrap {
    position: relative;
    bottom: 0;
  }
}
.tech_ttl_caselvl {
  background-color: #00a9c9;
  color: #fff;
  font-weight: 700;
  text-align: center;
  margin-bottom: 1em;
  padding: 0.5em 0;
  line-height: 1.2em;
}
.tech_ttl_casetypical {
  background-color: #888;
  color: #fff;
  font-weight: 700;
  text-align: center;
  margin-bottom: 1em;
  padding: 0.5em 0;
  line-height: 1.2em;
}
.tech_casemain .tech_lvl_making1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 0px;
}
.tech_casemain .tech_lvl_making1 li {
  width: calc(33.33%);
}
.tech_txt_caselvl {
  font-size: 85%;
  padding: 1em 0 0 2em;
  text-align: left;
  letter-spacing: -1px;
}
.tech_lvl_making1 li:first-child .tech_txt_caselvl {
  padding: 1em 0 0 0;
}
@media screen and (max-width: 767px) {
  .tech_txt_caselvl {
    font-size: 75%;
    padding: 1em 0 0 1em;
  }
}
.tech_txt_detail {
  font-size: 85%;
  padding: 1em 0 0 0;
  text-align: left;
  letter-spacing: -1px;
}
.tech_lvl_making2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 20px;
}
.list_2columns li .tech_lvl_making2 li {
  width: calc(50% - 10px);
}
@media screen and (max-width: 767px) {
  .tech_lvl_making2 {
    gap: 10px;
  }
  .list_2columns li .tech_lvl_making2 li {
    width: calc(50% - 5px);
  }
}
.tech_list_strength {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 30px;
  margin: 0 auto;
}
.tech_list_strength li {
  width: calc(33.33% - 20px);
}
.tech_txt_filter {
  margin: 0 auto 0;
  text-align: justify;
  max-width: 1000px;
}
@media screen and (max-width: 767px) {
  .tech_txt_filter {
    width: 60%;
    float: left;
  }
}
.tech_img_filter img {
  width: 200px;
  float: right;
  margin-right: 10px;
}
@media screen and (max-width: 767px) {
  .tech_img_filter img {
    width: 35%;
  }
}
@media screen and (max-width: 767px) {
  .list_2columns div.tech_img_zeh {
    margin: -2em auto 3em;
  }
}
@media screen and (max-width: 767px) {
  .tech_list_strength {
    gap: 10px;
  }
  .tech_list_strength li.tech_list_strength_lvl {
    width: 100%;
    margin-bottom: 2em;
  }
  .tech_list_strength li.tech_list_strength_typical {
    width: calc(50% - 5px);
  }
  .tech_list_strength .tech_txt_left {
    font-size: 80%;
    letter-spacing: -1px;
    line-height: 1.2em;
    text-align: left;
  }
  .tech_list_strength_lvl img {
    width: 50%;
    float: left;
    margin-bottom: 3em;
  }
  .tech_list_strength_lvl .tech_txt_detail {
    width: 45%;
    float: left;
    padding-left: 2em;
  }
  .tech_list_strength .tech_txt_detail {
    font-size: 80%;
    line-height: 1.2em;
  }
}
.tech_link_solar {
  background-color: #00a9c9;
  color: #fff;
  font-size: 0.7em;
  font-weight: 400;
  padding: 0.2em 4em;
  border-radius: 20px;
}
.tech_list_gansui {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 10px;
  margin: 0 auto;
}
.tech_list_gansui li.gansui_ttl {
  width: calc(20% - 15px);
  padding-left: 2em;
}
.tech_list_gansui li.gansui_img {
  width: 30%;
}
@media screen and (max-width: 767px) {
  .tech_list_gansui li.gansui_ttl {
    width: calc(30% - 10px);
    padding-left: 0;
  }
  .tech_list_gansui li.gansui_img {
    width: 70%;
  }
}
ul.tech_listkanki_title {
  gap: 0.5em;
  max-width: 700px;
  margin-top: 4em;
  font-size: 1.4em;
  font-weight: bold;
}
ul.tech_listkanki_title li {
  width: calc(50% - 4.5em);
  text-align: center;
}
ul.tech_listkanki_title li p {
  height: 1em;
}
.tech_bb_1px {
  border-bottom: 1px solid #000;
}
ul.tech_listkanki_spec {
  max-width: 600px;
  text-align: center;
  margin-top: 2em;
}
ul.tech_listkanki_spec img {
  max-width: 60%;
}
@media screen and (max-width: 767px) {
  ul.tech_listkanki_spec {
    gap: 12px;
  }
  ul.tech_listkanki_spec li {
    width: calc(33.33% - 8px);
  }
}
.tech_kanki_noble {
  background-color: #00a9c9;
  color: #fff;
  font-weight: 700;
  font-size: 0.9em;
  border-radius: 2em;
  margin-bottom: 0.5em;
  line-height: 1.2em;
  padding: 5px;
}
.tech_kanki_ttl {
  font-size: 0.9em;
  margin-bottom: 1em;
}
.tech_kanki_txt {
  font-size: 0.8em;
  text-align: justify;
  letter-spacing: -1px;
  text-indent: -1em;
  line-break: strict;
  padding-left: 1em;
}
@media screen and (max-width: 767px) {
  .tech_kanki_txt {
    letter-spacing: -2px;
    font-size: 0.75em;
  }
}
.mh_showroom {
  padding: 4em 0 3em;
}
.mh_showroom .modelhouse_point .img {
  width: 100%;
  max-width: 700px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .mh_showroom .ttl_center_en .ttl {
    font-size: 1.4em;
  }
}
.showroom_onayami_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 15px;
  margin: 4em auto;
}
.showroom_onayami_list li {
  width: calc(33.33% - 10px);
}
@media screen and (max-width: 767px) {
  .showroom_onayami_list li {
    width: calc(33.33% - 10px);
  }
}
.mh_showroom .modelhouse_point .showroom_onayami_list li .img {
  width: 30%;
  margin: 0 auto;
}
.showroom_onayami_ttl {
  font-weight: 700;
  font-size: 1.3em;
  text-align: center;
  margin: 1em 0;
}
@media screen and (max-width: 767px) {
  .showroom_onayami_ttl {
    font-size: 0.85em;
    text-align: center;
    margin: 1em 0;
    line-height: 1.4em;
    letter-spacing: -0.5px;
  }
}
.showroom_onayami_txt {
  text-align: justify;
  font-size: 0.85em;
  width: fit-content;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .showroom_onayami_txt {
    font-size: 0.7em;
    letter-spacing: -0.5px;
  }
}
.showroom_areamain_ttl {
  color: #00a9c9;
  font-size: 2.4em;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .showroom_areamain_ttl {
    font-size: 2.0em;
  }
}
.showroom_area12_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 4em auto 6em;
  gap: 100px 0;
}
@media screen and (max-width: 767px) {
  .showroom_area12_list {
    gap: 0;
  }
}
.showroom_area12_list li {
  width: 50%;
}
@media screen and (max-width: 767px) {
  .showroom_area12_list li {
    width: 100%;
  }
}
.showroom_area12_list li .list_wrap_right {
  padding: 30px 60px 0 20px;
  float: right;
  width: 100%;
  max-width: 600px;
}
.showroom_area12_list li .list_wrap_left {
  padding: 30px 20px 0 60px;
  float: left;
  width: 100%;
  max-width: 600px;
}
@media screen and (max-width: 767px) {
  .showroom_area12_list li .list_wrap_right, .showroom_area12_list li .list_wrap_left {
    padding: 20px 0 50px;
    width: 88%;
    margin: 0 auto;
    float: none;
  }
}
.showroom_areaimage_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 2em auto;
  gap: 9px;
}
.showroom_areaimage_list li {
  width: calc(33.33% - 6px);
}
.showroom_area12_list .showroom_area_ttl {
  font-weight: 700;
  font-size: 2em;
  text-align: left;
  margin: 0 0 1em;
}
.showroom_area12_list .showroom_area_txt {
  text-align: left;
  font-size: 0.85em;
  text-align: justify;
}
@media screen and (max-width: 767px) {
  .showroom_area12_list .showroom_area_ttl {
    font-size: 1.4em;
  }
}
.showroom_area345_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 4em 60px 4em 0;
}
@media screen and (max-width: 767px) {
  .showroom_area345_list {
    margin-right: 0;
  }
}
.showroom_area345_list li {
  width: calc(33.33%);
}
@media screen and (max-width: 767px) {
  .showroom_area345_list li {
    width: 88%;
    margin: 0 auto;
  }
}
.showroom_area345_list .showroom_area_ttl {
  font-weight: 700;
  font-size: 1.4em;
  text-align: center;
  margin: 1em auto;
}
@media screen and (max-width: 767px) {
  .showroom_area345_list .showroom_area_ttl {
    text-align: left;
    max-width: 500px;
    margin: 0 auto;
    padding: 20px 0 1em;
  }
}
.showroom_area345_list .showroom_area_txt {
  text-align: left;
  font-size: 0.85em;
  text-align: justify;
  margin: 0 3em;
}
@media screen and (max-width: 767px) {
  .showroom_area345_list .showroom_area_txt {
    max-width: 500px;
    margin: 0 auto 50px;
  }
}
.showroom_kidsspace_ttl {
  font-weight: 700;
  font-size: 2em;
  text-align: center;
  padding: 3em 0 1em;
}
@media screen and (max-width: 767px) {
  .showroom_kidsspace_ttl {
    font-size: 1.4em;
  }
}
.showroom_kidsspace_txt {
  text-align: left;
  font-size: 0.85em;
  margin: 0 auto;
  max-width: 700px;
  text-align: justify;
}
.mh_kidsspace .img {
  width: 100%;
  max-width: 600px;
  margin: 2em auto;
  padding-bottom: 100px;
}
.showroom_area_thumbnail {
  width: 170%;
  margin-top: 2em;
}
.showroom_area_slider .img {
  width: 100%;
  overflow: hidden;
}
.showroom_area_slider img {
  width: 100%;
}
.swiper-slide a {
  position: relative;
}
.swiper-slide a .banner_category {
  position: absolute;
  color: #fff;
  font-size: 0.87em;
  padding: 0 10px;
  background-color: #00a9c9;
  position: absolute;
  top: 0;
  left: 0px;
}
/****************************************/
.zehReport a {
  width: 250px;
  height: 50px;
  color: #fff;
  text-align: center;
  font-size: 1rem;
  background-color: #00a9c9;
  border-radius: 25px;
  display: block;
  margin: 0 auto;
  padding-top: 10px;
  border: 1px solid #00a9c9;
  -webkit-box-shadow: 0px 3px 6px #000;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.zehReport h5 a:hover {
  color: #00a9c9;
  text-align: center;
  font-size: 1.8rem;
  background-color: #fff;
}
@media screen and (max-width: 767px) {}
/****************************************/
.worksCta div {
  width: 1250px;
  height: 300px;
  padding: 50px;
  border: 1px solid #737d7d;
  margin: 0 auto 50px;
}
.worksCta h2 {
  font-size: 30px;
  color: #003a56;
  line-height: 1.75em;
  font-weight: 900;
}
.worksCta p {
  font-size: 16px;
  color: #000;
  line-height: 1.75em;
  margin-bottom: 2em;
}
.worksCta h5 a {
  font-weight: 900;
  width: 420px;
  height: auto;
  padding: 20px;
  font-size: 18px;
  line-height: 1.1em;
  color: #fff;
  background-color: #00a9ca;
  display: block;
  background-image: url(../images/whitearrow.svg);
  background-repeat: no-repeat;
  background-position: 98% center;
  background-size: 9px 14px;
  border: 1px solid #00a9ca;
}
.worksCta h5 a:hover {
  color: #00a9ca;
  background-color: #fff;
  background-image: url(../images/bluearrow.svg);
  background-position: 99% center;
}
.worksCtaExamples {
  background-image: url(../images/example_cta_bn.png);
  background-repeat: no-repeat;
  background-size: 489px;
  background-position: 95% center;
}
.worksCtaTenji {
  background-image: url(../images/works_cta_bn.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: right center;
}
.worksCtaExamples h5 a span {
  display: block;
  font-size: 14px;
}
@media screen and (max-width: 767px) {
  .worksCta div {
    width: 95%;
    height: 0;
    padding: 50% 5% 65% 5%;
  }
  .worksCta h2 {
    font-size: 24px;
  }
  .worksCta p {
    font-size: 13px;
  }
  .worksCta h5 a {
    width: 100%;
    height: auto;
    font-size: 15px;
  }
  .worksCta h5 a:hover {}
  .worksCtaExamples {
    background-image: url(../images/example_cta_bn.png);
    background-repeat: no-repeat;
    background-position: center 5%;
    background-size: 95%;
  }
  .worksCtaTenji {
    background-image: url(../images/works_cta_bn.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center top;
    padding: 50% 5% 50% 5% !important;
  }
  .worksCtaExamples h5 a span {
    display: block;
    font-size: 10px;
  }
}
/****************************************/
/**********************************************************

header

****************************************************************/
.top .header_tochisuma a {
  width: 80px;
  height: 35px;
  display: block;
  position: fixed;
  top: 13px;
  right: 80px;
  z-index: 6;
  background-image: url(../images/icon_house&land_white.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}
.header_tochisuma a {
  width: 80px;
  height: 35px;
  display: block;
  position: fixed;
  top: 13px;
  right: 80px;
  z-index: 6;
  background-image: url(../images/icon_house&land_blue.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}
.top .header_tochisuma a span {
  color: #fff;
}
.header_tochisuma a span {
  color: #00a9c9;
  display: block;
  text-align: center;
  font-size: 11px;
  padding-top: 34px;
}
@media screen and (max-width: 767px) {
  .top .header_tochisuma a {
    width: 80px;
    height: 28px;
    display: block;
    position: fixed;
    top: 10px;
    right: 60px;
    z-index: 6;
    background-image: url(../images/icon_house&land_white.svg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 80px 28px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .header_tochisuma a {
    width: 80px;
    height: 28px;
    display: block;
    position: fixed;
    top: 10px;
    right: 60px;
    z-index: 6;
    background-image: url(../images/icon_house&land_blue.svg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 80px 28px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .top .header_tochisuma a span {
    color: #fff;
  }
  .header_tochisuma a span {
    color: #00a9c9;
    display: block;
    text-align: center;
    font-size: 10px;
    padding-top: 27px;
  }
}
/**********************************************************

施工事例シングル（single-architects.php）

****************************************************************/
.inner.works {
  margin: 0 auto 50px;
}
/**********************************************************

まちかどページシングル（single-machikado_detail.php）

****************************************************************/
.village-banner {
  text-align: center;
  margin: 50px auto;
}
/**********************************************************

イベントページシングル（single-event.php）

****************************************************************/
#eventTelUpper {
  padding: 50px 0;
}
#worksTopList.slider_event .cat {
  display: none;
}
#eventPageContents{
	margin: 50px auto;
	max-width: 780px;
}
#eventPageContents .inner_1000{
		max-width: 780px;
	width: 640px;

}
#eventPageContents .inner{
	width: 640px;

}
@media screen and (max-width: 767px) {
#eventPageContents .inner_1000{
	width:88%;

}
#eventPageContents .inner{
	width: 88%;

}
}

