@charset "UTF-8";
@import url("../css/setting.css");
:root {
  --separate--shape__w_b: url(../img/common/separate__shape__a_01.svg)center bottom / 120% no-repeat;
  --separate--shape__y_b: url(../img/common/separate__shape__a_02.svg)center bottom / 120% no-repeat;
  --pattern--stripe__y_01: url(../img/common/pattern__stripe__a_01.png);
  --pattern--stripe__y_02: url(../img/common/pattern__stripe__a_02.png);
}

.hidden-ttl {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0 0 0 0);
  white-space: nowrap;
}

/* layout common
////////////////////////////////////////////////////////////////////////////////////////////////// */
[class*=lay__img_txt] {
  --column-gap: 0px;
  --row-gap: 0px;
  column-gap: var(--column-gap);
  row-gap: var(--row-gap);
  display: grid;
  grid-template: "img text" auto/max-content 1fr;
}
[class*=lay__img_txt] .item-img {
  grid-area: img;
  height: fit-content;
}
[class*=lay__img_txt] .item-text {
  grid-area: text;
  height: fit-content;
}
[class*=lay__img_txt].lay__img_txt_t {
  align-items: start;
}
[class*=lay__img_txt].lay__img_txt_c {
  align-items: center;
}
[class*=lay__img_txt].lay__img_txt_b {
  align-items: end;
}
[class*=lay__img_txt]:is(.lay__img_txt_t, .lay__img_txt_c, .lay__img_txt_b).lay__r {
  grid-template: "text img" auto/1fr max-content;
}
@media screen and (max-width: 767px) {
  [class*=lay__img_txt]:is(.lay__img_txt_t, .lay__img_txt_c, .lay__img_txt_b).lay__r {
    grid-template: "img" auto "text" auto/1fr;
  }
  [class*=lay__img_txt]:is(.lay__img_txt_t, .lay__img_txt_c, .lay__img_txt_b).lay__r .item-img {
    grid-area: img;
    height: 100%;
  }
  [class*=lay__img_txt]:is(.lay__img_txt_t, .lay__img_txt_c, .lay__img_txt_b).lay__r .item-text {
    grid-area: text;
    height: 100%;
  }
}
[class*=lay__img_txt]:is(.lay__img_txt_t, .lay__img_txt_c, .lay__img_txt_b).lay__r:nth-of-type(even) {
  grid-template: "text img" auto/1fr max-content;
}
@media screen and (max-width: 767px) {
  [class*=lay__img_txt]:is(.lay__img_txt_t, .lay__img_txt_c, .lay__img_txt_b).lay__r:nth-of-type(even) {
    grid-template: "img" auto "text" auto/1fr;
  }
  [class*=lay__img_txt]:is(.lay__img_txt_t, .lay__img_txt_c, .lay__img_txt_b).lay__r:nth-of-type(even) .item-img {
    grid-area: img;
    height: 100%;
    margin-bottom: 6vw;
  }
  [class*=lay__img_txt]:is(.lay__img_txt_t, .lay__img_txt_c, .lay__img_txt_b).lay__r:nth-of-type(even) .item-text {
    grid-area: text;
    height: 100%;
  }
}
@media screen and (max-width: 767px) {
  [class*=lay__img_txt] {
    grid-template: "img" auto "text" auto/1fr;
  }
  [class*=lay__img_txt] .item-img {
    grid-area: img;
    height: 100%;
    margin-bottom: 6vw;
  }
  [class*=lay__img_txt] .item-text {
    grid-area: text;
    height: 100%;
  }
}

[class*=lay__txt_img] {
  --column-gap: 0px;
  --row-gap: 0px;
  column-gap: var(--column-gap);
  row-gap: var(--row-gap);
  display: grid;
  grid-template: "text img" auto/1fr max-content;
}
[class*=lay__txt_img] .item-img {
  grid-area: img;
  height: fit-content;
  margin-bottom: 6vw;
}
[class*=lay__txt_img] .item-text {
  grid-area: text;
  height: fit-content;
}
[class*=lay__txt_img].lay__txt_img_t {
  align-items: start;
}
[class*=lay__txt_img].lay__txt_img_c {
  align-items: center;
}
[class*=lay__txt_img].lay__txt_img_b {
  align-items: end;
}
[class*=lay__txt_img]:is(.lay__txt_img_t, .lay__txt_img_c, .lay__txt_img_b).lay__r:nth-of-type(even) {
  grid-template: "text img" auto/1fr max-content;
}
@media screen and (max-width: 767px) {
  [class*=lay__txt_img] {
    grid-template: "img" auto "text" auto/1fr;
  }
}

.lay__txt_img {
  --column-gap: 0px;
  --row-gap: 0px;
  column-gap: var(--column-gap);
  row-gap: var(--row-gap);
  display: grid;
  grid-template: "text img" auto/1fr max-content;
}
.lay__txt_img.lay__r {
  grid-template: "img text" auto/max-content 1fr;
}
.lay__txt_img.lay__t {
  align-items: start;
}
.lay__txt_img.lay__c {
  align-items: center;
}
.lay__txt_img.lay__b {
  align-items: end;
}
.lay__txt_img.lay__rp:nth-of-type(even) {
  grid-template: "img text" auto/max-content 1fr;
}
.lay__txt_img.lay__r.lay__rp:nth-of-type(even) {
  grid-template: "text img" auto/1fr max-content;
}
@media screen and (max-width: 767px) {
  .lay__txt_img {
    grid-template: "img" auto "text" auto/1fr;
  }
  .lay__txt_img > .item-img {
    grid-area: img;
    width: 100%;
  }
  .lay__txt_img > .item-text {
    grid-area: text;
    width: 100%;
  }
  .lay__txt_img:is(.lay__r, .lay__rp:nth-of-type(even), .lay__r.lay__rp:nth-of-type(even)) {
    grid-template: "img" auto "text" auto/1fr;
  }
}

.lay__ttl_img_txt {
  --column-gap: 0px;
  --row-gap: 0px;
  column-gap: var(--column-gap);
  row-gap: var(--row-gap);
  display: grid;
  grid-template: "img ttl" auto "img text" auto/max-content 1fr;
}
.lay__ttl_img_txt > .item-ttl {
  grid-area: ttl;
  height: fit-content;
  align-self: end;
}
.lay__ttl_img_txt > .item-img {
  grid-area: img;
  height: fit-content;
}
.lay__ttl_img_txt > .item-text {
  grid-area: text;
  height: fit-content;
  align-self: start;
}
.lay__ttl_img_txt.lay__t {
  align-items: start;
}
.lay__ttl_img_txt.lay__c {
  align-items: center;
}
.lay__ttl_img_txt.lay__b {
  align-items: end;
}
.lay__ttl_img_txt.lay__r {
  grid-template: "ttl img" auto "text img" auto/1fr max-content;
}
.lay__ttl_img_txt.lay__rp:nth-of-type(even) {
  grid-template: "ttl img" auto "text img" auto/1fr max-content;
}
.lay__ttl_img_txt.lay__r.lay__rp:nth-of-type(even) {
  grid-template: "img ttl" auto "img text" auto/max-content 1fr;
}
@media screen and (max-width: 767px) {
  .lay__ttl_img_txt {
    grid-template: "ttl" auto "img" auto "text" auto/1fr;
  }
  .lay__ttl_img_txt > .item-ttl {
    grid-area: ttl;
    width: 100%;
  }
  .lay__ttl_img_txt > .item-img {
    grid-area: img;
    width: 100%;
  }
  .lay__ttl_img_txt > .item-text {
    grid-area: text;
    width: 100%;
  }
  .lay__ttl_img_txt:is(.lay__r, .lay__rp:nth-of-type(even), .lay__r.lay__rp:nth-of-type(even)) {
    grid-template: "ttl" auto "img" auto "text" auto/1fr;
  }
}

[class*=lay__list] {
  --column-gap: 1px;
  --row-gap: 1px;
  --num: 1;
  display: flex;
  flex-wrap: wrap;
  column-gap: var(--column-gap);
  row-gap: var(--row-gap);
  display: flex;
  flex-wrap: wrap;
}
[class*=lay__list] > *:not(.post_none) {
  width: calc((100% - (var(--num) - 1) * var(--column-gap)) / var(--num));
}
[class*=lay__list] .item-img {
  grid-area: img;
  height: fit-content;
}
[class*=lay__list] .item-text {
  grid-area: text;
  height: fit-content;
}
[class*=lay__list].lay__list_s {
  justify-content: start;
}
[class*=lay__list].lay__list_c {
  justify-content: center;
}
[class*=lay__list].lay__list_e {
  justify-content: end;
}

.lay__list {
  --column-gap: 1px;
  --row-gap: 1px;
  --num: 1;
  display: flex;
  flex-wrap: wrap;
  column-gap: var(--column-gap);
  row-gap: var(--row-gap);
  display: flex;
  flex-wrap: wrap;
}
.lay__list > * {
  width: calc((100% - (var(--num) - 1) * var(--column-gap)) / var(--num));
}
.lay__list.lay__t {
  justify-content: start;
}
.lay__list.lay__c {
  justify-content: center;
}
.lay__list.lay__b {
  justify-content: end;
}

