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

STYLE.css (SP)

トップページ、および各ページのスタイリング

＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊　*/
/* //////////////////////////////////////////////////////////////////////////////////////////////////

 header ヘッダー

////////////////////////////////////////////////////////////////////////////////////////////////// */
#header {
  position: fixed;
  width: 100%;
  z-index: 5;
  top: 0;
  left: 0;
}
#header .inner {
  position: absolute;
  width: 100%;
  padding: 0;
  left: 0;
  top: 0;
  z-index: 5;
  height: 175px;
}
#header .inner::before {
  content: "";
  position: absolute;
  background: url(/img/common/hd__bg_01.png) center center/100% 50vw no-repeat;
  width: 100%;
  height: 50vw;
  top: 0;
}
#header .block__left {
  position: relative;
  width: fit-content;
  padding-right: 105px;
}
#header .item__logo {
  display: block;
  width: fit-content;
  padding-left: 5vw;
}
#header .item__logo a {
  width: fit-content;
  display: block;
  transition: ease 0.4s;
}
#header .item__logo a img {
  width: 55vw;
}
#header .item__logo a:hover {
  opacity: 0.5;
}
#header .block__right {
  position: relative;
  width: fit-content;
  padding-left: 100px;
}
@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: 20px;
}
#nav .list-nav .item {
  width: fit-content;
}
#nav .list-nav .item a {
  transition: ease 0.17s;
  color: #fff;
  font-family: var(--fot--Montserrat);
  font-size: var(--font-size-18);
  letter-spacing: 0.08em;
  font-weight: 500;
  position: relative;
  padding-bottom: 5px;
}
#nav .list-nav .item a::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  translate: -50% 0;
  width: 0%;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5647058824);
  transition: ease 0.4s;
}
#nav .list-nav .item a:hover::before {
  content: "";
  position: absolute;
  width: 100%;
}
@media screen and (max-width: 767px) {
  #nav {
    display: none;
  }
}

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

mv メインビジュアル

////////////////////////////////////////////////////////////////////////////////////////////////// */
#mv {
  position: relative;
  width: 100%;
  overflow: hidden;
  background: #d7d7d7;
    .swiper-container{
    opacity: 0;
    transition: opacity ease 1s;
  }
}



#mv::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 80vw;
  bottom: 0;
  z-index: 2;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0) 100%);
}
#mv .swiper-wrapper .swiper-slide {
  display: flex;
  justify-content: center;
}
#mv .swiper-wrapper .swiper-slide img {
  width: 260%;
  max-width: unset;
}
#mv .com__btn_01 {
  z-index: 3;
  position: absolute;
  right: 17vw;
  bottom: 11vw;
}
#mv .com__btn_01::before {
  content: "";
  position: absolute;
  top: 50%;
  right: -12vw;
  translate: 0 -50%;
  width: 9vw;
  height: 9vw;
}
#mv .com__btn_01 span {
  font-size: var(--font-size-20);
  font-family: var(--fot--Montserrat);
  letter-spacing: 0.08em;
  font-weight: 300;
  font-size: 4vw;
}
/* #mv .mv__catch {
  z-index: 3;
  position: absolute;
  left: 50%;
  translate: -50% 0;
  bottom: 21vw;
  width: 98%;
  color: #fff;
  line-height: 2.3;
  letter-spacing: 0.2em;
  font-weight: 300;
  font-size: 5.5vw;
  padding-left: 10vw;
}
#mv .mv__catch::before {
  content: "";
  position: absolute;
  border-bottom: 1px solid #fff;
  width: 8vw;
  left: -5vw;
  top: 6vw;
} */

#mv .mv__catch {
  position: absolute;
  z-index: 3;
  left: 50%;
  top: 45%;
  translate: -50% -50%;

  display: flex;
  flex-direction: column;
  gap: 5vw;

  .main {
    font-size: 7vw;
    color: #fff;
    letter-spacing: 0.075em;

    font-family: var(--fot--Montserrat);
    font-weight: 600;
    display: flex;
    gap: 1vw;
    overflow: hidden;
  }

  .sub {
    color: #fff;
    font-size: 4vw;
    letter-spacing: 0.22em;
    font-weight: 500;

    display: flex;
    gap: 5px;
    overflow: hidden;
  }
}


