@charset "UTF-8";
html {
  scroll-padding-top: 270px;
}

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

 header ヘッダー

////////////////////////////////////////////////////////////////////////////////////////////////// */
#header {
  position: fixed;
  width: 100%;
  z-index: 5;
  top: 0;
  left: 0;
  background: #fff;
}
#header .inner {
  width: 100%;
  min-width: 1080px;
  width: 1280px;
  height: 110px;
  background: #fff;
  padding: 0;
}
#header .block__left {
  position: relative;
  width: fit-content;
  padding-left: 0;
}
#header .item__logo {
  display: block;
  width: fit-content;
}
#header .item__logo a {
  width: fit-content;
  display: block;
  transition: ease 0.2s;
}
#header .item__logo a:hover {
  opacity: 0.7;
}
#header .block__right {
  position: relative;
  width: fit-content;
  padding-right: 0;
}
#header .block__info {
  width: fit-content;
}
#header .block__info .com__times {
  width: fit-content;
  margin-right: var(--margin-30);
  flex-direction: column;
  gap: 10px;
}
#header .block__info .com__times dt,
#header .block__info .com__times dd {
  font-weight: 400;
  font-size: var(--font-size-16);
}
#header .block__info .com__tel {
  width: fit-content;
  flex-direction: column-reverse;
  margin-right: var(--margin-30);
  align-items: end;
  gap: 5px;
}
#header .block__info .com__tel .item__num {
  font-size: var(--font-size-30);
  font-weight: 700;
  padding-left: 30px;
}
#header .block__info .com__tel .item__num::before {
  width: 19px;
  height: 19px;
}
#header .block__info .com__tel .item__attention {
  height: 11px;
}
#header .block__info .btn__contact {
  width: 230px;
  height: 57px;
  font-size: var(--font-size-18);
  font-weight: 700;
  padding-left: 30px;
}
#header .block__info .btn__contact::before {
  content: "";
  position: absolute;
  background: url(/img/common/icon__mail_01_01.png) center center/contain no-repeat;
  width: 27px;
  height: 20px;
  left: 25px;
  top: 50%;
  translate: 0 -50%;
}
@media screen and (max-width: 767px) {
  #header .inner {
    height: 70px;
    min-width: 100%;
  }
  #header .block__left {
    width: 100%;
    padding-left: 0;
    margin-left: 0;
  }
  #header .item-logo {
    margin: 0 auto;
  }
  #header .item-logo img {
    height: auto;
  }
  #header .block__right {
    display: none;
  }
}

/* nav グローバルナビゲーション
========================================================================= */
#nav {
  height: 60px;
  align-content: center;
  background: #fff;
  border-block: 1px solid #c0c0c0;
}
#nav .list-nav {
  width: 1080px;
  margin-inline: auto;
}
#nav .list-nav .item {
  width: 20%;
  position: relative;
  text-align: center;
  font-size: var(--font-size-18);
  font-family: var(--fot--Zen-Kaku-Goth);
  letter-spacing: 0.06em;
  line-height: 1.2;
  font-weight: 700;
  align-content: center;
}
#nav .list-nav .item a {
  transition: ease 0.17s;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  position: relative;
  top: 0;
}
#nav .list-nav .item a:hover {
  top: -2px;
  color: var(--col--main-01);
}
#nav .list-nav .item .icon {
  position: relative;
}
#nav .list-nav .item::before {
  content: "";
  position: absolute;
  height: 30px;
  right: 0;
  border-right: 1px solid #c0c0c0;
  top: 50%;
  translate: 0 -50%;
}
#nav .list-nav .item:first-of-type::after {
  content: "";
  position: absolute;
  height: 30px;
  left: 0;
  border-right: 1px solid #c0c0c0;
  top: 50%;
  translate: 0 -50%;
}
@media screen and (max-width: 767px) {
  #nav {
    display: none;
  }
}

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

mv メインビジュアル

////////////////////////////////////////////////////////////////////////////////////////////////// */
#mv {
  position: relative;
  width: 100%;
  height: 61.1979166667vw;
  z-index: 0;
  overflow: hidden;
  background: var(--pt--texture-01-01);
}
#mv .mv__img {
  z-index: -1;
  position: absolute;
  width: 100%;
  height: 100%;
}
#mv .mv__img .item_01 {
  position: absolute;
  left: 5.2083333333vw;
  top: 12.5vw;
}
#mv .mv__img .item_01 img {
  width: 39.5833333333vw;
}
#mv .mv__img .item_02 {
  position: absolute;
  left: 47.9166666667vw;
  top: 8.8541666667vw;
}
#mv .mv__img .item_02 img {
  width: 51.3020833333vw;
}
#mv .mv__catch {
  position: absolute;
  left: 5.2083333333vw;
  bottom: 6.25vw;
}
#mv .mv__catch .ttl__main {
  position: relative;
  margin-bottom: 2.6041666667vw;
}
#mv .mv__catch .ttl__main img {
  width: 24.2708333333vw;
}
#mv .mv__catch .ttl__sub {
  line-height: 2;
  font-size: var(--font-size-26);
  font-size: 1.3541666667vw;
  font-weight: 500;
  letter-spacing: 0.06em;
}

/* sv サブビジュアル
========================================================================= */
#sv {
  position: relative;
  width: 100%;
  height: 46.875vw;
  background: var(--pt--texture-01-01);
  z-index: 0;
  overflow: hidden;
}
#sv::before {
  content: "";
  position: absolute;
  background: url(/img/sv/sv__deco_01.png) center center/contain no-repeat;
  width: 45.7291666667vw;
  height: 20.4166666667vw;
  left: 53.6458333333vw;
  bottom: 0;
  z-index: 1;
}
#sv .sv-img {
  position: absolute;
  width: 100vw;
  height: 27.0833333333vw;
  top: 8.8541666667vw;
}
#sv .sv-catch {
  position: absolute;
  width: 66.6666666667vw;
  left: 20.8333333333vw;
  bottom: 3.125vw;
}
#sv .sv-catch span {
  display: block;
  width: 31.25vw;
  font-size: var(--font-size-48);
  font-size: 2.5vw;
  font-weight: 700;
  letter-spacing: 0.06em;
  padding-bottom: var(--margin-45);
  padding-bottom: 2.34375vw;
  background: url(/img/common/border__dot__02_01.svg) repeat-x left bottom;
}

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

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

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

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

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

footer フッター

