@charset "UTF-8";
html,
body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-bottom: 1.5em;
  font-weight: bold;
}

h1 {
  font-size: 2em;
}

h2 {
  font-size: 1.8em;
}

h3 {
  font-size: 1.6em;
}

h4 {
  font-size: 1.4em;
}

h5 {
  font-size: 1.2em;
}

h6 {
  font-size: 1em;
}

ol,
ul {
  margin-bottom: 1.5em;
  padding-left: 1.5em;
}

table {
  width: 100%;
  margin-bottom: 1.5em;
  border-spacing: 0;
  border-collapse: collapse;
}

table th,
table td {
  padding: 0.5em;
  border: 1px solid #000;
}

table th {
  font-weight: bold;
}

caption,
table th,
table td {
  font-weight: normal;
  text-align: left;
  vertical-align: middle;
}

q,
blockquote {
  quotes: none;
}

q::before,
q::after,
blockquote::before,
blockquote::after {
  content: none;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

body * {
  max-height: 99999em;
  word-break: break-word;
}

p {
  margin-bottom: 1.5em;
}

a {
  color: inherit;
}

a:hover {
  text-decoration: none;
}

img {
  display: inline-block;
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

a img {
  border: none;
}

input,
label,
select,
button {
  line-height: inherit;
}

input,
label,
select,
button,
textarea {
  display: inline-block;
  margin: 0;
  padding: 0;
  border: 0;
  background: none;
  font: inherit;
  word-break: normal;
  vertical-align: middle;
  white-space: normal;
  -webkit-appearance: none;
}

button {
  color: inherit;
}

textarea {
  overflow: auto;
  line-height: 1.5;
  white-space: pre-line;
  resize: none;
}

button:focus {
  outline: 0;
}

input:focus,
textarea:focus,
select:focus {
  outline: auto;
}

input[type=search] {
  -webkit-appearance: textfield;
}

::-webkit-search-decoration {
  display: none;
}

@media print {
  html,
  body {
    width: 1600px;
    margin: 0;
  }
  body {
    -webkit-print-color-adjust: exact;
  }
  @page {
    margin: 0;
    size: 11in 14.028in;
  }
  @page :left {
    margin: 0;
  }
  @page :right {
    margin: 0;
  }
  @page :first {
    margin-top: 0;
  }
}
html {
  opacity: 0.01;
  line-height: 1;
  -webkit-text-size-adjust: none;
  -moz-text-size-adjust: none;
  -ms-text-size-adjust: none;
}
html.is-visible, html.wf-active {
  opacity: 1;
}
@media print, (min-width: 768px) {
  html {
    font-size: 625%;
  }
}
@media only screen and (max-width: 767.98px) {
  html::-webkit-scrollbar {
    width: 0;
    opacity: 0;
  }
  html {
    min-height: 100vh;
    font-size: 26.6666666667vw;
  }
}

body {
  color: #323232;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ", "Hiragino Sans", "游ゴシック", yugothic, "Yu Gothic", "メイリオ", meiryo, sans-serif;
  font-weight: 400;
  line-height: 1.875;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
}
@media print, (min-width: 768px) {
  body {
    font-size: 0.16rem;
  }
}
@media only screen and (max-width: 767.98px) {
  body {
    font-size: 0.14rem;
  }
}
body.is-menu-open .overlay {
  visibility: visible;
  opacity: 1;
  pointer-events: all;
}

@media print, (min-width: 768px) {
  main {
    padding-top: 97px;
  }
}
@media only screen and (max-width: 767.98px) {
  main {
    padding-top: 0.59rem;
  }
}

a:not([class]) {
  -webkit-transition: -webkit-text-decoration 0.3s ease;
  transition: -webkit-text-decoration 0.3s ease;
  transition: text-decoration 0.3s ease;
  transition: text-decoration 0.3s ease, -webkit-text-decoration 0.3s ease;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 0.04rem;
  cursor: pointer;
}
@media (hover: hover) {
  a:not([class]):hover {
    text-decoration-color: transparent;
  }
}

img,
svg {
  image-rendering: smooth;
  shape-rendering: geometricprecision;
}

.hidden {
  display: none;
}

.trans {
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  opacity: 1;
  text-decoration: none;
}
@media (hover: hover) {
  .trans:hover {
    opacity: 0.8;
  }
}

.load {
  opacity: 0.001;
}
.is-visible .load, .wf-active .load {
  opacity: 1;
}

.image-common {
  display: block;
  width: 100%;
}

.object-common {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  min-height: 100dvh;
}
@media print, (min-width: 768px) {
  .container {
    min-width: 1250px;
  }
}
@media only screen and (max-width: 767.98px) {
  .container {
    min-width: 320px;
  }
}

@media print, (min-width: 768px) {
  .wrapper {
    width: calc(100% - 60px);
    max-width: 1000px;
    margin-right: auto;
    margin-left: auto;
  }
}
@media only screen and (max-width: 767.98px) {
  .wrapper {
    padding-right: 0.2rem;
    padding-left: 0.2rem;
  }
}

@media print, (min-width: 768px) {
  .sm {
    /* stylelint-disable-next-line declaration-no-important */
    display: none !important;
  }
}

@media only screen and (max-width: 767.98px) {
  .md {
    /* stylelint-disable-next-line declaration-no-important */
    display: none !important;
  }
}

.button-common-skip {
  position: absolute;
  z-index: 1000;
  width: 0.01rem;
  height: 0.01rem;
  margin: -0.01rem;
  padding: 0;
  overflow: hidden;
  clip: rect(0.01rem, 0.01rem, 0.01rem, 0.01rem);
  border: 0;
  clip-path: inset(50%);
}

.button-common-skip:focus {
  display: block;
  z-index: 1000;
  top: 0.05rem;
  left: 0.05rem;
  width: auto;
  height: auto;
  padding: 0.15rem 0.23rem 0.14rem;
  clip: auto;
  background-color: #eee;
  color: #444;
  font-size: 0.13rem;
  line-height: normal;
  text-decoration: none;
  clip-path: none;
}

.header-common {
  position: absolute;
  z-index: 10000;
  top: 0;
  left: 0;
  width: 100%;
}
.header-common .header-viewport {
  position: fixed;
  z-index: 999;
  top: 0;
  left: 0;
  width: 100%;
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
  background-color: rgba(255, 255, 255, 0.6);
}
.header-common .header-contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media print, (min-width: 768px) {
  .header-common {
    min-height: 96px;
  }
  .header-common .header-navigation {
    position: relative;
  }
  .header-common .header-viewport {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    min-width: 1280px;
    min-height: 96px;
    padding: 33px 50px 34px 53px;
    -webkit-column-gap: 50px;
    -moz-column-gap: 50px;
    column-gap: 50px;
  }
  .header-common .navigation-viewport,
  .header-common .header-viewport {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .header-common .header-contact {
    -webkit-column-gap: 23px;
    -moz-column-gap: 23px;
    column-gap: 23px;
  }
  .header-common .button-header-instagram,
  .header-common .logo-header-common,
  .header-common .button-header-contact,
  .header-common .label-header-primary,
  .header-common .label-header-secondary {
    -webkit-transition: -webkit-filter 0.3s ease;
    transition: -webkit-filter 0.3s ease;
    transition: filter 0.3s ease;
    transition: filter 0.3s ease, -webkit-filter 0.3s ease;
  }
}
@media print {
  .header-common .header-viewport {
    position: absolute;
  }
}
@media only screen and (max-width: 767.98px) {
  .header-common {
    position: fixed;
    min-height: 0.58rem;
  }
  .header-common .header-viewport {
    min-height: 0.58rem;
    padding: 0.2rem 0.55rem 0.2rem 0.2rem;
    -webkit-box-shadow: 0 0.03rem 0.03rem rgba(50, 50, 50, 0.15);
    box-shadow: 0 0.03rem 0.03rem rgba(50, 50, 50, 0.15);
  }
  .header-common .navigation-viewport {
    position: fixed;
    z-index: 999;
    top: 0.58rem;
    right: -100%;
    width: calc(100vw - 0.7rem);
    height: calc(100% - 0.58rem);
    padding: 0.2rem 0.19rem 0.5rem;
    overflow: hidden auto;
    -webkit-transition: right 0.6s ease;
    transition: right 0.6s ease;
    background-color: #fff;
    pointer-events: none;
  }
  .header-common .navigation-viewport::-webkit-scrollbar {
    width: 0;
    opacity: 0;
  }
  .header-common .header-viewport.is-active .navigation-viewport {
    right: 0;
    pointer-events: all;
  }
  .header-common .header-contact {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    gap: 0.2rem;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

@media print, (min-width: 768px) {
  .header-common.is-top-page {
    color: #fff;
  }
  .header-common.is-top-page .button-header-instagram,
  .header-common.is-top-page .logo-header-common,
  .header-common.is-top-page .label-header-primary,
  .header-common.is-top-page .label-header-secondary {
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
  }
  .header-common.is-top-page .header-viewport {
    background-color: transparent;
  }
  .header-common.is-top-page .button-header-contact {
    border-color: #fff;
  }
  .header-common.is-top-page .button-header-contact::after {
    background-color: #fff;
  }
  .header-common.is-top-page .button-header-contact img {
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
  }
  .header-common.is-top-page .button-header-contact:hover img {
    -webkit-filter: unset;
    filter: unset;
  }
  .header-common.is-top-page .navigation-list {
    background-color: transparent;
  }
  .header-common.is-top-page .navigation-list::before {
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
  }
}

@media print, (min-width: 768px) {
  .header-common.is-scrolled .header-viewport {
    background-color: rgba(255, 255, 255, 0.6);
  }
  .header-common.is-scrolled .button-header-instagram,
  .header-common.is-scrolled .logo-header-common,
  .header-common.is-scrolled .button-header-contact,
  .header-common.is-scrolled .label-header-primary,
  .header-common.is-scrolled .label-header-secondary,
  .header-common.is-scrolled .navigation-list::before {
    -webkit-filter: unset;
    filter: unset;
  }
  .header-common.is-scrolled .button-header-contact {
    border-color: #323232;
  }
  .header-common.is-scrolled .button-header-contact::after {
    background-color: #323232;
  }
  .header-common.is-scrolled .button-header-contact img {
    -webkit-filter: unset;
    filter: unset;
  }
  .header-common.is-scrolled .button-header-contact:hover img {
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
  }
}

.logo-header-common {
  display: block;
}
@media print, (min-width: 768px) {
  .logo-header-common {
    width: 257px;
  }
}
@media only screen and (max-width: 767.98px) {
  .logo-header-common {
    width: 2rem;
  }
}

.button-header-instagram {
  display: block;
}
@media print, (min-width: 768px) {
  .button-header-instagram {
    width: 0.26rem;
  }
}
@media only screen and (max-width: 767.98px) {
  .button-header-instagram {
    width: 0.35rem;
  }
}

.label-header-primary,
.label-header-secondary {
  cursor: pointer;
}
.label-header-primary img,
.label-header-secondary img {
  width: auto;
  height: 100%;
}
@media only screen and (max-width: 767.98px) {
  .label-header-primary img,
  .label-header-secondary img {
    height: 0.16rem;
  }
}

.label-header-primary {
  display: inline-block;
}
@media print, (min-width: 768px) {
  .label-header-primary {
    height: 14px;
  }
}
@media only screen and (max-width: 767.98px) {
  .label-header-primary {
    width: 100%;
    padding: 0.15rem 0.1rem;
  }
  .label-header-primary.is-active::after {
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg);
  }
}

@media print, (min-width: 768px) {
  .label-header-secondary {
    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: 26px;
    margin: 0 1px;
    -webkit-transition: background-color 0.3s, opacity 0.3s;
    transition: background-color 0.3s, opacity 0.3s;
  }
  .label-header-secondary img {
    height: 14px;
  }
  .label-header-secondary:hover {
    background-color: rgba(255, 255, 255, 0.2);
  }
}
@media only screen and (max-width: 767.98px) {
  .label-header-secondary {
    display: inline-block;
    padding: 0.1rem 0;
  }
}

.button-header-contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border: 1px solid #323232;
  line-height: 1.3;
}
.button-header-contact img {
  -webkit-transition: -webkit-filter 0.3s;
  transition: -webkit-filter 0.3s;
  transition: filter 0.3s;
  transition: filter 0.3s, -webkit-filter 0.3s;
}
@media print, (min-width: 768px) {
  .button-header-contact {
    width: 112px;
    min-height: 25px;
    padding: 1px 10px;
  }
  .button-header-contact::after {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-transform: scale(0, 1);
    -ms-transform: scale(0, 1);
    transform: scale(0, 1);
    -webkit-transform-origin: left top;
    -ms-transform-origin: left top;
    transform-origin: left top;
    -webkit-transition: 0.3s cubic-bezier(0.45, 0, 0.55, 1);
    transition: 0.3s cubic-bezier(0.45, 0, 0.55, 1);
    background: #323232;
  }
  .button-header-contact:hover img {
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
  }
  .button-header-contact:hover::after {
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}
@media only screen and (max-width: 767.98px) {
  .button-header-contact {
    width: 2rem;
    min-height: 0.4rem;
    padding: 0.05rem 0.42rem 0.06rem;
  }
}

.navigation-header-sitemap .navigation-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.navigation-header-sitemap .navigation-list,
.navigation-header-sitemap .navigation-wrapper {
  margin: 0;
  padding: 0;
  list-style: none;
}
.navigation-header-sitemap .navigation-item {
  position: relative;
  line-height: 1;
}
@media print, (min-width: 768px) {
  .navigation-header-sitemap {
    margin-right: 27px;
  }
  .navigation-header-sitemap .navigation-wrapper {
    gap: 27px;
  }
  .navigation-header-sitemap .navigation-list {
    visibility: hidden;
    position: absolute;
    z-index: 2;
    top: 25px;
    width: 56px;
    padding-top: 11px;
    padding-bottom: 1px;
    -webkit-transition: opacity 0.3s, pointer-events 0.3s, visibility 0.3s, -webkit-filter 0.3s;
    transition: opacity 0.3s, pointer-events 0.3s, visibility 0.3s, -webkit-filter 0.3s;
    transition: opacity 0.3s, pointer-events 0.3s, visibility 0.3s, filter 0.3s;
    transition: opacity 0.3s, pointer-events 0.3s, visibility 0.3s, filter 0.3s, -webkit-filter 0.3s;
    opacity: 0;
    background-color: transparent;
    pointer-events: none;
  }
  .navigation-header-sitemap .navigation-list .list-item {
    position: relative;
    z-index: 2;
    margin-bottom: 2px;
  }
  .navigation-header-sitemap .navigation-list .list-item:last-child {
    margin-bottom: 0;
  }
  .navigation-header-sitemap .navigation-list::after, .navigation-header-sitemap .navigation-list::before {
    content: "";
    position: absolute;
  }
  .navigation-header-sitemap .navigation-list::after {
    top: -25px;
    right: -4px;
    left: 0;
    height: 100%;
  }
  .navigation-header-sitemap .navigation-list::before {
    z-index: -1;
    top: 0;
    left: 50%;
    width: 100%;
    height: 100%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    background: url("../img/common/board_img_01.svg") top left/100% 100% no-repeat;
    pointer-events: none;
  }
  .navigation-header-sitemap .navigation-item.is-submenu {
    cursor: pointer;
  }
  .navigation-header-sitemap .navigation-item.is-submenu:hover .navigation-list {
    visibility: visible;
    opacity: 1;
    pointer-events: all;
  }
}
@media only screen and (max-width: 767.98px) {
  .navigation-header-sitemap {
    margin-bottom: 0.8rem;
  }
  .navigation-header-sitemap .navigation-item.is-submenu .label-header-primary::after {
    content: "";
    display: block;
    position: absolute;
    top: 0.19rem;
    right: 0.1rem;
    width: 0.16rem;
    height: 0.09rem;
    -webkit-transition: -webkit-transform 0.3s ease;
    transition: -webkit-transform 0.3s ease;
    transition: transform 0.3s ease;
    transition: transform 0.3s ease, -webkit-transform 0.3s ease;
    background: url("../img/common/arrow_icn_07.svg") no-repeat 0 0/auto 100%;
  }
  .navigation-header-sitemap .navigation-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .navigation-header-sitemap .navigation-list {
    display: none;
    padding: 0 0.2rem;
  }
  .navigation-header-sitemap .navigation-item {
    width: 100%;
    border-bottom: 1px solid #323232;
  }
}

.button-header-menu {
  cursor: pointer;
}
@media only screen and (max-width: 767.98px) {
  .button-header-menu {
    position: absolute;
    z-index: 999;
    top: -0.02rem;
    right: 0;
    width: 0.5rem;
    height: 0.6rem;
    background-color: #fff;
  }
  .button-header-menu .button-wrapper {
    position: absolute;
    top: calc(50% - 0.08rem);
    left: calc(50% - 0.1rem);
    width: 0.19rem;
    height: 0.15rem;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
  }
  .button-header-menu .button-line {
    display: block;
    position: absolute;
    top: 0;
    left: calc(50% - 0.09rem);
    width: 100%;
    height: 1px;
    -webkit-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;
    background: #707070;
  }
  .button-header-menu .button-line:nth-of-type(1) {
    top: 0;
  }
  .button-header-menu .button-line:nth-of-type(2) {
    top: 0.08rem;
  }
  .button-header-menu .button-line:nth-of-type(3) {
    top: 0.15rem;
  }
}

@media only screen and (max-width: 767.98px) {
  .button-header-menu.is-active .button-wrapper {
    left: calc(50% - 0.08rem);
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  .button-header-menu.is-active .button-line:nth-of-type(1) {
    top: 0.06rem;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .button-header-menu.is-active .button-line:nth-of-type(2) {
    opacity: 0;
  }
  .button-header-menu.is-active .button-line:nth-of-type(3) {
    top: 0.06rem;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
}

.overlay {
  visibility: hidden;
  position: fixed;
  z-index: 998;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: opacity 0.3s ease, visibility 0.3s ease;
  transition: opacity 0.3s ease, visibility 0.3s ease;
  opacity: 0;
  background: rgba(0, 0, 0, 0.3);
  pointer-events: none;
}

.footer-common {
  position: relative;
  z-index: 9999;
  background-color: #f3f3f3;
}
.footer-common .information-logo {
  display: block;
  margin-bottom: 0.15rem;
}
.footer-common .information-company {
  font-size: 0.19rem;
  letter-spacing: 0.1em;
  line-height: 1.3;
}
.footer-common .information-address {
  font-size: 0.15rem;
}
.footer-common .information-contact {
  display: inline-block;
  color: #00aedc;
  line-height: 1;
  pointer-events: none;
}
.footer-common .information-contact .contact-text {
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 700;
}
.footer-common .information-contact .contact-note {
  position: relative;
  left: -0.04rem;
  letter-spacing: 0.1em;
  pointer-events: none;
}
.footer-common .navigation-column .navigation-wrapper,
.footer-common .navigation-column .navigation-sub {
  margin: 0;
  padding: 0;
  list-style: none;
}
.footer-common .direct-link {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 0.19rem;
}
.footer-common .direct-link .item-wrapper {
  display: inline-block;
  position: relative;
  padding-left: 0.1rem;
  font-size: 0.13rem;
}
.footer-common .direct-link .item-wrapper::before {
  content: "";
  position: absolute;
  top: 0.09rem;
  left: 0;
  width: 0.07rem;
  height: 0.06rem;
  background: url("../img/common/arrow_icn_01.svg") center/100% auto no-repeat;
}
.footer-common .navigation-item.is-social .navigation-link {
  display: block;
}
.footer-common .direct-logo-wrapper {
  display: block;
  margin-bottom: 0.09rem;
}
.footer-common .direct-contact {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  position: relative;
  z-index: 1;
  min-height: 0.44rem;
  padding: 0.11rem 0.65rem 0.12rem 0.16rem;
  overflow: hidden;
  -webkit-transition: 0.3s cubic-bezier(0.45, 0, 0.55, 1);
  transition: 0.3s cubic-bezier(0.45, 0, 0.55, 1);
  border: 1px solid #004097;
  border-radius: 0.05rem;
  background-color: #004097;
  color: #fff;
  font-size: 0.18rem;
  font-weight: 500;
  line-height: 1;
  text-decoration: none;
  cursor: pointer;
}
.footer-common .direct-contact::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0.16rem;
  bottom: 0;
  width: 0.21rem;
  -webkit-transition: -webkit-filter 0.3s;
  transition: -webkit-filter 0.3s;
  transition: filter 0.3s;
  transition: filter 0.3s, -webkit-filter 0.3s;
  background: url("../img/common/arrow_icn_02.svg") center/100% auto no-repeat;
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}
.footer-common .direct-contact::after {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0, 1);
  -ms-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transform-origin: left top;
  -ms-transform-origin: left top;
  transform-origin: left top;
  -webkit-transition: 0.3s cubic-bezier(0.45, 0, 0.55, 1);
  transition: 0.3s cubic-bezier(0.45, 0, 0.55, 1);
  background: #fff;
}
.footer-common .direct-contact:hover {
  color: #004097;
}
.footer-common .direct-contact:hover::after {
  -webkit-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  transform: scale(1, 1);
}
.footer-common .direct-contact:hover::before {
  -webkit-filter: unset;
  filter: unset;
}
.footer-common .navigation-item {
  color: #717071;
}
.footer-common .navigation-item:last-child {
  margin-bottom: 0;
}
.footer-common .navigation-link {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.footer-common .sub-item {
  padding: 0.02rem 0 0.02rem 0.18rem;
}
.footer-common .sub-link {
  display: inline-block;
  position: relative;
  padding-left: 0.1rem;
}
.footer-common .sub-link::before {
  content: "";
  position: absolute;
  left: 0;
  width: 0.07rem;
  height: 0.09rem;
  background: url("../img/common/arrow_icn_03.svg") center/100% auto no-repeat;
}
.footer-common .footer-copyright {
  display: block;
  font-size: 0.13rem;
}
.footer-common .contact-note {
  font-size: 0.16rem;
}
.footer-common .footer-main {
  margin-bottom: 0.42rem;
}
.footer-common .direct-product {
  width: 0.75rem;
  height: 0.75rem;
  display: block;
}
@media print, (min-width: 768px) {
  .footer-common {
    padding: 120px 0 80px;
  }
  .footer-common .information-logo {
    width: 276px;
  }
  .footer-common .contact-text {
    font-size: 0.34rem;
  }
  .footer-common .direct-logo-wrapper {
    width: 363px;
  }
  .footer-common .footer-main,
  .footer-common .footer-direct,
  .footer-common .footer-navigation {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .footer-common .footer-main,
  .footer-common .footer-direct {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .footer-common .navigation-column {
    padding: 7px 32px;
    border-left: 1px solid #878788;
  }
  .footer-common .navigation-column:last-child {
    border-right: 1px solid #878788;
  }
  .footer-common .navigation-column.is-first {
    width: 233px;
  }
  .footer-common .navigation-column.is-second {
    width: 225px;
  }
  .footer-common .information-contact {
    margin-top: -3px;
  }
  .footer-common .footer-information {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    max-width: 311px;
    margin-right: 30px;
  }
  .footer-common .footer-navigation {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .footer-common .navigation-item.is-social {
    margin-right: -18px;
  }
  .footer-common .navigation-item.is-social .navigation-link {
    width: 26px;
    margin-left: auto;
  }
  .footer-common .direct-contact {
    min-width: 279px;
    margin-right: 61px;
    margin-bottom: 12px;
  }
  .footer-common .direct-wrapper {
    margin-left: auto;
    padding-top: 19px;
  }
  .footer-common .navigation-item {
    margin-bottom: 0.03rem;
    font-size: 0.13rem;
  }
  .footer-common .footer-copyright {
    text-align: right;
  }
  .footer-common .sub-link::before {
    top: 7px;
  }
  html.is-firefox .footer-common .sub-link::before, html.is-tablet .footer-common .sub-link::before {
    top: 8px;
  }
  .footer-common .direct-product {
    margin-left: 18px;
  }
}
@media only screen and (max-width: 767.98px) {
  .footer-common {
    padding: 0.5rem 0;
  }
  .footer-common .information-logo {
    width: 2.4rem;
  }
  .footer-common .information-address {
    margin-bottom: 0.2rem;
  }
  .footer-common .contact-text {
    font-size: 0.3rem;
  }
  .footer-common .information-contact {
    margin-bottom: 0.25rem;
  }
  .footer-common .navigation-item {
    margin-bottom: 0.07rem;
    font-size: 0.15rem;
  }
  .footer-common .navigation-column {
    margin-bottom: 0.1rem;
    padding-bottom: 0.1rem;
    border-bottom: 1px solid #878788;
  }
  .footer-common .navigation-column:nth-child(2) {
    padding-right: 0;
  }
  .footer-common .navigation-column:last-child {
    margin-bottom: 0;
    border-bottom: none;
  }
  .footer-common .navigation-item.is-social .navigation-link {
    width: 0.32rem;
    margin: 0 auto;
  }
  .footer-common .direct-contact {
    margin-bottom: 0.15rem;
  }
  .footer-common .direct-link {
    margin-bottom: 0.2rem;
  }
  .footer-common .direct-logo {
    width: 100%;
  }
  .footer-common .footer-copyright {
    text-align: center;
  }
  .footer-common .sub-link::before {
    top: 0.1rem;
  }
  .footer-common .direct-product {
    margin: 0 auto;
  }
  .footer-common .direct-wrapper {
    margin-bottom: 0.2rem;
  }
}

.button-to-top {
  pointer-events: none;
}
.button-to-top .button-viewport {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 1;
  -webkit-transition: opacity 0.3s ease-in;
  transition: opacity 0.3s ease-in;
  opacity: 0;
}
.button-to-top.is-active {
  pointer-events: all;
}
.button-to-top.is-active .button-viewport {
  opacity: 1;
}
.button-to-top .button-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 2;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  cursor: pointer;
}
@media (hover: hover) {
  .button-to-top .button-wrapper:hover {
    opacity: 0.7;
  }
}
@media print, (min-width: 768px) {
  .button-to-top .button-icon {
    width: 51px;
  }
  .button-to-top .button-viewport {
    position: fixed;
    right: 0;
    bottom: 16px;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding-right: 24px;
    border-radius: 50%;
  }
  .button-to-top.is-stuck .button-viewport {
    position: absolute;
    top: -51px;
    bottom: unset;
  }
}
@media only screen and (max-width: 767.98px) {
  .button-to-top .button-viewport {
    position: fixed;
    right: 0.05rem;
    bottom: 0.05rem;
    width: 0.45rem;
    height: 0.45rem;
    background-color: #323232;
  }
  .button-to-top .button-icon {
    width: 0.45rem;
  }
}

.wow {
  visibility: hidden;
}

@media print {
  .wow {
    visibility: visible !important;
  }
}
.animated {
  transition: opacity 1.2s cubic-bezier(0.23, 1, 0.32, 1), transform 1.2s cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 1.2s cubic-bezier(0.23, 1, 0.32, 1);
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

@-webkit-keyframes fade-in-up {
  0% {
    -ms-transform: translateY(50px);
    -webkit-transform: translateY(50px);
    transform: translateY(50px);
    opacity: 0;
  }
  100% {
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}

@keyframes fade-in-up {
  0% {
    -ms-transform: translateY(50px);
    -webkit-transform: translateY(50px);
    transform: translateY(50px);
    opacity: 0;
  }
  100% {
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}
.fade-in-up {
  -webkit-animation-name: fade-in-up;
  animation-name: fade-in-up;
}

@-webkit-keyframes fade-color {
  0% {
    color: #c8c8c9;
  }
  100% {
    color: #004097;
  }
}

@keyframes fade-color {
  0% {
    color: #c8c8c9;
  }
  100% {
    color: #004097;
  }
}
.fade-color {
  -webkit-transition: color 0.7s cubic-bezier(0.23, 1, 0.32, 1);
  transition: color 0.7s cubic-bezier(0.23, 1, 0.32, 1);
  -webkit-animation-name: fade-color;
  animation-name: fade-color;
  -webkit-animation-duration: 0.7s;
  animation-duration: 0.7s;
  -webkit-animation-delay: 3s;
  animation-delay: 3s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.section-common-keyvisual .keyvisual-wrapper {
  position: relative;
  margin-right: auto;
  margin-left: auto;
  overflow: hidden;
}
.section-common-keyvisual .keyvisual-background {
  width: 100%;
}
.section-common-keyvisual .keyvisual-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  left: 50%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 0;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  color: #fff;
}
.section-common-keyvisual .title-wrapper {
  display: block;
}
.section-common-keyvisual .title-wrapper img {
  width: auto;
  height: 100%;
}
@media print, (min-width: 768px) {
  .section-common-keyvisual .keyvisual-wrapper {
    width: 92.1875%;
  }
  .section-common-keyvisual .keyvisual-title {
    top: calc(50% + 6px);
  }
  .section-common-keyvisual .title-wrapper {
    height: 100px;
    margin-bottom: 3px;
  }
}
@media only screen and (max-width: 767.98px) {
  .section-common-keyvisual .keyvisual-wrapper {
    width: 89.3333%;
  }
  .section-common-keyvisual .keyvisual-background {
    height: 3rem;
  }
  .section-common-keyvisual .keyvisual-background img {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }
  .section-common-keyvisual .keyvisual-title {
    top: calc(50% + 0.05rem);
  }
  .section-common-keyvisual .title-wrapper {
    height: 0.6rem;
  }
}

.title-common-secondary {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  z-index: 1;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  overflow: hidden;
  text-align: center;
}
.title-common-secondary::before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 0;
  width: 100%;
  height: 1px;
  border-bottom: 1px solid #323232;
}
.title-common-secondary .title-wrapper {
  display: inline-block;
  position: relative;
}
.title-common-secondary .title-wrapper img {
  width: auto;
  height: 100%;
}
.title-common-secondary .title-wrapper::before {
  content: "";
  position: absolute;
  z-index: -1;
  height: 0.1rem;
  background: #fff;
}
.title-common-secondary.is-traditional .title-wrapper::before {
  background: #f3f3f3;
}
@media print, (min-width: 768px) {
  .title-common-secondary::before {
    top: 18px;
  }
  .title-common-secondary .title-wrapper {
    height: 72px;
  }
  .title-common-secondary .title-wrapper::before {
    top: 13px;
    left: -48px;
    width: calc(100% + 95px);
  }
}
@media only screen and (max-width: 767.98px) {
  .title-common-secondary::before {
    top: 0.11rem;
  }
  .title-common-secondary .title-wrapper {
    height: 0.46rem;
  }
  .title-common-secondary .title-wrapper::before {
    top: 0.06rem;
    left: -0.2rem;
    width: calc(100% + 0.4rem);
  }
}

.title-common-simple {
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1.3793103448;
}
.title-common-simple.is-center {
  text-align: center;
}
.title-common-simple .title-note {
  position: relative;
  top: 0.01rem;
  vertical-align: super;
}
@media print, (min-width: 768px) {
  .title-common-simple {
    font-size: 0.29rem;
  }
  .title-common-simple .title-note {
    font-size: 0.15rem;
  }
}
@media only screen and (max-width: 767.98px) {
  .title-common-simple {
    font-size: 0.2rem;
  }
  .title-common-simple .title-note {
    font-size: 0.12rem;
  }
}

.text-common-status {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 0;
}
.text-common-status .text-wrapper {
  display: block;
}
@media print, (min-width: 768px) {
  .text-common-status {
    padding: 70px 0 20px;
  }
  .text-common-status .text-wrapper {
    width: 414px;
  }
}
@media only screen and (max-width: 767.98px) {
  .text-common-status {
    padding: 0.5rem 0;
  }
  .text-common-status .text-wrapper {
    width: 2.5rem;
  }
}

.block-common-article .sidebar-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.block-common-article .item-label {
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  opacity: 1;
  text-decoration: none;
}
.block-common-article .item-label:hover {
  opacity: 0.8;
}
.block-common-article .block-content {
  width: 100%;
}
.block-common-article .article-actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media print, (min-width: 768px) {
  .block-common-article {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .block-common-article .block-content {
    max-width: 753px;
  }
  .block-common-article .heading-common {
    margin-bottom: 27px;
  }
  .block-common-article .list-common-news {
    margin-bottom: 70px;
  }
}
@media only screen and (max-width: 767.98px) {
  .block-common-article .block-content {
    margin-bottom: 0.6rem;
  }
  .block-common-article .list-common-news {
    margin-bottom: 0.5rem;
  }
}

.heading-common {
  padding-bottom: 0.17rem;
  border-bottom: 1px solid #323232;
}
.heading-common .heading-date {
  display: inline-block;
  margin-bottom: 0.05rem;
}
.heading-common .heading-title {
  margin-bottom: 0;
  font-weight: 500;
  line-height: 1.3333333333;
}
@media print, (min-width: 768px) {
  .heading-common .heading-date {
    font-size: 0.12rem;
  }
  .heading-common .heading-title {
    font-size: 0.3rem;
  }
}
@media only screen and (max-width: 767.98px) {
  .heading-common .heading-date {
    font-size: 0.15rem;
  }
  .heading-common .heading-title {
    font-size: 0.24rem;
  }
}

.block-common-direct .direct-title {
  font-weight: 400;
  letter-spacing: 0.1em;
  text-align: center;
}
.block-common-direct .direct-list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.block-common-direct .direct-item {
  position: relative;
}
.block-common-direct .direct-item:nth-child(1) .direct-button {
  border: 1px solid #004097;
}
.block-common-direct .direct-item:nth-child(1) .image-button {
  width: 0.73rem;
  margin-top: 1px;
}
.block-common-direct .direct-item:nth-child(2) .direct-button {
  border: 1px solid #00aedc;
}
.block-common-direct .direct-item:nth-child(2) .image-button {
  width: 0.95rem;
}
.block-common-direct .direct-item:nth-child(3) .direct-button {
  border: 1px solid #4aaaa7;
}
.block-common-direct .direct-item:nth-child(3) .image-button {
  width: 0.48rem;
}
.block-common-direct .direct-item.is-active {
  pointer-events: none;
}
.block-common-direct .direct-item.is-active .direct-subtitle::after, .block-common-direct .direct-item.is-active .direct-subtitle::before {
  border-color: #b4b4b4;
}
.block-common-direct .direct-item.is-active .direct-link .is-hover {
  opacity: 1;
}
.block-common-direct .direct-item.is-active .direct-link .is-default {
  opacity: 0;
}
.block-common-direct .direct-item.is-active .direct-button {
  border-color: #b4b4b4;
  background-color: #b4b4b4;
}
.block-common-direct .direct-link:hover .image-main {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.block-common-direct .direct-link:hover .is-hover {
  opacity: 1;
}
.block-common-direct .direct-link:hover .is-default {
  opacity: 0;
}
.block-common-direct .direct-item:nth-child(1) .direct-link:hover .direct-button {
  background-color: #004097;
}
.block-common-direct .direct-item:nth-child(2) .direct-link:hover .direct-button {
  background-color: #00aedc;
}
.block-common-direct .direct-item:nth-child(3) .direct-link:hover .direct-button {
  background-color: #4aaaa7;
}
.block-common-direct .direct-image {
  overflow: hidden;
  border-radius: 0.05rem;
}
.block-common-direct .image-main {
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
.block-common-direct .direct-button {
  position: absolute;
  left: 50%;
  width: 1.3rem;
  height: 0.29rem;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-transition: background-color 0.4s;
  transition: background-color 0.4s;
  border-radius: 0.2rem;
  background-color: #fff;
}
.block-common-direct .direct-button .image-button {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: opacity 0.4s;
  transition: opacity 0.4s;
}
.block-common-direct .is-hover {
  opacity: 0;
}
.block-common-direct .is-default {
  opacity: 1;
}
.block-common-direct .direct-subtitle {
  position: relative;
  width: 100%;
  min-height: 0.26rem;
  margin: 0 auto;
}
.block-common-direct .direct-subtitle .image-subtitle {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0.86rem;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: opacity 0.4s;
  transition: opacity 0.4s;
}
.block-common-direct .direct-subtitle::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 0.61rem;
  height: auto;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: border-color 0.3s;
  transition: border-color 0.3s;
  border-bottom: 1px solid #323232;
}
.block-common-direct .direct-subtitle::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 0.61rem;
  height: auto;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: border-color 0.3s;
  transition: border-color 0.3s;
  border-bottom: 1px solid #323232;
}
@media print, (min-width: 768px) {
  .block-common-direct {
    padding: 118px 0 130px;
  }
  .block-common-direct .direct-title {
    margin-bottom: 50px;
    font-size: 0.24rem;
    line-height: 1.25;
  }
  .block-common-direct .direct-list {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 32px;
  }
  .block-common-direct .direct-item {
    max-width: 245px;
  }
  .block-common-direct .direct-button {
    top: 96px;
  }
  .block-common-direct .direct-image {
    width: 245px;
    height: 110px;
    margin-bottom: 31px;
  }
}
@media only screen and (max-width: 767.98px) {
  .block-common-direct {
    padding: 0.6rem 0;
  }
  .block-common-direct .direct-title {
    margin-bottom: 0.4rem;
    font-size: 0.25rem;
  }
  .block-common-direct .direct-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 0.5rem;
  }
  .block-common-direct .direct-item {
    width: 100%;
  }
  .block-common-direct .direct-button {
    top: 1.35rem;
  }
  .block-common-direct .direct-image {
    width: 100%;
    margin-bottom: 0.35rem;
  }
  .block-common-direct .direct-subtitle::before, .block-common-direct .direct-subtitle::after {
    width: 1.1rem;
  }
}

.block-common-gallery .block-gallery {
  overflow: visible;
  position: relative;
}
.block-common-gallery .block-preview .swiper-slide-prev img,
.block-common-gallery .block-preview .swiper-slide-active img,
.block-common-gallery .block-preview .swiper-slide.is-current img,
.block-common-gallery .block-preview .swiper-slide-next img {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-animation-name: slider-zoom-in;
  animation-name: slider-zoom-in;
  -webkit-animation-duration: 15s;
  animation-duration: 15s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}
.block-common-gallery .block-preview.is-paused .swiper-slide img {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-animation-play-state: paused;
  animation-play-state: paused;
}
.block-common-gallery .gallery-wrapper {
  position: relative;
}
.block-common-gallery .swiper-button-next.swiper-button-lock,
.block-common-gallery .swiper-button-prev.swiper-button-lock {
  pointer-events: none;
  opacity: 0;
}
@-webkit-keyframes slider-zoom-in {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
}
@keyframes slider-zoom-in {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
}
.block-common-gallery .slider-image {
  overflow: hidden;
  border-radius: 0.1rem;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.block-common-gallery .slider-image img {
  width: auto;
}
.block-common-gallery .slider-thumbnail {
  cursor: pointer;
}
.block-common-gallery .swiper-slide-thumb-active .slider-thumbnail {
  position: relative;
}
.block-common-gallery .swiper-slide-thumb-active .slider-thumbnail::before {
  content: "";
  position: absolute;
  z-index: 2;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border: 0.02rem solid #9e9e9f;
}
@media print, (min-width: 768px) {
  .block-common-gallery .slider-image {
    width: 1000px;
    height: 570px;
  }
  .block-common-gallery .slider-thumbnail {
    width: 118px;
    height: 78px;
  }
  .block-common-gallery .block-preview {
    margin-bottom: 50px;
  }
  .block-common-gallery .block-gallery::before {
    content: "";
    position: absolute;
    z-index: 2;
    top: -5px;
    left: calc(50% - 1503px);
    width: 2000px;
    height: calc(100% + 10px);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    background-color: #fff;
  }
  .block-common-gallery .block-gallery::after {
    content: "";
    position: absolute;
    z-index: 2;
    top: -5px;
    left: calc(50% + 1502px);
    width: 2000px;
    height: calc(100% + 10px);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    background-color: #fff;
  }
  .block-common-gallery .preview-slider {
    width: 1000px;
    height: 570px;
  }
  .block-common-gallery .gallery-slider {
    width: 118px;
    height: 78px;
  }
  .block-common-gallery .swiper-button-prev,
  .block-common-gallery .swiper-button-next {
    display: block;
    top: 43px;
  }
  .block-common-gallery .swiper-button-prev::after,
  .block-common-gallery .swiper-button-next::after {
    color: #9e9e9f;
    font-size: 0.36rem;
  }
  .block-common-gallery .swiper-button-prev {
    left: -33px;
  }
  .block-common-gallery .swiper-button-next {
    right: -42px;
  }
}
@media only screen and (max-width: 767.98px) {
  .block-common-gallery .gallery-slider {
    width: 0.7rem;
  }
  .block-common-gallery .block-gallery {
    padding: 0 0.15rem;
  }
  .block-common-gallery .block-gallery::before {
    content: "";
    position: absolute;
    z-index: 2;
    top: -0.05rem;
    left: -0.7rem;
    width: 50%;
    height: calc(100% + 0.1rem);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    background-color: #fff;
  }
  .block-common-gallery .block-gallery::after {
    content: "";
    position: absolute;
    z-index: 2;
    top: -0.05rem;
    right: -2.36rem;
    width: 50%;
    height: calc(100% + 0.1rem);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    background-color: #fff;
  }
  .block-common-gallery .swiper-button-prev,
  .block-common-gallery .swiper-button-next {
    display: block;
    top: 0.33rem;
  }
  .block-common-gallery .swiper-button-prev::after,
  .block-common-gallery .swiper-button-next::after {
    padding: 0.05rem;
    color: #9e9e9f;
    font-size: 0.1rem;
  }
  .block-common-gallery .swiper-button-prev {
    left: 0;
  }
  .block-common-gallery .swiper-button-next {
    right: -0.13rem;
  }
  .block-common-gallery .block-preview {
    margin-bottom: 0.4rem;
  }
  .block-common-gallery .slider-image {
    width: 3.35rem;
    height: 2.34rem;
  }
  .block-common-gallery .slider-thumbnail {
    width: 0.7rem;
    height: 0.53rem;
  }
}

.block-common-information {
  width: 100%;
}
.block-common-information .block-heading {
  position: relative;
  margin-bottom: 0.33rem;
  overflow: hidden;
  background: url("../img/common/decoration_img_01.svg") top left/7.44rem 100% no-repeat;
  font-size: 0.14rem;
}
.block-common-information .block-content {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.block-common-information .heading-title {
  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: 0.12rem 0.1rem 0.03rem;
  font-family: "Roboto", sans-serif;
}
.block-common-information .heading-label {
  position: absolute;
  top: 0.08rem;
  right: 0;
  font-family: yugothic, "Yu Gothic", "メイリオ", "Hiragino Sans", "游ゴシック", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ", meiryo, sans-serif;
  letter-spacing: 0.1em;
}
.block-common-information .content-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid #323232;
  font-size: 0.14rem;
  letter-spacing: 0.1em;
  line-height: 1.3;
}
.block-common-information .content-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 1.35rem;
  padding: 0.15rem 0.1rem;
  background-color: #dcdcdc;
}
.block-common-information .content-detail {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding: 0.15rem 0 0.15rem 0.28rem;
}
html.is-mac .block-common-information .content-detail, html.is-tablet .block-common-information .content-detail, html.is-firefox .block-common-information .content-detail {
  padding: 0.15rem 0 0.15rem 0.25rem;
}
.block-common-information .block-content p {
  font-size: 0.15rem;
  line-height: 2.3333333333;
}
@media print, (min-width: 768px) {
  .block-common-information .block-heading {
    min-height: 25px;
  }
  .block-common-information .block-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 49px;
  }
  .block-common-information .heading-title {
    width: 133px;
  }
  .block-common-information .block-wrapper {
    margin-bottom: 67px;
  }
  .block-common-information .block-content p {
    margin-top: -7px;
  }
}
@media only screen and (max-width: 767.98px) {
  .block-common-information .heading-title {
    width: 1.34rem;
  }
  .block-common-information .block-content {
    margin-bottom: 0.2rem;
  }
  .block-common-information .block-content:last-child {
    margin-bottom: 0;
  }
  .block-common-information .block-wrapper {
    margin-bottom: 0.4rem;
  }
  .block-common-information .block-heading {
    min-height: 0.41rem;
  }
}

.block-common-actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.block-common-actions .button-common-primary {
  margin-bottom: 0.46rem;
}

.block-contact-information {
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
}
.block-contact-information .block-title {
  display: block;
  font-weight: 500;
  letter-spacing: 0.05em;
}
.block-contact-information .block-phone,
.block-contact-information .block-datetime {
  display: inline-block;
}
.block-contact-information .block-datetime {
  position: relative;
  line-height: 1.2142857143;
}
@media print, (min-width: 768px) {
  .block-contact-information .block-title {
    margin-bottom: 2px;
    padding: 1px 4px;
    font-size: 0.19rem;
  }
  .block-contact-information .block-datetime {
    bottom: 2px;
    font-size: 0.14rem;
  }
  .block-contact-information .block-phone {
    width: 286px;
    margin-right: 18px;
  }
}
@media only screen and (max-width: 767.98px) {
  .block-contact-information {
    text-align: center;
  }
  .block-contact-information .block-phone {
    width: 2.4rem;
    margin: 0 auto;
  }
}

@media print, (min-width: 768px) {
  .section-common-keyvisual .title-wrapper {
    height: 106px;
    margin-bottom: 39px;
  }
}

.section-housing-smart .smart-title {
  color: #c8c8c9;
  font-weight: 600;
  letter-spacing: 0.05em;
  line-height: 1.1;
  text-align: center;
}
.section-housing-smart .title-highlight {
  display: inline-block;
  color: #c8c8c9;
}
.section-housing-smart .smart-content {
  font-weight: 400;
}
.section-housing-smart .smart-content p:last-child {
  margin-bottom: 0;
}
@media print, (min-width: 768px) {
  .section-housing-smart {
    padding: 87px 0 117px;
  }
  .section-housing-smart .smart-title {
    margin-bottom: 64px;
    font-size: 0.5rem;
  }
  .section-housing-smart .title-highlight.is-long {
    margin-right: 16px;
  }
  .section-housing-smart .title-common-simple {
    margin-bottom: 36px;
  }
  .section-housing-smart .smart-content {
    margin-bottom: 120px;
    line-height: 2.3125;
    text-align: center;
  }
  .section-housing-smart .block-housing-information .information-title {
    margin-bottom: 66px;
  }
  .section-housing-smart .block-housing-information .information-text {
    margin-bottom: 32px;
  }
}
@media only screen and (max-width: 767.98px) {
  .section-housing-smart {
    padding: 0.6rem 0;
  }
  .section-housing-smart .smart-title {
    margin-bottom: 0.3rem;
    font-size: 0.36rem;
  }
  .section-housing-smart .title-highlight.is-long {
    margin-right: 0.12rem;
  }
  .section-housing-smart .title-common-simple {
    margin-bottom: 0.2rem;
  }
  .section-housing-smart .smart-content {
    margin-bottom: 0.5rem;
    font-size: 0.16rem;
    line-height: 2;
  }
}

.block-housing-information .information-title {
  font-family: "Hiragino Sans", "游ゴシック", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ", yugothic, "Yu Gothic", "メイリオ", meiryo, sans-serif;
  font-weight: 600;
  letter-spacing: 0.2em;
  line-height: 1.2;
  text-align: center;
}
.block-housing-information .information-content {
  font-weight: 400;
  letter-spacing: 0.005em;
  line-height: 1.875;
  text-align: justify;
}
.block-housing-information .information-content p {
  margin-bottom: 0;
}
.block-housing-information .information-note {
  display: block;
  color: #717071;
  font-size: 0.12rem;
  line-height: 1.75;
}
.block-housing-information .information-image img {
  border-radius: 0.1rem;
}
@media print, (min-width: 768px) {
  .block-housing-information {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .block-housing-information .information-image {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 490px;
  }
  .block-housing-information .information-inner {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding-left: 50px;
  }
  .block-housing-information .information-title {
    margin-top: -7px;
    margin-bottom: 28px;
    font-size: 0.5rem;
  }
  .block-housing-information .information-text {
    width: 466px;
    margin: 0 auto 20px -2px;
  }
  .block-housing-information .information-content {
    margin-bottom: 19px;
    font-size: 0.16rem;
  }
}
@media only screen and (max-width: 767.98px) {
  .block-housing-information .information-image {
    width: 100%;
    margin-bottom: 0.4rem;
  }
  .block-housing-information .information-title {
    margin-bottom: 0.3rem;
    font-size: 0.3rem;
  }
  .block-housing-information .information-text {
    width: 100%;
    margin-bottom: 0.3rem;
  }
  .block-housing-information .information-content {
    margin-bottom: 0.19rem;
    font-size: 0.14rem;
  }
}

.section-housing-construction {
  position: relative;
  background: #f3f3f3;
}
.section-housing-construction::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  background: url("../img/housing/triangle_decor_01.svg") no-repeat center/auto 100%;
}
.section-housing-construction .title-common-secondary {
  mix-blend-mode: darken;
}
.section-housing-construction .title-common-secondary .title-wrapper {
  position: relative;
}
.section-housing-construction .title-common-secondary .title-wrapper::before {
  background: #f3f3f3;
}
@media print, (min-width: 768px) {
  .section-housing-construction {
    padding: 119px 0 98px;
  }
  .section-housing-construction::before {
    width: 51px;
    height: 44px;
  }
  .section-housing-construction .title-common-secondary {
    margin-bottom: 28px;
  }
  .section-housing-construction .title-common-secondary .title-wrapper {
    top: -5px;
  }
  .section-housing-construction .title-common-simple {
    margin-bottom: 76px;
    font-size: 0.25rem;
  }
}
@media only screen and (max-width: 767.98px) {
  .section-housing-construction {
    padding: 0.5rem 0;
  }
  .section-housing-construction::before {
    width: 0.3rem;
    height: 0.25rem;
  }
  .section-housing-construction .title-common-secondary {
    margin-bottom: 0.4rem;
  }
  .section-housing-construction .title-common-secondary .title-wrapper {
    top: -0.05rem;
    height: 0.5rem;
  }
  .section-housing-construction .title-common-simple {
    margin-bottom: 0.4rem;
  }
}

.list-housing-construction {
  position: relative;
  margin: 0;
  padding: 0;
  list-style: none;
}
.list-housing-construction::after {
  content: "";
  position: absolute;
  background: url("../img/housing/construction_icn_plus.svg") no-repeat 0 0/auto 100%;
}
.list-housing-construction .construction-item {
  position: relative;
  border-radius: 0.1rem;
  background: #fff;
}
.list-housing-construction .construction-label {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
@media print, (min-width: 768px) {
  .list-housing-construction {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -1px;
  }
  .list-housing-construction::after {
    top: 50%;
    left: 50%;
    width: 70px;
    height: 70px;
    margin-top: -12px;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
  .list-housing-construction .construction-item {
    width: calc((100% - 22px) / 2);
    min-height: 514px;
    margin: 0 22px 22px 0;
    padding: 46px 34px 20px;
  }
  .list-housing-construction .construction-item:nth-child(even) {
    margin-right: 0;
  }
  .list-housing-construction .construction-label {
    top: -21px;
    width: 144px;
  }
  .list-housing-construction .construction-image {
    width: 414px;
    margin: 0 auto 25px;
  }
  .list-housing-construction .construction-image.is-modify {
    position: relative;
    left: -11px;
    width: 396px;
  }
  .list-housing-construction .construction-text {
    line-height: 1.875;
  }
}
@media only screen and (max-width: 767.98px) {
  .list-housing-construction::after {
    top: 50%;
    left: 50%;
    width: 0.5rem;
    height: 0.5rem;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
  .list-housing-construction .construction-item {
    margin-bottom: 1rem;
    padding: 0.4rem 0.2rem;
  }
  .list-housing-construction .construction-item:last-child {
    margin-bottom: 0;
  }
  .list-housing-construction .construction-label {
    top: -0.12rem;
    width: 1rem;
  }
  .list-housing-construction .construction-image {
    width: 100%;
    margin: 0 auto 0.25rem;
  }
}

.title-common-animation {
  color: #c8c8c9;
  font-weight: 600;
  letter-spacing: 0.05em;
  text-align: center;
}
.title-common-animation .title-highlight {
  -webkit-transition: color 1.2s ease-in-out;
  transition: color 1.2s ease-in-out;
}
@media print, (min-width: 768px) {
  .title-common-animation {
    font-size: 0.5rem;
  }
}
@media only screen and (max-width: 767.98px) {
  .title-common-animation {
    font-size: 0.4rem;
  }
}

.note-common {
  color: #717071;
}
@media print, (min-width: 768px) {
  .note-common {
    font-size: 0.12rem;
    line-height: 1.75;
  }
}
@media only screen and (max-width: 767.98px) {
  .note-common {
    font-size: 0.1rem;
  }
}

.section-housing-simulation {
  position: relative;
  background: #f3f3f3;
}
.section-housing-simulation::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  background: url("../img/housing/triangle_decor_01.svg") no-repeat center/auto 100%;
}
.section-housing-simulation .title-common-secondary .title-wrapper::before {
  background: #f3f3f3;
}
.section-housing-simulation .simulation-box {
  border-radius: 0.1rem;
  background: #fff;
}
.section-housing-simulation .simulation-note {
  color: #717071;
  font-weight: 400;
}
.section-housing-simulation .simulation-note.has-position {
  position: absolute;
  right: 0;
  padding: 0;
  display: block;
  text-align: right;
  max-width: 350px;
}
@media print, (min-width: 768px) {
  .section-housing-simulation {
    padding: 123px 0 122px;
  }
  .section-housing-simulation::before {
    width: 51px;
    height: 44px;
  }
  .section-housing-simulation .title-common-secondary {
    margin-bottom: 38px;
  }
  .section-housing-simulation .title-common-secondary .title-wrapper {
    width: 257px;
    height: 57px;
  }
  .section-housing-simulation .title-common-simple {
    margin-bottom: 29px;
    font-size: 0.25rem;
    line-height: 1.6;
  }
  .section-housing-simulation .simulation-box {
    margin-bottom: 28px;
    padding: 41px 20px 32px;
  }
  .section-housing-simulation .simulation-image {
    left: -4px;
    width: 892px;
    margin: 0 auto 18px;
  }
  .section-housing-simulation .simulation-note {
    padding: 0 20px 0 39px;
    font-size: 0.12rem;
  }
  .section-housing-simulation .simulation-note.has-position {
    bottom: 11px;
  }
  .section-housing-simulation .simulation-text {
    line-height: 1.875;
    text-align: center;
  }
}
@media only screen and (max-width: 767.98px) {
  .section-housing-simulation {
    padding: 0.5rem 0;
  }
  .section-housing-simulation::before {
    width: 0.3rem;
    height: 0.25rem;
  }
  .section-housing-simulation .title-common-secondary {
    margin-bottom: 0.3rem;
    padding-bottom: 0.4rem;
  }
  .section-housing-simulation .title-common-simple {
    margin-bottom: 0.2rem;
  }
  .section-housing-simulation .simulation-box {
    margin-bottom: 0.2rem;
    padding: 0.2rem;
  }
  .section-housing-simulation .simulation-image {
    width: 100%;
    margin-bottom: 0.2rem;
  }
  .section-housing-simulation .simulation-note {
    font-size: 0.11rem;
  }
  .section-housing-simulation .simulation-note.has-position {
    bottom: 0;
  }
}

.section-housing-brand .brand-wrapper {
  border-radius: 0.1rem;
  background-color: #dee5f1;
}
.section-housing-brand .brand-subtitle {
  font-weight: 500;
  letter-spacing: 0.05em;
}
@media print, (min-width: 768px) {
  .section-housing-brand {
    padding: 125px 0 53px;
  }
  .section-housing-brand .brand-title {
    width: 304px;
    margin: 0 auto 39px;
  }
  .section-housing-brand .brand-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding: 21px 20px 28px 38px;
  }
  .section-housing-brand .brand-image {
    width: 357px;
    margin-top: 8px;
  }
  .section-housing-brand .brand-content {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding-left: 37px;
  }
  .section-housing-brand .brand-subtitle {
    margin-right: -13px;
    margin-bottom: 18px;
    font-size: 0.21rem;
    line-height: 1.5323809524;
  }
  .section-housing-brand .brand-text {
    font-size: 0.15rem;
    line-height: 1.6666666667;
  }
}
@media only screen and (max-width: 767.98px) {
  .section-housing-brand {
    padding: 0.5rem 0;
  }
  .section-housing-brand .brand-title {
    width: 2.9rem;
    margin: 0 auto 0.4rem;
  }
  .section-housing-brand .brand-wrapper {
    padding: 0.3rem 0.2rem;
  }
  .section-housing-brand .brand-image {
    width: 100%;
    margin-bottom: 0.2rem;
  }
  .section-housing-brand .brand-subtitle {
    margin-bottom: 0.1rem;
    font-size: 0.16rem;
  }
}

.section-housing-design {
  background: #f3f3f3;
}
.section-housing-design .design-image {
  position: relative;
}
.section-housing-design .design-image .image-item {
  overflow: hidden;
  border-radius: 0.1rem;
}
.section-housing-design .design-image .image-label {
  position: absolute;
  z-index: 1;
}
.section-housing-design .design-image .image-label::after {
  content: "";
  position: absolute;
  z-index: -1;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  border-radius: 1rem;
  background: rgba(2, 56, 134, 0.56);
}
.section-housing-design .design-title {
  font-family: "Hiragino Sans", "游ゴシック", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ", yugothic, "Yu Gothic", "メイリオ", meiryo, sans-serif;
  font-weight: 600;
  letter-spacing: 0.2em;
  text-align: center;
}
@media print, (min-width: 768px) {
  .section-housing-design {
    padding: 99px 0 119px;
  }
  .section-housing-design .design-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .section-housing-design .design-image {
    width: 490px;
  }
  .section-housing-design .design-image .image-item {
    height: 402px;
    margin-top: 24px;
  }
  .section-housing-design .design-image .image-label {
    top: 70px;
    left: 43px;
    width: 63px;
  }
  .section-housing-design .design-image .image-label::after {
    width: 109px;
    height: 109px;
  }
  .section-housing-design .design-content {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding-left: 48px;
  }
  .section-housing-design .design-title {
    margin-bottom: 49px;
    font-size: 0.5rem;
  }
  .section-housing-design .design-subtitle {
    width: 422px;
    margin-bottom: 20px;
  }
  .section-housing-design .design-text {
    line-height: 1.875;
  }
}
@media only screen and (max-width: 767.98px) {
  .section-housing-design {
    padding: 0.5rem 0;
  }
  .section-housing-design .design-image {
    margin-bottom: 0.2rem;
  }
  .section-housing-design .design-image .image-item {
    height: 2.75rem;
  }
  .section-housing-design .design-image .image-label {
    top: 0.4rem;
    left: 0.3rem;
    width: 0.45rem;
  }
  .section-housing-design .design-image .image-label::after {
    width: 0.9rem;
    height: 0.9rem;
  }
  .section-housing-design .design-title {
    margin-bottom: 0.2rem;
    font-size: 0.3rem;
  }
  .section-housing-design .design-subtitle {
    width: 3.35rem;
    margin-bottom: 0.2rem;
  }
}

.section-housing-structural {
  position: relative;
}
.section-housing-structural::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  background: url("../img/housing/triangle_decor_02.svg") no-repeat center/auto 100%;
}
.section-housing-structural .seismic-image {
  overflow: hidden;
  border-radius: 0.1rem;
}
.section-housing-structural .structural-design {
  border-radius: 0.19rem;
  background: #f3f3f3;
}
.section-housing-structural .design-photo {
  position: relative;
}
.section-housing-structural .design-photo .photo-title {
  position: absolute;
  z-index: 1;
}
@media print, (min-width: 768px) {
  .section-housing-structural {
    padding: 119px 0;
  }
  .section-housing-structural::before {
    width: 51px;
    height: 44px;
  }
  .section-housing-structural .title-common-secondary {
    margin-bottom: 43px;
  }
  .section-housing-structural .title-common-secondary .title-wrapper {
    width: 366px;
    height: 56px;
  }
  .section-housing-structural .title-common-simple {
    margin-bottom: 70px;
    font-size: 0.25rem;
  }
  .section-housing-structural .structural-seismic {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .section-housing-structural .structural-seismic {
    margin-bottom: 52px;
  }
  .section-housing-structural .seismic-image {
    width: 490px;
    height: 326px;
  }
  .section-housing-structural .seismic-content {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding-left: 47px;
  }
  .section-housing-structural .seismic-chart {
    width: 462px;
    margin-bottom: 12px;
  }
  .section-housing-structural .seismic-text {
    padding-left: 5px;
    line-height: 1.875;
  }
  .section-housing-structural .structural-design {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    min-height: 220px;
    border-radius: 19px;
  }
  .section-housing-structural .design-image {
    width: 273px;
  }
  .section-housing-structural .design-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -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: 0 20px 20px 30px;
  }
  .section-housing-structural .content-wrapper {
    width: 272px;
  }
  .section-housing-structural .design-label {
    width: 272px;
    margin-bottom: 17px;
  }
  .section-housing-structural .design-text {
    line-height: 1.875;
  }
  .section-housing-structural .design-photo {
    width: 365px;
    margin: 12px 4px 0 0;
  }
  .section-housing-structural .design-photo .photo-title {
    bottom: -11px;
    left: -13px;
    width: 246px;
  }
}
@media only screen and (max-width: 767.98px) {
  .section-housing-structural {
    padding: 0.5rem 0;
  }
  .section-housing-structural .title-common-secondary .title-wrapper {
    height: 0.35rem;
  }
  .section-housing-structural::before {
    width: 0.3rem;
    height: 0.2rem;
  }
  .section-housing-structural .title-common-simple {
    margin-bottom: 0.2rem;
  }
  .section-housing-structural .structural-seismic {
    margin-bottom: 0.4rem;
  }
  .section-housing-structural .seismic-image {
    height: 2.23rem;
    margin-bottom: 0.2rem;
  }
  .section-housing-structural .seismic-chart {
    width: 100%;
    margin-bottom: 0.2rem;
  }
  .section-housing-structural .structural-design {
    padding: 0.4rem 0.2rem;
  }
  .section-housing-structural .design-image {
    width: 100%;
    margin-bottom: 0.2rem;
    overflow: hidden;
    border-radius: 0.2rem;
  }
  .section-housing-structural .content-wrapper {
    width: 100%;
  }
  .section-housing-structural .design-label {
    width: 100%;
    margin-bottom: 0.17rem;
  }
  .section-housing-structural .design-photo {
    width: 100%;
  }
  .section-housing-structural .design-photo .photo-title {
    bottom: -0.11rem;
    left: -0.13rem;
    width: 1.8rem;
  }
}

.section-housing-performance .performance-resilience {
  border-radius: 0.1rem;
  background: #f3f3f3;
}
.section-housing-performance .resilience-title span {
  display: block;
}
.section-housing-performance .resilience-title .title-logo {
  position: relative;
}
.section-housing-performance .resilience-title .title-detail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.section-housing-performance .resilience-title .title-large {
  position: relative;
  margin: 0 auto;
}
.section-housing-performance .resilience-title .title-large::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  border-top: 1px solid #323232;
}
.section-housing-performance .resilience-title .title-label {
  position: relative;
  z-index: 1;
}
.section-housing-performance .resilience-title .title-label::after {
  content: "";
  position: absolute;
  z-index: -1;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  border-radius: 100px;
  background: #323232;
}
.section-housing-performance .resilience-image,
.section-housing-performance .resilience-subtitle {
  display: block;
}
@media print, (min-width: 768px) {
  .section-housing-performance {
    padding: 122px 0 133px;
  }
  .section-housing-performance .performance-resilience {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-top: 116px;
    padding: 56px 30px 52px 50px;
  }
  .section-housing-performance .resilience-left {
    width: 532px;
  }
  .section-housing-performance .resilience-title {
    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;
    margin-bottom: 45px;
    padding-right: 22px;
  }
  .section-housing-performance .resilience-title .title-logo {
    top: 9px;
    width: 124px;
  }
  .section-housing-performance .resilience-title .title-detail {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-right: 13px;
  }
  .section-housing-performance .resilience-title .title-small {
    width: 95px;
    margin: 0 auto 25px;
  }
  .section-housing-performance .resilience-title .title-large {
    width: 276px;
    margin: 0 auto;
    padding-top: 24px;
  }
  .section-housing-performance .resilience-title .title-large::before {
    right: -5px;
  }
  .section-housing-performance .resilience-title .title-label {
    top: 68px;
    width: 50px;
    margin-left: 10px;
  }
  .section-housing-performance .resilience-title .title-label::after {
    width: 93px;
    height: 93px;
  }
  .section-housing-performance .resilience-description {
    line-height: 1.875;
  }
  .section-housing-performance .resilience-right {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding-left: 30px;
  }
  .section-housing-performance .resilience-image {
    width: 247px;
    height: 205px;
    margin: 0 auto 11px;
  }
  .section-housing-performance .resilience-subtitle {
    width: 204px;
    margin: 0 auto 10px;
  }
  .section-housing-performance .resilience-text {
    margin-right: -4px;
    padding-left: 6px;
    font-size: 0.12rem;
    line-height: 1.75;
  }
  .section-housing-performance .block-housing-information .information-title {
    margin-bottom: 65px;
  }
  .section-housing-performance .block-housing-information .information-text,
  .section-housing-performance .block-housing-information .information-content {
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 767.98px) {
  .section-housing-performance {
    padding: 0.5rem 0;
  }
  .section-housing-performance .performance-resilience {
    margin-top: 0.4rem;
    padding: 0.3rem 0.2rem;
  }
  .section-housing-performance .resilience-left {
    margin-bottom: 0.4rem;
  }
  .section-housing-performance .resilience-title {
    display: block;
    max-width: 2.5rem;
    margin: 0 auto 0.2rem;
    padding-bottom: 0.34rem;
  }
  .section-housing-performance .resilience-title .title-logo {
    width: 1.1rem;
    margin: 0 auto 0.3rem;
  }
  .section-housing-performance .resilience-title .title-detail {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 0.6rem;
  }
  .section-housing-performance .resilience-title .title-small {
    width: 0.9rem;
    margin: 0 auto 0.2rem;
  }
  .section-housing-performance .resilience-title .title-large {
    width: 2.5rem;
    margin: 0 auto;
    padding-top: 0.2rem;
  }
  .section-housing-performance .resilience-title .title-large::before {
    right: 0;
  }
  .section-housing-performance .resilience-title .title-label {
    width: 0.5rem;
    height: 0.16rem;
    margin: 0 auto;
  }
  .section-housing-performance .resilience-title .title-label::after {
    width: 0.8rem;
    height: 0.8rem;
  }
  .section-housing-performance .resilience-image {
    width: 2.47rem;
    height: 2.05rem;
    margin: 0 auto 0.2rem;
  }
  .section-housing-performance .resilience-subtitle {
    width: 2.04rem;
    margin: 0 auto 0.2rem;
  }
  .section-housing-performance .resilience-text {
    font-size: 0.11rem;
  }
}

.section-housing-quality .quality-gallery,
.section-housing-quality .quality-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.section-housing-quality .quality-title {
  font-weight: 500;
  letter-spacing: 0.1em;
  text-align: center;
}
@media print, (min-width: 768px) {
  .section-housing-quality {
    padding: 88px 0 119px;
  }
  .section-housing-quality .title-common-simple {
    margin-bottom: 32px;
    line-height: 1.724137931;
  }
  .section-housing-quality .quality-describe {
    margin-bottom: 92px;
    line-height: 2.3125;
    text-align: center;
  }
  .section-housing-quality .title-common-secondary {
    margin-bottom: 34px;
  }
  .section-housing-quality .title-common-secondary .title-wrapper {
    height: 57px;
  }
  .section-housing-quality .quality-title {
    margin-bottom: 62px;
    font-size: 0.25rem;
  }
  .section-housing-quality .quality-gallery {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 10px;
    margin-bottom: 74px;
  }
  .section-housing-quality .quality-gallery .item-image {
    width: 242px;
    height: 200px;
  }
  .section-housing-quality .quality-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 62px;
    margin-bottom: 61px;
  }
  .section-housing-quality .quality-list .list-item {
    max-width: 469px;
  }
  .section-housing-quality .information-image {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 312px;
  }
  .section-housing-quality .quality-information {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-column-gap: 40px;
    -moz-column-gap: 40px;
    column-gap: 40px;
  }
}
@media only screen and (max-width: 767.98px) {
  .section-housing-quality {
    padding: 0.5rem 0;
  }
  .section-housing-quality .title-common-simple {
    margin-bottom: 0.2rem;
    line-height: 1.5;
  }
  .section-housing-quality .quality-describe {
    margin-bottom: 0.66rem;
    line-height: 1.6;
  }
  .section-housing-quality .title-common-secondary {
    margin-bottom: 0.34rem;
  }
  .section-housing-quality .title-common-secondary::before {
    top: 0.13rem;
  }
  .section-housing-quality .quality-title {
    margin-bottom: 0.5rem;
    font-size: 0.2rem;
    line-height: 1.6;
  }
  .section-housing-quality .quality-gallery {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 0.2rem;
  }
  .section-housing-quality .quality-gallery .gallery-item {
    width: calc((100% - 0.1rem) / 2);
    margin: 0 0.1rem 0.1rem 0;
  }
  .section-housing-quality .quality-gallery .gallery-item:nth-child(even) {
    margin-right: 0;
  }
  .section-housing-quality .quality-gallery .item-image {
    height: 1.3rem;
  }
  .section-housing-quality .quality-list {
    margin-bottom: 0.4rem;
  }
  .section-housing-quality .quality-list .list-item {
    margin-bottom: 0.25rem;
  }
  .section-housing-quality .quality-list .list-item:last-child {
    margin-bottom: 0;
  }
  .section-housing-quality .quality-list .list-item .item-title {
    height: 0.51rem;
  }
  .section-housing-quality .quality-list .list-item .item-title img {
    width: auto;
    height: 100%;
  }
  .section-housing-quality .quality-list .item-detail {
    margin-bottom: 0;
  }
  .section-housing-quality .information-image {
    margin-bottom: 0.3rem;
  }
}

.list-quality-iso {
  width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
}
.list-quality-iso .item-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  padding-left: 1.3rem;
  overflow: hidden;
  border-radius: 9.99rem;
  background-color: #e1e7f2;
  font-weight: 500;
  line-height: 1.3;
}
.list-quality-iso .item-label {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  min-width: 1.29rem;
  max-width: 3rem;
  height: 100%;
  padding: 0.04rem 0.4rem 0.06rem;
  background-color: #003893;
  color: #fff;
  letter-spacing: 0.05em;
  clip-path: polygon(0 0, 100% 0%, 88% 100%, 0% 100%);
}
.list-quality-iso .item-title {
  padding: 0.06rem 0.17rem;
  color: #000;
}
.list-quality-iso .list-wrapper {
  margin-bottom: 0.22rem;
}
@media print, (min-width: 768px) {
  .list-quality-iso .item-label {
    font-size: 0.24rem;
  }
  .list-quality-iso .item-title {
    font-size: 0.22rem;
  }
}
@media only screen and (max-width: 767.98px) {
  .list-quality-iso .item-label {
    font-size: 0.16rem;
  }
  .list-quality-iso .item-title {
    font-size: 0.14rem;
  }
}

.section-housing-guarantee {
  background-color: #f3f3f3;
}
.section-housing-guarantee .guarantee-title {
  font-weight: 500;
  letter-spacing: 0.1em;
}
.section-housing-guarantee .title-common-secondary {
  margin-bottom: 0.34rem;
}
.section-housing-guarantee .plan-title {
  display: block;
  margin-bottom: 0.24rem;
  font-weight: 500;
  letter-spacing: 0.05em;
}
.section-housing-guarantee .plan-image {
  width: 8.7rem;
  height: 4.56rem;
}
@media print, (min-width: 768px) {
  .section-housing-guarantee {
    padding: 124px 0 120px;
  }
  .section-housing-guarantee .title-common-secondary .title-wrapper {
    height: 57px;
  }
  .section-housing-guarantee .guarantee-title {
    margin-bottom: 52px;
    font-size: 0.25rem;
    text-align: center;
  }
  .section-housing-guarantee .guarantee-describe {
    margin-bottom: 80px;
    line-height: 2.3125;
    text-align: center;
  }
}
@media only screen and (max-width: 767.98px) {
  .section-housing-guarantee {
    padding: 0.74rem 0 0.45rem;
  }
  .section-housing-guarantee .title-common-secondary .title-wrapper {
    height: 0.76rem;
  }
  .section-housing-guarantee .guarantee-title {
    margin-bottom: 0.5rem;
    font-size: 0.2rem;
    line-height: 1.6;
    text-align: center;
  }
  .section-housing-guarantee .guarantee-describe {
    margin-bottom: 0.5rem;
    line-height: 1.6;
  }
}

.list-housing-guarantee .list-wrapper {
  margin: 0;
  padding: 0;
  list-style: none;
}
.list-housing-guarantee .item-title {
  margin-bottom: 10px;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.3;
  text-align: center;
}
.list-housing-guarantee .list-item.is-banner .item-image {
  position: relative;
}
.list-housing-guarantee .list-item.is-banner .item-image::before {
  content: "";
  position: absolute;
  right: 0.17rem;
  bottom: 0.07rem;
  background: url("../img/housing/housing03/price_img_01.svg") center/100% auto no-repeat;
}
.list-housing-guarantee .item-image {
  margin-bottom: 0.13rem;
}
.list-housing-guarantee .list-note {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  margin-top: 0.08rem;
  color: #717071;
  font-size: 0.12rem;
}
.list-housing-guarantee .content-detail:last-child {
  margin-bottom: 0;
}
@media print, (min-width: 768px) {
  .list-housing-guarantee .list-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 50px;
  }
  .list-housing-guarantee .list-item {
    max-width: 375px;
  }
  .list-housing-guarantee .item-image {
    width: 375px;
    height: 242px;
  }
  .list-housing-guarantee .item-title {
    font-size: 0.25rem;
  }
  .list-housing-guarantee .item-title .title-note {
    font-size: 0.15rem;
  }
  .list-housing-guarantee .list-item.is-banner .item-image::before {
    width: 90px;
    height: 90px;
  }
}
@media only screen and (max-width: 767.98px) {
  .list-housing-guarantee .list-item {
    margin-bottom: 0.22rem;
  }
  .list-housing-guarantee .list-item:last-child {
    margin-bottom: 0;
  }
  .list-housing-guarantee .item-image {
    height: 2.16rem;
  }
  .list-housing-guarantee .item-title {
    margin-bottom: 0.12rem;
    font-size: 0.2rem;
  }
  .list-housing-guarantee .item-title .title-note {
    font-size: 0.12rem;
  }
  .list-housing-guarantee .list-item.is-banner .item-image::before {
    width: 0.9rem;
    height: 0.9rem;
  }
}

.section-housing-equipment {
  background: #f3f3f3;
}
.section-housing-equipment .equipment-gallery {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  list-style: none;
}
.section-housing-equipment .gallery-item {
  margin: 0 0.05rem 0.05rem 0;
}
.section-housing-equipment .equipment-label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  list-style: none;
}
.section-housing-equipment .label-item {
  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;
  border-radius: 0.1rem;
  background: #3b3b3b;
}
.section-housing-equipment .label-item img {
  width: auto;
  height: 0.17rem;
}
@media print, (min-width: 768px) {
  .section-housing-equipment {
    padding: 122px 0 113px;
  }
  .section-housing-equipment .block-housing-information {
    margin-bottom: 63px;
  }
  .section-housing-equipment .equipment-gallery {
    margin-bottom: 43px;
  }
  .section-housing-equipment .gallery-item {
    width: calc((100% - 20px) / 5);
    height: 152px;
    margin: 0 5px 5px 0;
  }
  .section-housing-equipment .gallery-item:nth-child(5n) {
    margin-right: 0;
  }
  .section-housing-equipment .equipment-label {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .section-housing-equipment .label-item {
    width: 140px;
    height: 49px;
    margin: 0 3.5px 7px;
  }
  .section-housing-equipment .block-housing-information .information-title {
    margin-bottom: 66px;
  }
  .section-housing-equipment .block-housing-information .information-text {
    width: 423px;
    margin-bottom: 31px;
  }
}
@media only screen and (max-width: 767.98px) {
  .section-housing-equipment {
    padding: 0.6rem 0;
  }
  .section-housing-equipment .block-housing-information {
    margin-bottom: 0.4rem;
  }
  .section-housing-equipment .equipment-gallery {
    margin-bottom: 0.43rem;
  }
  .section-housing-equipment .gallery-item {
    width: calc((100% - 0.05rem) / 2);
    height: 1.28rem;
    margin: 0 0.05rem 0.05rem 0;
  }
  .section-housing-equipment .gallery-item:nth-child(even) {
    margin-right: 0;
  }
  .section-housing-equipment .equipment-label {
    gap: 0.05rem;
  }
  .section-housing-equipment .label-item {
    height: 0.5rem;
  }
  .section-housing-equipment .label-item:nth-child(1) {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .section-housing-equipment .label-item:nth-child(2) {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
  }
  .section-housing-equipment .label-item:nth-child(3) {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .section-housing-equipment .label-item:nth-child(4) {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  .section-housing-equipment .label-item:last-child {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
  }
  .section-housing-equipment .label-item:nth-child(1), .section-housing-equipment .label-item:nth-child(3), .section-housing-equipment .label-item:nth-child(4) {
    width: 1.07rem;
  }
  .section-housing-equipment .label-item:nth-child(2), .section-housing-equipment .label-item:last-child {
    width: 1.63rem;
  }
}

.section-housing-insulation {
  position: relative;
  background: #f3f3f3;
}
.section-housing-insulation::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  background: url("../img/housing/triangle_decor_01.svg") no-repeat center/auto 100%;
}
.section-housing-insulation .insulation-text {
  letter-spacing: 0.05em;
}
.section-housing-insulation .insulation-title {
  font-weight: 400;
}
@media print, (min-width: 768px) {
  .section-housing-insulation {
    padding: 112px 0 128px;
  }
  .section-housing-insulation::before {
    width: 51px;
    height: 44px;
  }
  .section-housing-insulation .wrapper {
    position: relative;
    left: 30px;
    max-width: 1060px;
  }
  .section-housing-insulation .insulation-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .section-housing-insulation .insulation-left {
    width: 353px;
    padding-top: 10px;
  }
  .section-housing-insulation .insulation-value {
    width: 348px;
    margin-bottom: 16px;
    margin-left: 2px;
  }
  .section-housing-insulation .insulation-text {
    margin-right: -10px;
    margin-bottom: 18px;
    font-size: 0.15rem;
    line-height: 1.75;
  }
  .section-housing-insulation .insulation-right {
    width: 669px;
    margin-right: -2px;
  }
  .section-housing-insulation .insulation-title {
    margin-bottom: -66px;
    padding: 0 122px 0 11px;
    font-size: 0.24rem;
  }
}
@media only screen and (max-width: 767.98px) {
  .section-housing-insulation {
    padding: 0.5rem 0;
  }
  .section-housing-insulation::before {
    width: 0.3rem;
    height: 0.2rem;
  }
  .section-housing-insulation .insulation-left {
    margin-bottom: 0.4rem;
  }
  .section-housing-insulation .insulation-value {
    width: 3.48rem;
    margin-bottom: 0.2rem;
  }
  .section-housing-insulation .insulation-text {
    margin-bottom: 0.2rem;
  }
  .section-housing-insulation .insulation-title {
    margin-bottom: -0.3rem;
    padding-right: 0.65rem;
    font-size: 0.2rem;
    line-height: 1.6;
  }
}

.section-housing-plan .plan-box {
  border-radius: 0.1rem;
  background: #f3f3f3;
}
.section-housing-plan .plan-title {
  font-family: "Hiragino Sans", "游ゴシック", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ", yugothic, "Yu Gothic", "メイリオ", meiryo, sans-serif;
  font-weight: 600;
}
.section-housing-plan .box-right .plan-title {
  text-align: center;
}
.section-housing-plan .plan-image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.section-housing-plan .plan-image .image-label {
  position: relative;
  z-index: 1;
  top: 0;
  right: 0;
}
.section-housing-plan .plan-image .image-label::after {
  content: "";
  position: absolute;
  z-index: -1;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  border-radius: 1rem;
  background: #f6e93f;
}
@media print, (min-width: 768px) {
  .section-housing-plan {
    padding: 121px 0;
  }
  .section-housing-plan .plan-box {
    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;
    min-height: 343px;
    margin-top: 45px;
    padding: 24px 34px 24px 30px;
  }
  .section-housing-plan .plan-title {
    margin-bottom: 7px;
    font-size: 0.2rem;
  }
  .section-housing-plan .box-left {
    width: 297px;
  }
  .section-housing-plan .box-left .plan-title {
    margin-bottom: -27px;
  }
  .section-housing-plan .box-right {
    width: 615px;
  }
  .section-housing-plan .plan-image {
    left: -4px;
    margin-bottom: -13px;
    padding-right: 19px;
  }
  .section-housing-plan .plan-image .image-item {
    width: 192px;
  }
  .section-housing-plan .plan-image .image-label {
    width: 77px;
  }
  .section-housing-plan .plan-image .image-label::after {
    width: 114px;
    height: 114px;
    margin-top: -3px;
  }
  .section-housing-plan .block-housing-information {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
  .section-housing-plan .block-housing-information .information-inner {
    padding-right: 35px;
    padding-left: 0;
  }
  .section-housing-plan .block-housing-information .information-title {
    margin-bottom: 66px;
  }
  .section-housing-plan .block-housing-information .information-text {
    margin-bottom: 30px;
    margin-left: 0;
  }
  .section-housing-plan .block-housing-information .information-content {
    padding-right: 10px;
  }
}
@media only screen and (max-width: 767.98px) {
  .section-housing-plan {
    padding: 0.5rem 0;
  }
  .section-housing-plan .plan-box {
    min-height: 3.43rem;
    margin-top: 0.4rem;
    padding: 0.3rem 0.2rem;
  }
  .section-housing-plan .plan-title {
    margin-bottom: 0.1rem;
    font-size: 0.18rem;
    text-align: center;
  }
  .section-housing-plan .box-left {
    margin-bottom: 0.3rem;
  }
  .section-housing-plan .plan-image {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: -0.3rem;
  }
  .section-housing-plan .plan-image .image-item {
    width: 1.6rem;
    margin-right: 0.15rem;
  }
  .section-housing-plan .plan-image .image-label {
    width: 0.65rem;
  }
  .section-housing-plan .plan-image .image-label::after {
    width: 0.9rem;
    height: 0.9rem;
    margin-top: -0.03rem;
  }
}

.section-housing-specification {
  position: relative;
}
.section-housing-specification::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  background: url("../img/housing/triangle_decor_02.svg") no-repeat center/auto 100%;
}
.section-housing-specification .list-housing-construction::after {
  display: none;
}
.section-housing-specification .list-housing-construction .construction-item {
  background: #f3f3f3;
}
@media print, (min-width: 768px) {
  .section-housing-specification {
    padding: 124px 0 98px;
  }
  .section-housing-specification::before {
    width: 51px;
    height: 44px;
  }
  .section-housing-specification .title-common-secondary {
    margin-bottom: 41px;
  }
  .section-housing-specification .title-common-secondary .title-wrapper {
    width: 230px;
    height: 57px;
  }
  .section-housing-specification .title-common-simple {
    margin-bottom: 89px;
    font-size: 0.25rem;
  }
  .section-housing-specification .list-housing-construction .construction-item {
    padding: 46px 32px 27px 26px;
  }
  .section-housing-specification .list-housing-construction .construction-label {
    width: 184px;
  }
  .section-housing-specification .list-housing-construction .construction-title {
    width: 347px;
    margin: 0 auto 17px;
  }
  .section-housing-specification .list-housing-construction .construction-image {
    width: 420px;
    margin-bottom: 19px;
  }
  .section-housing-specification .list-housing-construction .construction-image.is-spacing {
    margin-bottom: 13px;
  }
  .section-housing-specification .list-housing-construction .construction-text {
    padding: 0 6px;
  }
}
@media only screen and (max-width: 767.98px) {
  .section-housing-specification {
    padding: 0.5rem 0;
  }
  .section-housing-specification::before {
    width: 0.3rem;
    height: 0.25rem;
  }
  .section-housing-specification .title-common-secondary {
    margin-bottom: 0.4rem;
  }
  .section-housing-specification .title-common-simple {
    margin-bottom: 0.4rem;
  }
  .section-housing-specification .list-housing-construction .construction-item {
    margin-bottom: 0.6rem;
  }
  .section-housing-specification .list-housing-construction .construction-item:last-child {
    margin-bottom: 0;
  }
  .section-housing-specification .list-housing-construction .construction-label {
    width: 1.4rem;
  }
  .section-housing-specification .list-housing-construction .construction-title {
    margin-bottom: 0.2rem;
  }
  .section-housing-specification .list-housing-construction .construction-image {
    margin-bottom: 0.19rem;
  }
  .section-housing-specification .list-housing-construction .construction-text {
    padding: 0 0.06rem;
  }
}

.block-specification-label ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.block-specification-label li {
  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;
  background: #323232;
}
.block-specification-label li img {
  width: auto;
  height: 0.15rem;
}
.block-specification-label li img.is-large {
  height: 0.38rem;
}
.block-specification-label .list-label-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.block-specification-label .list-label-left .label-item {
  height: 0.71rem;
  margin: 0 0.12rem 0.12rem 0;
  border-radius: 0.08rem;
}
.block-specification-label .list-label-left .label-item:nth-child(3n) {
  margin-right: 0;
}
.block-specification-label .list-label-right .label-item {
  height: 0.31rem;
  margin-bottom: 0.09rem;
  border-radius: 0.05rem;
}
.block-specification-label .list-label-right .label-item:last-child {
  margin-bottom: 0;
}
.block-specification-label .specification-note {
  color: #231815;
  font-size: 0.1rem;
  text-align: right;
}
@media print, (min-width: 768px) {
  .block-specification-label {
    margin-top: 21px;
    padding: 0 5px 0 7px;
  }
  .block-specification-label .label-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .block-specification-label .list-label-left {
    width: 228px;
  }
  .block-specification-label .list-label-left .label-item {
    width: 68px;
  }
  .block-specification-label .list-label-left .label-item:nth-child(3n) {
    margin-right: 0;
  }
  .block-specification-label .list-label-right {
    width: 181px;
  }
  .block-specification-label .specification-note {
    margin-top: -10px;
    margin-right: 3px;
  }
}
@media only screen and (max-width: 767.98px) {
  .block-specification-label {
    margin-top: 0.2rem;
  }
  .block-specification-label .list-label-left .label-item {
    width: calc((100% - 0.1rem) / 3);
    height: 0.6rem;
    margin: 0 0.05rem 0.05rem 0;
  }
  .block-specification-label .list-label-left .label-item:nth-child(3n) {
    margin-right: 0;
  }
  .block-specification-label .list-label-right {
    width: 100%;
  }
  .block-specification-label .list-label-right .label-item {
    margin-bottom: 0.05rem;
  }
  .block-specification-label .specification-note {
    margin-top: 0.05rem;
  }
}

.title-common-simple {
  -webkit-font-feature-settings: unset;
  font-feature-settings: unset;
}
/*# sourceMappingURL=housing.css.map */