@charset "UTF-8";
/* header ヘッダー
////////////////////////////////////////////////////////////////////////////////////////////////// */
#header {
  position: fixed;
  width: 100%;
  z-index: 5;
  top: 0;
  left: 0;
}
#header .inner {
  width: 100%;
  min-width: 1080px;
  height: 110px;
  background: #fff;
  padding: 0;
  position: fixed;
  top: 0;
  z-index: 5;
}
@media screen and (max-width: 767px) {
  #header .inner {
    height: 70px;
    min-width: 100%;
  }
}
#header .block-left {
  position: relative;
  width: fit-content;
}
@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;
}

/* #header .btn-g-trans{
  position: absolute;
        right: 21vw;
        top: 2vw;
  img{
    width: 9vw;
  }
} */

@media screen and (max-width: 767px) {
  #header .item-logo {
    margin-right: auto;
    margin-left: 3vw;
  }
  #header .item-logo img {
    height: auto;
    height: 13vw;
  }
}
#header .wrap-cont {
  width: fit-content;
  margin-right: var(--margin-20);
}
#header .wrap-cont .cont-info {
  width: fit-content;
  margin-bottom: var(--margin-10);
  gap: 3vw;
}
#header .wrap-cont .cont-info .wrap-info .block-info {
  width: fit-content;
  align-items: center;
  gap: 10px;
  margin-bottom: var(--margin-10);
}
#header .wrap-cont .cont-info .wrap-info .block-info .item-address {
  font-size: var(--font-size-13);
  color: var(--col--main-02);
  padding-bottom: 7px;
  border-bottom: 1px solid var(--col--main-02);
}
#header .wrap-cont .cont-info .wrap-info .block-times {
  width: fit-content;
}
#header .wrap-cont .cont-info .wrap-info .block-times .com__times {
  width: fit-content;
  margin-right: var(--margin-10);
}
#header .wrap-cont .cont-info .wrap-info .block-times .item-holiday {
  width: fit-content;
}
#header .wrap-cont .cont-info .wrap-info .block-times .item-holiday .text {
  width: fit-content;
  font-size: var(--font-size-13);
  background: var(--col--main-01);
  padding: 3px 5px;
  color: #fff;
  margin-right: var(--margin-10);
}
#header .wrap-cont .cont-info .wrap-info .block-times .item-holiday small {
  width: fit-content;
  font-size: var(--font-size-13);
}
#header .wrap-cont .cont-info .unit-btn {
  gap: 3vw;
}
#header .btn-contact {
  width: 110px;
  height: 110px;
  background: var(--col--acc-01);
}
#header .btn-contact span {
  font-size: var(--font-size-15);
  font-family: var(--fot--Noto-Serif);
  font-weight: 600;
  color: #fff;
  position: relative;
  padding-top: var(--margin-30);
}
#header .btn-contact span::before {
  content: "";
  position: absolute;
  background: url(/img/common/icon__mail__a_01.png) center center/contain no-repeat;
  width: 20px;
  height: 17px;
  left: 50%;
  translate: -50% 0;
  top: 0;
}
#header .block-right {
  position: relative;
  width: fit-content;
}
@media screen and (max-width: 767px) {
  #header .block-right {
    display: none;
  }
}

/* nav グローバルナビゲーション
////////////////////////////////////////////////////////////////////////////////////////////////// */
#nav .list-nav {
  width: fit-content;
  gap: 30px;
}
#nav .list-nav .item {
  width: fit-content;
}
#nav .list-nav .item a {
  font-weight: 600;
  font-size: var(--font-size-16);
  transition: ease 0.17s;
  font-family: var(--fot--Noto-Serif);
}
@media screen and (max-width: 767px) {
  #nav {
    display: none;
  }
}