////////////////////////////////////////////////////////////////////////////////////////////////// */
#footer {
  position: relative;
  width: 100%;
  background: url(/img/common/ft__bg_deco_01.png) center bottom 30px no-repeat;
}
#footer .item__logo {
  display: block;
  position: relative;
  width: fit-content;
  margin-inline: auto;
  transition: ease 0.2s;
  margin-bottom: var(--margin-60);
}
#footer .item__logo:hover {
  opacity: 0.6;
}
#footer .inner {
  padding-block: 100px 140px;
}
#footer .block__left {
  position: relative;
  width: fit-content;
}
#footer .block__right {
  position: relative;
  width: fit-content;
}
#footer .block__contact {
  display: flex;
  width: fit-content;
  margin-inline: auto;
  align-items: center;
  gap: 30px;
  padding-block: 40px;
  margin-bottom: var(--margin-60);
  background: url(/img/common/border__dot__01_01.png) repeat-x left top, url(/img/common/border__dot__01_01.png) repeat-x left bottom;
}
#footer .block__contact .com__times {
  display: flex;
  flex-direction: column;
  gap: 10px;
  width: fit-content;
}
#footer .block__contact .com__times .item dt,
#footer .block__contact .com__times .item dd {
  font-size: var(--font-size-16);
  font-weight: 400;
  letter-spacing: 0.06em;
}
#footer .block__contact .com__tel {
  width: fit-content;
  display: flex;
  flex-direction: column-reverse;
  gap: 5px;
  align-items: center;
}
#footer .block__contact .com__tel .item__num {
  font-size: var(--font-size-30);
  font-weight: 700;
  padding-left: 30px;
}
#footer .block__contact .com__tel .item__num::before {
  content: "";
  position: absolute;
  width: 23px;
  height: 23px;
}
#footer .block__contact .com__tel .item__attention {
  height: 11px;
}
#footer .block__contact .btn__contact {
  width: 240px;
  height: 60px;
  font-size: var(--font-size-20);
  font-weight: 700;
  padding-left: 35px;
}
#footer .block__contact .btn__contact::before {
  content: "";
  position: absolute;
  background: url(/img/common/icon__mail_01_01.png) center center/contain no-repeat;
  width: 29px;
  height: 21px;
  left: 30px;
  top: 50%;
  translate: 0 -50%;
}
#footer .list__sns {
  display: flex;
  align-items: center;
  width: fit-content;
  margin-inline: auto;
  gap: 38px;
  margin-bottom: var(--margin-50);
}
#footer .list__sns a {
  --size: 50px;
  transition: ease 0.2s;
  position: relative;
  top: 0;
}
#footer .list__sns a:hover {
  top: -3px;
  opacity: 0.6;
}
#footer .list-nav {
  display: flex;
  justify-content: center;
  gap: 35px 0;
  margin-bottom: var(--margin-70);
}
#footer .list-nav .item {
  width: fit-content;
  position: relative;
  font-size: var(--font-size-20);
  font-weight: 500;
  letter-spacing: 0.05em;
}
#footer .list-nav .item::after {
  content: "|";
  color: currentColor;
  position: relative;
  margin-inline: 20px;
}
#footer .list-nav .item:last-child::after {
  display: none;
}
#footer .list-nav .item a {
  position: relative;
  transition: ease 0.2s;
}
#footer .list-nav .item a:hover {
  opacity: 0.7;
  color: var(--col--main-01);
}
#footer #copyright {
  font-size: var(--font-size-13);
  text-align: center;
  color: var(--col--main-02);
  background: var(--col--main-01);
  color: #fff;
  padding-block: 10px;
}
#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 .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;
  }
}

.fixed_bnr {
  z-index: 5;
  position: fixed;
  right: 0;
  bottom: 90px;
  gap: 10px;
  display: flex;
  flex-direction: column;
}
.fixed_bnr .item {
  transition: ease 0.2s;
  position: relative;
  right: 0;
}
.fixed_bnr .item:hover {
  opacity: 0.6;
  right: -5px;
}

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

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

