/*# sourceMappingURL=style.css.map */ー
///////////////////////////////////////////////////////////////////////////////////////////////// */
#header {
  width: 100%;
  z-index: 5;
  top: 0;
  left: 0;
  position: fixed;
}
#header .inner {
  width: 100%;
  min-width: 1080px;
  z-index: 5;
  padding: 0;
  position: fixed;
  top: 30px;
}
@media screen and (max-width: 767px) {
  #header .inner {
    height: 70px;
    min-width: 100%;
  }
}
#header .block-left {
  position: relative;
  width: fit-content;
  margin-left: var(--margin-30);
  top: -10px;
}
@media screen and (max-width: 767px) {
  #header .block-left {
    width: 100%;
    padding-left: 0;
    margin-left: 0;
  }
}
#header .item-logo {
  display: block;
  width: fit-content;
}
#header .item-logo a {
  width: fit-content;
  display: block;
  transition: ease 0.2s;
}
#header .item-logo a:hover {
  opacity: 0.7;
}
@media screen and (max-width: 767px) {
  #header .item-logo {
    margin: 0 auto;
  }
  #header .item-logo img {
    height: auto;
  }
}
#header .block-right {
  position: relative;
  width: fit-content;
  background: rgba(255, 255, 255, 0.85);
  padding: 20px 30px;
}
#header .block-right::before {
  content: "";
  position: absolute;
  background: url(/img/common/hd__deco_01.png) center center/contain no-repeat;
  width: 28px;
  height: 112px;
  left: 0;
  top: 0;
  translate: -100% 0;
}
@media screen and (max-width: 767px) {
  #header .block-right {
    display: none;
  }
}
#header .block-info {
  width: fit-content;
  margin-right: var(--margin-30);
}
#header .block-info .com__tel {
  margin-right: var(--margin-25);
}
#header .block-info .com__tel dd .tel-num {
  font-size: var(--font-size-30);
}
#header .block-info .com__tel dd .tel-num small {
  font-size: var(--font-size-24);
}
#header .block-detail {
  width: fit-content;
  margin-bottom: 5px;
}
#header .block-nav {
  width: fit-content;
}
#header .block-nav nav {
  margin-right: var(--margin-30);
}
#header .block-nav .unit-sns {
  gap: 25px;
  width: fit-content;
}
#header .block-nav .unit-sns a {
  --size: 29px;
}
#header .com__times {
  width: fit-content;
  margin-top: -12px;
}
#header .btn-contact {
  width: 90px;
  height: 72px;
  position: relative;
  z-index: 0;
  background: #c32000;
  transition: ease 0.2s;
}
#header .btn-contact::before {
  z-index: -1;
  content: "";
  position: absolute;
  background: url(/img/common/hd__deco_02.png) center center/contain no-repeat;
  width: 90px;
  height: 72px;
  right: 0;
  bottom: 0;
}
#header .btn-contact span {
  position: relative;
  font-size: var(--font-size-14);
  font-weight: 800;
  letter-spacing: 0.02em;
  color: #fff;
  padding-top: var(--margin-25);
}
#header .btn-contact span::before {
  content: "";
  position: absolute;
  background: url(/img/common/icon__mail__a_01.png) center center/contain no-repeat;
  width: 30px;
  height: 20px;
  top: 0;
  left: 50%;
  translate: -50% 0;
}
#header .btn-contact:hover {
  opacity: 0.7;
}
#header .cont-info {
  width: fit-content;
}

/* nav グローバルナビゲーション
////////////////////////////////////////////////////////////////////////////////////////////////// */
#nav .list-nav {
  width: fit-content;
  gap: 30px;
}
#nav .list-nav .item {
  width: fit-content;
}
#nav .list-nav .item a {
  font-weight: 700;
  letter-spacing: 0.1em;
  color: var(--col--main-01);
  font-size: var(--font-size-16);
  transition: ease 0.2s;
}
#nav .list-nav .item a:hover {
  color: var(--col--main-03);
}
@media screen and (max-width: 767px) {
  #nav {
    display: none;
  }
}

/* mv メインビジュアル
////////////////////////////////////////////////////////////////////////////////////////////////// */
#mv {
  position: relative;
  width: 100%;
  overflow: hidden;
}
#mv .mv-catch {
  position: absolute;
  left: 50%;
  top: 50%;
  translate: -50% -50%;
}
#mv video {
  left: 0;
  top: 0;
  width: 100%;
  min-width: 1480px;
}
@media screen and (max-width: 767px) {
  #mv {
    height: 100vw;
    max-width: 100%;
  }
}

/* sv サブビジュアル
////////////////////////////////////////////////////////////////////////////////////////////////// */
#sv {
  position: relative;
  width: 100%;
  height: 500px;
}
#sv .sv-catch {
  position: absolute;
  left: 50%;
  top: 55%;
  translate: -50% -50%;
  font-size: var(--font-size-50);
  font-weight: 800;
  letter-spacing: 0.12em;
  color: var(--col--main-02);
  padding: 14px 17px;
  background: rgba(255, 255, 255, 0.85);
  width: fit-content;
}
@media screen and (max-width: 767px) {
  #sv {
    height: 45vw;
    max-width: 100%;
  }
}

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

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

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

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

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

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

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

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

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

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

