@charset "UTF-8";
/* header ヘッダー
////////////////////////////////////////////////////////////////////////////////////////////////// */
#header {
  position: fixed;
  width: 100%;
  z-index: 5;
  top: 0;
  left: 0;
}
#header .inner {
  position: fixed;
  width: 100%;
  min-width: 1080px;
  z-index: 5;
  padding: 0;
  top: 0;
  padding-block: 12px;
}
@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);
}
@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: 0;
    margin-left: 4vw;
  }
  #header .item-logo img {
    height: 10vw;
  }
}
#header .block-right {
  display: none;
  position: relative;
  width: fit-content;
  margin-right: var(--margin-30);
}
@media screen and (max-width: 767px) {
  #header .block-right {
    display: none;
  }
}
#header .block-info {
  display: none;
  width: fit-content;
  margin-right: var(--margin-30);
  margin-top: var(--margin-10);
}
#header .block-info .com__times {
  width: fit-content;
  margin-bottom: var(--margin-10);
}
#header .block-info .com__times .item dt,
#header .block-info .com__times .item dd {
  font-size: 14px;
}
#header .block-info .block-contact {
  width: fit-content;
}
#header .block-info .block-contact .com__tel {
  width: fit-content;
  margin-right: var(--margin-30);
}
#header .block-info .block-contact .com__tel dd .tel-num {
  font-size: var(--font-size-30);
}
#header .block-info .block-contact .unit-sns {
  gap: 3vw;
  width: fit-content;
  margin-right: var(--margin-30);
}
#header .block-info .block-contact .unit-sns a {
  --size: 30px;
}
#header .block-info .block-contact .btn-official {
  width: 192px;
  height: 40px;
}
#header .btn-contact {
  width: 200px;
  height: 80px;
}
#header .cont-info {
  width: fit-content;
}
#header .cont-info {
  width: fit-content;
}

/* nav グローバルナビゲーション
////////////////////////////////////////////////////////////////////////////////////////////////// */
#nav {
  background: linear-gradient(180deg, #ff0100 50%, #c40c0c 50%);
}
#nav .list-nav {
  width: 1080px;
  margin: 0 auto;
  padding: 25px 0;
  justify-content: space-between;
}
#nav .list-nav .item {
  width: 20%;
  position: relative;
  text-align: center;
}
#nav .list-nav .item::before {
  content: "";
  position: absolute;
  background: url(/img/common/deco__border__a_01.png) center center/contain no-repeat;
  width: 1px;
  height: 34px;
  right: 0;
  top: 50%;
  translate: 0 -50%;
}
#nav .list-nav .item:last-child::before {
  display: none;
}
#nav .list-nav .item a {
  transition: ease 0.17s;
  color: #fff;
  font-family: var(--fot--Zen-Maru-Goth);
  font-weight: 700;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 767px) {
  #nav {
    display: none;
  }
}

/* mv メインビジュアル
////////////////////////////////////////////////////////////////////////////////////////////////// */
#mv {
  position: relative;
  width: 100%;
  height: 730px;
  background: url(/img/mv/mv__img.png) center center/cover no-repeat;
}
#mv .mv-catch {
  position: absolute;
  left: 50%;
  top: 50%;
  translate: -50% -50%;
}
@media screen and (max-width: 767px) {
  #mv {
    height: 100vw;
    max-width: 100%;
  }
}

