/*# sourceMappingURL=style.css.map */ผ๏ผ๏ผ๏ผ๏ผ๏ผ๏ผ๏ผ๏ผ๏ผ๏ผ๏ผ๏ผ๏ผ๏ผ๏ผ๏ผ๏ผ๏ผ๏ผ๏ผ๏ผ๏ผ๏ผ๏ผ๏ผ๏ผ๏ผ๏ผ๏ผ๏ผ๏ผ๏ผ๏ผ๏ผ๏ผ๏ผ๏ผ๏ผ๏ผ๏ผ๏ผ๏ผ๏ผ๏ผ๏ผ๏ผ๏ผ๏ผ๏ผ๏ผ๏ผ๏ผ๏ผ๏ผ๏ผ๏ผ๏ผ๏ผใ

STYLE.css (PC)

ใใใใใผใธใใใใณๅใใผใธใฎในใฟใคใชใณใฐ

๏ผ๏ผ๏ผ๏ผ๏ผ๏ผ๏ผ๏ผ๏ผ๏ผ๏ผ๏ผ๏ผ๏ผ๏ผ๏ผ๏ผ๏ผ๏ผ๏ผ๏ผ๏ผ๏ผ๏ผ๏ผ๏ผ๏ผ๏ผ๏ผ๏ผ๏ผ๏ผ๏ผ๏ผ๏ผ๏ผ๏ผ๏ผ๏ผ๏ผ๏ผ๏ผ๏ผ๏ผ๏ผ๏ผ๏ผ๏ผ๏ผ๏ผ๏ผ๏ผ๏ผ๏ผ๏ผ๏ผ๏ผ๏ผ๏ผ๏ผ๏ผ๏ผ๏ผ๏ผใ*/
/* //////////////////////////////////////////////////////////////////////////////////////////////////

 header ใใใใผ

////////////////////////////////////////////////////////////////////////////////////////////////// */
#header {
  position: fixed;
  width: 100%;
  z-index: 5;
  top: 0;
  left: 0;
}
#header .inner {
  width: 100%;
  min-width: 1080px;
  height: 120px;
  background: #fff;
  padding: 0;
  border-bottom: 3px solid var(--col--border-01);
}
#header .block__left {
  position: relative;
  width: fit-content;
  padding-left: var(--margin-30);
}
#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.5;
}
#header .block__right {
  position: relative;
  width: fit-content;
  padding-right: var(--margin-30);
}
#header .unit__info {
  width: fit-content;
}
#header .unit__info .btn__line {
  height: 60px;
  width: 290px;
  margin-bottom: 6px;
  box-shadow: 0 5px #c48600;
}
#header .unit__info .btn__line span {
  font-size: var(--font-size-16);
}
#header .unit__info .btn__line:hover {
  box-shadow: 0 0 #c48600;
}
@media screen and (max-width: 767px) {
  #header .inner {
    height: 70px;
    min-width: 100%;
  }
  #header .block__left {
    width: 100%;
    padding-left: 0;
    margin-left: 0;
  }
  #header .item-logo {
    margin: 0 auto;
  }
  #header .item-logo img {
    height: auto;
  }
  #header .block__right {
    display: none;
  }
}

/* nav ใฐใญใผใใซใใใฒใผใทใงใณ
========================================================================= */
#nav .list-nav {
  position: relative;
  margin-right: var(--margin-30);
  width: fit-content;
  gap: 30px;
}
#nav .list-nav .item {
  width: fit-content;
}
#nav .list-nav .item a {
  font-size: var(--font-size-16);
  transition: ease 0.17s;
}
#nav .list-nav .item a.current {
  color: var(--col--main-01);
}
#nav .list-nav .item a:hover {
  color: var(--col--main-01);
}
@media screen and (max-width: 767px) {
  #nav {
    display: none;
  }
}

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

mv ใกใคใณใใธใฅใขใซ

////////////////////////////////////////////////////////////////////////////////////////////////// */
#mv {
  position: relative;
  width: 100%;
  height: 805px;
  background: url(/img/mv/mv__bg_01.png) left center/766px 100% no-repeat;
}
#mv .mv__catch {
  z-index: 1;
  position: absolute;
  left: 100px;
  top: 50%;
  translate: 0 -50%;
  width: fit-content;
}
#mv .mv__catch .catch__main {
  display: block;
  margin-bottom: var(--margin-30);
}
#mv .mv__catch .catch__logo {
  display: block;
  margin-bottom: var(--margin-20);
}
#mv .mv__img {
  position: absolute;
  right: 0;
  top: 50%;
  translate: 0 -50%;
}

/* sv ใตใใใธใฅใขใซ
========================================================================= */
#sv {
  position: relative;
  width: 100%;
  height: 450px;
}
#sv::before {
  content: "";
  position: absolute;
  background: url(/img/sv/sv__deco_01.png) left top no-repeat, url(/img/sv/sv__deco_02.png) right bottom no-repeat;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
#sv::after {
  content: "";
  position: absolute;
  background: url(/img/sv/sv__illust_01.png) center center/contain no-repeat;
  width: 335px;
  height: 256px;
  right: clamp(50px, 50vw - 600px, 350px);
  bottom: -15px;
}
#sv .sv-catch {
  position: absolute;
  display: flex;
  flex-direction: column;
  align-items: start;
  gap: 15px;
  top: 40%;
  translate: 0 -50%;
  width: 1080px;
  left: 50%;
  translate: -50% 0;
}
#sv .sv-catch .ja {
  font-size: var(--font-size-56);
  letter-spacing: 0.1em;
  font-weight: 700;
  text-shadow: rgb(255, 255, 255) 3px 0px 0px, rgb(255, 255, 255) 2.83487px 0.981584px 0px, rgb(255, 255, 255) 2.35766px 1.85511px 0px, rgb(255, 255, 255) 1.62091px 2.52441px 0px, rgb(255, 255, 255) 0.705713px 2.91581px 0px, rgb(255, 255, 255) -0.287171px 2.98622px 0px, rgb(255, 255, 255) -1.24844px 2.72789px 0px, rgb(255, 255, 255) -2.07227px 2.16926px 0px, rgb(255, 255, 255) -2.66798px 1.37182px 0px, rgb(255, 255, 255) -2.96998px 0.42336px 0px, rgb(255, 255, 255) -2.94502px -0.571704px 0px, rgb(255, 255, 255) -2.59586px -1.50383px 0px, rgb(255, 255, 255) -1.96093px -2.27041px 0px, rgb(255, 255, 255) -1.11013px -2.78704px 0px, rgb(255, 255, 255) -0.137119px -2.99686px 0px, rgb(255, 255, 255) 0.850987px -2.87677px 0px, rgb(255, 255, 255) 1.74541px -2.43999px 0px, rgb(255, 255, 255) 2.44769px -1.73459px 0px, rgb(255, 255, 255) 2.88051px -0.838247px 0px;
  font-family: var(--fot--Zen-Kaku-Goth);
}
#sv .sv-catch .en {
  font-size: var(--font-size-40);
  font-family: var(--fot--Quicksand);
  letter-spacing: 0.15em;
  color: var(--col--main-01);
}

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

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

