@charset "UTF-8";
/* header ヘッダー
////////////////////////////////////////////////////////////////////////////////////////////////// */
#header {
  position: relative;
  width: 100%;
  z-index: 5;
  top: 0;
  left: 0;
}
#header .inner {
  width: 100%;
  min-width: 1080px;
  height: 130px;
  background: url(/img/common/head__bg_deco_01.png) right center/auto 100% no-repeat, var(--pt__texture__01_w);
  padding: 0;
  border-bottom: 5px solid rgba(0, 0, 0, 0.5);
}
@media screen and (max-width: 767px) {
  #header .inner {
    height: 70px;
    min-width: 100%;
  }
}
#header .block-left {
  position: relative;
  width: fit-content;
  margin-left: var(--margin-50);
}
@media screen and (max-width: 767px) {
  #header .block-left {
    width: 100%;
    padding-left: 0;
    margin-left: 0;
  }
}
#header .item-logo {
  display: block;
  width: fit-content;
}
#header .item-logo a {
  width: fit-content;
  display: block;
  transition: ease 0.2s;
}
#header .item-logo a:hover {
  opacity: 0.7;
}
@media screen and (max-width: 767px) {
  #header .item-logo {
    margin: 0 auto;
  }
  #header .item-logo img {
    max-height: 60px;
    height: 6vw;
  }
}
#header .block-right {
  position: relative;
  width: fit-content;
  margin-right: var(--margin-50);
}
@media screen and (max-width: 767px) {
  #header .block-right {
    display: none;
  }
}
#header .cont-info {
  margin-bottom: var(--margin-20);
}
#header .wrap-contact {
  margin-right: var(--margin-20);
}
#header .wrap-contact .wrap-tel {
  margin-bottom: 12px;
  gap: 3vw;
}
#header .btn-contact {
  width: 180px;
  height: 45px;
  margin-right: var(--margin-20);
}
#header .btn-youtube {
  width: 180px;
  height: 45px;
}
#header .cont-info {
  width: fit-content;
}

/* nav グローバルナビゲーション
////////////////////////////////////////////////////////////////////////////////////////////////// */
#nav .list-nav {
  gap: 3vw;
  width: fit-content;
}
#nav .list-nav-item {
  width: fit-content;
  position: relative;
}
#nav .list-nav-item::before {
  content: "";
  position: absolute;
  height: 100%;
  border-right: 1px solid #aaa;
  right: -20px;
}
#nav .list-nav-item:last-child::before {
  display: none;
}
#nav .list-nav-item a {
  transition: ease 0.17s;
}
#nav .list-nav-item a:hover {
  opacity: 0.7;
  color: var(--col--main-01);
}
@media screen and (max-width: 767px) {
  #nav {
    display: none;
  }
}

/* mv メインビジュアル
////////////////////////////////////////////////////////////////////////////////////////////////// */
#mv {
  overflow: hidden;
  position: relative;
  width: 100%;
  background: url(/img/mv/mv__img.jpg) center center/cover no-repeat;
}
#mv .mv-catch {
  position: absolute;
  left: 50%;
  top: 50%;
  translate: -50% -50%;
  width: 110vw;
}
@media screen and (max-width: 767px) {
  #mv {
    height: 100vw;
    max-width: 100%;
  }
}

/* sv サブビジュアル
////////////////////////////////////////////////////////////////////////////////////////////////// */
#sv {
  position: relative;
  width: 100%;
  height: 420px;
  overflow: hidden;
  z-index: 0;
}
#sv::before {
  z-index: -1;
  content: "";
  position: absolute;
  background: var(--pt__culture__01_w2), #ededed;
  width: 55vw;
  height: 15vw;
  left: 0;
  bottom: 0;
}
#sv .sv-img {
  width: 81vw;
  height: 38vw;
  position: absolute;
  right: 0;
  top: 0;
}
#sv .sv-catch {
  position: absolute;
  top: 55%;
  translate: 0 -50%;
  left: 0;
  min-width: 40vw;
  background: #226d58;
  width: fit-content;
  padding: 2vw 3.5vw;
  color: #fff;
  font-weight: 300;
  letter-spacing: 0.12em;
  font-size: var(--font-size-36);
  left: -10vw;
  font-size: 5.2vw;
}
@media screen and (max-width: 767px) {
  #sv {
    height: 45vw;
    max-width: 100%;
  }
}

.sv-about {
  background: url(../img/sv/sv__about.png) center center/cover no-repeat;
}

.sv-case {
  background: url(../img/sv/sv__case.png) center center/cover no-repeat;
}

.sv-company {
  background: url(../img/sv/sv__company.png) center center/cover no-repeat;
}

.sv-flow {
  background: url(../img/sv/sv__flow.png) center center/cover no-repeat;
}

.sv-notfound {
  background: url(../img/sv/sv__notfound.png) center center/cover no-repeat;
}

.sv-contact {
  background: url(../img/sv/sv__contact.png) center center/cover no-repeat;
}

.sv-complete {
  background: url(../img/sv/sv__complete.png) center center/cover no-repeat;
}