/* mv メインビジュアル
////////////////////////////////////////////////////////////////////////////////////////////////// */
#mv {
  position: relative;
  width: 100%;
  height: 920px;
  overflow: hidden;
  background: url(/img/mv/mv__img_01.jpg) center center/cover no-repeat;
  margin-top: 70px;
  z-index: 0;
}
#mv .mv-catch {
  position: absolute;
  left: 5vw;
  width: 90%;
  bottom: 5vw;
}
#mv .mv-catch::after {
  content: "";
  position: absolute;
  height: 310px;
  border-left: 2px solid #fff;
  left: -40px;
  top: -5px;
}
#mv .mv-catch::before {
  z-index: -1;
  content: "";
  position: absolute;
  background: url(/img/mv/mv__catch_deco_01.png) center center/contain no-repeat;
  width: 147vw;
  height: 57vw;
  bottom: -1vw;
  left: -16vw;
}
#mv .mv-catch .main {
  color: #fff;
  font-size: var(--font-size-40);
  font-family: var(--fot--Noto-Serif);
  letter-spacing: 0.15em;
  font-weight: 600;
  text-shadow: 0px 0px 7px rgba(20, 20, 23, 0.7), 0px 0px 30px rgba(20, 20, 23, 0.004);
  margin-bottom: var(--margin-25);
  font-size: 7vw;
  line-height: 1.6;
}
#mv .mv-catch .sub {
  gap: 3vw;
  gap: 2vw;
}
#mv .mv-catch .sub .sub-01 {
  font-size: var(--font-size-28);
  font-family: var(--fot--Noto-Serif);
  letter-spacing: 0.05em;
  color: #fff;
  width: fit-content;
  background: url(/img/mv/mv__catch_bg_01.png) center center/100% 100% no-repeat;
  padding: 2vw 3vw;
  line-height: 1.4;
  font-size: 4vw;
}
#mv .mv-catch .sub .sub-02 {
  font-size: var(--font-size-28);
  font-family: var(--fot--Noto-Serif);
  letter-spacing: 0.05em;
  color: #fff;
  line-height: 1.4;
  width: fit-content;
  background: url(/img/mv/mv__catch_bg_02.png) center center/100% 100% no-repeat;
  padding: 2vw 3vw;
  font-size: 3.6vw;
}
@media screen and (max-width: 767px) {
  #mv {
    height: 120vw;
    max-width: 100%;
  }
}

/* sv サブビジュアル
////////////////////////////////////////////////////////////////////////////////////////////////// */
#sv {
  position: relative;
  width: 100%;
  height: 450px;
  margin-top: 70px;
  overflow: hidden;
}
#sv .sv-catch {
  position: absolute;
  left: 0;
  bottom: 0;
  width: fit-content;
        min-width: 70vw;
        height: 15vw;
  background: var(--col--main-01);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-family: var(--fot--Noto-Serif);
  font-size: var(--font-size-40);
  font-weight: 500;

  font-size: 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-equipment {
  background: url(../img/sv/sv__equipment.jpg) center center/cover no-repeat;
}

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

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