.sv-voice {
  background: url(/img/sv/sv__voice.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-20);
}
#footer .item__logo:hover {
  opacity: 0.6;
}
#footer .inner {
  padding-bottom: 60px;
}
#footer .item__address {
  font-size: var(--font-size-16);
}
#footer .block__left {
  position: relative;
  width: fit-content;
}
#footer .block__right {
  position: relative;
  width: fit-content;
}
#footer .list-nav {
  justify-content: center;
  flex-wrap: wrap;
  gap: 20px;
  width: 800px;
  margin: 0 auto;
}
#footer .list-nav .item {
  width: fit-content;
}
#footer .list-nav .item a {
  position: relative;
  transition: ease 0.2s;
  font-size: var(--font-size-16);
}
#footer .list-nav .item a:hover {
  color: var(--col--main-01);
}
#footer #copyright {
  font-size: var(--font-size-13);
  text-align: center;
  color: var(--col--main-02);
  background: var(--col--main-01);
  padding: 15px;
}
#footer #copyright a {
  margin: 0 2px;
  padding: 0 5px;
  transition: ease 0.12s;
}
#footer #copyright a:hover {
  color: #fff;
  background: var(--col--main-02);
}
#footer .wrap__info {
  padding-bottom: var(--margin-45);
  border-bottom: 3px solid var(--col--border-01);
  margin-bottom: var(--margin-30);
}
#footer .com__times {
  width: fit-content;
  margin-right: var(--margin-30);
  gap: 15px;
}
#footer .com__times .item {
  gap: 20px;
}
#footer .com__times .item dt, #footer .com__times .item dd {
  font-size: var(--font-size-16);
}
#footer .btn__line {
  width: 300px;
  box-shadow: 0 6px 0 #c48600;
}
#footer .btn__line:hover {
  box-shadow: 0 0 0 #c48600;
}
@media screen and (max-width: 767px) {
  #footer .item-logo {
    width: 45vw;
  }
  #footer .inner {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  #footer .block__left {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
  }
  #footer .block__right {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
  }
  #footer .list-nav {
    display: none;
  }
  #footer #copyright a {
    margin: unset;
    padding: unset;
  }
  #footer #copyright a:hover {
    color: inherit;
    background: inherit;
  }
}

.pagetop {
  z-index: 5;
  position: fixed;
  right: 20px;
  bottom: 20px;
  transition: ease 0.3s;
}
.pagetop img {
  width: 70px;
  height: 70px;
  background: var(--col--main-01);
  border: 4px solid #fff;
  box-shadow: 0 10px 0 #c48600;
  border-radius: 50%;
  transition: ease 0.2s;
  object-fit: none;
}
.pagetop::after {
  content: "PAGETOP";
  position: absolute;
  font-size: var(--font-size-14);
  font-family: var(--fot--Quicksand);
  letter-spacing: 0;
  color: var(--col--main-01);
  left: 50%;
  translate: -50% -100%;
  top: -5px;
  white-space: nowrap;
}
.pagetop:hover {
  opacity: 0.8;
  bottom: 13px;
}
.pagetop:hover img {
  box-shadow: 0 0px 0 #c48600;
}

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

TOPใใผใธ / ๅบๆไธๅฑคใใผใธ

