@charset "UTF-8";
/* header ヘッダー
////////////////////////////////////////////////////////////////////////////////////////////////// */
#header {
  position: fixed;
  width: 100%;
  z-index: 5;
  top: 0;
  left: 0;
}
#header .inner {
  position: fixed;
  width: 100%;
  min-width: 1080px;
  height: 100px;
  padding: 0;
  top: 0;
  z-index: 5;
  background: #000;
}
@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-20);
}
@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-right: auto;
  }
  #header .item-logo img {
    height: auto;
    height: 8vw;
    margin-left: 4vw;
  }
}
#header .block-right {
  position: relative;
  width: fit-content;
  margin-right: var(--margin-20);
}
@media screen and (max-width: 767px) {
  #header .block-right {
    display: none;
  }
}
#header .cont-info {
  gap: 3vw;
}
#header .btn-contact {
  width: 180px;
  height: 50px;
  background: var(--col--main-02);
}
#header .btn-contact span {
  position: relative;
  font-family: var(--fot--Ubuntu);
  font-size: var(--font-size-17);
  color: var(--col--txt-01);
  padding-left: 20px;
  letter-spacing: 0.1em;
  font-weight: 700;
}
#header .btn-contact span::before {
  content: "";
  position: absolute;
  background: url(/img/common/icon__mail__a_01.png) center center/contain no-repeat;
  width: 15px;
  height: 11px;
  left: 0;
  top: 55%;
  translate: 0 -50%;
}
#header .cont-info {
  width: fit-content;
}

/* nav グローバルナビゲーション
////////////////////////////////////////////////////////////////////////////////////////////////// */
#nav .list-nav {
  width: fit-content;
  gap: 3vw;
  margin-right: var(--margin-30);
}
#nav .list-nav .item {
  width: fit-content;
}
#nav .list-nav .item a {
  transition: ease 0.17s;
  color: #fff;
}
@media screen and (max-width: 767px) {
  #nav {
    display: none;
  }
}

/* mv メインビジュアル
////////////////////////////////////////////////////////////////////////////////////////////////// */
#mv {
  position: relative;
  width: 100%;
  height: 890px;
}
#mv .mv-catch {
  position: absolute;
  left: 50%;
  top: 50%;
  translate: -50% -50%;
}
#mv .mv-catch img {
  width: 16vw;
}
@media screen and (max-width: 767px) {
  #mv {
    height: 100dvh;
    max-width: 100%;
  }
}

/* sv サブビジュアル
////////////////////////////////////////////////////////////////////////////////////////////////// */
#sv {
  position: relative;
  width: 100%;
  height: 400px;
  overflow: hidden;
  margin-top: 100px;
}
#sv .sv-img {
  width: 96%;
  height: 400px;
  margin: 0 auto;
}
#sv .sv-catch {
  position: absolute;
  left: 50%;
  top: 50%;
  translate: -50% -50%;
  border: 1px solid #fff;
  gap: 3vw;
  gap: 2vw;
  white-space: nowrap;
  width: fit-content;
  padding: 2.5vw 10vw;
}
#sv .sv-catch .en {
  font-size: var(--font-size-50);
  font-weight: 400;
  letter-spacing: 0.1em;
  color: #fff;
  font-family: var(--fot--Ubuntu);
  font-size: 7vw;
}
#sv .sv-catch .ja {
  font-family: var(--fot--Zen-Kaku-Goth);
  color: #fff;
  font-weight: 700;
  letter-spacing: 0.1em;
  font-size: var(--font-size-20);
  font-size: 3.5vw;
}
@media screen and (max-width: 767px) {
  #sv {
    height: 45vw;
    max-width: 100%;
  }
}

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

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

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

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

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

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

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

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

.sv-service {
  background: url(../img/sv/sv__service.jpg) center center/cover no-repeat;
}

.sv-works {
  background: url(../img/sv/sv__works.jpg) center center/cover no-repeat;
}

