@charset "UTF-8";
/*!
 * ress.css • v1.2.2
 * MIT License
 * github.com/filipelinhares/ress
 */
/* # =================================================================
   # Global selectors
   # ================================================================= */
html {
  box-sizing: border-box;
  overflow-y: scroll; /* All browsers without overlaying scrollbars */
  -webkit-text-size-adjust: 100%; /* iOS 8+ */
}

*,
::before,
::after {
  background-repeat: no-repeat; /* Set `background-repeat: no-repeat` to all elements and pseudo elements */
  box-sizing: inherit;
}

::before,
::after {
  text-decoration: inherit; /* Inherit text-decoration and vertical align to ::before and ::after pseudo elements */
  vertical-align: inherit;
}

* {
  padding: 0; /* Reset `padding` and `margin` of all elements */
  margin: 0;
}

/* # =================================================================
   # General elements
   # ================================================================= */
/* Add the correct display in iOS 4-7.*/
audio:not([controls]) {
  display: none;
  height: 0;
}

hr {
  overflow: visible; /* Show the overflow in Edge and IE */
}

/*
* Correct `block` display not defined for any HTML5 element in IE 8/9
* Correct `block` display not defined for `details` or `summary` in IE 10/11
* and Firefox
* Correct `block` display not defined for `main` in IE 11
*/
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}

summary {
  display: list-item; /* Add the correct display in all browsers */
}

small {
  font-size: 80%; /* Set font-size to 80% in `small` elements */
}

[hidden],
template {
  display: none; /* Add the correct display in IE */
}

abbr[title] {
  border-bottom: 1px dotted; /* Add a bordered underline effect in all browsers */
  text-decoration: none; /* Remove text decoration in Firefox 40+ */
}

a {
  background-color: transparent; /* Remove the gray background on active links in IE 10 */
  -webkit-text-decoration-skip: objects; /* Remove gaps in links underline in iOS 8+ and Safari 8+ */
}

a:active,
a:hover {
  outline-width: 0; /* Remove the outline when hovering in all browsers */
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace; /* Specify the font family of code elements */
}

b,
strong {
  font-weight: bolder; /* Correct style set to `bold` in Edge 12+, Safari 6.2+, and Chrome 18+ */
}

dfn {
  font-style: italic; /* Address styling not present in Safari and Chrome */
}

/* Address styling not present in IE 8/9 */
mark {
  background-color: #ff0;
  color: #000;
}

/* https://gist.github.com/unruthless/413930 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* # =================================================================
   # Forms
   # ================================================================= */
input {
  border-radius: 0;
}

/* Apply cursor pointer to button elements */
button,
[type=button],
[type=reset],
[type=submit],
[role=button] {
  cursor: pointer;
}

/* Replace pointer cursor in disabled elements */
[disabled] {
  cursor: default;
}

[type=number] {
  width: auto; /* Firefox 36+ */
}

[type=search] {
  -webkit-appearance: textfield; /* Safari 8+ */
}

[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none; /* Safari 8 */
}

textarea {
  overflow: auto; /* Internet Explorer 11+ */
  resize: vertical; /* Specify textarea resizability */
}

button,
input,
optgroup,
select,
textarea {
  font: inherit; /* Specify font inheritance of form elements */
}

optgroup {
  font-weight: bold; /* Restore the font weight unset by the previous rule. */
}

button {
  overflow: visible; /* Address `overflow` set to `hidden` in IE 8/9/10/11 */
}

/* Remove inner padding and border in Firefox 4+ */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: 0;
  padding: 0;
}

/* Replace focus style removed in the border reset above */
button:-moz-focusring,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  outline: 1px dotted ButtonText;
}

button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button; /* Correct the inability to style clickable types in iOS */
}

button,
select {
  text-transform: none; /* Firefox 40+, Internet Explorer 11- */
}

/* Remove the default button styling in all browsers */
button,
input,
select,
textarea {
  background-color: transparent;
  border-style: none;
  color: inherit;
}

/* Style select like a standard input */
select {
  -moz-appearance: none; /* Firefox 36+ */
  -webkit-appearance: none; /* Chrome 41+ */
}

select::-ms-expand {
  display: none; /* Internet Explorer 11+ */
}

select::-ms-value {
  color: currentColor; /* Internet Explorer 11+ */
}

legend {
  border: 0; /* Correct `color` not being inherited in IE 8/9/10/11 */
  color: inherit; /* Correct the color inheritance from `fieldset` elements in IE */
  display: table; /* Correct the text wrapping in Edge and IE */
  max-width: 100%; /* Correct the text wrapping in Edge and IE */
  white-space: normal; /* Correct the text wrapping in Edge and IE */
}

::-webkit-file-upload-button {
  -webkit-appearance: button; /* Correct the inability to style clickable types in iOS and Safari */
  font: inherit; /* Change font properties to `inherit` in Chrome and Safari */
}

[type=search] {
  -webkit-appearance: textfield; /* Correct the odd appearance in Chrome and Safari */
  outline-offset: -2px; /* Correct the outline style in Safari */
}

/* # =================================================================
   # Specify media element style
   # ================================================================= */
img {
  border-style: none; /* Remove border when inside `a` element in IE 8/9/10 */
}

/* Add the correct vertical alignment in Chrome, Firefox, and Opera */
progress {
  vertical-align: baseline;
}

svg:not(:root) {
  overflow: hidden; /* Internet Explorer 11- */
}

audio,
canvas,
progress,
video {
  display: inline-block; /* Internet Explorer 11+, Windows Phone 8.1+ */
}

/* # =================================================================
   # Accessibility
   # ================================================================= */
/* Hide content from screens but not screenreaders */
@media screen {
  [hidden~=screen] {
    display: inherit;
  }
  [hidden~=screen]:not(:active):not(:focus):not(:target) {
    position: absolute !important;
    clip: rect(0 0 0 0) !important;
  }
}
/* Specify the progress cursor of updating elements */
[aria-busy=true] {
  cursor: progress;
}

/* Specify the pointer cursor of trigger elements */
[aria-controls] {
  cursor: pointer;
}

/* Specify the unstyled cursor of disabled, not-editable, or otherwise inoperable elements */
[aria-disabled] {
  cursor: default;
}

/* # =================================================================
   # Selection
   # ================================================================= */
/* Specify text selection background color and omit drop shadow */
::-moz-selection {
  background-color: #b3d4fc; /* Required when declaring ::selection */
  color: #000;
  text-shadow: none;
}

::selection {
  background-color: #b3d4fc; /* Required when declaring ::selection */
  color: #000;
  text-shadow: none;
}

@media screen and (max-width: 1439px) {
  .hidden-lt-1440 {
    display: none;
  }
}