////////////////////////////////////////////////////////////////////////////////////////////////// */
/* index
โโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโ */
/* top__concept
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#top__concept {
  background: url(/img/common/deco_bg__shape__01_01.png) right bottom no-repeat;
}
#top__concept .ttl03__wrap {
  width: 620px;
  margin-left: auto;
  margin-bottom: var(--margin-50);
}
#top__concept .ttl03__wrap .ttl03 .ja {
  font-size: var(--font-size-40);
}
#top__concept .ttl03__wrap .ttl03 .ja .str-01 {
  font-size: var(--font-size-44);
}
#top__concept .block__intro {
  width: 620px;
  position: relative;
  margin-left: auto;
}
#top__concept .block__intro .item__img {
  position: absolute;
  left: -100px;
  top: -200px;
  translate: -100% 0;
}
#top__concept .block__intro .item__img figcaption .item__name {
  width: fit-content;
  position: absolute;
  right: 0;
  bottom: 0;
  background: #fff;
  min-width: 200px;
  width: fit-content;
  padding: 12px 40px;
  border-radius: 25px 0 25px 0;
  font-size: var(--font-size-24);
  font-weight: 700;
  letter-spacing: 0.2em;
}
#top__concept .block__intro .item__img figcaption .item__name small {
  font-weight: 700;
  font-size: var(--font-size-16);
  color: var(--col--main-01);
  margin-bottom: 5px;
}
#top__concept .block__intro .item__img figcaption .item__message {
  position: absolute;
  right: 25px;
  top: 65px;
  min-width: 200px;
  border: 3px solid var(--col--txt-01);
  background: #fff;
  padding: 20px 10px;
  border-radius: 8px;
  font-size: var(--font-size-20);
  line-height: 1.5;
}
#top__concept .block__intro .item__img figcaption .item__message::before {
  content: "";
  position: absolute;
  background: url(/img/common/icon__arrow__02_01.png) center center/contain no-repeat;
  width: 17px;
  height: 7px;
  translate: 0 100%;
  left: 20px;
  bottom: 0;
}
#top__concept .block__intro .item__img figcaption .item__message .str-01 {
  font-weight: 700;
  color: var(--col--main-01);
  letter-spacing: 0.05em;
  font-size: var(--font-size-24);
}
#top__concept .block__intro .item__text {
  margin-bottom: var(--margin-45);
}
#top__concept .block__intro .item__text p {
  font-size: var(--font-size-17);
  line-height: 2;
  font-weight: 600;
  letter-spacing: 0.08em;
}
/* top__feature
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#top__feature {
  position: relative;
  z-index: 0;
  background: url(/img/top/top__feature__bg_img_01.png) left top/auto 100% no-repeat, url(/img/top/top__feature__bg_img_02.png) right bottom/auto 100% no-repeat, var(--col--base-01);
}
#top__feature .ttl03__wrap {
  align-items: center;
  margin-bottom: var(--margin-40);
}
#top__feature .block__feature {
  margin-bottom: var(--margin-40);
}
#top__feature .block__feature .list__feature {
  --num: 3;
  --column-gap: 30px;
  --row-gap: 30px;
  position: relative;
}
#top__feature .block__feature .list__feature::before {
  z-index: -1;
  content: "";
  position: absolute;
  background: url(/img/top/top__feature__illust_01.png) center center/contain no-repeat;
  width: 197px;
  height: 285px;
  left: -90px;
  top: -185px;
}
#top__feature .block__feature .list__feature::after {
  z-index: -1;
  content: "";
  position: absolute;
  background: url(/img/top/top__feature__illust_02.png) center center/contain no-repeat;
  width: 197px;
  height: 285px;
  right: -90px;
  top: -185px;
}
#top__feature .block__feature .list__feature .item {
  background: #fff;
  padding-bottom: 50px;
  border-radius: 30px;
  border: 3px solid var(--col--txt-01);
}
#top__feature .block__feature .list__feature .item .ttl04 {
  position: relative;
  order: 2;
  text-align: center;
}
#top__feature .block__feature .list__feature .item .ttl04 .num {
  left: 50%;
  translate: -50% 0;
  top: -80px;
}
#top__feature .block__feature .list__feature .item .ttl04 .ja {
  font-family: var(--fot--Zen-Kaku-Goth);
  font-size: var(--font-size-22);
  letter-spacing: 0.05em;
  line-height: 1.5;
}
#top__feature .block__feature .list__feature .item .ttl04 .ja .str-01 {
  color: var(--col--main-01);
  font-size: var(--font-size-24);
}
#top__feature .block__feature .list__feature .item .item__img {
  order: 1;
  margin-bottom: var(--margin-50);
}
#top__feature .com__btn_01 {
  margin: 0 auto;
}
/* top__voice
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#top__voice {
  background: url(/img/top/top__voice__bg_img_01.jpg) center center/cover no-repeat;
}
#top__voice .inner {
  position: relative;
}
#top__voice .ttl03__wrap {
  margin-bottom: var(--margin-50);
}
#top__voice .block__voice {
  padding-bottom: 260px;
}
#top__voice .block__voice .list__voice {
  --num: 3;
  --column-gap: 30px;
  --row-gap: 0;
}
#top__voice .block__voice .list__voice .item {
  position: relative;
  background: #fff;
  border: 3px solid var(--col--txt-01);
  padding: 40px 30px;
  border-radius: 30px;
  height: fit-content;
}
#top__voice .block__voice .list__voice .item::before {
  content: "";
  position: absolute;
  background: url(/img/common/icon__arrow__02_01.png) center center/contain no-repeat;
  width: 17px;
  height: 7px;
  left: 30px;
  bottom: 0;
  scale: -1 1;
  translate: 0 100%;
}
#top__voice .block__voice .list__voice .item .ttl04 {
  text-align: center;
  padding-bottom: var(--margin-15);
  border-bottom: 2px solid var(--col--border-01);
  margin-bottom: var(--margin-20);
}
#top__voice .block__voice .list__voice .item .ttl04 .ja {
  font-size: var(--font-size-24);
  font-family: var(--fot--Zen-Kaku-Goth);
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1.4;
}
#top__voice .block__voice .list__voice .item .item__text p {
  font-size: var(--font-size-16);
  letter-spacing: 0.1em;
  font-weight: 700;
  line-height: 1.625;
  margin-bottom: var(--margin-10);
}
#top__voice .block__voice .list__voice .item .item__text .profile {
  text-align: end;
  margin-bottom: 0;
}
#top__voice .block__voice .list__voice .item .item__img {
  position: absolute;
  left: 50%;
  translate: -50% 100%;
  bottom: -30px;
}
#top__voice .block__voice .list__voice .item:nth-of-type(2) {
  position: relative;
  top: 80px;
}
#top__voice .com__btn_01 {
  position: absolute;
  right: 0;
  top: 175px;
}
/* top__diagnosis
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#contents {
  padding: 100px 0 100px;
  background: url(/img/top/top__diagnosis__bg_deco_01.png) left top no-repeat, url(/img/top/top__diagnosis__bg_deco_02.png) right top no-repeat, url(/img/top/top__diagnosis__bg_deco_03.png) right bottom no-repeat, url(/img/top/top__diagnosis__bg_deco_04.png) left bottom no-repeat;
}
#contents .ttl03__wrap {
  margin: 0 auto;
  width: fit-content;
  margin-bottom: var(--margin-30);
}
#contents .ttl03__wrap .ttl03 .ja {
  position: relative;
}
#contents .ttl03__wrap .ttl03 .ja::before {
  content: "";
  position: absolute;
  background: url(/img/common/deco__shine__01_01.png) center center/contain no-repeat;
  width: 21px;
  height: 30px;
  left: -0.7em;
  bottom: 8px;
}
#contents .ttl03__wrap .ttl03 .ja::after {
  content: "";
  position: absolute;
  background: url(/img/common/deco__shine__01_02.png) center center/contain no-repeat;
  width: 21px;
  height: 30px;
  right: -0.7em;
  bottom: 8px;
}
#contents #chart {
  padding: 0;
}
#contents .chart-inbox {
  width: 1080px;
  margin: 0 auto;
}
#contents .chart_container {
  border: 3px solid var(--col--txt-01);
  border-radius: 30px;
  background: #fff;
  padding-bottom: 30px;
}
#contents .com_chart .chart_title {
  background: var(--col--main-01);
  padding: 25px 10px;
  text-align: center;
  margin-bottom: var(--margin-25);
  border-radius: 25px 25px 0 0;
}
#contents .com_chart .chart_title .q-icon {
  display: none;
}
#contents .com_chart .chart_title .title-txt {
  font-weight: 700;
  font-family: var(--fot--Zen-Kaku-Goth);
  font-size: var(--font-size-24);
  color: #fff;
  padding: 30px 0;
}
#contents .com_chart .chart_btn_list {
  gap: 50px;
  padding: 0 25px;
  margin-bottom: var(--margin-20);
}
#contents .com_chart .chart_btn_list-item {
  position: relative;
  width: calc((100% - 50px) / 2);
  height: 60px;
}
#contents .com_chart .chart_btn_list-item a {
  min-height: 0;
  width: 100%;
  height: 100%;
  border-radius: 35px;
  border: 3px solid #fff;
  box-shadow: 0 10px 0 #c48600;
  background: var(--col--main-01);
  font-size: var(--font-size-16);
  letter-spacing: 0.05em;
  position: relative;
}
#contents .com_chart .chart_btn_list-item a .bi {
  position: absolute;
  right: 20px;
  top: 50%;
  translate: 0 -50%;
  transition: ease 0.2s;
}
#contents .com_chart .chart_btn_list-item a:hover:hover {
  color: #fff;
  translate: 0 10px;
  box-shadow: 0 0 0 #c48600;
}
#contents .com_chart .chart_btn_list-item a:hover .bi {
  right: 15px;
}
#contents .com_chart .chart_btn_list-item:nth-of-type(2)::before {
  content: "or";
  position: absolute;
  font-size: var(--font-size-16);
  color: var(--col--main-01);
  left: -35px;
  top: 50%;
  translate: 0 -50%;
}
#contents .result_chart {
  padding: 30px;
}
#contents .result_chart .result_title {
  padding-bottom: var(--margin-20);
  border-bottom: 3px solid var(--col--border-01);
  margin-bottom: var(--margin-20);
}
#contents .result_chart .result_title .sub {
  background: unset;
  color: var(--col--txt-01);
  width: fit-content;
  margin: unset;
  padding: unset;
  margin-bottom: var(--margin-10);
}
#contents .result_chart .result_title .main {
  width: fit-content;
  margin: unset;
  padding: unset;
  text-align: unset;
  font-size: var(--font-size-24);
  font-weight: 700;
  letter-spacing: 0.1em;
}
#contents .result_chart .result_container {
  justify-content: center;
  gap: 40px;
}
#contents .result_chart .result_container .result_img {
  width: fit-content;
}
#contents .result_chart .result_container .result_txtxbx {
  flex: 1;
}
#contents .result_chart .result_container .result_txtxbx .result_txt {
  width: 100%;
  font-size: var(--font-size-16);
  letter-spacing: 0.1em;
  font-weight: 700;
  line-height: 1.7;
}
#contents .result_chart .result_container .result_txtxbx .result_btn-list li {
  width: 490px;
  height: 70px;
}
#contents .result_chart .result_container .result_txtxbx .result_btn-list li a {
  display: flex;
  min-height: 0;
  width: 100%;
  height: 100%;
  border-radius: 35px;
  border: 3px solid #fff;
  box-shadow: 0 10px 0 #c48600;
  background: var(--col--main-01);
  padding: 0;
  font-size: var(--font-size-16);
  letter-spacing: 0.05em;
  position: relative;
  transition: ease 0.2s;
}
#contents .result_chart .result_container .result_txtxbx .result_btn-list li a .bi {
  position: absolute;
  right: 20px;
  top: 50%;
  translate: 0 -50%;
  transition: ease 0.2s;
}
#contents .result_chart .result_container .result_txtxbx .result_btn-list li a span {
  position: relative;
  padding-left: 50px;
}
#contents .result_chart .result_container .result_txtxbx .result_btn-list li a span::before {
  content: "";
  position: absolute;
  background: url(/img/common/icon__line.svg) center center/contain no-repeat;
  width: 30px;
  height: 30px;
  left: 0;
  top: 50%;
  translate: 0 -50%;
}
#contents .result_chart .result_container .result_txtxbx .result_btn-list li a:hover:hover {
  color: #fff;
  translate: 0 10px;
  box-shadow: 0 0 0 #c48600;
}
#contents .result_chart .result_container .result_txtxbx .result_btn-list li a:hover .bi {
  right: 15px;
}
#contents .restart_btn {
  width: fit-content;
  position: relative;
  border: unset;
  border-bottom: 4px solid var(--col--border-01);
  padding: 0;
  padding-bottom: 10px;
  padding-left: 30px;
}
#contents .restart_btn .bi {
  position: absolute;
  rotate: 180deg;
  left: 0;
}
#contents .chart_back-btn {
  width: fit-content;
  position: relative;
  border: unset;
  border-bottom: 4px solid var(--col--border-01);
  padding: 0;
  padding-bottom: 10px;
  padding-left: 30px;
}
#contents .chart_back-btn .bi {
  position: absolute;
  rotate: 180deg;
  left: 0;
}

/* top__subpages
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#top__subpages .inner {
  width: 100%;
  padding: 0;
}
#top__subpages .list__subpages .item {
  width: 100%;
  height: 400px;
  display: flex;
  justify-content: center;
  align-items: center;
}
#top__subpages .list__subpages .item a {
  display: flex;
  width: 650px;
  height: 200px;
  background: var(--pattern--stripe--01-y);
  align-items: center;
  border: 3px solid #fff;
  box-shadow: 0 10px #c48600;
  border-radius: 30px;
  position: relative;
  transition: ease 0.2s;
}
#top__subpages .list__subpages .item a .ttl03__wrpa {
  gap: 10px;
  width: fit-content;
  margin-left: 230px;
  transition: ease 0.2s;
}
#top__subpages .list__subpages .item a .ttl03__wrpa .ttl03 {
  transition: ease 0.2s;
}
#top__subpages .list__subpages .item a .ttl03__wrpa .ttl03 .ja {
  font-size: var(--font-size-44);
  font-family: var(--fot--Zen-Kaku-Goth);
  letter-spacing: 0.1em;
  font-weight: 700;
  transition: ease 0.2s;
}
#top__subpages .list__subpages .item a .ttl03__wrpa .ttl03__en {
  font-size: var(--font-size-32);
  font-family: var(--fot--Quicksand);
  font-weight: 600;
  letter-spacing: 0.15em;
  transition: ease 0.2s;
}
#top__subpages .list__subpages .item a .bi {
  position: absolute;
  font-size: 50px;
  top: 50%;
  translate: 0 -50%;
  right: 50px;
}
#top__subpages .list__subpages .item a:hover {
  color: #fff;
  translate: 0 10px;
  box-shadow: 0 0 0 #c48600;
}
#top__subpages .list__subpages .item a:hover .ttl03__wrpa {
  gap: 10px;
  width: fit-content;
  margin-left: 230px;
}
#top__subpages .list__subpages .item a:hover .ttl03__wrpa .ttl03 .ja {
  color: #fff;
}
#top__subpages .list__subpages .item a:hover .ttl03__wrpa .ttl03__en {
  color: #fff;
}
#top__subpages .list__subpages .item:nth-of-type(1) {
  background: url(/img/top/top__subpages__bg_img_01.jpg) center center/cover no-repeat;
}
#top__subpages .list__subpages .item:nth-of-type(1) a::before {
  content: "";
  position: absolute;
  background: url(/img/top/top__subpages__img_01.png) center center/contain no-repeat;
  width: 203px;
  height: 235px;
  left: 10px;
  bottom: 0;
}
#top__subpages .list__subpages .item:nth-of-type(2) {
  background: url(/img/top/top__subpages__bg_img_02.jpg) center center/cover no-repeat;
}
#top__subpages .list__subpages .item:nth-of-type(2) a::before {
  content: "";
  position: absolute;
  background: url(/img/top/top__subpages__img_02.png) center center/contain no-repeat;
  width: 229px;
  height: 256px;
  left: -4px;
  bottom: -16px;
}

/* common__contact
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
.common__contact {
  background: url(/img/common/bg__img_01.jpg) center center/cover no-repeat;
}
.common__contact .wrap__contact {
  border: 15px solid var(--col--main-01);
  border-radius: 30px;
  padding: 40px 30px 50px;
  background: #fff;
  position: relative;
}
.common__contact .wrap__contact::before {
  content: "";
  position: absolute;
  background: url(/img/common/common__contact__illust_01_01.png) center center/contain no-repeat;
  width: 176px;
  height: 241px;
  right: -90px;
  bottom: -15px;
}
.common__contact .ttl03__wrap {
  margin-bottom: var(--margin-20);
}
.common__contact .ttl03__wrap .ttl03 {
  position: relative;
  z-index: 1;
}
.common__contact .ttl03__wrap .ttl03 .ja {
  font-family: var(--fot--Zen-Kaku-Goth);
  letter-spacing: 0.1em;
  font-weight: 700;
  font-size: var(--font-size-44);
}
.common__contact .ttl03__wrap .ttl03__en {
  width: 150px;
  height: 150px;
  background: var(--col--main-01);
  border: 3px solid #fff;
  position: absolute;
  left: -30px;
  top: -60px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: var(--font-size-24);
  letter-spacing: 0.15em;
  font-weight: var(--fot--Quicksand);
  border-radius: 50%;
  rotate: -15deg;
}
.common__contact .ttl03__wrap .ttl03__en::before {
  content: "";
  position: absolute;
  background: url(/img/common/icon__shine__01_01.png) center center/contain no-repeat;
  width: 43px;
  height: 48px;
  right: -25px;
  top: -5px;
}
.common__contact .item__text_lead {
  position: absolute;
  right: 60px;
  top: 50px;
}
.common__contact .item__text_lead p {
  font-size: var(--font-size-16);
}
.common__contact .unit__contact {
  margin-left: var(--margin-20);
  gap: 20px;
  width: fit-content;
}
.common__contact .unit__contact .com__btn_01 {
  width: 300px;
  box-shadow: 0 6px 0 #c48600;
}
.common__contact .unit__contact .com__btn_01 span {
  font-size: var(--font-size-16);
}
.common__contact .unit__contact .com__btn_01:hover {
  box-shadow: 0 0 0 #c48600;
}
.common__contact .unit__contact .com__tel {
  white-space: nowrap;
  gap: 5px;
  align-items: end;
}
.common__contact .unit__contact .com__tel .item__attention {
  height: 11px;
}

/* common__news top__news
========================================================================= */
.com__tag .item {
  position: relative;
  font-size: 12px;
  letter-spacing: 0.1em;
  padding-left: 0.8em;
}
.com__tag .item::before {
  content: "#";
  position: absolute;
  left: 0;
  top: 0;
}

