@charset "UTF-8";
/* //////////////////////////////////////////////////////////////////////////////////////////////////

 header ヘッダー

////////////////////////////////////////////////////////////////////////////////////////////////// */
#header {
  position: fixed;
  width: 100%;
  z-index: 5;
  top: 0;
  left: 0;
}
#header .inner {
  width: 100%;
  min-width: 1080px;
  height: 130px;
  background: #fff;
  padding: 0;
}
#header .block__left {
  position: relative;
  width: fit-content;
  padding-left: 30px;
}
#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;
}
#header .group__info {
  margin-bottom: 15px;
  border-bottom: 1px solid var(--col--main-01);
  padding-bottom: 13px;
  align-items: center;
}
#header .block__right {
  position: relative;
  width: fit-content;
  padding-right: 20px;
}
#header .unit__tel {
  display: flex;
  align-items: center;
  margin-right: var(--margin-30);
}
#header .unit__tel .list__tel {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 10px;
  padding-right: 20px;
  margin-right: 20px;
  border-right: 1px solid #b2b5bc;
}
#header .unit__tel .list__tel > .item .com__tel .item__num {
  font-size: var(--font-size-25);
}
#header .unit__tel .list__tel > .item__company a {
  padding-left: 25px;
}
#header .unit__tel .list__tel > .item__company a::before {
  content: "";
  position: absolute;
  background: url(/img/common/icon__tel_01_01.png) center center/contain no-repeat;
  width: 19px;
  height: 19px;
  top: 50%;
  translate: 0 -50%;
  left: 0;
}
#header .unit__tel .list__tel > .item__owner a {
  display: flex;
  align-items: center;
  gap: 5px;
  flex-direction: row-reverse;
  padding-left: 25px;
}
#header .unit__tel .list__tel > .item__owner a::before {
  content: "";
  position: absolute;
  background: url(/img/common/icon__tel_02_01.png) center center/contain no-repeat;
  width: 16px;
  height: 26px;
  top: 50%;
  translate: 0 -50%;
  left: 0;
}
#header .unit__tel .list__tel > .item__owner small {
  background: #b2b5bc;
  line-height: 1;
  padding: 3px 4px;
  font-size: 13px;
  font-weight: 400;
  color: #fff;
}
#header .unit__tel .item__attention {
  display: block;
  width: fit-content;
  height: fit-content;
}
#header .list__contact {
  display: flex;
  align-items: center;
  gap: 20px;
}
#header .list__contact .item {
  width: 180px;
  height: 50px;
}
#header .list__contact .item a {
  width: 100%;
  height: 100%;
  font-size: var(--font-size-14);
}
#header .list__contact .item__contact span {
  position: relative;
  padding-left: 40px;
}
#header .list__contact .item__contact span::before {
  content: "";
  position: absolute;
  background: url(/img/common/icon__mail_01_01.png) center center/contain no-repeat;
  width: 25px;
  height: 17px;
  left: 0;
  top: 50%;
  translate: 0 -50%;
}
#header .list__contact .item__contact a:hover span::before {
  background: url(/img/common/icon__mail_01_02.png) center center/contain no-repeat;
}
#header .list__contact .item__reserve span {
  position: relative;
  padding-left: 40px;
}
#header .list__contact .item__reserve span::before {
  content: "";
  position: absolute;
  background: url(/img/common/icon__calendar_01_01.png) center center/contain no-repeat;
  width: 24px;
  height: 24px;
  left: 0;
  top: 50%;
  translate: 0 -50%;
}
#header .list__contact .item__reserve a:hover span::before {
  background: url(/img/common/icon__calendar_01_02.png) center center/contain no-repeat;
}


html {
  scroll-padding-top: 100px;
}

/* nav グローバルナビゲーション
========================================================================= */
#nav .list-nav {
  width: fit-content;
  gap: 40px;
}
#nav .list-nav .item {
  width: fit-content;
}
#nav .list-nav .item a {
  transition: ease 0.17s;
}
#nav .list-nav .item a:hover {
  color: var(--col--acc-g-01);
}
@media screen and (max-width: 767px) {
  #nav {
    display: none;
  }
}

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

mv メインビジュアル

////////////////////////////////////////////////////////////////////////////////////////////////// */
#mv {
  position: relative;
  width: max(100%, 1280px);
  min-width: unset;
  height: 46.3541666667vw;
  margin-top: 6.7708333333vw;
  background: var(--col--base-b-01);
}
#mv::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 22.9166666667vw;
  top: 0;
  left: 0;
  background: #fff;
}
#mv .wrap__mv {
  position: absolute;
  width: 97.9166666667vw;
  height: 44.2708333333vw;
  gap: 1.0416666667vw;
  top: 0;
  left: 50%;
  translate: -50% 0;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(2, 1fr);
}
#mv .wrap__mv .mv__img {
  position: relative;
}
#mv .wrap__mv .img_01 {
  grid-area: 1/1/3/2;
  background: url(/img/mv/mv__img_01.png) center center/cover no-repeat;
}
#mv .wrap__mv .img_02 {
  grid-area: 1/2/2/3;
  height: 28.125vw;
  background: url(/img/mv/mv__img_02.png) center center/cover no-repeat;
  transition: ease .2s;
  top: 0;
  position: relative;

  &:hover{
    position: relative;
    top: -4px;
    opacity: .6;
  }
}
#mv .wrap__mv .img_03 {
  grid-area: 2/2/3/3;
  background: url(/img/mv/mv__img_03.png) center center/cover no-repeat;

    top: 0;
  position: relative;
    transition: ease .2s;

  &:hover{
    position: relative;
    top: -4px;
    opacity: .6;
  }
}
#mv .wrap__mv .catch_01 {
  position: absolute;
  left: 0;
        bottom: 8.5625vw;
        width: 47.625vw;
  height: 11.9791666667vw;
}
#mv .wrap__mv .catch_02 {
  position: absolute;
  left: 0;
  top: 3.125vw;
  width: 26.0416666667vw;
  height: 14.0625vw;
}
#mv .wrap__mv .catch_03 {
  position: absolute;
  right: 0;
  bottom: 1.0416666667vw;
  width: 25.8854166667vw;
  height: 12.5vw;
}
#mv .mv-catch {
  position: absolute;
  left: 50%;
  top: 50%;
  translate: -50% -50%;
}

/* sv サブビジュアル
========================================================================= */
#sv {
  position: relative;
  width: 100%;
  height: 430px;
  margin-top: 130px;
}
#sv .wrap__sv {
  margin-inline: auto;
  height: 100%;
  width: min(100%, 1920px);
  position: relative;
}
#sv .sv-img {
  width: 1280px;
  height: 100%;
  position: absolute;
  right: 0;
  top: 50%;
  translate: 0 -50%;
}
#sv .sv-catch {
  position: absolute;
  z-index: 2;
  left: 0;
  top: 50%;
  translate: 0 -50%;
  width: 640px;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 25px;
  background: url(/img/sv/sv__deco_01.png) left bottom no-repeat, var(--col--main-01);
}
#sv .sv-catch .en {
  font-size: var(--font-size-30);
  font-family: var(--fot--Josefin-Sans);
  letter-spacing: 0.05em;
  color: var(--col--acc-g-01);
}
#sv .sv-catch .ja {
  font-size: var(--font-size-45);
  font-weight: 500;
  letter-spacing: 0.05em;
  color: #fff;
}

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

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

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

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

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

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

footer フッター