.sv-news {
  background: url(../img/sv/sv__news.png) center center/cover no-repeat;
}

.sv-site {
  background: url(../img/sv/sv__site.png) center center/cover no-repeat;
}

.sv-privacy {
  background: url(../img/sv/sv__privacy.png) center center/cover no-repeat;
}

/* footer フッター
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
#footer {
  position: relative;
  width: 100%;
  background: var(--pt__culture__01_w2), #296f5b;
}
#footer .item-logo {
  display: block;
  position: relative;
  width: fit-content;
  transition: ease 0.2s;
  margin: 0 auto;
  margin-bottom: var(--margin-60);
}
#footer .item-logo:hover {
  opacity: 0.6;
}
#footer .item-logo img {
  width: 63vw;
}
#footer .inner {
  padding: 5vw 0;
  padding: 8vw 0;
}
@media screen and (max-width: 767px) {
  #footer .inner {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}
#footer .block-left {
  position: relative;
  width: fit-content;
}
@media screen and (max-width: 767px) {
  #footer .block-left {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
  }
}
#footer .block-right {
  position: relative;
  width: fit-content;
}
@media screen and (max-width: 767px) {
  #footer .block-right {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
  }
}
#footer .item-address {
  width: fit-content;
  margin: 0 auto;
  color: #fff;
  margin-bottom: var(--margin-60);
}
#footer .wrap-contact {
  margin: 0 auto;
  width: fit-content;
  margin-bottom: var(--margin-30);
}
#footer .wrap-contact .wrap-tel {
  gap: 8vw;
  margin: 0 auto;
  flex-direction: column;
  margin-bottom: var(--margin-15);
  align-items: start;
  width: fit-content;
  margin-bottom: 8vw;
}
#footer .wrap-contact .wrap-tel .com__tel .tel-num {
  color: #fff;
  font-size: 5vw;
}
#footer .wrap-contact .wrap-tel .com__tel .tel-num::before {
  filter: var(--col--fil-white);
}
#footer .wrap-contact .com__times {
  gap: 3vw;
  flex-direction: column;
}
#footer .wrap-contact .com__times .com__times-item {
  color: #fff;
}
#footer .list-nav {
  gap: 1em;
}
#footer .list-nav-item {
  width: fit-content;
}
#footer .list-nav-item a {
  color: #fff;
  position: relative;
  transition: ease 0.2s;
  font-size: var(--font-size-14);
}
@media screen and (max-width: 767px) {
  #footer .list-nav {
    display: none;
  }
}
#footer #copyright {
  font-size: var(--font-size-13);
  text-align: center;
  color: var(--col--main-02);
  color: #fff;
  padding: 7vw 0;
  background: #333;
  font-size: 3vw;
}
#footer #copyright a {
  margin: 0 2px;
  padding: 0 5px;
  transition: ease 0.12s;
}
#footer #copyright a:hover {
  color: #fff;
  background: var(--col--main-02);
  background: #fff;
  color: var(--col--main-01);
}
@media screen and (max-width: 767px) {
  #footer #copyright a {
    margin: unset;
    padding: unset;
  }
  #footer #copyright a:hover {
    color: inherit;
    background: inherit;
  }
}

/* top
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* top__greeting
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#top__greeting {
  background: var(--pt__texture__01_w);
  z-index: 1;
  position: relative;
}
#top__greeting .inner {
  position: relative;
}
#top__greeting .ttl03 {
  position: relative;
  width: 100%;
  margin-right: auto;
  margin-bottom: var(--margin-70);
}
#top__greeting .ttl03::before {
  content: "";
  position: absolute;
  background: url(/img/common/bg_deco__brush_a_01.png) center center/contain no-repeat;
  width: 78vw;
  height: 81vw;
  left: 16vw;
  top: -1vw;
}
#top__greeting .list-images {
  position: relative;
  width: 100%;
  height: 90vw;
  margin-bottom: 7vw;
}
#top__greeting .list-images .item:nth-of-type(1) {
  position: absolute;
  width: 60vw;
  left: -5vw;
  top: 0vw;
}
#top__greeting .list-images .item:nth-of-type(2) {
  position: absolute;
  width: 55vw;
  right: -5vw;
  bottom: 0vw;
}
#top__greeting .item-text {
  width: 100%;
  margin-right: auto;
}
#top__greeting .item-text .str-01 {
  font-weight: 700;
  color: var(--col--main-01);
}

/* top__feature
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#top__feature {
  background: url(/img/common/bg_deco__brush_a_02.png) right bottom 40px no-repeat, var(--pt__texture__01_w2);
  position: relative;
  z-index: 0;
}
#top__feature .ttl03 {
  width: 100%;
  text-align: center;
  position: relative;
  margin-left: auto;
  margin-bottom: var(--margin-50);
}
#top__feature .ttl03 .ja {
  color: var(--col--main-01);
  font-size: var(--font-size-45);
  font-size: 8vw;
}
#top__feature .ttl03 .ja small {
  font-size: var(--font-size-38);
}
#top__feature .item-img {
  position: relative;
  width: 100%;
  margin-bottom: 10vw;
}
#top__feature .list-feature {
  width: 100%;
  position: relative;
  margin-left: auto;
  gap: 5vw;
}
#top__feature .list-feature .item {
  padding: 5vw;
  padding-top: var(--margin-30);
  background: #fff;
  outline: 1px solid var(--col--main-01);
  outline-offset: -6px;
  box-shadow: 0px 3px 20px 0px rgba(0, 0, 0, 0.05);
}
#top__feature .list-feature .item .ttl04 {
  gap: 3vw;
  width: 100%;
  margin-bottom: var(--margin-10);
}
#top__feature .list-feature .item .ttl04 .num img {
  height: 10vw;
}
#top__feature .list-feature .item .ttl04 .ja {
  flex: 1;
  background: var(--pt__texture__01_g);
  padding: 2vw 3vw;
  color: #fff;
  font-weight: 500;
  line-height: 1.7;
  font-size: var(--font-size-18);
}
/* top__support
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#top__support {
  background: var(--pt__texture__01_g);
}
#top__support .inner {
  position: relative;
}
#top__support .ttl03 {
  margin: 0 auto;
  width: fit-content;
  margin-bottom: var(--margin-50);
  text-align: center;
}
#top__support .ttl03 .ja {
  font-size: 6.5vw;
  line-height: 1.8;
  color: #fff;
}
#top__support .item-img {
  position: relative;
  width: 100%;
  margin-bottom: 8vw;
}
#top__support .item-img::before {
  content: "";
  position: absolute;
  background: var(--pt__culture__01_w);
  width: 25vw;
  height: 25vw;
  left: 0vw;
  bottom: 0vw;
}
#top__support .item-text {
  width: 100%;
}
#top__support .item-text p {
  color: #fff;
}
#top__support .item-text strong {
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
  background: #fff;
  padding: 1vw 3vw;
  font-weight: 600;
  line-height: 3;
  color: var(--col--main-01);
}

/* top__area
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#top__area {
  background: var(--pt__culture__01_w2);
}
#top__area .inner {
  padding: 15vw 0;
}
#top__area .ttl03 {
  position: relative;
  margin-bottom: var(--margin-40);
  margin-bottom: 63vw;
  text-align: center;
}
#top__area .ttl03::before {
  content: "";
  position: absolute;
  background: url(/img/top/top__area__bg_img_01.png) center center/contain no-repeat;
  width: 155vw;
  height: 50vw;
  left: -63vw;
  bottom: -57vw;
}
#top__area .ttl03 .ja {
  color: var(--col--main-01);
}
#top__area .item-text {
  width: 100%;
  padding: 2vw 5vw;
  background: var(--pt__texture__01_g);
}
#top__area .item-text p {
  color: #fff;
}

/* top__contact
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#top__contact {
  background: var(--pt__texture__01_g);
}
#top__contact .ttl03 {
  margin: 0 auto;
  width: fit-content;
  margin-bottom: var(--margin-40);
}
#top__contact .ttl03 .ja {
  font-size: 8vw;
  color: #fff;
}
#top__contact .lead-text {
  text-align: center;
  margin-bottom: var(--margin-40);
}
#top__contact .lead-text p {
  color: #fff;
  line-height: 2.5;
}
#top__contact .lead-text p strong {
  font-weight: 700;
  padding: 1vw 2vw;
  color: var(--col--main-01);
  background: #fff;
}
#top__contact .wrap-contact {
  padding: 6vw 5vw;
  background: var(--pt__texture__01_w);
}
#top__contact .wrap-contact .wrap-tel {
  margin: 0 auto;
  width: fit-content;
  margin-bottom: var(--margin-25);
  gap: 5vw;
  flex-direction: column;
  margin-bottom: var(--margin-50);
  align-items: start;
}
#top__contact .wrap-contact .wrap-tel .tel-num {
  font-size: var(--font-size-29);
  font-size: 7vw;
}
#top__contact .wrap-contact .com__times {
  margin: 0 auto;
  width: fit-content;
  margin-bottom: var(--margin-40);
  flex-direction: column;
}
#top__contact .wrap-contact .com__btn_01 {
  margin: 0 auto;
  width: 100%;
}

/* top__movie
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#top__movie {
  background: url(/img/common/bg_deco__brush_a_03.png) left top 52vw/100vw no-repeat, var(--pt__texture__01_w);
  position: relative;
  z-index: 0;
}
#top__movie::before {
  z-index: -1;
  content: "";
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  height: 240px;
  background: var(--pt__texture__01_w2);
}
#top__movie .inner {
  position: relative;
}
#top__movie .ttl03 {
  margin: 0 auto;
  width: fit-content;
  position: relative;
  padding-left: 10vw;
  margin-bottom: var(--margin-50);
}
#top__movie .ttl03::before {
  content: "";
  position: absolute;
  background: url(/img/common/deco_ttl__movie.png) center center/contain no-repeat;
  width: 7vw;
  height: 7vw;
  left: 0vw;
}
#top__movie .ttl03 .ja {
  font-size: var(--font-size-38);
  color: #d72e2e;
}
#top__movie .list-images {
  position: relative;
  width: 100%;
  height: 82vw;
  margin-bottom: 5vw;
}
#top__movie .list-images .item {
  position: absolute;
}
#top__movie .list-images .item:nth-of-type(1) {
  width: 76vw;
  right: 0vw;
  top: 0vw;
}
#top__movie .list-images .item:nth-of-type(2) {
  width: 48vw;
  left: 0vw;
  bottom: 0vw;
}
#top__movie .list-images .item:nth-of-type(3) {
  width: 36vw;
  right: 0vw;
  bottom: 9vw;
}
/* top__subpages
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#top__subpages {
  background: var(--pt__texture__01_w2);
}
#top__subpages .inner {
  gap: 5vw;
  padding-bottom: 5vw;
}
#top__subpages .block-subpages {
  width: 100%;
  height: 42vw;
}
#top__subpages .block-subpages a {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
  transition: ease 0.3s;
}
#top__subpages .block-subpages a::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 50%;
  top: 50%;
  translate: -50% -50%;
  scale: 1;
  transition: ease 0.3s;
}
#top__subpages .block-subpages a:hover::before {
  scale: 1.05;
}
#top__subpages .block-subpages .ttl03 {
  position: relative;
  width: fit-content;
  padding-right: 12vw;
}
#top__subpages .block-subpages .ttl03::before {
  content: "";
  position: absolute;
  background: url(/img/common/icon__arrow__b_01.png) center center/contain no-repeat;
  width: 8vw;
  height: 8vw;
  right: 0vw;
  top: 4vw;
  translate: 0 -50%;
}
#top__subpages .block-subpages .ttl03 .ja {
  color: #fff;
  font-weight: 200;
  font-size: var(--font-size-50);
}
#top__subpages .block-about a::before {
  background: url(/img/top/top__subpages__img_01.jpg) center center/cover no-repeat rgba(0, 0, 0, 0.1);
  background-blend-mode: darken;
}
#top__subpages .block-flow a::before {
  background: url(/img/top/top__subpages__img_02.jpg) center center/cover no-repeat rgba(0, 0, 0, 0.3);
  background-blend-mode: darken;
}
#top__subpages .block-case a::before {
  background: url(/img/top/top__subpages__img_03.jpg) center center/cover no-repeat rgba(0, 0, 0, 0.2);
  background-blend-mode: darken;
}
#top__subpages .block-company a::before {
  background: url(/img/top/top__subpages__img_04.jpg) center center/cover no-repeat rgba(0, 0, 0, 0.2);
  background-blend-mode: darken;
}

/* top__news
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
.unit-latest {
  padding-bottom: var(--margin-35);
  border-bottom: 1px solid #ddd;
  margin-bottom: var(--margin-35);
  transition: ease 0.2s;
  position: relative;
  right: 0;
}
.unit-latest a {
  width: 100%;
  height: 100%;
}
.unit-latest .unit-latest-text {
  width: 100%;
}
.unit-latest .unit-latest-text.on_thumb {
  width: 85%;
}
@media screen and (max-width: 767px) {
  .unit-latest .unit-latest-text.on_thumb {
    width: 70%;
  }
}
.unit-latest .item-ttl {
  order: 2;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: var(--col--main-01);
  margin-bottom: var(--margin-25);
}
.unit-latest .item-time {
  position: relative;
  order: 1;
  width: fit-content;
  color: var(--col--main-01);
  margin-bottom: var(--margin-25);
}
.unit-latest .tag_list {
  order: 3;
  width: 100%;
  gap: 3vw;
}
.unit-latest .tag_list-item {
  width: fit-content;
  height: fit-content;
  background: var(--col--main-01);
  color: #fff;
  font-size: 13px;
  padding: 1vw 2vw;
}
.unit-latest .unit-latest-img {
  height: 130px;
  width: 130px;
  margin-right: 5vw;
}
@media screen and (max-width: 767px) {
  .unit-latest .unit-latest-img {
    height: 20vw;
    width: 20vw;
    margin-right: 2vw;
  }
}
.unit-latest .item-thumb {
  height: 130px;
  width: 130px;
}
@media screen and (max-width: 767px) {
  .unit-latest .item-thumb {
    height: 20vw;
    width: 20vw;
    margin-right: 2vw;
  }
}
.unit-latest:hover {
  color: var(--col--acc-01);
  right: -10px;
  opacity: 0.7;
}

.s-post-taglist {
  gap: 5vw;
}
.s-post-taglist .tag-name {
  width: fit-content;
  height: fit-content;
  background: var(--col--main-01);
  color: #fff;
  font-size: 13px;
  padding: 1vw 2vw;
}

#top__news {
  background: url(/img/common/bg_deco__brush_a_04.png) left bottom/150vw no-repeat, var(--pt__texture__01_w);
}
#top__news .inner {
  position: relative;
}
#top__news .ttl03 {
  position: relative;
  width: fit-content;
  margin: 0 auto;
  margin-bottom: 11vw;
}
#top__news .ttl03 .ja {
  font-size: 7vw;
}
#top__news .cont-latest {
  width: 100%;
  margin-bottom: 11vw;
}
#top__news .unit-latest {
  padding-bottom: var(--margin-35);
  border-bottom: 1px solid #ddd;
  margin-bottom: var(--margin-35);
  transition: ease 0.2s;
  position: relative;
  right: 0;
}
#top__news .unit-latest a {
  width: 100%;
  height: 100%;
}
#top__news .unit-latest .unit-latest-text {
  width: 100%;
}
#top__news .unit-latest .unit-latest-text.on_thumb {
  width: 85%;
}
@media screen and (max-width: 767px) {
  #top__news .unit-latest .unit-latest-text.on_thumb {
    width: 70%;
  }
}
#top__news .unit-latest .item-ttl {
  order: 2;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: var(--col--main-01);
  margin-bottom: var(--margin-25);
}
#top__news .unit-latest .item-time {
  position: relative;
  order: 1;
  width: fit-content;
  color: var(--col--main-01);
  margin-bottom: var(--margin-25);
}
#top__news .unit-latest .tag_list {
  order: 3;
  width: 100%;
  gap: 3vw;
}
#top__news .unit-latest .tag_list-item {
  width: fit-content;
  height: fit-content;
  background: var(--col--main-01);
  color: #fff;
  font-size: 13px;
  padding: 1vw 2vw;
}
#top__news .unit-latest .unit-latest-img {
  height: 130px;
  width: 130px;
  margin-right: 5vw;
}
@media screen and (max-width: 767px) {
  #top__news .unit-latest .unit-latest-img {
    height: 20vw;
    width: 20vw;
    margin-right: 2vw;
  }
}
#top__news .unit-latest .item-thumb {
  height: 130px;
  width: 130px;
}
@media screen and (max-width: 767px) {
  #top__news .unit-latest .item-thumb {
    height: 20vw;
    width: 20vw;
    margin-right: 2vw;
  }
}
#top__news .unit-latest:hover {
  color: var(--col--acc-01);
  right: -10px;
  opacity: 0.7;
}
#top__news .com__btn_01 {
  margin: 0 auto;
  position: relative;
}

#top__bnr_supporter {
  background: var(--pt__texture__01_w);
}
#top__bnr_supporter .inner {
  padding-top: 0;
}
#top__bnr_supporter img {
  margin: 0 auto;
  width: 90%;
}

/* about
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* about__works
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#about__works {
  background: var(--pt__culture__01_w2);
}
#about__works .block-works {
  position: relative;
  margin-bottom: var(--margin-80);
}
#about__works .block-works:last-child {
  margin-bottom: 0;
}
#about__works .block-works .list-works {
  --num: 2;
  --column-gap: 5vw;
  --row-gap: 5vw;
}
#about__works .block-works .list-works .item {
  gap: 3vw;
}
#about__works .block-works .list-works .item .ttl05 {
  text-align: center;
}
#about__works .block-works .list-works .item .ttl05 .ja {
  font-weight: 400;
  letter-spacing: 0.12em;
  font-size: var(--font-size-18);
  color: var(--col--main-01);
}
/* about__tenant
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#about__tenant {
  background: #f5f5f5;
}
#about__tenant .list-tenant {
  --num: 2;
  --column-gap: 5vw;
  --row-gap: 5vw;
}
#about__tenant .list-tenant .item {
  gap: 3vw;
}
#about__tenant .list-tenant .item .ttl05 {
  text-align: center;
}
#about__tenant .list-tenant .item .ttl05 .ja {
  font-weight: 400;
  letter-spacing: 0.12em;
  font-size: var(--font-size-18);
  color: var(--col--main-01);
  line-height: 1.4;
}
/* about__management
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#about__management {
  background: #fff;
  position: relative;
}
#about__management::before {
  content: "";
  position: absolute;
  background: var(--pt__culture__01_w);
  width: 75vw;
  height: 25vw;
  bottom: 45vw;
  left: 0vw;
}
#about__management .inner {
  position: relative;
}
#about__management .ttl03 {
  margin: unset;
  margin-right: auto;
  margin-bottom: var(--margin-40);

  .ja{
    color: var(--col--main-01);
  }
}
#about__management .ttl03::before {
  display: none;
}
#about__management .item-img {
  position: relative;
  width: 100%;
  margin-bottom: 4vw;
}
#about__management .item-text {
  width: 100%;
}
#about__management .item-text br {
  display: none;
}
#about__management .item-text p {
  font-weight: 400;
  color: var(--col--txt-01);
}

/* about__history
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#about__history {
  background: url(/img/about/about__history__bg_img_01.jpg) center top/contain no-repeat;
}
#about__history .wrap-cont {
  padding: 7vw 5vw;
  background: url(/img/about/about__history__bg_deco_01.png) right top/40vw no-repeat, url(/img/about/about__history__bg_deco_02.png) left bottom/40vw no-repeat, rgba(51, 51, 51, 0.9);
}
#about__history .wrap-cont .ttl04 {
  text-align: center;
  margin-bottom: var(--margin-40);
}
#about__history .wrap-cont .ttl04 .ja {
  color: #fff;
  font-weight: 300;
  font-size: var(--font-size-26);
}
#about__history .wrap-cont .item-text {
  text-align: left;
}
#about__history .wrap-cont .item-text br {
  display: none;
}
#about__history .wrap-cont .item-text br {
  display: none;
}
#about__history .wrap-cont .item-text p {
  font-weight: 300;
  font-size: 3.7vw;
  color: #fff;
}

/* flow
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* flow
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#flow {
  background: var(--pt__culture__01_w2);
}
#flow .ttl03 .ja .str-01 {
  color: var(--col--main-01);
}
#flow .list-flow {
  --num: 1;
  --column-gap: 5vw;
  --row-gap: 5vw;
}
#flow .list-flow .item {
  position: relative;
  padding: 5vw;
  background: #fff;
  outline: 1px solid var(--col--main-01);
  outline-offset: -6px;
  padding-top: 5vw;
}
#flow .list-flow .item .ttl04 {
  order: 2;
  width: 100%;
  background: var(--pt__texture__01_g);
  margin-bottom: var(--margin-10);
  text-align: center;
  padding: 2vw;
}
#flow .list-flow .item .ttl04 .num {
  position: absolute;
  left: -15px;
  top: -15px;
}
#flow .list-flow .item .ttl04 .num img {
  height: 12vw;
}
#flow .list-flow .item .ttl04 .ja {
  font-weight: 400;
  font-size: var(--font-size-16);
  color: #fff;
}
#flow .list-flow .item .item-img {
  order: 1;
  margin-bottom: var(--margin-15);
  text-align: center;
}
#flow .list-flow .item .item-text {
  order: 3;
}
#flow .list-flow .item .item-text p {
  line-height: 2;
  font-size: var(--font-size-14);
}
#flow .list-flow .item .item-text p br {
  display: none;
}

/* case
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* case
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#case {
  background: var(--pt__culture__01_w2);
}
#case .cont-post {
  --num: 2;
  --column-gap: 5vw;
  --row-gap: 5vw;
}
#case .cont-post .block-post .ttl04 {
  width: 100%;
  padding-bottom: var(--margin-10);
  border-bottom: 1px solid var(--col--main-01);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
#case .cont-post .block-post .ttl04 .ja {
  font-weight: 300;
  font-size: var(--font-size-18);
  font-size: 3.5vw;
  color: var(--col--main-01);
}
#case .cont-post .block-post .item-img {
  margin-bottom: var(--margin-15);
  border: 3px solid #fff;
  outline: 1px var(--col--main-01) solid;
  outline-offset: 3px;
  width: 100%;
  height: 40vw;
}
.case__in_post {
  background: var(--pt__culture__01_w2);
}
.case__in_post .ttl03 {
  background: #226d58;
}
.case__in_post .ttl03 .ja {
  font-size: 4.5vw;
  line-height: 1.4;
}
.case__in_post .list-images {
  margin-bottom: var(--margin-50);
  --num: 2;
  --column-gap: 5vw;
  --row-gap: 5vw;
}
.case__in_post .list-images .item {
  height: 40vw;
  border: 3px solid #fff;
  outline: 1px var(--col--main-01) solid;
  outline-offset: 3px;
}
.case__in_post .item-text {
  background: url(/img/case/case__deco_txt_01.png) right bottom/30vw no-repeat, #f5f5f5;
  width: 100%;
  padding: 5vw;
  margin-bottom: var(--margin-50);
  font-weight: 400;
  font-size: 3.8vw;
  line-height: 2;
}
.case__in_post .item-movie {
  width: 100%;
  height: 60vw;
}
.case__in_post .item-movie iframe {
  width: 100%;
  height: 100%;
}
.case__in_post .com__btn_01 {
  margin: 0 auto;
  margin-top: var(--margin-40);
}

/* company
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* company__about
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#company__about {
  background: var(--pt__culture__01_w2);
}
#company__about .topic-info {
  margin-bottom: var(--margin-80);
}
#company__about .topic-info .item-table th,
#company__about .topic-info .item-table td {
  line-height: 1.7;
  padding: 4vw 0;
  letter-spacing: 0;
  font-size: 3.5vw;
}
#company__about .topic-info .item-table th {
  width: 35%;
}
#company__about .topic-map .item-map {
  width: 100%;
  height: 45vw;
}
#company__about .topic-map .item-map iframe {
  width: 100%;
  height: 100%;
}

/*お知らせ一覧
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
.post-wrp .tag-change {
  margin-bottom: 50px;
}
.post-wrp .tag-change li {
  text-align: center;
  margin: 10px 10px 0 0;
  min-width: 190px;
  display: inline-block;
  vertical-align: middle;
}
.post-wrp .tag-change li a {
  padding: 10px 15px;
  display: block;
}
.tag-select-box {
  position: relative;
  width: 40%;
  margin: 0 0 20px auto;
  max-width: 230px;
}
.tag-select-box:before {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 10;
  right: 0.8em;
  width: 0;
  height: 0;
  padding: 0;
  content: "";
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 6px solid var(--col--main-01);
  pointer-events: none;
}
.tag-select-box #tag-select {
  width: 100%;
  padding: 5% 20% 5% 5%;
  box-sizing: border-box;
  font-size: 1.2rem;
  margin-left: auto;
  display: block;
  font-family: "Noto Sans JP", sans-serif;
  border: none;
  border-bottom: 2px solid #333;
  cursor: pointer;
  border-radius: 0;
  background: none;
  color: #333;
  font-weight: 700;
  -webkit-appearance: none;
  appearance: none;
}
.tag-select-box #tag-select option {
  padding: 10px;
  box-sizing: border-box;
  cursor: pointer;
  box-sizing: border-box;
}

.post-wrp .tag-change li a {
  border: solid 1px var(--col--main-01);
  color: var(--col--main-01);
  background: #fff;
}
.post-wrp .tag-change .current a {
  background: var(--col--main-01);
}
.post-wrp .tag-change .current a span {
  color: #fff;
}

@media screen and (max-width: 767px) {
  .post-wrp .tag-change {
    display: block;
    overflow-x: scroll;
    white-space: nowrap;
    padding-bottom: 5%;
    margin-bottom: 10%;
  }
  .post-wrp .tag-change li {
    text-align: center;
    margin-right: 1%;
    min-width: 100px;
    display: inline-block;
    vertical-align: middle;
  }
  .post-wrp .tag-change li:last-child {
    margin-right: 0;
  }
  .post-wrp .tag-change li a {
    font-size: 3vw;
    padding: 5px 10px;
    display: block;
  }
}
/*お知らせ詳細
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
#contents-u.s-post .s-post-taglist {
  margin-bottom: var(--margin-10);
}
#contents-u.s-post .sb_style h1 {
  border-bottom: 1px solid var(--col--main-01);
}
#contents-u.s-post .sb_style h2 {
  border-left: 5px solid var(--col--main-01);
}
#contents-u.s-post .sb_style h3 {
  background: var(--col--main-01);
  color: #fff;
}
#contents-u.s-post .sb_style h4:before {
  background: var(--col--main-01);
}
#contents-u.s-post .sb_style h5 {
  background: #f2f2f2;
}
#contents-u.s-post .sb_style h6 {
  color: var(--col--main-01);
}
#contents-u.s-post .sb_style ul li:before {
  background: var(--col--main-01);
}
#contents-u.s-post .sb_style ol li:before {
  color: #fff;
  background: var(--col--main-01);
}
#contents-u.s-post .sb_style a {
  color: var(--col--main-01);
}
#contents-u.s-post .s-post-ttl {
  margin-bottom: var(--margin-20);
  border-left: 2px solid var(--col--main-01);
  padding-left: var(--margin-15);
}
#contents-u.s-post .s-post-ttl span {
  font-family: var(--fot--Noto-Sans);
  font-weight: 500;
  position: relative;
  font-size: var(--font-size-22);
  color: var(--col--main-01);
  line-height: 1.6;
}
#contents-u.s-post .post-txt .sb-post-body {
  font-weight: 400;
  font-size: var(--font-size-16);
  font-family: var(--fot--Noto-Sans);
  line-height: 2;
}
#contents-u.s-post .s-time-tag {
  text-align: right;
  padding-top: 10px;
  border-top: 1px solid var(--col--main-01);
  margin-top: var(--margin-20);
}
#contents-u.s-post .s-time-tag time {
  color: var(--col--main-01);
  font-family: var(--fot--Noto-Sans);
  font-weight: 500;
  font-size: var(--font-size-15);
}

/*プライバシーポリシー
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
#contents-u.privacy .privacy-box {
  margin-bottom: var(--margin-50);
}
#contents-u.privacy .privacy-box .ttl02 {
  position: relative;
  border-left: 3px solid var(--col--main-01);
  padding-left: var(--margin-15);
  margin-bottom: var(--margin-20);
}
#contents-u.privacy .privacy-box .ttl02 span {
  color: var(--col--main-01);
  font-size: var(--font-size-24);
  font-weight: 500;
  line-height: 1.5;
}
#contents-u.privacy .privacy-box p {
  font-family: var(--fot--Noto-Sans);
  font-size: var(--font-size-16);
  line-height: 2;
  letter-spacing: 0.05em;
}
#contents-u.privacy .privacy-box ul li {
  font-family: var(--fot--Noto-Sans);
  font-size: var(--font-size-16);
  line-height: 2;
  letter-spacing: 0.05em;
}
#contents-u.privacy .privacy-box:last-child {
  margin-bottom: 0;
}

/*サイトマップ
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
@media screen and (min-width: 767px) {
  #site-map ul {
    display: flex;
    flex-wrap: wrap;
    gap: 8px 40px;
  }
  #site-map ul li {
    width: calc((100% - 40px) / 2);
  }
  #site-map ul li a {
    display: block;
    position: relative;
    font-family: var(--fot--Noto-Sans);
    padding-left: var(--margin-30);
    padding-bottom: var(--margin-15);
    border-bottom: 1px solid var(--col--main-01);
    margin-bottom: var(--margin-25);
    font-size: var(--font-size-18);
    color: var(--col--txt-01);
    transition: ease 0.2s;
  }
  #site-map ul li a:before {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 5px 0 5px 7px;
    border-color: transparent transparent transparent #000;
    left: 14px;
    top: 30%;
    translate: 0 -50%;
    transition: ease 0.2s;
  }
  #site-map ul li a:hover {
    color: var(--col--main-01);
  }
  #site-map ul li a:hover:before {
    border-color: transparent transparent transparent var(--col--main-01);
    left: 18px;
  }
}
@media screen and (min-width: 767px) and (max-width: 767px) {
  #site-map ul li a:before {
    border-width: 1.5vw 0 1.5vw 2.5vw;
    border-color: transparent transparent transparent #000;
    left: 0;
    top: 55%;
  }
}
@media screen and (max-width: 767px) {
  #site-map ul {
    flex-wrap: wrap;
    display: flex;
    gap: 5vw 6vw;
  }
  #site-map ul li {
    width: 100%;
  }
  #site-map ul li a {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    font-size: 4vw;
    color: var(--col--main-01);
    border: 1px solid var(--col--main-01);
    padding: 3vw 4vw;
  }
  #site-map ul li a:before {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 1vw 0 1vw 1.5vw;
    border-color: transparent transparent transparent var(--col--main-01);
    right: 3vw;
    top: 50%;
    translate: 0 -50%;
    transition: ease 0.2s;
  }
}
/*お問い合わせ
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
#contact table {
  width: 100%;
  margin-bottom: 16px;
  border-collapse: collapse;
}
#contact table tr td,
#contact table tr th {
  font-size: var(--font-size-15);
  padding: 10px;
  vertical-align: middle;
  text-align: left;
  font-weight: 400;
  border: 1px solid #dfdfdf;
}
#contact table tr th {
  width: 30%;
  color: #fff;
  background: var(--col--main-01);
}
#contact table tr td {
  width: 70%;
  background: #fff;
}
#contact table .required-mark {
  color: var(--col--main-01);
  font-size: 13px;
  border-radius: 0;
  background: #fff;
}
@media screen and (max-width: 768px) {
  #contact table {
    border-collapse: separate;
  }
  #contact table tr {
    margin-bottom: 5vw;
  }
  #contact table tr td,
  #contact table tr th {
    font-size: 4vw;
    padding: 4vw;
    text-align: left;
    font-weight: 400;
    border: 1px solid #dfdfdf;
  }
  #contact table tr th {
    width: 100%;
    color: #fff;
    background: var(--col--main-01);
  }
  #contact table tr td {
    width: 100%;
    background: #fff;
  }
  #contact table tr textarea,
  #contact table tr input {
    font-size: 4vw;
    padding: 4vw;
  }
  #contact table .required-mark {
    font-weight: 500;
    color: var(--col--main-01);
    font-size: 3.5vw;
    border-radius: 0;
    background: #fff;
  }
}
#contact label[for=agree] a {
  color: var(--col--main-01);
  padding-bottom: 2px;
  border-bottom: 1px solid var(--col--main-01);
}
#contact .contact-btn.contact-submits-wrap button[type=button] {
  border: unset;
  background: var(--col--main-01);
  transition: ease 0.2s;
}
#contact .contact-btn.contact-submits-wrap button[type=button]:hover {
  opacity: 0.6;
}
#contact input[type=button],
#contact input[type=submit] {
  color: #fff;
  background: var(--col--main-01);
  font-size: 16px;
  transition: ease 0.2s;
}
@media screen and (max-width: 768px) {
  #contact input[type=button],
  #contact input[type=submit] {
    width: 95%;
    font-size: 4vw;
    margin-bottom: 2vw;
  }
}
#contact input[type=button]:hover,
#contact input[type=submit]:hover {
  opacity: 0.7;
}
#contact button[type=button] {
  color: #fff;
  background: var(--col--main-01);
  font-size: 16px;
  margin: 0 4px;
  padding: 1em 2em;
  cursor: pointer;
  border: unset;
  transition: ease 0.2s;
}
@media screen and (max-width: 768px) {
  #contact button[type=button] {
    width: 95%;
    font-size: 4vw;
    margin-bottom: 2vw;
  }
}
#contact button[type=button] :hover {
  opacity: 0.7;
}
#contact input[type=button][disabled],
#contact input[type=submit][disabled] {
  color: #777;
  opacity: 0.7;
  background: #ccc;
}

/* お問い合わせ完了
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#contents-u.complete .complete-box {
  text-align: center;
  line-height: 1.8;
  font-size: var(--font-size-16);
}
#contents-u.complete .complete-box a {
  color: var(--col--main-01);
}

/*ページが見つかりません。
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
.not-found-txt p {
  font-size: var(--font-size-16);
  line-height: 1.8;
}
.not-found-txt p a {
  color: var(--col--main-01);
  transition: ease 0.2s;
}
.not-found-txt p a:hover {
  opacity: 0.6;
}

@media screen and (max-width: 767px) {
  .not-found-txt {
    text-align: center;
  }
}/*# sourceMappingURL=style_sp.css.map */