@charset "UTF-8";
/* //////////////////////////////////////////////////////////////////////////////////////////////////

 header ヘッダー

////////////////////////////////////////////////////////////////////////////////////////////////// */
#header {
  position: absolute;
  width: 100%;
  z-index: 5;
  top: 0;
  left: 0;
}
#header .inner {
  width: 100%;
  padding: 0;
}
#header .block__left {
  position: relative;
  width: fit-content;
  position: fixed;
  left: 0;
  top: 0;
}
#header .item__logo {
  display: block;
  width: fit-content;
  position: absolute;
  left: 0;
  top: 0;
}
#header .item__logo a {
  width: fit-content;
  display: block;
  transition: ease 0.2s;
  width: 38vw;
}
#header .item__logo a:hover {
  opacity: 0.7;
}
#header .com__tel {
  flex-direction: column;
  align-items: end;
  margin-right: var(--margin-20);
}
#header .com__tel .item__num {
  font-size: var(--font-size-34);
}
#header .com__tel .item__num small {
  font-size: var(--font-size-24);
}
#header .com__tel .item__attention {
  height: 10px;
}
#header .group__info {
  margin-bottom: 15px;
}
#header .btn__contact {
  width: 160px;
  height: 60px;
  font-size: var(--font-size-17);
}
#header .block__right {
  position: relative;
  width: fit-content;
  padding-right: 50px;
}
@media screen and (max-width: 767px) {
  #header .inner {
    height: 70px;
    min-width: 100%;
  }
  #header .block__left {
    width: 100%;
    padding-left: 0;
    margin-left: 0;
  }
  #header .item-logo {
    margin: 0 auto;
  }
  #header .item-logo img {
    height: auto;
  }
  #header .block__right {
    display: none;
  }
}

/* nav グローバルナビゲーション
========================================================================= */
#nav .list-nav {
  width: fit-content;
  gap: 30px;
}
#nav .list-nav .item {
  width: fit-content;
  font-size: var(--font-size-17);
  font-weight: 500;
  letter-spacing: 0.08em;
}
#nav .list-nav .item a {
  transition: ease 0.17s;
}
@media screen and (max-width: 767px) {
  #nav {
    display: none;
  }
}

/* //////////////////////////////////////////////////////////////////////////////////////////////////

mv メインビジュアル

////////////////////////////////////////////////////////////////////////////////////////////////// */
#mv {
  position: relative;
  width: 100%;
  height: 129vw;
  background: url(/img/mv/mv__deco_01.png) right bottom/60vw no-repeat;
  overflow: hidden;
}
#mv .mv__img {
  position: absolute;
  left: 45%;
  translate: -56% 0;
  width: 101vw;
  top: -37vw;
}
#mv .mv__catch {
  z-index: 2;
  position: absolute;
  left: 50%;
  translate: -50% 0;
  width: 81vw;
  top: 77vw;
}
#mv .mv__catch::before {
  content: "";
  position: absolute;
  background: url(/img/mv/mv__catch_sub.png) center center/contain no-repeat;
  width: 98vw;
  height: 13vw;
  bottom: -16vw;
  left: 50%;
  translate: -50% 0;
}

/* sv サブビジュアル
========================================================================= */
#sv {
  position: relative;
  width: 100%;
  height: 77vw;
  overflow: hidden;
  background: url(/img/sv/sv__deco_01.png) left top/50vw no-repeat, url(/img/sv/sv__deco_02.png) right -8vw top/79vw no-repeat;
}
#sv .wrap__sv {
  position: relative;
  width: 100%;
  height: 100%;
}
#sv .sv-img {
  width: 54vw;
  height: 38vw;
  position: absolute;
  top: 42vw;
  right: 3vw;
}
#sv .sv-catch {
  position: absolute;
  top: 22vw;
  display: flex;
  flex-direction: column;
  gap: 2vw;
  left: 5vw;
}
#sv .sv-catch .en {
  order: 1;
  font-size: 10vw;
  font-family: var(--fot--Poppins);
  letter-spacing: 0;
  font-weight: 600;
  background: var(--col--grad-01);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
#sv .sv-catch .ja {
  order: 2;
  font-size: var(--font-size-20);
  font-size: 4.4vw;
  font-weight: 500;
  letter-spacing: 0.12em;
}

.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;
}

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

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

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

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