/* footer フッター
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
#footer {
  position: relative;
  width: 100%;
  background: var(--col--main-04);
}
#footer .item-logo {
  display: block;
  position: relative;
  width: fit-content;
  transition: ease 0.2s;
  margin-bottom: var(--margin-40);
}
#footer .item-logo:hover {
  opacity: 0.6;
}
#footer .inner {
  padding: 50px 0 50px;
}
@media screen and (max-width: 767px) {
  #footer .inner {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}
#footer .block-left {
  position: relative;
  width: fit-content;
}
@media screen and (max-width: 767px) {
  #footer .block-left {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
  }
}
#footer .block-right {
  position: relative;
  width: fit-content;
}
@media screen and (max-width: 767px) {
  #footer .block-right {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
  }
}
#footer .item-address {
  color: #fff;
  margin-bottom: var(--margin-20);
  letter-spacing: 0.14em;
  font-weight: 400;
}
#footer .com__tel {
  margin-bottom: var(--margin-20);
}
#footer .com__tel .tel-num {
  font-size: var(--font-size-30);
}
#footer .com__tel .tel-num small {
  font-size: var(--font-size-24);
}
#footer .list-nav {
  width: 595px;
  border-block: 1px solid #fff;
  padding-block: 20px;
  gap: 15px;
  margin-bottom: var(--margin-40);
  margin-top: var(--margin-80);
}
#footer .list-nav .item {
  width: fit-content;
  position: relative;
  padding-left: 12px;
}
#footer .list-nav .item::before {
  content: ">";
  position: absolute;
  left: 0;
  top: 50%;
  translate: 0 -50%;
  color: #fff;
}
#footer .list-nav .item a {
  color: #fff;
  position: relative;
  transition: ease 0.2s;
}
#footer .list-nav .item a:hover {
  opacity: 0.55;
}
@media screen and (max-width: 767px) {
  #footer .list-nav {
    display: none;
  }
}
#footer #copyright {
  font-size: var(--font-size-13);
  text-align: right;
  color: var(--col--main-02);
  color: #fff;
  font-size: 12px;
  font-weight: 400;
}
#footer #copyright a {
  margin: 0 2px;
  padding: 0 5px;
  transition: ease 0.12s;
}
#footer #copyright a:hover {
  color: #fff;
  background: var(--col--main-02);
}
@media screen and (max-width: 767px) {
  #footer #copyright a {
    margin: unset;
    padding: unset;
  }
  #footer #copyright a:hover {
    color: inherit;
    background: inherit;
  }
}

.pagetop {
  position: fixed;
  right: 0;
  bottom: 0;
  transition: ease 0.2s;
}
.pagetop:hover {
  opacity: 0.7;
  bottom: 5px;
}

/* index
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* top__message
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#top__message {
  position: relative;
  background: url(/img/top/top__message__bg_deco_01.png) left top no-repeat;
  z-index: 0;
}
#top__message hgroup {
  width: 460px;
  margin-bottom: var(--margin-30);
}
#top__message hgroup .ttl03 {
  width: 460px;
  margin-bottom: var(--margin-30);
}
#top__message hgroup .sb-ttl {
  width: 460px;
  width: fit-content;
  background: var(--col--main-04);
  color: #fff;
  padding: 10px 17px;
  font-size: var(--font-size-22);
  font-weight: 700;
  letter-spacing: 0.12em;
}
#top__message .item-img {
  z-index: -1;
  position: absolute;
  right: 0;
  top: 0;
}
#top__message .item-text {
  width: 460px;
  background: rgba(255, 255, 255, 0.8);
  padding: 10px;
}

/* top__strengths
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#top__strengths {
  background: url(/img/top/top__strengths__bg_img_01.jpg) center top no-repeat, url(/img/top/top__strengths__bg_img_02.png) center bottom no-repeat;
}
#top__strengths .ttl03 {
  margin: 0 auto;
  margin-bottom: var(--margin-50);
}
#top__strengths .list-strengths {
  --num: 2;
  --column-gap: 70px;
  --row-gap: 45px;
  margin-bottom: var(--margin-60);
}
#top__strengths .list-strengths .item .ttl04 {
  text-align: center;
  order: 2;
  margin-bottom: var(--margin-20);
}
#top__strengths .list-strengths .item .ttl04 .ja {
  font-weight: 800;
  line-height: 1.6;
  letter-spacing: 0.12em;
  color: var(--col--main-02);
  font-size: var(--font-size-24);
}
#top__strengths .list-strengths .item .item-img {
  order: 1;
  margin-bottom: var(--margin-25);
}
#top__strengths .list-strengths .item .item-text {
  order: 3;
}
#top__strengths .list-strengths .item .item-text br {
  display: none;
}

/* top__facilities
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#top__facilities {
  background: url(/img/top/top__facilities__bg_deco_01.png) top 70px right no-repeat;
}
#top__facilities .inner {
  position: relative;
  min-height: 700px;
}
#top__facilities .ttl03 {
  width: 420px;
  margin-left: auto;
  position: relative;
  top: 150px;
}
#top__facilities .item-img {
  position: absolute;
  left: 0;
  top: 100px;
}
/* top__works
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#top__works {
  background: url(/img/top/top__works__bg_deco_01.png) left top no-repeat, url(/img/top/top__works__bg_deco_02.png) right 200px top 70px no-repeat, url(/img/top/top__works__bg_deco_04.png) center bottom/max(1480px, 100%) no-repeat, url(/img/top/top__works__bg_deco_03.png) right bottom no-repeat;
  min-height: 800px;
}
#top__works .inner {
  position: relative;
}
#top__works .ttl03 {
  margin: 0 auto;
  margin-bottom: var(--margin-50);
}
#top__works .item-img {
  position: absolute;
  right: 0;
  top: 330px;
}
#top__works .list-works {
  margin-top: 210px;
}
#top__works .list-works .item {
  background: #fff;
  width: fit-content;
  width: 240px;
  position: relative;
  padding: 12px 20px;
  box-shadow: 5px 3px 0 var(--col--main-03);
  margin-bottom: var(--margin-20);
}
#top__works .list-works .item:last-child {
  margin-bottom: 0;
}
#top__works .list-works .item::before {
  content: "";
  position: absolute;
  background: url(/img/top/top__works__deco_shape_01.png) center center/100% no-repeat;
  width: 20px;
  height: 100%;
  right: 0;
  top: 0;
  translate: 100% 0;
}
#top__works .list-works .item .text {
  font-size: var(--font-size-30);
  font-weight: 900;
  letter-spacing: 0.1em;
  color: var(--col--main-03);
}
#top__works .list-works .item .text::first-letter {
  color: var(--col--main-02);
}
#top__works .list-works .item:nth-of-type(2) {
  left: 70px;
}
#top__works .list-works .item:nth-of-type(3) {
  left: 140px;
}

/* top__area
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#top__area .inner {
  position: relative;
}
#top__area .ttl03 {
  width: 530px;
  margin-bottom: var(--margin-50);
  margin-top: 110px;
}
#top__area .item-img {
  position: absolute;
  right: -100px;
  top: 100px;
}
#top__area .item-text {
  padding: 30px 40px;
  width: 530px;
  text-align: center;
  background: url(/img/top/top__area__deco_shape_01.png) left top no-repeat, url(/img/top/top__area__deco_shape_02.png) right bottom no-repeat, var(--col--base-01);
}
#top__area .item-text p {
  font-size: var(--font-size-16);
  font-weight: 700;
}
#top__area .item-text .str-01 {
  font-size: var(--font-size-18);
  font-weight: 900;
  color: var(--col--main-03);
}
#top__area .item-text .str-02 {
  font-size: var(--font-size-18);
  font-weight: 900;
  color: var(--col--main-02);
}

/* top__case
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#top__case {
  background: url(/img/top/top__case__bg_deco_01.png) center top/max(1480px, 100%) no-repeat, #f7f7f7;
}
#top__case .inner {
  padding-top: 200px;
}
#top__case .ttl03 {
  margin: 0 auto;
  margin-bottom: var(--margin-60);
}
#top__case .cont-post {
  --num: 3;
  --column-gap: 45px;
  --row-gap: 0;
}
#top__case .cont-post .block-post {
  gap: 10px;
  margin-bottom: var(--margin-40);
}
#top__case .cont-post .block-post .item-img {
  order: 1;
  height: 220px;
}
#top__case .cont-post .block-post .item-img img {
  border: 1px solid var(--col--main-04);
  outline: 3px solid #fff;
  outline-offset: -4px;
}
#top__case .cont-post .block-post .ttl04 {
  order: 2;
  text-align: center;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
#top__case .cont-post .block-post .ttl04 .ja {
  font-size: var(--font-size-18);
  letter-spacing: 0.12em;
  font-weight: 700;
}
#top__case .com__btn_01 {
  margin: 0 auto;
}

/* top__recruit
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#top__recruit {
  position: relative;
  z-index: 0;
  background: #f7f7f7;
}
#top__recruit::before {
  z-index: -1;
  content: "";
  position: absolute;
  height: 225px;
  width: 100%;
  background: #fff;
  bottom: 0;
  left: 0;
}
#top__recruit .wrap-recruit {
  background: url(/img/top/top__recruit__bg_deco_01.png) center center/contain no-repeat;
  width: 1209px;
  height: 351px;
  padding-left: 200px;
  position: relative;
  right: -350px;
}
#top__recruit .wrap-recruit::before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 50vw;
  translate: 100% 0;
  background: #5cb4e6;
}
#top__recruit .inner {
  padding-bottom: var(--margin-50);
}
#top__recruit .ttl03 {
  width: fit-content;
  position: relative;
  margin-right: auto;
  margin-bottom: var(--margin-40);
}
#top__recruit .ttl03 .ja {
  color: #fff;
}
#top__recruit .item-img {
  position: absolute;
  left: -400px;
  top: -80px;
}
#top__recruit .item-text {
  width: 550px;
  margin-right: auto;
  margin-bottom: var(--margin-30);
}
#top__recruit .item-text p {
  color: #fff;
}

/* top__news
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
.unit-latest {
  padding-bottom: var(--margin-20);
  border-bottom: 1px solid #a8a8a8;
  margin-bottom: var(--margin-20);
  position: relative;
  right: 0;
  transition: ease 0.3s;
}
.unit-latest:last-child {
  margin-bottom: 0;
}
.unit-latest a {
  width: 100%;
  height: 100%;
}
.unit-latest .unit-latest-text {
  width: 100%;
}
.unit-latest .unit-latest-text.on_thumb {
  width: 85%;
}
@media screen and (max-width: 767px) {
  .unit-latest .unit-latest-text.on_thumb {
    width: 70%;
  }
}
.unit-latest .item-ttl {
  order: 3;
  width: 70%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.unit-latest .item-time {
  position: relative;
  order: 2;
  margin-right: var(--margin-10);
  width: fit-content;
}
.unit-latest .tag_list {
  order: 1;
  width: 100%;
  margin-bottom: var(--margin-15);
  gap: 12px;
}
.unit-latest .tag_list-item {
  width: fit-content;
  height: fit-content;
  color: var(--col--main-03);
  font-size: var(--font-size-14);
  font-weight: 700;
}
.unit-latest .unit-latest-img {
  height: 130px;
  width: 130px;
  margin-right: 30px;
}
@media screen and (max-width: 767px) {
  .unit-latest .unit-latest-img {
    height: 20vw;
    width: 20vw;
    margin-right: 2vw;
  }
}
.unit-latest .item-thumb {
  height: 130px;
  width: 130px;
}
@media screen and (max-width: 767px) {
  .unit-latest .item-thumb {
    height: 20vw;
    width: 20vw;
    margin-right: 2vw;
  }
}
.unit-latest:hover {
  color: var(--col--acc-01);
  color: var(--col--main-03);
  opacity: 0.7;
  right: -5px;
}

.s-post-taglist {
  gap: 10px;
}
.s-post-taglist .tag-name {
  width: fit-content;
  height: fit-content;
  color: var(--col--main-03);
  font-size: var(--font-size-14);
  font-weight: 700;
}

#top__news {
  min-height: 400px;
}
#top__news .inner {
  position: relative;
  padding-top: var(--margin-50);
}
#top__news .ttl03 {
  position: absolute;
  top: 100px;
}
#top__news .cont-latest {
  width: 550px;
  margin-left: auto;
  margin-top: 60px;
}
#top__news .unit-latest {
  padding-bottom: var(--margin-20);
  border-bottom: 1px solid #a8a8a8;
  margin-bottom: var(--margin-20);
  position: relative;
  right: 0;
  transition: ease 0.3s;
}
#top__news .unit-latest:last-child {
  margin-bottom: 0;
}
#top__news .unit-latest a {
  width: 100%;
  height: 100%;
}
#top__news .unit-latest .unit-latest-text {
  width: 100%;
}
#top__news .unit-latest .unit-latest-text.on_thumb {
  width: 85%;
}
@media screen and (max-width: 767px) {
  #top__news .unit-latest .unit-latest-text.on_thumb {
    width: 70%;
  }
}
#top__news .unit-latest .item-ttl {
  order: 3;
  width: 70%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
#top__news .unit-latest .item-time {
  position: relative;
  order: 2;
  margin-right: var(--margin-10);
  width: fit-content;
}
#top__news .unit-latest .tag_list {
  order: 1;
  width: 100%;
  margin-bottom: var(--margin-15);
  gap: 12px;
}
#top__news .unit-latest .tag_list-item {
  width: fit-content;
  height: fit-content;
  color: var(--col--main-03);
  font-size: var(--font-size-14);
  font-weight: 700;
}
#top__news .unit-latest .unit-latest-img {
  height: 130px;
  width: 130px;
  margin-right: 30px;
}
@media screen and (max-width: 767px) {
  #top__news .unit-latest .unit-latest-img {
    height: 20vw;
    width: 20vw;
    margin-right: 2vw;
  }
}
#top__news .unit-latest .item-thumb {
  height: 130px;
  width: 130px;
}
@media screen and (max-width: 767px) {
  #top__news .unit-latest .item-thumb {
    height: 20vw;
    width: 20vw;
    margin-right: 2vw;
  }
}
#top__news .unit-latest:hover {
  color: var(--col--acc-01);
  color: var(--col--main-03);
  opacity: 0.7;
  right: -5px;
}
#top__news .com__btn_01 {
  position: absolute;
  left: 0;
  top: 240px;
}

/* top__contact
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#top__contact {
  background: url(/img/top/top__contact__bg_img_01.png) center center/cover no-repeat;
}
#top__contact .wrap-contact {
  background: url(/img/top/top__contact__bg_deco_01.png) center center/contain no-repeat;
  width: 1080px;
  height: 361px;
}
#top__contact .ttl03 {
  margin: 0 auto;
  position: relative;
  margin-bottom: 0;
  top: -25px;
}
#top__contact .ttl03::before {
  content: "";
  position: absolute;
  background: url(/img/top/top__contact__deco_shape_01.png) center center/contain no-repeat;
  width: 180px;
  height: 170px;
  left: -300px;
  top: 1%;
}
#top__contact .ttl03::after {
  content: "";
  position: absolute;
  background: url(/img/top/top__contact__deco_shape_02.png) center center/contain no-repeat;
  width: 155px;
  height: 170px;
  right: -300px;
  top: 1%;
}
#top__contact .item-text {
  text-align: center;
  margin-bottom: var(--margin-40);
}
#top__contact .item-text p {
  font-weight: 700;
  line-height: 2.2;
  letter-spacing: 0.12em;
  font-size: var(--font-size-18);
}
#top__contact .item-text .str-01 {
  padding: 1px 6px;
  background: var(--col--main-04);
  color: #fff;
  margin: 0 5px;
}
#top__contact .block-contact {
  gap: 40px;
}
#top__contact .block-contact .unit-tel {
  width: fit-content;
}
#top__contact .block-contact .btn-line {
  width: 222px;
  margin-right: var(--margin-10);
}

/* about
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* about__works
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#about__works {
  position: relative;
  z-index: 0;
  background: url(/img/common/bg_deco__shape__a_01.png) left top no-repeat;
}
#about__works .inner {
  position: relative;
}
#about__works .item-img {
  position: absolute;
  right: 0;
  top: 230px;
}
#about__works .item-img::before {
  z-index: -1;
  content: "";
  position: absolute;
  background: url(/img/common/deco__shape__a_01.png) center center/contain no-repeat;
  width: 248px;
  height: 222px;
  right: -100px;
  top: -100px;
}
#about__works .item-text {
  width: 510px;
  margin-top: 120px;
}

/* about__foothold
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#about__foothold {
  background: url(/img/common/bg_deco__shape__b_01.png) center top no-repeat, #f7f7f7;
}
#about__foothold .list-about {
  --num: 2;
  --column-gap: 60px;
  --row-gap: 40px;
}
#about__foothold .list-about .item {
  border: 3px solid var(--col--main-02);
  padding: 35px;
  background: #fff;
  box-shadow: 0 4px 0 var(--col--main-04);
}
#about__foothold .list-about .item .ttl04 {
  text-align: center;
  padding-bottom: var(--margin-20);
  border-bottom: 1px solid var(--col--main-02);
  margin-bottom: var(--margin-20);
}
#about__foothold .list-about .item .ttl04 .ja {
  font-weight: 700;
  letter-spacing: 0.12em;
  font-size: var(--font-size-30);
  color: var(--col--main-02);
}
#about__foothold .list-about .item .item-text br {
  display: none;
}

/* about__lapping
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#about__lapping {
  background: url(/img/common/deco__shape__a_02.png) right calc(50vw - 660px) top 50px no-repeat, url(/img/common/deco__shape__a_03.png) right calc(50vw - 560px) bottom 35px no-repeat;
  min-height: 800px;
}
#about__lapping .inner {
  position: relative;
}
#about__lapping .item-img {
  position: absolute;
  left: 0;
  top: 250px;
}
#about__lapping .item-text {
  width: 510px;
  margin-left: auto;
  margin-top: 200px;
}

/* case
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* case
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#case {
  background: url(/img/common/bg_deco__shape__a_01.png) left top no-repeat;
}
#case .cont-post .block-post .ttl04 {
  border-left: 4px solid var(--col--main-02);
  padding-left: 20px;
  margin-bottom: var(--margin-35);
}
#case .cont-post .block-post .ttl04 .ja {
  font-weight: 700;
  line-height: 1.4;
  color: var(--col--main-01);
  letter-spacing: 0.12em;
  font-size: var(--font-size-30);
}
#case .cont-post .block-post .wrap-table {
  margin-bottom: var(--margin-40);
}
#case .cont-post .block-post .unit-imglist {
  --num: 3;
  --column-gap: 45px;
  --row-gap: 30px;
}
#case .cont-post .block-post .unit-imglist-item {
  height: 220px;
}
#case .cont-post .block-post .unit-imglist-item img {
  border: 2px solid var(--col--main-04);
  outline: 4px solid #fff;
  outline-offset: -6px;
}

/* recruit
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* recruit__intro
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#recruit__intro {
  background: url(/img/common/bg_deco__shape__a_01.png) left top no-repeat;
}
#recruit__intro .ttl04 {
  text-align: center;
  margin-bottom: var(--margin-40);
  position: relative;
}
#recruit__intro .ttl04::before {
  content: "";
  position: absolute;
  background: url(/img/common/deco__shape__a_04.png) center center/contain no-repeat;
  width: 209px;
  height: 131px;
  right: 0;
  top: 0;
}
#recruit__intro .ttl04 .ja {
  font-size: var(--font-size-30);
  color: var(--col--main-02);
  letter-spacing: 0.12em;
  font-weight: 700;
}
#recruit__intro .item-text {
  text-align: center;
  margin-bottom: var(--margin-45);
}
#recruit__intro .item-movie {
  width: 640px;
  height: 360px;
  margin: 0 auto;
  position: relative;
  background: #eee;
}
#recruit__intro .item-movie iframe {
  width: 100%;
  height: 100%;
}
#recruit__intro .item-movie::before {
  content: "";
  position: absolute;
  background: url(/img/common/deco__shape__a_02.png) center center/contain no-repeat;
  width: 221px;
  height: 234px;
  left: -100px;
  translate: -100% 0;
  top: 30px;
}
#recruit__intro .item-movie::after {
  content: "";
  position: absolute;
  background: url(/img/common/deco__shape__a_05.png) center center/contain no-repeat;
  width: 113px;
  height: 206px;
  right: -110px;
  bottom: 30px;
  translate: 100% 0;
}
#recruit__intro .item-movie video {
  width: 100%;
  height: 100%;
}

/* recruit__target
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#recruit__target {
  background: url(/img/common/bg_deco__shape__b_01.png) center top no-repeat, #f7f7f7;
}
#recruit__target .list-target {
  --num: 2;
  --column-gap: 60px;
  --row-gap: 20px;
}
#recruit__target .list-target .item {
  background: var(--col--main-02);
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
#recruit__target .list-target .item::before {
  content: "";
  position: absolute;
  background: url(/img/recruit/recruit__target__deco_shape_01_a.png) center center/100% no-repeat;
  width: 20px;
  height: 100%;
  translate: 100% 0;
  right: 0;
  top: 0;
}
#recruit__target .list-target .item .text {
  font-size: var(--font-size-30);
  font-weight: 800;
  letter-spacing: 0.12em;
  color: #fff;
}

/* recruit__works
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#recruit__works {
  background: url(/img/common/deco__shape__a_06.png) left calc(50vw - 660px) top no-repeat, url(/img/common/bg_deco__shape__a_02.png) right bottom no-repeat;
  min-height: 800px;
}
#recruit__works .inner {
  position: relative;
}
#recruit__works .item-img {
  position: absolute;
  right: 0;
  top: 250px;
}
#recruit__works .item-text {
  width: 510px;
  margin-top: 200px;
}

/* recruit__income
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#recruit__income {
  background: #f7f7f7;
}
#recruit__income .wrap-income .block-income {
  border: 3px solid var(--col--main-03);
  padding: 35px;
  background: #fff;
  box-shadow: 0 4px 0 var(--col--main-04);
  margin-bottom: var(--margin-50);
}
#recruit__income .wrap-income .block-income:last-child {
  margin-bottom: 0;
}
#recruit__income .wrap-income .block-income .ttl04 {
  width: 100%;
  padding: 6px;
  padding-left: 20px;
  border-left: 4px solid var(--col--main-02);
  background: #eef9ff;
  margin-bottom: var(--margin-30);
}
#recruit__income .wrap-income .block-income .ttl04 .ja {
  font-size: var(--font-size-30);
  font-weight: 700;
  letter-spacing: 0.12em;
}
#recruit__income .wrap-income .block-income .item-text {
  margin-bottom: var(--margin-20);
  color: var(--col--main-01);
  font-size: var(--font-size-22);
  font-weight: 700;
  letter-spacing: 0.12em;
}
#recruit__income .wrap-income .block-income .item-text p {
  line-height: 1.2;
  margin-bottom: var(--margin-20);
}
#recruit__income .wrap-income .block-income .item-text .aqua-m {
  font-size: var(--font-size-30);
  font-weight: 800;
  color: var(--col--main-03);
}
#recruit__income .wrap-income .block-income .item-text .aqua-l {
  font-weight: 800;
  font-size: var(--font-size-40);
  color: var(--col--main-03);
}
#recruit__income .wrap-income .block-income .item-text .blue-l {
  font-weight: 800;
  font-size: var(--font-size-40);
  color: var(--col--main-01);
}
#recruit__income .wrap-income .block-income .item-text .blue-m {
  font-size: var(--font-size-30);
  font-weight: 800;
  color: var(--col--main-01);
}
#recruit__income .wrap-income .block-income .item-text .red-l {
  font-weight: 800;
  font-size: var(--font-size-40);
  color: var(--col--acc-02);
}
#recruit__income .wrap-income .block-income .item-text .red-m {
  font-weight: 800;
  font-size: var(--font-size-30);
  color: var(--col--acc-02);
}
#recruit__income .wrap-income .block-income .item-text > .note {
  font-weight: 500;
  letter-spacing: 0.1em;
  font-size: var(--font-size-18);
  line-height: 2;
}
#recruit__income .wrap-income .block-income .item-note {
  font-size: var(--font-size-17);
  padding-top: var(--margin-30);
  border-top: 1px solid #d3d3d3;
  margin-top: var(--margin-30);
}

/* recruit__merit
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#recruit__merit {
  background: url(/img/common/bg_deco__shape__c_01.png) center top/max(1480px, 100%) no-repeat;
}
#recruit__merit .inner {
  padding-top: 170px;
}
#recruit__merit .wrap-merit {
  position: relative;
  gap: 40px;
}
#recruit__merit .wrap-merit::before {
  content: "";
  position: absolute;
  background: url(/img/common/deco__shape__a_01.png) center center/contain no-repeat;
  width: 248px;
  height: 222px;
  right: -100px;
  top: -180px;
}
#recruit__merit .wrap-merit::after {
  content: "";
  position: absolute;
  background: url(/img/common/deco__shape__a_03.png) center center/contain no-repeat;
  width: 159px;
  height: 137px;
  left: -50px;
  bottom: -40px;
  translate: -100% 0;
}
#recruit__merit .wrap-merit .block-merit {
  z-index: 0;
  position: relative;
  width: calc((100% - 40px) / 2);
  background: var(--col--main-02);
  padding: 40px;
}
#recruit__merit .wrap-merit .block-merit::before {
  z-index: -1;
  content: "";
  position: absolute;
  background: url(/img/common/bg_deco__shape__d_02.png) center center/100% 100% no-repeat;
  width: 460px;
  height: 100%;
  right: 0;
  bottom: 0;
}
#recruit__merit .wrap-merit .block-merit .ttl04 {
  align-items: center;
  gap: 20px;
  margin-bottom: var(--margin-30);
}
#recruit__merit .wrap-merit .block-merit .ttl04 .ja {
  font-weight: 700;
  letter-spacing: 0.12em;
  font-size: var(--font-size-30);
  color: #fff;
}
#recruit__merit .wrap-merit .block-merit > .item-text.item-text-border {
  padding-bottom: var(--margin-30);
  border-bottom: 1px solid #fff;
  margin-bottom: var(--margin-30);
}
#recruit__merit .wrap-merit .block-merit > .item-text p {
  color: #fff;
}
#recruit__merit .wrap-merit .block-merit .list-merit .item .text {
  position: relative;
  font-size: var(--font-size-18);
  color: #fff;
  padding-left: 1.2em;
  margin-bottom: var(--margin-20);
}
#recruit__merit .wrap-merit .block-merit .list-merit .item .text::before {
  content: "・";
  position: absolute;
  color: #65bbe9;
  left: 0;
  top: 0;
}
#recruit__merit .wrap-merit .block-merit:first-of-type {
  width: 100%;
}
#recruit__merit .wrap-merit .block-merit:first-of-type::before {
  z-index: -1;
  content: "";
  position: absolute;
  background: url(/img/common/bg_deco__shape__d_01.png) center center/100% 100% no-repeat;
  width: 860px;
  height: 100%;
  right: 0;
  bottom: 0;
}

/* recruit__data
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#recruit__data {
  background: url(/img/common/bg_deco__shape__b_01.png) center top no-repeat, #f7f7f7;
}
#recruit__data .list-data {
  --num: 4;
  --column-gap: 40px;
  --row-gap: 40px;
}
#recruit__data .list-data .item {
  border: 3px solid var(--col--main-02);
  padding: 35px 10px;
  background: #fff;
  box-shadow: 0 4px 0 var(--col--main-04);
}
#recruit__data .list-data .item .ttl04 {
  padding-bottom: var(--margin-20);
  border-bottom: 1px solid var(--col--main-02);
  margin-bottom: var(--margin-20);
  text-align: center;
}
#recruit__data .list-data .item .ttl04 .ja {
  font-size: var(--font-size-25);
  letter-spacing: 0.12em;
  font-weight: 700;
  color: var(--col--main-02);
}
#recruit__data .list-data .item p {
  text-align: center;
  height: 95px;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* recruit__career
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#recruit__career .list-career .item {
  padding: 40px;
  background: var(--col--main-02);
  margin-bottom: var(--margin-50);
}
#recruit__career .list-career .item .ttl04 {
  gap: 20px;
  margin-bottom: var(--margin-25);
}
#recruit__career .list-career .item .ttl04 .ja {
  font-size: var(--font-size-30);
  font-weight: 700;
  letter-spacing: 0.12em;
  color: #fff;
}
#recruit__career .list-career .item .item-text p {
  color: #fff;
}
#recruit__career .block-another {
  padding: 40px;
  background: var(--col--base-02);
  margin-bottom: var(--margin-50);
}
#recruit__career .block-another .ttl04 {
  width: 100%;
  border-left: 4px solid var(--col--main-02);
  padding: 6px;
  padding-left: 20px;
  background: #fff;
  margin-bottom: var(--margin-30);
}
#recruit__career .block-another .ttl04 .ja {
  font-weight: 700;
  letter-spacing: 0.12em;
  font-size: var(--font-size-30);
}
#recruit__career .block-another .ttl04 .ja .str-01 {
  color: var(--col--acc-02);
}
/* recruit__voice
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#recruit__voice {
  background: #f7f7f7;
}
#recruit__voice .wrap-voice .block-voice {
  position: relative;
  margin-bottom: 100px;
}
#recruit__voice .wrap-voice .block-voice:last-child {
  margin-bottom: 0;
}
#recruit__voice .wrap-voice .block-voice .wrap-ttl {
  width: 540px;
  margin-bottom: 170px;
}
#recruit__voice .wrap-voice .block-voice .wrap-ttl .ttl04 {
  padding-bottom: var(--margin-30);
  border-bottom: 1px solid var(--col--main-02);
  margin-bottom: var(--margin-30);
  margin-top: var(--margin-100);
}
#recruit__voice .wrap-voice .block-voice .wrap-ttl .ttl04 .ja {
  font-size: var(--font-size-30);
  font-weight: 700;
  letter-spacing: 0.12em;
  color: var(--col--main-01);
}
#recruit__voice .wrap-voice .block-voice .wrap-ttl .class {
  font-size: var(--font-size-25);
  font-weight: 700;
  letter-spacing: 0.12em;
  color: var(--col--main-03);
}
#recruit__voice .wrap-voice .block-voice .wrap-ttl .class small {
  font-size: var(--font-size-20);
}
#recruit__voice .wrap-voice .block-voice .item-img {
  position: absolute;
  right: 0;
  top: 0;
}
#recruit__voice .wrap-voice .block-voice .list-faq .item {
  background: #fff;
  padding: 40px;
  margin-bottom: var(--margin-30);
  border: 1px solid #efefef;
}
#recruit__voice .wrap-voice .block-voice .list-faq .item:last-child {
  margin-bottom: 0;
}
#recruit__voice .wrap-voice .block-voice .list-faq .item dt,
#recruit__voice .wrap-voice .block-voice .list-faq .item dd {
  min-height: 50px;
  gap: 20px;
}
#recruit__voice .wrap-voice .block-voice .list-faq .item dt {
  margin-bottom: var(--margin-20);
}
#recruit__voice .wrap-voice .block-voice .list-faq .item dt .icon {
  position: relative;
  top: -12px;
}
#recruit__voice .wrap-voice .block-voice .list-faq .item dt .text {
  color: var(--col--main-01);
  letter-spacing: 0.12em;
  font-weight: 700;
  font-size: var(--font-size-25);
  flex: 1;
}
#recruit__voice .wrap-voice .block-voice .list-faq .item dd .icon {
  position: relative;
  top: -10px;
}
#recruit__voice .wrap-voice .block-voice .list-faq .item dd .text {
  line-height: 2;
  letter-spacing: 0.1em;
  font-size: var(--font-size-15);
  flex: 1;
}

/* recruit
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#recruit {
  background: url(/img/common/bg_deco__shape__a_01.png) left top no-repeat;
}
#recruit .wrap-recruit .cont-post .block-post {
  margin-bottom: var(--margin-50);
}
#recruit .wrap-recruit .cont-post .block-post:last-child {
  margin-bottom: 0;
}
#recruit .wrap-recruit .cont-post .block-post .ttl04 {
  padding: 5px;
  border-left: 3px solid var(--col--main-02);
  background: #eef9ff;
  padding-left: 20px;
  margin-bottom: var(--margin-30);
}
#recruit .wrap-recruit .cont-post .block-post .ttl04 .ja {
  font-size: var(--font-size-30);
  font-weight: 700;
  letter-spacing: 0.12em;
}
/* company
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* company__greeting
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#company__greeting {
  background: url(/img/common/bg_deco__shape__a_01.png) left top no-repeat;
  position: relative;
  z-index: 0;
}
#company__greeting .inner {
  position: relative;
}
#company__greeting .item-img {
  position: absolute;
  right: 0;
  top: 250px;
}
#company__greeting .item-img::before {
  z-index: -1;
  content: "";
  position: absolute;
  background: url(/img/common/deco__shape__a_07.png) center center/contain no-repeat;
  width: 221px;
  height: 234px;
  top: -150px;
  right: -100px;
}
#company__greeting .item-text {
  width: 510px;
}




/* company__history
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#company__history {
  background: #f7f7f7;
}



/* company__info
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#company__info {
  background: #fff;
}
#company__info .block-info {
  margin-bottom: var(--margin-50);
}
#company__info .topic-access .ttl04 {
  position: relative;
  border-left: 4px solid var(--col--main-03);
  margin-bottom: var(--margin-30);
  padding-left: 20px;
}
#company__info .topic-access .ttl04 .ja {
  font-size: var(--font-size-30);
  font-weight: 700;
  letter-spacing: 0.12em;
  color: var(--col--main-01);
}
#company__info .topic-access .item-map {
  width: 100%;
  min-height: 200px;
  height: 300px;
}
#company__info .topic-access .item-map iframe {
  width: 100%;
  height: 100%;
}

/*お知らせ一覧
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
.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: 1.2rem;
  margin-left: auto;
  display: block;
  font-family: "Noto Sans JP", sans-serif;
  border: none;
  border-bottom: 2px solid #333;
  cursor: pointer;
  border-radius: 0;
  background: none;
  color: #333;
  font-weight: 700;
  -webkit-appearance: none;
  appearance: none;
}
.tag-select-box #tag-select option {
  padding: 10px;
  box-sizing: border-box;
  cursor: pointer;
  box-sizing: border-box;
}

.post-wrp .tag-change li a {
  border: solid 1px var(--col--main-01);
  color: var(--col--main-01);
  background: #fff;
}
.post-wrp .tag-change .current a {
  background: var(--col--main-01);
}
.post-wrp .tag-change .current a span {
  color: #fff;
}

@media screen and (max-width: 767px) {
  .post-wrp .tag-change {
    display: block;
    overflow-x: scroll;
    white-space: nowrap;
    padding-bottom: 5%;
    margin-bottom: 10%;
  }
  .post-wrp .tag-change li {
    text-align: center;
    margin-right: 1%;
    min-width: 100px;
    display: inline-block;
    vertical-align: middle;
  }
  .post-wrp .tag-change li:last-child {
    margin-right: 0;
  }
  .post-wrp .tag-change li a {
    font-size: 3vw;
    padding: 5px 10px;
    display: block;
  }
}
/*お知らせ詳細
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
#contents-u.s-post .s-post-taglist {
  margin-bottom: var(--margin-10);
}
#contents-u.s-post .sb_style h1 {
  border-bottom: 1px solid var(--col--main-01);
}
#contents-u.s-post .sb_style h2 {
  border-left: 5px solid var(--col--main-01);
}
#contents-u.s-post .sb_style h3 {
  background: var(--col--main-01);
  color: #fff;
}
#contents-u.s-post .sb_style h4:before {
  background: var(--col--main-01);
}
#contents-u.s-post .sb_style h5 {
  background: #f2f2f2;
}
#contents-u.s-post .sb_style h6 {
  color: var(--col--main-01);
}
#contents-u.s-post .sb_style ul li:before {
  background: var(--col--main-01);
}
#contents-u.s-post .sb_style ol li:before {
  color: #fff;
  background: var(--col--main-01);
}
#contents-u.s-post .sb_style a {
  color: var(--col--main-01);
}
#contents-u.s-post .s-post-ttl {
  margin-bottom: var(--margin-20);
  border-left: 2px solid var(--col--main-01);
  padding-left: var(--margin-15);
}
#contents-u.s-post .s-post-ttl span {
  font-family: var(--fot--Noto-Sans);
  font-weight: 500;
  position: relative;
  font-size: var(--font-size-22);
  color: var(--col--main-01);
  line-height: 1.6;
}
#contents-u.s-post .post-txt .sb-post-body {
  font-weight: 400;
  font-size: var(--font-size-16);
  font-family: var(--fot--Noto-Sans);
  line-height: 2;
}
#contents-u.s-post .s-time-tag {
  text-align: right;
  padding-top: 10px;
  border-top: 1px solid var(--col--main-01);
  margin-top: var(--margin-20);
}
#contents-u.s-post .s-time-tag time {
  color: var(--col--main-01);
  font-family: var(--fot--Noto-Sans);
  font-weight: 500;
  font-size: var(--font-size-15);
}

/*プライバシーポリシー
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
#contents-u.privacy .privacy-box {
  margin-bottom: var(--margin-50);
}
#contents-u.privacy .privacy-box .ttl02 {
  position: relative;
  border-left: 3px solid var(--col--main-01);
  padding-left: var(--margin-15);
  margin-bottom: var(--margin-20);
}
#contents-u.privacy .privacy-box .ttl02 span {
  color: var(--col--main-01);
  font-size: var(--font-size-24);
  font-weight: 500;
  line-height: 1.5;
}
#contents-u.privacy .privacy-box p {
  font-family: var(--fot--Noto-Sans);
  font-size: var(--font-size-16);
  line-height: 2;
  letter-spacing: 0.05em;
}
#contents-u.privacy .privacy-box ul li {
  font-family: var(--fot--Noto-Sans);
  font-size: var(--font-size-16);
  line-height: 2;
  letter-spacing: 0.05em;
}
#contents-u.privacy .privacy-box:last-child {
  margin-bottom: 0;
}

/*サイトマップ
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
@media screen and (min-width: 767px) {
  #site-map ul {
    display: flex;
    flex-wrap: wrap;
    gap: 8px 40px;
  }
  #site-map ul li {
    width: calc((100% - 40px) / 2);
  }
  #site-map ul li a {
    display: block;
    position: relative;
    font-family: var(--fot--Noto-Sans);
    padding-left: var(--margin-30);
    padding-bottom: var(--margin-15);
    border-bottom: 1px solid var(--col--main-01);
    margin-bottom: var(--margin-25);
    font-size: var(--font-size-18);
    color: var(--col--txt-01);
    transition: ease 0.2s;
  }
  #site-map ul li a:before {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 5px 0 5px 7px;
    border-color: transparent transparent transparent #000;
    left: 14px;
    top: 30%;
    translate: 0 -50%;
    transition: ease 0.2s;
  }
  #site-map ul li a:hover {
    color: var(--col--main-01);
  }
  #site-map ul li a:hover:before {
    border-color: transparent transparent transparent var(--col--main-01);
    left: 18px;
  }
}
@media screen and (min-width: 767px) and (max-width: 767px) {
  #site-map ul li a:before {
    border-width: 1.5vw 0 1.5vw 2.5vw;
    border-color: transparent transparent transparent #000;
    left: 0;
    top: 55%;
  }
}
@media screen and (max-width: 767px) {
  #site-map ul {
    flex-wrap: wrap;
    display: flex;
    gap: 5vw 6vw;
  }
  #site-map ul li {
    width: 100%;
  }
  #site-map ul li a {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    font-size: 4vw;
    color: var(--col--main-01);
    border: 1px solid var(--col--main-01);
    padding: 3vw 4vw;
  }
  #site-map ul li a:before {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 1vw 0 1vw 1.5vw;
    border-color: transparent transparent transparent var(--col--main-01);
    right: 3vw;
    top: 50%;
    translate: 0 -50%;
    transition: ease 0.2s;
  }
}
/*お問い合わせ
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
#contact table {
  width: 100%;
  margin-bottom: 16px;
  border-collapse: collapse;
}
#contact table tr td,
#contact table tr th {
  font-size: var(--font-size-15);
  padding: 10px;
  vertical-align: middle;
  text-align: left;
  font-weight: 400;
  border: 1px solid #dfdfdf;
}
#contact table tr th {
  width: 30%;
  color: #fff;
  background: var(--col--main-01);
}
#contact table tr td {
  width: 70%;
  background: #fff;
}
#contact table .required-mark {
  color: var(--col--main-01);
  font-size: 13px;
  border-radius: 0;
  background: #fff;
}
@media screen and (max-width: 768px) {
  #contact table {
    border-collapse: separate;
  }
  #contact table tr {
    margin-bottom: 5vw;
  }
  #contact table tr td,
  #contact table tr th {
    font-size: 4vw;
    padding: 4vw;
    text-align: left;
    font-weight: 400;
    border: 1px solid #dfdfdf;
  }
  #contact table tr th {
    width: 100%;
    color: #fff;
    background: var(--col--main-01);
  }
  #contact table tr td {
    width: 100%;
    background: #fff;
  }
  #contact table tr textarea,
  #contact table tr input {
    font-size: 4vw;
    padding: 4vw;
  }
  #contact table .required-mark {
    font-weight: 500;
    color: var(--col--main-01);
    font-size: 3.5vw;
    border-radius: 0;
    background: #fff;
  }
}
#contact label[for=agree] a {
  color: var(--col--main-01);
  padding-bottom: 2px;
  border-bottom: 1px solid var(--col--main-01);
}
#contact .contact-btn.contact-submits-wrap button[type=button] {
  border: unset;
  background: var(--col--main-01);
  transition: ease 0.2s;
}
#contact .contact-btn.contact-submits-wrap button[type=button]:hover {
  opacity: 0.6;
}
#contact input[type=button],
#contact input[type=submit] {
  color: #fff;
  background: var(--col--main-01);
  font-size: 16px;
  transition: ease 0.2s;
}
@media screen and (max-width: 768px) {
  #contact input[type=button],
  #contact input[type=submit] {
    width: 95%;
    font-size: 4vw;
    margin-bottom: 2vw;
  }
}
#contact input[type=button]:hover,
#contact input[type=submit]:hover {
  opacity: 0.7;
}
#contact button[type=button] {
  color: #fff;
  background: var(--col--main-01);
  font-size: 16px;
  margin: 0 4px;
  padding: 1em 2em;
  cursor: pointer;
  border: unset;
  transition: ease 0.2s;
}
@media screen and (max-width: 768px) {
  #contact button[type=button] {
    width: 95%;
    font-size: 4vw;
    margin-bottom: 2vw;
  }
}
#contact button[type=button] :hover {
  opacity: 0.7;
}
#contact input[type=button][disabled],
#contact input[type=submit][disabled] {
  color: #777;
  opacity: 0.7;
  background: #ccc;
}

/* お問い合わせ完了
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#contents-u.complete .complete-box {
  text-align: center;
  line-height: 1.8;
  font-size: var(--font-size-16);
}
#contents-u.complete .complete-box a {
  color: var(--col--main-01);
}

/*ページが見つかりません。
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
.not-found-txt p {
  font-size: var(--font-size-16);
  line-height: 1.8;
}
.not-found-txt p a {
  color: var(--col--main-01);
  transition: ease 0.2s;
}
.not-found-txt p a:hover {
  opacity: 0.6;
}

@media screen and (max-width: 767px) {
  .not-found-txt {
    text-align: center;
  }
}/*# sourceMappingURL=style.css.map */