////////////////////////////////////////////////////////////////////////////////////////////////// */
/* top
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* top__worries
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#top__worries {
  background: url(/img/top/top__worries__bg_deco_01.png) left min(0px, 50vw - 960px) bottom no-repeat, url(/img/top/top__worries__bg_deco_02.png) right min(0px, 50vw - 960px) bottom no-repeat, var(--pt--texture-01-01);
}
#top__worries .inner {
  padding-top: 180px;
}
#top__worries .wrap__worries {
  width: 100%;
  border-radius: 30px;
  padding: 110px;
  padding-top: 0;
  padding-bottom: 130px;
  background: #fff;
  border-top: 1px solid transparent;
  position: relative;
}
#top__worries .wrap__worries::before {
  content: "";
  position: absolute;
  background: url(/img/top/top__worries__ill_01.png) center center/contain no-repeat;
  width: 333px;
  height: 211px;
  bottom: -100px;
  left: 50%;
  translate: -50% 0;
}
#top__worries .wrap__worries .ttl03 {
  width: fit-content;
  margin-bottom: var(--margin-50);
  background: var(--col--grad-01);
  padding: 20px 85px;
  border-radius: 10px;
  margin-top: -50px;
  position: relative;
}
#top__worries .wrap__worries .ttl03::before {
  content: "";
  position: absolute;
  background: url(/img/common/deco_ttl__arr_01_01.svg) center center/contain no-repeat;
  width: 42px;
  height: 20px;
  left: 50%;
  translate: -50% 100%;
  bottom: 0;
}
#top__worries .wrap__worries .ttl03 .ttl__ja {
  font-family: var(--fot--Zen-Kaku-Goth);
  font-weight: 700;
  letter-spacing: 0.12em;
  font-size: var(--font-size-38);
  color: #fff;
}
#top__worries .wrap__worries .ttl03 .ttl__ja .str-01 {
  font-size: var(--font-size-48);
}
#top__worries .wrap__worries .list > .item {
  padding-bottom: var(--margin-40);
  border-bottom: 1px dotted #aaa;
  margin-bottom: var(--margin-40);
}
#top__worries .wrap__worries .list > .item:last-child {
  margin-bottom: 30px;
}
#top__worries .wrap__worries .list > .item .text {
  position: relative;
  font-size: var(--font-size-26);
  font-weight: 500;
  padding-left: 40px;
}
#top__worries .wrap__worries .list > .item .text::before {
  content: "";
  position: absolute;
  background: url(/img/common/icon__check_01_01.png) center center/contain no-repeat;
  width: 34px;
  height: 27px;
  left: 0;
  top: 0;
}
#top__worries .wrap__worries .list > .item .text .str-01 {
  font-weight: 700;
  background: linear-gradient(180deg, rgba(218, 235, 247, 0) 30%, #daebf7 30%);
}

/* top__solution
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#top__solution {
  position: relative;
  z-index: 0;
  background: #fff url(/img/top/top__solution__arr_01.png) center top no-repeat;
}
#top__solution .inner {
  padding-top: 130px;
  padding-bottom: 140px;
}
#top__solution .ttl03 {
  margin-inline: auto;
  width: fit-content;
  text-align: center;
  letter-spacing: 0.12em;
  line-height: 1.7;
  font-family: var(--fot--Zen-Kaku-Goth);
  margin-bottom: var(--margin-70);
  position: relative;
}
#top__solution .ttl03::before {
  content: "";
  position: absolute;
  background: url(/img/common/deco_ttl__shine_01_01.png) center center/contain no-repeat;
  width: 68px;
  height: 60px;
  left: -30px;
  bottom: 20px;
  translate: -100% 0;
}
#top__solution .ttl03::after {
  content: "";
  position: absolute;
  background: url(/img/common/deco_ttl__shine_01_02.png) center center/contain no-repeat;
  width: 68px;
  height: 60px;
  right: -30px;
  bottom: 20px;
  translate: 100% 0;
}
#top__solution .ttl03 .ttl__ja {
  font-size: var(--font-size-38);
  font-weight: 700;
}
#top__solution .ttl03 .ttl__ja .str-01 {
  color: var(--col--acc-01);
  position: relative;
}
#top__solution .ttl03 .ttl__ja .str-01::before {
  z-index: -1;
  content: "";
  position: absolute;
  width: 80%;
  height: 70%;
  left: 50%;
  top: 50%;
  translate: -50% -50%;
  background: var(--col--acc-02);
}
#top__solution .ttl03 .ttl__ja .str-02 {
  font-size: var(--font-size-48);
}
#top__solution .ttl03 .ttl__ja .str-02 .str-03 {
  color: var(--col--main-01);
}
#top__solution .item__text_lead {
  text-align: center;
}
#top__solution .item__text_lead p {
  letter-spacing: 0.06em;
  font-size: var(--font-size-20);
}

/* top__works
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#top__works {
  position: relative;
  z-index: 0;
}
#top__works .inner {
  padding-block: 0;
  position: relative;
}
#top__works .inner::before {
  content: "";
  position: absolute;
  background: url(/img/top/top__works__ill_01.png) center center/contain no-repeat;
  width: 170px;
  height: 105px;
  top: 0;
  right: 0;
  translate: 0 -100%;
}
#top__works .wrap__works {
  position: relative;
  border-top: 1px solid transparent;
  padding-bottom: 120px;
}
#top__works .wrap__works::before {
  z-index: -1;
  content: "";
  position: absolute;
  width: clamp(1280px, 95vw, 1700px);
  height: 100%;
  left: 50%;
  top: 50%;
  translate: -50% -50%;
  background: var(--pt--texture-01-01);
  border-radius: 30px;
}
#top__works .wrap__works .ttl03 {
  width: fit-content;
  margin-bottom: 100px;
  background: var(--col--grad-01);
  padding: 20px 85px;
  border-radius: 10px;
  margin-inline: auto;
  margin-top: -35px;
  position: relative;
}
#top__works .wrap__works .ttl03::before {
  content: "";
  position: absolute;
  background: url(/img/common/deco_ttl__arr_01_01.svg) center center/contain no-repeat;
  width: 42px;
  height: 20px;
  left: 50%;
  translate: -50% 100%;
  bottom: 0;
}
#top__works .wrap__works .ttl03 .ttl__ja {
  font-family: var(--fot--Zen-Kaku-Goth);
  font-weight: 700;
  letter-spacing: 0.12em;
  font-size: var(--font-size-38);
  color: #fff;
}
#top__works .wrap__works .ttl03 .ttl__ja .str-01 {
  font-size: var(--font-size-48);
}
#top__works .wrap__works .list__works > .item {
  position: relative;
  margin-bottom: 120px;
  min-height: 390px;
}
#top__works .wrap__works .list__works > .item:last-child {
  margin-bottom: 150px;
}
#top__works .wrap__works .list__works > .item::before {
  content: "";
  position: absolute;
  background: url(/img/common/border__dot__01_01.png) repeat-x;
  bottom: -60px;
  height: 4px;
  width: 1280px;
  left: 50%;
  translate: -50% 0;
}
#top__works .wrap__works .list__works > .item .ttl04 {
  display: flex;
  align-items: center;
  gap: 30px;
  margin-bottom: var(--margin-35);
  width: 630px;
}
#top__works .wrap__works .list__works > .item .ttl04 .ttl__ja {
  font-size: var(--font-size-32);
  font-weight: 700;
  letter-spacing: 0.12em;
}
#top__works .wrap__works .list__works > .item .item__img {
  position: absolute;
  top: 0;
}
#top__works .wrap__works .list__works > .item .item__text {
  margin-bottom: var(--margin-35);
  width: 630px;
}
#top__works .wrap__works .list__works > .item .item__text p {
  letter-spacing: 0.01em;
}
#top__works .wrap__works .list__works .item:nth-of-type(odd) .ttl04 {
  margin-left: auto;
}
#top__works .wrap__works .list__works .item:nth-of-type(odd) .item__text {
  margin-left: auto;
}
#top__works .wrap__works .list__works .item:nth-of-type(odd) .item__img {
  left: -100px;
}
#top__works .wrap__works .list__works .item:nth-of-type(odd) .com__btn_01 {
  margin-left: auto;
  margin-right: 340px;
}
#top__works .wrap__works .list__works .item:nth-of-type(even) .item__img {
  right: -100px;
}
#top__works .wrap__works .btn__menu {
  width: 600px;
  height: 110px;
  margin-inline: auto;
  position: relative;
  border-radius: 55px;
  font-size: var(--font-size-24);
}
#top__works .wrap__works .btn__menu::before {
  content: "";
  position: absolute;
  background: url(/img/top/top__works__ill_02.png) center center/contain no-repeat;
  width: 129px;
  height: 175px;
  right: 0;
  bottom: 0;
}
.wrap__section_01 {
  background: url(/img/common/com__bg_img_01.png) center top/max(1920px, 100%) auto no-repeat, url(/img/common/com__bg_img_02.png) center bottom/max(1920px, 100%) auto no-repeat, #dbf3f9;
}

/* top__info
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#top__info .inner {
  padding-block: 130px 65px;
}
#top__info .item__table {
  width: 100%;
  margin-bottom: var(--margin-90);
}
#top__info .item__table tr {
  width: 100%;
}
#top__info .item__table tr th,
#top__info .item__table tr td {
  border-bottom: 1px solid #fff;
  line-height: 1.7;
  padding-block: 20px;
}
#top__info .item__table tr th {
  color: #fff;
  text-align: center;
  font-size: var(--font-size-18);
  font-weight: 700;
  width: 280px;
}
#top__info .item__table tr td {
  font-size: var(--font-size-18);
  font-weight: 500;
  padding-left: 20px;
}
#top__info .item__table tr:nth-of-type(odd) th {
  background: #f4a261;
}
#top__info .item__table tr:nth-of-type(odd) td {
  background: #f7f3ec;
}
#top__info .item__table tr:nth-of-type(even) th {
  background: #e78e47;
}
#top__info .item__table tr:nth-of-type(even) td {
  background: #f1ebe0;
}
#top__info .item__table tr:first-child th {
  border-radius: 10px 0 0 0;
}
#top__info .item__table tr:first-child td {
  border-radius: 0 10px 0 0;
}
#top__info .item__table tr:last-child th {
  border-radius: 0 0 0 10px;
}
#top__info .item__table tr:last-child td {
  border-radius: 0 0 10px 0;
}
#top__info .item__map {
  width: 100%;
  height: 400px;
  border-radius: 10px;
}

/* top__contact
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#top__contact {
  position: relative;
}
#top__contact::before {
  z-index: 1;
  content: "";
  position: absolute;
  background: url(/img/common/com__img_photo_01.png) center center/contain no-repeat;
  width: 849px;
  height: 403px;
  left: 0;
  bottom: 0;
}
#top__contact .inner {
  padding-top: 65px;
  padding-bottom: 280px;
}
#top__contact .wrap__contact {
  background: #fff;
  padding: 110px;
  padding-block: 70px 150px;
  border-radius: 30px;
  position: relative;
}
#top__contact .wrap__contact::before {
  content: "";
  position: absolute;
  background: url(/img/top/top__contact__ill_01.png) center center/contain no-repeat;
  width: 188px;
  height: 160px;
  right: -60px;
  bottom: -20px;
}
#top__contact .wrap__contact .ttl03 .ttl__ja {
  color: var(--col--main-01);
}
#top__contact .wrap__contact .com__tel {
  margin-bottom: var(--margin-50);
  align-items: center;
  margin-inline: auto;
}
#top__contact .wrap__contact .com__tel .item__attention {
  height: 17px;
}
#top__contact .wrap__contact .com__times {
  margin-inline: auto;
  width: fit-content;
  margin-bottom: var(--margin-60);
}
#top__contact .wrap__contact .com__times .item dt,
#top__contact .wrap__contact .com__times .item dd {
  letter-spacing: 0.06em;
  font-weight: 400;
  font-size: var(--font-size-24);
}
#top__contact .wrap__contact .list__contact {
  display: flex;
  gap: 50px;
  margin-inline: auto;
}
#top__contact .wrap__contact .list__contact > .item {
  width: 420px;
  height: 90px;
}
#top__contact .wrap__contact .list__contact > .item .com__btn_01 {
  width: 100%;
  height: 100%;
  border-radius: 55px;
}
#top__contact .wrap__contact .list__contact > .item .btn__line {
  color: var(--col--txt-01);
  padding-left: 35px;
}
#top__contact .wrap__contact .list__contact > .item .btn__line::before {
  content: "";
  position: absolute;
  background: url(/img/common/icon__line.svg) center center/contain no-repeat;
  width: 40px;
  height: 40px;
  left: 30px;
  top: 50%;
  translate: 0 -50%;
}
#top__contact .wrap__contact .list__contact > .item .btn__contact {
  color: var(--col--txt-01);
  padding-left: 35px;
}
#top__contact .wrap__contact .list__contact > .item .btn__contact::before {
  content: "";
  position: absolute;
  background: url(/img/common/icon__mail_01_01.png) center center/contain no-repeat;
  width: 29px;
  height: 21px;
  left: 30px;
  top: 50%;
  translate: 0 -50%;
}

/* common__news top__news
========================================================================= */
.com__tag .item {
  background: var(--col--main-01);
  color: #fff;
  padding: 6px 10px;
  border-radius: 5px;
  width: fit-content;
}

