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

 header ヘッダー

////////////////////////////////////////////////////////////////////////////////////////////////// */
#header {
  position: absolute;
  width: 100%;
  z-index: 5;
  top: 0;
  left: 0;
}
#header .inner {
  width: 100%;
  min-width: 1080px;
  height: 100px;
  padding: 0;
}
#header .block__left {
  position: relative;
  width: fit-content;
  left: 70px;
  top: 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.7;
}
#header .block__right {
  position: relative;
  width: fit-content;
  background: #fff8ec;
  padding: 15px 40px;
  border-radius: 45px;
  display: flex;
  align-items: center;
  flex-direction: row-reverse;
  gap: 30px;
  top: 40px;
  right: 70px;
  box-shadow: 0px 0px 12.75px 2.25px rgba(255, 206, 145, 0.2);
}
#header .unit__info {
  width: fit-content;
}
#header .btn__contact {
  background: var(--col--main-01);
  color: #fff;
  width: 170px;
  height: 50px;
  border-radius: 30px;
  font-weight: 500;
  border: 1px solid var(--col--main-01);
  transition: ease 0.2s;
}
#header .btn__contact:hover {
  background: #fff;
  color: var(--col--main-01);
}
@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;
  position: relative;
  top: 0;
}
#nav .list-nav .item a:hover {
  top: -2px;
  opacity: 0.7;
  color: var(--col--main-01);
}
@media screen and (max-width: 767px) {
  #nav {
    display: none;
  }
}

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

mv メインビジュアル

////////////////////////////////////////////////////////////////////////////////////////////////// */
#mv {
  position: relative;
  width: 100%;
  height: 55.7291666667vw;
  overflow: hidden;
}
#mv::before {
  content: "";
  position: absolute;
  background: url(/img/mv/mv__deco_01.png) center center/contain no-repeat;
  width: 41.1458333333vw;
  height: 44.7916666667vw;
  right: 0;
  top: 0;
}
#mv::after {
  content: "";
  position: absolute;
  background: url(/img/mv/mv__deco_02.png) center center/contain no-repeat;
  width: 28.0208333333vw;
  height: 37.5vw;
  left: 0;
  bottom: -3.6458333333vw;
}
#mv .mv__catch {
  z-index: 1;
  position: relative;
}
#mv .mv__catch .ttl__main {
  display: block;
  width: 30vw;
  height: 13.90625vw;
  position: absolute;
  left: 7.8125vw;
  top: 28.125vw;
}
#mv .mv__catch .ttl__main img {
  width: 100%;
  height: 100%;
}
#mv .mv__catch .ttl__sub {
  display: block;
  width: 19.5833333333vw;
  height: 8.2291666667vw;
  position: absolute;
  left: 68.75vw;
  top: 15.625vw;
}
#mv .mv__catch .ttl__sub img {
  width: 100%;
  height: 100%;
}
#mv .list__images .item {
  position: absolute;
}
#mv .list__images .item__01 {
  width: 59.0625vw;
  height: 33.3333333333vw;
  left: 20.46875vw;
  top: 11.4583333333vw;
}
#mv .list__images .item__02 {
  width: 10.4166666667vw;
  height: 10.4166666667vw;
  left: 4.1666666667vw;
  top: 10.15625vw;
}
#mv .list__images .item__03 {
  width: 10.4166666667vw;
  height: 10.4166666667vw;
  left: 85.4166666667vw;
  top: 38.5416666667vw;
}

/* sv サブビジュアル
========================================================================= */
#sv {
  position: relative;
  width: 100%;
  height: 930px;
  z-index: 0;
}
#sv::before {
  z-index: -1;
  content: "";
  position: absolute;
  background: url(/img/sv/sv__deco_01.png) center center/contain no-repeat;
  width: 538px;
  height: 720px;
  left: 0;
  bottom: -80px;
}
#sv::after {
  z-index: -1;
  content: "";
  position: absolute;
  background: url(/img/sv/sv__deco_02.png) center center/contain no-repeat;
  width: 791px;
  height: 860px;
  right: 0;
  top: 0;
}
#sv .sv-img {
  position: absolute;
  width: 78.125vw;
  height: 33.59375vw;
  min-width: 1010px;
  min-height: 434px;
  max-width: 1545px;
  max-height: 665px;
  left: 50%;
  top: 55%;
  translate: -50% -50%;
}
#sv .sv-catch {
  position: absolute;
  left: -50px;
  bottom: 30px;
  display: flex;
  flex-direction: column;
  gap: 30px;
}
#sv .sv-catch .en {
  font-size: var(--font-size-35);
  font-family: var(--fot--outfit);
  letter-spacing: 0.15em;
  color: var(--col--main-01);
  font-weight: 700;
}
#sv .sv-catch .ja {
  width: fit-content;
  background: #fff;
  padding: 20px 30px;
  border-radius: 10px;
  font-size: var(--font-size-50);
  font-weight: 700;
  letter-spacing: 0.1em;
  font-family: var(--fot--Zen-Kaku-Goth);
}

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