/* //////////////////////////////////////////////////////////////////////////////////////////////////

footer フッター

////////////////////////////////////////////////////////////////////////////////////////////////// */
#footer {
  position: relative;
  width: 100%;
  background: #181212;
  color: #fff;
}
#footer .item__logo {
  display: block;
  position: relative;
  width: fit-content;
  transition: ease 0.2s;
  margin-bottom: var(--margin-50);
}
#footer .item__logo:hover {
  opacity: 0.6;
}
#footer .list__links {
  margin-bottom: var(--margin-30);
  display: flex;
  align-items: center;
  gap: 3vw;
  flex-direction: column;
  margin-bottom: 10vw;
}
#footer .list__links .item {
  padding-bottom: 7px;
  border-bottom: 1px solid #9b9b9b;
  position: relative;
  font-size: var(--font-size-14);
  padding-right: 24px;
}
#footer .list__links .item::before {
  content: "";
  position: absolute;
  background: url(/img/common/icon__link_01_gray.png) center center/contain no-repeat;
  width: 15px;
  height: 15px;
  right: 0;
  top: 0px;
}
#footer .list__other_pages {
  margin-bottom: var(--margin-20);
  display: flex;
  align-items: center;
}
#footer .list__other_pages .item {
  color: #9b9b9b;
  font-size: var(--font-size-14);
  font-weight: 400;
  position: relative;
}
#footer .list__other_pages .item::after {
  content: "|";
  color: currentColor;
  position: relative;
  margin-inline: 10px;
}
#footer .list__other_pages .item:last-child::after {
  display: none;
}
#footer .inner {
  align-items: end;
}
@media screen and (max-width: 767px) {
  #footer .inner {
    width: 95%;
  }
}
#footer .block__left {
  position: relative;
  width: fit-content;
}
#footer .block__right {
  position: relative;
  width: fit-content;
}
#footer .list-nav {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-content: end;
  gap: 25px 40px;
  height: 200px;
}
#footer .list-nav .item {
  width: fit-content;
}
#footer .list-nav .item a {
  font-size: var(--font-size-17);
  letter-spacing: 0.08em;
  font-weight: 500;
  position: relative;
  transition: ease 0.2s;
}
#footer #copyright {
  font-size: var(--font-size-13);
  text-align: left;
  color: var(--col--main-02);
  color: #9b9b9b;
  font-size: 3vw;
  text-align: center;
  padding-bottom: 10vw;
}
#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 .item-logo {
    width: 45vw;
  }
  #footer .inner {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  #footer .block__left {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
  }
  #footer .block__right {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
  }
  #footer .list-nav {
    display: none;
  }
  #footer #copyright a {
    margin: unset;
    padding: unset;
  }
  #footer #copyright a:hover {
    color: inherit;
    background: inherit;
  }
}

/* //////////////////////////////////////////////////////////////////////////////////////////////////

TOPページ / 固有下層ページ

////////////////////////////////////////////////////////////////////////////////////////////////// */
body {
  background: #f5f3f2;
}