/* sv サブビジュアル
========================================================================= */
#sv {
  position: relative;
  width: 100%;
  height: 70vw;
}
#sv .com__btn_01 {
  z-index: 3;
  position: absolute;
  right: 17vw;
  bottom: 7vw;
}
#sv .com__btn_01::before {
  content: "";
  position: absolute;
  top: 50%;
  right: -12vw;
  translate: 0 -50%;
  width: 9vw;
  height: 9vw;
}
#sv .com__btn_01 span {
  font-size: var(--font-size-20);
  font-family: var(--fot--Montserrat);
  letter-spacing: 0.08em;
  font-weight: 300;
  font-size: 3.7vw;
}
#sv .sv__catch {
  width: 90%;
  position: absolute;
  left: 50%;
  translate: -50% 0;
  bottom: 27vw;
  font-size: var(--font-size-60);
  font-family: var(--fot--Montserrat);
  letter-spacing: 0.1em;
  font-weight: 600;
  color: #fff;
  padding-left: 10vw;
  font-size: 7vw;
}
#sv .sv__catch::before {
  content: "";
  position: absolute;
  border-bottom: 1px solid #fff;
  width: 10%;
  left: -5%;
  bottom: 3vw;
}

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

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

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

.sv-office {
  background: url(/img/sv/sv__office.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-bottom: 0;
}
#footer .item__logo img {
  width: 55vw;
}
#footer .item__logo:hover {
  opacity: 0.4;
}
#footer .block__left {
  position: relative;
  width: fit-content;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
#footer .block__right {
  position: relative;
  width: fit-content;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
#footer .list-nav {
  display: flex;
  flex-direction: column;
  align-content: end;
  flex-wrap: wrap;
  height: 240px;
  gap: 40px 120px;
}
#footer .list-nav .item {
  width: fit-content;
  position: relative;
  padding-left: var(--margin-20);
}
#footer .list-nav .item::before {
  content: "";
  position: absolute;
  width: 10px;
  border-bottom: 1px solid var(--col--txt-01);
  top: 50%;
  left: 0;
  translate: 0 -50%;
}
#footer .list-nav .item a {
  position: relative;
  transition: ease 0.2s;
  font-size: var(--font-size-15);
  letter-spacing: 0.05em;
  font-weight: 500;
  font-family: var(--fot--Montserrat);
}
#footer .list-nav .item a:hover {
  opacity: 0.4;
}
#footer #copyright {
  font-size: var(--font-size-13);
  text-align: center;
  color: var(--col--main-02);
  padding-bottom: 14vw;
  font-size: 2.6vw;
}
#footer #copyright a {
  margin: 0 2px;
  padding: 0 5px;
  transition: ease 0.12s;
}
#footer #copyright a:hover {
  color: #fff;
  background: var(--col--main-02);
  background: rgba(0, 0, 0, 0.2509803922);
}
@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ページ / 固有下層ページ

