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

 header ヘッダー

////////////////////////////////////////////////////////////////////////////////////////////////// */
#header {
  position: relative;
  width: 100%;
  z-index: 5;
  top: 0;
  left: 0;
  height: 120px;
}
#header .inner {
  width: 100%;
  min-width: 1080px;
  height: 120px;
  background: #fff;
  padding: 0;
}
#header .block__left {
  position: relative;
  width: fit-content;
  padding-left: 40px;
}
#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.6;
}
#header .group__info {
  height: 100%;
}
#header .group__info .btn__contact {
  display: flex;
  width: 187px;
  height: 100%;
  gap: 12px;
  position: relative;
  z-index: 0;
  color: #fff;
  transition: ease 0.3s;
  border: 1px solid var(--col--main-02);
}
#header .group__info .btn__contact::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-image: -moz-linear-gradient(0deg, rgb(62, 168, 229) 0%, rgb(20, 141, 217) 0%, rgb(68, 175, 242) 100%);
  background-image: -webkit-linear-gradient(0deg, rgb(62, 168, 229) 0%, rgb(20, 141, 217) 0%, rgb(68, 175, 242) 100%);
  background-image: -ms-linear-gradient(0deg, rgb(62, 168, 229) 0%, rgb(20, 141, 217) 0%, rgb(68, 175, 242) 100%);
  z-index: -1;
  transition: ease 0.15s;
}
#header .group__info .btn__contact .en {
  font-size: var(--font-size-22);
  font-family: var(--fot--Lato);
  letter-spacing: 0;
  font-weight: 700;
}
#header .group__info .btn__contact .ja {
  font-size: var(--font-size-15);
  font-weight: 500;
  letter-spacing: 0;
}
#header .group__info .btn__contact:hover {
  color: var(--col--main-01);
  background: #fff;
  border: 1px solid var(--col--main-02);
}
#header .group__info .btn__contact:hover::before {
  content: "";
  position: absolute;
  opacity: 0;
}
#header .block__right {
  position: relative;
  width: fit-content;
  height: 100%;
  gap: 70px;
}
@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: 15px;
}
#nav .list-nav .item {
  width: fit-content;
}
#nav .list-nav .item::after {
  content: "/";
  color: currentColor;
  position: relative;
  margin-left: 15px;
}
#nav .list-nav .item:last-child::after {
  display: none;
}
#nav .list-nav .item a {
  font-size: var(--font-size-15);
  font-weight: 500;
  transition: ease 0.12s;
}
#nav .list-nav .item a:hover {
  opacity: 0.6;
  color: var(--col--main-02);
}
@media screen and (max-width: 767px) {
  #nav {
    display: none;
  }
}

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

mv メインビジュアル

////////////////////////////////////////////////////////////////////////////////////////////////// */
#mv {
  z-index: 1;
  position: relative;
  width: 100%;
  height: 930px;
}
#mv::after {
  z-index: 1;
  content: "";
  position: absolute;
  background: url(/img/top/top__about__ttl_deco_02.png) center center/contain no-repeat;
  width: 176px;
  height: 247px;
  right: calc(50vw - 640px);
  bottom: -200px;
}
#mv .wrap__mv {
  overflow: hidden;
  width: 100%;
  height: 100%;
}
#mv .block__mv {
  position: relative;
  margin-inline: auto;
  width: 1920px;
  height: 930px;
}
#mv .block__mv .mv__catch {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 1700px;
  height: 455px;
  border-radius: 0 0 60px 0;
  background: var(--col--main-01);
}
#mv .block__mv .mv__catch::before {
  content: "";
  position: absolute;
  height: 100%;
  width: 30vw;
  left: 5px;
  translate: -100% 0;
  background: var(--col--main-01);
}
#mv .block__mv .mv__catch img {
  position: absolute;
  z-index: 1;
  left: 0px;
  bottom: 134px;
}
#mv .block__mv .mv__img {
  position: absolute;
  right: 0;
  top: 0;
}