/* header ヘッダー
////////////////////////////////////////////////////////////////////////////////////////////////// */
#header {
  position: fixed;
  width: 100%;
  z-index: 5;
  top: 0;
  left: 0;
  /* --------------------------------- */
  /* --------------------------------- */
}
#header .inner {
  width: 100%;
  min-width: 1080px;
  height: 70px;
  background: var(--col--main-04);
  background: var(--col--acc-y-02);
  padding: 0;
}
@media screen and (max-width: 767px) {
  #header .inner {
    height: 70px;
    min-width: unset;
  }
}
#header .block-left {
  position: relative;
  width: fit-content;
  padding-left: var(--margin-30);
}
@media screen and (max-width: 767px) {
  #header .block-left {
    width: 100%;
    padding-left: 0;
    margin-left: 0;
  }
}
#header .block-right {
  position: relative;
  width: fit-content;
  padding-right: var(--margin-30);
}
@media screen and (max-width: 767px) {
  #header .block-right {
    display: none;
  }
}
#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: 2vw;
    margin-left: 3vw;
    max-width: 55dvw;
    max-height: 55px;
  }
  #header .item-logo img {
    height: auto;
  }
}
#header .cont-info {
  width: fit-content;
}
#header .com--tel {
  width: fit-content;
  margin-right: var(--margin-30);
}
#header .com--tel dt {
  letter-spacing: 0.07em;
  margin-bottom: 15px;
}
#header .com--times {
  margin-bottom: var(--margin-10);
}
#header .com--holiday {
  margin-bottom: var(--margin-15);
  letter-spacing: 0.05em;
}
#header .wrap-contact {
  gap: 3vw;
}
#header .com--address {
  margin-top: 3px;
  margin-left: 30px;
  letter-spacing: 0.05em;
}

/* nav グローバルナビゲーション
////////////////////////////////////////////////////////////////////////////////////////////////// */
#nav {
  background: var(--col--acc-y-02);
}
#nav .list-nav {
  width: 1280px;
  height: 90px;
  margin: 0 auto;
  background: #fff;
  border-radius: 40px;
  padding: 0 100px;
}
#nav .list-nav-item {
  width: fit-content;
  position: relative;
  text-align: center;
}
#nav .list-nav-item::before {
  content: "";
  position: absolute;
  background: url(../img/common/nav__deco_01.png) center center/contain no-repeat;
  width: 4px;
  height: 52px;
  right: -50px;
  top: 50%;
  translate: 0 -50%;
}
#nav .list-nav-item a {
  display: inline-block;
  transition: ease 0.17s;
  font-size: var(--font-size-15);
  font-family: var(--fot--M_PLUS_R_1c);
  font-weight: 800;
  rotate: -0.4deg;
  line-height: 1.4;
}
#nav .list-nav-item a:hover {
  color: var(--col--main-01);
}
#nav .list-nav-item:first-of-type::after {
  content: "";
  position: absolute;
  background: url(../img/common/nav__deco_01.png) center center/contain no-repeat;
  width: 4px;
  height: 52px;
  left: -50px;
  top: 50%;
  translate: 0 -50%;
}
@media screen and (max-width: 767px) {
  #nav {
    display: none;
  }
}

.com--holiday {
  font-size: var(--font-size-15);
  font-weight: 700;
  width: fit-content;
}

.com--address {
  position: relative;
  width: fit-content;
  color: #0000ff;
  font-size: var(--font-size-15);
  font-weight: 700;
  padding-bottom: 5px;
  border-bottom: 1px solid #0000ff;
  height: fit-content;
}
.com--address::before {
  content: "";
  position: absolute;
  background: url(../img/common/icon__pin__a_01.png) center center/contain no-repeat;
  width: 4vw;
  height: 4vw;
  left: -5vw;
  bottom: 0;
}

.list-sns {
  width: fit-content;
  gap: 3vw;
}

/* mv メインビジュアル
////////////////////////////////////////////////////////////////////////////////////////////////// */
#mv {
  position: relative;
  width: 100%;
  height: 115vw;
  background: url(../img/mv/mv__deco.png) center bottom/100% 40vw no-repeat;
}
#mv .mv-img {
  background: url(../img/mv/mv__img_sp.png) center center/contain no-repeat;
  width: 97%;
  height: 113vw;
  margin: 0 auto;
  margin-top: 85px;
}
@media screen and (max-width: 767px) {
  #mv {
    height: 115vw;
  }
}
#mv .mv-catch {
  position: absolute;
  width: 75vw;
  left: 50%;
  top: 50%;
  translate: -50% -50%;
}

/* sv サブビジュアル
////////////////////////////////////////////////////////////////////////////////////////////////// */
#sv {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 45vw;
  background: url(../img/sv/sv__bg_deco.png) center bottom/max(1280px, 100%) 290px no-repeat, #fff;
  margin-top: 70px;
}
@media screen and (max-width: 767px) {
  #sv {
    height: 50vw;
  }
}
#sv .sv-img {
  width: 100%;
  height: 40vw;
  position: relative;
  left: 50%;
  top: 50%;
  translate: -50% -50%;
}
#sv .sv-catch {
  position: absolute;
  width: 65vw;
  left: 50%;
  top: 50%;
  translate: -50% -50%;
}

.sv-access {
  background: url(../img/sv/sv__access.png) center center/cover no-repeat;
}

.sv-cause {
  background: url(../img/sv/sv__cause.png) center center/cover no-repeat;
}

.sv-feature {
  background: url(../img/sv/sv__feature.png) center center/cover no-repeat;
}

.sv-for_worries {
  background: url(../img/sv/sv__for_worries.png) center center/cover no-repeat;
}

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

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

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

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

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

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

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

