  @charset "UTF-8";
/*
 * Sass    : Dart sass
 * 命名規則 : RSCSSベース
 *   [接頭辞]
 *   .-****  : Variant
 *   ._****  : Helpers
 *   .c-**** : 汎用コンポーネント
 *   .l-**** : レイアウト
 *   .f-**** : フォーム系コンポーネント
 */
@import url("https://use.fontawesome.com/releases/v5.15.1/css/all.css");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;600;700;800;900&display=swap");
/*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0;
}

/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main { /* 1 */
  display: block;
}

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px;
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent; /* 1 */
  -webkit-text-decoration-skip: objects; /* 2 */
}

/**
 * 1. Remove the bottom border in Chrome 57- and Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic;
}

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000;
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none;
}

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
  text-transform: none;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button; /* 2 */
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: item;
}

/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block;
}

/**
 * Add the correct display in IE.
 */
template {
  display: none;
}

/* Hidden
   ========================================================================== */
/**
 * Add the correct display in IE 10-.
 */
[hidden] {
  display: none;
}

//
/* helpers */
//
._disp-ib {
  display: inline-block !important;
}

@media (max-width: 1063px) {
  ._view-cw-high {
    display: none !important;
  }
}
@media (min-width: 1064px) {
  ._view-cw-low {
    display: none !important;
  }
}
@media (max-width: 1279px) {
  ._view-xl-high {
    display: none !important;
  }
}
@media (min-width: 1280px) {
  ._view-xl-low {
    display: none !important;
  }
}
@media (max-width: 1023px) {
  ._view-lg-high {
    display: none !important;
  }
}
@media (min-width: 1024px) {
  ._view-lg-low {
    display: none !important;
  }
}
@media (max-width: 767px) {
  ._view-md-high {
    display: none !important;
  }
}
@media (min-width: 768px) {
  ._view-md-low {
    display: none !important;
  }
}
@media (max-width: 479px) {
  ._view-sm-high {
    display: none !important;
  }
}
@media (min-width: 480px) {
  ._view-sm-low {
    display: none !important;
  }
}
._clearfix {
  zoom: 1;
}
._clearfix:after {
  content: "";
  display: block;
  clear: both;
  overflow: auto;
}

._center {
  text-align: center !important;
}

._left {
  text-align: left !important;
}

._right {
  text-align: right !important;
}

._float-l {
  float: left !important;
}

._float-r {
  float: right !important;
}

._clear {
  clear: both !important;
}

._hidden {
  display: none !important;
}

._disp-ib {
  display: inline-block !important;
}

._margin0 {
  margin: 0 !important;
}

._padding0 {
  padding: 0 !important;
}

._border0 {
  border: none !important;
}

._fixed {
  position: fixed !important;
}

._absolute {
  position: absolute !important;
}

._static {
  position: static !important;
}

._xsmall {
  font-size: 75% !important;
}

._small {
  font-size: 88% !important;
}

._large {
  font-size: 113% !important;
}

._xlarge {
  font-size: 133% !important;
}

._nowrap {
  white-space: nowrap !important;
}

._nobg {
  background: none !important;
}

._full {
  width: 100% !important;
}

//
/* base */
//
:root {
  font-size: min(16px, 1.5625vw);
}
@media (max-width: 767px) {
  :root {
    font-size: 4.2666666667vw;
  }
}

html {
  -webkit-font-smoothing: antialiased;
  scroll-behavior: smooth;
}

body {
  font-family: "Noto Sans JP", "Noto Sans CJK JP", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "ヒラギノ角ゴ Pro", "Hiragino Sans", "游ゴシック体", "YuGothic", "游ゴシック", "Yu Gothic", sans-serif;
  min-width: 320px;
  padding: 0;
  color: #111;
  font-size: 1rem;
  line-height: 1.5;
}
body.-fixed {
  position: fixed;
  width: 100%;
  height: 100%;
}

input,
textarea {
  font-size: 16px;
}

input,
textarea,
select,
button {
  font-family: "Noto Sans JP", "Noto Sans CJK JP", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "ヒラギノ角ゴ Pro", "Hiragino Sans", "游ゴシック体", "YuGothic", "游ゴシック", "Yu Gothic", sans-serif;
}