////////////////////////////////////////////////////////////////////////////////////////////////// */
/* top
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* top__about
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#top__about .inner {
  position: relative;
  z-index: 0;
  display: flex;
  flex-direction: column;
  padding-block: 10vw;
  padding-top: 25vw;
}
#top__about .inner .ttl03 {
  text-align: left;
  order: 2;
  margin-bottom: 8vw;
}
#top__about .inner .ttl03 .ttl__ja {
  line-height: 2.6;
  font-size: 5vw;
  letter-spacing: 0.15em;
}
#top__about .inner .item__img {
  order: 1;
  margin-bottom: 9vw;
  width: 150%;
}
#top__about .inner .cont__about {
  order: 3;
  margin-bottom: 10vw;
}
#top__about .inner .cont__about .item__text {
  text-align: left;
  margin-bottom: 10vw;
}
#top__about .inner .cont__about .item__text br {
  display: none;
}
#top__about .inner .cont__about .com__btn_01 {
  width: fit-content;
  margin-left: auto;
  margin-right: 20vw;
}
/* top__works
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#top__works {
  background: var(--col--base-01);
}
#top__works .inner {
  padding-block: 20vw;
}
#top__works .inner .wrap__works {
  width: 100%;
  flex-direction: column;
}
#top__works .inner .wrap__works .ttl03 {
  width: 100%;
  align-items: center;
  padding-bottom: 7vw;
  margin-bottom: 9vw;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1882352941);
}
#top__works .inner .wrap__works .item__text_lead {
  width: fit-content;
  margin-bottom: 10vw;
}
#top__works .inner .wrap__works .com__btn_01 {
  margin-right: 10vw;
}
/* top__case
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#top__case > .inner {
  width: 100%;
  padding-top: 20vw;
  padding-bottom: 0;
}
#top__case > .inner .block__case {
  background: gray;
  height: 95vh;
  align-content: end;
  padding-bottom: 5vw;
}
#top__case > .inner .block__case > .inner {
  padding-block: 5vw;
}
#top__case > .inner .block__case .wrap__case {
  width: fit-content;
}
#top__case > .inner .block__case .ttl04 {
  margin-bottom: 5vw;
  align-items: left;
}
#top__case > .inner .block__case .ttl04 .ttl__ja {
  background: #fff;
  padding: 1vw 3vw;
  font-size: var(--font-size-38);
  font-size: 4.7vw;
  font-weight: 600;
  letter-spacing: 0.075em;
  font-family: var(--fot--Montserrat);
  color: #242831;
  width: fit-content;
  margin-bottom: 1vw;
}
#top__case > .inner .block__case .ttl04 .ttl__lead {
  color: #fff;
  font-size: var(--font-size-18);
  font-size: 4vw;
  letter-spacing: 0.16em;
  font-weight: 500;
  text-align: left;
  line-height: 2.2;
}
#top__case > .inner .block__case .item__text {
  margin-bottom: 10vw;
  text-align: left;
}
#top__case > .inner .block__case .item__text p {
  font-weight: 500;
  letter-spacing: 0.05em;
  color: #fff;
  font-size: var(--font-size-15);
  font-size: 3.5vw;
  line-height: 2.3;
}
#top__case > .inner .block__case .item__text br {
  display: none;
}
#top__case > .inner .block__case .com__btn_01 {
  margin-left: auto;
  margin-right: 15vw;
}
#top__case > .inner .block__case_01 {
  background: url(/img/top/top__case__bg_img_01_sp.jpg) center center/cover no-repeat;
}
#top__case > .inner .block__case_02 {
  background: url(/img/top/top__case__bg_img_02_sp.jpg) center center/cover no-repeat;
}
#top__case > .inner .block__case_03 {
  background: url(/img/top/top__case__bg_img_03_sp.jpg) center center/cover no-repeat;
}
#top__case > .inner .block__case:nth-of-type(even) .wrap__case {
  margin-left: auto;
}

/* common__news top__news
========================================================================= */
.com__tag .item {
  position: relative;
  font-size: var(--font-size-15);
  letter-spacing: 0.075em;
  padding-left: 5vw;
}
.com__tag .item::before {
  content: "#";
  position: absolute;
  left: 0vw;
  top: 0vw;
  color: #b5b5ae;
}

.com__latest {
  padding-bottom: 9vw;
  border-bottom: 1px solid #b5b5ae;
  margin-bottom: 9vw;
  position: relative;
  right: 0vw;
  transition: ease 0.4s;
}
.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;
  margin-bottom: 5vw;
}
.com__latest .item__time {
  position: relative;
  order: 1;
  width: fit-content;
  font-family: var(--fot--Montserrat);
  font-size: var(--font-size-15);
  letter-spacing: 0.075em;
  color: #333333;
  margin-bottom: 5vw;
}
.com__latest .list__tag {
  order: 3;
  width: 100%;
  margin-bottom: 5vw;
  gap: 5vw;
  justify-content: end;
}
.com__latest .group__img {
  height: 100%;
  width: 100%;
  margin-right: 5vw;
}
.com__latest .item__thumb {
  height: 100%;
  width: 100%;
}
.com__latest:hover {
  color: var(--col--acc-01);
  color: var(--col--txt-01);
  right: 0vw;
  opacity: 0.7;
}
@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: 20vw;
}
#top__news .cont__latest {
  width: 100%;
  margin-left: auto;
  margin-bottom: 15vw;
}
#top__news .ttl03 {
  position: relative;
  width: fit-content;
  margin: 0 auto;
  margin-bottom: 15vw;
}
#top__news .com__btn_01 {
  position: relative;
  margin-left: auto;
  margin-right: 12vw;
}