.com__latest {
  position: relative;
  margin-bottom: var(--margin-30);
  right: 0;
  transition: ease 0.2s;
}
.com__latest:last-child {
  margin-bottom: 0;
}
.com__latest a {
  width: 100%;
  height: 100%;
  border: 2px solid var(--col--txt-01);
  box-shadow: 0 10px #c48600;
  background: #fff;
  padding: 25px 30px;
  border-radius: 8px;
  position: relative;
}
.com__latest a .bi {
  color: var(--col--main-01);
  position: absolute;
  right: 20px;
  top: 50%;
  translate: 0 -50%;
}
.com__latest .group__info {
  width: 100%;
}
.com__latest .group__info.on_thumb {
  width: 85%;
}
.com__latest .item__ttl {
  order: 3;
  width: 95%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  border-top: 3px solid var(--col--border-01);
  padding-top: 10px;
}
.com__latest .item__time {
  position: relative;
  order: 1;
  width: fit-content;
  font-size: var(--font-size-16);
  color: var(--col--main-01);
  font-weight: 500;
  letter-spacing: 0.15em;
  margin-bottom: var(--margin-15);
  margin-right: var(--margin-20);
}
.com__latest .list__tag {
  order: 2;
  width: 70%;
  margin-bottom: var(--margin-15);
  gap: 12px;
  margin-top: 2px;
}
.com__latest .group__img {
  height: 130px;
  width: 130px;
  margin-right: 30px;
}
.com__latest .item__thumb {
  height: 130px;
  width: 130px;
}
.com__latest:hover {
  color: var(--col--acc-01);
  right: -5px;
}
@media screen and (max-width: 767px) {
  .com__latest .group__info.on_thumb {
    width: 70%;
  }
  .com__latest .group__img {
    height: 20vw;
    width: 20vw;
    margin-right: 2vw;
  }
  .com__latest .item__thumb {
    height: 20vw;
    width: 20vw;
    margin-right: 2vw;
  }
}