/* main コンテンツ
////////////////////////////////////////////////////////////////////////////////////////////////// */
/* TOP
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
.wrap-allover {
  overflow: hidden;
  position: relative;
}

.com--ttl03-01 {
  width: fit-content;
}
.com--ttl03-01 .en {
  display: block;
  width: fit-content;
}
.com--ttl03-01 .ja {
  display: block;
  width: fit-content;
}

/* top-banner
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
.common--banner {
  background: var(--col--acc-y-02);
}
.common--banner .inner {
  --num: 1;
  --column-gap: 5vw;
  --row-gap: 10vw;
}
.common--banner .cont-banner {
  border-radius: 1.5vw;
  background: #fff;
  padding: 5vw 5vw;
  padding-top: 10px;
  font-family: var(--Kiwi-Maru);
}
.common--banner .cont-banner .ttl03 {
  margin: 0 auto;
  width: fit-content;
  padding: 2vw 5vw;
  text-align: center;
  margin-bottom: var(--margin-30);
  border-radius: 1.5vw;
  margin-top: -7vw;
}
.common--banner .cont-banner .ttl03 .ja {
  font-size: var(--font-size-34);
  font-size: 5.8vw;
  font-family: var(--Kiwi-Maru);
  color: #fff;
  font-weight: 500;
}
.common--banner .cont-banner .item-lead {
  text-align: center;
  font-size: var(--font-size-22);
  padding-bottom: var(--margin-15);
  border-bottom: 1px dashed #756d64;
  margin-bottom: var(--margin-15);
}
.common--banner .cont-banner .item-lead p {
  line-height: 1.7;
  font-size: 4vw;
}
.common--banner .cont-banner .item-lead .str-01 {
  font-size: var(--font-size-30);
  font-size: 4.5vw;
}
.common--banner .cont-banner .item-lead .str-02 {
  font-size: var(--font-size-30);
  font-size: 4.5vw;
}
.common--banner .cont-banner .item-price {
  text-align: center;
}
.common--banner .cont-banner .item-price .point-text {
  margin-bottom: var(--margin-10);
  font-size: var(--font-size-30);
  font-size: 4.5vw;
  font-weight: 500;
  margin: 0 auto;
  position: relative;
  width: fit-content;
  padding-bottom: 0;
  margin-bottom: 0;
  line-height: 1;
}
.common--banner .cont-banner .item-price .point-text::before {
  content: "";
  position: absolute;
  background: url(../img/common/deco__shine__a_01.png) center center/contain no-repeat;
  width: 4vw;
  height: 4vw;
  left: -5vw;
  bottom: 0;
}
.common--banner .cont-banner .item-price .point-text::after {
  content: "";
  position: absolute;
  background: url(../img/common/deco__shine__a_02.png) center center/contain no-repeat;
  width: 4vw;
  height: 4vw;
  right: -5vw;
  bottom: 0;
}
.common--banner .cont-banner .item-price .price {
  font-size: 70px;
  color: var(--col--acc-r-01);
  font-weight: 500;
  line-height: 1.2;
  font-size: 9vw;
}
.common--banner .cont-banner .item-price .price small.unit {
  font-size: var(--font-size-40);
  font-size: 4vw;
}
.common--banner .cont-banner .item-price .price small.note {
  letter-spacing: 0.08em;
  font-size: var(--font-size-22);
  font-size: 4vw;
}
.common--banner .cont-banner .item-price .str-01 {
  font-size: var(--font-size-30);
}
.common--banner .cont-banner .item-price .str-02 {
  font-size: var(--font-size-30);
}
.common--banner .cont-banner.cont-beginner {
  border: 2px solid var(--col--main-02);
}
.common--banner .cont-banner.cont-beginner .ttl03 {
  position: relative;
  background: var(--col--main-02);
}
.common--banner .cont-banner.cont-beginner .ttl03::before {
  --width: 17px;
  --height: 15px;
  --color: var(--col--main-02);
  content: "";
  position: absolute;
  left: 50%;
  translate: -50% 100%;
  bottom: 0;
  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);
}
.common--banner .cont-banner.cont-beginner .item-lead .str-01 {
  background: #fff2df;
  color: var(--col--main-01);
}
.common--banner .cont-banner.cont-beginner .item-lead .str-02 {
  color: var(--col--main-01);
}
.common--banner .cont-banner.cont-subscription {
  border: 2px solid var(--col--acc-g-01);
}
.common--banner .cont-banner.cont-subscription .ttl03 {
  background: var(--col--acc-g-01);
  position: relative;
}
.common--banner .cont-banner.cont-subscription .ttl03::before {
  --width: 17px;
  --height: 15px;
  --color: var(--col--acc-g-01);
  content: "";
  position: absolute;
  left: 50%;
  translate: -50% 100%;
  bottom: 0;
  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);
}
.common--banner .cont-banner.cont-subscription .item-lead .str-01 {
  color: var(--col--acc-g-01);
  background: var(--col--acc-y-03);
}
.common--banner .cont-banner.cont-subscription .item-lead .str-02 {
  color: var(--col--acc-g-01);
}
.com--ttl03-01 {
  width: fit-content;
  margin: 0 auto;
  line-height: 1.4;
  text-align: center;
}
.com--ttl03-01 .ja {
  font-family: var(--Kiwi-Maru);
  font-size: var(--font-size-34);
  font-size: 5.5vw;
  font-weight: 500;
  margin-bottom: var(--margin-35);
  letter-spacing: 0.07em;
}
.com--ttl03-01 .ja .str-01 {
  font-size: var(--font-size-42);
  color: var(--col--main-02);
}
.com--ttl03-01 .ja .str-02 {
  font-size: var(--font-size-42);
  color: var(--col--main-02);
  background: url(../img/common/deco__border__a_01.png) bottom left repeat-x;
}
.com--ttl03-01 .en {
  position: relative;
  margin: 0 auto;
  width: fit-content;
  font-family: var(--Kiwi-Maru);
  font-size: var(--font-size-20);
  font-weight: 500;
  text-align: center;
  letter-spacing: 0.07em;
  font-style: italic;
}
.com--ttl03-01 .en::before {
  content: "";
  position: absolute;
  background: url(../img/common/deco__ttl_deco__a_01.png) center center/contain no-repeat;
  width: 5vw;
  height: 5vw;
  left: -8vw;
  top: 50%;
  translate: 0 -50%;
}
.com--ttl03-01 .en::after {
  content: "";
  position: absolute;
  background: url(../img/common/deco__ttl_deco__a_02.png) center center/contain no-repeat;
  width: 5vw;
  height: 5vw;
  right: -8vw;
  top: 50%;
  translate: 0 -50%;
}

/* top-greeting
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#top--greeting {
  background: var(--separate--shape__w_b), var(--col--acc-y-03);
  position: relative;
}
#top--greeting .inner {
  position: relative;
}
#top--greeting .ttl03 {
  margin-bottom: var(--margin-80);
  margin-bottom: 16vw;
}
#top--greeting .list-images {
  position: relative;
  width: 100%;
  height: 70vw;
}
#top--greeting .list-images-item {
  position: absolute;
}
#top--greeting .list-images-item:nth-of-type(1) {
  left: 0vw;
  top: 0vw;
}
#top--greeting .list-images-item:nth-of-type(1) img {
  width: 51vw;
}
#top--greeting .list-images-item:nth-of-type(1)::before {
  content: "";
  position: absolute;
  background: url(../img/common/illust__house__a_01.png) center center/contain no-repeat;
  width: 35vw;
  height: 18vw;
  right: -35vw;
  bottom: -4vw;
}
#top--greeting .list-images-item:nth-of-type(2) {
  right: 0vw;
  top: -11vw;
}
#top--greeting .list-images-item:nth-of-type(2) img {
  width: 36vw;
}
#top--greeting .item-text {
  text-align: center;
  text-align: left;
  margin-bottom: var(--margin-80);
}
#top--greeting .item-text br {
  display: none;
}
#top--greeting .item-movie::before {
  content: "";
  position: absolute;
  width: 100%;
  border-top: 2px dashed var(--col--main-01);
  top: -10px;
  left: 0;
}
#top--greeting .item-movie::after {
  content: "";
  position: absolute;
  width: 100%;
  border-top: 2px dashed var(--col--main-01);
  bottom: -10px;
  left: 0;
}
#top--greeting .item-movie {
  position: relative;
  width: 100%;
  margin: 0 auto;
  background: #fff;
  height: 55vw;
  margin-bottom: var(--margin-50);

  /* 以下は動画挿入後削除します */
  /* display: flex;
  align-items: center;
  justify-content: center;
  font-size: var(--font-size-40);
  color: #bbbbbb;
  font-weight: 700; */

  iframe{
    width: 100%;
    height: 100%;
  }
}