////////////////////////////////////////////////////////////////////////////////////////////////// */
#footer {
  position: relative;
  width: 100%;
  background: var(--col--main-01);
  color: #fff;
}
#footer .wrap__company {
  margin-bottom: var(--margin-40);
  display: flex;
  align-items: center;
}
#footer .wrap__company .item__logo {
  display: block;
  position: relative;
  width: fit-content;
  transition: ease 0.2s;
  padding-right: 30px;
  margin-right: 30px;
}
#footer .wrap__company .item__logo::after {
  content: "";
  position: absolute;
  right: 0;
  height: 42px;
  border-right: 2px solid #fff;
}
#footer .wrap__company .item__logo:hover {
  opacity: 0.6;
}
#footer .wrap__company .item__address {
  position: relative;
  padding-left: 25px;
}
#footer .wrap__company .item__address::before {
  content: "";
  position: absolute;
  background: url(/img/common/icon__add_01_02.png) center center/contain no-repeat;
  width: 15px;
  height: 19px;
  left: 0;
  top: 50%;
  translate: 0 -50%;
}
#footer .unit__tel {
  margin-bottom: var(--margin-20);
}
#footer .unit__tel .list__tel {
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: start;
  margin-bottom: var(--margin-20);
}
#footer .unit__tel .list__tel > .item__company a {
  padding-left: 25px;
}
#footer .unit__tel .list__tel > .item__company a::before {
  content: "";
  position: absolute;
  background: url(/img/common/icon__tel_01_02.png) center center/contain no-repeat;
  width: 19px;
  height: 19px;
  top: 50%;
  translate: 0 -50%;
  left: 0;
}
#footer .unit__tel .list__tel > .item__owner a {
  display: flex;
  align-items: center;
  gap: 5px;
  flex-direction: row-reverse;
  padding-left: 25px;
}
#footer .unit__tel .list__tel > .item__owner a::before {
  content: "";
  position: absolute;
  background: url(/img/common/icon__tel_02_02.png) center center/contain no-repeat;
  width: 16px;
  height: 26px;
  top: 50%;
  translate: 0 -50%;
  left: 0;
}
#footer .unit__tel .list__tel > .item__owner small {
  background: white;
  line-height: 1;
  padding: 3px 4px;
  font-size: var(--font-size-16);
  color: var(--col--main-01);
}
#footer .unit__tel .item__attention {
  display: block;
  width: fit-content;
}
#footer .inner {
  padding-block: 100px;
  width: 1080px;
}
#footer .block__left {
  position: relative;
  width: fit-content;
}
#footer .block__right {
  position: relative;
  width: fit-content;
}
#footer .list-nav {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-content: end;
  gap: 25px 80px;
  height: 230px;
  position: relative;
}
#footer .list-nav .item {
  width: fit-content;
  position: relative;
  transition: ease 0.2s;
}
#footer .list-nav .item::before {
  content: "";
  position: absolute;
  height: 260%;
  border-left: 2px solid #fff;
  left: -30px;
  top: 0;
}
#footer .list-nav .item a {
  position: relative;
  transition: ease 0.2s;
  font-size: 13px;
}
#footer .list-nav .item a:hover {
  opacity: 0.5;
}
#footer .list-nav .item:nth-of-type(6)::before,
#footer .list-nav .item:last-of-type::before {
  content: "";
  position: absolute;
  height: 100%;
  border-left: 2px solid #fff;
  left: -30px;
  top: 0;
}
#footer #copyright {
  font-size: var(--font-size-13);
  font-size: 12px;
  text-align: center;
  color: var(--col--main-02);
  padding-block: 20px;
  color: var(--col--main-01);
  background: #fff;
}
#footer #copyright a {
  margin: 0 2px;
  padding: 0 5px;
  transition: ease 0.12s;
}
#footer #copyright a:hover {
  background: #fff;
  background: var(--col--base-b-01);
  color: var(--col--main-01);
}
@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;
  }
}

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

TOPページ / 固有下層ページ