/* sv サブビジュアル
////////////////////////////////////////////////////////////////////////////////////////////////// */
#sv {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 450px;
}
#sv .sv-img {
  width: 95%;
  height: 47vw;
  margin: 0 auto;
  margin-top: 5vw;
}
#sv .sv-catch {
  position: absolute;
  left: 50%;
  top: 50%;
  translate: -50% -50%;
  border-radius: 1.5vw;
  border: 3px solid var(--col--main-02);
  background: #fff;
  padding: 2.5vw 5vw;
  font-size: var(--font-size-48);
  font-weight: 800;
  letter-spacing: 0.12em;
  font-family: var(--fot--Zen-Maru-Goth);
  font-size: 5.2vw;
  white-space: nowrap;
}
#sv .sv-catch::first-letter {
  color: var(--col--main-02);
}
@media screen and (max-width: 767px) {
  #sv {
    height: 55vw;
    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-voice {
  background: url(../img/sv/sv__voice.jpg) center center/cover no-repeat;
}

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

/* footer フッター
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
#footer {
  position: relative;
  width: 100%;
}
#footer .item-logo {
  display: block;
  position: relative;
  width: fit-content;
  transition: ease 0.2s;
  margin-bottom: var(--margin-30);
  margin-bottom: 6vw;
}
#footer .item-logo img {
  height: 14vw;
}
#footer .item-logo:hover {
  opacity: 0.6;
}
#footer .inner {
  width: 100%;
  padding: 0 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 .list-nav {
  width: 100%;
  gap: 3vw;
  margin-top: 100px;
  padding-block: 30px;
  border-block: 1px solid var(--col--main-01);
}
#footer .list-nav .item {
  width: fit-content;
  position: relative;
  padding-left: var(--margin-10);
}
#footer .list-nav .item::before {
  content: ">";
  color: var(--col--main-02);
  position: absolute;
  font-size: 11px;
  left: 0;
  top: 3px;
}
#footer .list-nav .item a {
  position: relative;
  transition: ease 0.2s;
  font-size: var(--font-size-14);
  font-weight: 700;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 767px) {
  #footer .list-nav {
    display: none;
  }
}
#footer .wrap-block {
  width: 95%;
  border: 1px solid var(--col--main-01);
  border-radius: 2vw 2vw 0 0;
  margin: 0 auto;
  padding: 5vw;
  display: flex;
  flex-direction: column;
  align-items: center;
}
#footer .wrap-block .block-left .item-address {
  margin-bottom: var(--margin-20);
  font-size: var(--font-size-14);
  font-weight: 700;
  margin-bottom: 6vw;
}
#footer .wrap-block .block-left .com__times {
  margin-bottom: var(--margin-20);
  margin-bottom: 5vw;
}
#footer .wrap-block .block-left .com__times .item dt,
#footer .wrap-block .block-left .com__times .item dd {
  font-size: var(--font-size-14);
  font-size: 3.5vw;
}
#footer .wrap-block .block-left .com__times .item dt {
  padding: 0.5vw;
  width: 18vw;
}
#footer .wrap-block .block-left .com__times .item dd small {
  color: var(--col--txt-01);
}
#footer .wrap-block .block-left .com__times .item-worktime dt {
  background: var(--col--main-01);
  color: #fff;
}
#footer .wrap-block .block-left .com__times .item-holiday dt {
  background: var(--col--main-01);
  color: #fff;
}
#footer .wrap-block .block-left .com__tel dd .tel-num {
  font-size: 8.5vw;
}
#footer #copyright {
  font-size: var(--font-size-13);
  text-align: center;
  color: #fff;
  background: var(--col--main-01);
  font-size: 2.5vw;
  font-weight: 700;
  width: 95%;
  text-align: center;
  padding: 3vw 0;
  margin: 0 auto;
  border-radius: 0 0 2vw 2vw;
  font-weight: 500;
}
#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;
  }
}

/* index
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* top__worries
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#top__worries {
  background: url(/img/common/pattern__srtipe__01_p.png);
}
#top__worries .wrap-worries {
  padding: 8vw 4vw;
  background: #fff;
  border-radius: 2.5vw;
}
#top__worries .ttl03 {
  margin: 0 auto;
  position: relative;
  margin-bottom: var(--margin-60);
  margin-bottom: 7vw;
}
#top__worries .ttl03::before {
  content: "";
  position: absolute;
  background: url(/img/common/deco_ttl__shine__b_01.png) center center/contain no-repeat;
  width: 5vw;
  height: 13vw;
  left: -3vw;
  top: 62%;
  translate: -100% -50%;
}
#top__worries .ttl03::after {
  content: "";
  position: absolute;
  background: url(/img/top/top__worries__chara_01.png) center center/contain no-repeat;
  width: 25vw;
  height: 23vw;
  right: 1vw;
  top: 50%;
  translate: 100% -50%;
}
#top__worries .ttl03 .en {
  background: var(--col--base-01);
}
#top__worries .ttl03 .en::before {
  --color: var(--col--base-01);
}
#top__worries .ttl03 .ja img {
  height: 8vw;
}
#top__worries .ttl03 .ja small {
  background: unset;
  color: var(--col--txt-01);
}
#top__worries .wrap-type .block-worries {
  position: relative;
  margin-bottom: var(--margin-60);
  margin-bottom: 10vw;
}
#top__worries .wrap-type .block-worries:last-child {
  margin-bottom: 0;
}
#top__worries .wrap-type .block-worries .ttl04 {
  width: 100%;
  margin-bottom: var(--margin-30);
  margin-bottom: 3vw;
}
#top__worries .wrap-type .block-worries .ttl04 .ja img {
  height: 7vw;
}
#top__worries .wrap-type .block-worries .item-img {
  position: relative;
  width: 100%;
  margin-bottom: 4vw;
}
#top__worries .wrap-type .block-worries .list-feature {
  width: 100%;
  gap: 2.5vw;
}
#top__worries .wrap-type .block-worries .list-feature .item {
  position: relative;
  border-radius: 5vw;
  width: 100%;
  padding: 2vw 3vw;
  background: red;
  padding-left: 8.5vw;
}
#top__worries .wrap-type .block-worries .list-feature .item::before {
  content: "";
  position: absolute;
  background: url(/img/common/icon__check__a_01.png) center center/contain no-repeat;
  width: 5vw;
  height: 5vw;
  left: 2vw;
  top: 50%;
  translate: 0 -50%;
}
#top__worries .wrap-type .block-worries .list-feature .item .text {
  font-size: var(--font-size-22);
  font-weight: 800;
  font-family: var(--fot--Zen-Maru-Goth);
  letter-spacing: 0.07em;
  font-size: 4vw;
  line-height: 1.3;
}
#top__worries .wrap-type .block-worries:nth-of-type(odd) .ttl04 {
  margin-left: auto;
}
#top__worries .wrap-type .block-worries:nth-of-type(odd) .item-img {
  top: 0;
}
#top__worries .wrap-type .block-worries:nth-of-type(odd) .list-feature {
  margin-left: auto;
}
#top__worries .wrap-type .block-worries:nth-of-type(even) .item-img {
  top: 0;
  right: 0;
}
#top__worries .wrap-type .block-01 .list-feature .item {
  background: #fff7e1;
}
#top__worries .wrap-type .block-01 .list-feature .item::before {
  background: url(/img/common/icon__check__a_01.png) center center/contain no-repeat;
}
#top__worries .wrap-type .block-01 .item-img::before {
  content: "";
  position: absolute;
  background: url(/img/top/top__worries__chara_02.png) center center/contain no-repeat;
  width: 32vw;
  height: 37vw;
  right: -5vw;
  bottom: -2vw;
}
#top__worries .wrap-type .block-02 .list-feature .item {
  background: #ffebda;
}
#top__worries .wrap-type .block-02 .list-feature .item::before {
  background: url(/img/common/icon__check__a_02.png) center center/contain no-repeat;
}
#top__worries .wrap-type .block-02 .item-img::before {
  content: "";
  position: absolute;
  background: url(/img/top/top__worries__chara_03.png) center center/contain no-repeat;
  width: 28vw;
  height: 31vw;
  left: -7vw;
  bottom: 0vw;
}
#top__worries .wrap-type .block-03 .list-feature .item {
  background: #ffebeb;
}
#top__worries .wrap-type .block-03 .list-feature .item::before {
  background: url(/img/common/icon__check__a_03.png) center center/contain no-repeat;
}
#top__worries .wrap-type .block-03 .item-img::before {
  content: "";
  position: absolute;
  background: url(/img/top/top__worries__chara_04.png) center center/contain no-repeat;
  width: 37vw;
  height: 25vw;
  right: -5vw;
  bottom: -2vw;
}
#top__worries .wrap-type .block-04 .list-feature .item {
  background: #ffeaf9;
}
#top__worries .wrap-type .block-04 .list-feature .item::before {
  background: url(/img/common/icon__check__a_04.png) center center/contain no-repeat;
}
#top__worries .wrap-type .block-04 .item-img::before {
  content: "";
  position: absolute;
  background: url(/img/top/top__worries__chara_05.png) center center/contain no-repeat;
  width: 31vw;
  height: 32vw;
  left: -4vw;
  bottom: -7vw;
}
#top__worries .com__btn_01 {
  margin: 0 auto;
  width: 100%;
  margin-top: 6vw;
}

/* top__greeting
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#top__greeting {
  position: relative;
  z-index: 1;
}
#top__greeting .inner {
  position: relative;
}
#top__greeting .inner::before {
  content: "";
  position: absolute;
  background: url(/img/top/top__greeting__chara_01.png) center center/contain no-repeat;
  width: 28vw;
  height: 36vw;
  right: 0vw;
  top: 22vw;
}
#top__greeting .ttl03 {
  margin: 0 auto;
  margin-bottom: var(--margin-40);
}
#top__greeting .ttl03 .en {
  background: var(--col--base-01);
}
#top__greeting .ttl03 .en::before {
  --color: var(--col--base-01);
}
#top__greeting .block-greeting {
  position: relative;
}
#top__greeting .block-greeting .ttl04 {
  position: relative;
  padding-left: var(--margin-30);
  width: 100%;
  margin-left: auto;
  margin-bottom: var(--margin-40);
}
#top__greeting .block-greeting .ttl04::before {
  content: "";
  position: absolute;
  height: 100%;
  left: 0;
  width: 5px;
  top: 0;
  background: #ffae00;
  border-radius: 3px;
}
#top__greeting .block-greeting .ttl04 .ja {
  font-size: var(--font-size-35);
  font-weight: 800;
  letter-spacing: 0.12em;
  line-height: 1.7;
  font-family: var(--fot--Zen-Maru-Goth);
  font-size: 5vw;
  font-weight: 700;
}
#top__greeting .block-greeting .item-img {
  position: relative;
          height: 82vw;
  margin-bottom: 12vw;
    iframe{
    width: 100%;
    height: 100%;
  }
}
#top__greeting .block-greeting .item-img::before {
  z-index: -1;
  content: "";
  position: absolute;
  background: url(/img/common/pattern__stripe__02_o.png);
  width: 100%;
  height: 100%;
  right: -5vw;
  bottom: -5vw;
}
#top__greeting .block-greeting .item-img::after {
  content: "";
  position: absolute;
  background: url(/img/top/top__greeting__chara_02.png) center center/contain no-repeat;
  width: 35vw;
  height: 29vw;
  left: -5vw;
  bottom: -9vw;
}
#top__greeting .block-greeting .item-text {
  width: 100%;
  margin-left: auto;
}
#top__greeting .block-greeting .item-text br {
  display: none;
}
#top__greeting .block-greeting .item-text p .str-01 {
  color: var(--col--main-02);
  font-size: var(--font-size-18);
}

/* top__price
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#top__price {
  position: relative;
  z-index: 0;
}
#top__price::before {
  z-index: -1;
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 50%;
  translate: -50% 0;
  border-radius: 1.5vw;
  background: url(/img/common/pattern__srtipe__01_y.png);
}
#top__price .ttl03 {
  margin: 0 auto;
  margin-bottom: var(--margin-50);
  position: relative;
}
#top__price .ttl03::before {
  content: "";
  position: absolute;
  background: url(/img/common/deco_ttl__shine__c_01.png) center center/contain no-repeat;
  width: 7vw;
  height: 9vw;
  left: -4vw;
  top: 9vw;
  translate: -100% 0;
}
#top__price .ttl03::after {
  content: "";
  position: absolute;
  background: url(/img/common/deco_ttl__shine__c_02.png) center center/contain no-repeat;
  width: 6vw;
  height: 15vw;
  right: -4vw;
  top: 6vw;
  translate: 100% 0;
}
#top__price .ttl03 .en {
  background: #fff;
}
#top__price .ttl03 .en::before {
  --color: #fff;
}
#top__price .wrap-price {
  gap: 7vw;
  margin: 0 auto;
  width: fit-content;
  margin-bottom: var(--margin-50);
  flex-direction: column;
  width: 100%;
}
#top__price .wrap-price .block-price {
  --color: red;
  position: relative;
  border: 1px solid var(--color);
  width: 100%;
  border-radius: 1.5vw;
  background: #fff;
}
#top__price .wrap-price .block-price .ttl04 {
  background: var(--color);
  display: flex;
  align-items: center;
  justify-content: center;
  height: 8vw;
  border-radius: 1.5vw 1.5vw 0 0;
}
#top__price .wrap-price .block-price .ttl04 .ja {
  color: #fff;
  font-size: var(--font-size-35);
  font-family: var(--fot--Zen-Maru-Goth);
  font-weight: 800;
  letter-spacing: 0.12em;
  font-size: 4.6vw;
}
#top__price .wrap-price .block-price .ttl04 .ja small {
  font-size: var(--font-size-25);
  font-size: 4vw;
}
#top__price .wrap-price .block-price .item-price {
  padding: 5vw;
  background: #fff;
  border-radius: 0 0 2vw 2vw;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: var(--font-size-45);
  font-family: var(--fot--Zen-Maru-Goth);
  font-weight: 800;
  letter-spacing: 0.08em;
  align-items: end;
  font-size: 5vw;
}
#top__price .wrap-price .block-price .item-price .str-01 {
  font-size: 10vw;
}
#top__price .wrap-price .block-usual {
  --color: var(--col--main-02);
}
#top__price .wrap-price .block-usual::before {
  content: "";
  position: absolute;
  background: url(/img/top/top__price__chara_01.png) center center/contain no-repeat;
  width: 25vw;
  height: 32vw;
  left: 19vw;
  bottom: 0vw;
  translate: -100% 0;
}
#top__price .wrap-price .block-usual .str-01 {
  background: linear-gradient(180deg, #ff0100 60%, #c40c0c 60%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
#top__price .wrap-price .block-student {
  --color: var(--col--main-03);
}
#top__price .wrap-price .block-student::before {
  content: "";
  position: absolute;
  background: url(/img/top/top__price__chara_02.png) center center/contain no-repeat;
  width: 25vw;
  height: 32vw;
  right: 22vw;
  bottom: 0vw;
  translate: 100% 0;
}
#top__price .wrap-price .block-student .str-01 {
  background: linear-gradient(180deg, #ff440b 60%, #ff0100 60%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
#top__price .item-note {
  text-align: center;
}
#top__price .item-note small {
  font-size: var(--font-size-18);
  font-weight: 800;
  font-size: 3.5vw;
}
#top__price .item-note small .str-10 {
  color: var(--col--main-02);
}

/* top__contact
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#top__contact .ttl03 {
  margin: 0 auto;
  align-items: center;
  gap: 5vw;
  margin-bottom: var(--margin-50);
  position: relative;
}
#top__contact .ttl03::before {
  content: "";
  position: absolute;
  background: url(/img/common/deco_ttl__shine__d_01.png) center center/contain no-repeat;
  width: 7vw;
  height: 5vw;
  bottom: 0vw;
  left: -1vw;
  translate: -100% 0;
}
#top__contact .ttl03::after {
  content: "";
  position: absolute;
  background: url(/img/common/deco_ttl__shine__d_02.png) center center/contain no-repeat;
  width: 7vw;
  height: 5vw;
  bottom: 0vw;
  right: -1vw;
  translate: 100% 0;
}
#top__contact .ttl03 .ja {
  font-size: 6.5vw;
}
#top__contact .lead-text {
  margin-bottom: var(--margin-50);
  text-align: center;
  text-align: left;
}
#top__contact .lead-text br {
  display: none;
}
#top__contact .lead-text p {
  font-weight: 600;
}
#top__contact .lead-text p span {
  background: linear-gradient(180deg, rgba(255, 247, 225, 0) 70%, #fff7e1 70%);
}
#top__contact .lead-text p .str-01 {
  color: var(--col--main-02);
  font-size: var(--font-size-18);
}
#top__contact .wrap-contact {
  gap: 5vw;
  flex-direction: column;
}
#top__contact .block-line {
  background: #e8fff1;
  padding: 5vw;
  border-radius: 1.5vw;
}
#top__contact .block-line .ttl04 {
  border-radius: 2vw;
  background: linear-gradient(90deg, rgb(6, 199, 85) 0%, rgb(1, 174, 99) 100%);
  position: relative;
  text-align: center;
  padding: 2vw 5vw;
  margin-bottom: var(--margin-30);
}
#top__contact .block-line .ttl04::before {
  --width: 17px;
  --height: 15px;
  --color: #06c755;
  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);
}
#top__contact .block-line .ttl04 .ja {
  font-size: var(--font-size-30);
  font-family: var(--fot--Zen-Maru-Goth);
  font-weight: 800;
  letter-spacing: 0.12em;
  color: #fff;
  line-height: 1.4;
  font-size: 4.6vw;
}
#top__contact .block-line .ttl04 .ja .small-01 {
  font-size: var(--font-size-24);
}
#top__contact .block-line .item-text {
  text-align: left;
  position: relative;
  margin-bottom: var(--margin-30);
}
#top__contact .block-line .item-text br {
  display: none;
}
#top__contact .block-line .item-text::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: url(/img/common/border__dot__a_01.png) center top/100% 12vw repeat-y;
}
#top__contact .block-line .item-text p {
  font-weight: 600;
  line-height: 2.97;
}
#top__contact .block-line .item-text p .str-01 {
  font-weight: 800;
  font-size: var(--font-size-18);
  color: var(--col--main-02);
}
#top__contact .block-line .com__btn_01 {
  margin: 0 auto;
  margin-bottom: 0;
}
#top__contact .block-tel {
  margin-top: 2vw;
  flex: 1;
}
#top__contact .block-tel .com__tel {
  margin: 0 auto;
  margin-bottom: var(--margin-30);
}
#top__contact .block-tel .com__tel dd .tel-num {
  font-size: 8vw;
}
#top__contact .block-tel .com__times {
  gap: 0;
}
#top__contact .block-tel .com__times .item {
  width: 100%;
  padding-bottom: var(--margin-15);
  border-bottom: 1px dashed #c8c8c8;
  margin-bottom: var(--margin-15);
}
#top__contact .block-tel .com__times .item:first-of-type {
  border-top: 1px dashed #c8c8c8;
  padding-top: var(--margin-15);
}
#top__contact .block-tel .com__btn_01 {
  margin: 0 auto;
}
#top__contact .block-tel .com__btn_01::after {
  content: "";
  position: absolute;
  background: url(/img/common/icon__mail__a_01.png) center center/contain no-repeat;
  width: 5vw;
  height: 5vw;
  left: 4vw;
  top: 50%;
  translate: 0 -50%;
}
.wrap-section-01 {
  background: url(/img/common/pattern__srtipe__01_p.png);
}

/* top__subpages
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#top__subpages .inner {
  padding-bottom: var(--margin-50);
}
#top__subpages .list-subpages {
  --num: 1;
  --column-gap: 5vw;
  --row-gap: 10vw;
}
#top__subpages .list-subpages .item {
  border-radius: 2vw;
  border: 3px solid #fff;
  height: 65vw;
}
#top__subpages .list-subpages .item a {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
}
#top__subpages .list-subpages .item a .ttl03 {
  position: absolute;
  bottom: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 1.5vw;
  background: #fff;
  width: 100%;
  height: 12vw;
}
#top__subpages .list-subpages .item a .ttl03::before {
  content: "";
  position: absolute;
  background: url(/img/common/icon__arrow__a_r.png) center center/contain no-repeat;
  width: 2.2vw;
  height: 2.2vw;
  right: 3vw;
  top: 50%;
  translate: 0 -50%;
}
#top__subpages .list-subpages .item a .ttl03 .ja {
  display: inline-block;
  font-size: var(--font-size-22);
  font-weight: 800;
  font-family: var(--fot--Zen-Maru-Goth);
}
#top__subpages .list-subpages .item a .ttl03 .ja::first-letter {
  color: var(--col--main-02);
}
#top__subpages .list-subpages .item:nth-of-type(1) {
  background: url(/img/top/top__subpages__img_01.png) center center/cover no-repeat;
}
#top__subpages .list-subpages .item:nth-of-type(2) {
  background: url(/img/top/top__subpages__img_02.png) center center/cover no-repeat;
}
#top__subpages .list-subpages .item:nth-of-type(3) {
  background: url(/img/top/top__subpages__img_03.png) center center/cover no-repeat;
}

/* top__news
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
.unit-latest {
  padding-bottom: var(--margin-35);
  border-bottom: 1px dashed #c8c8c8;
  margin-bottom: var(--margin-35);
}
.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;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-weight: 600;
  font-size: 3.7vw;
  width: 100%;
}
.unit-latest .item-time {
  position: relative;
  order: 2;
  width: fit-content;
  margin-right: var(--margin-25);
  font-weight: 600;
  letter-spacing: 0.1em;
  margin-bottom: 4vw;
  font-size: 3.7vw;
}
.unit-latest .tag_list {
  order: 1;
  width: 100%;
  margin-bottom: var(--margin-15);
  gap: 3vw;
  margin-bottom: 4vw;
}
.unit-latest .tag_list-item {
  width: fit-content;
  height: fit-content;
  background: #ffebeb;
  border-radius: 4vw;
  padding: 1vw 3vw;
  font-weight: 600;
  color: var(--col--main-02);
  font-size: var(--font-size-14);
  font-size: 3vw;
}
.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: -5px;
}

.s-post-taglist {
  gap: 10px;
}
.s-post-taglist .tag-name {
  width: fit-content;
  height: fit-content;
  background: #ffebeb;
  border-radius: 4vw;
  padding: 1vw 3vw;
  font-weight: 600;
  color: var(--col--main-02);
  font-size: var(--font-size-14);
  font-size: 3vw;
}

#top__news .inner {
  padding-top: var(--margin-50);
}
#top__news .wrap-news {
  position: relative;
  border-radius: 3vw;
  padding: 7.6vw 5vw;
  background: #fff;
}
#top__news .ttl03 {
  position: relative;
  width: fit-content;
  margin: 0 auto;
  align-items: center;
  gap: 5vw;
  margin-bottom: var(--margin-50);
}
#top__news .ttl03 .ja {
  font-size: var(--font-size-50);
}
#top__news .cont-latest {
  width: 100%;
  margin-left: auto;
}
#top__news .unit-latest {
  padding-bottom: var(--margin-35);
  border-bottom: 1px dashed #c8c8c8;
  margin-bottom: var(--margin-35);
}
#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;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-weight: 600;
  font-size: 3.7vw;
  width: 100%;
}
#top__news .unit-latest .item-time {
  position: relative;
  order: 2;
  width: fit-content;
  margin-right: var(--margin-25);
  font-weight: 600;
  letter-spacing: 0.1em;
  margin-bottom: 4vw;
  font-size: 3.7vw;
}
#top__news .unit-latest .tag_list {
  order: 1;
  width: 100%;
  margin-bottom: var(--margin-15);
  gap: 3vw;
  margin-bottom: 4vw;
}
#top__news .unit-latest .tag_list-item {
  width: fit-content;
  height: fit-content;
  background: #ffebeb;
  border-radius: 4vw;
  padding: 1vw 3vw;
  font-weight: 600;
  color: var(--col--main-02);
  font-size: var(--font-size-14);
  font-size: 3vw;
}
#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: -5px;
}
#top__news .com__btn_01 {
  position: relative;
  margin: 0 auto;
}

/* top__access
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#top__access {
  position: relative;
}
#top__access .inner {
  position: relative;
}
#top__access .inner::before {
  content: "";
  position: absolute;
  background: url(/img/top/top__access__chara_01.png) center center/contain no-repeat;
  width: 39vw;
  height: 38vw;
  left: -5vw;
  top: -10vw;
}
#top__access .ttl03 {
  margin: 0 auto;
  margin-bottom: var(--margin-50);
}
#top__access .ttl03 .en {
  background: #ffebeb;
}
#top__access .ttl03 .en::before {
  --color: #ffebeb;
}
#top__access .wrap-table {
  gap: 5vw;
  flex-direction: column;
}
#top__access .item-table {
  width: 100%;
}
#top__access .item-map {
  position: relative;
  width: 100%;
  height: 70vw;
  flex: 1;
  border: 2px solid var(--col--main-02);
  outline: 4px solid #fff;
  outline-offset: -6px;
  border-radius: 1.5vw;
}
#top__access .item-map::before {
  content: "";
  position: absolute;
  background: url(/img/top/top__access__chara_02.png) center center/contain no-repeat;
  width: 42vw;
  height: 25vw;
  bottom: -9vw;
  right: -16vw;
}
#top__access .item-map iframe {
  border-radius: 1.5vw;
  width: 100%;
  height: 100%;
}

/* about
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
.com__num_01 {
  width: 8vw;
  height: 8vw;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: var(--font-size-30);
  color: #fff;
  font-weight: 800;
  font-family: var(--fot--Zen-Maru-Goth);
  padding-bottom: 1vw;
  background: linear-gradient(90deg, #ff0100 0%, #ff440b 100%);
}

/* about__feature
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#about__feature {
  background: url(/img/common/pattern__srtipe__01_p.png);
}
#about__feature .inner {
  position: relative;
}
#about__feature .inner::before {
  content: "";
  position: absolute;
  background: url(/img/about/about__feature__illust_01.png) center center/contain no-repeat;
  width: 26vw;
  height: 32vw;
  right: -3vw;
  top: 8vw;
}
#about__feature .list-feature {
  --num: 1;
  --column-gap: 5vw;
  --row-gap: 5vw;
}
#about__feature .list-feature > .item {
  position: relative;
  background: #fff;
  padding: 5vw;
  border-radius: 1.5vw;
}
#about__feature .list-feature > .item .ttl04 {
  text-align: left;
  padding-bottom: var(--margin-20);
  border-bottom: 1px solid var(--col--main-02);
  margin-bottom: var(--margin-20);
  align-items: center;
  display: flex;
  gap: 3vw;
}
#about__feature .list-feature > .item .ttl04 .num {
  position: relative;
}
#about__feature .list-feature > .item .ttl04 .ja {
  font-size: var(--font-size-22);
  font-weight: 800;
  letter-spacing: 0.1em;
  line-height: 1.4;
  font-family: var(--fot--Zen-Maru-Goth);
}
#about__feature .list-feature > .item .item-text p {
  font-weight: 600;
  line-height: 2;
}

/* about__flow
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#about__flow {
  position: relative;
  z-index: 0;
}
#about__flow::before {
  z-index: -1;
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 50%;
  top: 50%;
  translate: -50% -50%;
  background: url(/img/common/pattern__srtipe__01_y.png);
  border-radius: 1.5vw;
}
#about__flow .list-flow > .item {
  background: #fff;
  border-radius: 1.5vw;
  margin-bottom: 8vw;
  padding: 5vw;
  border: 1px solid var(--col--main-02);
  position: relative;
}
#about__flow .list-flow > .item::before {
  content: "";
  position: absolute;
  background: url(/img/common/icon__arrow__b_01.png) center center/contain no-repeat;
  width: 3.5vw;
  height: 3.5vw;
  left: 50%;
  translate: -50% 100%;
  bottom: -2vw;
}
#about__flow .list-flow > .item:last-child::before {
  display: none;
}
#about__flow .list-flow > .item .ttl04 {
  gap: 3vw;
  margin-bottom: var(--margin-25);
  margin-bottom: 3vw;
}
#about__flow .list-flow > .item .ttl04 .ja {
  font-size: var(--font-size-30);
  font-weight: 800;
  letter-spacing: 0.12em;
  color: var(--col--main-02);
  font-family: var(--fot--Zen-Maru-Goth);
  font-size: 4.8vw;
}
/* about__note
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#about__note .inner {
  padding-bottom: 10vw;
  position: relative;
  padding-top: 20vw;
}
#about__note .inner::before {
  content: "";
  position: absolute;
  background: url(/img/about/about__note__illust_01.png) center center/contain no-repeat;
  width: 32vw;
  height: 36vw;
  left: -5vw;
  top: -19vw;
}
#about__note .ttl03 {
  margin: 0 auto;
  margin-bottom: 15vw;
}
#about__note .list-note {
  width: 100%;
  gap: 3vw;
  margin-left: auto;
  position: relative;
}
#about__note .list-note > .item {
  background: #ffebeb;
  padding: 5vw;
  border-radius: 1.5vw;
  position: relative;
  padding-left: 2em;
}
#about__note .list-note > .item::before {
  content: "・";
  color: var(--col--main-02);
  position: absolute;
  left: 0.3em;
  top: 6vw;
  font-size: var(--font-size-24);
}
#about__note .list-note > .item .text {
  font-family: var(--fot--Zen-Maru-Goth);
  font-weight: 700;
  font-size: var(--font-size-24);
  letter-spacing: 0.06em;
  line-height: 1.5;
  font-size: 4.2vw;
}





/* about__prof
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#about__prof {
  background: url(/img/common/pattern__srtipe__01_p.png);

  .wrap-about {
    background: #fff;
    position: relative;
    padding: 5vw;
    border-radius: 2vw;

    .ttl03 {
      margin: 0 auto;
      margin-bottom: var(--margin-50);
    }

    .item-img {
      position: relative;
      width: 100%;
      margin-bottom: var(--margin-40);
      img{
        width: 100%;
      }
    }

    .block {
      margin-bottom: var(--margin-50);

      .list-type {
        .item {
          padding: 3vw 3vw;
          background: #fff7e1;
          margin-bottom: 3vw;
          font-size: var(--font-size-20);
          font-weight: 800;
          font-family: var(--fot--Zen-Maru-Goth);
        }
      }

      .item-text{
        p{
          font-weight: 600;
        }
      }

      .ttl04 {
        padding-bottom: var(--margin-20);
        border-bottom: 1px solid var(--col--main-02);
        margin-bottom: var(--margin-20);

        .ja {
          font-size: var(--font-size-24);
          font-family: var(--fot--Zen-Maru-Goth);
          letter-spacing: 0.01em;
          font-weight: 800;
        }
      }
    }

    .block-license {
    }

    .block-message {}
  }
}





/* case
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* case__about
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#case__about {
  background: url(/img/common/pattern__srtipe__01_p.png);
}
#case__about .list-case > .item {
  background: #fff;
  padding: 5vw;
  margin-bottom: var(--margin-50);
  position: relative;
  min-height: 50vw;
  border-radius: 2vw;
}
#case__about .list-case > .item:last-child {
  margin-bottom: 0;
}
#case__about .list-case > .item .ttl04 {
  width: 100%;
  padding-bottom: 2vw;
}
#case__about .list-case > .item .ttl04 .ja img {
  height: 7.4vw;
}
#case__about .list-case > .item .item-img {
  position: relative;
  width: 100%;
  margin-bottom: 6vw;
}
#case__about .list-case > .item .item-text {
  width: 100%;
}
#case__about .list-case > .item:nth-of-type(odd) .ttl04 {
  margin-left: auto;
  margin-bottom: var(--margin-30);
  margin-top: var(--margin-30);
}
#case__about .list-case > .item:nth-of-type(odd) .item-text {
  margin-left: auto;
}
#case__about .list-case > .item:nth-of-type(odd) .item-text p {
  font-size: var(--font-size-16);
  font-weight: 600;
}
#case__about .list-case > .item:nth-of-type(even) .ttl04 {
  margin-bottom: var(--margin-30);
  margin-top: var(--margin-30);
}
#case__about .list-case > .item:nth-of-type(even) .item-img {
  right: 0vw;
}
#case__about .list-case > .item:nth-of-type(even) .item-text p {
  font-size: var(--font-size-16);
  font-weight: 600;
}
#case__about .list-case > .item:nth-of-type(1) .ttl04 {
  background: linear-gradient(180deg, rgba(255, 247, 225, 0) 55%, #fff7e1 55%);
}
#case__about .list-case > .item:nth-of-type(1) .item-img::before {
  content: "";
  position: absolute;
  background: url(/img/case/case__about__illust_01.png) center center/contain no-repeat;
  width: 31vw;
  height: 30vw;
  right: -4vw;
  bottom: 0vw;
}
#case__about .list-case > .item:nth-of-type(2) .ttl04 {
  background: linear-gradient(180deg, rgba(255, 235, 218, 0) 55%, #ffebda 55%);
}
#case__about .list-case > .item:nth-of-type(2) .item-img::before {
  content: "";
  position: absolute;
  background: url(/img/case/case__about__illust_02.png) center center/contain no-repeat;
  width: 28vw;
  height: 29vw;
  left: -7vw;
  bottom: -2vw;
}
#case__about .list-case > .item:nth-of-type(3) .ttl04 {
  background: linear-gradient(180deg, rgba(255, 235, 235, 0) 55%, #ffebeb 55%);
}
#case__about .list-case > .item:nth-of-type(3) .item-img::before {
  content: "";
  position: absolute;
  background: url(/img/case/case__about__illust_03.png) center center/contain no-repeat;
  width: 39vw;
  height: 27vw;
  right: -9vw;
  bottom: 0vw;
}
#case__about .list-case > .item:nth-of-type(4) .ttl04 {
  background: linear-gradient(180deg, rgba(255, 234, 249, 0) 55%, #ffeaf9 55%);
}
#case__about .list-case > .item:nth-of-type(4) .item-img::before {
  content: "";
  position: absolute;
  background: url(/img/case/case__about__illust_04.png) center center/contain no-repeat;
  width: 37vw;
  height: 28vw;
  left: -8vw;
  bottom: -3vw;
}



#case__about .list-case>.item .list-feature>.item {
  font-size: var(--font-size-18);
  font-weight: 800;
  letter-spacing: 0.08em;
  position: relative;
  margin-bottom: 5vw;
  padding-left: var(--margin-40);
}



#case__about .list-case>.item .list-feature>.item::before {
  position: absolute;
  content: "";
  width: 3.5vw;
  height:3.5vw;
  left: 0;
  top: 0;
}



#case__about .list-case>.item {
  &:nth-of-type(1) {
    .list-feature {
      .item::before {
        background: url(/img/common/icon__check__a_01.png)center center / contain no-repeat;
      }
    }
  }

    &:nth-of-type(2) {
    .list-feature {
      .item::before {
        background: url(/img/common/icon__check__a_02.png)center center / contain no-repeat;
      }
    }
  }

    &:nth-of-type(3) {
    .list-feature {
      .item::before {
        background: url(/img/common/icon__check__a_03.png)center center / contain no-repeat;
      }
    }
  }

    &:nth-of-type(4) {
    .list-feature {
      .item::before {
        background: url(/img/common/icon__check__a_04.png)center center / contain no-repeat;
      }
    }
  }

}



#case__about .note-text {
  text-align: left;
  line-height: 2;
  background: #fff;
  border: 1px solid var(--col--main-01);
  padding: 30px;
  border-radius: 15px;
  margin-top: var(--margin-70);


  p {
    font-size: var(--font-size-16);
    font-weight: 600;
  }
}




/* works
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* works__about
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#works__about {
  background: url(/img/common/pattern__srtipe__01_p.png);
}
#works__about .topic-intro {
  position: relative;
  min-height: 50vw;
  margin-bottom: 12vw;
}
#works__about .topic-intro .item-img {
  position: relative;
  text-align: center;
  width: 100%;
  margin-bottom: 6vw;
}
#works__about .topic-intro .item-text {
  width: 100%;
  margin-left: auto;
}
#works__about .topic-intro .item-text p {
  font-weight: 700;
}
#works__about .topic-intro .item-text .str-01 {
  font-size: var(--font-size-18);
  color: var(--col--main-02);
}
#works__about .wrap-feature .block-feature {
  position: relative;
  margin-bottom: 10vw;
}
#works__about .wrap-feature .block-feature:last-child {
  margin-bottom: 0;
}
#works__about .wrap-feature .block-feature .ttl04 {
  padding-bottom: var(--margin-30);
  border-bottom: 1px solid var(--col--main-02);
  margin-bottom: var(--margin-30);
  width: 100%;
}
#works__about .wrap-feature .block-feature .ttl04 .ja {
  font-weight: 700;
  font-family: var(--fot--Zen-Maru-Goth);
  letter-spacing: 0.12em;
  color: var(--col--main-02);
  font-size: var(--font-size-28);
}
#works__about .wrap-feature .block-feature .item-img {
  position: relative;
  width: 100%;
  margin-bottom: 4vw;
}
#works__about .wrap-feature .block-feature .item-text {
  width: 100%;
}
#works__about .wrap-feature .block-feature .item-text br {
  display: none;
}
#works__about .wrap-feature .block-feature .item-text p {
  line-height: 2.2;
  font-weight: 600;
}
#works__about .wrap-feature .block-feature:nth-of-type(odd) .item-img {
  right: 0;
}
#works__about .wrap-feature .block-feature:nth-of-type(even) .ttl04 {
  margin-left: auto;
}
#works__about .wrap-feature .block-feature:nth-of-type(even) .item-text {
  margin-left: auto;
}
#works__about .wrap-feature .block-feature:nth-of-type(even) .item-img {
  left: 0;
}

/* works__feature
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#works__feature .inner {
  padding-bottom: 5vw;
  padding-bottom: 15vw;
}
#works__feature .ttl03 {
  width: fit-content;
  text-align: center;
  margin-bottom: 10.5vw;
}
#works__feature .ttl03 .ja {
  line-height: 1.4;
}
#works__feature .list-feature {
  --num: 1;
  --column-gap: 5vw;
  --row-gap: 15vw;

  position: relative;
  margin-bottom: var(--margin-100);
}
#works__feature .list-feature > .item {
  background: #fff7e1;
  border-radius: 2vw;
  padding: 5vw;
  position: relative;
  padding-top: var(--margin-40);
}
#works__feature .list-feature > .item .ttl04 {
  padding-bottom: var(--margin-20);
  border-bottom: 1px solid var(--col--main-02);
  margin-bottom: var(--margin-20);
  text-align: left;
  display: flex;
  align-items: center;
  gap: 3vw;
}
#works__feature .list-feature > .item .ttl04 .num {
  position: relative;
}
#works__feature .list-feature > .item .ttl04 .ja {
  font-size: var(--font-size-24);
  font-family: var(--fot--Zen-Maru-Goth);
  letter-spacing: 0.08em;
  font-weight: 700;
  line-height: 1.4;
  flex: 1;
}
#works__feature .list-feature > .item .item-text p {
  font-weight: 600;
  line-height: 2;
}
#works__feature .list-feature > .item .item-text p .str-01 {
  font-weight: 700;
  font-size: var(--font-size-18);
  color: var(--col--main-02);
}
#works__feature .list-feature > .item .list > .item .text {
  font-size: var(--font-size-17);
  color: var(--col--main-02);
  font-weight: 700;
  line-height: 1.8;
}
#works__feature .list-feature > .item:nth-of-type(1)::before {
  content: "";
  position: absolute;
  background: url(/img/works/works__feature__illust_01.png) center center/contain no-repeat;
  width: 30vw;
  height: 30vw;
  right: -5vw;
  bottom: -15vw;
}
#works__feature .list-feature > .item:nth-of-type(2)::before {
  content: "";
  position: absolute;
  background: url(/img/works/works__feature__illust_02.png) center center/contain no-repeat;
  width: 30vw;
  height: 30vw;
  right: -5vw;
  bottom: -15vw;
}
#works__feature .list-feature > .item:nth-of-type(3)::before {
  content: "";
  position: absolute;
  background: url(/img/works/works__feature__illust_03.png) center center/contain no-repeat;
  width: 30vw;
  height: 30vw;
  right: -5vw;
  bottom: -15vw;
}

#works__feature .com__btn_01{
  span{
    font-size: 3.2vw;
  }
}


/* voice
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* voice
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#voice {
  background: url(/img/common/pattern__srtipe__01_p.png);
}
#voice .cont-post .block-post {
  background: #fff;
  border-radius: 1.5vw;
  padding: 5vw;
  margin-bottom: var(--margin-30);
}
#voice .cont-post .block-post:last-child {
  margin-bottom: 0;
}
#voice .cont-post .block-post .ttl04 {
  margin-bottom: var(--margin-20);
  padding-left: var(--margin-20);
  border-left: 3px solid var(--col--main-02);
}
#voice .cont-post .block-post .ttl04 .ja {
  font-size: var(--font-size-24);
  font-weight: 800;
  line-height: 1.4;
  letter-spacing: 0.1em;
  font-family: var(--fot--Zen-Maru-Goth);
  font-size: 4.2vw;
}
#voice .cont-post .block-post .unit-status {
  margin-bottom: var(--margin-15);
}
#voice .cont-post .block-post .unit-status > .item {
  color: #ff440b;
  position: relative;
  font-size: var(--font-size-18);
  font-family: var(--fot--Zen-Maru-Goth);
  margin-right: 1em;
  font-weight: 700;
  line-height: 1.4;
}
#voice .cont-post .block-post .unit-status > .item::before {
  content: "/";
  position: absolute;
  right: -0.8em;
}
#voice .cont-post .block-post .unit-status > .item:last-child::before {
  display: none;
}
#voice .cont-post .block-post .item-text {
  line-height: 2;
  font-weight: 600;
}

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