@charset "UTF-8";
/* head */
/* ////////////////////////////////////////////////////////////////////////////////////////////////// */
#header {
  width: 100%;
  z-index: 5;
}
#header .inner {
  z-index: 5;
  position: relative;
  width: 100%;
  min-width: 1080px;
  background: #fff;
  padding: 0;
  top: 0;
}
@media screen and (max-width: 767px) {
  #header .inner {
    min-width: 100%;
  }
}
#header .block-left {
  position: relative;
  width: fit-content;
}
@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-right: auto;
    padding-left: 5vw;
    padding-bottom: 2vw;
  }
  #header .item-logo img {
    width: 34vw;
    height: auto;
  }
}
#header .block-right {
  position: relative;
  width: fit-content;
}
@media screen and (max-width: 767px) {
  #header .block-right {
    display: none;
  }
}
#header .block-info {
  height: 70px;
}
#header .block-right .com__tel {
  width: fit-content;
  margin-right: var(--margin-20);
}
#header .block-right .com__tel .tel-attention {
  height: 12px;
  margin-top: 5px;
}
#header .block-right .com__times {
  width: fit-content;
  margin-right: var(--margin-20);
  background: #fef9e6;
  padding: 10px 12px;
  border-radius: 1.5vw;
}
#header .block-right .btn-contact {
  background: url(/img/common/pattern__stripe__01_r.png), var(--col--acc-01);
  width: 130px;
  height: 50px;
  border-radius: 1.5vw 1.5vw 0 1.5vw;
  position: relative;
}
#header .block-right .btn-contact::before {
  position: absolute;
  content: "";
  right: 5px;
  bottom: 5px;
  width: 0;
  height: 0;
  border-style: solid;
  border-color: transparent transparent #fff transparent;
  border-width: 0px 0px 9px 9px;
}
#header .block-right .btn-contact span {
  color: #fff;
  font-size: var(--font-size-16);
  font-weight: 500;
  letter-spacing: 0.05em;
}
#header .block-right .com__line {
  --size: 30px;
  margin-right: var(--margin-20);
}
#header .cont-info {
  width: fit-content;
}

/* nav グローバルナビゲーション
////////////////////////////////////////////////////////////////////////////////////////////////// */
#nav {
  width: 100%;
  background: var(--col--main-01);
}
#nav .list-nav {
  margin: 0 auto;
  width: 1080px;
  justify-content: center;
  gap: 80px;
}
#nav .list-nav .item {
  width: fit-content;
  color: #fff;
  padding: 15px 0;
  position: relative;
}
#nav .list-nav .item::before {
  content: "";
  position: absolute;
  background: url(/img/common/deco__border_01.png) center center/contain no-repeat;
  width: 2px;
  height: 30px;
  right: -40px;
  top: 50%;
  translate: 0 -50%;
}
#nav .list-nav .item a {
  transition: ease 0.17s;
}
#nav .list-nav .item:last-of-type::before {
  display: none;
}
@media screen and (max-width: 767px) {
  #nav {
    display: none;
  }
}

/* mv メインビジュアル
////////////////////////////////////////////////////////////////////////////////////////////////// */
#mv {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 850px;
  background: url(/img/mv/mv__img.jpg) center center/cover no-repeat;
  z-index: 0;
}
#mv::before {
  z-index: -1;
  content: "";
  position: absolute;
  width: 150%;
  height: 8vw;
  bottom: 0;
  left: 50%;
  translate: -50% 0;
  background: url(/img/mv/mv__separate_01.svg) center center/100% 8vw no-repeat;
}
#mv .mv-catch {
  z-index: -2;
  position: absolute;
  left: 50%;
  translate: -50% 0;
  bottom: 0;
}
#mv .mv-catch img {
  max-width: unset;
  width: 80vw;
}
@media screen and (max-width: 767px) {
  #mv {
    height: 80vw;
    max-width: 100%;
  }
}

/* sv サブビジュアル
////////////////////////////////////////////////////////////////////////////////////////////////// */
#sv {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 450px;
  z-index: 0;
}
#sv::before {
  z-index: -1;
  content: "";
  position: absolute;
  width: 100%;
  height: 5vw;
  bottom: 0;
  left: 0;
  background: url(/img/sv/sv__separate_01.svg) center center/100% 5vw no-repeat;
}
#sv .sv-catch {
  position: absolute;
  left: 50%;
  top: 50%;
  translate: -50% -50%;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: var(--font-size-40);
  font-weight: 700;
  font-family: var(--fot--M_PLUS);
  letter-spacing: 0.1em;
  background: #413833;
  min-height: 10vw;
  width: fit-content;
  padding: 2vw 7vw;
  font-size: 5vw;
  white-space: nowrap;
}
#sv .sv-catch::before {
  content: "";
  position: absolute;
  background: url(/img/sv/sv__catch_deco_01.png) center center/contain no-repeat;
  width: 4vw;
  height: 100%;
  left: 0.9vw;
  top: 0;
  translate: -100% 0;
}
#sv .sv-catch::after {
  content: "";
  position: absolute;
  background: url(/img/sv/sv__catch_deco_02.png) center center/contain no-repeat;
  width: 4vw;
  height: 100%;
  right: 0.9vw;
  top: 0;
  translate: 100% 0;
}
@media screen and (max-width: 767px) {
  #sv {
    height: 45vw;
    max-width: 100%;
  }
}

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

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

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

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

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

