@charset "UTF-8";
.pc {
  display: block !important;
}

.sp {
  display: none !important;
}

.tc {
  display: block !important;
}

.tb {
  display: none !important;
}

@media print, screen and (max-width: 991px) {
  .tc {
    display: none !important;
  }
  .tb {
    display: block !important;
  }
}
@media only screen and (max-width: 768px) {
  .pc {
    display: none !important;
  }
  .sp {
    display: block !important;
  }
}
@media print, screen and (min-width: 769px) {
  .pc-hide {
    display: none !important;
  }
}
@media only screen and (max-width: 768px) {
  .sp-hide {
    display: none !important;
  }
}
*,
*:before,
*:after {
  box-sizing: border-box;
}

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

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

[tabindex="-1"]:focus:not(:focus-visible) {
  outline: 0 !important;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

h1,
h2 {
  line-height: 1.2;
}

h3,
h4 {
  line-height: 1.5;
}

h5,
h6 {
  line-height: inherit;
}

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

blockquote,
q {
  quotes: none;
}

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

b,
strong {
  font-weight: bolder;
}

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

a:not([href]):not([class]) {
  color: inherit;
  text-decoration: none;
}

a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none;
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  vertical-align: middle;
  border-style: none;
}

svg {
  overflow: hidden;
  vertical-align: middle;
}

[role=button] {
  cursor: pointer;
}

button:not(:disabled),
[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled) {
  cursor: pointer;
}

button {
  outline: none;
  border: none;
  cursor: pointer;
}

input[type=radio],
input[type=checkbox] {
  box-sizing: border-box;
  padding: 0;
}

textarea {
  overflow: auto;
  resize: none;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

[hidden] {
  display: none !important;
}

*:focus {
  outline: none;
}

.clearfix::after {
  content: "";
  visibility: hidden;
  height: 0;
  display: block;
  font-size: 0;
  clear: both;
}

* html .clearfix {
  zoom: 1;
}

*:first-child + html .clearfix {
  zoom: 1;
}

header {
  padding-left: 20px;
  background: white;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 90px;
  z-index: 999;
}
header .wrapper {
  display: flex;
  align-items: center;
  max-width: 100%;
  height: 100%;
  padding: 0;
  justify-content: space-between;
}
@media only screen and (max-width: 768px) {
  header .wrapper {
    align-items: flex-start;
  }
}
header .wrapper h1 {
  margin-bottom: 0;
}
header .wrapper ul.menu {
  display: flex;
  list-style: none;
  margin: 0;
  padding-left: 0;
  gap: 0.5vw;
}
header .wrapper ul.menu li {
  margin: 0 5px;
  letter-spacing:-0.04em;
}
header .wrapper ul.menu li a {
  font-weight: 700;
  font-size: 14px;
  line-height: 19px;
  color: #2F2F2F;
}
header .wrapper ul.menu li.hassub {
  position: relative;
  z-index: 1;
}
header .wrapper ul.menu li.hassub ul {
  transition: all 0.5s;
  padding: 20px 24px;
  background-color: #E83633;
  white-space: nowrap;
  position: absolute;
  left: 0;
  opacity: 0;
  top: 0;
  visibility: hidden;
  z-index: -99999;
}
@media print, screen and (max-width: 1422px) {
  header .wrapper ul.menu li.hassub ul {
    right: 0;
    left: auto;
  }
}
header .wrapper ul.menu li.hassub ul li:not(:last-child) {
  margin-bottom: 25px;
}
header .wrapper ul.menu li.hassub ul li a {
  color: white;
  font-weight: 700;
  font-size: 14px;
  line-height: 19px;
}
header .wrapper ul.menu li.hassub:hover ul {
  background: #E83633;
  opacity: 1;
  visibility: visible;
  top: 100%;
}
@media print, screen and (max-width: 1422px) {
  header .wrapper ul.menu {
    padding-right: 14px;
  }
}
@media print, screen and (max-width: 1142px) {
  header .wrapper ul.menu {
    display: none;
  }
}
header .wrapper .header-right-content {
  display: flex;
  align-items: center;
  height: 100%;
}
header .wrapper .header-right-content a {
  display: flex;
  align-items: center;
}
header .wrapper .header-right-content a img {
  margin-right: 10px;
}
header .wrapper .header-right-content .phone {
  font-weight: 700;
  font-size: 18px;
  line-height: 25px;
  color: #E83633;
}
header .wrapper .header-right-content .data {
  padding: 5px 25px;
  height: 100%;
  display: flex;
  align-items: center;
  background-color: #E83633;
  color: white;
  font-weight: 700;
  font-size: 14px;
  line-height: 19px;
  margin-left: 10px;
}
@media print, screen and (max-width: 1422px) {
  header .wrapper .header-right-content .data {
    display: none;
  }
}
@media print, screen and (max-width: 1422px) {
  header .wrapper .header-right-content {
    display: none;
  }
}
header .wrapper .hamburger-wrap {
  display: none;
}
@media print, screen and (max-width: 1142px) {
  header .wrapper .hamburger-wrap {
    display: block;
    position: relative;
    height: 100%;
  }
}
header #hamburger {
  background: none;
  outline: none;
  border: none;
  display: block;
  height: 22px;
  width: 34px;
  text-align: center;
  transition: all 0.5s;
  z-index: 1001;
  position: relative;
}
@media print, screen and (max-width: 1142px) {
  header #hamburger {
    position: fixed;
    right: 15px;
    top: 30px;
  }
}
@media only screen and (max-width: 768px) {
  header #hamburger {
    right: 15px;
    top: 15px;
  }
}
header #hamburger::after {
  font-family: "Noto Sans Adlam";
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  color: #3E3A39;
  content: "MENU";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 26px;
  transition: all 0.5s;
}
header #hamburger.active::after {
  content: "CLOSE";
  color: #fff;
}
header #hamburger span {
  position: absolute;
  display: block;
  left: 0;
  height: 1px;
  width: 100%;
  background: #3E3A39;
  opacity: 1;
  transform: rotate(0deg);
  transition: all 0.5s;
}
header #hamburger span:nth-child(1) {
  top: 0;
}
header #hamburger span:nth-child(2) {
  top: 50%;
}
header #hamburger span:nth-child(3) {
  top: 100%;
}
header #hamburger.active span {
  background: #fff;
}
header #hamburger.active span:nth-child(1) {
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
}
header #hamburger.active span:nth-child(2) {
  opacity: 0;
  transform: rotate(90deg);
}
header #hamburger.active span:nth-child(3) {
  top: 50%;
  transform: translateY(-50%) rotate(135deg);
}
@media only screen and (max-width: 768px) {
  header {
    padding: 16px;
    padding-bottom: 24px;
    height: auto;
  }
}

nav {
  position: fixed;
  z-index: 1000;
  left: 0;
  top: -100vh;
  width: 100%;
  height: 100vh;
  padding: 20px;
  padding-top: 120px;
  background-color: #E83633;
  transition: all 0.5s;
  display: none;
  overflow: scroll;
}
nav.active {
  top: 0;
}
@media print, screen and (max-width: 1422px) {
  nav {
    display: block;
  }
}
@media only screen and (max-width: 768px) {
  nav {
    padding-top: 70px;
  }
}
nav * {
  color: white;
}
nav h2 {
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 25px;
  margin-bottom: 15px;
}
nav ul._top {
  list-style: none;
  font-weight: 700;
  margin-left: 14px;
}
nav ul._top li {
  margin-bottom: 15px;
  list-style-type: "▶";
  padding-left: 10px;
}
nav ul._top li h3 {
  font-size: 16px;
  line-height: 26px;
}
nav ul._top li span {
  font-size: 12px;
  line-height: 16px;
  margin-top: 8px;
}
nav ._bottom {
  font-weight: 700;
  font-size: 12px;
  line-height: 16px;
}
nav ._bottom a, nav ._bottom span {
  margin-top: 12px;
  display: block;
}
nav ._bottom .hassub .plus::after {
  content: "\f107";
  font-family: fontawesome;
  margin-left: 10px;
}
nav ._bottom .hassub .plus.active::after {
  content: "\f106";
}
nav ._bottom .hassub ul {
  font-weight: 400;
  transition: all 0.5s;
  max-height: 0;
  overflow: hidden;
}
nav ._bottom .hassub ul a {
  margin-top: 8px;
  padding-left: 12px;
  position: relative;
}
nav ._bottom .hassub ul a::before {
  width: 4px;
  height: 4px;
  content: "";
  top: 6px;
  background-color: white;
  position: absolute;
  left: 0;
}
nav .sns {
  margin-top: 20px;
}
nav .sns a {
  font-weight: 700;
  font-size: 12px;
  line-height: 16px;
  margin-right: 16px;
}

