@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@400&display=swap");
*,
::before,
::after {
  box-sizing: border-box;
  background-repeat: no-repeat;
}

::before,
::after {
  text-decoration: inherit;
  vertical-align: inherit;
}

html {
  cursor: default;
  line-height: 1.5;
  -moz-tab-size: 4;
  -o-tab-size: 4;
     tab-size: 4;
  -webkit-tap-highlight-color: transparent;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  word-break: break-word;
}

body {
  margin: 0;
}

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

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

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

hr {
  color: inherit;
  height: 0;
  overflow: visible;
}

main {
  display: block;
}

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

pre {
  font-family: monospace, monospace;
  font-size: 1em;
  overflow: auto;
  -ms-overflow-style: scrollbar;
}

a {
  background-color: transparent;
}

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

b,
strong {
  font-weight: bolder;
}

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

small {
  font-size: 80%;
}

audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

audio,
video {
  display: inline-block;
}

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

iframe {
  border-style: none;
}

img {
  border-style: none;
}

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

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

button,
input,
select {
  margin: 0;
}

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

button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

fieldset {
  border: 1px solid #a0a0a0;
  padding: 0.35em 0.75em 0.625em;
}

input {
  overflow: visible;
}

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

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

select {
  text-transform: none;
}

textarea {
  margin: 0;
  overflow: auto;
  resize: vertical;
  resize: block;
}

[type=checkbox],
[type=radio] {
  padding: 0;
}

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

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

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

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

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

::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

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

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

details {
  display: block;
}

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

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

summary {
  display: list-item;
}

canvas {
  display: inline-block;
}

template {
  display: none;
}

a,
area,
button,
input,
label,
select,
summary,
textarea,
[tabindex] {
  -ms-touch-action: manipulation;
}

[hidden] {
  display: none;
}

[aria-busy=true] {
  cursor: progress;
}

[aria-controls] {
  cursor: pointer;
}

[aria-disabled=true],
[disabled] {
  cursor: not-allowed;
}

[aria-hidden=false][hidden] {
  display: initial;
}

[aria-hidden=false][hidden]:not(:focus) {
  clip: rect(0, 0, 0, 0);
  position: absolute;
}

/* _style.scss -------------------------------------------------- */
html {
  overflow-y: auto;
  font-size: 62.5%; /*10px*/
}

body {
  background-color: #fff;
  color: #393b3f;
  font-family: -apple-system-body, blinkMacSystemFont, "Helvetica Neue", Arial, "游ゴシック", YuGothic, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  -webkit-text-size-adjust: 100%;
  font-feature-settings: "palt";
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.6;
  text-decoration: none;
  width: auto;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

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

.serif {
  font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
  font-weight: 400;
  letter-spacing: 0.05em;
}

p:first-child {
  margin-top: 0;
}
p:last-child {
  margin-bottom: 0;
}

h1:first-child, h2:first-child, h3:first-child, h4:first-child, h5:first-child {
  margin-top: 0;
}

strong {
  font-weight: bold;
}

.bold {
  font-weight: bold;
}

.normal {
  font-weight: 500 !important;
}

.clear {
  clear: both;
}

.clearfix:after {
  content: "";
  display: block;
  clear: both;
}

ul {
  padding: 0;
  list-style: none;
}

.inlineBlock {
  display: inline-block;
}

.dummy {
  margin-top: 20px;
  height: 200px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #e2e6e9;
  color: #fff;
  text-align: center;
}

.color-bk {
  color: #1f1f1f !important;
}
.color-main {
  color: #72b8da !important;
}
.color-point {
  color: #3073bb !important;
}
.color-point2 {
  color: #eb6f3c !important;
}

.bg-base {
  background: #f3f2ed !important;
}
.bg-box {
  background: #eff0f2 !important;
}
.bg-gray {
  background: #e2e6e9 !important;
}
.bg-main-light {
  background: #d5eaf4 !important;
}

.right {
  text-align: right;
}

.left {
  text-align: left;
}

.center {
  text-align: center;
}

.price {
  font-size: 1.2rem;
  line-height: 1.4;
}
.price strong {
  margin: 0 0.1em;
  color: #395071;
  font-size: 2rem;
  font-weight: bold;
  vertical-align: -1px;
}

.annotation {
  text-indent: -1em;
  padding-left: 1em;
}
.annotation li {
  margin-top: 0.4em;
}

ol.annotation {
  text-indent: -2em;
  padding-left: 2em;
}

.hideT {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}

a {
  position: relative;
  color: #0778a4;
  text-decoration: none;
  transition: all 0.2s ease;
}
a:hover {
  text-decoration: underline;
  transition: all 0.2s ease;
}
a:visited, a:active {
  color: #0778a4;
  text-decoration: none;
}
a:hover img {
  text-decoration: none;
  opacity: 0.8;
}
a.linkLine, .linkLine a {
  text-decoration: underline;
}
a.linkLine:hover, .linkLine a:hover {
  text-decoration: none;
}
a.linkColorB {
  color: #1f1f1f;
}
a.linkColorB:hover {
  color: #0778a4;
}

.arrow, .arrow-back {
  display: inline-block;
  padding: 0 0 0 1em;
  position: relative;
}
.arrow::before, .arrow-back::before {
  content: "";
  width: 8px;
  height: 8px;
  border-top: 2px solid #72b8da;
  border-right: 2px solid #72b8da;
  transform: rotate(45deg);
  position: absolute;
  left: 0.1em;
  top: 0.5em;
}

.arrow-back::before {
  transform: rotate(-135deg);
  left: 0.3em;
}

.linkBox,
.linkBox a {
  display: flex;
  align-items: center;
  justify-content: center;
}

.scale {
  overflow: hidden;
  background: #000;
}
.scale img {
  transform: scale(1);
  transition: all 0.3s ease-out;
  opacity: 0.6;
}
.scale:hover {
  opacity: 1;
  text-shadow: 0 0 10px rgb(0, 0, 0);
}
.scale:hover img {
  transform: scale(1.1);
  opacity: 0.9;
}
.scale .text {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: absolute;
  left: 0;
  top: 0;
}

.bg-scale {
  position: relative;
  overflow: hidden;
  background: #000;
  text-align: center;
}
.bg-scale:after {
  position: absolute;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  transition: all 0.3s ease-out;
  opacity: 0.6;
}
.bg-scale:hover {
  text-shadow: 0 0 10px rgb(0, 0, 0);
  opacity: 1;
}
.bg-scale:hover:after {
  opacity: 0.9;
  transform: scale(1.1);
}
.bg-scale .inner {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: relative;
  z-index: 1;
}

svg {
  margin: -0.2em 8px 0 0;
  width: 20px;
  height: 20px;
  fill: #1f1f1f;
}
svg.ico-blank {
  margin: -0.5em 0.1em 0;
  height: 0.7em;
}

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

.imgFit {
  width: 100%;
  padding-top: 66.66%;
  margin: 0;
  background: #eff0f2;
  overflow: hidden;
  position: relative;
  display: block;
}
.imgFit img {
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.imgFit svg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.imgCont {
  width: 100%;
  padding-top: 66.66%;
  margin: 0;
  display: block;
  background: #eff0f2;
  position: relative;
}
.imgCont img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.imgCont svg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.noPhoto,
a .noPhoto,
a:hover .noPhoto {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: block;
  color: #ccc !important;
  white-space: nowrap;
  text-decoration: none;
}

.noPhotoSvg,
a .noPhotoSvg,
a:hover .noPhotoSvg {
  width: 90px;
  height: 15px;
  margin: 0;
}

.flexbox {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

/**
 * Swiper 4.5.1
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * http://www.idangero.us/swiper/
 *
 * Copyright 2014-2019 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: September 13, 2019
 */
.swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
}

.swiper-container-no-flexbox .swiper-slide {
  float: left;
}

.swiper-container-vertical > .swiper-wrapper {
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  box-sizing: content-box;
}

.swiper-container-android .swiper-slide, .swiper-wrapper {
  transform: translate3d(0, 0, 0);
}

.swiper-container-multirow > .swiper-wrapper {
  flex-wrap: wrap;
}

.swiper-container-free-mode > .swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

.swiper-container-autoheight, .swiper-container-autoheight .swiper-slide {
  height: auto;
}

.swiper-container-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}

.swiper-container-3d {
  perspective: 1200px;
}

.swiper-container-3d .swiper-cube-shadow, .swiper-container-3d .swiper-slide, .swiper-container-3d .swiper-slide-shadow-bottom, .swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top, .swiper-container-3d .swiper-wrapper {
  transform-style: preserve-3d;
}

.swiper-container-3d .swiper-slide-shadow-bottom, .swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

.swiper-container-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-wp8-horizontal, .swiper-container-wp8-horizontal > .swiper-wrapper {
  touch-action: pan-y;
}

.swiper-container-wp8-vertical, .swiper-container-wp8-vertical > .swiper-wrapper {
  touch-action: pan-x;
}

.swiper-button-next, .swiper-button-prev {
  position: absolute;
  top: 50%;
  width: 27px;
  height: 44px;
  margin-top: -22px;
  z-index: 10;
  cursor: pointer;
  background-size: 27px 44px;
  background-position: center;
  background-repeat: no-repeat;
}

.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}

.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  left: 10px;
  right: auto;
}

.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  right: 10px;
  left: auto;
}

.swiper-button-prev.swiper-button-white, .swiper-container-rtl .swiper-button-next.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-next.swiper-button-white, .swiper-container-rtl .swiper-button-prev.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-prev.swiper-button-black, .swiper-container-rtl .swiper-button-next.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-next.swiper-button-black, .swiper-container-rtl .swiper-button-prev.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-lock {
  display: none;
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: 0.3s opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

.swiper-container-horizontal > .swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
  bottom: 10px;
  left: 0;
  width: 100%;
}

.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transform: scale(0.33);
  position: relative;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  transform: scale(0.33);
}

.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  opacity: 0.2;
}

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-pagination-bullet-active {
  opacity: 1;
  background: #007aff;
}

.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  transform: translate3d(0, -50%, 0);
}

.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 6px 0;
  display: block;
}

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
}

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  transition: 0.2s transform, 0.2s top;
}

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 4px;
}

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
}

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 0.2s transform, 0.2s left;
}

.swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 0.2s transform, 0.2s right;
}

.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: #007aff;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transform-origin: left top;
}

.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  transform-origin: right top;
}

.swiper-container-horizontal > .swiper-pagination-progressbar, .swiper-container-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}

.swiper-container-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite, .swiper-container-vertical > .swiper-pagination-progressbar {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}

.swiper-pagination-white .swiper-pagination-bullet-active {
  background: #fff;
}

.swiper-pagination-progressbar.swiper-pagination-white {
  background: rgba(255, 255, 255, 0.25);
}

.swiper-pagination-progressbar.swiper-pagination-white .swiper-pagination-progressbar-fill {
  background: #fff;
}

.swiper-pagination-black .swiper-pagination-bullet-active {
  background: #000;
}

.swiper-pagination-progressbar.swiper-pagination-black {
  background: rgba(0, 0, 0, 0.25);
}

.swiper-pagination-progressbar.swiper-pagination-black .swiper-pagination-progressbar-fill {
  background: #000;
}

.swiper-pagination-lock {
  display: none;
}

.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}

.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}

.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}

.swiper-scrollbar-cursor-drag {
  cursor: move;
}

.swiper-scrollbar-lock {
  display: none;
}

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.swiper-zoom-container > canvas, .swiper-zoom-container > img, .swiper-zoom-container > svg {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.swiper-slide-zoomed {
  cursor: move;
}

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  animation: swiper-preloader-spin 1s steps(12, end) infinite;
}

.swiper-lazy-preloader:after {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-position: 50%;
  background-size: 100%;
  background-repeat: no-repeat;
}

.swiper-lazy-preloader-white:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}
@keyframes swiper-preloader-spin {
  100% {
    transform: rotate(360deg);
  }
}
.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  transition-timing-function: ease-out;
}

.swiper-container-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity;
}

.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-fade .swiper-slide-active, .swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-cube {
  overflow: visible;
}

.swiper-container-cube .swiper-slide {
  pointer-events: none;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}

.swiper-container-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-cube.swiper-container-rtl .swiper-slide {
  transform-origin: 100% 0;
}

.swiper-container-cube .swiper-slide-active, .swiper-container-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-cube .swiper-slide-active, .swiper-container-cube .swiper-slide-next, .swiper-container-cube .swiper-slide-next + .swiper-slide, .swiper-container-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible;
}

.swiper-container-cube .swiper-slide-shadow-bottom, .swiper-container-cube .swiper-slide-shadow-left, .swiper-container-cube .swiper-slide-shadow-right, .swiper-container-cube .swiper-slide-shadow-top {
  z-index: 0;
  backface-visibility: hidden;
}

.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.6;
  filter: blur(50px);
  z-index: 0;
}

.swiper-container-flip {
  overflow: visible;
}

.swiper-container-flip .swiper-slide {
  pointer-events: none;
  backface-visibility: hidden;
  z-index: 1;
}

.swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-flip .swiper-slide-active, .swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-flip .swiper-slide-shadow-bottom, .swiper-container-flip .swiper-slide-shadow-left, .swiper-container-flip .swiper-slide-shadow-right, .swiper-container-flip .swiper-slide-shadow-top {
  z-index: 0;
  backface-visibility: hidden;
}

.swiper-container-coverflow .swiper-wrapper {
  -ms-perspective: 1200px;
}

/* _remodal.scss -------------------------------------------------- */
html.remodal-is-locked {
  overflow: hidden;
  touch-action: none;
}

.remodal,
[data-remodal-id] {
  display: none;
}

[data-remodal-target] {
  cursor: pointer;
}

.remodal-overlay {
  position: fixed;
  z-index: 9999;
  top: -5000px;
  right: -5000px;
  bottom: -5000px;
  left: -5000px;
  display: none;
}

.remodal-wrapper {
  position: fixed;
  z-index: 10000;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: none;
  overflow: auto;
  text-align: center;
  -webkit-overflow-scrolling: touch;
}

.remodal-wrapper:after {
  display: inline-block;
  height: 100%;
  margin-left: -0.05em;
  content: "";
}

.remodal-overlay,
.remodal-wrapper {
  backface-visibility: hidden;
}

.remodal {
  position: relative;
  outline: none;
  -webkit-text-size-adjust: 100%;
     -moz-text-size-adjust: 100%;
          text-size-adjust: 100%;
}

.remodal-is-initialized {
  display: inline-block;
}

.remodal-bg.remodal-is-opening,
.remodal-bg.remodal-is-opened {
  filter: blur(3px);
}

.remodal-overlay {
  background: rgba(43, 46, 56, 0.9);
}

.remodal-overlay.remodal-is-opening,
.remodal-overlay.remodal-is-closing {
  animation-duration: 0.3s;
  animation-fill-mode: forwards;
}

.remodal-overlay.remodal-is-opening {
  animation-name: remodal-overlay-opening-keyframes;
}

.remodal-overlay.remodal-is-closing {
  animation-name: remodal-overlay-closing-keyframes;
}

.remodal-wrapper {
  padding: 0;
}

.remodal {
  box-sizing: border-box;
  width: 100%;
  padding: 0;
  transform: translate3d(0, 0, 0);
  background: #fff;
}

.remodal.remodal-is-opening,
.remodal.remodal-is-closing {
  animation-duration: 0.3s;
  animation-fill-mode: forwards;
}

.remodal.remodal-is-opening {
  animation-name: remodal-opening-keyframes;
}

.remodal.remodal-is-closing {
  animation-name: remodal-closing-keyframes;
}

.remodal,
.remodal-wrapper:after {
  vertical-align: middle;
}

.remodal-close {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  overflow: visible;
  width: 35px;
  height: 35px;
  margin: 0;
  padding: 0;
  cursor: pointer;
  transition: color 0.2s;
  text-decoration: none;
  color: #333;
  border: 0;
  outline: 0;
  background: transparent;
}

.remodal-close:hover,
.remodal-close:focus {
  color: #2b2e38;
}

.remodal-close:before {
  font-family: Arial, "Helvetica CY", "Nimbus Sans L", sans-serif !important;
  font-size: 25px;
  line-height: 35px;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 35px;
  content: "×";
  text-align: center;
}

.remodal-confirm,
.remodal-cancel {
  font: inherit;
  display: inline-block;
  overflow: visible;
  min-width: 110px;
  margin: 0;
  padding: 12px 0;
  cursor: pointer;
  transition: background 0.2s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  border: 0;
  outline: 0;
}

.remodal-confirm {
  color: #fff;
  background: #81c784;
}

.remodal-confirm:hover,
.remodal-confirm:focus {
  background: #66bb6a;
}

.remodal-cancel {
  color: #fff;
  background: #e57373;
}

.remodal-cancel:hover,
.remodal-cancel:focus {
  background: #ef5350;
}

.remodal-confirm::-moz-focus-inner,
.remodal-cancel::-moz-focus-inner,
.remodal-close::-moz-focus-inner {
  padding: 0;
  border: 0;
}

@keyframes remodal-opening-keyframes {
  from {
    transform: scale(1.05);
    opacity: 0;
  }
  to {
    transform: none;
    opacity: 1;
    filter: blur(0);
  }
}
@keyframes remodal-closing-keyframes {
  from {
    transform: scale(1);
    opacity: 1;
  }
  to {
    transform: scale(0.95);
    opacity: 0;
    filter: blur(0);
  }
}
@keyframes remodal-overlay-opening-keyframes {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes remodal-overlay-closing-keyframes {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@media only screen and (min-width: 768px) {
  .remodal {
    max-width: 1000px;
    padding: 40px 0 0;
  }
  .remodal.modalMsgWin {
    max-width: 570px;
    padding: 35px;
  }
}
.lt-ie9 .remodal-overlay {
  background: #2b2e38;
}

.lt-ie9 .remodal {
  width: 700px;
}

/* 共通--------------------------------------------------------------- */
/* _common.scss -------------------------------------------------- */
.date-basic {
  color: #76797e;
  text-align: right;
}

.crumbs ol {
  display: flex;
  color: #76797e;
}
.crumbs li:not(:first-child)::before {
  display: inline-block;
  content: "";
  width: 8px;
  height: 8px;
  border-top: 1px solid #76797e;
  border-right: 1px solid #76797e;
  transform: rotate(45deg);
  margin: 0 12px 2px;
}
.crumbs a {
  text-decoration: underline;
}
.crumbs a:hover {
  text-decoration: none;
}

.ico_flag {
  width: 56px;
  height: 48px;
  padding: 4px 0 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #eb6f3c;
  position: relative;
  filter: drop-shadow(0 2px 0 rgba(0, 0, 0, 0.1));
}
.ico_flag::before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 16px 28px 0 0;
  border-color: #eb6f3c transparent transparent transparent;
  position: absolute;
  left: 0;
  bottom: -16px;
}
.ico_flag::after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 28px 16px 0;
  border-color: transparent #eb6f3c transparent transparent;
  position: absolute;
  right: 0;
  bottom: -16px;
}
.ico_flag svg {
  margin: 0;
  width: 24px;
  height: 24px;
  fill: #fff;
}

.ico-gselect {
  width: 88px;
  height: 24px;
  margin: -5px 4px -3px 0;
}

.zoomIco {
  position: relative;
}
.zoomIco::after {
  content: "";
  width: 24px;
  height: 24px;
  background: url("../img/ico/ico_zoom.svg") no-repeat;
  background-size: 24px 24px;
  position: absolute;
  right: 6px;
  bottom: 6px;
}

.container {
  position: relative;
  z-index: 1;
}

.linkBlock-point {
  font-weight: bold;
}
.actionBtn02 + .linkBlock-point {
  color: #3073bb;
}
.actionBtn01 + .linkBlock-point {
  color: #eb6f3c;
}

.kv {
  width: 100%;
  position: relative;
}
.kv-logo {
  display: block;
}
.kv-ttl {
  font-weight: bold;
  color: #fff;
  text-align: center;
}
.kv-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 0;
  background: #3073bb;
  z-index: -1;
}
.kv-img img {
  opacity: 0.6;
}

.head-main {
  margin: 0;
  background: #e2e6e9;
}
.head-main svg {
  fill: #3073bb;
}

.head01 {
  font-weight: bold;
}
.head01:first-child {
  margin-top: 0;
}

.head02 {
  font-weight: bold;
}
.head02.-line {
  text-align: center;
  position: relative;
}
.head02.-line::before {
  content: "";
  background: #72b8da;
  width: 100%;
  height: 2px;
  position: absolute;
  left: 0;
  top: 50%;
  z-index: -2;
}
.head02.-line::after {
  content: "";
  background: #fff;
  width: 50%;
  height: 100%;
  position: absolute;
  left: 25%;
  top: 0;
  z-index: -1;
}
.head02:first-child {
  margin-top: 0;
}

.head03 {
  color: #72b8da;
  font-weight: bold;
  text-align: center;
}
.head03:first-child {
  margin-top: 0;
}
.head03 span {
  display: inline-block;
}

.head04 {
  color: #3073bb;
  font-weight: bold;
  text-align: center;
}
.head04:first-child {
  margin-top: 0;
}

.head-related {
  font-weight: bold;
}
.head-related:first-child {
  margin-top: 0;
}
.head-related .label {
  background: #72b8da;
  color: #fff;
  font-weight: 500;
}

.head-flag {
  font-weight: bold;
  position: relative;
}

.ttl01 {
  color: #c4ccd2;
  font-weight: 500;
  text-align: center;
}
.ttl01:first-letter {
  color: #72b8da;
}
.ttl01:first-child {
  margin-top: 0;
}

.ttl02 {
  color: #76797e;
  font-weight: 500;
}
.ttl02 span {
  display: block;
  color: #c4ccd2;
}
.ttl02:first-child {
  margin-top: 0;
}

.menu-tab {
  text-align: center;
}
.menu-tab:first-child {
  margin-top: 0;
}
.menu-tab ul {
  margin: 0;
  display: flex;
  align-items: stretch;
  justify-content: center;
  background: #eff0f2;
  border-radius: 4px;
}
.menu-tab li {
  padding: 0 1px 0 2px;
}
.menu-tab li:not(:first-child) {
  position: relative;
}
.menu-tab li:not(:first-child)::before {
  content: "";
  background: #e2e6e9;
  width: 1px;
  height: 80%;
  position: absolute;
  left: 0;
  top: 10%;
}
.menu-tab a {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #393b3f;
  font-weight: bold;
  text-decoration: none;
}
.menu-tab a.cr, .menu-tab a:hover {
  background: #72b8da;
  color: #fff;
  border-radius: 4px;
}
.menu-area a {
  display: block;
  color: #393b3f;
}
.menu-area a.cr, .menu-area a:hover {
  background: #72b8da;
  color: #fff;
  font-weight: bold;
  text-decoration: none;
}

.baseBtn, .actionBtn02,
a.actionBtn02, .actionBtn01,
a.actionBtn01, .submitBtn01,
a.submitBtn01, .subBtn,
a.subBtn,
a.baseBtn {
  padding: 14px 16px 13px;
  color: #393b3f;
  line-height: 1.2;
  font-weight: bold;
  text-align: center;
  border: solid 1px #575a5f;
  border-radius: 4px;
  position: relative;
}
.baseBtn:hover, .actionBtn02:hover, .actionBtn01:hover, .submitBtn01:hover, .subBtn:hover,
a.baseBtn:hover {
  text-decoration: none;
  background: #575a5f;
  color: #fff;
}
.baseBtn i, .actionBtn02 i, .actionBtn01 i, .submitBtn01 i, .subBtn i,
a.baseBtn i {
  margin: 0 0.5em;
}
.baseBtn svg, .actionBtn02 svg, .actionBtn01 svg, .submitBtn01 svg, .subBtn svg,
a.baseBtn svg {
  fill: #72b8da;
}
.baseBtn .btn-gselect, .actionBtn02 .btn-gselect, .actionBtn01 .btn-gselect, .submitBtn01 .btn-gselect, .subBtn .btn-gselect,
a.baseBtn .btn-gselect {
  width: 110px !important;
  height: 30px !important;
  fill: #040000;
}
.baseBtn:hover .btn-gselect, .actionBtn02:hover .btn-gselect, .actionBtn01:hover .btn-gselect, .submitBtn01:hover .btn-gselect, .subBtn:hover .btn-gselect,
a.baseBtn:hover .btn-gselect {
  fill: #fff;
}
.baseBtn.arrow, .arrow.actionBtn02, .arrow.actionBtn01, .arrow.submitBtn01, .arrow.subBtn, .baseBtn.arrow-back, .arrow-back.actionBtn02, .arrow-back.actionBtn01, .arrow-back.submitBtn01, .arrow-back.subBtn,
a.baseBtn.arrow {
  padding-left: 28px !important;
  padding-right: 28px !important;
  position: relative;
}
.baseBtn.arrow::before, .arrow.actionBtn02::before, .arrow.actionBtn01::before, .arrow.submitBtn01::before, .arrow.subBtn::before, .baseBtn.arrow-back::before, .arrow-back.actionBtn02::before, .arrow-back.actionBtn01::before, .arrow-back.submitBtn01::before, .arrow-back.subBtn::before,
a.baseBtn.arrow::before {
  left: inherit;
  right: 12px;
  top: 50%;
  margin-top: -4px;
}
.baseBtn.arrow-back, .arrow-back.actionBtn02, .arrow-back.actionBtn01, .arrow-back.submitBtn01, .arrow-back.subBtn,
a.baseBtn.arrow-back {
  padding-left: 28px;
  padding-right: 28px;
  position: relative;
}
.baseBtn.arrow-back::before, .arrow-back.actionBtn02::before, .arrow-back.actionBtn01::before, .arrow-back.submitBtn01::before, .arrow-back.subBtn::before,
a.baseBtn.arrow-back::before {
  left: 12px;
  top: 50%;
  margin-top: -4px;
}
.baseBtn.close, .close.actionBtn02, .close.actionBtn01, .close.submitBtn01, .close.subBtn,
a.baseBtn.close {
  padding-left: 24px;
  padding-right: 24px;
}
.baseBtn.close::before, .close.actionBtn02::before, .close.actionBtn01::before, .close.submitBtn01::before, .close.subBtn::before, .baseBtn.close::after, .close.actionBtn02::after, .close.actionBtn01::after, .close.submitBtn01::after, .close.subBtn::after,
a.baseBtn.close::before,
a.baseBtn.close::after {
  content: "";
  width: 12px;
  height: 2px;
  background: #72b8da;
  transform: rotate(45deg);
  position: absolute;
  left: 10px;
  bottom: 50%;
  margin-bottom: -1px;
}
.baseBtn.close::after, .close.actionBtn02::after, .close.actionBtn01::after, .close.submitBtn01::after, .close.subBtn::after,
a.baseBtn.close::after {
  transform: rotate(-45deg);
}
.baseBtn .freeD, .actionBtn02 .freeD, .actionBtn01 .freeD, .submitBtn01 .freeD, .subBtn .freeD,
a.baseBtn .freeD {
  margin: -4px 4px 0 0;
}

.subBtn,
a.subBtn {
  background: #76797e;
  border-color: #76797e;
  color: #fff;
}
.subBtn svg,
a.subBtn svg {
  fill: #fff;
}
.subBtn:hover,
a.subBtn:hover {
  background: #fff;
  color: #575a5f;
}
.subBtn:hover svg,
a.subBtn:hover svg {
  fill: #72b8da;
}

.submitBtn01,
a.submitBtn01 {
  background: #575a5f;
  border-color: #575a5f;
  color: #fff;
}
.submitBtn01 svg,
a.submitBtn01 svg {
  fill: #fff;
}
.submitBtn01:hover,
a.submitBtn01:hover {
  background: #fff;
  color: #575a5f;
}
.submitBtn01:hover svg,
a.submitBtn01:hover svg {
  fill: #72b8da;
}

.actionBtn01,
a.actionBtn01 {
  background: #eb6f3c;
  border-color: #eb6f3c;
  color: #fff;
}
.actionBtn01 svg,
a.actionBtn01 svg {
  fill: #fff;
}
.actionBtn01:hover,
a.actionBtn01:hover {
  background: #fff;
  color: #eb6f3c;
}
.actionBtn01:hover svg,
a.actionBtn01:hover svg {
  fill: #eb6f3c;
}
.actionBtn01::before, .actionBtn01::after,
a.actionBtn01::before,
a.actionBtn01::after {
  border-color: #fff;
}

.actionBtn02,
a.actionBtn02 {
  background: #3073bb;
  border-color: #3073bb;
  color: #fff;
}
.actionBtn02 svg,
a.actionBtn02 svg {
  fill: #fff;
}
.actionBtn02:hover,
a.actionBtn02:hover {
  background: #fff;
  color: #3073bb;
}
.actionBtn02:hover svg,
a.actionBtn02:hover svg {
  fill: #3073bb;
}
.actionBtn02::before, .actionBtn02::after,
a.actionBtn02::before,
a.actionBtn02::after {
  border-color: #fff;
}

.offBtn {
  pointer-events: none;
  background: #e2e6e9 !important;
  color: #fff !important;
  font-weight: 500 !important;
  border-color: #e2e6e9 !important;
}
.offBtn svg {
  fill: #fff;
}

.textBnr,
a.textBnr {
  margin: 0 auto;
  color: #76797e;
  background: #eff0f2;
  border: solid #c0c1c5 1px;
  display: flex;
  align-items: center;
  position: relative;
}
.textBnr:hover,
a.textBnr:hover {
  text-decoration: none;
  background: #d5eaf4;
}
.textBnr figure,
a.textBnr figure {
  margin: 0;
  padding: 0;
  flex-shrink: 0;
}
.textBnr figure img,
a.textBnr figure img {
  width: auto;
}
.textBnr p,
a.textBnr p {
  margin: 0;
  padding: 0;
}
.textBnr p span,
a.textBnr p span {
  display: inline-block;
}
.textBnr p .fL,
a.textBnr p .fL {
  font-weight: bold;
}
.textBnr p.center,
a.textBnr p.center {
  width: 100%;
}
.textBnr .ico_blank,
a.textBnr .ico_blank {
  margin: 0;
  position: absolute;
}

.link-pdf {
  min-height: 16px;
  padding-left: 20px;
  display: inline-block;
  position: relative;
}
.link-pdf::before {
  width: 16px;
  height: 16px;
  margin: auto 0;
  content: "";
  display: block;
  background-image: url("../img/ico/ico_pdf.png");
  background-size: 16px 16px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
}

.list-base.square > li {
  padding-left: 1.4em;
  position: relative;
}
.list-base.square > li::before {
  display: block;
  content: "";
  width: 8px;
  height: 8px;
  background: #393b3f;
  position: absolute;
  top: 0.5em;
  left: 0.4em;
}
.list-tile {
  display: flex;
  flex-wrap: wrap;
}
.list-tile:last-of-type {
  margin-bottom: 0;
}
.list-tile img {
  width: 100%;
}

.label-new {
  width: 3em;
  display: inline-block;
  background: #72b8da;
  color: #fff;
  font-size: 1.4rem;
  text-align: center;
}

.acTriger {
  cursor: pointer;
  position: relative;
  padding-right: 32px !important;
}
.acTriger::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  width: 12px;
  height: 12px;
  border-top: solid 2px #72b8da;
  border-right: solid 2px #72b8da;
  transform: rotate(135deg);
  position: absolute;
  margin-top: -10px;
  top: 50%;
  right: 10px;
}
.acTriger.active::before {
  transform: rotate(-45deg);
  margin-top: -4px;
}

.contact-inn {
  margin: 0;
  background: #eff0f2;
  text-align: center;
}
.contact-inn dd {
  margin: 0;
}
.contact-ttl {
  font-weight: bold;
}
.contact-ttl-copy {
  display: inline-flex;
  align-items: center;
}
.contact-ttl-copy::before {
  margin: 0 4px 0 0;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 3px 0 0 28px;
  border-color: transparent transparent transparent #393b3f;
  transform: rotate(45deg);
}
.contact-ttl-copy::after {
  margin: 0 0 0 4px;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 3px 28px;
  border-color: transparent transparent #393b3f transparent;
  transform: rotate(-45deg);
}
.contact-service-info {
  margin: 0;
  background: #f8f9fa;
}
.contact-service-info dt {
  font-weight: bold;
}
.contact-service-info dd {
  margin: 0;
}
.contact-bunjo .-bubble a {
  position: relative;
}
.contact-bunjo .-bubble a .bubble {
  position: absolute;
}
.contact-bunjo a[href^="tel:"] {
  background: #fff;
  color: #eb6f3c;
  border: solid 1px #c0c1c5;
}
.contact-bunjo a[href^="tel:"] svg {
  fill: #eb6f3c;
}
.contact-bunjo a[href^="tel:"].-large {
  line-height: 1;
}
.contact-bunjo a[href^="tel:"].actionBtn02 {
  background: #fff;
  color: #3073bb;
  border-color: #c0c1c5;
}
.contact-bunjo a[href^="tel:"].actionBtn02 svg {
  fill: #3073bb;
}

.search-block {
  background: #eff0f2 url("../img/tateuri/bg_search.jpg") no-repeat;
}
.search-block dt {
  color: #1f1f1f;
  font-weight: bold;
}
.search-block dd {
  margin: 0;
}
.search-block .linkBlock a {
  display: block;
  background: rgba(255, 255, 255, 0.8);
  color: #393b3f;
  text-align: center;
  border: 1px solid #c0c1c5;
}
.search-block .linkBlock a:hover {
  text-decoration: none;
  background: #393b3f;
  color: #fff;
}
.search-block .linkBlock a:hover svg {
  fill: #fff;
}

#tateuri-floating-block {
  position: relative;
}
#tateuri-floating-block #tateuri-floating-menu {
  position: sticky;
  left: 0;
  top: 0;
}

.page-title {
  color: #72b8da;
  font-size: 22px;
  text-align: center;
}
.page-title.is-black {
  color: #393b3f;
}

/* _gnavi.scss -------------------------------------------------- */
html.is-fixed, html.is-fixed body {
  overflow: hidden;
}

.is-close {
  cursor: pointer;
}

.gnavi {
  z-index: 10;
  position: fixed;
  top: 0;
  right: 0;
}
.is-fixed .gnavi {
  width: 100%;
  height: 100%;
  overflow: auto;
}
.gnavi-btn {
  margin: 0;
  z-index: 11;
  position: fixed;
  top: 8px;
  right: 8px;
  width: 48px;
  height: 48px;
  display: flex;
  padding: 8px 0 0;
  background: #575a5f;
  color: #fff;
  border-radius: 4px;
  box-shadow: 0 0 0 1px #fff;
  cursor: pointer;
}
.gnavi-btn span,
.gnavi-btn span::before,
.gnavi-btn span::after {
  text-indent: -9999px;
  position: absolute;
  right: 8px;
  height: 2px;
  width: 32px;
  background: #fff;
  display: block;
  content: "";
  transition: all 0.3s ease-out;
}
.gnavi-btn span::before {
  right: 0;
  bottom: -8px;
}
.gnavi-btn span::after {
  right: 0;
  bottom: -16px;
}
.gnavi-btn::after {
  margin-top: 22px;
  width: 48px;
  display: inline-block;
  content: "MENU";
  font-size: 1rem;
  text-align: center;
}
.gnavi-btn:hover {
  text-decoration: none;
  opacity: 0.9;
}
.gnavi-btn.is-active::after {
  content: "CLOSE";
}
.gnavi-btn.is-active span {
  transform: rotate(-45deg);
  top: 16px;
}
.gnavi-btn.is-active span::before {
  display: none;
}
.gnavi-btn.is-active span::after {
  bottom: 0;
  transform: rotate(90deg);
}
.gnavi-menu {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  background: #72b8da;
  text-align: center;
  overflow: auto;
}
.gnavi-menu a {
  color: #fff;
}
.gnavi-menu a::before {
  border-color: #3073bb;
}
.gnavi-menu dt {
  font-weight: bold;
}
.gnavi-menu dd {
  margin: 0;
}
.gnavi-menu .close::before, .gnavi-menu .close::after {
  background: #3073bb !important;
}
.gnavi-menu nav {
  max-height: 100%;
  margin: 0;
}

.gnav-toggle-btn {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: column-reverse;
  background-color: #fff;
  border-radius: 3px;
  position: fixed;
  top: 8px;
  right: 8px;
  z-index: 11;
  width: 48px;
  height: 48px;
  padding: 8px 0 4px;
  border: none;
  cursor: pointer;
  outline: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.gnav-toggle-btn:focus {
  outline: revert;
}

.gnav-toggle-btn-label {
  color: #8bc21f;
  font-size: 10px;
  font-weight: bold;
  text-align: center;
}

.gnav-toggle-btn-lines {
  width: 34px;
  height: 20px;
  position: relative;
}
.gnav-toggle-btn-lines span {
  background: rgb(200, 200, 200);
  background: linear-gradient(90deg, rgb(139, 194, 31) 0%, rgb(139, 194, 31) 12%, rgb(255, 255, 255) 12%, rgb(255, 255, 255) 21%, rgb(200, 200, 200) 21%, rgb(200, 200, 200) 100%);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 4px;
  transition: transform 0.2s, margin 0.2s, opacity 0.2s, background-color 0.2s;
}
.gnav-toggle-btn-lines span:nth-child(1) {
  margin-top: -8px;
}
.gnav-toggle-btn[data-open=true] .gnav-toggle-btn-lines span:nth-child(1) {
  margin: 0;
  transform: translate(-50%, -50%) rotate(45deg);
  background: rgb(200, 200, 200);
}

.gnav-toggle-btn[data-open=true] .gnav-toggle-btn-lines span:nth-child(2) {
  opacity: 0;
}

.gnav-toggle-btn-lines span:nth-child(3) {
  margin-top: 8px;
}
.gnav-toggle-btn[data-open=true] .gnav-toggle-btn-lines span:nth-child(3) {
  margin: 0;
  transform: translate(-50%, -50%) rotate(-45deg);
  background: rgb(200, 200, 200);
}

/* _header.scss -------------------------------------------------- */
.header {
  z-index: 8;
  border-bottom: 1px solid #c0c1c5;
}
.header-logo {
  margin: 0;
  font-size: 0;
}
.header-base {
  width: 100%;
  z-index: 8;
  border-bottom: solid #e2e6e9 1px;
}
.top .header-base {
  position: absolute;
  top: 0;
  left: 0;
  border-bottom: 0px;
}

/* _top.scss -------------------------------------------------- */
.top-kv {
  position: relative;
}
.top-kv::after {
  content: "";
  background: linear-gradient(#5cb3e0, rgba(255, 255, 255, 0));
  width: 100%;
  height: 160px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.top-kv-list {
  margin: 0;
}

.service-area .swiper-pagination-bullet {
  background: #c0c1c5 !important;
}
.service-list {
  margin: 0;
}
.service-list > li a {
  color: #393b3f;
}
.service-list > li a:hover {
  text-decoration: none;
}
.service-list > li a:hover .service-list-block {
  background: #d5eaf4;
}
.service-list-block {
  background: #fff;
  height: 100%;
  display: flex;
  flex-direction: column;
}
.service-list-block .imgFit, .service-list-block .imgCont {
  padding-top: 50%;
}
.service-list-info {
  flex: 1 auto;
  display: flex;
  flex-direction: column;
}
.service-list-info .name {
  font-weight: bold;
  text-align: center;
}
.service-list-info .text {
  flex: 1 auto;
}
.service-bnr {
  background: #f8f9fa;
}
.service-bnr-list {
  display: flex;
  margin: 0;
  text-align: center;
}
.service-bnr-list a {
  display: block;
}

.info-list {
  border-top: 1px solid #e2e6e9;
}
.top .info-list {
  border-top: none;
}
.info-list > li {
  display: flex;
  border-bottom: 1px solid #e2e6e9;
}
.info-list > li a {
  width: 100%;
  display: flex;
  color: #393b3f;
}
.info-list > li a:hover {
  background: #d5eaf4;
  text-decoration: none;
}
.info-list > li a .info-list-text {
  color: #0778a4;
}
.info-list p {
  margin: 0;
}
.info-list-text {
  flex: 1 0 0%;
}

.sumi-top-ttl {
  text-align: center;
}
.sumi-top-ttl img {
  display: block;
  margin: 0;
}
.sumi-top .estate-block {
  background: #fff;
}
.sumi-top .estate-info .name::after {
  background: #eff0f2;
}

.recommend-list {
  display: flex;
  flex-wrap: wrap;
  font-weight: bold;
  text-align: center;
}
.recommend-list a {
  display: block;
  color: #393b3f;
  border-radius: 4px;
}
.recommend-list a:hover {
  text-decoration: none;
  background: #d5eaf4;
}
.recommend-list figure {
  margin: 0;
  padding: 0;
  border-radius: 4px;
}
.recommend-list figure img {
  border-radius: 4px;
}

.captioninfo {
  margin: 0;
}
.captioninfo dt {
  font-size: 1.4rem;
}
.captioninfo dd {
  font-size: 1.4rem;
  margin-inline-start: 0;
}

/* _remodalstyle.scss -------------------------------------------------- */
.remodal button {
  cursor: pointer;
}
.remodal button:hover {
  opacity: 0.8;
}
.remodal .mainBlock {
  display: flex;
  align-items: center;
  justify-content: center;
}
.remodal .remodal-close {
  z-index: 9999;
  text-indent: -9999px;
}
.remodal .remodal-close::before, .remodal .remodal-close::after {
  display: block;
  content: "";
  width: 30px;
  height: 2px;
  background: #c0c1c5;
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  left: 2px;
  margin-top: -1px;
}
.remodal .remodal-close::after {
  transform: rotate(135deg);
}
.remodal .madori {
  background: #fff;
}

/* _form.scss -------------------------------------------------- */
form {
  margin: 0;
  padding: 0;
  display: inline;
}

fieldset {
  margin: 0;
  padding: 0;
  border: none;
}

:-moz-placeholder-shown {
  color: #aaa;
}

:placeholder-shown {
  color: #aaa;
}

::-webkit-input-placeholder {
  color: #aaa;
}

::-moz-placeholder {
  color: #aaa;
}

:-ms-input-placeholder {
  color: #aaa;
}

input {
  font-size: 1.6rem;
  font-weight: 500;
  font-family: -apple-system-body, blinkMacSystemFont, "Helvetica Neue", Arial, "游ゴシック", YuGothic, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
}
input[type=text], input[type=password], input[type=tel], input[type=email], input[type=search], input[type=date] {
  height: 48px;
  padding: 0 12px;
  line-height: 38px;
  border: 1px solid #ccc;
  border-radius: 4px;
}
input[type=text]:focus, input[type=password]:focus, input[type=tel]:focus, input[type=email]:focus, input[type=search]:focus, input[type=date]:focus {
  outline: none;
  border-color: #3073bb;
  box-shadow: 0 0 1px 1px #3073bb;
}
input[type=text][disabled] {
  background: #f6f6f6;
  color: #aaa;
}
input[type=submit], input[type=button] {
  -webkit-appearance: none;
}
div:not(.requiredItem) input.requiredItem {
  background: rgba(255, 51, 51, 0.1);
}

textarea {
  font-size: 1.6rem;
  font-weight: 500;
  font-family: -apple-system-body, blinkMacSystemFont, "Helvetica Neue", Arial, "游ゴシック", YuGothic, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  width: 100%;
  height: 8em;
  padding: 12px;
  border: 1px solid #ccc;
  border-radius: 4px;
}
div:not(.requiredItem) textarea.requiredItem {
  background: rgba(255, 51, 51, 0.1);
}
textarea:focus {
  outline: none;
  border-color: #3073bb;
  box-shadow: 0 0 1px 1px #3073bb;
}

select {
  font-size: 1.6rem;
  font-weight: 500;
  font-family: -apple-system-body, blinkMacSystemFont, "Helvetica Neue", Arial, "游ゴシック", YuGothic, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  width: 100%;
  height: 48px;
  margin: 0;
  padding: 0 32px 0 12px;
  color: #1f1f1f;
  border: 1px solid #ccc;
  border-radius: 4px;
  background: transparent;
  position: relative;
  z-index: 1;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
select::-ms-expand {
  display: none;
}
select:focus {
  outline: none;
  border-color: #3073bb;
  box-shadow: 0 0 1px 1px #3073bb;
}

.selectLabelArea {
  position: relative;
  display: inline-block;
  background: #fff;
  border-radius: 4px;
}
.selectLabelArea::before {
  width: 24px;
  height: calc(100% - 2px);
  content: "";
  position: absolute;
  z-index: 0;
  top: 1px;
  right: 1px;
  background: #fff;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.selectLabelArea::after {
  width: 0;
  height: 0;
  margin: auto 0;
  content: "";
  position: absolute;
  z-index: 1;
  top: 0;
  bottom: 0;
  right: 12px;
  border-style: solid;
  border-width: 6px 4px 0 4px;
  border-color: #393b3f transparent transparent transparent;
}
div:not(.requiredItem) .selectLabelArea.requiredItem select {
  background: rgba(255, 51, 51, 0.1);
}

label {
  position: relative;
  cursor: pointer;
}

.radio,
.checkbox,
.radio:active,
.checkbox:active {
  width: 100%;
  padding: 3px 7px 3px 11px;
  display: inline-block;
  background: #f6f6f6;
  border: 1px solid #f6f6f6;
  color: #1f1f1f;
  line-height: 1;
  border-radius: 4px;
}
.radio span,
.checkbox span,
.radio:active span,
.checkbox:active span {
  margin-right: 8px;
}
div:not(.requiredItem) .radio.requiredItem,
div:not(.requiredItem) .checkbox.requiredItem,
div:not(.requiredItem) .radio:active.requiredItem,
div:not(.requiredItem) .checkbox:active.requiredItem {
  background: rgba(255, 51, 51, 0.1);
  border: 1px solid rgba(255, 51, 51, 0.01);
}

.checkbox span,
.radio span {
  position: relative;
  display: inline-block;
  min-height: 20px;
  padding: 16px 0 16px 28px;
}
.checkbox input[type=checkbox],
.radio input[type=checkbox] {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}
.checkbox input[type=checkbox] + span::before,
.checkbox input[type=checkbox] + span::after,
.radio input[type=checkbox] + span::before,
.radio input[type=checkbox] + span::after {
  position: absolute;
  top: 13px;
  left: 0;
  display: inline-block;
  content: "";
  box-sizing: border-box;
}
.checkbox input[type=checkbox] + span::before,
.radio input[type=checkbox] + span::before {
  width: 20px;
  height: 20px;
  z-index: 0;
  background-color: #fff;
  border: solid #ccc 1px;
  border-radius: 4px;
}
.checkbox input[type=checkbox] + span::after,
.radio input[type=checkbox] + span::after {
  width: 6px;
  height: 12px;
  margin: 2px 7px;
  z-index: 1;
}
.checkbox input[type=checkbox]:checked + span::before,
.radio input[type=checkbox]:checked + span::before {
  background: #3073bb;
  border: solid #3073bb 1px;
}
.checkbox input[type=checkbox]:checked + span::after,
.radio input[type=checkbox]:checked + span::after {
  border: 2px solid #fff;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}
.checkbox input[type=radio],
.radio input[type=radio] {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}
.checkbox input[type=radio] + span::before,
.checkbox input[type=radio] + span::after,
.radio input[type=radio] + span::before,
.radio input[type=radio] + span::after {
  position: absolute;
  top: 13px;
  left: 0;
  display: inline-block;
  content: "";
  box-sizing: border-box;
}
.checkbox input[type=radio] + span::before,
.radio input[type=radio] + span::before {
  width: 20px;
  height: 20px;
  z-index: 0;
  background-color: #fff;
  border: solid #ccc 1px;
  border-radius: 50%;
}
.checkbox input[type=radio]:checked + span::before,
.radio input[type=radio]:checked + span::before {
  background: #fff;
}
.checkbox input[type=radio]:checked + span::after,
.radio input[type=radio]:checked + span::after {
  width: 14px;
  height: 14px;
  background: #3073bb;
  border-radius: 50%;
  top: 16px;
  left: 3px;
}
.checkbox input,
.radio input {
  margin: 0 !important;
}

.checkbox2 {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 48px;
  padding: 12px 28px 12px 12px;
}
.checkbox2 + a {
  padding: 14px 16px 13px 0;
}
.checkbox2 span {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  vertical-align: top;
}
.checkbox2 input[type=checkbox] {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}
.checkbox2 input[type=checkbox] + span::before,
.checkbox2 input[type=checkbox] + span::after {
  position: absolute;
  top: 1px;
  left: 0;
  display: inline-block;
  content: "";
  box-sizing: border-box;
}
.checkbox2 input[type=checkbox] + span::before {
  width: 20px;
  height: 20px;
  z-index: 0;
  background-color: #fff;
  border: solid #ccc 1px;
  border-radius: 4px;
}
.checkbox2 input[type=checkbox] + span::after {
  width: 6px;
  height: 12px;
  margin: 2px 7px;
  z-index: 1;
}
.checkbox2 input[type=checkbox]:checked + span::before {
  background: #3073bb;
  border: solid #3073bb 1px;
}
.checkbox2 input[type=checkbox]:checked + span::after {
  border: 2px solid #fff;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

.normalForm {
  border-bottom: 1px solid #c0c1c5;
}
.normalForm .fieldset {
  border-top: 1px solid #c0c1c5;
}
.normalForm .fieldset .legend {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  background: #eff0f2;
  color: #1f1f1f;
  font-weight: bold;
  position: relative;
}
.normalForm .fieldset .legend legend {
  flex: 1 0 0%;
}
.normalForm .fieldset.requiredItem {
  background: rgba(255, 51, 51, 0.2);
}
.normalForm .label-form, .normalForm .label-req {
  margin: 0 0 0 0.5em;
  padding: 6px 0;
  width: 4em;
  background: #76797e;
  color: #fff;
  font-size: 1.2rem;
  line-height: 1;
  text-align: center;
}
.normalForm .label-req {
  background: #ff3333;
}
.normalForm .inputArea p {
  margin: 0 8px 8px 0;
}
.normalForm .inputArea textarea,
.normalForm .inputArea .selectLabelArea,
.normalForm .inputArea input {
  margin: 0 8px 12px 0;
}
.normalForm .inputArea li {
  margin-bottom: 8px;
}
.normalForm .itemArea {
  margin: 0;
}
.normalForm .itemArea dt {
  color: #1f1f1f;
}

.errText {
  color: #ff3333;
  font-weight: bold;
  position: relative;
}
.errText::before {
  display: inline-block;
  margin: 0 0.5em 0 0;
  padding: 2px 7px 0;
  content: "!";
  color: #fff;
  line-height: 1;
  width: 18px;
  height: 18px;
  background: #ff3333;
  border-radius: 50%;
}

.inputFull {
  width: 100% !important;
}

.input400 {
  width: 400px;
}

.input300 {
  width: 300px;
}

.input200 {
  width: 200px;
}

.input150 {
  width: 150px;
}

.input100 {
  width: 100px;
}

.formList {
  display: flex;
  flex-wrap: wrap;
}
.formList li {
  padding: 0;
  width: 100%;
}

.msgArea {
  background: #f3f2ed;
}
.msgArea-ttl {
  font-weight: bold;
  text-align: center;
}
.msgArea.err {
  background: rgba(255, 51, 51, 0.1);
}
.msgArea.err .msgArea-ttl {
  color: #ff3333;
}

.prvList {
  margin: 0;
}
.prvList dt {
  font-weight: bold;
}

/* _table.scss -------------------------------------------------- */
.outline-table {
  width: 100%;
}
.outline-table th {
  background: #eff0f2;
  color: #1f1f1f;
  text-align: left;
  vertical-align: top;
}

.rsv-table {
  width: 100%;
  text-align: center;
}
.rsv-table .sat {
  color: #3073bb;
}
.rsv-table .sun {
  color: #b20000;
}
.rsv-table .status {
  color: #ccc;
  font-weight: bold;
}
.rsv-table th {
  font-weight: 500;
}
.rsv-table tbody td {
  border-top: 1px solid #c0c1c5;
}
.rsv-table tbody td:not(:first-child) {
  border-left: 1px solid #c0c1c5;
}

.maint-table {
  width: 100%;
  text-align: center;
}
.maint-table th {
  font-weight: 500;
}
.maint-table tbody td {
  border: 1px solid #c0c1c5;
}
.maint-table tbody td:first-child {
  border-left: none;
}
.maint-table tbody td:last-child {
  border-right: none;
}

.small-image {
  position: relative;
  display: inline-block;
}

.small-image::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -2px;
  width: 100%;
  height: 2px;
  background-color: #eb6f3c; /* アンダーラインの色を指定 */
}

/* _estate.scss -------------------------------------------------- */
.estate-list .estate-link {
  display: block;
}
.estate-list a {
  color: #393b3f !important;
  text-decoration: none !important;
}
.estate-list a:hover .estate-block {
  background: #d5eaf4;
  transition: all 0.2s ease;
}
.estate-list a .thumb-icon-list {
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
}
.estate-list a .thumb-icon-list > * {
  margin-left: 6px;
  width: 70px;
}
.estate-list.-tateuri > li .add {
  color: #76797e;
}
.estate-list.-tateuri > li .add .area-set {
  display: flex;
  align-items: flex-start;
  margin-top: 4px;
}
.estate-list.-tateuri > li .add .area-set svg {
  flex-shrink: 0;
  width: 18px;
  height: 18px;
  margin-right: 10px;
  margin-top: 4px;
}
.estate-list.-tateuri > li .add .area-set .area-text {
  flex-grow: 1;
}
.estate-list.-tateuri > li .add .area-set .area-text p {
  margin: 4px 0 0;
  line-height: 1.4em;
}
.estate-list.-tateuri > li .btn-block {
  display: block;
  position: relative;
}
.estate-list.-tateuri > li .btn-block .actionBtn01 {
  font-size: 1.8rem;
}
.estate-list.-tateuri > li .btn-block.-bubble .bubble {
  margin: 0;
  position: absolute;
  top: 0;
  right: 8px;
  z-index: 1;
}
.estate-list.-tateuri > li .btn-block.-bubble .actionBtn01 {
  margin: 0;
}
.estate-block {
  background: #eff0f2;
  transition: all 0.2s ease;
}
.estate-info .name {
  color: #1f1f1f;
  font-size: 1.8rem;
  line-height: 1.4;
  font-weight: bold;
  position: relative;
}
.estate-info .name::after {
  content: "";
  width: 100px;
  height: 2px;
  background: #fff;
  position: absolute;
  left: 0;
  bottom: 0;
}
.estate-info .madori {
  margin: 0;
  color: #395071;
  font-weight: bold;
}
.estate-info .add {
  color: #76797e;
  font-size: 1.2rem;
  line-height: 1.2;
}
.estate-ico {
  display: flex;
}
.estate-ico-text {
  flex: 1 0 0%;
}
.estate-ico-img {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  border: 1px solid #c0c1c5;
  border-radius: 50%;
  margin: 4px 0 0 16px;
  width: 48px;
  height: 48px;
}
.estate-data {
  font-size: 1.4rem;
}
.estate-data > li {
  margin-bottom: 8px;
  margin-left: 28px;
  text-indent: -28px;
}
.estate-data > li.box {
  margin-left: 0;
  text-indent: 0;
}
.estate-facility {
  display: flex;
  flex-wrap: wrap;
}
.estate-facility > li {
  margin: 4px 4px 0 0;
  padding: 1px 4px;
  background: #f8f9fa;
  color: #76797e;
  font-size: 1rem;
}
.estate-faq {
  margin-top: 40px;
}
.estate-faq .faq-item > dt {
  flex: 0 0 auto;
  margin-right: 15px;
}
.estate-aria-desc {
  font-size: 14px;
  margin-top: 40px;
}

.youtube {
  position: relative;
  width: 100%;
}
.youtube iframe {
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
}
.youtube.-tate {
  max-width: 400px;
  margin: 0 auto;
}
.youtube.-tate iframe {
  aspect-ratio: 542/964;
}
.youtube.-sddefault {
  max-width: 680px;
  margin: 0 auto;
}
.youtube.-sddefault iframe {
  aspect-ratio: 542/964;
}
.youtube_ico {
  width: 64px;
  height: 64px;
  fill: #e2041b;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
}
.youtube_time {
  position: absolute;
  right: 0;
  bottom: 0;
  margin: 0 !important;
  padding: 4px 16px;
  background: rgba(0, 0, 0, 0.9);
  color: #fff;
  font-size: 1.4rem;
  border-top: 1px solid rgba(255, 255, 255, 0.3);
  border-left: 1px solid rgba(255, 255, 255, 0.3);
}
.youtube_time.-sddefault {
  right: 40px;
}

.detail-youtube iframe {
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
}
.detail-column {
  position: relative;
}
.detail-column .menu-tab {
  position: sticky;
  z-index: 2;
}
.detail-info {
  color: #1f1f1f;
}
.detail-info > li {
  text-indent: -28px;
  margin-left: 28px;
}
.detail-info > li .sub {
  margin-left: 28px;
}
.detail-info > li.has-link > span {
  padding-right: 0.5em;
}
.detail-info > li.has-link > a {
  padding-right: 0.5em;
  text-decoration: underline;
  text-underline-offset: 0.2em;
}
.detail-info > li.has-link > a:hover {
  text-decoration: none;
}
.detail-info > li.has-link > a:last-of-type {
  padding-right: 0;
}
.detail-info > li.map, .detail-info > li.vr {
  display: flex;
  align-items: center;
}
.detail-info > li.map > .link-label > a, .detail-info > li.vr > .link-label > a {
  color: inherit;
  text-decoration: underline;
  text-underline-offset: 0.2em;
}
.detail-info > li.map > .link-label > a:hover, .detail-info > li.vr > .link-label > a:hover {
  text-decoration: none;
}
.detail-info > li .mapBtn {
  text-indent: 0;
}
.detail-info p {
  margin: 0;
}
.detail-info p:not(.mapBtn) {
  flex: 1 0 0%;
}
.detail-info .vr-btn.submitBtn01 {
  background-color: #FCF001;
  border: none;
  padding: 9px 4px 8px;
}
.detail-ttl {
  font-weight: bold;
  text-align: center;
}
.detail-Gmap {
  background: #eff0f2;
  position: relative;
}
.detail-location {
  display: flex;
  flex-wrap: wrap;
}
.detail-location p.data {
  color: #76797e;
  text-align: right;
  line-height: 1;
}
.detail-location p.ttl {
  display: inline;
  color: #1f1f1f;
  font-weight: bold;
}
.detail-location p.date {
  display: inline-block;
}
.detail-location_text {
  border-bottom: 1px solid #eff0f2;
}
.detail-location_text > li {
  border-top: 1px solid #eff0f2;
}
.detail-location_text dl {
  display: flex;
  align-items: flex-start;
}
.detail-location_text dt {
  width: 5em;
  background: #eff0f2;
  text-align: center;
}
.detail-location_text dd {
  flex: 1 0 0%;
}
.detail-nav-ttl {
  font-weight: bold;
}
.detail-nav ul {
  margin: 0;
  display: flex;
  flex-wrap: wrap;
}
.detail-nav li {
  border: 1px solid #c0c1c5;
  background: #e2e6e9;
  color: #76797e;
  border-radius: 4px;
}
.detail-nav li a {
  display: block;
  background: #fff;
  border-radius: 4px;
  color: #393b3f;
  font-weight: bold;
}
.detail-nav li a:hover {
  text-decoration: none;
  background: #72b8da;
  color: #fff;
}
.detail-nav li.cr {
  background: #72b8da;
  color: #fff;
  border-color: #72b8da;
}
.detail-nav li.cr a {
  background: #72b8da;
  color: #fff;
}

.kukaku-info {
  background: #e2e6e9;
  display: flex;
}
.kukaku-info > dt {
  color: #1f1f1f;
}
.kukaku-info.kukaku-acTriger:hover {
  background: #d5eaf4;
}
.kukaku-data dl {
  display: flex;
}
.kukaku-data dd {
  color: #575a5f;
  font-weight: bold;
}
.kukaku-detail .madori-zu {
  border: 1px solid #c0c1c5;
  text-align: center;
}
.kukaku-detail .madori-zu a {
  display: block;
}
.kukaku-ico svg {
  fill: #395071;
}

.desc-inner {
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}

.desc-full {
  max-width: 1160px;
  margin: 40px auto 0;
  padding: 0 8px;
}

.consultation-list > div + * {
  margin-top: 2em;
}
.consultation-list > div dt {
  font-weight: bold;
}
.consultation-list > div dd {
  margin-top: 0.5em;
  margin-left: 0;
}

.basicAreaTateuri {
  display: block;
  padding: 40px 0;
}

.gray-list {
  margin: 0;
}
.gray-list > li {
  display: flex;
}
.gray-list a {
  display: block;
  background: #eff0f2;
  color: #393b3f;
}
.gray-list a:hover {
  background: #d5eaf4;
  text-decoration: none;
}
.gray-list dt {
  font-weight: bold;
}
.gray-list dt .sub {
  display: block;
  color: #76797e;
  font-weight: 500;
}
.gray-list dt::after {
  content: "";
  width: 8px;
  height: 8px;
  border-top: 2px solid #72b8da;
  border-right: 2px solid #72b8da;
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  margin-top: -4px;
}
.gray-list dd {
  margin: 0;
}

.shc-ttl {
  color: #72b8da;
  text-align: center;
}
.shc-ttl img {
  display: block;
  margin: 0 auto;
}
.shc-copy {
  color: #1f1f1f;
  text-align: center;
}
.shc-concept {
  background: #575a5f;
  color: #fff;
  background: url("../img/tateuri/bg_concept.jpg") no-repeat;
  background-size: cover;
  background-position: center top;
}
.shc-concept .ttl02 {
  color: #fff;
}
.shc-concept .ttl02 .en {
  color: #fff;
}
.shc-concept-in {
  background: rgba(87, 90, 95, 0.6);
}
.shc-katachi-ttl {
  font-weight: 400;
  text-align: center;
}
.shc-katachi-in figure {
  margin: 0;
}
.shc-gselect-ttl {
  text-align: center;
}
.shc-gselect-text {
  color: #1f1f1f;
  text-align: center;
}
.shc-gselect-list {
  display: flex;
  text-align: center;
  color: #1f1f1f;
}
.shc-gselect-list figure {
  margin: 0;
}
.shc-gselect-list p {
  margin: 0;
}
.shc-gselect-list .glow {
  background: #c2c294;
}
.shc-gselect-list .with {
  background: #edadad;
}
.shc-gselect-list .smart {
  background: #8dccde;
}
.shc-gselect-point p {
  margin: 0;
}
.shc-gselect-point .combo {
  display: flex;
  align-items: center;
  justify-content: center;
}
.shc-gselect-point .combo-x {
  transform: rotate(-45deg);
  width: 100px;
  height: 100px;
  margin: 16px;
  font-size: 0;
  position: relative;
}
.shc-gselect-point .combo-x::before {
  content: "";
  width: 100px;
  height: 4px;
  background: #e2e6e9;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.shc-gselect-point .combo-x::after {
  content: "";
  width: 4px;
  height: 100px;
  background: #e2e6e9;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

.city-list > li {
  display: flex;
  align-items: flex-start;
}
.city-list dl {
  flex: 1 0 0%;
}
.city-list dt {
  font-weight: bold;
}
.city-list dt .sub {
  display: block;
  color: #76797e;
  font-weight: 500;
}
.city-list dd {
  margin: 0;
}

.tenji-head_info .pName {
  background: #eff0f2;
  display: flex;
  line-height: 1.4;
}
.tenji-head_info .pName dt {
  width: 3.5em;
  font-weight: bold;
}
.tenji-head_info .pName dd {
  flex: 1 0 0%;
  margin: 0;
}
.tenji-equList {
  display: flex;
  flex-wrap: wrap;
}
.tenji-equList > li {
  background: #d5eaf4;
  margin: 4px 4px 0 0;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.tenji-rsv-data {
  background: #fff;
}
.tenji-rsv-data dt {
  color: #1f1f1f;
  font-weight: bold;
  text-align: center;
}
.tenji-rsv-data dt svg {
  fill: #c0c1c5;
}
.tenji-rsv-data dd {
  margin: 0;
}
.tenji-about-vr .ttl {
  color: #72b8da;
  font-weight: bold;
  text-align: center;
}
.tenji-madori .madori-wrapper {
  position: relative;
}
.tenji-madori .madori-list {
  text-align: center;
}
.tenji-madori .madori-list a {
  color: #393b3f;
}
.tenji-madori .madori-list a:hover {
  text-decoration: none;
}
.tenji-madori .madori-list .madori {
  background: #fff;
  border: 1px solid #c0c1c5;
}
.tenji-madori .madori-list .ttl {
  font-weight: bold;
  text-align: center;
}
.tenji-covid {
  background: #f3f2ed;
  text-align: center;
}
.tenji-covid dd {
  margin: 0;
}
.tenji-covid .covid-ttl {
  font-weight: bold;
}
.tenji-covid .covid-ttl strong {
  display: block;
}
.tenji-covid_ini {
  background: #fff;
  font-weight: bold;
  border-radius: 8px;
}
.tenji-covid_ini dt {
  color: #395071;
  font-weight: bold;
}
.tenji-covid_ini .ini-list {
  display: flex;
  justify-content: center;
  color: #72b8da;
}
.tenji-covid .text {
  font-weight: bold;
  opacity: 0.6;
}
.tenji-covid_merit {
  font-weight: bold;
}
.tenji-covid_merit dt {
  color: #3073bb;
  font-weight: bold;
}
.tenji-covid_merit dt strong {
  color: #eb6f3c;
}
.tenji-covid_merit .merit-list {
  display: flex;
  justify-content: center;
}
.tenji-covid_merit .merit-list > li {
  background: #fff;
  color: #eb6f3c;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.tenji-voice .text {
  background: #d5eaf4;
  border-radius: 4px;
}
.tenji-voice > li {
  display: flex;
}
.tenji-voice > li::before {
  display: block;
  content: "";
  width: 60px;
  height: 60px;
  background: url("../img/ico/ico_people01.png");
  background-size: 60px 60px;
}
.tenji-voice > li.ico-w::before {
  background: url("../img/ico/ico_people02.png");
  background-size: 60px 60px;
}
.tenji-voice > li:nth-child(2n) {
  flex-direction: row-reverse;
}
.tenji-voice > li .text {
  flex: 1 0 0%;
}

.event-cont .date {
  margin-bottom: 0;
  color: #939599;
  text-align: right;
}

.sumi-data .kukaku-data::before {
  margin-bottom: 8px;
  display: inline-block;
  content: "";
  width: 320px;
  max-width: 100%;
  height: 2px;
  background: #eff0f2;
}
.sumi-price {
  display: flex;
}
.sumi-price dl {
  display: flex;
}
.sumi-info .madorizu {
  border: 1px solid #e2e6e9;
}

.related-list {
  margin: 0;
}
.related-list .block {
  margin: 0;
  border: 1px solid #c0c1c5;
  display: flex;
}
.related-list a {
  flex: 1 0 0%;
  display: flex;
  color: #393b3f;
  transition: all 0.2s ease;
}
.related-list a:hover {
  background: #d5eaf4;
  text-decoration: none;
  transition: all 0.2s ease;
}
.related-list figure {
  padding: 0;
}
.related-list-block {
  flex: 1 0 0%;
  display: flex;
}
.related-list-info {
  flex: 1 0 0%;
  display: flex;
  flex-direction: column;
  padding: 16px;
}
.related-list-info .name {
  margin: 0 0 8px;
  font-size: 1.8rem;
  line-height: 1.2;
}
.related-list-info .price {
  margin: auto 0 0;
  line-height: 1.2;
}
.related-list-info .add {
  margin: 8px 0 0;
  color: #76797e;
  font-size: 1.2rem;
  line-height: 1.2;
}

/* _estate_kukaku.scss -------------------------------------------------- */
.kukaku-data .kukaku-data-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0px;
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.kukaku-data .kukaku-data-list li {
  box-sizing: border-box;
}
.kukaku-data .kukaku-data-list p {
  color: #76797e;
  font-size: 1.2rem;
  margin: 0px;
}

.kukaku-data .kukaku-data-list dd, .kukaku-data .kukaku-data-list dt {
  margin: 0;
}

.theta-block .theta-list a:visited {
  color: #000000;
}
.theta-block .theta-list span {
  font-weight: bold;
}
.theta-block .theta-Btn {
  display: block;
  line-height: 28px;
  text-align: left;
  font-weight: normal;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1);
  border-radius: 4px;
  box-sizing: border-box;
  border: 1px solid transparent;
  position: relative;
  text-decoration: none;
  color: #000000;
  background: #fff;
}
.theta-block .theta-Btn svg {
  width: 50px;
  height: 40px;
  margin-left: 8px;
  fill: #0778a4;
  color: #0778a4;
}
.theta-block .theta-Btn svg:last-child {
  width: 25px;
  height: 25px;
  position: absolute;
  bottom: 60%;
  left: 88%;
  fill: #707070;
}
.theta-block .theta-Btn:hover {
  background: #fff;
  border: 1px solid #3073BB;
  text-decoration: none;
}

/* _reform.scss -------------------------------------------------- */
.zoomIco-white::after {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA2NCA2NCI+PHBhdGggZmlsbD0iI0ZGRiIgZD0iTTQ3LjA0LDM5LjA2NGEyNS40OSwyNS40OSwwLDEsMC03Ljk3Niw3Ljk3Nkw1Ni4wMjIsNjQsNjQsNTYuMDIzWm0tOS45NzItMmExNi4zOSwxNi4zOSwwLDEsMSwwLTIzLjE4QTE2LjQwNywxNi40MDcsMCwwLDEsMzcuMDY4LDM3LjA2OFoiLz48cG9seWdvbiBmaWxsPSIjRkZGIiBwb2ludHM9IjI4LjI2MSAxNS41IDIyLjI2MSAxNS41IDIyLjI2MSAyMiAxNS43NjEgMjIgMTUuNzYxIDI4IDIyLjI2MSAyOCAyMi4yNjEgMzQuNSAyOC4yNjEgMzQuNSAyOC4yNjEgMjggMzQuNzYxIDI4IDM0Ljc2MSAyMiAyOC4yNjEgMjIgMjguMjYxIDE1LjUiLz48L3N2Zz4=");
}

.ico_reform_type01 {
  background-image: url("../img/reform/ico_type01.png");
}

.ico_reform_type02 {
  background-image: url("../img/reform/ico_type02.png");
}

.ico_reform_type03 {
  background-image: url("../img/reform/ico_type03.png");
}

.ico_reform_theme01 {
  background-image: url("../img/reform/ico_theme01.png");
}

.ico_reform_theme02 {
  background-image: url("../img/reform/ico_theme02.png");
}

.ico_reform_theme03 {
  background-image: url("../img/reform/ico_theme03.png");
}

.ico_reform_theme04 {
  background-image: url("../img/reform/ico_theme04.png");
}

.bnr-Area-flex {
  display: flex;
  justify-content: center;
  padding: 0;
}
.bnr-Area-flex li {
  margin: 0 10px;
}

.reform-kodawari-header .ttl {
  text-align: center;
}
.reform-kodawari-header .img {
  margin: 0;
}
.reform-kodawari-detail:last-of-type {
  margin-bottom: 0;
}
.reform-kodawari-detail .annotation {
  color: #76797e;
}
.reform-kodawari-list > li .head {
  text-align: center;
}
.reform-kodawari-list > li .text {
  margin: 0;
}
.reform-theme-block:last-of-type {
  margin-bottom: 0;
}
.reform-theme-header .ttl {
  background-repeat: no-repeat;
  background-position: center top;
  text-align: center;
  letter-spacing: 0.1em;
}
.reform-theme-header .copy {
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
}
.reform-theme-header .text {
  margin: 0;
}
.reform-theme-header.-theme01 .copy {
  background-image: url("../img/reform/kv_theme01.jpg");
}
.reform-theme-header.-theme02 .copy {
  background-image: url("../img/reform/kv_theme02.jpg");
  justify-content: flex-end;
  text-align: right;
}
.reform-theme-header.-theme03 .copy {
  background-image: url("../img/reform/kv_theme03.jpg");
}
.reform-theme-header.-theme04 .copy {
  background-image: url("../img/reform/kv_theme04.jpg");
  justify-content: flex-end;
  text-align: right;
}
.reform-theme-detail .regarden-profile {
  background: #eff0f2;
}
.reform-theme-detail .regarden-profile .name {
  font-weight: bold;
}
.reform-theme-detail .regarden-profile .img {
  float: left;
}
.reform-theme-detail .regarden-profile .text {
  margin: 0;
}
.reform-theme-detail .regarden-profile::after {
  content: "";
  display: block;
  clear: both;
}
.reform-theme-detail .regarden-video > dt {
  margin: 0;
  text-align: center;
  font-weight: bold;
  line-height: 1.4;
}
.reform-theme-detail .regarden-video > dd {
  margin: 0;
}
.reform-theme-detail .regarden-video-list {
  display: flex;
  justify-content: space-between;
}
.reform-theme-item > dt {
  color: #3073bb;
  text-align: center;
}
.reform-theme-item .highlight {
  margin: 0 auto;
  background: #3073bb;
  color: #fff;
  text-align: center;
  display: block;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}
.reform-theme-item > dd {
  margin: 0;
}
.reform-theme-item .img-block .img-two {
  display: flex;
  justify-content: space-between;
}
.reform-theme-item .img-block .img {
  margin: 0;
}
.reform-theme-item .img-block .caption {
  color: #76797e;
  text-align: center;
  line-height: 1;
}
.reform-theme-item .text-block .head {
  margin: 0 0 4px;
  font-weight: bold;
  text-align: center;
}
.reform-theme-item .text-block .head + p {
  margin-top: 0;
}

.reformcase-filter dl {
  margin: 0;
}
.reformcase-filter dt {
  font-weight: bold;
  text-align: center;
}
.reformcase-filter dd {
  margin: 0;
}
.reformcase-filter ul {
  display: flex;
}
.reformcase-filter ul > li a {
  background-color: rgba(114, 184, 218, 0.2);
  color: #393b3f;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  background-repeat: no-repeat;
  position: relative;
  line-height: 1.2;
}
.reformcase-filter ul > li a:hover {
  text-decoration: none;
  background-color: #d5eaf4;
  transition: all 0.2s ease;
}
.reformcase-filter ul > li a::after {
  margin: 0 auto;
  left: 0;
  right: 0;
}
.reformcase-header {
  text-align: center;
}
.reformcase-header-no {
  color: #72b8da;
}
.reformcase-header-ttl {
  font-weight: bold;
}
.reformcase-header-copy {
  margin: 0;
}
.reformcase-outline-data {
  background: #eff0f2;
}
.reformcase-outline-data > dl {
  display: flex;
  flex-wrap: wrap;
}
.reformcase-outline-data > dl > dt {
  font-weight: bold;
}
.reformcase-outline-data .ico_reform {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.reformcase-outline-data .ico_reform > li {
  background-color: #fff;
  background-repeat: no-repeat;
  background-size: 40px 31px;
  display: flex;
  align-items: center;
  line-height: 1.2;
}
.reformcase-outline-mainimg {
  margin: 0;
}
.reformcase-outline-mainimg a {
  display: block;
}
.reformcase-outline-thumimg {
  display: flex;
  justify-content: center;
}
.reformcase-detail .head02 {
  text-align: center;
}
.reformcase-detail .reformba-block {
  margin: 0;
  padding: 0;
  list-style: none;
}
.reformcase-detail .reformba-block > li {
  position: relative;
}
.reformcase-detail .reformba-block > li figure {
  margin: 0;
  padding: 0;
}
.reformcase-detail .reformba-circle {
  background: #72b8da;
  color: #fff;
  border-radius: 50%;
  line-height: 1;
  font-weight: normal;
  font-family: "Montserrat", sans-serif;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  position: absolute;
  z-index: 10;
}

.case-list {
  display: flex;
  flex-wrap: wrap;
}
.case-list a {
  color: #393b3f;
  text-decoration: none;
}
.case-list a:hover {
  text-decoration: none;
}
.case-list a:hover .case-list-detail {
  background: #d5eaf4;
  transition: all 0.2s ease;
}
.case-list-detail {
  height: 100%;
  background: #eff0f2;
}
.case-list-detail .title {
  height: 3em;
  font-weight: normal;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  line-height: 1.5em;
}
.case-list-detail .no {
  color: #72b8da;
}
.case-list-tag {
  display: flex;
  flex-wrap: wrap;
}
.case-list-tag > li {
  background: #e2e6e9;
}
.case-message {
  background: #eff0f2;
}
.case-message .message-ttl {
  color: #c4ccd2;
  text-align: center;
  font-weight: normal;
  font-family: "Montserrat", sans-serif;
  line-height: 1;
}
.case-message .message-detail:last-of-type {
  margin: 0;
}
.case-message .message-detail > dt {
  background: #72b8da;
  color: #fff;
  text-align: center;
  font-weight: bold;
}
.case-message .message-detail > dd .right {
  display: block;
}
.case-nav {
  display: flex;
  align-items: center;
}
.case-nav-pref, .case-nav-next {
  margin: 0;
}
.case-nav-pref a, .case-nav-next a {
  width: 40px;
  height: 40px;
  display: block;
  background: #575a5f;
  position: relative;
}
.case-nav-pref a.disabled, .case-nav-next a.disabled {
  background: #e2e6e9;
  pointer-events: none;
}
.case-nav-pref a .hideT, .case-nav-next a .hideT {
  display: block;
}
.case-nav-pref a::after, .case-nav-next a::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  width: 16px;
  height: 16px;
  border-top: solid 4px #fff;
  border-right: solid 4px #fff;
  transform: rotate(-135deg);
  margin: auto;
  top: 0;
  bottom: 0;
  left: 5px;
  right: 0;
}
.case-nav-pref a:hover, .case-nav-next a:hover {
  background: #fff;
  border: solid #575a5f 1px;
}
.case-nav-pref a:hover::after, .case-nav-next a:hover::after {
  border-top-color: #575a5f;
  border-right-color: #575a5f;
}
.case-nav-next a::after {
  transform: rotate(45deg);
  left: 0;
  right: 5px;
}
.case-nav-here {
  font-weight: bold;
  color: #72b8da;
  text-align: center;
  line-height: 1;
}

.faq-list {
  padding: 0;
  border-top: dotted #c0c1c5 1px;
  list-style: none;
}
.faq-list:last-of-type {
  margin-bottom: 0;
}
.faq-list > li {
  margin: 0;
  border-bottom: dotted #c0c1c5 1px;
}
.faq-item {
  display: flex;
  justify-content: space-between;
}
.faq-item > dt {
  font-family: "Montserrat", sans-serif;
  line-height: 1;
  letter-spacing: 0.1em;
  text-align: right;
}
.faq-item > dd {
  margin: 0;
}
.faq-que > dt {
  color: #72b8da;
}
.faq-ans > dt {
  color: #76797e;
}

.reformcloudsign-kv .kv-ttl {
  color: #000;
}
.reformcloudsign-kv .kv-img {
  background: unset;
}
.reformcloudsign-header-ttl span {
  font-weight: bold;
  color: #1f1f1f;
  letter-spacing: 0.1em;
}
.reformcloudsign-header-linklist > li {
  position: relative;
  border: 1px solid #D2D2D2;
  border-radius: 2px;
}
.reformcloudsign-header-linklist > li a {
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.7;
  color: #1f1f1f;
}
.reformcloudsign-header-linklist > li a:hover {
  text-decoration: none;
  opacity: 0.7;
}
.reformcloudsign-header-linklist > li::after {
  position: absolute;
  z-index: 1;
  width: 17px;
  height: 10px;
  background: url(../img/reform/icon-arrow-bottom.svg) no-repeat;
  background-size: contain;
  content: "";
}
.reformcloudsign-ttl {
  font-weight: bold;
  color: #1f1f1f;
  letter-spacing: 0.07em;
}
.reformcloudsign-text {
  font-size: 1.6rem;
  font-weight: 500;
  color: #1f1f1f;
  letter-spacing: 0.05em;
  margin: -78px 0 96px;
}
.reformcloudsign-guide-block-ttl {
  font-weight: bold;
  letter-spacing: 0.07em;
  color: #3073bb;
}
.reformcloudsign-guide-block-ttl-sub {
  font-weight: bold;
  color: #1f1f1f;
}
.reformcloudsign-guide-block-text {
  font-weight: 500;
  letter-spacing: 0.05em;
  color: #1f1f1f;
  margin: 0;
}
.reformcloudsign-guide-block-text span {
  color: #DD0000;
}
.reformcloudsign-guide-block-text a {
  text-decoration: underline;
}
.reformcloudsign-guide-block-list {
  margin: 0 0 20px;
}
.reformcloudsign-guide-block-list > li {
  position: relative;
  font-weight: 500;
  color: #1f1f1f;
  margin-bottom: 5px;
}
.reformcloudsign-guide-block-list > li:before {
  position: absolute;
  content: "・";
  top: 0;
  left: 40px;
}
.reformcloudsign-guide-block table tr th {
  border: 1px solid #C4C4C4;
  font-weight: 500;
  text-align: left;
  background: #E9E8E3;
}
.reformcloudsign-guide-block table tr td {
  border: 1px solid #C4C4C4;
  font-weight: 500;
  background: #fff;
}
.reformcloudsign-guide-btn {
  width: 100%;
  margin: 0 auto;
  border: 1px solid #C4C4C4;
  background: #fff;
}
.reformcloudsign-flow-list {
  position: relative;
  padding-bottom: 80px;
}
.reformcloudsign-flow-list::before {
  position: absolute;
  content: "";
  width: 2px;
  background: #3073bb;
  top: 0;
  z-index: 1;
}
.reformcloudsign-flow-list::after {
  position: absolute;
  content: "";
  background: #3073bb;
  border-radius: 20px;
  bottom: 0;
  z-index: 1;
}
.reformcloudsign-flow-list > li {
  display: flex;
}
.reformcloudsign-flow-list-num {
  position: relative;
  font-weight: bold;
  text-align: center;
  color: #3073bb;
  background: #fff;
  z-index: 2;
}
.reformcloudsign-flow-list-ttl {
  font-weight: bold;
  color: #3073bb;
  letter-spacing: 0.07em;
}
.reformcloudsign-flow-list-text {
  font-weight: 500;
  color: #1f1f1f;
  margin: 0;
}
.reformcloudsign-flow-list-caption {
  font-weight: 500;
  color: #1f1f1f;
  text-indent: -1em;
  padding-left: 1em;
}
.reformcloudsign-setting-list {
  background: #fff;
  margin: 0 auto;
}
.reformcloudsign-setting-list > li {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.reformcloudsign-setting-list-ttl {
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.5;
  color: #1f1f1f;
}
.reformcloudsign-setting-list-btn a {
  display: block;
  width: 180px;
  height: 48px;
  padding: 8px;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.5;
  text-align: center;
  background: #fff;
  color: #1f1f1f;
  border: 1px solid #707070;
  border-radius: 4px;
}
.reformcloudsign-setting-list-btn a:hover {
  text-decoration: none;
  opacity: 0.7;
}
.reformcloudsign-confirm-linklist > li {
  position: relative;
  width: 100%;
  border: 1px solid #D2D2D2;
  border-radius: 2px;
}
.reformcloudsign-confirm-linklist > li a {
  display: block;
  width: 100%;
  height: 100%;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.19;
  color: #1f1f1f;
}
.reformcloudsign-confirm-linklist > li a:hover {
  text-decoration: none;
  opacity: 0.7;
}
.reformcloudsign-confirm-linklist > li::after {
  position: absolute;
  z-index: 1;
  width: 17px;
  height: 10px;
  background: url(../img/reform/icon-arrow-bottom.svg) no-repeat;
  background-size: contain;
  content: "";
}
.reformcloudsign-confirm-block-ttl {
  font-weight: bold;
  color: #3073bb;
}
.reformcloudsign-confirm-block-list > li {
  background: #fff;
}
.reformcloudsign-confirm-block-list-num {
  width: 110px;
  font-weight: 500;
  text-align: center;
  color: #fff;
  background: #3073bb;
  border-radius: 50px;
}
.reformcloudsign-confirm-block-list-text {
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1.67;
  color: #1f1f1f;
  letter-spacing: 0.1em;
  margin: 0;
}
.reformcloudsign-confirm-block-list-caption {
  font-weight: 500;
  color: #1f1f1f;
  text-indent: -1em;
  padding-left: 1em;
}
.reformcloudsign-confirm-block-text {
  position: relative;
  font-weight: bold;
  color: #1f1f1f;
  letter-spacing: 0.07em;
}
.reformcloudsign-confirm-block-text::before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 34px solid transparent;
  border-left: 34px solid transparent;
  border-top: 18px solid #3073bb;
  border-bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}

.reformcloudsignchk-header-ttl {
  font-weight: bold;
  line-height: 1.2;
  letter-spacing: 0.05em;
  color: #1f1f1f;
}
.reformcloudsignchk-header-text {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0.05em;
  color: #1f1f1f;
}
.reformcloudsignchk-content-ttl {
  font-weight: bold;
  letter-spacing: 0.07em;
  color: #3073bb;
}
.reformcloudsignchk-content-list > li {
  width: 100%;
  border: 1px solid #CECECE;
}
.reformcloudsignchk-content-list > li:last-of-type {
  margin: 0 auto;
}
.reformcloudsignchk-content-list > li label {
  position: relative;
  font-weight: bold;
  line-height: 1.8;
  letter-spacing: 0.1em;
  position: relative;
  padding-left: 78px;
  display: inline-block;
  cursor: pointer;
  margin: 12px 0;
}
.reformcloudsignchk-content-list > li label::before {
  position: absolute;
  content: "";
  width: 60px;
  height: 60px;
  top: -12px;
  left: 0;
  background: #F1F1F1;
}
.reformcloudsignchk-content-list > li label input {
  position: absolute;
  left: 0;
  top: 0.25em;
  opacity: 0;
}
.reformcloudsignchk-content-list > li label input:checked + i::before {
  opacity: 1;
}
.reformcloudsignchk-content-list > li label i {
  width: 26px;
  height: 26px;
  font-size: inherit;
  display: inline-flex;
  border: 1px solid #3073bb;
  background: #fff;
  border-radius: 6px;
  position: absolute;
  left: 17px;
  top: 5px;
}
.reformcloudsignchk-content-list > li label i::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  background: url(../img/reform/icon_checked.svg) no-repeat;
  background-size: contain;
}
.reformcloudsignchk-content-list-caption {
  margin: 22px 0 0;
}
.reformcloudsignchk-content-list-caption p {
  position: relative;
  font-size: 1.6rem;
  line-height: 1.6;
  letter-spacing: 0.07em;
  margin: 0 0 14px;
  padding-left: 28px;
}
.reformcloudsignchk-content-list-caption p:last-of-type {
  margin: 0;
}
.reformcloudsignchk-content-list-caption p::before {
  position: absolute;
  content: "※";
  top: 0;
  left: 0;
}
.reformcloudsignchk-btn .-large.actionBtn02 span {
  display: block;
  font-weight: 300;
  margin-bottom: 8px;
}
.reformcloudsignchk-btn .-large.actionBtn02.disabled {
  opacity: 0.3;
  cursor: not-allowed;
  pointer-events: none;
}

/* _sumitsugu.scss -------------------------------------------------- */
.sumi-ttl {
  color: #1f1f1f;
  font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
  font-weight: bold;
  text-align: center;
}
.sumi-menu {
  margin: 0;
  text-align: center;
}
.sumi-menu a {
  display: block;
  background: #eff0f2;
  color: #393b3f;
}
.sumi-menu a:hover {
  background: #d5eaf4;
  text-decoration: none;
}
.sumi-menu-ttl {
  color: #1f1f1f;
  font-weight: bold;
}
.sumi-menu-block p {
  margin: 0;
}
.sumi-list .copy {
  display: block;
  color: #76797e;
  font-weight: 500;
}
.sumi-list .flow-detail {
  overflow: hidden;
}
.sumi-list .flow-detail .img {
  float: right;
}
.sumi-list .flow-detail .text {
  margin: 0;
}

.sum-point {
  margin: 0;
  padding: 0;
  counter-reset: sum;
}
.sum-point > li {
  background: #f3f2ed;
  list-style: none;
}
.sum-point-ttl {
  display: flex;
  align-items: center;
  font-weight: bold;
}
.sum-point-ttl .no {
  background: #3073bb;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-weight: bold;
}
.sum-point-ttl .text {
  flex: 1 0 0%;
}
.sum-point-ttl .mini {
  display: block;
}
.sum-point-box {
  background: #fff;
  position: relative;
}
.sum-point-box .copy {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #3073bb;
  color: #fff;
  font-weight: bold;
  line-height: 1;
  position: absolute;
}
.sum-point-box .copy::after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 12px 8px 0 8px;
  border-color: #3073bb transparent transparent transparent;
  position: absolute;
  bottom: -12px;
  left: 50%;
  margin-left: -8px;
}
.sum-point-box .ttl {
  color: #393b3f;
  font-weight: bold;
}

.beheim-bnr {
  color: #4f6db3;
  text-align: center;
}
.beheim-bnr p {
  margin: 0;
}

/* _product.scss -------------------------------------------------- */
.catalog-btm-block {
  background: #f3f2ed;
}
.catalog-btm-detail .catch {
  font-weight: bold;
}
.catalog-btm-detail .text {
  margin: 0;
}
.catalog-btm-detail .img {
  margin: 0;
}

.product-index-menu {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.product-index-menu a {
  width: 100%;
  height: 100%;
  display: flex;
  background: #eff0f2;
  color: #393b3f;
}
.product-index-menu a:hover {
  text-decoration: none;
  background: #d5eaf4;
}
.product-index-menu figure {
  margin: 0;
  padding: 0;
}
.product-index-menu p {
  font-weight: bold;
  position: relative;
}
.product-index-menu p::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  width: 12px;
  height: 12px;
  border-top: solid 2px #72b8da;
  border-right: solid 2px #72b8da;
  transform: rotate(45deg);
  margin: auto 0;
  top: 0;
  bottom: 0;
  right: 0;
}
.product-index-menu .link-transform::after {
  transform: rotate(135deg);
}
.product-index-detail-catch {
  margin: 0;
  text-align: center;
  font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
  font-weight: 500;
}
.product-index-detail-catch span {
  display: inline-block;
}
.product-index-detail-kv {
  margin: 0;
  padding: 0;
}
.product-index-detail-sub > dt {
  font-weight: bold;
  text-align: center;
}
.product-index-detail-sub > dd {
  margin: 0;
  padding: 0;
}
.product-index-detail-sub > dd::after {
  content: "";
  display: block;
  clear: both;
}
.product-index-detail-sub > dd .imgFit {
  float: right;
}
.product-index-detail-sub > dd .text-box .annotation {
  color: #76797e;
}
.product-index-detail .gray-list {
  flex-direction: column;
  margin: 40px 0;
  gap: 32px;
}
.product-index-detail .gray-list li {
  margin: auto;
  width: 90%;
  background: #eff0f2;
  position: relative;
}
.product-index-detail .gray-list dl {
  padding: 0 32px;
  margin: auto;
}
.product-index-detail .gray-list dt {
  line-height: 1.6;
}
.product-index-detail .gray-list dt::after {
  display: none;
}
.product-index-detail .gray-list dd {
  display: flex;
  font-size: 14px;
  color: #76797E;
  gap: 8px;
}
.product-index-detail .gray-list > li figure {
  width: 350px;
}
.product-index-detail .gray-list .imgFitLeft img {
  -o-object-position: center;
     object-position: center;
}
.product-index-detail .gray-list .list-img-tatle {
  position: absolute;
  top: 45%;
  left: 125px;
  font-size: 20px;
  color: #fff;
  z-index: 2;
  font-weight: bold;
}
.product-lineup-tag {
  margin: 0;
  padding: 0;
  display: flex;
  overflow: hidden;
}
.product-lineup-tag > li {
  background: #395071;
  color: #fff;
  text-align: center;
}
.product-lineup-list {
  margin: 0;
}
.product-lineup-list a {
  display: flex;
  color: #393b3f;
}
.product-lineup-list a:hover {
  text-decoration: none;
  background: #d5eaf4;
}
.product-lineup-list > li .name {
  margin: 0;
}
.product-lineup-list > li .img {
  margin: 0;
}
.product-lineup-header {
  display: flex;
}
.product-lineup-header .name {
  background: #eff0f2;
  text-align: center;
}
.product-lineup-header .logo img {
  width: auto;
}
.product-lineup-header .img {
  margin: 0;
  padding: 0;
}
.product-lineup-catch {
  margin: 0;
  font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
  text-align: center;
}
.product-lineup-catch span {
  display: inline-block;
}
.product-lineup-block-main .text {
  line-height: 1.8;
}
.product-lineup-block-main .annotation {
  color: #76797e;
}
.product-lineup-block-sub .annotation {
  color: #76797e;
}
.product-lineup-block-bnr > li {
  display: flex;
  align-items: stretch;
  justify-content: center;
}
.product-lineup-block-bnr a {
  width: 100%;
  background: rgba(114, 184, 218, 0.2);
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  color: #393b3f;
  font-weight: bold;
}
.product-lineup-block-bnr a:hover {
  background: #d5eaf4;
}
.product-lineup-block-bnr .serif {
  font-weight: bold;
}
.product-lineup-detailList {
  text-align: center;
}
.product-lineup-detailList .img {
  margin: 0;
}
.product-lineup-detailList .ttl {
  font-weight: bold;
}
.product-kodawari-kv figure {
  margin: 0;
  padding: 0;
}
.product-kodawari-list {
  margin: 0;
  padding: 0;
}
.product-kodawari-list a {
  color: #393b3f;
  background: #eff0f2;
  display: flex;
  flex-direction: column;
}
.product-kodawari-list a:hover {
  text-decoration: none;
  background: #d5eaf4;
}
.product-kodawari-list > li {
  list-style: none;
}
.product-kodawari-list > li figure {
  min-height: 0%;
  margin: 0;
}
.product-kodawari-list > li dl {
  margin: 0;
}
.product-kodawari-list > li dl dt {
  display: flex;
  align-items: center;
  position: relative;
  line-height: 1;
}
.product-kodawari-list > li dl dt .no {
  font-family: "Montserrat", sans-serif;
  color: #72b8da;
}
.product-kodawari-list > li dl dt::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  width: 12px;
  height: 12px;
  border-top: solid 2px #72b8da;
  border-right: solid 2px #72b8da;
  transform: rotate(45deg);
  margin: auto 0;
  top: 0;
  bottom: 0;
  right: 0;
}
.product-kodawari-list > li dl dd {
  margin: 0;
  padding: 0;
  line-height: 1.8;
}
.product-kodawari-list > li dl dd span {
  display: inline-block;
}
.product-voice-header {
  text-align: center;
}
.product-voice-header-no {
  color: #72b8da;
}
.product-voice-header-ttl {
  font-weight: bold;
}
.product-voice-header-copy {
  margin: 0;
}
.product-voice-tag {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.product-voice-tag > li {
  background-color: #fff;
  display: flex;
  align-items: center;
  line-height: 1.2;
  text-align: center;
  justify-content: center;
}
.product-voice-outline-data {
  background: #eff0f2;
}
.product-voice-outline-data > dl {
  display: flex;
  flex-wrap: wrap;
}
.product-voice-outline-data > dl > dt {
  font-weight: bold;
}
.product-voice-outline-mainimg {
  margin: 0;
}
.product-voice-outline-mainimg figcaption {
  margin: 4px 0 0;
  text-align: center;
  color: #76797e;
}
.product-voice-detail .head02 {
  text-align: center;
}
.product-voice-detail .img {
  margin: 0 auto;
  padding: 0;
}
.product-voice-detail .img figcaption {
  text-align: center;
  color: #76797e;
}

.omoi-detail-header figure {
  margin: 0;
  padding: 0;
}
.omoi-detail-header .text-block {
  background: #d5eaf4;
}
.omoi-detail-header .text-block .name {
  margin: 0;
}
.omoi-detail-header .text-block .name::after {
  content: "";
  display: block;
  clear: both;
}
.omoi-detail-header .text-block .name span {
  display: block;
}
.omoi-detail-header .text-block .name span.no {
  float: left;
  color: #72b8da;
  font-family: "Montserrat", sans-serif;
  line-height: 1;
  font-weight: 500;
}
.omoi-detail-block {
  display: flex;
}
.omoi-detail-block .text-block .head-block {
  display: flex;
  align-items: flex-end;
}
.omoi-detail-block .text-block .head-block .head {
  width: 1em;
  margin: 0;
  flex-shrink: 0;
  color: #72b8da;
  text-align: center;
}
.omoi-detail-block .text-block .head-block p {
  margin: 0;
  padding: 0;
  color: #1f1f1f;
}
.omoi-detail-block .img {
  margin: 0;
  padding: 0;
}
.omoi-detail-nav {
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  list-style: none;
}
.omoi-detail-nav > li {
  margin: 0;
  padding: 0;
}
.omoi-detail-nav a {
  display: block;
  color: #393b3f;
  background: #eff0f2;
}
.omoi-detail-nav a:hover {
  text-decoration: none;
  background: #d5eaf4;
}
.omoi-01 .omoi-detail-nav a.cr-omoi-01 {
  background: #d5eaf4;
}
.omoi-02 .omoi-detail-nav a.cr-omoi-02 {
  background: #d5eaf4;
}
.omoi-03 .omoi-detail-nav a.cr-omoi-03 {
  background: #d5eaf4;
}
.omoi-04 .omoi-detail-nav a.cr-omoi-04 {
  background: #d5eaf4;
}
.omoi-05 .omoi-detail-nav a.cr-omoi-05 {
  background: #d5eaf4;
}
.omoi-06 .omoi-detail-nav a.cr-omoi-06 {
  background: #d5eaf4;
}
.omoi-07 .omoi-detail-nav a.cr-omoi-07 {
  background: #d5eaf4;
}
.omoi-08 .omoi-detail-nav a.cr-omoi-08 {
  background: #d5eaf4;
}
.omoi-09 .omoi-detail-nav a.cr-omoi-09 {
  background: #d5eaf4;
}
.omoi-10 .omoi-detail-nav a.cr-omoi-10 {
  background: #d5eaf4;
}
.omoi-11 .omoi-detail-nav a.cr-omoi-11 {
  background: #d5eaf4;
}
.omoi-12 .omoi-detail-nav a.cr-omoi-12 {
  background: #d5eaf4;
}
.omoi-13 .omoi-detail-nav a.cr-omoi-13 {
  background: #d5eaf4;
}
.omoi-14 .omoi-detail-nav a.cr-omoi-14 {
  background: #d5eaf4;
}
.omoi-15 .omoi-detail-nav a.cr-omoi-15 {
  background: #d5eaf4;
}
.omoi-detail-nav figure {
  margin: 0;
  padding: 0;
}
.omoi-detail-nav p {
  margin: 0;
  padding: 0;
  position: relative;
}
.omoi-detail-nav p span {
  display: block;
}
.omoi-detail-nav p .no {
  position: absolute;
  color: rgba(114, 184, 218, 0.7);
  font-family: "Montserrat", sans-serif;
  top: 4px;
  left: 4px;
  line-height: 1;
}

/* _company.scss -------------------------------------------------- */
.history-table {
  margin: 0 auto;
  border-top: dotted #c0c1c5 1px;
}
.history-table th, .history-table td {
  border-bottom: dotted #c0c1c5 1px;
}

.company-block:first-of-type {
  margin-top: 0;
}
.company-block .head01 {
  text-align: center;
}
.company-message p, .company-message dl {
  line-height: 1.8;
}
.company-message .img-president {
  margin: 0 auto;
  display: flex;
  align-items: center;
  position: relative;
}
.company-message .img-president img {
  position: absolute;
  top: 0;
  left: 0;
}
.company-message .img-president figucption {
  z-index: 10;
  font-weight: bold;
}
.company-message .img-president figucption span {
  display: inline-block;
}
.company-message dl dt {
  font-weight: bold;
}
.company-message .name {
  text-align: right;
}
.company-organization .img img {
  width: 100%;
  height: auto;
}
.company-access-block-map {
  position: relative;
  width: 100%;
  padding-top: 62%;
}
.company-access-block-map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.company-award-detail .award-title {
  color: #72b8da;
  text-align: center;
}
.company-identity p {
  text-align: center;
  line-height: 1.8;
}
.company-guidelines dl {
  text-align: center;
}
.company-guidelines dl dt {
  font-weight: bold;
}
.company-guidelines dl dd {
  margin: 0;
}
.company-guidelines-credo > dd {
  display: inline-block;
}
.company-guidelines-credo > dd li {
  text-align: left;
}
.company-guidelines-credo > dd li:first-of-type {
  margin-top: 0;
}

.csr-block .head01 {
  text-align: center;
}
.csr-year-list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.csr-year-list > li {
  margin: 0;
  padding: 0;
}
.csr-year-list > li a {
  padding: 8px;
  color: #393b3f;
  line-height: 1;
  text-align: center;
  border: solid 1px #c0c1c5;
  border-radius: 4px;
  display: block;
}
.csr-year-list > li a:hover {
  text-decoration: none;
  background: #575a5f;
  color: #fff;
}
.csr-year-block .head02 {
  text-align: center;
}
.csr-detail-block {
  border-top: dotted #c0c1c5 1px;
}
.csr-detail-block .text-img-box:first-of-type {
  margin-top: 0;
}
.csr-detail-block .text-img-box .img-box figure {
  margin: 0;
  padding: 0;
}
.csr-detail-block .text-img-box .img-box figcaption {
  margin: 4px 0 0;
  color: #76797e;
  text-align: center;
}
.csr-detail-block .text-img-box .img-box .video {
  width: 100%;
  padding-top: 56.25%;
  position: relative;
}
.csr-detail-block .text-img-box .img-box .video iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
}
.csr-detail-block .aboutProject {
  border-top: double #c0c1c5 3px;
  border-bottom: double #c0c1c5 3px;
}
.csr-detail-block .aboutProject > dt {
  font-weight: bold;
}
.csr-detail-block .aboutProject > dt span {
  display: inline-block;
}
.csr-detail-block .aboutProject > dd {
  margin: 0;
}
.csr-detail-block .aboutProject > dd .outline-table {
  margin: 0;
}
/* _slider.scss -------------------------------------------------- */
.swiper-container {
  width: 100%;
}
.swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background: none;
  border: 1px solid #fff;
  opacity: 1;
  transition: all 0.2s ease;
}
.swiper-pagination-bullet-active, .swiper-pagination-bullet:hover {
  transition: all 0.2s ease;
  background: #fff;
}
.swiper-pagination.pagination-blue {
  margin: 4px auto 0;
  position: initial;
}
.swiper-pagination.pagination-blue .swiper-pagination-bullet {
  margin: 0 2px;
  width: 24px;
  height: 4px;
  background: #eff0f2;
  border: none;
  border-radius: 0;
}
.swiper-pagination.pagination-blue .swiper-pagination-bullet-active, .swiper-pagination.pagination-blue .swiper-pagination-bullet:hover {
  background: #72b8da !important;
}
.bg-box .swiper-pagination.pagination-blue .swiper-pagination-bullet, .bg-base .swiper-pagination.pagination-blue .swiper-pagination-bullet {
  background: #fff;
}
.swiper-button-next, .swiper-button-prev {
  color: #393b3f;
  background: none;
  transition: all 0.2s ease;
}
.swiper-button-next::before, .swiper-button-prev::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  width: 30px;
  height: 30px;
  border-top: solid 3px #393b3f;
  border-right: solid 3px #393b3f;
  transform: rotate(45deg);
  margin: -15px 0 0 -10px;
}
.swiper-button-next:hover, .swiper-button-prev:hover {
  transition: all 0.2s ease;
  opacity: 0.8;
}
.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
  transition: all 0.2s ease;
  opacity: 0;
}
.swiper-button-prev {
  transform: rotate(180deg);
}

.event-list .swiper-pagination {
  bottom: 0 !important;
  display: flex;
  justify-content: center;
}
.event-list .swiper-pagination-bullet {
  margin: 0 !important;
  width: 120px;
  height: 4px;
  background: #fff;
  border-radius: 0;
  transition: all 0.2s ease;
  border: none;
}
.event-list .swiper-pagination-bullet-active, .event-list .swiper-pagination-bullet:hover {
  transition: all 0.2s ease;
  background: #c0c1c5;
}
.event-list .block {
  display: flex;
  background: #fff;
}
.event-list .block a {
  display: flex;
  flex-direction: column;
  color: #393b3f;
}
.event-list .block a:hover {
  background: #d5eaf4;
  text-decoration: none;
}
.event-list .block figure {
  margin: 0 0 16px;
}
.event-list .block .imgFit img {
  -o-object-position: top center;
     object-position: top center;
}
.event-list .block-info {
  flex: 1 auto;
  display: flex;
  flex-direction: column;
}
.event-list .block-info p {
  line-height: 1.4;
}
.event-list .block-info .date {
  margin: 0 0 8px;
  font-size: 1.2rem;
}
.event-list .block-info .ttl {
  flex: 1 auto;
  margin: 0;
  color: #1f1f1f;
  font-size: 1.6rem;
  font-weight: bold;
}
.event-list .block-info .add {
  margin: 16px 0 0;
  color: #76797e;
  font-size: 1.2rem;
  text-indent: -24px;
  margin-left: 24px;
}
.event-list .block-info .add svg {
  width: 16px;
  height: 16px;
  fill: #76797e;
}

.event-list2 .block {
  display: flex;
  background: #fff;
}
.event-list2 .block a {
  width: 100%;
  display: flex;
  color: #393b3f;
}
.event-list2 .block a:hover {
  background: #d5eaf4;
  text-decoration: none;
}
.event-list2 .block figure {
  margin: 0 16px 0 0;
}
.event-list2 .block .imgFit img {
  -o-object-position: top center;
     object-position: top center;
}
.event-list2 .block-info {
  flex: 1 0 0%;
  display: flex;
  flex-direction: column;
}
.event-list2 .block-info p {
  line-height: 1.4;
}
.event-list2 .block-info .date {
  margin: 0 0 8px;
  font-size: 1.2rem;
}
.event-list2 .block-info .ttl {
  flex: 1 auto;
  margin: 0;
  color: #1f1f1f;
  font-size: 1.6rem;
  font-weight: bold;
}
.event-list2 .block-info .add {
  margin: 16px 0 0;
  color: #76797e;
  font-size: 1.2rem;
  text-indent: -24px;
  margin-left: 24px;
}
.event-list2 .block-info .add svg {
  width: 16px;
  height: 16px;
  fill: #76797e;
}

.detail-mainPh .block {
  text-align: center;
}
.detail-mainPh .block.swiper-slide:not(.swiper-slide-active) {
  opacity: 0.4;
}
.detail-mainPh .imgFit {
  padding: 0;
}
.detail-mainPh .imgFit img {
  -o-object-fit: fill;
     object-fit: fill;
  transform: none;
  position: relative;
  top: 0;
  left: 0;
}
.detail-item .block {
  color: #1f1f1f;
}
.detail-item .block figure {
  padding: 0;
}

.tenji-ph .block {
  color: #1f1f1f;
}
.tenji-ph .block figure {
  padding: 0;
}
.tenji-ph .block .ttl {
  font-weight: bold;
  text-align: center;
}

.kv-bnr {
  margin: 0 auto;
}

/* _static.scss -------------------------------------------------- */
.headNumbering {
  display: flex;
  background: #eff0f2;
}
.headNumbering .no {
  background: #72b8da;
  color: #fff;
  text-align: center;
  font-weight: 500;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: "Montserrat", sans-serif;
}
.headNumbering .text {
  flex: 1 0 0%;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
  font-weight: bold;
}
.headNumbering .text p {
  margin: 0;
}
.headNumbering .text-normal {
  font-weight: 500;
}

.static-article-detail:first-child {
  margin-top: 0;
}
.static-article-detail ol {
  counter-reset: static-counter;
  list-style: none;
  padding: 0;
  margin: 0;
}
.static-article-detail ol > li {
  margin-top: 0.5em;
  padding-left: 1.5em;
  position: relative;
}
.static-article-detail ol > li::before {
  content: counter(static-counter) ".";
  counter-increment: static-counter;
  position: absolute;
  top: 0;
  left: 0;
}
.static-article-detail ol.list1 > li {
  padding-left: 2em;
}
.static-article-detail ol.list1 > li::before {
  content: "(" counter(static-counter) ")";
  counter-increment: static-counter;
}
.static-article-detail ol.list2 > li::before {
  content: counter(static-counter);
  border: 1px solid #393b3f;
  border-radius: 50%;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 1.4em;
  width: 1.4em;
  font-size: 90%;
  top: 2px;
}
.static-article-detail .list-disc > li {
  margin-left: 1.5em;
  list-style: disc;
}
.static-article-detail .list-circle > li {
  margin-left: 1.5em;
  list-style: circle;
}
.static-article-detail .note {
  color: #76797e;
}
.static-article-detail .sub-item > dt em {
  font-weight: bold;
  font-style: normal;
}
.static-article-detail .sub-item > dd {
  margin: 0;
}
.static-article-detail .sub-item > dd p {
  margin: 0;
}
.static-article-detail .sub-item-row {
  display: flex;
}
.static-article-detail .sub-item-row > dt {
  flex-shrink: 0;
}
.static-article-signature {
  text-align: right;
}
.static-bullet ol li {
  margin: 0;
  padding: 0;
}
.static-bullet ol li::before {
  position: static;
}
.static-bullet ol.list1 > li {
  padding-left: 1em;
}
.static-bullet-head {
  text-align: center;
  font-weight: 500;
}
.static-bullet-last {
  text-align: right;
}

.sitemap-ctg {
  background: #eff0f2;
}
.sitemap-ctg a {
  display: block;
  position: relative;
  color: #393b3f;
}
.sitemap-ctg a::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  width: 12px;
  height: 12px;
  border-top: solid 2px #72b8da;
  border-right: solid 2px #72b8da;
  transform: rotate(45deg);
  margin: auto 0;
  top: 0;
  bottom: 0;
  right: 0;
}
.sitemap-list > li a {
  display: inline-block;
  padding: 0 0 0 1em;
  position: relative;
  color: #393b3f;
}
.sitemap-list > li a::before {
  content: "";
  width: 8px;
  height: 8px;
  border-top: 2px solid #72b8da;
  border-right: 2px solid #72b8da;
  transform: rotate(45deg);
  position: absolute;
  left: 0.1em;
  top: 0.5em;
}

.flow-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.flow-list > li:last-of-type {
  margin-bottom: 0;
}
.flow-item {
  background: #f3f2ed;
}
.flow-head {
  display: flex;
}
.flow-head .no {
  background: #3073bb;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-weight: bold;
}
.flow-head .text {
  font-weight: bold;
  flex: 1 0 0%;
}
.flow-head.acTriger::after {
  display: block;
  content: "";
  background: #72b8da;
  position: absolute;
}
.flow-head.acTriger::before {
  z-index: 10;
}
.flow-head.acTriger.active::before {
  transform: rotate(-45deg);
}
.flow-detail {
  margin: 0;
  padding: 0;
}
.flow-detail-box {
  background: #fff;
}
.flow-detail .text-img-box .text-box {
  margin: 0;
}
.flow-detail .text-img-box .text-box .btn {
  text-align: center;
}
.flow-detail .text-img-box .img-box {
  margin: 0;
}
.flow-detail .text-img-box .img-box .img {
  margin: 0;
  position: relative;
}
.flow-detail .text-img-box .img-box .img figcaption {
  position: absolute;
  bottom: 8px;
  right: 8px;
  line-height: 1;
  text-shadow: 1px 1px 0 #ffffff, -1px 1px 0 #fff, 1px -1px 0 #fff, -1px -1px 0 #fff, 1px 0px 0 #fff, 0px 1px 0 #fff, -1px 0px 0 #fff, 0px -1px 0 #fff;
  color: #393b3f;
}
.flow-detail-list > li {
  background: #fff;
}
.flow-detail-list .ttl {
  font-weight: bold;
}
.flow-detail-list .list-detail {
  margin: 0;
  overflow: hidden;
}
.flow-detail-list .list-detail .img {
  float: right;
}
.flow-detail-list .list-detail p {
  margin: 0;
}

.lead-btm-block {
  background: #f8f9fa;
}
.lead-btm-detail .catch {
  font-weight: bold;
}
.lead-btm-detail .text {
  margin: 0;
}
.lead-btm-detail .img {
  margin: 0;
}

.afterservice-detail:first-of-type {
  margin-top: 0;
}
.afterservice-detail .contact-service {
  margin: 0;
}
.afterservice-detail .text-img-box .text-box {
  margin: 0;
}
.afterservice-detail .text-img-box .text-box .btn {
  text-align: center;
}
.afterservice-detail .text-img-box .img {
  margin: 0;
}

.member-kv-block {
  background: url("../img/member/kv_member.jpg");
  background-size: cover;
}
.member-kv-detail {
  margin: 0 auto;
  background: rgba(255, 255, 255, 0.9);
  text-align: center;
}
.member-kv-detail .head {
  color: #72b8da;
}
.member-kv-detail .note {
  color: #76797e;
}
.member-about-block .head01 {
  text-align: center;
}
.member-about-block .linkBlock {
  flex-direction: column;
  text-align: center;
}
.member-about-list > li {
  border: solid #c0c1c5 1px;
}
.member-about-list > li p span {
  display: inline-block;
}
.member-about-list dl {
  position: relative;
}
.member-about-list dl > dt {
  margin: 0 auto;
  background: #72b8da;
  color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  position: absolute;
  line-height: 1.2;
  left: 0;
  right: 0;
}
.member-about-list dl > dd {
  margin: 0;
}
.member-about-list dl > dd .img {
  margin: 0;
  padding: 0;
}
.member-about-list dl > dd .text-block .text {
  font-weight: bold;
}
.member-about-list dl > dd .text-block .annotation {
  color: #76797e;
}

.asset-list {
  list-style: none;
  padding: 0;
}
.asset-list .headNumbering .no {
  background: #395071;
}
.asset-list .headNumbering .ttl {
  color: #395071;
}
.asset-detail > dt {
  background: #395071;
  color: #fff;
  font-weight: bold;
  text-align: center;
}
.asset-detail > dd {
  margin: 0;
}
.asset-detail .ttl {
  font-weight: bold;
}
.asset-owner {
  border-top: dotted 1px #e2e6e9;
}
.asset-owner > li {
  border-bottom: dotted 1px #e2e6e9;
  display: flex;
  align-items: center;
}
.asset-owner-ttl {
  flex: 1 0 0%;
  font-weight: bold;
}
.asset-owner p {
  margin: 0;
  line-height: 1.4;
}
.asset-owner .text {
  flex: 1 0 0%;
}
.asset-cont > dt {
  color: #72b8da;
  font-weight: bold;
}
.asset-cont > dd {
  margin: 0;
}
.asset-step {
  text-align: center;
}
.asset-step > li {
  border: 1px solid #e2e6e9;
}
.asset-step-ttl {
  color: #72b8da;
  font-weight: bold;
}
.asset-step p {
  margin: 0;
}
.asset-maint {
  background: #d5eaf4 url("../img/asset/bg_maint.jpg") no-repeat 0 0;
  position: relative;
}
.asset-maint-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.asset-maint-list > li {
  margin: 2px 0;
  width: calc(50% - 2px);
  background: #fff;
  color: #72b8da;
  font-weight: bold;
  text-align: center;
  border: 2px solid #72b8da;
  display: flex;
  align-items: center;
  justify-content: center;
}
.asset-maint-list {
  position: relative;
  z-index: 1;
}
.asset-img-box-ttl {
  color: #3073bb;
  font-weight: bold;
}

.warranty {
  background: #eff0f2;
}
.warranty-detail:not(:first-child) {
  border-top: 1px solid #c0c1c5;
}
.warranty-detail > dd {
  margin: 0;
}
.warranty-ttl {
  color: #72b8da;
  font-weight: bold;
}
.warranty-main {
  display: flex;
}

.keiei-copy {
  font-weight: bold;
  text-align: center;
}
.keiei-value-label {
  background: #395071;
  color: #fff;
  text-align: center;
}
.keiei-value-ttl {
  font-weight: bold;
  text-align: center;
}
.keiei-voice {
  padding: 0;
  list-style: none;
}
.keiei-voice p {
  margin: 0;
}
.keiei-voice-label {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 10em;
  background: #72b8da;
  color: #fff;
  text-align: center;
}
.keiei-voice-ttl {
  color: #72b8da;
  font-weight: bold;
}
.keiei-voice.voice-cs .keiei-voice-label {
  background: #eb6f3c;
}
.keiei-voice.voice-cs .keiei-voice-ttl {
  color: #eb6f3c;
}

/* _jsParts.scss -------------------------------------------------- */
.is-hidden {
  display: none;
}

.more-btn {
  background: linear-gradient(rgba(255, 255, 255, 0) 0%, white 40%);
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  color: #1f1f1f;
  text-align: center;
  font-weight: bold;
  cursor: pointer;
  position: relative;
  z-index: 1;
  transition: all 0.2s ease;
}
.more-btn::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  width: 16px;
  height: 16px;
  border-top: solid 2px #c0c1c5;
  border-right: solid 2px #c0c1c5;
  transform: rotate(135deg);
  position: absolute;
  top: inherit;
  bottom: 8px;
  left: 50%;
  margin-left: -8px;
}
.more-btn:hover {
  color: #0778a4;
  transition: all 0.2s ease;
}
.more-btn:hover::after {
  border-color: #0778a4;
}
/* _floatParts.scss -------------------------------------------------- */
.floatParts-contact {
  z-index: 7;
}
.floatParts-info {
  z-index: 12;
}
.floatParts-sns {
  z-index: 6;
}
.floatParts-sns a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  background: #939599;
  border-radius: 50%;
}
.floatParts-sns a:hover {
  background: #0778a4;
}
.floatParts-sns svg {
  margin: 0;
  fill: #fff;
}

@media screen and (max-width: 1600px) {
  .floatParts-contact {
    top: 320px;
  }
  .floatParts-contact a {
    height: 120px;
  }
}
/* _footer.scss -------------------------------------------------- */
footer {
  z-index: 4;
  margin-top: auto;
}

.footer-copy {
  padding: 1em 0;
  color: #76797e;
  text-align: center;
}
.footer-base {
  background: #72b8da;
  color: #fff;
}
.footer-menu a {
  display: inline-block;
}
.footer-menu a::before {
  display: inline-block;
  margin: 0 0.5em 0 0;
  content: "";
  width: 8px;
  height: 8px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg);
}
.footer-menu dd {
  margin: 0;
}

/* _tenjiList.scss -------------------------------------------------- */
/* _mv-slider.scss -------------------------------------------------- */
.mv-slider {
  overflow: hidden;
}
.mv-slider .swiper {
  max-width: 900px !important;
  margin: 0 auto !important;
  overflow: visible !important;
  padding-bottom: 13px !important;
}
.mv-slider__item img, .mv-slider__item picture {
  display: block;
  width: 100%;
  height: auto;
}
.mv-slider__pagination {
  bottom: -7px !important;
}
.mv-slider__pagination span {
  background-color: #C0C1C5;
  border: none;
  border-radius: 0;
  width: 24px;
  height: 4px;
}
.mv-slider__pagination span:hover {
  background-color: rgba(192, 193, 197, 0.5);
}
.mv-slider__pagination span.swiper-pagination-bullet-active {
  background-color: #72B8DA;
}
.mv-slider__pagination span.swiper-pagination-bullet-active:hover {
  background-color: rgba(114, 184, 218, 0.5);
}
.mv-slider__btn, .mv-slider__btn--next, .mv-slider__btn--prev {
  width: 58px;
  height: 58px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  transition: opacity 0.4s;
}
.mv-slider__btn--prev {
  background: url(../img/asset/sl_icn_prev.svg) center/cover no-repeat;
  left: -29px;
}
.mv-slider__btn--next {
  background: url(../img/asset/sl_icn_next.svg) center/cover no-repeat;
  right: -29px;
}
.mv-slider__btn:hover, .mv-slider__btn--prev:hover, .mv-slider__btn--next:hover {
  opacity: 0.7;
}

/* _asset-cmn.scss -------------------------------------------------- */
.asset-cmn-cv {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
  margin-top: 82px;
}
.asset-cmn-cv a {
  text-decoration: none !important;
  opacity: 1 !important;
}
.asset-cmn-cv__item, .asset-cmn-cv__item--secondary {
  background-color: #F3F2ED;
  padding: 52px 40px;
}
.asset-cmn-cv__item--secondary {
  background-color: #D6EAF5;
}
.asset-cmn-cv__title {
  font-size: 30px;
  line-height: 40/30;
  text-align: center;
}
.asset-cmn-cv__desc {
  font-size: 20px;
  margin-top: 18px;
}
.asset-cmn-cv__image {
  display: flex;
  justify-content: center;
  width: 80%;
  margin: 20px auto 0;
}
.asset-cmn-cv__link-btn {
  margin: 40px auto 0;
  width: 80%;
}
.asset-cmn-cv__link-btn a {
  display: block;
  color: #fff;
  font-size: 22px;
  font-weight: bold;
  text-align: center;
  background-color: #EB6F3C;
  border: solid 1px #EB6F3C;
  border-radius: 6px;
  padding: 16px;
  transition: color 0.2s, background-color 0.2s, border-color 0.2s, opacity 0.2s;
}
.asset-cmn-cv__link-btn a + * {
  margin-top: 18px;
}
.asset-cmn-cv__link-btn a:hover {
  color: #EB6F3C;
  background-color: #fff;
}
.asset-cmn-cv__link-btn a.__mail {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #3073BA;
  border: solid 1px #3073BA;
}
.asset-cmn-cv__link-btn a.__mail:hover {
  color: #3073BA;
  background-color: #fff;
}
.asset-cmn-cv__link-btn a.__mail:hover svg {
  fill: #3073BA;
}
.asset-cmn-cv__link-btn a.__mail svg {
  fill: #fff;
  width: 30px;
  height: 30px;
  margin-right: 10px;
  transition: fill 0.2s;
}
.asset-cmn-cv__link-btn a.__tel {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #3073BA;
  background-color: #fff;
  border: solid 1px #A8A8A8;
}
.asset-cmn-cv__link-btn a.__tel:hover {
  opacity: 0.7;
}
.asset-cmn-cv__link-btn a.__tel svg {
  fill: #3073BA;
  width: 30px;
  height: 30px;
  margin-right: 10px;
  transition: fill 0.2s;
}
.asset-cmn-cv__caption {
  font-size: 16px;
  font-weight: normal;
  text-align: center;
  margin-top: 9px;
}

.asset-cmn-underpage-kv {
  width: 100%;
  height: 300px;
  position: relative;
}
.asset-cmn-underpage-kv__meta {
  display: flex;
  flex-direction: column-reverse;
  color: #fff;
  font-weight: bold;
  text-align: center;
  line-height: 1.4;
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}
.asset-cmn-underpage-kv__title {
  font-size: 40px;
  margin: 0;
}
.asset-cmn-underpage-kv__lead {
  font-size: 28px;
}
.asset-cmn-underpage-kv__bg {
  background-color: #3073bb;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.asset-cmn-underpage-kv__bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  opacity: 0.6;
}

.asset-cmn-underpage-nav {
  display: flex;
  justify-content: center;
  margin-bottom: 50px;
}
.asset-cmn-underpage-nav__list {
  display: flex;
  justify-content: center;
  background-color: #EFF0F2;
  border-radius: 3px;
  padding: 5px;
}
.asset-cmn-underpage-nav__item {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 170px;
  padding: 0 1px;
}
.asset-cmn-underpage-nav__item:not(:first-child) {
  padding-left: 2px;
  position: relative;
}
.asset-cmn-underpage-nav__item:not(:first-child)::before {
  content: "";
  display: block;
  background-color: #D1D1D1;
  width: 1px;
  height: 51px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
}
.asset-cmn-underpage-nav__item a {
  color: #333;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  line-height: 1.25;
  text-decoration: none;
  border-radius: 4px;
  padding: 14px 0;
  width: 100%;
  transition: color 0.2s;
}
.asset-cmn-underpage-nav__item a:hover {
  color: #0778a4;
}
.asset-cmn-underpage-nav__item a.is-current {
  color: #fff;
  background-color: #72B8DA;
}

/* _asset-top.scss -------------------------------------------------- */
.asset-top-link-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 37px 32px;
  margin: 0;
}
.asset-top-link-list__item {
  background-color: #EFF0F2;
}
.asset-top-link-list__link {
  display: flex;
  transition: opacity 0.4s;
}
.asset-top-link-list__link:hover {
  text-decoration: none;
  opacity: 0.7;
}
.asset-top-link-list__thumb {
  width: 55%;
}
.asset-top-link-list__lead {
  display: flex;
  align-items: center;
  color: #333;
  font-size: 20px;
  font-weight: bold;
  padding-left: 29px;
  width: 45%;
  position: relative;
}
.asset-top-link-list__lead::before {
  content: "";
  display: block;
  background: url(../img/asset/icn_arrow.svg) center/cover no-repeat;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 20px;
}

.asset-top-link-btn {
  max-width: 443px;
  margin: 35px auto 0;
}
.asset-top-link-btn a {
  display: block;
  color: #333;
  font-size: 20px;
  font-weight: bold;
  background-color: #EFF0F2;
  border: solid 1px #EFF0F2;
  padding: 32px 30px;
  position: relative;
  transition: background-color 0.2s, border-color 0.2s;
}
.asset-top-link-btn a:hover {
  background-color: #fff;
  border-color: #333;
  text-decoration: none;
}
.asset-top-link-btn a::before {
  content: "";
  display: block;
  background: url(../img/asset/icn_arrow.svg) center/cover no-repeat;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 20px;
}

/* _scroll-to-top.scss -------------------------------------------------- */
#scroll-to-top {
  position: fixed;
  bottom: 40px;
  right: 40px;
  width: 48px;
  height: 48px;
  background-color: #939599;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
  transition: opacity 0.3s;
  opacity: 1;
  z-index: 9;
}
#scroll-to-top svg {
  fill: none;
  margin: 0px;
}

.show-scroll-to-top {
  opacity: 1;
}

.feather {
  color: white;
  width: 24px;
  height: 24px;
}

body {
  min-height: 2000px;
}

/* PC---------------------------------------------------------------- */
@media print, screen and (min-width: 769px) {
  /* _common.scss -------------------------------------------------- */
  body {
    min-width: 1240px;
  }
  .pcNon {
    display: none !important;
  }
  a.pcLinkNon,
  a.pcLinkNon:hover {
    cursor: default;
    pointer-events: none;
    color: #1f1f1f;
    opacity: 1;
  }
  a[href^="tel:"] {
    cursor: default;
    pointer-events: none;
  }
  .caption {
    color: #76797e;
    font-size: 1.2rem;
  }
  .date-basic {
    margin: 24px 0 0;
  }
  .specialBnr {
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
  }
  .specialBnr > li {
    margin-top: 40px;
  }
  .specialBnr > li:nth-child(2n) {
    margin-left: 40px;
  }
  .specialBnr > li:nth-child(1), .specialBnr > li:nth-child(2) {
    margin-top: 0;
  }
  .basicArea .specialBnr {
    margin: 80px auto;
  }
  .ico_tenji {
    width: 90px !important;
    height: 40px !important;
  }
  .baseBtn .ico_tenji, .subBtn .ico_tenji, .submitBtn01 .ico_tenji, .actionBtn01 .ico_tenji, .actionBtn02 .ico_tenji {
    width: 40px !important;
    height: 20px !important;
  }
  .-large .ico_tenji {
    width: 60px !important;
    height: 28px !important;
  }
  .ico_tateuri {
    width: 60px !important;
    height: 40px !important;
  }
  .baseBtn .ico_tateuri, .subBtn .ico_tateuri, .submitBtn01 .ico_tateuri, .actionBtn01 .ico_tateuri, .actionBtn02 .ico_tateuri {
    width: 30px !important;
    height: 20px !important;
  }
  .-large .ico_tateuri {
    width: 42px !important;
    height: 28px !important;
  }
  .ico_bunjo {
    width: 60px !important;
    height: 40px !important;
  }
  .baseBtn .ico_bunjo, .subBtn .ico_bunjo, .submitBtn01 .ico_bunjo, .actionBtn01 .ico_bunjo, .actionBtn02 .ico_bunjo {
    width: 30px !important;
    height: 20px !important;
  }
  .-large .ico_bunjo {
    width: 42px !important;
    height: 28px !important;
  }
  .ico_chuko {
    width: 40px !important;
    height: 52px !important;
  }
  .baseBtn .ico_chuko, .subBtn .ico_chuko, .submitBtn01 .ico_chuko, .actionBtn01 .ico_chuko, .actionBtn02 .ico_chuko {
    width: 15px !important;
    height: 20px !important;
  }
  .-large .ico_chuko {
    width: 21px !important;
    height: 28px !important;
  }
  .crumbs ol {
    margin: 16px auto;
    width: 1200px;
    font-size: 1.4rem;
  }
  .basicArea {
    display: block;
    padding: 80px 0;
  }
  .basicAreaTop {
    padding: 48px 0 80px;
  }
  .innerBlock {
    display: block;
    width: 1200px;
    margin: 0 auto;
  }
  .linkBlock {
    margin: 32px 0;
    display: flex;
    justify-content: center;
  }
  .linkBlock > li {
    margin: 0 8px;
  }
  .linkBlock-point {
    margin: 12px 0 0;
    font-size: 1.8rem;
  }
  .linkBlock-info {
    margin: 12px 0 0;
    font-size: 1.4rem;
  }
  .linkBlock-info > li {
    margin-top: 4px;
  }
  .linkBlock-info svg {
    width: 16px;
    height: 16px;
  }
  .kv {
    height: 300px;
  }
  .kv-logo {
    margin: -24px auto 16px;
  }
  .kv-ttl {
    padding: 80px 0 0;
    margin: 0;
    font-size: 2.8rem;
    line-height: 1.4;
  }
  .head-main {
    padding: 24px 0 20px;
    font-size: 2.8rem;
  }
  .head-main svg {
    width: 40px;
    height: 40px;
  }
  .head01 {
    margin: 40px auto;
    font-size: 3.2rem;
    line-height: 1.4;
  }
  .head01 svg {
    margin: -0.5em 8px 0 0;
  }
  .head02 {
    margin: 40px auto;
    font-size: 2.4rem;
    line-height: 1.4;
  }
  .head02.-line {
    width: 640px;
    padding: 0 160px;
  }
  .head02.center svg {
    margin: 0 0 16px;
  }
  .head03 {
    margin: 56px auto;
    font-size: 4rem;
  }
  .head03.-small {
    margin: 0 auto;
    font-size: 2.4rem;
  }
  .head03.-small + .ttl01.en {
    margin: 16px 0 40px;
  }
  .head04 {
    margin: 40px auto;
    font-size: 2.8rem;
    line-height: 1.4;
  }
  .head-related {
    margin: 32px auto;
    font-size: 2.4rem;
    line-height: 1.4;
  }
  .head-related .label {
    margin: 0 12px 0 0;
    padding: 8px 16px;
    font-size: 1.6rem;
    vertical-align: 2px;
  }
  .head-flag {
    margin: 0 auto 32px;
    font-size: 2.4rem;
    line-height: 1.4;
  }
  .head-flag .ico_flag {
    position: absolute;
    top: -88px;
    left: 50%;
    margin-left: -28px;
  }
  .ttl01 {
    margin: 40px auto;
    font-size: 4rem;
    line-height: 1.4;
  }
  .ttl01.en {
    font-size: 4.8rem;
  }
  .ttl02 {
    margin: 40px auto;
    font-size: 1.4rem;
    line-height: 1.4;
  }
  .ttl02 span {
    font-size: 4rem;
    line-height: 1.2;
  }
  .ttl02 span.en {
    font-size: 4.8rem;
  }
  .menu-tab {
    margin: 64px auto;
  }
  .menu-tab ul {
    display: inline-flex;
    padding: 4px 3px 4px 2px;
  }
  .menu-tab li {
    min-width: 160px;
    font-size: 1.8rem;
    line-height: 1.2;
  }
  .menu-tab a {
    padding: 14px 32px 12px;
  }
  .menu-area {
    width: 160px;
  }
  .menu-area ul {
    margin: 0;
  }
  .menu-area li {
    margin-bottom: 4px;
    font-weight: bold;
    line-height: 1.2;
  }
  .menu-area li .no {
    font-weight: normal;
  }
  .menu-area a {
    min-height: 36px;
    padding: 8px 16px;
    display: flex;
    align-items: center;
    border-radius: 18px;
    flex-wrap: wrap;
  }
  .menu-area-block {
    padding: 0 0 0 240px;
    position: relative;
  }
  .menu-area-block .menu-area {
    position: absolute;
    top: 0;
    left: 0;
  }
  .menu-tab + .menu-area-block {
    margin-top: 80px;
  }
  .baseBtn, .subBtn,
  a.subBtn, .submitBtn01,
  a.submitBtn01, .actionBtn01,
  a.actionBtn01, .actionBtn02,
  a.actionBtn02,
  a.baseBtn {
    display: inline-block;
    min-width: 240px;
  }
  .baseBtn.-large, .-large.subBtn, .-large.submitBtn01, .-large.actionBtn01, .-large.actionBtn02,
  a.baseBtn.-large {
    min-width: 400px;
    padding: 20px 16px 18px;
    font-size: 2rem;
  }
  .baseBtn.-large.arrow::before, .-large.arrow.subBtn::before, .-large.arrow.submitBtn01::before, .-large.arrow.actionBtn01::before, .-large.arrow.actionBtn02::before, .-large.subBtn.arrow-back::before, .-large.submitBtn01.arrow-back::before, .-large.actionBtn01.arrow-back::before, .-large.actionBtn02.arrow-back::before, .baseBtn.-large.arrow-back::before,
  a.baseBtn.-large.arrow::before,
  a.baseBtn.-large.arrow-back::before {
    width: 12px;
    height: 12px;
    margin-top: -8px;
  }
  .baseBtn.-small, .-small.subBtn, .-small.submitBtn01, .-small.actionBtn01, .-small.actionBtn02,
  a.baseBtn.-small {
    min-width: 120px;
    padding: 10px 8px 9px;
    font-size: 1.4rem;
  }
  .baseBtn.-large svg, .-large.subBtn svg, .-large.submitBtn01 svg, .-large.actionBtn01 svg, .-large.actionBtn02 svg,
  a.baseBtn.-large svg {
    margin: -0.4em 8px -0.2em 0;
    width: 28px;
    height: 28px;
  }
  a[href^="tel:"] {
    background: #fff;
    color: #eb6f3c;
    border-color: #c0c1c5;
  }
  a[href^="tel:"] svg {
    fill: #eb6f3c;
  }
  a[href^="tel:"].-large {
    font-size: 2.4rem;
    line-height: 1;
  }
  a[href^="tel:"].actionBtn02 {
    background: #fff;
    color: #3073bb;
    border-color: #c0c1c5;
  }
  a[href^="tel:"].actionBtn02 svg {
    fill: #3073bb;
  }
  .textBnr,
  a.textBnr {
    width: 600px;
    height: 122px;
  }
  .textBnr figure,
  a.textBnr figure {
    margin-right: 24px;
  }
  .textBnr figure img,
  a.textBnr figure img {
    height: 120px;
  }
  .textBnr p,
  a.textBnr p {
    padding: 0 16px 0 0;
    font-size: 1.8rem;
  }
  .textBnr p .fS,
  a.textBnr p .fS {
    font-size: 1.6rem;
  }
  .textBnr p .fL,
  a.textBnr p .fL {
    font-size: 2rem;
  }
  .textBnr p.center,
  a.textBnr p.center {
    padding: 0 16px;
  }
  .textBnr .ico_blank,
  a.textBnr .ico_blank {
    width: 21px;
    height: 16px;
    top: 8px;
    right: 8px;
  }
  .list-base {
    margin: 40px 0;
  }
  .list-base > li:not(:first-child) {
    margin: 8px 0 0;
  }
  .list-tile {
    margin: 0 0 40px;
    gap: 24px;
  }
  .contact {
    margin: 120px auto;
  }
  .contact .linkBlock {
    margin: 0 auto;
    flex-direction: row-reverse;
  }
  .contact-inn {
    padding: 48px 0;
  }
  .contact-inn dl {
    margin: 0 auto;
  }
  .contact-ttl {
    margin: 0 0 32px;
    font-size: 2.8rem;
    line-height: 1.4;
  }
  .contact-ttl-copy {
    margin-bottom: 16px;
    font-size: 1.8rem;
  }
  .contact-ttl-s {
    margin-right: 16px;
    font-size: 1.6rem;
    vertical-align: 4px;
  }
  .contact-service {
    margin: 120px auto;
    width: 1200px;
  }
  .contact-service-cs {
    display: flex;
    justify-content: center;
  }
  .contact-service-cs .linkBlock-info {
    margin: 8px 0 0 32px;
    text-align: left;
  }
  .contact-service-info {
    overflow: hidden;
    padding: 56px;
  }
  .contact-service-info dt {
    margin: 0 0 32px;
    font-size: 2rem;
  }
  .contact-service-info .ph {
    float: right;
    margin: -64px 0 0 40px;
  }
  .basicArea + .contact {
    margin-top: 40px;
  }
  .contact-bunjo .-bubble a .bubble {
    width: 240px;
    right: -16px;
    top: -32px;
  }
  .contact-bunjo.linkBlock, .contact-bunjo.floatParts-info {
    flex-direction: row;
    gap: 16px;
  }
  .contact-bunjo.linkBlock > li, .contact-bunjo.floatParts-info > li {
    width: 320px;
    margin: 0;
  }
  .contact-bunjo.linkBlock > li a.actionBtn01.-large, .contact-bunjo.floatParts-info > li a.actionBtn01.-large {
    min-width: 100%;
  }
  .search-block {
    background-position: 0 -40px;
    width: 1200px;
    height: 450px;
    margin: 80px auto;
    padding: 48px;
    border-radius: 10px;
    position: relative;
  }
  .search-block::after {
    content: "";
    width: 450px;
    height: 100%;
    background: linear-gradient(90deg, rgba(246, 246, 246, 0) 0%, rgb(246, 246, 246) 30%);
    position: absolute;
    top: 0;
    right: 0;
    z-index: -1;
    border-radius: 0 10px 10px 0;
  }
  .search-block dt {
    font-size: 2.4rem;
  }
  .search-block .linkBlock {
    margin: 16px 0 0;
    flex-wrap: wrap;
    justify-content: flex-start;
  }
  .search-block .linkBlock > li {
    margin: 24px 0 0 32px;
    width: 320px;
  }
  .search-block .linkBlock a {
    width: 100%;
    padding: 14px 0 13px;
  }
  .basicArea + .search-block {
    margin-top: 40px;
  }
  .bg-base + .search-block, .bg-box + .search-block, .bg-main-light + .search-block {
    margin-top: 80px;
  }
  .basicArea .search-block {
    margin-bottom: 0;
  }
  #tateuri-floating-block {
    padding-left: 0;
  }
  #tateuri-floating-block .head01,
  #tateuri-floating-block .estate-list,
  #tateuri-floating-block .related-block {
    width: 960px;
    float: right;
  }
  #tateuri-floating-block::after {
    content: "";
    display: block;
    clear: both;
  }
  #tateuri-floating-block #tateuri-floating-menu {
    float: left;
    top: 16px;
  }
  /* _gnavi.scss -------------------------------------------------- */
  .gnavi-menu ul {
    margin: 16px 0;
    font-size: 1.8rem;
  }
  .gnavi-menu li {
    margin-top: 16px;
  }
  .gnavi-menu .close {
    margin-top: 24px;
  }
  .gnavi-menu nav {
    padding: 56px 0;
  }
  .gnavi-logo {
    margin-bottom: 40px;
  }
  .gnav-toggle-btn {
    box-shadow: 0 0 1px rgba(0, 0, 0, 0.5);
    transition: background-color 0.2s;
  }
  .gnav-toggle-btn:hover {
    background-color: #f5f5f5;
  }
  /* _header.scss -------------------------------------------------- */
  .header-logo {
    padding: 24px 40px;
  }
  .header-base .menu-main li {
    margin-left: 2px;
  }
  .header-base .menu-main a {
    display: block;
    padding: 16px;
    color: #1f1f1f;
    font-weight: bold;
  }
  .header-base .menu-main a:hover {
    color: #0778a4;
    text-decoration: none;
    box-shadow: 0 -4px #72b8da inset;
  }
  .header-base .menu-main a.cr {
    box-shadow: 0 -4px #72b8da inset;
  }
  .header-base .menu-sub {
    padding: 12px 16px 0 0;
  }
  .header-base .menu-sub li {
    margin-left: 24px;
  }
  .header-base .menu-sub a {
    color: #1f1f1f;
    font-size: 1.4rem;
  }
  .header-base .menu-sub .arrow, .header-base .menu-sub .arrow-back {
    padding: 0 0 0 1.2em;
  }
  .top .header-base .menu-main a {
    color: #fff;
  }
  .top .header-base .menu-main a:hover, .top .header-base .menu-main a.cr {
    box-shadow: 0 -4px #fff inset;
  }
  .top .header-base .menu-sub a {
    color: #fff;
  }
  .top .header-base .arrow::before, .top .header-base .arrow-back::before {
    border-color: #fff;
  }
  .header-menu {
    width: 1200px;
    margin: 0 auto;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
  }
  .header-menu .header-logo {
    padding: 0 0 18px;
  }
  .header-menu_in {
    display: flex;
    flex-direction: column-reverse;
  }
  .header-menu ul {
    margin: 0;
    display: flex;
    justify-content: flex-end;
  }
  /* _top.scss -------------------------------------------------- */
  .top {
    position: relative;
  }
  .top-kv {
    z-index: 2;
  }
  .top-kv-list .img {
    padding: 0;
    width: 100%;
    height: 610px;
  }
  .service-list {
    display: flex;
    justify-content: center;
  }
  .service-list > li {
    margin: 0 24px 0 0;
    width: 384px;
  }
  .service-list > li:last-child {
    margin-right: 0;
  }
  .service-list-info {
    padding: 24px;
  }
  .service-list-info .name {
    margin: 0 0 16px;
    font-size: 2rem;
  }
  .service-list-info .text {
    margin: 0;
    font-size: 1.4rem;
  }
  .service-list-info .link {
    margin: 24px 0 0;
  }
  .service-bnr {
    padding: 24px 0 24px calc((100% - 1200px) / 2 + 156px);
  }
  .service-bnr-list > li {
    margin: 0 12px;
    width: 420px;
  }
  .service-bnr .swiper-pagination {
    margin: 4px 0 0;
    width: 888px;
  }
  .service-area .service-bnr {
    margin: 56px 0 -24px;
  }
  .info-list {
    margin: 32px 160px;
  }
  .info-list > li {
    padding: 16px;
  }
  .info-list > li a {
    margin: -16px;
    padding: 16px;
    width: calc(100% + 16px + 16px);
  }
  .info-list-date {
    padding: 0 16px;
    width: 160px;
  }
  .bnr-list {
    margin: 0;
    display: flex;
    justify-content: center;
  }
  .bnr-list > li {
    margin: 0 16px;
  }
  .sumi-top {
    display: flex;
  }
  .sumi-top-ttl {
    width: 190px;
    margin-right: 50px;
    font-size: 2rem;
  }
  .sumi-top-ttl .text {
    margin-top: 40px;
    display: block;
    padding: 24px 0;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
  }
  .sumi-top-main {
    margin: 0 !important;
    flex: 1 0 0%;
  }
  .sumi-top-main .head02 {
    margin: 56px 0 32px;
  }
  .sumi-top-main .head02:first-child {
    margin-top: 0;
  }
  .sumi-top-main.commonParts-estate .estate-list > li {
    margin-left: 24px !important;
    width: calc(25% - 18px);
  }
  .recommend-list {
    width: 1200px;
    margin: -16px auto 0;
  }
  .recommend-list > li {
    margin: 16px 30px 0 0;
    width: 380px;
  }
  .recommend-list > li:nth-child(3n) {
    margin-right: 0;
  }
  .recommend-list figure {
    background: #f3f2ed;
    width: 380px;
    height: 185px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .recommend-list p {
    margin: 0;
    padding: 12px 0;
  }
  .captioninfo {
    display: flex;
    flex-wrap: wrap;
  }
  .captioninfo dt {
    width: 200px;
    margin: 20px 0;
  }
  .captioninfo dd {
    width: calc(100% - 200px);
    margin: 20px 0;
  }
  .captioninfo-estate {
    width: 960px;
  }
  /* _remodalstyle.scss -------------------------------------------------- */
  .remodal-wrapper {
    padding: 40px 0;
  }
  .remodal {
    padding: 0;
    background: none;
  }
  .remodal .mainBlock {
    height: calc(100vh - 180px);
    overflow-y: auto;
    padding: 40px;
    background: #fff;
  }
  .remodal .remodal-close {
    top: 16px;
    right: 16px;
  }
  .remodal.madoriRemodal {
    max-width: calc(100% - 80px);
    height: calc(100vh - 80px);
  }
  .remodal.madoriRemodal .mainBlock {
    height: calc(100vh - 80px);
    flex-direction: column;
  }
  .remodal.madoriRemodal .madori {
    height: auto;
    width: auto;
    margin: 0;
  }
  .remodal.madoriRemodal .madori img {
    max-width: 100%;
    max-height: calc(100vh - 160px - 25px - 32px);
    height: auto;
    width: auto;
  }
  .remodal.madoriRemodal .open {
    margin: 32px 0 0;
  }
  /* _form.scss -------------------------------------------------- */
  .formBlock {
    width: 1000px;
    margin: 0 auto;
    padding: 40px 0;
  }
  .normalForm {
    margin: 0 0 40px 0;
  }
  .normalForm .fieldset {
    display: flex;
  }
  .normalForm .legend {
    width: 240px;
    padding: 24px 16px;
  }
  .normalForm .inputArea {
    flex: 1 0 0%;
    padding: 24px 16px 16px;
  }
  .normalForm .itemArea {
    display: flex;
  }
  .normalForm .itemArea > dt {
    width: 8.5em;
    padding-top: 12px;
    color: #1f1f1f;
  }
  .normalForm .itemArea > dd {
    flex: 1 0 0%;
  }
  .listW2 li {
    width: calc(50% - 4px);
  }
  .listW2 li:not(:nth-child(2n+1)) {
    margin-left: 8px;
  }
  .listW3 li {
    width: calc(33.33% - 5.33px);
  }
  .listW3 li:not(:nth-child(3n+1)) {
    margin-left: 8px;
  }
  .formSateiStep {
    margin: 0 0 16px;
    padding-left: 176px;
  }
  .formSateiStep dt {
    width: 240px;
    margin: 0 0 8px;
    padding: 14px 16px;
    border: 1px solid #3073bb;
    border-radius: 4px;
    position: relative;
  }
  .formSateiStep dt::before {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px 8px 6px 0;
    border-color: transparent #3073bb transparent transparent;
    position: absolute;
    left: -9px;
    top: 50%;
    margin-top: -6px;
  }
  .formSateiStep dt::after {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px 8px 6px 0;
    border-color: transparent #fff transparent transparent;
    position: absolute;
    left: -7px;
    top: 50%;
    margin-top: -6px;
  }
  .formSateiStep .radio {
    width: 160px;
    position: absolute;
    top: 0;
    left: 0;
  }
  .msgArea {
    margin: 40px auto;
    padding: 64px 40px;
    text-align: center;
  }
  .msgArea-ttl {
    margin: 0 0 24px;
    font-size: 2.4rem;
  }
  .prvList dt {
    margin: 24px 0 12px;
    font-size: 1.8rem;
  }
  .prvCheck {
    text-align: center;
  }
  .prvCheck .checkbox {
    margin: 0 auto;
    width: 400px;
  }
  /* _table.scss -------------------------------------------------- */
  .outline-table {
    margin: 48px auto 0;
  }
  .outline-table tr:not(:first-child) {
    border-top: 8px solid #fff;
  }
  .outline-table th {
    padding: 16px;
  }
  .outline-table td {
    padding: 16px 0 16px 16px;
  }
  .rsv-table {
    width: 440px;
    font-size: 1.4rem;
  }
  .rsv-table .status {
    font-size: 2.4rem;
  }
  .rsv-table th {
    padding: 0 0 4px;
  }
  .rsv-table td {
    padding: 4px;
  }
  .maint-table {
    font-size: 1.4rem;
  }
  .maint-table th {
    padding: 0 0 4px;
  }
  .maint-table td {
    padding: 12px 4px;
    font-size: 2rem;
  }
  /* _estate.scss -------------------------------------------------- */
  .estate-list {
    display: flex;
    flex-wrap: wrap;
  }
  .estate-list > li {
    display: flex;
    margin: 0 24px 24px 0;
    width: calc(25% - 18px);
  }
  .estate-list > li:nth-child(4n) {
    margin-right: 0;
  }
  .menu-area-block .estate-list > li {
    margin: 0 24px 24px 0;
    width: 304px;
  }
  .menu-area-block .estate-list > li:nth-child(3n) {
    margin-right: 0;
  }
  .estate-list a {
    display: block;
    width: 100%;
  }
  .estate-list.-tateuri {
    gap: 72px 40px;
  }
  .estate-list.-tateuri > li {
    width: 460px;
    margin: 0;
    flex-direction: column;
  }
  .estate-list.-tateuri > li .estate-link:hover {
    background: rgba(213, 234, 244, 0.8);
  }
  .estate-list.-tateuri > li .imgFit {
    padding-top: 260px;
  }
  .estate-list.-tateuri > li .name {
    font-size: 2rem;
  }
  .estate-list.-tateuri > li .copy {
    height: 3.2em;
    font-size: 1.8rem;
    color: #76797e;
  }
  .estate-list.-tateuri > li .add {
    padding: 16px 0 36px;
    border-top: dotted #c0c1c5 1px;
  }
  .estate-list.-tateuri > li .btn-block {
    padding: 0;
  }
  .estate-list.-tateuri > li .btn-block .actionBtn01 {
    width: 100%;
  }
  .estate-list.-tateuri > li .btn-block.-bubble .bubble {
    width: 220px;
    top: -32px;
  }
  .estate-list.-tateuri > li .btn-block.-bubble:hover .bubble img {
    opacity: 1;
  }
  .estate-block {
    height: 100%;
    display: flex;
    flex-direction: column;
  }
  .estate-info {
    flex: 1 auto;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 16px;
  }
  .estate-info .name {
    margin: 0 0 12px;
    padding: 0 0 12px;
    flex: 1 auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .estate-info .madori {
    font-size: 2rem;
  }
  .estate-info .price {
    margin: 0;
  }
  .estate-info .add {
    margin: 12px 0 0;
  }
  .estate-tenji {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 32px;
  }
  .estate-tenji > li {
    width: auto !important;
    margin: 0 !important;
  }
  .estate-tenji .estate-info {
    padding: 0;
  }
  .estate-tenji .estate-info-inn {
    display: flex;
    flex-direction: column;
    height: 100%;
  }
  .estate-tenji .name {
    margin: 16px;
    margin-bottom: 0;
    flex: 0 0 auto;
  }
  .estate-tenji .estate-data {
    flex: 1 1 auto;
    display: flex;
    flex-direction: column;
    padding: 12px 16px 16px;
  }
  .estate-tenji .estate-data li {
    display: flex;
    text-indent: 0;
    margin-left: 0;
  }
  .estate-tenji .estate-data li svg {
    flex: 0 0 auto;
  }
  .estate-tenji .estate-data li button {
    text-align: left;
    background-color: transparent;
    border: none;
    text-decoration: underline !important;
    cursor: pointer;
  }
  .estate-tenji .estate-data li button:hover {
    text-decoration: none !important;
  }
  .estate-tenji .estate-photo-link {
    order: -1;
    display: block;
    position: relative;
  }
  .estate-tenji .estate-photo-link > img {
    aspect-ratio: 100/66;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .estate-tenji .estate-photo-link .icon-estate-vr {
    position: absolute;
    bottom: 10px;
    right: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: rgba(255, 240, 0, 0.8);
    width: 120px;
    height: 40px;
  }
  .estate-tenji .estate-photo-link .icon-estate-vr img {
    width: 94px;
  }
  .estate-tenji .estate-amazon-btn {
    margin: 0;
    margin-top: auto;
    padding-top: 32px;
    text-indent: 0;
    position: relative;
  }
  .estate-tenji .estate-amazon-btn button {
    width: 100%;
    padding: 0;
    cursor: pointer;
  }
  .estate-tenji .estate-amazon-btn img {
    width: 200px;
    position: absolute;
    top: 4px;
    right: 8px;
    z-index: 1;
  }
  .estate-tenji .estate-amazon-btn .actionBtn01 {
    width: 100%;
    margin-top: 0;
  }
  .estate-tenji.smallList {
    grid-template-columns: repeat(3, 1fr);
  }
  .estate-tenji.smallList .name:first-child {
    margin-top: 16px;
  }
  .estate-faq {
    margin-top: 60px;
  }
  .estate-faq .faq-item > dt {
    margin-right: 20px;
  }
  .estate-faq .faq-item > dd {
    width: 100%;
  }
  .estate-aria-desc {
    font-size: 16px;
    margin-top: 60px;
  }
  .desc-full {
    margin-top: 80px;
  }
  .consultation-list > div {
    display: flex;
  }
  .consultation-list > div dt {
    font-weight: bold;
  }
  .consultation-list > div dd {
    margin-top: 0.5em;
    margin-left: 0;
  }
  .detail-title-icon-vr {
    display: inline-flex;
    align-items: center;
    color: #1f1f1f;
    transform: translateY(-3px);
    margin-left: 50px;
  }
  .detail-title-icon-vr:hover {
    text-decoration: none;
  }
  .detail-title-icon-vr .detail-title-icon-vr-label {
    display: inline-block;
    font-size: 16px;
    font-weight: bold;
  }
  .detail-title-icon-vr .detail-title-icon-vr-label span {
    text-decoration: underline;
    padding-left: 0.5em;
  }
  .detail-title-icon-vr:hover .detail-title-icon-vr-label span {
    text-decoration: none;
  }
  .detail-title-icon-vr .detail-title-icon-vr-icon {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    background-color: #FCF001;
    border: solid 1px #D3D0FC;
    border-radius: 4px;
    width: 80px;
    height: 36px;
    margin-left: 20px;
  }
  .detail-title-icon-vr .detail-title-icon-vr-icon img {
    width: 66px;
  }
  .detail-youtube {
    width: 900px;
    margin: 40px auto;
    text-align: center;
  }
  .detail-column {
    margin: 64px 0 0;
  }
  .detail-column .menu-tab {
    margin: 0 auto;
    padding: 0 0 16px;
    left: 0;
    right: 0;
    top: 0;
    background: rgba(255, 255, 255, 0.75);
  }
  .detail-column .menu-tab + * {
    margin-top: 48px;
  }
  .detail-info {
    margin: 24px auto;
    padding: 20px 16px;
    border-top: 1px solid #c0c1c5;
    border-bottom: 1px solid #c0c1c5;
    font-size: 1.8rem;
  }
  .detail-info > li:not(:first-child) {
    margin-top: 12px;
  }
  .detail-info > li.vr .mapBtn a {
    padding: 8px 4px 6px;
    border: solid 1px #FCF001;
    transition: background-color 0.2s, border-color 0.2s;
  }
  .detail-info > li.vr .mapBtn a:hover {
    color: inherit;
    background-color: #fff;
    border-color: #111;
  }
  .detail-info > li.vr .mapBtn a img {
    width: 90px;
  }
  .detail-info > li .mapBtn {
    margin: -5px 0 -6px 8px;
  }
  .detail-ttl {
    margin: 0 0 32px;
    font-size: 2.4rem;
  }
  .detail-com {
    margin: 32px auto 40px;
    width: 900px;
    line-height: 2;
  }
  .detail-block {
    margin: 0 0 120px;
  }
  .detail-block-inn {
    margin: 0 0 80px;
  }
  .detail-block-top {
    margin: 80px auto;
  }
  .detail-list {
    width: 900px;
    margin-left: auto;
    margin-right: auto;
  }
  .detail-zu {
    margin: 40px auto;
    width: 900px;
    text-align: center;
  }
  .detail-map {
    margin: 40px auto;
    width: 900px;
    text-align: center;
  }
  .detail-Gmap {
    margin: 40px auto;
    width: 900px;
    height: 500px;
  }
  .detail-location {
    margin-top: -40px;
  }
  .detail-location > li {
    margin: 40px 0 0 40px;
    width: calc(25% - 30px);
  }
  .detail-location > li:nth-child(4n+1) {
    margin-left: 0;
  }
  .detail-location figure {
    margin-bottom: 8px;
    padding: 0;
    height: 180px;
  }
  .detail-location p {
    margin: 8px 0;
    font-size: 1.4rem;
    line-height: 1.4;
  }
  .detail-location p.data {
    margin: 4px 0;
    font-size: 1.2rem;
  }
  .detail-location p.ttl {
    font-size: 1.6rem;
  }
  .detail-location p.date {
    margin: 2px;
  }
  .detail-location_text {
    display: flex;
    flex-wrap: wrap;
  }
  .detail-location_text > li {
    padding: 16px 0;
    width: 50%;
  }
  .detail-location_text dt {
    width: 100px;
    padding: 2px 0;
  }
  .detail-location_text dd {
    margin: 0 0 0 16px;
    padding: 2px 40px 0 0;
  }
  .detail-corp {
    width: 1200px;
    margin: 32px auto 0;
    display: flex;
  }
  .detail-corp dd {
    flex: 1 0 0%;
    margin: 0 0 0 32px;
    padding-top: 1px;
    font-size: 1.4rem;
  }
  .detail-nav {
    margin: 80px auto;
    width: 1200px;
  }
  .detail-nav-ttl {
    margin: 0 0 24px;
    font-size: 2.4rem;
  }
  .detail-nav-ttl svg {
    width: 24px;
    height: 24px;
  }
  .detail-nav li {
    margin: 0 8px 0 0;
    padding: 12px 32px;
  }
  .detail-nav li a {
    margin: -12px -32px;
    padding: 12px 32px;
  }
  .kukaku-list {
    letter-spacing: 0;
    margin: 40px 0;
  }
  .kukaku-list > li {
    margin: 8px 0 0;
  }
  .kukaku-info {
    padding: 24px 32px;
    align-items: center;
  }
  .kukaku-info > dd {
    margin: 0;
  }
  .kukaku-info .price {
    min-width: 190px;
    font-size: 1.4rem;
    text-align: right;
  }
  .kukaku-info .price strong {
    font-size: 2.8rem;
  }
  .kukaku-data {
    display: flex;
    justify-content: space-between;
    margin-left: 40px !important;
    width: 562px;
  }
  .kukaku-data ul {
    display: flex;
  }
  .kukaku-data li {
    display: flex;
    align-items: center;
    margin: 0 16px 0 0;
  }
  .kukaku-data dt {
    width: 4.5em;
  }
  .kukaku-data dd {
    margin: 0;
  }
  .kukaku-icon-list {
    display: flex;
    justify-content: flex-end;
    width: 112px;
    transform: translateY(-24px);
  }
  .kukaku-icon-list > * {
    width: 54px;
  }
  .kukaku-icon-list > * + * {
    margin-left: 4px;
  }
  .kukaku-detail {
    padding: 40px 0;
  }
  .kukaku-detail .madori {
    margin: 40px auto;
    width: 900px;
  }
  .kukaku-detail .madori-zu {
    padding: 32px;
  }
  .kukaku-detail .madori-zu a {
    margin: -32px;
    padding: 32px;
  }
  .kukaku-detail .madori p {
    margin: 16px 0 0;
  }
  .kukaku-acTriger {
    cursor: pointer;
    position: relative;
    padding-right: 160px !important;
  }
  .kukaku-acTriger::after {
    content: "詳細を見る";
    color: #0778a4;
    font-size: 1.4rem;
    position: absolute;
    margin-top: -12px;
    top: 50%;
    right: 64px;
  }
  .kukaku-acTriger::before {
    content: "";
    display: inline-block;
    position: absolute;
    top: 50%;
    width: 20px;
    height: 20px;
    border-top: solid 3px #72b8da;
    border-right: solid 3px #72b8da;
    transform: rotate(135deg);
    position: absolute;
    margin-top: -16px;
    top: 50%;
    right: 28px;
  }
  .kukaku-acTriger.active::before {
    transform: rotate(-45deg);
    margin-top: -4px;
  }
  .kukaku-ico {
    margin: 0 0 0 auto !important;
  }
  .kukaku-ico svg {
    width: 36px;
    height: 36px;
  }
  .embed-block {
    margin: 40px auto;
    width: 958px;
  }
  .gray-list {
    margin: -40px auto 40px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .gray-list > li {
    margin: 40px 0 0;
    width: calc(50% - 20px);
    min-height: 200px;
  }
  .gray-list > li figure {
    width: 200px;
    padding: 0;
    margin: 0;
  }
  .gray-list a {
    display: flex;
    align-items: stretch;
    width: 100%;
  }
  .gray-list dl {
    flex: 1 0 0%;
    padding: 30px 24px;
  }
  .gray-list dt {
    margin: 0 0 12px;
    font-size: 1.8rem;
    line-height: 1.4;
  }
  .gray-list dt .sub {
    margin: 0 0 4px;
    font-size: 1.2rem;
  }
  .gray-list dt::after {
    width: 12px;
    height: 12px;
    margin-top: -8px;
    right: 16px;
  }
  .shc {
    margin: 0;
  }
  .shc-ttl {
    margin: 0 0 40px;
    font-size: 4rem;
    line-height: 1.2;
  }
  .shc-ttl img {
    margin-bottom: 40px;
  }
  .shc-mainph {
    margin: 40px auto;
    text-align: center;
  }
  .shc-copy {
    margin: 56px auto 80px;
    font-size: 2rem;
    line-height: 1.8;
  }
  .shc-concept .ttl02 {
    margin: 0;
    padding: 40px 48px;
  }
  .shc-concept-in {
    padding: 56px 48px;
    display: flex;
  }
  .shc-concept-in .text {
    flex: 1 0 0%;
    margin: 0;
    font-size: 1.8rem;
    line-height: 1.8;
  }
  .shc-concept-in .youtube {
    width: 640px;
    height: 420px;
  }
  .shc-concept-in .youtube iframe {
    width: 640px;
    height: 420px;
  }
  .shc-katachi {
    margin: 120px 80px;
  }
  .shc-katachi-ttl {
    margin-bottom: 40px;
    font-size: 4rem;
  }
  .shc-katachi-in {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .shc-katachi p {
    margin: 0;
    font-size: 1.8rem;
    line-height: 2;
  }
  .shc-gselect {
    margin: 80px auto 0;
  }
  .shc-gselect-ttl {
    margin-bottom: 40px;
  }
  .shc-gselect-text {
    margin: 0 auto 40px;
    font-size: 2.4rem;
    line-height: 1.8;
  }
  .shc-gselect-list {
    margin: 40px auto;
    justify-content: center;
  }
  .shc-gselect-list > li {
    width: 300px;
    margin: 0 24px;
  }
  .shc-gselect-list .text {
    padding: 32px 0;
    font-size: 2rem;
  }
  .shc-gselect-list .logo {
    margin: 0 0 12px;
  }
  .shc-gselect-point {
    margin: 80px auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 3.2rem;
  }
  .city-list {
    margin: 0 0 24px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .city-list > li {
    margin: 0 0 56px;
    width: calc(50% - 20px);
  }
  .city-list > li figure {
    width: 240px;
    height: 160px;
    padding: 0;
    margin: 0 24px 0 0;
  }
  .city-list dt {
    margin: 0 0 12px;
    font-size: 1.8rem;
    line-height: 1.4;
  }
  .city-list dt .sub {
    margin: 0 0 4px;
    font-size: 1.2rem;
  }
  .consultation-list > div {
    display: flex;
  }
  .consultation-list > div dt {
    flex: 0 0 auto;
    width: 180px;
    padding-right: 30px;
  }
  .consultation-list > div dd {
    width: 100%;
    margin: 0;
  }
  .tenji-head {
    margin: 40px auto;
    display: flex;
  }
  .tenji-head_ph {
    margin: 0 40px 0 0;
    width: 640px;
  }
  .tenji-head_info {
    flex: 1 0 0%;
  }
  .tenji-head_info .pName {
    margin: 0;
    padding: 12px 16px;
  }
  .tenji-head_info .detail-info {
    border: none;
    margin: 0;
    padding: 0 0 20px;
  }
  .tenji-equList {
    margin: 16px auto;
  }
  .tenji-equList > li {
    margin: 5px 5px 0 0;
    width: 100px;
    height: 100px;
  }
  .tenji-equList > li:nth-child(5n) {
    margin-right: 0;
  }
  .tenji-rsv {
    margin: 80px 0;
    padding: 48px 0;
    background: #eff0f2;
    display: flex;
    justify-content: center;
  }
  .tenji-rsv-data {
    padding: 16px 40px 16px 0;
    margin: 0;
    width: 760px;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .tenji-rsv-data dt {
    padding: 0 0 8px;
    flex: 1 0 0%;
    font-size: 1.8rem;
  }
  .tenji-rsv-data dt svg {
    margin: 0 0 8px;
    width: 30px;
    height: 26px;
  }
  .tenji-rsv .linkBlock {
    margin: 0 0 0 40px;
    width: 400px;
    flex-direction: column-reverse;
  }
  .tenji-rsv .linkBlock > li {
    margin: 0;
  }
  .tenji-rsv .linkBlock > li + li {
    margin-bottom: 8px;
  }
  .tenji-about-text p {
    margin: 0 auto;
  }
  .tenji-about-vr {
    margin: 80px 0 0;
  }
  .tenji-about-vr .ttl {
    margin: 0 0 32px;
    font-size: 2.4rem;
  }
  .tenji-madori .madori-list {
    display: flex;
    justify-content: center;
  }
  .tenji-madori .madori-list .block {
    margin: 0 8px;
    width: 368px;
  }
  .tenji-madori .madori-list p {
    margin: 0;
    display: inline-block;
  }
  .tenji-madori .madori-list .madori {
    margin: 0 0 8px;
  }
  .tenji-madori .swiper-container {
    width: 1152px;
    margin: 0 auto;
  }
  .tenji-madori .swiper-button-next, .tenji-madori .swiper-container-rtl .swiper-button-prev {
    right: 0;
    top: 103px;
    margin: 0;
  }
  .tenji-madori .swiper-button-prev, .tenji-madori .swiper-container-rtl .swiper-button-next {
    left: 0;
    top: 103px;
    margin: 0;
  }
  .tenji-covid {
    padding: 80px;
  }
  .tenji-covid .covid-ttl {
    margin: 0 0 40px;
  }
  .tenji-covid .covid-ttl strong {
    font-size: 2.4rem;
  }
  .tenji-covid_ini {
    margin: 40px auto;
    padding: 48px 56px;
    width: 720px;
  }
  .tenji-covid_ini dt {
    margin: 0 0 32px;
    font-size: 2rem;
  }
  .tenji-covid_ini .ini-list > li {
    width: 100%;
    margin: 0 8px;
  }
  .tenji-covid_ini .ini-list img {
    margin: 0 0 16px;
  }
  .tenji-covid .text {
    margin: 16px 0;
  }
  .tenji-covid_merit {
    margin: 48px 0;
  }
  .tenji-covid_merit dt {
    margin: 0 0 16px;
    font-size: 2.4rem;
  }
  .tenji-covid_merit dt strong {
    margin: 0 2px;
    font-size: 4rem;
    vertical-align: -3px;
  }
  .tenji-covid_merit .merit-list > li {
    margin: 0 12px;
    width: 160px;
    height: 160px;
    font-size: 2rem;
  }
  .tenji-voice {
    margin: -40px 0 0;
    overflow: hidden;
  }
  .tenji-voice > li {
    float: left;
    margin: 40px 0 0;
    width: 580px;
  }
  .tenji-voice > li::before {
    margin: 8px 32px 0 0;
  }
  .tenji-voice > li:nth-child(2n) {
    float: right;
  }
  .tenji-voice > li:nth-child(2n)::before {
    margin: 8px 0 0 32px;
  }
  .tenji-voice > li:nth-child(2) {
    margin-top: 56px;
  }
  .tenji-voice > li .text {
    padding: 16px;
  }
  .commonParts {
    margin: 120px auto;
  }
  .commonParts-estate {
    margin: 0 auto 80px;
  }
  .commonParts-estate .estate-list {
    margin: -25px 0 0;
    justify-content: center;
  }
  .commonParts-estate .estate-list > li {
    width: calc(20% - 20px);
    height: auto !important;
    margin: 25px 0 0 25px !important;
  }
  .commonParts-estate .estate-list > li:nth-child(5n+1) {
    margin-left: 0 !important;
  }
  .commonParts-estate .estate-info {
    padding: 12px 12px 16px;
  }
  .commonParts-estate .estate-info .name {
    font-size: 1.6rem;
  }
  .commonParts-estate .estate-info .price strong {
    font-size: 1.8rem;
  }
  .commonParts-estate .estate-info .add {
    margin: 8px 0 0;
  }
  .commonParts-tenji {
    margin: 0 auto 80px;
  }
  .commonParts-tenji .estate-list {
    margin: -24px 0 0;
    justify-content: center;
  }
  .commonParts-tenji .estate-list > li {
    width: calc(25% - 18px);
    margin: 24px 0 0 24px;
  }
  .commonParts-tenji .estate-list > li:nth-child(4n+1) {
    margin-left: 0;
  }
  .event-detail {
    margin: 40px 0 80px;
  }
  .event-cont {
    width: 900px;
    margin: 80px auto 40px;
  }
  .event-cont p {
    margin: 24px 0;
  }
  .event-cont p.img {
    margin: 48px auto;
    text-align: center;
  }
  .sumi-main {
    margin-top: 40px;
    display: flex;
    align-items: center;
  }
  .sumi-main .logo {
    flex: 1 0 0%;
    text-align: center;
    margin: 0 50px 0 0;
  }
  .sumi-data {
    margin: 0;
    width: 700px;
  }
  .sumi-data .kukaku-data ul {
    display: flex;
  }
  .sumi-data .kukaku-data li {
    margin: 0 24px 0 0;
  }
  .sumi-price .price {
    margin: 0;
    align-items: flex-end;
    font-size: 1.6rem;
  }
  .sumi-price .price strong {
    font-size: 4rem;
    vertical-align: -2px;
  }
  .sumi-price-area {
    margin-left: 16px;
    padding-bottom: 7px;
    display: flex;
    align-items: flex-end;
  }
  .sumi-price-area > li {
    margin-left: 24px;
  }
  .sumi-price-area dl {
    display: flex;
    align-items: flex-end;
  }
  .sumi-price-area dt {
    width: 3em;
    padding-bottom: 3px;
  }
  .sumi-price-area .price {
    font-size: 1.4rem;
  }
  .sumi-price-area .price strong {
    font-size: 2.4rem;
    vertical-align: -2px;
  }
  .sumi-info {
    margin-top: 80px;
    display: flex;
    justify-content: space-between;
    flex-direction: row-reverse;
  }
  .sumi-info-data {
    width: 450px;
  }
  .sumi-info-data .tenji-equList {
    margin: 0;
    justify-content: space-between;
  }
  .sumi-info-data .tenji-equList > li {
    margin: 0 0 8px 0;
    width: calc(50% - 4px);
    height: 48px;
    line-height: 1.2;
  }
  .sumi-info .maint-block {
    margin-top: 48px;
  }
  .sumi-info .maint-ttl {
    width: 100%;
    margin: 0 0 16px;
    padding: 0;
    font-size: 2rem;
  }
  .sumi-info .maint-ttl::before, .sumi-info .maint-ttl::after {
    display: none;
  }
  .sumi-info .maint-text {
    margin: 8px 0 0;
    text-align: right;
    font-size: 1.2rem;
  }
  .sumi-madori {
    width: 700px;
  }
  .related-block {
    max-width: 960px;
  }
  .related-block:not(:first-child) {
    margin: 80px 0 0;
  }
  .related-list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 24px;
  }
  .related-list .block {
    width: calc(50% - 12px);
  }
  .related-list figure {
    width: 180px;
    aspect-ratio: 4/3;
  }
  .related-tenji .block {
    width: 100%;
  }
  .related-tenji .related-list-block {
    display: block;
    min-height: 167px;
    align-items: flex-start;
    padding: 16px 16px 16px 212px;
  }
  .related-tenji .related-list-block .name {
    font-size: 1.6rem;
    margin: 4px 0 16px;
  }
  .related-tenji figure {
    position: absolute;
    top: 16px;
    left: 16px;
  }
  .related-tenji .related-list-info {
    padding: 0;
  }
  .related-tenji .estate-data {
    display: flex;
    flex-wrap: wrap;
  }
  .related-tenji .estate-data > li {
    margin-right: 24px;
  }
  .related-tenji .estate-data .box {
    margin: 0;
    width: 100%;
  }
  /* _estate_kukaku.scss -------------------------------------------------- */
  .theta-block .theta-list {
    display: flex;
    justify-content: center;
  }
  .theta-block .theta-list li {
    margin: 20px;
  }
  .theta-block .theta-list li span {
    font-size: 2.1rem;
  }
  .theta-block .theta-Btn {
    padding: 20px 0px 16px 20px;
    width: 430px;
  }
  .theta-block .theta-Btn svg {
    width: 50px;
    height: 40px;
    margin-left: 8px;
  }
  /* _reform.scss -------------------------------------------------- */
  .gray-list .imgFitLeft img {
    left: 0;
    transform: translate(0, -50%);
    -o-object-position: left center;
       object-position: left center;
    background-position-x: 0 !important;
  }
  .bnr-Area {
    padding-top: 32px;
  }
  .reform-kodawari-header {
    margin: 80px 0 72px;
  }
  .reform-kodawari-header .ttl {
    margin: 0 0 24px;
    font-size: 4rem;
  }
  .reform-kodawari-detail {
    margin: 0 0 96px;
  }
  .reform-kodawari-detail .annotation {
    margin: 40px auto 0;
    display: table;
    font-size: 1.4rem;
  }
  .reform-kodawari-list {
    margin: 0 -15px;
    overflow: hidden;
    display: flex;
    justify-content: center;
  }
  .reform-kodawari-list > li {
    width: 380px;
    margin: 0 15px;
    display: flex;
    flex-direction: column;
  }
  .reform-kodawari-list > li .head {
    margin: 0 0 20px;
    order: 2;
    font-size: 2rem;
  }
  .reform-kodawari-list > li .text {
    order: 3;
  }
  .reform-kodawari-list > li .img {
    margin: 0 0 24px;
    order: 1;
  }
  .reform-theme-block {
    margin: 0 0 96px;
  }
  .reform-theme-header {
    margin: 0 0 72px;
  }
  .reform-theme-header .ttl {
    padding: 72px 0 0;
    font-size: 2.8rem;
  }
  .reform-theme-header .copy {
    width: 1200px;
    height: 400px;
    margin: 0 0 40px;
    padding: 0 80px;
    font-size: 3.6rem;
  }
  .reform-theme-header .text {
    font-size: 1.8rem;
    text-align: center;
  }
  .reform-theme-detail-list {
    margin: 0 0 72px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .reform-theme-detail-list > li {
    width: 580px;
    margin: 56px 0 0;
  }
  .reform-theme-detail-list > li:nth-child(-n+2) {
    margin-top: 0;
  }
  .reform-theme-detail-list.-row > li {
    width: 1200px;
    margin: 56px 0 0;
  }
  .reform-theme-detail-list.-row > li:first-of-type {
    margin: 0;
  }
  .reform-theme-detail-list.-row > li .reform-theme-item {
    width: 1200px;
  }
  .reform-theme-detail-list.-row > li .cover-text {
    margin: 0 0 32px;
    font-size: 1.8rem;
    text-align: center;
  }
  .reform-theme-detail-list.-row > li .subitem-list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .reform-theme-detail-list.-row > li .subitem-list > li {
    width: 480px;
    margin: 0 auto;
  }
  .reform-theme-detail .regarden-profile {
    margin: 0 0 48px;
    padding: 32px 50px;
  }
  .reform-theme-detail .regarden-profile .name {
    width: 670px;
    margin: 24px 0;
    float: right;
  }
  .reform-theme-detail .regarden-profile .img {
    margin: 0;
  }
  .reform-theme-detail .regarden-profile .text {
    width: 670px;
    float: right;
  }
  .reform-theme-detail .regarden-video {
    margin: 0 0 72px;
  }
  .reform-theme-detail .regarden-video > dt {
    margin: 0 0 32px;
    font-size: 2.2rem;
  }
  .reform-theme-detail .regarden-video-list {
    margin: 0 50px;
  }
  .reform-theme-detail .regarden-video-list > li {
    width: 234px;
  }
  .reform-theme-item {
    width: 480px;
    margin: 0 auto;
  }
  .reform-theme-item.-wide {
    width: 580px;
  }
  .reform-theme-item > dt {
    margin: 0 0 32px;
  }
  .reform-theme-item > dt .text {
    font-size: 2.4rem;
  }
  .reform-theme-item .highlight {
    width: 240px;
    height: 40px;
    margin-bottom: 8px;
  }
  .reform-theme-item .highlight.-pu {
    width: 120px;
  }
  .reform-theme-item > dd {
    margin: 0;
  }
  .reform-theme-item .img-block .img-two > li {
    width: 280px;
  }
  .reform-theme-item .img-block .img {
    margin: 0;
  }
  .reform-theme-item .img-block .caption {
    margin: 8px 0 0;
    font-size: 1.2rem;
  }
  .reform-theme-item .text-block {
    margin: 24px 0 0;
  }
  .reformcase-filter {
    margin: 0 0 64px;
    display: flex;
    justify-content: space-between;
  }
  .reformcase-filter-type {
    width: 490px;
  }
  .reformcase-filter-theme {
    width: 645px;
  }
  .reformcase-filter dt {
    margin: 0 0 24px;
    font-size: 2.4rem;
  }
  .reformcase-filter dd {
    width: 100%;
  }
  .reformcase-filter ul {
    justify-content: space-between;
  }
  .reformcase-filter ul > li a {
    width: 150px;
    height: 150px;
    padding: 80px 0 20px;
    background-position: center 10px;
  }
  .reformcase-filter ul > li a::after {
    content: "";
    display: inline-block;
    position: absolute;
    top: 50%;
    width: 12px;
    height: 12px;
    border-top: solid 2px #72b8da;
    border-right: solid 2px #72b8da;
    transform: rotate(135deg);
    top: auto;
    bottom: 10px;
  }
  .reformcase-header {
    margin: 0 0 56px;
  }
  .reformcase-header-no {
    margin: 0;
    font-size: 3.2rem;
  }
  .reformcase-header .label-new {
    margin-left: 8px;
    font-size: 2rem;
    vertical-align: 4px;
  }
  .reformcase-header-ttl {
    margin: 0 0 10px;
    font-size: 3.2rem;
  }
  .reformcase-header-copy {
    font-size: 2.4rem;
  }
  .reformcase-outline {
    margin: 0 0 104px;
    display: flex;
    justify-content: space-between;
  }
  .reformcase-outline-info {
    width: 530px;
    padding: 30px;
    display: flex;
    flex-direction: column;
    background: #eff0f2;
  }
  .reformcase-outline-data {
    order: 2;
  }
  .reformcase-outline-data > dl {
    margin: 20px 0;
  }
  .reformcase-outline-data > dl > dt {
    width: 150px;
    margin: 0 0 10px;
  }
  .reformcase-outline-data > dl > dd {
    width: 320px;
    margin: 0 0 10px;
  }
  .reformcase-outline-data .ico_reform > li {
    width: 230px;
    height: 60px;
    margin: 0 0 10px;
    padding: 0 20px 0 80px;
    background-position: 20px center;
    font-size: 1.4rem;
  }
  .reformcase-outline-text {
    margin: 0;
    padding: 0 0 20px;
    order: 1;
    border-bottom: solid 1px #c0c1c5;
    font-size: 1.8rem;
    line-height: 1.8;
  }
  .reformcase-outline-img {
    width: 630px;
  }
  .reformcase-outline-mainimg {
    width: 630px;
    height: 420px;
  }
  .reformcase-outline-thumimg {
    height: 60px;
  }
  .reformcase-outline-thumimg > li {
    width: 90px;
    height: 60px;
    margin: 0 5px;
  }
  .reformcase-outline-thumimg > li img {
    cursor: pointer;
  }
  .reformcase-outline-thumimg > li img:hover {
    opacity: 0.8;
  }
  .reformcase-detail {
    margin: 0 0 96px;
  }
  .reformcase-detail .head02 {
    margin-bottom: 64px;
  }
  .reformcase-detail .reformba-block {
    display: flex;
    justify-content: center;
  }
  .reformcase-detail .reformba-block > li > p {
    margin: 32px 0 0;
  }
  .reformcase-detail .reformba-circle {
    width: 80px;
    height: 80px;
    font-size: 2.2rem;
    top: -30px;
    right: -30px;
  }
  .reformcase-detail .reformba-before {
    width: 440px;
    margin-right: 120px;
  }
  .reformcase-detail .reformba-before::after {
    width: 0;
    height: 0;
    margin: auto;
    content: "";
    display: block;
    position: absolute;
    border-style: solid;
    border-width: 90px 0 90px 30px;
    border-color: transparent transparent transparent #f3f2ed;
    top: 16px;
    right: -80px;
  }
  .reformcase-detail .reformba-after {
    width: 640px;
  }
  .case-list {
    margin: 0;
  }
  .case-list > li {
    width: 270px;
    margin: 40px 40px 0 0;
  }
  .case-list > li:nth-child(4n) {
    margin-right: 0;
  }
  .case-list > li:nth-child(-n+4) {
    margin-top: 0;
  }
  .case-list-detail {
    padding: 15px 15px 20px;
  }
  .case-list-detail figure {
    margin: 0 0 12px;
  }
  .case-list-detail .no {
    margin: 12px 0 0;
    font-size: 2rem;
  }
  .case-list-detail .label-new {
    margin-left: 8px;
    font-size: 1.6rem;
    vertical-align: 2px;
  }
  .case-list-detail .title {
    margin: 2px 0 5px;
    font-size: 1.6rem;
  }
  .case-list-tag {
    margin: 10px 0 0;
  }
  .case-list-tag > li {
    margin: 5px 5px 0 0;
    padding: 0 10px;
    line-height: 30px;
    font-size: 1.2rem;
  }
  .case-message {
    margin: 0 0 72px;
    padding: 72px 80px;
  }
  .case-message .message-ttl {
    margin: 0 0 40px;
    font-size: 4.8rem;
  }
  .case-message .message-detail {
    margin: 0 0 32px;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .case-message .message-detail > dt {
    width: 240px;
    height: 40px;
    font-size: 2rem;
    line-height: 40px;
    border-radius: 20px;
  }
  .case-message .message-detail > dd {
    width: 720px;
    margin: 0;
  }
  .case-nav {
    margin: 0 0 72px;
    justify-content: center;
  }
  .case-nav-here {
    width: 176px;
    font-size: 2.4rem;
  }
  .faq-list {
    margin: 0 0 96px;
  }
  .faq-list > li {
    padding: 40px 0;
  }
  .faq-item:first-of-type {
    margin: 0 0 40px;
  }
  .faq-item > dt {
    width: 56px;
    font-size: 3.2rem;
  }
  .faq-item > dd {
    width: 1120px;
    padding: 4px 0 0;
  }
  .reformcloudsign-kv .kv-ttl {
    padding-top: 120px;
    font-size: 3rem;
  }
  .reformcloudsign-header.basicArea {
    padding: 50px 0 44px;
  }
  .reformcloudsign-header-ttl {
    display: flex;
    justify-content: center;
    margin-bottom: 50px;
  }
  .reformcloudsign-header-ttl span {
    font-size: 3rem;
    margin: 13px 0 0 -8px;
  }
  .reformcloudsign-header-btn {
    margin-bottom: 100px;
  }
  .reformcloudsign-header-linklist {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 20px;
  }
  .reformcloudsign-header-linklist > li {
    max-width: 280px;
    width: 100%;
    height: 96px;
  }
  .reformcloudsign-header-linklist > li a {
    justify-content: center;
    padding: 14px 14px 24px;
    text-align: center;
  }
  .reformcloudsign-header-linklist > li::after {
    bottom: 11px;
    left: 50%;
    transform: translateX(-50%);
  }
  .reformcloudsign-ttl {
    font-size: 4rem;
    line-height: 1.25;
    margin-bottom: 102px;
  }
  .reformcloudsign-text {
    line-height: 2.25;
    text-align: center;
    margin: -78px 0 96px;
  }
  .reformcloudsign-guide.basicArea {
    padding: 155px 0;
  }
  .reformcloudsign-guide-block {
    margin-bottom: 40px;
  }
  .reformcloudsign-guide-block-ttl {
    font-size: 2.8rem;
    line-height: 1.43;
    margin-bottom: 24px;
  }
  .reformcloudsign-guide-block-ttl-sub {
    padding-left: 40px;
    font-size: 1.8rem;
    line-height: 2;
    margin: 0 0 4px;
  }
  .reformcloudsign-guide-block-text {
    padding-left: 40px;
    font-size: 1.6rem;
    line-height: 2;
  }
  .reformcloudsign-guide-block-list > li {
    padding-left: 56px;
    font-size: 1.6rem;
    line-height: 2;
  }
  .reformcloudsign-guide-block-list > li:before {
    left: 40px;
  }
  .reformcloudsign-guide-block table {
    margin-left: 40px;
  }
  .reformcloudsign-guide-block table tr th {
    font-size: 1.6rem;
    line-height: 2;
    padding: 10px 15px;
    width: 240px;
  }
  .reformcloudsign-guide-block table tr td {
    font-size: 1.6rem;
    line-height: 2;
    padding: 10px 15px;
    width: 480px;
  }
  .reformcloudsign-guide-btn {
    max-width: 800px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 40px;
    padding: 20px;
  }
  .reformcloudsign-flow.basicArea {
    padding: 160px 0;
  }
  .reformcloudsign-flow-list {
    padding-bottom: 80px;
  }
  .reformcloudsign-flow-list::before {
    height: calc(100% - 8px);
    left: 40px;
  }
  .reformcloudsign-flow-list::after {
    width: 16px;
    height: 16px;
    left: 33px;
  }
  .reformcloudsign-flow-list > li + li {
    margin-top: 80px;
  }
  .reformcloudsign-flow-list-num {
    width: 80px;
    height: 80px;
    font-size: 6rem;
    line-height: 1.2;
    margin: 0 40px 0 0;
  }
  .reformcloudsign-flow-list-summary {
    width: 800px;
    margin-top: 16px;
  }
  .reformcloudsign-flow-list-ttl {
    font-size: 2.8rem;
    line-height: 1.43;
    margin: 0 0 22px;
  }
  .reformcloudsign-flow-list-text {
    font-size: 1.8rem;
    line-height: 2;
  }
  .reformcloudsign-flow-list-image {
    width: 180px;
    margin: 0 0 0 auto;
  }
  .reformcloudsign-flow-list-caption {
    font-size: 1.8rem;
    line-height: 2;
  }
  .reformcloudsign-setting.basicArea {
    padding: 160px 0;
  }
  .reformcloudsign-setting-list {
    display: flex;
    justify-content: center;
    max-width: 1120px;
    width: 100%;
    padding: 25px;
  }
  .reformcloudsign-setting-list > li {
    width: 260px;
  }
  .reformcloudsign-setting-list-ttl {
    height: 50px;
    margin-bottom: 6px;
  }
  .reformcloudsign-setting-list-image {
    margin-bottom: 14px;
  }
  .reformcloudsign-confirm.basicArea {
    padding: 160px 0;
  }
  .reformcloudsign-confirm-linklist {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 20px;
    margin-bottom: 60px;
  }
  .reformcloudsign-confirm-linklist > li {
    max-width: 320px;
    height: 76px;
  }
  .reformcloudsign-confirm-linklist > li a {
    padding: 20px;
    text-align: center;
  }
  .reformcloudsign-confirm-linklist > li::after {
    bottom: 11px;
    left: 50%;
    transform: translateX(-50%);
  }
  .reformcloudsign-confirm-block {
    padding: 55px 40px 60px;
    margin-bottom: 100px;
  }
  .reformcloudsign-confirm-block-ttl {
    font-size: 2.8rem;
    line-height: 1.43;
    margin-bottom: 30px;
  }
  .reformcloudsign-confirm-block-list > li {
    display: flex;
    align-items: center;
    gap: 60px;
    padding: 40px 40px 40px 80px;
  }
  .reformcloudsign-confirm-block-list > li + li {
    margin-top: 30px;
  }
  .reformcloudsign-confirm-block-list-summary {
    width: 660px;
  }
  .reformcloudsign-confirm-block-list-num {
    display: inline-block;
    height: 39px;
    font-size: 1.8rem;
    line-height: 39px;
    margin-bottom: 10px;
  }
  .reformcloudsign-confirm-block-list-text {
    font-size: 2.4rem;
    line-height: 1.67;
    margin: 0;
  }
  .reformcloudsign-confirm-block-list-caption {
    font-size: 1.8rem;
    line-height: 2;
    margin: 10px 0 0;
  }
  .reformcloudsign-confirm-block-list-image {
    flex: 1;
  }
  .reformcloudsign-confirm-block-text {
    font-size: 2.8rem;
    line-height: 1.43;
    margin-top: 94px;
  }
  .reformcloudsign-confirm-block-text::before {
    top: -54px;
  }
  .reformcloudsignchk.basicArea {
    padding: 70px 0;
  }
  .reformcloudsignchk-header {
    margin-bottom: 54px;
  }
  .reformcloudsignchk-header-ttl {
    font-size: 3rem;
    margin-bottom: 25px;
  }
  .reformcloudsignchk-header-text {
    text-align: center;
  }
  .reformcloudsignchk-content-ttl {
    font-size: 2.8rem;
    line-height: 1.43;
    margin-bottom: 30px;
  }
  .reformcloudsignchk-content-list {
    margin-bottom: 55px;
  }
  .reformcloudsignchk-content-list > li {
    max-width: 1120px;
    padding: 30px 40px 26px 30px;
    margin: 0 auto 30px;
  }
  .reformcloudsignchk-content-list > li label {
    font-size: 2rem;
  }
  .reformcloudsignchk-content-list-caption {
    padding-left: 78px;
  }
  .reformcloudsignchk-btn {
    display: flex;
    justify-content: center;
    gap: 40px;
    margin-top: 80px;
  }
  .reformcloudsignchk-btn .-large.actionBtn02 {
    width: 480px;
    height: 120px;
    padding-top: 34px;
  }
  .reformcloudsignchk-btn .-large.actionBtn02 span {
    font-size: 1.6rem;
  }
  /* _sumitsugu.scss -------------------------------------------------- */
  .sumi-ttl {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 40px auto;
    font-size: 2.8rem;
  }
  .sumi-ttl img {
    margin: 0 40px 0 0;
  }
  .sumi-ttl:first-child {
    margin-top: 0;
  }
  .sumi-copy {
    font-size: 1.8rem;
    line-height: 1.8;
    text-align: center;
  }
  .sumi-block {
    margin-top: 120px;
  }
  .sumi-menu {
    display: flex;
    justify-content: space-between;
  }
  .sumi-menu > li {
    display: flex;
    width: calc(50% - 20px);
    position: relative;
  }
  .sumi-menu > li a {
    width: 100%;
    padding-top: 180px;
  }
  .sumi-menu-img {
    position: absolute;
    top: 0;
    left: 0;
    padding: 0;
    height: 180px;
  }
  .sumi-menu-ttl {
    margin: 32px 0 0 !important;
    font-size: 2.4rem;
    line-height: 1.4;
  }
  .sumi-menu-block {
    padding: 24px;
  }
  .sumi-menu-link {
    margin: 24px auto !important;
  }
  .sumi-omoi-logo {
    margin: 0 auto 80px;
    text-align: center;
  }
  .sumi-list {
    margin-top: -40px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .sumi-list > li {
    display: flex;
    margin: 40px 0 0 !important;
    width: calc(50% - 20px);
  }
  .sumi-list .copy {
    font-size: 1.8rem;
  }
  .sumi-list .flow-head {
    position: relative;
  }
  .sumi-list .flow-head::after {
    content: "";
    width: 180px;
    height: 2px;
    background: #c0c1c5;
    position: absolute;
    left: 0;
    bottom: 20px;
  }
  .sumi-list .flow-detail .img {
    margin: 0 0 8px 32px;
  }
  .sumi-sum-mainTtl {
    margin-bottom: 64px;
  }
  .sumi-sum .sumi-ttl {
    margin: 80px auto;
  }
  .sumi-sum .contact {
    margin: 80px auto;
  }
  .sum-point {
    display: flex;
    justify-content: space-between;
  }
  .sum-point > li {
    display: flex;
    width: 384px;
    padding: 24px;
  }
  .sum-point-item {
    width: 100%;
    display: flex;
    flex-direction: column;
  }
  .sum-point-ttl .no {
    width: 40px;
    height: 40px;
    margin: 0 24px 0 0;
    border-radius: 6px;
    font-size: 2.4rem;
  }
  .sum-point-ttl .text {
    font-size: 2rem;
    line-height: 1.2;
  }
  .sum-point-ttl .mini {
    font-size: 1.4rem;
  }
  .sum-point-text {
    margin: 20px 0 0;
  }
  .sum-point-box {
    flex: 1 auto;
    margin: 40px 0 0;
    padding: 32px 24px;
  }
  .sum-point-box .copy {
    width: 200px;
    height: 32px;
    top: -20px;
    left: 50%;
    margin-left: -100px;
    border-radius: 16px;
  }
  .sum-point-box .text-img-box {
    position: relative;
  }
  .sum-point-box .text-img-box .caption {
    position: absolute;
    left: 0;
    bottom: -24px;
    text-align: center;
  }
  .sum-point-box .text-box p {
    margin: 16px 0 0;
  }
  .sum-point-box .text-box p.ttl {
    margin: 0;
    font-size: 2.2rem;
    text-align: center;
  }
  .sum-point-box .img {
    margin: 24px 0 0;
    text-align: center;
  }
  .beheim-bnr {
    margin: 80px auto;
  }
  .beheim-bnr .ttl {
    margin-bottom: 32px;
    font-size: 1.8rem;
  }
  /* _product.scss -------------------------------------------------- */
  .catalog-btm-block {
    width: 1200px;
    margin: 120px auto;
    padding: 64px 56px;
  }
  .catalog-btm-block .btn {
    margin: 32px 0 0;
    text-align: center;
  }
  .basicArea .catalog-btm-block:last-child {
    margin-bottom: 0;
  }
  .catalog-btm-detail::after {
    content: "";
    display: block;
    clear: both;
  }
  .catalog-btm-detail .catch {
    width: 520px;
    margin: 40px 0 24px;
    font-size: 2.4rem;
    line-height: 1.6;
    float: left;
  }
  .catalog-btm-detail .text {
    width: 520px;
    float: left;
  }
  .catalog-btm-detail .img {
    float: right;
  }
  .product-index-menu a {
    align-items: center;
  }
  .product-index-menu figure {
    width: 310px;
  }
  .product-index-menu p {
    width: 250px;
    margin: 0 24px 0 0;
    padding: 0 40px 0 24px;
    font-size: 2rem;
  }
  .product-index-menu > li {
    width: 584px;
    margin: 40px 0 0;
  }
  .product-index-menu > li:nth-child(-n+2) {
    margin-top: 0;
  }
  .product-index-detail {
    margin: 96px 0 0;
  }
  .product-index-detail-catch {
    font-size: 4rem;
  }
  .product-index-detail-kv {
    margin: 32px 0 0;
  }
  .product-index-detail-text {
    margin: 32px 0 0;
  }
  .product-index-detail-link {
    margin: 48px 0 0;
  }
  .product-index-detail-sub {
    margin: 48px 0 0;
  }
  .product-index-detail-sub > dt {
    margin: 0 0 24px;
    font-size: 2rem;
  }
  .product-index-detail-sub > dd .imgFit {
    width: 400px;
    height: 200px;
    margin: 0 0 0 32px;
    padding: 0;
  }
  .product-index-detail-sub > dd .text-box .annotation {
    font-size: 1.4rem;
    margin: auto;
  }
  .product-index-summary-block {
    display: grid;
    grid-template-areas: "summary-grid_3 summary-grid_3 summary-grid_3 summary-grid_3 summary-grid_4 summary-grid_4 summary-grid_4 summary-grid_4 summary-grid_5 summary-grid_5 summary-grid_5 summary-grid_5" "summary-grid_1 summary-grid_1 summary-grid_1 summary-grid_1 summary-grid_1 summary-grid_1 summary-grid_2 summary-grid_2 summary-grid_2 summary-grid_2 summary-grid_2 summary-grid_2" "summary-grid_6 summary-grid_6 summary-grid_6 summary-grid_7 summary-grid_7 summary-grid_7 summary-grid_8 summary-grid_8 summary-grid_8 summary-grid_9 summary-grid_9 summary-grid_9";
    grid-template-columns: repeat(12, 1fr);
    grid-template-rows: auto auto auto;
    gap: 32px;
    margin-top: 42px;
  }
  .product-index-summary-block .summary-grid_1 {
    grid-area: summary-grid_1;
  }
  .product-index-summary-block .summary-grid_2 {
    grid-area: summary-grid_2;
  }
  .product-index-summary-block .summary-grid_3 {
    grid-area: summary-grid_3;
    margin-left: 42px;
  }
  .product-index-summary-block .summary-grid_4 {
    grid-area: summary-grid_4;
    margin: 0 21px;
  }
  .product-index-summary-block .summary-grid_5 {
    grid-area: summary-grid_5;
    margin-right: 42px;
  }
  .product-index-summary-block .summary-grid_6 {
    grid-area: summary-grid_6;
  }
  .product-index-summary-block .summary-grid_7 {
    grid-area: summary-grid_7;
  }
  .product-index-summary-block .summary-grid_8 {
    grid-area: summary-grid_8;
  }
  .product-index-summary-block .summary-grid_9 {
    grid-area: summary-grid_9;
  }
  .product-index-summary-block .summary-grid_empty {
    grid-area: summary-grid_empty;
    display: none;
  }
  .product-index-summary-block .number-badge {
    position: absolute;
    top: -10px;
    left: -10px;
    background-color: #3073BB;
    color: #fff;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    font-weight: bold;
  }
  .product-index-summary-detail {
    border: 1px solid #C0C1C5;
    padding: 8px 24px 16px 32px;
    position: relative;
  }
  .product-index-summary-title {
    font-size: 18px;
    font-weight: bold;
  }
  .product-index-summary-image img {
    width: 100%;
    height: auto;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .product-lineup-tag {
    margin-right: -8px;
  }
  .product-lineup-tag > li {
    width: 120px;
    height: 32px;
    margin: 0 8px 0 0;
    line-height: 32px;
  }
  .product-lineup-list {
    display: flex;
    flex-wrap: wrap;
  }
  .product-lineup-list a {
    width: 100%;
    flex-direction: column;
  }
  .product-lineup-list > li {
    display: flex;
    width: 304px;
    margin: 32px 24px 0 0;
  }
  .product-lineup-list > li:nth-child(3n) {
    margin-right: 0;
  }
  .product-lineup-list > li:nth-child(-n+3) {
    margin-top: 0;
  }
  .product-lineup-list > li .name {
    height: 72px;
    display: flex;
    align-items: center;
    font-size: 2rem;
    line-height: 1.2;
    order: 2;
  }
  .product-lineup-list > li .img {
    order: 1;
  }
  .product-lineup-list > li .info {
    order: 3;
  }
  .product-lineup-list > li .info p {
    margin: 16px 0 0;
  }
  .product-lineup-detail {
    padding: 0 0 32px;
  }
  .product-lineup-header {
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .product-lineup-header .name {
    width: 100%;
    margin: 0 0 32px;
    padding: 32px;
    font-size: 3.6rem;
    line-height: 1;
  }
  .product-lineup-header .logo {
    margin: 0 auto 0 0;
  }
  .product-lineup-header .logo img {
    height: 32px;
  }
  .lineup07 .product-lineup-header .logo img {
    margin: -24px 0;
    height: 72px;
  }
  .lineup20 .product-lineup-header .logo img {
    margin: -24px 0;
    height: 72px;
  }
  .product-lineup-header .product-lineup-tag {
    margin-left: auto;
  }
  .product-lineup-header .img {
    margin: 32px 0 0;
    width: 100%;
  }
  .product-lineup-catch {
    margin: 40px 0;
    font-size: 4rem;
  }
  .product-lineup-block-main {
    margin: 80px 0 0;
  }
  .product-lineup-block-main .text {
    width: 1000px;
    margin: 40px auto 0;
    font-size: 1.8rem;
  }
  .product-lineup-block-main .annotation {
    font-size: 1.4rem;
  }
  .product-lineup-block-sub {
    margin: 80px 0 0;
  }
  .product-lineup-block-sub .text-block {
    width: 1000px;
    margin: 48px auto;
    line-height: 1.8;
  }
  .product-lineup-block-sub .annotation {
    font-size: 1.4rem;
  }
  .product-lineup-block-bnr {
    margin: 96px 0 0;
    text-align: center;
    display: flex;
    justify-content: center;
  }
  .product-lineup-block-bnr > li {
    width: 580px;
    height: 180px;
  }
  .product-lineup-block-bnr > li:nth-child(2n) {
    margin-left: 40px;
  }
  .product-lineup-block-bnr p {
    margin: 0;
    font-size: 2.4rem;
  }
  .product-lineup-block-bnr p.img {
    height: 40px;
    margin: 16px 40px;
  }
  .product-lineup-block-bnr p.img img {
    height: 40px;
  }
  .lineup07 .product-lineup-block-bnr p.img {
    margin: 0;
    height: 80px;
  }
  .lineup07 .product-lineup-block-bnr p.img img {
    height: 80px;
    width: auto;
  }
  .lineup20 .product-lineup-block-bnr p.img {
    margin: 8px 0 0;
    height: 80px;
  }
  .lineup20 .product-lineup-block-bnr p.img img {
    height: 80px;
    width: auto;
  }
  .product-lineup-block-bnr p.name {
    margin: 12px 0;
  }
  .product-lineup-imgParts {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .product-lineup-designVer {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .product-lineup-designVer .img {
    padding: 0;
    width: 400px;
    height: 268px;
  }
  .product-lineup-designVer .sub {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .product-lineup-detailList {
    margin: 0;
    display: flex;
    justify-content: center;
  }
  .product-lineup-detailList > li {
    width: 384px;
  }
  .product-lineup-detailList > li:not(:nth-child(3n+1)) {
    margin-left: 24px;
  }
  .product-lineup-detailList .img {
    height: 256px;
    padding: 0;
    margin: 0 0 16px;
  }
  .product-lineup-detailList p {
    margin: 8px 0;
  }
  .product-lineup-detailList p.ttl {
    font-size: 1.8rem;
  }
  .product-kodawari-kv {
    margin: 0 0 104px;
    background: #f4f3f1;
    position: relative;
  }
  .product-kodawari-kv figure {
    text-align: right;
  }
  .product-kodawari-kv p {
    font-size: 2rem;
    line-height: 2;
    position: absolute;
    top: 64px;
    left: 64px;
  }
  .product-kodawari-list {
    display: flex;
    flex-wrap: wrap;
  }
  .product-kodawari-list a {
    height: 100%;
  }
  .product-kodawari-list > li {
    width: 384px;
    margin: 32px 24px 0 0;
  }
  .product-kodawari-list > li:nth-child(3n) {
    margin-right: 0;
  }
  .product-kodawari-list > li:nth-child(-n+3) {
    margin-top: 0;
  }
  .product-kodawari-list > li dl {
    margin: 0;
    padding: 24px 16px;
  }
  .product-kodawari-list > li dl dt {
    margin: 0 0 16px;
  }
  .product-kodawari-list > li dl dt .no {
    width: 44px;
    font-size: 2.8rem;
  }
  .product-kodawari-list > li dl dt .text01 {
    margin: 0 16px 0 0;
    font-size: 2rem;
  }
  .product-kodawari-list > li dl dt .text02 {
    font-size: 2.4rem;
  }
  .product-kodawari-list > li dl dd {
    margin: 0;
    padding: 0 0 0 44px;
  }
  .product-voice-header {
    margin: 0 0 56px;
  }
  .product-voice-header-no {
    margin: 0;
    font-size: 3.2rem;
  }
  .product-voice-header-ttl {
    margin: 0 0 10px;
    font-size: 3.2rem;
  }
  .product-voice-header-copy {
    font-size: 2.4rem;
  }
  .product-voice-tag > li {
    width: 230px;
    height: 56px;
    margin: 0 0 10px;
    padding: 0 16px;
    font-size: 1.4rem;
  }
  .product-voice-outline {
    margin: 0 0 104px;
    display: flex;
    justify-content: space-between;
  }
  .product-voice-outline-info {
    width: 530px;
    padding: 30px;
    display: flex;
    flex-direction: column;
    background: #eff0f2;
  }
  .product-voice-outline-data {
    order: 2;
  }
  .product-voice-outline-data > dl {
    margin: 20px 0;
  }
  .product-voice-outline-data > dl > dt {
    width: 150px;
    margin: 0 0 10px;
  }
  .product-voice-outline-data > dl > dd {
    width: 320px;
    margin: 0 0 10px;
  }
  .product-voice-outline-text {
    margin: 0;
    padding: 0 0 20px;
    order: 1;
    border-bottom: solid 1px #c0c1c5;
    font-size: 1.8rem;
    line-height: 1.8;
  }
  .product-voice-outline-img {
    width: 630px;
  }
  .product-voice-outline-mainimg {
    width: 630px;
    height: 420px;
  }
  .product-voice-detail {
    margin: 0 0 96px;
  }
  .product-voice-detail .head02 {
    margin-bottom: 56px;
  }
  .product-voice-detail .img {
    width: 800px;
    text-align: center;
  }
  .product-voice-detail .img figcaption {
    margin: 16px 0 0;
    font-size: 1.4rem;
  }
  .product-voice-detail .text {
    margin: 32px 0 0;
    text-align: center;
  }
  .omoi-detail-header {
    width: 1200px;
    margin: 0 auto;
    position: relative;
  }
  .omoi-detail-header .text-block {
    width: 520px;
    padding: 48px;
    position: absolute;
    bottom: -24px;
    left: -24px;
  }
  .omoi-detail-header .text-block .name .no {
    margin: 0 16px 0 0;
    font-size: 7.2rem;
  }
  .omoi-detail-header .text-block .name .text01 {
    font-size: 1.8rem;
  }
  .omoi-detail-header .text-block .name .text02 {
    font-size: 3.2rem;
  }
  .omoi-detail-header .text-block p {
    font-size: 2rem;
  }
  .omoi-detail-block {
    margin: 96px 0 0;
    justify-content: space-between;
  }
  .omoi-detail-block .text-block {
    flex: 1 0 0%;
  }
  .omoi-detail-block .text-block .head-block .head {
    margin-right: 16px;
    font-size: 4.8rem;
    line-height: 1;
    font-weight: 500;
  }
  .omoi-detail-block .text-block .head-block p {
    font-size: 2.2rem;
  }
  .omoi-detail-block .text-block .text {
    margin: 24px 0 0;
    line-height: 1.8;
  }
  .omoi-detail-block .img {
    margin-left: 40px;
    width: 600px;
  }
  .omoi-detail-block:nth-child(even) {
    flex-direction: row-reverse;
  }
  .omoi-detail-block:nth-child(even) .img {
    margin-right: 40px;
  }
  .omoi-detail-nav {
    margin: 80px 0 0;
    justify-content: flex-start;
  }
  .omoi-detail-nav > li {
    margin: 16px 15px 0 0;
    width: calc(20% - 12px);
  }
  .omoi-detail-nav > li:nth-child(5n) {
    margin-right: 0;
  }
  .omoi-detail-nav p {
    padding: 16px 8px;
    text-align: center;
  }
  .omoi-detail-nav p .text01 {
    font-size: 1.2rem;
  }
  .omoi-detail-nav p .no {
    font-size: 2.8rem;
  }
  .innerBlock .order_lineup_width > li {
    width: 280px;
    margin: 0px 20px 0px 0px;
  }
  /* _company.scss -------------------------------------------------- */
  .history-table {
    width: 800px;
  }
  .history-table th, .history-table td {
    padding: 16px 0;
  }
  .company-block {
    margin: 96px 0 0;
  }
  .company-block a[href^="tel:"] {
    color: #393b3f;
  }
  .company-message p, .company-message dl {
    font-size: 1.8rem;
  }
  .company-message .img-president {
    width: 750px;
    height: 250px;
    margin-bottom: 32px;
  }
  .company-message .img-president figucption {
    font-size: 2.4rem;
  }
  .company-message .img-president figucption span {
    margin-right: 16px;
    font-size: 1.4rem;
  }
  .company-message dl {
    margin-top: 32px;
  }
  .company-message dl dd {
    margin-top: 16px;
  }
  .company-message .name {
    margin-top: 32px;
    font-size: 2rem;
  }
  .company-outline .outline-block {
    width: 800px;
    margin: 0 auto;
    padding: 8px 0;
    border-top: dotted #c0c1c5 1px;
    border-bottom: dotted #c0c1c5 1px;
  }
  .company-outline .outline-table {
    width: 800px;
    margin: 0 auto;
  }
  .company-organization .img {
    width: 720px;
    margin: 0 auto;
  }
  .company-access-block {
    width: 700px;
    margin: 0 auto;
  }
  .company-award {
    font-size: 1.8rem;
  }
  .company-award-detail {
    width: 800px;
    margin: 0 auto;
  }
  .company-award-detail .award-title {
    font-size: 2rem;
  }
  .company-identity p {
    font-size: 2rem;
  }
  .company-guidelines dl dt {
    font-size: 1.8rem;
  }
  .company-guidelines dl dd {
    margin: 16px 0 0;
  }
  .company-guidelines-grandcredo dd {
    font-size: 1.8rem;
    line-height: 1.8;
  }
  .company-guidelines-credo {
    margin-top: 32px;
  }
  .company-guidelines-credo li {
    margin: 16px 0 0;
  }
  .csr-year-list > li {
    margin: 0 4px;
  }
  .csr-year-block {
    margin: 96px 0 0;
  }
  .csr-detail-block {
    padding: 40px;
  }
  .csr-detail-block:last-of-type {
    padding-bottom: 0;
  }
  .csr-detail-block .text-img-box {
    margin-top: 24px;
    display: flex;
    justify-content: space-between;
  }
  .csr-detail-block .text-img-box .text-block {
    width: 880px;
  }
  .csr-detail-block .text-img-box .text-block .link-bnr {
    margin: 32px 0 0;
    text-align: center;
  }
  .csr-detail-block .text-img-box .img-box {
    width: 200px;
  }
  .csr-detail-block .text-img-box .img-box .img {
    margin-bottom: 8px;
  }
  .csr-detail-block .text-img-box .img-box figcaption {
    margin: 2px 0 0;
    font-size: 1.2rem;
  }
  .csr-detail-block .aboutProject {
    padding: 16px 0;
  }
  .csr-detail-block .aboutProject > dt {
    margin: 0 0 16px;
  }
  .csr-detail-block .aboutProject > dd .outline-table th {
    font-size: 1.6rem;
  }
  .csr-detail-head {
    font-size: 2rem;
  }
  /* _slider.scss -------------------------------------------------- */
  .swiper-pagination-fraction {
    font-weight: bold;
    font-size: 1.4rem;
    line-height: 1;
  }
  .thumblist {
    margin-top: 32px;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
  }
  .thumblist-item {
    margin: 4px 6px;
    width: 90px;
    height: 60px;
  }
  .thumblist-item figure {
    width: 90px;
    height: 60px;
    padding: 0;
  }
  .thumblist-item p {
    display: none;
  }
  .thumblist-item.current {
    box-shadow: 0 0 0 4px #72b8da;
  }
  .thumblist-item:not(.current) {
    opacity: 0.5;
  }
  .nav-img.swiper-button-prev, .nav-img.swiper-button-next {
    width: 58px;
    height: 58px;
    margin: auto 0;
    transform: rotate(0);
    top: 0;
    bottom: 0;
  }
  .nav-img.swiper-button-prev::before, .nav-img.swiper-button-next::before {
    width: 58px;
    height: 58px;
    margin: auto;
    display: block;
    background-repeat: no-repeat;
    background-size: contain;
    border-top: none;
    border-right: none;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
  }
  .nav-img.swiper-button-prev {
    left: -29px;
  }
  .nav-img.swiper-button-prev::before {
    background-image: url("../img/common/icon_nav_img_prev.svg");
    transform: rotate(0);
  }
  .nav-img.swiper-button-next {
    right: -29px;
  }
  .nav-img.swiper-button-next::before {
    background-image: url("../img/common/icon_nav_img_next.svg");
    transform: rotate(0);
  }
  .event-list {
    display: flex;
    padding-left: calc((100% - 1200px) / 2);
  }
  .event-list.swiper-container {
    padding-bottom: 56px;
  }
  .event-list .block {
    width: 242px;
    margin: 0 24px 0 0;
    padding: 16px;
  }
  .event-list .block a {
    width: calc(100% + 32px);
    margin: -16px;
    padding: 16px;
  }
  .event-list .block figure {
    padding: 0;
    height: 140px;
  }
  .event-list2 {
    width: 1200px;
    margin: -24px auto 0;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
  }
  .event-list2 .block {
    margin: 24px 0 0;
    width: 560px;
    padding: 16px;
  }
  .event-list2 .block:nth-child(2n) {
    margin-left: 24px;
  }
  .event-list2 .block a {
    width: calc(100% + 32px);
    margin: -16px;
    padding: 16px;
  }
  .event-list2 .block figure {
    padding: 0;
    width: 210px;
    height: 140px;
  }
  .event-list2 .block-info {
    padding: 16px 0;
  }
  .detail-mainPh {
    margin: 40px 0;
    display: flex;
    justify-content: center;
  }
  .detail-mainPh .block {
    width: 630px;
  }
  .detail-mainPh figure {
    width: 100%;
    height: auto;
  }
  .detail-mainPh p {
    margin: 12px 0 0;
    padding: 0 8px;
    line-height: 1.4;
  }
  .detail-mainPh .swiper-pagination {
    top: 385px;
    bottom: inherit;
  }
  .detail-item {
    margin: 0 auto 56px;
    width: 880px;
  }
  .detail-item .block {
    padding: 0 80px;
    width: 880px;
  }
  .detail-item .block figure {
    width: 720px;
    height: 480px;
  }
  .detail-item .block p {
    margin: 36px 0 0;
    text-align: center;
  }
  .detail-item .swiper-pagination {
    top: 492px;
    bottom: inherit;
  }
  .detail-item .swiper-button-prev,
  .detail-item .swiper-button-next {
    top: 218px;
    margin: 0;
  }
  .detail-item.js-thumb .block p {
    margin-top: 16px;
  }
  .detail-item-thumb {
    width: 900px;
    margin: -40px auto 56px;
  }
  .detail-item-thumb .block {
    width: 106px;
    padding: 8px;
    cursor: pointer;
    transition: all 0.2s ease;
  }
  .detail-item-thumb .block:hover {
    transition: all 0.2s ease;
    opacity: 0.8;
  }
  .detail-item-thumb .block figure {
    padding: 0;
    width: 90px;
    height: 60px;
  }
  .detail-item-thumb .block.swiper-slide-thumb-active figure {
    box-shadow: 0 0 0 4px #72b8da;
  }
  .detail-item.js-detail-02, .detail-item.js-detail-03, .detail-item.js-detail-04 {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
  }
  .detail-item.js-detail-02 .block, .detail-item.js-detail-03 .block, .detail-item.js-detail-04 .block {
    padding: 0;
  }
  .detail-item.js-detail-02 .block p, .detail-item.js-detail-03 .block p, .detail-item.js-detail-04 .block p {
    margin: 12px 0 0;
    text-align: left;
  }
  .detail-item.js-detail-02 {
    margin-top: -40px;
    justify-content: space-between;
  }
  .detail-item.js-detail-02 .block {
    width: calc(50% - 20px);
    margin: 40px 0 0;
  }
  .detail-item.js-detail-02 .block figure {
    width: 100%;
    height: 388px;
  }
  .detail-item.js-detail-03 {
    margin-top: -40px;
  }
  .detail-item.js-detail-03 .block {
    justify-content: space-between;
    width: 372px;
    margin: 40px 0 0 42px;
  }
  .detail-item.js-detail-03 .block:nth-child(3n+1) {
    margin-left: 0;
  }
  .detail-item.js-detail-03 .block figure {
    width: 372px;
    height: 248px;
  }
  .detail-item.js-detail-04 {
    margin-top: -40px;
  }
  .detail-item.js-detail-04 .block {
    width: calc(25% - 30px);
    margin: 40px 0 0 40px;
  }
  .detail-item.js-detail-04 .block:nth-child(4n+1) {
    margin-left: 0;
  }
  .detail-item.js-detail-04 .block figure {
    width: 100%;
    height: 180px;
  }
  .tenji-ph .block figure {
    width: 640px;
    height: 428px;
  }
  .tenji-ph .block p {
    margin: 4px 0 0;
    text-align: center;
  }
  .tenji-ph .block p.ttl {
    margin: 12px 0 0;
  }
  .tenji-ph-thumb {
    margin: 16px 0 0;
    padding: 0 55px;
    position: relative;
  }
  .tenji-ph-thumb .block {
    width: 106px;
    padding: 8px;
    cursor: pointer;
    transition: all 0.2s ease;
  }
  .tenji-ph-thumb .block:hover {
    transition: all 0.2s ease;
    opacity: 0.8;
  }
  .tenji-ph-thumb .block figure {
    padding: 0;
    width: 90px;
    height: 60px;
  }
  .tenji-ph-thumb .block.swiper-slide-thumb-active figure {
    box-shadow: 0 0 0 4px #72b8da;
  }
  .tenji-ph-thumb .swiper-button-next {
    right: 0;
  }
  .tenji-ph-thumb .swiper-button-prev {
    left: 0;
  }
  .tenji-ph-thumb .swiper-button-next::before,
  .tenji-ph-thumb .swiper-button-prev::before {
    width: 24px;
    height: 24px;
    margin: -12px 0 0 -6px;
  }
  .kv-cont {
    overflow: hidden;
  }
  .kv-cont-overFlowVisible {
    overflow: visible;
  }
  .kv-bnr {
    width: 100%;
    max-width: 900px !important;
    margin: 0 auto !important;
    overflow: visible !important;
  }
  .kv-bnr img {
    max-width: 900px !important;
  }
  .kv-bnr .swiper-slide:not(.swiper-slide-active) img {
    opacity: 0.35;
    transition: all 1.2s;
  }
  /* _static.scss -------------------------------------------------- */
  .headNumbering {
    margin: 0 0 40px;
  }
  .headNumbering .no {
    width: 80px;
    min-height: 80px;
    font-size: 3.6rem;
  }
  .headNumbering .text {
    padding: 16px 24px;
    font-size: 2.8rem;
  }
  .headNumbering .text-normal {
    font-size: 2rem;
  }
  .static-header {
    margin: 0 0 88px;
  }
  .static-header-copy {
    margin-bottom: 56px;
    font-size: 2rem;
    line-height: 1.8;
    text-align: center;
  }
  .static-article-block {
    margin-top: 64px;
    margin-bottom: 64px;
  }
  .static-article-block .note {
    font-size: 1.4rem;
  }
  .static-article-block .sub-item-row > dt {
    width: 80px;
  }
  .static-article-detail {
    margin: 56px 0 0;
  }
  .static-article-head {
    font-size: 1.8rem;
  }
  .static-article-signature {
    margin: 56px 0 0;
  }
  .static-bullet-head {
    font-size: 1.8rem;
  }
  .static-bullet-last {
    margin: 56px 0 0;
    font-size: 1.8rem;
  }
  .sitemap-block {
    margin: 64px auto;
    display: flex;
    flex-wrap: wrap;
  }
  .sitemap-detail {
    width: 288px;
    margin: 32px 16px 0 0;
  }
  .sitemap-detail:nth-child(-n+4) {
    margin-top: 0;
  }
  .sitemap-detail:nth-child(4n) {
    margin-right: 0;
  }
  .sitemap-ctg {
    padding: 16px;
    font-size: 1.8rem;
  }
  .sitemap-list > li {
    padding: 8px 16px;
  }
  .flow-list {
    margin: 0;
    list-style: none;
  }
  .flow-list > li {
    margin: 0 0 16px;
  }
  .flow-list > li:last-of-type {
    margin-bottom: 0;
  }
  .flow-item {
    padding: 40px 32px 0;
  }
  .flow-item-row {
    display: flex;
    justify-content: space-between;
  }
  .flow-item-row .flow-head {
    width: 380px;
  }
  .flow-item-row .flow-detail {
    width: 760px;
  }
  .flow-head {
    padding: 0 0 40px;
  }
  .flow-head .no {
    width: 40px;
    height: 40px;
    margin: 0 24px 0 0;
    border-radius: 6px;
    font-size: 2.4rem;
  }
  .flow-head .text {
    margin: 4px 0 0;
    font-size: 2rem;
  }
  .flow-head.acTriger {
    padding-right: 56px !important;
  }
  .flow-head.acTriger::after {
    width: 40px;
    height: 40px;
    top: 0;
    right: 0;
  }
  .flow-head.acTriger::before {
    content: "";
    display: inline-block;
    position: absolute;
    top: 50%;
    width: 22px;
    height: 22px;
    border-top: solid 4px #fff;
    border-right: solid 4px #fff;
    transform: rotate(135deg);
    position: absolute;
    top: 14px;
    right: 9px;
    z-index: 10;
  }
  .flow-head.acTriger.active::before {
    top: 18px;
  }
  .flow-detail {
    padding: 0 0 40px;
  }
  .flow-detail-box {
    padding: 32px;
  }
  .flow-detail .text-img-box {
    display: flex;
    justify-content: space-between;
  }
  .flow-detail .text-img-box.img-small .text-box {
    width: calc(100% - 200px);
  }
  .flow-detail .text-img-box.img-small .img-box {
    width: 176px;
  }
  .flow-detail .text-img-box.img-medium .text-box {
    width: calc(100% - 264px);
  }
  .flow-detail .text-img-box.img-medium .img-box {
    width: 240px;
  }
  .flow-detail .text-img-box.img-large .text-box {
    width: calc(100% - 504px);
  }
  .flow-detail .text-img-box.img-large .img-box {
    width: 480px;
  }
  .flow-detail .text-img-box .text-box {
    padding: 8px 0 0;
    order: 1;
  }
  .flow-detail .text-img-box .text-box .btn {
    margin-top: 24px;
  }
  .flow-detail .text-img-box .img-box {
    order: 2;
  }
  .flow-detail .text-img-box .img-box .img figcaption {
    font-size: 1rem;
  }
  .flow-detail-list {
    display: flex;
    justify-content: center;
  }
  .flow-detail-list > li {
    margin: 0 0 0 16px;
    padding: 24px;
    width: 368px;
  }
  .flow-detail-list > li:nth-child(3n+1) {
    margin-left: 0;
  }
  .flow-detail-list .ttl {
    margin: 0 0 16px;
    font-size: 1.8rem;
  }
  .flow-detail-list .list-detail .img {
    margin: 0 0 16px 16px;
  }
  .lead-btm-block {
    width: 1200px;
    margin: 120px auto;
    padding: 64px 56px;
  }
  .lead-btm-block .btn {
    margin: 32px 0 0;
    text-align: center;
  }
  .lead-btm-detail::after {
    content: "";
    display: block;
    clear: both;
  }
  .lead-btm-detail .catch {
    width: 680px;
    margin: 40px 0 24px;
    font-size: 2.4rem;
    line-height: 1.6;
    float: left;
  }
  .lead-btm-detail .text {
    width: 680px;
    float: left;
  }
  .lead-btm-detail .img {
    width: 360px;
    float: right;
  }
  .afterservice-detail {
    margin-top: 96px;
  }
  .afterservice-detail .contact-service {
    margin-top: 32px;
  }
  .afterservice-detail .text-img-box {
    display: flex;
    justify-content: space-between;
  }
  .afterservice-detail .text-img-box .text-box {
    width: 656px;
    padding: 8px 0 0;
    order: 1;
  }
  .afterservice-detail .text-img-box .text-box .btn {
    margin-top: 24px;
  }
  .afterservice-detail .text-img-box .img {
    width: 496px;
    order: 2;
  }
  .member-kv-block {
    padding: 40px 0;
  }
  .member-kv-detail {
    width: 800px;
    margin: 0 auto;
    padding: 40px 0;
    border-top: solid rgba(114, 184, 218, 0.8) 8px;
  }
  .member-kv-detail .head {
    margin-bottom: 16px;
    font-size: 4.8rem;
  }
  .member-kv-detail .text {
    font-size: 1.8rem;
  }
  .member-kv-detail .present {
    font-size: 3.2rem;
  }
  .member-kv-detail .present .fS {
    font-size: 1.6rem;
  }
  .member-about-block {
    margin: 96px auto;
  }
  .member-about-block .linkBlock {
    margin-top: 96px;
  }
  .member-about-list {
    padding: 28px 0 0;
    display: flex;
    justify-content: space-between;
  }
  .member-about-list > li {
    width: 358px;
  }
  .member-about-list dl > dt {
    width: 56px;
    height: 56px;
    top: -28px;
  }
  .member-about-list dl > dt .text {
    font-size: 1.2rem;
  }
  .member-about-list dl > dt .no {
    font-size: 1.8rem;
  }
  .member-about-list dl > dd .text-block {
    padding: 16px;
    text-align: center;
  }
  .member-about-list dl > dd .text-block .text {
    font-size: 1.8rem;
    line-height: 1.8;
  }
  .member-about-list dl > dd .text-block .annotation {
    font-size: 1.2rem;
  }
  .asset-block {
    margin: 120px 0 0;
  }
  .asset-list {
    margin: 40px 0;
  }
  .asset-detail {
    margin: 0 0 40px;
    display: flex;
    align-items: flex-start;
  }
  .asset-detail > dt {
    width: 280px;
    padding: 16px;
    font-size: 1.8rem;
  }
  .asset-detail > dd {
    flex: 1 0 0%;
    margin: 0 0 0 40px;
    padding: 14px 0 16px;
  }
  .asset-detail .ttl {
    font-size: 2rem;
  }
  .asset .product-lineup-list {
    justify-content: center;
  }
  .asset-owner {
    margin: 24px 0 0;
    display: flex;
  }
  .asset-owner > li {
    padding: 16px 16px 16px 0;
    width: 50%;
  }
  .asset-owner figure {
    margin: 0 16px 0 0;
  }
  .asset-owner-ttl {
    margin: 0 0 8px !important;
    font-size: 1.8rem;
  }
  .asset-cont {
    margin: 32px 0 0;
  }
  .asset-cont > dt {
    margin: 0 0 12px;
    font-size: 1.8rem;
  }
  .asset-cont > dt::before {
    content: "";
    display: inline-block;
    width: 14px;
    height: 14px;
    background: #72b8da;
    margin-right: 4px;
  }
  .asset-step {
    display: flex;
    justify-content: space-between;
  }
  .asset-step > li {
    flex: 1 0 0%;
    padding: 24px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .asset-step > li:not(:first-child) {
    margin: 0 0 0 32px;
    position: relative;
  }
  .asset-step > li:not(:first-child)::before {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 40px 0 40px 16px;
    border-color: transparent transparent transparent #eff0f2;
    position: absolute;
    left: -24px;
    top: 50%;
    margin-top: -40px;
  }
  .asset-step p {
    font-size: 1.4rem;
  }
  .asset-step p.asset-step-ttl {
    font-size: 1.6rem;
  }
  .asset-step p + p {
    margin-top: 8px;
  }
  .asset-maint {
    padding: 20px 24px;
    background-size: auto 100%;
  }
  .asset-maint::after {
    content: "";
    width: 60px;
    height: 100%;
    background: linear-gradient(90deg, rgba(213, 234, 244, 0) 0%, #d5eaf4);
    position: absolute;
    top: 0;
    left: 314px;
  }
  .asset-maint-list {
    margin-left: auto;
    width: 520px;
  }
  .asset-maint-list > li {
    height: 32px;
    border-radius: 16px;
  }
  .asset-img-box {
    margin: 40px 0 0;
    display: flex;
  }
  .asset-img-box-ttl {
    margin: 0 0 16px;
    font-size: 2.2rem;
  }
  .asset-img-box-text {
    flex: 1 0 0%;
  }
  .asset-img-box-img {
    margin: 0 0 0 40px;
  }
  .warranty {
    margin: 32px 0 0;
    padding: 8px 32px;
  }
  .warranty-detail {
    padding: 24px 0;
  }
  .warranty-ttl {
    margin: 0 0 16px;
    font-size: 2rem;
  }
  .warranty-main p {
    margin: 0;
  }
  .warranty-main .text {
    flex: 1 0 0%;
  }
  .warranty-main img {
    margin: 0 0 0 32px;
  }
  .warranty .caption {
    margin-top: 16px;
  }
  .keiei-block {
    margin: 120px 0 0;
  }
  .head03 + .keiei-block {
    margin-top: 0;
  }
  .keiei-copy {
    margin: 32px 0;
    font-size: 2.4rem;
  }
  .keiei-text {
    margin: 24px 0;
    font-size: 1.8rem;
    line-height: 1.8;
    text-align: center;
  }
  .keiei-value {
    margin: 40px 0 0;
    display: flex;
    justify-content: center;
  }
  .keiei-value > li {
    margin: 0 24px;
    width: 352px;
  }
  .keiei-value-img {
    margin: 0 auto;
    text-align: center;
  }
  .keiei-value-label {
    width: 248px;
    margin: 16px auto;
    padding: 8px 16px;
    line-height: 1.2;
  }
  .keiei-value-ttl {
    font-size: 1.8rem;
  }
  .keiei-voice {
    width: 920px;
    margin: 48px auto 0;
  }
  .keiei-voice > li {
    margin: 40px 0 0;
  }
  .keiei-voice dl {
    margin: 0;
    display: flex;
    align-items: flex-start;
  }
  .keiei-voice dd {
    flex: 1 0 0%;
    margin: 0 0 0 20px;
  }
  .keiei-voice-label {
    height: 28px;
  }
  .keiei-voice-ttl {
    margin: 0 0 16px !important;
    font-size: 2.4rem;
    line-height: 1.2;
  }
  /* _jsParts.scss -------------------------------------------------- */
  .more-btn {
    padding: 48px 0 0;
    margin: -120px 0 0;
    height: 120px;
  }
  .more-list-sp + .more-btn {
    display: none;
  }
  /* _floatParts.scss -------------------------------------------------- */
  .floatOff-pc {
    position: relative !important;
  }
  .floatParts-contact {
    margin: 0;
    position: fixed;
    top: 352px;
    bottom: 10%;
    right: 0;
  }
  .floatParts-contact li:first-child {
    margin-top: 36px;
  }
  .floatParts-contact li:not(:first-child) {
    margin-top: 16px;
  }
  .floatParts-contact a {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    min-width: inherit;
    width: 56px;
    height: 160px;
    font-weight: 500;
    line-height: 1;
    border-radius: 4px 0 0 4px;
  }
  .floatParts-sns {
    margin: 0;
    position: fixed;
    bottom: 30%;
    left: 16px;
  }
  .floatParts-sns li {
    margin-bottom: 16px;
  }
  .floatParts-info {
    background: #fff;
    width: 100%;
    margin: 0;
    padding: 16px 0;
    display: flex;
    justify-content: center;
    box-shadow: -4px 0 4px rgba(0, 0, 0, 0.2);
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 12;
  }
  .floatParts-info > li {
    margin: 0 8px;
  }
  /* _footer.scss -------------------------------------------------- */
  /* _tenjiList.scss -------------------------------------------------- */
  /* _mv-slider.scss -------------------------------------------------- */
  /* _asset-cmn.scss -------------------------------------------------- */
  /* _asset-top.scss -------------------------------------------------- */
}
@media screen and (min-width: 769px) and (max-width: 1600px) {
  .floatParts-contact {
    top: 320px;
  }
  .floatParts-contact a {
    height: 120px;
  }
}
@media print, screen and (min-width: 769px) {
  .footer-copy {
    font-size: 1.4rem;
  }
  .footer-base .footer-main {
    padding: 80px 0;
  }
  .footer-base .footer-main a {
    color: #fff;
    font-size: 1.4rem;
  }
  .footer-base .footer-main a::before {
    margin-bottom: 0.1em;
  }
  .footer-base .footer-copy {
    background: #fff;
  }
  .footer-main {
    display: flex;
    position: relative;
  }
  .footer-menu {
    margin-left: 80px;
    flex: 1 0 0%;
    display: flex;
    flex-wrap: wrap;
  }
  .footer-menu dt {
    margin: 0 0 4px;
    font-weight: bold;
    font-size: 1.6rem;
  }
  .footer-menu dt a {
    font-size: 1.6rem !important;
  }
  .footer-menu dl {
    margin: 0;
  }
  .footer-menu ul {
    opacity: 0.8;
  }
  .footer-menu-box {
    margin: 0 0 40px !important;
    width: 33.33%;
  }
  .footer-menu-box dl + dl {
    margin-top: 24px;
  }
  .footer-menu-corp {
    position: absolute;
    top: 175px;
    left: 0;
  }
  .footer-menu-corp > li::before {
    display: inline-block;
    content: "";
    background: rgba(7, 120, 164, 0.5);
    margin: 0 8px 4px 4px;
    width: 4px;
    height: 4px;
  }
  .footer-menu-sub {
    margin: 12px 0 24px;
    font-size: 1.2rem;
    display: flex;
    justify-content: center;
  }
  .footer-menu-sub a {
    color: #393b3f;
  }
  .footer-menu-sub::after {
    display: inline-block;
    content: "｜";
    margin: 0 16px;
  }
  .footer-menu-sub > li::before {
    display: inline-block;
    content: "｜";
    margin: 0 16px;
  }
  .footer-info {
    position: absolute;
    font-size: 1.3rem;
    top: 385px;
    left: 10px;
  }
  .footer-info p:first-of-type {
    margin-bottom: 5px;
  }
  .footer-info p:nth-of-type(2) {
    line-height: 1.5;
    margin-top: 0;
  }
  .tenji-list-wrap {
    display: grid;
    grid-template-areas: "menu title" "menu main";
    grid-template-columns: 240px 1fr;
  }
  .tenji-list-title {
    grid-area: title;
  }
  .tenji-list-menu {
    grid-area: menu;
  }
  .tenji-list-menu ul {
    position: sticky;
    top: 0;
  }
  .tenji-list-main {
    grid-area: main;
    padding-left: 0;
  }
}
/* IE--------------------------------------------------------------- */
@media all and (-ms-high-contrast: none) {
  body, input, textarea, label, select {
    font-family: "Lucida Grande", Meiryo, "メイリオ", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴProN W3", "ＭＳ Ｐゴシック", sans-serif;
  }
  /* _ie.scss -------------------------------------------------------------------------------- */
}
/* SP---------------------------------------------------------------- */
@media screen and (min-width: 0px) and (max-width: 768px) {
  /* _common.scss -------------------------------------------------- */
  body {
    font-size: 1.4rem;
    padding-top: 64px;
  }
  body.top {
    padding-top: 0;
  }
  .spNon {
    display: none !important;
  }
  .caption {
    color: #76797e;
    font-size: 1rem;
  }
  .date-basic {
    margin: 16px 0 0;
    font-size: 1.2rem;
  }
  .specialBnr {
    margin: 0 8px;
  }
  .specialBnr > li {
    margin-top: 16px;
  }
  .innerBlock .specialBnr {
    margin-right: 0;
    margin-left: 0;
  }
  .basicArea .specialBnr {
    margin: 24px 8px;
  }
  .ico_tenji {
    width: 68px !important;
    height: 30px !important;
  }
  .baseBtn .ico_tenji, .subBtn .ico_tenji, .submitBtn01 .ico_tenji, .actionBtn01 .ico_tenji, .actionBtn02 .ico_tenji {
    width: 35px !important;
    height: 16px !important;
  }
  .-large .ico_tenji {
    margin-top: -0.4em !important;
    width: 52px !important;
    height: 24px !important;
  }
  .ico_tateuri {
    width: 45px !important;
    height: 30px !important;
  }
  .baseBtn .ico_tateuri, .subBtn .ico_tateuri, .submitBtn01 .ico_tateuri, .actionBtn01 .ico_tateuri, .actionBtn02 .ico_tateuri {
    width: 25px !important;
    height: 16px !important;
  }
  .-large .ico_tateuri {
    margin-top: -0.4em !important;
    width: 40px !important;
    height: 24px !important;
  }
  .ico_bunjo {
    width: 45px !important;
    height: 30px !important;
  }
  .baseBtn .ico_bunjo, .subBtn .ico_bunjo, .submitBtn01 .ico_bunjo, .actionBtn01 .ico_bunjo, .actionBtn02 .ico_bunjo {
    width: 25px !important;
    height: 16px !important;
  }
  .-large .ico_bunjo {
    margin-top: -0.4em !important;
    width: 40px !important;
    height: 24px !important;
  }
  .ico_chuko {
    width: 32px !important;
    height: 42px !important;
  }
  .baseBtn .ico_chuko, .subBtn .ico_chuko, .submitBtn01 .ico_chuko, .actionBtn01 .ico_chuko, .actionBtn02 .ico_chuko {
    width: 12px !important;
    height: 16px !important;
  }
  .-large .ico_chuko {
    margin-top: -0.4em !important;
    width: 18px !important;
    height: 24px !important;
  }
  .ico_flag {
    width: 42px;
    height: 36px;
    padding: 4px 0 0;
  }
  .ico_flag::before {
    border-width: 12px 21px 0 0;
    bottom: -12px;
  }
  .ico_flag::after {
    border-width: 0 21px 12px 0;
    bottom: -12px;
  }
  .crumbs {
    padding: 0 8px;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    overflow-scrolling: touch;
    border-bottom: 1px solid #e2e6e9;
  }
  .crumbs ol {
    margin: 0;
    font-size: 1.2rem;
  }
  .crumbs li {
    white-space: nowrap;
    display: flex;
    align-items: center;
  }
  .crumbs li:not(:first-child)::before {
    margin: 0 8px 2px;
  }
  .crumbs a {
    padding: 12px 0;
  }
  .basicArea {
    display: block;
    padding: 40px 0;
  }
  .kv + .basicArea {
    padding-top: 24px;
  }
  .basicAreaTop {
    padding: 24px 0 40px;
  }
  .basicAreaTateuriList, .basicAreaTenji {
    padding-top: 20px;
  }
  .innerBlock {
    display: block;
    padding: 0 8px;
  }
  .linkBlock {
    margin: 16px 0;
  }
  .basicArea > .linkBlock {
    margin-left: 8px;
    margin-right: 8px;
  }
  .linkBlock > li {
    margin: 8px 0 0;
  }
  .linkBlock > li:first-child {
    margin: 0;
  }
  .linkBlock-point {
    margin: 8px 0 0;
    font-size: 1.6rem;
  }
  .linkBlock-info {
    margin: 8px 0 0;
    font-size: 1.2rem;
  }
  .linkBlock-info svg {
    width: 16px;
    height: 16px;
  }
  .linkBlock-info > li {
    margin: 4px 0 0;
  }
  .kv {
    height: 120px;
  }
  .kv-logo {
    margin: 0 auto 8px;
    width: auto;
    height: 30px;
  }
  .kv-ttl {
    margin: 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    font-size: 2.4rem;
    font-weight: bold;
    line-height: 1.2;
  }
  .kv-img img {
    height: calc(100% + 2px);
    -ms-filter: blur(1px);
    filter: blur(1px);
  }
  .head-main {
    padding: 12px 0;
    font-size: 2rem;
  }
  .head-main svg {
    width: 24px;
    height: 24px;
  }
  .head01 {
    margin: 24px 0;
    font-size: 2rem;
    line-height: 1.4;
    text-align: center;
  }
  .head01 svg {
    display: block;
    margin: 0 auto 10px;
  }
  .head01TateuriList, .head01Tenji {
    margin-bottom: 12px;
  }
  .head02 {
    margin: 24px auto;
    font-size: 2rem;
    line-height: 1.4;
  }
  .head02.-line {
    width: 300px;
    padding: 0 50px;
    line-height: 1.2;
  }
  .head02.-line.-wide {
    width: 100%;
    max-width: 400px;
  }
  .head02.-line::after {
    width: 200px;
    left: 50px;
  }
  .head02.-line.-wide::after {
    width: 70%;
    left: 50%;
    transform: translateX(-50%);
  }
  .head02.center svg {
    margin: 0 0 8px;
  }
  .head03 {
    margin: 24px auto;
    font-size: 2.4rem;
  }
  .head03.-small {
    margin: 0 auto;
    font-size: 1.4rem;
  }
  .head03.-small + .ttl01.en {
    margin: 0 0 12px;
  }
  .head04 {
    margin: 24px auto;
    font-size: 2rem;
    line-height: 1.4;
  }
  .head-related {
    margin: 16px auto;
    font-size: 2rem;
    line-height: 1.4;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .head-related .label {
    margin: 0 0 12px;
    padding: 8px 16px;
    font-size: 1.6rem;
    line-height: 1;
  }
  .head-flag {
    margin: 16px auto !important;
    font-size: 2rem;
    line-height: 1.4;
  }
  .head-flag .ico_flag {
    position: absolute;
    top: -60px;
    left: 50%;
    margin-left: -21px;
  }
  .ttl01 {
    margin: 24px 0;
    font-size: 2.8rem;
    line-height: 1.4;
  }
  .ttl01.en {
    font-size: 3.2rem;
  }
  .ttl02 {
    margin: 24px 0;
    font-size: 1.2rem;
    line-height: 1.4;
  }
  .ttl02 span {
    font-size: 2.8rem;
  }
  .ttl02 span.en {
    font-size: 3.2rem;
    line-height: 1.2;
  }
  .list-base {
    margin: 16px 0;
  }
  .list-base > li:not(:first-child) {
    margin: 8px 0 0;
  }
  .list-base.square > li::before {
    top: 0.4em;
  }
  .list-tile {
    margin: 0 0 24px;
    gap: 8px;
  }
  .list-tile > li {
    width: calc(50% - 4px);
  }
  .acSpTrg {
    cursor: pointer;
    position: relative;
    padding-right: 32px !important;
  }
  .acSpTrg::before {
    content: "";
    display: inline-block;
    position: absolute;
    top: 50%;
    width: 12px;
    height: 12px;
    border-top: solid 2px #72b8da;
    border-right: solid 2px #72b8da;
    transform: rotate(135deg);
    position: absolute;
    margin-top: -10px;
    top: 50%;
    right: 10px;
  }
  .acSpTrg.active::before {
    transform: rotate(-45deg);
    margin-top: -4px;
  }
  .menu-tab {
    margin: 24px 0;
    padding: 0 8px;
  }
  .innerBlock .menu-tab {
    padding: 0;
  }
  .menu-tab ul {
    padding: 4px 3px 4px 2px;
  }
  .menu-tab li {
    width: 100%;
    line-height: 1.2;
  }
  .menu-tab a {
    padding: 8px 0;
  }
  .menu-area {
    margin: 0 8px 8px;
    padding: 0 0 16px;
    overflow: auto;
  }
  .innerBlock .menu-area {
    width: calc(100% + 8px + 8px);
    margin-left: -8px;
    margin-right: -8px;
  }
  .menu-area ul {
    margin: 0 8px;
    display: flex;
    white-space: nowrap;
  }
  .menu-area li {
    margin: 0 4px 0 0;
  }
  .menu-area a {
    background: #e2e6e9;
    display: flex;
    align-items: center;
    height: 30px;
    padding: 0 16px;
    border-radius: 16px;
  }
  .menu-area a.cr {
    position: relative;
  }
  .menu-area a.cr::after {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 8px 6px 0 6px;
    border-color: #72b8da transparent transparent transparent;
    position: absolute;
    bottom: -6px;
    left: 50%;
    margin-left: -6px;
  }
  .menu-area.-no a {
    height: 42px;
    border-radius: 8px;
    line-height: 1.2;
    flex-direction: column;
    justify-content: center;
  }
  .menu-area.-no a .no {
    font-size: 1.2rem;
    line-height: 1;
  }
  .baseBtn, .subBtn,
  a.subBtn, .submitBtn01,
  a.submitBtn01, .actionBtn01,
  a.actionBtn01, .actionBtn02,
  a.actionBtn02,
  a.baseBtn {
    display: block;
    width: 100%;
    font-size: 1.6rem;
  }
  .baseBtn svg, .subBtn svg, .submitBtn01 svg, .actionBtn01 svg, .actionBtn02 svg,
  a.baseBtn svg {
    margin-top: -0.3em;
  }
  .baseBtn.-large, .-large.subBtn, .-large.submitBtn01, .-large.actionBtn01, .-large.actionBtn02,
  a.baseBtn.-large {
    width: 100%;
  }
  .baseBtn.-small, .-small.subBtn, .-small.submitBtn01, .-small.actionBtn01, .-small.actionBtn02,
  a.baseBtn.-small {
    display: inline-block;
    width: auto;
    min-width: 80px;
    padding: 10px 4px 9px;
    font-size: 1.2rem;
  }
  .baseBtn.-small svg, .-small.subBtn svg, .-small.submitBtn01 svg, .-small.actionBtn01 svg, .-small.actionBtn02 svg,
  a.baseBtn.-small svg {
    width: 14px;
    height: 14px;
  }
  .baseBtn .freeD, .subBtn .freeD, .submitBtn01 .freeD, .actionBtn01 .freeD, .actionBtn02 .freeD,
  a.baseBtn .freeD {
    width: auto;
    height: 16px;
  }
  .textBnr,
  a.textBnr {
    width: calc(100vw - 64px);
    height: 90px;
  }
  .textBnr figure,
  a.textBnr figure {
    margin-right: 16px;
  }
  .textBnr figure img,
  a.textBnr figure img {
    height: 88px;
  }
  .textBnr p,
  a.textBnr p {
    padding: 0 8px 0 0;
  }
  .textBnr p .fS,
  a.textBnr p .fS {
    font-size: 1.2rem;
  }
  .textBnr p.center,
  a.textBnr p.center {
    padding: 0 8px;
  }
  .textBnr .ico_blank,
  a.textBnr .ico_blank {
    width: 14px;
    height: 11px;
    top: 4px;
    right: 4px;
  }
  .contact {
    margin: 40px 0;
  }
  .contact .linkBlock {
    margin: 0;
  }
  .contact-inn {
    padding: 16px;
  }
  .contact-inn dl {
    margin: 0;
  }
  .contact-ttl {
    margin: 0 0 16px;
    font-size: 2rem;
    line-height: 1.4;
  }
  .contact-ttl-copy {
    margin-bottom: 8px;
    font-size: 1.6rem;
  }
  .contact-ttl-copy::before {
    border-width: 3px 0 0 20px;
  }
  .contact-ttl-copy::after {
    border-width: 0 0 3px 20px;
  }
  .contact-ttl-s {
    margin-bottom: 8px;
    font-size: 1.4rem;
  }
  .contact-reform {
    margin: 40px 8px;
  }
  .contact-service {
    margin: 40px 8px;
  }
  .contact-service .contact-inn {
    padding: 16px 8px;
  }
  .contact-service-cs .linkBlock-info {
    margin-top: 4px;
  }
  .contact-service-info {
    padding: 20px 16px;
  }
  .contact-service-info dt {
    font-size: 1.6rem;
    text-align: center;
  }
  .basicArea + .contact {
    margin-top: 0;
  }
  .contact-bunjo {
    z-index: 9;
  }
  .contact-bunjo .-bubble a .bubble {
    width: 168px;
    right: 16px;
    top: -20px;
  }
  .contact-bunjo.linkBlock {
    display: flex;
    flex-direction: column-reverse;
    gap: 8px;
  }
  .contact-bunjo.linkBlock > li {
    margin: 0;
  }
  .contact-bunjo.floatParts-info {
    padding: 4px;
    gap: 4px;
    background: #fff;
    border-top: solid 1px #c0c1c5;
  }
  .contact-bunjo.floatParts-info a {
    height: 36px;
  }
  .contact-bunjo.floatParts-info a.actionBtn01:not([href^="tel:"]) {
    background: #eb6f3c;
    color: #fff;
    border: solid 1px #eb6f3c;
    border-radius: 4px;
  }
  .contact-bunjo.floatParts-info a.actionBtn01:not([href^="tel:"]) svg {
    fill: #fff;
  }
  .contact-bunjo.floatParts-info a .bubble {
    width: 160px;
    right: -4px;
    top: -22px;
  }
  .contact-bunjo.floatParts-info > li {
    margin: 0;
    border-left: none;
  }
  .contact-bunjo .free-tel a[href^="tel:"] {
    width: 70px;
    justify-content: flex-end;
  }
  .search-block {
    background-size: 100% auto;
    background-position: 0 bottom;
    margin: 0;
    padding: 32px 16px 160px;
    position: relative;
  }
  .search-block::after {
    content: "";
    width: 100%;
    height: 240px;
    background: linear-gradient(rgb(246, 246, 246) 80%, rgba(246, 246, 246, 0) 100%);
    position: absolute;
    top: 0;
    right: 0;
    z-index: -1;
  }
  .search-block dt {
    font-size: 1.8rem;
    text-align: center;
  }
  .search-block .linkBlock {
    margin-top: 8px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .search-block .linkBlock > li {
    width: calc(50% - 4px);
  }
  .search-block .linkBlock > li:first-child {
    margin: 8px 0 0;
  }
  .search-block .linkBlock > li.top {
    width: 100%;
  }
  .search-block .linkBlock a {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 50px;
    padding: 10px 0;
    line-height: 1;
  }
  .search-block .linkBlock a .ico-gselect {
    width: 70px;
    height: 20px;
    margin: -5px 2px -3px 0;
  }
  #tateuri-floating-block #tateuri-floating-menu {
    margin-bottom: 16px;
    padding-bottom: 0;
    background: #fff;
    z-index: 2;
    top: 64px;
  }
  #tateuri-floating-block #tateuri-floating-menu ul {
    margin: 0;
    padding: 8px;
  }
  #tateuri-floating-block #tateuri-floating-menu ul > li:last-of-type {
    padding-right: 8px;
  }
  /* _gnavi.scss -------------------------------------------------- */
  .gnavi-menu nav {
    width: 240px;
  }
  .gnavi-menu ul {
    margin: 16px 0;
    border-top: 1px dotted rgba(255, 255, 255, 0.5);
  }
  .gnavi-menu li {
    margin: 0;
    border-bottom: 1px dotted rgba(255, 255, 255, 0.5);
  }
  .gnavi-menu a {
    display: block;
    padding: 15px 16px 14px;
    line-height: 1.2;
  }
  .gnavi-menu a::before {
    left: inherit;
    right: 8px;
    top: 50%;
    margin-top: -5px;
  }
  .gnavi-menu nav {
    padding: 24px 0;
  }
  .gnavi-sub {
    position: fixed;
    top: 0;
    right: 64px;
    z-index: 10;
  }
  .gnavi-sub ul {
    display: flex;
    justify-content: flex-end;
  }
  .gnavi-sub li > a {
    display: flex;
    align-items: center;
    flex-direction: column;
    font-size: 1rem;
    color: #1f1f1f;
    margin-left: 8px;
  }
  .gnavi-sub li > a .ico_tenji {
    width: 52px !important;
    height: 23px !important;
    margin: 0;
  }
  .gnavi-sub li > a .ico_tateuri {
    width: 33px !important;
    height: 23px !important;
    margin: 0;
  }
  /* _header.scss -------------------------------------------------- */
  header {
    width: 100%;
    min-height: 64px;
    display: flex;
    align-items: center;
    position: fixed;
    top: 0;
    left: 0;
    background: #fff;
  }
  .top header {
    background: none;
  }
  .header-logo {
    padding: 16px 8px;
  }
  .header-logo img {
    height: 24px;
    width: auto;
  }
  /* _top.scss -------------------------------------------------- */
  .top-kv::after {
    height: 80px;
  }
  .top-kv-list .img {
    padding-top: 60%;
    width: 100%;
  }
  .service-area {
    padding-left: 8px;
    padding-right: 8px;
  }
  .service-area .swiper-container {
    width: calc(100% + 8px);
    margin-right: -8px;
  }
  .service-list > li {
    margin: 0 8px 0 0;
    width: 270px;
  }
  .service-list-info {
    padding: 16px 8px;
  }
  .service-list-info .name {
    margin: 0 0 16px;
    font-size: 1.8rem;
  }
  .service-list-info .text {
    margin: 0;
    padding: 0 8px;
  }
  .service-list-info .link {
    margin: 16px 0 0;
  }
  .service-bnr {
    padding: 12px 0;
  }
  .service-area .service-bnr {
    margin: 24px -8px -40px;
    width: calc(100% + 16px);
  }
  .service-bnr-list > li {
    margin: 0 4px;
    width: 280px;
  }
  .service-bnr-list > li img {
    max-width: 280px;
    max-height: 80px;
    width: auto;
    height: auto;
  }
  .info-list {
    margin: 16px 0;
  }
  .info-list > li {
    padding: 8px;
  }
  .info-list > li a {
    margin: -8px;
    padding: 8px;
    width: calc(100% + 16px);
  }
  .info-list-date {
    width: 80px;
  }
  .sumi-top-ttl {
    margin-bottom: 40px;
    display: flex;
    flex-direction: column-reverse;
    align-items: center;
    font-size: 1.6rem;
  }
  .sumi-top-ttl img {
    margin: 12px 0 0;
    height: 50px;
    width: auto;
  }
  .sumi-top-main {
    margin: 0 !important;
  }
  .sumi-top-main .head02 {
    text-align: center;
  }
  .sumi-top-main .head02:not(:first-child) {
    padding-top: 32px;
    border-top: 1px solid #fff;
  }
  .sumi-top-main .text {
    padding: 0 8px;
  }
  .recommend-list {
    margin: -12px 0 0;
    padding: 0 8px;
    justify-content: space-between;
  }
  .recommend-list > li {
    margin: 12px 0 0;
    width: calc(50% - 4px);
  }
  .recommend-list .imgCont {
    padding-top: 48.68%;
  }
  .recommend-list .imgCont img {
    max-width: 70%;
    max-height: 80%;
  }
  .recommend-list p {
    margin: 0;
    padding: 8px 0;
    font-size: 1.2rem;
    line-height: 1.2;
  }
  .bnr-list {
    margin: 0;
    padding: 0 16px;
    text-align: center;
  }
  .bnr-list > li {
    margin: 16px 0 0;
  }
  .bnr-list > li:first-child {
    margin: 0;
  }
  .captioninfo {
    display: block;
  }
  .captioninfo dt {
    width: 100%;
    margin: 0;
  }
  .captioninfo dd {
    width: 100%;
    margin: 0 0 30px;
  }
  .captioninfo-estate {
    display: block;
  }
  /* _remodalstyle.scss -------------------------------------------------- */
  .remodal-close {
    top: 0;
  }
  .remodal {
    position: relative;
    height: 100%;
  }
  .remodal .headTitle {
    width: 100%;
    min-height: 55px;
    padding: 15px 75px;
    background: #fff;
    font-size: 1.4rem;
    font-weight: bold;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    position: relative;
    z-index: 1;
  }
  .remodal .mainBlock {
    height: 100%;
    padding: 20px;
    overflow-y: auto;
  }
  .remodal .remodal-close {
    top: 8px;
    right: 8px;
  }
  .remodal.normalBlock {
    height: inherit;
    padding: 20px;
    background: none;
    text-align: center;
  }
  .remodal.normalBlock .normalBlockInn {
    padding: 20px;
    background: #fff;
  }
  .remodal.normalBlock .topText {
    padding: 20px 0;
  }
  .remodal.normalBlock button {
    width: 100%;
  }
  .remodal.madoriRemodal .mainBlock {
    flex-direction: column;
  }
  .remodal.madoriRemodal .madori {
    max-width: 100%;
    max-height: calc(100vh - 40px);
    height: auto;
    width: auto;
  }
  .remodal.madoriRemodal .madori img {
    max-width: 100%;
    max-height: calc(100vh - 40px);
    height: auto;
    width: auto;
  }
  /* _form.scss -------------------------------------------------- */
  input[type=text], input[type=password], input[type=tel], input[type=email], input[type=search] {
    width: 100%;
  }
  select,
  .selectLabelArea {
    width: 100%;
  }
  .checkbox span + input,
  .radio span + input {
    margin: 0 0 8px !important;
  }
  .formBlock {
    padding: 16px;
  }
  .formBlock .normalForm {
    margin: 0 -16px 32px;
  }
  .normalForm .legend {
    width: 100%;
    padding: 12px 16px;
  }
  .normalForm .inputArea {
    padding: 24px 16px 16px;
  }
  .normalForm .inputArea textarea {
    width: 100%;
  }
  .normalForm .dateInputArea {
    width: 100%;
  }
  .normalForm .itemArea dt {
    margin: 0 0 6px;
  }
  .normalForm .itemArea dd {
    margin: 0;
  }
  .input150 {
    width: 150px !important;
  }
  .input100 {
    width: 100px !important;
  }
  .msgArea {
    margin: 32px 0;
    padding: 32px 16px;
  }
  .msgArea-ttl {
    margin-bottom: 16px;
    font-size: 2rem;
  }
  .prvList dt {
    margin: 16px 0 8px;
  }
  .prvList dd {
    margin: 0;
  }
  /* _table.scss -------------------------------------------------- */
  .outline-table colgroup {
    display: none;
  }
  .outline-table th, .outline-table td {
    display: block;
    padding: 8px;
  }
  .rsv-table .status img {
    width: 16px;
    height: 16px;
  }
  .maint-table td {
    padding: 4px 0;
    font-size: 2rem;
  }
  /* _estate.scss -------------------------------------------------- */
  .youtube_time.-sddefault {
    right: 0px;
  }
  .estate-list {
    margin: 0;
  }
  .estate-list > li {
    margin: 0 0 16px;
  }
  .estate-list.-tateuri > li {
    margin: 0 0 16px;
    padding: 0 0 16px;
    border-bottom: dotted #c0c1c5 1px;
  }
  .estate-list.-tateuri > li .imgFit {
    margin: 0 0 16px;
  }
  .estate-list.-tateuri > li .name {
    margin: 0 0 16px;
    font-size: 1.8rem;
  }
  .estate-list.-tateuri > li .copy {
    margin: 0 0 16px;
  }
  .estate-list.-tateuri > li .add {
    margin: 0 0 4px;
  }
  .estate-list.-tateuri > li .btn-block {
    padding: 28px 0 0;
  }
  .estate-list.-tateuri > li .btn-block.-bubble .bubble {
    width: 200px;
  }
  .estate-info {
    padding: 16px;
  }
  .estate-info .name {
    margin: 0 0 12px;
    padding: 0 0 12px;
  }
  .estate-info .madori {
    display: inline-block;
    margin: 0 8px 0 0;
    font-size: 2rem;
  }
  .estate-info .price {
    margin: 0;
    display: inline-block;
  }
  .estate-info .add {
    margin: 8px 0 0;
  }
  .estate-tenji {
    margin-left: -8px;
    margin-right: -8px;
    border-top: 1px solid rgba(192, 193, 197, 0.5);
  }
  .estate-tenji > li {
    margin: 0;
    border-bottom: 1px solid rgba(192, 193, 197, 0.5);
  }
  .estate-tenji .estate-block {
    padding: 20px 8px 24px;
    background: #fff;
  }
  .estate-tenji .estate-info {
    padding: 0;
  }
  .estate-tenji .estate-info .name {
    padding: 0;
  }
  .estate-tenji .estate-info .name::after {
    display: none;
  }
  .estate-tenji .estate-data {
    order: 2;
    flex: 1 0 0%;
    padding: 16px;
    background: #eff0f2;
  }
  .estate-tenji .estate-data li {
    display: flex;
    text-indent: 0;
    margin-left: 0;
  }
  .estate-tenji .estate-data li > svg {
    flex: 0 0 auto;
  }
  .estate-tenji .estate-data li > button {
    text-align: left;
    background-color: transparent;
    border: none;
    padding: 0;
    text-decoration: underline;
  }
  .estate-tenji .estate-info-inn {
    display: flex;
    flex-direction: column;
  }
  .estate-tenji .name {
    order: 0;
  }
  .estate-tenji .estate-photo-link {
    order: 1;
    display: block;
    position: relative;
  }
  .estate-tenji .estate-photo-link > img {
    aspect-ratio: 100/66;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .estate-tenji .estate-photo-link .icon-estate-vr {
    position: absolute;
    bottom: 5px;
    right: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: rgba(255, 240, 0, 0.8);
    width: 120px;
    height: 40px;
  }
  .estate-tenji .estate-photo-link .icon-estate-vr img {
    width: 94px;
  }
  .estate-tenji .estate-amazon-btn {
    margin: 0;
    padding-top: 12px;
  }
  .estate-tenji .estate-amazon-btn button {
    display: block;
    border: none;
    width: 100%;
    padding: 0;
    padding-top: 16px;
    position: relative;
    text-decoration: none !important;
  }
  .estate-tenji .estate-amazon-btn img {
    width: 200px;
    position: absolute;
    top: -12px;
    right: 8px;
    z-index: 1;
  }
  .layout_adjust {
    padding-top: 54%;
  }
  .detail-column {
    margin: 24px 0 0;
  }
  .detail-column .menu-tab {
    width: 100vw;
    margin: 0 -8px;
    padding: 0 8px 8px;
    left: 0;
    top: 64px;
    background: #fff;
  }
  .detail-column .menu-tab + * {
    margin-top: 16px;
  }
  .detail-info {
    margin: 16px auto;
    padding-top: 6px;
  }
  .detail-info > li:not(:first-child) {
    margin-top: 8px;
  }
  .detail-info > li .mapBtn {
    margin: -2px 0 -2px 8px;
  }
  .detail-ttl {
    margin: 0 0 16px;
    font-size: 1.6rem;
  }
  .detail-com {
    margin: 16px 8px 24px;
    line-height: 1.8;
  }
  .detail-block {
    margin: 0 0 40px;
  }
  .detail-block-inn {
    margin: 0 0 32px;
  }
  .detail-block-top {
    margin: 32px auto;
  }
  .detail-zu {
    margin: 16px auto;
    text-align: center;
  }
  .detail-map {
    margin: 16px auto;
    text-align: center;
  }
  .detail-Gmap {
    margin: 16px auto;
    height: 240px;
  }
  .detail-Gmap iframe,
  .detail-Gmap object,
  .detail-Gmap embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  .detail-location {
    margin-top: -24px;
    justify-content: space-between;
  }
  .detail-location > li {
    margin: 24px 0 0;
    width: calc(50% - 4px);
  }
  .detail-location figure {
    margin-bottom: 8px;
  }
  .detail-location p {
    margin: 6px 0 0;
    font-size: 1.2rem;
    line-height: 1.4;
  }
  .detail-location p.data {
    margin: 3px 0;
    font-size: 1rem;
  }
  .detail-location p.ttl {
    font-size: 1.4rem;
  }
  .detail-location p.date {
    margin: 0;
  }
  .detail-location_text > li {
    padding: 8px 0;
  }
  .detail-location_text dt {
    padding: 2px 0;
  }
  .detail-location_text dd {
    margin: 0 0 0 8px;
    padding-top: 2px;
  }
  .detail-corp {
    margin: 0;
    padding: 16px;
  }
  .detail-corp dt {
    font-size: 1.2rem;
  }
  .detail-corp dd {
    margin: 4px 0 0;
    font-size: 1rem;
  }
  .detail-nav {
    margin: 40px 16px;
  }
  .detail-nav-ttl {
    margin: 0 0 8px;
    font-size: 1.8rem;
  }
  .detail-nav li {
    margin: 2px;
    padding: 8px 16px;
  }
  .detail-nav li a {
    margin: -8px -16px;
    padding: 8px 16px;
  }
  .kukaku-list {
    letter-spacing: 0;
    margin: 16px 0;
  }
  .kukaku-list > li {
    margin: 4px 0 0;
  }
  .kukaku-info {
    padding: 12px 8px;
    flex-wrap: wrap;
    position: relative;
  }
  .kukaku-info.has-campaign-label {
    padding-bottom: 32px;
  }
  .kukaku-info > dt {
    padding-top: 6px;
    font-size: 1.2rem;
  }
  .kukaku-info > dd {
    margin: 0 0 0 8px;
  }
  .kukaku-data {
    margin: 0 !important;
  }
  .kukaku-data dd {
    margin: 0 0 0 8px;
  }
  .kukaku-data ul {
    margin: 4px 0 0;
    display: flex;
    flex-wrap: wrap;
  }
  .kukaku-data li {
    margin: 2px 8px 0 0;
  }
  .kukaku-icon-list {
    display: flex;
    position: absolute;
    bottom: 6px;
    left: 0;
    width: calc(100% - 90px);
    height: 24px;
  }
  .kukaku-icon-list > * {
    width: auto;
    height: 100%;
  }
  .kukaku-icon-list > * + * {
    margin-left: 4px;
  }
  .kukaku-icon-list > * img, .kukaku-icon-list > * picture {
    width: auto;
    height: 100%;
  }
  .kukaku-detail {
    padding: 24px 0;
  }
  .kukaku-detail .madori {
    margin: 16px 0;
  }
  .kukaku-detail .madori p {
    margin: 8px 0 0;
  }
  .kukaku-acTriger {
    padding-bottom: 32px;
    position: relative;
  }
  .kukaku-acTriger::after {
    content: "詳細を見る";
    color: #0778a4;
    font-size: 1.2rem;
    position: absolute;
    bottom: 8px;
    right: 32px;
  }
  .kukaku-acTriger::before {
    content: "";
    display: inline-block;
    position: absolute;
    top: 50%;
    width: 12px;
    height: 12px;
    border-top: solid 2px #72b8da;
    border-right: solid 2px #72b8da;
    transform: rotate(45deg);
    position: absolute;
    top: inherit;
    bottom: 13px;
    right: 16px;
  }
  .kukaku-acTriger.active::before {
    width: 12px;
    height: 2px;
    background: #72b8da;
    border: none;
    bottom: 17px;
    right: 12px;
    transform: rotate(0deg);
  }
  .kukaku-ico {
    position: absolute;
    top: 14px;
    right: 4px;
  }
  .kukaku-ico svg {
    width: 28px;
    height: 28px;
  }
  .embed-block {
    margin: 16px 0;
  }
  .basicAreaTateuri {
    display: block;
    padding: 20px 0;
  }
  .gray-list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .gray-list > li {
    margin: 0 0 8px;
    width: calc(50% - 4px);
  }
  .gray-list dl {
    padding: 12px 16px;
  }
  .gray-list dt {
    padding-right: 12px;
    margin-bottom: 8px;
    position: relative;
  }
  .gray-list dt::after {
    right: 0;
  }
  .gray-list dd {
    font-size: 1.2rem;
  }
  .shc {
    margin: 0;
  }
  .shc-ttl {
    margin: 0 0 16px;
    font-size: 2.4rem;
  }
  .shc-ttl img {
    width: 260px;
    margin: 0 auto 8px;
  }
  .shc-mainph {
    margin: 16px -8px;
  }
  .shc-copy {
    margin: 32px 0 40px;
  }
  .shc-concept {
    margin: 0 -8px;
    padding: 32px 8px 40px;
    background-position: 0 0;
  }
  .shc-concept-in {
    padding: 32px 0 0;
    text-align: center;
  }
  .shc-concept-in .text {
    margin: 0 0 32px;
  }
  .shc-katachi {
    margin: 40px 0 0;
    padding: 0 8px;
  }
  .shc-katachi-ttl {
    margin-bottom: 24px;
    font-size: 2rem;
  }
  .shc-katachi-in {
    position: relative;
  }
  .shc-katachi-in p {
    margin: 0;
    text-shadow: #fff 2px 0px 2px, #fff -2px 0px 2px, #fff 0px -2px 2px, #fff 0px 2px 2px, #fff 2px 2px 2px, #fff -2px 2px 2px, #fff 2px -2px 2px, #fff -2px -2px 2px, #fff 1px 2px 2px, #fff -1px 2px 2px, #fff 1px -2px 2px, #fff -1px -2px 2px, #fff 2px 1px 2px, #fff -2px 1px 2px, #fff 2px -1px 2px, #fff -2px -1px 2px;
  }
  .shc-katachi-in figure {
    width: 50vw;
    height: auto;
    position: absolute;
    right: -16px;
    bottom: 0;
    z-index: -1;
  }
  .shc-katachi-in figure::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    box-shadow: 10px 10px 10px #fff inset;
  }
  .shc-gselect {
    margin: 40px 0 0;
  }
  .shc-gselect-ttl {
    margin: 0 auto 24px;
    width: 140px;
  }
  .shc-gselect-text {
    margin: 0 0 24px;
  }
  .shc-gselect-list {
    margin: 24px 0;
    justify-content: space-between;
  }
  .shc-gselect-list > li:not(:first-child) {
    margin: 0 0 0 8px;
  }
  .shc-gselect-list .text {
    padding: 16px 0 12px;
    font-size: 1.2rem;
  }
  .shc-gselect-list .logo {
    margin-bottom: 4px;
  }
  .shc-gselect-list .logo img {
    width: auto;
    height: 24px;
  }
  .shc-gselect-point {
    margin: 40px 0;
    font-size: 2rem;
    text-align: center;
  }
  .shc-gselect-point .combo {
    margin: 16px 0 0;
    padding: 0 8px;
  }
  .shc-gselect-point .combo p:not(.combo-x) {
    flex: 1 0 0%;
  }
  .shc-gselect-point .combo-x {
    width: 48px;
    height: 48px;
    margin: 8px;
  }
  .shc-gselect-point .combo-x::before {
    width: 48px;
  }
  .shc-gselect-point .combo-x::after {
    height: 48px;
  }
  .city-list {
    margin: 0 0 32px;
  }
  .city-list > li {
    margin: 0 0 24px;
  }
  .city-list > li figure {
    width: 120px;
    height: 80px;
    padding: 0;
    margin: 0 12px 0 0;
  }
  .city-list dt {
    margin: 0 0 4px;
    font-size: 1.6rem;
    line-height: 1.4;
  }
  .city-list dt .sub {
    margin: 0 0 2px;
    font-size: 1rem;
  }
  .city-list dd {
    font-size: 1.2rem;
  }
  .tenji-sp-vr-label {
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: inherit;
    border-top: 1px solid #c0c1c5;
    padding: 10px 0;
  }
  .tenji-sp-vr-label .tenji-sp-vr-label-text {
    font-size: 16px;
    font-weight: bold;
    line-height: 1.35;
    margin: 0;
  }
  .tenji-sp-vr-label .tenji-sp-vr-label-text span {
    text-decoration: underline;
    padding-left: 0.5em;
  }
  .tenji-sp-vr-label .tenji-sp-vr-label-icon {
    flex: 0 0 auto;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    background-color: #FCF001;
    border: solid 1px #D3D0FC;
    border-radius: 4px;
    width: 80px;
    height: 36px;
    margin-left: 10px;
  }
  .tenji-sp-vr-label .tenji-sp-vr-label-icon img {
    width: 66px;
  }
  .tenji-head_info {
    border-top: 1px solid #c0c1c5;
  }
  .tenji-head_info .pName {
    margin: 16px 0;
    padding: 8px;
  }
  .tenji-equList {
    margin: 16px auto;
  }
  .tenji-equList > li {
    width: calc(33.33% - 2.66px);
    font-size: 1.2rem;
    line-height: 1.2;
    min-height: 3.5em;
  }
  .tenji-equList > li:nth-child(3n) {
    margin-right: 0;
  }
  .tenji-rsv {
    margin: 40px 0;
  }
  .tenji-rsv-data {
    margin: 24px 0;
    padding: 0 8px;
  }
  .tenji-rsv-data dt {
    margin: 0 0 8px;
    font-size: 1.6rem;
  }
  .innerBlock .tenji-rsv-data {
    padding: 0;
  }
  .tenji-rsv .linkBlock {
    margin: 24px 0;
    padding: 8px;
    background: #eff0f2;
    display: flex;
  }
  .tenji-rsv .linkBlock > li {
    margin: 0;
  }
  .tenji-rsv .linkBlock > li + li {
    margin-left: 8px;
  }
  .tenji-rsv .linkBlock > li.tel svg {
    margin-right: 0;
  }
  .tenji-rsv .linkBlock > li:not(.tel) {
    flex: 1 0 0%;
  }
  .tenji-about-text p {
    padding: 0 8px;
  }
  .tenji-about-vr {
    padding: 32px 0 0;
  }
  .tenji-about-vr .ttl {
    padding: 0;
    margin: 0 0 8px;
    font-size: 1.8rem;
  }
  .tenji-madori .madori-list p {
    display: inline-block;
    margin: 0;
    font-size: 1.2rem;
  }
  .tenji-madori .madori-list p.ttl {
    font-size: 1.4rem;
  }
  .tenji-madori .madori-list .madori {
    margin: 0 0 8px;
    padding-top: 100%;
  }
  .tenji-covid {
    padding: 32px 8px;
  }
  .tenji-covid .covid-ttl {
    margin: 0 0 16px;
  }
  .tenji-covid .covid-ttl strong {
    font-size: 1.8rem;
  }
  .tenji-covid_ini {
    padding: 16px 8px;
  }
  .tenji-covid_ini dt {
    margin: 0 0 16px;
  }
  .tenji-covid_ini .ini-list {
    font-size: 1.1rem;
  }
  .tenji-covid_ini .ini-list > li {
    width: 100%;
    margin: 0 4px;
  }
  .tenji-covid_ini .ini-list img {
    width: calc(100% - 16px);
    margin: 0 auto 8px;
  }
  .tenji-covid .text {
    margin: 16px 0;
    padding: 0 8px;
    font-size: 1.2rem;
    text-align: left;
  }
  .tenji-covid_merit {
    margin: 24px 0;
  }
  .tenji-covid_merit dt {
    margin: 0 0 12px;
    font-size: 1.8rem;
    line-height: 1;
  }
  .tenji-covid_merit dt strong {
    margin: 0 2px;
    font-size: 3.2rem;
    vertical-align: -2px;
  }
  .tenji-covid_merit .merit-list > li {
    width: calc(33.33vw - 21.33px);
    height: calc(33.33vw - 21.33px);
    margin: 0 4px;
    font-size: 1.6rem;
    line-height: 1.2;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .tenji-voice {
    padding: 0 8px;
  }
  .tenji-voice > li {
    margin: 16px 0 0;
  }
  .tenji-voice > li::before {
    margin-top: 8px;
    width: 24px;
    height: 24px;
    background-size: 24px auto;
  }
  .tenji-voice > li.ico-w::before {
    background-size: 24px auto;
  }
  .tenji-voice > li .text {
    margin: 0 16px;
    padding: 12px;
    line-height: 1.4;
  }
  .commonParts {
    margin: 40px 0;
  }
  .commonParts > .linkBlock {
    margin-left: 8px;
    margin-right: 8px;
  }
  .commonParts-estate {
    margin: 0 auto 40px;
  }
  .commonParts-estate .swiper-container {
    width: calc(100% + 8px);
    margin-right: -8px;
  }
  .commonParts-estate .estate-list > li {
    margin: 0 8px 0 0;
    width: 220px;
  }
  .commonParts-estate .estate-block {
    height: 100%;
    display: flex;
    flex-direction: column;
  }
  .commonParts-estate .estate-info {
    padding: 12px 12px 16px;
    flex: 1 auto;
    display: flex;
    flex-direction: column;
  }
  .commonParts-estate .estate-info .name {
    flex: 1 auto;
    display: flex;
    align-items: center;
    font-size: 1.6rem;
  }
  .commonParts-estate .estate-info .price strong {
    font-size: 1.8rem;
  }
  .commonParts-tenji {
    margin: 0 auto 40px;
  }
  .event-detail {
    margin: 24px 0 40px;
  }
  .event-detail .detail-info {
    margin-left: 8px;
    margin-right: 8px;
  }
  .event-cont {
    margin: 32px auto 0;
  }
  .event-cont p {
    margin: 16px 8px;
    line-height: 1.8;
  }
  .event-cont p.img {
    margin: 24px 0;
  }
  .sumi-main {
    margin-top: 32px;
  }
  .sumi-main .logo {
    margin: 0 auto 16px;
    text-align: center;
  }
  .sumi-main .logo img {
    width: 160px;
    height: auto;
  }
  .sumi-data {
    margin: 16px 0;
    padding: 12px 8px;
    background: #e2e6e9;
  }
  .sumi-data .kukaku-data::before {
    margin: 0 0 4px;
    width: 100%;
    background: #fff;
  }
  .sumi-data .kukaku-data ul {
    margin: 0;
  }
  .sumi-price {
    align-items: center;
    justify-content: space-between;
  }
  .sumi-price .price {
    margin: 0;
  }
  .sumi-price .price strong {
    font-size: 2.4rem;
  }
  .sumi-price-area .price strong {
    font-size: 1.6rem;
  }
  .sumi-price-area dd {
    margin: 0;
    width: 6.5em;
    text-align: right;
  }
  .sumi-info {
    margin: 16px 0;
  }
  .sumi-info .maint-block {
    margin-top: 40px;
  }
  .sumi-info .maint-text {
    text-align: center;
  }
  .sumi-madori p {
    margin: 8px 0;
  }
  .sumi-madori .madorizu {
    margin: 0 0 8px;
  }
  .related-block:not(:first-child) {
    margin: 40px 0 0;
  }
  .related-list .block:not(:first-child) {
    margin: 8px 0 0;
  }
  .related-list figure {
    width: 120px;
    aspect-ratio: 1/1;
  }
  .related-tenji .related-list-block {
    display: block;
  }
  .related-tenji .related-list-block .name {
    font-size: 1.17em;
    padding: 8px 12px;
    margin: 0;
    background: #eff0f2;
  }
  .related-tenji figure {
    margin: 0 0 8px 8px;
    float: right;
    aspect-ratio: 4/3;
  }
  .related-tenji .related-list-info {
    display: block;
    padding: 12px;
  }
  .related-tenji .estate-data {
    font-size: 1.2rem;
  }
  .related-tenji .estate-data .box {
    margin: 0;
  }
  /* _estate_kukaku.scss -------------------------------------------------- */
  .theta-block .theta-list {
    display: block;
  }
  .theta-block .theta-list li {
    margin: 20px 0px;
    font-size: 14px;
  }
  .theta-block .theta-list li span {
    font-size: 18px;
  }
  .theta-block .theta-Btn {
    padding: 16px 0px 10px 16px;
  }
  /* _reform.scss -------------------------------------------------- */
  .bnr-Area {
    padding-top: 16px;
  }
  .reform-kodawari-header {
    margin: 48px 0 32px;
  }
  .reform-kodawari-header .ttl {
    margin: 0 0 12px;
    font-size: 2.4rem;
    font-weight: bold;
  }
  .reform-kodawari-detail {
    margin: 0 0 48px;
  }
  .reform-kodawari-detail .annotation {
    margin: 32px 0 0;
    font-size: 1.2rem;
  }
  .reform-kodawari-list > li {
    margin: 0 0 32px;
  }
  .reform-kodawari-list > li:last-of-type {
    margin-bottom: 0;
  }
  .reform-kodawari-list > li::after {
    content: "";
    display: block;
    clear: both;
  }
  .reform-kodawari-list > li .head {
    width: 100%;
    margin: 0 0 16px;
    font-size: 1.6rem;
  }
  .reform-kodawari-list > li .img {
    width: 160px;
    margin: 0 0 8px 16px;
    float: right;
  }
  .reform-theme-block {
    margin: 0 0 48px;
  }
  .reform-theme-block .linkBlock {
    margin-left: 32px;
    margin-right: 32px;
  }
  .reform-theme-header {
    margin: 0 0 40px;
  }
  .reform-theme-header .ttl {
    margin: 0 0 16px;
    padding: 40px 0 0;
    font-size: 2rem;
    background-size: 40px 31px;
  }
  .reform-theme-header .copy {
    width: 100vw;
    height: 33.3333333333vw;
    background-size: 100% auto;
    margin: 0 -8px 24px;
    padding: 0 24px;
    font-size: 1.8rem;
  }
  .reform-theme-detail-list {
    margin: 0 0 32px;
  }
  .reform-theme-detail-list > li {
    margin: 32px 8px 0;
  }
  .reform-theme-detail-list > li:first-of-type {
    margin-top: 0;
  }
  .reform-theme-detail .regarden-profile {
    margin: 0 0 32px;
    padding: 8px;
  }
  .reform-theme-detail .regarden-profile .name {
    width: 100%;
    margin: 0 0 8px;
    text-align: center;
  }
  .reform-theme-detail .regarden-profile .img {
    width: 195px;
    margin: 0 8px 0 0;
  }
  .reform-theme-detail .regarden-video {
    margin: 0 0 40px;
  }
  .reform-theme-detail .regarden-video > dt {
    margin: 0 0 16px;
    font-size: 1.8rem;
  }
  .reform-theme-detail .regarden-video-list {
    margin: 0 8px;
    flex-wrap: wrap;
  }
  .reform-theme-detail .regarden-video-list > li {
    width: calc(50vw - 24px);
    margin: 16px 0 0;
  }
  .reform-theme-detail .regarden-video-list > li:nth-child(-n+2) {
    margin: 0;
  }
  .reform-theme-item {
    margin: 0;
  }
  .reform-theme-item > dt {
    margin: 0 0 16px;
  }
  .reform-theme-item > dt .text {
    font-size: 1.8rem;
  }
  .reform-theme-item .highlight {
    width: 240px;
    height: 32px;
    margin-bottom: 8px;
  }
  .reform-theme-item .highlight.-pu {
    width: 88px;
  }
  .reform-theme-item > dd {
    margin: 0;
  }
  .reform-theme-item > dd .subitem-list > li {
    margin: 32px 0 0;
  }
  .reform-theme-item .img-block .img-two {
    margin: 0 8px;
  }
  .reform-theme-item .img-block .img-two > li {
    width: calc(50vw - 28px);
  }
  .reform-theme-item .img-block .img-two > li .img {
    width: 100%;
  }
  .reform-theme-item .img-block .img {
    width: 240px;
    margin: 0 auto;
  }
  .reform-theme-item .img-block .caption {
    margin: 8px 0 0;
    font-size: 1rem;
  }
  .reform-theme-item .text-block {
    margin: 24px 0 0;
  }
  .reformcase-filter dl {
    margin: 0 0 24px;
  }
  .reformcase-filter dt {
    margin: 0 0 10px;
    font-size: 1.8rem;
  }
  .reformcase-filter ul {
    margin: 0 -2px;
    overflow-x: hidden;
    justify-content: center;
  }
  .reformcase-filter ul > li {
    margin: 0 2px;
    width: calc(25% - 4px);
  }
  .reformcase-filter ul > li a {
    height: 80px;
    padding: 40px 0 16px;
    background-position: center 5px;
    background-size: 40px 31px;
    font-size: 1.1rem;
  }
  .reformcase-filter ul > li a::after {
    content: "";
    display: inline-block;
    position: absolute;
    top: 50%;
    width: 8px;
    height: 8px;
    border-top: solid 2px #72b8da;
    border-right: solid 2px #72b8da;
    transform: rotate(135deg);
    top: auto;
    bottom: 5px;
  }
  .reformcase-header {
    margin: 0 0 14px;
  }
  .reformcase-header-no {
    margin: 0 0 5px;
    font-size: 2rem;
  }
  .reformcase-header .label-new {
    margin: 8px;
    vertical-align: 2px;
  }
  .reformcase-header-ttl {
    margin: 0 0 12px;
    font-size: 2rem;
    line-height: 1.2;
  }
  .reformcase-header-copy {
    font-size: 1.6rem;
  }
  .reformcase-outline {
    margin-bottom: 56px;
  }
  .reformcase-outline-data {
    margin: 0 0 24px;
    padding: 16px 8px 8px;
  }
  .reformcase-outline-data > dl {
    margin: 0;
  }
  .reformcase-outline-data > dl > dt {
    width: 120px;
    margin: 0 0 8px;
  }
  .reformcase-outline-data > dl > dd {
    width: calc(100vw - 152px);
    margin: 0 0 8px;
  }
  .reformcase-outline-data .ico_reform {
    margin: 8px 0 0;
  }
  .reformcase-outline-data .ico_reform > li {
    width: calc(50vw - 20px);
    height: 48px;
    margin: 0 0 8px;
    padding: 0 12px 0 68px;
    background-position: 12px center;
    font-size: 1.2rem;
  }
  .reformcase-outline-text {
    margin: 0 8px 56px;
  }
  .reformcase-outline-img {
    margin: 0;
    background: #eff0f2;
  }
  .reformcase-outline-thumimg {
    height: 40px;
    margin: 8px 0 0;
  }
  .reformcase-outline-thumimg > li {
    width: 60px;
    height: 40px;
    margin: 0 2px;
  }
  .reformcase-outline-thumimg > li .imgCont {
    background: #fff;
  }
  .reformcase-detail {
    margin: 0 8px 56px;
  }
  .reformcase-detail .head02 {
    margin-bottom: 24px;
  }
  .reformcase-detail .reformba-block > li > p {
    margin: 16px 0 0;
  }
  .reformcase-detail .reformba-circle {
    width: 48px;
    height: 48px;
    font-size: 1.4rem;
    top: -10px;
    right: -10px;
  }
  .reformcase-detail .reformba-before {
    padding: 0 0 56px;
  }
  .reformcase-detail .reformba-before::after {
    width: 0;
    height: 0;
    margin: auto;
    content: "";
    display: block;
    position: absolute;
    border-style: solid;
    border-width: 16px 56px 0 56px;
    border-color: #f3f2ed transparent transparent transparent;
    left: 0;
    right: 0;
    bottom: 20px;
  }
  .case-list {
    justify-content: space-between;
  }
  .case-list > li {
    width: calc(50% - 4px);
    margin: 15px 0 0;
  }
  .case-list > li:nth-child(-n+2) {
    margin-top: 0;
  }
  .case-list-detail {
    padding: 10px 10px 15px;
  }
  .case-list-detail .no {
    margin: 5px 0 0;
    font-size: 1.8rem;
  }
  .case-list-detail .label-new {
    margin-left: 8px;
    font-size: 1.2rem;
    vertical-align: 3px;
  }
  .case-list-detail .title {
    margin: 3px 0 0;
    font-size: 1.4rem;
  }
  .case-list-detail figure + .title {
    margin: 8px 0 0;
  }
  .case-list-tag {
    margin: 10px 0 0;
  }
  .case-list-tag > li {
    margin: 5px 5px 0 0;
    padding: 0 5px;
    line-height: 16px;
    font-size: 1rem;
  }
  .case-message {
    margin: 0 0 32px;
    padding: 32px 8px;
  }
  .case-message .message-ttl {
    margin: 0 0 24px;
    font-size: 3.2rem;
  }
  .case-message .message-detail {
    margin: 0 0 16px;
  }
  .case-message .message-detail > dt {
    width: 160px;
    height: 32px;
    margin: 0 auto 16px;
    line-height: 32px;
    border-radius: 16px;
  }
  .case-message .message-detail > dd {
    margin: 0;
  }
  .case-nav {
    margin: 0 0 32px;
    justify-content: space-between;
  }
  .case-nav-here {
    font-size: 1.8rem;
  }
  .faq-list {
    margin: 0 0 48px;
  }
  .faq-list > li {
    padding: 24px 0;
  }
  .faq-item:first-of-type {
    margin: 0 0 16px;
  }
  .faq-item > dt {
    width: 48px;
    font-size: 2.8rem;
  }
  .faq-item > dd {
    width: calc(100vw - 80px);
    padding: 2px 0 0;
  }
  .reformcloudsign-kv .kv-ttl {
    padding-top: 0;
    font-size: 2rem;
  }
  .reformcloudsign-kv .kv-img img {
    -o-object-position: right;
       object-position: right;
  }
  .reformcloudsign-header.basicArea {
    padding: 24px 0 34px;
  }
  .reformcloudsign-header-ttl {
    display: block;
    margin-bottom: 20px;
  }
  .reformcloudsign-header-ttl img {
    display: inline-block;
    width: 210px;
    margin-bottom: -2px;
  }
  .reformcloudsign-header-ttl span {
    font-size: 2rem;
    margin: 0 auto;
  }
  .reformcloudsign-header-btn {
    margin-bottom: 30px;
    padding: 0 8px;
  }
  .reformcloudsign-header-linklist {
    display: block;
  }
  .reformcloudsign-header-linklist > li {
    max-width: 304px;
    height: 71px;
    margin: 0 auto 15px;
  }
  .reformcloudsign-header-linklist > li a {
    justify-content: flex-start;
    padding: 14px 12px;
    text-align: left;
  }
  .reformcloudsign-header-linklist > li::after {
    top: 50%;
    right: 12px;
    transform: translateY(-50%);
  }
  .reformcloudsign-ttl {
    font-size: 2rem;
    line-height: 1.5;
    margin-bottom: 25px;
  }
  .reformcloudsign-text {
    line-height: 1.6;
    text-align: left;
    padding: 0 8px;
    margin: 0 0 20px;
  }
  .reformcloudsign-guide.basicArea {
    padding: 46px 0;
  }
  .reformcloudsign-guide-block {
    margin-bottom: 16px;
  }
  .reformcloudsign-guide-block-ttl {
    font-size: 1.6rem;
    line-height: 1.5;
    margin-bottom: 12px;
  }
  .reformcloudsign-guide-block-ttl-sub {
    padding-left: 8px;
    font-size: 1.6rem;
    line-height: 1.5;
    margin: 0 0 10px;
  }
  .reformcloudsign-guide-block-text {
    padding-left: 8px;
    font-size: 1.4rem;
    line-height: 1.57;
  }
  .reformcloudsign-guide-block-list > li {
    padding-left: 28px;
    font-size: 1.4rem;
    line-height: 1.57;
  }
  .reformcloudsign-guide-block-list > li:before {
    left: 12px;
  }
  .reformcloudsign-guide-block table {
    margin: 0 8px;
    width: 343px;
  }
  .reformcloudsign-guide-block table tr th {
    font-size: 1.4rem;
    line-height: 1.5;
    padding: 6px 10px;
    width: 108px;
  }
  .reformcloudsign-guide-block table tr td {
    font-size: 1.4rem;
    line-height: 1.5;
    padding: 10px 15px;
    width: 236px;
  }
  .reformcloudsign-guide-btn {
    display: block;
    padding: 20px 8px;
    text-align: center;
  }
  .reformcloudsign-flow.basicArea {
    padding: 46px 0;
  }
  .reformcloudsign-flow-list {
    padding-bottom: 20px;
  }
  .reformcloudsign-flow-list::before {
    height: calc(100% - 5px);
    left: 20px;
  }
  .reformcloudsign-flow-list::after {
    width: 10px;
    height: 10px;
    left: 16px;
  }
  .reformcloudsign-flow-list > li {
    flex-wrap: wrap;
  }
  .reformcloudsign-flow-list > li + li {
    margin-top: 20px;
  }
  .reformcloudsign-flow-list-num {
    width: 40px;
    height: 40px;
    font-size: 2rem;
    line-height: 1.8;
    margin: 0 2px 0 0;
  }
  .reformcloudsign-flow-list-summary {
    width: calc(100% - 42px);
    margin-top: 4px;
  }
  .reformcloudsign-flow-list-ttl {
    font-size: 1.8rem;
    line-height: 1.6;
    margin: 0 0 12px;
  }
  .reformcloudsign-flow-list-text {
    font-size: 1.6rem;
    line-height: 1.6;
  }
  .reformcloudsign-flow-list-image {
    width: 120px;
    margin: 0 auto;
  }
  .reformcloudsign-flow-list-caption {
    font-size: 1.4rem;
    line-height: 1.57;
  }
  .reformcloudsign-setting.basicArea {
    padding: 46px 0;
  }
  .reformcloudsign-setting-list {
    display: block;
    width: calc(100% - 16px);
    padding: 30px;
  }
  .reformcloudsign-setting-list > li {
    width: 100%;
    margin-bottom: 36px;
  }
  .reformcloudsign-setting-list-ttl {
    margin-bottom: 20px;
  }
  .reformcloudsign-setting-list-image {
    width: 120px;
    margin-bottom: 10px;
  }
  .reformcloudsign-confirm.basicArea {
    padding: 46px 0;
  }
  .reformcloudsign-confirm-linklist {
    display: block;
    margin-bottom: 30px;
  }
  .reformcloudsign-confirm-linklist > li {
    max-width: 304px;
    height: 48px;
    margin: 0 auto 16px;
  }
  .reformcloudsign-confirm-linklist > li a {
    padding: 14px 12px;
    text-align: left;
  }
  .reformcloudsign-confirm-linklist > li::after {
    top: 50%;
    right: 12px;
    transform: translateY(-50%);
  }
  .reformcloudsign-confirm-block {
    padding: 30px 8px 30px;
    margin-bottom: 30px;
  }
  .reformcloudsign-confirm-block-ttl {
    font-size: 1.8rem;
    line-height: 1.6;
    margin-bottom: 20px;
  }
  .reformcloudsign-confirm-block-list > li {
    display: block;
    padding: 30px 20px;
  }
  .reformcloudsign-confirm-block-list > li + li {
    margin-top: 20px;
  }
  .reformcloudsign-confirm-block-list-summary {
    width: 100%;
    margin-bottom: 14px;
  }
  .reformcloudsign-confirm-block-list-num {
    display: block;
    margin: 0 auto 10px;
    height: 30px;
    font-size: 1.6rem;
    line-height: 30px;
  }
  .reformcloudsign-confirm-block-list-text {
    font-size: 1.8rem;
    line-height: 1.6;
    margin: 0 auto;
  }
  .reformcloudsign-confirm-block-list-caption {
    font-size: 1.6rem;
    line-height: 1.6;
    margin: 8px 0 0;
  }
  .reformcloudsign-confirm-block-list-image {
    text-align: center;
  }
  .reformcloudsign-confirm-block-text {
    font-size: 1.8rem;
    line-height: 1.6;
    margin-top: 46px;
  }
  .reformcloudsign-confirm-block-text::before {
    top: -26px;
  }
  .reformcloudsignchk.basicArea {
    padding: 24px 0 46px;
  }
  .reformcloudsignchk-header {
    margin-bottom: 34px;
  }
  .reformcloudsignchk-header-ttl {
    font-size: 2rem;
    margin-bottom: 25px;
  }
  .reformcloudsignchk-header-text {
    text-align: left;
  }
  .reformcloudsignchk-content-ttl {
    font-size: 1.8rem;
    line-height: 1.5;
    margin-bottom: 20px;
  }
  .reformcloudsignchk-content-list {
    margin-bottom: 30px;
  }
  .reformcloudsignchk-content-list > li {
    padding: 8px 8px 22px;
    margin: 0 auto 20px;
  }
  .reformcloudsignchk-content-list > li label {
    font-size: 1.8rem;
  }
  .reformcloudsignchk-content-list-caption {
    padding-left: 8px;
  }
  .reformcloudsignchk-btn {
    display: block;
    margin-top: 60px;
  }
  .reformcloudsignchk-btn .-large.actionBtn02 {
    width: 100%;
    height: 80px;
    padding-top: 18px;
  }
  .reformcloudsignchk-btn .-large.actionBtn02 span {
    font-size: 1.4rem;
  }
  .reformcloudsignchk-btn a + a {
    margin-top: 20px;
  }
  #reformcloudsign-guide,
  #reformcloudsign-flow,
  #reformcloudsign-setting,
  #reformcloudsign-confirm,
  #reformcloudsign-contract,
  #reformcloudsign-finish {
    margin-top: -64px;
    padding-top: 64px;
  }
  /* _sumitsugu.scss -------------------------------------------------- */
  .sumi-ttl {
    margin: 24px auto;
    font-size: 2rem;
  }
  .sumi-ttl img {
    margin: 0 0 16px;
  }
  .sumi-ttl:first-child {
    margin-top: 0;
  }
  .sumi-copy {
    padding: 0 8px;
  }
  .sumi-block {
    margin-top: 40px;
  }
  .sumi-menu {
    margin-top: -16px;
  }
  .sumi-menu > li {
    margin: 16px 0 0;
  }
  .sumi-menu-ttl {
    margin: 0;
    padding: 20px 0 16px;
    font-size: 1.8rem;
    line-height: 1.4;
  }
  .sumi-menu-img {
    padding: 0;
    height: 150px;
  }
  .sumi-menu-block {
    padding: 16px;
  }
  .sumi-menu-link {
    margin: 16px 0 !important;
  }
  .sumi-omoi-logo {
    margin: 0 auto 24px;
    width: 120px;
  }
  .sumi-list .copy {
    font-size: 1.4rem;
  }
  .sumi-list .flow-detail .img {
    margin: 0 0 8px 8px;
    width: 100px;
  }
  .sumi-sum-mainTtl {
    margin-bottom: 32px;
  }
  .sumi-sum .contact {
    margin: 24px auto 40px;
  }
  .sum-point > li {
    margin-top: 8px;
    padding: 16px 8px;
  }
  .sum-point-ttl .no {
    width: 32px;
    height: 32px;
    margin: 0 8px 0 0;
    border-radius: 3px;
    font-size: 2rem;
  }
  .sum-point-ttl .text {
    font-size: 1.8rem;
    line-height: 1.2;
  }
  .sum-point-ttl .mini {
    font-size: 1.2rem;
  }
  .sum-point-text {
    margin: 16px 0 0;
  }
  .sum-point-box {
    margin: 32px 0 0;
    padding: 32px 16px 16px;
  }
  .sum-point-box .copy {
    width: 210px;
    height: 32px;
    top: -16px;
    left: 50%;
    margin-left: -105px;
    border-radius: 16px;
  }
  .sum-point-box .copy::after {
    border-width: 8px 6px 0 6px;
    bottom: -8px;
    margin-left: -6px;
  }
  .sum-point-box .text-img-box {
    display: flex;
  }
  .sum-point-box .text-box {
    flex: 1 0 0%;
  }
  .sum-point-box .text-box p {
    margin: 8px 0 0;
  }
  .sum-point-box .text-box p.ttl {
    margin: 0;
    font-size: 1.6rem;
  }
  .sum-point-box .img {
    margin: 0 0 0 8px;
    width: 140px;
    height: auto;
  }
  .beheim-bnr {
    margin: 40px 0;
    padding: 0 16px;
  }
  .beheim-bnr .ttl {
    margin-bottom: 16px;
    font-size: 1.6rem;
  }
  /* _product.scss -------------------------------------------------- */
  .catalog-btm-block {
    margin: 48px 8px;
    padding: 32px 24px;
  }
  .catalog-btm-block .btn {
    margin: 24px 16px 0;
    text-align: center;
  }
  .basicArea .catalog-btm-block:last-child {
    margin-bottom: 0;
  }
  .catalog-btm-detail .catch {
    margin: 0 0 24px;
    font-size: 1.8rem;
    line-height: 1.6;
    text-align: center;
  }
  .catalog-btm-detail .img {
    margin: 0 24px 16px;
  }
  .product-index-menu a {
    flex-direction: column;
  }
  .product-index-menu p {
    height: 64px;
    margin: 0 8px;
    padding: 0 16px 0 0;
    display: flex;
    align-items: center;
    line-height: 1.2;
  }
  .product-index-menu p span {
    display: inline-block;
  }
  .product-index-menu > li {
    width: calc(50vw - 12px);
    margin: 16px 0 0;
  }
  .product-index-menu > li:nth-child(-n+2) {
    margin-top: 0;
  }
  .product-index-detail {
    margin: 48px 0 0;
  }
  .product-index-detail-catch {
    font-size: 2.2rem;
  }
  .product-index-detail-kv {
    margin: 16px 0 0;
  }
  .product-index-detail-text {
    margin: 16px 0 0;
  }
  .product-index-detail-link {
    width: calc(100vw - 64px);
    margin: 32px auto 0;
  }
  .product-index-detail-sub {
    margin: 32px 0 0;
  }
  .product-index-detail-sub > dt {
    margin: 0 0 16px;
    font-size: 1.8rem;
  }
  .product-index-detail-sub > dd .imgFit {
    width: 160px;
    height: 96px;
    margin: 0 8px 0 8px;
    padding: 0;
  }
  .product-index-detail-sub > dd .text-box .annotation {
    font-size: 1.2rem;
  }
  .product-index-detail .gray-list {
    flex-direction: column;
    margin: 40px 0;
    gap: 32px;
  }
  .product-index-detail .gray-list li {
    margin: auto;
    width: 90%;
    background: #eff0f2;
    position: relative;
    display: block;
  }
  .product-index-detail .gray-list dl {
    padding: 24px;
    margin: auto;
    text-align: center;
  }
  .product-index-detail .gray-list dt {
    line-height: 1.6;
    font-size: 14px;
  }
  .product-index-detail .gray-list dt::after {
    display: none;
  }
  .product-index-detail .gray-list dd {
    display: flex;
    font-size: 12px;
    color: #393B3F;
    gap: 2px;
    text-align: left;
  }
  .product-index-detail .gray-list > li figure {
    width: 100%;
  }
  .product-index-detail .gray-list .imgFitLeft, .product-index-detail .gray-list .imgFit {
    padding-top: 35%;
  }
  .product-index-detail .gray-list .imgFitLeft img, .product-index-detail .gray-list .imgFit img {
    -o-object-position: center;
       object-position: center;
  }
  .product-index-detail .gray-list .list-img-tatle {
    position: absolute;
    top: 10vw;
    left: 29vw;
    font-size: 20px;
    color: #fff;
    z-index: 2;
    font-weight: bold;
  }
  .product-index-summary-block {
    display: block;
    margin-top: 24px;
  }
  .product-index-summary-block .number-badge {
    position: absolute;
    top: 0;
    left: 0;
    background-color: #3073BB;
    color: #fff;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    display: flex;
    align-items: baseline;
    justify-content: center;
    font-size: 16px;
    font-weight: bold;
  }
  .product-index-summary-detail {
    padding-left: 32px;
    position: relative;
    margin-bottom: 16px;
  }
  .product-index-summary-detail .product-index-summary-text {
    margin: 0;
  }
  .product-index-summary-detail .product-index-summary-title {
    margin: 0 0 6px 0;
  }
  .product-index-summary-title {
    font-weight: bold;
  }
  .product-index-summary-image {
    margin: auto;
  }
  .product-index-summary-image figure {
    margin: 16px 8px;
  }
  .product-index-summary-image img {
    width: 100%;
    height: auto;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .product-lineup-tag {
    margin-right: -2px;
    margin-left: -2px;
  }
  .product-lineup-tag > li {
    width: 88px;
    height: 24px;
    margin: 0 2px;
    line-height: 24px;
  }
  .product-lineup-list {
    border-top: solid #e2e6e9 1px;
  }
  .innerBlock .product-lineup-list {
    width: calc(100% + 16px);
    margin-left: -8px;
    margin-right: -8px;
  }
  .product-lineup-list a {
    padding: 18px 8px 22px;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .product-lineup-list > li {
    border-bottom: solid #e2e6e9 1px;
  }
  .product-lineup-list > li .name {
    width: 100%;
    margin: 0 0 12px;
    font-size: 1.8rem;
  }
  .product-lineup-list > li .img {
    width: 144px;
  }
  .product-lineup-list > li .info {
    width: calc(100vw - 168px);
  }
  .product-lineup-list > li .info p {
    margin: 8px 0 0;
  }
  .product-lineup-header {
    flex-direction: column;
  }
  .product-lineup-header .name {
    margin: 0 -8px;
    padding: 16px 8px;
    font-size: 2rem;
    line-height: 1.2;
    order: 1;
  }
  .product-lineup-header .logo {
    margin: 12px 0 0;
    text-align: center;
    order: 2;
  }
  .product-lineup-header .logo img {
    height: 16px;
  }
  .lineup07 .product-lineup-header .logo img {
    height: 56px;
  }
  .lineup20 .product-lineup-header .logo img {
    height: 52px;
  }
  .product-lineup-header .img {
    margin: 12px 0 0;
    order: 3;
  }
  .product-lineup-header .product-lineup-tag {
    margin: 8px 0 0;
    justify-content: center;
    order: 4;
  }
  .product-lineup-header .product-lineup-tag > li {
    margin: 0;
    width: calc(50% - 2px);
  }
  .product-lineup-header .product-lineup-tag > li:nth-child(2n) {
    margin: 0 0 0 4px;
  }
  .product-lineup-catch {
    margin: 16px 0;
    font-size: 2.4rem;
    line-height: 1.5;
  }
  .product-lineup-block-main {
    margin: 32px 0 0;
  }
  .product-lineup-block-main .text {
    margin: 16px 0 0;
    padding: 0 8px;
  }
  .product-lineup-block-main .annotation {
    font-size: 1.2rem;
  }
  .product-lineup-block-sub {
    margin: 32px 0 0;
  }
  .product-lineup-block-sub .text-block {
    margin: 16px 0;
    padding: 0 8px;
    line-height: 1.8;
  }
  .product-lineup-block-sub .annotation {
    font-size: 1.2rem;
  }
  .product-lineup-block-bnr {
    margin: 40px 8px 0;
  }
  .product-lineup-block-bnr > li {
    margin: 16px 0 0;
  }
  .product-lineup-block-bnr p {
    margin: 16px 0 4px;
    font-size: 1.6rem;
  }
  .product-lineup-block-bnr p.img {
    margin: 0 16px 24px;
  }
  .product-lineup-block-bnr p.img img {
    max-height: 24px;
    width: auto;
  }
  .lineup07 .product-lineup-block-bnr p.img {
    margin: 0 16px 16px;
  }
  .lineup07 .product-lineup-block-bnr p.img img {
    max-height: initial;
    height: 52px;
  }
  .lineup20 .product-lineup-block-bnr p.img {
    margin: 8px 16px 16px;
  }
  .lineup20 .product-lineup-block-bnr p.img img {
    max-height: initial;
    height: 52px;
  }
  .product-lineup-block-bnr p.name {
    margin: 0 0 20px;
    font-size: 1.8rem;
  }
  .product-lineup-imgParts img {
    width: 100%;
  }
  .product-lineup-designVer {
    display: flex;
  }
  .product-lineup-designVer > .img {
    padding: 0;
    width: 65%;
    height: 200px;
  }
  .product-lineup-designVer .sub {
    width: 35%;
  }
  .product-lineup-designVer .sub .img {
    padding: 0;
    height: 100px;
  }
  .product-lineup-detailList {
    margin: 0;
  }
  .product-lineup-detailList > li {
    margin: 0 0 24px;
  }
  .product-lineup-detailList .img {
    margin: 0 0 12px;
  }
  .product-lineup-detailList p {
    margin: 4px 0;
  }
  .product-lineup-detailList p.ttl {
    font-size: 1.6rem;
  }
  .product-kodawari-kv {
    margin: 0 0 48px;
  }
  .product-kodawari-kv p {
    margin: 24px 0 0;
    font-size: 1.6rem;
    line-height: 1.5;
    text-align: center;
  }
  .product-kodawari-list > li {
    margin: 24px 0 0 0;
  }
  .product-kodawari-list > li:first-of-type {
    margin-top: 0;
  }
  .product-kodawari-list > li dl {
    padding: 16px;
  }
  .product-kodawari-list > li dl dt {
    margin: 0 0 8px;
  }
  .product-kodawari-list > li dl dt .no {
    width: 40px;
    font-size: 2.4rem;
  }
  .product-kodawari-list > li dl dt .text01 {
    margin: 0 8px 0 0;
    font-size: 1.6rem;
  }
  .product-kodawari-list > li dl dt .text02 {
    font-size: 1.8rem;
  }
  .product-kodawari-list > li dl dd {
    padding: 0 0 0 40px;
  }
  .product-voice-header {
    margin: 0 0 14px;
  }
  .product-voice-header-no {
    margin: 0 0 5px;
    font-size: 2rem;
  }
  .product-voice-header-ttl {
    margin: 0 0 12px;
    font-size: 2rem;
    line-height: 1.2;
  }
  .product-voice-header-copy {
    font-size: 1.6rem;
  }
  .product-voice-tag {
    margin: 8px 0 0;
  }
  .product-voice-tag > li {
    width: calc(50vw - 20px);
    height: 32px;
    margin: 0 0 8px;
    padding: 0 8px;
    font-size: 1.2rem;
  }
  .product-voice-outline {
    margin-bottom: 56px;
  }
  .product-voice-outline-data {
    margin: 0 0 24px;
    padding: 16px 8px 8px;
  }
  .product-voice-outline-data > dl {
    margin: 0;
  }
  .product-voice-outline-data > dl > dt {
    width: 120px;
    margin: 0 0 8px;
  }
  .product-voice-outline-data > dl > dd {
    width: calc(100vw - 152px);
    margin: 0 0 8px;
  }
  .product-voice-outline-text {
    margin: 0 8px 56px;
  }
  .product-voice-outline-img {
    margin: 0;
    background: #eff0f2;
  }
  .product-voice-outline-mainimg figcaption {
    font-size: 1.2rem;
  }
  .product-voice-detail {
    margin: 0 8px 56px;
  }
  .product-voice-detail .head02 {
    margin-bottom: 16px;
  }
  .product-voice-detail .img figcaption {
    margin: 8px 0 0;
    font-size: 1.2rem;
  }
  .product-voice-detail .text {
    margin: 24px 0 0;
  }
  .omoi-detail-header {
    margin: 0 0 24px;
  }
  .omoi-detail-header .text-block {
    margin: 0;
    padding: 16px;
  }
  .omoi-detail-header .text-block .name .no {
    margin: 0 16px 0 0;
    font-size: 4.8rem;
  }
  .omoi-detail-header .text-block .name .text01 {
    font-size: 1.2rem;
  }
  .omoi-detail-header .text-block .name .text02 {
    font-size: 2rem;
  }
  .omoi-detail-header .text-block p {
    margin: 8px 0 0;
    font-size: 1.6rem;
  }
  .omoi-detail-block {
    margin: 0 0 48px;
    flex-direction: column-reverse;
  }
  .omoi-detail-block .text-block .head-block {
    margin: 0 8px;
    align-items: center;
  }
  .omoi-detail-block .text-block .head-block .head {
    margin-right: 16px;
    font-size: 2.8rem;
    line-height: 1.1;
  }
  .omoi-detail-block .text-block .head-block p {
    font-size: 1.6rem;
    font-weight: bold;
  }
  .omoi-detail-block .text-block .text {
    margin: 16px 8px 0;
    line-height: 1.8;
  }
  .omoi-detail-block .img {
    margin: 0 0 16px;
  }
  .omoi-detail-nav {
    margin: 48px 0 0;
  }
  .omoi-detail-nav > li {
    width: calc(50vw - 12px);
    margin: 8px 0 0;
  }
  .omoi-detail-nav p {
    padding: 8px 8px 8px 40px;
    text-align: center;
  }
  .omoi-detail-nav p .text01 {
    font-size: 1rem;
  }
  .omoi-detail-nav p .no {
    height: 1em;
    margin: auto 0;
    font-size: 2.8rem;
    top: 0;
    bottom: 0;
  }
  /* _company.scss -------------------------------------------------- */
  .history-table th, .history-table td {
    padding: 8px 0;
  }
  .history-table th {
    text-align: left;
    vertical-align: top;
  }
  .company-block {
    margin: 48px 0 0;
  }
  .company-message .img-president {
    width: calc(100vw - 16px);
    height: calc(33.3333333333vw - 5.3333333333px);
    margin-bottom: 24px;
  }
  .company-message .img-president figucption {
    margin-left: 8px;
    font-size: 1.8rem;
  }
  .company-message .img-president figucption span {
    margin-right: 8px;
    font-size: 1.2rem;
  }
  .company-message dl {
    margin-top: 24px;
  }
  .company-message dl dd {
    margin: 8px 0 0;
  }
  .company-message .name {
    margin-top: 24px;
    font-size: 1.6rem;
  }
  .company-award-detail .award-title {
    font-size: 1.8rem;
  }
  .company-award-detail .award-title span {
    display: inline-block;
  }
  .company-award-detail dd {
    margin-left: 0;
  }
  .company-identity p {
    font-size: 1.8rem;
  }
  .company-identity p span {
    display: inline-block;
  }
  .company-guidelines dl dt {
    font-size: 1.6rem;
  }
  .company-guidelines dl dd {
    margin: 8px 0 0;
  }
  .company-guidelines-grandcredo dd {
    font-size: 1.6rem;
    line-height: 1.8;
  }
  .company-guidelines-credo {
    margin-top: 32px;
  }
  .company-guidelines-credo ol {
    padding: 0 0 0 24px;
  }
  .company-guidelines-credo li {
    margin: 8px 0 0;
  }
  .csr-year-list {
    display: grid;
    grid-template-columns: repeat(auto-fit, 70px);
  }
  .csr-year-list > li {
    margin: 2px;
  }
  .csr-year-block {
    margin: 32px 0 0;
  }
  .csr-year-block .head02 {
    margin: 0 0 16px;
    text-align: center;
  }
  .csr-detail-block {
    padding: 16px 0;
  }
  .csr-detail-block .text-img-box {
    margin-top: 16px;
  }
  .csr-detail-block .text-img-box .img-box {
    margin: 16px 0 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  .csr-detail-block .text-img-box .img-box .img {
    width: calc(50vw - 12px);
    margin-left: 8px;
  }
  .csr-detail-block .text-img-box .img-box .img:nth-child(odd) {
    margin-left: 0;
  }
  .csr-detail-block .text-img-box .img-box figcaption {
    margin: 2px 0 0;
    font-size: 1rem;
  }
  .csr-detail-block .text-img-box .img-box .video-block {
    width: 100%;
  }
  .csr-detail-block .text-img-box .img-box .video {
    margin: 8px 0 0;
  }
  .csr-detail-block .aboutProject {
    padding: 8px 0;
  }
  .csr-detail-block .aboutProject > dt {
    margin: 0 0 8px;
    text-align: center;
  }
  .csr-detail-block .aboutProject > dd .outline-table th {
    font-size: 1.2rem;
  }
  .csr-detail-head {
    margin-bottom: 16px;
    font-size: 1.6rem;
  }
  /* _slider.scss -------------------------------------------------- */
  .swiper-pagination-fraction {
    width: 48px;
    padding: 4px 0;
    background: rgba(0, 0, 0, 0.6);
    color: #fff;
    font-size: 1.2rem;
    line-height: 1;
    font-weight: bold;
    border-radius: 2px;
    bottom: inherit;
    top: 172px;
    left: 126px;
  }
  .swiper-button-next, .swiper-button-prev {
    margin-top: -32px;
    width: 24px;
    height: 32px;
    background: #575a5f;
  }
  .swiper-button-next::before, .swiper-button-prev::before {
    width: 12px;
    height: 12px;
    border-color: #fff;
    margin: -6px 0 0 3px;
  }
  .swiper-button-next {
    right: 0;
  }
  .swiper-button-prev {
    left: 0;
  }
  .event-list {
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 0 8px;
  }
  .event-list .block {
    margin: 0 0 8px 0;
    width: calc(50% - 4px);
    padding: 8px;
  }
  .event-list .block a {
    width: calc(100% + 16px);
    margin: -8px;
    padding: 8px;
  }
  .event-list .block-info .add {
    font-size: 1rem;
    text-indent: -16px;
    margin-left: 16px;
  }
  .event-list .block-info .add svg {
    margin-right: 4px;
    width: 12px;
    height: 12px;
  }
  .event-list2 {
    display: flex;
    flex-wrap: wrap;
    padding: 0 8px;
  }
  .event-list2 .block {
    margin: 0 0 8px;
    width: 100%;
    padding: 8px;
  }
  .event-list2 .block a {
    width: calc(100% + 16px);
    margin: -8px;
    padding: 8px;
  }
  .event-list2 .block figure {
    margin-right: 12px;
    padding: 0;
    width: 150px;
    height: 100px;
  }
  .event-list2 .block-info {
    padding: 4px 0;
  }
  .event-list2 .block-info .add {
    margin-top: 8px;
  }
  .detail-mainPh p {
    background: #f8f9fa;
    margin: 0;
    padding: 8px;
    line-height: 1.4;
  }
  .detail-mainPh .swiper-pagination {
    top: 58vw;
    bottom: inherit;
  }
  .detail-item {
    margin: 16px 0;
  }
  .innerBlock .detail-item {
    width: calc(100% + 8px);
  }
  .detail-item .block {
    margin: 0 8px 0 0;
    width: 300px;
  }
  .detail-item .block figure {
    width: 300px;
    height: 200px;
  }
  .detail-item .block p {
    margin: 8px 0 0;
  }
  .detail-item .block:last-of-type {
    margin-right: calc(100% - 300px);
  }
  .detail-item .swiper-button-prev,
  .detail-item .swiper-button-next {
    display: none;
  }
  .tenji-ph {
    margin: 16px 0;
  }
  .innerBlock .tenji-ph {
    width: calc(100% + 8px);
  }
  .tenji-ph .block {
    margin: 0 8px 0 0;
    width: 300px;
  }
  .tenji-ph .block figure {
    margin-bottom: 8px;
    width: 300px;
    height: 200px;
  }
  .tenji-ph .block p {
    display: inline;
  }
  .tenji-ph .block:last-of-type {
    margin-right: calc(100% - 300px);
  }
  .tenji-ph .swiper-button-prev,
  .tenji-ph .swiper-button-next {
    display: none;
  }
  .kv-bnr {
    padding-bottom: 8px;
    border-bottom: solid #e2e6e9 1px;
  }
  .kv-bnr .swiper-button-prev,
  .kv-bnr .swiper-button-next {
    display: none;
  }
  .kv-bnr-list {
    margin: 0;
  }
  .kv-bnr-list a img {
    width: 100%;
  }
  .kv-bnr.-single {
    padding-bottom: 0px;
  }
  /* _static.scss -------------------------------------------------- */
  .headNumbering {
    margin: 0 0 24px;
  }
  .headNumbering .no {
    width: 48px;
    min-height: 48px;
    font-size: 3rem;
  }
  .headNumbering .text {
    width: calc(100% - 48px);
    padding: 10px 16px;
    font-size: 1.8rem;
  }
  .headNumbering .text-normal {
    margin-top: 4px;
    font-size: 1.4rem;
  }
  .static-header {
    margin: 0 8px 32px;
  }
  .innerBlock .static-header {
    margin: 0 0 32px;
  }
  .static-header-copy {
    margin-bottom: 24px;
  }
  .static-article-block {
    margin-top: 24px;
    margin-bottom: 24px;
  }
  .static-article-detail {
    margin: 24px 0 0;
  }
  .static-article-detail p:first-of-type {
    margin-top: 0;
  }
  .static-article-detail .note {
    font-size: 1.2rem;
  }
  .static-article-detail .sub-item-row > dt {
    width: 40px;
  }
  .static-article-detail .sub-item-row > dd {
    width: calc(100% - 40px);
  }
  .static-article-head {
    margin-bottom: 8px;
    font-size: 1.6rem;
  }
  .static-article-signature {
    margin: 24px 0 0;
  }
  .static-bullet-head {
    font-size: 1.6rem;
  }
  .static-bullet-last {
    margin: 24px 0 0;
    font-size: 1.6rem;
  }
  .sitemap-block {
    margin: 24px auto;
  }
  .sitemap-detail {
    margin: 24px 0 0 0;
  }
  .sitemap-detail:nth-child(-n+4) {
    margin-top: 0;
  }
  .sitemap-ctg {
    padding: 8px;
    font-size: 1.6rem;
  }
  .sitemap-list > li {
    margin: 8px;
  }
  .sitemap-list > li a {
    display: block;
  }
  .flow-list > li {
    margin: 0 0 8px;
  }
  .flow-item {
    padding: 0 8px;
  }
  .flow-head {
    padding: 16px 0;
  }
  .flow-head .no {
    width: 32px;
    height: 32px;
    margin: 0 8px 0 0;
    border-radius: 3px;
    font-size: 2rem;
  }
  .flow-head .text {
    margin: 4px 0 0 0;
    font-size: 1.8rem;
  }
  .flow-head.acTriger, .flow-head.acSpTrg {
    padding-right: 40px !important;
  }
  .flow-head.acTriger::after, .flow-head.acSpTrg::after {
    width: 24px;
    height: 24px;
    display: block;
    content: "";
    background: #72b8da;
    position: absolute;
    top: 20px;
    right: 8px;
  }
  .flow-head.acTriger::before, .flow-head.acSpTrg::before {
    content: "";
    display: inline-block;
    position: absolute;
    top: 50%;
    width: 10px;
    height: 10px;
    border-top: solid 2px #fff;
    border-right: solid 2px #fff;
    transform: rotate(135deg);
    position: absolute;
    top: 34px;
    right: 15px;
    z-index: 10;
  }
  .flow-head.acTriger.active::before, .flow-head.acSpTrg.active::before {
    transform: rotate(-45deg);
    top: 33px;
  }
  .flow-detail {
    padding: 0 0 16px;
  }
  .flow-detail-box {
    padding: 16px;
  }
  .flow-detail .text-img-box .text-box {
    padding: 0 8px 8px;
  }
  .flow-detail .text-img-box .text-box .btn {
    margin-top: 16px;
  }
  .flow-detail .text-img-box .img-box {
    margin: 0 0 16px;
  }
  .flow-detail .text-img-box .img-box .img figcaption {
    font-size: 0.8rem;
  }
  .flow-detail-list {
    margin-top: -8px;
  }
  .flow-detail-list > li {
    margin: 8px 0 0;
    padding: 16px;
  }
  .flow-detail-list .ttl {
    margin: 0 0 12px;
    font-size: 1.6rem;
  }
  .flow-detail-list .list-detail .img {
    margin: 0 0 8px 8px;
  }
  .lead-btm-block {
    margin: 48px 8px;
    padding: 32px 24px;
  }
  .innerBlock .lead-btm-block {
    margin: 48px 0;
  }
  .lead-btm-block .btn {
    margin: 24px 24px 0;
    text-align: center;
  }
  .lead-btm-detail .catch {
    margin: 0 0 24px;
    font-size: 1.8rem;
    line-height: 1.6;
    text-align: center;
  }
  .lead-btm-detail .img {
    width: 184px;
    margin: 0 auto 16px;
  }
  .afterservice-detail {
    margin-top: 48px;
  }
  .afterservice-detail .contact-service {
    margin-top: 16px;
  }
  .afterservice-detail .text-img-box .text-box {
    padding: 0 8px 8px;
  }
  .afterservice-detail .text-img-box .text-box .btn {
    margin-top: 16px;
  }
  .afterservice-detail .text-img-box .img {
    margin: 0 0 16px;
  }
  .afterservice-bnr {
    width: 240px;
    margin-left: auto;
    margin-right: auto;
  }
  .member-kv-block {
    padding: 8px;
  }
  .member-kv-detail {
    margin: 0 auto;
    padding: 16px;
    border-top: solid rgba(114, 184, 218, 0.8) 8px;
  }
  .member-kv-detail .head {
    margin-bottom: 16px;
    font-size: 2.8rem;
  }
  .member-kv-detail .present {
    font-size: 2rem;
  }
  .member-kv-detail .present .fS {
    font-size: 1.4rem;
  }
  .member-kv-detail .note {
    font-size: 1rem;
  }
  .member-about-block {
    margin: 48px auto;
  }
  .member-about-block .linkBlock {
    margin-top: 48px;
  }
  .member-about-list > li {
    margin: 36px 0 0;
  }
  .member-about-list dl > dt {
    width: 40px;
    height: 40px;
    top: -20px;
  }
  .member-about-list dl > dt .text {
    font-size: 1rem;
  }
  .member-about-list dl > dt .no {
    font-size: 1.6rem;
  }
  .member-about-list dl > dd .text-block {
    padding: 16px;
  }
  .member-about-list dl > dd .text-block .text {
    line-height: 1.8;
  }
  .member-about-list dl > dd .text-block .annotation {
    font-size: 1rem;
  }
  .asset-block {
    margin: 48px 0 0;
  }
  .asset-list {
    margin: 24px 0;
  }
  .asset-list .headNumbering {
    margin: 0 0 16px;
  }
  .asset-list-inn {
    padding-left: 8px;
    padding-right: 8px;
  }
  .asset-detail {
    margin: 0 0 32px;
  }
  .asset-detail > dt {
    margin: 24px 16px 18px;
    padding: 8px;
    font-size: 1.6rem;
  }
  .asset-detail .ttl {
    font-size: 1.6rem;
  }
  .asset-owner > li {
    flex-direction: row-reverse;
    justify-content: space-between;
    padding: 12px 0;
  }
  .asset-owner figure {
    margin: 0 0 0 12px;
  }
  .asset-owner-ttl {
    margin: 0 0 8px !important;
  }
  .asset-cont > dt {
    margin-bottom: 8px;
    font-size: 1.6rem;
    text-align: center;
  }
  .asset-step > li {
    padding: 12px 8px;
  }
  .asset-step > li:not(:first-child) {
    margin-top: 32px;
    position: relative;
  }
  .asset-step > li:not(:first-child)::before {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 16px 80px 0 80px;
    border-color: #eff0f2 transparent transparent transparent;
    position: absolute;
    left: 50%;
    top: -24px;
    margin-left: -80px;
  }
  .asset-step-ttl {
    font-size: 1.6rem;
  }
  .asset-maint {
    background-size: 100% auto;
    padding: 80px 8px 8px;
  }
  .asset-maint::after {
    content: "";
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(213, 234, 244, 0) 40%, #d5eaf4 60%);
    position: absolute;
    left: 0;
    bottom: 0;
  }
  .asset-maint-list > li {
    height: 28px;
    font-size: 1.2rem;
    line-height: 1;
    border-radius: 16px;
  }
  .asset-img-box {
    margin: 24px 0 0;
  }
  .asset-img-box-ttl {
    font-size: 1.6rem;
    text-align: center;
  }
  .asset-img-box-img {
    margin: 20px 16px 0;
  }
  .warranty {
    margin: 16px 0 0;
    padding: 8px 16px;
  }
  .warranty-detail {
    padding: 16px 0;
  }
  .warranty-ttl {
    font-size: 1.6rem;
    line-height: 1.4;
    text-align: center;
  }
  .warranty-main {
    flex-direction: column-reverse;
  }
  .warranty-main img {
    margin: 0 0 16px;
  }
  .keiei-block {
    margin: 48px 0 0;
  }
  .head03 + .keiei-block {
    margin-top: 0;
  }
  .keiei-copy {
    font-size: 1.8rem;
  }
  .keiei-text {
    padding: 0 8px;
    font-size: 1.6rem;
  }
  .keiei-value {
    margin: 24px 0 0;
    padding: 0 8px;
  }
  .keiei-value > li {
    margin: 24px 0 0;
    overflow: hidden;
  }
  .keiei-value-img {
    float: right;
    margin: 0 0 8px 8px;
    width: 124px;
    height: auto;
  }
  .keiei-value-label {
    margin: 0 0 12px;
    width: calc(100% - 124px - 8px);
  }
  .keiei-value-ttl {
    margin: 8px 0;
    font-size: 1.6rem;
  }
  .keiei-value .text {
    clear: both;
  }
  .keiei-voice {
    margin: 32px 0 0;
    padding: 0 8px;
  }
  .keiei-voice > li {
    margin: 32px 0 0;
  }
  .keiei-voice-label {
    height: 24px;
    margin: 0 auto;
    font-size: 1.2rem;
  }
  .keiei-voice-ttl {
    margin: 0 0 8px !important;
    font-size: 1.8rem;
    line-height: 1.4;
    text-align: center;
  }
  .keiei-voice dd {
    margin: 12px 0 0;
  }
  /* _jsParts.scss -------------------------------------------------- */
  .more-btn {
    padding: 20px 0 0;
    margin: -88px 0 0;
    height: 88px;
  }
  /* _floatParts.scss -------------------------------------------------- */
  /* _footer.scss -------------------------------------------------- */
  /* _tenjiList.scss -------------------------------------------------- */
  /* _mv-slider.scss -------------------------------------------------- */
  /* _asset-cmn.scss -------------------------------------------------- */
  /* _asset-top.scss -------------------------------------------------- */
  /* _scroll-to-top.scss -------------------------------------------------- */
}
@media screen and (min-width: 0px) and (max-width: 768px) and (max-width: 1600px) {
  .floatParts-contact {
    top: 320px;
  }
  .floatParts-contact a {
    height: 120px;
  }
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  .floatParts-info {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    margin: 0;
    border-top: 1px solid #fff;
    display: flex;
    background: #575a5f;
    font-weight: bold;
    z-index: 12;
  }
  .floatParts-info a {
    background: #575a5f;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    line-height: 1.2;
    border: none;
  }
  .floatParts-info a svg {
    margin: 0 6px 0 0;
    fill: #72b8da;
  }
  .floatParts-info li {
    width: 100%;
  }
  .floatParts-info li:not(:first-child) {
    border-left: 1px solid #fff;
  }
  .floatParts-info li.tel {
    width: 5em;
  }
  .floatParts-info li.tel svg {
    margin: 0;
  }
  .floatParts-info svg {
    margin: -0.3em 4px 0 0;
  }
  .floatParts-info svg.ico_tenji {
    width: 30px !important;
    height: 16px !important;
  }
  .floatParts-info svg.ico_tateuri {
    width: 24px !important;
    height: 16px !important;
  }
  .floatParts-info svg.ico_bunjo {
    width: 24px !important;
    height: 16px !important;
  }
  .floatParts-sns {
    margin: 32px auto;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .floatParts-sns li {
    margin: 0 4px;
  }
  .floatParts-sns a {
    background: #72b8da;
    border: 1px solid #fff;
  }
  .footer-ttl {
    text-align: center;
  }
  .footer-copy {
    font-size: 1rem;
  }
  .footer-base {
    padding: 40px 0 48px;
  }
  .footer-base .footer-copy {
    color: #fff;
  }
  .footer-menu {
    border-bottom: 1px solid #d5eaf4;
  }
  .footer-menu dl {
    margin: 0;
    position: relative;
  }
  .footer-menu a {
    display: block;
    width: calc(100% + 16px);
    padding: 8px;
    margin: -8px;
    color: #fff;
  }
  .footer-menu dt {
    min-height: 40px;
    padding: 8px;
    font-weight: bold;
    border-top: 1px solid #d5eaf4;
  }
  .footer-menu li {
    padding: 8px;
    border-top: 1px dotted #d5eaf4;
  }
  .footer-menu li a {
    padding-left: 20px;
  }
  .footer-menu-box .acFooter {
    position: relative;
  }
  .footer-menu-box .acBtn {
    width: 40px;
    height: 40px;
    position: absolute;
    top: 0;
    right: 0;
  }
  .footer-menu-box .acBtn::before {
    content: "";
    width: 16px;
    height: 2px;
    background: #fff;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    transition: all 0.2s ease;
  }
  .footer-menu-box .acBtn::after {
    content: "";
    width: 2px;
    height: 16px;
    background: #fff;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    transition: all 0.2s ease;
  }
  .footer-menu-box .acBtn.active::before, .footer-menu-box .acBtn.active::after {
    transform: rotate(45deg);
    transition: all 0.2s ease;
  }
  .footer-menu-corp {
    margin: 0;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    border-bottom: 1px solid #d5eaf4;
  }
  .footer-menu-corp > li {
    width: 50%;
    padding: 8px;
    border-bottom: 1px solid #d5eaf4;
    margin-bottom: -1px;
  }
  .footer-menu-corp > li:nth-child(2n) {
    border-left: 1px solid #d5eaf4;
  }
  .footer-menu-corp a {
    display: block;
    padding: 8px;
    margin: -8px;
    color: #fff;
  }
  .footer-menu-corp a::before {
    display: inline-block;
    margin: 0 0.5em 0 0;
    content: "";
    width: 8px;
    height: 8px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    transform: rotate(45deg);
  }
  .footer-menu-contact {
    width: 100% !important;
    border-top: 1px solid #d5eaf4;
    border-left: none !important;
  }
  .footer-menu-contact a {
    text-align: center;
  }
  .footer-menu-contact a::before {
    display: none;
  }
  .footer-menu-contact svg {
    fill: #fff;
  }
  .footer-menu-sub {
    margin: 16px 0 24px;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
  }
  .footer-menu-sub a {
    display: block;
    padding: 4px 8px;
    color: #fff;
    font-size: 1.2rem;
  }
  .footer-info {
    font-size: 1.3rem;
    margin-left: 12px;
    margin-bottom: -10px;
  }
  .footer-info p:first-of-type {
    margin: 16px 0 8px 0;
  }
  .footer-info p:nth-of-type(2) {
    line-height: 1.4;
    margin-top: 0;
  }
  .footer-info a {
    color: #fff;
  }
  .tenji-list-menu {
    background-color: #fff;
    position: sticky;
    top: 63px;
    z-index: 100;
    padding-top: 8px;
  }
  .mv-slider__btn, .mv-slider__btn--prev, .mv-slider__btn--next {
    width: 40px;
    height: 40px;
  }
  .mv-slider__btn--prev {
    left: 5px;
  }
  .mv-slider__btn--next {
    right: 5px;
  }
  .asset-cmn-cv {
    grid-template-columns: repeat(1, 1fr);
  }
  .asset-cmn-cv__item, .asset-cmn-cv__item--secondary {
    padding: 32px 20px;
  }
  .asset-cmn-cv__title {
    font-size: 22px;
  }
  .asset-cmn-cv__desc {
    font-size: 15px;
  }
  .asset-cmn-cv__link-btn {
    width: 100%;
  }
  .asset-cmn-cv__link-btn a {
    font-size: 16px;
  }
  .asset-cmn-cv__caption {
    font-size: 13px;
  }
  .asset-cmn-underpage-kv {
    height: 120px;
  }
  .asset-cmn-underpage-kv__title {
    font-size: 24px;
  }
  .asset-cmn-underpage-kv__lead {
    font-size: 16px;
  }
  .asset-cmn-underpage-nav__list {
    flex-wrap: wrap;
  }
  .asset-cmn-underpage-nav__item {
    width: 50%;
    padding: 2px;
  }
  .asset-cmn-underpage-nav__item:not(:first-child)::before {
    height: calc(100% - 4px);
  }
  .asset-cmn-underpage-nav__item:nth-of-type(2n+1)::before {
    display: none;
  }
  .asset-cmn-underpage-nav__item:not(:nth-of-type(-n+2))::after {
    content: "";
    display: block;
    background-color: #D1D1D1;
    width: calc(100% - 4px);
    height: 1px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 0;
  }
  .asset-top-link-list {
    grid-template-columns: repeat(1, 1fr);
    gap: 20px;
  }
  .asset-top-link-list__thumb {
    width: 45%;
  }
  .asset-top-link-list__lead {
    font-size: 16px;
    padding-left: 16px;
    width: 55%;
  }
  .asset-top-link-list__lead::before {
    right: 10px;
  }
  .asset-top-link-btn {
    margin-top: 40px;
  }
  .asset-top-link-btn a {
    font-size: 16px;
    padding-left: 16px;
  }
  .asset-top-link-btn a::before {
    right: 10px;
  }
  #scroll-to-top {
    right: 12px;
    bottom: 60px;
    width: 48px;
    height: 48px;
  }
}
/* _asset-osusume.scss -------------------------------------------------- */
.asset-osusume {
  /*ページタイトル
  -----------------------------------------------------*/
  /* こんな不安、ありませんか？
  -----------------------------------------------------*/
  /* shisan
  -----------------------------------------------------*/
  /* sec01
  -----------------------------------------------------*/
  /* sec02
  -----------------------------------------------------*/
  /* sec03
  -----------------------------------------------------*/
  /* sec04
  -----------------------------------------------------*/
  /* sec05
  -----------------------------------------------------*/
}
.asset-osusume .pc {
  display: block;
}
.asset-osusume .tb {
  display: none !important;
}
.asset-osusume .sp {
  display: none !important;
}
.asset-osusume .pctb {
  display: block !important;
}
.asset-osusume .tbsp {
  display: none !important;
}
@media screen and (max-width: 1030px) {
  .asset-osusume .pc {
    display: none !important;
  }
  .asset-osusume .tb {
    display: block !important;
  }
  .asset-osusume .sp {
    display: none !important;
  }
  .asset-osusume .pctb {
    display: block !important;
  }
  .asset-osusume .tbsp {
    display: block !important;
  }
}
@media screen and (max-width: 768px) {
  .asset-osusume .pc {
    display: none !important;
  }
  .asset-osusume .tb {
    display: none !important;
  }
  .asset-osusume .sp {
    display: block !important;
  }
  .asset-osusume .pctb {
    display: none !important;
  }
  .asset-osusume .tbsp {
    display: block !important;
  }
}
.asset-osusume .sBr {
  display: inline-block;
}
.asset-osusume .page-bg-ttl {
  width: 100%;
  height: 600px;
  background: url(../img/asset/osusume/img_mv.png) center center no-repeat;
  background-size: cover;
  position: relative;
}
.asset-osusume .page-bg-ttl .txt-area {
  display: block;
  text-align: left;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, 0%);
  width: 1080px;
}
.asset-osusume .page-bg-ttl .txt-area h2 {
  margin-top: 45px;
  font-size: 46px;
  font-weight: bold;
  color: #fff;
  text-shadow: 0px 0px 5px #000000;
}
.asset-osusume .page-bg-ttl .txt-area .h2-sub {
  font-size: 28px;
  color: #fff;
  text-shadow: 0px 0px 5px #000000;
}
@media (max-width: 1030px) {
  .asset-osusume .page-bg-ttl {
    width: 100%;
    height: 70vh;
    background: url(../img/asset/osusume/img_mv.png) center center no-repeat;
    background-size: cover;
  }
  .asset-osusume .page-bg-ttl .txt-area {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .asset-osusume .page-bg-ttl {
    width: 100%;
    height: 65vw;
    background: url(../img/asset/osusume/img_mv_sp.png) center center no-repeat;
    background-size: cover;
    position: relative;
    margin-bottom: 35vw;
  }
  .asset-osusume .page-bg-ttl .txt-area {
    width: 100%;
    text-align: center;
    top: auto;
    bottom: -25vw;
  }
  .asset-osusume .page-bg-ttl .txt-area h2 {
    margin-top: 0;
    font-size: 7vw;
    font-weight: bold;
    color: #000;
    text-shadow: none;
    padding-left: 0;
    text-indent: 0;
  }
  .asset-osusume .page-bg-ttl .txt-area h2 span {
    display: inline-block;
    margin-left: -0.5em;
  }
  .asset-osusume .page-bg-ttl .txt-area .h2-sub {
    font-size: 4vw;
    color: #000;
    text-shadow: none;
  }
}
.asset-osusume .introduction {
  width: 100%;
  margin-top: 45px;
  padding: 40px 0;
  background: #efefef;
}
.asset-osusume .introduction .sec-in {
  width: 96%;
  max-width: 1080px;
  height: 100%;
  margin: 0 auto;
  font-size: 35px;
}
.asset-osusume .introduction h3 {
  width: 100%;
  display: block;
  text-align: center;
  font-weight: normal;
  margin-bottom: 40px;
  font-size: 35px;
}
.asset-osusume .introduction .hukidashi-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.asset-osusume .introduction .hukidashi {
  width: calc((100% - 80px) / 3);
  min-height: 180px;
  margin-bottom: 60px;
  margin-right: 40px;
  border-radius: 20px;
  padding: 30px 10px;
  box-sizing: border-box;
  background: #fff;
  font-size: 2.6vw;
  font-weight: 700;
  display: flex;
  align-items: center;
  position: relative;
  filter: drop-shadow(5px 5px 5px rgba(121, 121, 121, 0.1));
}
.asset-osusume .introduction .hukidashi::after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 30px 25px 0 25px;
  border-color: #fff transparent transparent transparent;
  position: absolute;
  bottom: -30px;
  right: 0;
  left: 0;
  margin: auto;
}
.asset-osusume .introduction .hukidashi:nth-child(3),
.asset-osusume .introduction .hukidashi:nth-child(5) {
  margin-right: 0;
}
.asset-osusume .introduction p {
  margin: 0 auto;
  padding-left: 5vw;
  position: relative;
}
.asset-osusume .introduction p span {
  font-size: 1.3em;
}
.asset-osusume .introduction p::before {
  content: "";
  width: 5vw;
  max-width: 60px;
  height: 60px;
  background: url(../img/asset/osusume/img_introduction.svg);
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  bottom: 0;
  left: -5%;
  margin: auto;
}
@media (min-width: 1030px) {
  .asset-osusume .introduction .hukidashi {
    font-size: 28px;
  }
  .asset-osusume .introduction p {
    padding-left: 60px;
  }
}
@media (max-width: 768px) {
  .asset-osusume .introduction {
    width: 100%;
    padding: 11vw 0;
  }
  .asset-osusume .introduction .sec-in {
    width: 86vw;
    margin: 0 auto;
    display: block;
  }
  .asset-osusume .introduction h3 {
    width: 100%;
    display: block;
    text-align: center;
    font-size: 5.8vw;
    letter-spacing: 0.2em;
  }
  .asset-osusume .introduction h3 img {
    width: 66vw;
    margin: 5vw auto 10vw;
  }
  .asset-osusume .introduction .hukidashi-wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  .asset-osusume .introduction .hukidashi {
    width: calc((100% - 2.5vw) / 2);
    min-height: 24vw;
    margin-bottom: 8vw;
    margin-right: 0;
    border-radius: 20px;
    padding: 5vw 2.5vw;
    font-size: 4vw;
    font-weight: 700;
    line-height: 1.2;
    display: flex;
    align-items: center;
  }
  .asset-osusume .introduction .hukidashi::after {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 4vw 3vw 0 3vw;
    border-color: #fff transparent transparent transparent;
    position: absolute;
    bottom: -3vw;
    right: 0;
    left: 0;
    margin: auto;
  }
  .asset-osusume .introduction .hukidashi:nth-child(1),
  .asset-osusume .introduction .hukidashi:nth-child(3) {
    margin-right: 2.5vw;
  }
  .asset-osusume .introduction p {
    margin: 0 auto;
    padding-left: 8vw;
    position: relative;
  }
  .asset-osusume .introduction p span {
    font-size: 1.3em;
  }
  .asset-osusume .introduction p::before {
    content: "";
    width: 8vw;
    height: 10vw;
    background: url(../img/asset/osusume/img_introduction.svg);
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    bottom: 0;
    left: -5%;
    margin: auto;
  }
}
.asset-osusume .bg-gray {
  background: #eceff2;
}
.asset-osusume .shisan {
  width: 100%;
  padding: 0 0 80px 0;
  font-size: 16px;
}
.asset-osusume .shisan h3 {
  background: #3073a8;
  color: #fff;
  padding: 20px 0;
  text-align: center;
  font-size: 35px;
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: 0;
}
.asset-osusume .shisan .read-txt {
  text-align: center;
  margin: 0 auto;
  padding: 30px 0;
}
.asset-osusume .shisan .cap-txt {
  font-size: 12px;
  vertical-align: calc(50% - 6px);
}
.asset-osusume .shisan .box-wrap {
  width: 100%;
}
.asset-osusume .shisan .box-wrap-inn div {
  box-sizing: border-box;
}
.asset-osusume .shisan .box-wrap-inn {
  width: 96%;
  max-width: 1080px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.asset-osusume .shisan .box-wrap .b-ttl {
  font-size: 28px;
  font-weight: 700;
  color: #3174a9;
  margin-bottom: 30px;
  text-align: center;
}
.asset-osusume .shisan .box-wrap .b-ttl-sub {
  font-size: 25px;
  font-weight: 700;
  margin-bottom: 30px;
}
.asset-osusume .shisan .box-wrap .box-center {
  width: 100%;
  padding: 0;
}
.asset-osusume .shisan .box-wrap .box-left,
.asset-osusume .shisan .box-wrap .box-right {
  width: 50%;
  padding: 0;
}
.asset-osusume .shisan .box-wrap .box-3 {
  width: calc((100% - 60px) / 3);
}
@media (max-width: 768px) {
  .asset-osusume .shisan {
    width: 100%;
    padding: 0 0 13vw 0;
    font-size: 3.6vw;
  }
  .asset-osusume .shisan h3 {
    background: #3073a8;
    color: #fff;
    padding: 5vw 0;
    text-align: center;
    font-size: 5.8vw;
    font-weight: 700;
    line-height: 1.4;
    margin-bottom: 0;
  }
  .asset-osusume .shisan .read-txt {
    width: 86vw;
    text-align: left;
    margin: 0 auto;
    padding: 5vw 0;
    font-size: 3.6vw;
  }
  .asset-osusume .shisan .cap-txt {
    font-size: 2.6vw;
    vertical-align: calc(50% - 1.3vw);
  }
  .asset-osusume .shisan .box-wrap {
    width: 100%;
  }
  .asset-osusume .shisan .box-wrap-inn div {
    box-sizing: border-box;
  }
  .asset-osusume .shisan .box-wrap-inn {
    width: 84vw;
    margin: 0 auto;
    display: block;
  }
  .asset-osusume .shisan .box-wrap .b-ttl {
    font-size: 5.8vw;
    font-weight: 700;
    color: #3174a9;
    margin-bottom: 5.3vw;
  }
  .asset-osusume .shisan .box-wrap .b-ttl-sub {
    font-size: 5.3vw;
    font-weight: 700;
    margin-bottom: 5.3vw;
    text-align: center;
  }
  .asset-osusume .shisan .box-wrap .box-center {
    width: 100%;
    padding: 0;
  }
  .asset-osusume .shisan .box-wrap .box-left,
  .asset-osusume .shisan .box-wrap .box-right {
    width: 100%;
    padding: 0;
  }
  .asset-osusume .shisan .box-wrap .box-3 {
    width: 100%;
  }
}
.asset-osusume .shisan.s01 {
  padding: 70px 0 80px;
}
.asset-osusume .shisan.s01 .box-wrap .box-wrap-inn.onayami {
  border: 1px solid #3174a9;
  background-image: url(../img/asset/osusume/img_sec01-l01.svg);
  background-position: left bottom;
  background-repeat: no-repeat;
  background-size: 100%;
  align-items: stretch;
}
.asset-osusume .shisan.s01 .box-wrap + .box-wrap {
  margin-top: 30px;
}
.asset-osusume .shisan.s01 .box-wrap .box-wrap-inn.onayami .box-left {
  font-size: 22px;
  font-weight: bold;
}
.asset-osusume .shisan.s01 .box-wrap .box-wrap-inn.onayami .box-left .onayami-ttl {
  margin: 50px 10px 20px 0;
  background: #3174a9;
  position: relative;
  padding-right: 50px;
  padding-left: 10%;
  font-size: 2.4vw;
  line-height: 1;
  background: #3174a9;
  color: #fff;
  display: flex;
  align-items: center;
  height: 50px;
}
.asset-osusume .shisan.s01 .box-wrap .box-wrap-inn.onayami .box-left .onayami-ttl span {
  font-size: 3.3vw;
  font-weight: 700;
  padding-left: 20px;
}
.asset-osusume .shisan.s01 .box-wrap .box-wrap-inn.onayami .box-left .onayami-ttl::before {
  position: absolute;
  content: "";
  right: 0px;
  top: 0px;
  border: none;
  border-right: solid 50px #fff;
  border-bottom: solid 50px transparent;
}
.asset-osusume .shisan.s01 .box-wrap .box-wrap-inn.onayami .box-left ul {
  font-size: 2vw;
  font-weight: bold;
  font-weight: bold;
  margin-left: 33%;
  margin-top: 15px;
  min-height: 180px;
  padding-left: 0.8em;
  text-indent: -0.8em;
}
.asset-osusume .shisan.s01 .box-wrap .box-wrap-inn.onayami .box-left ul span {
  color: #93accd;
  font-size: 0.8em;
  padding-right: 5px;
  vertical-align: middle;
}
.asset-osusume .shisan.s01 .box-wrap .box-wrap-inn.onayami .box-right {
  background-position: right 20% bottom;
  background-repeat: no-repeat;
  background-size: 70%;
}
.asset-osusume .shisan.s01 .box-wrap .box-wrap-inn.onayami.o01 .box-right {
  background-image: url(../img/asset/osusume/img_sec01-r01.svg);
}
.asset-osusume .shisan.s01 .box-wrap .box-wrap-inn.onayami.o02 .box-right {
  background-image: url(../img/asset/osusume/img_sec01-r02.svg);
}
.asset-osusume .shisan.s01 .box-wrap .box-wrap-inn.onayami.o03 .box-right {
  background-image: url(../img/asset/osusume/img_sec01-r03.svg);
}
.asset-osusume .shisan.s01 .box-wrap .box-wrap-inn.onayami.o04 .box-right {
  background-image: url(../img/asset/osusume/img_sec01-r04.svg);
  position: relative;
  z-index: 10;
}
.asset-osusume .shisan.s01 .box-wrap .box-wrap-inn.onayami .box-right .teian-ttl {
  margin: 0;
  position: relative;
  padding-left: 23%;
  font-size: 3.3vw;
  font-weight: 700;
  line-height: 1.2;
  color: #3174a9;
  display: flex;
  align-items: center;
  height: 150px;
}
.asset-osusume .shisan.s01 .box-wrap .box-wrap-inn.onayami .box-right .teian-ttl span {
  font-size: 2.2vw;
}
.asset-osusume .shisan.s01 .box-wrap .box-wrap-inn.onayami .box-right .teian-ttl::before {
  content: "ご提案";
  position: absolute;
  width: 10vw;
  height: 10vw;
  max-width: 110px;
  max-height: 110px;
  font-size: 75%;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  border: 1px #3174a9 solid;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
}
.asset-osusume .shisan.s01 .box-wrap .box-wrap-inn.onayami .box-right img {
  width: 80%;
}
@media (min-width: 1030px) {
  .asset-osusume .shisan.s01 .box-wrap .box-wrap-inn.onayami .box-left .onayami-ttl {
    font-size: 26px;
  }
  .asset-osusume .shisan.s01 .box-wrap .box-wrap-inn.onayami .box-left .onayami-ttl span {
    font-size: 35px;
  }
  .asset-osusume .shisan.s01 .box-wrap .box-wrap-inn.onayami .box-left ul {
    font-size: 21px;
  }
  .asset-osusume .shisan.s01 .box-wrap .box-wrap-inn.onayami .box-right .teian-ttl {
    font-size: 35px;
  }
  .asset-osusume .shisan.s01 .box-wrap .box-wrap-inn.onayami .box-right .teian-ttl span {
    font-size: 25px;
  }
}
.asset-osusume .shisan.s01 .box-wrap_flex {
  width: 100%;
  max-width: 1080px;
  margin: 0 auto;
  display: flex;
}
.asset-osusume .shisan.s01 .box-wrap_flex .box-wrap .box-wrap-inn.onayami .box-left {
  background-image: url(../img/asset/osusume/img_sec01-l01_sp.svg);
  background-position: left 2vw bottom;
  background-repeat: no-repeat;
  background-size: 20%;
}
@media (max-width: 768px) {
  .asset-osusume .shisan.s01 {
    padding: 10vw 0;
  }
  .asset-osusume .shisan.s01 .box-wrap .box-wrap-inn.onayami {
    border: none;
    background-image: none;
  }
  .asset-osusume .shisan.s01 .box-wrap + .box-wrap {
    margin-top: 10vw;
  }
  .asset-osusume .shisan.s01 .box-wrap .box-wrap-inn.onayami .box-left {
    background-image: url(../img/asset/osusume/img_sec01-l01_sp.svg);
    background-position: left 2vw bottom;
    background-repeat: no-repeat;
    background-size: 20%;
  }
  .asset-osusume .shisan.s01 .box-wrap .box-wrap-inn.onayami .box-left .onayami-ttl {
    margin: 0 0 20px;
    background: #3174a9;
    position: relative;
    padding-right: 0;
    padding-left: 10%;
    font-size: 4.8vw;
    line-height: 1;
    display: flex;
    align-items: center;
    height: 10vw;
  }
  .asset-osusume .shisan.s01 .box-wrap .box-wrap-inn.onayami .box-left .onayami-ttl span {
    font-size: 6.6vw;
    font-weight: 700;
    padding-left: 3vw;
  }
  .asset-osusume .shisan.s01 .box-wrap .box-wrap-inn.onayami .box-left .onayami-ttl::before {
    position: absolute;
    content: "";
    right: 0px;
    top: 0px;
    border: none;
  }
  .asset-osusume .shisan.s01 .box-wrap .box-wrap-inn.onayami .box-left ul {
    font-size: 3.7vw;
    font-weight: bold;
    font-weight: bold;
    line-height: 1.3;
    margin: 5vw 0 0 25%;
    padding-bottom: 1vw;
    min-height: 18vw;
    padding-left: 0.6em;
    text-indent: -0.6em;
  }
  .asset-osusume .shisan.s01 .box-wrap .box-wrap-inn.onayami .box-left ul span {
    color: #93accd;
    font-size: 0.6em;
    padding-right: 1vw;
    vertical-align: middle;
  }
  .asset-osusume .shisan.s01 .box-wrap .box-wrap-inn.onayami .box-right {
    margin-top: 2vw;
    background-position: right 0 bottom;
    background-repeat: no-repeat;
    background-size: 100%;
    min-height: 65vw;
  }
  .asset-osusume .shisan.s01 .box-wrap .box-wrap-inn.onayami.o02 .box-right {
    min-height: 75vw;
  }
  .asset-osusume .shisan.s01 .box-wrap .box-wrap-inn.onayami .box-right .teian-ttl {
    margin: 0;
    position: relative;
    padding-left: 0;
    padding-top: 15vw;
    text-align: center;
    font-size: 7.4vw;
    font-weight: 700;
    line-height: 1.2;
    color: #3174a9;
    display: block;
  }
  .asset-osusume .shisan.s01 .box-wrap .box-wrap-inn.onayami .box-right .teian-ttl span {
    font-size: 6.6vw;
  }
  .asset-osusume .shisan.s01 .box-wrap .box-wrap-inn.onayami .box-right .teian-ttl::after {
    content: "ご提案";
    width: 100%;
    text-align: center;
    font-size: 3.6vw;
    color: #fff;
    position: absolute;
    top: 1vw;
    bottom: auto;
    left: 0;
    right: 0;
    margin: auto;
  }
  .asset-osusume .shisan.s01 .box-wrap .box-wrap-inn.onayami .box-right .teian-ttl::before {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-radius: 0;
    border-style: solid;
    border-width: 12vw 12vw 0 12vw;
    border-color: #93accd transparent transparent transparent;
    position: absolute;
    top: 0;
    bottom: auto;
    left: 0;
    right: 0;
    margin: auto;
  }
  .asset-osusume .shisan.s01 .box-wrap .box-wrap-inn.onayami.o04 .box-right .teian-ttl::before {
    border-color: #93accd #fff9dc transparent #fff9dc;
  }
}
.asset-osusume .shisan.s01 .box-wrap .box-wrap-inn.onayami.o04 {
  background: url(../img/asset/osusume/img_sec01-l01.svg) no-repeat left bottom #fff9dc;
  border: 5px solid #3174a9;
  margin-bottom: 20px;
}
.asset-osusume .shisan.s01 .box-wrap .box-wrap-inn.onayami.o04::after {
  content: "";
  position: absolute;
  bottom: -75px;
  left: 50%;
  transform: translateX(-50%);
  width: 115px;
  height: 84px;
  background: url(../img/asset/osusume/img_sec01-r04_arr.svg) no-repeat center/contain;
}
.asset-osusume .shisan.s01 .box-wrap .box-wrap-inn.onayami.o04::before {
  content: "";
  position: absolute;
  bottom: 5px;
  left: 50%;
  transform: translateX(-50%);
  width: 80px;
  height: 10px;
  background: #fff9dc;
  z-index: 10;
}
.asset-osusume .shisan.s01 .box-wrap .box-wrap-inn.onayami.o04 .box-left .onayami-ttl::before {
  border-right: solid 50px #fff9dc;
}
.asset-osusume .f_line {
  background: linear-gradient(transparent 68%, rgba(242, 167, 59, 0.6) 0%);
  padding-bottom: 1.5px;
  font-weight: bold;
  font-style: normal;
}
.asset-osusume .f_color {
  color: #f8c173;
}
@media (max-width: 768px) {
  .asset-osusume .shisan.s01 .box-wrap .box-wrap-inn.onayami.o04 {
    border-width: 3px;
    margin-bottom: 34px;
    background-image: none;
  }
  .asset-osusume .shisan.s01 .box-wrap .box-wrap-inn.onayami.o04 .box-right {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }
  .asset-osusume .shisan.s01 .box-wrap .box-wrap-inn.onayami.o04::after {
    background-image: url(../img/asset/osusume/img_sec01-r04_arr_sp.svg);
    bottom: -61px;
    width: 92px;
    height: 67px;
  }
  .asset-osusume .shisan.s01 .box-wrap .box-wrap-inn.onayami.o04::before {
    bottom: 3px;
  }
}
.asset-osusume .shisan.s02 {
  padding-bottom: 50px;
}
.asset-osusume .shisan.s02 .box-wrap {
  padding: 70px 0 0;
}
.asset-osusume .shisan.s02 .box-wrap .box-3 {
  padding: 40px 10px 10px;
  background: #eceff2;
  text-align: center;
}
.asset-osusume .shisan.s02 .box-wrap .box-3 p.point {
  text-align: center;
  padding: 10px;
  margin-top: -70px;
}
.asset-osusume .shisan.s02 .box-wrap .box-3 .point span {
  border: 1px solid #3174a9;
  background: #fff;
  padding: 5px 15px;
  font-size: 22px;
  font-weight: 700;
  color: #3174a9;
}
.asset-osusume .shisan.s02 .box-wrap .box-3 .txt1 {
  text-align: center;
  font-size: 22px;
  font-weight: 700;
  margin: 15px 0;
  color: #3174a9;
  height: 70px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.asset-osusume .shisan.s02 .box-wrap .box-3 .txt2 {
  text-align: left;
  font-size: 1.2vw;
  display: inline-block;
  margin: 0 auto 15px;
  height: 5.4vw;
}
@media (max-width: 768px) {
  .asset-osusume .shisan.s02 .box-wrap .box-3 {
    width: 100%;
  }
  .asset-osusume .shisan.s02 .box-wrap .box-3 + .box-3 {
    margin-top: 15vw;
  }
  .asset-osusume .shisan.s02 .box-wrap .box-3 .point span {
    padding: 1vw 6vw;
    font-size: 5.3vw;
  }
  .asset-osusume .shisan.s02 .box-wrap .box-3 .txt1 {
    font-size: 5.3vw;
    font-weight: 700;
    margin: 5vw 0;
    color: #3174a9;
    height: auto;
  }
  .asset-osusume .shisan.s02 .box-wrap .box-3 .txt2 {
    text-align: left;
    font-size: 4vw;
    display: inline-block;
    margin: 0 auto 5vw;
    height: auto;
  }
}
.asset-osusume .shisan.s03 {
  padding-bottom: 60px;
}
.asset-osusume .shisan.s03 h3 {
  background: #eceff2;
  color: #000;
  font-size: 28px;
  line-height: 1.5;
}
.asset-osusume .shisan.s03 h3 span {
  font-size: 50px;
}
.asset-osusume .shisan.s03 .box-wrap {
  padding-top: 25px;
}
.asset-osusume .shisan.s03 .box-wrap .box-3 {
  position: relative;
  background: rgb(91, 58, 59);
}
.asset-osusume .shisan.s03 .box-wrap .box-3 a {
  background-size: 100%;
  background-repeat: no-repeat;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 25px;
  font-weight: bold;
  color: #fff;
  text-align: center;
  line-height: 1.1;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.8);
}
.asset-osusume .shisan.s03 .box-wrap .box-3.b01 a {
  background-image: url("../img/asset/osusume/img_sec03-01.png");
}
.asset-osusume .shisan.s03 .box-wrap .box-3.b02 a {
  background-image: url("../img/asset/osusume/img_sec03-02.png");
}
.asset-osusume .shisan.s03 .box-wrap .box-3.b03 a {
  background-image: url("../img/asset/osusume/img_sec03-03.png");
}
.asset-osusume .shisan.s03 .box-wrap .box-3 .arr {
  position: absolute;
  bottom: 10px;
  right: 10px;
  padding-right: 20px;
  font-size: 18px;
  font-weight: normal;
  color: #fff;
  text-align: center;
  line-height: 1.1;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.8);
}
.asset-osusume .shisan.s03 .box-wrap .box-3 .arr::after {
  content: ">";
  position: absolute;
  width: 20px;
  height: 15px;
  top: 0;
  bottom: 0;
}
@media (max-width: 768px) {
  .asset-osusume .shisan.s03 h3 {
    font-size: 5.3vw;
    line-height: 1.5;
  }
  .asset-osusume .shisan.s03 h3 span {
    font-size: 7.4vw;
  }
  .asset-osusume .shisan.s03 .box-wrap {
    padding-top: 25px;
  }
  .asset-osusume .shisan.s03 .box-wrap .box-3 a {
    font-size: 6vw;
    line-height: 1.4;
  }
  .asset-osusume .shisan.s03 .box-wrap .box-3 .arr {
    font-size: 4vw;
  }
  .asset-osusume .shisan.s03 .box-wrap .box-3 + .box-3 {
    margin-top: 5vw;
  }
}
.asset-osusume .shisan.s04 {
  padding: 10px 0 40px;
  border-top: 10px solid #3073a8;
}
.asset-osusume .shisan.s04 .box-wrap .box-center {
  position: relative;
}
.asset-osusume .shisan.s04 .box-wrap .box-center p {
  position: absolute;
  content: "";
  font-size: 4.6vw;
  font-weight: 700;
  color: #fff;
  text-align: left;
  line-height: 1.6;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.8);
  top: 20%;
  left: 46%;
  margin: auto;
}
.asset-osusume .shisan.s04 .box-wrap .box-center p span {
  padding-left: 0.5em;
}
.asset-osusume .shisan.s04 .box-wrap .s04-points {
  margin-top: 30px;
}
.asset-osusume .shisan.s04 .box-wrap .box-5 {
  background: #fff;
  width: calc((100% - 60px) / 5);
  border-radius: 50%;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}
.asset-osusume .shisan.s04 .box-wrap .box-5 p {
  width: 100%;
  padding-top: 100%;
  position: relative;
}
.asset-osusume .shisan.s04 .box-wrap .box-5 p span {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-weight: bold;
  font-size: 2.1vw;
}
@media (min-width: 1080px) {
  .asset-osusume .shisan.s04 .box-wrap .box-center p {
    font-size: 50px;
  }
  .asset-osusume .shisan.s04 .box-wrap .box-5 p span {
    font-size: 24px;
  }
}
@media (max-width: 768px) {
  .asset-osusume .shisan.s04 {
    padding: 0px 0 0;
    border-top: 10px solid #3073a8;
  }
  .asset-osusume .shisan.s04 .box-wrap .box-wrap-inn {
    width: 100%;
  }
  .asset-osusume .shisan.s04 .box-wrap .box-center p {
    position: absolute;
    content: "";
    font-size: 5.8vw;
    font-weight: 700;
    color: #fff;
    text-align: left;
    line-height: 1.4;
    text-shadow: 0 0 10px rgba(0, 0, 0, 0.8);
    top: 20%;
    left: 40%;
    margin: auto;
  }
  .asset-osusume .shisan.s04 .box-wrap .s04-points {
    justify-content: space-around;
    display: flex;
  }
  .asset-osusume .shisan.s04 .box-wrap .box-5 {
    background: #fff;
    width: 43vw;
    border-radius: 50%;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  }
  .asset-osusume .shisan.s04 .box-wrap .box-5:nth-child(n+3) {
    margin-top: 5vw;
  }
  .asset-osusume .shisan.s04 .box-wrap .box-5 p span {
    font-size: 5.5vw;
    font-weight: 700;
  }
}
.asset-osusume .shisan.s05 {
  padding-bottom: 0;
}
.asset-osusume .shisan.s05 .b-ttl {
  margin-top: 50px;
  margin-bottom: 50px;
}
.asset-osusume .link-area {
  margin-top: 0;
}

/* _asset-keiei.scss -------------------------------------------------- */
.asset-keiei {
  /* proposal__head
  -----------------------------------------------------*/
  /* proposal__body
  -----------------------------------------------------*/
  /* proposal01
  -----------------------------------------------------*/
  /* proposal02
  -----------------------------------------------------*/
  /* proposal03
  -----------------------------------------------------*/
  /* int-intro
  -----------------------------------------------------*/
  /* int-content
  -----------------------------------------------------*/
  /* Other
  -----------------------------------------------------*/
  /*ページタイトル
  -----------------------------------------------------*/
  /* HEIM MAISONという選択
  -----------------------------------------------------*/
  /* セキスイハイムの特徴
  -----------------------------------------------------*/
  /* 01 建物の強さ
  -----------------------------------------------------*/
  /* 02 経営コストの安心
  -----------------------------------------------------*/
  /* 03 心地よさ
  -----------------------------------------------------*/
  /* 04 ライフスタイルに合わせた「プランニング」
  -----------------------------------------------------*/
  /* 05 長持ちサポート
  -----------------------------------------------------*/
  /* 06 入居者の満足を高めるハイグレードな仕様・設備の首都圏限定の賃貸住宅
  -----------------------------------------------------*/
}
.asset-keiei .pc {
  display: block;
}
.asset-keiei .tb {
  display: none !important;
}
.asset-keiei .sp {
  display: none !important;
}
.asset-keiei .pctb {
  display: block !important;
}
.asset-keiei .tbsp {
  display: none !important;
}
@media screen and (max-width: 1030px) {
  .asset-keiei .pc {
    display: none !important;
  }
  .asset-keiei .tb {
    display: block !important;
  }
  .asset-keiei .sp {
    display: none !important;
  }
  .asset-keiei .pctb {
    display: block !important;
  }
  .asset-keiei .tbsp {
    display: block !important;
  }
}
@media screen and (max-width: 768px) {
  .asset-keiei .pc {
    display: none !important;
  }
  .asset-keiei .tb {
    display: none !important;
  }
  .asset-keiei .sp {
    display: block !important;
  }
  .asset-keiei .pctb {
    display: none !important;
  }
  .asset-keiei .tbsp {
    display: block !important;
  }
}
.asset-keiei .proposal {
  overflow: hidden;
}
.asset-keiei .color-proposal--red {
  color: #8D1E38;
}
.asset-keiei .keiei-intro__content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #e2e6e9;
  padding: 50px 40px;
}
@media only screen and (max-width: 768px) {
  .asset-keiei .keiei-intro__content {
    display: block;
  }
}
.asset-keiei .keiei-intro__logo {
  width: 50%;
  color: #0b74b8;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  letter-spacing: 0.2em;
}
@media only screen and (max-width: 768px) {
  .asset-keiei .keiei-intro__logo {
    width: 100%;
  }
}
.asset-keiei .keiei-intro__logo img {
  width: 80%;
  max-width: 350px;
  margin: 20px auto 0;
}
@media only screen and (max-width: 768px) {
  .asset-keiei .keiei-intro__logo img {
    max-width: 440px;
  }
}
.asset-keiei .keiei-intro__meta {
  width: 50%;
}
@media only screen and (max-width: 768px) {
  .asset-keiei .keiei-intro__meta {
    width: 100%;
    font-size: 4.266666667vw;
    margin-top: 1.5em;
  }
}
.asset-keiei .proposal__head {
  background-color: #fff;
  padding: 100px 0 40px;
  max-width: 1080px;
  margin: 0 auto;
}
.asset-keiei .proposal__ttl {
  max-width: 540px;
}
.asset-keiei .proposal__nav {
  padding-left: 60px;
}
.asset-keiei .proposal__navitem {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
  cursor: pointer;
  position: relative;
}
.asset-keiei .proposal__navico {
  width: 50px;
  height: 50px;
  margin-right: 22px;
}
.asset-keiei .proposal__navtext {
  font-size: 28px;
  font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
  letter-spacing: 0.1em;
}
@media only screen and (min-width: 769px) {
  .asset-keiei .proposal__head {
    display: flex;
    width: 96%;
  }
  .asset-keiei .proposal__ttl {
    width: 48%;
  }
  .asset-keiei .proposal__navtext {
    position: relative;
  }
  .asset-keiei .proposal__navtext::before {
    background: #8D1E38;
    content: "";
    width: 100%;
    height: 2px;
    position: absolute;
    left: 0;
    bottom: 0;
    margin: auto;
    transform-origin: right top;
    transform: scale(0, 1);
    transition: transform 0.3s;
  }
  .asset-keiei .proposal__navtext:hover::before {
    transform-origin: left top;
    transform: scale(1, 1);
  }
}
@media only screen and (max-width: 768px) {
  .asset-keiei .proposal__head {
    width: 93.33333333vw;
    padding: 40px 0 8vw;
  }
  .asset-keiei .proposal__ttl {
    max-width: none;
    width: 100%;
  }
  .asset-keiei .proposal__ttl img {
    width: 100%;
  }
  .asset-keiei .proposal__nav {
    padding: 8vw 0 0;
  }
  .asset-keiei .proposal__navitem {
    margin-bottom: 4.266666667vw;
  }
  .asset-keiei .proposal__navico {
    width: 11.73333333vw;
    height: 11.73333333vw;
    margin-right: 5.333333333vw;
  }
  .asset-keiei .proposal__navtext {
    font-size: 6.4vw;
  }
  .asset-keiei .proposal__navitem:before {
    content: "";
    width: 1.6vw;
    height: 1.6vw;
    border: 0;
    border-bottom: solid 2px #DCDCDC;
    border-right: solid 2px #DCDCDC;
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translate(0, -50%) rotate(45deg);
    margin-top: 0;
  }
}
.asset-keiei .proposal__body {
  background-color: #F5F5F5;
  padding-top: 60px;
  padding-right: 5%;
  padding-left: 5%;
}
.asset-keiei .proposal-panel {
  margin-bottom: 160px;
  position: relative;
}
.asset-keiei .proposal-panel p {
  font-size: 16px;
}
.asset-keiei .proposal-panel__inner {
  box-sizing: border-box;
  position: relative;
  width: 100%;
  max-width: 1120px;
  margin-right: auto;
  margin-left: auto;
}
.asset-keiei .proposal-panel__text {
  box-sizing: border-box;
  position: relative;
  z-index: 2;
  width: 66.6667%;
  padding-top: 50px;
  padding-bottom: 60px;
  padding-right: 50px;
  padding-left: 0;
}
.asset-keiei .proposal-panel__text::before {
  display: block;
  position: absolute;
  z-index: 9;
  top: 0;
  right: 0;
  width: 100vw;
  height: 100%;
  background-color: #fff;
  content: "";
}
.asset-keiei .proposal-panel__text > * {
  position: relative;
  z-index: 10;
}
.asset-keiei .proposal-panel__heading {
  display: flex;
  align-items: center;
  margin-bottom: 34px;
}
.asset-keiei .proposal-panel__ico {
  width: 70px;
  height: 70px;
}
.asset-keiei .proposal-panel__title {
  font-size: 42px;
  font-weight: 500;
  font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
  line-height: 1;
  letter-spacing: 0.1em;
  padding-top: 6px;
  padding-left: 30px;
}
.asset-keiei .proposal-panel__copy {
  font-size: 28px;
  font-weight: bold;
  letter-spacing: 0.1em;
  margin-bottom: 1em;
}
.asset-keiei #proposal .proposal__note {
  font-size: 12px;
  line-height: 1.5;
  margin: 1em 0;
}
.asset-keiei .proposal-panel__img {
  width: 70vw;
  height: 100%;
  overflow: hidden;
  z-index: 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom center;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
@media only screen and (min-width: 769px) {
  .asset-keiei .proposal-panel__img {
    position: absolute;
    top: 80px;
    right: -6%;
  }
  .asset-keiei #proposal01 .proposal-panel__img {
    background-image: url(../img/asset/keiei/proposal01__bg-pc.jpg);
  }
  .asset-keiei #proposal02 .proposal-panel__img {
    background-image: url(../img/asset/keiei/proposal02__bg-pc.jpg);
  }
  .asset-keiei #proposal03 .proposal-panel__img {
    background-image: url(../img/asset/keiei/proposal03__bg-pc.jpg);
  }
  .asset-keiei .proposal01__flex {
    display: flex;
    justify-content: space-between;
  }
  .asset-keiei .proposal01__flex-item {
    width: 47%;
  }
  .asset-keiei .proposal01__flex-item-02 {
    width: 45%;
  }
}
@media only screen and (max-width: 768px) {
  .asset-keiei .proposal-panel {
    margin-bottom: 13.33333333vw;
  }
  .asset-keiei .proposal__body {
    padding-top: 8vw;
    padding-left: 0;
    padding-right: 0;
  }
  .asset-keiei .proposal-panel__inner {
    padding-right: 10px;
  }
  .asset-keiei .proposal-panel__heading {
    margin-bottom: 6.666666667vw;
  }
  .asset-keiei .proposal-panel__ico {
    width: 11.73333333vw;
    height: 11.73333333vw;
  }
  .asset-keiei .proposal-panel__title {
    font-size: 6.933333333vw;
    padding-left: 4.266666667vw;
  }
  .asset-keiei .proposal-panel__text {
    width: 100%;
    padding: 5.866666667vw 5% 8vw 5%;
  }
  .asset-keiei .proposal-panel__img {
    width: 100%;
    height: 100vw;
    background-size: cover;
  }
  .asset-keiei #proposal01 .proposal-panel__img {
    background-image: url(../img/asset/keiei/proposal01__bg-sp.jpg);
  }
  .asset-keiei #proposal02 .proposal-panel__img {
    background-image: url(../img/asset/keiei/proposal02__bg-sp.jpg);
  }
  .asset-keiei #proposal03 .proposal-panel__img {
    background-image: url(../img/asset/keiei/proposal03__bg-sp.jpg);
  }
}
.asset-keiei .proposal__frame {
  border: solid 2px #08607F;
  padding: 25px 44px;
  margin: 26px 0 20px;
}
.asset-keiei .proposal__frame p {
  font-size: 18px;
  font-weight: 600;
  text-align: center;
}
.asset-keiei #proposal01 .proposal-panel__copy {
  margin-bottom: 1em;
}
.asset-keiei .proposal01__flex-title {
  margin-bottom: 0;
  background-color: #08607F;
  color: #fff;
  font-size: 18px;
  line-height: 1;
  padding: 16px;
  font-weight: bold;
  text-align: center;
}
.asset-keiei .proposal01__flex-item p {
  margin-top: 0.25em;
  margin-bottom: 0.25em;
}
.asset-keiei .proposal01__flex-item p + .proposal01__flex-title {
  margin-top: 20px;
}
.asset-keiei #proposal .proposal01__flex-item p.proposal__note {
  margin-top: 0.25em;
}
@media only screen and (min-width: 769px) {
  .asset-keiei .proposal01__flex {
    display: flex;
    justify-content: space-between;
  }
  .asset-keiei .proposal01__flex-item {
    width: 47%;
  }
  .asset-keiei .proposal01__flex-item-02 {
    width: 45%;
  }
}
@media only screen and (max-width: 768px) {
  .asset-keiei .proposal-panel__copy {
    font-size: 5.333333333vw;
  }
  .asset-keiei #proposal01 .proposal-panel__copy {
    margin-bottom: 2.666666667vw;
  }
  .asset-keiei .proposal__frame {
    padding: 2.666666667vw 5.333333333vw;
  }
  .asset-keiei .proposal__frame p {
    font-size: 4.266666667vw;
  }
  .asset-keiei .proposal01__flex-title {
    font-size: 4.266666667vw;
    padding: 3.733333333vw;
  }
  .asset-keiei .proposal01__flex-item p {
    font-size: 3.733333333vw;
  }
  .asset-keiei .proposal01__img02 {
    display: block;
    max-width: 74.6666%;
    margin: 1em auto;
  }
}
.asset-keiei .--reverse .proposal-panel__text {
  width: 100%;
  padding-right: 0;
  padding-left: calc(33.333% + 50px);
}
.asset-keiei .--reverse .proposal-panel__text::before {
  right: -6%;
  width: 65vw;
  min-width: 860px;
}
.asset-keiei .--reverse .proposal-panel__img {
  right: auto;
  left: -6%;
}
.asset-keiei .proposal02__ttl {
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 0.1em;
  padding-bottom: 8px;
  border-bottom: solid 1px #413D3C;
  margin-top: 1.75em;
  margin-bottom: 1em;
}
.asset-keiei .proposal02__subttl {
  font-size: 20px;
  font-weight: bold;
  color: #08607F;
  margin-bottom: 0.4em;
}
.asset-keiei .proposal02__subttl + p {
  margin-bottom: 1.25em;
}
.asset-keiei .proposal02__name {
  font-weight: bold;
  margin-bottom: 0.75em;
}
.asset-keiei .proposal02__name-s {
  font-size: 0.85em;
}
.asset-keiei .proposal02__nametext {
  font-size: 14px !important;
  margin-top: 0.5em;
}
@media only screen and (min-width: 769px) {
  .asset-keiei .proposal02__flex {
    display: flex;
    justify-content: space-between;
  }
  .asset-keiei .proposal02__flex-item {
    width: 30%;
  }
}
@media only screen and (max-width: 768px) {
  .asset-keiei .--reverse .proposal-panel__text {
    padding-left: calc(5% + 10px);
  }
  .asset-keiei .--reverse .proposal-panel__text::before {
    right: -3%;
    width: 97.33333333vw;
  }
  .asset-keiei .proposal02__ttl {
    font-size: 4.266666667vw;
    margin: 10.66666667vw 0 5.333333333vw;
  }
  .asset-keiei .proposal02__subttl {
    font-size: 4.266666667vw;
  }
  .asset-keiei .proposal02__flex-item + .proposal02__flex-item {
    margin-top: 6.4vw;
  }
}
.asset-keiei .proposal03__flex {
  margin: 40px 0;
}
.asset-keiei .proposal03__factory p {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.5em;
}
.asset-keiei .proposal03__factory-flex {
  padding-top: 17px;
  padding-bottom: 4px;
  border-top: solid 1px #413D3C;
  border-bottom: solid 1px #413D3C;
  margin-top: 12px;
  margin-bottom: 16px;
  display: flex;
  flex-wrap: wrap;
}
.asset-keiei .proposal03__factory-flex dd {
  width: 83.125%;
  line-height: 1.4em;
  font-weight: bold;
  margin-bottom: 16px;
}
.asset-keiei .proposal03__factory-ico {
  width: 16.875%;
  padding-top: 3px;
  padding-right: 12px;
}
.asset-keiei .proposal03__serif {
  font-size: 14px;
  font-weight: bold;
  font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
  line-height: 1;
  letter-spacing: 0.05em;
}
.asset-keiei .proposal03__factory-frame {
  border: solid 2px #3E3A39;
  padding: 30px;
}
.asset-keiei .proposal03__factory-title {
  font-size: 16px;
}
.asset-keiei .proposal03__factory-title sup {
  font-size: 0.5em;
}
.asset-keiei .proposal03__factory-frame p {
  font-size: 14px;
}
.asset-keiei .proposal03__taishin {
  background-color: #000;
  padding: 30px 30px 70px;
  position: relative;
  background-image: url(../img/asset/keiei/proposal03__taishin-bg.jpg);
  background-size: 45%;
  background-repeat: no-repeat;
  background-position: bottom 10px right 30px;
}
.asset-keiei .proposal03__taishin-title {
  font-size: 20px;
  padding-bottom: 10px;
  margin-bottom: 20px;
  border-bottom: solid 1px #fff;
  color: #fff;
}
.asset-keiei .proposal03__taishin-ico {
  position: absolute;
  top: -30px;
  right: -10px;
  width: 120px;
}
.asset-keiei .proposal03__taishin p {
  font-size: 14px;
  color: #fff;
}
@media only screen and (min-width: 769px) {
  .asset-keiei .proposal03__flex {
    display: flex;
    justify-content: space-between;
    margin: 40px 0;
  }
  .asset-keiei .proposal03__flex-item {
    width: 47%;
  }
}
@media only screen and (max-width: 768px) {
  .asset-keiei .proposal03__flex {
    margin: 9.6vw 0 8vw;
  }
  .asset-keiei .proposal03__flex-item {
    margin-bottom: 9.6vw;
  }
  .asset-keiei .proposal03__factory-frame {
    padding: 8vw;
  }
  .asset-keiei .proposal03__taishin {
    padding: 8vw 5.333333333vw 52.8vw;
    background-size: 86%;
  }
  .asset-keiei .proposal03__taishin-title {
    font-size: 4.266666667vw;
  }
}
@media only screen and (max-width: 768px) {
  .asset-keiei .proposal03__taishin-ico {
    width: 28vw;
  }
  .asset-keiei .proposal-panel p, .asset-keiei .proposal03__factory-flex dd, .asset-keiei .proposal03__factory-title, .asset-keiei .proposal03__factory p {
    font-size: 4.266666667vw;
  }
  .asset-keiei .proposal03__serif, .asset-keiei .proposal03__taishin p {
    font-size: 3.733333333vw;
  }
  .asset-keiei #proposal .proposal__note {
    font-size: 3.2vw;
  }
}
.asset-keiei .accordion-wrap {
  display: none;
}
.asset-keiei .btn-more-wrap {
  width: 88%;
  margin: 0 auto;
  text-align: center;
}
.asset-keiei .btn-more {
  margin-top: 25px;
  display: inline-block;
  color: #3073b3;
  cursor: pointer;
  margin: 1em 0;
}
@media only screen and (max-width: 1030px) {
  .asset-keiei .btn-more {
    margin-top: 3vw;
    font-size: 1.8vw;
  }
}
@media only screen and (max-width: 767px) {
  .asset-keiei .btn-more {
    margin-top: 5vw;
    font-size: 3.8vw;
  }
}
.asset-keiei .int-header {
  position: relative;
  padding: 96px 0 63px;
}
.asset-keiei .int-header__ttl {
  text-align: center;
  margin-bottom: 110px;
}
.asset-keiei .int-header__ttl img {
  max-width: 270px;
  margin: 0 auto 30px;
}
.asset-keiei .int-header__ttltxt {
  font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
  font-size: 21px;
  letter-spacing: 2px;
}
.asset-keiei .int-header__subttl {
  font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
  font-size: 30px;
  font-weight: bold;
  max-width: 980px;
  margin: 0 auto;
}
.asset-keiei .int-header__subttl--xl {
  font-size: 1.53333em;
}
.asset-keiei .int-header__bg {
  position: absolute;
  top: 0;
  right: 0;
  width: 66.6666666%;
  z-index: -1;
}
@media only screen and (max-width: 980px) {
  .asset-keiei .int-header__subttl {
    width: 96%;
  }
  .asset-keiei .int-header__subttl--xl {
    font-size: 4.489795918vw;
  }
}
@media only screen and (max-width: 833px) {
  .asset-keiei .int-header__subttl--xl {
    font-size: 4.441776711vw;
  }
}
@media only screen and (max-width: 767px) {
  .asset-keiei .int-header {
    padding: 13.33333333vw 0 9.6vw;
  }
  .asset-keiei .int-header__ttl {
    margin-bottom: 10.66666667vw;
  }
  .asset-keiei .int-header__ttl img {
    max-width: 192px;
    margin-bottom: 2.666666667vw;
  }
  .asset-keiei .int-header__ttltxt {
    font-size: 3.733333333vw;
  }
  .asset-keiei .int-header__subttl {
    width: 88%;
  }
  .asset-keiei .int-header__subttl {
    font-size: 4.266666667vw;
  }
  .asset-keiei .int-header__subttl--xl {
    font-size: 6.4vw;
  }
  .asset-keiei .int-header__bg {
    width: 76.666667%;
  }
}
.asset-keiei .int-intro {
  text-align: center;
  padding: 37px 0 106px;
}
.asset-keiei .int-intro__text {
  font-size: 29px;
  font-weight: bold;
  margin-bottom: 65px;
}
.asset-keiei .int-intro__nav {
  display: flex;
  justify-content: center;
}
.asset-keiei .int-intro__navitem {
  padding: 0 49px;
  border-left: solid 1px #AAAAAA;
  font-size: 20px;
  font-weight: bold;
  line-height: 1;
  position: relative;
}
.asset-keiei .int-intro__navitem:last-child {
  border-right: solid 1px #AAAAAA;
}
.asset-keiei .int-intro__navitem::before {
  position: absolute;
  content: "";
  background-image: url(../../images/shisan/interview/int-arrow--01.svg);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  width: 10px;
  height: 8px;
  bottom: -24px;
  left: calc(50% - 5px);
}
.asset-keiei .int-intro__navitem a {
  color: #00abcd;
}
@media only screen and (max-width: 980px) {
  .asset-keiei .int-intro__text {
    font-size: 2.959183673vw;
  }
}
@media only screen and (max-width: 767px) {
  .asset-keiei .int-intro {
    width: 90%;
    text-align: center;
    padding: 0 0 12.8vw;
    margin: 0 auto;
  }
  .asset-keiei .int-intro__text {
    font-size: 4.266666667vw;
    margin-bottom: 8vw;
  }
  .asset-keiei .int-intro__navitem {
    padding: 0;
    border-left: none;
    font-size: 4vw;
  }
  .asset-keiei .int-intro__navitem:first-child {
    padding-right: 24px;
  }
  .asset-keiei .int-intro__navitem:last-child {
    padding-left: 24px;
    border-left: solid 1px #AAAAAA;
    border-right: none;
  }
}
.asset-keiei .int-content {
  max-width: 980px;
  margin: 0 auto 0;
  padding-top: 96px;
  margin-top: -96px;
}
.asset-keiei .int-content__top {
  display: flex;
  justify-content: space-between;
  margin-bottom: 46px;
}
.asset-keiei .int-content__photo {
  width: 31.63265%;
}
.asset-keiei .int-content__header {
  width: 64.285714%;
  border-bottom: solid 1px #E5E5E5;
}
.asset-keiei .int-content__name {
  background-color: #00abcd;
  color: #fff;
  display: inline-block;
  font-size: 16px;
  font-weight: bold;
  line-height: 1;
  padding: 17px 20px;
  margin-bottom: 38px;
  letter-spacing: 1px;
}
.asset-keiei .int-content__title {
  font-size: 30px;
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: 4px;
}
.asset-keiei .int-content__text {
  font-size: 18px;
  margin-bottom: 42px;
}
.asset-keiei .int-content__text p {
  margin-bottom: 1.5em;
}
.asset-keiei .text-marker {
  background-color: #D8ECF9;
  padding-bottom: 4px;
  font-weight: 600;
}
.asset-keiei .int-content__imagewrap {
  position: relative;
}
.asset-keiei .int-img--balloon {
  position: absolute;
  top: 0;
  left: 0;
}
.asset-keiei .int-content__image {
  margin: 40px 0 0;
}
.asset-keiei .int-content__capcaption {
  font-size: 14px;
  margin-top: 1.25em;
}
.asset-keiei .int-content__databox {
  border: 2px solid #DFDFDF;
  padding: 36px 33px 36px;
  margin: 60px 0 0;
  position: relative;
}
.asset-keiei .int-content__datatitle {
  font-size: 18px;
  background: #fff;
  position: absolute;
  top: -16px;
  left: 22px;
  padding: 0px 9px;
  font-weight: 900;
}
.asset-keiei .int-content__dataitem {
  font-weight: bold;
  position: relative;
  vertical-align: middle;
}
.asset-keiei .int-content__dataitem::before {
  display: inline-block;
  vertical-align: middle;
  content: "";
  width: 1em;
  height: 1em;
  background: #00abcd;
  border-radius: 50%;
  margin-right: 4px;
  margin-bottom: 4px;
}
.asset-keiei .int-content__datawrap {
  display: flex;
  margin-top: 1em;
}
.asset-keiei .int-content__datawrap + .int-content__datawrap {
  margin-top: 6px;
}
.asset-keiei .int-content__datawrap .int-content__datalist {
  margin-bottom: 0;
}
.asset-keiei .int-content__datatext {
  width: 85px;
  background-color: #E1EFF6;
  text-align: center;
  margin-right: 14px;
  line-height: 1;
  padding: 15px 6px;
}
.asset-keiei .image-middle {
  display: block;
  width: 700px;
  margin-right: auto;
  margin-left: auto;
}
.asset-keiei .int-content__movie {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  margin-top: 50px;
}
.asset-keiei .int-content__movie iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media only screen and (max-width: 1030px) {
  .asset-keiei .int-content {
    padding-top: 96px;
    margin-top: -96px;
  }
}
@media only screen and (max-width: 980px) {
  .asset-keiei .int-content {
    width: 96%;
  }
}
@media only screen and (max-width: 834px) {
  .asset-keiei .int-content__name {
    margin-bottom: 3vw;
  }
  .asset-keiei .int-content__title {
    font-size: 3.357314149vw;
  }
}
@media only screen and (max-width: 767px) {
  .asset-keiei .int-content {
    width: 85.06666667%;
    margin-right: auto;
    margin-left: auto;
  }
  .asset-keiei .int-content__top {
    flex-wrap: wrap;
    margin-bottom: 8.8vw;
  }
  .asset-keiei .int-content__photo {
    width: 117.5%;
    margin-left: -8.75%;
    margin-right: -8.75%;
  }
  .asset-keiei .int-content__header {
    width: 100%;
    border-bottom: none;
  }
  .asset-keiei .int-content__name {
    display: block;
    font-size: 3.733333333vw;
    text-align: center;
    margin-top: -25px;
    margin-bottom: 6.666666667vw;
    padding: 19px 20px;
  }
  .asset-keiei .int-content__title {
    font-size: 5.333333333vw;
    letter-spacing: 1px;
  }
  .asset-keiei .int-content__text {
    font-size: 4.266666667vw;
  }
  .asset-keiei .int-content__databox {
    padding: 24px 22px 24px;
  }
  .asset-keiei .int-content__datawrap {
    flex-wrap: wrap;
  }
  .asset-keiei .int-content__datawrap + .int-content__datawrap {
    margin-top: 14px;
  }
  .asset-keiei .int-content__datatext {
    width: 100%;
    text-align: left;
    padding: 10px 12px;
  }
  .asset-keiei .image-middle {
    width: 100%;
  }
}
.asset-keiei .pctb2 {
  display: none;
}
@media screen and (min-width: 768px) {
  .asset-keiei .pctb2 {
    display: block;
  }
}
.asset-keiei .sp2 {
  display: none;
}
@media screen and (max-width: 767px) {
  .asset-keiei .sp2 {
    display: block;
  }
}
.asset-keiei #interview-01 {
  border-bottom: solid 1px #DFDFDF;
  margin-bottom: 60px;
  padding-bottom: 60px;
}
.asset-keiei #interview-01 .int-content__text {
  margin-bottom: 90px;
}
.asset-keiei #interview-01 .int-img--balloon {
  width: 629px;
  top: -66px;
  left: 267px;
}
.asset-keiei #interview-02 .int-img--balloon {
  width: 160px;
  top: 16px;
  left: 552px;
}
@media only screen and (max-width: 979px) {
  .asset-keiei #interview-01 .int-img--balloon {
    width: 64.183%;
    left: 27.244%;
  }
  .asset-keiei #interview-02 .int-img--balloon {
    width: 16.326%;
    left: 56.326%;
  }
}
@media only screen and (max-width: 834px) {
  .asset-keiei #interview-01 .int-img--balloon {
    top: -53px;
  }
}
@media only screen and (max-width: 767px) {
  .asset-keiei #interview-01 .int-img--balloon {
    width: 84.326%;
    top: -50px;
    left: 13.79%;
  }
  .asset-keiei #interview-02 .int-img--balloon {
    width: 23.824%;
    top: -21px;
    left: 57.68%;
  }
}
.asset-keiei .banner-wrap {
  display: block;
  max-width: 650px;
  margin: 80px auto 0;
  position: relative;
}
.asset-keiei .banner__btn {
  position: absolute;
  bottom: 10px;
  right: 10px;
  color: #fff;
  margin: 0;
  background: rgba(0, 0, 0, 0.3);
  border: 1px solid #FFF;
  border-radius: 2px;
  padding: 7px 40px 9px 25px;
  cursor: pointer;
  font-size: 12px;
}
.asset-keiei .banner__btn span {
  position: relative;
  display: block;
}
.asset-keiei .banner__btn span::after {
  position: absolute;
  content: "";
  width: 10px;
  height: 10px;
  top: 4px;
  right: -20px;
  background: url(../../images/common/icon_arrow_white.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
@media only screen and (max-width: 834px) {
  .asset-keiei .banner-wrap {
    width: 92%;
    margin: 10% auto 0;
  }
}
@media only screen and (max-width: 768px) {
  .asset-keiei .banner-wrap {
    max-width: none;
  }
}
@media only screen and (max-width: 767px) {
  .asset-keiei .banner__btn {
    bottom: 3vw;
    right: 3vw;
    padding: 1.5vw 6vw 1.5vw 3vw;
  }
  .asset-keiei .banner__btn span::after {
    width: 2vw;
    height: 2vw;
    top: 1.3vw;
    right: -4vw;
  }
}
.asset-keiei .page-bg-ttl {
  width: 100%;
  height: 600px;
  background: url(../img/asset/keiei/img_mv.png) center center no-repeat;
  background-size: cover;
  position: relative;
}
.asset-keiei .page-bg-ttl .txt-area {
  display: block;
  text-align: left;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, 0%);
  width: 1080px;
}
.asset-keiei .page-bg-ttl .txt-area h2 {
  margin-top: 45px;
  font-size: 35px;
  font-weight: bold;
  color: #fff;
  text-shadow: 0px 0px 5px #000000;
  padding-left: 0.5em;
  text-indent: -0.5em;
}
@media (max-width: 1030px) {
  .asset-keiei .page-bg-ttl {
    width: 100%;
    height: 70vh;
    background: url(../img/asset/keiei/img_mv.png) center center no-repeat;
    background-size: cover;
  }
  .asset-keiei .page-bg-ttl .txt-area {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .asset-keiei .page-bg-ttl {
    width: 100%;
    height: 65vw;
    background: url(../img/asset/keiei/img_mv_sp.png) center center no-repeat;
    background-size: cover;
    position: relative;
    margin-bottom: 35vw;
  }
  .asset-keiei .page-bg-ttl .txt-area {
    width: 100%;
    text-align: center;
    top: auto;
    bottom: -30vw;
  }
  .asset-keiei .page-bg-ttl .txt-area h2 {
    margin-top: 0;
    font-size: 5.4vw;
    font-weight: bold;
    color: #000;
    text-shadow: none;
    padding-left: 0;
    text-indent: 0;
  }
  .asset-keiei .page-bg-ttl .txt-area h2 span {
    display: inline-block;
    margin-left: -0.5em;
  }
}
.asset-keiei .introduction {
  width: 100%;
  padding: 80px 0;
  background: #e2e6e9;
}
.asset-keiei .introduction .sec-in {
  width: 96%;
  max-width: 1080px;
  height: 100%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  line-height: 1.6;
}
.asset-keiei .introduction .sec-in div {
  width: 50%;
}
.asset-keiei .introduction h3 {
  width: 100%;
  display: block;
  text-align: center;
  font-size: 18px;
  color: #0b74b8;
  letter-spacing: 0.2em;
}
.asset-keiei .introduction h3 img {
  width: 80%;
  max-width: 350px;
  margin: 30px auto 0;
}
.asset-keiei .introduction p.txt-top {
  font-size: 28px;
  font-weight: 700;
}
.asset-keiei .introduction {
  width: 100%;
  padding: 10vw 0;
  position: relative;
}
.asset-keiei .introduction .sec-in {
  width: 96%;
  max-width: 1080px;
  height: 100%;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.asset-keiei .introduction h3 {
  width: 100%;
  display: block;
  text-align: center;
  font-size: 2.8vw;
  color: #fff;
  letter-spacing: 0.1em;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.75);
}
.asset-keiei .introduction .img_1971 {
  width: 35%;
  max-width: 187px;
  margin: 3vw auto auto 0;
}
.asset-keiei .introduction .img_2019 {
  width: 35%;
  max-width: 222px;
  margin: auto 0 3vw auto;
}
@media (max-width: 768px) {
  .asset-keiei .introduction {
    width: 100%;
    padding: 11vw 0;
  }
  .asset-keiei .introduction .sec-in {
    width: 86vw;
    margin: 0 auto;
    display: block;
    font-size: 4vw;
    line-height: 1.6;
  }
  .asset-keiei .introduction .sec-in div {
    width: 100%;
  }
  .asset-keiei .introduction h3 {
    width: 100%;
    display: block;
    text-align: center;
    font-size: 3.5vw;
    color: #0b74b8;
    letter-spacing: 0.2em;
  }
  .asset-keiei .introduction h3 img {
    width: 66vw;
    margin: 5vw auto 10vw;
  }
  .asset-keiei .introduction p.txt-top {
    font-size: 5vw;
    font-weight: 700;
    margin-bottom: 6.5vw;
  }
}
.asset-keiei .bg-gray {
  background: #e5e5e5;
}
.asset-keiei .bg-bluegray {
  background: #e2e6e9;
}
.asset-keiei .features {
  width: 100%;
  padding: 0 0 80px 0;
  font-size: 16px;
}
.asset-keiei .features h3 {
  background: #3073a8;
  color: #fff;
  padding: 20px 0;
  text-align: center;
  font-size: 39px;
  font-weight: 700;
  line-height: 1.3;
}
.asset-keiei .features .read-txt {
  text-align: center;
  margin: 0 auto;
  padding: 30px 0;
}
.asset-keiei .features .cap-txt {
  font-size: 12px;
  vertical-align: calc(50% - 6px);
}
.asset-keiei .features .box-wrap {
  width: 100%;
}
.asset-keiei .features .box-wrap-inn div {
  box-sizing: border-box;
}
.asset-keiei .features .box-wrap-inn {
  width: 96%;
  max-width: 1080px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.asset-keiei .features .box-wrap .b-ttl {
  font-size: 30px;
  font-weight: 700;
  color: #3174a9;
  margin-bottom: 30px;
}
.asset-keiei .features .box-wrap .b-ttl-sub {
  font-size: 25px;
  font-weight: 700;
  margin-bottom: 30px;
}
.asset-keiei .features .box-wrap .box-center {
  width: 100%;
  padding: 0;
}
.asset-keiei .features .box-wrap .box-left, .asset-keiei .features .box-wrap .box-right {
  width: 50%;
  padding: 0;
}
@media (max-width: 768px) {
  .asset-keiei .features {
    width: 100%;
    padding: 0 0 13vw 0;
    font-size: 3.6vw;
  }
  .asset-keiei .features h3 {
    background: #3073a8;
    color: #fff;
    padding: 5vw 0;
    text-align: center;
    font-size: 5.8vw;
    font-weight: 700;
    line-height: 1.4;
    margin-bottom: 0;
  }
  .asset-keiei .features .read-txt {
    width: 86vw;
    text-align: left;
    margin: 0 auto;
    padding: 8vw 0;
    font-size: 3.6vw;
  }
  .asset-keiei .features .cap-txt {
    font-size: 2.6vw;
    vertical-align: calc(50% - 1.3vw);
  }
  .asset-keiei .features .box-wrap {
    width: 100%;
  }
  .asset-keiei .features .box-wrap-inn div {
    box-sizing: border-box;
  }
  .asset-keiei .features .box-wrap-inn {
    width: 84vw;
    margin: 0 auto;
    display: block;
  }
  .asset-keiei .features .box-wrap .b-ttl {
    font-size: 5.8vw;
    font-weight: 700;
    color: #3174a9;
    margin-bottom: 5.3vw;
    text-align: center;
  }
  .asset-keiei .features .box-wrap .b-ttl-sub {
    font-size: 5.3vw;
    font-weight: 700;
    margin-bottom: 5.3vw;
    text-align: center;
  }
  .asset-keiei .features .box-wrap .box-center {
    width: 100%;
    padding: 0;
  }
  .asset-keiei .features .box-wrap .box-left, .asset-keiei .features .box-wrap .box-right {
    width: 100%;
    padding: 0;
  }
}
.asset-keiei .features.f01 .box-wrap.b01 {
  padding: 30px 0;
}
.asset-keiei .features.f01 .box-wrap.b01 .box-wrap-inn .box-left {
  padding-right: 40px;
}
.asset-keiei .features.f01 .box-wrap.b02 {
  padding: 80px 0 0;
}
.asset-keiei .features.f01 .box-wrap.b02 .box-wrap-inn {
  align-items: flex-start;
}
.asset-keiei .features.f01 .box-wrap.b02 .box-wrap-inn .box-left {
  padding-right: 60px;
}
.asset-keiei .features.f01 .box-wrap.b02 > .box-wrap-inn > .box-left > img {
  margin-top: 35px;
}
.asset-keiei .features.f01 .box-wrap.b02 .box-wrap-inn .box-right {
  padding-left: 40px;
}
.asset-keiei .features.f01 .box-wrap.b02 .box-wrap-inn .box-wrap-inn {
  margin-top: 80px;
  text-align: center;
  justify-content: space-around;
  font-size: 23px;
  font-weight: 500;
}
.asset-keiei .features.f01 .box-wrap.b02 .box-wrap-inn .box-wrap-inn .txt-caption {
  font-size: 15px;
  font-weight: normal;
  margin-top: 15px;
}
.asset-keiei .features.f01 .box-wrap.b02 .box-wrap-inn .box-wrap-inn .box-left, .asset-keiei .features.f01 .box-wrap.b02 .box-wrap-inn .box-wrap-inn .box-right {
  width: 40%;
  padding: 0;
}
@media (max-width: 768px) {
  .asset-keiei .features.f01 .box-wrap.b01 {
    padding: 5.3vw 0;
  }
  .asset-keiei .features.f01 .box-wrap.b01 .box-wrap-inn {
    width: 100%;
  }
  .asset-keiei .features.f01 .box-wrap.b01 .box-wrap-inn .box-left {
    padding-right: 0;
    padding-bottom: 8vw;
  }
  .asset-keiei .features.f01 .box-wrap.b01 .box-wrap-inn .box-right {
    width: 84vw;
    margin: 0 auto;
  }
  .asset-keiei .features.f01 .box-wrap.b02 {
    padding: 10vw 0 0;
  }
  .asset-keiei .features.f01 .box-wrap.b02 .box-wrap-inn {
    width: 100%;
  }
  .asset-keiei .features.f01 .box-wrap.b02 .box-wrap-inn .box-left {
    width: 84vw;
    margin: 0 auto;
    padding-right: 0;
    padding-bottom: 16vw;
  }
  .asset-keiei .features.f01 .box-wrap.b02 > .box-wrap-inn > .box-left > img {
    margin-top: 35px;
  }
  .asset-keiei .features.f01 .box-wrap.b02 .box-wrap-inn .box-right {
    padding-left: 0;
    width: 92vw;
    margin: 0 auto;
  }
  .asset-keiei .features.f01 .box-wrap.b02 .box-wrap-inn .box-right > p {
    width: 84vw;
    margin-left: auto;
    margin-right: auto;
  }
  .asset-keiei .features.f01 .box-wrap.b02 .box-wrap-inn .box-wrap-inn {
    width: 100%;
    margin-top: 8vw;
    display: flex;
    justify-content: space-between;
  }
  .asset-keiei .features.f01 .box-wrap.b02 .box-wrap-inn .box-wrap-inn .box-left, .asset-keiei .features.f01 .box-wrap.b02 .box-wrap-inn .box-wrap-inn .box-right {
    width: 44%;
  }
  .asset-keiei .features.f01 .box-wrap.b02 .box-wrap-inn .box-wrap-inn .box-right > p {
    width: 100%;
  }
  .asset-keiei .features.f01 .box-wrap.b02 .box-wrap-inn .box-wrap-inn img {
    width: 80%;
    margin: 0 auto;
  }
  .asset-keiei .features.f01 .box-wrap.b02 .box-wrap-inn .box-wrap-inn .txt-caption {
    font-size: 3.2vw;
    margin-top: 3.2vw;
  }
}
.asset-keiei .features.f02 .box-wrap-inn {
  align-items: flex-start;
}
.asset-keiei .features.f02 .box-wrap .box-left {
  width: 46%;
}
.asset-keiei .features.f02 .box-wrap .box-right {
  width: 54%;
}
.asset-keiei .features.f02 .box-wrap .box-left p {
  padding: 170px 8% 0 0;
}
.asset-keiei .features.f02 .box-wrap .box-right p {
  padding-left: 8%;
}
.asset-keiei .features.f02 .box-wrap .box-right p span {
  display: inline-block;
}
.asset-keiei .features.f02 .box-wrap .box-right .b-ttl {
  padding-top: 60px;
}
.asset-keiei .features.f02 .box-wrap-inn + .box-wrap-inn {
  margin-top: -90px;
}
@media (max-width: 768px) {
  .asset-keiei .features.f02 .box-wrap-inn {
    width: 100%;
  }
  .asset-keiei .features.f02 .box-wrap-inn:first-child {
    display: flex;
    flex-direction: column-reverse;
  }
  .asset-keiei .features.f02 .box-wrap-inn + .box-wrap-inn {
    margin-top: 0;
  }
  .asset-keiei .features.f02 .box-wrap .box-left {
    width: 84vw;
    margin: 0 auto;
  }
  .asset-keiei .features.f02 .box-wrap .box-left p {
    padding: 10vw 0;
  }
  .asset-keiei .features.f02 .box-wrap .box-right {
    width: 100%;
  }
  .asset-keiei .features.f02 .box-wrap .box-right p {
    width: 84vw;
    padding: 0 0 8vw;
    margin: 0 auto;
  }
  .asset-keiei .features.f02 .box-wrap .box-right p span {
    margin-left: 0;
  }
  .asset-keiei .features.f02 .box-wrap .box-right .b-ttl {
    padding-top: 0;
  }
}
.asset-keiei .features.f03 img {
  width: 80%;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .asset-keiei .features.f03 img {
    width: 100%;
  }
}
.asset-keiei .features.f04 .box-wrap-inn {
  justify-content: space-between;
  margin-top: 35px;
}
.asset-keiei .features.f04 .box-wrap .box-left, .asset-keiei .features.f04 .box-wrap .box-right {
  width: calc((100% - 45px) / 2);
}
.asset-keiei .features.f04 .box-wrap .box-left, .asset-keiei .features.f04 .box-wrap .box-right {
  position: relative;
}
.asset-keiei .features.f04 .box-wrap .box-left::before, .asset-keiei .features.f04 .box-wrap .box-right::before {
  content: "";
  width: calc((100% - 45px) / 2);
  height: 60%;
  position: absolute;
  bottom: 0;
  left: -3.5%;
}
.asset-keiei .features.f04 .box-wrap .box-left::before {
  background: url(../img/asset/keiei/img_4-01-over1.svg) left center no-repeat;
}
.asset-keiei .features.f04 .box-wrap .box-right::before {
  background: url(../img/asset/keiei/img_4-02-over1.svg) left center no-repeat;
}
.asset-keiei .features.f04 .box-wrap .box-left::after, .asset-keiei .features.f04 .box-wrap .box-right::after {
  content: "";
  width: 36%;
  height: 36%;
  position: absolute;
  top: -10%;
  right: -5.8%;
}
.asset-keiei .features.f04 .box-wrap .box-left::after {
  background: url(../img/asset/keiei/img_4-01-over2.svg) right center no-repeat;
}
.asset-keiei .features.f04 .box-wrap .box-right::after {
  background: url(../img/asset/keiei/img_4-02-over2.svg) right center no-repeat;
}
@media (max-width: 768px) {
  .asset-keiei .features.f04 .box-wrap-inn {
    margin-top: 0;
  }
  .asset-keiei .features.f04 .box-wrap .box-left, .asset-keiei .features.f04 .box-wrap .box-right {
    width: 100%;
  }
  .asset-keiei .features.f04 .box-wrap .box-right {
    margin-top: 8vw;
  }
}
.asset-keiei .features.f05 {
  padding-bottom: 0;
}
.asset-keiei .features.f05 .box-wrap-inn {
  padding: 50px 0;
}
.asset-keiei .features.f05 .box-wrap.b01 .box-right {
  padding-left: 6%;
}
.asset-keiei .features.f05 .box-wrap.b02 .box-left {
  padding-right: 6%;
}
.asset-keiei .features.f05 p.mb {
  margin-bottom: 1em;
}
.asset-keiei .features.f05 .box-wrap.b03 .box-wrap-inn, .asset-keiei .features.f05 .box-wrap.b04 .box-wrap-inn {
  justify-content: space-between;
  align-items: flex-start;
}
.asset-keiei .features.f05 .box-wrap.b04 .box-wrap-inn {
  padding-top: 0;
}
.asset-keiei .features.f05 .box-wrap.b03 .box-left, .asset-keiei .features.f05 .box-wrap.b04 .box-left {
  width: 16%;
}
.asset-keiei .features.f05 .box-wrap.b03 .box-right, .asset-keiei .features.f05 .box-wrap.b04 .box-right {
  width: 80%;
}
.asset-keiei .features.f05 .box-wrap.b03 .box-right div {
  margin-top: 30px;
  background: #fff;
  padding: 15px 10px;
}
.asset-keiei .features.f05 .box-wrap.b03 .box-right div p {
  width: 95%;
  margin: 15px auto 0;
  font-size: 11px;
  padding-left: 2.75em;
  text-indent: -2.75em;
}
.asset-keiei .features.f05 .box-wrap.b04 .box-right div {
  margin-top: 30px;
}
.asset-keiei .features.f05 .box-wrap.b04 .box-right div p {
  width: 100%;
  margin: 15px auto 0;
  font-size: 11px;
  padding-left: 2.75em;
  text-indent: -2.75em;
}
@media (max-width: 768px) {
  .asset-keiei .features.f05 .box-wrap-inn {
    width: 100%;
    padding: 13vw 0;
  }
  .asset-keiei .features.f05 .box-wrap.b01 .box-wrap-inn {
    display: flex;
    flex-direction: column-reverse;
    padding-top: 5.3vw;
  }
  .asset-keiei .features.f05 .box-wrap.b01 .box-right {
    padding-left: 0;
  }
  .asset-keiei .features.f05 .box-wrap.b02 .box-left {
    padding-right: 0;
  }
  .asset-keiei .features.f05 .box-wrap.b01 .box-wrap-inn p, .asset-keiei .features.f05 .box-wrap.b02 .box-wrap-inn p {
    width: 84vw;
    margin: 8vw auto 0;
  }
  .asset-keiei .features.f05 .box-wrap.b03 .box-left, .asset-keiei .features.f05 .box-wrap.b04 .box-left {
    width: 35vw;
    margin: 0 auto 5.3vw;
  }
  .asset-keiei .features.f05 .box-wrap.b03 .box-right {
    width: 84vw;
    margin: 0 auto;
  }
  .asset-keiei .features.f05 .box-wrap.b04 .box-right {
    width: 100%;
  }
  .asset-keiei .features.f05 .box-wrap.b04 .box-right p {
    width: 84vw;
    margin-left: auto;
    margin-right: auto;
  }
  .asset-keiei .features.f05 .box-wrap.b03 .box-right div {
    margin-top: 6.6vw;
    background: none;
    padding: 0;
  }
  .asset-keiei .features.f05 .box-wrap.b03 .box-right div p {
    width: 100%;
    margin: 6.6vw auto 0;
    font-size: 2.9vw;
    padding-left: 0;
    text-indent: 0;
  }
  .asset-keiei .features.f05 .box-wrap.b04 .box-right div {
    margin-top: 30px;
  }
  .asset-keiei .features.f05 .box-wrap.b04 .box-right div p {
    width: 84vw;
    margin: 6.6vw auto 0;
    font-size: 2.9vw;
    padding-left: 0;
    text-indent: 0;
  }
}
.asset-keiei .features.f06 {
  padding-bottom: 0;
}
.asset-keiei .features.f06 .box-wrap.b01 .box-right {
  padding-left: 6%;
}
.asset-keiei .features.f06 .box-wrap.b02 .box-left {
  padding-right: 6%;
  text-align: right;
}
@media (max-width: 768px) {
  .asset-keiei .features.f06 .box-wrap-inn {
    width: 100%;
  }
  .asset-keiei .features.f06 .box-wrap + .box-wrap {
    margin-top: 6vw;
  }
  .asset-keiei .features.f06 .box-wrap.b01 .box-right {
    padding: 4vw 6vw 0;
  }
  .asset-keiei .features.f06 .box-wrap.b02 .box-wrap-inn {
    display: flex;
    flex-direction: column-reverse;
  }
  .asset-keiei .features.f06 .box-wrap.b02 .box-left {
    padding: 4vw 6vw 0;
    text-align: left;
  }
}
@media (min-width: 1031px) {
  .asset-keiei a:hover {
    opacity: 0.6;
  }
}

/* _asset-lineup.scss -------------------------------------------------- */
.asset-lineup {
  /* 建築事例
  -----------------------------------------------------*/
  /* lineup
  -----------------------------------------------------*/
  /* accordion
  -----------------------------------------------------*/
  /* 01 2階建て賃貸専用住宅
  -----------------------------------------------------*/
  /* 02 3階建て賃貸専用住宅
  -----------------------------------------------------*/
  /* 03 3・4階建て大型賃貸住宅・店舗併用住宅
  -----------------------------------------------------*/
  /* 04 賃貸併用住宅
  -----------------------------------------------------*/
  /* 05 太陽光発電付き賃貸住宅
  -----------------------------------------------------*/
  /* 06 太陽光発電付き賃貸住宅
  -----------------------------------------------------*/
  /* ZEH-Mモデル
  -----------------------------------------------------*/
}
.asset-lineup .pc {
  display: block;
}
.asset-lineup .tb {
  display: none !important;
}
.asset-lineup .sp {
  display: none !important;
}
.asset-lineup .pctb {
  display: block !important;
}
.asset-lineup .tbsp {
  display: none !important;
}
@media screen and (max-width: 1030px) {
  .asset-lineup .pc {
    display: none !important;
  }
  .asset-lineup .tb {
    display: block !important;
  }
  .asset-lineup .sp {
    display: none !important;
  }
  .asset-lineup .pctb {
    display: block !important;
  }
  .asset-lineup .tbsp {
    display: block !important;
  }
}
@media screen and (max-width: 768px) {
  .asset-lineup .pc {
    display: none !important;
  }
  .asset-lineup .tb {
    display: none !important;
  }
  .asset-lineup .sp {
    display: block !important;
  }
  .asset-lineup .pctb {
    display: none !important;
  }
  .asset-lineup .tbsp {
    display: block !important;
  }
}
.asset-lineup .introduction-01 {
  width: 100%;
  padding: 140px 0 80px;
  background: #fff;
  position: relative;
  overflow: hidden;
  border-top: 30px solid #f5f8fb;
}
.asset-lineup .introduction-01::before, .asset-lineup .introduction-01::after {
  content: "";
  width: 50%;
  position: absolute;
  top: 0;
  border-top: 150px solid #f5f8fb;
  transition: 0.5s ease-in-out;
  z-index: 1;
}
.asset-lineup .introduction-01::before {
  border-right: 0 solid #fff;
  right: 50%;
}
.asset-lineup .introduction-01::after {
  border-left: 0 solid #fff;
  left: 50%;
}
.asset-lineup .introduction-01.is-effect-on::before {
  border-right: 50vw solid #fff;
}
.asset-lineup .introduction-01.is-effect-on::after {
  border-left: 50vw solid #fff;
}
.asset-lineup .introduction-01 h3 {
  margin-bottom: 20px;
  padding-bottom: 25px;
  text-align: center;
  color: #3073b3;
  font-size: 40px;
  position: relative;
  z-index: 2;
}
.asset-lineup .introduction-01 h3::after {
  content: "";
  width: 80px;
  height: 1px;
  display: block;
  background: #3073b3;
  position: absolute;
  bottom: 0;
  left: calc(50% - 40px);
}
@media (max-width: 1030px) {
  .asset-lineup .introduction-01 {
    width: 100%;
    padding: 15vw 0 10vw;
    background: #fff;
    position: relative;
    overflow: hidden;
  }
  .asset-lineup .introduction-01::before, .asset-lineup .introduction-01::after {
    content: "";
    width: 50%;
    position: absolute;
    top: 0;
    border-top: 150px solid #f5f8fb;
    transition: 0.5s ease-in-out;
    z-index: 1;
  }
  .asset-lineup .introduction-01::before {
    border-right: 0 solid #fff;
    right: 50%;
  }
  .asset-lineup .introduction-01::after {
    border-left: 0 solid #fff;
    left: 50%;
  }
  .asset-lineup .introduction-01.is-effect-on::before {
    border-right: 50vw solid #fff;
  }
  .asset-lineup .introduction-01.is-effect-on::after {
    border-left: 50vw solid #fff;
  }
  .asset-lineup .introduction-01 h3 {
    margin-bottom: 20px;
    padding-bottom: 25px;
    text-align: center;
    color: #3073b3;
    font-size: 3.8vw;
    position: relative;
    z-index: 2;
  }
  .asset-lineup .introduction-01 h3::after {
    content: "";
    width: 80px;
    height: 1px;
    display: block;
    background: #3073b3;
    position: absolute;
    bottom: 0;
    left: calc(50% - 40px);
  }
  .asset-lineup .introduction-01 p {
    text-align: center;
    font-size: 2vw;
    font-weight: 600;
  }
}
@media (max-width: 768px) {
  .asset-lineup .introduction-01 {
    width: 100%;
    padding: 20vw 0 0;
    background: #fff;
    position: relative;
    overflow: hidden;
    border-top: 15px solid #f5f8fb;
  }
  .asset-lineup .introduction-01::before, .asset-lineup .introduction-01::after {
    content: "";
    width: 50%;
    position: absolute;
    top: 0;
    border-top: 18vw solid #f5f8fb;
    transition: 0.5s ease-in-out;
    z-index: 1;
  }
  .asset-lineup .introduction-01 h3 {
    margin-bottom: 5vw;
    padding-bottom: 5vw;
    text-align: center;
    font-size: 5.3vw;
    line-height: 1.4;
    position: relative;
    z-index: 2;
  }
  .asset-lineup .introduction-01 h3::after {
    content: "";
    width: 14vw;
    height: 1px;
    position: absolute;
    bottom: 0;
    left: calc(50% - 7vw);
    display: block;
  }
  .asset-lineup .introduction-01 p {
    text-align: center;
    font-size: 4.2vw;
    font-weight: 600;
  }
}
.asset-lineup .lineup + .lineup {
  border-top: #3073b3 1px solid;
  padding-top: 40px;
}
.asset-lineup .lineup {
  width: 100%;
  max-width: 1080px;
  margin: 0 auto;
  padding: 0 0 100px;
  font-size: 16px;
}
.asset-lineup .lineup .title-area p {
  display: inline-block;
}
.asset-lineup .lineup h3 {
  margin: 0;
  padding: 10px 0 20px;
  text-align: left;
  font-size: 50px;
  font-weight: 700;
  line-height: 1.6;
  color: #3073b3;
}
.asset-lineup .lineup h3 span {
  font-size: 0.6em;
}
.asset-lineup .lineup .h3-sub {
  padding: 20px 0 0;
  text-align: left;
  font-size: 28px;
  font-weight: 700;
  line-height: 1.6;
  margin-right: 10px;
}
.asset-lineup .lineup .top-box-wrap {
  font-size: 18px;
  display: flex;
  margin-bottom: 50px;
}
.asset-lineup .lineup .top-box-wrap .box-wrap-img {
  box-sizing: border-box;
  width: 50%;
}
.asset-lineup .lineup .top-box-wrap .box-wrap-link {
  box-sizing: border-box;
  width: 50%;
  padding: 3%;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  background: #dfdfdf;
  position: relative;
}
.asset-lineup .lineup .top-box-wrap .box-wrap-link .box-left {
  width: 65%;
}
.asset-lineup .lineup .top-box-wrap .box-wrap-link .box-left p:first-child {
  margin-bottom: 45px;
}
.asset-lineup .lineup .top-box-wrap .box-wrap-link .box-right {
  width: 32%;
}
.asset-lineup .lineup .top-box-wrap .box-wrap-link a {
  font-size: 20px;
  font-weight: 700;
  color: #3174a9;
}
.asset-lineup .lineup .read-txt {
  text-align: center;
  margin: 0 auto;
  padding: 0;
  font-size: 20px;
}
.asset-lineup .lineup .read-txt-bold {
  text-align: center;
  margin: 50px auto 0;
  padding: 0;
  font-size: 25px;
  font-weight: 700;
}
.asset-lineup .lineup .box-wrap .box-wrap-inn {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.asset-lineup .lineup .box-wrap .box-wrap-inn div img {
  margin: 0;
  padding: 0;
  vertical-align: bottom;
}
.asset-lineup .lineup .box-wrap .box-wrap-inn .ttl {
  background: #3072a2;
  color: #fff;
  text-align: center;
  font-weight: 700;
  font-size: 15px;
}
.asset-lineup .lineup .box-wrap .box-wrap-inn .sub {
  text-align: center;
  font-size: 18px;
  font-weight: 700;
  margin: 15px auto;
}
.asset-lineup .lineup .box-wrap .box-wrap-inn .cap {
  font-size: 10px;
  margin-top: 10px;
}
@media (max-width: 768px) {
  .asset-lineup .lineup + .lineup {
    border-top: #3073b3 1px solid;
    padding-top: 4vw;
  }
  .asset-lineup .lineup {
    width: 100%;
    padding: 0 0 13vw;
    font-size: 4vw;
  }
  .asset-lineup .lineup .title-area {
    width: 96%;
    margin: 0 auto;
    text-align: center;
  }
  .asset-lineup .lineup .h3-sub {
    padding: 6.6vw 0 0;
    text-align: center;
    font-size: 5.3vw;
    font-weight: 700;
    line-height: 1.6;
  }
  .asset-lineup .lineup .title-area p {
    display: inline-block;
  }
  .asset-lineup .lineup h3 {
    padding: 3vw 0 6vw;
    text-align: center;
    font-size: 8.6vw;
    font-weight: 700;
    line-height: 1.6;
    color: #3073b3;
  }
  .asset-lineup .lineup h3 span {
    font-size: 0.6em;
  }
  .asset-lineup .lineup .top-box-wrap {
    font-size: 4vw;
    text-align: center;
    display: block;
  }
  .asset-lineup .lineup .top-box-wrap .box-wrap-img {
    box-sizing: border-box;
    width: 100%;
    display: flex;
    flex-direction: column;
    position: inherit;
  }
  .asset-lineup .lineup .top-box-wrap .box-wrap-img .box-left {
    width: 100%;
  }
  .asset-lineup .lineup .top-box-wrap .box-wrap-img .box-right {
    width: 100%;
  }
  .asset-lineup .lineup .top-box-wrap .box-wrap-img .box-right p {
    width: 92%;
    margin: 0 auto;
  }
  .asset-lineup .lineup .top-box-wrap .box-wrap-link {
    box-sizing: border-box;
    width: 100%;
    padding: 4%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #dfdfdf;
    position: inherit;
    margin: 0 0 6.6vw;
  }
  .asset-lineup .lineup .top-box-wrap .box-wrap-link .box-left {
    width: 68%;
    text-align: left;
  }
  .asset-lineup .lineup .top-box-wrap .box-wrap-link .box-left p:first-child {
    margin-bottom: 6.6vw;
    font-size: 3.8vw;
  }
  .asset-lineup .lineup .top-box-wrap .box-wrap-link .box-right {
    width: 28%;
  }
  .asset-lineup .lineup .top-box-wrap .box-wrap-link a {
    font-size: 4vw;
  }
  .asset-lineup .lineup .read-txt {
    text-align: left;
    margin: 0 auto;
    padding: 0;
    font-size: 4vw;
  }
  .asset-lineup .lineup .read-txt-bold {
    text-align: center;
    margin: 6.4vw auto 0;
    padding: 0;
    font-size: 5.8vw;
    font-weight: 700;
  }
  .asset-lineup .lineup .box-wrap .box-wrap-inn .ttl {
    background: #3072a2;
    color: #fff;
    text-align: center;
    font-weight: 700;
    font-size: 4.3vw;
    padding: 2vw 0;
  }
  .asset-lineup .lineup .box-wrap .box-wrap-inn .sub {
    text-align: center;
    font-size: 5.3vw;
    font-weight: 700;
    margin: 4.8vw auto;
  }
  .asset-lineup .lineup .box-wrap .box-wrap-inn .cap {
    font-size: 3vw;
    margin-top: 3vw;
  }
}
.asset-lineup .accordion .box-wrap .ttl {
  background: #8d7c51;
  padding: 10px 0;
}
.asset-lineup .accordion .box-wrap .ttl img {
  display: block;
  width: 50%;
  margin: 0 auto;
}
.asset-lineup .accordion .box-wrap .inner {
  display: none;
  padding: 0px 9% 20px;
}
.asset-lineup .accordion .box-wrap .inner.open {
  display: block;
}
.asset-lineup .accordion .box-wrap .btn-wrap {
  height: 30px;
  border: 2px #8d7c51 solid;
  border-top: none;
  position: relative;
  margin-bottom: 30px;
}
.asset-lineup .accordion .box-wrap .btn-wrap p.acc-btn {
  background: #fff;
  background-image: url(../img/asset/lineup/icon_arrow.svg);
  background-repeat: no-repeat;
  background-position: top 18px center;
  background-size: 60%;
  border: 2px #8d7c51 solid;
  position: absolute;
  border-radius: 50%;
  width: 58px;
  height: 58px;
  left: 50%;
  transform: translate(-50%, 0);
  top: 2px;
}
.asset-lineup .accordion .box-wrap .btn-wrap p.acc-btn.is-active {
  transform: translate(-50%, 0) rotate(-180deg);
}
@media (max-width: 768px) {
  .asset-lineup .accordion .box-wrap .ttl {
    padding: 3vw 0;
  }
  .asset-lineup .accordion .box-wrap .ttl img {
    width: 70%;
    margin: 0 auto;
  }
  .asset-lineup .accordion .box-wrap .inner {
    display: none;
    padding: 8vw;
    border-left: none;
    border-right: none;
  }
  .asset-lineup .accordion .box-wrap .btn-wrap {
    height: 30px;
    border: none;
    border-bottom: 2px #8d7c51 solid;
    position: relative;
    margin-bottom: 30px;
  }
}
.asset-lineup .lineup.l01 .box-wrap .box-wrap-inn {
  justify-content: flex-start;
}
.asset-lineup .lineup.l01 .box-wrap .box-wrap-inn div {
  width: calc((100% - 100px) / 3);
  margin-top: 50px;
  margin-right: 50px;
}
.asset-lineup .lineup.l01 .box-wrap .box-wrap-inn div:nth-child(3n) {
  margin-right: 0;
}
.asset-lineup .lineup.l01 .box-wrap .box-wrap-inn img {
  margin-bottom: 15px;
}
@media (max-width: 768px) {
  .asset-lineup .lineup.l01 .box-wrap .box-wrap-inn div {
    width: 75vw;
    margin: 10vw auto 3vw;
  }
  .asset-lineup .lineup.l01 .box-wrap .box-wrap-inn {
    flex-direction: column;
  }
  .asset-lineup .lineup.l01 .box-wrap .box-wrap-inn img {
    margin-bottom: 8vw;
  }
}
.asset-lineup .lineup.l02 .top-box-wrap .box-wrap-link .box-left p:first-child {
  margin-bottom: 30px;
}
.asset-lineup .lineup.l02 .box-wrap .box-wrap-inn div {
  width: calc((100% - 50px) / 2);
  margin-top: 50px;
}
@media (max-width: 768px) {
  .asset-lineup .lineup.l02 .top-box-wrap .box-wrap-link .box-left p:first-child {
    margin-bottom: 3vw;
  }
  .asset-lineup .accordion .l02 .box-wrap .inner {
    padding-left: 0;
    padding-right: 0;
  }
  .asset-lineup .accordion .l02 .box-wrap .inner .read-txt {
    padding-left: 8vw;
    padding-right: 8vw;
  }
  .asset-lineup .lineup.l02 .box-wrap .box-wrap-inn div {
    width: 100%;
    margin-top: 6.6vw;
  }
}
.asset-lineup .lineup.l03 .box-wrap .box-wrap-inn div:first-child {
  width: 53%;
}
.asset-lineup .lineup.l03 .box-wrap .box-wrap-inn div:last-child {
  width: 40%;
  display: flex;
  flex-wrap: wrap;
  align-content: space-between;
  font-size: 20px;
}
.asset-lineup .lineup.l03 .box-wrap .box-wrap-inn p {
  width: 100%;
}
.asset-lineup .lineup.l03 .box-wrap .box-wrap-inn p a {
  width: 100%;
  padding: 15px 0;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #3072a2;
  text-align: center;
  color: #fff;
  font-weight: 700;
  line-height: 1;
}
@media (max-width: 768px) {
  .asset-lineup .lineup.l03 .box-wrap .box-wrap-inn {
    flex-direction: column;
  }
  .asset-lineup .lineup.l03 .box-wrap .box-wrap-inn div:first-child {
    width: 100%;
  }
  .asset-lineup .lineup.l03 .box-wrap .box-wrap-inn div:last-child {
    width: 84vw;
    margin: 0 auto;
  }
  .asset-lineup .accordion .l03 .box-wrap .inner {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }
  .asset-lineup .lineup.l03 .box-wrap .box-wrap-inn p {
    margin-top: 8vw;
  }
}
.asset-lineup .lineup.l04 .box-wrap .box-wrap-inn div {
  width: calc((100% - 75px) / 4);
  margin-top: 50px;
}
.asset-lineup .lineup.l04 .box-wrap .box-wrap-inn img {
  margin-top: 25px;
}
@media (max-width: 768px) {
  .asset-lineup .lineup.l04 .box-wrap .box-wrap-inn {
    flex-direction: column;
  }
  .asset-lineup .lineup.l04 .box-wrap .box-wrap-inn div {
    width: 60vw;
    margin: 10vw auto 0;
  }
  .asset-lineup .lineup.l04 .box-wrap .box-wrap-inn img {
    margin-top: 3vw;
  }
}
.asset-lineup .lineup.l05 .top-box-wrap .box-wrap-link .box-left p:first-child {
  margin-bottom: 30px;
}
.asset-lineup .lineup.l05 .box-wrap .box-wrap-inn div {
  width: calc((100% - 120px) / 3);
  margin-top: 50px;
}
.asset-lineup .lineup.l05 .box-wrap .box-wrap-inn .ttl {
  min-height: 5em;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 15px;
}
.asset-lineup .lineup.l05 .box-wrap .box-wrap-inn img {
  margin-top: 15px;
}
@media (max-width: 768px) {
  .asset-lineup .lineup.l05 .top-box-wrap .box-wrap-link .box-left p:first-child {
    margin-bottom: 3vw;
  }
  .asset-lineup .lineup.l05 .box-wrap .box-wrap-inn {
    flex-direction: column;
  }
  .asset-lineup .lineup.l05 .box-wrap .box-wrap-inn div {
    width: 70vw;
    margin: 10vw auto 0;
  }
  .asset-lineup .lineup.l05 .box-wrap .box-wrap-inn .ttl {
    min-height: 4em;
    margin-bottom: 6vw;
  }
  .asset-lineup .lineup.l05 .box-wrap .box-wrap-inn img {
    margin-top: 6vw;
  }
}
.asset-lineup .lineup.l06 .top-box-wrap .box-wrap-link .box-left p:first-child {
  margin-bottom: 30px;
}
.asset-lineup .lineup.l06 .box-wrap .inner img {
  display: block;
  width: 75%;
  margin: 50px auto 0;
}
.asset-lineup .lineup.l06 {
  padding-bottom: 20px;
}
@media (max-width: 768px) {
  .asset-lineup .lineup.l06 .top-box-wrap .box-wrap-link .box-left p:first-child {
    margin-bottom: 3vw;
  }
  .asset-lineup .lineup.l06 .box-wrap .inner img {
    width: 100%;
    margin: 8vw auto 0;
  }
  .asset-lineup .lineup.l06 {
    padding-bottom: 0;
  }
}
@media (min-width: 1031px) {
  .asset-lineup a:hover {
    opacity: 0.6;
  }
}
.asset-lineup .zehm {
  color: #333;
  width: 96%;
  max-width: 1080px;
  margin: 108px auto 0;
  padding: 40px 35px;
  border: solid 4px #1A2156;
  background: #fff;
  box-sizing: border-box;
}
.asset-lineup .zehm-head {
  margin-bottom: 32px;
  position: relative;
}
.asset-lineup .zehm-head__title {
  font-size: 35px;
  font-weight: 700;
  line-height: 1.5;
  color: #192159;
  margin-bottom: 25px;
}
.asset-lineup .zehm-head__subtitle {
  font-size: 28px;
  font-weight: 600;
  font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
  line-height: 1.5;
  margin-bottom: 20px;
}
.asset-lineup .zehm-head__text {
  font-size: 16px;
  width: 67%;
}
.asset-lineup .zehm-head__photo {
  content: "";
  width: 44.333%;
  max-width: 468px;
  position: absolute;
  top: -90px;
  right: -58px;
  /*  background-image: url(../img/asset/lineup/zehm__img--01.png);
  background-repeat: no-repeat;
  background-size: cover;*/
  /*  background-position: center top;
  padding-top: 38%;*/
}
.asset-lineup .zehm-point {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.asset-lineup .zehm-point__item {
  width: 30.73%;
  position: relative;
  margin-bottom: 38px;
}
.asset-lineup .zehm-point__tag {
  background-color: #9FD9F6;
  display: block;
  padding: 10px 16px 12px;
  line-height: 1;
  font-size: 16px;
  font-weight: 300;
  color: #192159;
  margin-bottom: 12px;
}
.asset-lineup .zehm-point__title {
  color: #192159;
  font-size: 22px;
  font-weight: bold;
  line-height: 1.5;
  margin-bottom: 15px;
}
.asset-lineup .zehm-point__title sup {
  font-size: 0.6em;
}
.asset-lineup .zehm-point__text {
  line-height: 1.68;
  margin-top: 20px;
}
.asset-lineup .text-marker {
  background-color: #D8ECF9;
  padding-bottom: 4px;
}
.asset-lineup .text--note {
  font-size: 12px;
}
@media screen and (min-width: 769px) {
  .asset-lineup .zehm-point__item::before {
    position: absolute;
    content: "";
    width: 1px;
    height: 100%;
    border-right: dashed 1px #707070;
    top: 0;
    right: -6.514657%;
  }
  .asset-lineup .zehm-point__item:last-child::before {
    display: none;
  }
}
@media screen and (min-width: 769px) and (max-width: 1019px) {
  .asset-lineup .zehm-head__text {
    width: 60%;
  }
  .asset-lineup .zehm-head__photo {
    top: auto;
    bottom: 0;
  }
}
@media screen and (max-width: 768px) {
  .asset-lineup .zehm {
    margin-top: 54px;
    padding: 10vw 6vw;
  }
  .asset-lineup .zehm-head {
    margin-bottom: 20px;
  }
  .asset-lineup .zehm-head__title {
    font-size: 6.666666667vw;
    margin-bottom: 5.333333333vw;
  }
  .asset-lineup .zehm-head__subtitle {
    font-size: 5.333333333vw;
    margin-bottom: 4vw;
  }
  .asset-lineup .zehm-head__text {
    font-size: 4vw;
    width: 100%;
  }
  .asset-lineup .zehm-head__photo {
    width: 100%;
    position: static;
    top: 0;
    right: 0;
    margin: 0 auto;
  }
  .asset-lineup .zehm-point__item {
    width: 100%;
    margin-bottom: 8vw;
  }
  .asset-lineup .zehm-point__tag {
    font-size: 3.733333333vw;
    padding: 2.133333333vw 4.266666667vw 2.666666667vw;
  }
  .asset-lineup .zehm-point__title {
    font-size: 4.4vw;
    margin-bottom: 1em;
  }
  .asset-lineup .zehm-point__text {
    font-size: 4vw;
    margin-top: 1em;
  }
}