/* top__flow
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#top__flow {
  position: relative;
  z-index: 1;
  background: url(/img/top/top__flow__bg_img_01.jpg) center center/cover no-repeat;
  height: 120vw;
}
#top__flow .inner {
  padding-block: 5vw;
  height: 100%;
  align-content: center;
}
#top__flow .inner .wrap__flow {
  width: 100%;
  background: rgba(255, 255, 255, 0.9019607843);
  padding: 5vw;
  padding-block: 8vw;
  margin-bottom: 5vw;
  flex-direction: column;
}
#top__flow .inner .wrap__flow .ttl03 {
  margin-bottom: 8vw;
}
#top__flow .inner .wrap__flow .item__text_lead {
  text-align: center;
  margin-bottom: 8vw;
}
#top__flow .inner .wrap__flow a {
  margin-left: auto;
  margin-right: 15vw;
}
/* common__info
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
.common__info {
  background: var(--col--base-01);
}
.common__info .inner {
  padding-block: 15vw;
}
.common__info .inner .wrap__info {
  --num: 2;
  --column-gap: 5vw;
  --row-gap: 10vw;
  flex-direction: column;
}
.common__info .inner .wrap__info .cont__contact {
  background: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-block: 15vw;
  padding-inline: 5vw;
  width: 100%;
}
.common__info .inner .wrap__info .cont__contact .ttl03 {
  width: fit-content;
  text-align: center;
  margin-bottom: 10vw;
}
.common__info .inner .wrap__info .cont__contact .block__info {
  height: 100%;
  margin-bottom: 10vw;
}
.common__info .inner .wrap__info .cont__contact .block__info .item__text_lead {
  text-align: left;
}
.common__info .inner .wrap__info .cont__contact .block__info .item__text_lead p {
  line-height: 2.1333333333;
}
.common__info .inner .wrap__info .cont__contact .block__info .item__text_lead br {
  display: none;
}
.common__info .inner .wrap__info .cont__contact .block__info .group__info dt {
  font-size: var(--font-size-22);
  font-weight: 500;
  letter-spacing: 0.05em;
  text-align: center;
  margin-bottom: 5vw;
}
.common__info .inner .wrap__info .cont__contact .block__info .group__info dd {
  line-height: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.common__info .inner .wrap__info .cont__contact .block__info .group__info dd .item__info {
  font-size: var(--font-size-15);
  letter-spacing: 0.05em;
  font-weight: 500;
  width: fit-content;
  font-size: 4.2vw;
}
.common__info .inner .wrap__info .cont__contact .block__info .group__info dd .item__address {
  position: relative;
  padding-left: 7vw;
}
.common__info .inner .wrap__info .cont__contact .block__info .group__info dd .item__address::before {
  content: "";
  position: absolute;
  background: url(/img/common/icon__pin__01_01.png) center center/contain no-repeat;
  width: 5vw;
  height: 5vw;
  left: 0vw;
  top: 50%;
  translate: 0 -50%;
}
.common__info .inner .wrap__info .cont__contact .block__info .group__info dd .item__tel {
  position: relative;
  padding-left: 7vw;
}
.common__info .inner .wrap__info .cont__contact .block__info .group__info dd .item__tel::before {
  content: "";
  position: absolute;
  background: url(/img/common/icon__tel__01_01.png) center center/contain no-repeat;
  width: 5vw;
  height: 5vw;
  left: 0vw;
  top: 50%;
  translate: 0 -50%;
}
/* about
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* about__motto
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#about__motto .inner {
  padding-top: 17vw;
}
#about__motto .ttl03 {
  width: 100%;
  margin-bottom: 12vw;
  text-align: center;
}
#about__motto .ttl03 .ttl__ja {
  font-size: var(--font-size-20);
  letter-spacing: 0.22em;
  font-weight: 500;
  font-size: 6vw;
}
#about__motto .cont__about {
  position: relative;
  width: 100%;
  margin-left: auto;
  display: flex;
  flex-direction: column;
}
#about__motto .cont__about .ttl04 {
  margin-bottom: 5vw;
  order: 2;
  text-align: center;
}
#about__motto .cont__about .ttl04 .ttl__ja {
  font-size: var(--font-size-30);
  letter-spacing: 0.1em;
  font-weight: 500;
  line-height: 2.2;
  font-size: 5vw;
}
#about__motto .cont__about .item__img {
  position: relative;
  width: 100%;
  order: 1;
  margin-bottom: 6vw;
}
#about__motto .cont__about .item__text {
  order: 3;
  text-align: left;
}
#about__motto .cont__about .item__text p {
  font-size: var(--font-size-15);
  letter-spacing: 0.1em;
  font-weight: 400;
}
#about__motto .cont__about .item__text br {
  display: none;
}

/* about__movement
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#about__movement .ttl03 {
  width: 100%;
  margin-bottom: 12vw;
  text-align: center;
}
#about__movement .ttl03 .ttl__ja {
  font-size: var(--font-size-20);
  letter-spacing: 0.22em;
  font-weight: 500;
  font-size: 6vw;
}
#about__movement .cont__about {
  position: relative;
  width: 100%;
  margin-left: auto;
  display: flex;
  flex-direction: column;
}
#about__movement .cont__about .ttl04 {
  margin-bottom: 5vw;
  order: 2;
  text-align: center;
}
#about__movement .cont__about .ttl04 .ttl__ja {
  font-size: var(--font-size-30);
  letter-spacing: 0.1em;
  font-weight: 500;
  line-height: 2.2;
  font-size: 5vw;
}
#about__movement .cont__about .item__img {
  position: relative;
  width: 100%;
  order: 1;
  margin-bottom: 6vw;
}
#about__movement .cont__about .item__text {
  order: 3;
  text-align: left;
}
#about__movement .cont__about .item__text p {
  font-size: var(--font-size-15);
  letter-spacing: 0.1em;
  font-weight: 400;
}
#about__movement .cont__about .item__text br {
  display: none;
}

/* flow
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* flow
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#flow .inner {
  padding-top: 17vw;
  padding-bottom: 5vw;
}
#flow .ttl03 {
  margin-bottom: 10vw;
}
#flow .ttl03 .ttl__ja {
  font-size: 5.2vw;
}
#flow .cont__flow .item__text_lead {
  text-align: left;
  margin-bottom: 15vw;
}
#flow .cont__flow .item__text_lead br {
  display: none;
}
#flow .cont__flow .item__text_lead p {
  font-size: var(--font-size-15);
  line-height: 2.1;
}
#flow .cont__flow .list__flow .item {
  position: relative;
  margin-bottom: 20vw;
}
#flow .cont__flow .list__flow .item::before {
  content: "";
  position: absolute;
  background: url(/img/common/icon__arrow__02_01.png) center center/contain no-repeat;
  width: 4.5vw;
  height: 4.5vw;
  bottom: -10vw;
  left: 50%;
  translate: -50% 0;
}
#flow .cont__flow .list__flow .item:last-child {
  margin-bottom: 0;
}
#flow .cont__flow .list__flow .item:last-child::before {
  display: none;
}
#flow .cont__flow .list__flow .item .ttl04 {
  gap: 3vw;
  padding-bottom: 5vw;
  margin-bottom: 5vw;
  width: 100%;
  margin-left: auto;
  position: relative;
}
#flow .cont__flow .list__flow .item .ttl04::before {
  z-index: 1;
  content: "";
  position: absolute;
  border-bottom: 1px solid #b3b3b3;
  width: 100%;
  bottom: 0vw;
  right: 0vw;
}
#flow .cont__flow .list__flow .item .ttl04 .ttl__ja {
  font-weight: 500;
  font-size: var(--font-size-20);
  font-size: 5vw;
  letter-spacing: 0.1em;
}
#flow .cont__flow .list__flow .item .ttl04 .ttl__num {
  font-size: var(--font-size-18);
  letter-spacing: 0.075em;
  color: #b3b3b3;
  font-weight: 600;
  font-family: var(--fot--Montserrat);
}
#flow .cont__flow .list__flow .item .ttl04 .ttl__num small {
  margin-right: 5vw;
}
#flow .cont__flow .list__flow .item .item__img {
  position: relative;
  width: 100%;
  margin-bottom: 4vw;
}
#flow .cont__flow .list__flow .item .item__text {
  width: 100%;
  margin-left: auto;
  text-align: left;
}
#flow .cont__flow .list__flow .item .item__text p {
  font-size: var(--font-size-15);
  letter-spacing: 0.1em;
  font-weight: 400;
  line-height: 2.2;
}
#flow .cont__flow .list__flow .item .item__text br {
  display: none;
}

/* flow__faq
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#flow__faq .inner {
  padding-top: 15vw;
}
#flow__faq .ttl03 {
  margin-bottom: 10vw;
}
#flow__faq .cont__faq .list__faq {
  display: flex;
  flex-direction: column;
  gap: 10vw;
}
/* #flow__faq .cont__faq .list__faq .item {
  background: #f0f0ef;
  padding: 5vw;
}
#flow__faq .cont__faq .list__faq .item dt {
  font-size: var(--font-size-22);
  font-weight: 500;
  letter-spacing: 0.08em;
  position: relative;
  padding-left: 10vw;
  margin-bottom: 5vw;
  line-height: 1.7;
}
#flow__faq .cont__faq .list__faq .item dt::before {
  content: "Q.";
  position: absolute;
  font-size: var(--font-size-48);
  font-size: 6vw;
  font-weight: 500;
  font-family: var(--fot--Montserrat);
  left: -1vw;
  top: -2vw;
}
#flow__faq .cont__faq .list__faq .item dd {
  font-size: var(--font-size-15);
  letter-spacing: 0.08em;
  font-weight: 500;
  position: relative;
  padding-left: 10vw;
  line-height: 2;
}
#flow__faq .cont__faq .list__faq .item dd::before {
  content: "A.";
  position: absolute;
  font-size: var(--font-size-48);
  font-size: 6vw;
  font-weight: 500;
  font-family: var(--fot--Montserrat);
  left: -1vw;
  top: -2vw;
} */