/* sv サブビジュアル
========================================================================= */
#sv {
  position: relative;
  width: 100%;
  height: 600px;
}
#sv .wrap__sv {
  overflow: hidden;
  width: 100%;
  height: 100%;
}
#sv .block__sv {
  position: relative;
  margin-inline: auto;
  width: 1920px;
  height: 600px;
  right: clamp(0px, -50vw + 800px, 120px);
}
#sv .block__sv .sv__catch {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 1700px;
  height: 412px;
  border-radius: 0 0 60px 0;
  background: var(--col--main-01);
}
#sv .block__sv .sv__catch::before {
  content: "";
  position: absolute;
  height: 100%;
  width: 30vw;
  left: 5px;
  translate: -100% 0;
  background: var(--col--main-01);
}
#sv .block__sv .sv__catch img {
  position: absolute;
  z-index: 1;
  left: 0px;
  bottom: 100px;
}
#sv .block__sv .sv__img {
  position: absolute;
  right: 0;
  top: 0;
}
#sv .block__sv .sv__img img {
  width: 1700px;
  height: 500px;
}
#sv .sv-catch {
  position: absolute;
  left: 50%;
  top: 50%;
  translate: -50% -50%;
}

.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.png) center center/cover no-repeat;
}

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

footer フッター

////////////////////////////////////////////////////////////////////////////////////////////////// */
#footer {
  position: relative;
  width: 100%;
  background: var(--col--main-01);
  color: #fff;
}
#footer::before {
  content: "";
  position: absolute;
  background: url(/img/common/separate__wave__01_02.png) center center/max(1920px, 100%) 63px no-repeat;
  width: 100%;
  height: 63px;
  top: 0;
  left: 50%;
  translate: -50% -100%;
}
#footer .item__logo {
  display: block;
  position: relative;
  width: fit-content;
  transition: ease 0.2s;
  margin-bottom: var(--margin-60);
}
#footer .item__logo:hover {
  opacity: 0.6;
}
#footer .inner {
  width: 1080px;
}
#footer .block__left {
  position: relative;
  width: fit-content;
}
#footer .block__left .group__tel {
  width: fit-content;
  margin-bottom: var(--margin-40);
  gap: 10px;
}
#footer .block__left .group__tel > .item {
  width: fit-content;
  gap: 5px;
  position: relative;
}
#footer .block__left .group__tel > .item::after {
  content: "|";
  color: currentColor;
  position: relative;
  margin-left: 5px;
}
#footer .block__left .group__tel > .item:last-child::after {
  display: none;
}
#footer .block__left .group__tel > .item dt,
#footer .block__left .group__tel > .item dd {
  width: fit-content;
}
#footer .block__left .group__tel > .item dt {
  font-size: var(--font-size-16);
}
#footer .block__left .group__tel > .item dd {
  font-size: var(--font-size-20);
}
#footer .block__left .item__address {
  margin-bottom: var(--margin-40);
}
#footer .block__left .group__times {
  width: fit-content;
  gap: 15px;
}
#footer .block__left .group__times > .item {
  gap: 10px;
  width: fit-content;
}
#footer .block__left .group__times > .item dt,
#footer .block__left .group__times > .item dd {
  width: fit-content;
}
#footer .block__left .group__times > .item dt {
  width: fit-content;
  position: relative;
}
#footer .block__left .group__times > .item dt::before {
  content: "【";
  color: currentColor;
  position: relative;
}
#footer .block__left .group__times > .item dt::after {
  content: "】";
  color: currentColor;
  position: relative;
}
#footer .block__left .group__times > .item dd {
  width: fit-content;
}
#footer .block__right {
  position: relative;
  width: fit-content;
}
#footer .ft__info {
  width: 1080px;
  margin-inline: auto;
  padding-bottom: var(--margin-40);
}
#footer .ft__info .list__link {
  gap: 20px;
}
#footer .ft__info .list__link .item {
  position: relative;
  transition: ease 0.2s;
}
#footer .ft__info .list__link .item a {
  font-size: 14px;
  color: #fff;
}
#footer .ft__info .list__link .item a::after {
  content: "|";
  color: currentColor;
  position: relative;
  left: 10px;
}
#footer .ft__info .list__link .item:last-child a::after {
  display: none;
}
#footer .ft__info .list__link .item:hover {
  opacity: 0.5;
}
#footer .list-nav {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  height: 165px;
  gap: 30px 170px;
  margin-bottom: var(--margin-60);
}
#footer .list-nav .item {
  width: fit-content;
  position: relative;
}
#footer .list-nav .item::before {
  content: "";
  position: relative;
  display: inline-block;
  background: url(/img/common/icon__arrow__02_01.png) center center/contain no-repeat;
  width: 6px;
  height: 9px;
  color: currentColor;
  margin-right: 10px;
  left: 0;
  transition: ease 0.2s;
}
#footer .list-nav .item a {
  position: relative;
  transition: ease 0.2s;
}
#footer .list-nav .item:hover::before {
  left: 3px;
}
#footer #copyright {
  font-size: var(--font-size-13);
  text-align: center;
  color: var(--col--main-02);
  color: #fff;
}
#footer #copyright a {
  margin: 0 2px;
  padding: 0 5px;
  transition: ease 0.12s;
}
#footer #copyright a:hover {
  color: #fff;
  background: var(--col--main-02);
}
#footer .btn__corporate {
  width: 300px;
  height: 70px;
  background: #fff;
  border-radius: 10px;
  position: relative;
  margin-left: auto;
  transition: ease 0.15s;
  border: 1px solid #fff;
}
#footer .btn__corporate::after {
  content: "";
  position: absolute;
  background: url(/img/common/icon__link__01_01.png) center center/contain no-repeat;
  width: 17px;
  height: 17px;
  right: 20px;
  top: 50%;
  translate: 0 -50%;
  transition: ease 0.15s;
}
#footer .btn__corporate span {
  font-size: var(--font-size-18);
  font-weight: 700;
  letter-spacing: 0.05em;
  color: var(--col--main-01);
  transition: ease 0.15s;
}
#footer .btn__corporate:hover {
  background: unset;
}
#footer .btn__corporate:hover::after {
  filter: var(--col--white-f);
}
#footer .btn__corporate:hover span {
  color: #fff;
}
@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 {
  position: relative;
  z-index: 0;
  background: url(/img/top/top__about__img_01.png) left clamp(-300px,50vw - 900px,0px) bottom no-repeat, url(/img/top/top__about__bg_01.png) center bottom/100% 100% no-repeat;
}
#top__about .ttl03 {
  width: 600px;
  margin-left: auto;
  position: relative;
}
#top__about .ttl03::before {
  content: "";
  position: absolute;
  background: url(/img/top/top__about__ttl_deco_01.png) center center/contain no-repeat;
  width: 193px;
  height: 142px;
  left: -85px;
  top: -45px;
}
#top__about .cont__about {
  width: 600px;
  margin-left: auto;
}
#top__about .cont__about .item__text {
  margin-bottom: var(--margin-70);
}
#top__about .cont__about .item__text p.str {
  font-size: var(--font-size-22);
  font-family: var(--fot--Zen-Kurenaido);
  color: var(--col--main-02);
}
/* top__business
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#top__business {
  background: url(/img/common/separate__wave__01_01.png) center bottom -1px/100% 97px no-repeat, url(/img/top/top__business__bg_img_01.jpg) center center/cover no-repeat;
  position: relative;
  z-index: 0;
}
#top__business .inner {
  position: relative;
  padding-block: 200px 140px;
}
#top__business .inner::before {
  content: "";
  position: absolute;
  background: url(/img/top/top__business__deco_02.png) center center/contain no-repeat;
  width: 232px;
  height: 216px;
  right: -100px;
  bottom: 0;
}
#top__business .list__images {
  width: 100%;
  display: flex;
}
#top__business .ttl03 {
  width: 530px;
  margin-left: auto;
  position: relative;
}
#top__business .ttl03::before {
  content: "";
  position: absolute;
  background: url(/img/top/top__business__ttl_deco_01.png) center center/contain no-repeat;
  width: 175px;
  height: 140px;
  right: -10px;
  top: 25px;
}
#top__business .ttl03 .ttl__en {
  color: #fff;
}
#top__business .cont__business {
  width: 530px;
  margin-left: auto;
  position: relative;
}
#top__business .cont__business .item__img {
  position: absolute;
  left: -700px;
  top: -310px;
}
#top__business .cont__business .item__img::before {
  content: "";
  position: absolute;
  background: url(/img/top/top__business__deco_01.png) center center/contain no-repeat;
  width: 306px;
  height: 306px;
  right: -125px;
  top: -50px;
  z-index: -1;
}
#top__business .cont__business .item__text {
  margin-bottom: var(--margin-60);
}
#top__business .cont__business .item__text p {
  color: #fff;
  font-weight: 400;
}
/* top__staff
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#top__staff {
  background: url(/img/common/pattern__stripe__01_01.png) repeat;
}
#top__staff .ttl03 {
  margin-inline: auto;
  align-items: center;
  margin-bottom: var(--margin-30);
}
#top__staff .cont__intro .item__text_lead {
  text-align: center;
  margin-bottom: var(--margin-40);
}
#top__staff .cont__intro .item__text_lead p {
  font-size: var(--font-size-17);
  line-height: 2.6;
}
#top__staff .cont__intro .item__img {
  margin-inline: auto;
  width: fit-content;
  margin-bottom: var(--margin-50);
}
#top__staff .cont__intro .com__btn_01 {
  margin-inline: auto;
}

/* top__recruit
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#top__recruit {
  position: relative;
  z-index: 0;
  background: url(/img/top/top__recruit__bg_img_01.png) top center/max(1920px, 100%) auto no-repeat, #daeffc;
}
#top__recruit .inner {
  position: relative;
  padding-top: 0;
}
#top__recruit .inner::before {
  content: "";
  position: absolute;
  background: url(/img/top/top__recruit__deco_01.png) center center/contain no-repeat;
  width: 273px;
  height: 379px;
  left: -100px;
  top: -178px;
}
#top__recruit .ttl03 {
  margin-inline: auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  top: -19px;
  position: relative;
}
#top__recruit .ttl03 .ttl__ja {
  order: 2;
  margin-bottom: var(--margin-50);
  font-size: var(--font-size-50);
  font-weight: 500;
  letter-spacing: 0.05em;
  font-family: var(--fot--Zen-Kaku-Goth);
}
#top__recruit .ttl03 .ttl__en {
  order: 1;
  font-size: 120px;
  letter-spacing: 0.05em;
  color: #fff;
  font-family: var(--fot--Lato);
  white-space: nowrap;
  font-weight: 700;
  position: relative;
  margin-bottom: var(--margin-50);
}
#top__recruit .ttl03 .ttl__sub {
  z-index: 1;
  position: absolute;
  right: 205px;
  top: 91px;
}
#top__recruit .cont__intro {
  position: relative;
  margin-bottom: var(--margin-70);
}
#top__recruit .cont__intro .item__text_lead {
  text-align: center;
}
#top__recruit .cont__info {
  position: relative;
}
#top__recruit .cont__info::before {
  z-index: -1;
  content: "";
  position: absolute;
  background: url(/img/top/top__recruit__deco_02.png) center center/contain no-repeat;
  width: 273px;
  height: 379px;
  right: -200px;
  top: -130px;
}
#top__recruit .cont__info .list__info {
  --num: 3;
  --column-gap: 50px;
  --row-gap: 60px;
}
#top__recruit .cont__info .list__info > .item {
  background: #fff;
  padding: 45px 30px;
}
#top__recruit .cont__info .list__info > .item .ttl04 {
  text-align: center;
  margin-bottom: var(--margin-20);
}
#top__recruit .cont__info .list__info > .item .ttl04 .ttl__ja {
  line-height: 1.6;
  font-weight: 700;
  font-size: var(--font-size-24);
  letter-spacing: 0.05em;
}
#top__recruit .cont__info .list__info > .item .item__type {
  background: var(--col--main-01);
  width: fit-content;
  margin-inline: auto;
  padding: 6px 15px;
  padding-bottom: 7px;
  color: #fff;
  font-size: var(--font-size-18);
  font-weight: 700;
  margin-bottom: var(--margin-20);
}
#top__recruit .cont__info .list__info > .item .item__text {
  margin-bottom: var(--margin-60);
  height: 90px;
}
#top__recruit .cont__info .list__info > .item .item__text p {
  font-size: var(--font-size-18);
  font-size: var(--font-size-17);
  letter-spacing: 0.04em;
}
#top__recruit .cont__info .list__info > .item .com__btn_01 {
  width: 240px;
  height: 50px;
}

/* common__news top__news
========================================================================= */
.com__tag .item {
  background: var(--col--main-01);
  color: #fff;
  padding: 2px;
  width: fit-content;
  min-width: 52px;
  font-size: var(--font-size-15);
}