/* デバッグ用 */
#wpadminbar {
  display: none;
}

.home .sec-title {
  font-size: clamp(1.5rem, 2vw + 1rem, 1.875rem);
  text-align: center;
  font-weight: 700;
  margin-bottom: 0.5em;
}
.home .sec-read {
  font-size: clamp(1.125rem, 1vw + 0.75rem, 1.5rem);
  text-align: center;
  font-weight: 700;
  margin-bottom: 1em;
}
.home section.wrapper,
.home section.top-recruit-sec {
  margin: 140px auto;
}
@media only screen and (max-width: 768px) {
  .home section.wrapper,
  .home section.top-recruit-sec {
    margin: 70px auto;
  }
}

.mv .mv-slider {
  overflow-x: hidden;
}
.mv .mv-slider .unit {
  display: flex;
  justify-content: center;
  align-items: center;
}
.mv .mv-slider .unit img {
  width: 100vw;
  height: 546px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media only screen and (max-width: 768px) {
  .mv .mv-slider .unit img {
    height: 275px;
  }
}
.mv .catch {
  font-style: normal;
  font-weight: 700;
  font-size: 80px;
  line-height: 109px;
  color: #FFFFFF;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 200px;
}
@media only screen and (max-width: 768px) {
  .mv .catch {
    font-size: 36px;
    line-height: 49px;
    top: 126px;
  }
}
.mv .mv-info {
  background: #E83633;
  right: 0;
  bottom: -80px;
  position: absolute;
  padding: 1em 1.5em;
  color: #FFF;
  font-weight: 600;
  line-height: 1.4;
  font-size: clamp(0.75rem, 2vw + 0.25rem, 1.5rem);
  text-align: center;
  margin: 0 auto;
}
@media only screen and (max-width: 768px) {
  .mv .mv-info {
    width: 70%;
    min-width: 260px;
    left: 0;
    right: 0;
    bottom: -30px;
  }
}
.mv .mv-info h2 {
  border-bottom: 1px solid #FFF;
  margin: 0 0 0.8em 0;
  display: inline-block;
}
.mv .mv-info dl.info-data {
  display: flex;
  gap: 0.5em;
  align-items: center;
  justify-content: center;
}
.mv .mv-info dl.info-data dd + dt {
  margin-left: 2em;
}
.mv .mv-info dl.info-data dt {
  font-size: 0.7em;
}
.mv .mv-info dl.info-data span {
  font-size: 1.5em;
}

.top-news-sec h3 {
  font-size: 24px;
  font-weight: 700;
}
.top-news-sec ul.top-news-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 4%;
}
.top-news-sec ul.top-news-list li {
  width: 48%;
  border-bottom: 1px solid #000000;
  padding: 20px 0 15px;
}
@media only screen and (max-width: 768px) {
  .top-news-sec ul.top-news-list li {
    width: 100%;
  }
}
.top-news-sec ul.top-news-list li a {
  display: flex;
  gap: 0.5em 1.2em;
}
@media print, screen and (max-width: 991px) {
  .top-news-sec ul.top-news-list li a {
    flex-wrap: wrap;
  }
}
.top-news-sec ul.top-news-list li a span {
  display: inline-block;
  align-self: start;
}
.top-news-sec ul.top-news-list li a .date {
  width: 8em;
}
@media print, screen and (max-width: 991px) {
  .top-news-sec ul.top-news-list li a .date {
    flex: 1;
  }
}
.top-news-sec ul.top-news-list li a .icon {
  color: #FFFFFF;
  width: 8em;
  padding: 0 0.5em;
  font-size: 0.8em;
  text-align: center;
}
@media print, screen and (min-width: 769px) {
  .top-news-sec ul.top-news-list li a .txt {
    flex: 1;
  }
}
@media print, screen and (max-width: 991px) {
  .top-news-sec ul.top-news-list li a .txt {
    width: 100%;
  }
}
.top-news-sec ul.top-news-list li a .icon.news {
  background: #000;
}
.top-news-sec ul.top-news-list li a .icon.event {
  background: #E83633;
}

.top-concept-sec h2 {
  font-weight: 700;
  font-size: clamp(1.5rem, 3vw + 0.75rem, 3rem);
  color: #000000;
  margin: 1em auto;
  text-align: center;
}
.top-concept-sec h2 span {
  color: #E83633;
}
.top-concept-sec .row + .row {
  margin-top: 100px;
}
@media only screen and (max-width: 768px) {
  .top-concept-sec .row + .row {
    margin-top: 50px;
  }
}
.top-concept-sec .row .txt-wrap {
  padding: 0 30px;
}
@media print, screen and (min-width: 769px) {
  .top-concept-sec .row:nth-child(2n+1) {
    flex-direction: row-reverse;
  }
  .top-concept-sec .row:nth-child(2n+1) .img-wrap {
    flex: 1;
    margin-right: calc(50% - 50vw + 250px);
  }
}
@media print, screen and (min-width: 769px) {
  .top-concept-sec .row:nth-child(2n) .img-wrap {
    flex: 1;
    margin-left: calc(50% - 50vw + 250px);
  }
}
.top-concept-sec .row .col-md-6 h3 {
  font-size: clamp(1.5rem, 2vw + 1rem, 2.25rem);
  font-weight: 700;
  margin: 0 0 0.5em;
}
@media only screen and (max-width: 768px) {
  .top-concept-sec .row .col-md-6 h3 {
    margin: 0.5em 0;
  }
}
.top-concept-sec .row .col-md-6 h3 span {
  color: #E83633;
}
.top-concept-sec .row .col-md-6 h4 {
  font-size: clamp(1rem, -2vw + 2rem, 1.125rem);
  font-weight: 700;
  color: #E83633;
  margin: 1em 0 0.5em;
}
.top-concept-sec .row .col-md-6 p {
  line-height: 2;
}
.top-concept-sec .row .col-md-6 span {
  color: #E83633;
}

.top-voice-sec {
  margin-top: 120px;
}
@media only screen and (max-width: 768px) {
  .top-voice-sec {
    margin-top: 60px;
  }
}
.top-voice-sec .voice-list {
  display: flex;
  flex-wrap: wrap;
  gap: 20px 4%;
  text-align: center;
}
.top-voice-sec .voice-list article {
  width: 22%;
}
@media only screen and (max-width: 768px) {
  .top-voice-sec .voice-list article {
    width: 48%;
  }
}
.top-voice-sec .voice-list p {
  display: inline-block;
  border: 1px solid #000;
  padding: 0.3em 1em;
  margin: 1em auto;
  line-height: 1.2;
  font-size: 12px;
}