/* top-worries
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#top--worries {
  position: relative;
  z-index: 0;
}
#top--worries::before {
  content: "";
  position: absolute;
  background: url(../img/common/illust__future__a_03.png) center center/contain no-repeat;
  width: 43vw;
  height: 16vw;
  right: 5vw;
  top: -19vw;
}
#top--worries .inner {
  padding-top: 7vw;
  padding-bottom: 7vw;
}
#top--worries .ttl03 {
  margin: 0 auto;
  margin-bottom: var(--margin-40);
  margin-bottom: 4vw;
}
#top--worries .list-worries {
  position: relative;
  width: 100%;
  margin: 0 auto;
  background: url(../img/common/illust__human__a_04.png) center top 5vw/60vw no-repeat;
  margin-bottom: 15vw;
  padding-top: 43vw;
}
#top--worries .list-worries::before {
  content: "";
  position: absolute;
  background: url(../img/common/icon__dot__a_01.png) center center/contain no-repeat;
  width: 5vw;
  height: 5vw;
  left: 50%;
  translate: -50% 0;
  bottom: 5vw;
}
#top--worries .list-worries-item {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--col--acc-y-03);
  padding: 3.5vw;
  border-radius: 2vw;
  margin-bottom: 4vw;
}
#top--worries .list-worries-item:last-child {
  margin-bottom: 0;
}
#top--worries .list-worries-item::before {
  z-index: -1;
}
#top--worries .list-worries-item .text {
  font-size: var(--font-size-20);
  font-weight: 500;
  text-align: center;
  line-height: 1.5;
}
#top--worries .list-worries-item .text .str-01 {
  font-weight: 700;
  font-size: var(--font-size-22);
  color: var(--col--main-02);
}

.common--info {
  padding: 5vw;
  padding-bottom: 40px;
  background: url(../img/common/illust__human__a_01.png) left 2vw bottom/14vw no-repeat, url(../img/common/illust__human__a_02.png) right 2vw bottom/16vw no-repeat, var(--pattern--stripe__y_02);
  border: 1px solid var(--col--acc-y-01);
  border-radius: 2vw;
}
.common--info .ttl04 {
  position: relative;
  display: block;
  margin: 0 auto;
  width: fit-content;
  margin-bottom: var(--margin-40);
  margin-top: -9vw;
}
.common--info .unit-info {
  margin: 0 auto;
  width: fit-content;
  gap: 3vw;
  position: relative;
  flex-direction: column;
}
.common--info .unit-info::before {
  content: "";
  position: absolute;
  background: url(../img/common/illust__balloon__a_01.png) center center/contain no-repeat;
  width: 19vw;
  height: 21vw;
  left: -12vw;
  top: -21vw;
}
.common--info .unit-info::after {
  content: "";
  position: absolute;
  background: url(../img/common/illust__balloon__a_02.png) center center/contain no-repeat;
  width: 19vw;
  height: 21vw;
  right: -12vw;
  top: -21vw;
}
.common--info .unit-info .com--tel dt {
  margin-bottom: var(--margin-15);
  padding: 1vw 4vw;
  border-radius: 1vw;
  font-size: var(--font-size-20);
  rotate: -0.2deg;
  font-size: 4.5vw;
  margin-bottom: 5vw;
}
.common--info .unit-info .com--tel dt .str-01 {
  font-size: var(--font-size-28);
  font-size: 4.5vw;
}
.common--info .unit-info .com--tel .tel-num {
  --font-size: var(--font-size-45);
  margin-left: 8vw;
}
.common--info .unit-info .wrap-info {
  width: fit-content;
}
.common--info .unit-info .wrap-info .com--times {
  margin-bottom: var(--margin-10);
  margin-bottom: 5vw;
  flex-direction: column;
}
.common--info .unit-info .wrap-info .com--times-item dt,
.common--info .unit-info .wrap-info .com--times-item dd {
  font-size: var(--font-size-16);
}
.common--info .unit-info .wrap-info .com--times-item dt {
  background: #fff;
  padding: 1vw 3vw;
}
.common--info .unit-info .wrap-info .com--holiday {
  margin-bottom: var(--margin-30);
  font-size: 3vw;
}
.common--info .unit-info .wrap-info .com--holiday > * {
  letter-spacing: 0.07em;
}
.common--info .unit-info .wrap-info .list-sns {
  gap: 35px;
}
.common--info .unit-info .wrap-info .list-sns-item a {
  --size: 8vw;
}
.common--info .unit-info .wrap-info .list-sns-item .com--btn-contact img {
  width: 8vw;
}

/* top-difference
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#top--difference {
  position: relative;
  z-index: 0;
}
#top--difference .ttl03 {
  margin: 0 auto;
  width: fit-content;
  margin-bottom: var(--margin-60);
}
#top--difference .list-difference {
  --num: 1;
  --column-gap: 5vw;
  --row-gap: 5vw;
  margin-bottom: var(--margin-50);
}
#top--difference .list-difference-item {
  flex-direction: row;
  gap: 5vw;
}
#top--difference .list-difference-item .ttl04 {
  text-align: left;
  order: 2;
  font-family: var(--Kiwi-Maru);
  flex: 1;
}
#top--difference .list-difference-item .ttl04 .ja {
  line-height: 1.6;
  font-size: var(--font-size-20);
}
#top--difference .list-difference-item .ttl04 .ja .str-01 {
  color: var(--color-str);
}
#top--difference .list-difference-item .item-img {
  margin-bottom: var(--margin-15);
  order: 1;
  width: 30vw;
}
#top--difference .list-difference-item:nth-of-type(1) {
  --color-str: var(--col--acc-r-01);
}
#top--difference .list-difference-item:nth-of-type(2) {
  --color-str: var(--col--acc-b-01);
}
#top--difference .list-difference-item:nth-of-type(3) {
  --color-str: var(--col--acc-v-01);
}
#top--difference .list-difference-item:nth-of-type(4) {
  --color-str: var(--col--acc-g-01);
}
#top--difference .com--btn-01 {
  margin: 0 auto;
}

/* top-voice
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#top--voice {
  background: #fff;
}
#top--voice .ttl03 {
  margin: 0 auto;
  margin-bottom: var(--margin-50);
  position: relative;
}
#top--voice .ttl03::before {
  content: "";
  position: absolute;
  background: url(../img/common/illust__human__a_03.png) center center/contain no-repeat;
  width: 21vw;
  height: 21vw;
  left: -28vw;
  top: 0vw;
}
#top--voice .ttl03::after {
  content: "";
  position: absolute;
  background: url(../img/common/illust__future__a_04.png) center center/contain no-repeat;
  width: 21vw;
  height: 21vw;
  right: -28vw;
  top: 0vw;
}
#top--voice .cont-post {
  --num: 1;
  --column-gap: 5vw;
  --row-gap: 5vw;
}
#top--voice .cont-post .unit-post {
  margin-bottom: var(--margin-50);
}
#top--voice .cont-post .unit-post .list-compare {
  --num: 2;
  --column-gap: 8vw;
  --row-gap: 0px;
  position: relative;
  padding-bottom: var(--margin-30);
  border-bottom: 1px dotted var(--col--txt-01);
  margin-bottom: var(--margin-25);
}
#top--voice .cont-post .unit-post .list-compare::before {
  content: "";
  position: absolute;
  background: url(../img/common/icon__arrow__a_02.png) center center/contain no-repeat;
  width: 5vw;
  height: 5vw;
  left: 50%;
  top: 50%;
  translate: -50% -50%;
}
#top--voice .cont-post .unit-post .list-compare-item dt {
  font-family: var(--Kiwi-Maru);
  font-size: var(--font-size-20);
  font-weight: 500;
  text-align: center;
  margin-bottom: var(--margin-15);
}
#top--voice .cont-post .unit-post .list-compare-item dd .item-img {
  border-radius: 1.5vw;
  height: 30vw;
}
#top--voice .cont-post .unit-post .list-compare-item.list-compare-before dt {
  position: relative;
  color: var(--col--acc-b-01);
}
#top--voice .cont-post .unit-post .list-compare-item.list-compare-before dt::before {
  content: "";
  position: absolute;
  background: url(../img/common/deco__shine__a_01_b.png) center center/contain no-repeat;
  width: 4vw;
  height: 4vw;
  left: 6vw;
  bottom: 0;
}
#top--voice .cont-post .unit-post .list-compare-item.list-compare-before dt::after {
  content: "";
  position: absolute;
  background: url(../img/common/deco__shine__a_02_b.png) center center/contain no-repeat;
  width: 4vw;
  height: 4vw;
  right: 6vw;
  bottom: 0;
}
#top--voice .cont-post .unit-post .list-compare-item.list-compare-after dt {
  position: relative;
  color: var(--col--acc-r-01);
}
#top--voice .cont-post .unit-post .list-compare-item.list-compare-after dt::before {
  content: "";
  position: absolute;
  background: url(../img/common/deco__shine__a_01_r.png) center center/contain no-repeat;
  width: 4vw;
  height: 4vw;
  left: 6vw;
  bottom: 0;
}
#top--voice .cont-post .unit-post .list-compare-item.list-compare-after dt::after {
  content: "";
  position: absolute;
  background: url(../img/common/deco__shine__a_02_r.png) center center/contain no-repeat;
  width: 4vw;
  height: 4vw;
  right: 6vw;
  bottom: 0;
}
#top--voice .cont-post .unit-post .item-text p {
  line-height: 1.7;
  font-size: var(--font-size-16);
}
#top--voice .com--btn-01 {
  margin: 0 auto;
}

/* top-news
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
.unit-latest {
  padding-bottom: var(--margin-30);
  border-bottom: 1px dotted var(--col--txt-01);
  margin-bottom: var(--margin-30);
}
.unit-latest a {
  width: 100%;
  height: 100%;
}
.unit-latest .unit-latest-text {
  width: 100%;
}
.unit-latest .unit-latest-text.on_thumb {
  width: 85%;
}
@media screen and (max-width: 767px) {
  .unit-latest .unit-latest-text.on_thumb {
    width: 70%;
  }
}
.unit-latest .item-ttl {
  order: 3;
  width: 100%;
  font-weight: 500;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: var(--font-size-14);
}
.unit-latest .item-time {
  position: relative;
  order: 2;
  width: fit-content;
  font-size: var(--font-size-14);
  margin-bottom: 3vw;
}
.unit-latest .item-time::before {
  content: "/";
  position: absolute;
  right: -20px;
  bottom: 0;
}
.unit-latest .tag_list {
  order: 1;
  width: 100%;
  margin-bottom: var(--margin-15);
  gap: 3vw;
  margin-bottom: 3vw;
}
.unit-latest .tag_list-item {
  width: fit-content;
  height: fit-content;
  font-weight: 500;
  font-size: var(--font-size-14);
  color: var(--col--main-01);
}
.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;
  font-weight: 500;
  font-size: var(--font-size-14);
  color: var(--col--main-01);
}

#top--news .unit-latest {
  padding-bottom: var(--margin-30);
  border-bottom: 1px dotted var(--col--txt-01);
  margin-bottom: var(--margin-30);
}
#top--news .unit-latest a {
  width: 100%;
  height: 100%;
}
#top--news .unit-latest .unit-latest-text {
  width: 100%;
}
#top--news .unit-latest .unit-latest-text.on_thumb {
  width: 85%;
}
@media screen and (max-width: 767px) {
  #top--news .unit-latest .unit-latest-text.on_thumb {
    width: 70%;
  }
}
#top--news .unit-latest .item-ttl {
  order: 3;
  width: 100%;
  font-weight: 500;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: var(--font-size-14);
}
#top--news .unit-latest .item-time {
  position: relative;
  order: 2;
  width: fit-content;
  font-size: var(--font-size-14);
  margin-bottom: 3vw;
}
#top--news .unit-latest .item-time::before {
  content: "/";
  position: absolute;
  right: -20px;
  bottom: 0;
}
#top--news .unit-latest .tag_list {
  order: 1;
  width: 100%;
  margin-bottom: var(--margin-15);
  gap: 3vw;
  margin-bottom: 3vw;
}
#top--news .unit-latest .tag_list-item {
  width: fit-content;
  height: fit-content;
  font-weight: 500;
  font-size: var(--font-size-14);
  color: var(--col--main-01);
}
#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 {
  margin: 0 auto;
}

#top--news {
  background: var(--col--acc-y-02);
}
#top--news .inner {
  position: relative;
}
#top--news .ttl03 {
  position: relative;
  margin: 0 auto;
  margin-bottom: 10vw;
}
#top--news .cont-latest {
  width: 100%;
  margin-left: auto;
  margin-bottom: 10vw;
}
#top--news .com--btn-01 {
  position: relative;
}
/* top-gallery
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
.top--gallery {
  position: relative;
  z-index: 0;
  background: #fff;
}
.top--gallery .inner {
  padding-top: 5vw;
  padding-bottom: 5vw;
}
.top--gallery::before {
  z-index: -1;
  content: "";
  position: absolute;
  width: 100%;
  height: 20vw;
  background: var(--col--acc-y-02);
  top: 0;
  left: 0;
}
.top--gallery .cont-post {
  --num: 3;
  --column-gap: 5vw;
  --row-gap: 5vw;
  flex-wrap: wrap;
  justify-content: center;
}
.top--gallery .cont-post .unit-post {
  height: 25vw;
}
.top--gallery .cont-post .unit-post .item-img {
  width: 100%;
  height: 100%;
  border-radius: 1.5vw;
}
.top--gallery .cont-post .post_none{
  position: absolute;
  left: 50%;
  translate: -50% 0;
}

/* top-map
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
.top--map {
  position: relative;
}
.top--map .inner {
  position: relative;
  padding-top: 7vw;
  padding-bottom: 12vw;
}
.top--map .item-map {
  width: 100%;
  height: 50vw;
  min-height: 200px;
  border-radius: 2vw;
  outline: 2px solid var(--col--main-02);
  border: 4px solid #fff;
}
.top--map .item-map iframe {
  width: 100%;
  border-radius: 2vw;
  height: 100%;
}

/* footer フッター
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
#footer {
  position: relative;
  width: 100%;
  position: relative;
  background: #fff2df;
  padding-top: var(--margin-50);
  /* --------------------------------- */
  /* --------------------------------- */
}
#footer::before {
  content: "";
  position: absolute;
  background: url(../img/common/pattern__stripe__a_01.png) repeat;
  top: 0;
  width: 100%;
  height: 2vw;
  left: 0;
}
#footer .item-logo {
  width: fit-content;
  display: block;
  transition: ease 0.2s;
  margin: 0 auto;
}
#footer .item-logo img {
  width: 70vw;
}
#footer .item-logo:hover {
  opacity: 0.6;
}
#footer .inner {
  padding: 7vw 0 7vw;
}
@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 {
    width: 100%;
  }
}
#footer .block-right {
  position: relative;
  width: fit-content;
}
@media screen and (max-width: 767px) {
  #footer .block-right {
    width: 100%;
  }
}
#footer .list-nav {
  height: 130px;
  gap: 3vw;
  margin-bottom: var(--margin-40);
}
#footer .list-nav-item {
  width: fit-content;
  position: relative;
  padding-left: 16px;
}
#footer .list-nav-item::before {
  --width: 10px;
  --height: 8px;
  --color: var(--col--main-02);
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  translate: 0 -50%;
  width: 0;
  height: 0;
  border-style: solid;
  border-color: transparent transparent transparent var(--color);
  border-width: calc((var(--width)) / 2) 0px calc((var(--width)) / 2) var(--height);
}
#footer .list-nav-item a {
  font-weight: 500;
  position: relative;
  transition: ease 0.2s;
}
#footer .list-nav-item a:hover {
  color: var(--col--acc-01);
}
@media screen and (max-width: 767px) {
  #footer .list-nav {
    display: none;
  }
}
#footer #copyright {
  font-size: var(--font-size-13);
  text-align: center;
  color: var(--col--main-02);
}
#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;
  }
}
#footer .com--tel {
  margin-bottom: 4vw;
}
#footer .com--tel dt {
  rotate: -0.1deg;
  padding: 2vw 5vw;
  margin-bottom: 4vw;
}
#footer .com--tel .tel-num {
  margin-left: 7vw;
}
#footer .com--times {
  margin-bottom: var(--margin-10);
  flex-direction: column;
  gap: 2.5vw;
  margin-bottom: 7vw;
}
#footer .com--holiday {
  margin-bottom: var(--margin-20);
  font-size: 3vw;
  margin-bottom: 5vw;
}
#footer .com--address {
  margin: 0 auto;
  width: fit-content;
  margin-right: auto;
  margin-bottom: 5vw;
}