/* top
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* top__about
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#top__about {
  background: url(/img/top/top__about__bg_deco_01.png) right top/50vw no-repeat, url(/img/top/top__about__bg_deco_02.png) left bottom/50vw no-repeat;
}
#top__about .inner {
  padding-block: 7vw 15vw;
}
#top__about .ttl03 {
  margin-bottom: var(--margin-50);
  text-align: center;
}
#top__about .block__intro {
  position: relative;
}
#top__about .block__intro .item__img {
  position: relative;
  width: 70vw;
  margin-bottom: 6vw;
  margin-inline: auto;
}
#top__about .block__intro .item__text {
  width: 100%;
  margin-left: auto;
}
#top__about .block__intro .item__text br {
  display: none;
}
#top__about .block__intro .com__btn_01 {
  width: 100%;
  height: 13vw;
  margin-top: 7vw;
}

/* top__business
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#top__business .inner {
  padding-block: 15vw;
  width: 100%;
}
#top__business {
  color: #fff;
}
#top__business .wrap__business {
  padding: 9vw 5vw;
  border-radius: 20px;
  background: url(/img/top/top__business__bg_deco_01.png) right top/60vw no-repeat, linear-gradient(180deg, #c74d37 0%, #e4a442 100%);
}
#top__business .ttl03 {
  align-items: center;
  margin-bottom: var(--margin-60);
  gap: 1.5vw;
}
#top__business .ttl03 .ttl__ja {
  font-size: 4.5vw;
}
#top__business .ttl03 .ttl__en {
  font-size: 10vw;
}
#top__business .block__consultant {
  background: #fff;
  padding: 5vw;
  border-radius: 20px;
  position: relative;
  color: var(--col--txt-01);
  margin-bottom: var(--margin-50);
}
#top__business .block__consultant .ttl04 {
  padding-bottom: var(--margin-45);
  border-bottom: 1px solid #cccccc;
  margin-bottom: var(--margin-45);
  width: 100%;
}
#top__business .block__consultant .ttl04 .ttl__ja {
  font-size: var(--font-size-30);
  font-weight: 500;
  letter-spacing: 0.04em;
}
#top__business .block__consultant .item__img {
  position: relative;
  width: 100%;
  margin-bottom: 4vw;
}
#top__business .block__consultant .item__text {
  width: 100%;
  margin-bottom: var(--margin-20);
}
#top__business .block__consultant .item__text br {
  display: none;
}
#top__business .block__consultant .com__btn_01 {
  width: 100%;
}
#top__business .ttl04 {
  margin-bottom: var(--margin-50);
  text-align: center;
  padding-block: 5vw;
  border-block: 1px dashed rgba(255, 255, 255, 0.4);
}
#top__business .ttl04 .ttl__ja {
  font-size: var(--font-size-24);
  font-weight: 500;
  letter-spacing: 0.08em;
}
#top__business .block__school_wrap {
  display: flex;
  flex-direction: column;
  gap: 5vw;
}
#top__business .block__school_wrap > * {
  width: 100%;
}
#top__business .block__school {
  border-radius: 20px;
  padding: 5vw 5vw;
  color: var(--col--txt-01);
}
#top__business .block__school .ttl05 {
  position: relative;
  padding-left: 9vw;
  margin-bottom: var(--margin-20);
}
#top__business .block__school .ttl05::before {
  content: "";
  position: absolute;
  width: 5vw;
  height: 0.5vw;
  background: var(--col--main-01);
  top: 50%;
  translate: 0 -50%;
  left: 0vw;
}
#top__business .block__school .ttl05 .ttl__ja {
  font-size: var(--font-size-28);
  font-weight: 500;
  letter-spacing: 0.04em;
}
#top__business .block__school .item__img {
  margin-bottom: var(--margin-25);
}
#top__business .block__school .item__text {
  margin-bottom: var(--margin-20);
}
#top__business .block__school .item__text br {
  display: none;
}
#top__business .block__school_01 {
  background: url(/img/top/block__school__deco_01.png) right top 0/20vw no-repeat, #fff;
}
#top__business .block__school_02 {
  background: url(/img/top/block__school__deco_02.png) right top 0/20vw no-repeat, #fff;
}

/* top__subpages
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#top__subpages .inner {
  padding-block: 8vw 15vw;
}
#top__subpages .list__subpages {
  display: flex;
  flex-direction: column;
  gap: 10vw;
}
#top__subpages .list__subpages > .item {
  width: 100%;
  height: 67vw;
  border-radius: 2vw;
  position: relative;
  background: var(--col--grad-01);
}
#top__subpages .list__subpages > .item a {
  padding: 5vw 5vw;
  width: calc(100% - 2vw);
  height: calc(100% - 2vw);
  border-radius: 2vw;
  position: relative;
  left: 50%;
  top: 50%;
  translate: -50% -50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 3vw;
  background: var(--col--base-01);
}
#top__subpages .list__subpages > .item .ttl03 {
  display: flex;
  flex-direction: column;
  align-items: center;
  order: 2;
  gap: 1vw;
  width: 100%;
}
#top__subpages .list__subpages > .item .ttl03 .ttl__ja {
  order: 2;
  font-size: var(--font-size-20);
  font-weight: 500;
  letter-spacing: 0.07em;
}
#top__subpages .list__subpages > .item .ttl03 .ttl__en {
  order: 1;
  font-size: 11vw;
  font-weight: 600;
  letter-spacing: 0;
  font-family: var(--fot--Poppins);
  background: var(--col--grad-01);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  position: relative;
}
#top__subpages .list__subpages > .item .ttl03 .ttl__en::before {
  content: "";
  position: absolute;
  background: url(/img/common/icon__arr_02_red.png) center center/contain no-repeat;
  width: 7vw;
  height: 7vw;
  right: -4vw;
  bottom: -1vw;
  translate: 100% -50%;
}
#top__subpages .list__subpages > .item .item__img {
  order: 1;
}
/* top__news
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
.com__tag {
  gap: 0;
}
.com__tag .item {
  position: relative;
  color: #9b9b9b;
  font-size: var(--font-size-14);
  font-weight: 400;
  letter-spacing: 0.07em;
}
.com__tag .item::after {
  content: "|";
  color: currentColor;
  position: relative;
  margin-inline: 10px;
}
.com__tag .item:last-child::after {
  display: none;
}

.com__latest {
  position: relative;
  margin-bottom: var(--margin-60);
  right: 0;
  transition: ease 0.2s;
}
.com__latest:last-child {
  margin-bottom: 0;
}
.com__latest a {
  width: 100%;
  height: 100%;
}
.com__latest .group__info {
  width: 100%;
}
.com__latest .group__info.on_thumb {
  width: 85%;
}
.com__latest .item__ttl {
  order: 2;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: var(--font-size-17);
  font-weight: 600;
  letter-spacing: 0;
  margin-bottom: var(--margin-10);
}
.com__latest .item__time {
  position: relative;
  order: 1;
  width: fit-content;
  font-size: var(--font-size-17);
  font-weight: 600;
  letter-spacing: 0;
  font-family: var(--fot--Poppins);
  margin-bottom: var(--margin-10);
}
.com__latest .list__tag {
  order: 3;
  width: 100%;
  margin-bottom: var(--margin-15);
  margin-bottom: var(--margin-10);
  justify-content: end;
}
.com__latest .group__img {
  height: 130px;
  width: 130px;
  margin-right: 30px;
}
.com__latest .item__thumb {
  height: 130px;
  width: 130px;
}
.com__latest:hover {
  color: var(--col--acc-01);
  color: var(--col--main-01);
  right: -5px;
}
@media screen and (max-width: 767px) {
  .com__latest .group__info.on_thumb {
    width: 70%;
  }
  .com__latest .group__img {
    height: 20vw;
    width: 20vw;
    margin-right: 2vw;
  }
  .com__latest .item__thumb {
    height: 20vw;
    width: 20vw;
    margin-right: 2vw;
  }
}

.s-post-taglist {
  gap: 5vw;
}

#top__news .inner {
  position: relative;
  padding-block: 5vw 15vw;
}
#top__news .ttl03 {
  margin-bottom: var(--margin-60);
}
#top__news .cont__latest {
  gap: 8vw;
  display: flex;
  flex-direction: row;
  align-items: start;
  flex-direction: column;
  margin-bottom: 10vw;
}
#top__news .cont__latest .block__latest {
  background: #fff;
  padding: 5vw;
  border-radius: 2vw;
  width: calc((100% - 5vw) / 2);
  width: 100%;
  margin-bottom: 0;
}
#top__news .cont__latest .block__latest a {
  display: flex;
  flex-direction: column-reverse;
  gap: 5vw;
}
#top__news .cont__latest .block__latest .group__info .item__ttl {
  order: 2;
  margin-bottom: var(--margin-10);
}
#top__news .cont__latest .block__latest .group__info .item__time {
  order: 1;
  margin-bottom: var(--margin-10);
}
#top__news .cont__latest .block__latest .group__info .list__tag {
  order: 3;
  justify-content: end;
  margin-bottom: 0;
}
#top__news .cont__latest .block__latest .group__img {
  border-radius: 2vw;
  width: 100%;
  height: 50vw;
}
#top__news .cont__latest .block__latest .group__img .item__thum {
  width: 100%;
  height: 100%;
}
#top__news .btn__news {
  position: relative;
  width: fit-content;
  margin-left: auto;
  padding-right: 12vw;
  font-size: var(--font-size-17);
  font-weight: 500;
  letter-spacing: 0.08em;
  transition: ease 0.2s;
  font-size: 4.5vw;
}
#top__news .btn__news::before {
  content: "";
  position: absolute;
  background: url(/img/common/icon__arr_02_red.png) center center/contain no-repeat;
  width: 7vw;
  height: 7vw;
  right: 0vw;
  top: 50%;
  translate: 0 -50%;
  transition: ease 0.2s;
}
#top__news .btn__news:hover {
  color: var(--col--main-01);
}
#top__news .btn__news:hover::before {
  content: "";
  position: absolute;
  right: -5px;
}

/* common__contact
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#common__contact {
  background: url(/img/common/common__contact__bg_01.png) center center/cover no-repeat;
  color: #fff;
}
#common__contact .ttl03 {
  align-items: center;
  margin-bottom: var(--margin-40);
}
#common__contact .block__intro {
  margin-bottom: var(--margin-40);
}
#common__contact .block__intro .item__text {
  text-align: left;
}
#common__contact .block__intro .item__text br {
  display: none;
}
#common__contact .block__contact {
  color: var(--col--txt-01);
  background: #fff;
  border-radius: 20px;
  padding: 5vw 5vw;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 5vw;
  margin-inline: auto;
}
#common__contact .block__contact .com__tel {
  align-items: center;
  gap: 2vw;
  width: 100%;
}
#common__contact .block__contact .com__tel .item__num {
  font-size: 8vw;
}
#common__contact .block__contact .com__tel .item__num small {
  font-size: 5vw;
}
#common__contact .block__contact .com__tel .item__attention {
  height: 3vw;
}
#common__contact .block__contact .btn__mail {
  width: 100%;
  height: 14vw;
}
#common__contact .block__contact .btn__mail span {
  position: relative;
  padding-left: 9vw;
}
#common__contact .block__contact .btn__mail span::before {
  content: "";
  position: absolute;
  background: url(/img/common/icon__mail_01_white.png) center center/contain no-repeat;
  width: 5vw;
  height: 5vw;
  left: 0vw;
  top: 50%;
  translate: 0 -50%;
}

/* about
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* about__philosophy
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#about__philosophy {
  background: url(/img/common/common_bg__shape_01_rt.png) right top 8vw/50vw no-repeat, url(/img/common/common_bg__shape_01_lb.png) left bottom 8vw/50vw no-repeat;
}
#about__philosophy .inner {
  padding-block: 15vw;
}
#about__philosophy .block__motto {
  position: relative;
}
#about__philosophy .block__motto .ttl04 {
  padding-block: 4vw;
  border-block: 1px solid var(--col--border-01);
  text-align: center;
  margin-bottom: var(--margin-45);
  margin-bottom: 8vw;
}
#about__philosophy .block__motto .ttl04 .ttl__ja {
  font-size: var(--font-size-28);
  font-weight: 500;
  letter-spacing: 0.04em;
  font-size: 5vw;
}
#about__philosophy .block__motto .item__img {
  position: relative;
  width: 100%;
  margin-bottom: 4vw;
}
#about__philosophy .block__motto .item__text {
  width: 100%;
  margin-left: auto;
}
#about__philosophy .block__motto .item__text br {
  display: none;
}

/* about__reason
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#about__reason .inner {
  padding-block: 15vw;
}
#about__reason .block__reason_wrap {
  display: flex;
  flex-direction: column;
  gap: 5vw;
}
#about__reason .block__reason_item {
  padding: 5vw 0;
  border-radius: 3vw;
  color: #fff;
  background: url(/img/about/about__reason__bg_deco_01.png) right top/30vw no-repeat, linear-gradient(180deg, #c74d37 0%, #e4a442 100%);
}
#about__reason .block__reason_item .ttl04 {
  position: relative;
  padding-bottom: var(--margin-30);
  border-bottom: 1px dashed rgba(255, 255, 255, 0.3);
  margin-bottom: var(--margin-30);
  padding-inline: 5vw;
  text-align: center;
  flex-direction: column;
  display: flex;
  align-items: center;
  gap: 3vw;
}
#about__reason .block__reason_item .ttl04 .ttl__num {
  position: relative;
}
#about__reason .block__reason_item .ttl04 .ttl__num img {
  height: 6vw;
}
#about__reason .block__reason_item .ttl04 .ttl__ja {
  font-size: var(--font-size-28);
  font-weight: 500;
  letter-spacing: 0.04em;
  font-size: 5.2vw;
  line-height: 1.5;
}
#about__reason .block__reason_item .wrap__info {
  padding-inline: 5vw;
  gap: 5vw;
  display: flex;
  flex-direction: column;
}
#about__reason .block__reason_item .wrap__info .item__img {
  width: 100%;
}
#about__reason .block__reason_item .wrap__info .item__text {
  flex: 1;
  width: 100%;
}
#about__reason .block__reason_item .wrap__info .item__text p {
  font-weight: 300;
}
#about__reason .block__reason_item .wrap__info .item__text br {
  display: none;
}

/* business
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* business__consulting
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#business__consulting {
  background: url(/img/common/common_bg__shape_01_rt.png) right top 8vw/40vw no-repeat, url(/img/common/common_bg__shape_01_lb.png) left bottom 8vw/40vw no-repeat;
}
#business__consulting .inner {
  padding-block: 15vw;
}
#business__consulting .img__head {
  margin-bottom: var(--margin-30);
  width: 180%;
  position: relative;
  left: 50%;
  translate: -50% 0;
  margin-bottom: 12vw;
}
#business__consulting .block__business {
  margin-bottom: var(--margin-50);
}
#business__consulting .block__business .ttl04 {
  width: 100%;
  min-height: 13vw;
  background: #fff;
  align-content: center;
  padding: 5vw;
  padding-left: 5vw;
  position: relative;
  border-radius: 10px;
  margin-bottom: var(--margin-30);
}
#business__consulting .block__business .ttl04::before {
  content: "";
  position: absolute;
  height: 5vw;
  width: 0.7vw;
  background: var(--col--main-01);
  left: 0vw;
  top: 50%;
  translate: 0 -50%;
}
#business__consulting .block__business .ttl04 .ttl__ja {
  font-size: var(--font-size-28);
  font-size: 5vw;
  line-height: 1.6;
  font-weight: 500;
  letter-spacing: 0.04em;
}
#business__consulting .block__business .item__text {
  padding-inline: 3vw;
}
#business__consulting .block__business .ttl05 {
  margin-inline: 3vw;
  padding-block: 5vw;
  border-block: 1px solid var(--col--border-01);
  margin-block: 8vw;
}
#business__consulting .block__business .ttl05 .ttl__ja {
  font-size: var(--font-size-24);
  font-weight: 500;
  letter-spacing: 0.04em;
  color: var(--col--main-01);
}
#business__consulting .block__business .str-01 {
  font-size: var(--font-size-17);
  font-weight: 700;
  line-height: 2.2;
}

/* business__others
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#business__others .inner {
  padding-block: 5vw 15vw;
}
#business__others .block__school {
  margin-bottom: var(--margin-40);
  margin-bottom: 17vw;
}
#business__others .block__school:last-child {
  margin-bottom: 0;
}
#business__others .block__school .ttl04 {
  width: 100%;
  min-height: 13vw;
  background: #fff;
  align-content: center;
  padding: 5vw;
  padding-left: 5vw;
  position: relative;
  border-radius: 10px;
  margin-bottom: var(--margin-30);
}
#business__others .block__school .ttl04::before {
  content: "";
  position: absolute;
  height: 5vw;
  width: 0.7vw;
  background: var(--col--main-01);
  left: 0vw;
  top: 50%;
  translate: 0 -50%;
}
#business__others .block__school .ttl04 .ttl__ja {
  font-size: var(--font-size-28);
  font-size: 5vw;
  line-height: 1.6;
  font-weight: 500;
  letter-spacing: 0.04em;
}
#business__others .block__school .wrap__info {
  display: flex;
  flex-direction: column;
  gap: 5vw;
}
#business__others .block__school .wrap__info .item__img {
  width: 100%;
}
#business__others .block__school .wrap__info .item__img img {
  width: 100%;
}
#business__others .block__school .wrap__info .item__text {
  flex: 1;
  width: 100%;
}
#business__others .block__school .wrap__info .item__text br {
  display: none;
}
#business__others .block__school .wrap__info .item__text .btn__link {
  margin-left: auto;
  margin-top: 7vw;
}
/* case
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* case__case
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#case {
  background: url(/img/common/common_bg__shape_01_rt.png) right top 8vw/40vw no-repeat, url(/img/common/common_bg__shape_01_lb.png) left bottom 8vw/40vw no-repeat;
}
#case .ttl03 {
  margin-bottom: var(--margin-40);
}
#case .nav__tags {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  gap: 4.5vw;
  width: 100%;
  margin-bottom: var(--margin-50);
}
#case .nav__tags > .item {
  width: 100%;
  width: 100%;
}
#case .nav__tags > .item a {
  display: block;
  text-align: center;
  border: 1px solid var(--col--main-01);
  padding: 3.5vw 5vw;
  border-radius: 4px;
  font-size: var(--font-size-17);
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.07em;
  color: var(--col--main-01);
  width: 100%;
}
#case .nav__tags > .item.in_this a {
  background: var(--col--grad-01);
  color: #fff;
  border: unset;
}
#case .cont__post {
  display: flex;
  flex-direction: column;
  gap: 5vw;
}
#case .block__post {
  background: #fff;
  padding: 5vw;
  border-radius: 3vw;
  display: flex;
  flex-direction: column;
}
#case .block__post .ttl04 {
  order: 1;
  position: relative;
  padding-bottom: var(--margin-50);
  border-bottom: 1px solid var(--col--border-01);
  margin-bottom: var(--margin-50);
  padding-left: 7vw;
}
#case .block__post .ttl04::before {
  content: "";
  position: absolute;
  width: 4vw;
  border-bottom: 2px solid var(--col--main-01);
  left: 0;
  top: 4.5vw;
}
#case .block__post .ttl04 .ttl__ja {
  font-size: var(--font-size-30);
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0.04em;
  font-size: 5.3vw;
}
#case .block__post .list__tags {
  order: 2;
  gap: 3vw;
  margin-bottom: var(--margin-50);
  justify-content: end;
}
#case .block__post .list__tags > .item {
  font-size: var(--font-size-14);
  color: var(--col--main-01);
  font-weight: 500;
  letter-spacing: 0.07em;
  font-size: 4vw;
}
#case .block__post .block__info.block__worries {
  position: relative;
  order: 3;
  margin-top: 6vw;
  margin-bottom: 10vw;
}
#case .block__post .block__info.block__worries .ttl05 {
  background: url(/img/case/deco__frame_01_brown.png) center center/contain no-repeat;
  width: 25vw;
  height: 10vw;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: absolute;
  left: -7vw;
  top: -10vw;
}
#case .block__post .block__info.block__worries .ttl05 .ttl__ja {
  font-size: var(--font-size-17);
  font-weight: 500;
  letter-spacing: 0.07em;
  color: #fff;
  font-size: 4vw;
  padding-bottom: 1.7vw;
}
#case .block__post .block__info.block__worries .item__text.com__text_01 {
  width: 100%;
  margin-left: auto;
}
#case .block__post .block__info.block__worries .item__text.com__text_01 br {
  display: none;
}
#case .block__post .btn__detail {
  order: 4;
  position: relative;
  margin-left: auto;
  width: fit-content;
  font-size: var(--font-size-17);
  font-weight: 500;
  padding-right: 5vw;
  margin-bottom: 5vw;
  padding-right: 10vw;
}
#case .block__post .btn__detail::before {
  content: "";
  position: absolute;
  background: url(/img/common/icon__arr_02_red.png) center center/contain no-repeat;
  width: 7vw;
  height: 7vw;
  top: 50%;
  translate: 0 -50%;
  right: 0vw;
}

/* case__in_post
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
.case__in_post {
  background: url(/img/common/common_bg__shape_01_rt.png) right top 8vw/40vw no-repeat, url(/img/common/common_bg__shape_01_lb.png) left bottom 8vw/40vw no-repeat;
}
.case__in_post .nav__tags {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  gap: 5vw;
  width: fit-content;
  margin-inline: auto;
  margin-bottom: var(--margin-50);
}
.case__in_post .nav__tags > .item {
  width: 100%;
}
.case__in_post .nav__tags > .item a {
  border: 1px solid var(--col--main-01);
  padding: 5vw 5vw;
  border-radius: 4px;
  font-size: var(--font-size-17);
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.07em;
  color: var(--col--main-01);
}
.case__in_post .cont__post {
  display: flex;
  flex-direction: column;
  gap: 5vw;
}
.case__in_post .block__post {
  background: #fff;
  padding: 5vw;
  border-radius: 3vw;
  display: flex;
  flex-direction: column;
}
.case__in_post .block__post .ttl03 {
  order: 1;
  position: relative;
  padding-bottom: var(--margin-50);
  border-bottom: 1px solid var(--col--border-01);
  margin-bottom: var(--margin-50);
  padding-left: 5vw;
}
.case__in_post .block__post .ttl03::before {
  content: "";
  position: absolute;
  width: 16px;
  border-bottom: 2px solid var(--col--main-01);
  left: 0;
  top: 4.5vw;
}
.case__in_post .block__post .ttl03 .ttl__ja {
  font-size: var(--font-size-30);
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0.04em;
  font-size: 5.3vw;
}
.case__in_post .block__post .list__tags {
  order: 2;
  gap: 3vw;
  margin-bottom: var(--margin-50);
  justify-content: end;
}
.case__in_post .block__post .list__tags > .item {
  font-size: var(--font-size-14);
  color: var(--col--main-01);
  font-weight: 500;
  letter-spacing: 0.07em;
  font-size: 4vw;
}
.case__in_post .block__info {
  position: relative;
  order: 3;
  margin-top: 6vw;
  margin-bottom: 10vw;
}
.case__in_post .block__info .ttl05 {
  background: url(/img/case/deco__frame_01_brown.png) center center/contain no-repeat;
  width: 25vw;
  height: 10vw;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: absolute;
  left: -7vw;
  top: -10vw;
}
.case__in_post .block__info .ttl05 .ttl__ja {
  font-size: var(--font-size-17);
  font-weight: 500;
  letter-spacing: 0.07em;
  color: #fff;
  font-size: 4vw;
  padding-bottom: 1.7vw;
}
.case__in_post .block__info .item__text.com__text_01 {
  width: 100%;
  margin-left: auto;
}
.case__in_post .block__info .item__text.com__text_01 br {
  display: none;
}
.case__in_post .text__worries {
  order: 3;
}
.case__in_post .block__solution {
  order: 4;
}
.case__in_post .block__solution .ttl05 {
  background: url(/img/case/deco__frame_01_red.png) center center/contain no-repeat;
}
.case__in_post .block__comment {
  position: relative;
  order: 5;
}
.case__in_post .block__comment .ttl05 {
  background: url(/img/case/deco__frame_01_red.png) center center/contain no-repeat;
}
.case__in_post .com__btn_01 {
  margin-inline: auto;
  margin-top: var(--margin-60);
  width: 100%;
}

/* company
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* company__greeting
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#company__greeting {
  background: url(/img/common/common_bg__shape_01_rt.png) right top 8vw/40vw no-repeat, url(/img/common/common_bg__shape_01_lb.png) left bottom 8vw/40vw no-repeat;
}
#company__greeting .inner {
  padding-block: 15vw;
}
#company__greeting .block__greeting {
  position: relative;
}
#company__greeting .block__greeting .item__img {
  position: relative;
  width: 100%;
  margin-bottom: 7vw;
}
#company__greeting .block__greeting .item__img img {
  width: 100%;
}
#company__greeting .block__greeting .item__text {
  width: 100%;
  margin-left: auto;
}
#company__greeting .block__greeting .item__text br {
  display: none;
}

/* company__info
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#company__info .inner {
  padding-block: 15vw;
}
#company__info .ttl03 .ttl__en {
  font-size: 10vw;
}
#company__info .block__info {
  margin-bottom: var(--margin-50);
}
#company__info .block__info .item__table {
  border-spacing: 4vw 0;
  border-collapse: separate;
  width: 100%;
}
#company__info .block__info .item__table tr {
  width: 100%;
}
#company__info .block__info .item__table tr th,
#company__info .block__info .item__table tr td {
  padding-block: 4vw;
  line-height: 1.7;
  border-bottom: 1px solid var(--col--border-01);
}
#company__info .block__info .item__table tr th {
  width: 25vw;
}
#company__info .block__info .item__table .wrap__tel {
  display: flex;
  flex-direction: column;
}
#company__info .block__info .item__table .wrap__tel .tel-attention {
  width: fit-content;
  height: 3vw;
}
#company__info .block__access .ttl04 {
  width: 100%;
  margin-bottom: var(--margin-40);
}
#company__info .block__access .ttl04 .ttl__ja {
  position: relative;
  font-size: var(--font-size-28);
  font-weight: 500;
  letter-spacing: 0.04em;
  display: flex;
  align-items: center;
  width: 100%;
  gap: 5vw;
}
#company__info .block__access .ttl04 .ttl__ja::before {
  content: "";
  position: relative;
  border-bottom: 1px dashed var(--col--txt-01);
  flex: 1;
}
#company__info .block__access .ttl04 .ttl__ja::after {
  content: "";
  position: relative;
  border-bottom: 1px dashed var(--col--txt-01);
  flex: 1;
}
#company__info .block__access .item__map {
  width: 100%;
  height: 70vw;
}

/* //////////////////////////////////////////////////////////////////////////////////////////////////

共通下層ページ　( NEWS / POLICY / SITE / CONTACT / NOTFOUND )

////////////////////////////////////////////////////////////////////////////////////////////////// */
/*お知らせ一覧
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
.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;
  }
}