button,
input[type=button],
input[type=submit] {
  transition: opacity 0.15s ease-out;
}
button:hover,
input[type=button]:hover,
input[type=submit]:hover {
  opacity: 0.7;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

a {
  color: #8CF2FF;
  text-decoration: underline;
  transition: opacity 0.15s ease-out;
}
a:hover {
  opacity: 0.7;
}
a:hover {
  text-decoration: none;
}

em {
  font-style: normal;
}

a.-telink,
a.js-telink {
  cursor: default;
  opacity: 1 !important;
}

body._ios a:hover {
  opacity: 1;
}

//
/* pages */
//
//
/* Header */
//
.l-header {
  box-sizing: border-box;
}
.l-header > .inner {
  padding-top: 3.5rem;
  padding-left: 4.375rem;
  box-sizing: border-box;
  position: relative;
}
.l-header > .inner > .logo {
  margin: 0;
}
.l-header > .inner > .logo a {
  display: inline-block;
  color: inherit;
  text-decoration: none;
}
@media (max-width: 767px) {
  .l-header > .inner {
    padding-top: 1.25rem;
    padding-left: 1rem;
  }
  .l-header > .inner > .logo a > img {
    width: 5.9375rem;
  }
}

//
/* Footer */
//
.l-footer {
  position: relative;
  z-index: 5;
}
.l-footer > .inner,
.l-footer > .bg > .inner {
  max-width: 1024px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 20px;
}
.l-footer .name {
  font-size: 0.875rem;
  letter-spacing: 0.08em;
  text-align: center;
  margin: 0;
}
.l-footer .name > span {
  display: inline-block;
  padding-bottom: 0.625rem;
  position: relative;
  padding-left: 4.875rem;
  padding-top: 1.5rem;
}
.l-footer .name > span::before {
  position: absolute;
  content: "";
  left: 0;
  bottom: -0.125rem;
  width: 4rem;
  height: 3.4375rem;
  background: url(/cnt_myhomelabo/shared/img/deco-footer.svg) center center no-repeat;
  background-size: contain;
}
.l-footer > .bg {
  background-color: #111;
  padding: 1.5rem 0 2.8125rem;
}
.l-footer > .bg > .inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.l-footer > .bg .copyright {
  color: #fff;
  font-size: 0.625rem;
  margin: 0;
  letter-spacing: 0.08em;
}
.l-footer > .bg .links {
  display: flex;
  margin: 0;
  padding: 0;
  list-style: none;
}
.l-footer > .bg .links > li > a {
  display: inline-block;
  font-size: 0.6875rem;
  color: #fff;
  letter-spacing: 0.08em;
  padding: 0 0.5rem;
  border-right: solid 1px #fff;
  text-decoration: none;
}
.l-footer > .bg .links > li:last-child > a {
  padding-right: 0;
  border-right: none;
}
@media (max-width: 767px) {
  .l-footer .name {
    font-size: 0.8125rem;
  }
  .l-footer .name > span {
    text-align: left;
    padding-left: 3.75rem;
    padding-top: 0.625rem;
  }
  .l-footer .name > span::before {
    width: 3.75rem;
    height: 3.25rem;
    left: -0.625rem;
  }
  .l-footer > .bg {
    padding: 2.1875rem 0 1rem;
  }
  .l-footer > .bg > .inner {
    flex-direction: column-reverse;
    row-gap: 2rem;
  }
  .l-footer > .bg .copyright {
    letter-spacing: 0;
    text-align: center;
  }
  .l-footer > .bg .links > li > a {
    font-size: 0.75rem;
  }
}

//
/* contents */
//
body > .inbox {
  position: relative;
}
body > .inbox::before {
  position: absolute;
  content: "";
  box-sizing: border-box;
  width: 115px;
  height: 115px;
  border-top: solid 0.75rem #111;
  border-right: solid 0.75rem #111;
  top: 0;
  right: 0;
}
@media (max-width: 767px) {
  body > .inbox::before {
    border-top: solid 0.5rem #111;
    border-right: solid 0.5rem #111;
    width: 76px;
    height: 76px;
  }
}

.l-page-container {
  position: relative;
}

.-bold {
  font-weight: 900 !important;
}

.l-section {
  position: relative;
  padding: 5rem 0;
  overflow: hidden;
}
.l-section.-fill {
  background-color: #EEE;
}

.l-page-contents {
  max-width: 1024px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  padding: 0 1.25rem;
}
.l-page-contents > *:first-child {
  margin-top: 0 !important;
}

//
/* components */
//
//
/* components - basic */
//
.c-heading-a {
  text-align: center;
  font-weight: bold;
  padding: 1.0625rem 0.625rem;
  border: solid 2px #111;
  margin: 3.75rem 0 0 0;
  font-size: 1.0625rem;
}
.c-heading-a.-first {
  margin-top: 2.5rem;
}
@media (max-width: 767px) {
  .c-heading-a {
    margin-top: 2.5rem;
    font-size: 1rem;
  }
  .c-heading-a.-first {
    margin-top: 3.125rem;
  }
}

.c-heading-b {
  color: #D78F00;
  font-weight: bold;
  font-size: 1.0625rem;
  padding-left: 1.5625rem;
  position: relative;
  margin: 2.25rem 0 0 0;
}
.c-heading-b::before {
  position: absolute;
  content: "";
  width: 1.375rem;
  height: 1.1875rem;
  background: url(/cnt_myhomelabo/images/icon-client-heading.svg) center center no-repeat;
  background-size: contain;
  left: 0;
  top: 0.2em;
}
@media (max-width: 767px) {
  .c-heading-b {
    font-size: 1rem;
  }
  .c-heading-b::before {
    width: 1.25rem;
    height: 1.0625rem;
  }
}

.c-heading-c {
  color: #2998CF;
  font-weight: bold;
  font-size: 1.0625rem;
  padding-left: 1.625rem;
  position: relative;
  margin: 2.25rem 0 0 0;
}
.c-heading-c::before {
  position: absolute;
  content: "";
  width: 1.25rem;
  height: 1.0625rem;
  background: url(/cnt_myhomelabo/images/icon-construction-heading.svg) center center no-repeat;
  background-size: contain;
  left: 0;
  top: 0.3em;
}
@media (max-width: 767px) {
  .c-heading-c {
    font-size: 1rem;
  }
  .c-heading-c::before {
    width: 1.125rem;
    height: 0.9375rem;
  }
}

.c-btn-a {
  border: none;
  display: inline-block;
  box-sizing: border-box;
  position: relative;
  border-radius: 2px;
  font-weight: 400;
  line-height: 1;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  display: block;
  padding: 1.25rem 2.5rem;
  background-color: #fff;
  color: inherit;
  font-size: 1.125rem;
  font-weight: bold;
  border: solid 2px #111;
  margin-bottom: 12px;
  margin-right: 12px;
  position: relative;
}
.c-btn-a::before {
  position: absolute;
  content: "";
  top: 5px;
  right: -15px;
  width: 12px;
  height: 100%;
  border: solid 2px #111;
  border-width: 2px 2px 1px 0;
  transform: skewY(45deg);
}
.c-btn-a::after {
  position: absolute;
  content: "";
  bottom: -15px;
  left: 5px;
  width: 100%;
  height: 12px;
  background-color: #111;
  border: solid 2px #111;
  border-width: 0 1px 2px 2px;
  transform: skewX(45deg);
}
.c-btn-a > span {
  display: inline-block;
  position: relative;
  line-height: 1.5;
}
.c-btn-a > span::before {
  position: relative;
  display: inline-block;
  content: "";
  background: url(/cnt_myhomelabo/shared/img/icon-arrow.svg) center center no-repeat;
  background-size: contain;
  width: 1.0625rem;
  height: 1.0625rem;
  margin-right: 10px;
}
.c-btn-a.-blue {
  background-color: #8CF2FF;
}
.c-btn-a.-pink {
  background-color: #E591B6;
}
.c-btn-a.-blue {
  background-color: #8CF2FF;
}
@media (max-width: 767px) {
  .c-btn-a {
    font-size: 1rem;
    padding: 1.1875rem 0.625rem;
  }
  .c-btn-a > span {
    line-height: 1.7;
  }
}

//
/* pages */
//
//
/* Home */
//
.pg-home {
  /* 左右のスライド */
}
.pg-home .main-visual > .inner {
  position: relative;
  max-width: 1140px;
  margin-inline: auto;
  padding: 4.375rem 8.4375rem 5.625rem;
  box-sizing: border-box;
}
@media (max-width: 767px) {
  .pg-home .main-visual > .inner {
    padding: 4.125rem 1.25rem 2.5rem;
  }
}
.pg-home .main-visual > .inner > .title {
  position: absolute;
  top: -0.3125rem;
  right: 0.9375rem;
  margin: 0;
  z-index: 3;
  width: 35.875rem;
}
@media (max-width: 767px) {
  .pg-home .main-visual > .inner > .title {
    width: 21.125rem;
    right: 0.5rem;
    top: 1.5rem;
  }
}
.pg-home .main-visual > .inner > .gridImage {
  z-index: 1;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  gap: 0.3125rem;
}
.pg-home .main-visual > .inner > .gridImage > img {
  aspect-ratio: 1;
  -o-object-fit: cover;
     object-fit: cover;
  width: calc((100% - 1.5625rem) / 6);
}
@media (max-width: 767px) {
  .pg-home .main-visual > .inner > .gridImage {
    margin: 0 3.125rem 0 2.5rem;
    gap: 0.1875rem;
  }
  .pg-home .main-visual > .inner > .gridImage > img {
    width: calc((100% - 0.375rem) / 3);
  }
}
.pg-home .main-visual > .inner .mv-heading {
  position: absolute;
  left: -5rem;
  bottom: -3rem;
  z-index: 3;
}
.pg-home .main-visual > .inner .mv-heading > img {
  width: 12.9375rem;
}
@media (max-width: 767px) {
  .pg-home .main-visual > .inner .mv-heading {
    left: -3rem;
    bottom: -2.125rem;
  }
  .pg-home .main-visual > .inner .mv-heading > img {
    width: 7.5rem;
  }
}
.pg-home .main-visual > .inner > .mv-lead {
  padding-left: 33%;
  margin: 1.5rem 0 0 0;
  line-height: 2;
  letter-spacing: 0.02em;
  font-size: 0.9375rem;
  font-weight: 500;
}
@media (max-width: 767px) {
  .pg-home .main-visual > .inner > .mv-lead {
    margin-top: 3.75rem;
    padding-left: 0;
    line-height: 1.85;
  }
}
@media (max-width: 767px) {
  .pg-home .interview-list {
    padding: 0 1.25rem;
  }
}
.pg-home .interview-item {
  position: relative;
  padding-top: 1.25rem;
  color: inherit;
  text-decoration: none;
  display: block;
}
.pg-home .interview-item.-file02 > .lead > .text > span {
  background-color: #FFAE87;
}
.pg-home .interview-item.-file03 > .lead > .text > span {
  background-color: #B99FDA;
}
.pg-home .interview-item.-file04 > .lead > .text > span {
  background-color: #c7e28b;
}
.pg-home .interview-item > .image {
  border-radius: 1.5rem;
  overflow: hidden;
  aspect-ratio: 540/336;
  position: relative;
  z-index: 1;
}
.pg-home .interview-item > .image img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
.pg-home .interview-item > .lead {
  display: flex;
  flex-direction: column;
  row-gap: 1rem;
  align-items: flex-start;
  position: absolute;
  top: 0;
  right: 1.875rem;
  z-index: 3;
}
.pg-home .interview-item > .lead > .sub {
  background-color: #111;
  border-radius: 0.375rem;
  padding: 0.5rem 1.25rem;
  font-weight: bold;
  letter-spacing: 0.02em;
  text-align: center;
  display: inline-block;
  color: #fff;
  width: 100%;
  box-sizing: border-box;
}
.pg-home .interview-item > .lead > .text {
  display: flex;
  align-items: flex-start;
  flex-direction: row-reverse;
  margin: 0;
}
.pg-home .interview-item > .lead > .text > span {
  padding: 0.9375rem 0.8125rem;
  line-height: 1;
  background-color: #FBD93B;
  display: inline;
  font-weight: bold;
  font-size: 1.25rem;
  letter-spacing: 0.04em;
  writing-mode: vertical-rl;
}
.pg-home .interview-item > .lead > .text > span:not(:last-child) {
  margin-left: -0.5rem;
}
.pg-home .interview-item > .about {
  margin: 0.875rem 0 0 0;
  letter-spacing: 0.04em;
  font-weight: 500;
  font-size: 0.9375rem;
}
.pg-home .interview-item > .about > .name {
  font-weight: bold;
  font-size: 1.125rem;
  display: inline-block;
  margin-right: 0.75rem;
}
.pg-home .interview-item > .tags {
  margin: 1.125rem 0 0 0;
  padding: 0;
  list-style: none;
  display: flex;
  gap: 0.125rem 0.8125rem;
  flex-wrap: wrap;
  width: 70%;
}
.pg-home .interview-item > .tags > li {
  font-size: 0.8125rem;
  font-weight: 500;
  letter-spacing: 0.04em;
}
.pg-home .interview-item > .pickup {
  background-color: rgba(17, 17, 17, 0.05);
  margin-top: 1rem;
  padding: 1.25rem 1.875rem;
}
.pg-home .interview-item > .pickup > .heading {
  padding-bottom: 0.5rem;
  border-bottom: solid 1px #111;
}
.pg-home .interview-item > .pickup > .heading > img {
  width: 2.875rem;
}
.pg-home .interview-item > .pickup > .list {
  list-style: none;
  margin: 0.625rem 0 0 0;
  padding: 0;
}
.pg-home .interview-item > .pickup > .list > li {
  font-size: 0.875rem;
  font-weight: 500;
  letter-spacing: 0.08em;
  line-height: 1.6;
  padding-left: 1.5em;
  text-indent: -1.5em;
}
.pg-home .interview-item > .pickup > .list > li:not(:first-child) {
  margin-top: 4px;
}
.pg-home .interview-item > .more {
  text-align: right;
  margin-top: 0.75rem;
  margin-right: 1px;
}
.pg-home .interview-item > .more > span {
  display: inline-block;
  box-sizing: border-box;
  font-size: 0.8125rem;
  font-weight: 500;
  letter-spacing: 0.04em;
  color: inherit;
  text-decoration: none;
  padding: 0 1rem;
  border-left: solid 1px #111;
  border-right: solid 1px #111;
}
@media (max-width: 767px) {
  .pg-home .interview-item > .image {
    border-radius: 0.9375rem;
  }
  .pg-home .interview-item > .lead {
    row-gap: 0.75rem;
    right: 0.9375rem;
  }
  .pg-home .interview-item > .lead > .sub {
    font-size: 0.765625rem;
    padding: 0.4375rem 0.875rem;
    width: auto;
  }
  .pg-home .interview-item > .lead > .text > span {
    font-size: 1rem;
    padding: 0.8125rem 0.625rem;
  }
  .pg-home .interview-item > .about {
    width: 70%;
    font-size: 0.875rem;
    line-height: 1.8;
  }
  .pg-home .interview-item > .about > .name {
    font-size: 1.0625rem;
    margin-right: 0.125rem;
  }
  .pg-home .interview-item > .tags > li {
    font-size: 0.75rem;
  }
  .pg-home .interview-item > .pickup {
    margin-top: 0.625rem;
    padding: 1.25rem 1.25rem 1rem;
  }
  .pg-home .interview-item > .pickup > .list > li {
    font-size: 0.8125rem;
    line-height: 1.6;
  }
  .pg-home .interview-item > .more {
    margin-top: 0.625rem;
  }
}
.pg-home .footer-button {
  padding: 5rem 0;
}
.pg-home .footer-button > .l-page-contents {
  max-width: 450px;
}
@media (max-width: 767px) {
  .pg-home .footer-button {
    padding: 3.75rem 0;
  }
}
.pg-home .swiper-slide {
  width: 33.75rem;
  max-width: 100%;
}
@media (min-width: 1400px) {
  .pg-home .swiper-slide {
    width: 50rem;
  }
}
.pg-home .swiper-slide-prev,
.pg-home .swiper-slide-next,
.pg-home .swiper-slide-duplicate-prev,
.pg-home .swiper-slide-duplicate-next {
  transform: scale(0.8);
  transform-origin: top center;
}
@media (max-width: 767px) {
  .pg-home .swiper-slide-prev,
  .pg-home .swiper-slide-next,
  .pg-home .swiper-slide-duplicate-prev,
  .pg-home .swiper-slide-duplicate-next {
    transform: none;
  }
}
.pg-home .swiper-pagination {
  position: relative;
  display: block;
  bottom: auto;
  left: auto;
  margin: 3.75rem 0 0 0;
}
@media (max-width: 767px) {
  .pg-home .swiper-pagination {
    margin-top: 2.5rem;
  }
}
.pg-home .swiper-pagination-bullet {
  margin: 0 0.625rem !important;
  opacity: 1;
  background-color: #fff;
  border: solid 1px #111;
  width: 1rem;
  height: 1rem;
  box-sizing: border-box;
}
.pg-home .swiper-pagination-bullet-active {
  background-color: #111;
}

//
/* page */
//
.pg-interview .main-visual > .inner {
  position: relative;
  max-width: 1140px;
  margin-inline: auto;
  padding: 4.375rem 7.5rem 3.5rem;
  box-sizing: border-box;
}
@media (max-width: 767px) {
  .pg-interview .main-visual > .inner {
    padding: 15.9375rem 0 2.8125rem;
  }
}
.pg-interview .main-visual > .inner > .title {
  position: absolute;
  top: -1.875rem;
  right: 0.9375rem;
  margin: 0;
  z-index: 3;
  width: 28.875rem;
}
@media (max-width: 767px) {
  .pg-interview .main-visual > .inner > .title {
    width: 17.3125rem;
    right: 0.75rem;
    top: 1.5rem;
  }
}
.pg-interview .main-visual > .inner > .otherCase {
  display: inline-block;
  position: absolute;
  font-weight: bold;
  padding: 1.25rem 0.625rem 2.75rem;
  right: 1.875rem;
  top: 50%;
  text-decoration: none;
  color: inherit;
  letter-spacing: 0.08em;
  z-index: 10;
}
.pg-interview .main-visual > .inner > .otherCase::before {
  position: absolute;
  content: "";
  background: url(/cnt_myhomelabo/shared/img/icon-arrow.svg) center center no-repeat;
  background-size: contain;
  width: 1.0625rem;
  height: 1.0625rem;
  left: 50%;
  transform: translateX(-50%);
  bottom: 1.25rem;
}
@media (min-width: 768px) {
  .pg-interview .main-visual > .inner > .otherCase {
    writing-mode: vertical-rl;
    border-top: solid 2px #111;
    border-bottom: solid 2px #111;
  }
}
@media (max-width: 767px) {
  .pg-interview .main-visual > .inner > .otherCase {
    font-size: 0.75rem;
    padding: 0 0.625rem 0 1.625rem;
    border-left: solid 2px #111;
    border-right: solid 2px #111;
    top: 4.375rem;
    right: 4.5rem;
  }
  .pg-interview .main-visual > .inner > .otherCase::before {
    width: 0.625rem;
    height: 0.625rem;
    left: 0.625rem;
    transform: translateX(0) translateY(-50%);
    top: 50%;
  }
}
.pg-interview .main-visual > .inner > .mainImage {
  z-index: 1;
  position: relative;
  aspect-ratio: 900/540;
}
@media (max-width: 767px) {
  .pg-interview .main-visual > .inner > .mainImage {
    aspect-ratio: 375/292;
  }
}
.pg-interview .main-visual > .inner > .mainImage > img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  opacity: 0;
  transition: 1s;
}
.pg-interview .main-visual > .inner > .mainImage > img.js-show {
  opacity: 1;
  transform: scale(1);
}
.pg-interview .main-visual > .inner .mv-lead {
  display: flex;
  flex-direction: column;
  row-gap: 1.25rem;
  align-items: flex-end;
  position: absolute;
  top: -1.25rem;
  right: 4.1875rem;
  z-index: 3;
}
.pg-interview .main-visual > .inner .mv-lead > .sub {
  background-color: #111;
  border-radius: 0.375rem;
  padding: 0.75rem 0.1875rem;
  font-weight: bold;
  letter-spacing: 0.02em;
  text-align: center;
  display: inline-block;
  color: #fff;
  width: 8.9375rem;
  box-sizing: border-box;
}
.pg-interview .main-visual > .inner .mv-lead > .text {
  display: flex;
  align-items: flex-start;
  flex-direction: row-reverse;
  margin: 0;
}
.pg-interview .main-visual > .inner .mv-lead > .text > span {
  padding: 0.9375rem;
  line-height: 1;
  background-color: #FBD93B;
  display: inline;
  font-weight: bold;
  font-size: 1.4375rem;
  letter-spacing: 0.04em;
}
@media (min-width: 768px) {
  .pg-interview .main-visual > .inner .mv-lead > .text > span {
    writing-mode: vertical-rl;
  }
  .pg-interview .main-visual > .inner .mv-lead > .text > span:not(:last-child) {
    margin-left: -0.5rem;
  }
}
@media (max-width: 767px) {
  .pg-interview .main-visual > .inner .mv-lead {
    row-gap: 0.5rem;
    top: -8.125rem;
    right: auto;
    left: 1.25rem;
    align-items: flex-start;
  }
  .pg-interview .main-visual > .inner .mv-lead > .sub {
    font-size: 0.875rem;
    padding: 0.4375rem 1.0625rem;
    width: auto;
  }
  .pg-interview .main-visual > .inner .mv-lead > .text {
    flex-direction: column;
  }
  .pg-interview .main-visual > .inner .mv-lead > .text > span {
    font-size: 1.0625rem;
    padding: 0.75rem;
  }
  .pg-interview .main-visual > .inner .mv-lead > .text > span:not(:first-child) {
    margin-top: -0.5rem;
  }
}
.pg-interview .main-visual > .inner .mv-heading {
  position: absolute;
  left: -5.75rem;
  bottom: -4.375rem;
  z-index: 3;
}
.pg-interview .main-visual > .inner .mv-heading > img {
  width: 11.75rem;
}
@media (max-width: 767px) {
  .pg-interview .main-visual > .inner .mv-heading {
    left: auto;
    right: 1.6875rem;
    bottom: auto;
    top: -3.4375rem;
  }
  .pg-interview .main-visual > .inner .mv-heading > img {
    width: 1.875rem;
  }
}
.pg-interview .main-visual > .inner > .imageList {
  margin: 1.875rem 0 0 0;
  padding: 0;
  list-style: none;
  display: flex;
  gap: 0.625rem;
  flex-wrap: wrap;
}
.pg-interview .main-visual > .inner > .imageList > li {
  width: calc((100% - 3.75rem) / 7);
  aspect-ratio: 120/72;
}
.pg-interview .main-visual > .inner > .imageList > li img {
  cursor: pointer;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 767px) {
  .pg-interview .main-visual > .inner > .imageList {
    margin-top: 1.25rem;
    gap: 0.3125rem;
    padding: 0 1.25rem;
  }
  .pg-interview .main-visual > .inner > .imageList > li {
    width: calc((100% - 0.9375rem) / 4);
    aspect-ratio: 80/62;
  }
}
.pg-interview .main-visual > .inner > .tags {
  display: flex;
  margin: 1rem 0 0 0;
  gap: 0.25rem 0.875rem;
  padding: 0;
  list-style: none;
  flex-wrap: wrap;
}
.pg-interview .main-visual > .inner > .tags > li {
  font-weight: 500;
  font-size: 0.875rem;
  letter-spacing: 0.04em;
}
@media (max-width: 767px) {
  .pg-interview .main-visual > .inner > .tags {
    padding: 0 1.25rem;
  }
  .pg-interview .main-visual > .inner > .tags > li {
    font-size: 0.8125rem;
  }
}
.pg-interview .interview-overview {
  background-color: rgba(17, 17, 17, 0.05);
  padding: 3.75rem 0;
}
@media (max-width: 767px) {
  .pg-interview .interview-overview {
    padding: 2.8125rem 0 3.125rem;
  }
}
.pg-interview .interview-overview > .l-page-contents {
  max-width: 900px;
}
.pg-interview .interview-overview .wrap {
  display: flex;
  -moz-column-gap: 0.625rem;
       column-gap: 0.625rem;
}
.pg-interview .interview-overview .wrap > .textarea {
  flex: 1;
}
.pg-interview .interview-overview .wrap > .textarea > .lead {
  font-weight: bold;
  letter-spacing: 0.05em;
  margin: 0;
  line-height: 2;
}
.pg-interview .interview-overview .wrap > .textarea > .overview {
  font-weight: bold;
  letter-spacing: 0.05em;
  margin: 0;
  display: flex;
  line-height: 1.7;
  margin: 1.875rem 0 0 0;
}
.pg-interview .interview-overview .wrap > .textarea > .overview > dt {
  font-size: 0.875rem;
  font-weight: 500;
  padding-right: 1.25rem;
}
.pg-interview .interview-overview .wrap > .textarea > .overview > dd {
  font-size: 0.8125rem;
  padding: 0 1.25rem 0 0.625rem;
  font-weight: normal;
  margin: 0;
  border-left: solid 2px #111;
}
.pg-interview .interview-overview .wrap > .image {
  width: 17.5rem;
}
@media (max-width: 767px) {
  .pg-interview .interview-overview .wrap {
    flex-direction: column;
    row-gap: 0.9375rem;
  }
  .pg-interview .interview-overview .wrap > .textarea > .lead {
    line-height: 1.7;
    font-size: 0.9375rem;
  }
  .pg-interview .interview-overview .wrap > .textarea > .overview > dt {
    font-size: 0.75rem;
    padding-right: 0.625rem;
    width: 18%;
  }
  .pg-interview .interview-overview .wrap > .textarea > .overview > dd {
    width: 22%;
    font-size: 0.6875rem;
    padding: 0 0.625rem 0 0.625rem;
    border-left: solid 1.6px #111;
  }
  .pg-interview .interview-overview .wrap > .textarea > .overview > dd:last-child {
    padding-right: 0;
    width: 60%;
  }
  .pg-interview .interview-overview .wrap > .image {
    width: 100%;
  }
}
.pg-interview .interview-article {
  border-bottom: solid 0.375rem rgba(17, 17, 17, 0.05);
  overflow: hidden;
  position: relative;
}
.pg-interview .interview-article > .l-page-contents {
  max-width: 1100px;
}
@media (max-width: 767px) {
  .pg-interview .interview-article > .l-page-contents {
    width: 200%;
    max-width: 200%;
    box-sizing: border-box;
    transition: 0.3s;
  }
}
.pg-interview .interview-article .wrap {
  display: flex;
}
@media (max-width: 767px) {
  .pg-interview .interview-article .wrap {
    align-items: flex-start;
  }
}
.pg-interview .interview-article .article.-client {
  padding-right: 3.125rem;
  border-right: solid 0.375rem rgba(17, 17, 17, 0.05);
}
@media (max-width: 767px) {
  .pg-interview .interview-article .article.-client {
    padding-right: 1.25rem;
    border-right: none;
  }
}
.pg-interview .interview-article .article.-construction {
  padding-left: 3.125rem;
}
@media (max-width: 767px) {
  .pg-interview .interview-article .article.-construction {
    padding-left: 1.25rem;
  }
}
.pg-interview .interview-article .article {
  width: 50%;
  padding-top: 3.75rem;
  padding-bottom: 3.125rem;
}
@media (max-width: 767px) {
  .pg-interview .interview-article .article {
    padding-top: 3.125rem;
  }
}
.pg-interview .interview-article .article > .title {
  margin: 0;
  padding: 2rem 0.625rem;
  background-color: #fff;
  color: inherit;
  font-size: 1.125rem;
  font-weight: bold;
  border: solid 2px #111;
  position: relative;
  text-align: center;
}
.pg-interview .interview-article .article > .title::before {
  position: absolute;
  content: "";
  top: 2px;
  right: -10px;
  width: 8px;
  height: 100%;
  border: solid 2px #111;
  border-width: 2px 2px 1px 0;
  transform: skewY(45deg);
}
.pg-interview .interview-article .article > .title::after {
  position: absolute;
  content: "";
  bottom: -10px;
  left: 2px;
  width: 100%;
  height: 8px;
  background-color: #111;
  border: solid 2px #111;
  border-width: 0 1px 2px 2px;
  transform: skewX(45deg);
}
.pg-interview .interview-article .article > .title > span {
  display: inline-block;
  padding-left: 3.75rem;
  position: relative;
}
.pg-interview .interview-article .article > .title.-client {
  background-color: #FBD93B;
}
.pg-interview .interview-article .article > .title.-client > span::before {
  position: absolute;
  content: "";
  background: url(/cnt_myhomelabo/images/icon-client.svg) center center no-repeat;
  background-size: contain;
  width: 2.9375rem;
  height: 2.5rem;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.pg-interview .interview-article .article > .title.-construction {
  background-color: #8CF2FF;
}
.pg-interview .interview-article .article > .title.-construction > span::before {
  position: absolute;
  content: "";
  background: url(/cnt_myhomelabo/images/icon-construction.svg) center center no-repeat;
  background-size: contain;
  width: 3.125rem;
  height: 2.4375rem;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
@media (max-width: 767px) {
  .pg-interview .interview-article .article > .title {
    font-size: 1.0625rem;
    padding: 1.5625rem 0;
    margin-right: 0.5rem;
  }
  .pg-interview .interview-article .article > .title > span {
    padding-left: 2.8125rem;
  }
  .pg-interview .interview-article .article > .title.-client > span::before {
    width: 2.3125rem;
    height: 2rem;
  }
  .pg-interview .interview-article .article > .title.-construction > span::before {
    width: 2.5rem;
    height: 1.9375rem;
  }
}
.pg-interview .interview-article .article > .person {
  text-align: center;
  margin-top: 3rem;
}
.pg-interview .interview-article .article > .person > img {
  width: 14.75rem;
  border-radius: 1000px;
  aspect-ratio: 1;
  -o-object-fit: cover;
     object-fit: cover;
}
.pg-interview .interview-article .article > .person > .name {
  margin: 0.625rem 0 0 0;
  font-size: 0.9375rem;
  letter-spacing: 0.09em;
}
@media (max-width: 767px) {
  .pg-interview .interview-article .article > .person {
    margin-top: 2.5rem;
  }
  .pg-interview .interview-article .article > .person > img {
    width: 13.25rem;
  }
}
.pg-interview .interview-article .article > .text {
  line-height: 2;
  margin: 1.25rem 0 0 0;
  color: #414141;
}
.pg-interview .interview-article .article > .text.-small {
  font-size: 0.8125rem;
}
@media (max-width: 767px) {
  .pg-interview .interview-article .article > .text {
    line-height: 1.9;
    margin-top: 1rem;
    font-size: 0.9375rem;
  }
}
.pg-interview .interview-article .article > .image {
  margin: 1.25rem 0 0 0;
}
.pg-interview .interview-article .article > .image figcaption {
  font-size: 0.8125rem;
  margin: 0.625rem 0 0 0;
}
.pg-interview .interview-article .article > .figure {
  margin: 1.25rem 0 0 0;
}
.pg-interview .interview-article .article > .figure figcaption {
  font-size: 0.8125rem;
  margin: 0.625rem 0 0 0;
}
.pg-interview .interview-article .article > .aboutBox {
  background-color: rgba(17, 17, 17, 0.05);
  margin: 2.5rem 0 0 0;
  padding: 1.25rem 1.875rem;
}
.pg-interview .interview-article .article > .aboutBox > .heading {
  font-weight: bold;
  margin: 0;
  letter-spacing: 0.09em;
}
.pg-interview .interview-article .article > .aboutBox > .text {
  margin: 0.75rem 0 0 0;
  font-size: 0.875rem;
  line-height: 1.7;
  letter-spacing: 0.11em;
}
.pg-interview .interview-article .article > .aboutBox > .dial {
  text-align: right;
  font-size: 0.875rem;
  letter-spacing: 0.1em;
  margin: 0.75rem 0 0 0;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.pg-interview .interview-article .article > .aboutBox > .dial a {
  display: block;
}
.pg-interview .interview-article .article > .aboutBox > .dial img {
  display: inline-block;
  margin-left: 0.75rem;
  height: 1rem;
  -o-object-fit: contain;
     object-fit: contain;
  vertical-align: middle;
}
.pg-interview .interview-spButton > .btn {
  display: inline-block;
  color: inherit;
  writing-mode: vertical-rl;
  text-decoration: none;
  font-weight: bold;
  font-size: 0.9375rem;
  letter-spacing: 0.09em;
  width: 3.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  border: solid 2px #111;
  position: relative;
  position: fixed;
  z-index: 1000;
  top: 2.5rem;
}
.pg-interview .interview-spButton > .btn#interview-client {
  left: 0;
}
.pg-interview .interview-spButton > .btn#interview-construction {
  right: 0;
}
.pg-interview .interview-spButton > .btn::after {
  position: absolute;
  content: "";
  bottom: -8px;
  left: 1px;
  width: 100%;
  height: 4px;
  background-color: #111;
  border: solid 2px #111;
  border-width: 0 2px 2px 2px;
  transform: skewX(45deg);
}
.pg-interview .interview-spButton > .btn > span {
  padding: 2.875rem 0 1.875rem;
  display: inline-block;
  position: relative;
}
.pg-interview .interview-spButton > .btn > span::after {
  position: absolute;
  content: "";
  background: url(/cnt_myhomelabo/shared/img/icon-arrow.svg) center center no-repeat;
  background-size: contain;
  width: 1rem;
  height: 1rem;
  bottom: 1.125rem;
  left: calc(50% - 0.5rem);
}
.pg-interview .interview-spButton > .btn > span.-active::after {
  bottom: 0.625rem;
}
.pg-interview .interview-spButton > .btn.-client {
  background-color: #FBD93B;
  border-left: none;
}
.pg-interview .interview-spButton > .btn.-client::after {
  left: auto;
  right: 1px;
  transform: skewX(-45deg);
}
.pg-interview .interview-spButton > .btn.-client > span::after {
  transform: scale(-1, 1);
}
.pg-interview .interview-spButton > .btn.-client > span::before {
  position: absolute;
  content: "";
  background: url(/cnt_myhomelabo/images/icon-client.svg) center center no-repeat;
  background-size: contain;
  width: 1.625rem;
  height: 1.375rem;
  left: 50%;
  top: 1rem;
  transform: translateX(-50%);
}
.pg-interview .interview-spButton > .btn.-construction {
  background-color: #8CF2FF;
  border-right: none;
}
.pg-interview .interview-spButton > .btn.-construction > span::before {
  position: absolute;
  content: "";
  background: url(/cnt_myhomelabo/images/icon-construction.svg) center center no-repeat;
  background-size: contain;
  width: 1.6875rem;
  height: 1.375rem;
  left: 50%;
  top: 1rem;
  transform: translateX(-50%);
}
.pg-interview .smart-life {
  padding: 5rem 0;
  position: relative;
}
.pg-interview .smart-life .heading {
  background-color: #E591B6;
  padding: 0.75rem;
  font-size: 1.25rem;
  text-align: center;
  letter-spacing: 0.11em;
  margin: 0;
  position: relative;
}
.pg-interview .smart-life .heading > .baloon {
  position: absolute;
  content: "";
  width: 7.1875rem;
  top: -2.5rem;
  left: 14.375rem;
}
.pg-interview .smart-life .wrap {
  margin-top: 1.875rem;
  display: flex;
  -moz-column-gap: 7.5rem;
       column-gap: 7.5rem;
}
.pg-interview .smart-life .wrap > .textarea {
  flex: 1;
}
.pg-interview .smart-life .wrap > .textarea > .title {
  font-size: 1.125rem;
  letter-spacing: 0.09em;
  margin: 0;
  line-height: 1.7;
}
.pg-interview .smart-life .wrap .text {
  margin: 0.875rem 0 0 0;
  letter-spacing: 0.1em;
  font-size: 0.9375rem;
  line-height: 1.9;
}
.pg-interview .smart-life .wrap .text > em {
  color: #E591B6;
  font-weight: bold;
}
.pg-interview .smart-life .wrap > .image {
  width: 21.875rem;
  max-width: 100%;
}
.pg-interview .smart-life .wrap > .person {
  position: absolute;
  bottom: -5rem;
  left: 68%;
  transform: translateX(-50%);
}
.pg-interview .smart-life .wrap > .person img {
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: left;
     object-position: left;
  height: 17.5rem;
  width: 20rem;
}
.pg-interview .smart-life .wrap.-layout2 {
  display: block;
}
.pg-interview .smart-life .wrap.-layout2 > .image {
  float: right;
  margin-left: 1.875rem;
  margin-bottom: 1.75rem;
  width: 27.75rem;
}
.pg-interview .smart-life .wrap .image-long {
  margin-top: 2.5rem;
  text-align: center;
}
.pg-interview .smart-life .wrap .image-long img {
  max-width: 50rem;
  width: 100%;
}
.pg-interview .smart-life .company {
  display: flex;
  background-color: rgba(17, 17, 17, 0.05);
  padding: 1.25rem;
  margin-top: 1.375rem;
}
.pg-interview .smart-life .company > .logo {
  width: 3.875rem;
  min-width: 3.875rem;
  margin-right: 1.125rem;
}
.pg-interview .smart-life .company .name {
  font-size: 0.875rem;
  line-height: 1.71;
  margin: -0.3125rem 0 0;
  font-weight: 700;
  letter-spacing: 0.03em;
  color: #414141;
}
.pg-interview .smart-life .company .text {
  font-size: 0.8125rem;
  line-height: 1.84;
  letter-spacing: 0.03em;
  margin-top: 0.1875rem;
  margin-bottom: -0.3125rem;
  color: #414141;
}
.pg-interview .smart-life .checklist-pink {
  margin: 0;
  padding: 0;
  list-style: none;
}
.pg-interview .smart-life .checklist-pink > li {
  letter-spacing: 0.1em;
  font-size: 0.9375rem;
  padding-left: 1.125rem;
  line-height: 2;
  position: relative;
  letter-spacing: 0.08em;
}
.pg-interview .smart-life .checklist-pink > li > em {
  color: #E591B6;
}
.pg-interview .smart-life .checklist-pink > li::before {
  position: absolute;
  content: "";
  width: 0.8125rem;
  height: 0.8125rem;
  background: url(/cnt_myhomelabo/images/icon-checklist-pink.svg) center center no-repeat;
  background-size: contain;
  left: 0;
  top: 0.6em;
}
.pg-interview .smart-life .checklist-pink + .text {
  margin-top: 0;
}
@media (max-width: 767px) {
  .pg-interview .smart-life {
    padding: 3.125rem 0 2.5rem;
  }
  .pg-interview .smart-life .heading {
    font-size: 1.125rem;
    padding: 1rem;
  }
  .pg-interview .smart-life .heading > .baloon {
    width: 6.25rem;
    top: -2.25rem;
    left: -0.75rem;
  }
  .pg-interview .smart-life .wrap {
    flex-direction: column;
  }
  .pg-interview .smart-life .wrap > .textarea > .title {
    font-size: 1.0625rem;
  }
  .pg-interview .smart-life .wrap .text {
    padding-bottom: 1.5rem;
    font-size: 0.875rem;
  }
  .pg-interview .smart-life .wrap .text.-name {
    display: inline-block;
    margin-left: auto;
    padding-bottom: 0;
    margin-top: 1.25rem;
  }
  .pg-interview .smart-life .wrap > .person {
    bottom: -2.5rem;
    left: -1.25rem;
    transform: translateX(0);
  }
  .pg-interview .smart-life .wrap > .person img {
    height: 11.25rem;
  }
  .pg-interview .smart-life .wrap .image-long {
    margin-top: 0;
  }
  .pg-interview .smart-life .company .name {
    font-size: 0.8125rem;
  }
  .pg-interview .smart-life .company .text {
    font-size: 0.75rem;
  }
  .pg-interview .smart-life .checklist-pink {
    margin-top: -1.5rem;
  }
  .pg-interview .smart-life .checklist-pink > li {
    padding-left: 1.125rem;
    line-height: 1.7;
  }
  .pg-interview .smart-life .checklist-pink > li::before {
    width: 0.8125rem;
    height: 0.8125rem;
    top: 0.4em;
  }
}
.pg-interview .check-point {
  padding: 5rem;
  background-color: #DFDFDF;
}
.pg-interview .check-point .box {
  max-width: 40.625rem;
  position: relative;
  padding: 0 60px;
  box-sizing: border-box;
  margin-inline: auto;
}
.pg-interview .check-point .box::before, .pg-interview .check-point .box::after {
  position: absolute;
  content: "";
  width: 0.5rem;
  height: 100%;
  background: url(/cnt_myhomelabo/images/deco-line01.png) top center repeat-y;
  background-size: 0.5rem auto;
  top: 0;
}
.pg-interview .check-point .box::before {
  left: 0;
}
.pg-interview .check-point .box::after {
  right: 0;
  transform: scaleX(-1);
}
.pg-interview .check-point .box > .heading {
  font-size: 1.25rem;
  text-align: center;
  font-weight: bold;
  letter-spacing: 0.08em;
  margin: 0;
  padding-bottom: 0.625rem;
  border-bottom: solid 2px #111;
  position: relative;
}
.pg-interview .check-point .box > .heading::after {
  position: absolute;
  content: "";
  width: 7.1875rem;
  height: 7.1875rem;
  background: url(/cnt_myhomelabo/images/deco-checkpoint.svg) center center no-repeat;
  background-size: contain;
  top: -2.5rem;
  right: -5rem;
  z-index: 2;
}
.pg-interview .check-point .box > .checklist {
  margin: 1.5rem 0 0 0;
  padding: 0;
  list-style: none;
}
.pg-interview .check-point .box > .checklist > li {
  padding-left: 1.4375rem;
  line-height: 2;
  position: relative;
  font-weight: 500;
  letter-spacing: 0.08em;
}
.pg-interview .check-point .box > .checklist > li::before {
  position: absolute;
  content: "";
  width: 1.25rem;
  height: 1.25rem;
  background: url(/cnt_myhomelabo/images/icon-checklist.svg) center center no-repeat;
  background-size: contain;
  left: 0;
  top: 0.4em;
}
.pg-interview .check-point .box > .checklist > li:not(:first-child) {
  margin-top: 0.5rem;
}
.pg-interview .check-point .box.-file03 {
  max-width: 41.5rem;
}
.pg-interview .check-point .box.-file03 > .checklist > li {
  letter-spacing: 0.04em;
}
.pg-interview .check-point .box.-file04 {
  max-width: 44.1875rem;
}
.pg-interview .check-point .box.-file04 > .checklist > li {
  letter-spacing: 0.04em;
}
@media (max-width: 767px) {
  .pg-interview .check-point {
    padding: 2.8125rem 0 3.125rem;
  }
  .pg-interview .check-point .box {
    padding: 0.3125rem 1.875rem;
  }
  .pg-interview .check-point .box::before, .pg-interview .check-point .box::after {
    width: 0.375rem;
    background-size: 0.375rem auto;
  }
  .pg-interview .check-point .box > .heading {
    font-size: 1.125rem;
    padding-bottom: 0.875rem;
  }
  .pg-interview .check-point .box > .heading::after {
    width: 5.75rem;
    height: 5.75rem;
    right: -2.5rem;
    top: -2.1875rem;
  }
  .pg-interview .check-point .box > .checklist > li {
    line-height: 1.7;
  }
  .pg-interview .check-point .box > .checklist > li::before {
    top: 0.2em;
  }
  .pg-interview .check-point .box > .checklist > li:not(:first-child) {
    margin-top: 0.75rem;
  }
}
.pg-interview .footer-button {
  padding: 3.75rem 0 1.875rem;
}
.pg-interview .footer-button > .l-page-contents {
  max-width: 55.625rem;
}
.pg-interview .footer-button .wrap {
  display: flex;
  -moz-column-gap: 1.25rem;
       column-gap: 1.25rem;
}
.pg-interview .footer-button .wrap .c-btn-a {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.pg-interview .footer-button .wrap .c-btn-a.-blue {
  width: 60%;
}
.pg-interview .footer-button .wrap .c-btn-a.-pink {
  flex: 1;
}
.pg-interview .footer-button .other {
  margin-top: 1.875rem;
  max-width: 18.75rem;
  margin-inline: auto;
}
@media (max-width: 767px) {
  .pg-interview .footer-button {
    padding: 3.75rem 0;
  }
  .pg-interview .footer-button .wrap {
    flex-direction: column;
    row-gap: 1.25rem;
  }
  .pg-interview .footer-button .wrap .c-btn-a.-blue {
    width: auto;
    flex: 1;
  }
  .pg-interview .footer-button .other {
    max-width: 100%;
    margin-top: 1.25rem;
  }
}

.pg-interview.-file02 .main-visual .mv-lead > .text > span {
  background-color: #FFAE87;
}
.pg-interview.-file02 .interview-article #interview-client,
.pg-interview.-file02 .interview-article .article > .title.-client {
  background-color: #FFAE87;
}
.pg-interview.-file02 .c-heading-b {
  color: #E18145;
}
.pg-interview.-file02 .c-heading-b::before {
  background: url(/cnt_myhomelabo/images/icon-client-heading02.svg) center center no-repeat;
  background-size: contain;
}

.pg-interview.-file03 .main-visual .mv-lead > .text > span {
  background-color: #B99FDA;
}
.pg-interview.-file03 .interview-article #interview-client,
.pg-interview.-file03 .interview-article .article > .title.-client {
  background-color: #B99FDA;
}
.pg-interview.-file03 .c-heading-b {
  color: #936CBA;
}
.pg-interview.-file03 .c-heading-b::before {
  background: url(/cnt_myhomelabo/images/icon-client-heading03.svg) center center no-repeat;
  background-size: contain;
}

.pg-interview.-file04 .main-visual .mv-lead > .text > span {
  background-color: #c7e28b;
}
.pg-interview.-file04 .interview-article #interview-client,
.pg-interview.-file04 .interview-article .article > .title.-client {
  background-color: #c7e28b;
}
.pg-interview.-file04 .c-heading-b {
  color: #85a509;
}
.pg-interview.-file04 .c-heading-b::before {
  background: url(/cnt_myhomelabo/images/icon-client-heading04.svg) center center no-repeat;
  background-size: contain;
}
.pg-interview.-file04 .interview-spButton > .btn > span::after {
  bottom: 0.625rem;
}
.pg-interview.-file04 .interview-spButton > .btn > span.-active::after {
  bottom: 1rem;
}