/* 共通タイトル
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
#contents-u .ttl01,
#contact .ttl01 {
  position: relative;
  width: fit-content;
  margin: 0 auto;
  margin-bottom: var(--margin-70);
}
#contents-u .ttl01 .ja,
#contact .ttl01 .ja {
  display: inline-block;
  position: relative;
  font-size: var(--font-size-40);
  font-weight: 500;
  font-family: var(--Kiwi-Maru);
  letter-spacing: 0.06em;
  padding-bottom: var(--margin-40);
}
#contents-u .ttl01 .ja::first-letter,
#contact .ttl01 .ja::first-letter {
  color: var(--col--main-02);
}
#contents-u .ttl01 .ja::before,
#contact .ttl01 .ja::before {
  content: "";
  position: absolute;
  background: url(../img/common/deco__ttl_deco__a_02.png) center center/contain no-repeat;
  width: 33px;
  height: 3px;
  left: 50%;
  translate: -50% 0;
  bottom: 0;
}
#contents-u .ttl01 .en,
#contact .ttl01 .en {
  margin: 0 auto;
  display: none;
}

/* subpage 下層ページ
////////////////////////////////////////////////////////////////////////////////////////////////// */
.com--table-01 tr th,
.com--table-01 tr td {
  padding: 4vw 2vw;
  line-height: 1.8;
  font-size: var(--font-size-15);
  font-weight: 500;
  font-size: 3.5vw;
  border-bottom: 1px solid var(--col--txt-01);
}
.com--table-01 tr th {
  text-align: center;
  vertical-align: middle;
  background: var(--col--acc-y-01);
  width: 25%;
}
.com--table-01 tr td {
  padding-left: 3vw;
  background: #fff;
}
.com--table-01 tr:first-of-type th,
.com--table-01 tr:first-of-type td {
  border-top: 1px solid var(--col--txt-01);
}

.com--ttl03-02 {
  margin: 0 auto;
  width: fit-content;
  margin-bottom: var(--margin-50);
}
.com--ttl03-02 .ja {
  display: inline-block;
  position: relative;
  font-size: var(--font-size-40);
  font-weight: 500;
  font-family: var(--Kiwi-Maru);
  letter-spacing: 0.06em;
  padding-bottom: var(--margin-40);
}
.com--ttl03-02 .ja::first-letter {
  color: var(--col--main-02);
}
.com--ttl03-02 .ja::before {
  content: "";
  position: absolute;
  background: url(../img/common/deco__ttl_deco__a_02.png) center center/contain no-repeat;
  width: 33px;
  height: 3px;
  left: 50%;
  translate: -50% 0;
  bottom: 0;
}