/* footer フッター
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
#footer {
  position: relative;
  width: 100%;
  background: var(--col--main-01);
}
#footer .item-logo {
  display: block;
  position: relative;
  width: fit-content;
  transition: ease 0.2s;
}
#footer .item-logo:hover {
  opacity: 0.6;
}
#footer .inner {
  padding: 10vw 0 8vw;
}
@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 {
  margin-bottom: var(--margin-40);
  gap: 3vw;
  flex-direction: column;
  align-items: center;
}
#footer .block-info .item-logo {
  width: 40vw;
  margin-bottom: 7vw;
}
#footer .block-info .unit-info {
  align-items: center;
  flex-direction: column;
}
#footer .block-info .unit-info .com__tel {
  margin: 0 auto;
  margin-bottom: 3vw;
}
#footer .block-info .unit-info .com__tel .tel-num {
  font-size: 7vw;
}
#footer .block-info .unit-info .block-times {
  width: fit-content;
  gap: 3vw;
  flex-direction: column;
  gap: 5vw;
  margin-bottom: 5vw;
}
#footer .block-info .unit-info .block-times .com__times {
  width: fit-content;
}
#footer .block-info .unit-info .block-times .com__times dt,
#footer .block-info .unit-info .block-times .com__times dd {
  font-size: var(--font-size-17);
}
#footer .block-info .unit-info .block-times .item-holiday {
  width: fit-content;
  gap: 3vw;
}
#footer .block-info .unit-info .block-times .item-holiday .text {
  background: #fff;
  font-weight: 500;
  color: var(--col--main-01);
  font-size: var(--font-size-17);
  padding: 2px 5px;
}
#footer .block-info .unit-info .block-times .item-holiday .note {
  color: #fff;
  font-size: var(--font-size-15);
}
#footer .unit-contact {
  gap: 3vw;
  margin-bottom: var(--margin-70);
  flex-direction: column;
  gap: 8vw;
  margin-bottom: 2vw;
}
#footer .unit-contact .com__btn_01 span {
  font-family: var(--fot--Noto-Serif);
}
#footer .unit-contact .btn-line span {
  padding-left: 11vw;
}
#footer .unit-contact .btn-contact {
  margin-right: var(--margin-10);
}
#footer .unit-contact .btn-contact span {
  padding-left: 8vw;
}
#footer .unit-contact .com__instagram img {
  filter: var(--col--fil-white);
}
#footer .list-nav {
  display: flex;
  flex-direction: column;
  gap: 3vw;
  padding-left: var(--margin-50);
  border-left: 1px solid #fff;
}
#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-15);
}
@media screen and (max-width: 767px) {
  #footer .list-nav {
    display: none;
  }
}
#footer #copyright {
  font-size: var(--font-size-13);
  text-align: left;
  color: var(--col--main-02);
  color: #fff;
  text-align: center;
  font-size: 3.5vw;
  padding-bottom: 8vw;
}
#footer #copyright a {
  margin: 0 2px;
  padding: 0 5px;
  transition: ease 0.12s;
}
#footer #copyright a:hover {
  color: #fff;
  background: var(--col--main-02);
}
@media screen and (max-width: 767px) {
  #footer #copyright a {
    margin: unset;
    padding: unset;
  }
  #footer #copyright a:hover {
    color: inherit;
    background: inherit;
  }
}

/* index
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* top__greeting
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#top__greeting .ttl03 {
  position: relative;
  margin-right: auto;
  margin-bottom: var(--margin-50);
  text-align: left;
  align-items: start;
}
#top__greeting .ttl03 .ja {
  font-size: 5.4vw;
  line-height: 2.2;
}
#top__greeting .ttl03 .ja .str-01 {
  padding-bottom: 3px;
  border-bottom: 1px solid var(--col--txt-01);
}
#top__greeting .ttl03 .en::before {
  display: none;
}
#top__greeting .item-text {
  text-align: left;
}
#top__greeting .item-text p {
  line-height: 2.2;
}
#top__greeting .item-text br {
  display: none;
}

/* top__feature
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#top__feature {
  position: relative;
  z-index: 0;
  background: url(/img/top/top__feature__bg_img_01.jpg) center center/cover no-repeat;
}
#top__feature .list-feature {
  --num: 1;
  --column-gap: 5vw;
  --row-gap: 7vw;
  position: relative;
  z-index: 0;
  margin-bottom: var(--margin-70);
}
#top__feature .com__btn_01 {
  margin: 0 auto;
}

/* top__equipment
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#top__equipment {
  position: relative;
}
#top__equipment::before {
  content: "";
  position: absolute;
  width: 100%;
  border-top: 1px solid var(--col--main-02);
  top: 5px;
}
#top__equipment .item-movie {
  width: 100%;
  height: 73vw;
  margin: 0 auto;
  margin-bottom: var(--margin-90);
  background: gray;

    iframe{
    width: 100%;
    height: 100%;
  }
}
#top__equipment .list-equipment {
  --num: 2;
  --column-gap: 8vw;
  --row-gap: 14vw;
  position: relative;
  z-index: 0;
  width: 100%;
  margin: 0 auto;
  margin-bottom: 15vw;
}
#top__equipment .list-equipment .item .ttl04 {
  order: 2;
  text-align: center;
  position: relative;
}
#top__equipment .list-equipment .item .ttl04::before {
  content: "";
  position: absolute;
  background: url(/img/top/top__equipment__border_01.png) center center/contain no-repeat;
  width: 10vw;
  height: 2vw;
  left: 50%;
  translate: -50% 100%;
  bottom: -3vw;
}
#top__equipment .list-equipment .item .ttl04 .ja {
  font-size: var(--font-size-22);
  font-size: 4vw;
  font-weight: 600;
  font-family: var(--fot--Noto-Serif);
  letter-spacing: 0;
  line-height: 1.5;
}
#top__equipment .list-equipment .item .ttl04 .ja small {
  font-size: var(--font-size-18);
  font-size: 3.7vw;
}
#top__equipment .list-equipment .item .item-img {
  order: 1;
  position: relative;
  width: 100%;
  height: 29vw;
  margin: 0 auto;
  margin-bottom: 5vw;
}
#top__equipment .list-equipment .item .item-img::before {
  z-index: -1;
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  right: -2vw;
  top: -2vw;
  border: 1px solid;
  border-image: linear-gradient(45deg, #d2d2e7 0%, #ebebf6 50%, #d2d2e7 100%);
  border-image-slice: 1;
}
#top__equipment .list-equipment .item:nth-of-type(even) .ttl04::before {
  content: "";
  position: absolute;
  background: url(/img/top/top__equipment__border_02.png) center center/contain no-repeat;
}
#top__equipment .topic-detail {
  display: flex;
  align-items: start;
  justify-content: space-between;
  position: relative;
  flex-direction: column;
  padding: 5vw;
  margin-bottom: var(--margin-70);
}
#top__equipment .topic-detail::before {
  z-index: -1;
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: url(/img/top/top__equipment__bg_img_01.png) left center/100% 100% no-repeat;
}
#top__equipment .topic-detail .ttl04 {
  margin-bottom: 4vw;
}
#top__equipment .topic-detail .ttl04 .ja {
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
  padding: 1vw 2vw;
  background: #fff;
  line-height: 2.7;
  color: var(--col--main-01);
  font-size: var(--font-size-32);
  font-family: var(--fot--Noto-Serif);
  letter-spacing: 0.1em;
  font-weight: 500;
  font-size: 5.7vw;
}
#top__equipment .topic-detail .item-text {
  width: 100%;
}
#top__equipment .topic-detail .item-text p {
  font-weight: 500;
  color: #fff;
  font-size: 3.8vw;
}
#top__equipment .com__btn_01 {
  margin: 0 auto;
}

/* top__concept
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#top__concept {
  background: url(/img/top/top__concept__bg_img_01.jpg) center center/cover no-repeat;
  background: #000011;
  border-bottom: 1px solid var(--col--txt-01);
}
#top__concept .ttl03 {
  align-items: start;
  margin-bottom: var(--margin-70);
}
#top__concept .ttl03 .ja {
  color: #fff;
  font-size: var(--font-size-38);
  line-height: 1.7105263158;
  margin-bottom: var(--margin-40);
}
#top__concept .ttl03 .en {
  color: #fff;
  font-size: var(--font-size-25);
}
#top__concept .ttl03 .en::after {
  border-bottom: 1px solid #fff;
}
#top__concept .item-img {
  width: 168vw;
  margin-left: -56vw;
  margin-bottom: 3vw;
  margin-top: -26vw;
}
#top__concept .item-img img {
  width: 100%;
  max-width: unset;
}
#top__concept .item-text {
  width: 100%;
}
#top__concept .item-text p {
  line-height: 2.5;
  line-height: 2.1;
  color: #fff;
}

/* top__subpages
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#top__subpages .list-subpages {
  width: 100%;
  --num: 1;
  --column-gap: 5vw;
  --row-gap: 5vw;
}
#top__subpages .list-subpages .item {
  position: relative;
  background: url(/img/top/top__subpages__bg_img_01.png) center center/cover no-repeat;
  height: 25vw;
}
#top__subpages .list-subpages .item::after {
  content: "";
  position: absolute;
  background: url(/img/common/icon__arrow__01_a.png) center center/contain no-repeat;
  width: 10vw;
  height: 5vw;
  right: 3vw;
  bottom: 3vw;
}
#top__subpages .list-subpages .item::before {
  z-index: -1;
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  right: 0vw;
  bottom: 0vw;
  border: 1px solid;
  border-image: linear-gradient(45deg, #d2d2e7 0%, #ebebf6 50%, #d2d2e7 100%);
  border-image-slice: 1;
}
#top__subpages .list-subpages .item a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}
#top__subpages .list-subpages .item .ttl03 {
  padding-left: 5vw;
}
#top__subpages .list-subpages .item .ttl03 .ja {
  color: #fff;
  font-family: var(--fot--Noto-Serif);
  font-size: var(--font-size-28);
  letter-spacing: 0.1em;
  font-weight: 600;
  line-height: 1.4285714286;
  font-size: 5vw;
}
#top__subpages .list-subpages .item:nth-of-type(1) .ttl03 {
  position: relative;
}
#top__subpages .list-subpages .item:nth-of-type(1) .ttl03::before {
  content: "";
  position: absolute;
  background: url(/img/top/top__subpages__icon_01.png) center center/contain no-repeat;
  width: 6vw;
  height: 10vw;
  top: 50%;
  left: 0;
  translate: -100% -50%;
}
#top__subpages .list-subpages .item:nth-of-type(2) .ttl03 {
  position: relative;
}
#top__subpages .list-subpages .item:nth-of-type(2) .ttl03::before {
  content: "";
  position: absolute;
  background: url(/img/top/top__subpages__icon_02.png) center center/contain no-repeat;
  width: 6vw;
  height: 10vw;
  top: 50%;
  left: 0;
  translate: -100% -50%;
}
#top__subpages .list-subpages .item:nth-of-type(3) .ttl03 {
  position: relative;
}
#top__subpages .list-subpages .item:nth-of-type(3) .ttl03::before {
  content: "";
  position: absolute;
  background: url(/img/top/top__subpages__icon_03.png) center center/contain no-repeat;
  width: 6vw;
  height: 10vw;
  top: 50%;
  left: 0;
  translate: -100% -50%;
}

/* top__news
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
.unit-latest {
  padding-bottom: var(--margin-50);
  border-bottom: 1px solid #e0e0e3;
  margin-bottom: var(--margin-50);
}
.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: 3;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: var(--font-size-17);
  font-weight: 500;
}
.unit-latest .item-time {
  position: relative;
  order: 1;
  width: fit-content;
  font-size: var(--font-size-17);
  color: var(--col--main-02);
  padding: 2vw 2vw;
  border: 1px solid var(--col--main-02);
  margin-right: var(--margin-20);
  margin-bottom: var(--margin-20);
  font-weight: 600;
  font-size: 3.6vw;
}
.unit-latest .tag_list {
  order: 2;
  width: 100%;
  margin-bottom: var(--margin-25);
  gap: 3vw;
}
.unit-latest .tag_list-item {
  width: fit-content;
  height: fit-content;
  font-size: var(--font-size-15);
  color: var(--col--main-02);
  font-weight: 500;
  font-size: 3.6vw;
}
.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 {
  color: var(--col--acc-01);
  right: -5px;
}

.s-post-taglist {
  gap: 5vw;
}
.s-post-taglist .tag-name {
  width: fit-content;
  height: fit-content;
  font-size: var(--font-size-15);
  color: var(--col--main-02);
  font-weight: 500;
  font-size: 3.6vw;
}

#top__news .inner {
  position: relative;
  padding-top: var(--margin-70);
}
#top__news .ttl03 {
  align-items: start;
  position: relative;
  width: fit-content;
  margin: 0 auto;
  left: 0;
  top: 0;
  align-items: center;
  margin-bottom: 7vw;
}
#top__news .ttl03 .ja {
  font-size: 6.5vw;
}
#top__news .ttl03 .en::after {
  display: none;
}
#top__news .cont-latest {
  width: 100%;
  margin-left: auto;
  margin-top: var(--margin-20);
}
#top__news .unit-latest {
  padding-bottom: var(--margin-50);
  border-bottom: 1px solid #e0e0e3;
  margin-bottom: var(--margin-50);
}
#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: 3;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: var(--font-size-17);
  font-weight: 500;
}
#top__news .unit-latest .item-time {
  position: relative;
  order: 1;
  width: fit-content;
  font-size: var(--font-size-17);
  color: var(--col--main-02);
  padding: 2vw 2vw;
  border: 1px solid var(--col--main-02);
  margin-right: var(--margin-20);
  margin-bottom: var(--margin-20);
  font-weight: 600;
  font-size: 3.6vw;
}
#top__news .unit-latest .tag_list {
  order: 2;
  width: 100%;
  margin-bottom: var(--margin-25);
  gap: 3vw;
}
#top__news .unit-latest .tag_list-item {
  width: fit-content;
  height: fit-content;
  font-size: var(--font-size-15);
  color: var(--col--main-02);
  font-weight: 500;
  font-size: 3.6vw;
}
#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 {
  color: var(--col--acc-01);
  right: -5px;
}
#top__news .com__btn_01 {
  position: relative;
  margin: 0 auto;
}

/* top__map
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#top__map {
  width: 100%;
  height: 60vw;
}
#top__map .item-map {
  width: 100%;
  height: 100%;
}
#top__map .item-map iframe {
  width: 100%;
  height: 100%;
}

/* feature
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* feature__price
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#feature__price {
  position: relative;
}
#feature__price::before {
  content: "";
  position: absolute;
  width: 100%;
  border-bottom: 1px solid var(--col--main-02);
  bottom: 5px;
}
#feature__price .lead-text {
  text-align: center;
  font-size: var(--font-size-18);
  font-weight: 500;
  letter-spacing: 0.05em;
  margin-bottom: var(--margin-70);
}
#feature__price .topic-price {
  margin-bottom: 15vw;
}
#feature__price .topic-price .wrap-topic {
  gap: 3vw;
  flex-direction: column;
}
#feature__price .topic-price .block {
  width: 100%;
  margin-bottom: var(--margin-70);
}
#feature__price .topic-price .block .ttl05 {
  width: 100%;
  background: var(--col--main-01);
  padding: 4.5vw 3vw;
  margin-bottom: var(--margin-45);
  text-align: center;
}
#feature__price .topic-price .block .ttl05 .ja {
  font-size: var(--font-size-25);
  font-weight: 600;
  letter-spacing: 0.05em;
  color: #fff;
  font-size: 5vw;
  font-family: var(--fot--Noto-Serif);
}
#feature__price .topic-price .block .list-price .item {
  gap: 3vw;
  border-bottom: 2px solid var(--col--main-02);
  padding-bottom: var(--margin-30);
  margin-bottom: var(--margin-60);
  flex-direction: column;
  gap: 5vw;
}
#feature__price .topic-price .block .list-price .item:last-child {
  margin-bottom: 0;
}
#feature__price .topic-price .block .list-price .item dt {
  width: 100%;
  border: 1px solid var(--col--main-01);
  padding: 1.2vw 5vw;
  text-align: center;
  font-size: var(--font-size-25);
  font-family: var(--fot--Noto-Serif);
  letter-spacing: 0.05em;
  color: var(--col--main-02);
  font-size: 4.5vw;
}
#feature__price .topic-price .block .list-price .item dd {
  width: 100%;
  justify-content: center;
  gap: 2vw;
}
#feature__price .topic-price .block .list-price .item dd .num {
  width: 20vw;
  background: var(--col--main-01);
  color: #fff;
  font-size: var(--font-size-25);
  font-weight: 600;
  letter-spacing: 0.05em;
  margin-right: var(--margin-10);
  text-align: center;
  font-family: var(--fot--Noto-Serif);
  padding: 2vw 3vw;
  font-size: 3.5vw;
}
#feature__price .topic-price .block .list-price .item dd .price {
  font-size: var(--font-size-40);
  font-family: var(--fot--Noto-Serif);
  color: var(--col--acc-01);
  letter-spacing: 0.04em;
  font-weight: 600;
  text-align: center;
}
#feature__price .topic-price .block .list-price .item dd .price .unit {
  color: var(--col--acc-01);
  font-size: var(--font-size-20);
  font-family: var(--fot--Noto-Serif);
}
#feature__price .topic-price .block .list-price .item dd .price .note {
  color: var(--col--txt-01);
  font-size: var(--font-size-20);
  font-family: var(--fot--Noto-Serif);
}
#feature__price .topic-price .item-note {
  width: 100%;
  font-family: var(--fot--Noto-Sans);
  font-weight: 400;
  color: var(--col--main-02);
  letter-spacing: 0.05em;
  text-align: center;
  line-height: 2.2;
}
#feature__price .topic-other .lead-text {
  text-align: left;
  margin-bottom: var(--margin-70);
}
#feature__price .topic-other .lead-text .str-01 {
  font-size: var(--font-size-20);
  letter-spacing: 0.05em;
  font-weight: 500;
  color: var(--col--main-02);
}
#feature__price .topic-other .list-type {
  --num: 2;
  --column-gap: 5vw;
  --row-gap: 5vw;
  margin-bottom: 10vw;
}
#feature__price .topic-other .list-type .item .ttl05 {
  text-align: center;
  position: relative;
  padding-bottom: var(--margin-35);
}
#feature__price .topic-other .list-type .item .ttl05::before {
  content: "";
  position: absolute;
  background: url(/img/feature/feature__border_01.png) center center/contain no-repeat;
  width: 5vw;
  height: 5vw;
  left: 50%;
  translate: -50% 0;
  bottom: 0;
}
#feature__price .topic-other .list-type .item .ttl05 .ja {
  font-size: var(--font-size-30);
  font-family: var(--fot--Noto-Serif);
  letter-spacing: 0.05em;
  font-weight: 500;
  font-size: 4.5vw;
}
#feature__price .topic-other .list-type .item .item-img {
  margin-bottom: var(--margin-25);
}
#feature__price .topic-other .block-note {
  padding: 5vw;
  background: url(/img/feature/feature__bg_img_01.png) center center/cover no-repeat;
}
#feature__price .topic-other .block-note dl dt {
  color: #fff;
  text-align: left;
  font-size: var(--font-size-18);
  letter-spacing: 0.05em;
  font-weight: 700;
  margin-bottom: var(--margin-40);
  line-height: 1.8;
}
#feature__price .topic-other .block-note dl dd {
  background: #fff;
  font-size: var(--font-size-20);
  font-weight: 500;
  letter-spacing: 0.05em;
  text-align: left;
  padding: 5vw;
  line-height: 1.8;
}

/* feature__reason
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#feature__reason {
  z-index: 0;
  position: relative;
  background: url(/img/feature/feature__reason__bg_img_01.jpg) center center/cover no-repeat;
}
#feature__reason .list-reason {
  justify-content: center;
  flex-wrap: wrap;
  display: flex;
  gap: 5vw 3vw;
  gap: 8vw;
}
#feature__reason .list-reason .item {
  width: 100%;
}

/* feature__faq
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#feature__faq .cont-post {
  width: 100%;
}
#feature__faq .cont-post .block-post {
  background: #f2f6f9;
  padding: 5vw;
  width: 100%;
  margin-bottom: var(--margin-40);
}
#feature__faq .cont-post .block-post:last-child {
  margin-bottom: 0;
}
#feature__faq .cont-post .block-post dt {
  width: 100%;
  padding-bottom: var(--margin-25);
  border-bottom: 1px solid var(--col--main-02);
  margin-bottom: var(--margin-25);
  font-size: var(--font-size-20);
  font-family: var(--fot--Noto-Sans);
  letter-spacing: 0.05em;
  font-weight: 500;
  position: relative;
  padding-left: 11vw;
  line-height: 1.6;
}
#feature__faq .cont-post .block-post dt::before {
  content: "";
  position: absolute;
  background: url(/img/common/icon__q.png) center center/contain no-repeat;
  width: 8vw;
  height: 8vw;
  left: 0;
  top: 0vw;
}
#feature__faq .cont-post .block-post dd {
  width: 100%;
  background: #fff;
  padding: 5vw;
  font-size: var(--font-size-18);
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.8;
  position: relative;
  padding-left: 14vw;
}
#feature__faq .cont-post .block-post dd::before {
  content: "";
  position: absolute;
  background: url(/img/common/icon__a.png) center center/contain no-repeat;
  width: 8vw;
  height: 8vw;
  left: 3vw;
  top: 5vw;
}

/* equipment
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* equipment__about
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#equipment__about .topic-studio {
  margin-bottom: 15vw;
}
#equipment__about .topic-studio .ttl04 {
  order: 2;
  background: var(--col--main-02);
  padding: 3vw 5vw;
  width: 100%;
  text-align: center;
  margin-bottom: var(--margin-30);
}
#equipment__about .topic-studio .ttl04 .ja {
  font-size: var(--font-size-25);
  font-family: var(--fot--Noto-Serif);
  letter-spacing: 0.05em;
  color: #fff;
  line-height: 1.6;
  font-weight: 600;
}
#equipment__about .topic-studio .item-img {
  order: 1;
  margin-bottom: var(--margin-50);
  width: 100vw;
  margin-left: -5vw;
}
#equipment__about .topic-studio .item-note {
  order: 3;
  text-align: left;
  font-size: var(--font-size-18);
  font-weight: 400;
  letter-spacing: 0.05em;
  line-height: 2.4;
}
#equipment__about .topic-gallery {
  margin-bottom: 15vw;
}
#equipment__about .topic-gallery .cont-post {
  --num: 2;
  --column-gap: 6vw;
  --row-gap: 5vw;
}
#equipment__about .topic-gallery .cont-post .block-post a .ttl05 {
  order: 2;
  padding-bottom: var(--margin-30);
  position: relative;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: center;
}
#equipment__about .topic-gallery .cont-post .block-post a .ttl05::before {
  content: "";
  position: absolute;
  background: url(/img/common/deoc__border__01_a.png) center center/contain no-repeat;
  width: 8vw;
  height: 3vw;
  left: 50%;
  translate: -50% 0;
  bottom: 0;
}
#equipment__about .topic-gallery .cont-post .block-post a .ttl05 .ja {
  font-size: var(--font-size-20);
  font-family: var(--fot--Noto-Sans);
  font-weight: 500;
  letter-spacing: 0.05em;
}
#equipment__about .topic-gallery .cont-post .block-post a .item-img {
  order: 1;
  margin-bottom: var(--margin-25);
  width: 100%;
  height: 35vw;
}
#equipment__about .topic-service {
  border: 1px solid var(--col--main-02);
  padding: 7vw 3vw;
}
#equipment__about .topic-service .ttl04 {
  margin: 0 auto;
  width: fit-content;
  position: relative;
  padding-bottom: var(--margin-60);
  margin-bottom: var(--margin-30);
}
#equipment__about .topic-service .ttl04::before {
  content: "";
  position: absolute;
  background: url(/img/common/deoc__border__01_b.png) center center/contain no-repeat;
  width: 7vw;
  height: 2vw;
  left: 50%;
  translate: -50% 0;
  bottom: 0;
}
#equipment__about .topic-service .ttl04 .ja {
  position: relative;
  font-family: var(--fot--Noto-Serif);
  font-size: var(--font-size-25);
  letter-spacing: 0.1em;
  font-weight: 600;
}
#equipment__about .topic-service .list-service {
  --num: 3;
  --column-gap: 6vw;
  --row-gap: 9vw;
}
#equipment__about .topic-service .list-service .item .ttl05 {
  order: 2;
  text-align: center;
}
#equipment__about .topic-service .list-service .item .ttl05 .ja {
  letter-spacing: 0em;
  font-weight: 500;
  line-height: 1.6;
  font-size: var(--font-size-20);
  font-size: 3.5vw;
}
#equipment__about .topic-service .list-service .item .ttl05 .ja small {
  display: block;
  line-height: 1.5;
  font-size: var(--font-size-15);
  font-size: 3.32vw;
}
#equipment__about .topic-service .list-service .item .item-img {
  order: 1;
  margin-bottom: var(--margin-10);
  width: 15vw;
  height: 15vw;
  display: flex;
  align-items: center;
  justify-content: center;
}
#equipment__about .topic-service .list-service .item .item-img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.equipment__in_post .wrap-post {
  border: 1px solid var(--col--main-02);
  padding: 7vw 5vw;
}
.equipment__in_post .wrap-post .ttl04 {
  order: 2;
  margin-bottom: var(--margin-30);
  background: var(--col--main-01);
  padding: 3vw 6vw;
}
.equipment__in_post .wrap-post .ttl04 .ja {
  font-size: var(--font-size-24);
  color: #fff;
  font-family: var(--fot--Noto-Serif);
  line-height: 1.5;
}
.equipment__in_post .wrap-post .item-img {
  width: 100%;
  height: 60vw;
  order: 1;
  margin-bottom: var(--margin-40);
}
.equipment__in_post .wrap-post .item-text {
  order: 3;
  line-height: 2;
  margin-bottom: var(--margin-40);
}
.equipment__in_post .wrap-post .com__btn_01 {
  order: 4;
  margin: 0 auto;
}

/* voice
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* voice
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#voice .cont-post .block-post {
  position: relative;
  margin-bottom: var(--margin-80);
  align-items: start;
}
#voice .cont-post .block-post .unit-ttl {
  margin-bottom: var(--margin-15);
  width: 100%;
  margin-left: auto;
}
#voice .cont-post .block-post .unit-ttl .ttl04 {
  padding: 2vw 5vw;
  background: var(--col--main-02);
}
#voice .cont-post .block-post .unit-ttl .ttl04 .ja {
  line-height: 1.5;
  color: #fff;
  font-weight: 600;
  letter-spacing: 0.05em;
  font-size: var(--font-size-23);
  font-family: var(--fot--Noto-Serif);
}
#voice .cont-post .block-post .unit-ttl .item-name {
  border: 1px solid var(--col--main-02);
  padding: 2vw 5vw;
  margin-bottom: 3vw;
  width: fit-content;
  margin-left: auto;
}
#voice .cont-post .block-post .unit-ttl .item-name .name {
  position: relative;
  margin-right: var(--margin-35);
  color: var(--col--main-02);
  font-weight: 500;
  font-size: var(--font-size-18);
  font-size: 3vw;
}
#voice .cont-post .block-post .unit-ttl .item-name .name::before {
  content: "/";
  position: absolute;
  right: -3.5vw;
}
#voice .cont-post .block-post .unit-ttl .item-name .age {
  font-weight: 500;
  font-size: var(--font-size-18);
  color: var(--col--main-02);
  font-size: 3vw;
}
#voice .cont-post .block-post .item-img {
  position: relative;
  left: 0;
  top: 2vw;
  width: 20vw;
  height: 20vw;
  border-radius: 50%;
}
#voice .cont-post .block-post .item-text {
  width: 73%;
  margin-left: auto;
  margin-top: -20vw;
  min-height: 23vw;
}
#voice .cont-post .block-post .item-text p {
  line-height: 1.9444444444;
  font-size: 3.8vw;
  line-height: 2;
}

/* company
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* company__about
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#company__about .topic-info {
  margin-bottom: 100px;
  position: relative;
  min-height: 380px;
}
#company__about .topic-info .item-img {
  position: relative;
  margin-bottom: 9vw;
}
#company__about .topic-info .item-table {
  width: 100%;
}
#company__about .topic-info .item-table tr th {
  width: 34%;
}
#company__about .topic-info .item-table tr td {
  background: #fff;
}
#company__about .topic-access .item-map {
  width: 100%;
  min-height: 200px;
  height: 50vw;
}
#company__about .topic-access .item-map iframe {
  width: 100%;
  height: 100%;
}

/* company__access
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#company__access {
  background: #f2f6f9;
  position: relative;
}
#company__access::after {
  content: "";
  position: absolute;
  border-top: 1px solid var(--col--main-02);
  top: 0;
  left: 0;
  width: 100%;
}
#company__access::before {
  content: "";
  position: absolute;
  border-top: 5px solid #fff;
  top: 0;
  left: 0;
  width: 100%;
}
#company__access .cont-post .list-post {
  --num: 2;
  --column-gap: 6vw;
  --row-gap: 8vw;
}
#company__access .cont-post .list-post .item {
  position: relative;
}
#company__access .cont-post .list-post .item::before {
  content: "";
  position: absolute;
  background: url(/img/common/icon__arrow__02_a.png) center center/contain no-repeat;
  width: 3vw;
  height: 3vw;
  right: -4vw;
  top: 14vw;
}
#company__access .cont-post .list-post .item .item-text {
  order: 2;
}
#company__access .cont-post .list-post .item .item-text p {
  font-weight: 500;
  font-size: var(--font-size-18);
  line-height: 1.5;
}
#company__access .cont-post .list-post .item .item-img {
  width: 100%;
  height: 30vw;
  margin-bottom: var(--margin-15);
  order: 1;
}
#company__access .cont-post .list-post .item:nth-of-type(2n)::before,
#company__access .cont-post .list-post .item:last-of-type::before {
  display: none;
}

/*お知らせ一覧
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
.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: var(--font-size-14);
  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 */