.s-post-taglist {
  gap: 10px;
}

#top__news {
  min-height: 640px;
}
#top__news .inner {
  position: relative;
}
#top__news .cont__latest {
  width: 800px;
  margin-left: auto;
}
#top__news .ttl03__wrap {
  position: absolute;
  left: 0;
  top: 100px;
}
#top__news .com__btn_01 {
  position: absolute;
  width: 250px;
  left: 0;
  top: 450px;
}
#top__news .com__btn_01::after {
  pointer-events: none;
  content: "";
  position: absolute;
  background: url(/img/top/top__news__deco_01.png) center center/contain no-repeat;
  width: 155px;
  height: 104px;
  left: 50%;
  translate: -50% -100%;
  top: -10px;
}

/* about
โโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโ */
/* about__feature
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#about__feature {
  background: var(--com--bg--01-01);
}
#about__feature .inner {
  padding-top: 130px;
}
#about__feature .ttl03__wrap {
  margin-bottom: var(--margin-60);
}
#about__feature .cont__feature {
  position: relative;
}
#about__feature .cont__feature::before {
  content: "";
  position: absolute;
  background: url(/img/about/about__feature__illust_01.png) center center/contain no-repeat;
  width: 197px;
  height: 285px;
  left: 0;
  top: -200px;
}
#about__feature .cont__feature .list__feature .item {
  min-height: 405px;
  position: relative;
  border-top: 1px solid transparent;
  margin-bottom: var(--margin-40);
}
#about__feature .cont__feature .list__feature .item:last-child {
  margin-bottom: 0;
}
#about__feature .cont__feature .list__feature .item .ttl04 {
  width: 500px;
  padding-bottom: var(--margin-15);
  border-bottom: 3px solid var(--col--border-01);
  margin-bottom: var(--margin-20);
  margin-top: var(--margin-40);
}
#about__feature .cont__feature .list__feature .item .ttl04 .ja {
  font-weight: 700;
  letter-spacing: 0.1em;
  font-size: var(--font-size-24);
  line-height: 1.5;
}
#about__feature .cont__feature .list__feature .item .ttl04 .ja .str-01 {
  font-weight: 700;
  font-size: var(--font-size-32);
  color: var(--col--main-01);
}
#about__feature .cont__feature .list__feature .item .item__img {
  position: absolute;
}
#about__feature .cont__feature .list__feature .item .item__img figcaption .num {
  position: absolute;
  right: 10px;
  top: 10px;
}
#about__feature .cont__feature .list__feature .item .item__text {
  width: 500px;
}
#about__feature .cont__feature .list__feature .item .item__text p {
  font-size: var(--font-size-16);
  letter-spacing: 0.1em;
  font-weight: 700;
}
#about__feature .cont__feature .list__feature .item:nth-of-type(odd) .ttl04 {
  margin-left: auto;
}
#about__feature .cont__feature .list__feature .item:nth-of-type(odd) .item__text {
  margin-left: auto;
}
#about__feature .cont__feature .list__feature .item:nth-of-type(odd) .item__img {
  left: 0;
  top: 0;
}
#about__feature .cont__feature .list__feature .item:nth-of-type(even) .ttl04 {
  margin-right: auto;
}
#about__feature .cont__feature .list__feature .item:nth-of-type(even) .item__text {
  margin-right: auto;
}
#about__feature .cont__feature .list__feature .item:nth-of-type(even) .item__img {
  right: 0;
  top: 0;
}

/* about__trainer
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#about__trainer {
  background: var(--com--bg--02-01), var(--com--bg--02-02), var(--col--base-01);
}
#about__trainer .ttl03__wrap {
  margin-bottom: var(--margin-60);
}
#about__trainer .ttl03__wrap:last-child {
  margin-bottom: 0;
}
#about__trainer .cont__profile {
  position: relative;
  margin-bottom: var(--margin-70);
}
#about__trainer .cont__profile .item__img {
  position: absolute;
  left: 0;
}
#about__trainer .cont__profile .item__img figcaption .item__name {
  width: fit-content;
  position: absolute;
  right: 0;
  bottom: 0;
  background: #fff;
  min-width: 200px;
  width: fit-content;
  padding: 12px 40px;
  border-radius: 25px 0 25px 0;
  font-size: var(--font-size-24);
  font-weight: 700;
  letter-spacing: 0.2em;
}
#about__trainer .cont__profile .item__img figcaption .item__name small {
  font-weight: 700;
  font-size: var(--font-size-16);
  color: var(--col--main-01);
  margin-bottom: 5px;
}
#about__trainer .cont__profile .item__img figcaption .item__message {
  position: absolute;
  right: 25px;
  top: 65px;
  min-width: 200px;
  border: 3px solid var(--col--txt-01);
  background: #fff;
  padding: 20px 10px;
  border-radius: 8px;
  font-size: var(--font-size-20);
  line-height: 1.5;
}
#about__trainer .cont__profile .item__img figcaption .item__message::before {
  content: "";
  position: absolute;
  background: url(/img/common/icon__arrow__02_01.png) center center/contain no-repeat;
  width: 17px;
  height: 7px;
  translate: 0 100%;
  left: 20px;
  bottom: 0;
}
#about__trainer .cont__profile .item__img figcaption .item__message .str-01 {
  font-weight: 700;
  color: var(--col--main-01);
  letter-spacing: 0.05em;
  font-size: var(--font-size-24);
}
#about__trainer .cont__profile .block {
  width: 530px;
  margin-left: auto;
  margin-bottom: var(--margin-30);
}
#about__trainer .cont__profile .block:last-child {
  margin-bottom: 0;
}
#about__trainer .cont__profile .block .list .item {
  margin-bottom: var(--margin-10);
}
#about__trainer .cont__profile .block .list .item:last-child {
  margin-bottom: 0;
}
#about__trainer .cont__profile .block .list .item p {
  font-family: var(--fot--Zen-Kaku-Goth);
  font-size: var(--font-size-16);
  letter-spacing: 0.1em;
  line-height: 1.8;
  position: relative;
  padding-left: 1em;
}
#about__trainer .cont__profile .block .list .item p::before {
  content: "ใป";
  position: absolute;
  left: 0;
  top: 0;
}
#about__trainer .cont__message .item__text p {
  line-height: 2.1;
  letter-spacing: 0.1em;
}

/* about__interview
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#about__interview {
  background: url(/img/about/about__interview__bg_img_01.png) center center/cover no-repeat;
}
#about__interview .ttl03__wrap {
  margin-bottom: var(--margin-60);
}
#about__interview .cont__interview {
  position: relative;
}
#about__interview .cont__interview::before {
  content: "";
  position: absolute;
  background: url(/img/about/about__interview__illust_01.png) center center/contain no-repeat;
  width: 164px;
  height: 254px;
  right: 0;
  top: 70px;
  translate: 0 -100%;
}
#about__interview .cont__interview .block {
  position: relative;
  margin-bottom: var(--margin-80);
}
#about__interview .cont__interview .block dt {
  background: var(--col--main-01);
  border: 3px solid var(--col--txt-01);
  color: #fff;
  border-radius: 30px;
  padding: var(--margin-30);
  font-size: var(--font-size-18);
  margin-bottom: var(--margin-40);
  position: relative;
}
#about__interview .cont__interview .block dt::before {
  content: "";
  position: absolute;
  background: url(/img/common/icon__arrow__02_01.png) center center/contain no-repeat;
  width: 17px;
  height: 7px;
  left: 30px;
  bottom: 0;
  scale: -1 1;
  translate: 0 100%;
}
#about__interview .cont__interview .block dd {
  border: 3px solid var(--col--txt-01);
  background: #fff;
  border-radius: 30px;
  padding: var(--margin-30);
  font-size: var(--font-size-15);
  letter-spacing: 0.1em;
  line-height: 1.6;
  width: 900px;
  position: relative;
}
#about__interview .cont__interview .block dd::before {
  content: "";
  position: absolute;
  background: url(/img/common/icon__arrow__02_01.png) center center/contain no-repeat;
  width: 17px;
  height: 7px;
  right: 30px;
  bottom: 0;
  scale: -1 1;
  translate: 0 100%;
}
#about__interview .cont__interview .block dd::after {
  content: "";
  position: absolute;
  background: url(/img/about/about__interview__img_01.png) center center/contain no-repeat;
  width: 150px;
  height: 168px;
  right: -30px;
  top: 50%;
  translate: 100% -50%;
}

/* about__faq
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#about__faq {
  background: var(--com--bg--03-01), var(--com--bg--03-02), var(--com--bg--03-03), var(--com--bg--03-04);
}
#about__faq .ttl03__wrap {
  margin-bottom: var(--margin-60);
}
#about__faq .cont__post {
  border: 3px solid var(--col--txt-01);
  border-radius: 30px;
  padding: var(--margin-50);
  background: #fff;
}
#about__faq .cont__post .block__post {
  padding-bottom: var(--margin-30);
  border-bottom: 3px solid var(--col--border-01);
  margin-bottom: var(--margin-40);
}
#about__faq .cont__post .block__post:last-child {
  margin-bottom: 0;
}
#about__faq .cont__post .block__post dt {
  font-weight: 700;
  letter-spacing: 0.1em;
  font-size: var(--font-size-18);
  margin-bottom: var(--margin-15);
  padding-left: var(--margin-50);
  position: relative;
  line-height: 1.6;
}
#about__faq .cont__post .block__post dt::before {
  content: "";
  position: absolute;
  background: url(/img/common/icon__q__01_01.png) center center/contain no-repeat;
  width: 30px;
  height: 30px;
  left: 0;
  top: 0px;
}
#about__faq .cont__post .block__post dd {
  font-weight: 700;
  letter-spacing: 0.1em;
  font-size: var(--font-size-16);
  padding-left: var(--margin-50);
  line-height: 1.7;
}
/* PRICE
โโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโ */
/* price__info
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#price__info {
  background: var(--com--bg--01-01);
}
#price__info .ttl03__wrap {
  margin-bottom: var(--margin-50);
}
#price__info .ttl03__wrap .ttl03 {
  order: 2;
}
#price__info .ttl03__wrap .ttl03__en {
  order: 3;
}
#price__info .ttl03__wrap .ttl03__lead {
  order: 1;
}
#price__info .cont__price {
  position: relative;
  margin-bottom: var(--margin-70);
}
#price__info .cont__price .item__table {
  margin: 0 auto;
  width: fit-content;
  table-layout: fixed;
}
#price__info .cont__price .item__table tr:first-of-type th {
  background: var(--col--main-01);
  text-align: center;
  color: #fff;
  font-size: var(--font-size-18);
  letter-spacing: 0.1em;
  font-weight: 700;
  padding: 20px;
}
#price__info .cont__price .item__table tr:first-of-type th:first-of-type {
  width: 650px;
  border-right: 3px solid var(--col--border-01);
}
#price__info .cont__price .item__table tr:first-of-type th:last-of-type {
  width: 250px;
}
#price__info .cont__price .item__table tr:not(:first-of-type) th,
#price__info .cont__price .item__table tr:not(:first-of-type) td {
  vertical-align: middle;
  line-height: 1.4;
  border-bottom: 3px solid var(--col--border-01);
}
#price__info .cont__price .item__table tr:not(:first-of-type) th {
  width: 650px;
  padding: 30px 50px;
  border-right: 3px solid var(--col--border-01);
}
#price__info .cont__price .item__table tr:not(:first-of-type) td {
  width: 250px;
  padding: 30px 10px;
  font-size: var(--font-size-15);
  padding-left: var(--margin-45);
}
#price__info .cont__price .item__table tr:first-child th:first-of-type {
  border-radius: 30px 0 0 0;
}
#price__info .cont__price .item__table tr:first-child th:last-of-type {
  border-radius: 0 30px 0 0;
}
#price__info .cont__price .item__table tr:last-child th, #price__info .cont__price .item__table tr:last-child td {
  border-bottom: unset;
}
#price__info .cont__note {
  background: #fff;
  border: 3px solid var(--col--border-01);
  border-radius: 8px;
  justify-content: center;
  padding: 30px;
}
#price__info .cont__note .ttl04 {
  margin-right: 100px;
}
#price__info .cont__note .ttl04 .ja {
  font-size: var(--font-size-24);
  letter-spacing: 0.1em;
  font-weight: 700;
}
#price__info .cont__note .item__text_note small {
  display: block;
  margin-bottom: var(--margin-15);
  font-size: var(--font-size-16);
}
#price__info .cont__note .item__text_note small:last-child {
  margin-bottom: 0;
}

/* price__items
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#price__items {
  background: var(--com--bg--02-01), var(--com--bg--02-02), var(--col--base-01);
}
#price__items .ttl03__wrap {
  margin-bottom: var(--margin-40);
}
#price__items .item__text {
  text-align: center;
}
/* price__flow
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#price__flow {
  position: relative;
  z-index: 0;
  background: url(/img/price/price__flow__bg_img_01.png) center center/cover no-repeat;
}
#price__flow .inner {
  position: relative;
}
#price__flow .ttl03__wrap {
  margin-bottom: var(--margin-50);
}
#price__flow .cont__flow_map {
  position: absolute;
  left: 0;
  top: 250px;
}
#price__flow .cont__flow_map .list__nav {
  position: relative;
}
#price__flow .cont__flow_map .list__nav::after {
  content: "";
  position: absolute;
  border-right: 3px solid var(--col--border-01);
  height: 100%;
  left: 6px;
  bottom: 0;
  z-index: -1;
}
#price__flow .cont__flow_map .list__nav .item {
  position: relative;
  font-size: var(--font-size-18);
  font-weight: 700;
  letter-spacing: 0.1em;
  margin-bottom: var(--margin-50);
  padding-left: var(--margin-40);
  transition: ease 0.2s;
  right: 0;
}
#price__flow .cont__flow_map .list__nav .item::before {
  content: "";
  position: absolute;
  width: 15px;
  height: 15px;
  background: var(--col--main-01);
  border: 1px solid var(--col--main-01);
  border-radius: 50%;
  left: 0;
  top: 3px;
  transition: ease 0.2s;
}
#price__flow .cont__flow_map .list__nav .item:last-child {
  margin-bottom: 0;
}
#price__flow .cont__flow_map .list__nav .item:hover {
  opacity: 0.6;
  right: -3px;
}
#price__flow .cont__flow {
  width: 840px;
  margin-left: auto;
}
#price__flow .cont__flow .block {
  min-height: 290px;
  margin-bottom: var(--margin-40);
  position: relative;
}
#price__flow .cont__flow .block:last-child {
  margin-bottom: 0;
}
#price__flow .cont__flow .block .ttl04 {
  width: 400px;
  padding-bottom: var(--margin-20);
  border-bottom: 3px solid var(--col--border-01);
  margin-bottom: var(--margin-20);
  display: flex;
  gap: 7px;
  align-items: end;
}
#price__flow .cont__flow .block .ttl04 .num {
  color: var(--col--main-01);
  font-size: var(--font-size-28);
  letter-spacing: 0.1em;
  font-weight: 600;
}
#price__flow .cont__flow .block .ttl04 .ja {
  font-size: var(--font-size-24);
  letter-spacing: 0.1em;
  font-weight: 700;
}
#price__flow .cont__flow .block .item__img {
  position: absolute;
  right: 0;
  top: 0;
}
#price__flow .cont__flow .block .item__text {
  width: 400px;
}
#price__flow .cont__flow .block .item__text p {
  font-size: var(--font-size-15);
}

/* VOICE
โโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโ */
/* voice
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#voice .ttl03__wrap {
  margin-bottom: var(--margin-60);
}
#voice .ttl03__wrap:last-child {
  margin-bottom: 0;
}
#voice .cont__post .block__post {
  border: 3px solid var(--col--txt-01);
  border-radius: 30px;
  margin-bottom: var(--margin-30);
}
#voice .cont__post .block__post:last-child {
  margin-bottom: 0;
}
#voice .cont__post .block__post .ttl04 {
  text-align: center;
  padding: 20px;
  background: var(--col--main-01);
  position: relative;
  margin-bottom: var(--margin-40);
  border-radius: 25px 25px 0 0;
}
#voice .cont__post .block__post .ttl04 .ja {
  font-size: var(--font-size-24);
  color: #fff;
  line-height: 1.4;
  letter-spacing: 0.1em;
}
#voice .cont__post .block__post .item__text {
  margin-inline: 30px;
  border-bottom: 3px solid var(--col--border-01);
  padding-bottom: var(--margin-30);
  margin-bottom: var(--margin-30);
}
#voice .cont__post .block__post .item__text p {
  font-size: var(--font-size-16);
  line-height: 2;
}
#voice .cont__post .block__post .item__prof {
  margin-left: auto;
  font-size: var(--font-size-16);
  padding-inline: 30px;
  width: fit-content;
  margin-bottom: var(--margin-30);
}

/* INFO
โโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโ */
/* info__shop
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#info__shop {
  background: var(--com--bg--01-01);
}
#info__shop .ttl03__wrap {
  margin-bottom: var(--margin-60);
}
/* info__access
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#info__access {
  background: var(--com--bg--02-01), var(--com--bg--02-02), var(--col--base-01);
}
#info__access .ttl03__wrap {
  margin-bottom: var(--margin-60);
}
#info__access .cont__access {
  gap: 40px;
  margin-bottom: var(--margin-50);
}
#info__access .cont__access .block {
  width: 100%;
}
#info__access .cont__map .item__map {
  width: 100%;
  height: 400px;
}

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

ๅฑ้ไธๅฑคใใผใธใ( NEWS / POLICY / SITE / CONTACT / NOTFOUND )

////////////////////////////////////////////////////////////////////////////////////////////////// */
/*ใ็ฅใใไธ่ฆง
โโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโ */
.post-wrp .tag-change {
  margin-bottom: 50px;
}
.post-wrp .tag-change li {
  text-align: center;
  margin: 10px 10px 0 0;
  min-width: 190px;
  display: inline-block;
  vertical-align: middle;
}
.post-wrp .tag-change li a {
  padding: 10px 15px;
  display: block;
}
.tag-select-box {
  position: relative;
  width: 40%;
  margin: 0 0 20px auto;
  max-width: 230px;
}
.tag-select-box:before {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 10;
  right: 0.8em;
  width: 0;
  height: 0;
  padding: 0;
  content: "";
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 6px solid var(--col--main-01);
  pointer-events: none;
}
.tag-select-box #tag-select {
  width: 100%;
  padding: 5% 20% 5% 5%;
  box-sizing: border-box;
  font-size: var(--font-size-14);
  margin-left: auto;
  display: block;
  font-family: "Noto Sans JP", sans-serif;
  border: none;
  border-bottom: 2px solid #333;
  cursor: pointer;
  border-radius: 0;
  background: none;
  color: #333;
  font-weight: 700;
  -webkit-appearance: none;
  appearance: none;
}
.tag-select-box #tag-select option {
  padding: 10px;
  box-sizing: border-box;
  cursor: pointer;
  box-sizing: border-box;
}

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

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