/* feature
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* feature-btn
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#feature--btn {
  background: var(--col--acc-y-02);
}
#feature--btn .inner {
  padding-bottom: 0;
}
#feature--btn .list-btn {
  --num: 2;
  --column-gap: 5vw;
  --row-gap: 5vw;
  flex-direction: column;
}
#feature--btn .list-btn-item {
  width: 100%;
}
/* feature-prof
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#feature--prof {
  background: var(--col--acc-y-02);
}
#feature--prof .inner {
  position: relative;
}
#feature--prof .ttl03 {
  width: fit-content;
  margin: 0 auto;
  margin-bottom: var(--margin-50);
}
#feature--prof .ttl03 dl {
  font-family: var(--Kiwi-Maru);
}
#feature--prof .ttl03 dl dt {
  font-size: var(--font-size-24);
  color: var(--col--main-01);
  font-weight: 500;
  margin-right: var(--margin-20);
}
#feature--prof .ttl03 dl dd ruby {
  font-size: var(--font-size-40);
  font-weight: 500;
}
#feature--prof .ttl03 dl dd ruby rt {
  font-size: var(--font-size-18);
  font-weight: 500;
}
#feature--prof .wrap-info {
  margin-bottom: var(--margin-40);
  --column-gap: 5vw;
  --row-gap: 0px;
}
#feature--prof .wrap-info .item-img {
  width: 86vw;
  margin-left: auto;
}
#feature--prof .wrap-info .com--table-01 tr th,
#feature--prof .wrap-info .com--table-01 tr td {
  line-height: 2;
}
#feature--prof .item-text {
  text-align: left;
  margin-bottom: var(--margin-40);
}
#feature--prof .item-text br {
  display: none;
}
#feature--prof .item-movie{
  position: relative;
  width: 100%;
  margin: 0 auto;
  background: #fff;
  height: 55vw;

  /* 以下は動画挿入後削除します */
  /* display: flex;
  align-items: center;
  justify-content: center;
  font-size: var(--font-size-40);
  color: #bbbbbb;
  font-weight: 700; */

  iframe{
    width: 100%;
    height: 100%;
  }
}
#feature--prof .item-movie::before {
  content: "";
  position: absolute;
  width: 100%;
  border-top: 2px dashed var(--col--main-01);
  top: -10px;
  left: 0;
}
#feature--prof .item-movie::after {
  content: "";
  position: absolute;
  width: 100%;
  border-top: 2px dashed var(--col--main-01);
  bottom: -10px;
  left: 0;
}
/* feature-reason
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#feature--reason {
  background: url(../img/common/separate__shape__a_03.png) center bottom/max(1280px, 100%) no-repeat;
}
#feature--reason .list-reason {
  --num: 1;
  --column-gap: 5vw;
  --row-gap: 5vw;
  margin-bottom: var(--margin-50);
}
#feature--reason .list-reason-item {
  flex-direction: row;
  gap: 5vw;
}
#feature--reason .list-reason-item .ttl04 {
  text-align: left;
  order: 2;
  font-family: var(--Kiwi-Maru);
  flex: 1;
}
#feature--reason .list-reason-item .ttl04 .ja {
  line-height: 1.6;
  font-size: var(--font-size-20);
}
#feature--reason .list-reason-item .ttl04 .ja .str-01 {
  color: var(--color-str);
}
#feature--reason .list-reason-item .item-img {
  margin-bottom: var(--margin-15);
  order: 1;
  width: 35vw;
}
#feature--reason .list-reason-item:nth-of-type(1) {
  --color-str: var(--col--acc-r-01);
}
#feature--reason .list-reason-item:nth-of-type(2) {
  --color-str: var(--col--acc-b-01);
}
#feature--reason .list-reason-item:nth-of-type(3) {
  --color-str: var(--col--acc-v-01);
}
#feature--reason .list-reason-item:nth-of-type(4) {
  --color-str: var(--col--acc-g-01);
}
#feature--reason .wrap-feature .cont-feature {
  --column-gap: 5vw;
  --row-gap: 0px;
  margin-bottom: var(--margin-50);
}
#feature--reason .wrap-feature .cont-feature:last-child {
  margin-bottom: 0;
}
#feature--reason .wrap-feature .cont-feature .ttl04 {
  font-family: var(--Kiwi-Maru);
  padding-bottom: var(--margin-25);
  border-bottom: 1px solid var(--col--txt-01);
  margin-bottom: 5vw;
}
#feature--reason .wrap-feature .cont-feature .ttl04 .ja {
  line-height: 1.7;
  font-size: var(--font-size-30);
  font-weight: 500;
}
#feature--reason .wrap-feature .cont-feature .ttl04 .ja .str-01 {
  font-size: var(--font-size-38);
  font-weight: 500;
}
#feature--reason .wrap-feature .cont-feature .item-img {
  margin-bottom: 5vw;
}
#feature--reason .wrap-feature .cont-feature .item-text br {
  display: none;
}
#feature--reason .wrap-feature .cont-feature:nth-of-type(1) .ttl04 {
  border-bottom: 1px solid var(--col--acc-r-01);
}
#feature--reason .wrap-feature .cont-feature:nth-of-type(1) .ttl04 .ja .str-01 {
  color: var(--col--acc-r-01);
}
#feature--reason .wrap-feature .cont-feature:nth-of-type(1) .item-text p .str-01 {
  font-weight: 700;
  color: var(--col--acc-r-01);
}
#feature--reason .wrap-feature .cont-feature:nth-of-type(2) .ttl04 {
  border-bottom: 1px solid var(--col--acc-g-01);
}
#feature--reason .wrap-feature .cont-feature:nth-of-type(2) .ttl04 .ja .str-01 {
  color: var(--col--acc-g-01);
}
#feature--reason .wrap-feature .cont-feature:nth-of-type(2) .item-text p .str-01 {
  font-weight: 700;
  color: var(--col--acc-g-01);
}

/* feature-voice
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#feature--voice .inner {
  position: relative;
}
#feature--voice .cont-post {
  --num: 1;
  --column-gap: 5vw;
  --row-gap: 10vw;
}
#feature--voice .cont-post .unit-post .list-compare {
  --num: 2;
  --column-gap: 5vw;
  --row-gap: 0px;
  position: relative;
  padding-bottom: var(--margin-20);
  border-bottom: 1px dotted var(--col--txt-01);
  margin-bottom: var(--margin-20);
}
#feature--voice .cont-post .unit-post .list-compare::before {
  content: "";
  position: absolute;
  background: url(../img/common/icon__arrow__a_02.png) center center/contain no-repeat;
  width: 4vw;
  height: 4vw;
  left: 50%;
  top: 50%;
  translate: -50% -50%;
}
#feature--voice .cont-post .unit-post .list-compare-item dt {
  font-family: var(--Kiwi-Maru);
  font-size: var(--font-size-20);
  font-weight: 500;
  text-align: center;
  margin-bottom: var(--margin-20);
}
#feature--voice .cont-post .unit-post .list-compare-item dd .item-img {
  border-radius: 1.5vw;
  height: 35vw;
}
#feature--voice .cont-post .unit-post .list-compare-item.list-compare-before dt {
  position: relative;
  color: var(--col--acc-b-01);
}
#feature--voice .cont-post .unit-post .list-compare-item.list-compare-before dt::before {
  content: "";
  position: absolute;
  background: url(../img/common/deco__shine__a_01_b.png) center center/contain no-repeat;
  width: 4vw;
  height: 4vw;
  left: 8vw;
  bottom: 0;
}
#feature--voice .cont-post .unit-post .list-compare-item.list-compare-before dt::after {
  content: "";
  position: absolute;
  background: url(../img/common/deco__shine__a_02_b.png) center center/contain no-repeat;
  width: 4vw;
  height: 4vw;
  right: 8vw;
  bottom: 0;
}
#feature--voice .cont-post .unit-post .list-compare-item.list-compare-after dt {
  position: relative;
  color: var(--col--acc-r-01);
}
#feature--voice .cont-post .unit-post .list-compare-item.list-compare-after dt::before {
  content: "";
  position: absolute;
  background: url(../img/common/deco__shine__a_01_r.png) center center/contain no-repeat;
  width: 4vw;
  height: 4vw;
  left: 8vw;
  bottom: 0;
}
#feature--voice .cont-post .unit-post .list-compare-item.list-compare-after dt::after {
  content: "";
  position: absolute;
  background: url(../img/common/deco__shine__a_02_r.png) center center/contain no-repeat;
  width: 4vw;
  height: 4vw;
  right: 8vw;
  bottom: 0;
}
#feature--voice .cont-post .unit-post .item-text p {
  font-size: var(--font-size-16);
  font-size: 3.7vw;
}
#feature--voice .cont-post .unit-post .item-text p br {
  display: none;
}

/* feature-in_post
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
.feature--in_post {
  background: var(--col--acc-y-02);
}
.feature--in_post .cont-post {
  background: #fff;
  padding: 5vw;
  border-radius: 1.5vw;
  margin-bottom: var(--margin-50);
}
.feature--in_post .cont-post .list-compare {
  --num: 2;
  --column-gap: 5vw;
  --row-gap: 5vw;
  margin-bottom: var(--margin-30);
  margin-bottom: 3vw;
}
.feature--in_post .cont-post .list-compare-item dt {
  font-family: var(--Kiwi-Maru);
  font-size: var(--font-size-20);
  font-weight: 500;
  text-align: center;
  margin-bottom: var(--margin-15);
}
.feature--in_post .cont-post .list-compare-item dd .item-img {
  border-radius: 1.5vw;
  height: 30vw;
}
.feature--in_post .cont-post .list-compare-item.list-compare-before dt {
  position: relative;
  color: var(--col--acc-b-01);
}
.feature--in_post .cont-post .list-compare-item.list-compare-before dt::before {
  content: "";
  position: absolute;
  background: url(../img/common/deco__shine__a_01_b.png) center center/contain no-repeat;
  width: 4vw;
  height: 4vw;
  left: 6vw;
  bottom: 0;
}
.feature--in_post .cont-post .list-compare-item.list-compare-before dt::after {
  content: "";
  position: absolute;
  background: url(../img/common/deco__shine__a_02_b.png) center center/contain no-repeat;
  width: 4vw;
  height: 4vw;
  right: 6vw;
  bottom: 0;
}
.feature--in_post .cont-post .list-compare-item.list-compare-after dt {
  position: relative;
  color: var(--col--acc-r-01);
}
.feature--in_post .cont-post .list-compare-item.list-compare-after dt::before {
  content: "";
  position: absolute;
  background: url(../img/common/deco__shine__a_01_r.png) center center/contain no-repeat;
  width: 4vw;
  height: 4vw;
  left: 6vw;
  bottom: 0;
}
.feature--in_post .cont-post .list-compare-item.list-compare-after dt::after {
  content: "";
  position: absolute;
  background: url(../img/common/deco__shine__a_02_r.png) center center/contain no-repeat;
  width: 4vw;
  height: 4vw;
  right: 6vw;
  bottom: 0;
}
.feature--in_post .com--btn-01 {
  margin: 0 auto;
}

/* for_worries
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* for_worries-method
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#for_worries--method {
  background: var(--col--acc-y-02);
}
#for_worries--method .lead-text {
  text-align: left;
  margin-bottom: var(--margin-50);
}
#for_worries--method .lead-text br {
  display: none;
}
#for_worries--method .list-method {
  --num: 2;
  --column-gap: 5vw;
  --row-gap: 5vw;
  margin-bottom: var(--margin-80);
  position: relative;
}
#for_worries--method .list-method::before {
  content: "";
  position: absolute;
  background: url(../img/common/illust__future__a_06.png) center center/contain no-repeat;
  width: 20vw;
  height: 20vw;
  left: 0;
  bottom: -7vw;
}
#for_worries--method .list-method::after {
  content: "";
  position: absolute;
  background: url(../img/common/illust__human__a_05.png) center center/contain no-repeat;
  width: 20vw;
  height: 20vw;
  right: 0;
  bottom: -7vw;
}
#for_worries--method .list-method-item .ttl04 {
  width: fit-content;
  background: var(--col--main-01);
  border-radius: 1.5vw;
  margin: 0 auto;
  margin-bottom: -20px;
  position: relative;
  padding: 5px 8px;
  width: 160px;
  text-align: center;
}
#for_worries--method .list-method-item .ttl04::before {
  --width: 7px;
  --height: 5px;
  --color: var(--col--main-01);
  bottom: 0;
  left: 50%;
  translate: -50% 100%;
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-color: var(--color) transparent transparent transparent;
  border-width: var(--height) calc((var(--width)) / 2) 0px calc((var(--width)) / 2);
}
#for_worries--method .list-method-item .ttl04 .ja {
  font-size: var(--font-size-20);
  font-size: 4vw;
  font-weight: 500;
  font-family: var(--Kiwi-Maru);
  color: #fff;
}
#for_worries--method .note-text {
  margin: 0 auto;
  width: fit-content;
  position: relative;
}
#for_worries--method .note-text::before {
  content: "";
  position: absolute;
  background: url(../img/common/deco__shine__a_01_l.png) center center/contain no-repeat;
  width: 4vw;
  height: 4vw;
  left: -7vw;
  bottom: 0;
}
#for_worries--method .note-text::after {
  content: "";
  position: absolute;
  background: url(../img/common/deco__shine__a_02_l.png) center center/contain no-repeat;
  width: 4vw;
  height: 4vw;
  right: -7vw;
  bottom: 0;
}
#for_worries--method .note-text p {
  font-family: var(--Kiwi-Maru);
  font-size: var(--font-size-34);
  font-size: 4.5vw;
  font-weight: 500;
  letter-spacing: 0.06em;
}
#for_worries--method .note-text p .str-02 {
  color: var(--col--acc-r-01);
}
#for_worries--method .note-text p .str-01 {
  color: var(--col--main-02);
}

/* for_worries--step
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#for_worries--step {
  position: relative;
  z-index: 0;
  background: url(../img/common/separate__shape__a_04.png) center bottom/max(1280px, 100%) no-repeat, var(--col--acc-y-03);
}
#for_worries--step .inner {
  padding-bottom: 5vw;
}
#for_worries--step .cont-step {
  position: relative;
}
#for_worries--step .cont-step::before {
  z-index: -1;
  content: "";
  position: absolute;
  width: 6px;
  height: 100%;
  background: var(--col--main-02);
  left: 50%;
  translate: -50% 0;
  top: 0;
}
#for_worries--step .cont-step .block-step {
  margin-bottom: var(--margin-50);
  border-radius: 2vw;
  border: 1px solid var(--col--main-01);
  background: #fff;
  padding: 5vw 0;
  padding-bottom: 4vw;
}
#for_worries--step .cont-step .block-step:last-child {
  margin-bottom: 0;
}
#for_worries--step .cont-step .block-step .ttl04 {
  display: flex;
  align-items: center;
  width: calc(100% - 4vw);
  border-bottom: 1px solid var(--col--main-01);
  padding-bottom: var(--margin-40);
  margin-bottom: var(--margin-50);
}
#for_worries--step .cont-step .block-step .ttl04 .num {
  display: block;
  width: 20vw;
  text-align: center;
  font-size: var(--font-size-24);
  background: var(--col--acc-y-01);
  font-family: var(--Kiwi-Maru);
  border-radius: 0 5vw 5vw 0;
  color: var(--col--main-01);
  margin-right: var(--margin-15);
  padding: 1vw 2vw;
  font-size: 5.5vw;
  margin-right: 3vw;
}
#for_worries--step .cont-step .block-step .ttl04 .num small {
  display: block;
  font-size: var(--font-size-18);
  font-size: 3vw;
  margin-right: var(--margin-10);
  margin-left: 2vw;
}
#for_worries--step .cont-step .block-step .ttl04 .ja {
  font-size: var(--font-size-30);
  font-size: 5vw;
  font-weight: 500;
  font-family: var(--Kiwi-Maru);
  flex: 1;
}
#for_worries--step .cont-step .block-step .wrap-info {
  padding: 0 5vw;
  flex-direction: column;
}
#for_worries--step .cont-step .block-step .wrap-info .item-img {
  margin: 0 auto;
  width: 60vw;
  margin-bottom: 5vw;
}
#for_worries--step .cont-step .block-step .wrap-info .wrap-contact {
  flex-direction: column;
  gap: 5vw;
}
#for_worries--step .cont-step .block-step .wrap-info .unit-info .item-text {
  margin-bottom: var(--margin-10);
  margin-bottom: 4vw;
}
#for_worries--step .cont-step .block-step .wrap-info .unit-info .item-text p {
  line-height: 2;
}
#for_worries--step .cont-step .block-step .wrap-info .unit-info .item-text p br {
  display: none;
}
#for_worries--step .cont-step .block-step .wrap-info .unit-info .com--tel {
  margin: 0 auto;
  width: fit-content;
}
#for_worries--step .cont-step .block-step .wrap-info .unit-info .com--times {
  margin: 0 auto;
  margin-bottom: var(--margin-10);
  gap: 2vw;
  flex-direction: column;
  margin-bottom: 4vw;
}
#for_worries--step .cont-step .block-step .wrap-info .unit-info .com--holiday > * {
  font-size: 3.2vw;
}
/* for_worries-area
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#for_worries--area {
  background: #fff;
}
#for_worries--area .inner {
  position: relative;
}
#for_worries--area .ttl03 {
  position: relative;
  width: 100%;
  margin-left: auto;
  margin-bottom: var(--margin-45);
}
#for_worries--area .ttl03 .ja {
  margin: 0 auto;
  width: fit-content;
  display: block;
  position: relative;
}
#for_worries--area .ttl03 .ja {
  font-size: var(--font-size-30);
  font-size: 5vw;
  font-weight: 500;
  font-family: var(--Kiwi-Maru);
  position: relative;
}
#for_worries--area .ttl03 .ja::before {
  content: "";
  position: absolute;
  background: url(../img/common/deco__shine__b_01.png) center center/contain no-repeat;
  width: 8vw;
  height: 10vw;
  left: -9vw;
  bottom: -3vw;
}
#for_worries--area .ttl03 .ja::after {
  content: "";
  position: absolute;
  background: url(../img/common/deco__shine__b_02.png) center center/contain no-repeat;
  width: 8vw;
  height: 10vw;
  right: -9vw;
  bottom: -3vw;
}
#for_worries--area .ttl03 .ja .str-01 {
  font-size: var(--font-size-40);
  color: var(--col--main-01);
}
#for_worries--area .ttl03 .ja .str-02 {
  font-size: var(--font-size-40);
  color: var(--col--acc-r-01);
}
#for_worries--area .item-img {
  position: relative;
  width: 60vw;
  margin: 0 auto;
  margin-bottom: 5vw;
}
#for_worries--area .item-text {
  width: 100%;
  margin-left: auto;
  text-align: center;
  margin-bottom: var(--margin-35);
}
#for_worries--area .item-text p {
  font-weight: 700;
  font-size: var(--font-size-18);
}
#for_worries--area .item-text p .str-01 {
  color: var(--col--main-01);
}
#for_worries--area .item-text p .str-02 {
  color: var(--col--acc-r-01);
}
#for_worries--area .cont-area {
  width: 100%;
  margin-left: auto;
  background: #f7ffd9;
  border-radius: 1.5vw;
  border-top: 1px solid transparent;
  padding: 5vw;
}
#for_worries--area .cont-area .ttl04 {
  position: relative;
  width: fit-content;
  margin: 0 auto;
  position: relative;
  margin-bottom: var(--margin-20);
}
#for_worries--area .cont-area .ttl04::before {
  content: "";
  position: absolute;
  background: url(../img/common/deco__shine__a_01_g.png) center center/contain no-repeat;
  width: 4vw;
  height: 4vw;
  left: -6vw;
  bottom: 0;
}
#for_worries--area .cont-area .ttl04::after {
  content: "";
  position: absolute;
  background: url(../img/common/deco__shine__a_02_g.png) center center/contain no-repeat;
  width: 4vw;
  height: 4vw;
  right: -6vw;
  bottom: 0;
}
#for_worries--area .cont-area .ttl04 .ja {
  font-family: var(--Kiwi-Maru);
  font-size: var(--font-size-24);
  font-weight: 500;
}
#for_worries--area .cont-area .item-text {
  width: 100%;
  margin: 0;
}
#for_worries--area .cont-area .item-text p {
  font-size: var(--font-size-15);
  letter-spacing: 0.06em;
}

/* cause
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* cause--pain
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#cause--pain {
  position: relative;
  z-index: 0;
  background: var(--col--acc-y-02);
}
#cause--pain .ja .str-01 {
  color: var(--col--acc-r-01);
}
#cause--pain .cont-reason {
  position: relative;
  margin: 15vw 0;
}
#cause--pain .cont-reason .ttl04 {
  position: relative;
  width: fit-content;
  background: var(--col--acc-r-01);
  padding: 2vw 4vw;
  border-radius: 2vw;
  margin-bottom: var(--margin-30);
}
#cause--pain .cont-reason .ttl04 .ja {
  font-family: var(--Kiwi-Maru);
  font-size: var(--font-size-30);
  font-size: 5vw;
  font-weight: 500;
  color: #fff;
}
#cause--pain .cont-reason .block-reason {
  position: relative;
  margin-bottom: var(--margin-55);
}
#cause--pain .cont-reason .block-reason:last-child {
  margin-bottom: 0;
}
#cause--pain .cont-reason .block-reason .ttl05 {
  font-family: var(--Kiwi-Maru);
  position: relative;
  border-left: 2px solid var(--col--acc-r-01);
  padding-left: 20px;
  margin-bottom: var(--margin-30);
}
#cause--pain .cont-reason .block-reason .ttl05 .ja {
  font-size: var(--font-size-20);
  line-height: 1.4;
  font-size: 4.7vw;
  font-weight: 500;
}
#cause--pain .cont-reason .block-reason > .item-img {
  position: relative;
  margin-bottom: 5vw;
}
#cause--pain .cont-reason .block-reason > .item-img figcaption {
  text-align: center;
}
#cause--pain .cont-reason .block-reason > .item-text {
  margin-bottom: var(--margin-30);
}
#cause--pain .cont-reason .block-reason > .item-text p {
  font-weight: 500;
}
#cause--pain .cont-reason .block-reason .list-images {
  --num: 2;
  --column-gap: 5vw;
  --row-gap: 5vw;
  margin-bottom: var(--margin-30);
}
#cause--pain .cont-reason .block-reason .list-images-item > .item-img figcaption {
  text-align: center;
  padding: 2vw 0;
  letter-spacing: 0.07em;
  font-size: var(--font-size-18);
  font-weight: 600;
  border-bottom: 1px solid var(--col--main-02);
}
#cause--pain .cont-reason .block-reason .list-flow {
  gap: 4vw 7vw;
}
#cause--pain .cont-reason .block-reason .list-flow-item {
  position: relative;
  background: #fff;
  padding: 1vw 2vw;
  color: var(--col--main-01);
  font-size: var(--font-size-16);
  font-weight: 500;
  border-radius: 1.5vw;
}
#cause--pain .cont-reason .block-reason .list-flow-item::before {
  content: "";
  position: absolute;
  background: url(../img/common/icon__arrow__a_01_o.png) center center/contain no-repeat;
  width: 3.5vw;
  height: 3.5vw;
  right: -5.5vw;
  top: 50%;
  translate: 0 -50%;
}
#cause--pain .cont-reason .block-reason .list-flow-item:last-child::before {
  display: none;
}
#cause--pain .cont-reason:nth-of-type(odd)::before {
  content: "";
  z-index: -1;
  position: absolute;
  background: var(--col--acc-y-02);
  width: max(1920px, 100vw);
  height: calc(100% + 15vw);
  left: 50%;
  top: 50%;
  translate: -50% -50%;
}
#cause--pain .cont-reason:nth-of-type(even)::before {
  content: "";
  z-index: -1;
  position: absolute;
  background: var(--col--acc-y-03);
  width: max(1920px, 100vw);
  height: calc(100% + 15vw);
  left: 50%;
  top: 50%;
  translate: -50% -50%;
}
#cause--pain .cont-reason:first-of-type {
  margin-top: 0;
}
#cause--pain .cont-reason:last-of-type {
  margin-bottom: 0;
}

/* cause--care
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#cause--care .ttl03 .ja {
  font-size: 5.5vw;
}
#cause--care .cont-care .block-care {
  margin-bottom: var(--margin-60);
  margin-bottom: 15vw;
}
#cause--care .cont-care .block-care:last-child {
  margin-bottom: 0;
}
#cause--care .cont-care .block-care .wrap-title {
  --column-gap: 5vw;
  --row-gap: 0px;
  margin-bottom: var(--margin-40);
}
#cause--care .cont-care .block-care .wrap-title hgroup {
  flex: 1;
}
#cause--care .cont-care .block-care .wrap-title hgroup .ttl04 {
  padding-bottom: var(--margin-15);
  border-bottom: 1px solid var(--col--main-02);
  margin-bottom: var(--margin-15);
}
#cause--care .cont-care .block-care .wrap-title hgroup .ttl04 .ja {
  font-size: var(--font-size-30);
  font-weight: 500;
  font-family: var(--Kiwi-Maru);
  line-height: 1.4;
  font-size: 4.5vw;
}
#cause--care .cont-care .block-care .wrap-title hgroup .ttl04 .ja small {
  font-size: var(--font-size-22);
  font-size: 3.5vw;
}
#cause--care .cont-care .block-care .wrap-title hgroup .lead-text {
  line-height: 2;
}
#cause--care .cont-care .block-care .wrap-title .item-img {
  width: fit-content;
  margin: 0 auto;
  margin-bottom: 6vw;
}
#cause--care .cont-care .block-care .unit-method {
  padding: 5vw;
  background: var(--col--main-04);
  border-radius: 1.5vw;
  padding: 4vw;
}
#cause--care .cont-care .block-care .unit-method .ttl05 {
  border-left: 3px solid var(--col--main-02);
  padding-left: 4vw;
  margin-bottom: var(--margin-10);
  margin-bottom: 2vw;
}
#cause--care .cont-care .block-care .unit-method .ttl05 .ja {
  font-size: var(--font-size-20);
  font-weight: 500;
  font-family: var(--Kiwi-Maru);
}
#cause--care .cont-care .block-care .unit-method .item-text p {
  font-size: 3.6vw;
}
/* price
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* price--chart
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#price--chart {
  background: url(../img/common/separate__shape__a_05.png) center bottom/120% auto no-repeat;
}
#price--chart .cont-info .com--table-01 {
  width: 100%;
  margin-bottom: var(--margin-60);
}
#price--chart .cont-info .com--table-01 tr {
  width: 100%;
}
#price--chart .cont-info .com--table-01 tr th,
#price--chart .cont-info .com--table-01 tr td {
  line-height: 2;
}
#price--chart .cont-info .item-note {
  padding: 5vw 4vw;
  background: var(--col--acc-y-02);
  border-radius: 1.5vw;
  width: fit-content;
  margin: 0 auto;
  font-size: var(--font-size-30);
  font-weight: 500;
  font-family: var(--Kiwi-Maru);
  position: relative;
  margin-bottom: var(--margin-50);
  font-size: 5vw;
  margin-bottom: 20vw;
}
#price--chart .cont-info .item-note::before {
  content: "";
  position: absolute;
  background: url(../img/common/deco__shine__b_01.png) center center/contain no-repeat;
  width: 7vw;
  height: 11vw;
  left: -5vw;
  top: 50%;
  translate: 0 -50%;
}
#price--chart .cont-info .item-note::after {
  content: "";
  position: absolute;
  background: url(../img/common/deco__shine__b_02.png) center center/contain no-repeat;
  width: 7vw;
  height: 11vw;
  right: -5vw;
  top: 50%;
  translate: 0 -50%;
}
#price--chart .cont-info .item-note .str-01 {
  font-size: var(--font-size-40);
  font-size: 5.5vw;
  color: var(--col--main-02);
}
#price--chart .cont-attention {
  position: relative;
  background: #fff;
  padding: 5vw;
}
#price--chart .cont-attention::before {
  content: "";
  position: absolute;
  background: url(../img/common/illust__human__a_01.png) center center/contain no-repeat;
  width: 21vw;
  height: 21vw;
  left: 5vw;
  top: 0;
  translate: 0 -100%;
}
#price--chart .cont-attention::after {
  content: "";
  position: absolute;
  background: url(../img/common/illust__house__a_01.png) center center/contain no-repeat;
  width: 29vw;
  height: 21vw;
  right: 5vw;
  top: 2vw;
  translate: 0 -100%;
}
#price--chart .cont-attention .ttl04 {
  border-left: 3px solid var(--col--main-02);
  padding-left: 5vw;
  margin-bottom: var(--margin-20);
}
#price--chart .cont-attention .ttl04 .ja {
  font-weight: 500;
  font-family: var(--Kiwi-Maru);
  font-size: var(--font-size-20);
}
/* access
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* access-company
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#access--company {
  background: var(--col--acc-y-02);
}
#access--company .cont-info {
  width: 100%;
  margin-bottom: var(--margin-50);
}
#access--company .cont-info .item-table {
  width: 100%;
}
#access--company .cont-info .item-table tr {
  width: 100%;
}
#access--company .cont-map .item-map {
  width: 100%;
  height: 70vw;
  border-radius: 2vw;
  border: 5px solid #fff;
  outline: 2px solid var(--col--main-02);
}
#access--company .cont-map .item-map iframe {
  width: 100%;
  height: 100%;
}

/* access-gallery
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#access--gallery {
  background: url(../img/common/separate__shape__a_06.png) center bottom/max(1280px, 100%) 150px no-repeat, #fff;
}
#access--gallery .cont-post {
  position: relative;
  --num: 2;
  --column-gap: 5vw;
  --row-gap: 5vw;
}
#access--gallery .cont-post .post_none{
  /* position: absolute;
  left: 50%;
  translate: -50% 0; */
}
#access--gallery .cont-post .unit-post {
  height: 180px;
  border-radius: 1.5vw;
}