@media screen and (max-width: 1023px) {
  .hidden-lt-1024 {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .hidden-lt-768 {
    display: none;
  }
}

* {
  box-sizing: border-box;
}

html {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Noto Sans JP", sans-serif;
  font-weight: 500;
  -webkit-font-smoothing: antialiased;
  color: #333333;
  line-height: 1.4;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  html {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Hiragino Sans", "Noto Sans CJK JP", "Original Yu Gothic", "Yu Gothic", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Sans Emoji";
    font-weight: 400;
  }
}

body {
  overflow: hidden;
  background: #f9f9f9;
  -webkit-text-size-adjust: 100%;
  transition: 0.3s;
  -webkit-print-color-adjust: exact;
}

a {
  color: #333333;
  text-decoration: none;
}

p {
  text-align: justify;
  margin-bottom: 1.4rem;
  color: #333333;
  letter-spacing: 0.04em;
}
p:last-child {
  margin-bottom: 0;
}

ul {
  list-style: none;
}

address {
  font-style: normal;
}

img {
  vertical-align: bottom;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

.inner {
  display: block;
  width: 1140px;
  padding: 0;
  margin: 0 auto 0;
}
@media screen and (max-width: 1439px) {
  .inner {
    width: 1024px;
    padding: 0 32px 0;
  }
}
@media screen and (max-width: 1023px) {
  .inner {
    width: 100%;
    padding: 0 20px 0;
    margin: 0;
  }
}
@media screen and (max-width: 767px) {
  .inner {
    width: 100%;
    padding: 0;
    margin: 0;
  }
}
@media print {
  .inner {
    width: 700px;
  }
}
.inner--narrow {
  width: 920px;
}
@media screen and (max-width: 1439px) {
  .inner--narrow {
    width: 920px;
    padding: 0 20px 0;
  }
}
@media screen and (max-width: 1023px) {
  .inner--narrow {
    width: 100%;
    padding: 0 20px 0;
    margin: 0;
  }
}
.inner--wide {
  width: 1400px;
}
@media screen and (max-width: 1439px) {
  .inner--wide {
    width: 100%;
    padding: 0 20px 0;
  }
}
@media screen and (max-width: 1023px) {
  .inner--wide {
    width: 100%;
    padding: 0 20px 0;
    margin: 0;
  }
}

.gridbox {
  display: flex;
  justify-content: space-between;
  margin-bottom: 1.5rem;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .gridbox {
    display: block;
  }
}
@media screen and (max-width: 320px) {
  .gridbox {
    display: block;
  }
}
.gridbox .grid {
  display: block;
}
@media screen and (max-width: 767px) {
  .gridbox .grid {
    width: 100% !important;
    padding: 0 1rem;
  }
}
.gridbox .grid.grid1-2 {
  width: calc((100% - 4rem) / 2);
}
.gridbox .grid.grid1-3 {
  width: calc((100% - 6rem) / 3);
}
.gridbox .grid.grid2-3 {
  width: calc((100% - 6rem) * 2 / 3 + 3rem);
}
.gridbox .grid.grid1-4 {
  width: calc((100% - 6rem) / 4);
}
.gridbox .grid.grid2-4 {
  width: calc((100% - 2rem) / 2);
}
.gridbox .grid.grid3-4 {
  width: calc((100% - 6rem) * 3 / 4 + 4rem);
}

.c-button__round {
  display: inline-block;
  background: #fff737;
  border-radius: 100px;
  padding: 12px 20px 10px;
  font-weight: bold;
  font-size: 0.9rem;
  line-height: 1.4;
  letter-spacing: 0.15em;
  box-shadow: 0 4px 0 0 #d2ca0d;
  transition: 0.2s;
}
.c-button__round:hover {
  background: #fffa88;
}
@media screen and (max-width: 767px) {
  .c-button__round {
    padding: 1.3rem 2rem 1.1rem 2rem;
    font-size: 20px;
  }
}
@media screen and (max-width: 320px) {
  .c-button__round {
    font-size: 1rem;
  }
}
.c-button__square--white {
  display: inline-block;
  padding: 1rem 5.5rem 1rem 3.5rem;
  font-size: 1.8rem;
  line-height: 1.2;
  font-weight: bold;
  color: #80C41C;
  background: white;
  position: relative;
}
.c-button__square--white:after {
  content: "";
  position: absolute;
  top: calc(54% - 35px / 2);
  right: 30px;
  width: 35px;
  height: 35px;
  background-image: url("../images/icons/arrow-right-blue.svg");
  background-repeat: no-repeat;
  background-size: 35px 35px;
}
@media screen and (max-width: 767px) {
  .c-button__square--white {
    padding: 1rem 3.5rem 1rem 1.5rem;
    font-size: 1.4rem;
    position: relative;
  }
  .c-button__square--white:after {
    content: "";
    position: absolute;
    top: calc(54% - 25px / 2);
    right: 20px;
    width: 25px;
    height: 25px;
    background-image: url("../images/icons/arrow-right-blue.svg");
    background-repeat: no-repeat;
    background-size: 25px 25px;
  }
}
@media screen and (max-width: 320px) {
  .c-button__square--white {
    padding: 1rem 3.5rem 1rem 1.5rem;
    font-size: 1.2rem;
  }
}
.c-button__round--mail {
  display: inline-block;
  margin: 2rem 0 1rem;
  background: #fff737;
  border-radius: 100px;
  padding: 1.3rem 2.5rem 1.1rem 6rem;
  font-size: 1.8rem;
  line-height: 1.5;
  letter-spacing: 0.15em;
  box-shadow: 0 4px 0 0 #d2ca0d;
  transition: 0.2s;
  position: relative;
}
.c-button__round--mail:before {
  content: "";
  position: absolute;
  top: calc(52% - 46px / 2);
  left: 30px;
  width: 46px;
  height: 46px;
  background-image: url("../images/icons/mail-blue.svg");
  background-repeat: no-repeat;
  background-size: 46px 46px;
}
.c-button__round--mail:hover {
  background: #fffa88;
}
@media screen and (max-width: 767px) {
  .c-button__round--mail {
    padding: 1.3rem 2rem 1.1rem 4rem;
    font-size: 20px;
    position: relative;
  }
  .c-button__round--mail:before {
    content: "";
    position: absolute;
    top: calc(52% - 34px / 2);
    left: 20px;
    width: 34px;
    height: 34px;
    background-image: url("../images/icons/mail-blue.svg");
    background-repeat: no-repeat;
    background-size: 34px 34px;
  }
}
@media screen and (max-width: 320px) {
  .c-button__round--mail {
    font-size: 1rem;
    position: relative;
  }
  .c-button__round--mail:before {
    content: "";
    position: absolute;
    top: calc(52% - 28px / 2);
    left: 20px;
    width: 28px;
    height: 28px;
    background-image: url("../images/icons/mail-blue.svg");
    background-repeat: no-repeat;
    background-size: 28px 28px;
  }
}
.c-button__round--file {
  display: inline-block;
  padding: 25px 60px 25px 80px;
  border: 3px solid #fff737;
  font-weight: bold;
  border-radius: 100px;
  letter-spacing: 0.18em;
  background: white;
  transition: 0.3s;
  position: relative;
}
.c-button__round--file:before {
  content: "";
  position: absolute;
  top: calc(52% - 32px / 2);
  left: 30px;
  width: 32px;
  height: 32px;
  background-image: url("../images/icons/file.svg");
  background-repeat: no-repeat;
  background-size: 32px 32px;
}
.c-button__round--file:hover {
  background: #fff737;
}
@media screen and (max-width: 1439px) {
  .c-button__round--file {
    padding: 25px 70px 25px 80px;
  }
}
@media screen and (max-width: 767px) {
  .c-button__round--file {
    padding: 15px 40px 15px 70px;
    margin: 0 10px 0;
    letter-spacing: 0.08em;
    position: relative;
  }
  .c-button__round--file:before {
    content: "";
    position: absolute;
    top: calc(52% - 32px / 2);
    left: 25px;
    width: 32px;
    height: 32px;
    background-image: url("../images/icons/file.svg");
    background-repeat: no-repeat;
    background-size: 32px 32px;
  }
}
@media screen and (max-width: 320px) {
  .c-button__round--file {
    position: relative;
    letter-spacing: 0;
    line-height: 1.5;
    padding: 15px 30px 15px 50px;
  }
  .c-button__round--file:before {
    content: "";
    position: absolute;
    top: calc(52% - 24px / 2);
    left: 15px;
    width: 24px;
    height: 24px;
    background-image: url("../images/icons/file.svg");
    background-repeat: no-repeat;
    background-size: 24px 24px;
  }
}
.c-button__round--back {
  display: inline-block;
  padding: 20px 80px 20px 100px;
  border: 3px solid #80C41C;
  font-weight: bold;
  border-radius: 100px;
  letter-spacing: 0.18em;
  background: white;
  transition: 0.3s;
  position: relative;
}
.c-button__round--back:before {
  content: "";
  position: absolute;
  top: calc(52% - 18px / 2);
  left: 25px;
  width: 18px;
  height: 18px;
  background-image: url("../images/icons/arrow-left-blue.svg");
  background-repeat: no-repeat;
  background-size: 18px 18px;
}
.c-button__round--back:before {
  transition: 0.3s;
}
.c-button__round--back:hover {
  background: #fff737;
  position: relative;
}
.c-button__round--back:hover:before {
  content: "";
  position: absolute;
  top: calc(52% - 18px / 2);
  left: 15px;
  width: 18px;
  height: 18px;
  background-image: url("../images/icons/arrow-left-blue.svg");
  background-repeat: no-repeat;
  background-size: 18px 18px;
}
@media screen and (max-width: 1439px) {
  .c-button__round--back {
    padding: 15px 70px 15px 80px;
  }
}
@media screen and (max-width: 767px) {
  .c-button__round--back {
    padding: 15px 40px 15px 60px;
  }
}
@media screen and (max-width: 320px) {
  .c-button__round--back {
    position: relative;
    letter-spacing: 0.1em;
    line-height: 1.5;
    padding: 15px 30px 15px 50px;
  }
  .c-button__round--back:after {
    content: "";
    position: absolute;
    top: calc(54% - 18px / 2);
    right: 15px;
    width: 18px;
    height: 18px;
    background-image: url("../images/icons/arrow-oneside-blue.svg");
    background-repeat: no-repeat;
    background-size: 18px 18px;
  }
}
.c-button__underline {
  display: inline-block;
  color: #fff737;
  border-bottom: 2px solid #fff737;
  padding: 0 30px 0 0;
  transition: 0.3s;
  position: relative;
}
.c-button__underline:after {
  content: "";
  position: absolute;
  top: calc(54% - 12px / 2);
  right: 8px;
  width: 12px;
  height: 12px;
  background-image: url("../images/icons/arrow-right-yellow.svg");
  background-repeat: no-repeat;
  background-size: 12px 12px;
}
.c-button__underline:after {
  transition: 0.3s;
}
.c-button__underline:hover {
  color: white;
  border-bottom: 2px solid white;
  position: relative;
}
.c-button__underline:hover:after {
  content: "";
  position: absolute;
  top: calc(54% - 12px / 2);
  right: 2px;
  width: 12px;
  height: 12px;
  background-image: url("../images/icons/arrow-right-yellow.svg");
  background-repeat: no-repeat;
  background-size: 12px 12px;
}
.c-button__go-detail {
  display: inline-block;
  padding: 20px 100px 20px 90px;
  font-weight: bold;
  letter-spacing: 0.18em;
  color: white;
  background: #80C41C;
  transition: 0.3s;
  margin-right: 20px;
  position: relative;
}
.c-button__go-detail:after {
  content: "";
  position: absolute;
  top: calc(54% - 18px / 2);
  right: 25px;
  width: 18px;
  height: 18px;
  background-image: url("../images/icons/arrow-right-white.svg");
  background-repeat: no-repeat;
  background-size: 18px 18px;
}
.c-button__go-detail:after {
  transition: 0.3s;
}
.c-button__go-detail:hover {
  position: relative;
}
.c-button__go-detail:hover:after {
  content: "";
  position: absolute;
  top: calc(54% - 18px / 2);
  right: 15px;
  width: 18px;
  height: 18px;
  background-image: url("../images/icons/arrow-right-white.svg");
  background-repeat: no-repeat;
  background-size: 18px 18px;
}
@media screen and (max-width: 1439px) {
  .c-button__go-detail {
    padding: 15px 70px 15px 60px;
  }
}
@media screen and (max-width: 767px) {
  .c-button__go-detail {
    padding: 15px 60px 15px 50px;
  }
}
.c-button__go-detail--frame {
  background: #f9f9f9;
  border: 3px solid #80C41C;
  color: #80C41C;
  padding: 20px 60px 20px 50px;
  position: relative;
}
.c-button__go-detail--frame:after {
  content: "";
  position: absolute;
  top: calc(54% - 18px / 2);
  right: 15px;
  width: 18px;
  height: 18px;
  background-image: url("../images/icons/arrow-right-blue.svg");
  background-repeat: no-repeat;
  background-size: 18px 18px;
}
.c-button__go-detail--frame:hover {
  position: relative;
}
.c-button__go-detail--frame:hover:after {
  content: "";
  position: absolute;
  top: calc(54% - 18px / 2);
  right: 10px;
  width: 18px;
  height: 18px;
  background-image: url("../images/icons/arrow-right-blue.svg");
  background-repeat: no-repeat;
  background-size: 18px 18px;
}
.c-button__go-detail--full {
  width: 100%;
  text-align: center;
  font-size: 1.1rem;
}
@media screen and (max-width: 1439px) {
  .c-button__go-detail--full {
    font-size: 1rem;
    letter-spacing: 0.04em;
  }
}
.c-button__go-detail--back {
  padding: 20px 90px 20px 100px;
  position: relative;
}
@media screen and (max-width: 1439px) {
  .c-button__go-detail--back {
    padding: 15px 60px 15px 70px;
  }
}
@media screen and (max-width: 767px) {
  .c-button__go-detail--back {
    padding: 15px 50px 15px 60px;
  }
}
.c-button__go-detail--back:after {
  display: none;
}
.c-button__go-detail--back:before {
  content: "";
  position: absolute;
  top: calc(52% - 18px / 2);
  left: 25px;
  width: 18px;
  height: 18px;
  background-image: url("../images/icons/arrow-right-white.svg");
  background-repeat: no-repeat;
  background-size: 18px 18px;
}
.c-button__go-detail--back:before {
  transition: 0.3s;
  transform: rotate(180deg);
}
.c-button__go-detail--back:hover {
  position: relative;
}
.c-button__go-detail--back:hover:before {
  content: "";
  position: absolute;
  top: calc(52% - 18px / 2);
  left: 15px;
  width: 18px;
  height: 18px;
  background-image: url("../images/icons/arrow-right-white.svg");
  background-repeat: no-repeat;
  background-size: 18px 18px;
}
.c-button__tenants-search {
  display: inline-block;
  width: 100%;
  padding: 20px 60px 20px 60px;
  margin: 0 0 40px;
  font-weight: bold;
  letter-spacing: 0.18em;
  background: #83ba24;
  color: white;
  transition: 0.3s;
  text-align: center;
  font-size: 1.4rem;
}
.c-button__tenants-search > span {
  padding-left: 60px;
  display: inline-block;
  position: relative;
}
.c-button__tenants-search > span:before {
  content: "";
  position: absolute;
  top: calc(52% - 24px / 2);
  left: 25px;
  width: 24px;
  height: 24px;
  background-image: url("../images/icons/search-white.svg");
  background-repeat: no-repeat;
  background-size: 24px 24px;
}
@media screen and (max-width: 767px) {
  .c-button__tenants-search > span {
    padding-left: 70px;
  }
}
.c-button__tenants-search:after {
  transition: 0.3s;
}
.c-button__tenants-search:hover {
  background: #01A0C6;
}
@media screen and (max-width: 1439px) {
  .c-button__tenants-search {
    padding: 15px 70px 15px 60px;
  }
}
@media screen and (max-width: 767px) {
  .c-button__tenants-search {
    padding: 15px 20px 15px 0px;
    line-height: 1.6;
  }
}
.c-button__dropdown-link {
  background: #80C41C;
  font-size: 1.2rem;
  position: relative;
  display: inline-block;
  padding: 11px 50px 11px 40px;
  letter-spacing: 0.12em;
  color: white;
  font-weight: bold;
  cursor: pointer;
  transition: 0.2s;
}
.c-button__dropdown-link:after {
  content: "";
  position: absolute;
  top: calc(54% - 18px / 2);
  right: 15px;
  width: 18px;
  height: 18px;
  background-image: url("../images/icons/arrow-down-white.svg");
  background-repeat: no-repeat;
  background-size: 18px 18px;
}
.c-button__dropdown-link:hover {
  background: #01A0C6;
}
@media screen and (max-width: 1439px) {
  .c-button__dropdown-link {
    padding: 6px 35px 6px 15px;
  }
}
@media screen and (max-width: 767px) {
  .c-button__dropdown-link {
    position: relative;
    font-size: 0.8rem;
    padding: 5px 22px 3px 6px;
    letter-spacing: 0.04em;
    vertical-align: top;
  }
  .c-button__dropdown-link:after {
    content: "";
    position: absolute;
    top: calc(54% - 12px / 2);
    right: 8px;
    width: 12px;
    height: 12px;
    background-image: url("../images/icons/arrow-down-white.svg");
    background-repeat: no-repeat;
    background-size: 12px 12px;
  }
}
@media screen and (max-width: 320px) {
  .c-button__dropdown-link {
    letter-spacing: 0.02em;
  }
}
.c-button__search {
  color: #80C41C;
  background: white;
  padding: 8px 80px 8px 60px;
  font-size: 1.5rem;
  letter-spacing: 0.12em;
  font-weight: bold;
  position: relative;
}
.c-button__search:after {
  content: "";
  position: absolute;
  top: calc(54% - 24px / 2);
  right: 20px;
  width: 24px;
  height: 24px;
  background-image: url("../images/icons/arrow-right-blue.svg");
  background-repeat: no-repeat;
  background-size: 24px 24px;
}
@media screen and (max-width: 1439px) {
  .c-button__search {
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 1023px) {
  .c-button__search {
    position: relative;
    padding: 8px 50px 8px 30px;
    font-size: 1rem;
  }
  .c-button__search:after {
    content: "";
    position: absolute;
    top: calc(54% - 20px / 2);
    right: 15px;
    width: 20px;
    height: 20px;
    background-image: url("../images/icons/arrow-right-blue.svg");
    background-repeat: no-repeat;
    background-size: 20px 20px;
  }
}
@media screen and (max-width: 767px) {
  .c-button__search {
    padding: 10px 50px 8px 30px;
    font-size: 1.2rem;
    letter-spacing: 0.08em;
  }
}
.c-button__frame {
  color: white;
  background: #80C41C;
  padding: 6px 40px 6px 40px;
  font-size: 1.5rem;
  letter-spacing: 0.12em;
  border: 2px solid white;
}
@media screen and (max-width: 1439px) {
  .c-button__frame {
    padding: 6px 20px 6px 20px;
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 1023px) {
  .c-button__frame {
    font-size: 1rem;
    padding: 6px 15px 6px 15px;
  }
}
@media screen and (max-width: 767px) {
  .c-button__frame {
    padding: 10px 30px 8px 30px;
    font-size: 1.2rem;
    letter-spacing: 0.08em;
  }
}
.c-button__cta {
  display: inline-block;
  padding: 20px 80px 20px 60px;
  background: #80C41C;
  font-weight: bold;
  color: white;
  font-size: 1.4rem;
  line-height: 1.2;
  position: relative;
  transition: 0.3s;
}
.c-button__cta:after {
  content: "";
  position: absolute;
  top: calc(54% - 20px / 2);
  right: 15px;
  width: 20px;
  height: 20px;
  background-image: url("../images/icons/arrow-right-white.svg");
  background-repeat: no-repeat;
  background-size: 20px 20px;
}
.c-button__cta:after {
  transition: 0.3s;
}
.c-button__cta:hover {
  background: #01A0C6;
  position: relative;
}
.c-button__cta:hover:after {
  content: "";
  position: absolute;
  top: calc(54% - 20px / 2);
  right: 10px;
  width: 20px;
  height: 20px;
  background-image: url("../images/icons/arrow-right-white.svg");
  background-repeat: no-repeat;
  background-size: 20px 20px;
}
@media screen and (max-width: 767px) {
  .c-button__cta {
    padding: 20px 40px 20px 20px;
  }
}
.c-button__header__cta {
  display: inline-block;
  margin: 0 0 1rem;
  padding: 0.5rem 1.5rem;
  border-bottom: 3px solid #a4b6bb;
  text-align: center;
  background: #80C41C;
  color: white;
  font-size: 0.9rem;
  font-weight: bold;
  line-height: 1.6;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 1439px) {
  .c-button__header__cta {
    font-size: 0.8rem;
    padding: 0.5rem 1rem;
  }
}
@media screen and (min-width: 1024px) {
  .c-button__header__cta:hover {
    border-bottom: none;
    margin-top: 3px;
  }
}
.c-button__header__cta--blue {
  background: #01A0C6;
  padding: 0.5rem 1rem;
}
@media screen and (max-width: 1439px) {
  .c-button__header__cta--blue {
    padding: 0.5rem 0.6rem;
  }
}
@media screen and (max-width: 1023px) {
  .c-button__header__cta--blue {
    width: inherit;
    margin-top: 6px;
    padding: 0.3rem 2rem 0.3rem 0.6rem;
    position: relative;
  }
  .c-button__header__cta--blue:after {
    content: "";
    position: absolute;
    top: calc(54% - 18px / 2);
    right: 10px;
    width: 18px;
    height: 18px;
    background-image: url("../images/icons/arrow-right-white.svg");
    background-repeat: no-repeat;
    background-size: 18px 18px;
  }
}
@media screen and (max-width: 320px) {
  .c-button__header__cta--blue {
    padding-right: 0.6rem;
  }
  .c-button__header__cta--blue:after {
    display: none;
  }
}
@media screen and (max-width: 1023px) {
  .c-button__header__cta--toggle-menu {
    font-size: 1.1rem;
    padding: 0.5rem 2.5rem 0.5rem 2rem;
  }
  .c-button__header__cta--toggle-menu:before {
    content: "";
    width: 60px;
    height: 60px;
    background: url("../images/icons/free-round.svg") no-repeat;
    position: absolute;
    top: -10px;
    left: -20px;
  }
}
.c-button__header__cta--sp {
  display: inline-block;
  background: #fff737;
  height: 40px;
  margin: 8px 15px 0 0;
  padding: 12px 15px 10px 40px;
  border-radius: 4px;
  box-shadow: 0 4px 0 0 #d2ca0d;
  line-height: 1;
  position: relative;
}
.c-button__header__cta--sp:before {
  content: "";
  position: absolute;
  top: calc(52% - 24px / 2);
  left: 10px;
  width: 24px;
  height: 24px;
  background-image: url("../images/icons/mail-circle.svg");
  background-repeat: no-repeat;
  background-size: 24px 24px;
}
@media screen and (max-width: 320px) {
  .c-button__header__cta--sp {
    margin: 8px 6px 0 0;
    padding: 12px 8px 10px 30px;
    position: relative;
  }
  .c-button__header__cta--sp:before {
    content: "";
    position: absolute;
    top: calc(52% - 22px / 2);
    left: 4px;
    width: 22px;
    height: 22px;
    background-image: url("../images/icons/mail-circle.svg");
    background-repeat: no-repeat;
    background-size: 22px 22px;
  }
}
.c-button__header__menu {
  border-left: 1px solid #f9f9f9;
  width: 60px;
  height: 65px;
  position: relative;
}
.c-button__header__menu:after {
  content: "";
  position: absolute;
  top: 25px;
  left: 13px;
  width: 34px;
  height: 3px;
  background: #83ba24;
  opacity: 1;
}
.c-button__header__menu > span {
  display: block;
  padding: 42px 0 0 2px;
  font-size: 11px;
  letter-spacing: 0.15em;
  text-align: center;
  color: #80C41C;
  font-family: din-2014, sans-serif;
  font-weight: 400;
}
.c-button__header__menu > span:before {
  content: "";
  position: absolute;
  top: 14px;
  left: 13px;
  width: 34px;
  height: 3px;
  background: #83ba24;
}
.c-button__header__menu > span:after {
  content: "";
  position: absolute;
  top: 36px;
  left: 13px;
  width: 34px;
  height: 3px;
  background: #83ba24;
}
.c-button__header__menu.c-button__header__menu--opened:after {
  opacity: 0;
}
.c-button__header__menu.c-button__header__menu--opened > span:before {
  top: 23px;
  transform: rotateZ(45deg);
}
.c-button__header__menu.c-button__header__menu--opened > span:after {
  top: 23px;
  transform: rotateZ(-45deg);
}

body.home .c-search-tenants__select-subject,
body.home .c-search-tenants__title.subject {
  display: none;
}

.t-search-tenants {
  background: #83ba24;
}

.t-search-index {
  background: #80C41C;
  display: grid;
  grid-template-columns: 60% 1fr;
}
@media screen and (max-width: 1023px) {
  .t-search-index {
    grid-template-columns: 1fr;
  }
}
@media screen and (max-width: 767px) {
  .t-search-index {
    grid-template-rows: 400px auto;
  }
}
.t-search-index .keyvisual {
  position: relative;
}
.t-search-index .keyvisual img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.t-search-index .c-search-tenants__title {
  margin-top: 20px;
}
.t-search-index .c-search-tenants__submit-button {
  margin-bottom: 20px;
}

.c-search-tenants {
  display: none;
  position: fixed;
  z-index: 20;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.8);
}
.c-search-tenants--opened {
  display: block;
}
@media screen and (max-width: 767px) {
  .c-search-tenants {
    top: 65px;
  }
}
.c-search-tenants__inner {
  position: relative;
  margin: 50px calc((100% - 1270px) / 2);
  background: #83ba24;
  padding: 30px 0 40px;
  overflow-y: scroll;
  max-height: calc(100vh - 100px);
}
@media screen and (max-width: 1439px) {
  .c-search-tenants__inner {
    width: calc(100vw - 100px);
    margin: 50px;
  }
}
@media screen and (max-width: 1023px) {
  .c-search-tenants__inner {
    width: calc(100vw - 40px);
    height: calc(100vh - 100px);
    margin: 20px;
    margin-top: 80px;
    max-height: initial;
  }
}
@media screen and (max-width: 767px) {
  .c-search-tenants__inner {
    width: 100%;
    height: calc(100vh - 60px);
    padding: 15px 0 65px;
    margin: 0;
  }
}
.c-search-tenants__title {
  color: white;
  font-weight: bold;
  text-align: center;
  margin: 0 0 5px;
  letter-spacing: 0.12em;
  font-size: 1.5rem;
}
@media screen and (max-width: 767px) {
  .c-search-tenants__title {
    font-size: 1rem;
    margin: 0;
  }
}
.c-search-tenants__select-subject {
  padding: 10px 50px 0;
  margin: 0 0 30px;
  text-align: center;
}
@media screen and (max-width: 1439px) {
  .c-search-tenants__select-subject {
    padding: 10px 30px 0;
    margin: 0 0 10px;
  }
}
@media screen and (max-width: 767px) {
  .c-search-tenants__select-subject {
    padding: 0 15px 0;
  }
}
.c-search-tenants__select-subject .swiper-wrapper {
  flex-wrap: wrap;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .c-search-tenants__select-subject .swiper-wrapper {
    flex-wrap: nowrap;
    justify-content: initial;
  }
}
.c-search-tenants__select-subject .swiper-slide {
  display: flex;
  justify-content: start;
}
@media screen and (max-width: 767px) {
  .c-search-tenants__select-subject .swiper-slide {
    padding: 20px;
    text-align: center;
    flex-wrap: wrap;
  }
}
.c-search-tenants__select-subject .swiper-button-prev {
  display: none;
  width: 40px;
  height: 60px;
  left: 0;
  top: calc(50% - 16px);
}
.c-search-tenants__select-subject .swiper-button-prev:after {
  content: "";
  display: block;
  width: 40px;
  height: 60px;
  background: url("../images/icons/swiper-arrow-left.svg") no-repeat;
  background-position: center;
}
@media screen and (max-width: 767px) {
  .c-search-tenants__select-subject .swiper-button-prev {
    display: block;
  }
}
@media screen and (max-width: 320px) {
  .c-search-tenants__select-subject .swiper-button-prev {
    left: -8px;
  }
}
.c-search-tenants__select-subject .swiper-button-next {
  display: none;
  width: 40px;
  height: 60px;
  right: 0;
  top: calc(50% - 16px);
}
.c-search-tenants__select-subject .swiper-button-next:after {
  content: "";
  display: block;
  width: 40px;
  height: 60px;
  background: url("../images/icons/swiper-arrow-right.svg") no-repeat;
  background-position: center;
}
@media screen and (max-width: 767px) {
  .c-search-tenants__select-subject .swiper-button-next {
    display: block;
  }
}
@media screen and (max-width: 320px) {
  .c-search-tenants__select-subject .swiper-button-next {
    right: -8px;
  }
}
.c-search-tenants__select-subject label {
  display: inline-block;
  color: white;
  padding: 5px 10px 5px 60px;
  margin: 0 15px 15px 0;
  border: 2px solid white;
  width: 15%;
}
.c-search-tenants__select-subject label.c-search-tenants__select-subject__label--all {
  padding: 5px 10px;
}
.c-search-tenants__select-subject label:hover {
  background-color: #007804;
  cursor: pointer;
}
@media screen and (max-width: 1439px) {
  .c-search-tenants__select-subject label {
    padding: 3px 6px 3px 30px;
    font-size: 0.9rem;
  }
}
@media screen and (max-width: 1023px) {
  .c-search-tenants__select-subject label {
    margin: 0 10px 10px 0;
    width: 16%;
    font-size: 0.8rem;
    padding: 3px 4px 3px 25px;
  }
}
@media screen and (max-width: 767px) {
  .c-search-tenants__select-subject label {
    width: 48%;
    min-width: 140px;
    margin-right: 10px;
    padding: 4px 8px 4px 45px;
    font-size: 1rem;
    border: 1px solid white;
  }
  .c-search-tenants__select-subject label:nth-child(2n) {
    margin-right: 0;
  }
}
@media screen and (max-width: 320px) {
  .c-search-tenants__select-subject label {
    min-width: 120px;
    font-size: 0.9rem;
    margin-right: 5px;
    margin-bottom: 10px;
    padding: 8px 7px 8px 42px;
  }
}
.c-search-tenants__select-subject__label--obstetrics {
  position: relative;
}
.c-search-tenants__select-subject__label--obstetrics:before {
  content: "";
  position: absolute;
  top: calc(52% - 30px / 2);
  left: 10px;
  width: 30px;
  height: 30px;
  background-image: url("../images/icons/subject/sbj-obstetrics.svg");
  background-repeat: no-repeat;
  background-size: 30px 30px;
}
.c-search-tenants__select-subject__label--gynecology {
  position: relative;
}
.c-search-tenants__select-subject__label--gynecology:before {
  content: "";
  position: absolute;
  top: calc(52% - 30px / 2);
  left: 10px;
  width: 30px;
  height: 30px;
  background-image: url("../images/icons/subject/sbj-gynecology.svg");
  background-repeat: no-repeat;
  background-size: 30px 30px;
}
.c-search-tenants__select-subject__label--dermatology {
  position: relative;
}
.c-search-tenants__select-subject__label--dermatology:before {
  content: "";
  position: absolute;
  top: calc(52% - 30px / 2);
  left: 10px;
  width: 30px;
  height: 30px;
  background-image: url("../images/icons/subject/sbj-dermatology.svg");
  background-repeat: no-repeat;
  background-size: 30px 30px;
}
.c-search-tenants__select-subject__label--urology {
  position: relative;
}
.c-search-tenants__select-subject__label--urology:before {
  content: "";
  position: absolute;
  top: calc(52% - 30px / 2);
  left: 10px;
  width: 30px;
  height: 30px;
  background-image: url("../images/icons/subject/sbj-urology.svg");
  background-repeat: no-repeat;
  background-size: 30px 30px;
}
.c-search-tenants__select-subject__label--surgery {
  position: relative;
}
.c-search-tenants__select-subject__label--surgery:before {
  content: "";
  position: absolute;
  top: calc(52% - 30px / 2);
  left: 10px;
  width: 30px;
  height: 30px;
  background-image: url("../images/icons/subject/sbj-surgery.svg");
  background-repeat: no-repeat;
  background-size: 30px 30px;
}
.c-search-tenants__select-subject__label--diabetes {
  position: relative;
}
.c-search-tenants__select-subject__label--diabetes:before {
  content: "";
  position: absolute;
  top: calc(52% - 30px / 2);
  left: 10px;
  width: 30px;
  height: 30px;
  background-image: url("../images/icons/subject/sbj-diabetes.svg");
  background-repeat: no-repeat;
  background-size: 30px 30px;
}
.c-search-tenants__select-subject__label--neurology {
  position: relative;
}
.c-search-tenants__select-subject__label--neurology:before {
  content: "";
  position: absolute;
  top: calc(52% - 30px / 2);
  left: 10px;
  width: 30px;
  height: 30px;
  background-image: url("../images/icons/subject/sbj-neurology.svg");
  background-repeat: no-repeat;
  background-size: 30px 30px;
}
.c-search-tenants__select-subject__label--orthopedic {
  position: relative;
}
.c-search-tenants__select-subject__label--orthopedic:before {
  content: "";
  position: absolute;
  top: calc(52% - 30px / 2);
  left: 10px;
  width: 30px;
  height: 30px;
  background-image: url("../images/icons/subject/sbj-orthopedic.svg");
  background-repeat: no-repeat;
  background-size: 30px 30px;
}
.c-search-tenants__select-subject__label--neurosurgery {
  position: relative;
}
.c-search-tenants__select-subject__label--neurosurgery:before {
  content: "";
  position: absolute;
  top: calc(52% - 30px / 2);
  left: 10px;
  width: 30px;
  height: 30px;
  background-image: url("../images/icons/subject/sbj-neurosurgery.svg");
  background-repeat: no-repeat;
  background-size: 30px 30px;
}
.c-search-tenants__select-subject__label--other {
  position: relative;
}
.c-search-tenants__select-subject__label--other:before {
  content: "";
  position: absolute;
  top: calc(52% - 30px / 2);
  left: 10px;
  width: 30px;
  height: 30px;
  background-image: url("../images/icons/subject/sbj-other.svg");
  background-repeat: no-repeat;
  background-size: 30px 30px;
}
.c-search-tenants__select-subject__label--internal {
  position: relative;
}
.c-search-tenants__select-subject__label--internal:before {
  content: "";
  position: absolute;
  top: calc(52% - 30px / 2);
  left: 10px;
  width: 30px;
  height: 30px;
  background-image: url("../images/icons/subject/sbj-internal.svg");
  background-repeat: no-repeat;
  background-size: 30px 30px;
}
.c-search-tenants__select-subject__label--digestive {
  position: relative;
}
.c-search-tenants__select-subject__label--digestive:before {
  content: "";
  position: absolute;
  top: calc(52% - 30px / 2);
  left: 10px;
  width: 30px;
  height: 30px;
  background-image: url("../images/icons/subject/sbj-digestive.svg");
  background-repeat: no-repeat;
  background-size: 30px 30px;
}
.c-search-tenants__select-subject__label--circulatory {
  position: relative;
}
.c-search-tenants__select-subject__label--circulatory:before {
  content: "";
  position: absolute;
  top: calc(52% - 30px / 2);
  left: 10px;
  width: 30px;
  height: 30px;
  background-image: url("../images/icons/subject/sbj-circulatory.svg");
  background-repeat: no-repeat;
  background-size: 30px 30px;
}
.c-search-tenants__select-subject__label--respiratory {
  position: relative;
}
.c-search-tenants__select-subject__label--respiratory:before {
  content: "";
  position: absolute;
  top: calc(52% - 30px / 2);
  left: 10px;
  width: 30px;
  height: 30px;
  background-image: url("../images/icons/subject/sbj-respiratory.svg");
  background-repeat: no-repeat;
  background-size: 30px 30px;
}
.c-search-tenants__select-subject__label--ophthalmology {
  position: relative;
}
.c-search-tenants__select-subject__label--ophthalmology:before {
  content: "";
  position: absolute;
  top: calc(52% - 30px / 2);
  left: 10px;
  width: 30px;
  height: 30px;
  background-image: url("../images/icons/subject/sbj-ophthalmology.svg");
  background-repeat: no-repeat;
  background-size: 30px 30px;
}
.c-search-tenants__select-subject__label--otolaryngology {
  position: relative;
}
.c-search-tenants__select-subject__label--otolaryngology:before {
  content: "";
  position: absolute;
  top: calc(52% - 30px / 2);
  left: 10px;
  width: 30px;
  height: 30px;
  background-image: url("../images/icons/subject/sbj-otolaryngology.svg");
  background-repeat: no-repeat;
  background-size: 30px 30px;
}
.c-search-tenants__select-subject__label--pediatrics {
  position: relative;
}
.c-search-tenants__select-subject__label--pediatrics:before {
  content: "";
  position: absolute;
  top: calc(52% - 30px / 2);
  left: 10px;
  width: 30px;
  height: 30px;
  background-image: url("../images/icons/subject/sbj-pediatrics.svg");
  background-repeat: no-repeat;
  background-size: 30px 30px;
}
.c-search-tenants__select-subject__label--psychosomatic {
  position: relative;
}
.c-search-tenants__select-subject__label--psychosomatic:before {
  content: "";
  position: absolute;
  top: calc(52% - 30px / 2);
  left: 10px;
  width: 30px;
  height: 30px;
  background-image: url("../images/icons/subject/sbj-psychosomatic.svg");
  background-repeat: no-repeat;
  background-size: 30px 30px;
}
.c-search-tenants__select-subject__label--dental {
  position: relative;
}
.c-search-tenants__select-subject__label--dental:before {
  content: "";
  position: absolute;
  top: calc(52% - 30px / 2);
  left: 10px;
  width: 30px;
  height: 30px;
  background-image: url("../images/icons/subject/sbj-dental.svg");
  background-repeat: no-repeat;
  background-size: 30px 30px;
}
.c-search-tenants__select-subject__label--plasticsurgery {
  position: relative;
}
.c-search-tenants__select-subject__label--plasticsurgery:before {
  content: "";
  position: absolute;
  top: calc(52% - 30px / 2);
  left: 10px;
  width: 30px;
  height: 30px;
  background-image: url("../images/icons/subject/sbj-plasticsurgery.svg");
  background-repeat: no-repeat;
  background-size: 30px 30px;
}
.c-search-tenants__select-subject__label--psychiatry {
  position: relative;
}
.c-search-tenants__select-subject__label--psychiatry:before {
  content: "";
  position: absolute;
  top: calc(52% - 30px / 2);
  left: 10px;
  width: 30px;
  height: 30px;
  background-image: url("../images/icons/subject/sbj-psychiatry.svg");
  background-repeat: no-repeat;
  background-size: 30px 30px;
}
.c-search-tenants__select-subject__label--nephrology {
  position: relative;
}
.c-search-tenants__select-subject__label--nephrology:before {
  content: "";
  position: absolute;
  top: calc(52% - 30px / 2);
  left: 10px;
  width: 30px;
  height: 30px;
  background-image: url("../images/icons/subject/sbj-nephrology.svg");
  background-repeat: no-repeat;
  background-size: 30px 30px;
}
@media screen and (max-width: 1439px) {
  .c-search-tenants__select-subject__label--obstetrics {
    position: relative;
  }
  .c-search-tenants__select-subject__label--obstetrics:before {
    content: "";
    position: absolute;
    top: calc(52% - 20px / 2);
    left: 10px;
    width: 20px;
    height: 20px;
    background-image: url("../images/icons/subject/sbj-obstetrics.svg");
    background-repeat: no-repeat;
    background-size: 20px 20px;
  }
  .c-search-tenants__select-subject__label--gynecology {
    position: relative;
  }
  .c-search-tenants__select-subject__label--gynecology:before {
    content: "";
    position: absolute;
    top: calc(52% - 20px / 2);
    left: 10px;
    width: 20px;
    height: 20px;
    background-image: url("../images/icons/subject/sbj-gynecology.svg");
    background-repeat: no-repeat;
    background-size: 20px 20px;
  }
  .c-search-tenants__select-subject__label--dermatology {
    position: relative;
  }
  .c-search-tenants__select-subject__label--dermatology:before {
    content: "";
    position: absolute;
    top: calc(52% - 20px / 2);
    left: 10px;
    width: 20px;
    height: 20px;
    background-image: url("../images/icons/subject/sbj-dermatology.svg");
    background-repeat: no-repeat;
    background-size: 20px 20px;
  }
  .c-search-tenants__select-subject__label--urology {
    position: relative;
  }
  .c-search-tenants__select-subject__label--urology:before {
    content: "";
    position: absolute;
    top: calc(52% - 20px / 2);
    left: 10px;
    width: 20px;
    height: 20px;
    background-image: url("../images/icons/subject/sbj-urology.svg");
    background-repeat: no-repeat;
    background-size: 20px 20px;
  }
  .c-search-tenants__select-subject__label--surgery {
    position: relative;
  }
  .c-search-tenants__select-subject__label--surgery:before {
    content: "";
    position: absolute;
    top: calc(52% - 20px / 2);
    left: 10px;
    width: 20px;
    height: 20px;
    background-image: url("../images/icons/subject/sbj-surgery.svg");
    background-repeat: no-repeat;
    background-size: 20px 20px;
  }
  .c-search-tenants__select-subject__label--diabetes {
    position: relative;
  }
  .c-search-tenants__select-subject__label--diabetes:before {
    content: "";
    position: absolute;
    top: calc(52% - 20px / 2);
    left: 10px;
    width: 20px;
    height: 20px;
    background-image: url("../images/icons/subject/sbj-diabetes.svg");
    background-repeat: no-repeat;
    background-size: 20px 20px;
  }
  .c-search-tenants__select-subject__label--neurology {
    position: relative;
  }
  .c-search-tenants__select-subject__label--neurology:before {
    content: "";
    position: absolute;
    top: calc(52% - 20px / 2);
    left: 10px;
    width: 20px;
    height: 20px;
    background-image: url("../images/icons/subject/sbj-neurology.svg");
    background-repeat: no-repeat;
    background-size: 20px 20px;
  }
  .c-search-tenants__select-subject__label--orthopedic {
    position: relative;
  }
  .c-search-tenants__select-subject__label--orthopedic:before {
    content: "";
    position: absolute;
    top: calc(52% - 20px / 2);
    left: 10px;
    width: 20px;
    height: 20px;
    background-image: url("../images/icons/subject/sbj-orthopedic.svg");
    background-repeat: no-repeat;
    background-size: 20px 20px;
  }
  .c-search-tenants__select-subject__label--neurosurgery {
    position: relative;
  }
  .c-search-tenants__select-subject__label--neurosurgery:before {
    content: "";
    position: absolute;
    top: calc(52% - 20px / 2);
    left: 10px;
    width: 20px;
    height: 20px;
    background-image: url("../images/icons/subject/sbj-neurosurgery.svg");
    background-repeat: no-repeat;
    background-size: 20px 20px;
  }
  .c-search-tenants__select-subject__label--other {
    position: relative;
  }
  .c-search-tenants__select-subject__label--other:before {
    content: "";
    position: absolute;
    top: calc(52% - 20px / 2);
    left: 10px;
    width: 20px;
    height: 20px;
    background-image: url("../images/icons/subject/sbj-other.svg");
    background-repeat: no-repeat;
    background-size: 20px 20px;
  }
  .c-search-tenants__select-subject__label--internal {
    position: relative;
  }
  .c-search-tenants__select-subject__label--internal:before {
    content: "";
    position: absolute;
    top: calc(52% - 20px / 2);
    left: 10px;
    width: 20px;
    height: 20px;
    background-image: url("../images/icons/subject/sbj-internal.svg");
    background-repeat: no-repeat;
    background-size: 20px 20px;
  }
  .c-search-tenants__select-subject__label--digestive {
    position: relative;
  }
  .c-search-tenants__select-subject__label--digestive:before {
    content: "";
    position: absolute;
    top: calc(52% - 20px / 2);
    left: 10px;
    width: 20px;
    height: 20px;
    background-image: url("../images/icons/subject/sbj-digestive.svg");
    background-repeat: no-repeat;
    background-size: 20px 20px;
  }
  .c-search-tenants__select-subject__label--circulatory {
    position: relative;
  }
  .c-search-tenants__select-subject__label--circulatory:before {
    content: "";
    position: absolute;
    top: calc(52% - 20px / 2);
    left: 10px;
    width: 20px;
    height: 20px;
    background-image: url("../images/icons/subject/sbj-circulatory.svg");
    background-repeat: no-repeat;
    background-size: 20px 20px;
  }
  .c-search-tenants__select-subject__label--respiratory {
    position: relative;
  }
  .c-search-tenants__select-subject__label--respiratory:before {
    content: "";
    position: absolute;
    top: calc(52% - 20px / 2);
    left: 10px;
    width: 20px;
    height: 20px;
    background-image: url("../images/icons/subject/sbj-respiratory.svg");
    background-repeat: no-repeat;
    background-size: 20px 20px;
  }
  .c-search-tenants__select-subject__label--ophthalmology {
    position: relative;
  }
  .c-search-tenants__select-subject__label--ophthalmology:before {
    content: "";
    position: absolute;
    top: calc(52% - 20px / 2);
    left: 10px;
    width: 20px;
    height: 20px;
    background-image: url("../images/icons/subject/sbj-ophthalmology.svg");
    background-repeat: no-repeat;
    background-size: 20px 20px;
  }
  .c-search-tenants__select-subject__label--otolaryngology {
    position: relative;
  }
  .c-search-tenants__select-subject__label--otolaryngology:before {
    content: "";
    position: absolute;
    top: calc(52% - 20px / 2);
    left: 10px;
    width: 20px;
    height: 20px;
    background-image: url("../images/icons/subject/sbj-otolaryngology.svg");
    background-repeat: no-repeat;
    background-size: 20px 20px;
  }
  .c-search-tenants__select-subject__label--pediatrics {
    position: relative;
  }
  .c-search-tenants__select-subject__label--pediatrics:before {
    content: "";
    position: absolute;
    top: calc(52% - 20px / 2);
    left: 10px;
    width: 20px;
    height: 20px;
    background-image: url("../images/icons/subject/sbj-pediatrics.svg");
    background-repeat: no-repeat;
    background-size: 20px 20px;
  }
  .c-search-tenants__select-subject__label--psychosomatic {
    position: relative;
  }
  .c-search-tenants__select-subject__label--psychosomatic:before {
    content: "";
    position: absolute;
    top: calc(52% - 20px / 2);
    left: 10px;
    width: 20px;
    height: 20px;
    background-image: url("../images/icons/subject/sbj-psychosomatic.svg");
    background-repeat: no-repeat;
    background-size: 20px 20px;
  }
  .c-search-tenants__select-subject__label--dental {
    position: relative;
  }
  .c-search-tenants__select-subject__label--dental:before {
    content: "";
    position: absolute;
    top: calc(52% - 20px / 2);
    left: 10px;
    width: 20px;
    height: 20px;
    background-image: url("../images/icons/subject/sbj-dental.svg");
    background-repeat: no-repeat;
    background-size: 20px 20px;
  }
  .c-search-tenants__select-subject__label--plasticsurgery {
    position: relative;
  }
  .c-search-tenants__select-subject__label--plasticsurgery:before {
    content: "";
    position: absolute;
    top: calc(52% - 20px / 2);
    left: 10px;
    width: 20px;
    height: 20px;
    background-image: url("../images/icons/subject/sbj-plasticsurgery.svg");
    background-repeat: no-repeat;
    background-size: 20px 20px;
  }
  .c-search-tenants__select-subject__label--psychiatry {
    position: relative;
  }
  .c-search-tenants__select-subject__label--psychiatry:before {
    content: "";
    position: absolute;
    top: calc(52% - 20px / 2);
    left: 10px;
    width: 20px;
    height: 20px;
    background-image: url("../images/icons/subject/sbj-psychiatry.svg");
    background-repeat: no-repeat;
    background-size: 20px 20px;
  }
  .c-search-tenants__select-subject__label--nephrology {
    position: relative;
  }
  .c-search-tenants__select-subject__label--nephrology:before {
    content: "";
    position: absolute;
    top: calc(52% - 20px / 2);
    left: 10px;
    width: 20px;
    height: 20px;
    background-image: url("../images/icons/subject/sbj-nephrology.svg");
    background-repeat: no-repeat;
    background-size: 20px 20px;
  }
}
@media screen and (max-width: 1023px) {
  .c-search-tenants__select-subject__label--obstetrics {
    position: relative;
  }
  .c-search-tenants__select-subject__label--obstetrics:before {
    content: "";
    position: absolute;
    top: calc(52% - 18px / 2);
    left: 6px;
    width: 18px;
    height: 18px;
    background-image: url("../images/icons/subject/sbj-obstetrics.svg");
    background-repeat: no-repeat;
    background-size: 18px 18px;
  }
  .c-search-tenants__select-subject__label--gynecology {
    position: relative;
  }
  .c-search-tenants__select-subject__label--gynecology:before {
    content: "";
    position: absolute;
    top: calc(52% - 18px / 2);
    left: 6px;
    width: 18px;
    height: 18px;
    background-image: url("../images/icons/subject/sbj-gynecology.svg");
    background-repeat: no-repeat;
    background-size: 18px 18px;
  }
  .c-search-tenants__select-subject__label--dermatology {
    position: relative;
  }
  .c-search-tenants__select-subject__label--dermatology:before {
    content: "";
    position: absolute;
    top: calc(52% - 18px / 2);
    left: 6px;
    width: 18px;
    height: 18px;
    background-image: url("../images/icons/subject/sbj-dermatology.svg");
    background-repeat: no-repeat;
    background-size: 18px 18px;
  }
  .c-search-tenants__select-subject__label--urology {
    position: relative;
  }
  .c-search-tenants__select-subject__label--urology:before {
    content: "";
    position: absolute;
    top: calc(52% - 18px / 2);
    left: 6px;
    width: 18px;
    height: 18px;
    background-image: url("../images/icons/subject/sbj-urology.svg");
    background-repeat: no-repeat;
    background-size: 18px 18px;
  }
  .c-search-tenants__select-subject__label--surgery {
    position: relative;
  }
  .c-search-tenants__select-subject__label--surgery:before {
    content: "";
    position: absolute;
    top: calc(52% - 18px / 2);
    left: 6px;
    width: 18px;
    height: 18px;
    background-image: url("../images/icons/subject/sbj-surgery.svg");
    background-repeat: no-repeat;
    background-size: 18px 18px;
  }
  .c-search-tenants__select-subject__label--diabetes {
    position: relative;
  }
  .c-search-tenants__select-subject__label--diabetes:before {
    content: "";
    position: absolute;
    top: calc(52% - 18px / 2);
    left: 6px;
    width: 18px;
    height: 18px;
    background-image: url("../images/icons/subject/sbj-diabetes.svg");
    background-repeat: no-repeat;
    background-size: 18px 18px;
  }
  .c-search-tenants__select-subject__label--neurology {
    position: relative;
  }
  .c-search-tenants__select-subject__label--neurology:before {
    content: "";
    position: absolute;
    top: calc(52% - 18px / 2);
    left: 6px;
    width: 18px;
    height: 18px;
    background-image: url("../images/icons/subject/sbj-neurology.svg");
    background-repeat: no-repeat;
    background-size: 18px 18px;
  }
  .c-search-tenants__select-subject__label--orthopedic {
    position: relative;
  }
  .c-search-tenants__select-subject__label--orthopedic:before {
    content: "";
    position: absolute;
    top: calc(52% - 18px / 2);
    left: 6px;
    width: 18px;
    height: 18px;
    background-image: url("../images/icons/subject/sbj-orthopedic.svg");
    background-repeat: no-repeat;
    background-size: 18px 18px;
  }
  .c-search-tenants__select-subject__label--neurosurgery {
    position: relative;
  }
  .c-search-tenants__select-subject__label--neurosurgery:before {
    content: "";
    position: absolute;
    top: calc(52% - 18px / 2);
    left: 6px;
    width: 18px;
    height: 18px;
    background-image: url("../images/icons/subject/sbj-neurosurgery.svg");
    background-repeat: no-repeat;
    background-size: 18px 18px;
  }
  .c-search-tenants__select-subject__label--other {
    position: relative;
  }
  .c-search-tenants__select-subject__label--other:before {
    content: "";
    position: absolute;
    top: calc(52% - 18px / 2);
    left: 6px;
    width: 18px;
    height: 18px;
    background-image: url("../images/icons/subject/sbj-other.svg");
    background-repeat: no-repeat;
    background-size: 18px 18px;
  }
  .c-search-tenants__select-subject__label--internal {
    position: relative;
  }
  .c-search-tenants__select-subject__label--internal:before {
    content: "";
    position: absolute;
    top: calc(52% - 18px / 2);
    left: 6px;
    width: 18px;
    height: 18px;
    background-image: url("../images/icons/subject/sbj-internal.svg");
    background-repeat: no-repeat;
    background-size: 18px 18px;
  }
  .c-search-tenants__select-subject__label--digestive {
    position: relative;
  }
  .c-search-tenants__select-subject__label--digestive:before {
    content: "";
    position: absolute;
    top: calc(52% - 18px / 2);
    left: 6px;
    width: 18px;
    height: 18px;
    background-image: url("../images/icons/subject/sbj-digestive.svg");
    background-repeat: no-repeat;
    background-size: 18px 18px;
  }
  .c-search-tenants__select-subject__label--circulatory {
    position: relative;
  }
  .c-search-tenants__select-subject__label--circulatory:before {
    content: "";
    position: absolute;
    top: calc(52% - 18px / 2);
    left: 6px;
    width: 18px;
    height: 18px;
    background-image: url("../images/icons/subject/sbj-circulatory.svg");
    background-repeat: no-repeat;
    background-size: 18px 18px;
  }
  .c-search-tenants__select-subject__label--respiratory {
    position: relative;
  }
  .c-search-tenants__select-subject__label--respiratory:before {
    content: "";
    position: absolute;
    top: calc(52% - 18px / 2);
    left: 6px;
    width: 18px;
    height: 18px;
    background-image: url("../images/icons/subject/sbj-respiratory.svg");
    background-repeat: no-repeat;
    background-size: 18px 18px;
  }
  .c-search-tenants__select-subject__label--ophthalmology {
    position: relative;
  }
  .c-search-tenants__select-subject__label--ophthalmology:before {
    content: "";
    position: absolute;
    top: calc(52% - 18px / 2);
    left: 6px;
    width: 18px;
    height: 18px;
    background-image: url("../images/icons/subject/sbj-ophthalmology.svg");
    background-repeat: no-repeat;
    background-size: 18px 18px;
  }
  .c-search-tenants__select-subject__label--otolaryngology {
    position: relative;
  }
  .c-search-tenants__select-subject__label--otolaryngology:before {
    content: "";
    position: absolute;
    top: calc(52% - 18px / 2);
    left: 6px;
    width: 18px;
    height: 18px;
    background-image: url("../images/icons/subject/sbj-otolaryngology.svg");
    background-repeat: no-repeat;
    background-size: 18px 18px;
  }
  .c-search-tenants__select-subject__label--pediatrics {
    position: relative;
  }
  .c-search-tenants__select-subject__label--pediatrics:before {
    content: "";
    position: absolute;
    top: calc(52% - 18px / 2);
    left: 6px;
    width: 18px;
    height: 18px;
    background-image: url("../images/icons/subject/sbj-pediatrics.svg");
    background-repeat: no-repeat;
    background-size: 18px 18px;
  }
  .c-search-tenants__select-subject__label--psychosomatic {
    position: relative;
  }
  .c-search-tenants__select-subject__label--psychosomatic:before {
    content: "";
    position: absolute;
    top: calc(52% - 18px / 2);
    left: 6px;
    width: 18px;
    height: 18px;
    background-image: url("../images/icons/subject/sbj-psychosomatic.svg");
    background-repeat: no-repeat;
    background-size: 18px 18px;
  }
  .c-search-tenants__select-subject__label--dental {
    position: relative;
  }
  .c-search-tenants__select-subject__label--dental:before {
    content: "";
    position: absolute;
    top: calc(52% - 18px / 2);
    left: 6px;
    width: 18px;
    height: 18px;
    background-image: url("../images/icons/subject/sbj-dental.svg");
    background-repeat: no-repeat;
    background-size: 18px 18px;
  }
  .c-search-tenants__select-subject__label--plasticsurgery {
    position: relative;
  }
  .c-search-tenants__select-subject__label--plasticsurgery:before {
    content: "";
    position: absolute;
    top: calc(52% - 18px / 2);
    left: 6px;
    width: 18px;
    height: 18px;
    background-image: url("../images/icons/subject/sbj-plasticsurgery.svg");
    background-repeat: no-repeat;
    background-size: 18px 18px;
  }
  .c-search-tenants__select-subject__label--psychiatry {
    position: relative;
  }
  .c-search-tenants__select-subject__label--psychiatry:before {
    content: "";
    position: absolute;
    top: calc(52% - 18px / 2);
    left: 6px;
    width: 18px;
    height: 18px;
    background-image: url("../images/icons/subject/sbj-psychiatry.svg");
    background-repeat: no-repeat;
    background-size: 18px 18px;
  }
  .c-search-tenants__select-subject__label--nephrology {
    position: relative;
  }
  .c-search-tenants__select-subject__label--nephrology:before {
    content: "";
    position: absolute;
    top: calc(52% - 18px / 2);
    left: 6px;
    width: 18px;
    height: 18px;
    background-image: url("../images/icons/subject/sbj-nephrology.svg");
    background-repeat: no-repeat;
    background-size: 18px 18px;
  }
}
@media screen and (max-width: 767px) {
  .c-search-tenants__select-subject__label--obstetrics {
    position: relative;
  }
  .c-search-tenants__select-subject__label--obstetrics:before {
    content: "";
    position: absolute;
    top: calc(52% - 26px / 2);
    left: 10px;
    width: 26px;
    height: 26px;
    background-image: url("../images/icons/subject/sbj-obstetrics.svg");
    background-repeat: no-repeat;
    background-size: 26px 26px;
  }
  .c-search-tenants__select-subject__label--gynecology {
    position: relative;
  }
  .c-search-tenants__select-subject__label--gynecology:before {
    content: "";
    position: absolute;
    top: calc(52% - 26px / 2);
    left: 10px;
    width: 26px;
    height: 26px;
    background-image: url("../images/icons/subject/sbj-gynecology.svg");
    background-repeat: no-repeat;
    background-size: 26px 26px;
  }
  .c-search-tenants__select-subject__label--dermatology {
    position: relative;
  }
  .c-search-tenants__select-subject__label--dermatology:before {
    content: "";
    position: absolute;
    top: calc(52% - 26px / 2);
    left: 10px;
    width: 26px;
    height: 26px;
    background-image: url("../images/icons/subject/sbj-dermatology.svg");
    background-repeat: no-repeat;
    background-size: 26px 26px;
  }
  .c-search-tenants__select-subject__label--urology {
    position: relative;
  }
  .c-search-tenants__select-subject__label--urology:before {
    content: "";
    position: absolute;
    top: calc(52% - 26px / 2);
    left: 10px;
    width: 26px;
    height: 26px;
    background-image: url("../images/icons/subject/sbj-urology.svg");
    background-repeat: no-repeat;
    background-size: 26px 26px;
  }
  .c-search-tenants__select-subject__label--surgery {
    position: relative;
  }
  .c-search-tenants__select-subject__label--surgery:before {
    content: "";
    position: absolute;
    top: calc(52% - 26px / 2);
    left: 10px;
    width: 26px;
    height: 26px;
    background-image: url("../images/icons/subject/sbj-surgery.svg");
    background-repeat: no-repeat;
    background-size: 26px 26px;
  }
  .c-search-tenants__select-subject__label--diabetes {
    position: relative;
  }
  .c-search-tenants__select-subject__label--diabetes:before {
    content: "";
    position: absolute;
    top: calc(52% - 26px / 2);
    left: 10px;
    width: 26px;
    height: 26px;
    background-image: url("../images/icons/subject/sbj-diabetes.svg");
    background-repeat: no-repeat;
    background-size: 26px 26px;
  }
  .c-search-tenants__select-subject__label--neurology {
    position: relative;
  }
  .c-search-tenants__select-subject__label--neurology:before {
    content: "";
    position: absolute;
    top: calc(52% - 26px / 2);
    left: 10px;
    width: 26px;
    height: 26px;
    background-image: url("../images/icons/subject/sbj-neurology.svg");
    background-repeat: no-repeat;
    background-size: 26px 26px;
  }
  .c-search-tenants__select-subject__label--orthopedic {
    position: relative;
  }
  .c-search-tenants__select-subject__label--orthopedic:before {
    content: "";
    position: absolute;
    top: calc(52% - 26px / 2);
    left: 10px;
    width: 26px;
    height: 26px;
    background-image: url("../images/icons/subject/sbj-orthopedic.svg");
    background-repeat: no-repeat;
    background-size: 26px 26px;
  }
  .c-search-tenants__select-subject__label--neurosurgery {
    position: relative;
  }
  .c-search-tenants__select-subject__label--neurosurgery:before {
    content: "";
    position: absolute;
    top: calc(52% - 26px / 2);
    left: 10px;
    width: 26px;
    height: 26px;
    background-image: url("../images/icons/subject/sbj-neurosurgery.svg");
    background-repeat: no-repeat;
    background-size: 26px 26px;
  }
  .c-search-tenants__select-subject__label--other {
    position: relative;
  }
  .c-search-tenants__select-subject__label--other:before {
    content: "";
    position: absolute;
    top: calc(52% - 26px / 2);
    left: 10px;
    width: 26px;
    height: 26px;
    background-image: url("../images/icons/subject/sbj-other.svg");
    background-repeat: no-repeat;
    background-size: 26px 26px;
  }
  .c-search-tenants__select-subject__label--internal {
    position: relative;
  }
  .c-search-tenants__select-subject__label--internal:before {
    content: "";
    position: absolute;
    top: calc(52% - 26px / 2);
    left: 10px;
    width: 26px;
    height: 26px;
    background-image: url("../images/icons/subject/sbj-internal.svg");
    background-repeat: no-repeat;
    background-size: 26px 26px;
  }
  .c-search-tenants__select-subject__label--digestive {
    position: relative;
  }
  .c-search-tenants__select-subject__label--digestive:before {
    content: "";
    position: absolute;
    top: calc(52% - 26px / 2);
    left: 10px;
    width: 26px;
    height: 26px;
    background-image: url("../images/icons/subject/sbj-digestive.svg");
    background-repeat: no-repeat;
    background-size: 26px 26px;
  }
  .c-search-tenants__select-subject__label--circulatory {
    position: relative;
  }
  .c-search-tenants__select-subject__label--circulatory:before {
    content: "";
    position: absolute;
    top: calc(52% - 26px / 2);
    left: 10px;
    width: 26px;
    height: 26px;
    background-image: url("../images/icons/subject/sbj-circulatory.svg");
    background-repeat: no-repeat;
    background-size: 26px 26px;
  }
  .c-search-tenants__select-subject__label--respiratory {
    position: relative;
  }
  .c-search-tenants__select-subject__label--respiratory:before {
    content: "";
    position: absolute;
    top: calc(52% - 26px / 2);
    left: 10px;
    width: 26px;
    height: 26px;
    background-image: url("../images/icons/subject/sbj-respiratory.svg");
    background-repeat: no-repeat;
    background-size: 26px 26px;
  }
  .c-search-tenants__select-subject__label--ophthalmology {
    position: relative;
  }
  .c-search-tenants__select-subject__label--ophthalmology:before {
    content: "";
    position: absolute;
    top: calc(52% - 26px / 2);
    left: 10px;
    width: 26px;
    height: 26px;
    background-image: url("../images/icons/subject/sbj-ophthalmology.svg");
    background-repeat: no-repeat;
    background-size: 26px 26px;
  }
  .c-search-tenants__select-subject__label--otolaryngology {
    position: relative;
  }
  .c-search-tenants__select-subject__label--otolaryngology:before {
    content: "";
    position: absolute;
    top: calc(52% - 26px / 2);
    left: 10px;
    width: 26px;
    height: 26px;
    background-image: url("../images/icons/subject/sbj-otolaryngology.svg");
    background-repeat: no-repeat;
    background-size: 26px 26px;
  }
  .c-search-tenants__select-subject__label--pediatrics {
    position: relative;
  }
  .c-search-tenants__select-subject__label--pediatrics:before {
    content: "";
    position: absolute;
    top: calc(52% - 26px / 2);
    left: 10px;
    width: 26px;
    height: 26px;
    background-image: url("../images/icons/subject/sbj-pediatrics.svg");
    background-repeat: no-repeat;
    background-size: 26px 26px;
  }
  .c-search-tenants__select-subject__label--psychosomatic {
    position: relative;
  }
  .c-search-tenants__select-subject__label--psychosomatic:before {
    content: "";
    position: absolute;
    top: calc(52% - 26px / 2);
    left: 10px;
    width: 26px;
    height: 26px;
    background-image: url("../images/icons/subject/sbj-psychosomatic.svg");
    background-repeat: no-repeat;
    background-size: 26px 26px;
  }
  .c-search-tenants__select-subject__label--dental {
    position: relative;
  }
  .c-search-tenants__select-subject__label--dental:before {
    content: "";
    position: absolute;
    top: calc(52% - 26px / 2);
    left: 10px;
    width: 26px;
    height: 26px;
    background-image: url("../images/icons/subject/sbj-dental.svg");
    background-repeat: no-repeat;
    background-size: 26px 26px;
  }
  .c-search-tenants__select-subject__label--plasticsurgery {
    position: relative;
  }
  .c-search-tenants__select-subject__label--plasticsurgery:before {
    content: "";
    position: absolute;
    top: calc(52% - 26px / 2);
    left: 10px;
    width: 26px;
    height: 26px;
    background-image: url("../images/icons/subject/sbj-plasticsurgery.svg");
    background-repeat: no-repeat;
    background-size: 26px 26px;
  }
  .c-search-tenants__select-subject__label--psychiatry {
    position: relative;
  }
  .c-search-tenants__select-subject__label--psychiatry:before {
    content: "";
    position: absolute;
    top: calc(52% - 26px / 2);
    left: 10px;
    width: 26px;
    height: 26px;
    background-image: url("../images/icons/subject/sbj-psychiatry.svg");
    background-repeat: no-repeat;
    background-size: 26px 26px;
  }
  .c-search-tenants__select-subject__label--nephrology {
    position: relative;
  }
  .c-search-tenants__select-subject__label--nephrology:before {
    content: "";
    position: absolute;
    top: calc(52% - 26px / 2);
    left: 10px;
    width: 26px;
    height: 26px;
    background-image: url("../images/icons/subject/sbj-nephrology.svg");
    background-repeat: no-repeat;
    background-size: 26px 26px;
  }
}
@media screen and (max-width: 320px) {
  .c-search-tenants__select-subject__label--obstetrics {
    position: relative;
  }
  .c-search-tenants__select-subject__label--obstetrics:before {
    content: "";
    position: absolute;
    top: calc(52% - 26px / 2);
    left: 10px;
    width: 26px;
    height: 26px;
    background-image: url("../images/icons/subject/sbj-obstetrics.svg");
    background-repeat: no-repeat;
    background-size: 26px 26px;
  }
  .c-search-tenants__select-subject__label--gynecology {
    position: relative;
  }
  .c-search-tenants__select-subject__label--gynecology:before {
    content: "";
    position: absolute;
    top: calc(52% - 26px / 2);
    left: 10px;
    width: 26px;
    height: 26px;
    background-image: url("../images/icons/subject/sbj-gynecology.svg");
    background-repeat: no-repeat;
    background-size: 26px 26px;
  }
  .c-search-tenants__select-subject__label--dermatology {
    position: relative;
  }
  .c-search-tenants__select-subject__label--dermatology:before {
    content: "";
    position: absolute;
    top: calc(52% - 26px / 2);
    left: 10px;
    width: 26px;
    height: 26px;
    background-image: url("../images/icons/subject/sbj-dermatology.svg");
    background-repeat: no-repeat;
    background-size: 26px 26px;
  }
  .c-search-tenants__select-subject__label--urology {
    position: relative;
  }
  .c-search-tenants__select-subject__label--urology:before {
    content: "";
    position: absolute;
    top: calc(52% - 26px / 2);
    left: 10px;
    width: 26px;
    height: 26px;
    background-image: url("../images/icons/subject/sbj-urology.svg");
    background-repeat: no-repeat;
    background-size: 26px 26px;
  }
  .c-search-tenants__select-subject__label--surgery {
    position: relative;
  }
  .c-search-tenants__select-subject__label--surgery:before {
    content: "";
    position: absolute;
    top: calc(52% - 26px / 2);
    left: 10px;
    width: 26px;
    height: 26px;
    background-image: url("../images/icons/subject/sbj-surgery.svg");
    background-repeat: no-repeat;
    background-size: 26px 26px;
  }
  .c-search-tenants__select-subject__label--diabetes {
    position: relative;
  }
  .c-search-tenants__select-subject__label--diabetes:before {
    content: "";
    position: absolute;
    top: calc(52% - 26px / 2);
    left: 10px;
    width: 26px;
    height: 26px;
    background-image: url("../images/icons/subject/sbj-diabetes.svg");
    background-repeat: no-repeat;
    background-size: 26px 26px;
  }
  .c-search-tenants__select-subject__label--neurology {
    position: relative;
  }
  .c-search-tenants__select-subject__label--neurology:before {
    content: "";
    position: absolute;
    top: calc(52% - 26px / 2);
    left: 10px;
    width: 26px;
    height: 26px;
    background-image: url("../images/icons/subject/sbj-neurology.svg");
    background-repeat: no-repeat;
    background-size: 26px 26px;
  }
  .c-search-tenants__select-subject__label--orthopedic {
    position: relative;
  }
  .c-search-tenants__select-subject__label--orthopedic:before {
    content: "";
    position: absolute;
    top: calc(52% - 26px / 2);
    left: 10px;
    width: 26px;
    height: 26px;
    background-image: url("../images/icons/subject/sbj-orthopedic.svg");
    background-repeat: no-repeat;
    background-size: 26px 26px;
  }
  .c-search-tenants__select-subject__label--neurosurgery {
    position: relative;
  }
  .c-search-tenants__select-subject__label--neurosurgery:before {
    content: "";
    position: absolute;
    top: calc(52% - 26px / 2);
    left: 10px;
    width: 26px;
    height: 26px;
    background-image: url("../images/icons/subject/sbj-neurosurgery.svg");
    background-repeat: no-repeat;
    background-size: 26px 26px;
  }
  .c-search-tenants__select-subject__label--other {
    position: relative;
  }
  .c-search-tenants__select-subject__label--other:before {
    content: "";
    position: absolute;
    top: calc(52% - 26px / 2);
    left: 10px;
    width: 26px;
    height: 26px;
    background-image: url("../images/icons/subject/sbj-other.svg");
    background-repeat: no-repeat;
    background-size: 26px 26px;
  }
  .c-search-tenants__select-subject__label--internal {
    position: relative;
  }
  .c-search-tenants__select-subject__label--internal:before {
    content: "";
    position: absolute;
    top: calc(52% - 26px / 2);
    left: 10px;
    width: 26px;
    height: 26px;
    background-image: url("../images/icons/subject/sbj-internal.svg");
    background-repeat: no-repeat;
    background-size: 26px 26px;
  }
  .c-search-tenants__select-subject__label--digestive {
    position: relative;
  }
  .c-search-tenants__select-subject__label--digestive:before {
    content: "";
    position: absolute;
    top: calc(52% - 26px / 2);
    left: 10px;
    width: 26px;
    height: 26px;
    background-image: url("../images/icons/subject/sbj-digestive.svg");
    background-repeat: no-repeat;
    background-size: 26px 26px;
  }
  .c-search-tenants__select-subject__label--circulatory {
    position: relative;
  }
  .c-search-tenants__select-subject__label--circulatory:before {
    content: "";
    position: absolute;
    top: calc(52% - 26px / 2);
    left: 10px;
    width: 26px;
    height: 26px;
    background-image: url("../images/icons/subject/sbj-circulatory.svg");
    background-repeat: no-repeat;
    background-size: 26px 26px;
  }
  .c-search-tenants__select-subject__label--respiratory {
    position: relative;
  }
  .c-search-tenants__select-subject__label--respiratory:before {
    content: "";
    position: absolute;
    top: calc(52% - 26px / 2);
    left: 10px;
    width: 26px;
    height: 26px;
    background-image: url("../images/icons/subject/sbj-respiratory.svg");
    background-repeat: no-repeat;
    background-size: 26px 26px;
  }
  .c-search-tenants__select-subject__label--ophthalmology {
    position: relative;
  }
  .c-search-tenants__select-subject__label--ophthalmology:before {
    content: "";
    position: absolute;
    top: calc(52% - 26px / 2);
    left: 10px;
    width: 26px;
    height: 26px;
    background-image: url("../images/icons/subject/sbj-ophthalmology.svg");
    background-repeat: no-repeat;
    background-size: 26px 26px;
  }
  .c-search-tenants__select-subject__label--otolaryngology {
    position: relative;
  }
  .c-search-tenants__select-subject__label--otolaryngology:before {
    content: "";
    position: absolute;
    top: calc(52% - 26px / 2);
    left: 10px;
    width: 26px;
    height: 26px;
    background-image: url("../images/icons/subject/sbj-otolaryngology.svg");
    background-repeat: no-repeat;
    background-size: 26px 26px;
  }
  .c-search-tenants__select-subject__label--pediatrics {
    position: relative;
  }
  .c-search-tenants__select-subject__label--pediatrics:before {
    content: "";
    position: absolute;
    top: calc(52% - 26px / 2);
    left: 10px;
    width: 26px;
    height: 26px;
    background-image: url("../images/icons/subject/sbj-pediatrics.svg");
    background-repeat: no-repeat;
    background-size: 26px 26px;
  }
  .c-search-tenants__select-subject__label--psychosomatic {
    position: relative;
  }
  .c-search-tenants__select-subject__label--psychosomatic:before {
    content: "";
    position: absolute;
    top: calc(52% - 26px / 2);
    left: 10px;
    width: 26px;
    height: 26px;
    background-image: url("../images/icons/subject/sbj-psychosomatic.svg");
    background-repeat: no-repeat;
    background-size: 26px 26px;
  }
  .c-search-tenants__select-subject__label--dental {
    position: relative;
  }
  .c-search-tenants__select-subject__label--dental:before {
    content: "";
    position: absolute;
    top: calc(52% - 26px / 2);
    left: 10px;
    width: 26px;
    height: 26px;
    background-image: url("../images/icons/subject/sbj-dental.svg");
    background-repeat: no-repeat;
    background-size: 26px 26px;
  }
  .c-search-tenants__select-subject__label--plasticsurgery {
    position: relative;
  }
  .c-search-tenants__select-subject__label--plasticsurgery:before {
    content: "";
    position: absolute;
    top: calc(52% - 26px / 2);
    left: 10px;
    width: 26px;
    height: 26px;
    background-image: url("../images/icons/subject/sbj-plasticsurgery.svg");
    background-repeat: no-repeat;
    background-size: 26px 26px;
  }
  .c-search-tenants__select-subject__label--psychiatry {
    position: relative;
  }
  .c-search-tenants__select-subject__label--psychiatry:before {
    content: "";
    position: absolute;
    top: calc(52% - 26px / 2);
    left: 10px;
    width: 26px;
    height: 26px;
    background-image: url("../images/icons/subject/sbj-psychiatry.svg");
    background-repeat: no-repeat;
    background-size: 26px 26px;
  }
  .c-search-tenants__select-subject__label--nephrology {
    position: relative;
  }
  .c-search-tenants__select-subject__label--nephrology:before {
    content: "";
    position: absolute;
    top: calc(52% - 26px / 2);
    left: 10px;
    width: 26px;
    height: 26px;
    background-image: url("../images/icons/subject/sbj-nephrology.svg");
    background-repeat: no-repeat;
    background-size: 26px 26px;
  }
}
.c-search-tenants__select-subject input[type=radio] {
  display: none;
}
.c-search-tenants__select-subject input[type=radio]:checked + label {
  background-color: #275019;
  color: white;
}
.c-search-tenants__select-area {
  padding: 10px 50px 20px;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 8px 10px;
  text-align: center;
}
@media screen and (max-width: 1439px) {
  .c-search-tenants__select-area {
    padding: 10px 30px 20px;
  }
}
@media screen and (max-width: 767px) {
  .c-search-tenants__select-area {
    padding: 20px 10px;
    gap: 10px 12px;
  }
}
.c-search-tenants__select-area label {
  display: inline-block;
  color: white;
  border-radius: 8px;
  background: #275019;
  padding: 5px 20px 5px;
  letter-spacing: 0.08em;
  word-break: keep-all;
  transition: 0.2s;
}
.c-search-tenants__select-area label:hover {
  cursor: pointer;
}
@media screen and (max-width: 1439px) {
  .c-search-tenants__select-area label {
    padding: 5px 8px 5px;
    font-size: 0.9rem;
  }
}
@media screen and (max-width: 1023px) {
  .c-search-tenants__select-area label {
    width: 15%;
    padding: 5px 4px 5px;
    font-size: 0.8rem;
    letter-spacing: 0.03em;
  }
}
@media screen and (max-width: 767px) {
  .c-search-tenants__select-area label {
    padding: 5px 10px 5px;
    font-size: 1rem;
    width: initial;
  }
}
@media screen and (max-width: 320px) {
  .c-search-tenants__select-area label {
    font-size: 0.8rem;
  }
}
.c-search-tenants__select-area input[type=radio] {
  display: none;
}
.c-search-tenants__select-area input[type=radio]:checked + label {
  color: #80C41C;
  background: white;
}
@media screen and (max-width: 767px) {
  .c-search-tenants__select-area input[type=radio]:checked + label {
    margin: 2px 6px 10px 2px;
  }
}
.c-search-tenants__options {
  padding: 0 50px 0;
  font-weight: bold;
  color: white;
  font-size: 1.2rem;
}
@media screen and (max-width: 1439px) {
  .c-search-tenants__options {
    font-size: 1rem;
    padding: 0 30px 0;
    line-height: 1.6;
  }
}
@media screen and (max-width: 767px) {
  .c-search-tenants__options {
    padding: 0 10px 0;
  }
}
.c-search-tenants__options__heading {
  text-align: right;
  word-break: keep-all;
  white-space: nowrap;
}
.c-search-tenants__options__group {
  display: grid;
  grid-template-columns: 7.5rem auto;
  justify-content: flex-start;
  gap: 1rem;
}
.c-search-tenants__options label {
  display: inline-block;
  min-width: 180px;
  margin-right: 10px;
}
.c-search-tenants__options input[type=checkbox] {
  display: none;
}
.c-search-tenants__options input[type=checkbox] + span {
  padding-left: 35px;
  position: relative;
}
.c-search-tenants__options input[type=checkbox] + span:before {
  content: "";
  position: absolute;
  z-index: 1;
  top: 4px;
  left: 0;
  display: block;
  width: 22px;
  height: 22px;
  border: 3px solid white;
}
@media screen and (max-width: 767px) {
  .c-search-tenants__options input[type=checkbox] + span:before {
    top: 2px;
    width: 18px;
    height: 18px;
  }
}
.c-search-tenants__options input[type=checkbox] + span:after {
  content: "";
  position: absolute;
  z-index: 2;
  top: -5px;
  left: -5px;
  display: block;
  width: 36px;
  height: 36px;
  background: url("../images/icons/checked-blue.svg") no-repeat;
  transform: scale(0);
  transition: 0.2s;
}
@media screen and (max-width: 767px) {
  .c-search-tenants__options input[type=checkbox] + span:after {
    width: 28px;
    height: 28px;
  }
}
.c-search-tenants__options input[type=checkbox]:checked + span:after {
  transform: scale(1);
}
.c-search-tenants__submit-button {
  margin: 30px 50px 40px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 2rem;
  text-align: center;
  position: relative;
}
@media screen and (max-width: 767px) {
  .c-search-tenants__submit-button {
    display: block;
  }
}
@media screen and (max-width: 320px) {
  .c-search-tenants__submit-button {
    margin: 30px 20px 0;
  }
}
.c-search-tenants__submit-button .c-button__frame {
  position: relative;
}
@media screen and (max-width: 767px) {
  .c-search-tenants__submit-button .c-button__frame {
    margin-top: 20px;
    position: relative;
    display: inline-block;
  }
}
.c-search-tenants__close-button {
  position: fixed;
  z-index: 20;
  top: 30px;
  right: calc((100% - 1270px) / 2 - 40px);
  width: 80px;
  height: 80px;
  border-radius: 100px;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.15);
  text-align: center;
  background: white;
}
@media screen and (max-width: 1439px) {
  .c-search-tenants__close-button {
    top: 20px;
    right: 20px;
  }
}
@media screen and (max-width: 1023px) {
  .c-search-tenants__close-button {
    top: 65px;
    right: 10px;
  }
}
@media screen and (max-width: 767px) {
  .c-search-tenants__close-button {
    position: relative;
    top: initial;
    right: initial;
    margin: 30px auto 0;
  }
}
.c-search-tenants__close-button > a {
  display: block;
  width: 100%;
  height: 100%;
  line-height: 1;
  padding-top: 50px;
  font-size: 0.8rem;
  background: url("../images/icons/cross-blue.svg") no-repeat;
  background-position: center 15px;
  background-size: 40px;
}

.c-heading__h2, .p-interview-detail__title, .p-interview-detail__info__heading, .p-interview__list__heading > h1, .p-results__list__heading > h1, .p-buildings__list__heading, .p-questions__header h1, .p-page-common__heading, .p-inquiry__header h1, .p-archive__header h1, .p-tenant__similar__heading, .p-tenant__access__heading, .p-tenant__detail__heading, .p-about__title, .p-index__recommend__heading, .p-index__tenants__heading, .p-index__interview__heading, .p-index__service__heading {
  text-align: center;
  font-size: 2.2rem;
  color: #80C41C;
  padding-bottom: 25px;
  margin-bottom: 50px;
  letter-spacing: 0.12em;
  position: relative;
}
.c-heading__h2:after, .p-interview-detail__title:after, .p-interview-detail__info__heading:after, .p-interview__list__heading > h1:after, .p-results__list__heading > h1:after, .p-buildings__list__heading:after, .p-questions__header h1:after, .p-page-common__heading:after, .p-inquiry__header h1:after, .p-archive__header h1:after, .p-tenant__similar__heading:after, .p-tenant__access__heading:after, .p-tenant__detail__heading:after, .p-about__title:after, .p-index__recommend__heading:after, .p-index__tenants__heading:after, .p-index__interview__heading:after, .p-index__service__heading:after {
  content: "";
  display: block;
  width: 250px;
  height: 8px;
  background: #007804;
  position: absolute;
  bottom: 0;
  left: calc(50% - 125px);
}
@media screen and (max-width: 767px) {
  .c-heading__h2:after, .p-interview-detail__title:after, .p-interview-detail__info__heading:after, .p-interview__list__heading > h1:after, .p-results__list__heading > h1:after, .p-buildings__list__heading:after, .p-questions__header h1:after, .p-page-common__heading:after, .p-inquiry__header h1:after, .p-archive__header h1:after, .p-tenant__similar__heading:after, .p-tenant__access__heading:after, .p-tenant__detail__heading:after, .p-about__title:after, .p-index__recommend__heading:after, .p-index__tenants__heading:after, .p-index__interview__heading:after, .p-index__service__heading:after {
    width: 90px;
    height: 5px;
    left: calc(50% - 45px);
  }
}
@media screen and (max-width: 767px) {
  .c-heading__h2, .p-interview-detail__title, .p-interview-detail__info__heading, .p-interview__list__heading > h1, .p-results__list__heading > h1, .p-buildings__list__heading, .p-questions__header h1, .p-page-common__heading, .p-inquiry__header h1, .p-archive__header h1, .p-tenant__similar__heading, .p-tenant__access__heading, .p-tenant__detail__heading, .p-about__title, .p-index__recommend__heading, .p-index__tenants__heading, .p-index__interview__heading, .p-index__service__heading {
    font-size: 1.4rem;
  }
}

.c-heading__border-dashed {
  display: inline-block;
  font-size: 1.8rem;
  line-height: 1.5;
  letter-spacing: 0.05em;
  margin-bottom: 40px;
  position: relative;
}
.c-heading__border-dashed:before {
  content: "";
  background-image: none, linear-gradient(to right, #fff737, #fff737 8px, transparent 8px, transparent 14px);
  background-size: 14px 4px, 14px 4px, 14px 8px, 14px 8px;
  background-position: left top, left bottom, left top, right top;
  background-repeat: repeat-x, repeat-x, repeat-y, repeat-y;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  .c-heading__border-dashed {
    margin: 20px 0;
    font-size: 1.3rem;
  }
}

.c-cta {
  background: white;
  padding: 40px 0 40px;
}
@media screen and (max-width: 1023px) {
  .c-cta {
    padding: 40px 0 50px;
  }
}
.c-cta .inner {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 1023px) {
  .c-cta .inner {
    display: block;
  }
}
.c-cta__tel {
  width: 47%;
}
@media screen and (max-width: 1023px) {
  .c-cta__tel {
    width: 100%;
  }
}
.c-cta__tel__number {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  line-height: 1;
  padding: 10px 0 0;
}
@media screen and (max-width: 1023px) {
  .c-cta__tel__number {
    justify-content: center;
  }
}
.c-cta__tel__number > img {
  width: 52px;
  vertical-align: middle;
  margin-top: 5px;
  margin-right: 10px;
}
@media screen and (max-width: 767px) {
  .c-cta__tel__number > img {
    width: 40px;
  }
}
.c-cta__tel__number > span {
  font-size: 3.5rem;
  font-family: din-2014, sans-serif;
  font-weight: 400;
  color: #80C41C;
}
@media screen and (max-width: 767px) {
  .c-cta__tel__number > span {
    font-size: 2.6rem;
  }
}
.c-cta__tel__note {
  text-align: right;
  color: #80C41C;
}
@media screen and (max-width: 1023px) {
  .c-cta__tel__note {
    text-align: center;
  }
}
.c-cta__button {
  width: 47%;
}
@media screen and (max-width: 1023px) {
  .c-cta__button {
    width: 100%;
    text-align: center;
    margin: 30px 0 0;
  }
}

.wp-pagenavi {
  text-align: center;
  position: relative;
  line-height: 1.7;
  padding: 0 0 20px;
}
@media screen and (max-width: 767px) {
  .wp-pagenavi {
    width: 100%;
    padding-bottom: 60px;
    margin-bottom: 40px;
  }
}
.wp-pagenavi .page,
.wp-pagenavi span.current {
  display: inline-block;
  width: 40px;
  height: 40px;
  border: 2px solid #01A0C6;
  text-align: center;
  margin: 9px 15px;
  padding: 0;
  font-family: din-2014, sans-serif;
  font-weight: 400;
  font-size: 1.4rem;
  vertical-align: middle;
}
@media screen and (max-width: 767px) {
  .wp-pagenavi .page,
  .wp-pagenavi span.current {
    width: 38px;
    height: 38px;
    margin: 9px 2px;
    line-height: 1;
    padding-top: 9px;
    font-size: 1rem;
  }
}
.wp-pagenavi span.current {
  background: #01A0C6;
  color: white;
}
.wp-pagenavi > a {
  padding: 0px;
  background: white;
  color: #01A0C6;
}
.wp-pagenavi > a:hover {
  background: #01A0C6;
  border: 2px solid #01A0C6;
  color: white;
}
.wp-pagenavi > a.nextpostslink, .wp-pagenavi > a.previouspostslink {
  display: inline-block;
  vertical-align: middle;
  height: 48px;
  width: 48px;
  background: #01A0C6;
  text-align: center;
}
.wp-pagenavi > a.nextpostslink:hover, .wp-pagenavi > a.previouspostslink:hover {
  border: none;
}
@media screen and (max-width: 767px) {
  .wp-pagenavi > a.nextpostslink, .wp-pagenavi > a.previouspostslink {
    height: 38px;
    width: 38px;
    margin-top: 9px;
  }
}
.wp-pagenavi > a.nextpostslink {
  margin-left: 70px;
  position: relative;
  position: relative;
}
.wp-pagenavi > a.nextpostslink:before {
  content: "";
  position: absolute;
  top: calc(52% - 32px / 2);
  left: -60px;
  width: 32px;
  height: 32px;
  background-image: url("../images/icons/pagenavi-dots.svg");
  background-repeat: no-repeat;
  background-size: 32px 32px;
}
.wp-pagenavi > a.nextpostslink:after {
  content: "";
  position: absolute;
  top: calc(54% - 24px / 2);
  right: 15px;
  width: 24px;
  height: 24px;
  background-image: url("../images/icons/arrow-right-white.svg");
  background-repeat: no-repeat;
  background-size: 24px 24px;
}
@media screen and (max-width: 767px) {
  .wp-pagenavi > a.nextpostslink {
    margin-left: 20px;
    position: relative;
    position: absolute;
    right: 25px;
    top: 0;
  }
  .wp-pagenavi > a.nextpostslink:after {
    content: "";
    position: absolute;
    top: calc(54% - 24px / 2);
    right: 10px;
    width: 24px;
    height: 24px;
    background-image: url("../images/icons/arrow-right-white.svg");
    background-repeat: no-repeat;
    background-size: 24px 24px;
  }
  .wp-pagenavi > a.nextpostslink:before {
    display: none;
  }
}
.wp-pagenavi > a.previouspostslink {
  margin-right: 70px;
  position: relative;
  position: relative;
}
.wp-pagenavi > a.previouspostslink:after {
  content: "";
  position: absolute;
  top: calc(54% - 32px / 2);
  right: -60px;
  width: 32px;
  height: 32px;
  background-image: url("../images/icons/pagenavi-dots.svg");
  background-repeat: no-repeat;
  background-size: 32px 32px;
}
.wp-pagenavi > a.previouspostslink:before {
  content: "";
  position: absolute;
  top: calc(52% - 24px / 2);
  left: 15px;
  width: 24px;
  height: 24px;
  background-image: url("../images/icons/arrow-left-white.svg");
  background-repeat: no-repeat;
  background-size: 24px 24px;
}
@media screen and (max-width: 767px) {
  .wp-pagenavi > a.previouspostslink {
    margin-right: 20px;
    position: relative;
    position: absolute;
    left: 25px;
    top: 0;
  }
  .wp-pagenavi > a.previouspostslink:before {
    content: "";
    position: absolute;
    top: calc(52% - 24px / 2);
    left: 10px;
    width: 24px;
    height: 24px;
    background-image: url("../images/icons/arrow-left-white.svg");
    background-repeat: no-repeat;
    background-size: 24px 24px;
  }
  .wp-pagenavi > a.previouspostslink:after {
    display: none;
  }
}
.wp-pagenavi > span {
  padding: 0px;
}
.wp-pagenavi > span.current {
  font-weight: normal;
}

.c-tenant-list {
  padding: 50px 0 20px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
  justify-content: space-between;
  align-items: flex-start;
}
@media screen and (max-width: 1023px) {
  .c-tenant-list {
    grid-template-columns: 1fr;
  }
}
@media screen and (max-width: 767px) {
  .c-tenant-list {
    padding: 30px 15px 20px;
  }
}
.c-tenant-list__tenant {
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 7;
  gap: 5px;
  border-radius: 20px;
  background: white;
  box-shadow: 2px 2px 8px rgba(189, 189, 189, 0.5);
  margin-bottom: 50px;
  position: relative;
}
@media screen and (max-width: 1023px) {
  .c-tenant-list__tenant {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .c-tenant-list__tenant {
    grid-template-rows: initial;
  }
}
.c-tenant-list__tenant__inner {
  display: inherit;
  grid-template-rows: inherit;
  grid-row: inherit;
  gap: 8px;
  padding: 0;
  margin-bottom: 10px;
}
.c-tenant-list__tenant__thumbnail {
  overflow: hidden;
  border-radius: 20px 20px 0 0;
}
.c-tenant-list__tenant__thumbnail img {
  width: 100%;
  height: auto;
  transition: 0.3s;
}
.c-tenant-list__tenant__status {
  position: absolute;
  top: 20px;
  right: 15px;
  width: 85px;
  height: 85px;
}
.c-tenant-list__tenant__status--recommended {
  width: 140px;
  right: 0;
}
.c-tenant-list__tenant__new {
  position: absolute;
  top: -28px;
  left: 0;
  width: 85px;
  height: 85px;
}
@media screen and (max-width: 767px) {
  .c-tenant-list__tenant__new {
    top: -15px;
    width: 50px;
  }
}
.c-tenant-list__tenant__catchphrase {
  font-weight: bold;
  color: #80C41C;
  margin-bottom: 5px;
  padding: 0 15px 0;
}
@media screen and (max-width: 767px) {
  .c-tenant-list__tenant__catchphrase {
    padding: 0 6px;
    background: #f0fff0;
    line-height: 1.6;
  }
}
.c-tenant-list__tenant__catchphrase > span {
  display: inline-block;
  padding: 0 6px;
}
@media screen and (max-width: 767px) {
  .c-tenant-list__tenant__catchphrase > span {
    background: none;
  }
}
.c-tenant-list__tenant__catchphrase > span br {
  display: none;
}
@media screen and (max-width: 767px) {
  .c-tenant-list__tenant__catchphrase > span br {
    display: initial;
  }
}
.c-tenant-list__tenant__title {
  font-size: 1.8rem;
  font-weight: normal;
  line-height: 1.3;
  text-align: left;
  padding: 0 15px 0;
}
.c-tenant-list__tenant__address {
  line-height: 1;
  margin-bottom: 10px;
  font-size: 0.9rem;
  padding-left: 42px;
  position: relative;
}
.c-tenant-list__tenant__address:before {
  content: "";
  position: absolute;
  top: calc(52% - 20px / 2);
  left: 15px;
  width: 20px;
  height: 20px;
  background-image: url("../images/icons/pin-blue.svg");
  background-repeat: no-repeat;
  background-size: 20px 20px;
}
.c-tenant-list__tenant__site-tag {
  display: inline-block;
  padding: 20px 15px 0;
  font-size: 1.1rem;
}
.c-tenant-list__tenant__site-tag > span {
  display: inline-block;
  background: #01A0C6;
  padding: 4px 10px;
  color: white;
  margin-right: 8px;
}
@media screen and (max-width: 767px) {
  .c-tenant-list__tenant__site-tag {
    left: 0;
  }
}
.c-tenant-list__tenant__access {
  padding: 0 15px 0;
  line-height: 1;
  font-size: 0.9rem;
  padding-left: 42px;
  position: relative;
}
.c-tenant-list__tenant__access:before {
  content: "";
  position: absolute;
  top: calc(52% - 20px / 2);
  left: 15px;
  width: 20px;
  height: 20px;
  background-image: url("../images/icons/train-blue.svg");
  background-repeat: no-repeat;
  background-size: 20px 20px;
}
.c-tenant-list__tenant__subjects {
  display: flex;
  flex-wrap: wrap;
  overflow: hidden;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  padding: 0 10px 10px;
}
.c-tenant-list__tenant__subjects > li {
  width: 16.666%;
  white-space: nowrap;
  text-align: center;
  font-size: 0.8rem;
  color: #bdbdbd;
  padding: 3px 5px;
}
.c-tenant-list__tenant__subjects > li > span {
  display: inline-block;
  width: 100%;
  padding: 1px 6px;
  text-align: center;
  background: #cccccc;
  color: white;
  border-radius: 20px;
}
@media screen and (max-width: 1439px) {
  .c-tenant-list__tenant__subjects > li {
    font-size: 0.7rem;
  }
}
@media screen and (max-width: 767px) {
  .c-tenant-list__tenant__subjects > li > span > span {
    display: none;
  }
}
.c-tenant-list__tenant__subjects > li.c-tenant-list__tenant__subjects--active > span {
  background: #007804;
}
.c-tenant-list__tenant:hover .c-tenant-list__tenant__thumbnail img {
  transform: scale(1.1);
  opacity: 0.8;
}

.c-form__input-columns {
  display: flex;
  justify-content: space-between;
  margin-bottom: 50px;
}
.c-form__input-column {
  width: 47%;
  display: flex;
  align-items: center;
  position: relative;
  flex-wrap: wrap;
}
.c-form__input-column > span {
  width: calc(10% - 15px);
  margin-right: 15px;
}
@media screen and (max-width: 767px) {
  .c-form__input-column > span {
    width: calc(20% - 15px);
  }
}
.c-form__input-column > input {
  flex-grow: 1;
  max-width: 90%;
}
@media screen and (max-width: 767px) {
  .c-form__input-column > input {
    max-width: 80%;
  }
}
.c-form__input-column--single {
  width: 100%;
}
.c-form__input-column--single > input {
  max-width: 100%;
}
.c-form__label {
  font-weight: bold;
  letter-spacing: 0.05em;
  line-height: 1;
  font-weight: bold;
}
.c-form__label__require {
  display: inline-block;
  background: #01A0C6;
  color: white;
  margin-left: 10px;
  padding: 0 8px;
  line-height: 1.5;
  font-weight: normal;
  font-size: 0.8rem;
}
.c-form__label__multiple {
  display: inline-block;
  background: #bdbdbd;
  color: white;
  margin-left: 10px;
  padding: 0 8px;
  line-height: 1.5;
  font-weight: normal;
  font-size: 0.8rem;
}
.c-form input[type=text] {
  padding: 4px 10px;
  background: #f5f5f5;
  box-shadow: 2px 2px 2px 0 rgba(0, 0, 0, 0.1) inset;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Hiragino Sans", "Noto Sans CJK JP", "Original Yu Gothic", "Yu Gothic", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Sans Emoji";
  font-weight: 400;
}
.c-form input[type=text]::placeholder {
  color: #bdbdbd;
}
@media screen and (max-width: 320px) {
  .c-form input[type=text]::placeholder {
    font-size: 0.9rem;
  }
}
@media screen and (max-width: 767px) {
  .c-form input[type=text] {
    padding: 4px 4px;
  }
}
.c-form textarea {
  padding: 6px 10px;
  width: 100%;
  min-height: 250px;
  background: #f5f5f5;
  box-shadow: 2px 2px 2px 0 rgba(0, 0, 0, 0.1) inset;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Hiragino Sans", "Noto Sans CJK JP", "Original Yu Gothic", "Yu Gothic", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Sans Emoji";
  font-weight: 400;
}
.c-form textarea::placeholder {
  color: #bdbdbd;
}
.c-form input[type=checkbox] {
  display: none;
}
.c-form input[type=checkbox] + span {
  padding-left: 35px;
  position: relative;
}
.c-form input[type=checkbox] + span:before {
  content: "";
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  display: block;
  width: 26px;
  height: 26px;
  box-shadow: 2px 2px 2px 0 rgba(0, 0, 0, 0.1) inset;
  background: #eaeaea;
}
.c-form input[type=checkbox] + span:after {
  content: "";
  position: absolute;
  z-index: 2;
  top: -7px;
  left: -5px;
  display: block;
  width: 36px;
  height: 36px;
  background: url("../images/icons/checked-blue.svg") no-repeat;
  transform: scale(0);
  transition: 0.2s;
}
.c-form input[type=checkbox]:checked + span:after {
  transform: scale(1);
}
.c-form__checkbox-group {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 15px;
}
.c-form__checkbox-group .horizontal-item {
  width: 24%;
  margin-left: 0;
  margin-bottom: 14px;
}
@media screen and (max-width: 767px) {
  .c-form__checkbox-group .horizontal-item {
    width: 45%;
  }
}
.c-form__privacy {
  border-top: 1px solid #bdbdbd;
  padding: 50px 0 50px;
}
.c-form__privacy__heading {
  text-align: center;
}
@media screen and (max-width: 767px) {
  .c-form__privacy__heading {
    text-align: left;
    font-size: 0.8rem;
  }
}
.c-form__privacy__term {
  height: 200px;
  overflow-y: scroll;
  font-size: 0.9rem;
  color: #555;
  border: 1px solid #dbdbdb;
  padding: 40px;
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .c-form__privacy__term {
    padding: 25px 15px;
  }
}
.c-form__privacy__term p {
  color: #555;
  font-size: 0.85rem;
  line-height: 1.4;
}
.c-form__privacy__checkbox {
  text-align: center;
}
.c-form__button-box {
  text-align: center;
  display: flex;
  flex-direction: row-reverse;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}

.mw_wp_form .horizontal-item + .horizontal-item {
  margin-left: 0;
}

.c-form__steps {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 30px 0 80px;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .c-form__steps {
    padding: 10px 0 50px;
  }
}
.c-form__steps__step {
  display: inline-block;
  width: 54px;
  min-width: 54px;
  height: 54px;
  border-radius: 27px;
  background: white;
  border: 2px solid white;
  text-align: center;
  padding-top: 18px;
  font-size: 0.9rem;
  color: #828282;
}
.c-form__steps__line {
  display: inline-block;
  width: 120px;
  height: 1px;
  background: #828282;
  margin: 0 20px 0;
}
@media screen and (max-width: 767px) {
  .c-form__steps__line {
    width: 40px;
    margin: 0 10px 0;
  }
}

.mw_wp_form_input .c-form__steps__step--input {
  border: 2px solid #80C41C;
  color: #333333;
}
.mw_wp_form_confirm .c-form__steps__step--confirm {
  border: 2px solid #80C41C;
}
.mw_wp_form_confirm .c-form__privacy__heading {
  display: none;
}
.mw_wp_form_confirm .c-form__privacy__term {
  display: none;
}
.mw_wp_form_confirm .c-button__round--back {
  margin-right: 40px;
}
@media screen and (max-width: 767px) {
  .mw_wp_form_confirm .c-button__round--back {
    margin-right: 0;
  }
}
.mw_wp_form_confirm .c-button__go-detail {
  background: #80C41C;
}
@media screen and (max-width: 767px) {
  .mw_wp_form_confirm .c-button__go-detail {
    margin-bottom: 40px;
  }
}
.mw_wp_form .error {
  width: 100%;
  text-align: right;
  margin-right: 0;
  font-size: 0.8rem;
  letter-spacing: 0.03em;
}

.c-article__header__meta {
  display: flex;
  justify-content: space-between;
}
.c-article__header__time {
  font-family: din-2014, sans-serif;
  font-weight: 400;
  font-size: 1.3rem;
  letter-spacing: 0.08em;
  color: #80C41C;
}
.c-article__header__category li a {
  background: #01A0C6;
  color: white;
  border-radius: 20px;
  padding: 2px 10px 2px;
}
.c-article__header__title {
  font-size: 1.8rem;
  line-height: 1.4;
  margin: 30px 0 60px;
  padding: 0 0 20px;
  border-bottom: 2px solid #80C41C;
  color: #80C41C;
}
@media screen and (max-width: 767px) {
  .c-article__header__title {
    font-size: 1.8rem;
    margin: 20px 0 30px;
  }
}
.c-article__header__thumbnail-box {
  margin: 40px 0 60px;
  border-radius: 10px;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .c-article__header__thumbnail-box {
    margin: 30px 0 40px;
  }
}
.c-article__header__thumbnail-box img {
  width: 100%;
  height: auto;
}
.c-article__body h2 {
  padding: 0px 0 3px 20px;
  border-left: 5px solid #80C41C;
  line-height: 1.2;
  margin: 60px 0 40px;
  font-size: 1.6rem;
  color: #80C41C;
}
@media screen and (max-width: 767px) {
  .c-article__body h2 {
    padding-left: 15px;
  }
}
.c-article__body h3 {
  color: #56ccf2;
  line-height: 1.5;
  margin: 50px 0 30px;
  font-size: 1.3rem;
}
.c-article__body h4 {
  line-height: 1.5;
  margin: 40px 0 20px;
  font-size: 1.1rem;
}
.c-article__body p {
  line-height: 1.6;
}
.c-article__body .wp-block-table table td {
  border: 1px solid #333333;
  padding: 5px 10px;
}
.c-article__body .wp-block-table figcaption {
  margin: 8px 0 10px;
  text-align: right;
}
.c-article__body ul,
.c-article__body ol {
  margin: 30px 0 40px;
}
.c-article__body ul {
  padding-left: 30px;
}
.c-article__body ul > li {
  padding-left: 20px;
  position: relative;
}
.c-article__body ul > li:before {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border-radius: 100%;
  background: #56ccf2;
  position: absolute;
  top: 14px;
  left: 0;
}
.c-article__body ol {
  counter-reset: number;
  list-style: none;
  padding-left: 30px;
}
.c-article__body ol > li:before {
  counter-increment: number;
  content: counter(number);
  margin-right: 10px;
  color: #56ccf2;
  font-weight: bold;
}
.c-article__body strong {
  background: linear-gradient(transparent, transparent 65%, #fff737, 65%, #fff737);
}
.c-article__body iframe {
  margin-bottom: 20px;
}
.c-article__body .wp-block-buttons {
  margin: 30px 0 40px;
}
.c-article__body .wp-block-buttons .wp-block-button__link {
  background: #80C41C;
  color: white;
  font-size: 2rem;
  padding: 15px 80px 13px;
  letter-spacing: 0.1em;
  font-weight: bold;
  border-radius: 0;
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  .c-article__body .wp-block-buttons .wp-block-button__link {
    font-size: 1.3rem;
    padding: 15px 40px 13px;
  }
}
.c-article__body .wp-block-buttons .wp-block-button__link:hover {
  background: #01A0C6;
}
.c-article__body .wp-block-buttons .wp-block-button.is-style-outline .wp-block-button__link {
  border-color: #80C41C;
  background: white;
  color: #80C41C;
  font-size: 1.5rem;
  padding: 15px 90px 15px 70px;
  transition: 0.3s;
  position: relative;
}
.c-article__body .wp-block-buttons .wp-block-button.is-style-outline .wp-block-button__link:after {
  content: "";
  position: absolute;
  top: calc(54% - 25px / 2);
  right: 35px;
  width: 25px;
  height: 25px;
  background-image: url("../images/icons/arrow-right-blue.svg");
  background-repeat: no-repeat;
  background-size: 25px 25px;
}
@media screen and (max-width: 767px) {
  .c-article__body .wp-block-buttons .wp-block-button.is-style-outline .wp-block-button__link {
    font-size: 1rem;
    padding: 15px 50px 15px 30px;
    position: relative;
  }
  .c-article__body .wp-block-buttons .wp-block-button.is-style-outline .wp-block-button__link:after {
    content: "";
    position: absolute;
    top: calc(54% - 18px / 2);
    right: 20px;
    width: 18px;
    height: 18px;
    background-image: url("../images/icons/arrow-right-blue.svg");
    background-repeat: no-repeat;
    background-size: 18px 18px;
  }
}
.c-article__body .wp-block-buttons .wp-block-button.is-style-outline .wp-block-button__link:after {
  transition: 0.3s;
}
.c-article__body .wp-block-buttons .wp-block-button.is-style-outline .wp-block-button__link:hover {
  color: #01A0C6;
  position: relative;
}
.c-article__body .wp-block-buttons .wp-block-button.is-style-outline .wp-block-button__link:hover:after {
  content: "";
  position: absolute;
  top: calc(54% - 25px / 2);
  right: 15px;
  width: 25px;
  height: 25px;
  background-image: url("../images/icons/arrow-right-blue.svg");
  background-repeat: no-repeat;
  background-size: 25px 25px;
}
@media screen and (max-width: 767px) {
  .c-article__body .wp-block-buttons .wp-block-button.is-style-outline .wp-block-button__link:hover {
    position: relative;
  }
  .c-article__body .wp-block-buttons .wp-block-button.is-style-outline .wp-block-button__link:hover:after {
    content: "";
    position: absolute;
    top: calc(54% - 18px / 2);
    right: 10px;
    width: 18px;
    height: 18px;
    background-image: url("../images/icons/arrow-right-blue.svg");
    background-repeat: no-repeat;
    background-size: 18px 18px;
  }
}

html.no-scroll,
body.no-scroll {
  overflow: hidden;
}

.l-header {
  background: white;
  box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 1023px) {
  .l-header {
    height: 65px;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 10;
  }
}
.l-header .inner {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 1023px) {
  .l-header .inner {
    padding: 0;
  }
}
@media screen and (max-width: 1023px) {
  .l-header__left {
    height: 65px;
    width: calc(100% - 210px);
  }
}
@media screen and (max-width: 320px) {
  .l-header__left {
    width: calc(100% - 185px);
  }
}
@media screen and (max-width: 1023px) {
  .main {
    margin-top: 60px;
  }
}
.l-header__breadcrumb {
  padding: 30px 0 30px;
  color: #80C41C;
}
@media screen and (max-width: 767px) {
  .l-header__breadcrumb {
    padding: 20px 15px 10px;
    font-size: 0.8rem;
    border-bottom: 1px solid #275019;
  }
}
@media print {
  .l-header__breadcrumb {
    display: none;
  }
}
.l-header__breadcrumb .inner a {
  color: #80C41C;
  border-bottom: 1px solid #80C41C;
}
.l-header__breadcrumb .inner a:hover {
  color: #01A0C6;
  border-bottom: 1px solid #01A0C6;
}
.l-header__breadcrumb .inner > span {
  padding-right: 40px;
  position: relative;
}
.l-header__breadcrumb .inner > span:after {
  content: "";
  position: absolute;
  top: calc(54% - 10px / 2);
  right: 15px;
  width: 10px;
  height: 10px;
  background-image: url("../images/icons/arrow-right-blue.svg");
  background-repeat: no-repeat;
  background-size: 10px 10px;
}
@media screen and (max-width: 767px) {
  .l-header__breadcrumb .inner > span {
    display: inline-block;
    margin-bottom: 5px;
  }
}
.l-header__breadcrumb .inner > span:last-child {
  padding-right: 0;
}
.l-header__breadcrumb .inner > span:last-child:after {
  background-image: none;
}
@media screen and (max-width: 767px) {
  .l-header__breadcrumb .inner > span:last-child {
    margin-bottom: 0;
  }
}

@media screen and (max-width: 1439px) {
  .hidden-lt-1440 {
    display: none;
  }
}
@media screen and (max-width: 1023px) {
  .hidden-lt-1024 {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .hidden-lt-768 {
    display: none;
  }
}
.l-header__upper {
  display: flex;
  justify-content: space-between;
  padding: 20px 0 0;
}

@media screen and (max-width: 1023px) {
  .l-header__upper {
    display: none;
  }
}
@media print {
  .l-header__upper {
    position: fixed;
    right: 0;
  }
}
.l-header__upper__description {
  margin-bottom: 0;
  padding: 10px 0 0;
  width: 50%;
  font-size: 0.75rem;
}

@media print {
  .l-header__upper__description {
    display: none;
  }
}
.l-header__upper__navigation {
  font-size: 0.9rem;
}

@media print {
  .l-header__upper__navigation {
    display: none;
  }
}
.l-header__upper__navigation__list {
  display: flex;
  padding: 3px 0 0;
}

.l-header__upper__navigation__list li {
  margin-right: 15px;
}

.l-header__upper__navigation__list li a {
  display: inline-block;
  padding: 0px 10px;
  background: #007804;
  border-radius: 20px;
  color: white;
  white-space: nowrap;
}

.l-header__upper__navigation__list li a:hover {
  background: #80C41C;
}

.l-header__upper__navigation__list li a img {
  vertical-align: middle;
  margin-top: -2px;
  width: 18px;
}

.l-header__upper__tel__number {
  font-family: din-2014, sans-serif;
  font-weight: 400;
  font-size: 2rem;
  line-height: 1;
  margin-bottom: 0;
  text-align: center;
}

@media print {
  .l-header__upper__tel__number {
    font-size: 16px;
    display: inline-block;
    margin-right: 10px;
  }
  .l-header__upper__tel__number:before {
    content: "Tel. ";
  }
}
.l-header__upper__tel__note {
  font-size: 0.75rem;
  text-align: center;
}

@media print {
  .l-header__upper__tel__note {
    font-size: 14px;
    display: inline-block;
  }
}
.page-inquiry .l-header__upper,
.page-inquiry-transfer .l-header__upper {
  display: none;
}

@media screen and (max-width: 1439px) {
  .hidden-lt-1440 {
    display: none;
  }
}
@media screen and (max-width: 1023px) {
  .hidden-lt-1024 {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .hidden-lt-768 {
    display: none;
  }
}
.l-header__lower {
  display: flex;
  justify-content: space-between;
  padding: 0 0 20px;
  position: relative;
}

@media print {
  .l-header__lower {
    position: fixed;
    top: 0;
    left: 0;
  }
}
.l-header__lower__logo {
  display: inline-block;
}

.l-header__lower__logo a {
  display: block;
  width: 170px;
  height: 100%;
  margin-right: 45px;
  padding: 20px 0 0;
  line-height: 1;
}

@media screen and (max-width: 1439px) {
  .l-header__lower__logo a {
    padding: 26px 0 0;
    margin-right: 0;
    width: 130px;
  }
}
@media screen and (max-width: 1023px) {
  .l-header__lower__logo a {
    padding: 10px 0 0 15px;
  }
}
@media print {
  .l-header__lower__logo a {
    padding-top: 15px;
    width: 150px;
  }
}
.l-header__lower__logo a img {
  max-width: 100%;
}

.l-header__lower__logo a:hover img {
  opacity: 0.4;
}

.l-header__lower__description {
  display: none;
}

@media screen and (max-width: 1023px) {
  .l-header__lower__description {
    display: inline-block;
    margin: 0;
    font-size: 0.7rem;
    position: absolute;
    bottom: 4px;
    left: 15px;
    line-height: 1;
  }
}
@media screen and (max-width: 320px) {
  .l-header__lower__description {
    font-size: 0.6rem;
    bottom: 6px;
    white-space: nowrap;
  }
}
@media screen and (max-width: 1439px) {
  .l-header__lower__navigation {
    padding: 0 15px 0;
  }
}
@media screen and (max-width: 1023px) {
  .l-header__lower__navigation {
    display: none;
  }
}
@media print {
  .l-header__lower__navigation {
    display: none;
  }
}
.l-header__lower__navigation__list {
  display: flex;
  justify-content: space-between;
  padding-top: 20px;
}

.l-header__lower__navigation__list li {
  position: relative;
}

.l-header__lower__navigation__list li:before {
  content: "";
  display: block;
  z-index: 0;
  background: #01A0C6;
  width: 0%;
  height: 3px;
  position: absolute;
  bottom: 0px;
  left: 50%;
  transition: 0.4s;
  opacity: 0;
}

.l-header__lower__navigation__list li:hover:before {
  width: calc(100% - 30px);
  left: 15px;
  opacity: 1;
}

.l-header__lower__navigation__list li a {
  display: inline-block;
  padding: 10px 15px 10px;
  text-align: center;
  line-height: 1.6;
  white-space: nowrap;
}

@media screen and (max-width: 1439px) {
  .l-header__lower__navigation__list li a {
    padding: 10px 8px 10px;
  }
}
@media screen and (max-width: 1023px) {
  .l-header__lower__navigation__list li a {
    padding: 10px 8px 10px;
  }
}
.l-header__lower__navigation__list li a span {
  display: block;
  font-size: 0.9rem;
  color: #007804;
}

.l-header__lower__navigation__list__second {
  background: url("../images/icons/arrow-down-gray.svg") no-repeat;
  background-position: center bottom;
}

@media print {
  .l-header__lower__button {
    display: none;
  }
}
.page-inquiry .l-header__lower__navigation,
.page-inquiry-transfer .l-header__lower__navigation {
  display: none;
}

@media screen and (max-width: 1439px) {
  .hidden-lt-1440 {
    display: none;
  }
}
@media screen and (max-width: 1023px) {
  .hidden-lt-1024 {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .hidden-lt-768 {
    display: none;
  }
}
@media screen and (max-width: 1439px) {
  .l-header__right {
    min-width: 290px;
  }
}
@media screen and (max-width: 1023px) {
  .l-header__right {
    height: 65px;
    width: 205px;
    min-width: inherit;
  }
}
@media screen and (max-width: 320px) {
  .l-header__right {
    width: 180px;
  }
}
.l-header__right__buttons {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
  margin-top: calc(23px + 1rem);
}

@media screen and (max-width: 1023px) {
  .l-header__right__buttons {
    display: none;
  }
}
.l-header__right__tel {
  display: flex;
  justify-content: space-between;
}

@media screen and (max-width: 1023px) {
  .l-header__right__tel {
    display: none;
  }
}
.l-header__right__tel__number {
  width: 230px;
  margin-bottom: 0;
  font-family: din-2014, sans-serif;
  font-weight: 400;
  font-size: 1.8rem;
  line-height: 1;
}

.l-header__right__tel__number img {
  vertical-align: middle;
  margin-right: 7px;
  width: 30px;
}

@media screen and (max-width: 1439px) {
  .l-header__right__tel__number {
    width: 180px;
    font-size: 1.5rem;
    padding-top: 7px;
    letter-spacing: 0.02em;
  }
  .l-header__right__tel__number img {
    width: 25px;
  }
}
.l-header__right__tel__note {
  border-left: 2px solid #80C41C;
  padding-left: 10px;
  font-size: 0.7rem;
  flex-shrink: 1;
  line-height: 1.4;
}

@media screen and (max-width: 1439px) {
  .l-header__right__tel__note {
    line-height: 1.2;
  }
}
.l-header__right__sp-buttons {
  display: none;
}

@media screen and (max-width: 1023px) {
  .l-header__right__sp-buttons {
    display: flex;
    justify-content: space-between;
  }
}
.page-inquiry .l-header__right__buttons,
.page-inquiry-transfer .l-header__right__buttons {
  display: none;
}

.page-inquiry .l-header__right__sp-buttons,
.page-inquiry-transfer .l-header__right__sp-buttons {
  display: none;
}

.page-inquiry .l-header__right__tel,
.page-inquiry-transfer .l-header__right__tel {
  margin-top: 32px;
}

@media screen and (max-width: 1439px) {
  .page-inquiry .l-header__right__tel,
  .page-inquiry-transfer .l-header__right__tel {
    margin-top: 25px;
  }
}
@media screen and (max-width: 1439px) {
  .hidden-lt-1440 {
    display: none;
  }
}
@media screen and (max-width: 1023px) {
  .hidden-lt-1024 {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .hidden-lt-768 {
    display: none;
  }
}
.l-header__toggle-menu {
  display: none;
  background: #f0fff0;
}

@media screen and (max-width: 1023px) {
  .l-header__toggle-menu {
    display: none;
    position: fixed;
    top: 65px;
    left: 0;
    z-index: 30;
    width: 100%;
    overflow-y: scroll;
  }
  .l-header__toggle-menu.l-header__toggle-menu--visible {
    display: block;
  }
}
.l-header__toggle-menu__navigation {
  padding: 15px 20px;
}

.l-header__toggle-menu__navigation__sub {
  display: flex;
  justify-content: center;
  margin: 0 0 10px;
}

.l-header__toggle-menu__navigation__sub > li {
  margin: 0 10px;
}

.l-header__toggle-menu__navigation__sub > li a {
  display: inline-block;
  background: #007804;
  border-radius: 20px;
  padding: 4px 10px 4px 6px;
  color: white;
  font-size: 0.9rem;
}

@media screen and (max-width: 320px) {
  .l-header__toggle-menu__navigation__sub > li a {
    font-size: 0.8rem;
  }
}
.l-header__toggle-menu__navigation__sub img {
  vertical-align: top;
  width: 20px;
}

@media screen and (max-width: 320px) {
  .l-header__toggle-menu__navigation__sub img {
    width: 18px;
  }
}
.l-header__toggle-menu__navigation__list {
  text-align: center;
  margin-top: 20px;
}

.l-header__toggle-menu__navigation__list > li {
  border-top: 1px solid #007804;
  padding: 7px 0 12px;
}

.l-header__toggle-menu__navigation__list > li > a {
  line-height: 1;
}

.l-header__toggle-menu__navigation__list > li > a > span {
  display: block;
  font-size: 0.85rem;
  color: #007804;
}

.l-header__toggle-menu__info {
  background: white;
  text-align: center;
  padding: 20px 0 0 0;
}

.l-header__toggle-menu__info__number {
  font-family: din-2014, sans-serif;
  font-weight: 400;
  text-align: center;
  font-size: 2.6rem;
  line-height: 1;
}

.l-header__toggle-menu__info__number > a {
  color: white;
}

.l-header__toggle-menu__info .l-header__right__tel__number {
  display: inline-block;
  margin: 0 auto 25px;
  font-size: 2.4rem;
  width: inherit;
}

.l-header__toggle-menu__info .l-header__right__tel__number img {
  width: 42px;
}

.l-header__buttons__heading {
  font-weight: bold;
  font-size: 0.75rem;
  color: #4f4f4f;
}

.l-header__square-button-box {
  display: flex;
  justify-content: space-between;
  flex: 1;
  padding: 6px 0 6px;
}

.l-header__square-button-box--single .l-header__square-button {
  width: 100%;
}

.l-header__square-button {
  display: block;
  width: 48%;
  border: 1px solid #fff737;
  box-shadow: 0 1px 0 0 #fff737;
  border-radius: 5px;
  overflow: hidden;
}

.l-header__square-button > a {
  display: block;
  width: 100%;
  padding: 5px 10px 6px 30px;
  font-size: 1rem;
  text-align: center;
  background: white;
  letter-spacing: 0.06em;
  position: relative;
}

@media screen and (max-width: 320px) {
  .l-header__square-button > a {
    padding-top: 12px;
    font-size: 12px;
  }
}
.l-header__square-button__icon {
  position: absolute;
  top: 10px;
  left: 8px;
  display: block;
  width: 24px;
  height: 24px;
  line-height: 1;
}

.l-header__overlay {
  position: fixed;
  top: 120px;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 5;
  width: 100%;
  height: 100%;
  background: black;
  display: none;
  opacity: 0;
  transition: 0.3s;
}

.l-header__overlay.active {
  display: block;
  opacity: 0.4;
}

.admin-bar .l-header__overlay {
  top: 146px;
}

.page-inquiry .l-header__breadcrumb,
.page-inquiry-transfer .l-header__breadcrumb {
  display: none;
}

.spbr {
  display: none;
}
@media screen and (max-width: 320px) {
  .spbr {
    display: block;
  }
}

@media print {
  .l-footer {
    display: none;
  }
}
.l-footer__upper {
  padding: 80px 0 80px;
  background: url("../images/bg/bg_footer_cta.webp") no-repeat;
  background-size: cover;
}
@media screen and (max-width: 1023px) {
  .l-footer__upper {
    padding: 40px 0 40px;
  }
}
.l-footer__upper .inner {
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 1023px) {
  .l-footer__upper .inner {
    display: block;
    padding: 0 20px 0;
  }
}
@media screen and (max-width: 320px) {
  .l-footer__upper .inner {
    padding: 0 10px 0;
  }
}
.l-footer__upper__lead {
  border-right: 2px solid white;
  padding: 5rem 2rem 4rem 0;
}
@media screen and (max-width: 1023px) {
  .l-footer__upper__lead {
    border-right: none;
    border-bottom: 2px solid white;
    padding: 0 0 2rem 0;
  }
}
@media screen and (max-width: 767px) {
  .l-footer__upper__lead {
    border-bottom: none;
    padding: 0;
  }
}
.l-footer__upper__lead p {
  color: white;
  font-size: 2.5rem;
  line-height: 1.4;
  font-weight: bold;
}
@media screen and (max-width: 1439px) {
  .l-footer__upper__lead p {
    font-size: 2rem;
    line-height: 1.7;
  }
}
@media screen and (max-width: 1023px) {
  .l-footer__upper__lead p {
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  .l-footer__upper__lead p {
    font-size: 1.2rem;
    line-height: 1.4;
  }
  .l-footer__upper__lead p > br {
    display: none;
  }
}
.l-footer__lead {
  text-align: center;
  font-size: 1.6rem;
}
@media screen and (max-width: 767px) {
  .l-footer__lead {
    font-size: 1.1rem;
  }
}
@media screen and (max-width: 320px) {
  .l-footer__lead {
    font-size: 1rem;
  }
}
.l-footer__cta {
  padding: 5rem 0 4rem 3rem;
}
.l-footer__cta p {
  text-align: center;
}
@media screen and (max-width: 1023px) {
  .l-footer__cta {
    padding: 3rem 0 0;
  }
  .l-footer__cta > div {
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  .l-footer__cta {
    padding: 1rem 0 0;
  }
}
.l-footer__access {
  display: flex;
  align-items: flex-start;
}
@media screen and (max-width: 1023px) {
  .l-footer__access {
    justify-content: center;
  }
}
.l-footer__access__tel {
  padding-top: 20px;
  margin-right: 8px;
  font-family: din-2014, sans-serif;
  font-weight: 400;
  text-align: center;
  font-size: 3rem;
  letter-spacing: 0em;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .l-footer__access__tel {
    padding-top: 30px;
  }
}
.l-footer__access__tel img {
  width: 58px;
  vertical-align: middle;
}
@media screen and (max-width: 767px) {
  .l-footer__access__tel img {
    width: 38px;
  }
}
@media screen and (max-width: 320px) {
  .l-footer__access__tel img {
    width: 30px;
  }
}
@media screen and (max-width: 767px) {
  .l-footer__access__tel {
    font-size: 1.8rem;
  }
}
.l-footer__access__tel a {
  color: white;
}
.l-footer__access__note {
  border-top: 1px solid white;
  border-bottom: 1px solid white;
  line-height: 1.3;
  margin: 24px 0 20px;
  padding: 3px 5px;
  color: white;
  font-size: 0.8rem;
}
.l-footer__related-business {
  display: none;
  background: white;
  padding: 15px 0 15px;
}
.l-footer__related-business__list {
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .l-footer__related-business__list {
    display: block;
  }
}
.l-footer__related-business__list > li {
  margin: 0 15px;
}
@media screen and (max-width: 767px) {
  .l-footer__related-business__list > li {
    text-align: center;
    margin-bottom: 15px;
  }
  .l-footer__related-business__list > li:last-child {
    margin-bottom: 0;
  }
}
.l-footer__related-business__list > li > a > img {
  height: 65px;
  width: auto;
}
@media screen and (max-width: 767px) {
  .l-footer__related-business__list > li > a > img {
    width: 230px;
    height: auto;
  }
}
.l-footer__lower {
  background: #275019;
  padding: 1.5rem 0 1.5rem;
  font-size: 0.875rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .l-footer__lower {
    padding: 0;
  }
}
.l-footer__lower .inner {
  display: flex;
  justify-content: space-between;
  flex-direction: row-reverse;
}
@media screen and (max-width: 767px) {
  .l-footer__lower .inner {
    display: block;
  }
}
.l-footer__lower__nav {
  width: 60%;
}
.l-footer__lower__nav > ul {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .l-footer__lower__nav > ul {
    display: block;
    padding: 1.5rem 0 1.5rem 30px;
  }
}
.l-footer__lower__nav > ul > li > a {
  display: inline-block;
  padding: 0.8rem 0 0.8rem;
  color: white;
}
.l-footer__lower__nav > ul > li > a:hover {
  text-decoration: underline;
}
@media screen and (max-width: 767px) {
  .l-footer__lower__nav > ul > li > a {
    padding: 0.4rem 0 0.4rem;
  }
}
.l-footer__lower__copyright p {
  padding: 0.8rem 0 0.8rem;
  color: white;
}
@media screen and (max-width: 767px) {
  .l-footer__lower__copyright p {
    text-align: center;
    padding: 0.8rem 0 1.5rem;
  }
}
.l-footer__lower__scroll-button {
  display: none;
  width: 54px;
  height: 54px;
  position: absolute;
  top: -27px;
  right: 20px;
}
@media screen and (max-width: 767px) {
  .l-footer__lower__scroll-button {
    display: block;
  }
}
.l-footer__lower__scroll-button > a {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  background: #01A0C6;
  overflow: hidden;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.15);
  text-indent: 200px;
  white-space: nowrap;
  position: relative;
}
.l-footer__lower__scroll-button > a:before {
  content: "";
  display: block;
  width: 30px;
  height: 30px;
  background: url("../images/icons/arrow-up-white.svg") no-repeat;
  background-size: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.page-inquiry .l-footer__upper,
.page-inquiry-transfer .l-footer__upper {
  display: none;
}
.page-inquiry .l-footer__lower .inner,
.page-inquiry-transfer .l-footer__lower .inner {
  display: block;
}
.page-inquiry .l-footer__lower__nav,
.page-inquiry-transfer .l-footer__lower__nav {
  display: none;
}
.page-inquiry .l-footer__lower__scroll-button,
.page-inquiry-transfer .l-footer__lower__scroll-button {
  display: none;
}
.page-inquiry .l-footer__lower__copyright > p,
.page-inquiry-transfer .l-footer__lower__copyright > p {
  text-align: center;
}

.p-index__slider {
  height: 470px;
  background: url("../images/photos/index/top_slider01.jpg") no-repeat;
  background-size: cover;
  position: relative;
}
@media screen and (max-width: 1439px) {
  .p-index__slider {
    background-position: right bottom;
    height: 370px;
  }
}
@media screen and (max-width: 767px) {
  .p-index__slider {
    height: 230px;
    background: url("../images/photos/index/top_slider01_sp.jpg") no-repeat;
    background-size: cover;
    background-position: center;
  }
}
.p-index__slider__catchphrase {
  position: absolute;
  bottom: 20px;
  left: 100px;
  color: white;
}
@media screen and (max-width: 1439px) {
  .p-index__slider__catchphrase {
    left: 20px;
  }
}
.p-index__slider__catchphrase > h2 {
  font-size: 4rem;
  line-height: 1.3;
  letter-spacing: 0.05em;
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}
.p-index__slider__catchphrase > h2 > span {
  background: #01A0C6;
}
.p-index__slider__catchphrase > h3 {
  margin-top: 10px;
  font-size: 2.2rem;
  font-weight: normal;
}
.p-index__slider__catchphrase > h3 > span {
  background: #01A0C6;
}
@media screen and (max-width: 1439px) {
  .p-index__slider__catchphrase > h2 {
    font-size: 2.5rem;
  }
  .p-index__slider__catchphrase > h3 {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 767px) {
  .p-index__slider__catchphrase > h2 {
    font-size: 1.6rem;
  }
  .p-index__slider__catchphrase > h3 {
    font-size: 1rem;
    padding-right: 10px;
  }
}

.p-index__information {
  padding: 110px 0 120px;
  position: relative;
}
.p-index__information .inner {
  position: relative;
}
@media screen and (max-width: 1023px) {
  .p-index__information:before {
    content: "";
    display: block;
    width: 50%;
    height: 1px;
    position: absolute;
    top: 0;
    left: 25%;
    background: #83ba24;
  }
}
.p-index__information__heading {
  font-size: 1.8rem;
  letter-spacing: 0.12em;
  padding: 0;
  padding-left: 20px;
  margin-top: 20px;
  border-left: 8px solid #01A0C6;
  color: #80C41C;
}
@media screen and (max-width: 767px) {
  .p-index__information__heading {
    text-align: center;
    margin-bottom: 40px;
    border-left: none;
    padding-left: 0;
    padding-bottom: 8px;
    position: relative;
  }
  .p-index__information__heading:after {
    content: "";
    width: 90px;
    height: 5px;
    background: #01A0C6;
    position: absolute;
    bottom: 0;
    left: calc(50% - 45px);
  }
}
@media screen and (max-width: 767px) {
  .p-index__information__list {
    background: none !important;
  }
}
.p-index__information__list > li {
  border-bottom: 1px solid #80C41C;
}
.p-index__information__list > li:last-child {
  border-bottom: none;
}
.p-index__information__list > li > a {
  display: block;
  padding: 10px 40px 10px 0;
  position: relative;
}
.p-index__information__list > li > a:after {
  content: "";
  position: absolute;
  top: calc(54% - 20px / 2);
  right: 15px;
  width: 20px;
  height: 20px;
  background-image: url("../images/icons/arrow-right-blue.svg");
  background-repeat: no-repeat;
  background-size: 20px 20px;
}
.p-index__information__list > li > a:after {
  transition: 0.2s;
}
.p-index__information__list > li > a:hover {
  position: relative;
}
.p-index__information__list > li > a:hover:after {
  content: "";
  position: absolute;
  top: calc(54% - 20px / 2);
  right: 5px;
  width: 20px;
  height: 20px;
  background-image: url("../images/icons/arrow-right-blue.svg");
  background-repeat: no-repeat;
  background-size: 20px 20px;
}
.p-index__information__list__meta {
  display: flex;
}
.p-index__information__list__meta__time {
  display: inline-block;
  min-width: 80px;
  margin-right: 15px;
  padding: 5px 0 0;
  font-family: din-2014, sans-serif;
  font-weight: 400;
  line-height: 1;
  font-size: 1rem;
  color: #80C41C;
}
.p-index__information__list__meta__category a {
  display: inline-block;
  border-radius: 20px;
  padding: 3px 6px;
  font-size: 0.75rem;
  line-height: 1;
  transition: 0.3s;
  background: #80C41C;
  color: white;
}
.p-index__information__list__meta__category a:hover {
  color: white;
  background: #83ba24;
}
.p-index__information__list__title {
  padding-left: 95px;
  font-weight: normal;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .p-index__information__list__title {
    padding-top: 5px;
    line-height: 1.3;
    font-size: 1.2rem;
    padding-left: 0;
  }
}
.p-index__information__button {
  position: absolute;
  bottom: 0;
  left: 0;
}
@media screen and (max-width: 1439px) {
  .p-index__information__button {
    left: 32px;
  }
}
@media screen and (max-width: 1023px) {
  .p-index__information__button {
    left: 20px;
  }
  .p-index__information__button .c-button__go-detail {
    padding: 15px 50px 15px 40px;
  }
}
@media screen and (max-width: 767px) {
  .p-index__information__button {
    position: relative;
    left: initial;
    text-align: center;
  }
}

.p-index__service {
  padding: 80px 0 0;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-index__service {
    padding: 30px 0 0;
  }
}
.p-index__service:before {
  content: "";
  width: 100%;
  height: calc(100% + 800px);
  top: -250px;
  background: url("../images/bg/bg-parallelogram.svg") no-repeat;
  background-size: 100%;
  position: absolute;
  z-index: -1;
}
@media screen and (max-width: 1439px) {
  .p-index__service:before {
    top: -180px;
    background: url("../images/bg/bg-parallelogram-lg.svg") no-repeat;
    background-size: 100%;
  }
}
@media screen and (max-width: 1023px) {
  .p-index__service:before {
    background: url("../images/bg/bg-parallelogram-md.svg") no-repeat;
    top: -140px;
  }
}
@media screen and (max-width: 767px) {
  .p-index__service:before {
    background: url("../images/bg/bg-parallelogram-sm.svg") no-repeat;
    top: -140px;
  }
}
.p-index__service__group {
  background: url("../images/illusts/index-service.svg") no-repeat;
  background-position: calc(50% - 350px) 30px;
  padding-bottom: 120px;
}
@media screen and (max-width: 1439px) {
  .p-index__service__group {
    background-position: calc(50% - 300px) 30px;
  }
}
@media screen and (max-width: 1023px) {
  .p-index__service__group {
    background-position: center 110px;
    background-size: 500px;
  }
}
@media screen and (max-width: 767px) {
  .p-index__service__group {
    background-position: calc(50% - 5px) 100px;
    background-size: 280px;
  }
}
@media screen and (max-width: 320px) {
  .p-index__service__group {
    background-position: calc(50% - 20px) 80px;
    background-size: 210px;
  }
}
.p-index__service__group .inner {
  padding-left: calc(100% - (100% - 1024px) - 380px);
  padding-top: 50px;
}
@media screen and (max-width: 1439px) {
  .p-index__service__group .inner {
    padding-left: calc(100% - (100% - 1024px) - 450px);
  }
}
@media screen and (max-width: 1023px) {
  .p-index__service__group .inner {
    padding: 0 30px;
  }
}
@media screen and (max-width: 767px) {
  .p-index__service__group .inner {
    padding-right: 15px;
    padding-left: 15px;
  }
}
.p-index__service__group__heading {
  font-weight: normal;
  font-size: 2.2rem;
  line-height: 1.5;
  margin-bottom: 25px;
}
@media screen and (max-width: 1439px) {
  .p-index__service__group__heading {
    font-size: 2.5rem;
  }
}
@media screen and (max-width: 1023px) {
  .p-index__service__group__heading {
    font-size: 2rem;
    text-align: center;
    margin-bottom: 380px;
  }
}
@media screen and (max-width: 767px) {
  .p-index__service__group__heading {
    font-size: 1.7rem;
    margin-bottom: 220px;
  }
}
@media screen and (max-width: 320px) {
  .p-index__service__group__heading {
    font-size: 1.2rem;
    margin-bottom: 220px;
  }
}
.p-index__service__group__heading > span {
  background: url("../images/icons/dot-yellow.svg") no-repeat;
  background-position: center 8px;
}
@media screen and (max-width: 1023px) {
  .p-index__service__group__heading > span {
    background-size: 14px 14px;
    background-position: center 4px;
  }
}
@media screen and (max-width: 767px) {
  .p-index__service__group__heading > span {
    background-size: 10px 10px;
    background-position: center 2px;
  }
}
.p-index__service__group__description {
  margin-bottom: 30px;
}
.p-index__service__group__description > p {
  margin-bottom: 15px;
  line-height: 1.7;
}

.p-index__interview {
  padding: 80px 0 0;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-index__interview {
    padding: 30px 0 0;
  }
}
.p-index__interview:before {
  content: "";
  width: 100%;
  height: calc(100% + 800px);
  top: -250px;
  background: url("../images/bg/bg-parallelogram.svg") no-repeat;
  background-size: 100%;
  position: absolute;
  z-index: -1;
}
@media screen and (max-width: 1439px) {
  .p-index__interview:before {
    top: -180px;
    background: url("../images/bg/bg-parallelogram-lg.svg") no-repeat;
    background-size: 100%;
  }
}
@media screen and (max-width: 1023px) {
  .p-index__interview:before {
    background: url("../images/bg/bg-parallelogram-md.svg") no-repeat;
    top: -140px;
  }
}
@media screen and (max-width: 767px) {
  .p-index__interview:before {
    background: url("../images/bg/bg-parallelogram-sm.svg") no-repeat;
    top: -140px;
  }
}
.p-index__interview__group {
  background: url("../images/illusts/index-interview.svg") no-repeat;
  background-position: calc(50% + 350px) 30px;
  padding-bottom: 120px;
}
@media screen and (max-width: 1439px) {
  .p-index__interview__group {
    background-position: calc(50% + 300px) 30px;
  }
}
@media screen and (max-width: 1023px) {
  .p-index__interview__group {
    background-position: center 110px;
    background-size: 500px;
  }
}
@media screen and (max-width: 767px) {
  .p-index__interview__group {
    background-position: calc(50% - 5px) 100px;
    background-size: 280px;
  }
}
@media screen and (max-width: 320px) {
  .p-index__interview__group {
    background-position: calc(50% - 20px) 80px;
    background-size: 210px;
  }
}
.p-index__interview__group .inner {
  padding-right: calc(100% - (100% - 1024px) - 380px);
  padding-top: 50px;
}
@media screen and (max-width: 1439px) {
  .p-index__interview__group .inner {
    padding-right: calc(100% - (100% - 1024px) - 450px);
  }
}
@media screen and (max-width: 1023px) {
  .p-index__interview__group .inner {
    padding: 0 30px;
  }
}
@media screen and (max-width: 767px) {
  .p-index__interview__group .inner {
    padding-right: 15px;
    padding-left: 15px;
  }
}
.p-index__interview__group__heading {
  font-weight: normal;
  font-size: 2.2rem;
  line-height: 1.5;
  margin-bottom: 25px;
}
@media screen and (max-width: 1439px) {
  .p-index__interview__group__heading {
    font-size: 2.5rem;
  }
}
@media screen and (max-width: 1023px) {
  .p-index__interview__group__heading {
    font-size: 2rem;
    text-align: center;
    margin-bottom: 380px;
  }
}
@media screen and (max-width: 767px) {
  .p-index__interview__group__heading {
    font-size: 1.7rem;
    margin-bottom: 220px;
  }
}
@media screen and (max-width: 320px) {
  .p-index__interview__group__heading {
    font-size: 1.2rem;
    margin-bottom: 220px;
  }
}
.p-index__interview__group__heading > span {
  background: url("../images/icons/dot-yellow.svg") no-repeat;
  background-position: center 8px;
}
@media screen and (max-width: 1023px) {
  .p-index__interview__group__heading > span {
    background-size: 14px 14px;
    background-position: center 4px;
  }
}
@media screen and (max-width: 767px) {
  .p-index__interview__group__heading > span {
    background-size: 10px 10px;
    background-position: center 2px;
  }
}
.p-index__interview__group__description {
  margin-bottom: 30px;
}
.p-index__interview__group__description > p {
  margin-bottom: 15px;
  line-height: 1.7;
}

.p-index__tenants {
  padding: 80px 0 60px;
}
@media screen and (max-width: 767px) {
  .p-index__tenants .inner {
    padding: 20px;
  }
}
.p-index__tenants__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  padding: 0 0 50px;
}
@media screen and (max-width: 767px) {
  .p-index__tenants__list {
    grid-template-columns: 1fr;
    padding: 0 0 50px;
  }
}
.p-index__tenants__list > li {
  position: relative;
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 5;
  gap: 5px;
  border-radius: 20px;
  background: white;
  box-shadow: 2px 2px 8px rgba(189, 189, 189, 0.5);
}
.p-index__tenants__list > li > a {
  display: inherit;
  grid-template-rows: inherit;
  grid-row: inherit;
}
@media screen and (max-width: 767px) {
  .p-index__tenants__list > li {
    width: 100%;
    margin-bottom: 40px;
  }
}
.p-index__tenants__list__img-box {
  width: 100%;
  border-radius: 20px 20px 0 0;
  overflow: hidden;
}
.p-index__tenants__list__img-box > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.p-index__tenants__list__site-tag {
  margin-bottom: 0;
  line-height: 1;
  padding: 15px 15px 0;
}
.p-index__tenants__list__site-tag > span {
  display: inline-block;
  background: #01A0C6;
  padding: 6px 8px;
  color: white;
}
.p-index__tenants__list__title {
  font-size: 1.5rem;
  line-height: 1.4;
  padding: 0 15px 0;
}
@media screen and (max-width: 1439px) {
  .p-index__tenants__list__title {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 1023px) {
  .p-index__tenants__list__title {
    font-size: 1.3rem;
  }
}
.p-index__tenants__list__catchphrase {
  padding: 0 15px 0;
  line-height: 1.4;
  margin-bottom: 0;
  color: #80C41C;
}
.p-index__tenants__list__recommended-subject {
  padding: 0 15px 20px;
  line-height: 1.4;
}
.p-index__tenants__list__recommended-subject > span {
  background: #007804;
  border-radius: 20px;
  color: white;
  padding: 0 8px;
  margin-right: 8px;
  font-size: 0.9rem;
}
.p-index__tenants__buttons {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 1023px) {
  .p-index__tenants__buttons {
    display: block;
  }
}
.p-index__tenants__buttons > div:first-child {
  width: 65%;
}
.p-index__tenants__buttons > div:last-child {
  width: 30%;
}
@media screen and (max-width: 1023px) {
  .p-index__tenants__buttons > div:first-child {
    width: 100%;
  }
  .p-index__tenants__buttons > div:last-child {
    width: 100%;
  }
}

.p-index__recommend {
  padding: 80px 0 60px;
}
.p-index__recommend .inner {
  position: relative;
}
.p-index__recommend__content {
  padding: 20px 0;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-index__recommend__content {
    padding: 0;
  }
}
.p-index__recommend__content__image-box {
  width: 730px;
  height: 475px;
  transition: 0.3s;
}
@media screen and (max-width: 1439px) {
  .p-index__recommend__content__image-box {
    width: 530px;
    height: 375px;
  }
}
@media screen and (max-width: 1023px) {
  .p-index__recommend__content__image-box {
    width: 100%;
    height: 55vw;
    border-radius: 20px 20px 0 0;
    box-shadow: 2px 2px 8px rgba(189, 189, 189, 0.5);
  }
}
@media screen and (max-width: 767px) {
  .p-index__recommend__content__image-box {
    width: 100%;
    height: 55vw;
    border-radius: 0;
    box-shadow: none;
  }
}
.p-index__recommend__content__image-box:hover {
  opacity: 0.7;
}
.p-index__recommend__content__info {
  position: absolute;
  z-index: 1;
  top: 100px;
  right: 0;
  width: 475px;
  border: none;
  border-radius: 20px;
  box-shadow: 2px 2px 8px rgba(189, 189, 189, 0.5);
  background: white;
  padding: 20px 20px 5px;
}
@media screen and (max-width: 1023px) {
  .p-index__recommend__content__info {
    position: relative;
    top: initial;
    width: 100%;
    border-radius: 0 0 20px 20px;
  }
}
@media screen and (max-width: 767px) {
  .p-index__recommend__content__info {
    padding-top: 30px;
    border-radius: 0;
  }
}
.p-index__recommend__content__info__site-tag {
  position: absolute;
  top: -80px;
  right: 0;
}
@media screen and (max-width: 767px) {
  .p-index__recommend__content__info__site-tag {
    top: -20px;
  }
}
.p-index__recommend__content__info__site-tag > p {
  background: #01A0C6;
  color: white;
  padding: 8px 20px 8px 55px;
  font-size: 1.4rem;
  font-weight: bold;
  position: relative;
}
.p-index__recommend__content__info__site-tag > p:before {
  content: "";
  position: absolute;
  top: calc(52% - 30px / 2);
  left: 15px;
  width: 30px;
  height: 30px;
  background-image: url("../images/icons/pin-white.svg");
  background-repeat: no-repeat;
  background-size: 30px 30px;
}
@media screen and (max-width: 767px) {
  .p-index__recommend__content__info__site-tag > p {
    font-size: 1rem;
    padding: 4px 15px 4px 35px;
    position: relative;
  }
  .p-index__recommend__content__info__site-tag > p:before {
    content: "";
    position: absolute;
    top: calc(52% - 20px / 2);
    left: 10px;
    width: 20px;
    height: 20px;
    background-image: url("../images/icons/pin-white.svg");
    background-repeat: no-repeat;
    background-size: 20px 20px;
  }
}
.p-index__recommend__content__info__site-tag > p > span:first-child {
  margin-right: 12px;
}
.p-index__recommend__content__info__catchphrase {
  font-size: 1.1rem;
  line-height: 1.6;
}
.p-index__recommend__content__info__catchphrase > p {
  color: #80C41C;
}
.p-index__recommend__content__info__title {
  font-size: 2rem;
  line-height: 1.4;
  padding-bottom: 8px;
  border-bottom: 1px solid #80C41C;
  transition: 0.2s;
}
.p-index__recommend__content__info:hover .p-index__recommend__content__info__title {
  color: #01A0C6;
}
.p-index__recommend__content__info__access {
  padding: 20px 0;
}
.p-index__recommend__content__info__access p {
  margin-bottom: 0;
  line-height: 1.6;
  padding-left: 25px;
}
.p-index__recommend__content__info__access--address {
  position: relative;
}
.p-index__recommend__content__info__access--address:before {
  content: "";
  position: absolute;
  top: calc(52% - 18px / 2);
  left: 0;
  width: 18px;
  height: 18px;
  background-image: url("../images/icons/pin-blue.svg");
  background-repeat: no-repeat;
  background-size: 18px 18px;
}
.p-index__recommend__content__info__access--station {
  position: relative;
}
.p-index__recommend__content__info__access--station:before {
  content: "";
  position: absolute;
  top: calc(52% - 18px / 2);
  left: 0;
  width: 18px;
  height: 18px;
  background-image: url("../images/icons/train-blue.svg");
  background-repeat: no-repeat;
  background-size: 18px 18px;
}
.p-index__recommend__content__info__subjects {
  display: flex;
  flex-wrap: wrap;
}
.p-index__recommend__content__info__subjects > li {
  width: 19%;
  margin-right: 1.25%;
  margin-bottom: 10px;
  text-align: center;
  border-radius: 20px;
  color: white;
  line-height: 1.5;
  font-size: 0.9rem;
}
.p-index__recommend__content__info__subjects > li:nth-child(5n) {
  margin-right: 0;
}
@media screen and (max-width: 767px) {
  .p-index__recommend__content__info__subjects > li {
    width: 31%;
    margin-right: 3.5% !important;
  }
  .p-index__recommend__content__info__subjects > li:nth-child(5n) {
    margin-right: initial;
  }
  .p-index__recommend__content__info__subjects > li:nth-child(3n) {
    margin-right: 0 !important;
  }
}
.p-index__recommend__content__info__subjects__list--open {
  background: #007804;
}
.p-index__recommend__content__info__subjects__list--close {
  background: #cccccc;
}

.p-about__first-view__catchphrase {
  height: 310px;
  background: url("../images/bg/about_mv.webp") no-repeat;
  background-size: cover;
}
@media screen and (max-width: 1439px) {
  .p-about__first-view__catchphrase {
    background-position: right -100px top;
  }
}
@media screen and (max-width: 767px) {
  .p-about__first-view__catchphrase {
    background: url("../images/bg/about_mv-sp.webp") no-repeat;
    background-size: cover;
    height: 200px;
  }
}
.p-about__first-view__text {
  padding-top: 80px;
  font-size: 2.8rem;
  font-weight: bold;
  line-height: 1.5;
  color: white;
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}
@media screen and (max-width: 1023px) {
  .p-about__first-view__text {
    padding: 100px 0 0 20px;
    font-size: 2rem;
  }
}
@media screen and (max-width: 767px) {
  .p-about__first-view__text {
    padding-top: 50px;
    font-size: 1.4rem;
  }
}
.p-about__first-view__index {
  background: white;
  margin: 60px 0 80px;
  padding: 30px 0 30px;
}
@media screen and (max-width: 1439px) {
  .p-about__first-view__index {
    margin: 0 0 80px;
    padding: 0;
  }
}
@media screen and (max-width: 1439px) {
  .p-about__first-view__index .inner {
    padding: 0;
    margin: 0;
    width: 100%;
  }
}
.p-about__first-view__index .inner > ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 1439px) {
  .p-about__first-view__index .inner > ul {
    flex-wrap: wrap;
  }
}
.p-about__first-view__index .inner > ul > li {
  width: 25%;
}
@media screen and (max-width: 1439px) {
  .p-about__first-view__index .inner > ul > li {
    width: 50%;
    border-right: 1px solid #80C41C;
    border-bottom: 1px solid #80C41C;
  }
  .p-about__first-view__index .inner > ul > li:nth-child(2n) {
    border-right: none;
  }
}
.p-about__first-view__index .inner > ul > li a {
  display: block;
  padding: 5px 20px 40px;
  text-align: center;
  font-size: 1.1rem;
  color: #80C41C;
  font-weight: bold;
  line-height: 1.3;
  transition: 0.3s;
  position: relative;
}
@media screen and (max-width: 1439px) {
  .p-about__first-view__index .inner > ul > li a {
    padding: 20px 20px 50px;
  }
}
@media screen and (max-width: 767px) {
  .p-about__first-view__index .inner > ul > li a {
    padding: 20px 10px 35px;
    font-size: 0.8rem;
  }
}
@media screen and (max-width: 320px) {
  .p-about__first-view__index .inner > ul > li a {
    letter-spacing: 0;
    font-size: 0.7rem;
  }
}
.p-about__first-view__index .inner > ul > li a:after {
  content: "";
  display: block;
  width: 30px;
  height: 30px;
  background: url("../images/icons/arrow-down-blue.svg") no-repeat;
  background-position: center;
  background-size: 100%;
  position: absolute;
  bottom: 5px;
  left: 50%;
  transform: translate(-50%, 0);
  transition: 0.3s;
}
@media screen and (max-width: 1439px) {
  .p-about__first-view__index .inner > ul > li a:after {
    bottom: 15px;
  }
}
@media screen and (max-width: 767px) {
  .p-about__first-view__index .inner > ul > li a:after {
    width: 20px;
    bottom: 5px;
  }
}
.p-about__first-view__index .inner > ul > li a:before {
  content: "";
  display: block;
  height: 100%;
  width: 4px;
  position: absolute;
  right: -2px;
  top: 0;
  background: #01A0C6;
}
@media screen and (max-width: 1439px) {
  .p-about__first-view__index .inner > ul > li a:before {
    display: none;
  }
}
.p-about__first-view__index .inner > ul > li a:hover {
  color: #01A0C6;
}
.p-about__first-view__index .inner > ul > li a:hover:after {
  bottom: 0;
}
@media screen and (max-width: 1439px) {
  .p-about__first-view__index .inner > ul > li a:hover:after {
    bottom: 10px;
  }
}
@media screen and (max-width: 767px) {
  .p-about__first-view__index .inner > ul > li a:hover:after {
    bottom: 5px;
  }
}
.p-about__points {
  margin: 100px 0 80px;
  position: relative;
}
.p-about__points:before {
  content: "";
  display: block;
  width: 560px;
  height: 1300px;
  background: url("../images/illusts/about-line.svg") no-repeat;
  background-position-x: center;
  background-position-y: top;
  background-size: 100%;
  position: absolute;
  z-index: -2;
  left: calc(50% - 280px);
  top: 250px;
}
@media screen and (max-width: 1439px) {
  .p-about__points:before {
    top: 380px;
  }
}
@media screen and (max-width: 1023px) {
  .p-about__points:before {
    background: none;
  }
}
.p-about__points__group {
  margin: 0 0 120px;
  position: relative;
}
.p-about__points__group--right {
  padding: 0 0 0 45%;
}
.p-about__points__group--left {
  padding: 0 50% 0 0;
}
@media screen and (max-width: 1023px) {
  .p-about__points__group {
    margin: 0 0 90px;
  }
  .p-about__points__group--right, .p-about__points__group--left {
    padding: 0 20px 0;
  }
}
@media screen and (max-width: 767px) {
  .p-about__points__group {
    margin: 0 0 50px;
  }
}
.p-about__points__group--1:before {
  content: "";
  display: block;
  width: 520px;
  height: 413px;
  background: url("../images/illusts/about-1.svg") no-repeat;
  background-position: left top;
  background-size: 100%;
  position: absolute;
  z-index: -1;
  left: -20px;
  top: -30px;
}
.p-about__points__group--2:before {
  content: "";
  display: block;
  width: 580px;
  height: 420px;
  background: url("../images/illusts/about-2.svg") no-repeat;
  background-position: left top;
  background-size: 100%;
  position: absolute;
  z-index: -1;
  right: -20px;
  top: -60px;
}
.p-about__points__group--3 {
  margin-bottom: 50px;
}
.p-about__points__group--3:before {
  content: "";
  display: block;
  width: 520px;
  height: 400px;
  background: url("../images/illusts/about-3.svg") no-repeat;
  background-position: left top;
  background-size: 100%;
  position: absolute;
  z-index: -1;
  left: -20px;
  top: -60px;
}
@media screen and (max-width: 1023px) {
  .p-about__points__group--1:before, .p-about__points__group--2:before, .p-about__points__group--3:before {
    width: 350px;
    right: initial;
    left: 50%;
    top: 140px;
    transform: translate(-50%, 0);
  }
}
@media screen and (max-width: 767px) {
  .p-about__points__group--1:before, .p-about__points__group--2:before, .p-about__points__group--3:before {
    width: 300px;
    right: initial;
    left: 50%;
    top: 110px;
    transform: translate(-50%, 0);
  }
}
.p-about__points__group__heading {
  margin-bottom: 40px;
  font-size: 2rem;
}
@media screen and (max-width: 1023px) {
  .p-about__points__group__heading {
    text-align: center;
    margin-bottom: 330px;
  }
}
@media screen and (max-width: 767px) {
  .p-about__points__group__heading {
    margin-bottom: 290px;
    font-size: 1.3rem;
  }
}
.p-about__points__group__heading > span {
  background: #007804;
  display: inline-block;
  padding: 2px 8px;
  margin-bottom: 10px;
  color: white;
}
.p-about__points__group__heading > span:last-child {
  margin-left: 40px;
}
@media screen and (max-width: 1023px) {
  .p-about__points__group__heading > span:first-child {
    transform: translate(-45px, 0);
  }
  .p-about__points__group__heading > span:last-child {
    transform: translate(25px, 0);
  }
}
@media screen and (max-width: 767px) {
  .p-about__points__group__heading > span:first-child {
    transform: translate(-35px, 0);
  }
  .p-about__points__group__heading > span:last-child {
    transform: translate(10px, 0);
  }
}
.p-about__points__group__text {
  padding-left: 40px;
}
@media screen and (max-width: 1023px) {
  .p-about__points__group__text {
    padding: 0 30px 0;
  }
}
@media screen and (max-width: 767px) {
  .p-about__points__group__text {
    padding: 0 0 0;
  }
}
.p-about__points__conclusion {
  font-size: 4.2rem;
  width: 64%;
  margin: 120px 0 0 20%;
}
@media screen and (max-width: 1439px) {
  .p-about__points__conclusion {
    width: 80%;
    margin: 0 0 0 10%;
  }
}
@media screen and (max-width: 1023px) {
  .p-about__points__conclusion {
    font-size: 3.2rem;
  }
}
@media screen and (max-width: 767px) {
  .p-about__points__conclusion {
    width: 100%;
    margin: 0;
    font-size: 2.1rem;
  }
}
@media screen and (max-width: 320px) {
  .p-about__points__conclusion {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 1023px) {
  .p-about__points__conclusion > p {
    text-align: center;
  }
}
.p-about__points__conclusion > p > span:last-child {
  margin-left: 100px;
}
.p-about__points__conclusion > p > span > strong {
  color: #80C41C;
  margin-right: 10px;
}
@media screen and (max-width: 1023px) {
  .p-about__points__conclusion > p > span:first-child {
    margin-left: -320px;
  }
  .p-about__points__conclusion > p > span:last-child {
    margin-left: 80px;
  }
}
@media screen and (max-width: 767px) {
  .p-about__points__conclusion > p > span:first-child {
    margin-left: 20px;
  }
  .p-about__points__conclusion > p > span:last-child {
    margin-left: 20px;
  }
}
.p-about__detail {
  margin: 150px 0 60px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-about__detail {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 767px) {
  .p-about__detail .inner {
    padding: 20px;
  }
}
.p-about__detail:before {
  content: "";
  display: block;
  width: 100%;
  height: 3000px;
  position: absolute;
  top: -250px;
  left: 0;
  background: url("../images/bg/bg-parallelogram-md.svg") no-repeat;
  background-size: 100%;
  z-index: -1;
}
@media screen and (max-width: 1439px) {
  .p-about__detail:before {
    top: -100px;
    background: url("../images/bg/bg-parallelogram-md.svg") no-repeat;
    background-size: 100%;
  }
}
@media screen and (max-width: 1023px) {
  .p-about__detail:before {
    top: 0px;
    background: url("../images/bg/bg-parallelogram-md.svg") no-repeat;
    background-size: 100%;
  }
}
@media screen and (max-width: 767px) {
  .p-about__detail:before {
    top: 0px;
    background: url("../images/bg/bg-parallelogram-sm.svg") no-repeat;
    background-size: 100%;
  }
}
.p-about__detail__group__heading {
  width: 47%;
}
.p-about__detail__group__heading__en {
  text-align: right;
  line-height: 1;
  font-size: 4.4rem;
  font-family: din-2014, sans-serif;
  font-weight: 400;
  font-weight: 800;
  color: #c1db81;
  margin-bottom: 10px;
}
@media screen and (max-width: 1439px) {
  .p-about__detail__group__heading__en {
    font-size: 4rem;
  }
}
.p-about__detail__group__heading__ja {
  text-align: right;
  font-size: 2rem;
  color: #80C41C;
}
@media screen and (max-width: 1023px) {
  .p-about__detail__group__heading__en {
    text-align: left;
  }
  .p-about__detail__group__heading__ja {
    text-align: left;
  }
}
@media screen and (max-width: 767px) {
  .p-about__detail__group__heading {
    width: 100%;
  }
  .p-about__detail__group__heading__en {
    font-size: 3.2rem;
  }
  .p-about__detail__group__heading__ja {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 320px) {
  .p-about__detail__group__heading__en {
    font-size: 2.6rem;
  }
}
.p-about__detail__group__contents {
  margin: 50px 0 0;
}
.p-about__detail__group__content {
  display: flex;
  justify-content: space-between;
  margin: 0 0 50px;
}
@media screen and (max-width: 767px) {
  .p-about__detail__group__content {
    display: block;
  }
}
.p-about__detail__group__content__heading {
  width: 47%;
  text-align: right;
}
@media screen and (max-width: 767px) {
  .p-about__detail__group__content__heading {
    width: 80%;
  }
}
@media screen and (max-width: 320px) {
  .p-about__detail__group__content__heading {
    width: 100%;
  }
}
.p-about__detail__group__content__heading > span {
  display: inline-block;
  text-align: center;
  width: 300px;
  padding: 12px 15px;
  background: #c1db81;
  font-size: 1.4rem;
  position: relative;
}
@media screen and (max-width: 1023px) {
  .p-about__detail__group__content__heading > span {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .p-about__detail__group__content__heading > span {
    padding: 6px 10px;
  }
}
.p-about__detail__group__content__heading > span:before {
  content: "";
  display: block;
  width: 30px;
  height: 30px;
  position: absolute;
  bottom: -70px;
  left: 50%;
  transform: translate(-50%, 0);
  background: url("../images/icons/triangle-down-bluegray.svg") no-repeat;
  background-size: 100%;
}
@media screen and (max-width: 767px) {
  .p-about__detail__group__content__heading > span:before {
    display: none;
  }
}
.p-about__detail__group__content:last-child .p-about__detail__group__content__heading > span:before {
  display: none;
}
.p-about__detail__group__content__text {
  width: 47%;
  line-height: 1.7;
}
.p-about__detail__group__content__text strong {
  background: linear-gradient(transparent, transparent 60%, #c1db81 60%, #c1db81);
}
@media screen and (max-width: 767px) {
  .p-about__detail__group__content__text {
    margin: 20px 0 0;
    padding-left: 40px;
    width: 100%;
  }
}
@media screen and (max-width: 320px) {
  .p-about__detail__group__content__text {
    padding-left: 0;
  }
}
.p-about__faq {
  padding: 90px 0 60px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-about__faq {
    padding: 60px 0 40px;
  }
  .p-about__faq .inner {
    padding: 20px;
  }
}
.p-about__faq:before {
  content: "";
  display: block;
  width: 560px;
  height: 1000px;
  position: absolute;
  top: 180px;
  left: -120px;
  z-index: -1;
  background: url("../images/bg/about_faq.svg") no-repeat;
  background-size: 100%;
}
@media screen and (max-width: 1023px) {
  .p-about__faq:before {
    display: none;
  }
}
.p-about__faq__heading {
  width: 50%;
  text-align: right;
  margin: 0 0 50px;
}
@media screen and (max-width: 767px) {
  .p-about__faq__heading {
    width: 100%;
    text-align: left;
  }
}
.p-about__faq__heading > span:first-child {
  font-size: 4.2rem;
  font-family: din-2014, sans-serif;
  font-weight: 400;
  font-weight: 800;
  color: #c1db81;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .p-about__faq__heading > span:first-child {
    font-size: 3.4rem;
  }
}
.p-about__faq__heading > span:last-child {
  font-weight: normal;
  font-size: 2.2rem;
  color: #80C41C;
}
@media screen and (max-width: 767px) {
  .p-about__faq__heading > span:last-child {
    font-size: 1.6rem;
  }
}
.p-about__faq__list {
  padding-left: 18%;
}
@media screen and (max-width: 1023px) {
  .p-about__faq__list {
    padding-left: 0;
  }
}
.p-about__faq__list > li {
  background: white;
  box-shadow: 0 1rem 1.4rem -1.2rem rgba(0, 0, 0, 0.25);
  margin: 0 0 30px;
}
.p-about__faq__list > li > dl {
  display: flex;
}
@media screen and (max-width: 767px) {
  .p-about__faq__list > li > dl {
    display: block;
  }
}
.p-about__faq__list > li > dl > dt {
  width: 40%;
  background: #80C41C;
  color: white;
  padding: 130px 30px 30px;
  font-size: 1.6rem;
  font-weight: bold;
  position: relative;
  text-align: justify;
}
@media screen and (max-width: 1023px) {
  .p-about__faq__list > li > dl > dt {
    width: 50%;
  }
}
@media screen and (max-width: 767px) {
  .p-about__faq__list > li > dl > dt {
    width: 100%;
    padding: 100px 30px 30px;
    font-size: 1.4rem;
  }
}
.p-about__faq__list > li > dl > dt:before {
  content: "";
  display: block;
  width: 70px;
  height: 70px;
  position: absolute;
  top: 35px;
  left: 30px;
  background: url("../images/icons/faq-q.svg") no-repeat;
  background-size: 100%;
}
@media screen and (max-width: 767px) {
  .p-about__faq__list > li > dl > dt:before {
    width: 60px;
    height: 60px;
  }
}
.p-about__faq__list > li > dl > dt:after {
  content: "";
  display: block;
  width: 30px;
  height: 60px;
  position: absolute;
  top: 50%;
  right: -28px;
  transform: translate(0, -50%);
  background: url("../images/icons/triangle-right-blue.svg") no-repeat;
  background-size: 100%;
}
@media screen and (max-width: 767px) {
  .p-about__faq__list > li > dl > dt:after {
    width: 60px;
    height: 40px;
    background: url("../images/icons/triangle-down-blue.svg") no-repeat;
    background-size: 100%;
    top: initial;
    bottom: -28px;
    right: initial;
    left: 50%;
    transform: translate(-50%, 0);
  }
}
.p-about__faq__list > li > dl > dd {
  width: 60%;
  padding: 130px 30px 30px 45px;
  font-size: 1.2rem;
  position: relative;
  text-align: justify;
}
@media screen and (max-width: 1023px) {
  .p-about__faq__list > li > dl > dd {
    width: 50%;
  }
}
@media screen and (max-width: 767px) {
  .p-about__faq__list > li > dl > dd {
    width: 100%;
    padding: 110px 30px 30px 30px;
    font-size: 1rem;
  }
}
.p-about__faq__list > li > dl > dd:before {
  content: "";
  display: block;
  width: 60px;
  height: 120px;
  position: absolute;
  top: 35px;
  left: 45px;
  background: url("../images/icons/faq-a.svg") no-repeat;
  background-size: 100%;
}
@media screen and (max-width: 767px) {
  .p-about__faq__list > li > dl > dd:before {
    width: 50px;
    height: 80px;
    left: 35px;
    top: 30px;
  }
}
.p-about__interview__banner {
  display: none;
}
.p-about__interview__banner a {
  display: flex;
  justify-content: center;
  margin: 100px 0;
}
@media screen and (max-width: 767px) {
  .p-about__interview__banner a {
    margin: 50px 0;
  }
}
.p-about__interview__banner a img {
  width: 500px;
  height: auto;
}
@media screen and (max-width: 767px) {
  .p-about__interview__banner a img {
    width: 90%;
  }
}

.p-tenants {
  padding: 0 0 60px;
}
.p-tenants .l-header__breadcrumb {
  border-bottom: none;
}
.p-tenants__search {
  background: white;
  padding: 30px 0 30px 0;
}
@media screen and (max-width: 767px) {
  .p-tenants__search {
    padding: 10px 0 30px 0;
  }
}
.p-tenants__search__buttons > img {
  width: 34px;
  vertical-align: middle;
}
@media screen and (max-width: 767px) {
  .p-tenants__search__buttons > img {
    width: 24px;
    vertical-align: top;
  }
}
.p-tenants__search__buttons > span:last-child {
  font-size: 1.7rem;
  margin-left: 10px;
  font-weight: normal;
}
@media screen and (max-width: 767px) {
  .p-tenants__search__buttons > span:last-child {
    display: inline-block;
    width: 100px;
    font-size: 1.2rem;
    line-height: 1.1;
    vertical-align: top;
  }
}
.p-tenants__search__count {
  font-size: 0.9rem;
  margin-left: 10px;
}
.p-tenants__search .inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 1023px) {
  .p-tenants__search .inner {
    display: block;
    text-align: center;
  }
}
.p-tenants__search .c-button__tenants-search {
  width: 400px;
  display: inline;
  padding: 10px 30px 10px 10px;
  margin-bottom: 0;
}
@media screen and (max-width: 1439px) {
  .p-tenants__search .c-button__tenants-search {
    width: 350px;
    padding: 7px 25px 7px 5px;
  }
}
@media screen and (max-width: 1023px) {
  .p-tenants__search .c-button__tenants-search {
    display: inline-block;
    margin: 40px auto 10px;
  }
}
@media screen and (max-width: 767px) {
  .p-tenants__search .c-button__tenants-search {
    margin: 15px auto 0;
  }
}
@media screen and (max-width: 320px) {
  .p-tenants__search .c-button__tenants-search {
    width: 300px;
    font-size: 1.1rem;
    letter-spacing: 0.08em;
  }
}

.p-tenant__base {
  padding: 60px 0 60px;
}
@media screen and (max-width: 767px) {
  .p-tenant__base {
    padding: 20px 0 20px;
  }
}
.p-tenant__base__catchphrase {
  display: inline-block;
  padding: 8px 15px;
  background: #01A0C6;
  font-size: 1.4rem;
  font-weight: bold;
  color: white;
}
@media screen and (max-width: 767px) {
  .p-tenant__base__catchphrase {
    margin: 0 20px 0;
    font-size: 1rem;
  }
}
.p-tenant__base__title {
  font-size: 2.5rem;
  color: #80C41C;
  font-weight: normal;
}
@media screen and (max-width: 767px) {
  .p-tenant__base__title {
    padding: 10px 20px 0;
    font-size: 1.6rem;
  }
}
.p-tenant__base__contents {
  display: flex;
  justify-content: space-between;
  padding: 50px 0 0;
}
@media screen and (max-width: 1023px) {
  .p-tenant__base__contents {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .p-tenant__base__contents {
    padding: 30px 0 0;
  }
}
.p-tenant__base__images {
  width: 55%;
  overflow: hidden;
}
@media screen and (max-width: 1023px) {
  .p-tenant__base__images {
    width: 100%;
  }
}
.p-tenant__base__info {
  width: 40%;
  overflow: hidden;
}
@media screen and (max-width: 1023px) {
  .p-tenant__base__info {
    width: 100%;
    padding-top: 50px;
  }
}
@media screen and (max-width: 767px) {
  .p-tenant__base__info {
    padding: 40px 20px 0;
  }
}
.p-tenant__base__info__heading {
  border-bottom: 2px solid #80C41C;
  padding: 10px 0 10px 40px;
  margin-top: 50px;
  color: #80C41C;
  font-size: 1.2rem;
}
@media screen and (max-width: 767px) {
  .p-tenant__base__info__heading {
    margin-top: 30px;
  }
}
.p-tenant__base__info__heading--access {
  position: relative;
  margin-top: 0;
}
.p-tenant__base__info__heading--access:before {
  content: "";
  position: absolute;
  top: calc(52% - 30px / 2);
  left: 3px;
  width: 30px;
  height: 30px;
  background-image: url("../images/icons/tenant-pin-blue.svg");
  background-repeat: no-repeat;
  background-size: 30px 30px;
}
.p-tenant__base__info__heading--subject {
  position: relative;
}
.p-tenant__base__info__heading--subject:before {
  content: "";
  position: absolute;
  top: calc(52% - 30px / 2);
  left: 3px;
  width: 30px;
  height: 30px;
  background-image: url("../images/icons/tenant-subject-blue.svg");
  background-repeat: no-repeat;
  background-size: 30px 30px;
}
.p-tenant__base__info__heading--points {
  position: relative;
}
.p-tenant__base__info__heading--points:before {
  content: "";
  position: absolute;
  top: calc(52% - 30px / 2);
  left: 3px;
  width: 30px;
  height: 30px;
  background-image: url("../images/icons/tenant-point-blue.svg");
  background-repeat: no-repeat;
  background-size: 30px 30px;
}
.p-tenant__base__info__access {
  padding: 10px 5px 0;
}
.p-tenant__base__info__access p {
  margin-bottom: 5px;
}
.p-tenant__base__info__subjects__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 15px 0 0;
}
.p-tenant__base__info__subjects__list__name {
  width: 23.5%;
  margin: 0 2% 8px 0;
  padding: 2px 0;
  text-align: center;
  border-radius: 20px;
  background: #cccccc;
  color: white;
}
.p-tenant__base__info__subjects__list__name:nth-child(4n) {
  margin-right: 0;
}
.p-tenant__base__info__subjects__list__name--open {
  background: #007804;
}
@media screen and (max-width: 767px) {
  .p-tenant__base__info__subjects__list__name {
    font-size: 0.85rem;
  }
}
.p-tenant__base__info__points__list {
  display: flex;
  flex-wrap: wrap;
  padding: 15px 0 0;
}
.p-tenant__base__info__points__list > li {
  width: 23.5%;
  margin: 0 2% 8px 0;
  padding: 2px 0;
  text-align: center;
  border-radius: 20px;
  background: #007804;
  color: white;
}
.p-tenant__base__info__points__list > li:nth-child(4n) {
  margin-right: 0;
}
.p-tenant__base__info__points__list > li > strong {
  font-weight: normal;
}
@media screen and (max-width: 767px) {
  .p-tenant__base__info__points__list > li {
    font-size: 0.85rem;
  }
}
.p-tenant__base .swiper-container {
  height: 400px;
  overflow: visible;
}
@media screen and (max-width: 1023px) {
  .p-tenant__base .swiper-container {
    height: 600px;
    padding-bottom: 140px;
  }
}
@media screen and (max-width: 767px) {
  .p-tenant__base .swiper-container {
    height: 350px;
    padding-bottom: 80px;
  }
}
.p-tenant__base .swiper-container .tenant-slider__background {
  height: 100%;
}
.p-tenant__base .swiper-container .swiper-pagination {
  display: flex;
  width: 100%;
  padding: 25px 0 0;
  bottom: -140px;
  left: 0;
}
@media screen and (max-width: 767px) {
  .p-tenant__base .swiper-container .swiper-pagination {
    padding: 15px 10px 0;
  }
}
.p-tenant__base .swiper-container .swiper-pagination-bullet {
  width: 23.5%;
  height: 120px;
  opacity: 1;
  border-radius: 0;
  cursor: pointer;
  margin-right: 2%;
  margin-left: 0;
}
.p-tenant__base .swiper-container .swiper-pagination-bullet:last-child {
  margin-right: 0;
}
@media screen and (max-width: 767px) {
  .p-tenant__base .swiper-container .swiper-pagination-bullet {
    height: 70px;
  }
}
.p-tenant__base .swiper-container .swiper-pagination-bullet > img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.p-tenant__base .swiper-container .swiper-pagination-bullet-active {
  border: 2px solid #01A0C6;
}
@media screen and (max-width: 1023px) {
  .p-tenant__base .swiper-container .swiper-pagination {
    bottom: 0;
  }
}

.lum-lightbox {
  z-index: 100;
}
@media screen and (max-width: 767px) {
  .lum-lightbox-position-helper:after {
    content: "左右にスクロールできます";
    color: white;
    padding: 2px 10px;
    width: 230px;
    display: inline-block;
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translate(-50%, 0);
  }
}
@media (max-width: 460px) {
  .lum-lightbox-inner img {
    max-width: none;
    max-height: 500px;
  }
}
@media screen and (max-width: 320px) {
  .lum-lightbox-inner img {
    max-width: none;
    max-height: 400px;
  }
}

.p-tenant__inquiry-button {
  position: fixed;
  z-index: 1;
  bottom: -150px;
  right: 20px;
  transition-property: bottom;
  transition: 0.4s;
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.575);
}
@media screen and (max-width: 767px) {
  .p-tenant__inquiry-button {
    right: 10px;
  }
}
.p-tenant__inquiry-button > a {
  display: block;
  width: 125px;
  height: 135px;
}
@media screen and (max-width: 767px) {
  .p-tenant__inquiry-button > a {
    width: 100px;
    height: 105px;
  }
}
.p-tenant__inquiry-button > a > img {
  width: 100%;
  height: auto;
}
.p-tenant__inquiry-button--shown {
  bottom: 10px;
}
.p-tenant__inquiry-button--shown > a {
  animation-name: shake;
  animation-duration: 1s;
  animation-delay: 0.6s;
  transform-origin: center bottom;
  transition: 0.2s;
}
.p-tenant__inquiry-button--shown > a:hover {
  transform: scale(1.2);
}

@keyframes shake {
  0% {
    transform: rotate(0deg);
  }
  15% {
    transform: rotate(15deg);
  }
  30% {
    transform: rotate(-12deg);
  }
  45% {
    transform: rotate(9deg);
  }
  60% {
    transform: rotate(-6deg);
  }
  75% {
    transform: rotate(3deg);
  }
  90% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
.p-tenant__detail {
  text-align: center;
  padding: 100px 0 100px;
  position: relative;
}
.p-tenant__detail:before {
  content: "";
  display: block;
  width: 100%;
  height: 2500px;
  position: absolute;
  top: -250px;
  left: 0;
  background: url("../images/bg/bg-parallelogram-tenant.svg") no-repeat;
  background-size: 100%;
  z-index: -1;
}
@media screen and (max-width: 1023px) {
  .p-tenant__detail:before {
    background: url("../images/bg/bg-parallelogram-sm.svg") no-repeat;
    background-size: 100%;
    top: -80px;
  }
}
@media screen and (max-width: 767px) {
  .p-tenant__detail:before {
    background: url("../images/bg/bg-parallelogram-tenant-sm.svg") no-repeat;
    background-size: 100%;
    top: -20px;
  }
}
@media screen and (max-width: 1023px) {
  .p-tenant__detail {
    padding: 100px 0 50px;
  }
}
@media screen and (max-width: 767px) {
  .p-tenant__detail {
    padding: 60px 15px 40px;
  }
}
@media print {
  .p-tenant__detail {
    padding: 90px 0 0;
    break-after: always;
  }
}
.p-tenant__detail__columns {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
}
@media screen and (max-width: 1023px) {
  .p-tenant__detail__columns {
    display: block;
  }
}
.p-tenant__detail__column--3box {
  width: 40%;
  padding-top: 20px;
}
@media screen and (max-width: 1023px) {
  .p-tenant__detail__column--3box {
    width: 100%;
    margin-bottom: 25px;
  }
}
.p-tenant__detail__column--map {
  width: 55%;
}
@media screen and (max-width: 1023px) {
  .p-tenant__detail__column--map {
    width: 100%;
  }
}
.p-tenant__detail__column--map .p-tenant__detail__column__box {
  height: 100%;
}
.p-tenant__detail__column--map__plan {
  padding: 30px;
  box-shadow: 0 1rem 1.4rem -1rem rgba(0, 0, 0, 0.25);
  width: 100%;
  margin-bottom: 15px;
}
.p-tenant__detail__column--map__plan img {
  width: 100%;
  height: auto;
}
@media print {
  .p-tenant__detail__column--map__plan {
    border: 1px solid #f9f9f9;
    padding: 0;
    margin-bottom: 15px;
    border: none;
  }
}
.p-tenant__detail__column--map__floor {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.p-tenant__detail__column--map__floor > li {
  margin-bottom: 10px;
}
.p-tenant__detail__column--map__floor > li dl {
  display: flex;
}
.p-tenant__detail__column--map__floor > li dl dt {
  width: 50px;
  border-right: 1px solid white;
  padding: 8px 0;
}
.p-tenant__detail__column--map__floor > li dl dd {
  flex-grow: 1;
  padding: 8px 10px;
  text-align: left;
}
.p-tenant__detail__column--map__floor--single {
  width: 49%;
}
@media screen and (max-width: 767px) {
  .p-tenant__detail__column--map__floor--single {
    width: 100%;
  }
}
.p-tenant__detail__column--map__floor--double {
  width: 100%;
}
.p-tenant__detail__column--map__floor--opened {
  background: #f0fff0;
}
.p-tenant__detail__column--map__floor--closed {
  background: #cccccc;
  color: white;
}
.p-tenant__detail__column__box {
  padding: 25px 0 25px;
  border-bottom: 2px solid #007804;
  display: flex;
  align-items: center;
}
.p-tenant__detail__column__box:first-child {
  border-top: 2px solid #007804;
}
@media screen and (max-width: 767px) {
  .p-tenant__detail__column__box {
    display: block;
    margin-bottom: 60px;
    padding: 0 0 10px;
    border-bottom: 2px solid #007804;
  }
  .p-tenant__detail__column__box:first-child {
    border-top: none;
  }
}
.p-tenant__detail__column__box > h3 {
  width: 45%;
  text-align: left;
  font-size: 1.1rem;
  color: #80C41C;
}
@media screen and (max-width: 767px) {
  .p-tenant__detail__column__box > h3 {
    width: 100%;
    text-align: center;
    border-bottom: 2px solid #007804;
    padding-bottom: 8px;
    margin-bottom: 10px;
  }
}
.p-tenant__detail__column__box__draft {
  display: block;
  min-height: 100px;
  width: 1px;
  background: #007804;
}
@media screen and (max-width: 767px) {
  .p-tenant__detail__column__box__draft {
    display: none;
  }
}
@media print {
  .p-tenant__detail__column__box {
    padding: 15px 15px 20px;
    font-size: 12px;
  }
}
.p-tenant__detail__column__box:last-child {
  margin-bottom: 0;
}
.p-tenant__detail__column__box--fee dl {
  display: flex;
  line-height: 1.8;
}
.p-tenant__detail__column__box--fee dl dt {
  min-width: 80px;
  text-align: right;
}
.p-tenant__detail__column__box--fee dl dt:after {
  content: "：";
}
@media print {
  .p-tenant__detail__column__box--fee dl dt {
    min-width: 50px;
  }
}
.p-tenant__detail__column__box--fee dl dd {
  min-width: 100px;
  text-align: left;
}
.p-tenant__detail__column__box--when {
  padding-left: 20px;
}
.p-tenant__detail__column__box--when p {
  text-align: center;
}
.p-tenant__detail__column__box--other {
  padding-left: 20px;
}
.p-tenant__detail__column__box--other dl {
  display: flex;
  justify-content: left;
}
.p-tenant__detail__column__box--other dl dt:after {
  content: "：";
}
.p-tenant__detail__column__box--other dl dd {
  min-width: 100px;
  text-align: left;
}
.p-tenant__detail__column__box--other dl dd a {
  text-decoration: underline;
}
.p-tenant__detail__comment {
  margin: 80px 130px 40px;
  padding: 30px;
  text-align: center;
  background: #f0fff0;
}
@media screen and (max-width: 1023px) {
  .p-tenant__detail__comment {
    margin: 70px 50px 0;
  }
}
@media screen and (max-width: 767px) {
  .p-tenant__detail__comment {
    margin: 50px 0 0;
    padding: 30px 20px 10px;
  }
}
@media print {
  .p-tenant__detail__comment {
    margin: 0;
  }
}
.p-tenant__detail__comment__columns {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-direction: row-reverse;
}
@media screen and (max-width: 767px) {
  .p-tenant__detail__comment__columns {
    display: block;
  }
}
.p-tenant__detail__comment__columns__consultant {
  min-width: 160px;
  margin-right: 40px;
}
@media screen and (max-width: 767px) {
  .p-tenant__detail__comment__columns__consultant {
    margin-top: 30px;
    margin-right: 0;
    display: flex;
  }
}
@media print {
  .p-tenant__detail__comment__columns__consultant {
    margin-right: 25px;
  }
}
.p-tenant__detail__comment__columns__consultant__photo {
  width: 100px;
  height: 100px;
  border-radius: 50px;
  background: #fff;
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.15);
  overflow: hidden;
  margin: 0 auto 15px;
}
@media screen and (max-width: 767px) {
  .p-tenant__detail__comment__columns__consultant__photo {
    margin: 0 10px 30px;
  }
}
.p-tenant__detail__comment__columns__consultant__name {
  font-size: 1rem;
}
@media screen and (max-width: 767px) {
  .p-tenant__detail__comment__columns__consultant__name {
    font-size: 1rem;
    padding: 25px 0 0;
    flex-grow: 1;
  }
}
.p-tenant__detail__comment__columns__consultant__name p {
  text-align: center;
  line-height: 1.2;
  margin-bottom: 5px;
  color: #80C41C;
}
@media print {
  .p-tenant__detail__comment__columns__consultant__name p {
    font-size: 11px;
    margin-bottom: 5px;
  }
}
.p-tenant__detail__comment__columns__balloon {
  flex-grow: 1;
  position: relative;
}
@media print {
  .p-tenant__detail__comment__columns__balloon {
    padding: 20px 20px 20px;
    border-radius: 8px;
  }
}
.p-tenant__detail__comment__columns__balloon > h3 {
  text-align: left;
  color: #80C41C;
  border-bottom: 1px solid #80C41C;
  font-size: 1.4rem;
  padding: 0 0 15px;
}
@media screen and (max-width: 767px) {
  .p-tenant__detail__comment__columns__balloon > h3 {
    text-align: center;
  }
}
.p-tenant__detail__comment__columns__balloon p {
  margin: 15px 0 0;
  line-height: 1.5;
}
@media print {
  .p-tenant__detail__comment__columns__balloon p {
    font-size: 12px;
    line-height: 1.7;
    letter-spacing: 0.06em;
  }
}

.p-tenant__access {
  text-align: center;
  padding: 70px 0 100px;
}
@media print {
  .p-tenant__access {
    padding: 90px 0 20px;
  }
}
@media screen and (max-width: 767px) {
  .p-tenant__access {
    padding: 40px 15px 60px;
  }
}
.p-tenant__access__map-box {
  background: white;
  overflow: hidden;
  box-shadow: 0 0.5rem 1.4rem -1rem rgba(0, 0, 0, 0.25);
}
.p-tenant__access__text {
  padding: 15px 20px 20px;
}
.p-tenant__access__text__address {
  position: relative;
  padding-left: 25px;
  margin-bottom: 5px;
}
.p-tenant__access__text__address:before {
  content: "";
  position: absolute;
  top: calc(52% - 20px / 2);
  left: 0;
  width: 20px;
  height: 20px;
  background-image: url("../images/icons/pin-blue.svg");
  background-repeat: no-repeat;
  background-size: 20px 20px;
}
.p-tenant__access__text__access {
  position: relative;
  padding-left: 25px;
  margin-bottom: 0;
}
.p-tenant__access__text__access:before {
  content: "";
  position: absolute;
  top: calc(52% - 20px / 2);
  left: 0;
  width: 20px;
  height: 20px;
  background-image: url("../images/icons/train-blue.svg");
  background-repeat: no-repeat;
  background-size: 20px 20px;
}

.p-tenant__similar {
  padding: 120px 0 40px;
}
.p-archive__bg, .p-inquiry, .p-single, .p-archive {
  position: relative;
}
.p-archive__bg:before, .p-inquiry:before, .p-single:before, .p-archive:before {
  content: "";
  display: block;
  width: 100%;
  height: 2500px;
  position: absolute;
  top: 300px;
  left: 0;
  background: url("../images/bg/bg-parallelogram-tenant.svg") no-repeat;
  background-size: 100%;
  z-index: -1;
}
@media screen and (max-width: 1023px) {
  .p-archive__bg:before, .p-inquiry:before, .p-single:before, .p-archive:before {
    background: url("../images/bg/bg-parallelogram-sm.svg") no-repeat;
    background-size: 100%;
    top: 350px;
  }
}
@media screen and (max-width: 767px) {
  .p-archive__bg:before, .p-inquiry:before, .p-single:before, .p-archive:before {
    background: url("../images/bg/bg-parallelogram-tenant-sm.svg") no-repeat;
    background-size: 100%;
    top: 400px;
  }
}

.p-archive {
  padding-bottom: 80px;
}
.p-archive__header {
  padding: 40px 0 40px;
  color: white;
}
@media screen and (max-width: 767px) {
  .p-archive__header {
    padding: 40px 10px 40px;
  }
}
.p-archive__header h1 {
  margin-bottom: 0;
}
.p-archive__list-box {
  background: white;
  box-shadow: 8px 8px 0 0 #80c41c;
  border: 1px solid #80C41C;
  padding: 60px 60px 60px;
}
@media screen and (max-width: 1023px) {
  .p-archive__list-box {
    padding: 40px;
  }
}
@media screen and (max-width: 767px) {
  .p-archive__list-box {
    margin: 0;
    padding: 20px 15px 1px;
  }
}
.p-archive .p-index__information__list {
  padding: 0;
  border: none;
  box-shadow: none;
}
.p-archive .wp-pagenavi {
  margin-top: 20px;
  padding-bottom: 0;
  margin-bottom: 30px;
}

.p-single__inner {
  padding: 0 0 80px;
}
.p-single__box {
  background: white;
  box-shadow: 8px 8px 0 0 #80c41c;
  border: 1px solid #80C41C;
  padding: 60px 80px;
  margin-top: 80px;
}
@media screen and (max-width: 767px) {
  .p-single__box {
    padding: 20px;
  }
}
.p-single__back {
  text-align: center;
  padding: 80px 0 0;
}

.p-inquiry__header {
  padding: 80px 0 50px;
}
@media screen and (max-width: 767px) {
  .p-inquiry__header {
    padding: 60px 0 100px;
  }
}
@media screen and (max-width: 320px) {
  .p-inquiry__header h1 {
    font-size: 1.6rem;
  }
}
.p-inquiry__header p {
  text-align: center;
  font-size: 1.2rem;
  line-height: 1.7;
}
@media screen and (max-width: 767px) {
  .p-inquiry__header p {
    text-align: justify;
    font-size: 1rem;
  }
}
.p-inquiry__form {
  padding: 0 0 100px;
}
.p-inquiry__form__box {
  background: white;
  border: 1px solid #80C41C;
  box-shadow: 8px 8px 0 0 #80c41c;
  padding: 50px 100px 50px;
}
@media screen and (max-width: 1023px) {
  .p-inquiry__form__box {
    padding: 50px 50px 50px;
  }
}
@media screen and (max-width: 767px) {
  .p-inquiry__form__box {
    margin-top: -70px;
    padding: 30px 15px 40px;
    box-shadow: none;
  }
}

.p-page-common {
  padding: 100px 0 80px;
}
@media screen and (max-width: 767px) {
  .p-page-common {
    padding: 60px 0 40px;
  }
}
.p-page-common__inner {
  margin: 80px 0 0;
  padding: 60px;
  background: white;
  border: 1px solid #80C41C;
  box-shadow: 8px 8px 0 0 #80c41c;
}
@media screen and (max-width: 767px) {
  .p-page-common__inner {
    margin: 50px 0 0;
    padding: 20px 20px 0;
  }
}
.p-page-common__inner h2 {
  padding: 0px 0 3px 20px;
  border-left: 5px solid #80C41C;
  line-height: 1.2;
  margin: 60px 0 40px;
  font-size: 1.6rem;
  color: #80C41C;
}
@media screen and (max-width: 767px) {
  .p-page-common__inner h2 {
    padding-left: 15px;
  }
}
.p-page-common__inner h2:first-child {
  margin-top: 30px;
}
.p-page-common__inner h3 {
  color: #56ccf2;
  line-height: 1.5;
  margin: 50px 0 30px;
  font-size: 1.3rem;
}
.p-page-common__inner h4 {
  line-height: 1.5;
  margin: 40px 0 20px;
  font-size: 1.1rem;
}
.p-page-common__inner p {
  line-height: 1.6;
}
.p-page-common__inner p a {
  color: #01A0C6;
  text-decoration: underline;
}
.p-page-common__inner .wp-block-table table td {
  border: 1px solid #333333;
  padding: 5px 10px;
}
.p-page-common__inner .wp-block-table figcaption {
  margin: 8px 0 10px;
  text-align: right;
}
.p-page-common__inner ul,
.p-page-common__inner ol {
  margin: 30px 0 40px;
}
.p-page-common__inner ul {
  padding-left: 30px;
}
.p-page-common__inner ul > li {
  margin-bottom: 10px;
  padding-left: 20px;
  position: relative;
}
.p-page-common__inner ul > li:before {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border-radius: 100%;
  background: #56ccf2;
  position: absolute;
  top: 9px;
  left: 0;
}
.p-page-common__inner ul > li > a {
  color: #01A0C6;
}
.p-page-common__inner ol {
  counter-reset: number;
  list-style: none;
  padding-left: 30px;
}
.p-page-common__inner ol > li {
  margin-bottom: 20px;
}
.p-page-common__inner ol > li:before {
  counter-increment: number;
  content: counter(number);
  margin-right: 10px;
  color: #56ccf2;
  font-weight: bold;
}
.p-page-common__inner strong {
  background: linear-gradient(transparent, transparent 65%, #fff737, 65%, #fff737);
}
.p-page-common__inner .wp-block-button__link {
  background: #80C41C;
}
.p-page-common__inner .wp-block-button.is-style-outline .wp-block-button__link {
  background: white;
  color: #80C41C;
  border-color: #80C41C;
}

.p-questions {
  padding: 0 0 60px;
}
.p-questions__header {
  padding: 60px 0 40px;
}
@media screen and (max-width: 767px) {
  .p-questions__header {
    padding: 60px 0 40px;
  }
}
.p-questions__list-box {
  background: white;
  border: 1px solid #80C41C;
  box-shadow: 8px 8px 0 0 #80c41c;
  padding: 80px 60px 60px;
}
@media screen and (max-width: 767px) {
  .p-questions__list-box {
    margin: 0px 10px 0;
    padding: 30px 20px 40px;
  }
}
.p-questions__list-box h2 {
  color: #80C41C;
  letter-spacing: 0.12em;
  padding-left: 20px;
  margin: 80px 0 30px;
}
.p-questions__list-box h2:first-child {
  margin-top: 0;
}
@media screen and (max-width: 767px) {
  .p-questions__list-box h2 {
    text-align: center;
    padding-left: 0;
  }
}
.p-questions__list--question {
  font-weight: bold;
  letter-spacing: 0.08em;
  position: relative;
  padding: 25px 60px 25px 70px;
  cursor: pointer;
  position: relative;
}
.p-questions__list--question:before {
  content: "Q";
  font-size: 2.6rem;
  color: #007804;
  font-family: din-2014, sans-serif;
  font-weight: 400;
  position: absolute;
  top: 7px;
  left: 20px;
}
.p-questions__list--question:after {
  content: "";
  position: absolute;
  top: calc(54% - 30px / 2);
  right: 20px;
  width: 30px;
  height: 30px;
  background-image: url("../images/icons/arrow-down-blue.svg");
  background-repeat: no-repeat;
  background-size: 30px 30px;
}
.p-questions__list--question:after {
  transition: 0.3s;
}
.p-questions__list--question:first-child {
  border-top: 1px solid #333333;
}
.p-questions__list--question--opened:after {
  transform: scaleY(-1);
}
.p-questions__list--question--opened + .p-questions__list--answer {
  border-top: 1px dashed #e0e0e0;
  padding: 25px 20px 25px 70px;
  height: inherit;
}
@media screen and (max-width: 767px) {
  .p-questions__list--question {
    padding: 15px 40px 15px 50px;
    position: relative;
  }
  .p-questions__list--question:before {
    top: 7px;
    left: 5px;
  }
  .p-questions__list--question:after {
    content: "";
    position: absolute;
    top: calc(54% - 22px / 2);
    right: 5px;
    width: 22px;
    height: 22px;
    background-image: url("../images/icons/arrow-down-blue.svg");
    background-repeat: no-repeat;
    background-size: 22px 22px;
  }
  .p-questions__list--question--opened + .p-questions__list--answer {
    border-top: 1px dashed #e0e0e0;
    padding: 15px 0 15px 50px;
    height: inherit;
  }
}
.p-questions__list--answer {
  position: relative;
  letter-spacing: 0.08em;
  position: relative;
  padding: 0 20px 0 70px;
  border-bottom: 1px solid #333333;
  overflow: hidden;
  height: 1px;
  transition: 0.3s;
}
.p-questions__list--answer:before {
  content: "A";
  font-size: 2.6rem;
  font-family: din-2014, sans-serif;
  font-weight: 400;
  position: absolute;
  top: 7px;
  left: 22px;
}
@media screen and (max-width: 767px) {
  .p-questions__list--answer {
    padding: 0 0 0 50px;
  }
  .p-questions__list--answer:before {
    top: 7px;
    left: 5px;
  }
}

.p-buildings__first-view__catchphrase {
  height: 310px;
  background: url("../images/bg/buildings_mv.webp") no-repeat;
  background-size: cover;
}
@media screen and (max-width: 1439px) {
  .p-buildings__first-view__catchphrase {
    background-position: right -100px top;
  }
}
@media screen and (max-width: 767px) {
  .p-buildings__first-view__catchphrase {
    background: url("../images/bg/buildings_mv-sp.webp") no-repeat;
    background-size: cover;
    height: 200px;
  }
}
.p-buildings__first-view__text {
  padding-top: 80px;
  font-size: 2.8rem;
  font-weight: bold;
  line-height: 1.5;
  color: white;
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}
@media screen and (max-width: 1023px) {
  .p-buildings__first-view__text {
    padding: 100px 0 0 20px;
    font-size: 2rem;
  }
}
@media screen and (max-width: 767px) {
  .p-buildings__first-view__text {
    padding: 50px 20px 0 20px;
    font-size: 1.4rem;
  }
}
.p-buildings__list {
  padding: 120px 0 60px;
}
.p-buildings__list > ul {
  padding-top: 40px;
}
.p-buildings__list__image {
  width: 65%;
  height: 530px;
  overflow: hidden;
}
@media screen and (max-width: 1439px) {
  .p-buildings__list__image {
    width: 70%;
    height: 450px;
  }
}
@media screen and (max-width: 767px) {
  .p-buildings__list__image {
    width: 85%;
    height: 200px;
  }
}
.p-buildings__list__image__inner {
  width: 100%;
  height: 100%;
  transition: 0.3s;
}
.p-buildings__list__image__inner > img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.p-buildings__list__info {
  position: absolute;
  z-index: 1;
  top: 150px;
  left: 0;
  width: 520px;
  background: white;
  padding: 20px;
  box-shadow: 8px 8px 0 0 #80c41c;
  transition: 0.3s;
}
@media screen and (max-width: 1439px) {
  .p-buildings__list__info {
    width: 400px;
  }
}
@media screen and (max-width: 1023px) {
  .p-buildings__list__info {
    top: 320px;
  }
}
@media screen and (max-width: 767px) {
  .p-buildings__list__info {
    width: 85%;
    top: 170px;
  }
}
.p-buildings__list__info__site {
  color: #80C41C;
  margin-bottom: 10px;
}
.p-buildings__list__info__title {
  color: #80C41C;
  font-size: 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-buildings__list__info__title {
    font-size: 1.6rem;
  }
}
.p-buildings__list__info__arrow {
  font-family: din-2014, sans-serif;
  font-weight: 400;
  font-weight: 800;
  color: #80C41C;
  font-size: 1.4rem;
  text-align: right;
  padding: 20px 50px 10px 0;
  background: url("../images/bg/building_arrow.svg") no-repeat;
  background-position: right 15px bottom 5px;
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  .p-buildings__list__info__arrow {
    padding: 10px 30px 10px 0;
    background: url("../images/bg/building_arrow.svg") no-repeat;
    background-position: right 5px bottom 5px;
  }
}
.p-buildings__list__link {
  display: flex;
  position: relative;
}
.p-buildings__list__link:hover .p-buildings__list__info__arrow {
  background: url("../images/bg/building_arrow.svg") no-repeat;
  background-position: right 5px bottom 5px;
}
.p-buildings__list__link:hover .p-buildings__list__image__inner {
  transform: scale(1.1);
  opacity: 0.8;
}
.p-buildings__list li {
  margin-bottom: 80px;
}
@media screen and (max-width: 1023px) {
  .p-buildings__list li {
    margin-bottom: 220px;
  }
}
.p-buildings__list li:nth-child(2n+1) > a {
  justify-content: flex-end;
}
.p-buildings__list li:nth-child(2n+1) .p-buildings__list__info {
  left: calc(35% - 260px);
}
@media screen and (max-width: 1439px) {
  .p-buildings__list li:nth-child(2n+1) .p-buildings__list__info {
    left: calc(30% - 200px);
  }
}
@media screen and (max-width: 767px) {
  .p-buildings__list li:nth-child(2n+1) .p-buildings__list__info {
    left: 20px;
  }
}
.p-buildings__list li:nth-child(2n) > a {
  justify-content: flex-start;
}
.p-buildings__list li:nth-child(2n) .p-buildings__list__info {
  left: calc(65% - 260px);
}
@media screen and (max-width: 1439px) {
  .p-buildings__list li:nth-child(2n) .p-buildings__list__info {
    left: calc(70% - 200px);
  }
}
@media screen and (max-width: 767px) {
  .p-buildings__list li:nth-child(2n) .p-buildings__list__info {
    left: initial;
    right: 20px;
  }
}

.p-buildings-detail__image {
  height: 550px;
}
@media screen and (max-width: 1023px) {
  .p-buildings-detail__image {
    height: 350px;
  }
}
@media screen and (max-width: 767px) {
  .p-buildings-detail__image {
    height: 200px;
  }
}
.p-buildings-detail__image > img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.p-buildings-detail__heading {
  margin: 0 0 80px;
}
.p-buildings-detail__heading__title {
  margin: -35px 0 15px;
  padding: 4px 20px 6px;
  font-size: 3rem;
  background: #01A0C6;
  color: white;
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .p-buildings-detail__heading__title {
    font-size: 1.8rem;
    margin: 0 0 8px;
    padding: 0 10px 2px;
  }
}
.p-buildings-detail__heading__site {
  padding: 4px 20px 6px;
  font-size: 1.8rem;
  background: #01A0C6;
  color: white;
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .p-buildings-detail__heading__site {
    font-size: 1rem;
    padding: 0 10px 2px;
  }
}
.p-buildings-detail__other-images {
  position: relative;
}
.p-buildings-detail__other-images:before {
  content: "";
  display: block;
  width: 100%;
  height: 3000px;
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  background: url("../images/bg/bg-parallelogram-md.svg") no-repeat;
  background-size: 100%;
}
.p-buildings-detail__other-images__first {
  display: flex;
  justify-content: flex-start;
}
@media screen and (max-width: 767px) {
  .p-buildings-detail__other-images__first {
    display: block;
  }
}
.p-buildings-detail__other-images__first--2 {
  width: 50%;
  height: 370px;
  margin-bottom: 60px;
  margin-right: 60px;
}
.p-buildings-detail__other-images__first--2 > img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 1023px) {
  .p-buildings-detail__other-images__first--2 {
    height: 250px;
    margin-bottom: 20px;
    margin-right: 20px;
  }
}
@media screen and (max-width: 767px) {
  .p-buildings-detail__other-images__first--2 {
    height: inherit;
    width: 100%;
    margin: 0 0 20px;
  }
  .p-buildings-detail__other-images__first--2 > img {
    object-fit: contain;
    width: 100%;
    height: auto;
  }
}
.p-buildings-detail__other-images__first--3 {
  width: 40%;
  height: 370px;
  margin-bottom: 60px;
  margin-right: 60px;
}
.p-buildings-detail__other-images__first--3 > img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 1023px) {
  .p-buildings-detail__other-images__first--3 {
    height: 250px;
    margin-bottom: 20px;
    margin-right: 20px;
  }
}
@media screen and (max-width: 767px) {
  .p-buildings-detail__other-images__first--3 {
    height: inherit;
    width: 100%;
    margin: 0 0 20px;
  }
  .p-buildings-detail__other-images__first--3 > img {
    object-fit: contain;
    width: 100%;
    height: auto;
  }
}
.p-buildings-detail__other-images__second {
  display: flex;
  justify-content: flex-end;
}
.p-buildings-detail__other-images__second--4 {
  width: 65%;
  height: 430px;
  margin-bottom: 60px;
}
.p-buildings-detail__other-images__second--4 > img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 1023px) {
  .p-buildings-detail__other-images__second--4 {
    width: 80%;
    height: 330px;
  }
}
@media screen and (max-width: 767px) {
  .p-buildings-detail__other-images__second--4 {
    height: inherit;
    width: 100%;
    margin: 0 0 20px;
  }
  .p-buildings-detail__other-images__second--4 > img {
    object-fit: contain;
    width: 100%;
    height: auto;
  }
}
.p-buildings-detail__info {
  padding-left: 100px;
}
@media screen and (max-width: 1023px) {
  .p-buildings-detail__info {
    padding-left: 0;
  }
}
.p-buildings-detail__info > dl {
  display: flex;
  border-bottom: 2px solid #007804;
}
.p-buildings-detail__info > dl:first-child {
  border-top: 2px solid #007804;
}
@media screen and (max-width: 767px) {
  .p-buildings-detail__info > dl {
    display: block;
  }
}
.p-buildings-detail__info > dl > dt {
  min-width: 300px;
  margin: 10px 0;
  padding: 15px 40px 15px 0;
  font-size: 1.8rem;
  line-height: 1;
  font-family: din-2014, sans-serif;
  font-weight: 400;
  font-weight: 800;
  color: #80C41C;
  text-align: right;
  border-right: 2px solid #007804;
}
@media screen and (max-width: 1023px) {
  .p-buildings-detail__info > dl > dt {
    min-width: 200px;
  }
}
@media screen and (max-width: 767px) {
  .p-buildings-detail__info > dl > dt {
    min-width: initial;
    text-align: left;
    padding: 15px 0 0 20px;
    margin: 10px 0 20px;
  }
}
.p-buildings-detail__info > dl > dd {
  margin: 10px 0;
  padding: 15px 20px 15px 40px;
}
.p-buildings-detail__info > dl > dd > p {
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .p-buildings-detail__info > dl > dd {
    text-align: left;
    padding: 0 0 0 20px;
    margin: 10px 0 20px;
  }
}
.p-buildings-detail__map {
  margin: 80px 0 80px;
  box-shadow: 0 1rem 1.4rem -1.2rem rgba(0, 0, 0, 0.25);
}
.p-buildings-detail__map > iframe {
  vertical-align: bottom;
}
.p-buildings-detail__nav {
  margin: 60px 0 80px;
}
@media screen and (max-width: 767px) {
  .p-buildings-detail__nav {
    padding: 0 20px;
  }
}
.p-buildings-detail__nav__next-prev {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 1023px) {
  .p-buildings-detail__nav__next-prev {
    display: block;
  }
}
.p-buildings-detail__nav__next-prev a {
  font-size: 2rem;
  font-weight: bold;
  color: #80C41C;
  border-bottom: 2px solid #80C41C;
}
@media screen and (max-width: 1439px) {
  .p-buildings-detail__nav__next-prev a {
    font-size: 1.6rem;
  }
}
.p-buildings-detail__nav__next-prev--next {
  text-align: left;
  position: relative;
}
.p-buildings-detail__nav__next-prev--next:before {
  content: "";
  position: absolute;
  top: calc(52% - 76px / 2);
  left: 10px;
  width: 76px;
  height: 76px;
  background-image: url("../images/icons/building-next.svg");
  background-repeat: no-repeat;
  background-size: 76px 76px;
}
.p-buildings-detail__nav__next-prev--next:before {
  top: initial;
  bottom: -60px;
}
@media screen and (max-width: 1023px) {
  .p-buildings-detail__nav__next-prev--next {
    margin: 0 0 60px;
  }
}
.p-buildings-detail__nav__next-prev--prev {
  text-align: right;
  position: relative;
}
.p-buildings-detail__nav__next-prev--prev:after {
  content: "";
  position: absolute;
  top: calc(54% - 82px / 2);
  right: 10px;
  width: 82px;
  height: 82px;
  background-image: url("../images/icons/building-prev.svg");
  background-repeat: no-repeat;
  background-size: 82px 82px;
}
.p-buildings-detail__nav__next-prev--prev:after {
  top: initial;
  bottom: -60px;
}
.p-buildings-detail__nav__back {
  margin: 100px 0 0;
  text-align: center;
}

.p-results {
  padding: 0 0 60px;
}
@media screen and (max-width: 767px) {
  .p-results {
    padding: 0 0 40px;
  }
}
.p-results__first-view__catchphrase {
  height: 310px;
  background: url("../images/bg/results_mv.webp") no-repeat;
  background-size: cover;
}
@media screen and (max-width: 1439px) {
  .p-results__first-view__catchphrase {
    background-position: right -100px top;
  }
}
@media screen and (max-width: 767px) {
  .p-results__first-view__catchphrase {
    background: url("../images/bg/results_mv-sp.webp") no-repeat;
    background-size: cover;
    height: 200px;
  }
}
.p-results__first-view__text {
  padding-top: 80px;
  font-size: 2.8rem;
  font-weight: bold;
  line-height: 1.5;
  color: white;
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}
@media screen and (max-width: 1023px) {
  .p-results__first-view__text {
    padding: 100px 0 0 20px;
    font-size: 2rem;
  }
}
@media screen and (max-width: 767px) {
  .p-results__first-view__text {
    padding: 50px 20px 0 20px;
    font-size: 1.4rem;
  }
}
.p-results__list__heading {
  padding: 60px 0 80px;
}
.p-results__list__heading > h1 {
  margin-bottom: 30px !important;
}
.p-results__list__heading__counts {
  text-align: center;
  font-weight: bold;
  font-size: 1.8rem;
  color: #333333;
  margin: 0;
  text-shadow: 4px 4px 1px white, -4px 4px 1px white, 4px -4px 1px white, -4px -4px 1px white, 4px 0px 1px white, 0px 4px 1px white, -4px 0px 1px white, 0px -4px 1px white;
}
.p-results__list__heading__counts > span {
  font-family: din-2014, sans-serif;
  font-weight: 400;
  font-size: 3.5rem;
}
.p-results__list__heading__note {
  color: #4f4f4f;
  text-align: center;
  font-size: 1.3rem;
}
.p-results__list__ul {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media screen and (max-width: 1023px) {
  .p-results__list__ul {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 767px) {
  .p-results__list__ul {
    grid-template-columns: 1fr;
  }
}
.p-results__list__ul > li {
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .p-results__list__ul > li {
    width: 98%;
    margin: auto;
  }
}
.p-results__list__ul > li > a {
  display: block;
  width: 100%;
  height: 100%;
  background: white;
  box-shadow: 2px 2px 8px rgba(189, 189, 189, 0.5);
  position: relative;
}
.p-results__list__ul > li > a:before {
  content: "view website";
  color: #4f4f4f;
  font-family: din-2014, sans-serif;
  font-weight: 400;
  text-align: right;
  padding-right: 20px;
  display: inline-block;
  width: auto;
  height: 30px;
  position: absolute;
  bottom: 10px;
  right: 15px;
  background: url("../images/bg/building_arrow.svg") no-repeat;
  background-position: center bottom;
  background-size: 100%;
}
.p-results__list__ul > li > a:hover img {
  opacity: 0.6;
}
.p-results__list__image-box {
  width: 100%;
  height: 300px;
  position: relative;
  border-bottom: 1px solid #bdbdbd;
}
.p-results__list__image-box:after {
  content: "";
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
  background-image: linear-gradient(180deg, rgba(255, 255, 255, 0) 80%, rgba(0, 0, 0, 0.3));
}
.p-results__list__image-box > img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  transition: 0.3s;
}
@media screen and (max-width: 1439px) {
  .p-results__list__image-box {
    height: 230px;
  }
}
.p-results__list__title {
  margin: 10px 0 5px;
  padding: 0 15px;
  font-size: 1.2rem;
  font-weight: bold;
  color: #80C41C;
  text-align: left;
}
.p-results__list__site {
  margin: 0 0 15px;
  padding: 0 15px 30px;
  color: #4f4f4f;
}
.p-results__list__open-month {
  display: inline-block;
  padding: 4px 10px 4px;
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  background: #007804;
  color: white;
  font-weight: bold;
  text-align: center;
}
.p-results__interview__banner {
  display: none;
}
.p-results__interview__banner a {
  display: flex;
  justify-content: center;
  margin: 100px 0;
}
@media screen and (max-width: 767px) {
  .p-results__interview__banner a {
    margin: 50px 0;
  }
}
.p-results__interview__banner a img {
  width: 500px;
  height: auto;
}
@media screen and (max-width: 767px) {
  .p-results__interview__banner a img {
    width: 90%;
  }
}

.p-interview {
  padding: 0 0 60px;
}
@media screen and (max-width: 767px) {
  .p-interview {
    padding: 0 0 40px;
  }
}
.p-interview__first-view__catchphrase {
  height: 310px;
  background: url("../images/bg/results_mv.jpg") no-repeat;
  background-size: cover;
}
@media screen and (max-width: 1439px) {
  .p-interview__first-view__catchphrase {
    background-position: right -100px top;
  }
}
@media screen and (max-width: 767px) {
  .p-interview__first-view__catchphrase {
    background: url("../images/bg/results_mv-sp.jpg") no-repeat;
    background-size: cover;
    height: 200px;
  }
}
.p-interview__first-view__text {
  padding-top: 80px;
  font-size: 2.8rem;
  font-weight: bold;
  line-height: 1.5;
  color: white;
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}
@media screen and (max-width: 1023px) {
  .p-interview__first-view__text {
    padding: 100px 0 0 20px;
    font-size: 2rem;
  }
}
@media screen and (max-width: 767px) {
  .p-interview__first-view__text {
    padding: 50px 20px 0 20px;
    font-size: 1.4rem;
  }
}
.p-interview__list__heading {
  padding: 60px 0 80px;
}
.p-interview__list__heading > h1 {
  text-align: left;
  margin-bottom: 30px !important;
}
@media screen and (max-width: 767px) {
  .p-interview__list__heading > h1 {
    padding: 0 10px;
  }
}
.p-interview__list__heading > h1::after {
  display: none;
}
.p-interview__list__heading__counts {
  text-align: center;
  font-weight: bold;
  font-size: 1.8rem;
  color: #80C41C;
  margin: 0;
  text-shadow: 4px 4px 1px white, -4px 4px 1px white, 4px -4px 1px white, -4px -4px 1px white, 4px 0px 1px white, 0px 4px 1px white, -4px 0px 1px white, 0px -4px 1px white;
}
.p-interview__list__heading__counts > span {
  font-family: din-2014, sans-serif;
  font-weight: 400;
  font-size: 3.5rem;
}
.p-interview__list__heading__note {
  color: #80C41C;
  text-align: center;
  font-size: 1.3rem;
}
.p-interview__list__ul {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .p-interview__list__ul {
    justify-content: space-between;
    padding: 0 30px 0;
  }
}
.p-interview__list__ul > li {
  width: 32%;
  margin-bottom: 40px;
  margin-right: 40px;
}
@media screen and (max-width: 1023px) {
  .p-interview__list__ul > li {
    margin-right: 0;
    width: 48%;
  }
}
@media screen and (max-width: 767px) {
  .p-interview__list__ul > li {
    margin-right: 0;
    width: 100%;
    margin-bottom: 30px;
  }
}
.p-interview__list__ul > li > a {
  display: block;
  width: 100%;
  height: 100%;
  background: white;
  box-shadow: 4px 4px 0 0 #80c41c;
  position: relative;
}
.p-interview__list__ul > li > a:before {
  content: "詳しくはこちら";
  color: #80C41C;
  text-align: right;
  padding-right: 20px;
  display: block;
  width: calc(100% - 30px);
  height: 30px;
  position: absolute;
  bottom: 10px;
  left: 15px;
  background: url("../images/bg/building_arrow.svg") no-repeat;
  background-position: center bottom;
  background-size: 100%;
}
.p-interview__list__ul > li > a:hover img {
  opacity: 0.6;
}
.p-interview__list__image-box {
  width: 100%;
  height: 300px;
}
.p-interview__list__image-box > img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  transition: 0.3s;
}
@media screen and (max-width: 1439px) {
  .p-interview__list__image-box {
    height: 230px;
  }
}
.p-interview__list__title {
  margin: 10px 0 5px;
  padding: 0 15px;
  font-size: 1.2rem;
  font-weight: bold;
  color: #80C41C;
}
.p-interview__list__subject {
  margin: 0 0 15px;
  padding: 0 15px 60px;
  color: #80C41C;
}
.p-interview__list__open-month {
  display: inline-block;
  padding: 4px 10px 4px;
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  background: #01A0C6;
  color: white;
  font-weight: bold;
  text-align: center;
}

.p-interview-detail__first-view__catchphrase {
  height: 160px;
  background-color: #275019;
}
@media screen and (max-width: 767px) {
  .p-interview-detail__first-view__catchphrase {
    height: 100px;
  }
}
.p-interview-detail__first-view__text {
  padding-top: 40px;
  font-size: 2.8rem;
  font-weight: bold;
  line-height: 1.5;
  color: white;
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  text-align: center;
}
@media screen and (max-width: 1023px) {
  .p-interview-detail__first-view__text {
    padding: 50px 0 0 20px;
    font-size: 2rem;
  }
}
@media screen and (max-width: 767px) {
  .p-interview-detail__first-view__text {
    padding-top: 30px;
    font-size: 1.4rem;
  }
}
.p-interview-detail__title {
  color: #333333;
  margin-top: 50px;
  padding-bottom: 0;
  margin-bottom: 10px;
}
.p-interview-detail__title:after {
  content: none;
}
.p-interview-detail__subject {
  text-align: center;
}
.p-interview-detail__concept {
  text-align: center;
  margin-top: 40px;
  margin-bottom: 20px;
  font-size: 2rem;
  color: #83ba24;
}
@media screen and (max-width: 767px) {
  .p-interview-detail__concept {
    font-size: 1.6rem;
    padding: 0 20px 0;
    text-align: justify;
  }
}
.p-interview-detail__concept__photo {
  width: 600px;
  display: block;
  margin: 0 auto 40px;
}
@media screen and (max-width: 767px) {
  .p-interview-detail__concept__photo {
    width: 90%;
  }
}
.p-interview-detail__lead__frame {
  background: #fff;
  padding: 40px;
}
.p-interview-detail__lead__frame p {
  line-height: 1.6em;
}
.p-interview-detail__points {
  margin: 100px 0 100px;
  position: relative;
}
@media screen and (max-width: 1023px) {
  .p-interview-detail__points {
    margin: 0 0 100px;
  }
}
.p-interview-detail__points__background:nth-child(odd) {
  background: #e8f7ff;
  padding: 50px 0 100px;
}
@media screen and (max-width: 1023px) {
  .p-interview-detail__points__background:nth-child(odd) {
    padding: 0;
  }
}
.p-interview-detail__points__background:nth-child(even) {
  background: #fff;
  padding: 50px 0 100px;
}
@media screen and (max-width: 1023px) {
  .p-interview-detail__points__background:nth-child(even) {
    padding: 0;
  }
}
.p-interview-detail__points__group {
  margin: 0;
}
.p-interview-detail__points__group--right {
  padding: 0 0 0 40%;
}
.p-interview-detail__points__group--left {
  padding: 0 40% 0 0;
}
@media screen and (max-width: 1023px) {
  .p-interview-detail__points__group {
    margin: 0 0 0;
  }
  .p-interview-detail__points__group--right, .p-interview-detail__points__group--left {
    padding: 0 20px 50px;
  }
}
.p-interview-detail__points__group__heading {
  margin-top: 40px;
  margin-bottom: 40px;
  font-size: 2rem;
  color: #83ba24;
}
@media screen and (max-width: 1023px) {
  .p-interview-detail__points__group__heading {
    margin-bottom: 330px;
  }
}
@media screen and (max-width: 767px) {
  .p-interview-detail__points__group__heading {
    margin-bottom: 290px;
    font-size: 1.6rem;
    padding: 50px 20px 0;
    text-align: justify;
  }
}
.p-interview-detail__points__group__sub-heading {
  margin-top: 50px;
  margin-bottom: 20px;
  font-size: 1.4rem;
  color: #005794;
  border-top: solid 2px #005794;
  border-bottom: solid 2px #005794;
  background: #fff;
  display: inline-block;
  padding: 10px 20px;
}
.p-interview-detail__points__group__question {
  margin-top: 40px;
  margin-bottom: 40px;
  font-size: 1.3rem;
  color: #83ba24;
}
@media screen and (max-width: 767px) {
  .p-interview-detail__points__group__question {
    margin-bottom: 20px;
    font-size: 1.1rem;
  }
}
.p-interview-detail__points__group__question__nophoto {
  margin-top: 40px;
  margin-bottom: 40px;
  font-size: 1.3rem;
  color: #83ba24;
}
@media screen and (max-width: 1023px) {
  .p-interview-detail__points__group__question__nophoto {
    margin-bottom: 20px;
    font-size: 1.1rem;
  }
}
@media screen and (max-width: 767px) {
  .p-interview-detail__points__group__question__nophoto {
    margin-bottom: 20px;
    font-size: 1.1rem;
  }
}
@media screen and (max-width: 1023px) {
  .p-interview-detail__points__group__text {
    padding: 0 30px 0;
  }
}
@media screen and (max-width: 767px) {
  .p-interview-detail__points__group__text {
    padding: 0 0 0;
  }
}
.p-interview-detail__points__group__text p {
  line-height: 2em;
}
.p-interview-detail__points__group__photo {
  margin: 20px;
}
@media screen and (max-width: 1023px) {
  .p-interview-detail__points__group__photo {
    padding: 0 30px 0;
  }
}
@media screen and (max-width: 767px) {
  .p-interview-detail__points__group__photo {
    padding: 0 0 0;
  }
}
.p-interview-detail__points__group__photo img {
  display: block;
  margin: 0 auto 20px;
  width: 150px;
}
.p-interview-detail__points__group__photo figcaption {
  font-size: 0.8rem;
  text-align: center;
}
.p-interview-detail__info__heading {
  font-size: 1.8rem;
  margin-bottom: 25px;
}
.p-interview-detail__info__heading:after {
  content: none;
}
.p-interview-detail__info dl {
  display: flex;
  border-bottom: 2px solid #01A0C6;
}
.p-interview-detail__info dl:first-child {
  border-top: 2px solid #01A0C6;
}
@media screen and (max-width: 767px) {
  .p-interview-detail__info dl {
    display: block;
  }
}
.p-interview-detail__info dl > dt {
  min-width: 300px;
  margin: 10px 0;
  padding: 15px 40px 15px 0;
  font-size: 1.4rem;
  line-height: 1;
  font-family: din-2014, sans-serif;
  font-weight: 400;
  color: #80C41C;
  text-align: right;
  border-right: 2px solid #01A0C6;
}
@media screen and (max-width: 1023px) {
  .p-interview-detail__info dl > dt {
    min-width: 200px;
  }
}
@media screen and (max-width: 767px) {
  .p-interview-detail__info dl > dt {
    min-width: initial;
    text-align: left;
    padding: 15px 0 0 20px;
    margin: 10px 0 20px;
    border-right: none;
  }
}
.p-interview-detail__info dl > dd {
  margin: 10px 0;
  padding: 15px 20px 15px 40px;
}
.p-interview-detail__info dl > dd > p {
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .p-interview-detail__info dl > dd {
    text-align: left;
    padding: 0 10px 0 20px;
    margin: 10px 0 20px;
  }
}
.p-interview-detail__detail {
  text-align: center;
  padding: 100px 0 40px;
}
@media screen and (max-width: 767px) {
  .p-interview-detail__detail {
    padding: 0 20px 40px;
  }
}
.p-interview-detail__detail__comment {
  margin: 0 130px 40px;
  padding: 30px;
  text-align: center;
  background: #e8f7ff;
}
@media screen and (max-width: 1023px) {
  .p-interview-detail__detail__comment {
    margin: 70px 50px 0;
  }
}
@media screen and (max-width: 767px) {
  .p-interview-detail__detail__comment {
    margin: 50px 0 0;
    padding: 30px 20px 10px;
  }
}
@media print {
  .p-interview-detail__detail__comment {
    margin: 0;
  }
}
.p-interview-detail__detail__comment__columns {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-direction: row-reverse;
}
@media screen and (max-width: 767px) {
  .p-interview-detail__detail__comment__columns {
    display: block;
  }
}
.p-interview-detail__detail__comment__columns__consultant {
  min-width: 160px;
  margin-right: 40px;
}
@media screen and (max-width: 767px) {
  .p-interview-detail__detail__comment__columns__consultant {
    margin-top: 30px;
    margin-right: 0;
    display: flex;
  }
}
@media print {
  .p-interview-detail__detail__comment__columns__consultant {
    margin-right: 25px;
  }
}
.p-interview-detail__detail__comment__columns__consultant__photo {
  width: 100px;
  height: 100px;
  border-radius: 50px;
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.15);
  overflow: hidden;
  margin: 0 auto 15px;
}
@media screen and (max-width: 767px) {
  .p-interview-detail__detail__comment__columns__consultant__photo {
    margin: 0 10px 30px;
  }
}
.p-interview-detail__detail__comment__columns__consultant__name {
  font-size: 1rem;
}
@media screen and (max-width: 767px) {
  .p-interview-detail__detail__comment__columns__consultant__name {
    font-size: 1rem;
    padding: 25px 0 0;
    flex-grow: 1;
  }
}
.p-interview-detail__detail__comment__columns__consultant__name p {
  text-align: center;
  line-height: 1.2;
  margin-bottom: 5px;
  color: #80C41C;
}
@media print {
  .p-interview-detail__detail__comment__columns__consultant__name p {
    font-size: 11px;
    margin-bottom: 5px;
  }
}
.p-interview-detail__detail__comment__columns__balloon {
  flex-grow: 1;
  position: relative;
}
@media print {
  .p-interview-detail__detail__comment__columns__balloon {
    padding: 20px 20px 20px;
    border-radius: 8px;
  }
}
.p-interview-detail__detail__comment__columns__balloon > h3 {
  text-align: left;
  color: #80C41C;
  border-bottom: 1px solid #80C41C;
  font-size: 1.4rem;
  padding: 0 0 15px;
}
@media screen and (max-width: 767px) {
  .p-interview-detail__detail__comment__columns__balloon > h3 {
    text-align: center;
  }
}
.p-interview-detail__detail__comment__columns__balloon p {
  margin: 15px 0 0;
  line-height: 1.5;
  color: #80C41C;
}
@media print {
  .p-interview-detail__detail__comment__columns__balloon p {
    font-size: 12px;
    line-height: 1.7;
    letter-spacing: 0.06em;
  }
}
.p-interview-detail__button {
  margin: 0 0 100px;
  text-align: center;
}

/*魚崎駅前ふみ脳神経内科　原ふみ先生*/
.page-id-2165 .p-interview-detail__points__group {
  position: relative;
}
.page-id-2165 .p-interview-detail__points__group--1:before {
  content: "";
  display: block;
  width: 35%;
  height: 300px;
  background: url("../images/photos/interview/interview-list01-02.jpg") no-repeat;
  background-position: left top;
  background-size: 100%;
  position: absolute;
  left: -20px;
  top: 10px;
}
.page-id-2165 .p-interview-detail__points__group--2:before {
  content: "";
  display: block;
  width: 35%;
  height: 300px;
  background: url("../images/photos/interview/interview-list01-01.jpg") no-repeat;
  background-position: left top;
  background-size: 100%;
  position: absolute;
  right: -20px;
  top: 10px;
}
.page-id-2165 .p-interview-detail__points__group--3:before {
  content: "";
  display: block;
  width: 35%;
  height: 300px;
  background: url("../images/photos/interview/interview-list01-03.jpg") no-repeat;
  background-position: left top;
  background-size: 100%;
  position: absolute;
  left: -20px;
  top: 10px;
}
.page-id-2165 .p-interview-detail__points__group--4:before {
  content: "";
  display: block;
  width: 35%;
  height: 300px;
  background: url("../images/photos/interview/interview-list01-04.jpg") no-repeat;
  background-position: left top;
  background-size: 100%;
  position: absolute;
  right: -20px;
  top: 10px;
}
.page-id-2165 .p-interview-detail__points__group--5:before {
  content: "";
  display: block;
  width: 35%;
  height: 300px;
  background: url("../images/photos/interview/interview-list01-05.jpg") no-repeat;
  background-position: left top;
  background-size: 100%;
  position: absolute;
  left: -20px;
  top: 10px;
}
@media screen and (max-width: 1023px) {
  .page-id-2165 .p-interview-detail__points__group--1:before, .page-id-2165 .p-interview-detail__points__group--2:before, .page-id-2165 .p-interview-detail__points__group--3:before, .page-id-2165 .p-interview-detail__points__group--4:before, .page-id-2165 .p-interview-detail__points__group--5:before {
    width: 350px;
    right: initial;
    left: 50%;
    top: -290px;
    transform: translate(-50%, 0);
  }
}
@media screen and (max-width: 767px) {
  .page-id-2165 .p-interview-detail__points__group--1:before, .page-id-2165 .p-interview-detail__points__group--2:before, .page-id-2165 .p-interview-detail__points__group--3:before, .page-id-2165 .p-interview-detail__points__group--4:before, .page-id-2165 .p-interview-detail__points__group--5:before {
    width: 300px;
    right: initial;
    left: 50%;
    top: -260px;
    transform: translate(-50%, 0);
  }
}

/*よし内科クリニック　山田 義明先生*/
.page-id-2598 .p-interview-detail__points__group {
  position: relative;
}
.page-id-2598 .p-interview-detail__points__group--1:before {
  content: "";
  display: block;
  width: 35%;
  height: 300px;
  background: url("../images/photos/interview/interview-list02-01.jpg") no-repeat;
  background-position: left top;
  background-size: 100%;
  position: absolute;
  left: -20px;
  top: 10px;
}
.page-id-2598 .p-interview-detail__points__group--2:before {
  content: "";
  display: block;
  width: 35%;
  height: 300px;
  background: url("../images/photos/interview/interview-list02-02.jpg") no-repeat;
  background-position: left top;
  background-size: 100%;
  position: absolute;
  right: -20px;
  top: 10px;
}
.page-id-2598 .p-interview-detail__points__group--3:before {
  content: "";
  display: block;
  width: 35%;
  height: 300px;
  background: url("../images/photos/interview/interview-list02-03.jpg") no-repeat;
  background-position: left top;
  background-size: 100%;
  position: absolute;
  left: -20px;
  top: 10px;
}
.page-id-2598 .p-interview-detail__points__group--4:before {
  content: "";
  display: block;
  width: 35%;
  height: 300px;
  background: url("../images/photos/interview/interview-list02-04.jpg") no-repeat;
  background-position: left top;
  background-size: 100%;
  position: absolute;
  right: -20px;
  top: 10px;
}
.page-id-2598 .p-interview-detail__points__group--5:before {
  content: "";
  display: block;
  width: 35%;
  height: 300px;
  background: url("../images/photos/interview/interview-list02-05.jpg") no-repeat;
  background-position: left top;
  background-size: 100%;
  position: absolute;
  left: -20px;
  top: 10px;
}
@media screen and (max-width: 1023px) {
  .page-id-2598 .p-interview-detail__points__group--1:before, .page-id-2598 .p-interview-detail__points__group--2:before, .page-id-2598 .p-interview-detail__points__group--3:before, .page-id-2598 .p-interview-detail__points__group--4:before, .page-id-2598 .p-interview-detail__points__group--5:before {
    width: 350px;
    right: initial;
    left: 50%;
    top: -290px;
    transform: translate(-50%, 0);
  }
}
@media screen and (max-width: 767px) {
  .page-id-2598 .p-interview-detail__points__group--1:before, .page-id-2598 .p-interview-detail__points__group--2:before, .page-id-2598 .p-interview-detail__points__group--3:before, .page-id-2598 .p-interview-detail__points__group--4:before, .page-id-2598 .p-interview-detail__points__group--5:before {
    width: 300px;
    right: initial;
    left: 50%;
    top: -260px;
    transform: translate(-50%, 0);
  }
}

.align-left {
  text-align: left;
}

.align-right {
  text-align: right;
}

.align-center {
  text-align: center;
}

.mb05 {
  margin-bottom: 5px;
}

.mb10 {
  margin-bottom: 10px;
}

.mb20 {
  margin-bottom: 20px;
}

.mb30 {
  margin-bottom: 30px;
}

.mb40 {
  margin-bottom: 40px;
}

.mb50 {
  margin-bottom: 50px;
}

.mb60 {
  margin-bottom: 60px;
}

.mb70 {
  margin-bottom: 70px;
}

.mb80 {
  margin-bottom: 80px;
}

.mb90 {
  margin-bottom: 90px;
}

.mb100 {
  margin-bottom: 100px;
}

.mt05 {
  margin-top: 5px;
}

.mt10 {
  margin-top: 10px;
}

.mt20 {
  margin-top: 20px;
}

.mt30 {
  margin-top: 30px;
}

.mt40 {
  margin-top: 40px;
}

.mt50 {
  margin-top: 50px;
}

.mr05 {
  margin-right: 5px;
}

.mr10 {
  margin-right: 10px;
}

.mr20 {
  margin-right: 20px;
}

.mr30 {
  margin-right: 30px;
}

.mr40 {
  margin-right: 40px;
}

.mr50 {
  margin-right: 50px;
}

.ml05 {
  margin-left: 5px;
}

.ml10 {
  margin-left: 10px;
}

.ml20 {
  margin-left: 20px;
}

.ml30 {
  margin-left: 30px;
}

.ml40 {
  margin-left: 40px;
}

.ml50 {
  margin-left: 50px;
}

.only_mobile {
  display: none;
}
@media screen and (max-width: 767px) {
  .only_mobile {
    display: initial;
  }
}

.only_lt_1024 {
  display: none;
}
@media screen and (max-width: 1023px) {
  .only_lt_1024 {
    display: initial;
  }
}

.only_lt_1440 {
  display: none;
}
@media screen and (max-width: 1439px) {
  .only_lt_1440 {
    display: initial;
  }
}

@media screen and (max-width: 767px) {
  .only_pc {
    display: none;
  }
}

@media screen and (max-width: 1439px) {
  .only_mt_1440 {
    display: none;
  }
}

.u-box__blue-shadow {
  background: white;
  border: 1px solid #80C41C;
  padding: 10px 20px;
  box-shadow: 5px 5px 0px #80C41C;
}

@media screen and (max-width: 767px) {
  .p-index__information .u-box__blue-shadow {
    border: none;
    padding: 0;
    box-shadow: none;
  }
}