#flow__faq .cont__faq .list__faq .item dt {
  font-size: var(--font-size-22);
  font-weight: 500;
  letter-spacing: 0.08em;
  position: relative;
  margin-bottom: var(--margin-55);
  margin-bottom: 0;
  background: #f0f0ef;
  padding: 5vw;
  padding-left: 10vw;
  line-height: 1.5;

  cursor:pointer;
}

#flow__faq .cont__faq .list__faq .item dt::before {
  content: "Q.";
  position: absolute;
  font-size: 6vw;
  font-weight: 500;
  font-family: var(--fot--Montserrat);
left: 2vw;
        top: 4vw;
}

#flow__faq .cont__faq .list__faq .item dd {
  display: none;
  font-size: var(--font-size-15);
  letter-spacing: 0.08em;
  font-weight: 500;
  position: relative;
  padding: 5vw;
  padding-left: 10vw;
  padding-top: 1vw;
  line-height: 2;
  background: #f0f0ef;
}

#flow__faq .cont__faq .list__faq .item dd::before {
  content: "A.";
  position: absolute;
  font-size: 6vw;
  font-weight: 500;
  font-family: var(--fot--Montserrat);
left: 2vw;
        top: -2vw;
}



/* works
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* works
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#works .inner {
  padding-top: 17vw;
}
#works .item__text_lead {
  text-align: left;
  margin-bottom: 10vw;
}
#works .item__text_lead br {
  display: none;
}
#works .item__text_lead p {
  line-height: 2.2;
  font-size: 3.8vw;
}
#works .nav__tags {
  margin-bottom: 15vw;
}
#works .nav__tags .list__tags {
  --num: 2;
  --column-gap: 5vw;
  --row-gap: 5vw;
}
#works .nav__tags .list__tags .item {
  height: 13vw;
  border: 1px solid var(--col--txt-01);
}
#works .nav__tags .list__tags .item a {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
#works .cont__post {
  display: flex;
  flex-direction: column;
  gap: 18vw;
}
#works .cont__post .block__post {
  position: relative;
  gap: 6vw;
  flex-direction: column-reverse;
}
#works .cont__post .block__post .group__info {
  flex: 1;
  width: 100%;
  display: flex;
  flex-direction: column;
}
#works .cont__post .block__post .group__info .ttl04 {
  width: 100%;
  margin-bottom: 7vw;
  order: 2;
  overflow: hidden;
  max-height: 20vw;
  height: fit-content;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
#works .cont__post .block__post .group__info .ttl04 .ttl__ja {
  font-size: var(--font-size-20);
  font-weight: 500;
  line-height: 2.1;
  letter-spacing: 0.1em;
}
#works .cont__post .block__post .group__info .list__tags {
  order: 1;
  gap: 5vw;
  margin-bottom: 3vw;
}
#works .cont__post .block__post .group__info .list__tags .item {
  min-width: 20vw;
  width: fit-content;
  padding-inline: 2vw;
  height: 6vw;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: var(--font-size-15);
  font-size: 3vw;
  letter-spacing: 0.1em;
  font-weight: 500;
  border: 1px solid var(--col--txt-01);
}
#works .cont__post .block__post .group__info .com__btn_01 {
  order: 3;
  margin-left: auto;
  margin-right: 13vw;
}
#works .cont__post .block__post .group__image {
  position: relative;
  margin-left: 0vw;
  width: 100%;
  height: 50vw;
}
#works .cont__post .block__post .group__image .item__img {
  width: 100%;
  height: 100%;
}
/* works
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* works__in_post
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
.works__in_post {
  border-bottom: 1px solid var(--col--txt-01);
}

.works__in_post .wrap__swiper {
  position: relative;
  width: 100%;
  height: 80vw;
  margin-bottom: var(--margin-50);

  .swiper-container-02 {
    .swiper-wrapper {
      width: 100%;
      height: 70vw;

    }
  }

  .swiper-button-prev {
    background: url(/img/common/btn__more_01.png) center center / contain no-repeat;
    width: 60px;
    height: 60px;
    left: -100px;
  }

  .swiper-button-next {
    background: url(/img/common/btn__more_02.png) center center / contain no-repeat;
    width: 60px;
    height: 60px;
    right: -100px;
  }

  .swiper-pagination {
    z-index: 1;
    gap: 6vw;
    display: flex;
    left: 50%;
    translate: -50% 0;
    bottom: 0;

    span {
      background: var(--col--txt-01);
      width:  2.8vw;
      height: 2.8vw;
    }
  }
}

.works__in_post .inner {
  padding-top: 17vw;
}
.works__in_post .wrap__post .post__header {
  margin-bottom: 2vw;
}
.works__in_post .wrap__post .post__header .ttl03 {
  text-align: left;
  width: 100%;
}
.works__in_post .wrap__post .post__header .ttl03 .ttl__ja {
  font-size: 5.5vw;
  line-height: 1.3;
}
.works__in_post .wrap__post .post__header .list__tags {
  gap: 5vw;
  width: fit-content;
  margin-bottom: 7vw;
  margin-left: auto;
}
.works__in_post .wrap__post .post__header .list__tags .item {
  width: 20vw;
  height: 6vw;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: var(--font-size-15);
  font-size: 3vw;
  letter-spacing: 0.1em;
  font-weight: 500;
  border: 1px solid var(--col--txt-01);
}



.works__in_post .wrap__post .item__img {
  margin-bottom: 5vw;
  width: 100%;
  height: 70vw;
}


.works__in_post .wrap__post .item__movie{
  width: 100%;
  height: 50vw;
  margin-block: var(--margin-40);

  iframe{
    width: 100%;
    height: 100%;
  }
}


/* .works__in_post .wrap__post .list__images {
  display: flex;
  gap: 5vw;
  margin-bottom: 8vw;
  .list_item__img {
    width: calc((100% - 5vw) / 2);
    height: 35vw;
  }
} */