/* footer フッター
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
#footer {
  position: relative;
  width: 100%;
  background: var(--col--main-01);
}
#footer .item-logo {
  display: block;
  position: relative;
  width: fit-content;
  transition: ease 0.2s;
  margin: 0 auto;
  margin-bottom: var(--margin-30);
  margin-bottom: 2vw;
}
#footer .item-logo img {
  height: 5vw;
}
#footer .item-logo:hover {
  opacity: 0.6;
}
#footer .inner {
  padding: 8vw 0;
}
@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 hr {
  border-bottom: 1px solid #fff;
  border-top: unset;
  width: 100%;
  margin-bottom: var(--margin-30);
}
#footer .item-address {
  text-align: center;
  color: #fff;
  margin-bottom: var(--margin-30);
}
#footer .wrap-info {
  gap: 3vw;
  flex-direction: column;
  align-items: center;
  margin-bottom: var(--margin-30);
}
#footer .wrap-info .com__tel .tel-num {
  display: block;
  position: relative;
  margin-bottom: 5px;
}
#footer .wrap-info .com__times {
  width: fit-content;
  background: #fef9e6;
  padding: 8px 10px;
  border-radius: 1.5vw;
}
#footer nav {
  width: 100%;
  margin: 0 auto;
}
#footer .list-nav {
  width: fit-content;
  background: #fff;
  padding: 5vw 5vw;
  width: 100%;
  border-radius: 1.5vw;
  justify-content: center;
  gap: 3vw 3vw;
  margin-bottom: var(--margin-40);
}
#footer .list-nav .item {
  width: fit-content;
}
#footer .list-nav .item a {
  position: relative;
  font-size: var(--font-size-15);
  transition: ease 0.2s;
}
@media screen and (max-width: 767px) {
  #footer .list-nav {
    display: none;
  }
}
#footer #copyright {
  font-size: var(--font-size-13);
  text-align: center;
  color: var(--col--main-01);
  color: #fff;
  font-size: 3vw;
  line-height: 1.4;
}
#footer #copyright a {
  margin: 0 2px;
  padding: 0 5px;
  transition: ease 0.12s;
}
#footer #copyright a:hover {
  background: #fff;
  color: var(--col--main-01);
}
@media screen and (max-width: 767px) {
  #footer #copyright a {
    margin: unset;
    padding: unset;
  }
  #footer #copyright a:hover {
    color: inherit;
    background: inherit;
  }
}

/* index
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* top__recommend
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#top__recommend {
  background: var(--sep--wave-01-b);
}
#top__recommend .inner {
  padding-bottom: 25vw;
}
#top__recommend .ttl03 {
  margin: 0 auto;
  margin-bottom: var(--margin-50);
  position: relative;
}
#top__recommend .ttl03::before {
  content: "";
  position: absolute;
  background: url(/img/top/top__recommend__chara_01.png) center center/contain no-repeat;
  width: 61vw;
  height: 39vw;
  right: -28vw;
  top: 20vw;
}
#top__recommend .ttl03 .en {
  margin-bottom: var(--margin-15);
}
#top__recommend .ttl03 .en img {
  height: 9vw;
}
#top__recommend .ttl03 .ja .str-01 {
  color: var(--col--acc-01);
}
#top__recommend .list-recommend {
  position: relative;
  gap: 3vw 4vw;
  margin-bottom: 15vw;
}
#top__recommend .list-recommend .item {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  height: 37vw;
}
#top__recommend .list-recommend .item .text {
  font-weight: 700;
  line-height: 1.9;
  font-size: var(--font-size-25);
  font-family: var(--fot--M_PLUS);
  font-size: 4.2vw;
  color: #fff;
}
#top__recommend .list-recommend .item .text span {
  border-bottom: 1px dotted #fff;
}
#top__recommend .list-recommend .item:nth-of-type(1) {
  background: url(/img/top/top__recommend__list_01.png) center center/contain no-repeat;
  width: 100%;
  width: calc((100% - 5vw) / 2);
}
#top__recommend .list-recommend .item:nth-of-type(2) {
  background: url(/img/top/top__recommend__list_02.png) center center/contain no-repeat;
  width: 100%;
  width: calc((100% - 5vw) / 2);
}
#top__recommend .list-recommend .item:nth-of-type(3) {
  background: url(/img/top/top__recommend__list_03.png) center center/contain no-repeat;
  width: 100%;
  width: calc((100% - 5vw) / 2);
}
#top__recommend .list-recommend .item:nth-of-type(4) {
  background: url(/img/top/top__recommend__list_04.png) center center/contain no-repeat;
  width: 100%;
  width: calc((100% - 5vw) / 2);
}
#top__recommend .list-recommend .item:nth-of-type(5) {
  background: url(/img/top/top__recommend__list_05.png) center center/contain no-repeat;
  width: 100%;
  width: calc((100% - 5vw) / 2);
}
#top__recommend .list-recommend .item:nth-of-type(6) {
  background: url(/img/top/top__recommend__list_06.png) center center/contain no-repeat;
  width: 100%;
  width: calc((100% - 5vw) / 2);
}
#top__recommend .list-recommend .item:nth-of-type(even) {
  top: 25vw;
  position: relative;
}

/* top__message
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#top__message {
  position: relative;
  z-index: 0;
  background: url(/img/top/top__message__bg_img_01.png) center bottom no-repeat, var(--pt--texture-01-b), #f4eddf;
}
#top__message::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 50%;
  bottom: 0;
  left: 0;
  background: var(--sep--wave-01-b-t), url(/img/common/pattern__stripe__01_w.png), #f4eddf;
}
#top__message .ttl03 {
  margin: 0 auto;
  margin-bottom: 4vw;
}
#top__message .ttl03 .en {
  margin-bottom: var(--margin-20);
}
#top__message .ttl03 .en img {
  height: 8vw;
}
#top__message .ttl03 .ja {
  position: relative;
}
#top__message .ttl03 .ja::after {
  content: "";
  position: absolute;
  background: url(/img/common/deco__ttl__marker_02.png) center center/contain no-repeat;
  width: 38vw;
  height: 10vw;
  left: -3vw;
  bottom: -5vw;
  z-index: -1;
}
#top__message .ttl03 .ja::first-letter {
  color: var(--col--acc-01);
}
#top__message .wrap-message {
  position: relative;
}
#top__message .item-img {
  position: relative;
  width: 100%;
  margin-bottom: 10vw;
}
#top__message .item-img::after {
  content: "";
  position: absolute;
  background: url(/img/top/top__message__chara_01.png) center center/contain no-repeat;
  width: 38vw;
  height: 52vw;
  left: -9vw;
  top: 6vw;
}
#top__message .item-text {
  width: 100%;
  padding: 5vw;
  z-index: 0;
  background: #fff;
  border-radius: 1.5vw;
  position: relative;
  box-shadow: 7.071px 7.071px 0px 0px rgba(255, 158, 48, 0.2);
}
#top__message .item-text::before {
  content: "";
  z-index: -1;
  position: absolute;
  width: calc(100% - 4vw);
  height: calc(100% - 4vw);
  border-radius: 1.5vw;
  border: 2px var(--col--main-01) dashed;
  left: 50%;
  top: 50%;
  translate: -50% -50%;
}

/* top__feature
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#top__feature {
  z-index: 0;
  position: relative;
  background: var(--sep--wave-01-w), url(/img/top/top__feature__bg_img_01.png) center center/cover no-repeat;
}
#top__feature::before {
  z-index: 1;
  content: "";
  position: absolute;
  background: url(/img/top/top__feature__chara_01.png) center center/contain no-repeat;
  width: 25vw;
  height: 41vw;
  right: 5vw;
  top: 4vw;
}
#top__feature .ttl03 {
  position: relative;
  z-index: 0;
  margin: 0 auto;
  margin-bottom: 10vw;
}
#top__feature .ttl03 .en {
  margin-bottom: var(--margin-15);
}
#top__feature .ttl03 .en img {
  height: 8vw;
}
#top__feature .ttl03 .ja::before {
  display: none;
  right: -10vw;
}
#top__feature .ttl03 .ja::after {
  z-index: -1;
  content: "";
  position: absolute;
  background: url(/img/common/deco__ttl__marker_01.png) center center/contain no-repeat;
  width: 36vw;
  height: 10vw;
  left: -3vw;
  bottom: -4vw;
}
#top__feature .ttl03 .ja::first-letter {
  color: var(--col--acc-01);
}
#top__feature .list-feature {
  --num: 1;
  --column-gap: 5vw;
  --row-gap: 15vw;
}
#top__feature .list-feature .item {
  background: #fff;
  border-radius: 1.5vw;
  position: relative;
  padding: 8vw;
  padding-bottom: 7vw;
  z-index: 0;
}
#top__feature .list-feature .item::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 50%;
  bottom: 0;
  left: 0;
  background: url(/img/common/pattern__border__01_y.png);
  z-index: -2;
}
#top__feature .list-feature .item::before {
  z-index: -1;
  content: "";
  position: absolute;
  border-radius: 1.5vw;
  width: calc(100% - 4vw);
  height: calc(100% - 4vw);
  left: 50%;
  top: 50%;
  translate: -50% -50%;
  border: 1px solid var(--col--txt-01);
}
#top__feature .list-feature .item .ttl04 {
  text-align: center;
  margin: 0 auto;
  width: 100%;
  position: relative;
  margin-bottom: var(--margin-30);
}
#top__feature .list-feature .item .ttl04::before {
  content: "";
  position: absolute;
  background: url(/img/common/deco__ttl__frame_a_01.png) center center/contain no-repeat;
  width: 2vw;
  height: 10vw;
  left: 0vw;
  top: 50%;
  translate: 0 -50%;
}
#top__feature .list-feature .item .ttl04::after {
  content: "";
  position: absolute;
  background: url(/img/common/deco__ttl__frame_a_02.png) center center/contain no-repeat;
  width: 2vw;
  height: 10vw;
  right: 0;
  top: 50%;
  translate: 0 -50%;
}
#top__feature .list-feature .item .ttl04 .num {
  position: absolute;
  left: -12vw;
  top: -21vw;
}
#top__feature .list-feature .item .ttl04 .num img {
  width: 26vw;
}
#top__feature .list-feature .item .ttl04 .ja {
  display: inline-block;
  font-family: var(--fot--M_PLUS);
  font-size: var(--font-size-25);
  font-size: 4.5vw;
  font-weight: 700;
  letter-spacing: 0.08em;
  z-index: 0;
  position: relative;
}
#top__feature .list-feature .item .ttl04 .ja::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 40%;
  background: #fff5aa;
  bottom: 0;
  left: 0;
  z-index: -1;
}
#top__feature .list-feature .item .ttl04 .ja::first-letter {
  color: var(--col--main-01);
}
#top__feature .list-feature .item .item-text {
  text-align: left;
}
#top__feature .list-feature .item .item-text p {
  font-size: 3.6vw;
}
#top__feature .list-feature .item .item-text br {
  display: none;
}

/* top__subpages
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#top__subpages .list-subpages {
  --num: 1;
  --column-gap: 5vw;
  --row-gap: 7.5vw;
}
#top__subpages .list-subpages .item {
  position: relative;
  border-radius: 1.5vw;
  background: url(/img/common/pattern__border__01_o.png);
  pointer-events: none;
  transition: ease 0.3s;
  top: 0;
  padding-bottom: 3vw;
}
#top__subpages .list-subpages .item a {
  display: block;
  width: 100%;
  height: 100%;
  padding: 0;
  padding-top: 4vw;
}
#top__subpages .list-subpages .item .ttl03 {
  text-align: center;
  position: relative;
  padding-top: 15vw;
  margin-bottom: var(--margin-20);
  width: 40vw;
  margin-left: auto;
  margin-right: 0vw;
  margin-bottom: 5vw;
  min-height: 37vw;
}
#top__subpages .list-subpages .item .ttl03::before {
  content: "";
  position: absolute;
  background: url(/img/top/top__subpages__ttl_deco_01.png) center center/contain no-repeat;
  width: 40px;
  height: 46px;
  top: 0;
  left: 50%;
  translate: -50% 0;
}
#top__subpages .list-subpages .item .ttl03 .ja {
  display: block;
  color: #fff;
  line-height: 1.5;
  font-weight: 700;
  font-family: var(--fot--M_PLUS);
  font-size: var(--font-size-25);
  font-size: 4.5vw;
  position: relative;
  padding: 3vw 0;
}
#top__subpages .list-subpages .item .ttl03 .ja::before {
  content: "";
  position: absolute;
  background: url(/img/common/deco__ttl__wave_01_a.png) center center/contain no-repeat;
  width: 24vw;
  height: 0.7vw;
  bottom: 0;
  left: 50%;
  translate: -50% 0;
}
#top__subpages .list-subpages .item .ttl03 .ja::after {
  content: "";
  position: absolute;
  background: url(/img/common/deco__ttl__wave_01_a.png) center center/contain no-repeat;
  width: 24vw;
  height: 0.7vw;
  top: 0;
  left: 50%;
  translate: -50% 0;
}
#top__subpages .list-subpages .item .item-img {
  position: absolute;
  width: 100%;
  left: 3vw;
  top: 3vw;
  width: 50vw;
  margin-bottom: 4vw;
}
#top__subpages .list-subpages .item .item-img img {
  width: 100%;
  border-radius: 2vw;
}
#top__subpages .list-subpages .item .com__btn_02 {
  width: 90%;
  height: 10vw;
  margin-left: auto;
  pointer-events: all;
}
#top__subpages .list-subpages .item:hover {
  opacity: 0.9;
  top: -4px;
}
#top__subpages .list-subpages .item:nth-of-type(1) .ttl03::before {
  background: url(/img/top/top__subpages__ttl_deco_01.png) center center/contain no-repeat;
  width: 10vw;
  height: 10vw;
  object-fit: contain;
}
#top__subpages .list-subpages .item:nth-of-type(2) .ttl03::before {
  background: url(/img/top/top__subpages__ttl_deco_02.png) center center/contain no-repeat;
  width: 10vw;
  height: 10vw;
  object-fit: contain;
}
#top__subpages .list-subpages .item:nth-of-type(3) .ttl03::before {
  background: url(/img/top/top__subpages__ttl_deco_03.png) center center/contain no-repeat;
  width: 10vw;
  height: 10vw;
  object-fit: contain;
}
#top__subpages .list-subpages .item:nth-of-type(4) .ttl03::before {
  background: url(/img/top/top__subpages__ttl_deco_04.png) center center/contain no-repeat;
  width: 10vw;
  height: 10vw;
  object-fit: contain;
}

/* top__line
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#top__line {
  z-index: 0;
  position: relative;
  background: var(--col--main-01);
}
#top__line::before {
  z-index: -1;
  content: "";
  position: absolute;
  width: 100%;
  height: 50%;
  bottom: 0;
  left: 0;
  background: var(--sep--wave-01-o-t), url(/img/common/pattern__stripe__01_w.png), #ff9e30;
  opacity: 0.3;
}
#top__line .wrap-line {
  width: 100%;
  background: #fff;
  padding: 5vw;
  border-radius: 1.5vw;
  position: relative;
}
#top__line .wrap-line::before {
  content: "";
  position: absolute;
  background: url(/img/top/top__line__chara_01.png) center center/contain no-repeat;
  width: 32vw;
  height: 51vw;
  left: -8vw;
  bottom: -15vw;
}
#top__line .wrap-line::after {
  content: "";
  position: absolute;
  background: url(/img/top/top__line__chara_02.png) center center/contain no-repeat;
  width: 31vw;
  height: 47vw;
  right: -8vw;
  bottom: -15vw;
}
#top__line .ttl03 {
  gap: 3vw;
  margin-bottom: -4vw;
  width: 100%;
  text-align: center;
}
#top__line .ttl03 .icon img {
  width: 40px;
  height: 40px;
}
#top__line .ttl03 .ja {
  padding: 2vw;
  background: var(--col--main-01);
  color: #fff;
  font-size: var(--font-size-35);
  font-size: 4.6vw;
  font-family: var(--fot--M_PLUS);
  font-weight: 700;
  width: 80%;
  position: relative;
}
#top__line .ttl03 .ja::before {
  content: "";
  position: absolute;
  background: url(/img/common/deco__ttl__frame_b_01.png) center center/contain no-repeat;
  width: 3vw;
  height: 100%;
  left: 0.5vw;
  top: 0;
  translate: -100% 0;
}
#top__line .ttl03 .ja::after {
  content: "";
  position: absolute;
  background: url(/img/common/deco__ttl__frame_b_02.png) center center/contain no-repeat;
  width: 3vw;
  height: 100%;
  right: 0.5vw;
  top: 0;
  translate: 100% 0;
}
#top__line .item-text {
  text-align: left;
  border: 2px dashed #ffcb91;
  border-radius: 1.5vw;
  padding: 5vw;
  padding-bottom: var(--margin-80);
  padding-top: 8vw;
  margin-bottom: 9vw;
}
#top__line .item-text br {
  display: none;
}
#top__line .com__btn_01 {
  z-index: 1;
  margin: 0 auto;
  margin-top: 0;
  height: 11vw;
}
/* top__news
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#top__news .ttl03 {
  margin: 0 auto;
}
#top__news .ttl03 .en {
  margin-bottom: var(--margin-15);
  img{
    height: 8vw;
  }
}
#top__news .ttl03 .ja::before {
  right: -50px;
}
/* top__news
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
.unit-latest {
  margin-bottom: var(--margin-30);
  position: relative;
  right: 0;
  transition: ease 0.2s;
}
.unit-latest:last-child {
  margin-bottom: 0;
}
.unit-latest a {
  width: 100%;
  height: 100%;
  background: var(--pt--texture-01-b);
  padding: 4vw;
  border-radius: 1.5vw;
  position: relative;
}
.unit-latest a::before {
  content: "";
  position: absolute;
  background: url(/img/common/icon__arrow__a_01.png) center center/contain no-repeat;
  width: 4vw;
  height: 4vw;
  right: 5vw;
  top: 50%;
  translate: 0 -50%;
  transition: ease 0.3s;
}
.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: 2;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 2vw;
}
.unit-latest .item-time {
  position: relative;
  order: 1;
  height: fit-content;
  width: fit-content;
  background: var(--col--main-01);
  border-radius: 1.5vw;
  color: #fff;
  padding: 1vw 2vw;
  font-size: var(--font-size-16);
  font-weight: 700;
  letter-spacing: 0.05em;
  margin-right: var(--margin-10);
  margin-bottom: var(--margin-15);
  font-size: 3.5vw;
  border-radius: 6vw;
}
.unit-latest .tag_list {
  order: 3;
  width: 70%;
  margin-bottom: var(--margin-15);
  gap: 6vw;
  top: 5px;
  position: relative;
}
.unit-latest .tag_list-item {
  width: fit-content;
  height: fit-content;
  color: var(--col--acc-01);
  font-size: var(--font-size-13);
  font-weight: 700;
  position: relative;
}
.unit-latest .tag_list-item::before {
  font-size: 2vw;
  content: "●";
  position: absolute;
  right: -1.9em;
  top: 50%;
  translate: 0 -50%;
}
.unit-latest .tag_list-item:last-child::before {
  display: none;
}
.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);
  right: -10px;
  color: var(--col--main-01);
  opacity: 0.8;
}
.unit-latest:hover a::before {
  right: 30px;
}

.s-post-taglist {
  gap: 10px;
}
.s-post-taglist .tag-name {
  width: fit-content;
  height: fit-content;
  color: var(--col--acc-01);
  font-size: var(--font-size-13);
  font-weight: 700;
  position: relative;
}
.s-post-taglist .tag-name::before {
  font-size: 2vw;
  content: "●";
  position: absolute;
  right: -1.9em;
  top: 50%;
  translate: 0 -50%;
}
.s-post-taglist .tag-name:last-child::before {
  display: none;
}

#top__news .ttl03 {
  position: relative;
  margin-bottom: var(--margin-60);
}
#top__news .ttl03::after {
  content: "";
  position: absolute;
}
#top__news .ttl03 .ja::after {
  content: "";
  position: absolute;
  background: url(/img/common/deco__ttl__marker_03.png) center center/contain no-repeat;
  width: 261px;
  height: 41px;
  left: -5px;
  bottom: -15px;
  z-index: -1;
}
#top__news .cont-latest {
  margin-bottom: var(--margin-50);
}
#top__news .unit-latest {
  margin-bottom: var(--margin-30);
  position: relative;
  right: 0;
  transition: ease 0.2s;
}
#top__news .unit-latest:last-child {
  margin-bottom: 0;
}
#top__news .unit-latest a {
  width: 100%;
  height: 100%;
  background: var(--pt--texture-01-b);
  padding: 4vw;
  border-radius: 1.5vw;
  position: relative;
}
#top__news .unit-latest a::before {
  content: "";
  position: absolute;
  background: url(/img/common/icon__arrow__a_01.png) center center/contain no-repeat;
  width: 4vw;
  height: 4vw;
  right: 5vw;
  top: 50%;
  translate: 0 -50%;
  transition: ease 0.3s;
}
#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: 2;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 2vw;
}
#top__news .unit-latest .item-time {
  position: relative;
  order: 1;
  height: fit-content;
  width: fit-content;
  background: var(--col--main-01);
  border-radius: 1.5vw;
  color: #fff;
  padding: 1vw 2vw;
  font-size: var(--font-size-16);
  font-weight: 700;
  letter-spacing: 0.05em;
  margin-right: var(--margin-10);
  margin-bottom: var(--margin-15);
  font-size: 3.5vw;
  border-radius: 6vw;
}
#top__news .unit-latest .tag_list {
  order: 3;
  width: 70%;
  margin-bottom: var(--margin-15);
  gap: 6vw;
  top: 5px;
  position: relative;
}
#top__news .unit-latest .tag_list-item {
  width: fit-content;
  height: fit-content;
  color: var(--col--acc-01);
  font-size: var(--font-size-13);
  font-weight: 700;
  position: relative;
}
#top__news .unit-latest .tag_list-item::before {
  font-size: 2vw;
  content: "●";
  position: absolute;
  right: -1.9em;
  top: 50%;
  translate: 0 -50%;
}
#top__news .unit-latest .tag_list-item:last-child::before {
  display: none;
}
#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);
  right: -10px;
  color: var(--col--main-01);
  opacity: 0.8;
}
#top__news .unit-latest:hover a::before {
  right: 30px;
}
#top__news .com__btn_01 {
  width: 250px;
  margin: 0 auto;
}

/* top__info
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#top__info {
  background: url(/img/top/top__info__bg_img_01.jpg) center center/cover no-repeat;
}
#top__info .ttl03 {
  margin: 0 auto;
  margin-bottom: var(--margin-40);
}
#top__info .ttl03 .en {
  margin-bottom: var(--margin-15);
}
#top__info .ttl03 .en img {
  height: 8vw;
}
#top__info .ttl03 .ja {
  position: relative;
}
#top__info .ttl03 .ja::after {
  z-index: -1;
  content: "";
  position: absolute;
  background: url(/img/common/deco__ttl__marker_01.png) center center/contain no-repeat;
  width: 31vw;
  height: 10vw;
  left: -3vw;
  bottom: -4vw;
}
#top__info .ttl03 .ja::first-letter {
  color: var(--col--acc-01);
}
#top__info .ttl03 .ja::before {
  right: -65px;
}
#top__info .wrap-info {
  gap: 5vw 2vw;
  flex-direction: column;
}
#top__info .wrap-table {
  background: #fff;
  border-radius: 1.5vw;
  padding: 5vw;
}
#top__info .item-map {
  width: 100%;
  height: 50vw;
  border-radius: 1.5vw;
}
#top__info .item-map iframe {
  width: 100%;
  height: 100%;
}

/* about
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* about__intro
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#about__intro {
  position: relative;
  z-index: 0;
}
#about__intro::before {
  content: "";
  position: absolute;
  background: var(--sep--wave-01-b);
  width: 100%;
  height: 38px;
  left: 0;
  bottom: 0;
}
#about__intro .inner {
  position: relative;
}
#about__intro .item-img {
  position: relative;
  width: 100%;
  margin-bottom: 4vw;
}
#about__intro .item-img::before {
  z-index: 1;
  content: "";
  position: absolute;
  background: url(/img/about/about__intro__chara_01.png) center center/contain no-repeat;
  width: 43vw;
  height: 38vw;
  right: -2vw;
  bottom: 0vw;
}
#about__intro .item-text {
  z-index: -1;
  position: relative;
  width: 100%;
  padding: 5vw;
  border: 2px dashed var(--col--main-01);
  border-radius: 1.5vw;
}
#about__intro .item-text br {
  display: none;
}
#about__intro .item-text p {
  font-size: 3.8vw;
}

/* about__works
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#about__works {
  background: var(--pt--texture-01-b);
  position: relative;
  z-index: 0;
}
#about__works::before {
  z-index: -1;
  content: "";
  position: absolute;
  width: 100%;
  height: 85%;
  bottom: 0;
  background: url(/img/about/about__bg_deco_01.png) right top 35vw/40vw no-repeat, url(/img/about/about__bg_deco_02.png) left bottom 30vw/40vw no-repeat, var(--sep--wave-01-b-t), url(/img/common/pattern__stripe__01_w.png);
}
#about__works .ttl03 {
  margin-bottom: 8vw;
}
#about__works .block-works {
  margin-bottom: 15vw;
}
#about__works .block-works:last-child {
  margin-bottom: 0;
}
#about__works .block-works .ttl04 {
  background: var(--col--main-01);
  padding: 2vw 1vw;
  position: relative;
  text-align: center;
  margin-bottom: var(--margin-35);
}
#about__works .block-works .ttl04::before {
  content: "";
  position: absolute;
  background: url(/img/common/deco__ttl__frame_c_01.png) center center/contain no-repeat;
  width: 3vw;
  height: 100%;
  translate: -100% 0;
  left: 2px;
  top: 0;
}
#about__works .block-works .ttl04::after {
  content: "";
  position: absolute;
  background: url(/img/common/deco__ttl__frame_c_02.png) center center/contain no-repeat;
  width: 3vw;
  height: 100%;
  translate: 100% 0;
  right: 2px;
  top: 0;
}
#about__works .block-works .ttl04 .ja {
  font-family: var(--fot--M_PLUS);
  color: #fff;
  font-weight: 700;
  letter-spacing: 0.05em;
  font-size: var(--font-size-25);
  font-size: 4.6vw;
}
#about__works .block-works .list-works {
  --num: 2;
  --column-gap: 5vw;
  --row-gap: 8vw;
}
#about__works .block-works .list-works .item {
  display: flex;
  align-items: center;
  flex-direction: column-reverse;
}
#about__works .block-works .list-works .item .ttl05 {
  text-align: center;
}
#about__works .block-works .list-works .item .ttl05 .ja {
  position: relative;
  font-weight: 700;
  letter-spacing: 0.05em;
  font-family: var(--fot--M_PLUS);
  font-size: var(--font-size-20);
  padding-bottom: var(--margin-25);
  font-size: 4.2vw;
}
#about__works .block-works .list-works .item .ttl05 .ja::before {
  content: "";
  position: absolute;
  background: url(/img/common/deco__ttl__wave_01_b.png) center center/contain no-repeat;
  width: 12vw;
  height: 4vw;
  left: 50%;
  translate: -50% 0;
  bottom: 0;
}
#about__works .block-works .list-works .item .item-img {
  position: relative;
  width: 100%;
  margin-bottom: 3vw;
}
/* environment
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* environment__feature
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#environment__feature {
  position: relative;
  background: var(--sep--wave-01-b), url(/img/environment/environment__bg_img_01.png) center center/cover no-repeat;
}
#environment__feature::before {
  content: "";
  position: absolute;
  background: url(/img/environment/environment__feature__chara_01.png) center center/contain no-repeat;
  width: 21vw;
  height: 32vw;
  right: 3vw;
  top: 1vw;
}
#environment__feature .ttl03 {
  margin-bottom: 10vw;
}
#environment__feature .list-feature {
  --num: 1;
  --column-gap: 5vw;
  --row-gap: 15vw;
}
#environment__feature .list-feature .item {
  background: #fff;
  border-radius: 1.5vw;
  position: relative;
  padding: 8vw;
  padding-bottom: 7vw;
  z-index: 0;
  border: 1px solid var(--col--txt-01);
}
#environment__feature .list-feature .item::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 50%;
  bottom: 0;
  left: 0;
  background: url(/img/common/pattern__border__01_y.png);
  z-index: -2;
}
#environment__feature .list-feature .item::before {
  z-index: -1;
  content: "";
  position: absolute;
  border-radius: 1.5vw;
  width: calc(100% - 4vw);
  height: calc(100% - 4vw);
  left: 50%;
  top: 50%;
  translate: -50% -50%;
  border: 1px solid var(--col--txt-01);
}
#environment__feature .list-feature .item .ttl04 {
  text-align: center;
  margin: 0 auto;
  width: 100%;
  position: relative;
  margin-bottom: var(--margin-30);
}
#environment__feature .list-feature .item .ttl04::before {
  content: "";
  position: absolute;
  background: url(/img/common/deco__ttl__frame_a_01.png) center center/contain no-repeat;
  width: 2vw;
  height: 10vw;
  left: 0vw;
  top: 50%;
  translate: 0 -50%;
}
#environment__feature .list-feature .item .ttl04::after {
  content: "";
  position: absolute;
  background: url(/img/common/deco__ttl__frame_a_02.png) center center/contain no-repeat;
  width: 2vw;
  height: 10vw;
  right: 0;
  top: 50%;
  translate: 0 -50%;
}
#environment__feature .list-feature .item .ttl04 .num {
  position: absolute;
  left: -12vw;
  top: -21vw;
}
#environment__feature .list-feature .item .ttl04 .num img {
  width: 26vw;
}
#environment__feature .list-feature .item .ttl04 .ja {
  display: inline-block;
  font-family: var(--fot--M_PLUS);
  font-size: var(--font-size-25);
  font-size: 4.5vw;
  font-weight: 700;
  letter-spacing: 0.08em;
  z-index: 0;
  position: relative;
}
#environment__feature .list-feature .item .ttl04 .ja::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 40%;
  background: #fff5aa;
  bottom: 0;
  left: 0;
  z-index: -1;
}
#environment__feature .list-feature .item .ttl04 .ja::first-letter {
  color: var(--col--main-01);
}
#environment__feature .list-feature .item .item-text {
  text-align: left;
}
#environment__feature .list-feature .item .item-text p {
  font-size: 3.6vw;
}
#environment__feature .list-feature .item .item-text br {
  display: none;
}

/* environment__ideal
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#environment__ideal {
  background: var(--pt--texture-01-b);
}
#environment__ideal .ttl03 .ja {
  font-size: 5.7vw;
}
#environment__ideal .wrap-ideal {
  position: relative;
}
#environment__ideal .wrap-ideal::before {
  z-index: 1;
  content: "";
  position: absolute;
  background: url(/img/environment/environment__ideal__chara_01.png) center center/contain no-repeat;
  width: 25vw;
  height: 32vw;
  left: -2vw;
  top: 0vw;
  translate: 0 -100%;
}
#environment__ideal .wrap-ideal::after {
  z-index: 1;
  content: "";
  position: absolute;
  background: url(/img/environment/environment__ideal__chara_02.png) center center/contain no-repeat;
  width: 25vw;
  height: 27vw;
  right: -5vw;
  top: 0vw;
  translate: 0 -100%;
}
#environment__ideal .list-ideal {
  background: #fff;
  border-radius: 1.5vw;
  padding: 6vw;
  position: relative;
  box-shadow: 7.071px 7.071px 0px 0px rgba(255, 158, 48, 0.2);
  --num: 1;
  --column-gap: 5vw;
  --row-gap: 5vw;
}
#environment__ideal .list-ideal::before {
  content: "";
  position: absolute;
  border: 2px var(--col--main-01) dashed;
  width: calc(100% - 20px);
  height: calc(100% - 20px);
  left: 50%;
  top: 50%;
  translate: -50% -50%;
  border-radius: 1.5vw;
}
#environment__ideal .list-ideal .item {
  position: relative;
  padding-left: 6vw;
}
#environment__ideal .list-ideal .item::before {
  content: "";
  position: absolute;
  background: url(/img/common/icon__check__a_01.png) center center/contain no-repeat;
  width: 4vw;
  height: 4vw;
  left: 0vw;
  top: 1.7vw;
  translate: 0 -50%;
}
#environment__ideal .list-ideal .item .text {
  rotate: -0.1deg;
  font-family: var(--fot--M_PLUS);
  font-weight: 700;
  letter-spacing: 0.05em;
  font-size: var(--font-size-20);
  font-size: 3.8vw;
}

/* environment__career
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#environment__career {
  background: var(--sep--wave-01-b);
}
#environment__career .ttl03 {
  margin-bottom: 10vw;
}
#environment__career .wrap-step {
  width: 100%;
  overflow-x: scroll;
}
#environment__career .wrap-career {
  gap: 5vw;
  z-index: 0;
  align-items: end;
  position: relative;
  width: 200%;
  height: 120vw;
}
#environment__career .wrap-career::before {
  content: "";
  position: absolute;
  background: url(/img/environment/environment__career__arrow_01.png) center center/contain no-repeat;
  width: 168vw;
  height: 81vw;
  left: 77vw;
  translate: -50% 0;
  top: 0vw;
  z-index: -1;
}
#environment__career .wrap-career .block-career {
  --color_b: red;
  border: 1px solid var(--col--txt-01);
  border-radius: 1.5vw;
  width: calc((100% - 120px) / 4);
  background: #fff;
}
#environment__career .wrap-career .block-career .ttl04 {
  margin-bottom: var(--margin-40);
  width: 35vw;
  height: 15vw;
  background: var(--color_b);
  display: flex;
  align-items: center;
  border-radius: 1.5vw;
  justify-content: center;
  margin: 0 auto;
  margin-top: -10vw;
  position: relative;
}
#environment__career .wrap-career .block-career .ttl04::before {
  --width: 4vw;
  --height: 3vw;
  --color: var(--color_b);
  left: 50%;
  bottom: 0;
  translate: -50% 100%;
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-color: var(--color) transparent transparent transparent;
  border-width: var(--height) calc((var(--width)) / 2) 0px calc((var(--width)) / 2);
}
#environment__career .wrap-career .block-career .ttl04 .ja {
  color: #fff;
  font-family: var(--fot--M_PLUS);
  rotate: -0.1deg;
  font-size: var(--font-size-25);
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: 2vw;
  justify-content: center;
  font-size: 4vw;
}
#environment__career .wrap-career .block-career .ttl04 .ja small {
  font-size: var(--font-size-20);
  font-size: 3.5vw;
}
#environment__career .wrap-career .block-career .item-text {
  padding: 4vw;
}
#environment__career .wrap-career .block-career .item-text p {
  font-size: 3.2vw;
}
#environment__career .wrap-career .block-career:nth-of-type(1) {
  position: relative;
  --color_b: #5e443a;
  height: 45vw;
}
#environment__career .wrap-career .block-career:nth-of-type(1)::before {
  content: "";
  position: absolute;
  background: url(/img/environment/environment__career__chara_01.png) center center/contain no-repeat;
  width: 25vw;
  height: 49vw;
  left: 50%;
  translate: -50% -100%;
  top: 0vw;
}
#environment__career .wrap-career .block-career:nth-of-type(2) {
  --color_b: #96785f;
  height: 65vw;
}
#environment__career .wrap-career .block-career:nth-of-type(3) {
  --color_b: #ff9e30;
  height: 80vw;
}
#environment__career .wrap-career .block-career:nth-of-type(4) {
  --color_b: #d33333;
  height: 90vw;
}
#environment__career .wrap-career .block-career:nth-of-type(4)::before {
  content: "";
  position: absolute;
  background: url(/img/common/deco__ttl__kira_02.png) center center/contain no-repeat;
  width: 10vw;
  height: 6vw;
  right: -3vw;
  top: 13vw;
}

/* environment__days
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#environment__days {
  background: var(--pt--texture-01-b);
  z-index: 0;
  position: relative;
}
#environment__days .ttl03 {
  width: fit-content;
  margin-bottom: 10vw;
}
#environment__days .list-days {
  --num: 3;
  --column-gap: 5vw;
  --row-gap: 8vw;
  margin-bottom: var(--margin-40);
}
#environment__days .list-days .item {
  position: relative;
}
#environment__days .list-days .item::before {
  z-index: -1;
  content: "";
  position: absolute;
  width: 238%;
  height: 10px;
  background: #fff;
  bottom: 10vw;
  right: 3vw;
  translate: 50% 0;
}
#environment__days .list-days .item dl dt {
  background: #fff;
  width: 28vw;
  height: 11vw;
  border-radius: 1.5vw;
  margin-bottom: var(--margin-20);
  position: relative;
  text-align: center;
  font-size: var(--font-size-20);
  font-weight: 700;
  font-family: var(--fot--M_PLUS);
  letter-spacing: 0.05em;
  line-height: 1.4;
  font-size: 3.2vw;
}
#environment__days .list-days .item dl dt::before {
  --width: 4vw;
  --height: 3vw;
  --color: #fff;
  left: 50%;
  translate: -50% 100%;
  bottom: 0;
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-color: var(--color) transparent transparent transparent;
  border-width: var(--height) calc((var(--width)) / 2) 0px calc((var(--width)) / 2);
}
#environment__days .list-days .item dl dd {
  border-radius: 50%;
  width: 25vw;
  aspect-ratio: 1;
  background: red;
  text-align: center;
  color: #fff;
  font-family: var(--fot--M_PLUS);
  font-size: var(--font-size-20);
  font-weight: 700;
  letter-spacing: 0.05em;
  rotate: -0.1deg;
  line-height: 1.4;
  font-size: 3.4vw;
}
#environment__days .list-days .item:last-of-type::before {
  display: none;
}
#environment__days .list-days .item:nth-of-type(even) dl dd {
  background: #96785f;
}
#environment__days .list-days .item:nth-of-type(odd) dl dd {
  background: #ff9e30;
}
#environment__days .list-days .item:first-of-type dl dd,
#environment__days .list-days .item:last-of-type dl dd {
  background: #d33333;
}
#environment__days .item-note {
  text-align: center;
}
#environment__days .item-note small {
  line-height: 2;
  display: block;
  color: #666;
  font-size: var(--font-size-13);
  font-size: 3vw;
}

/* voice
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* voice
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#voice .ttl03 {
  width: fit-content;
}
#voice .block-post {
  box-shadow: 4px 4px 0px 0px rgba(65, 56, 51, 0.2);
  margin-bottom: var(--margin-40);
  padding: 5vw 5vw;
  border-radius: 1.5vw;
  position: relative;
  border: 2px solid var(--col--txt-01);
  min-height: 480px;
}
#voice .block-post:last-child {
  margin-bottom: 0;
}
#voice .block-post .ttl04 {
  padding-bottom: var(--margin-20);
  border-bottom: 1px dashed var(--col--main-01);
  margin-bottom: var(--margin-30);
  width: 100%;
}
#voice .block-post .ttl04 .ja {
  font-size: var(--font-size-25);
  font-family: var(--fot--M_PLUS);
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.8;
  font-size: 4.8vw;
}
#voice .block-post .item-img {
  position: relative;
  width: 100%;
  height: 50vw;
  margin-bottom: 5vw;
}
#voice .block-post .item-table {
  width: 100%;
  border-spacing: 1vw 2vw;
}
#voice .block-post .item-table tr th,
#voice .block-post .item-table tr td {
  line-height: 2;
  font-size: 3.6vw;
}
#voice .block-post .item-table tr th {
  display: block;
  width: 100%;
  position: relative;
  color: var(--col--main-01);
  padding-left: 1.4em;
}
#voice .block-post .item-table tr th::before {
  content: "●";
  left: 0;
  top: 0;
  position: absolute;
}
#voice .block-post .item-table tr td {
  display: block;
  padding-bottom: 4vw;
}
/* recruit
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* recruit
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#recruit .block-post {
  background: var(--pt--texture-01-b);
  border-radius: 1.5vw;
  padding: 6vw 5vw;
  margin-bottom: var(--margin-50);
}
#recruit .block-post:last-child {
  margin-bottom: 0;
}
#recruit .block-post .ttl04 {
  padding: 2vw 0;
  border-top: 1px solid var(--col--main-01);
  border-bottom: 1px solid var(--col--main-01);
  width: 100%;
  text-align: center;
  margin-bottom: var(--margin-25);
}
#recruit .block-post .ttl04 .ja {
  font-size: var(--font-size-25);
  font-family: var(--fot--M_PLUS);
  font-weight: 700;
  line-height: 1.7;
  letter-spacing: 0.05em;
}
#recruit .block-post .item-table {
  border-spacing: 0 1.5vw;
  width: 100%;
}
#recruit .block-post .item-table tr {
  width: 100%;
}
#recruit .block-post .item-table tr th,
#recruit .block-post .item-table tr td {
  padding: 1.5vw 0;
  line-height: 1.8;
  font-size: 3.5vw;
}
#recruit .block-post .item-table tr th {
  width: 30vw;
  border-radius: 1.5vw 0 0 1.5vw;
}
#recruit .block-post .item-table tr td {
  background: #fff;
  padding-left: 3vw;
}

/*お知らせ一覧
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
.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_sp.css.map */