/* footer フッター
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
#footer {
  position: relative;
  width: 100%;
}
#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 img {
  width: 15vw;
}
#footer .item-logo:hover {
  opacity: 0.6;
}
#footer .item-address {
  color: #fff;
  margin: 0 auto;
  width: fit-content;
  margin-bottom: var(--margin-60);
  letter-spacing: 0.1em;
  font-size: 3vw;
}
#footer hr {
  border: unset;
  border-bottom: 1px solid var(--col--main-02);
  margin-bottom: var(--margin-60);
}
#footer .inner {
  padding: 10vw 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 .block-info {
  width: 100%;
}
#footer .list-nav {
  justify-content: center;
  gap: 3vw;
  margin: 0 auto;
  flex-wrap: wrap;
  width: 580px;
  margin-bottom: var(--margin-80);
}
#footer .list-nav .item {
  width: fit-content;
}
#footer .list-nav .item a {
  position: relative;
  transition: ease 0.2s;
  font-size: var(--font-size-14);
  color: #fff;
}
@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);
  font-size: 12px;
}
#footer #copyright a {
  margin: 0 2px;
  padding: 0 5px;
  transition: ease 0.12s;
}
#footer #copyright a:hover {
  color: #fff;
  background: var(--col--main-02);
  color: var(--col--txt-01);
}
@media screen and (max-width: 767px) {
  #footer #copyright a {
    margin: unset;
    padding: unset;
  }
  #footer #copyright a:hover {
    color: inherit;
    background: inherit;
  }
}

body {
  background: var(--col--base-01);
}

/* top
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
.item-text p {
  color: #fff;
}

/* top__greeting
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#top__greeting {
  position: relative;
  z-index: 0;
}
#top__greeting .inner {
  position: relative;
  padding: 5vw 0 5vw;
}
#top__greeting .list-images {
  position: relative;
  width: 100%;
  height: 70vw;
  z-index: -1;
  margin-top: 0vw;
  margin-left: auto;
  margin-bottom: 8vw;
}
#top__greeting .list-images .item:nth-of-type(1) {
  position: absolute;
  left: 0vw;
  bottom: 0vw;
  width: 40vw;
}
#top__greeting .list-images .item:nth-of-type(2) {
  position: absolute;
  right: 0vw;
  top: 0vw;
  width: 40vw;
}
#top__greeting .item-text {
  width: fit-content;
  margin-left: auto;
  margin-bottom: var(--margin-50);
}
#top__greeting .item-text br {
  display: none;
}

/* top__area
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#top__area {
  background: url(/img/top/top__area__bg_img_01.jpg) right top -20vw/40vw no-repeat;
}
#top__area .inner {
  padding-bottom: 5vw;
}
#top__area .wrap-area {
  border: 1px solid #fff;
  padding: 7vw 5vw;
  width: fit-content;
  position: relative;
  height: fit-content;
  margin-left: auto;
  margin-top: 9vw;
}
#top__area .wrap-area .ttl03 {
  align-items: center;
  margin: 0 auto;
  margin-bottom: var(--margin-50);
}
#top__area .wrap-area .item-img {
  position: relative;
  width: 100%;
  margin-bottom: 4vw;
  text-align: center;
}
#top__area .wrap-area .item-img img {
  width: 60vw;
}
#top__area .wrap-area .item-text {
  text-align: left;
  margin: 0 auto;
  width: fit-content;
}
#top__area .wrap-area .item-text br {
  display: none;
}

/* top__works
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#top__works .inner {
  position: relative;
  padding: 15vw 0;
}
#top__works .ttl03 {
  margin: 0 auto;
  align-items: center;
  margin-bottom: 10vw;
}
#top__works .cont-post {
  width: 100%;
  margin-left: auto;
  position: relative;
  display: flex;
  justify-content: center;
  margin-bottom: 10vw;
  --num: 2;
  --column-gap: 9vw;
  --row-gap: 9vw;
}
#top__works .cont-post .block-post {
  position: relative;
  height: fit-content;
}
#top__works .cont-post .block-post .ttl04 {
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
#top__works .cont-post .block-post .ttl04 .ja {
  color: #fff;
  font-size: var(--font-size-20);
  font-family: var(--fot--Zen-Kaku-Goth);
  font-weight: 700;
  letter-spacing: 0.1em;
  font-size: 3.6vw;
}
#top__works .cont-post .block-post .item-img {
  height: 55vw;
  margin-bottom: var(--margin-30);
  margin-bottom: 2vw;
}
#top__works .com__btn_01 {
  margin-left: auto;
}

/* top__subpages
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#top__subpages .inner {
  width: 100%;
  padding: 15vw 0 15vw;
}
#top__subpages .list-subpages {
  width: 93%;
  margin-left: auto;
  --num: 1;
  --column-gap: 5vw;
  --row-gap: 23vw;
}
#top__subpages .list-subpages .item {
  height: 42vw;
  position: relative;
  background: red;
}
#top__subpages .list-subpages .item .ttl03 {
  align-items: end;
  gap: 3vw;
  width: fit-content;
  position: absolute;
  left: -7vw;
  top: -5vw;
}
#top__subpages .list-subpages .item .ttl03 .en {
  padding: 3vw 5vw;
  border: 1px solid #fff;
  font-size: var(--font-size-50);
  font-weight: 400;
  letter-spacing: 0.1em;
  color: #fff;
  font-family: var(--fot--Ubuntu);
  line-height: 1.2;
  font-size: 6vw;
}
#top__subpages .list-subpages .item .ttl03 .ja {
  font-size: var(--font-size-17);
  font-family: var(--fot--Zen-Kaku-Goth);
  color: #fff;
  font-weight: 700;
}
#top__subpages .list-subpages .item .text {
  position: absolute;
  color: var(--col--main-02);
  right: 0;
  bottom: -6vw;
  font-size: var(--fot--Ubuntu);
  font-weight: 700;
  font-size: 3vw;
}
#top__subpages .list-subpages .item .text::before {
  content: "";
  position: absolute;
  border-bottom: 1px solid var(--col--main-02);
  width: 5vw;
  top: 50%;
  left: -3vw;
  translate: -100% -50%;
}
#top__subpages .list-subpages .item a {
  width: 100%;
  height: 100%;
  display: block;
}
#top__subpages .list-subpages .block-service {
  background: url(/img/top/top__subpages__img_01.jpg) center center/cover no-repeat;
}
#top__subpages .list-subpages .block-flow {
  background: url(/img/top/top__subpages__img_02.jpg) center center/cover no-repeat;
}
#top__subpages .list-subpages .block-company {
  background: url(/img/top/top__subpages__img_03.jpg) center center/cover no-repeat;
}
#top__subpages .list-subpages .block-news {
  background: url(/img/top/top__subpages__img_04.jpg) center center/cover no-repeat;
}

/* service
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* service__store
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#service__store .inner {
  padding-top: 10vw;
  padding-bottom: 10vw;
}
#service__store .ttl03 {
  text-align: left;
  align-items: start;
  margin-bottom: var(--margin-50);
}
#service__store .block-intro {
  width: 100%;
  margin-left: auto;
  margin-bottom: 15vw;
  flex-direction: column;
}
#service__store .block-intro .ttl04 {
  margin-bottom: var(--margin-80);
  text-align: right;
  margin-left: auto;
}
#service__store .block-intro .ttl04 .ja {
  font-weight: 700;
  font-family: var(--fot--Zen-Kaku-Goth);
  font-size: var(--font-size-25);
  font-size: 4.3vw;
  letter-spacing: 0.05em;
  padding-bottom: 2vw;
  line-height: 3.2;
  color: #fff;
  letter-spacing: 0.1em;
  border-bottom: 1px solid #fff;
}
#service__store .block-intro .item-img {
  position: relative;
  width: 100%;
  margin-bottom: 7vw;
}
#service__store .block-intro .item-text br {
  display: none;
}
#service__store .topic-works {
  justify-content: space-between;
  margin-bottom: var(--margin-80);
  flex-direction: column;
}
#service__store .topic-works .block-service {
  margin-bottom: 10vw;
  width: 100%;
}
#service__store .topic-works .block-service:last-child {
  margin-bottom: 0;
}
#service__store .topic-works .block-service .ttl04 {
  padding-bottom: var(--margin-30);
  border-bottom: 1px solid #fff;
  margin-bottom: var(--margin-20);
}
#service__store .topic-works .block-service .ttl04 .ja {
  font-size: var(--font-size-25);
  font-family: var(--fot--Zen-Kaku-Goth);
  letter-spacing: 0.1em;
  color: #fff;
  font-weight: 700;
}
#service__store .topic-works .block-service .list-service {
  gap: 5vw 5vw;
  display: flex;
  flex-wrap: wrap;
  align-content: start;
}
#service__store .topic-works .block-service .list-service .item {
  width: calc((100% - 5vw) / 2);
}
#service__store .topic-works .block-service .list-service .item .text {
  position: relative;
  padding-left: var(--margin-40);
  color: #fff;
  line-height: 1.6;
  font-size: var(--font-size-20);
  font-size: 3.6vw;
}
#service__store .topic-works .block-service .list-service .item .text br {
  display: none;
}
#service__store .topic-works .block-service .list-service .item .text small {
  font-size: var(--font-size-16);
}
#service__store .topic-works .block-service .list-service .item .text::before {
  content: "";
  position: absolute;
  background: url(/img/common/icon__check__a_01.png) center center/contain no-repeat;
  width: 4vw;
  height: 4vw;
  left: 0;
  top: 1vw;
}
#service__store .topic-works .block-area .list-service .item {
  width: 100%;
}
#service__store .item-note {
  text-align: center;
  padding-block: 5vw;
  border-block: #c0c0c0 1px solid;
}
#service__store .item-note small {
  line-height: 2;
  font-size: 3vw;
  color: #c0c0c0;
}

/* service__furniture
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#service__furniture {
  min-height: 60vw;
}
#service__furniture .inner {
  position: relative;
  padding-top: 15vw;
}
#service__furniture .ttl03 {
  margin: 0 auto;
  margin-bottom: var(--margin-70);
  align-items: center;
}
#service__furniture .item-img {
  position: relative;
  width: 100%;
  margin-bottom: 4vw;
}
#service__furniture .item-text {
  position: relative;
  width: 100%;
  top: 5vw;
}
#service__furniture .item-text br {
  display: none;
}

/* flow
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* flow__about
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#flow__about .inner {
  padding-top: 15vw;
  padding-bottom: 15vw;
}
#flow__about .ttl03 {
  align-items: center;
  margin: 0 auto;
  margin-bottom: var(--margin-70);
}
#flow__about .list-flow {
  gap: 15vw;
  flex-direction: column;
}
#flow__about .list-flow .item {
  position: relative;
  border: 1px solid var(--col--main-02);
  padding: 12vw 5vw;
  padding-left: 5vw;
  flex-direction: column;
}
#flow__about .list-flow .item::before {
  content: "";
  position: absolute;
  height: 6vw;
  border-right: 1px solid #fff;
  bottom: -4vw;
  left: 50%;
  translate: -50% 100%;
}
#flow__about .list-flow .item:last-child::before {
  display: none;
}
#flow__about .list-flow .item .ttl04 {
  width: 100%;
  padding-bottom: 2vw;
  border-bottom: 1px solid #fff;
  margin-bottom: 3vw;
}
#flow__about .list-flow .item .ttl04 br {
  display: none;
}
#flow__about .list-flow .item .ttl04 .num {
  width: 20vw;
  height: 6vw;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #000;
  background: var(--col--main-02);
  position: absolute;
  left: 0;
  top: 0;
  font-weight: 700;
  letter-spacing: 0.05em;
  font-size: var(--font-size-20);
  font-size: 3.5vw;
}
#flow__about .list-flow .item .ttl04 .num small {
  font-size: 3vw;
}
#flow__about .list-flow .item .ttl04 .ja {
  color: #fff;
  line-height: 2;
  font-size: var(--font-size-25);
  font-weight: 700;
  font-family: var(--fot--Zen-Kaku-Goth);
  letter-spacing: 0.1em;
  font-size: 4.8vw;
}
#flow__about .list-flow .item .item-text {
  flex: 1;
  display: flex;
  align-items: center;
}

/* works
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* works
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#works .ttl03 {
  align-items: center;
  margin: 0 auto;
  margin-bottom: var(--margin-80);
}
#works .cont-post {
  --num: 2;
  --column-gap: 6vw;
  --row-gap: 9vw;
}
#works .cont-post .block-post {
  display: flex;
  flex-direction: column;
}
#works .cont-post .block-post .ttl04 {
  order: 2;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
#works .cont-post .block-post .ttl04 .ja {
  font-size: var(--font-size-20);
  font-weight: 700;
  color: #fff;
  font-family: var(--fot--Zen-Kaku-Goth);
  letter-spacing: 0.1em;
  font-size: 3.5vw;
}
#works .cont-post .block-post .item-img {
  order: 1;
  width: 100%;
  height: 40vw;
  margin-bottom: var(--margin-25);
}
.works__in_post .ttl03 {
  align-items: center;
  margin: 0 auto;
  margin-bottom: var(--margin-80);
}
.works__in_post .ttl04 {
  width: 100%;
  border: 1px solid #fff;
  padding: 2vw 5vw;
  margin-bottom: var(--margin-60);
}
.works__in_post .ttl04 .ja {
  font-family: var(--fot--Zen-Kaku-Goth);
  letter-spacing: 0.01em;
  font-weight: 700;
  font-size: var(--font-size-30);
  color: #fff;
  line-height: 1.6;
  font-size: 4.2vw;
}
.works__in_post .list-images {
  --num: 2;
  --column-gap: 7vw;
  --row-gap: 7vw;
}
.works__in_post .list-images .item {
  height: 40vw;
}
.works__in_post .com__btn_01{
  margin: 0 auto;
  margin-top: var(--margin-50);
}

/* company
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* company__message
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#company__message .inner {
  padding-top: 15vw;
  padding-bottom: 15vw;
}
#company__message .ttl03 {
  align-items: center;
  margin: 0 auto;
  margin-bottom: var(--margin-80);
}
#company__message .block-prof {
  display: flex;
  margin-bottom: 10vw;
  flex-direction: column;
}
#company__message .block-prof .ttl04 {
  align-items: center;
  width: fit-content;
  padding-bottom: var(--margin-30);
  border-bottom: 1px solid var(--col--main-02);
  margin-bottom: var(--margin-25);
  flex-direction: column;
  align-items: start;
  width: 100%;
  gap: 5vw;
}
#company__message .block-prof .ttl04 .class {
  background: var(--col--main-02);
  color: #000;
  padding: 2px 10px;
  width: fit-content;
  margin-right: var(--margin-25);
  font-weight: 700;
  font-size: var(--font-size-20);
  letter-spacing: 0.1em;
  font-size: 3.5vw;
}
#company__message .block-prof .ttl04 .ja {
  font-size: var(--font-size-25);
  font-family: var(--fot--Zen-Kaku-Goth);
  color: #fff;
  font-weight: 700;
  letter-spacing: 0.1em;
}
#company__message .block-prof .item-text {
  flex: 1;
}
#company__message .block-career {
  border: 1px solid var(--col--main-02);
  padding: 5vw 5vw;
}
#company__message .block-career .ttl04 {
  text-align: center;
  padding-bottom: var(--margin-30);
  border-bottom: 1px solid var(--col--main-02);
  margin-bottom: var(--margin-30);
}
#company__message .block-career .ttl04 .ja {
  font-size: var(--font-size-25);
  font-family: var(--fot--Zen-Kaku-Goth);
  font-weight: 700;
  color: #fff;
  letter-spacing: 0.1em;
  font-size: 4.6vw;
}
#company__message .block-career .list-career .item {
  margin-bottom: var(--margin-25);
}
#company__message .block-career .list-career .item:last-child {
  margin-bottom: 0;
}
#company__message .block-career .list-career .item .text {
  color: #fff;
  line-height: 2.1;
}

/* company__info
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#company__info .inner {
  padding-top: 15vw;
  padding-bottom: 15vw;
}
#company__info .ttl03 {
  align-items: center;
  margin: 0 auto;
  margin-bottom: var(--margin-80);
}
#company__info .ttl03 .en {
  font-size: 10vw;
}
#company__info .wrap-table {
  border: 1px solid var(--col--main-02);
  padding: 5vw 5vw;
}
/* company__access
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#company__access .inner {
  padding-top: 15vw;
  padding-bottom: 15vw;
}
#company__access .ttl03 {
  align-items: center;
  margin: 0 auto;
  margin-bottom: var(--margin-80);
}
#company__access .ttl03 .en {
  font-size: 11vw;
}
#company__access .item-map {
  width: 100%;
  height: 60vw;
  min-height: 200px;
}
#company__access .item-map iframe {
  height: 100%;
  width: 100%;
}

/* top__news
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
.unit-latest {
  margin-bottom: var(--margin-20);
  transition: ease 0.2s;
  position: relative;
  right: 0;
  border: 1px solid #f4f4f4;
}
.unit-latest:last-child {
  margin-bottom: 0;
}
.unit-latest a {
  width: 100%;
  height: 100%;
  background: #f4f4f4;
  padding: 5vw;
  transition: ease 0.2s;
}
.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: 3;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: var(--margin-10);
}
.unit-latest .item-time {
  position: relative;
  order: 1;
  width: fit-content;
  font-size: var(--font-size-17);
  font-family: var(--fot--Robot);
  font-weight: 700;
  margin-bottom: var(--margin-10);
  margin-right: var(--margin-15);
}
.unit-latest .tag_list {
  order: 2;
  width: 70%;
  margin-bottom: var(--margin-15);
  gap: 3vw;
}
.unit-latest .tag_list-item {
  width: fit-content;
  color: var(--col--main-01);
  font-size: 12px;
  font-weight: 700;
  height: fit-content;
}
.unit-latest .unit-latest-img {
  height: 130px;
  width: 130px;
  margin-right: 30px;
}
@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 {
  right: -5px;
}
.unit-latest:hover a {
  color: var(--col--acc-01);
  background: #fff;
}

.s-post-taglist {
  gap: 10px;
}
.s-post-taglist .tag-name {
  width: fit-content;
  color: var(--col--main-01);
  font-size: 12px;
  font-weight: 700;
  height: fit-content;
}

#top__news .inner {
  position: relative;
}
#top__news .ttl03 {
  margin-bottom: var(--margin-50);
}
#top__news .cont-latest {
  width: 100%;
  margin-left: auto;
}
#top__news .unit-latest {
  margin-bottom: var(--margin-20);
  transition: ease 0.2s;
  position: relative;
  right: 0;
  border: 1px solid #f4f4f4;
}
#top__news .unit-latest:last-child {
  margin-bottom: 0;
}
#top__news .unit-latest a {
  width: 100%;
  height: 100%;
  background: #f4f4f4;
  padding: 5vw;
  transition: ease 0.2s;
}
#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: 3;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: var(--margin-10);
}
#top__news .unit-latest .item-time {
  position: relative;
  order: 1;
  width: fit-content;
  font-size: var(--font-size-17);
  font-family: var(--fot--Robot);
  font-weight: 700;
  margin-bottom: var(--margin-10);
  margin-right: var(--margin-15);
}
#top__news .unit-latest .tag_list {
  order: 2;
  width: 70%;
  margin-bottom: var(--margin-15);
  gap: 3vw;
}
#top__news .unit-latest .tag_list-item {
  width: fit-content;
  color: var(--col--main-01);
  font-size: 12px;
  font-weight: 700;
  height: fit-content;
}
#top__news .unit-latest .unit-latest-img {
  height: 130px;
  width: 130px;
  margin-right: 30px;
}
@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 {
  right: -5px;
}
#top__news .unit-latest:hover a {
  color: var(--col--acc-01);
  background: #fff;
}
#top__news .com__btn_01 {
  position: absolute;
  right: 0;
  top: 160px;
}

/*お知らせ一覧
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
.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;
    color: #fff;
}
#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;
  color: #fff;
}
#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;
    color: #fff;
}
#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;
  color: #fff;
}
#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;
  color: #fff;
}
#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);
    color: #fff;
  }
  #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;
    color: #fff;
  }
  #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 #fff;
    padding: 3vw 4vw;
    color: #fff;
  }
  #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 #fff;
    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);
  background: var(--col--txt-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);
    background: var(--col--txt-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;
}


.not-found-txt{
  color: #fff;
  text-align: center;
}


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