.top-plan-sec .plan-left h3 {
  margin: 0.5em auto;
  font-weight: 700;
  font-size: 16px;
}
.top-plan-sec .plan-left h3 span {
  font-size: 24px;
}
.top-plan-sec .plan-left ul {
  display: flex;
  gap: 0.5em;
  margin: 15px auto;
  flex-wrap: wrap;
}
.top-plan-sec .plan-left ul li {
  font-size: 12px;
  line-height: 1;
  padding: 0.5em 1em;
  border: 1px solid #000;
}
.top-plan-sec .plan-left dl {
  display: flex;
  gap: 10px;
  margin: 30px 0 0;
}
.top-plan-sec .plan-left dl dt h4 {
  background: #E83633;
  color: #FFF;
  border-radius: 50%;
  width: 85px;
  line-height: 85px;
  text-align: center;
  font-size: 14px;
  font-weight: 700;
}
.top-plan-sec .plan-left dl dd .price {
  font-weight: 700;
  color: #E83633;
}
.top-plan-sec .plan-left dl dd .price span {
  font-size: 48px;
}
.top-plan-sec .plan-left dl dd .txt {
  font-size: 12px;
  line-height: 1.8;
  margin: 1em 0 0;
}
.top-plan-sec .plan-right .img-wrap + p {
  text-align: center;
  font-weight: 700;
  margin: 0.5em auto;
}
.top-plan-sec .plan-right .plan-sample {
  background: #F8F2E9;
  padding: 15px;
  margin: 20px auto 0;
}
.top-plan-sec .plan-right .plan-sample .txt {
  display: flex;
  align-items: end;
  gap: 0.5em 1em;
  justify-content: space-between;
  flex-wrap: wrap;
}
.top-plan-sec .plan-right .plan-sample .txt .txt-l h3 {
  font-weight: 700;
}
.top-plan-sec .plan-right .plan-sample .txt .txt-l p {
  font-size: 12px;
}
.top-plan-sec .plan-right .plan-sample .txt .txt-r {
  white-space: nowrap;
  font-weight: 700;
}
.top-plan-sec .plan-right .plan-sample .txt .txt-r span {
  color: #E83633;
  font-size: 18px;
}
.top-plan-sec .plan-right .plan-sample .txt .txt-r span span {
  font-size: 36px;
}
.top-plan-sec .plan-right .plan-sample .compare-data {
  font-size: 10px;
  text-align: center;
  line-height: 1;
}
.top-plan-sec .plan-right .plan-sample .compare-data .other-data,
.top-plan-sec .plan-right .plan-sample .compare-data .our-data {
  font-weight: 700;
  margin: 20px auto 0;
  display: flex;
  gap: 0.5em;
}
@media only screen and (max-width: 768px) {
  .top-plan-sec .plan-right .plan-sample .compare-data .other-data,
  .top-plan-sec .plan-right .plan-sample .compare-data .our-data {
    flex-wrap: wrap;
    gap: 1em;
  }
}
.top-plan-sec .plan-right .plan-sample .compare-data .other-data > dt,
.top-plan-sec .plan-right .plan-sample .compare-data .our-data > dt {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 7em;
}
@media only screen and (max-width: 768px) {
  .top-plan-sec .plan-right .plan-sample .compare-data .other-data > dt,
  .top-plan-sec .plan-right .plan-sample .compare-data .our-data > dt {
    min-width: auto;
    width: 100%;
    padding: 0.3em;
  }
}
.top-plan-sec .plan-right .plan-sample .compare-data .other-data > dd,
.top-plan-sec .plan-right .plan-sample .compare-data .our-data > dd {
  display: flex;
  justify-content: space-between;
  flex: 1;
}
@media only screen and (max-width: 768px) {
  .top-plan-sec .plan-right .plan-sample .compare-data .other-data > dd,
  .top-plan-sec .plan-right .plan-sample .compare-data .our-data > dd {
    flex-wrap: wrap;
    gap: 1em;
    justify-content: flex-start;
  }
}
.top-plan-sec .plan-right .plan-sample .compare-data .other-data > dd dl.data,
.top-plan-sec .plan-right .plan-sample .compare-data .our-data > dd dl.data {
  display: flex;
  flex-direction: column;
}
.top-plan-sec .plan-right .plan-sample .compare-data .other-data > dd dl.data dt,
.top-plan-sec .plan-right .plan-sample .compare-data .our-data > dd dl.data dt {
  padding: 0.3em 0.2em;
}
.top-plan-sec .plan-right .plan-sample .compare-data .other-data > dd dl.data dd,
.top-plan-sec .plan-right .plan-sample .compare-data .our-data > dd dl.data dd {
  padding: 0.6em 0.2em;
}
.top-plan-sec .plan-right .plan-sample .compare-data .other-data > dd i,
.top-plan-sec .plan-right .plan-sample .compare-data .our-data > dd i {
  padding: 0.3em 0;
}
.top-plan-sec .plan-right .plan-sample .compare-data .other-data dt {
  background: #D9D9D9;
}
.top-plan-sec .plan-right .plan-sample .compare-data .our-data dt,
.top-plan-sec .plan-right .plan-sample .compare-data .our-data .data-t {
  background: #E83633;
  color: #FFF;
}
.top-plan-sec .plan-right .plan-sample .compare-data .data-d span {
  color: #E83633;
}

.works {
  margin-top: 120px;
}
.works .works-slider {
  max-width: 920px;
  margin: 0 auto;
}
.works .works-slider .slick-initialized .slick-slide {
  margin: 0 15px !important;
}
.works .works-slider .slick-arrow {
  background: #E83633;
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  padding: 0;
  width: 25px;
  height: 100px;
  color: transparent;
  z-index: 1;
  transition: opacity 0.5s;
  z-index: 1;
  border-radius: 5px;
}
.works .works-slider .slick-arrow:hover {
  opacity: 0.7;
}
.works .works-slider .slick-next::before,
.works .works-slider .slick-next::after,
.works .works-slider .slick-prev::before,
.works .works-slider .slick-prev::after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  content: "";
  vertical-align: middle;
}
.works .works-slider .slick-next::after,
.works .works-slider .slick-prev::after {
  width: 12px;
  height: 12px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
}
.works .works-slider .slick-next {
  right: -27px;
}
@media only screen and (max-width: 768px) {
  .works .works-slider .slick-next {
    right: 0;
  }
}
.works .works-slider .slick-next::after {
  right: 4px;
  transform: rotate(45deg);
}
.works .works-slider .slick-prev {
  left: -27px;
}
@media only screen and (max-width: 768px) {
  .works .works-slider .slick-prev {
    left: 0;
  }
}
.works .works-slider .slick-prev::after {
  left: 4px;
  transform: rotate(-135deg);
}
@media only screen and (max-width: 768px) {
  .works {
    margin-top: 60px;
  }
}
.works.sub {
  margin: 60px 0 180px;
}
@media only screen and (max-width: 768px) {
  .works.sub {
    margin: 60px 0 90px;
  }
}
.works.sub #postContainer {
  margin-top: 74px;
  gap: 60px 0;
  margin-bottom: 60px;
}
@media only screen and (max-width: 768px) {
  .works.sub #postContainer {
    margin-top: 60px;
    gap: 40px 0;
  }
}
.works.sub #postContainer .unit {
  padding: 0;
}
.works.sub #postContainer .unit img {
  height: 240px;
}
.works.sub .ctrl_btns {
  margin-top: 20px;
  display: flex;
  gap: 7px;
}
@media only screen and (max-width: 768px) {
  .works.sub .ctrl_btns {
    margin-top: 60px;
    justify-content: center;
  }
}
.works.sub .ctrl_btns button {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 18px 40px;
  gap: 10px;
  background: #F7F8F8;
  border-radius: 5px 5px 0px 0px;
  font-weight: 700;
  font-size: 14px;
  line-height: 19px;
}
@media only screen and (max-width: 768px) {
  .works.sub .ctrl_btns button {
    padding: 18px;
  }
}
.works.sub .ctrl_btns button#ctrlBtnsCat {
  background: #E83633;
  color: #FFFFFF;
}
.works.sub .cat_works_menu {
  background-color: #E83633;
  display: none;
}
.works.sub .cat_works_menu .wrapper {
  padding: 42px 0;
  display: grid;
  gap: 20px;
}
@media only screen and (max-width: 768px) {
  .works.sub .cat_works_menu .wrapper {
    padding: 15px 6.25px;
  }
}
.works.sub .cat_works_menu .wrapper .unit {
  padding: 20px 34px;
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 5px;
  display: grid;
  grid-template-columns: 200px auto;
  gap: 12px;
}
@media only screen and (max-width: 768px) {
  .works.sub .cat_works_menu .wrapper .unit {
    padding: 20px;
    grid-template-columns: auto;
  }
}
.works.sub .cat_works_menu .wrapper .unit .parent_cat a {
  padding: 10px 17px;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 5px;
  display: flex;
  height: 100%;
  align-items: center;
  color: white;
  font-weight: 700;
  font-size: 16px;
  line-height: 26px;
}
@media only screen and (max-width: 768px) {
  .works.sub .cat_works_menu .wrapper .unit .parent_cat a {
    padding: 10px;
    font-size: 14px;
    line-height: 19px;
  }
}
.works.sub .cat_works_menu .wrapper .unit .sub_cat {
  display: grid;
  grid-template-columns: repeat(3, minmax(0px, 1fr));
  gap: 20px;
}
@media only screen and (max-width: 768px) {
  .works.sub .cat_works_menu .wrapper .unit .sub_cat {
    gap: 15px 12px;
    grid-template-columns: repeat(2, minmax(0px, 1fr));
  }
}
.works.sub .cat_works_menu .wrapper .unit .sub_cat a {
  padding: 10px 17px;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 5px;
  display: flex;
  height: 100%;
  align-items: center;
  color: white;
  font-weight: 700;
  font-size: 16px;
  line-height: 26px;
}
@media only screen and (max-width: 768px) {
  .works.sub .cat_works_menu .wrapper .unit .sub_cat a {
    padding: 10px;
    font-size: 12px;
    line-height: 16px;
  }
}
.works .unit {
  padding: 0 15px;
}
.works .unit p {
  margin: 1em 0 0;
}
.works .unit img {
  height: 220px;
}