/*ใใฉใคใใทใผใใชใทใผ
โโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโ */
#contents-u.privacy .privacy-box {
  margin-bottom: var(--margin-50);
}
#contents-u.privacy .privacy-box .ttl02 {
  position: relative;
  border-left: 3px solid var(--col--main-01);
  padding-left: var(--margin-15);
  margin-bottom: var(--margin-20);
}
#contents-u.privacy .privacy-box .ttl02 span {
  color: var(--col--main-01);
  font-size: var(--font-size-24);
  font-weight: 500;
  line-height: 1.5;
}
#contents-u.privacy .privacy-box p {
  font-family: var(--fot--Noto-Sans);
  font-size: var(--font-size-16);
  line-height: 2;
  letter-spacing: 0.05em;
}
#contents-u.privacy .privacy-box ul li {
  font-family: var(--fot--Noto-Sans);
  font-size: var(--font-size-16);
  line-height: 2;
  letter-spacing: 0.05em;
}
#contents-u.privacy .privacy-box:last-child {
  margin-bottom: 0;
}

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

/* ใๅใๅใใๅฎไบ
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#contents-u.complete .complete-box {
  text-align: center;
  line-height: 1.8;
  font-size: var(--font-size-16);
}
#contents-u.complete .complete-box a {
  color: var(--col--main-01);
}

/*ใใผใธใ่ฆใคใใใพใใใ
โโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโ */
.not-found-txt p {
  font-size: var(--font-size-16);
  line-height: 1.8;
}
.not-found-txt p a {
  color: var(--col--main-01);
  transition: ease 0.2s;
}
.not-found-txt p a:hover {
  opacity: 0.6;
}

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