.com__latest {
  position: relative;
  padding-bottom: var(--margin-35);
  margin-bottom: var(--margin-35);
  transition: ease 0.2s;
  right: 0;
}
.com__latest::before {
  content: "";
  position: absolute;
  background: url(/img/common/border__dot__01_01.png) repeat-x;
  bottom: 0;
  left: 0;
  height: 4px;
  width: 100%;
}
.com__latest a {
  width: 100%;
  height: 100%;
}
.com__latest .group__info {
  width: 79%;
}
.com__latest .group__info.on_thumb {
  width: 79%;
}
.com__latest .item__ttl {
  order: 3;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.com__latest .item__time {
  position: relative;
  order: 1;
  width: fit-content;
  color: var(--col--acc-01);
  font-size: var(--font-size-18);
  font-weight: 700;
  letter-spacing: 0.06em;
  padding-top: 10px;
  margin-bottom: var(--margin-25);
}
.com__latest .list__tag {
  order: 2;
  width: 86%;
  justify-content: end;
  margin-bottom: var(--margin-25);
  gap: 12px;
}
.com__latest .group__img {
  height: 130px;
  width: 200px;
  margin-right: 30px;
}
.com__latest .item__thumb {
  height: 130px;
  width: 130px;
}
.com__latest:hover {
  color: var(--col--acc-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 {
  background: url(/img/top/top__news__bg_deco_01.png) center bottom no-repeat;
}
#top__news .inner {
  padding-bottom: 175px;
}
#top__news .cont__latest {
  margin-bottom: 60px;
}
#top__news .ttl03 .ttl__ja {
  font-size: var(--font-size-46);
}
#top__news .com__btn_01 {
  margin-inline: auto;
  width: 250px;
  height: 60px;
  font-size: var(--font-size-18);
}