.sv-recruit {
  background: url(/img/sv/sv__recruit.png) 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%;
  border-top: 1px dashed var(--col--base-01);
  overflow: hidden;
}
#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;
  margin-inline: auto;
}
#footer .block__left {
  position: relative;
  width: fit-content;
}
#footer .block__right {
  position: relative;
  width: fit-content;
}
#footer .block__right::before {
  content: "";
  position: absolute;
  background: url(/img/common/ft__ill_01_01.png) center center/contain no-repeat;
  width: 130px;
  height: 142px;
  right: -190px;
  bottom: -130px;
}
#footer .list-nav {
  display: flex;
  flex-direction: column;
  align-content: end;
  gap: 30px 20px;
  height: 230px;
}
#footer .list-nav .item {
  width: fit-content;
  font-size: var(--font-size-20);
  letter-spacing: 0.15em;
  font-weight: 700;
  font-family: var(--fot--Zen-Kaku-Goth);
}
#footer .list-nav .item a {
  position: relative;
  transition: ease 0.2s;
}
#footer .list-nav .item a:hover {
  color: var(--col--main-01);
}
#footer .btn__official {
  width: 200px;
  height: 55px;
  background: var(--col--acc-b01);
  font-size: var(--font-size-19);
  font-weight: 700;
  letter-spacing: 0.1em;
  font-family: var(--fot--Zen-Kaku-Goth);
  position: relative;
  border-radius: 28px;
  color: #fff;
  transition: ease 0.2s;
}
#footer .btn__official:hover {
  opacity: 0.6;
}
#footer .btn__official::before {
  content: "";
  position: absolute;
  background: url(/img/common/icon__link_01_01.png) center center/contain no-repeat;
  width: 15px;
  height: 16px;
  right: 20px;
  top: 50%;
  translate: 0 -50%;
}
#footer .wrap__ft_info {
  width: 1080px;
  margin-inline: auto;
  display: flex;
  justify-content: space-between;
  margin-bottom: 100px;
}
#footer .wrap__ft_info .list__other_page {
  display: flex;
}
#footer .wrap__ft_info .list__other_page .item {
  font-size: var(--font-size-15);
  font-weight: 700;
  font-family: var(--fot--Zen-Kaku-Goth);
  letter-spacing: 0.15em;
  position: relative;
}
#footer .wrap__ft_info .list__other_page .item::after {
  content: "|";
  color: currentColor;
  position: relative;
  margin-inline: 30px;
}
#footer .wrap__ft_info .list__other_page .item:last-child::after {
  display: none;
}
#footer .wrap__ft_info .list__other_page .item a {
  transition: ease 0.2s;
}
#footer .wrap__ft_info .list__other_page .item a:hover {
  color: var(--col--main-01);
}
#footer #copyright {
  font-size: var(--font-size-13);
  text-align: center;
  color: var(--col--main-02);
}
#footer #copyright a {
  margin: 0 2px;
  padding: 0 5px;
  transition: ease 0.12s;
}
#footer #copyright a:hover {
  color: #fff;
  color: var(--col--main-01);
  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 {
  position: relative;
  z-index: 0;

  &::before {
    z-index: -1;
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: url(/img/common/pattern__texture__01_01.png), linear-gradient(90deg, #ffe1ca 0%, #fff2c3 100%);

    left: 50%;
    top: 50%;
    translate: -50% -50%;
  }
}

/* index
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* top__about
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#top__about {
  border-bottom: 1px dashed var(--col--base-01);
}
#top__about .inner {
  position: relative;
  padding-top: 0px;
  padding-bottom: 150px;
}
#top__about .ttl03 {
  margin-bottom: 40px;
}
#top__about .list__images {
  width: 1240px;
  height: 580px;
  position: absolute;
  left: 50%;
  translate: -50% 0;
  top: 300px;
}
#top__about .list__images .item__img {
  position: absolute;
}
#top__about .list__images .item__01 {
  left: 100px;
  top: 0;
}
#top__about .list__images .item__02 {
  right: 100px;
  top: 0;
}
#top__about .list__images .item__03 {
  right: 0;
  bottom: 0;
}
#top__about .list__images .item__04 {
  left: 0;
  bottom: 0;
}
#top__about .item__text {
  text-align: center;
}
#top__about .item__text p {
  margin-bottom: var(--margin-30);
}

/* top__works
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#top__works {
  position: relative;
  z-index: 0;
}
#top__works .inner {
  position: relative;
  padding-top: 150px;
}
#top__works .ttl03 {
  margin-bottom: 60px;
}
#top__works .list__images {
  position: absolute;
  width: 1560px;
  height: 935px;
  left: 50%;
  translate: -50% 0;
  top: 150px;
}
#top__works .list__images .item__img {
  position: absolute;
}
#top__works .list__images .item__01 {
  right: 0;
  top: 0;
}
#top__works .list__images .item__02 {
  left: 0;
  bottom: 0;
}
#top__works .cont__works {
  position: relative;
}
#top__works .cont__works::before {
  content: "";
  position: absolute;
  background: url(/img/top/top__works__ill_01.png) center center/contain no-repeat;
  width: 100px;
  height: 271px;
  left: -115px;
  top: 0px;
}
#top__works .cont__works .list__works {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: var(--margin-60);
}
#top__works .cont__works .list__works::before {
  z-index: -1;
  content: "";
  position: absolute;
  background: url(/img/top/top__works__boke_01.png) center center/contain no-repeat;
  width: 907px;
  height: 946px;
  left: 0;
  top: 0;
  translate: -45% -45%;
}
#top__works .cont__works .list__works::after {
  z-index: -1;
  content: "";
  position: absolute;
  background: url(/img/top/top__works__boke_02.png) center center/contain no-repeat;
  width: 720px;
  height: 720px;
  right: 0;
  bottom: 0;
  translate: 45% 45%;
}
#top__works .cont__works .list__works > .item {
  --color: red;
  width: 540px;
  height: 270px;
  background: #fff;
  border-radius: 30px;
  padding: 50px 40px;
  position: relative;
  box-shadow: 13.595px 6.339px 12.75px 2.25px rgba(255, 206, 145, 0.2);
}
#top__works .cont__works .list__works > .item .ttl04 {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-inline: auto;
  gap: 15px;
  margin-bottom: var(--margin-20);
}
#top__works .cont__works .list__works > .item .ttl04 .ttl__en {
  width: fit-content;
  font-size: var(--font-size-16);
  font-family: var(--fot--outfit);
  letter-spacing: 0.15em;
  font-weight: 700;
  color: var(--color);
}
#top__works .cont__works .list__works > .item .ttl04 .ttl__ja {
  width: fit-content;
  font-size: var(--font-size-30);
  font-family: var(--fot--Zen-Kaku-Goth);
  letter-spacing: 0.1em;
  font-weight: 700;
  color: var(--color);
}
#top__works .cont__works .list__works > .item .item__text p {
  font-size: var(--font-size-17);
  font-weight: 700;
  letter-spacing: 0.1em;
  font-family: var(--fot--Zen-Kaku-Goth);
  line-height: 1.9;
}
#top__works .cont__works .list__works .item:nth-of-type(1) {
  --color: var(--col--main-01);
}
#top__works .cont__works .list__works .item:nth-of-type(1)::before {
  content: "";
  position: absolute;
  border-bottom: 1px dashed var(--col--base-01);
  bottom: 0;
  width: 90%;
  left: 50%;
  translate: -50% 0;
}
#top__works .cont__works .list__works .item:nth-of-type(1)::after {
  content: "";
  position: absolute;
  border-right: 1px dashed var(--col--base-01);
  right: 0;
  top: 50%;
  translate: 0 -50%;
  height: 84%;
}
#top__works .cont__works .list__works .item:nth-of-type(2) {
  --color: var(--col--acc-r01);
}
#top__works .cont__works .list__works .item:nth-of-type(2)::before {
  content: "";
  position: absolute;
  border-bottom: 1px dashed var(--col--base-01);
  bottom: 0;
  width: 90%;
  left: 50%;
  translate: -50% 0;
}
#top__works .cont__works .list__works .item:nth-of-type(3) {
  --color: var(--col--acc-g01);
}
#top__works .cont__works .list__works .item:nth-of-type(3)::after {
  content: "";
  position: absolute;
  border-right: 1px dashed var(--col--base-01);
  right: 0;
  top: 50%;
  translate: 0 -50%;
  height: 84%;
}
#top__works .cont__works .list__works .item:nth-of-type(4) {
  --color: var(--col--acc-b01);
}
#top__works .cont__works .com__btn_01 {
  margin-inline: auto;
  width: 320px;
}
/* top__feature
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#top__feature {
  position: relative;
  z-index: 0;
}
#top__feature .wrap__feature {
  position: relative;
  background: #fff;
  padding-block: 150px;
}
#top__feature .wrap__feature::before {
  z-index: -1;
  content: "";
  position: absolute;
  width: clamp(1280px, 95vw, 1480px);
  height: 100%;
  background: #fff;
  left: 50%;
  top: 50%;
  translate: -50% -50%;
  border-radius: 100px;
}
#top__feature .wrap__feature .ttl03 {
  align-items: start;
  margin-bottom: var(--margin-60);
}
#top__feature .wrap__feature .ttl03::before {
  content: "";
  position: absolute;
  left: 0;
  translate: 0 0;
}
#top__feature .wrap__feature .list__feature {
  display: flex;
  flex-wrap: wrap;
  gap: 60px;
}
#top__feature .wrap__feature .list__feature > .item {
  width: calc((100% - 60px) / 2);
  background: #fff8ec;
  border-radius: 35px;
  padding: 60px;
  display: flex;
  flex-direction: column;
  position: relative;
}
#top__feature .wrap__feature .list__feature > .item .ttl04 {
  order: 2;
  text-align: center;
}
#top__feature .wrap__feature .list__feature > .item .ttl04 .ttl__num {
  position: absolute;
  font-size: var(--font-size-45);
  font-weight: 700;
  font-family: var(--fot--outfit);
  letter-spacing: 0.15em;
  color: var(--col--main-01);
  left: 50%;
  translate: -50% 0;
  top: 60px;
}
#top__feature .wrap__feature .list__feature > .item .ttl04 .ttl__ja {
  font-size: var(--font-size-27);
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1.6;
}
#top__feature .wrap__feature .list__feature > .item .item__img {
  order: 1;
  width: 100%;
  height: 220px;
  text-align: center;
  position: relative;
  margin-top: var(--margin-80);
  margin-bottom: var(--margin-30);
}
#top__feature .wrap__feature .list__feature > .item .item__img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
#top__feature .wrap__feature .com__btn_01 {
  position: absolute;
  right: 0;
  top: 200px;
  width: 320px;
}
/* top__subpages
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#top__subpages .inner {
  padding-block: 70px;
  width: 100%;
}
#top__subpages .list__subpages {
  display: flex;
  gap: 80px;
  width: calc(100% - 160px);
  max-width: 1770px;
  margin-inline: auto;
}
#top__subpages .list__subpages > .item {
  width: 100%;
  height: min(430px, 23.9583333333vw);
  border-radius: 50px;
}
#top__subpages .list__subpages > .item a {
  display: block;
  width: 100%;
  height: 100%;
  padding: min(100px, 5.2083333333vw) 4.1666666667vw;
  position: relative;
  border-radius: 50px;
  transition: ease 0.2s;
}
#top__subpages .list__subpages > .item a::before {
  content: "";
  position: absolute;
  background: url(/img/common/icon__arr_02_01.png) center center/contain no-repeat;
  width: 90px;
  height: 90px;
  right: 45px;
  bottom: 40px;
}
#top__subpages .list__subpages > .item a .ttl03 {
  gap: 1.5625vw;
  display: flex;
  flex-direction: column-reverse;
  transition: ease 0.2s;
}
#top__subpages .list__subpages > .item a .ttl03 .ttl__ja {
  font-size: var(--font-size-40);
  font-weight: 700;
  letter-spacing: 0.1em;
  font-family: var(--fot--Zen-Kaku-Goth);
  color: #fff;
}
#top__subpages .list__subpages > .item a .ttl03 .ttl__en {
  color: #fff;
  font-size: min(110px, 5.2083333333vw);
  letter-spacing: 0.1em;
  font-weight: 700;
  font-family: var(--fot--outfit);
}
#top__subpages .list__subpages > .item a:hover {
  background: #fff;
}
#top__subpages .list__subpages .item__01 a {
  background: var(--col--main-01);
  border: 1px solid var(--col--main-01);
}
#top__subpages .list__subpages .item__01 a:hover .ttl03 .ttl__ja {
  color: var(--col--main-01);
}
#top__subpages .list__subpages .item__01 a:hover .ttl03 .ttl__en {
  color: var(--col--main-01);
}
#top__subpages .list__subpages .item__02 a {
  background: var(--col--acc-r01);
  border: 1px solid var(--col--acc-r01);
}
#top__subpages .list__subpages .item__02 a:hover .ttl03 .ttl__ja {
  color: var(--col--acc-r01);
}
#top__subpages .list__subpages .item__02 a:hover .ttl03 .ttl__en {
  color: var(--col--acc-r01);
}

/* common__entry
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
.common__entry {
  position: relative;
  z-index: 0;
}
.common__entry .inner {
  position: relative;
  padding-bottom: 150px;
}
.common__entry .inner::before {
  z-index: -2;
  content: "";
  position: absolute;
  background: url(/img/common/deco__boke_01_01.png) center center/contain no-repeat;
  width: 907px;
  height: 946px;
  right: -500px;
  top: -300px;
}
.common__entry .inner::after {
  z-index: -2;
  content: "";
  position: absolute;
  background: url(/img/common/deco__boke_01_02.png) center center/contain no-repeat;
  width: 720px;
  height: 720px;
  left: -500px;
  bottom: -150px;
}
.common__entry .wrap__entry {
  position: relative;
  padding-block: 170px 130px;
}
.common__entry .wrap__entry::before {
  z-index: -1;
  content: "";
  position: absolute;
  width: clamp(1280px, 95vw, 1480px);
  height: 100%;
  background: #fff;
  left: 50%;
  top: 50%;
  translate: -50% -50%;
  border-radius: 100px;
  box-shadow: 0px 0px 12.75px 2.25px rgba(255, 206, 145, 0.2);
}
.common__entry .wrap__entry .list__images {
  width: 1225px;
  height: 400px;
  position: absolute;
  left: 50%;
  translate: -50% 0;
  top: 130px;
}
.common__entry .wrap__entry .list__images .item__img {
  position: absolute;
}
.common__entry .wrap__entry .list__images .item__01 {
  left: 120px;
  top: 0;
}
.common__entry .wrap__entry .list__images .item__02 {
  right: 120px;
  top: 0;
}
.common__entry .wrap__entry .list__images .item__03 {
  right: 0;
  bottom: 0;
}
.common__entry .wrap__entry .list__images .item__04 {
  left: 0;
  bottom: 0;
}
.common__entry .wrap__entry .ttl03 {
  margin-bottom: var(--margin-40);
}
.common__entry .wrap__entry .ttl03 .ttl__ja {
  order: 2;
}
.common__entry .wrap__entry .ttl03 .ttl__en {
  order: 3;
}
.common__entry .wrap__entry .ttl03 .ttl__sub {
  font-size: var(--font-size-40);
  color: var(--col--acc-r01);
  font-weight: 700;
  font-family: var(--fot--Zen-Kaku-Goth);
  letter-spacing: 0.1em;
  font-style: italic;
  order: 1;
}
.common__entry .wrap__entry .item__text_lead {
  text-align: center;
  margin-bottom: var(--margin-65);
}
.common__entry .wrap__entry .item__text_lead p {
  font-size: var(--font-size-20);
  font-family: var(--fot--Zen-Kaku-Goth);
}
.common__entry .wrap__entry .list__contact {
  display: flex;
  gap: 40px;
}
.common__entry .wrap__entry .list__contact > .item {
  width: 510px;
  height: 160px;
  background: #fff8ec;
  padding: 40px;
  border-radius: 20px;
}
.common__entry .wrap__entry .list__contact > .item .com__tel {
  gap: 20px;
}
.common__entry .wrap__entry .list__contact > .item .com__tel .item__attention {
  height: 17px;
}
.common__entry .wrap__entry .list__contact > .item .btn__contact {
  width: 100%;
  height: 100%;
}

/* common__news top__news
========================================================================= */
.com__tag {
  gap: 15px;
}
.com__tag .item {
  background: var(--col--acc-g01);
  width: fit-content;
  padding: 5px 10px;
  border-radius: 30px;
  color: #fff;
  font-size: var(--font-size-16);
  font-weight: 700;
  letter-spacing: 0.1em;
  position: relative;
}
.com__tag .item::before {
  content: "#";
  color: currentColor;
  position: relative;
  margin-left: 5px;
}

.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;
}
.com__latest .item__time {
  position: relative;
  order: 2;
  width: fit-content;
  font-family: var(--fot--outfit);
  letter-spacing: 0.15em;
  font-weight: 700;
}
.com__latest .list__tag {
  order: 1;
  width: 100%;
  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);
  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 .inner {
  padding-top: 100px;
  padding-bottom: 70px;
  position: relative;
}
#top__news .ttl03 {
  align-items: start;
  margin-bottom: 80px;
}
#top__news .ttl03::before {
  left: 0;
  translate: 0 0;
}
#top__news .cont__latest {
  display: flex;
  align-items: start;
  gap: 30px;
}
#top__news .cont__latest .block__latest {
  width: 340px;
  position: relative;
  padding-top: 30px;
  right: 0;
  top: 0;
  transition: ease 0.2s;
}
#top__news .cont__latest .block__latest a {
  display: flex;
  flex-direction: column-reverse;
  width: 100%;
  height: 100%;
  gap: 10px;
}
#top__news .cont__latest .block__latest .group__info .item__time {
  position: absolute;
  top: 0;
}
#top__news .cont__latest .block__latest .group__img {
  width: 100%;
  height: 260px;
  border-radius: 10px;
}
#top__news .cont__latest .block__latest:hover {
  right: 0;
  top: -5px;
  opacity: 0.7;
}
#top__news .com__btn_01 {
  position: absolute;
  top: 190px;
  right: 0;
}
#contents-u .cont-latest .com__latest {
  margin-bottom: var(--margin-30);
}
#contents-u .cont-latest .com__latest:last-child {
  margin-bottom: 0;
}
#contents-u .cont-latest .com__latest a {
  position: relative;
  right: 0;
  transition: ease 0.2s;
}
#contents-u .cont-latest .com__latest a:hover {
  opacity: 0.7;
  right: -5px;
}
#contents-u .cont-latest .com__latest .group__info .item__ttl {
  margin-bottom: 10px;
}
#contents-u .cont-latest .com__latest .group__info .item__time {
  margin-bottom: 10px;
}
#contents-u .cont-latest .com__latest .group__img {
  margin-right: 20px;
}