.com__latest {
  padding-bottom: var(--margin-30);
  border-bottom: 1px solid #a5a5a5;
  margin-bottom: var(--margin-30);
  position: relative;
  right: 0;
  transition: ease 0.3s;
}
.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: 3;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: var(--font-size-18);
  font-weight: 400;
  letter-spacing: 0.05em;
}
.com__latest .item__time {
  position: relative;
  order: 1;
  width: fit-content;
  font-size: var(--font-size-15);
  font-family: var(--fot--Lato);
  margin-right: var(--margin-20);
  margin-bottom: var(--margin-15);
  font-weight: 700;
}
.com__latest .list__tag {
  order: 2;
  width: 75%;
  margin-bottom: var(--margin-15);
  gap: 12px;
}
.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-02);
  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: 10px;
}

#top__news {
  background: var(--pattern--stripe-01-01);
  min-height: 520px;
}
#top__news .inner {
  position: relative;
}
#top__news .ttl03 {
  position: absolute;
  left: 0;
  top: 100px;
  gap: 20px;
}
#top__news .cont__latest {
  width: 770px;
  margin-left: auto;
}
#top__news .com__btn_01 {
  position: absolute;
  left: 0;
  top: 260px;
  width: 220px;
  height: 60px;
}

/* company
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* company__concept
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#company__concept .inner {
  position: relative;
  padding-top: 280px;
  padding-bottom: 170px;
}
#company__concept .inner::before {
  content: "";
  position: absolute;
  background: url(/img/company/company__concept__deco_01.png) center center/contain no-repeat;
  width: 232px;
  height: 216px;
  right: -120px;
  top: 0;
}
#company__concept .ttl03 {
  width: 530px;
  margin-left: auto;
  margin-bottom: var(--margin-50);
  gap: 15px;
  position: relative;
}
#company__concept .ttl03::before {
  content: "";
  position: absolute;
  background: url(/img/common/deco__shape__02_01.png) center center/contain no-repeat;
  width: 193px;
  height: 142px;
  left: -80px;
  top: -49px;
}
#company__concept .cont__intro {
  width: 530px;
  margin-left: auto;
  position: relative;
}
#company__concept .cont__intro .item__img {
  position: absolute;
  left: -960px;
  top: -300px;
  width: max-content;
}
/* company__pick
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#company__pick {
  background: url(/img/company/company__pick__bg_deco_01.png) center top -1px/100% 97px no-repeat, url(/img/company/company__pick__bg_deco_02.png) center bottom -1px/100% 97px no-repeat, url(/img/company/company__pick__bg_img_01.jpg) center center/cover no-repeat;
}
#company__pick .inner {
  padding-block: 170px 150px;
}
#company__pick .ttl03 {
  margin-inline: auto;
  align-items: center;
  position: relative;
}
#company__pick .ttl03 .ttl__ja {
  position: relative;
}
#company__pick .ttl03 .ttl__ja::before {
  content: "";
  position: absolute;
  background: url(/img/common/deco__shape__01_01.png) center center/contain no-repeat;
  width: 188px;
  height: 188px;
  left: -100px;
  top: -120px;
}
#company__pick .ttl03 .ttl__en {
  color: #fff;
}
#company__pick .cont__intro {
  text-align: center;
}
#company__pick .cont__intro .item__text p {
  color: #fff;
}

/* company__owner
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#company__owner .inner {
  padding-top: 260px;
}
#company__owner .wrap__message {
  background: #fff;
  padding: 60px;
  border-radius: 40px 40px 0 0;
  width: 700px;
  position: relative;
}
#company__owner .wrap__message .ttl03 {
  gap: 15px;
  margin-bottom: var(--margin-45);
  position: relative;
}
#company__owner .wrap__message .ttl03::before {
  content: "";
  position: absolute;
  background: url(/img/common/deco__shape__02_02.png) center center/contain no-repeat;
  width: 193px;
  height: 142px;
  left: -160px;
  top: -120px;
}
#company__owner .wrap__message .item__img {
  z-index: -1;
  position: absolute;
  width: max-content;
  right: 480px;
  bottom: 0;
  translate: 100% 0;
}
#company__owner .wrap__message .item__text p.name {
  text-align: end;
}

/* company__philosophy
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#company__philosophy {
  background: url(/img/company/company__philosophy__bg_img_01.jpg) center center/cover no-repeat;
}
#company__philosophy .inner {
  padding-block: 180px;
  position: relative;
}
#company__philosophy .inner::before {
  content: "";
  position: absolute;
  background: url(/img/company/company__philosophy__deco_01.png) center center/contain no-repeat;
  width: 192px;
  height: 198px;
  right: -100px;
  bottom: -50px;
}
#company__philosophy .wrap__philosophy {
  display: flex;
  align-items: center;
  gap: 110px;
  margin-inline: auto;
  width: fit-content;
}
#company__philosophy .wrap__philosophy .ttl03 {
  gap: 10px;
  position: relative;
  margin-bottom: 0;
}
#company__philosophy .wrap__philosophy .item__text {
  width: 460px;
}
#company__philosophy .wrap__philosophy .item__text p {
  font-size: var(--font-size-20);
}

/* company__info
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#company__info .inner {
  padding-bottom: 150px;
}
#company__info .ttl03 {
  align-items: center;
  gap: 10px;
  position: relative;
}
#company__info .ttl03 .ttl__ja {
  position: relative;
}
#company__info .ttl03 .ttl__ja::before {
  content: "";
  position: absolute;
  background: url(/img/common/deco__shape__02_03.png) center center/contain no-repeat;
  width: 182px;
  height: 115px;
  right: -100px;
  bottom: -20px;
}
/* works
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* works__concept
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#works__concept {
  background: url(/img/works/works__concept__bg_deco_01.png) center bottom -1px/100% 97px no-repeat, url(/img/works/works__concept__bg_01.png) center center/100% 100% no-repeat;
}
#works__concept .inner {
  padding-bottom: 270px;
}
#works__concept .ttl03 {
  margin-inline: auto;
  align-items: center;
  gap: 10px;
}
#works__concept .ttl03 .ttl__ja {
  position: relative;
}
#works__concept .ttl03 .ttl__ja::before {
  content: "";
  position: absolute;
  background: url(/img/common/deco__shape__02_03.png) center center/contain no-repeat;
  width: 182px;
  height: 115px;
  right: -100px;
  bottom: -20px;
}
#works__concept .item__text_lead {
  text-align: center;
  margin-bottom: 100px;
}
#works__concept .cont__concept .block {
  position: relative;
  width: 500px;
}
#works__concept .cont__concept .block:last-child {
  margin-bottom: 0;
}
#works__concept .cont__concept .block .ttl04 {
  margin-bottom: var(--margin-40);
}
#works__concept .cont__concept .block .ttl04 .ttl__ja {
  line-height: 1.9;
  font-size: var(--font-size-30);
  font-family: var(--fot--Zen-Kurenaido);
  letter-spacing: 0.05em;
}
#works__concept .cont__concept .block .ttl04 .ttl__ja .str-01 {
  font-family: var(--fot--Noto-Sans);
  display: inline-block;
  font-weight: 600;
  color: #fff;
  line-height: 1.4;
  padding: 2px 7px;
  font-size: var(--font-size-27);
  background: var(--col--main-01);
}
#works__concept .cont__concept .block .item__img {
  position: absolute;
  top: 0;
  width: max-content;
}
#works__concept .cont__concept .block .item__text {
  margin-bottom: var(--margin-50);
}
#works__concept .cont__concept .block .com__btn_01 {
  width: 350px;
  height: 80px;
}
#works__concept .cont__concept .block:nth-of-type(odd) {
  margin-left: auto;
}
#works__concept .cont__concept .block:nth-of-type(odd) .item__img {
  left: -1000px;
}
#works__concept .cont__concept .block:nth-of-type(even) .item__img {
  right: -1000px;
}
#works__concept .cont__concept .block__01 {
  position: relative;
  margin-bottom: 240px;
}
#works__concept .cont__concept .block__02 {
  position: relative;
  margin-bottom: 150px;
}
/* works__pick
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#works__pick {
  background: var(--pattern--stripe-01-01);
}
#works__pick .inner {
  padding-top: 120px;
  padding-bottom: 120px;
}
#works__pick .ttl03 {
  margin-inline: auto;
  gap: 10px;
  align-items: center;
}
#works__pick .ttl03 .ttl__ja {
  position: relative;
}
#works__pick .ttl03 .ttl__ja::before {
  content: "";
  position: absolute;
  background: url(/img/common/deco__shape__02_03.png) center center/contain no-repeat;
  width: 182px;
  height: 115px;
  right: -100px;
  bottom: -20px;
}
#works__pick .cont__pick {
  --num: 2;
  --column-gap: 50px;
  --row-gap: 50px;
}
#works__pick .cont__pick .block__pick {
  position: relative;
  display: flex;
  flex-direction: column;
}
#works__pick .cont__pick .block__pick .ttl04 {
  position: relative;
  order: 2;
  margin-top: -70px;
  margin-bottom: var(--margin-10);
}
#works__pick .cont__pick .block__pick .ttl04 .ttl__ja {
  padding: 8px 10px;
  background: var(--col--main-01);
  color: #fff;
  font-size: var(--font-size-26);
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 2.3;
  box-decoration-break: clone;
}
#works__pick .cont__pick .block__pick .item__img {
  order: 1;
  width: max-content;
  margin-left: -20px;
}
#works__pick .cont__pick .block__pick .item__text {
  order: 3;
}
#works__pick .cont__pick .block__01 .item__img {
  position: relative;
}
#works__pick .cont__pick .block__01 .item__img::before {
  content: "";
  position: absolute;
  background: url(/img/works/works__pick__deco_01.png) center center/contain no-repeat;
  width: 139px;
  height: 177px;
  right: 0;
  bottom: -40px;
}
#works__pick .cont__pick .block__02 .item__img {
  position: relative;
}
#works__pick .cont__pick .block__02 .item__img::before {
  content: "";
  position: absolute;
  background: url(/img/works/works__pick__deco_02.png) center center/contain no-repeat;
  width: 98px;
  height: 137px;
  right: 0;
  bottom: -30px;
}

/* staff
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* staff__concept
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#staff__concept {
  position: relative;
  z-index: 0;
  background: var(--pattern--stripe-01-01);
}
#staff__concept .inner {
  width: 1280px;
}
#staff__concept .ttl03 {
  margin-inline: auto;
  align-items: center;
  gap: 40px;
  position: relative;
}
#staff__concept .ttl03 .ttl__ja {
  position: relative;
}
#staff__concept .ttl03 .ttl__ja::before {
  content: "";
  position: absolute;
  background: url(/img/common/deco__shape__02_03.png) center center/contain no-repeat;
  width: 182px;
  height: 115px;
  right: -107px;
  bottom: -25px;
  z-index: -1;
}
#staff__concept .item__text_lead {
  text-align: center;
  margin-bottom: var(--margin-70);
}
#staff__concept .item__img {
  margin-bottom: 100px;
}
#staff__concept .cont__faq {
  margin-inline: auto;
  width: 1080px;
}
#staff__concept .cont__faq .block__faq {
  margin-bottom: 100px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
#staff__concept .cont__faq .block__faq:last-child {
  margin-bottom: 0;
}
#staff__concept .cont__faq .block__faq .ttl04 {
  background: var(--col--main-01);
  width: 100%;
  min-height: 100px;
  text-align: center;
  color: #fff;
  align-items: center;
  font-size: var(--font-size-30);
  font-weight: 700;
  letter-spacing: 0.05em;
  margin-bottom: 70px;
  position: relative;
}
#staff__concept .cont__faq .block__faq .ttl04::before {
  content: "";
  position: absolute;
  background: url(/img/common/deco__arrow__b.svg) center center/100% 100% no-repeat;
  width: 53px;
  height: 25px;
  bottom: 0;
  translate: 0 100%;
  filter: var(--col--main-01-f);
}
#staff__concept .cont__faq .block__faq .item__img {
  margin-bottom: 40px;
}
#staff__concept .cont__faq .block__faq .item__text {
  text-align: center;
}
#staff__concept .cont__faq .block__faq .item__text p {
  font-size: var(--font-size-18);
  letter-spacing: 0.04em;
}
#staff__concept .cont__faq .block__faq .list__faq {
  gap: 30px;
  width: 850px;
  margin-inline: auto;
  margin-bottom: var(--margin-40);
}
#staff__concept .cont__faq .block__faq .list__faq > .item {
  width: calc((100% - 30px) / 2);
  padding: 20px 25px;
  border-radius: 20px;
  background: #d6ecfa;
  align-content: center;
}
#staff__concept .cont__faq .block__faq .list__faq > .item .text {
  font-size: var(--font-size-18);
  line-height: 1.8;
}
/* recruit
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* recruit
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#recruit {
  background: var(--pattern--stripe-01-01);
}
#recruit .cont__recruit .block {
  margin-bottom: 150px;
}
#recruit .cont__recruit .block:last-child {
  margin-bottom: 0;
}
#recruit .cont__recruit .block .ttl04 {
  text-align: center;
  margin-bottom: var(--margin-50);
}
#recruit .cont__recruit .block .ttl04 .ttl__ja {
  font-size: var(--font-size-32);
  letter-spacing: 0.05em;
  font-family: var(--fot--Zen-Kaku-Goth);
  font-weight: 500;
}
#recruit .cont__recruit .block .item__text_lead {
  text-align: center;
  margin-bottom: var(--margin-50);
}
#recruit .cont__recruit .block .item__text_lead p {
  font-size: var(--font-size-18);
  font-weight: 500;
  letter-spacing: 0.05em;
}
/* recruit__concept
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#recruit__concept {
  background: url(/img/recruit/recruit__concept__bg_deco_01.png) center top -1px/100% 97px no-repeat, #d6ecfa;
}
#recruit__concept .inner {
  padding-top: 140px;
}
#recruit__concept .ttl03 {
  margin-inline: auto;
  align-items: center;
  margin-bottom: var(--margin-90);
  gap: 15px;
}
#recruit__concept .ttl03 .ttl__ja {
  position: relative;
}
#recruit__concept .ttl03 .ttl__ja::before {
  content: "";
  position: absolute;
  background: url(/img/common/deco__shape__02_03.png);
  width: 182px;
  height: 115px;
  right: -114px;
  top: -32px;
}
#recruit__concept .cont__flow .list__flow {
  margin-bottom: 100px;
}
#recruit__concept .cont__flow .list__flow > .item {
  position: relative;
  margin-bottom: 150px;
  width: 820px;
  margin-left: auto;
}
#recruit__concept .cont__flow .list__flow > .item::before {
  content: "";
  position: absolute;
  background: url(/img/recruit/recruit__concept__arrow_01.png) center center/contain no-repeat;
  width: 27px;
  height: 18px;
  bottom: -80px;
  left: 300px;
}
#recruit__concept .cont__flow .list__flow > .item:last-child {
  margin-bottom: 0;
}
#recruit__concept .cont__flow .list__flow > .item:last-child::before {
  display: none;
}
#recruit__concept .cont__flow .list__flow > .item .ttl04 .ttl__ja {
  font-size: var(--font-size-26);
  font-weight: 500;
  letter-spacing: 0.1em;
  font-family: var(--fot--Zen-Kaku-Goth);
  padding-bottom: 25px;
  margin-bottom: 25px;
  background: url(/img/common/border__dot__01_01.png) left bottom repeat-x;
}
#recruit__concept .cont__flow .list__flow > .item .ttl04 .ttl__num {
  position: absolute;
  left: -250px;
  top: -20px;
  width: 200px;
  height: 200px;
  aspect-ratio: 1;
  background: var(--col--main-01);
  color: #fff;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
#recruit__concept .cont__flow .list__flow > .item .ttl04 .ttl__num small {
  font-size: var(--font-size-22);
  font-family: var(--fot--Lato);
  letter-spacing: 0.1em;
  font-weight: 700;
}
#recruit__concept .cont__flow .list__flow > .item .ttl04 .ttl__num .num {
  font-size: var(--font-size-52);
  font-weight: 700;
  font-family: var(--fot--Lato);
  letter-spacing: 0.1em;
}
#recruit__concept .cont__flow .item__message {
  text-align: center;
  font-size: var(--font-size-26);
  font-family: var(--fot--Zen-Kurenaido);
  letter-spacing: 0.07em;
  line-height: 1.8;
  position: relative;
  width: fit-content;
  margin-inline: auto;
}
#recruit__concept .cont__flow .item__message::before {
  content: "";
  position: absolute;
  width: 30px;
  border-bottom: 2px solid var(--col--main-01);
  left: -5px;
  bottom: 18px;
  translate: -100% 0;
  rotate: 50deg;
}
#recruit__concept .cont__flow .item__message::after {
  content: "";
  position: absolute;
  width: 30px;
  border-bottom: 2px solid var(--col--main-01);
  right: -5px;
  bottom: 18px;
  translate: 100% 0;
  rotate: -50deg;
}
#recruit__concept .cont__flow .item__message p {
  position: relative;
}
#recruit__concept .cont__flow .item__message p::before {
  content: "";
  position: absolute;
  background: url(/img/recruit/recruit__concept__illust_01.png) center center/contain no-repeat;
  width: 153px;
  height: 173px;
  right: -50px;
  bottom: 0;
  translate: 100% 0;
}

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

共通下層ページ　( 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;
  }
}