/* about_album
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* about_album__about
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#about_album__about {
  background: url(/img/about_album/about_album__about__bg_deco_01.png) left bottom no-repeat, url(/img/about_album/about_album__about__bg_deco_02.png) right bottom no-repeat, var(--pt--texture-01-01);
}
#about_album__about .inner {
  padding-bottom: 110px;
}
#about_album__about .ttl03 {
  padding-bottom: var(--margin-60);
  margin-bottom: var(--margin-40);
}
#about_album__about .item__text_lead {
  text-align: center;
  margin-bottom: var(--margin-100);
}
#about_album__about .cont__feature {
  margin-bottom: var(--margin-90);
}
#about_album__about .cont__feature .list__feature {
  display: flex;
  gap: 75px;
}
#about_album__about .cont__feature .list__feature > .item {
  background: #fff;
  width: calc((100% - 150px) / 3);
}
#about_album__about .cont__feature .list__feature > .item .ttl04 {
  width: fit-content;
  margin-bottom: var(--margin-30);
  background: var(--col--grad-01);
  padding: 20px 45px;
  border-radius: 10px;
  margin-top: -20px;
  position: relative;
  text-align: center;
  line-height: 1.3;
  min-height: 95px;
  align-content: center;
  margin-inline: auto;
}
#about_album__about .cont__feature .list__feature > .item .ttl04::before {
  content: "";
  position: absolute;
  background: url(/img/common/deco_ttl__arr_01_01.svg) center center/contain no-repeat;
  width: 29px;
  height: 14px;
  left: 50%;
  translate: -50% 100%;
  bottom: 0;
}
#about_album__about .cont__feature .list__feature > .item .ttl04 .ttl__ja {
  font-family: var(--fot--Zen-Kaku-Goth);
  font-weight: 500;
  letter-spacing: 0.12em;
  font-size: var(--font-size-22);
  color: #fff;
}
#about_album__about .cont__feature .list__feature > .item .ttl04 .ttl__ja .str-01 {
  font-size: var(--font-size-48);
}
#about_album__about .cont__feature .list__feature > .item .item__img {
  width: fit-content;
  margin-inline: auto;
  margin-bottom: var(--margin-30);
}
#about_album__about .cont__feature .list__feature > .item .item__text {
  padding-inline: 30px;
  margin-bottom: var(--margin-40);
}
#about_album__about .cont__feature .list__feature > .item .item__text p {
  font-size: var(--font-size-17);
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0.05em;
}
#about_album__about .cont__sort {
  width: 100%;
  background: #fff;
  min-height: 280px;
  border: 10px solid #fae0cc;
  position: relative;
  align-content: center;
}
#about_album__about .cont__sort::before {
  content: "";
  position: absolute;
  background: url(/img/about_album/about_album__arr_01.png) center center/contain no-repeat;
  width: 171px;
  height: 172px;
  left: 50%;
  translate: -50% 100%;
  bottom: 0;
}
#about_album__about .cont__sort .ttl04 {
  width: fit-content;
  margin-bottom: var(--margin-30);
  background: var(--col--grad-01);
  padding: 20px;
  border-radius: 10px;
  margin-top: -50px;
  position: relative;
  text-align: center;
  line-height: 1.3;
  align-content: center;
  margin-inline: auto;
  min-width: 800px;
  min-height: 65px;
  margin-top: -150px;
}
#about_album__about .cont__sort .ttl04::before {
  content: "";
  position: absolute;
  background: url(/img/common/deco_ttl__arr_01_01.svg) center center/contain no-repeat;
  width: 29px;
  height: 14px;
  left: 50%;
  translate: -50% 100%;
  bottom: 0;
}
#about_album__about .cont__sort .ttl04 .ttl__ja {
  font-family: var(--fot--Zen-Kaku-Goth);
  font-weight: 700;
  letter-spacing: 0.12em;
  font-size: var(--font-size-22);
  color: #fff;
}
#about_album__about .cont__sort .ttl04 .ttl__ja .str-01 {
  font-size: var(--font-size-48);
}
#about_album__about .cont__sort .item__img {
  position: absolute;
  left: 140px;
  top: 75px;
}
#about_album__about .cont__sort .item__text {
  margin-left: 300px;
  height: fit-content;
  position: relative;
  top: 30px;
}
#about_album__about .cont__sort .item__text p {
  font-size: var(--font-size-17);
  font-weight: 500;
  letter-spacing: 0.06em;
}

/* about_album__feature
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#about_album__feature {
  position: relative;
  z-index: 0;
}
#about_album__feature .inner {
  position: relative;
  width: 1280px;
}
#about_album__feature .inner::before {
  content: "";
  position: absolute;
  background: url(/img/about_album/about_album__feature__ill_01.png) center center/contain no-repeat;
  width: 228px;
  height: 195px;
  right: 50px;
  bottom: 0;
}
#about_album__feature .ttl03 {
  margin-inline: auto;
  width: fit-content;
  text-align: center;
  line-height: 1.8;
  margin-bottom: 70px;
}
#about_album__feature .ttl03 .ttl__ja {
  display: block;
  font-size: var(--font-size-48);
  font-weight: 700;
  font-family: var(--fot--Zen-Kaku-Goth);
  letter-spacing: 0.12em;
  position: relative;
}
#about_album__feature .ttl03 .ttl__ja::before {
  content: "";
  position: absolute;
  background: url(/img/common/deco_ttl__shine_01_01.png) center center/contain no-repeat;
  width: 68px;
  height: 60px;
  left: -80px;
  bottom: 20px;
}
#about_album__feature .ttl03 .ttl__ja::after {
  content: "";
  position: absolute;
  background: url(/img/common/deco_ttl__shine_01_02.png) center center/contain no-repeat;
  width: 68px;
  height: 60px;
  right: -80px;
  bottom: 20px;
}
#about_album__feature .ttl03 .str-01 {
  color: var(--col--main-01);
}
#about_album__feature .ttl03 .str-02 {
  color: var(--col--acc-01);
  position: relative;
}
#about_album__feature .ttl03 .str-02::before {
  z-index: -1;
  content: "";
  position: absolute;
  background: var(--col--acc-02);
  width: 95%;
  height: 70%;
  left: 50%;
  top: 50%;
  translate: -50% -50%;
}
#about_album__feature .cont__intro {
  position: relative;
  margin-bottom: 110px;
  width: 1080px;
  margin-inline: auto;
}
#about_album__feature .cont__intro .ttl04 {
  width: 650px;
  margin-left: auto;
  margin-bottom: 20px;
}
#about_album__feature .cont__intro .ttl04 .ttl__ja {
  font-size: var(--font-size-32);
  font-weight: 700;
  letter-spacing: 0.12em;
  line-height: 2;
}
#about_album__feature .cont__intro .item__img {
  position: absolute;
  left: 40px;
  top: 0;
}
#about_album__feature .cont__intro .item__text {
  width: 650px;
  margin-left: auto;
}
#about_album__feature .cont__intro .item__text p {
  font-size: var(--font-size-20);
  width: 600px;
  letter-spacing: 0.03em;
}
#about_album__feature .cont__point {
  background: var(--pt--texture-01-01);
  padding-inline: 100px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
}
#about_album__feature .cont__point .ttl04 {
  width: fit-content;
  margin-bottom: var(--margin-30);
  background: var(--col--grad-01);
  padding: 20px;
  border-radius: 10px;
  margin-top: -35px;
  position: relative;
  text-align: center;
  line-height: 1.3;
  margin-bottom: 70px;
  align-content: center;
  margin-inline: auto;
  min-width: 440px;
  min-height: 65px;
}
#about_album__feature .cont__point .ttl04::before {
  content: "";
  position: absolute;
  background: url(/img/common/deco_ttl__arr_01_01.svg) center center/contain no-repeat;
  width: 29px;
  height: 14px;
  left: 50%;
  translate: -50% 100%;
  bottom: 0;
}
#about_album__feature .cont__point .ttl04 .ttl__ja {
  font-family: var(--fot--Zen-Kaku-Goth);
  font-weight: 700;
  letter-spacing: 0.12em;
  font-size: var(--font-size-26);
  color: #fff;
}
#about_album__feature .cont__point .ttl04 .ttl__ja .str-01 {
  font-size: var(--font-size-48);
}
#about_album__feature .cont__point .list__point {
  width: 860px;
  margin-inline: auto;
  margin-bottom: var(--margin-60);
}
#about_album__feature .cont__point .list__point > .item {
  padding-bottom: var(--margin-30);
  border-bottom: 1px dotted var(--col--txt-01);
  margin-bottom: var(--margin-30);
}
#about_album__feature .cont__point .list__point > .item:last-child {
  margin-bottom: 0;
}
#about_album__feature .cont__point .list__point > .item .text {
  position: relative;
  font-size: var(--font-size-26);
  font-weight: 500;
  padding-left: 40px;
}
#about_album__feature .cont__point .list__point > .item .text::before {
  content: "";
  position: absolute;
  background: url(/img/common/icon__check_01_01.png) center center/contain no-repeat;
  width: 34px;
  height: 27px;
  left: 0;
  top: 0;
}
#about_album__feature .cont__point .list__point > .item .text .str-01 {
  font-weight: 700;
  background: linear-gradient(180deg, rgba(218, 235, 247, 0) 30%, #daebf7 30%);
}
#about_album__feature .cont__point .list__images {
  display: flex;
  gap: 80px;
  margin-bottom: 100px;
}
#about_album__feature .cont__point .list__images .item__img:nth-of-type(1) {
  position: relative;
  top: 40px;
}

/* about_album__flow
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#about_album__flow {
  position: relative;
}
#about_album__flow::before {
  content: "";
  position: absolute;
  background: url(/img/common/com__img_photo_01.png) center center/contain no-repeat;
  width: 849px;
  height: 403px;
  left: 0;
  bottom: 0;
}
#about_album__flow {
  background: url(/img/about_album/about_album__flow__bg_img_01.png) center bottom/max(1920px, 100%) auto no-repeat, var(--pt--texture-01-01);
}
#about_album__flow .cont__flow .list__flow {
  margin-bottom: var(--margin-100);
}
#about_album__flow .cont__flow .list__flow > .item {
  margin-bottom: 140px;
  width: 820px;
  margin-left: auto;
  position: relative;
}
#about_album__flow .cont__flow .list__flow > .item::before {
  content: "";
  position: absolute;
  background: url(/img/common/icon__arr_01_02.png) center center/contain no-repeat;
  width: 27px;
  height: 18px;
  left: calc(50% - 100px);
  translate: -50% 0;
  bottom: -70px;
}
#about_album__flow .cont__flow .list__flow > .item:last-child {
  margin-bottom: 0;
}
#about_album__flow .cont__flow .list__flow > .item:last-child::before {
  display: none;
}
#about_album__flow .cont__flow .list__flow > .item .ttl04 {
  padding-bottom: 25px;
  margin-bottom: var(--margin-20);
  background: url(/img/common/border__dot__01_01.png) repeat-x bottom left;
  display: flex;
  flex-direction: column;
}
#about_album__flow .cont__flow .list__flow > .item .ttl04 .ttl__num {
  font-size: var(--font-size-20);
  color: var(--col--main-01);
  margin-bottom: var(--margin-15);
}
#about_album__flow .cont__flow .list__flow > .item .ttl04 .ttl__num small {
  font-size: var(--font-size-15);
  margin-right: 10px;
}
#about_album__flow .cont__flow .list__flow > .item .ttl04 .ttl__ja {
  font-size: var(--font-size-26);
  font-weight: 700;
  letter-spacing: 0.06em;
  color: var(--col--txt-01);
}
#about_album__flow .cont__flow .list__flow > .item .item__img {
  position: absolute;
  left: -260px;
  top: -40px;
}
#about_album__flow .cont__flow .list__flow > .item .item__body p {
  line-height: 2.1;
}
#about_album__flow .cont__flow .list__flow > .item .item__body p small {
  display: block;
  font-size: var(--font-size-16);
}
#about_album__flow .cont__flow .list__flow > .item .item__body .com__tel {
  display: flex;
  flex-direction: column-reverse;
  align-items: center;
  width: fit-content;
  margin-inline: auto;
  margin-bottom: var(--margin-30);
}
#about_album__flow .cont__flow .list__flow > .item .item__body .com__tel .item__attention {
  height: 17px;
}
#about_album__flow .cont__flow .list__flow > .item .item__body .list__contact {
  display: flex;
  gap: 50px;
}
#about_album__flow .cont__flow .list__flow > .item .item__body .list__contact > .item {
  width: 385px;
  height: 82px;
}
#about_album__flow .cont__flow .list__flow > .item .item__body .list__contact > .item .com__btn_01 {
  width: 100%;
  height: 100%;
  border-radius: 40px;
  color: var(--col--txt-01);
  font-size: var(--font-size-18);
}
#about_album__flow .cont__flow .list__flow > .item .item__body .list__contact > .item .btn__line {
  color: var(--col--txt-01);
  padding-left: 35px;
}
#about_album__flow .cont__flow .list__flow > .item .item__body .list__contact > .item .btn__line::before {
  content: "";
  position: absolute;
  background: url(/img/common/icon__line.svg) center center/contain no-repeat;
  width: 40px;
  height: 40px;
  left: 30px;
  top: 50%;
  translate: 0 -50%;
}
#about_album__flow .cont__flow .list__flow > .item .item__body .list__contact > .item .btn__contact {
  color: var(--col--txt-01);
  padding-left: 35px;
}
#about_album__flow .cont__flow .list__flow > .item .item__body .list__contact > .item .btn__contact::before {
  content: "";
  position: absolute;
  background: url(/img/common/icon__mail_01_01.png) center center/contain no-repeat;
  width: 29px;
  height: 21px;
  left: 30px;
  top: 50%;
  translate: 0 -50%;
}
#about_album__flow .cont__flow .btn__menu {
  width: 600px;
  height: 110px;
  border-radius: 60px;
  margin-inline: auto;
  margin-bottom: 450px;
}
#about_album__flow .cont__flow .btn__menu::before {
  content: "";
  position: absolute;
  background: url(/img/about_album/about_album__flow__ill_01.png) center center/contain no-repeat;
  width: 129px;
  height: 175px;
  right: 0;
  bottom: 0;
}
#about_album__flow .cont__flow .btn__menu {
  font-size: var(--font-size-24);
}

/* about_photo
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* about_photo__intro
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#about_photo__intro {
  background: var(--pt--texture-01-01);
}
#about_photo__intro .ttl03 {
  position: relative;
  text-align: center;
  margin-bottom: var(--margin-10);
}
#about_photo__intro .ttl03::before {
  content: "";
  position: absolute;
  background: url(/img/common/deco_ttl__shine_01_01.png) center center/contain no-repeat;
  width: 68px;
  height: 60px;
  left: -80px;
  bottom: 50px;
}
#about_photo__intro .ttl03::after {
  content: "";
  position: absolute;
  background: url(/img/common/deco_ttl__shine_01_02.png) center center/contain no-repeat;
  width: 68px;
  height: 60px;
  right: -80px;
  bottom: 50px;
}
#about_photo__intro .ttl03 .ttl__ja {
  font-size: var(--font-size-48);
  font-family: var(--fot--Zen-Kaku-Goth);
  letter-spacing: 0.012em;
  font-weight: 700;
  line-height: 1.7;
}
#about_photo__intro .cont__about {
  position: relative;
  border-top: 1px solid transparent;
  min-height: 600px;
}
#about_photo__intro .cont__about .item__img {
  position: absolute;
  left: 0;
  top: 0;
}
#about_photo__intro .cont__about .item__text {
  width: 500px;
  margin-left: auto;
  margin-top: 70px;
}
/* about_photo__gallery
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#about_photo__gallery .cont__post {
  gap: 40px;
  margin-bottom: var(--margin-40);
  display: flex;
  flex-wrap: wrap;
}
#about_photo__gallery .cont__post .block__post {
  width: calc((100% - 120px) / 4);
  height: 240px;
  transition: ease 0.2s;
  position: relative;
  top: 0;
}
#about_photo__gallery .cont__post .block__post .item__img {
  width: 100%;
  height: 100%;
  border-radius: 10px;
}
#about_photo__gallery .cont__post .block__post .item__img img {
  border-radius: 10px;
}
#about_photo__gallery .cont__post .block__post:hover {
  top: -3px;
  opacity: 0.7;
}

.about_photo__in_gallery {
  background: var(--pt--texture-01-01);
}
.about_photo__in_gallery .wrap__post {
  width: 100%;
  background: #fff;
  border-radius: 30px;
  padding: 100px;
}
.about_photo__in_gallery .item__img {
  width: 90%;
  height: 580px;
  margin-bottom: var(--margin-60);
}
.about_photo__in_gallery .com__btn_01 {
  width: 480px;
  margin-inline: auto;
}

/* about_photo__attention
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#about_photo__attention {
  position: relative;
  background: url(/img/about_photo/about_photo__end_bg_img_01.png) center bottom/max(1920px, 100%) auto no-repeat, var(--pt--texture-01-01);
}
#about_photo__attention::before {
  content: "";
  position: absolute;
  background: url(/img/common/com__img_photo_01.png) center center/contain no-repeat;
  width: 849px;
  height: 403px;
  left: 0;
  bottom: 0;
}
#about_photo__attention .inner {
  padding-bottom: 550px;
}
#about_photo__attention .ttl03 {
  margin-bottom: var(--margin-45);
}
#about_photo__attention .item__text_lead {
  text-align: center;
  margin-bottom: var(--margin-70);
}
#about_photo__attention .cont__attention {
  margin-bottom: var(--margin-90);
}
#about_photo__attention .cont__attention .block__attention {
  margin-bottom: var(--margin-60);
}
#about_photo__attention .cont__attention .block__attention .ttl04 {
  background: var(--col--grad-01);
  border-radius: 10px;
  padding: 20px 40px;
  margin-bottom: var(--margin-30);
}
#about_photo__attention .cont__attention .block__attention .ttl04 .ttl__ja {
  font-size: var(--font-size-26);
  font-weight: 700;
  color: #fff;
}
#about_photo__attention .cont__attention .block__attention .item__text {
  margin-left: 40px;
}
#about_photo__attention .com__btn_01 {
  width: 600px;
  height: 110px;
  margin-inline: auto;
  position: relative;
  border-radius: 50px;
}
#about_photo__attention .com__btn_01::before {
  content: "";
  position: absolute;
  background: url(/img/about_photo/about_photo__btn_ill_01.png) center center/contain no-repeat;
  width: 129px;
  height: 175px;
  right: -20px;
  bottom: -7px;
}
#about_photo__attention .com__btn_01::after {
  content: "";
  position: absolute;
  background: url(/img/about_photo/about_photo__btn_ill_02.png) center center/contain no-repeat;
  width: 170px;
  height: 105px;
  left: -120px;
  bottom: -7px;
}
/* menu
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
/*  menu__nav_in_page
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#menu__nav_in_page {
  background: var(--pt--texture-01-01);
}
#menu__nav_in_page .inner {
  padding-bottom: var(--margin-60);
}
#menu__nav_in_page .list__nav {
  display: flex;
  gap: 75px;
  flex-wrap: wrap;
}
#menu__nav_in_page .list__nav .item {
  width: 310px;
  height: 90px;
}
#menu__nav_in_page .list__nav .item a {
  width: 100%;
  height: 100%;
  line-height: 1.5;
  border-radius: 15px;
  position: relative;
}
#menu__nav_in_page .list__nav .item a::before {
  content: "";
  position: absolute;
  background: url(/img/common/icon__arr_01_03.png) center center/contain no-repeat;
  width: 19px;
  height: 13px;
  top: 50%;
  translate: 0 -50%;
  right: 30px;
}

/* menu
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#menu {
  background: var(--pt--texture-01-01);
}
#menu .inner {
  width: 1280px;
}
#menu .cont__post .block__post {
  width: 100%;
  padding-inline: 100px;
  padding-bottom: 80px;
  border-radius: 30px;
  background: #fff;
  margin-bottom: 145px;
  border-top: 1px solid transparent;
}
#menu .cont__post .block__post:last-child {
  margin-bottom: 0;
}
#menu .cont__post .block__post .ttl04 {
  width: fit-content;
  margin-bottom: var(--margin-50);
  background: var(--col--grad-01);
  padding: 25px;
  border-radius: 10px;
  margin-top: -50px;
  position: relative;
  min-height: 90px;
  min-width: 1080px;
  text-align: center;
}
#menu .cont__post .block__post .ttl04::before {
  content: "";
  position: absolute;
  background: url(/img/common/deco_ttl__arr_01_01.svg) center center/contain no-repeat;
  width: 42px;
  height: 20px;
  left: 50%;
  translate: -50% 100%;
  bottom: 0;
}
#menu .cont__post .block__post .ttl04 .ttl__ja {
  font-family: var(--fot--Zen-Kaku-Goth);
  font-weight: 700;
  letter-spacing: 0.12em;
  font-size: var(--font-size-38);
  color: #fff;
}
#menu .cont__post .block__post .ttl04 .ttl__ja .str-01 {
  font-size: var(--font-size-48);
}
#menu .cont__post .block__post .item__text {
  margin-bottom: var(--margin-50);
}
#menu .cont__post .block__post .item__text p {
  font-size: var(--font-size-18);
  letter-spacing: 0.04em;
}
#menu .cont__post .block__post .unit__info {
  gap: 60px;
  display: flex;
  align-items: start;
}
#menu .cont__post .block__post .unit__info .group__img {
  width: 360px;
  height: 240px;
}
#menu .cont__post .block__post .unit__info .group__img .item__img {
  width: 100%;
  height: 100%;
  border-radius: 20px;
}
#menu .cont__post .block__post .unit__info .group__img .item__img img {
  border-radius: 20px;
}
#menu .cont__post .block__post .unit__info .group__menu {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 30px;
}
#menu .cont__post .block__post .unit__info .group__menu .item {
  padding-bottom: var(--margin-20);
  border-bottom: 1px solid var(--col--txt-01);
}
#menu .cont__post .block__post .unit__info .group__menu .item dt {
  font-size: var(--font-size-22);
  font-weight: 500;
  letter-spacing: 0.05em;
  position: relative;
  padding-left: 20px;
  border-left: 6px solid var(--col--main-01);
  margin-bottom: var(--margin-20);
}
#menu .cont__post .block__post .unit__info .group__menu .item dd {
  text-align: end;
  font-size: var(--font-size-18);
}

/* menu__faq
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#menu__faq {
  position: relative;
  background: url(/img/about_photo/about_photo__end_bg_img_01.png) center bottom / max(1920px, 100%) auto no-repeat, #fff;
}
#menu__faq::before {
  content: "";
  position: absolute;
  background: url(/img/common/com__img_photo_01.png) center center/contain no-repeat;
  width: 849px;
  height: 403px;
  left: 0;
  bottom: 0;
}
#menu__faq .inner {
  padding-bottom: 550px;
}
#menu__faq .ttl03 {
  margin-bottom: 120px;
}
#menu__faq .cont__post .block__post {
  margin-bottom: 140px;
}
#menu__faq .cont__post .block__post:last-child {
  margin-bottom: 0;
}
#menu__faq .cont__post .block__post .ttl04 {
  width: fit-content;
  background: var(--col--grad-01);
  padding: 20px;
  border-radius: 10px;
  margin-top: -50px;
  position: relative;
  min-height: 90px;
  min-width: 1080px;
  text-align: center;
  margin-bottom: var(--margin-40);
}
#menu__faq .cont__post .block__post .ttl04::before {
  content: "";
  position: absolute;
  background: url(/img/common/deco_ttl__arr_01_01.svg) center center/contain no-repeat;
  width: 42px;
  height: 20px;
  left: 50%;
  translate: -50% 100%;
  bottom: 0;
}
#menu__faq .cont__post .block__post .ttl04 .ttl__ja {
  font-family: var(--fot--Zen-Kaku-Goth);
  font-weight: 700;
  letter-spacing: 0.12em;
  font-size: var(--font-size-38);
  color: #fff;
}
#menu__faq .cont__post .block__post .ttl04 .ttl__ja .str-01 {
  font-size: var(--font-size-48);
}
#menu__faq .cont__post .block__post .list__faq > .item {
  background: url(/img/common/border__dot__01_01.png) repeat-x left bottom;
  padding-bottom: var(--margin-50);
  margin-bottom: var(--margin-30);
  display: flex;
  flex-direction: column;
  gap: 20px;
}
#menu__faq .cont__post .block__post .list__faq > .item dt,
#menu__faq .cont__post .block__post .list__faq > .item dd {
  line-height: 1.7;
}
#menu__faq .cont__post .block__post .list__faq > .item dt {
  font-size: var(--font-size-22);
  font-weight: 700;
  color: var(--col--main-01);
  position: relative;
  display: flex;
  align-items: baseline;
  gap: 10px;
  flex: 1;
  font-family: var(--fot--Zen-Kaku-Goth);
}
#menu__faq .cont__post .block__post .list__faq > .item dt::before {
  content: "Q.";
  font-size: var(--font-size-48);
  font-weight: 700;
  font-family: var(--fot--Zen-Kaku-Goth);
  color: var(--col--main-01);
  position: relative;
  bottom: -5px;
  min-width: 50px;
  line-height: 1;
}
#menu__faq .cont__post .block__post .list__faq > .item dd {
  font-weight: 500;
  line-height: 2;
  font-size: var(--font-size-18);
  position: relative;
  display: flex;
  align-items: baseline;
  gap: 10px;
  flex: 1;
}
#menu__faq .cont__post .block__post .list__faq > .item dd::before {
  content: "A.";
  font-size: var(--font-size-48);
  font-weight: 700;
  font-family: var(--fot--Zen-Kaku-Goth);
  color: var(--col--main-01);
  position: relative;
  bottom: -5px;
  min-width: 50px;
  line-height: 1;
}

/* motto
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* motto__greeting
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#motto__greeting {
  background: url(/img/motto/motto__greeting__bg_deco_01.png) left bottom no-repeat, url(/img/motto/motto__greeting__bg_deco_02.png) right bottom no-repeat, var(--pt--texture-01-01);
}
#motto__greeting .ttl03 {
  margin-bottom: var(--margin-50);
}
#motto__greeting .cont__greeting {
  position: relative;
}
#motto__greeting .cont__greeting .item__img {
  position: absolute;
  left: 0;
  top: 0;
}
#motto__greeting .cont__greeting .item__text {
  width: 650px;
  margin-left: auto;
}
#motto__greeting .cont__greeting .item__text p {
  font-size: var(--font-size-20);
  letter-spacing: 0.06em;
}
#motto__greeting .cont__greeting .item__text .name {
  text-align: end;
}

/* motto__feature
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#motto__feature .inner {
  padding-bottom: 130px;
}
#motto__feature .ttl03 {
  margin-bottom: 100px;
}
#motto__feature .cont__feature .list__feature {
  display: flex;
  flex-wrap: wrap;
  gap: 70px 43px;
  position: relative;
}
#motto__feature .cont__feature .list__feature > .item {
  width: 518px;
  background: var(--pt--texture-01-01);
  border-radius: 10px;
  position: relative;
  min-height: 350px;
}
#motto__feature .cont__feature .list__feature > .item .ttl04 {
  width: fit-content;
  margin-bottom: var(--margin-55);
  background: var(--col--grad-01);
  padding: 15px;
  border-radius: 10px;
  margin-top: -30px;
  position: relative;
  text-align: center;
  line-height: 1.3;
  min-height: 60px;
  min-width: 440px;
  align-content: center;
  margin-inline: auto;
}
#motto__feature .cont__feature .list__feature > .item .ttl04::before {
  content: "";
  position: absolute;
  background: url(/img/common/deco_ttl__arr_01_01.svg) center center/contain no-repeat;
  width: 29px;
  height: 14px;
  left: 50%;
  translate: -50% 100%;
  bottom: 0;
}
#motto__feature .cont__feature .list__feature > .item .ttl04 .ttl__ja {
  font-family: var(--fot--Zen-Kaku-Goth);
  font-weight: 700;
  letter-spacing: 0.12em;
  font-size: var(--font-size-26);
  color: #fff;
}
#motto__feature .cont__feature .list__feature > .item .ttl04 .ttl__ja .str-01 {
  font-size: var(--font-size-48);
}
#motto__feature .cont__feature .list__feature > .item .item__img {
  position: absolute;
  left: 35px;
  top: 75px;
}
#motto__feature .cont__feature .list__feature > .item .item__text {
  width: 310px;
  margin-left: auto;
  margin-right: 35px;
  margin-bottom: 40px;
}
#motto__feature .cont__feature .list__feature > .item .item__text p {
  font-size: var(--font-size-17);
  font-weight: 500;
  letter-spacing: 0.06em;
  line-height: 2.1;
}
#motto__feature .cont__feature .list__feature > .item:last-of-type.item:nth-of-type(odd)::before {
  content: "";
  position: absolute;
  background: url(/img/motto/motto__feature__ill_01.png) center center/contain no-repeat;
  width: 555px;
  height: 282px;
  right: -70px;
  translate: 100% 0;
  bottom: 0;
}

/* motto__contact
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#motto__contact {
  position: relative;
  z-index: 0;
  background: url(/img/about_photo/about_photo__end_bg_img_01.png) center bottom/max(1920px, 100%) auto no-repeat, #fff;
}
#motto__contact::before {
  z-index: 1;
  content: "";
  position: absolute;
  background: url(/img/common/com__img_photo_01.png) center center/contain no-repeat;
  width: 849px;
  height: 403px;
  left: 0;
  bottom: 0;
}
#motto__contact .inner {
  padding-bottom: 300px;
}
#motto__contact .wrap__contact {
  background: var(--pt--texture-01-01);
  padding: 110px;
  padding-block: 70px 150px;
  border-radius: 30px;
  position: relative;
}
#motto__contact .wrap__contact::before {
  content: "";
  position: absolute;
  background: url(/img/top/top__contact__ill_01.png) center center/contain no-repeat;
  width: 188px;
  height: 160px;
  right: -60px;
  bottom: -20px;
}
#motto__contact .wrap__contact .ttl03 .ttl__ja {
  color: var(--col--main-01);
}
#motto__contact .wrap__contact .com__tel {
  margin-bottom: var(--margin-50);
  align-items: center;
  margin-inline: auto;
}
#motto__contact .wrap__contact .com__tel .item__attention {
  height: 17px;
}
#motto__contact .wrap__contact .com__times {
  margin-inline: auto;
  width: fit-content;
  margin-bottom: var(--margin-60);
}
#motto__contact .wrap__contact .com__times .item dt,
#motto__contact .wrap__contact .com__times .item dd {
  letter-spacing: 0.06em;
  font-weight: 400;
  font-size: var(--font-size-24);
}
#motto__contact .wrap__contact .list__contact {
  display: flex;
  gap: 50px;
  margin-inline: auto;
}
#motto__contact .wrap__contact .list__contact > .item {
  width: 420px;
  height: 90px;
}
#motto__contact .wrap__contact .list__contact > .item .com__btn_01 {
  width: 100%;
  height: 100%;
  border-radius: 55px;
}
#motto__contact .wrap__contact .list__contact > .item .btn__line {
  color: var(--col--txt-01);
  padding-left: 35px;
}
#motto__contact .wrap__contact .list__contact > .item .btn__line::before {
  content: "";
  position: absolute;
  background: url(/img/common/icon__line.svg) center center/contain no-repeat;
  width: 40px;
  height: 40px;
  left: 30px;
  top: 50%;
  translate: 0 -50%;
}
#motto__contact .wrap__contact .list__contact > .item .btn__contact {
  color: var(--col--txt-01);
  padding-left: 35px;
}
#motto__contact .wrap__contact .list__contact > .item .btn__contact::before {
  content: "";
  position: absolute;
  background: url(/img/common/icon__mail_01_01.png) center center/contain no-repeat;
  width: 29px;
  height: 21px;
  left: 30px;
  top: 50%;
  translate: 0 -50%;
}

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

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