#access--gallery .cont-post .unit-post .item-img {
  width: 100%;
  height: 100%;
  border-radius: 1.5vw;
}

/* access-flow
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#access--flow {
  background: var(--col--acc-y-03);
}
#access--flow .cont-post {
  --num: 2;
  --column-gap: 5vw;
  --row-gap: 5vw;
  position: relative;
}
#access--flow .cont-post::before {
  content: "";
  position: absolute;
  background: url(../img/common/illust__human__a_03.png) center center/contain no-repeat;
  width: 21vw;
  height: 16vw;
  left: 1vw;
  top: 0;
  translate: 0 -100%;
}
#access--flow .cont-post::after {
  content: "";
  position: absolute;
  background: url(../img/common/illust__future__a_04.png) center center/contain no-repeat;
  width: 21vw;
  height: 13vw;
  right: 1vw;
  top: 0;
  translate: 0 -100%;
}
#access--flow .cont-post .unit-post {
  position: relative;
}
#access--flow .cont-post .unit-post::before {
  content: "";
  position: absolute;
  background: url(../img/common/icon__arrow__a_02_o.png) center center/contain no-repeat;
  width: 4vw;
  height: 4vw;
  right: 0vw;
  top: 20vw;
  translate: 100% 0%;
}
#access--flow .cont-post .unit-post .item-img {
  width: 100%;
  height: 35vw;
  margin-bottom: var(--margin-10);
  border-radius: 1.5vw;
}
#access--flow .cont-post .unit-post .item-text p {
  font-size: 3.5vw;
  line-height: 1.7;
}
#access--flow .cont-post .unit-post:last-of-type::before {
  display: none;
}/*# sourceMappingURL=style_sp.css.map */