.top-modelhouse-sec .col-md-9 .img-wrap {
  height: 100%;
}
.top-modelhouse-sec .col-md-9 .img-wrap img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.top-modelhouse-sec .col-md-3 {
  text-align: center;
}
.top-modelhouse-sec .col-md-3 h3 {
  text-align: center;
  border: 1px solid #000;
  padding: 0.4em 1em;
  line-height: 1;
  margin: 0 auto 1em;
}
@media only screen and (max-width: 768px) {
  .top-modelhouse-sec .col-md-3 h3 {
    display: inline-block;
    margin: 2em auto 1em;
  }
}
.top-modelhouse-sec .col-md-3 .movie-wrap + p {
  margin: 0.5em 0 0;
  font-weight: 700;
  text-align: left;
}
.top-modelhouse-sec .col-md-3 > div + div {
  margin-top: 30px;
}
.top-modelhouse-sec .btn01 {
  width: 350px;
}

.top-recruit-sec {
  background: linear-gradient(90deg, #1165AD 0%, #07549B 100%);
}
@media only screen and (max-width: 768px) {
  .top-recruit-sec {
    padding: 50px 0;
  }
}
.top-recruit-sec h3 {
  font-weight: 700;
  font-size: 22px;
  line-height: 33px;
  color: #FFFFFF;
}
@media only screen and (max-width: 768px) {
  .top-recruit-sec h3 {
    margin-top: 30px;
    font-size: 24px;
  }
}
.top-recruit-sec p {
  color: white;
  margin: 28px 0 33px;
}
.top-recruit-sec .btn-area {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}
.top-recruit-sec .btn-area .btn02 {
  background: transparent;
  border-color: white;
  color: white;
}
.top-recruit-sec .btn-area .btn02:nth-child(1),
.top-recruit-sec .btn-area .btn02:nth-child(2) {
  width: calc(50% - 10px);
}
.top-recruit-sec .btn-area .btn02:nth-child(3) {
  width: 100%;
}

.top-links-sec {
  margin-top: 112px;
  margin-bottom: 122px;
}
@media only screen and (max-width: 768px) {
  .top-links-sec {
    margin-top: 24px;
    margin-bottom: 130px;
  }
}
.top-links-sec a {
  transition: all 0.5s;
}
.top-links-sec a img {
  width: 100%;
}
.top-links-sec a:hover {
  opacity: 0.8;
}
@media only screen and (max-width: 768px) {
  .top-links-sec .row {
    gap: 16px;
  }
}

.modelhouse {
  margin: 60px 0 136px;
}
.modelhouse .wrap {
  margin-top: 67px;
}
.modelhouse .wrap .unit {
  display: block;
  margin-bottom: 60px;
}
.modelhouse .wrap .unit.disable {
  opacity: 0.6;
}
@media only screen and (max-width: 768px) {
  .modelhouse .wrap .unit {
    margin-bottom: 40px;
  }
}
.modelhouse .wrap .unit p {
  margin: 18px 0;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.modelhouse .wrap .unit .img-wrap img {
  width: 100%;
  height: 300px;
}
.modelhouse .wrap .btn02 {
  margin-top: 30px;
}
@media only screen and (max-width: 768px) {
  .modelhouse .wrap .btn02 {
    margin-top: 20px;
  }
}

.modelhouse-detail {
  margin: 60px 0 90px;
}
@media only screen and (max-width: 768px) {
  .modelhouse-detail {
    margin: 60px 0;
  }
}
.modelhouse-detail .left h2.fs-24 {
  margin: 24px 0 20px;
}
.modelhouse-detail .left p {
  font-size: 16px;
  line-height: 28px;
  margin: 24px 0 60px;
}
.modelhouse-detail .right .table {
  margin: 33px 0 18px;
}
.modelhouse-detail .right .table table {
  width: 100%;
}
.modelhouse-detail .right .table table td {
  padding: 20px;
  font-size: 16px;
  line-height: 26px;
  border-top: 1px solid;
  border-bottom: 1px solid;
  margin-top: -1px;
}
.modelhouse-detail .right .table table td:first-child {
  font-weight: 700;
  white-space: nowrap;
}
@media only screen and (max-width: 768px) {
  .modelhouse-detail .right {
    margin-bottom: 60px;
  }
  .modelhouse-detail .right .table table td.td120 {
    padding: 10px;
    width: 120px;
  }
}
.modelhouse-detail ._bg {
  padding: 90px 0;
  margin-top: 60px;
  background: #F7F8F8;
}
@media only screen and (max-width: 768px) {
  .modelhouse-detail ._bg {
    padding: 60px 0;
  }
}
.modelhouse-detail ._bg h3.bold {
  margin: 15px 0;
}
.modelhouse-detail ._bg ._dez-pad {
  gap: 90px 0;
  margin-bottom: 60px;
}
@media only screen and (max-width: 768px) {
  .modelhouse-detail ._bg ._dez-pad {
    gap: 34px 0;
    margin-bottom: 0px;
  }
}
.modelhouse-detail ._bg img {
  height: 320px;
  -o-object-fit: cover;
     object-fit: cover;
}
.modelhouse-detail ._map {
  margin-top: 90px;
}
@media only screen and (max-width: 768px) {
  .modelhouse-detail ._map {
    margin-top: 60px;
  }
}
.modelhouse-detail ._apply {
  display: flex;
  justify-content: center;
  gap: 18px;
  margin: 35px 0 30px;
}
@media only screen and (max-width: 768px) {
  .modelhouse-detail ._apply ~ .text-center a {
    max-width: 100%;
    width: 500px;
  }
}

.related {
  background: #F7F8F8;
  padding: 60px 0;
  margin-bottom: 300px;
}
@media only screen and (max-width: 768px) {
  .related {
    margin-bottom: 150px;
    padding: 60px 0 16px;
  }
}
.related .row {
  margin-top: 30px;
}
.related .unit {
  padding: 30px;
  background-color: white;
}
@media only screen and (max-width: 768px) {
  .related .unit {
    margin-bottom: 44px;
  }
}
.related .unit a > img {
  width: 100%;
  height: 270px;
  -o-object-fit: cover;
     object-fit: cover;
}
.related .unit h3 {
  margin: 20px 0;
}

.modal_open img {
  height: 180px;
  -o-object-fit: cover;
     object-fit: cover;
}

.architecture-list {
  padding: 90px 0 180px;
}
@media only screen and (max-width: 768px) {
  .architecture-list {
    padding: 60px 0 90px;
  }
}
.architecture-list .wrap {
  margin-top: 120px;
}
@media only screen and (max-width: 768px) {
  .architecture-list .wrap {
    margin-top: 60px;
  }
}
.architecture-list .wrap .unit {
  align-items: flex-start;
}
.architecture-list .wrap .unit .img-wrap {
  width: 120px;
  height: 120px;
}
@media only screen and (max-width: 768px) {
  .architecture-list .wrap .unit .img-wrap {
    width: 90px;
    height: 90px;
  }
}
.architecture-list .wrap .unit ._txt {
  width: calc(100% - 150px);
}
@media only screen and (max-width: 768px) {
  .architecture-list .wrap .unit ._txt {
    width: calc(100% - 108px);
  }
}
.architecture-list .wrap .unit ._txt p + p {
  font-size: 16px;
  font-weight: 400;
}
@media only screen and (max-width: 768px) {
  .architecture-list .wrap .unit ._txt p + p {
    font-size: 12px;
  }
}
.architecture-list .wrap .unit ._txt .new {
  font-weight: 700;
  font-size: 12px;
  line-height: 16px;
  color: #FFFFFF;
  padding: 3px 8px;
  background: #E83633;
  border-radius: 2px;
  margin-right: 7px;
}
@media only screen and (max-width: 768px) {
  .architecture-list .wrap .unit ._txt .bg-cat {
    display: block !important;
  }
}
.architecture-list .fixed-page {
  padding: 41px 48px;
  background: #F7F8F8;
  margin-top: 36px;
}
@media print, screen and (max-width: 991px) {
  .architecture-list .fixed-page {
    margin-top: 64px;
    padding: 37px 23px;
    background: #F8F2E9;
  }
}
.architecture-list .fixed-page ._img {
  margin-top: 0px;
  text-align: center;
}
@media print, screen and (max-width: 991px) {
  .architecture-list .fixed-page ._img {
    margin-bottom: 16px;
  }
}
.architecture-list .fixed-page ._txt {
  line-height: 28px;
}
@media print, screen and (max-width: 991px) {
  .architecture-list .fixed-page ._txt {
    line-height: 26px;
  }
}

.news-list {
  padding: 60px 0 180px;
}
@media only screen and (max-width: 768px) {
  .news-list {
    padding: 60px 0 90px;
  }
}
.news-list .wrap {
  margin-top: 90px;
}
@media only screen and (max-width: 768px) {
  .news-list .wrap {
    margin-top: 60px;
  }
}
.news-list .wrap .unit {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 60px;
}
.news-list .wrap .unit .img-wrap {
  width: 90px;
  height: 90px;
}
.news-list .wrap .unit .img-wrap img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.news-list .wrap .unit ._txt {
  width: calc(100% - 120px);
}
.news-list .wrap .unit ._txt .d-flex {
  flex-wrap: wrap;
}
@media only screen and (max-width: 768px) {
  .news-list .wrap .unit ._txt {
    width: calc(100% - 108px);
  }
}
.news-list .wrap .unit ._txt time {
  font-size: 16px;
  margin-right: 7px;
}
@media only screen and (max-width: 768px) {
  .news-list .wrap .unit ._txt time {
    font-size: 12px;
  }
}
.news-list .wrap .unit ._txt p {
  font-weight: 700;
  font-size: 18px;
  line-height: 25px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  margin-top: 10px;
}

.recruit-list {
  margin: 90px 0 97px;
}
@media only screen and (max-width: 768px) {
  .recruit-list {
    margin: 60px 0 125px;
  }
}
.recruit-list .recruit {
  margin-top: 0;
}
.recruit-list .wrap {
  margin: 60px 0 80px;
}
@media only screen and (max-width: 768px) {
  .recruit-list .wrap {
    margin: 60px 0;
  }
}
.recruit-list .wrap h2 {
  font-weight: 700;
  font-size: 36px;
  line-height: 49px;
  margin-bottom: 47px;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .recruit-list .wrap h2 {
    margin-bottom: 30px;
    font-size: 24px;
    line-height: 33px;
  }
}
.recruit-list .wrap p {
  font-size: 16px;
  line-height: 28px;
}
.recruit-list ._bg img {
  width: 100%;
}
@media only screen and (max-width: 768px) {
  .recruit-list ._bg img {
    height: 240px;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.recruit-list ._list {
  padding: 98px 0 86px;
}
@media only screen and (max-width: 768px) {
  .recruit-list ._list {
    padding: 76px 0 60px;
  }
}
.recruit-list ._list ul {
  margin-top: 26px;
}
.recruit-list ._list ul li {
  padding: 20px 0;
  border-top: 1px solid #DCDDDD;
  border-bottom: 1px solid #DCDDDD;
  display: flex;
  margin-top: -1px;
  align-items: center;
  justify-content: space-between;
}
@media only screen and (max-width: 768px) {
  .recruit-list ._list ul li {
    display: grid;
    grid-template-columns: 100%;
    gap: 18px;
  }
}
.recruit-list ._list ul li ._job ._type {
  font-weight: 700;
  font-size: 12px;
  line-height: 16px;
  color: #FFFFFF;
  padding: 5px 22px;
  background: #E83633;
  display: inline-block;
  margin-right: 18px;
}
.recruit-list ._list ul li ._job ._tit {
  font-weight: 700;
  font-size: 18px;
  line-height: 25px;
}
.recruit-list ._list ul li ._apply {
  display: grid;
  grid-template-columns: auto auto;
  gap: 18px;
}
.recruit-list ._list ul li ._apply .btn02 {
  width: 180px;
}
@media only screen and (max-width: 768px) {
  .recruit-list ._list ul li ._apply .btn02 {
    width: 100%;
  }
}

.recruit-detail {
  margin: 60px 0 270px;
}
@media only screen and (max-width: 768px) {
  .recruit-detail {
    margin: 30px 0 160px;
  }
}
.recruit-detail .table {
  margin: 65px 0;
  font-size: 16px;
  line-height: 26px;
  color: #000000;
}
.recruit-detail .table table {
  width: 100%;
}
.recruit-detail .table table td {
  padding: 13.5px;
  border: 1px solid #B3B3B3;
}

.single {
  padding: 60px 0 180px;
}
@media only screen and (max-width: 768px) {
  .single {
    padding: 60px 0 90px;
  }
}
.single .control-btns {
  display: flex;
  justify-content: space-between;
  margin-top: 60px;
  font-size: 14px;
  font-weight: bold;
}
@media only screen and (max-width: 768px) {
  .single .control-btns {
    font-size: 12px;
  }
}
.single .control-btns a {
  position: relative;
}
.single .control-btns a[rel=prev]::before, .single .control-btns a[rel=next]::before {
  position: absolute;
  top: 57%;
  transform: translateY(-50%);
  color: #000;
  font-family: fontawesome;
  content: "";
}
.single .control-btns a[rel=prev] {
  padding-left: 16px;
}
.single .control-btns a[rel=prev]::before {
  left: 0;
  content: "\f104";
}
.single .control-btns a[rel=next] {
  padding-right: 16px;
}
.single .control-btns a[rel=next]::before {
  right: 0;
  content: "\f105";
}
.single .control-btns a[rel=list]::before {
  width: 100%;
  bottom: -10px;
  left: 0;
  content: "";
  height: 1px;
  background-color: #000;
  position: absolute;
}
.single .maker {
  padding: 20px;
  background: #F8F2E9;
  border-radius: 5px;
  margin-top: 24px;
}
.single .maker .maker-part {
  display: grid;
  gap: 12px;
  grid-template-columns: 85px auto;
}
.single .maker .maker-part ._img {
  width: 85px;
  height: 85px;
}
.single .maker .maker-part ._img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 500px;
}
.single .maker .maker-part ._txt .tit {
  font-weight: 700;
  font-size: 14px;
  line-height: 19px;
  color: #2F2F2F;
}
@media only screen and (max-width: 768px) {
  .single .maker .maker-part ._txt .tit {
    font-size: 12px;
    line-height: 16px;
  }
}
.single .maker .maker-part ._txt .name {
  font-weight: 700;
  font-size: 18px;
  line-height: 25px;
  color: #2F2F2F;
  margin: 10px 0;
}
.single .maker .common-part {
  font-size: 12px;
}
@media only screen and (max-width: 768px) {
  .single .maker .common-part {
    margin-top: 24px;
  }
}
.single .updated-info {
  padding: 30px 0;
  margin-top: 24px;
}
.single .updated-info h3 {
  font-weight: 700;
  font-size: 18px;
  line-height: 25px;
  border-bottom: 3px solid #E83633;
  width: -moz-fit-content;
  width: fit-content;
}
.single .updated-info p {
  font-size: 16px;
  line-height: 28px;
  margin: 28px 0 30px;
}
.single .updated-info ._modal-images {
  display: grid;
  grid-template-columns: repeat(4, minmax(0px, 1fr));
  gap: 18px;
}
@media only screen and (max-width: 768px) {
  .single .updated-info ._modal-images {
    grid-template-columns: repeat(2, minmax(0px, 1fr));
  }
}
.single .updated-info ._modal-images img {
  width: 100%;
}
.single .modal_box img {
  width: 100%;
}

.voice ._qa ._q {
  font-weight: 700;
  font-size: 14px;
  line-height: 19px;
  margin: 30px 0 15px;
}
.voice ._qa ._q::before {
  content: "Q　";
  font-size: 16px;
  line-height: 26px;
  color: #E83633;
}
.voice ._qa ._a {
  font-size: 14px;
  line-height: 26px;
  padding: 20px;
  background: #F7F8F8;
}
.voice ._modal {
  display: grid;
  gap: 60px;
}
@media only screen and (max-width: 768px) {
  .voice ._modal {
    gap: 30px;
  }
}
.voice .maker {
  margin-top: 60px;
}
.voice .maker .wrap {
  display: grid;
  gap: 18px;
  grid-template-columns: auto auto;
}
@media only screen and (max-width: 768px) {
  .voice .maker .wrap {
    display: block;
  }
}
.voice .maker .wrap ._profile .tit {
  white-space: nowrap;
}
.voice .related {
  background: #F7F8F8;
  padding: 60px 0;
  margin-top: 90px;
}

.staff {
  padding: 90px 0 275px;
}
@media only screen and (max-width: 768px) {
  .staff {
    padding: 60px 0 209px;
  }
}
.staff .tit h2 {
  font-size: 36px;
  line-height: 49px;
  margin-bottom: 47px;
}
@media only screen and (max-width: 768px) {
  .staff .tit h2 {
    font-size: 18px;
    line-height: 25px;
    margin-bottom: 30px;
  }
}
.staff .staff-list {
  padding: 50px 0;
}
.staff .staff-list .title {
  font-size: 24px;
  font-weight: 700;
  display: inline-block;
  margin: 1em 0;
  border-bottom: 3px solid #E83633;
  padding: 0 0 0.2em;
}
.staff .staff-list .stafflist-wrap {
  margin: 0 auto 50px;
  display: flex;
  flex-wrap: wrap;
  gap: 60px;
}
@media only screen and (max-width: 768px) {
  .staff .staff-list .stafflist-wrap {
    gap: 40px;
  }
}
.staff .staff-list .stafflist-wrap a.unit {
  display: block;
  width: calc((100% - 180px) / 4);
}
@media only screen and (max-width: 768px) {
  .staff .staff-list .stafflist-wrap a.unit {
    width: calc((100% - 40px) / 2);
  }
}
.staff .staff-list .stafflist-wrap a.unit h3 {
  font-weight: 700;
  font-size: 14px;
  line-height: 19px;
  margin-top: 15px;
  margin-bottom: 7px;
}
@media only screen and (max-width: 768px) {
  .staff .staff-list .stafflist-wrap a.unit h3 {
    margin-top: 10px;
    margin-bottom: 5px;
  }
}
.staff .staff-list .stafflist-wrap.pickup-stafflist a.unit {
  width: calc((100% - 120px) / 3);
}
@media only screen and (max-width: 768px) {
  .staff .staff-list .stafflist-wrap.pickup-stafflist a.unit {
    width: 80%;
  }
}
.staff .wrap {
  margin: 90px 0 178px;
  display: grid;
  gap: 86px 60px;
  grid-template-columns: repeat(4, minmax(0px, 1fr));
}
@media only screen and (max-width: 768px) {
  .staff .wrap {
    margin: 60px 0;
    grid-template-columns: repeat(2, minmax(0px, 1fr));
    gap: 37.5px 40px;
  }
}
.staff .wrap a {
  display: block;
}
.staff .wrap a h3 {
  font-weight: 700;
  font-size: 16px;
  line-height: 19px;
  margin-top: 15px;
  margin-bottom: 7px;
}
@media only screen and (max-width: 768px) {
  .staff .wrap a h3 {
    margin-top: 10px;
    margin-bottom: 5px;
  }
}
.staff .wrap a .comment {
  background: #F7F8F8;
  font-weight: 700;
  font-size: 14px;
  line-height: 19px;
  text-align: center;
  padding: 16px 19px;
  margin-top: 16px;
}
@media only screen and (max-width: 768px) {
  .staff .wrap a .comment {
    padding: 19px 15px;
    font-size: 12px;
    margin-top: 10px;
  }
}
.staff ._banner {
  background-color: #000;
  padding: 76px 0 32px;
  position: relative;
  border-radius: 10px;
  overflow: hidden;
}
@media only screen and (max-width: 768px) {
  .staff ._banner {
    padding: 85px 45px;
  }
}
.staff ._banner .content {
  position: relative;
  z-index: 1;
}
.staff ._banner .content h2 {
  font-weight: 700;
  font-size: 24px;
  line-height: 33px;
  text-align: center;
  color: #FFFFFF;
}
.staff ._banner .content h3 {
  font-size: 16px;
  line-height: 26px;
  text-align: center;
  color: #FFFFFF;
  margin-top: 10px;
  margin-bottom: 18px;
}
.staff ._banner .content .red {
  border-radius: 5px;
}
.staff ._banner img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

.staff-detail {
  margin-bottom: 133px;
}
@media only screen and (max-width: 768px) {
  .staff-detail {
    margin-bottom: 60px;
  }
}
.staff-detail .staff-slider .unit {
  padding: 0 22.5px;
  position: relative;
  height: 575px;
  margin-bottom: 90px;
}
@media only screen and (max-width: 768px) {
  .staff-detail .staff-slider .unit {
    height: 200px;
    padding: 0;
    margin-bottom: 0;
  }
}
.staff-detail .staff-slider .unit img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.staff-detail ._profile_wrap {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 114px;
}
@media only screen and (max-width: 768px) {
  .staff-detail ._profile_wrap {
    position: relative;
    bottom: auto;
    left: auto;
    transform: none;
  }
}
.staff-detail ._profile_wrap ._profile {
  padding: 50px;
  width: 300px;
  height: 208px;
  background: #FFFFFF;
}
@media only screen and (max-width: 768px) {
  .staff-detail ._profile_wrap ._profile {
    padding: 0;
    margin: 60px 0 33px;
    width: auto;
    height: auto;
  }
}
.staff-detail ._profile_wrap ._profile h2 {
  font-weight: 700;
  font-size: 30px;
  line-height: 41px;
}
@media only screen and (max-width: 768px) {
  .staff-detail ._profile_wrap ._profile h2 {
    font-size: 24px;
    line-height: 33px;
  }
}
.staff-detail ._profile_wrap ._profile p {
  font-size: 16px;
  margin: 4px 0 18px;
}
@media only screen and (max-width: 768px) {
  .staff-detail ._profile_wrap ._profile p {
    margin: 0px 0 10px;
  }
}
.staff-detail ._profile_wrap ._profile h3 {
  font-weight: 700;
  font-size: 16px;
  line-height: 19px;
  color: #000000;
}
.staff-detail .table {
  display: grid;
  grid-template-columns: 140px auto;
  gap: 25px 18px;
  align-items: center;
  margin: 45px 0 30px;
}
@media only screen and (max-width: 768px) {
  .staff-detail .table {
    gap: 5px;
    margin: 0;
    grid-template-columns: auto;
  }
}
.staff-detail .table ._left {
  background: #F7F8F8;
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  padding: 15px 0;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .staff-detail .table ._left {
    width: 100px;
    padding: 7px 0;
    margin-top: 25px;
  }
}
.staff-detail .table ._right {
  font-size: 16px;
}
.staff-detail .iframe {
  height: 290px;
  position: relative;
}
.staff-detail .iframe iframe {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
@media only screen and (max-width: 768px) {
  .staff-detail ._right-complex-content {
    display: grid;
    grid-template-columns: 132px auto;
    gap: 20px;
    margin: 35px 0 60px;
  }
}
.staff-detail ._right-complex-content ._common-image {
  position: relative;
  text-align: center;
}
.staff-detail ._right-complex-content ._common-image img {
  width: 320px;
}
.staff-detail ._right-complex-content ._common-image ._comment {
  position: absolute;
  width: 207px;
  height: 184px;
  right: 0;
  top: 0;
  background-image: url(../img/staff/comment.svg);
  font-weight: 700;
  font-size: 18px;
  line-height: 25px;
  color: #FFFFFF;
}
.staff-detail ._right-complex-content ._common-image ._comment span {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  padding: 0 20px;
  width: 100%;
}
@media only screen and (max-width: 768px) {
  .staff-detail ._right-complex-content ._common-image ._comment span {
    position: static;
    padding: 0;
  }
}
@media print, screen and (max-width: 991px) {
  .staff-detail ._right-complex-content ._common-image ._comment {
    top: 150px;
  }
}
@media only screen and (max-width: 768px) {
  .staff-detail ._right-complex-content ._common-image ._comment {
    font-size: 12px;
    line-height: 16px;
    color: #2F2F2F;
    padding: 10px;
    border: 1px solid #E83633;
    position: static;
    width: 100%;
    height: auto;
    margin: 25px 0 10px;
    background: none;
    border-radius: 5px;
  }
}
.staff-detail .works {
  margin-bottom: 133px;
}
@media only screen and (max-width: 768px) {
  .staff-detail .works {
    margin-bottom: 60px;
  }
}
.staff-detail .works .tit {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 15px;
  padding: 40px 0 33px;
}
@media only screen and (max-width: 768px) {
  .staff-detail .works .tit {
    padding: 0 0 33px;
  }
}
.staff-detail .works .tit img {
  width: 50px;
  height: 50px;
  border-radius: 500px;
  -o-object-fit: cover;
     object-fit: cover;
}
.staff-detail .works .tit h2 {
  font-weight: 700;
  font-size: 24px;
  line-height: 33px;
  color: #2F2F2F;
}

.related_staff {
  margin-top: 0;
  padding: 50px 0 22px;
  background: #EFEFEF;
}
@media only screen and (max-width: 768px) {
  .related_staff {
    padding: 50px 0;
  }
}
.related_staff .wrap {
  margin: 27px 0 24px;
  display: grid;
  gap: 35px;
  grid-template-columns: repeat(4, minmax(0px, 1fr));
}
@media only screen and (max-width: 768px) {
  .related_staff .wrap {
    width: 210px;
    margin-left: auto;
    margin-right: auto;
    grid-template-columns: repeat(1, minmax(0px, 1fr));
    gap: 35px;
  }
}
.related_staff .wrap a {
  display: block;
  padding: 15px;
  background: white;
}
.related_staff .wrap a h3 {
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  margin-top: 15px;
  margin-bottom: 7px;
}
@media only screen and (max-width: 768px) {
  .related_staff .wrap a h3 {
    margin-top: 10px;
    margin-bottom: 5px;
  }
}
.related_staff .wrap a .comment {
  background: #F7F8F8;
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  padding: 16px 19px;
  margin-top: 16px;
}
@media only screen and (max-width: 768px) {
  .related_staff .wrap a .comment {
    padding: 19px 15px;
    font-size: 12px;
    margin-top: 10px;
  }
}
.related_staff .btn02 {
  background: transparent;
}
.related_staff .btn02:hover {
  background: #2F2F2F;
}

.staff.detail {
  padding: 0;
  margin: 114px 0 275px;
}
@media only screen and (max-width: 768px) {
  .staff.detail {
    margin: 60px 0 85px;
  }
}

.company {
  margin: 90px 0 219px;
}
@media only screen and (max-width: 768px) {
  .company {
    margin: 60px 0 193px;
  }
}
.company .greeting h3 {
  margin: 20px 0;
  font-weight: 700;
  font-size: 18px;
  line-height: 25px;
}
@media only screen and (max-width: 768px) {
  .company .greeting h3 {
    font-size: 16px;
    line-height: 26px;
  }
}
@media only screen and (max-width: 768px) {
  .company .greeting img {
    margin-bottom: 30px;
  }
}
.company .company-image {
  margin: 90px 0 0;
}
@media only screen and (max-width: 768px) {
  .company .company-image img {
    width: 100%;
    height: 233px;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.company .table {
  margin-top: 90px;
}
@media only screen and (max-width: 768px) {
  .company .table {
    margin-top: 60px;
  }
}
.company .table h2 {
  margin-bottom: 32px;
}
.company .table.history td:first-child {
  white-space: nowrap;
}
.company .table table {
  width: 100%;
}
.company .table table td {
  padding: 13.5px;
  font-size: 16px;
  border: 1px solid #B3B3B3;
}
@media only screen and (max-width: 768px) {
  .company .table table td {
    vertical-align: middle;
  }
}

.company-tit {
  font-weight: 700;
  font-size: 24px;
  line-height: 33px;
  padding-bottom: 5px;
  border-bottom: 3px solid #E83633;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
  margin-bottom: 60px;
}
@media only screen and (max-width: 768px) {
  .company-tit {
    margin-bottom: 30px;
  }
}

.construction-slider .unit img {
  width: 100%;
  height: 478px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media only screen and (max-width: 768px) {
  .construction-slider .unit img {
    height: 280px;
  }
}

.construction ._bg {
  padding: 60px 0 116px;
  margin-top: 90px;
}
@media only screen and (max-width: 768px) {
  .construction ._bg {
    padding: 52px 0;
    margin-top: 60px;
  }
}
.construction ._voice {
  margin-top: 90px;
}
@media only screen and (max-width: 768px) {
  .construction ._voice {
    margin-top: 60px;
  }
}
.construction ._voice h2 {
  margin-bottom: 41px;
}
.construction h2.fs-24.bold {
  margin-bottom: 20px;
}
.construction ._dez-pad {
  margin-top: 24px;
}
@media only screen and (max-width: 768px) {
  .construction ._dez-pad {
    gap: 60px;
  }
}
.construction ._dez-pad .tanto {
  padding: 30px 25px;
  background: #F8F2E9;
}
.construction ._dez-pad .tanto ul {
  list-style-type: disc;
  margin-left: 20px;
}
.construction ._dez-pad .tanto .maker {
  display: grid;
  grid-template-columns: 50px auto;
  align-items: center;
  gap: 12px;
  margin-bottom: 10px;
}
.construction ._dez-pad .tanto .maker img {
  width: 50px;
  height: 50px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 500px;
}

.works._construction {
  margin: 90px 0 270px;
}
@media only screen and (max-width: 768px) {
  .works._construction {
    margin: 60px 0 210px;
  }
}
.works._construction .works-slider {
  margin-top: 34px;
}

.land {
  margin: 90px 0 140px;
}
@media only screen and (max-width: 768px) {
  .land {
    margin: 60px 0 100px;
  }
}
.land .title-wrapper .common-tit {
  display: flex;
  gap: 10px 50px;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.land .title-wrapper .common-tit img {
  margin: 0 0.1em 0.3em 0;
}
.land .title-wrapper .common-tit h2 {
  font-size: clamp(1.25rem, 1vw + 1rem, 1.5rem);
  text-align: center;
}
.land .title-wrapper .land-readtxt {
  max-width: 520px;
  background: #F7F8F8;
  padding: 20px;
}
.land .title-wrapper .land-readtxt dt {
  font-weight: 700;
  margin-bottom: 0.2em;
}
.land .title-wrapper .land-different-title {
  margin: 50px auto 1em;
  font-weight: 700;
  text-align: center;
}
.land .title-wrapper .land-different {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: center;
  font-weight: 700;
  margin: 0 auto 50px;
}
.land .title-wrapper .land-different li {
  background: #F8F2E9;
  width: calc((100% - 60px) / 4);
  padding: 20px;
  display: flex;
  align-items: center;
  gap: 1em;
  font-size: 12px;
  line-height: 1.7;
}
@media only screen and (max-width: 768px) {
  .land .title-wrapper .land-different li {
    width: 100%;
  }
}
.land .title-wrapper .land-different li .no {
  color: #E83633;
  font-size: 24px;
  width: 3em;
}
.land .title-wrapper .land-different li span {
  color: #E83633;
}
.land .tax-filter {
  scroll-behavior: unset;
  display: inline-block;
  margin-top: -100px;
  padding-top: 100px;
}
.land .tax-filter li {
  display: inline-block;
}
.land .tax-filter li a {
  background: #E83633;
  color: #FFF;
  border: 1px solid #E83633;
  display: inline-block;
  border-radius: 1em;
  padding: 0.5em 1em;
  line-height: 1;
  margin: 0 1em 1em 0;
  font-size: 14px;
}
.land .tax-filter li a::after {
  display: inline-block;
  content: "";
  width: 1em;
  height: 0.3em;
  border-bottom: 1px solid #FFF;
  border-right: 1px solid #FFF;
  transform: skew(45deg);
  margin: 0 0 0.4em 1em;
}
.land .tax-filter li a:hover {
  background: #FFF;
  color: #000;
}
.land .tax-filter li a:hover::after {
  border-bottom: 1px solid #000;
  border-right: 1px solid #000;
}
.land .tax-filter li.current-cat a {
  background: #FFF;
  color: #000;
}
.land .tax-filter li.current-cat a::after {
  display: inline-block;
  content: "";
  border-bottom: 1px solid #000;
  border-right: 1px solid #000;
}
.land .content {
  padding: 60px 0;
  background: #F7F8F8;
  margin-top: 60px;
}
@media only screen and (max-width: 768px) {
  .land .content {
    padding: 30px 0;
  }
}
.land .content .subdivisions .unit {
  padding: 30px;
  background: white;
  margin-bottom: 0;
  height: 100%;
}
.land .content #postContainer {
  gap: 30px 0;
  margin-bottom: 60px;
}
.land .content .event .unit {
  padding: 30px;
  display: grid;
  grid-template-columns: 220px auto;
  gap: 32px;
  height: 100%;
  background: white;
}
@media only screen and (max-width: 768px) {
  .land .content .event .unit {
    grid-template-columns: auto;
    gap: 12px;
    height: auto;
  }
}
.land .content .event .unit P {
  margin: 0 0 12px;
}
.land .content .event .unit ._img img {
  height: 154px;
}

@media only screen and (max-width: 768px) {
  .modelhouse-detail.land-detail .right .table table td:first-child {
    white-space: normal;
  }
}
.modelhouse-detail.land-detail .page-nav {
  display: inline-flex;
  box-shadow: 0 0 10px #ccc;
  margin: 50px auto;
}
.modelhouse-detail.land-detail .page-nav li {
  display: block;
}
.modelhouse-detail.land-detail .page-nav li a {
  padding: 10px 0;
  display: block;
  text-align: center;
  transition: all 0.5s;
}
.modelhouse-detail.land-detail .page-nav li a:hover {
  background: #E83633;
  color: #FFF;
  transition: all 0.5s;
}
.modelhouse-detail.land-detail .page-nav li a:hover span::before {
  border-bottom: 2px solid #FFF;
  border-right: 2px solid #FFF;
}
.modelhouse-detail.land-detail .page-nav li a span {
  padding: 15px 1.5em;
  border-right: 1px solid #E83633;
  display: block;
  width: 100%;
}
.modelhouse-detail.land-detail .page-nav li a span::before {
  content: "";
  display: inline-block;
  width: 0.5em;
  height: 0.5em;
  margin: 0 0.5em 0.2em 0;
  border-bottom: 2px solid #000;
  border-right: 2px solid #000;
  transform: rotate(45deg);
  transition: all 0.5s;
}
.modelhouse-detail.land-detail .page-nav li:last-child span {
  border-right: none;
}
.modelhouse-detail.land-detail .land-standard {
  margin: 100px auto;
}
.modelhouse-detail.land-detail .land-standard .title {
  display: flex;
  text-align: center;
  justify-content: center;
  line-height: 1.4;
}
.modelhouse-detail.land-detail .land-standard .title > h2 {
  background-color: #E83633;
  color: #FFF;
  font-weight: 700;
  padding: 1em;
  display: flex;
  align-items: center;
  font-size: 24px;
  margin: 0 0.5em 0 0;
}
.modelhouse-detail.land-detail .land-standard .title p {
  font-size: 36px;
  text-align: left;
  font-weight: 700;
}
.modelhouse-detail.land-detail .land-standard .title p span {
  color: #E83633;
}
.modelhouse-detail.land-detail .team-newing {
  margin: 100px auto;
}
.modelhouse-detail.land-detail .team-newing > h2 {
  text-align: center;
  margin: 20px auto;
  color: #FFF;
  font-size: 36px;
  font-weight: 700;
}
.modelhouse-detail.land-detail .team-newing > h2 span {
  background: #E83633;
  display: inline-block;
  padding: 0.5em 1.5em;
  line-height: 1;
}
.modelhouse-detail.land-detail .team-newing > h3 {
  margin: 30px auto;
  text-align: center;
  font-size: 24px;
  font-weight: 700;
}
.modelhouse-detail.land-detail .team-newing > h3 span {
  color: #E83633;
}
.modelhouse-detail.land-detail .team-newing ul.staff-list {
  display: flex;
  flex-wrap: wrap;
  gap: 40px 0;
}
.modelhouse-detail.land-detail .team-newing ul.staff-list li {
  width: 16.666%;
}
@media only screen and (max-width: 768px) {
  .modelhouse-detail.land-detail .team-newing ul.staff-list li {
    width: 33.333%;
  }
}
.modelhouse-detail.land-detail .team-newing ul.staff-list li h3 {
  font-size: 16px;
  margin: 1em 0 0.5em;
  font-weight: 700;
}
.modelhouse-detail.land-detail .team-newing ul.staff-list li .img-wrap img {
  width: 100%;
  height: 230px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media only screen and (max-width: 768px) {
.modelhouse-detail.land-detail .team-newing ul.staff-list li .img-wrap img {
  height: 125px;
}
}

.modelhouse-detail.land-detail .land-plan {
  margin: 100px auto;
}
.modelhouse-detail.land-detail .land-plan .price p {
  font-weight: 700;
  color: #E83633;
}
.modelhouse-detail.land-detail .land-plan .price p span {
  font-size: 2em;
}

/* 
  block-banner　バナー部分 
*/
.block-banner {
  margin-top: 90px;
  display: flex;
  gap: 18px;
  justify-content: center;
}
.block-banner a {
  flex: 1;
  display: block;
  position: relative;
  max-width: 50%;
}
.block-banner a ._txt {
  position: absolute;
  text-align: center;
  left: 0;
  width: 100%;
  top: 50%;
  transform: translateY(-50%);
  color: white;
  font-weight: 700;
  z-index: 2;
}
.block-banner a ._txt .en {
  font-size: 18px;
  line-height: 25px;
}
.block-banner a ._txt h2 {
  font-size: 20px;
  line-height: 33px;
  margin-top: 5px;
}
.block-banner a .img-wrap img {
  height: 220px;
  position: relative;
  display: inline-block;
}
.block-banner a .img-wrap::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  mix-blend-mode: multiply;
  z-index: 1;
}
@media only screen and (max-width: 768px) {
  .block-banner {
    flex-wrap: wrap;
  }
  .block-banner a {
    flex: auto;
    padding: 0;
    width: 100%;
    max-width: 100%;
  }
  .block-banner a ._txt h2 {
    font-size: 18px;
    line-height: 25px;
  }
}

footer ._middle ul {
  list-style-type: none;
  padding: 0 35px;
}
@media print, screen and (max-width: 991px) {
  footer ._middle ul {
    padding: 0 20px;
  }
}
@media only screen and (max-width: 768px) {
  footer ._middle ul {
    width: 200px;
    margin: auto;
    padding: 0;
  }
}
footer ._middle ul li {
  margin-bottom: 20px;
  border-bottom: 1px solid #2F2F2F;
}
footer ._middle ul li a {
  font-size: 12px;
  line-height: 26px;
  padding-bottom: 4px;
}
footer ._bottom {
  margin-top: 80px;
}
@media only screen and (max-width: 768px) {
  footer ._bottom {
    width: 270px;
    margin: auto;
    margin-top: 40px;
  }
}
footer ._bottom .wrap {
  display: flex;
  justify-content: space-between;
  margin-top: 27px;
}
@media only screen and (max-width: 768px) {
  footer ._bottom .wrap {
    display: block;
  }
}
footer ._bottom .wrap .addr {
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 26px;
}
footer ._bottom .wrap .sns img {
  margin-left: 25px;
}
@media only screen and (max-width: 768px) {
  footer ._bottom .wrap .sns img {
    margin-left: 0;
    margin-right: 25px;
  }
}
@media only screen and (max-width: 768px) {
  footer ._bottom .wrap .sns {
    margin-top: 20px;
  }
}
footer .footer {
  padding: 25px;
  background-color: #F7F8F8;
  margin-top: 27px;
}

.contact-btn {
  width: 583px;
  margin: auto;
  margin-top: 47px;
  margin-bottom: 80px;
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 768px) {
  .contact-btn {
    margin-top: 35px;
    margin-bottom: 60px;
    width: -moz-fit-content;
    width: fit-content;
    display: block;
  }
}
.contact-btn a {
  width: 270px;
  height: 70px;
  display: block;
  text-align: center;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
}
.contact-btn a img {
  margin-right: 13px;
}
.contact-btn a.phone {
  background-color: #E83633;
  color: white;
  flex-direction: column;
  font-size: 18px;
  line-height: 25px;
}
.contact-btn a.phone span {
  display: block;
  font-size: 10px;
  line-height: 14px;
}
.contact-btn a.mail {
  font-size: 16px;
  line-height: 26px;
  text-align: center;
  color: #000000;
  border: 1px solid #2F2F2F;
}
@media only screen and (max-width: 768px) {
  .contact-btn a.mail {
    margin-top: 20px;
  }
}

.bottom_fixed_links {
  background-color: #E83633;
  display: grid;
  grid-template-columns: repeat(3, minmax(0px, 1fr));
  padding: 20px 0 16px;
  position: fixed;
  z-index: 10;
  left: 0;
  bottom: 0;
  width: 100%;
  transition: all 0.5s;
  opacity: 0;
  visibility: hidden;
}
.bottom_fixed_links.active {
  opacity: 1;
  visibility: visible;
}
.bottom_fixed_links a {
  color: white;
  font-weight: 700;
  text-align: center;
}
.bottom_fixed_links a i {
  display: block;
}
.bottom_fixed_links a:nth-child(2) {
  border-left: #fff 1px solid;
  border-right: #fff 1px solid;
}
.bottom_fixed_links.land_btns {
  grid-template-columns: repeat(2, minmax(0px, 1fr));
}
.bottom_fixed_links.land_btns a:nth-child(2) {
  border-left: #fff 1px solid;
  border-right: none;
}/*# sourceMappingURL=style.css.map */