////////////////////////////////////////////////////////////////////////////////////////////////// */
/* top
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* top__bnr
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#top__bnr {
  background: var(--col--base-b-01);
}
#top__bnr .block__bnr {
  margin-inline: auto;
  width: fit-content;
  transition: ease 0.2s;
}
#top__bnr .block__bnr a {
  position: relative;
  transition: ease 0.2s;
  top: 0;
}
#top__bnr .block__bnr a::before {
  content: "";
  position: absolute;
  background: url(/img/top/top__bnr__ill_01.png) center center/contain no-repeat;
  width: 209px;
  height: 219px;
  left: -100px;
  bottom: 0;
}
#top__bnr .block__bnr a::after {
  content: "";
  position: absolute;
  background: url(/img/common/icon__arr_02_02.png) center center/contain no-repeat;
  width: 37px;
  height: 29px;
  right: 30px;
  bottom: 30px;
  transition: ease 0.3s;
}
#top__bnr .block__bnr a:hover {
  opacity: 0.6;
  top: -5px;
}
#top__bnr .block__bnr a:hover::after {
  content: "";
  position: absolute;
  right: 20px;
}

/* top__about
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#top__about .ttl03 {
  margin-bottom: var(--margin-50);
}
#top__about .item__text {
  text-align: center;
  position: relative;
}
#top__about .item__text::before {
  content: "";
  position: absolute;
  background: url(/img/top/top__about__deco_01.png) center center/contain no-repeat;
  width: 313px;
  height: 306px;
  left: -140px;
  top: -240px;
}
#top__about .item__text::after {
  content: "";
  position: absolute;
  background: url(/img/top/top__about__ill_01.png) center center/contain no-repeat;
  width: 303px;
  height: 215px;
  right: 30px;
  top: -172px;
}
#top__about .item__text p .str-01 {
  position: relative;
  color: var(--col--main-01);
}
#top__about .item__text p .str-01::before {
  content: "";
  position: absolute;
  background: url(/img/top/top__about__deco_02.png) center center/contain no-repeat;
  width: 89px;
  height: 8px;
  bottom: -10px;
  left: 50%;
  translate: -50% 0;
}

/* top__analyze
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#top__analyze {
  background: var(--col--base-b-01);
  position: relative;
  z-index: 1;
}
#top__analyze #chart {
  padding-block: 0;
}
#top__analyze .inner {
  padding-bottom: 50px;
  padding-top: 90px;
}
#top__analyze .item__text {
  text-align: center;
  margin-bottom: var(--margin-50);
}
#top__analyze .item__text p {
  line-height: 2.2;
}
#top__analyze .ttl03 {
  display: block;
  width: 100%;
  background: url(/img/top/top__analyze__bg_01.png) center right no-repeat, var(--col--main-01);
  min-height: 210px;
  height: 210px;
  align-content: center;
  text-align: center;
  position: relative;
}
#top__analyze .ttl03::before {
  content: "";
  position: absolute;
  background: url(/img/common/icon__arr_03_01.png) center center/contain no-repeat;
  width: 80px;
  height: 40px;
  left: 50%;
  bottom: 0;
  translate: -50% 100%;
}
#top__analyze .ttl03 .ttl__ja {
  color: #fff;
  font-size: var(--font-size-30);
  font-weight: 500;
  letter-spacing: 0.05em;
  position: relative;
  width: fit-content;
  margin-inline: auto;
}
#top__analyze .ttl03 .ttl__ja::before {
  content: "";
  position: absolute;
  background: url(/img/top/top__analyze__ill_01.png) center center/contain no-repeat;
  width: 197px;
  height: 295px;
  left: -220px;
  top: 50%;
  translate: 0 -50%;
}
#top__analyze .chart_container .chart_back-btn,
#top__analyze .chart_container .restart_btn {
  font-size: var(--font-size-16);
  font-weight: 500;
  letter-spacing: 0.05em;
  background: unset;
  border: unset;
  border-bottom: 2px solid #b2b5bc;
  padding-bottom: 10px;
  position: relative;
  padding-left: 30px;
  color: #b2b5bc;
  min-width: 160px;
  width: fit-content;
  transition: ease 0.2s;
}
#top__analyze .chart_container .chart_back-btn::before,
#top__analyze .chart_container .restart_btn::before {
  content: "";
  position: absolute;
  background: url(/img/common/icon__arr_04_01.png) center center/contain no-repeat;
  width: 8px;
  height: 13px;
  left: 0;
  top: 50%;
  translate: 0 -50%;
}
#top__analyze .chart_container .chart_back-btn:hover,
#top__analyze .chart_container .restart_btn:hover {
  opacity: 0.6;
}
#top__analyze .chart_container .com_chart {
  border: 2px solid var(--col--main-01);
  background: #fff;
  padding: 80px 60px;
  position: relative;
}
#top__analyze .chart_container .com_chart::before {
  z-index: -1;
  content: "";
  position: absolute;
  background: url(/img/top/top__analyze__deco_01.png) center center/contain no-repeat;
  width: 313px;
  height: 313px;
  right: -155px;
  bottom: -155px;
}
#top__analyze .chart_container .com_chart .chart_title {
  width: 100%;
  background: var(--col--main-01);
  padding: 25px;
  min-height: 80px;
  text-align: center;
  align-content: center;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
#top__analyze .chart_container .com_chart .chart_title .title-txt {
  font-size: var(--font-size-20);
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0.05em;
  color: #fff;
}
#top__analyze .chart_container .com_chart .chart_btn_list .chart_btn_list-item {
  width: 460px;
  height: 80px;
  font-size: var(--font-size-16);
  font-weight: 700;
  letter-spacing: 0.05em;
  min-height: unset;
  transition: ease 0.2s;
  border: 1px solid #d8dadd;
}
#top__analyze .chart_container .com_chart .chart_btn_list .chart_btn_list-item .chart_answer-btn {
  position: relative;
  width: 100%;
  background: #d8dadd;
  height: 100%;
  min-height: unset;
  transition: ease 0.2s;
}
#top__analyze .chart_container .com_chart .chart_btn_list .chart_btn_list-item .chart_answer-btn::before {
  content: "";
  position: absolute;
  background: url(/img/common/icon__arr_02_02.png) center center/contain no-repeat;
  width: 24px;
  height: 18px;
  right: 20px;
  top: 50%;
  translate: 0 -50%;
}
#top__analyze .chart_container .com_chart .chart_btn_list .chart_btn_list-item:hover .chart_answer-btn {
  background: #fff;
}
#top__analyze .chart_container .com_chart#q_01 .chart_title {
  position: relative;
  margin-top: 40px;
}
#top__analyze .chart_container .com_chart#q_01 .chart_title::before {
  content: "";
  position: absolute;
  background: url(/img/top/top__analyze__ttl_sub.png) center center/contain no-repeat;
  width: 305px;
  height: 39px;
  left: 50%;
  translate: -50% 0;
  top: -60px;
}
#top__analyze .chart_container .result_chart {
  background: #fff;
  border: 2px solid var(--col--main-01);
  padding: 60px 180px;
}
#top__analyze .chart_container .result_chart .result_title {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
}
#top__analyze .chart_container .result_chart .result_title .result_title-icon {
  margin-bottom: var(--margin-30);
  width: fit-content;
  height: unset;
  position: relative;
  margin-inline: auto;
  background: unset;
  left: 0;
}
#top__analyze .chart_container .result_chart .result_title .sub {
  background: var(--col--main-01);
  border-radius: 40px;
  margin-bottom: var(--margin-30);
  position: relative;
  width: 100%;
  color: #fff;
  font-size: var(--font-size-20);
  font-weight: 600;
  text-align: center;
  padding-block: 20px;
}
#top__analyze .chart_container .result_chart .result_title .sub .str-01 {
  color: var(--col--acc-y-01);
}
#top__analyze .chart_container .result_chart .result_title .sub::before {
  content: "";
  position: absolute;
  background: url(/img/top/top__analyze__ill_02.png) center center/contain no-repeat;
  width: 126px;
  height: 118px;
  bottom: 0;
  right: 30px;
}
#top__analyze .chart_container .result_chart .result_title .main {
  width: 100%;
  font-size: var(--font-size-25);
  font-weight: 500;
  letter-spacing: 0.05em;
  padding-bottom: var(--margin-30);
  margin-bottom: var(--margin-30);
  border-bottom: 2px solid var(--col--main-01);
  position: relative;
}
#top__analyze .chart_container .result_chart .result_container {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
}
#top__analyze .chart_container .result_chart .result_container .result_img {
  width: 100%;
  margin-bottom: var(--margin-40);
}
#top__analyze .chart_container .result_chart .result_container .result_txtxbx {
  width: 100%;
}
#top__analyze .chart_container .result_chart .result_container .result_txtxbx .result_txt p {
  font-size: var(--font-size-16);
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.9;
}
#top__analyze .chart_container .result_chart .result_container .result_txtxbx .result_btn-list {
  width: fit-content;
  margin-inline: auto;
  display: flex;
  flex-direction: column;
  gap: 5px;
}
#top__analyze .chart_container .result_chart .result_container .result_txtxbx .result_btn-list li {
  width: 460px;
  height: 60px;
  padding: 0;
}
#top__analyze .chart_container .result_chart .result_container .result_txtxbx .result_btn-list li a {
  width: 100%;
  height: 100%;
  min-height: unset;
  background: var(--col--acc-g-01);
  position: relative;
  color: #fff;
  font-size: var(--font-size-16);
  font-weight: 500;
  letter-spacing: 0.05em;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: ease 0.2s;
}
#top__analyze .chart_container .result_chart .result_container .result_txtxbx .result_btn-list li a::before {
  content: "";
  position: absolute;
  background: url(/img/common/icon__arr_02_03.png) center center/contain no-repeat;
  width: 24px;
  height: 18px;
  right: 20px;
  top: 50%;
  translate: 0 -50%;
}
#top__analyze .chart_container .result_chart .result_container .result_txtxbx .result_btn-list li a:hover {
  opacity: 0.5;
}
/* top__reason
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#top__reason {
  position: relative;
  z-index: 0;
  background: url(/img/top/top__reason__deco_01.png) left top 240px no-repeat, var(--col--base-b-01);
}
#top__reason::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 270px;
  bottom: 0;
  background: #fff;
}
#top__reason .ttl03 {
  margin-bottom: var(--margin-50);
  position: relative;
}
#top__reason .ttl03::before {
  z-index: 2;
  content: "";
  position: absolute;
  background: url(/img/top/top__reason__ill_01.png) center center/contain no-repeat;
  width: 208px;
  height: 212px;
  right: 96px;
  bottom: -60px;
}
#top__reason .ttl03 .ttl__ja {
  font-size: var(--font-size-35);
}
#top__reason .ttl03 .ttl__ja .str-01 {
  font-size: var(--font-size-50);
  color: var(--col--acc-g-01);
}
#top__reason .cont__reason .list__reason {
  display: flex;
  gap: 30px;
}
#top__reason .cont__reason .list__reason > .item {
  width: calc((100% - 60px) / 3);
  display: flex;
  flex-direction: column;
  position: relative;
}
#top__reason .cont__reason .list__reason > .item .ttl04 {
  order: 2;
  background: var(--col--main-01);
  padding-block: 30px;
  padding-inline: 10px;
  text-align: center;
  margin-bottom: var(--margin-10);
  position: relative;
  z-index: 0;
}
#top__reason .cont__reason .list__reason > .item .ttl04::before {
  z-index: -1;
  content: "";
  position: absolute;
  width: 73px;
  height: 73px;
  border-radius: 50%;
  background: var(--col--main-01);
  left: 50%;
  translate: -50% 0;
  top: -30px;
}
#top__reason .cont__reason .list__reason > .item .ttl04 .ttl__num {
  font-size: var(--font-size-30);
  font-weight: 400;
  letter-spacing: 0.1em;
  color: var(--col--acc-g-01);
  font-family: var(--fot--Cedarville-Cursive);
  font-weight: 700;
  position: absolute;
  left: 50%;
  translate: -50% 0;
  top: -13px;
}
#top__reason .cont__reason .list__reason > .item .ttl04 .ttl__ja {
  font-size: var(--font-size-18);
  font-weight: 500;
  letter-spacing: 0.05em;
  color: #fff;
}
#top__reason .cont__reason .list__reason > .item .ttl04 .ttl__ja .str-01 {
  color: var(--col--acc-y-01);
}
#top__reason .cont__reason .list__reason > .item .item__img {
  order: 1;
}
#top__reason .cont__reason .list__reason > .item .item__text {
  order: 3;
}
#top__reason .cont__reason .list__reason > .item .item__text p {
  font-size: var(--font-size-16);
  letter-spacing: 0.05em;
  line-height: 1.9;
}

/* top__detail
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#top__detail {
  background: #f0f0f2;
}
#top__detail .inner {
  padding-block: 120px 140px;
}
#top__detail .ttl03 {
  margin-bottom: var(--margin-90);
  position: relative;
  width: fit-content;
  margin-inline: auto;
}
#top__detail .ttl03::before {
  content: "";
  position: absolute;
  background: url(/img/top/top__detail__deco_01.png) center center/contain no-repeat;
  width: 69px;
  height: 102px;
  left: -100px;
  top: 75%;
  translate: 0 -50%;
}
#top__detail .cont__price {
  width: 445px;
  padding: 80px 40px;
  background: #fff;
  position: relative;
}
#top__detail .cont__price::before {
  content: "";
  position: absolute;
  background: url(/img/top/top__detail__deco_02.png) center center/contain no-repeat;
  width: 233px;
  height: 243px;
  left: -179px;
  bottom: -107px;
}
#top__detail .cont__price .ttl04 {
  text-align: center;
  margin-bottom: var(--margin-40);
}
#top__detail .cont__price .item__img {
  position: absolute;
  right: -100px;
  top: 0;
  translate: 100% 0;
  display: flex;
  flex-direction: column;
}
#top__detail .cont__price .item__img .item__mapimg {
  order: 1;
  margin-bottom: 10px;
  width: max-content;
}
#top__detail .cont__price .item__img figcaption {
  order: 2;
}
#top__detail .cont__price .item__img figcaption .item__textimg {
  display: block;
  position: absolute;
  right: -160px;
  top: -70px;
}
#top__detail .cont__price .item__img figcaption .note {
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.05em;
  color: #737374;
}
#top__detail .cont__price .list__price {
  display: flex;
  flex-direction: column;
  gap: 5px;
}
#top__detail .cont__price .list__price > .item {
  display: flex;
}
#top__detail .cont__price .list__price > .item dt,
#top__detail .cont__price .list__price > .item dd {
  padding-block: 10px;
  font-size: var(--font-size-20);
  font-weight: 500;
  letter-spacing: 0.05em;
}
#top__detail .cont__price .list__price > .item dt {
  text-align: center;
  width: 210px;
  background: var(--col--main-01);
  color: var(--col--acc-y-01);
}
#top__detail .cont__price .list__price > .item dd {
  padding-inline: 10px;
  flex: 1;
}

/* contact
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#common__contact_01 {
  background: var(--col--main-01);
}
#common__contact_01 .wrap__contact {
  background: #fff;
  padding: 70px;
  position: relative;
  z-index: 0;
}
#common__contact_01 .wrap__contact::before {
  content: "";
  position: absolute;
  background: url(/img/common/contact__ill_01.png) center center/contain no-repeat;
  width: 266px;
  height: 371px;
  right: -60px;
  bottom: -101px;
}
#common__contact_01 .wrap__contact .ttl03 {
  align-items: center;
  flex-direction: column;
  margin-bottom: var(--margin-40);
}
#common__contact_01 .wrap__contact .ttl03 .ttl__ja {
  order: 2;
  font-size: var(--font-size-35);
  color: var(--col--main-01);
  font-weight: 700;
  letter-spacing: 0;
  position: relative;
  font-style: italic;
}
#common__contact_01 .wrap__contact .ttl03 .ttl__ja::before {
  z-index: -1;
  content: "";
  position: absolute;
  width: 100%;
  height: 30px;
  bottom: -15px;
  left: 50%;
  background: var(--col--acc-y-01);
  translate: -50% 0;
  opacity: 0.6;
}
#common__contact_01 .wrap__contact .ttl03 .ttl__sub {
  order: 1;
  margin-bottom: var(--margin-15);
}
#common__contact_01 .wrap__contact .wrap__info {
  background: #e8f3ff;
  padding: 20px;
}
#common__contact_01 .wrap__contact .wrap__info .unit__tel {
  margin-bottom: var(--margin-20);
}
#common__contact_01 .wrap__contact .wrap__info .unit__tel .list__tel {
  display: flex;
  justify-content: center;
  gap: 40px;
  margin-bottom: var(--margin-20);
}
#common__contact_01 .wrap__contact .wrap__info .unit__tel .list__tel > .item__company a {
  padding-left: 25px;
}
#common__contact_01 .wrap__contact .wrap__info .unit__tel .list__tel > .item__company a::before {
  content: "";
  position: absolute;
  background: url(/img/common/icon__tel_01_01.png) center center/contain no-repeat;
  width: 19px;
  height: 19px;
  top: 50%;
  translate: 0 -50%;
  left: 0;
}
#common__contact_01 .wrap__contact .wrap__info .unit__tel .list__tel > .item__owner a {
  display: flex;
  align-items: center;
  gap: 5px;
  flex-direction: row-reverse;
  padding-left: 25px;
}
#common__contact_01 .wrap__contact .wrap__info .unit__tel .list__tel > .item__owner a::before {
  content: "";
  position: absolute;
  background: url(/img/common/icon__tel_02_01.png) center center/contain no-repeat;
  width: 16px;
  height: 26px;
  top: 50%;
  translate: 0 -50%;
  left: 0;
}
#common__contact_01 .wrap__contact .wrap__info .unit__tel .list__tel > .item__owner small {
  background: #b2b5bc;
  line-height: 1;
  padding: 3px 4px;
  font-size: var(--font-size-16);
  color: #fff;
}
#common__contact_01 .wrap__contact .wrap__info .unit__tel .item__attention {
  display: block;
  width: fit-content;
  margin-inline: auto;
}
#common__contact_01 .wrap__contact .wrap__info .com__times {
  display: flex;
  margin-inline: auto;
  width: fit-content;
  margin-bottom: var(--margin-40);
}
#common__contact_01 .wrap__contact .wrap__info .com__times .item {
  display: flex;
  align-items: center;
}
#common__contact_01 .wrap__contact .wrap__info .com__times .item dt {
  position: relative;
  color: var(--col--main-01);
}
#common__contact_01 .wrap__contact .wrap__info .com__times .item dt::after {
  content: "：";
  color: currentColor;
  position: relative;
  margin-left: 5px;
}
#common__contact_01 .wrap__contact .wrap__info .com__times .item dt:last-child::after {
  display: none;
}
#common__contact_01 .wrap__contact .wrap__info .list__contact {
  display: flex;
  justify-content: center;
  gap: 30px;
}
#common__contact_01 .wrap__contact .wrap__info .list__contact > .item {
  width: 300px;
  height: 60px;
}
#common__contact_01 .wrap__contact .wrap__info .list__contact > .item a {
  width: 100%;
  height: 100%;
}
#common__contact_01 .wrap__contact .wrap__info .list__contact .item__contact span {
  position: relative;
  padding-left: 40px;
}
#common__contact_01 .wrap__contact .wrap__info .list__contact .item__contact span::before {
  content: "";
  position: absolute;
  background: url(/img/common/icon__mail_01_01.png) center center/contain no-repeat;
  width: 25px;
  height: 17px;
  left: 0;
  top: 50%;
  translate: 0 -50%;
}
#common__contact_01 .wrap__contact .wrap__info .list__contact .item__contact a:hover span::before {
  background: url(/img/common/icon__mail_01_02.png) center center/contain no-repeat;
}
#common__contact_01 .wrap__contact .wrap__info .list__contact .item__reserve span {
  position: relative;
  padding-left: 40px;
}
#common__contact_01 .wrap__contact .wrap__info .list__contact .item__reserve span::before {
  content: "";
  position: absolute;
  background: url(/img/common/icon__calendar_01_01.png) center center/contain no-repeat;
  width: 24px;
  height: 24px;
  left: 0;
  top: 50%;
  translate: 0 -50%;
}
#common__contact_01 .wrap__contact .wrap__info .list__contact .item__reserve a:hover span::before {
  background: url(/img/common/icon__calendar_01_02.png) center center/contain no-repeat;
}

#common__contact_02 {
  background: #fff;
}
#common__contact_02 .wrap__contact {
  background: #fff;
  padding: 70px;
  position: relative;
  z-index: 0;
  background: var(--col--main-01);
}
#common__contact_02 .wrap__contact::before {
  content: "";
  position: absolute;
  background: url(/img/common/contact__ill_01.png) center center/contain no-repeat;
  width: 266px;
  height: 371px;
  right: -60px;
  bottom: -101px;
}
#common__contact_02 .wrap__contact .ttl03 {
  align-items: center;
  flex-direction: column;
  margin-bottom: var(--margin-60);
}
#common__contact_02 .wrap__contact .ttl03 .ttl__ja {
  order: 2;
  font-size: var(--font-size-35);
  font-weight: 700;
  letter-spacing: 0;
  position: relative;
  color: var(--col--acc-y-01);
}
#common__contact_02 .wrap__contact .ttl03 .ttl__sub {
  order: 1;
  margin-bottom: var(--margin-15);
}
#common__contact_02 .wrap__contact .wrap__info {
  background: #fff;
  padding: 35px 20px;
}
#common__contact_02 .wrap__contact .wrap__info .unit__tel {
  margin-bottom: var(--margin-20);
}
#common__contact_02 .wrap__contact .wrap__info .unit__tel .list__tel {
  display: flex;
  justify-content: center;
  gap: 40px;
  margin-bottom: var(--margin-20);
}
#common__contact_02 .wrap__contact .wrap__info .unit__tel .list__tel > .item__company a {
  padding-left: 25px;
}
#common__contact_02 .wrap__contact .wrap__info .unit__tel .list__tel > .item__company a::before {
  content: "";
  position: absolute;
  background: url(/img/common/icon__tel_01_01.png) center center/contain no-repeat;
  width: 19px;
  height: 19px;
  top: 50%;
  translate: 0 -50%;
  left: 0;
}
#common__contact_02 .wrap__contact .wrap__info .unit__tel .list__tel > .item__owner a {
  display: flex;
  align-items: center;
  gap: 5px;
  flex-direction: row-reverse;
  padding-left: 25px;
}
#common__contact_02 .wrap__contact .wrap__info .unit__tel .list__tel > .item__owner a::before {
  content: "";
  position: absolute;
  background: url(/img/common/icon__tel_02_01.png) center center/contain no-repeat;
  width: 16px;
  height: 26px;
  top: 50%;
  translate: 0 -50%;
  left: 0;
}
#common__contact_02 .wrap__contact .wrap__info .unit__tel .list__tel > .item__owner small {
  background: #b2b5bc;
  line-height: 1;
  padding: 3px 4px;
  font-size: var(--font-size-16);
  color: #fff;
}
#common__contact_02 .wrap__contact .wrap__info .unit__tel .item__attention {
  display: block;
  width: fit-content;
  margin-inline: auto;
}
#common__contact_02 .wrap__contact .wrap__info .com__times {
  display: flex;
  margin-inline: auto;
  width: fit-content;
  margin-bottom: var(--margin-20);
}
#common__contact_02 .wrap__contact .wrap__info .com__times .item {
  display: flex;
  align-items: center;
}
#common__contact_02 .wrap__contact .wrap__info .com__times .item dt {
  position: relative;
  color: var(--col--main-01);
}
#common__contact_02 .wrap__contact .wrap__info .com__times .item dt::after {
  content: "：";
  color: currentColor;
  position: relative;
  margin-left: 5px;
}
#common__contact_02 .wrap__contact .wrap__info .com__times .item dt:last-child::after {
  display: none;
}
#common__contact_02 .wrap__contact .wrap__info .list__contact {
  display: flex;
  justify-content: center;
  gap: 30px;
}
#common__contact_02 .wrap__contact .wrap__info .list__contact > .item {
  width: 300px;
  height: 60px;
}
#common__contact_02 .wrap__contact .wrap__info .list__contact > .item a {
  width: 100%;
  height: 100%;
}
#common__contact_02 .wrap__contact .wrap__info .list__contact .item__contact span {
  position: relative;
  padding-left: 40px;
}
#common__contact_02 .wrap__contact .wrap__info .list__contact .item__contact span::before {
  content: "";
  position: absolute;
  background: url(/img/common/icon__mail_01_01.png) center center/contain no-repeat;
  width: 25px;
  height: 17px;
  left: 0;
  top: 50%;
  translate: 0 -50%;
}
#common__contact_02 .wrap__contact .wrap__info .list__contact .item__contact a:hover span::before {
  background: url(/img/common/icon__mail_01_02.png) center center/contain no-repeat;
}
#common__contact_02 .wrap__contact .wrap__info .list__contact .item__reserve span {
  position: relative;
  padding-left: 40px;
}
#common__contact_02 .wrap__contact .wrap__info .list__contact .item__reserve span::before {
  content: "";
  position: absolute;
  background: url(/img/common/icon__calendar_01_01.png) center center/contain no-repeat;
  width: 24px;
  height: 24px;
  left: 0;
  top: 50%;
  translate: 0 -50%;
}
#common__contact_02 .wrap__contact .wrap__info .list__contact .item__reserve a:hover span::before {
  background: url(/img/common/icon__calendar_01_02.png) center center/contain no-repeat;
}

/* top__news
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
.com__tag .item {
  width: fit-content;
  line-height: 1;
  padding: 4px 5px;
  background: var(--col--main-01);
  color: var(--col--acc-y-01);
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.05em;
}

.com__latest {
  position: relative;
  margin-bottom: var(--margin-40);
  right: 0;
  transition: ease 0.2s;
}
.com__latest:last-child {
  margin-bottom: 0;
}
.com__latest a {
  width: 100%;
  height: 100%;
}
.com__latest .group__info {
  width: 100%;
}
.com__latest .group__info.on_thumb {
  width: 85%;
}
.com__latest .item__ttl {
  order: 3;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: var(--font-size-16);
}
.com__latest .item__time {
  position: relative;
  order: 1;
  width: fit-content;
  font-size: var(--font-size-16);
  font-weight: 700;
  letter-spacing: 0.05em;
  color: var(--col--main-01);
  margin-right: var(--margin-20);
  margin-bottom: var(--margin-15);
}
.com__latest .list__tag {
  order: 2;
  width: 75%;
  margin-bottom: var(--margin-15);
  gap: 12px;
}
.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--main-01);
  right: -5px;
  opacity: 0.6;
}
@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 .inner {
  position: relative;
}
#top__news .ttl03 {
  position: absolute;
  left: 0;
  top: 140px;
  align-items: start;
}
#top__news .ttl03::before {
  content: "";
  position: absolute;
  width: 200px;
  bottom: -60px;
  border-bottom: 2px solid #b2b5bc;
}
#top__news .cont__latest {
  background: #e8f3ff;
  padding: 60px 70px;
  width: fit-content;
  margin-left: auto;
  width: 800px;
  position: relative;
}
#top__news .cont__latest::before {
  background: #e8f3ff;
  content: "";
  position: absolute;
  width: 50vw;
  height: 100%;
  right: 0;
  top: 0;
  translate: 100% 0;
}
#top__news .btn__news {
  position: absolute;
  left: 0;
  width: fit-content;
  top: 340px;
  font-size: var(--font-size-16);
  letter-spacing: 0.05em;
  font-weight: 600;
  letter-spacing: 0.05em;
  transition: ease 0.2s;
}
#top__news .btn__news::before {
  content: "";
  position: absolute;
  background: url(/img/common/icon__arr_02_01.png) center center/contain no-repeat;
  width: 24px;
  height: 18px;
  top: 50%;
  translate: 100% -50%;
  right: -30px;
  transition: ease 0.2s;
}
#top__news .btn__news:hover {
  opacity: 0.7;
}
#top__news .btn__news:hover::before {
  content: "";
  position: absolute;
  right: -35px;
}

/* guide
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* guide__about
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#guide__about {
  position: relative;
  z-index: 0;
}
#guide__about .inner {
  padding-block: 160px 120px;
}
#guide__about .ttl03 {
  margin-bottom: var(--margin-70);
}
#guide__about .ttl03 .ttl__ja .str-02 {
  color: var(--col--acc-g-01);
}
#guide__about .ttl03 .ttl__ja .str-03 {
  position: relative;
  color: var(--col--main-01);
}
#guide__about .ttl03 .ttl__ja .str-03::before {
  z-index: -1;
  content: "";
  position: absolute;
  width: 100%;
  height: 20px;
  left: 50%;
  translate: -50% 0;
  bottom: 0px;
  background: var(--col--acc-y-01);
  opacity: 0.6;
}
#guide__about .cont__about .list__about {
  display: flex;
  gap: 40px;
  margin-bottom: var(--margin-75);
}
#guide__about .cont__about .list__about > .item {
  width: calc((100% - 120px) / 4);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
}
#guide__about .cont__about .list__about > .item .ttl04 {
  order: 2;
  background: var(--col--main-01);
  padding: 10px;
  text-align: center;
  width: 100%;
  position: relative;
}
#guide__about .cont__about .list__about > .item .ttl04::before {
  content: "";
  position: absolute;
  background: url(/img/common/icon__arr_03_02.png) center center/contain no-repeat;
  width: 31px;
  height: 20px;
  left: 50%;
  translate: -50% -100%;
  top: 0;
}
#guide__about .cont__about .list__about > .item .ttl04 .ttl__ja {
  color: #fff;
  font-size: var(--font-size-20);
  letter-spacing: 0.05em;
  font-weight: 400;
  line-height: 1.6;
}
#guide__about .cont__about .list__about > .item .ttl04 .ttl__ja .str-01 {
  color: var(--col--acc-y-01);
}
#guide__about .cont__about .list__about > .item .item__img {
  order: 1;
}
#guide__about .cont__about .item__text {
  text-align: center;
  position: relative;
}
#guide__about .cont__about .item__text::before {
  content: "";
  position: absolute;
  background: url(/img/guide/guide__about__ill_01.png) center center/contain no-repeat;
  width: 160px;
  height: 240px;
  left: -73px;
  top: -51px;
}
#guide__about .cont__about .item__text p {
  font-size: var(--font-size-18);
  letter-spacing: 0.05em;
  line-height: 2;
}
#guide__about .cont__about .item__text p .str-01 {
  color: var(--col--main-01);
  font-weight: 700;
  position: relative;
}
#guide__about .cont__about .item__text p .str-01::before {
  content: "";
  position: absolute;
  background: url(/img/common/com__text_deco_01.png) center center/contain no-repeat;
  width: 89px;
  height: 8px;
  bottom: -10px;
  left: 50%;
  translate: -50% 0;
}

/* guide__flow
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#guide__flow {
  background: var(--col--base-b-01);
}
#guide__flow .inner {
  padding-bottom: 120px;
}
#guide__flow .ttl03 {
  margin-bottom: var(--margin-80);
}
#guide__flow .cont__flow .list__flow {
  display: flex;
  flex-wrap: wrap;
  gap: 60px 90px;
  position: relative;
  z-index: 0;
}
#guide__flow .cont__flow .list__flow::before {
  z-index: 1;
  content: "";
  position: absolute;
  background: url(/img/guide/guide__flow__ill_01.png) center center/contain no-repeat;
  width: 379px;
  height: 269px;
  right: -120px;
  bottom: -90px;
}
#guide__flow .cont__flow .list__flow > .item {
  background: #fff;
  border: 2px solid var(--col--main-01);
  padding: 30px 20px 40px;
  width: calc((100% - 180px) / 3);
  position: relative;
}
#guide__flow .cont__flow .list__flow > .item::before {
  content: "";
  position: absolute;
  background: url(/img/common/icon__arr_03_03.png) center center/contain no-repeat;
  width: 21px;
  height: 41px;
  right: -55px;
  top: 50%;
  translate: 0 -50%;
}
#guide__flow .cont__flow .list__flow > .item .ttl04 {
  padding-bottom: var(--margin-20);
  border-bottom: 2px solid var(--col--main-01);
  margin-bottom: var(--margin-20);
}
#guide__flow .cont__flow .list__flow > .item .ttl04 .ttl__ja {
  font-size: var(--font-size-26);
  font-weight: 600;
  letter-spacing: 0.05em;
  color: var(--col--main-01);
}
#guide__flow .cont__flow .list__flow > .item .item__text_lead {
  padding-inline: 10px;
}
#guide__flow .cont__flow .list__flow > .item:not(.item:first-of-type, .item:last-of-type) {
  display: flex;
  flex-direction: column;
}
#guide__flow .cont__flow .list__flow > .item:not(.item:first-of-type, .item:last-of-type) .ttl04 {
  order: 2;
  text-align: center;
}
#guide__flow .cont__flow .list__flow > .item:not(.item:first-of-type, .item:last-of-type) .item__img {
  order: 1;
  position: relative;
  width: 100%;
  height: 160px;
  margin-bottom: var(--margin-50);
}
#guide__flow .cont__flow .list__flow > .item:not(.item:first-of-type, .item:last-of-type) .item__img > img {
  position: absolute;
  left: 55%;
  translate: -50% -30%;
  top: 50%;
}
#guide__flow .cont__flow .list__flow > .item:not(.item:first-of-type, .item:last-of-type) .item__img .item__num {
  position: absolute;
  left: 0;
  top: 0;
}
#guide__flow .cont__flow .list__flow > .item:not(.item:first-of-type, .item:last-of-type) .item__text_lead {
  order: 3;
}
#guide__flow .cont__flow .list__flow > .item:not(.item:first-of-type, .item:last-of-type) .item__text_lead p {
  font-size: var(--font-size-16);
  line-height: 2;
}
#guide__flow .cont__flow .list__flow > .item:first-of-type,
#guide__flow .cont__flow .list__flow > .item:last-of-type {
  width: 100%;
  position: relative;
}
#guide__flow .cont__flow .list__flow > .item:first-of-type .ttl04,
#guide__flow .cont__flow .list__flow > .item:last-of-type .ttl04 {
  width: 760px;
  margin-left: auto;
}
#guide__flow .cont__flow .list__flow > .item:first-of-type .item__text_lead,
#guide__flow .cont__flow .list__flow > .item:last-of-type .item__text_lead {
  width: 760px;
  margin-left: auto;
  margin-bottom: var(--margin-20);
}
#guide__flow .cont__flow .list__flow > .item:first-of-type .item__img,
#guide__flow .cont__flow .list__flow > .item:last-of-type .item__img {
  height: 220px;
  width: 220px;
  position: absolute;
  left: 20px;
  top: 20px;
}
#guide__flow .cont__flow .list__flow > .item:first-of-type .item__img > img,
#guide__flow .cont__flow .list__flow > .item:last-of-type .item__img > img {
  position: absolute;
  left: 65%;
  translate: -50% -30%;
  top: 50%;
}
#guide__flow .cont__flow .list__flow > .item:first-of-type .item__img .item__num,
#guide__flow .cont__flow .list__flow > .item:last-of-type .item__img .item__num {
  position: absolute;
  left: 0;
  top: 0;
}
#guide__flow .cont__flow .list__flow > .item:first-of-type .wrap__info,
#guide__flow .cont__flow .list__flow > .item:last-of-type .wrap__info {
  width: 760px;
  margin-left: auto;
  background: #e8f3ff;
  padding: 40px 60px;
}
#guide__flow .cont__flow .list__flow > .item:first-of-type .wrap__info .unit__tel,
#guide__flow .cont__flow .list__flow > .item:last-of-type .wrap__info .unit__tel {
  margin-bottom: var(--margin-20);
}
#guide__flow .cont__flow .list__flow > .item:first-of-type .wrap__info .unit__tel .list__tel,
#guide__flow .cont__flow .list__flow > .item:last-of-type .wrap__info .unit__tel .list__tel {
  display: flex;
  justify-content: center;
  gap: 40px;
  width: fit-content;
  margin-bottom: var(--margin-20);
}
#guide__flow .cont__flow .list__flow > .item:first-of-type .wrap__info .unit__tel .list__tel > .item,
#guide__flow .cont__flow .list__flow > .item:last-of-type .wrap__info .unit__tel .list__tel > .item {
  width: fit-content;
}
#guide__flow .cont__flow .list__flow > .item:first-of-type .wrap__info .unit__tel .list__tel > .item__company a,
#guide__flow .cont__flow .list__flow > .item:last-of-type .wrap__info .unit__tel .list__tel > .item__company a {
  padding-left: 25px;
}
#guide__flow .cont__flow .list__flow > .item:first-of-type .wrap__info .unit__tel .list__tel > .item__company a::before,
#guide__flow .cont__flow .list__flow > .item:last-of-type .wrap__info .unit__tel .list__tel > .item__company a::before {
  content: "";
  position: absolute;
  background: url(/img/common/icon__tel_01_01.png) center center/contain no-repeat;
  width: 19px;
  height: 19px;
  top: 50%;
  translate: 0 -50%;
  left: 0;
}
#guide__flow .cont__flow .list__flow > .item:first-of-type .wrap__info .unit__tel .list__tel > .item__owner a,
#guide__flow .cont__flow .list__flow > .item:last-of-type .wrap__info .unit__tel .list__tel > .item__owner a {
  display: flex;
  align-items: center;
  gap: 5px;
  flex-direction: row-reverse;
  padding-left: 25px;
}
#guide__flow .cont__flow .list__flow > .item:first-of-type .wrap__info .unit__tel .list__tel > .item__owner a::before,
#guide__flow .cont__flow .list__flow > .item:last-of-type .wrap__info .unit__tel .list__tel > .item__owner a::before {
  content: "";
  position: absolute;
  background: url(/img/common/icon__tel_02_01.png) center center/contain no-repeat;
  width: 16px;
  height: 26px;
  top: 50%;
  translate: 0 -50%;
  left: 0;
}
#guide__flow .cont__flow .list__flow > .item:first-of-type .wrap__info .unit__tel .list__tel > .item__owner small,
#guide__flow .cont__flow .list__flow > .item:last-of-type .wrap__info .unit__tel .list__tel > .item__owner small {
  background: #b2b5bc;
  line-height: 1;
  padding: 3px 4px;
  font-size: var(--font-size-16);
  color: #fff;
}
#guide__flow .cont__flow .list__flow > .item:first-of-type .wrap__info .unit__tel .item__attention,
#guide__flow .cont__flow .list__flow > .item:last-of-type .wrap__info .unit__tel .item__attention {
  display: block;
  width: fit-content;
  margin-inline: auto;
}
#guide__flow .cont__flow .list__flow > .item:first-of-type .wrap__info .com__times,
#guide__flow .cont__flow .list__flow > .item:last-of-type .wrap__info .com__times {
  display: flex;
  margin-inline: auto;
  width: fit-content;
  margin-bottom: var(--margin-40);
}
#guide__flow .cont__flow .list__flow > .item:first-of-type .wrap__info .com__times .item,
#guide__flow .cont__flow .list__flow > .item:last-of-type .wrap__info .com__times .item {
  display: flex;
  align-items: center;
}
#guide__flow .cont__flow .list__flow > .item:first-of-type .wrap__info .com__times .item dt,
#guide__flow .cont__flow .list__flow > .item:last-of-type .wrap__info .com__times .item dt {
  position: relative;
  color: var(--col--main-01);
}
#guide__flow .cont__flow .list__flow > .item:first-of-type .wrap__info .com__times .item dt::after,
#guide__flow .cont__flow .list__flow > .item:last-of-type .wrap__info .com__times .item dt::after {
  content: "：";
  color: currentColor;
  position: relative;
  margin-left: 5px;
}
#guide__flow .cont__flow .list__flow > .item:first-of-type .wrap__info .com__times .item dt:last-child::after,
#guide__flow .cont__flow .list__flow > .item:last-of-type .wrap__info .com__times .item dt:last-child::after {
  display: none;
}
#guide__flow .cont__flow .list__flow > .item:first-of-type .wrap__info .list__contact,
#guide__flow .cont__flow .list__flow > .item:last-of-type .wrap__info .list__contact {
  display: flex;
  justify-content: center;
  gap: 30px;
}
#guide__flow .cont__flow .list__flow > .item:first-of-type .wrap__info .list__contact > .item,
#guide__flow .cont__flow .list__flow > .item:last-of-type .wrap__info .list__contact > .item {
  width: 300px;
  height: 60px;
}
#guide__flow .cont__flow .list__flow > .item:first-of-type .wrap__info .list__contact > .item a,
#guide__flow .cont__flow .list__flow > .item:last-of-type .wrap__info .list__contact > .item a {
  width: 100%;
  height: 100%;
}
#guide__flow .cont__flow .list__flow > .item:first-of-type .wrap__info .list__contact .item__contact span,
#guide__flow .cont__flow .list__flow > .item:last-of-type .wrap__info .list__contact .item__contact span {
  position: relative;
  padding-left: 40px;
}
#guide__flow .cont__flow .list__flow > .item:first-of-type .wrap__info .list__contact .item__contact span::before,
#guide__flow .cont__flow .list__flow > .item:last-of-type .wrap__info .list__contact .item__contact span::before {
  content: "";
  position: absolute;
  background: url(/img/common/icon__mail_01_01.png) center center/contain no-repeat;
  width: 25px;
  height: 17px;
  left: 0;
  top: 50%;
  translate: 0 -50%;
}
#guide__flow .cont__flow .list__flow > .item:first-of-type .wrap__info .list__contact .item__contact a:hover span::before,
#guide__flow .cont__flow .list__flow > .item:last-of-type .wrap__info .list__contact .item__contact a:hover span::before {
  background: url(/img/common/icon__mail_01_02.png) center center/contain no-repeat;
}
#guide__flow .cont__flow .list__flow > .item:first-of-type .wrap__info .list__contact .item__reserve span,
#guide__flow .cont__flow .list__flow > .item:last-of-type .wrap__info .list__contact .item__reserve span {
  position: relative;
  padding-left: 40px;
}
#guide__flow .cont__flow .list__flow > .item:first-of-type .wrap__info .list__contact .item__reserve span::before,
#guide__flow .cont__flow .list__flow > .item:last-of-type .wrap__info .list__contact .item__reserve span::before {
  content: "";
  position: absolute;
  background: url(/img/common/icon__calendar_01_01.png) center center/contain no-repeat;
  width: 24px;
  height: 24px;
  left: 0;
  top: 50%;
  translate: 0 -50%;
}
#guide__flow .cont__flow .list__flow > .item:first-of-type .wrap__info .list__contact .item__reserve a:hover span::before,
#guide__flow .cont__flow .list__flow > .item:last-of-type .wrap__info .list__contact .item__reserve a:hover span::before {
  background: url(/img/common/icon__calendar_01_02.png) center center/contain no-repeat;
}
#guide__flow .cont__flow .list__flow > .item:last-of-type {
  position: relative;
}
#guide__flow .cont__flow .list__flow > .item:last-of-type::after {
  z-index: -1;
  content: "";
  position: absolute;
  background: url(/img/guide/guide__flow__deco_01.png) center center/contain no-repeat;
  width: 313px;
  height: 313px;
  right: -200px;
  top: 0;
}

/* guide__faq
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#guide__faq .inner {
  padding-block: 140px 120px;
}
#guide__faq .ttl03 {
  margin-bottom: var(--margin-60);
}
#guide__faq .cont__post {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
#guide__faq .cont__post .block__post {
  background: var(--col--base-b-01);
  padding: 40px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
#guide__faq .cont__post .block__post dt {
  min-height: 80px;
  background: var(--col--main-01);
  padding: 30px;
  padding-left: 100px;
  position: relative;
  font-size: var(--font-size-20);
  color: #fff;
  line-height: 1.7;
}
#guide__faq .cont__post .block__post dt::before {
  content: "";
  position: absolute;
  background: url(/img/common/icon__q.png) center center/contain no-repeat;
  width: 40px;
  height: 40px;
  left: 40px;
  top: 50%;
  translate: 0 -50%;
}
#guide__faq .cont__post .block__post dd {
  position: relative;
  padding-left: 100px;
  font-size: var(--font-size-16);
  line-height: 1.7;
}
#guide__faq .cont__post .block__post dd::before {
  content: "";
  position: absolute;
  background: url(/img/common/icon__a.png) center center/contain no-repeat;
  width: 40px;
  height: 40px;
  left: 40px;
  top: 50%;
  translate: 0 -50%;
}

/* works
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* works__view
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#works__view {
  background: url(/img/works/works__view__bg_deco_01.png) right 20px bottom 10px no-repeat, var(--col--base-b-01);
  position: relative;
  z-index: 0;
}
#works__view::before {
  z-index: -1;
  content: "";
  position: absolute;
  width: 100%;
  height: 520px;
  top: 0;
  left: 0;
  background: #fff;
}
#works__view .ttl03 {
  margin-bottom: var(--margin-60);
}
#works__view .cont__works {
  position: relative;
}
#works__view .cont__works::before {
  z-index: 2;
  content: "";
  position: absolute;
  background: url(/img/works/works__view__ill_01.png) center center/contain no-repeat;
  width: 189px;
  height: 188px;
  top: 6px;
  left: 240px;
  translate: 0 -100%;
}
#works__view .cont__works .list__works {
  display: flex;
  flex-direction: column;
  gap: 60px;
}
#works__view .cont__works .list__works > .item {
  background: #fff;
  border: 2px solid var(--col--main-01);
  padding: 60px 60px 90px;
  position: relative;
}
#works__view .cont__works .list__works > .item .ttl04 {
  padding-bottom: var(--margin-20);
  border-bottom: 2px solid var(--col--main-01);
  margin-bottom: var(--margin-20);
  text-align: center;
}
#works__view .cont__works .list__works > .item .ttl04 .ttl__ja {
  font-size: var(--font-size-30);
  font-weight: 600;
  letter-spacing: 0.05em;
  color: var(--col--main-01);
}
#works__view .cont__works .list__works > .item .item__text_body {
  width: 520px;
  margin-left: auto;
  margin-bottom: var(--margin-30);
}
#works__view .cont__works .list__works > .item .item__text_body p {
  font-size: var(--font-size-16);
  font-weight: 500;
  line-height: 2.1;
  letter-spacing: 0.03em;
}
#works__view .cont__works .list__works > .item .item__img {
  position: absolute;
  left: 70px;
  top: 140px;
}
#works__view .cont__works .list__works > .item .block__point {
  width: 520px;
  margin-left: auto;
  background: var(--col--base-b-01);
  padding: 40px;
  position: relative;
}
#works__view .cont__works .list__works > .item .block__point .ttl05 {
  position: absolute;
  left: -15px;
  top: -7px;
  rotate: -20deg;
  transform: skewX(-20deg);
}
#works__view .cont__works .list__works > .item .block__point .ttl05 .ttl__ja {
  font-family: var(--fot--Cedarville-Cursive);
  letter-spacing: 0;
  font-weight: 400;
  font-size: var(--font-size-40);
  color: var(--col--main-01);
}
#works__view .cont__works .list__works > .item .block__point .list__point {
  display: flex;
  flex-direction: column;
  gap: 31px;
}
#works__view .cont__works .list__works > .item .block__point .list__point > .item {
  position: relative;
  padding-left: 40px;
}
#works__view .cont__works .list__works > .item .block__point .list__point > .item::before {
  content: "";
  position: absolute;
  background: url(/img/common/icon__check_01_01.png) center center/contain no-repeat;
  width: 30px;
  height: 30px;
  left: 0;
  top: 50%;
  translate: 0 -50%;
}
#works__view .cont__works .list__works > .item .block__point .list__point > .item .str-01 {
  background: linear-gradient(180deg, rgba(255, 236, 1, 0) 60%, #ffec01 60%);
}
#works__view .cont__works .list__works > .item .block__point .list__point > .item .text {
  font-size: var(--font-size-20);
  font-weight: 500;
  letter-spacing: 0.05em;
}

/* concept
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* concept__worries
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#concept__worries .inner {
  position: relative;
}
#concept__worries .inner::before {
  z-index: 1;
  content: "";
  position: absolute;
  background: url(/img/concept/concept__worries__ill_01.png) center center/contain no-repeat;
  width: 213px;
  height: 286px;
  left: -60px;
  bottom: -40px;
}
#concept__worries .inner::after {
  z-index: 1;
  content: "";
  position: absolute;
  background: url(/img/concept/concept__worries__ill_02.png) center center/contain no-repeat;
  width: 230px;
  height: 311px;
  right: -60px;
  bottom: -40px;
}
#concept__worries .ttl03 {
  margin-bottom: var(--margin-60);
}
#concept__worries .ttl03 .ttl__ja .str-01 {
  color: var(--col--main-01);
}
#concept__worries .list__worries {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 60px 30px;
}
#concept__worries .list__worries > .item {
  width: calc((100% - 60px) / 3);
  background: var(--col--base-b-01);
  height: 140px;
  align-content: center;
  text-align: center;
  position: relative;
}
#concept__worries .list__worries > .item::before {
  content: "";
  position: absolute;
  background: url(/img/common/icon__arr_03_05.png) center center/contain no-repeat;
  width: 31px;
  height: 20px;
  left: 50%;
  translate: -50% 100%;
  bottom: 0;
}
#concept__worries .list__worries > .item .ttl04 .ttl__ja {
  font-size: var(--font-size-20);
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.5;
}
#concept__worries .list__worries > .item .ttl04 .ttl__ja .str-01 {
  font-weight: 700;
  color: var(--col--main-01);
}

/* concept__solution
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#concept__solution {
  background: var(--col--main-01);
  color: #fff;
  position: relative;
}
#concept__solution::before {
  content: "";
  position: absolute;
  background: url(/img/common/icon__arr_03_04.png) center center/contain no-repeat;
  width: 80px;
  height: 40px;
  left: 50%;
  translate: -50% 0;
  top: 0;
}
#concept__solution .inner {
  padding-block: 80px;
}
#concept__solution .ttl03 {
  margin-bottom: var(--margin-60);
  width: fit-content;
  margin-inline: auto;
  position: relative;
}
#concept__solution .ttl03::before {
  content: "";
  position: absolute;
  background: url(/img/common/deco__shine_01_01.png) center center/contain no-repeat;
  width: 27px;
  height: 39px;
  left: -50px;
  bottom: -5px;
}
#concept__solution .ttl03::after {
  content: "";
  position: absolute;
  background: url(/img/common/deco__shine_01_02.png) center center/contain no-repeat;
  width: 27px;
  height: 39px;
  right: -50px;
  bottom: -5px;
}
#concept__solution .ttl03 .ttl__ja {
  font-size: var(--font-size-30);
  font-weight: 500;
  letter-spacing: 0.05em;
}
#concept__solution .ttl03 .ttl__ja .str-01 {
  color: var(--col--acc-y-01);
}
#concept__solution .item__text {
  text-align: center;
  position: relative;
}
#concept__solution .item__text::before {
  content: "";
  position: absolute;
  background: url(/img/concept/concept__solution__deco_01.png) center center/contain no-repeat;
  width: 107px;
  height: 217px;
  right: 40px;
  bottom: -20px;
}
#concept__solution .item__text p {
  line-height: 1.8;
  font-size: var(--font-size-20);
  font-weight: 500;
  letter-spacing: 0.05em;
  color: #fff;
}
#concept__solution .item__text p .str-01 {
  color: var(--col--acc-y-01);
}

/* concept__policy
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#concept__policy {
  background: var(--col--base-b-01);
}
#concept__policy .inner {
  padding-bottom: 120px;
}
#concept__policy .ttl03 {
  margin-bottom: var(--margin-60);
}
#concept__policy .cont__policy .list__policy > .item {
  position: relative;
  min-height: 340px;
  margin-bottom: 120px;
}
#concept__policy .cont__policy .list__policy > .item:last-child {
  margin-bottom: 0;
}
#concept__policy .cont__policy .list__policy > .item .ttl04 {
  width: 520px;
  padding-bottom: var(--margin-20);
  margin-bottom: var(--margin-20);
  border-bottom: 2px solid var(--col--main-01);
}
#concept__policy .cont__policy .list__policy > .item .ttl04 .ttl__ja {
  font-size: var(--font-size-30);
  font-weight: 600;
  letter-spacing: 0.05em;
  line-height: 1.6;
}
#concept__policy .cont__policy .list__policy > .item .ttl04 .ttl__ja .str-01 {
  color: var(--col--acc-g-01);
}
#concept__policy .cont__policy .list__policy > .item .item__img {
  position: absolute;
  top: 0;
}
#concept__policy .cont__policy .list__policy > .item .item__img figcaption {
  position: absolute;
  left: -20px;
  top: -20px;
}
#concept__policy .cont__policy .list__policy > .item .item__text {
  width: 520px;
}
#concept__policy .cont__policy .list__policy .item:nth-of-type(even) .ttl04 {
  margin-right: auto;
}
#concept__policy .cont__policy .list__policy .item:nth-of-type(even) .item__img {
  right: 0;
}
#concept__policy .cont__policy .list__policy .item:nth-of-type(even) .item__text {
  margin-right: auto;
}
#concept__policy .cont__policy .list__policy .item:nth-of-type(odd) .ttl04 {
  margin-left: auto;
}
#concept__policy .cont__policy .list__policy .item:nth-of-type(odd) .item__img {
  left: 0;
}
#concept__policy .cont__policy .list__policy .item:nth-of-type(odd) .item__text {
  margin-left: auto;
}
#concept__policy .cont__policy .list__policy .item:nth-of-type(3) .item__img::before {
  content: "";
  position: absolute;
  background: url(/img/concept/concept__policy__ill_01.png) center center/contain no-repeat;
  width: 303px;
  height: 215px;
  left: -140px;
  bottom: -100px;
}

/* information
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* information__greeting
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#information__greeting .inner {
  padding-block: 130px;
}
#information__greeting .inner .ttl03 {
  margin-bottom: var(--margin-60);
  gap: 25px;
}
#information__greeting .inner .cont__greeting {
  position: relative;
}
#information__greeting .inner .cont__greeting .item__text {
  background: var(--col--base-b-01);
  padding: 30px 40px;
  width: 680px;
  margin-left: auto;
  margin-bottom: var(--margin-20);
  position: relative;
}
#information__greeting .inner .cont__greeting .item__text::before {
  content: "";
  position: absolute;
  background: url(/img/common/icon__arr_03_06.png) center center/contain no-repeat;
  width: 41px;
  height: 61px;
  left: 1px;
  top: 60px;
  translate: -100% 0;
}
#information__greeting .inner .cont__greeting .item__img {
  position: absolute;
  left: -70px;
  top: 0;
}
#information__greeting .inner .cont__greeting .item__name {
  display: flex;
  align-items: center;
  gap: 20px;
  padding-bottom: var(--margin-20);
  border-bottom: 2px solid var(--col--main-01);
  width: 680px;
  margin-left: auto;
}
#information__greeting .inner .cont__greeting .item__name dt {
  width: 80px;
  height: 40px;
  background: var(--col--main-01);
  color: #fff;
  font-size: var(--font-size-20);
  align-content: center;
  text-align: center;
}
#information__greeting .inner .cont__greeting .item__name dd {
  font-size: var(--font-size-26);
  font-weight: 600;
  letter-spacing: 0.05em;
}

/* information__company
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#information__company {
  background: var(--col--base-b-01);
}
#information__company .inner {
  padding-block: 130px;
}
#information__company .ttl03 {
  gap: 20px;
  margin-bottom: var(--margin-60);
}
#information__company .cont__company {
  background: #fff;
  border: 2px solid var(--col--main-01);
  padding: 80px 120px;
  width: 100%;
  position: relative;
  margin-bottom: 20px;
}
#information__company .cont__company::before {
  content: "";
  position: absolute;
  background: url(/img/information/information__company__bg_deco_01.png) center center/contain no-repeat;
  width: 378px;
  height: 273px;
  right: -20px;
  bottom: -100px;
  translate: 100% 0;
}
#information__company .cont__company .item__table {
  border-spacing: 0 5px;
  border-collapse: separate;
  width: 100%;
}
#information__company .cont__company .item__table tr {
  width: 100%;
}
#information__company .cont__company .item__table th,
#information__company .cont__company .item__table td {
  font-size: var(--font-size-16);
  line-height: 1.7;
  font-weight: 500;
  padding: 15px 40px;
}
#information__company .cont__company .item__table th {
  width: 300px;
  background: var(--col--main-01);
  text-align: center;
  vertical-align: middle;
  color: #fff;
}
#information__company .cont__company .item__table td {
  background: #f0f0f2;
}
#information__company .item__map {
  width: 100%;
  height: 440px;
}

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

共通下層ページ　( 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;
  }
}