/* about
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* about__works
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#about__works {
  border-bottom: 1px dashed var(--col--base-01);
}
#about__works .ttl03 {
  margin-bottom: var(--margin-60);
}
#about__works .cont__works .block__works {
  --color: red;
  position: relative;
  background: #fff;
  margin-bottom: var(--margin-80);
  padding: 70px 80px;
  border-radius: 50px;
  min-height: 500px;
}
#about__works .cont__works .block__works .ttl04 {
  display: flex;
  flex-direction: column;
  gap: 30px;
  margin-bottom: var(--margin-30);
  width: 430px;
}
#about__works .cont__works .block__works .ttl04 .ttl__en {
  color: var(--color);
  font-size: var(--font-size-20);
  font-family: var(--fot--outfit);
  letter-spacing: 0.15em;
  font-weight: 700;
}
#about__works .cont__works .block__works .ttl04 .ttl__ja {
  color: var(--color);
  font-size: var(--font-size-35);
  font-weight: 700;
  letter-spacing: 0.1em;
  font-family: var(--fot--Zen-Kaku-Goth);
}
#about__works .cont__works .block__works .item__img {
  position: absolute;
  top: 70px;
}
#about__works .cont__works .block__works .item__text {
  width: 430px;
}
#about__works .cont__works .block__works .item__text p {
  font-size: var(--font-size-16);
  letter-spacing: 0.1em;
}
#about__works .cont__works .block__works:nth-of-type(odd) .ttl04 {
  margin-right: auto;
}
#about__works .cont__works .block__works:nth-of-type(odd) .item__img {
  right: 80px;
}
#about__works .cont__works .block__works:nth-of-type(odd) .item__text {
  margin-right: auto;
}
#about__works .cont__works .block__works:nth-of-type(even) .ttl04 {
  margin-left: auto;
}
#about__works .cont__works .block__works:nth-of-type(even) .item__img {
  left: 80px;
}
#about__works .cont__works .block__works:nth-of-type(even) .item__text {
  margin-left: auto;
}
#about__works .cont__works .block__01 {
  --color: var(--col--main-01);
}
#about__works .cont__works .block__02 {
  --color: var(--col--acc-r01);
}
#about__works .cont__works .block__03 {
  --color: var(--col--acc-g01);
}
#about__works .cont__works .block__04 {
  --color: var(--col--acc-b01);
}

/* about__faq
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#about__faq .ttl03 {
  margin-bottom: var(--margin-60);
}
#about__faq .cont__post .block__post {
  background: #fff8ec;
  border-radius: 50px;
  padding: 50px 60px;
  margin-bottom: var(--margin-50);
}
#about__faq .cont__post .block__post:last-child {
  margin-bottom: 0;
}
#about__faq .cont__post .block__post dt {
  position: relative;
  border-bottom: 1px dashed var(--col--base-01);
  padding-bottom: var(--margin-30);
  margin-bottom: var(--margin-30);
  font-size: var(--font-size-25);
  font-weight: 700;
  letter-spacing: 0.1em;
  color: var(--col--main-01);
  line-height: 2;
  padding-left: 65px;
}
#about__faq .cont__post .block__post dt::before {
  content: "";
  position: absolute;
  background: url(/img/common/icon__q.png) center center/contain no-repeat;
  width: 50px;
  height: 50px;
  left: 0;
  top: 0;
}
#about__faq .cont__post .block__post dd {
  position: relative;
  font-size: var(--font-size-16);
  font-weight: 700;
  font-family: var(--fot--Zen-Kaku-Goth);
  letter-spacing: 0.1em;
  line-height: 2;
  padding-left: 65px;
}
#about__faq .cont__post .block__post dd::before {
  content: "";
  position: absolute;
  background: url(/img/common/icon__a.png) center center/contain no-repeat;
  width: 50px;
  height: 50px;
  left: 0;
  top: 0;
}

/* feature
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* feature__charm
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#feature__charm {
  border-bottom: 1px dashed var(--col--base-01);
}
#feature__charm .inner {
  padding-bottom: 150px;
}
#feature__charm .ttl03 {
  margin-bottom: var(--margin-60);
}
#feature__charm .cont__charm .list__charm > .item {
  position: relative;
  margin-bottom: 150px;
}
#feature__charm .cont__charm .list__charm > .item:last-child {
  margin-bottom: 0;
}
#feature__charm .cont__charm .list__charm > .item .ttl04 {
  width: 510px;
  font-size: var(--font-size-30);
  font-weight: 700;
  letter-spacing: 0.1em;
  font-family: var(--fot--Zen-Kaku-Goth);
  padding-bottom: var(--margin-20);
  border-bottom: 2px dashed var(--col--main-01);
  margin-bottom: var(--margin-20);
  line-height: 1.5;
}
#feature__charm .cont__charm .list__charm > .item .ttl04 .ttl__num {
  color: var(--col--main-01);
}
#feature__charm .cont__charm .list__charm > .item .item__img {
  position: absolute;
  top: 0;
}
#feature__charm .cont__charm .list__charm > .item .item__text {
  width: 510px;
}
#feature__charm .cont__charm .list__charm > .item .item__text p {
  font-size: var(--font-size-16);
  letter-spacing: 0.1em;
}
#feature__charm .cont__charm .list__charm .item:nth-of-type(even) .ttl04 {
  margin-left: auto;
}
#feature__charm .cont__charm .list__charm .item:nth-of-type(even) .item__img {
  left: -100px;
}
#feature__charm .cont__charm .list__charm .item:nth-of-type(even) .item__text {
  margin-left: auto;
}
#feature__charm .cont__charm .list__charm .item:nth-of-type(odd) .ttl04 {
  margin-right: auto;
}
#feature__charm .cont__charm .list__charm .item:nth-of-type(odd) .item__img {
  right: -100px;
}
#feature__charm .cont__charm .list__charm .item:nth-of-type(odd) .item__text {
  margin-right: auto;
}
#feature__charm .cont__charm .list__charm .item__01::before {
  content: "";
  position: absolute;
  background: url(/img/feature/feature__charm__list_01_ill_01.png) center center/contain no-repeat;
  width: 176px;
  height: 195px;
  left: -200px;
  bottom: 0;
}
#feature__charm .cont__charm .list__charm .item__02::before {
  content: "";
  position: absolute;
  background: url(/img/feature/feature__charm__list_02_ill_01.png) center center/contain no-repeat;
  width: 217px;
  height: 164px;
  right: -200px;
  bottom: 0;
}
#feature__charm .cont__charm .list__charm .item__03::before {
  content: "";
  position: absolute;
  background: url(/img/feature/feature__charm__list_03_ill_01.png) center center/contain no-repeat;
  width: 151px;
  height: 195px;
  left: -200px;
  bottom: 0;
}
#feature__charm .cont__charm .list__charm .item__04::before {
  content: "";
  position: absolute;
  background: url(/img/feature/feature__charm__list_04_ill_01.png) center center/contain no-repeat;
  width: 157px;
  height: 166px;
  right: -200px;
  bottom: 0;
}

/* feature__voice
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#feature__voice .inner {
  padding-top: 150px;
}
#feature__voice .ttl03 {
  margin-bottom: var(--margin-60);
}
#feature__voice .cont__post .block__post {
  margin-bottom: var(--margin-60);
  background: #fff8ec;
  border-radius: 50px;
  padding: 60px;
}
#feature__voice .cont__post .block__post:last-child {
  margin-bottom: 0;
}
#feature__voice .cont__post .block__post .ttl04 {
  margin-bottom: var(--margin-40);
}
#feature__voice .cont__post .block__post .ttl04 .ttl__ja {
  font-size: var(--font-size-30);
  font-weight: 700;
  letter-spacing: 0.1em;
  color: var(--col--main-01);
  line-height: 1.6;
}
#feature__voice .cont__post .block__post .unit__info {
  gap: 50px;
  display: flex;
}
#feature__voice .cont__post .block__post .unit__info .item__img {
  width: 400px;
  height: 280px;
  border-radius: 20px;
}
#feature__voice .cont__post .block__post .unit__info .item__text {
  flex: 1;
}
#feature__voice .cont__post .block__post .unit__info .item__text p {
  font-size: var(--font-size-16);
}

/* recruit
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* recruit__target
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#recruit__target {
  border-bottom: 1px dashed var(--col--base-01);
}
#recruit__target .inner {
  width: 1200px;
  padding-bottom: 150px;
}
#recruit__target .ttl03 {
  margin-bottom: var(--margin-60);
}
#recruit__target .cont__target {
  width: 100%;
}
#recruit__target .cont__target .list__target {
  background: #fff;
  border-radius: 50px;
  padding: 60px 90px;
  position: relative;
  height: 320px;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  gap: 40px 50px;
  width: 100%;
}
#recruit__target .cont__target .list__target::before {
  content: "";
  position: absolute;
  background: url(/img/recruit/recruit__target__ill_01.png) center center/contain no-repeat;
  width: 76px;
  height: 195px;
  left: -55px;
  bottom: -30px;
}
#recruit__target .cont__target .list__target::after {
  content: "";
  position: absolute;
  background: url(/img/recruit/recruit__target__ill_02.png) center center/contain no-repeat;
  width: 139px;
  height: 188px;
  right: -55px;
  bottom: -30px;
}
#recruit__target .cont__target .list__target > .item .text {
  font-size: var(--font-size-20);
  font-weight: 700;
  letter-spacing: 0.1em;
  position: relative;
  padding-left: 40px;
  font-family: var(--fot--Zen-Kaku-Goth);
}
#recruit__target .cont__target .list__target > .item .text::before {
  content: "";
  position: absolute;
  background: url(/img/common/icon__check_01_01.png) center center/contain no-repeat;
  width: 22px;
  height: 22px;
  left: 0;
  top: 0;
}

/* recruit__view
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#recruit__view .ttl03 {
  margin-bottom: var(--margin-70);
}
#recruit__view .inner {
  width: 1280px;
  padding-top: 150px;
}
#recruit__view .cont__post {
  width: 100%;
}
#recruit__view .cont__post .block__post {
  background: #fff8ec;
  border-radius: 100px;
  padding: 85px 100px;
  margin-bottom: var(--margin-60);
}
#recruit__view .cont__post .block__post:last-child {
  margin-bottom: 0;
}
#recruit__view .cont__post .block__post .ttl04 {
  margin-inline: auto;
  width: fit-content;
  position: relative;
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: var(--margin-40);
}
#recruit__view .cont__post .block__post .ttl04::before {
  content: "●";
  color: var(--col--main-01);
  position: relative;
  font-size: 10px;
}
#recruit__view .cont__post .block__post .ttl04::after {
  content: "●";
  color: var(--col--main-01);
  position: relative;
  font-size: 10px;
}
#recruit__view .cont__post .block__post .ttl04 .ttl__ja {
  font-size: var(--font-size-35);
  font-weight: 700;
  letter-spacing: 0.1em;
  font-family: var(--fot--Zen-Kaku-Goth);
}
#recruit__view .cont__post .block__post .wrap__table {
  border: 2px solid var(--col--main-01);
  border-radius: 17px;
}
#recruit__view .cont__post .block__post .item__table {
  width: 100%;
}
#recruit__view .cont__post .block__post .item__table tr {
  width: 100%;
}
#recruit__view .cont__post .block__post .item__table tr th,
#recruit__view .cont__post .block__post .item__table tr td {
  font-size: var(--font-size-18);
  font-family: var(--fot--Zen-Kaku-Goth);
  letter-spacing: 0.1em;
  font-weight: 700;
  line-height: 1.7;
  padding-block: 20px;
}
#recruit__view .cont__post .block__post .item__table tr th {
  background: var(--col--main-01);
  border-bottom: 2px solid #fff;
  padding-inline: 40px;
  color: #fff;
  vertical-align: middle;
}
#recruit__view .cont__post .block__post .item__table tr td {
  background: #fff;
  border-bottom: 2px solid var(--col--main-01);
  padding-inline: 40px;
}
#recruit__view .cont__post .block__post .item__table tr:first-of-type th {
  border-radius: 15px 0 0 0;
}
#recruit__view .cont__post .block__post .item__table tr:first-of-type td {
  border-radius: 0 15px 0 0;
}
#recruit__view .cont__post .block__post .item__table tr:last-of-type th {
  border-radius: 0 0 0 15px;
  border-bottom: unset;
}
#recruit__view .cont__post .block__post .item__table tr:last-of-type td {
  border-radius: 0 0 15px 0;
  border-bottom: unset;
}

/* company
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* company__message
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#company__message {
  border-bottom: 1px dashed var(--col--base-01);
}
#company__message .ttl03 {
  margin-bottom: var(--margin-60);
}
#company__message .cont__message {
  position: relative;
}
#company__message .cont__message::before {
  content: "";
  position: absolute;
  background: url(/img/company/company__message__ill_01.png) center center/contain no-repeat;
  width: 140px;
  height: 222px;
  right: -150px;
  bottom: -20px;
}
#company__message .cont__message .item__img {
  position: absolute;
  left: -100px;
  top: 0;
}
#company__message .cont__message .item__text {
  width: 500px;
  margin-left: auto;
}

/* company__info
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#company__info .ttl03 {
  margin-bottom: var(--margin-60);
}
#company__info .wrap__table {
  border: 2px solid var(--col--acc-r01);
  border-radius: 17px;
  height: fit-content;
  margin-bottom: var(--margin-70);
}
#company__info .item__table {
  width: 100%;
}
#company__info .item__table tr {
  width: 100%;
}
#company__info .item__table tr th,
#company__info .item__table tr td {
  font-size: var(--font-size-18);
  font-family: var(--fot--Zen-Kaku-Goth);
  letter-spacing: 0.1em;
  font-weight: 700;
  line-height: 1.7;
  padding-block: 20px;
}
#company__info .item__table tr th {
  background: var(--col--acc-r01);
  border-bottom: 2px solid #fff;
  padding-inline: 40px;
  color: #fff;
  vertical-align: middle;
}
#company__info .item__table tr td {
  background: #fff;
  border-bottom: 2px solid var(--col--acc-r01);
  padding-inline: 40px;
}
#company__info .item__table tr:first-of-type th {
  border-radius: 15px 0 0 0;
}
#company__info .item__table tr:first-of-type td {
  border-radius: 0 15px 0 0;
}
#company__info .item__table tr:last-of-type th {
  border-radius: 0 0 0 15px;
  border-bottom: unset;
}
#company__info .item__table tr:last-of-type td {
  border-radius: 0 0 15px 0;
  border-bottom: unset;
}
#company__info .item__map {
  width: 100%;
  height: 380px;
  border-radius: 50px;
}
#company__info .item__map iframe {
  width: 100%;
  height: 100%;
  border-radius: 50px;
}

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

共通下層ページ　( 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;
    flex-direction: column;
    height: 400px;
  }
  #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;
  }
}