.works__in_post .wrap__post .list__images {
  display: flex;
  gap: 9vw;
  margin-bottom: var(--margin-70);
  margin-top: 8vw;
  width: 100%;
  flex-wrap: wrap;

  .list_item__img {
    width: calc((100% - 50px) / 2);
    width: 100%;
    position: relative;
    margin-inline: auto;
    height: 60vw;
  }
}


.works__in_post .wrap__post .item__text {
  text-align: left;
}
.works__in_post .wrap__post .item__text p {
  font-size: var(--font-size-15);
  line-height: 2.1;
}
.works__in_post .wrap__post .item__text br {
  display: none;
}
.works__in_post .com__btn_01 {
  margin-inline: auto;
  margin-top: 5vw;
}

/* office
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* office__about
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#office__about .inner {
  padding-top: 17vw;
}
#office__about .ttl03 {
  margin-bottom: 13vw;
  margin-left: auto;
  width: 100%;
  align-items: center;
}
#office__about .ttl03 .ttl__ja {
  font-size: var(--font-size-24);
  font-weight: 500;
  letter-spacing: 0.1em;
}
#office__about .ttl03 .ttl__en {
  font-weight: 600;
  font-size: var(--font-size-60);
  letter-spacing: 0.075em;
  margin-bottom: 5vw;
}
#office__about .cont__info {
  position: relative;
  width: 100%;
  margin-left: auto;
  min-height: 68vw;
  margin-bottom: 20vw;
}
#office__about .cont__info .item__img {
  position: relative;
  width: 100%;
  margin-bottom: 5vw;
}
#office__about .cont__info .item__table tr th {
  width: 25%;
}
#office__about .cont__owner {
  position: relative;
  display: flex;
  flex-direction: column;
}
#office__about .cont__owner .ttl04 {
  align-items: end;
  width: fit-content;
  display: flex;
  flex-direction: column;
  align-items: start;
  gap: 4vw;
  margin-bottom: 0;
  margin-top: 20vw;
  margin-bottom: 25vw;
}
#office__about .cont__owner .ttl04 .ttl__ja span {
  font-weight: 500;
  letter-spacing: 0.1em;
  font-size: var(--font-size-28);
  font-size: 5vw;
}
#office__about .cont__owner .ttl04 .ttl__ja span small {
  display: block;
  font-size: var(--font-size-20);
  font-weight: 500;
  letter-spacing: 0.1em;
  margin-right: 5vw;
  margin-bottom: 7vw;
}
#office__about .cont__owner .ttl04 .ttl__en {
  font-weight: 500;
  font-size: var(--font-size-18);
  letter-spacing: 0.1em;
  font-size: 3vw;
}
#office__about .cont__owner .item__img {
  position: relative;
  margin-bottom: 8vw;
  width: 48vw;
  position: absolute;
  right: 0;
  top: 4vw;
}
#office__about .cont__owner .block__info .list__career {
  width: 100%;
}
#office__about .cont__owner .block__info .list__career .item {
  display: flex;
  padding: 5vw;
  flex-direction: column;
  gap: 2vw;
}
#office__about .cont__owner .block__info .list__career .item dt,
#office__about .cont__owner .block__info .list__career .item dd {
  font-size: var(--font-size-15);
  font-weight: 500;
  line-height: 1.8;
}
#office__about .cont__owner .block__info .list__career .item dt {
  font-weight: 700;
  font-size: 4.2vw;
  width: 100%;
  margin-right: 5vw;
}
#office__about .cont__owner .block__info .list__career .item dd {
  font-size: 3.6vw;
}
#office__about .cont__owner .block__info .list__career .item:nth-of-type(odd) {
  background: #f0f0ef;
}
#office__about .cont__owner .block__info .list__career .item:nth-of-type(even) {
  background: #fff;
}

/* office__contact
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#office__contact {
  background: #f0f0ef;
}
#office__contact .ttl03 {
  align-items: center;
  margin-bottom: 15vw;
}
#office__contact .btn__contact {
  margin-inline: auto;
  width: fit-content;
  display: flex;
}
#office__contact .btn__contact::before {
  top: 50%;
  translate: 0 -50%;
}

/* office__map
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#office__map {
  height: 70vw;
  width: 100%;
}
#office__map .item__map {
  height: 100vw;
}

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

共通下層ページ　( 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;
  }
}/*# sourceMappingURL=style_sp.css.map */