@charset "UTF-8";
@import url("../css/setting.css");
@import url("../css/setting.css");
/* header ヘッダー
////////////////////////////////////////////////////////////////////////////////////////////////// */
#header {
  position: relative;
  width: 100%;
  z-index: 5;
  background: #fff;
  /* --------------------------------- */
  /* --------------------------------- */
}
#header .header--wrap {
  width: 100%;
  background: #fff;
}
@media screen and (max-width: 767px) {
  #header .header--wrap {
    height: 70px;
  }
}
#header .header--left {
  position: relative;
  width: fit-content;
}
@media screen and (max-width: 767px) {
  #header .header--left {
    width: 100%;
    padding-left: 0;
    margin-left: 0;
  }
}
#header .item-logo {
  display: block;
  width: fit-content;
}
#header .item-logo a {
  width: fit-content;
  display: block;
  transition: ease 0.2s;
}
#header .item-logo a:hover {
  opacity: 0.7;
}
@media screen and (max-width: 767px) {
  #header .item-logo {
    margin: 0 auto;
    max-width: 55dvw;
    max-height: 50px;
  }
  #header .item-logo img {
    max-width: 55dvw;
    max-height: 60px;
    height: auto;
  }
}
#header .header--right {
  position: relative;
  width: fit-content;
}
@media screen and (max-width: 767px) {
  #header .header--right {
    display: none;
  }
}
#header .cont-info {
  width: fit-content;
}

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

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

/* sv サブビジュアル
////////////////////////////////////////////////////////////////////////////////////////////////// */
#sv {
  position: relative;
  width: 100%;
  height: 45vw;
}
@media screen and (max-width: 767px) {
  #sv {
    height: 50vw;
  }
}
#sv .sv-catch {
  position: relative;
  border-radius: 1.5vw;
  padding: 2vw 4vw;
  background: rgba(255, 255, 255, 0.9);
  font-size: 6.2vw;
  font-weight: 700;
  letter-spacing: 0.06em;
  font-family: var(--fot--Zen-Maru-Goth);
}
#sv .sv-catch::first-letter {
  color: var(--col--main-01);
}

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

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

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

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

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

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

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

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

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

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

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

.com--ttl03-01 {
  width: fit-content;
}
.com--ttl03-01 .en {
  display: block;
  width: fit-content;
}
.com--ttl03-01 .ja {
  display: block;
  width: fit-content;
  font-family: var(--fot--Zen-Maru-Goth);
  font-size: var(--font-size-40);
}
.com--ttl03-01 .ja small {
  font-size: var(--font-size-30);
}

/* sign
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#top--sign {
  position: relative;
  z-index: 0;
  background: url(../img/common/deco__tile__a_01.png) left 2vw top 10vw/50vw no-repeat, url(../img/common/deco__tile__a_02.png) right 2vw bottom 2vw/50vw no-repeat;
}
#top--sign .inbox {
  position: relative;
}
#top--sign .inbox::before {
  content: "";
  position: absolute;
  background: url(../img/common/illust__house__a_01.png) center center/contain no-repeat;
  width: 100%;
  height: 54vw;
  top: 45vw;
}
#top--sign .ttl03 {
  position: relative;
  margin: 0 auto;
  margin-bottom: 64vw;
}
#top--sign .ttl03::before {
  content: "";
  position: absolute;
  background: url(../img/common/illust__tool__a_01.png) center center/contain no-repeat;
  width: 19vw;
  height: 16vw;
  left: 1vw;
  bottom: 9vw;
}
#top--sign .ttl03::after {
  content: "";
  position: absolute;
  background: url(../img/common/illust__human__a_01.png) center center/contain no-repeat;
  width: 19vw;
  height: 21vw;
  right: 3vw;
  bottom: 8vw;
}
#top--sign .ttl03 .en {
  margin: 0 auto;
  margin-bottom: 2vw;
}
#top--sign .ttl03 .en img {
  height: 13vw;
}
#top--sign .ttl03 .ja {
  position: relative;
  margin: 0 auto;
  margin-top: 2vw;
  line-height: 1.4;
  font-weight: 600;
  font-size: 6vw;
  margin-top: 0vw;
}
#top--sign .ttl03 .ja .str-01 {
  background: linear-gradient(0deg, #ffe89b 40%, rgba(255, 232, 155, 0) 40%);
}
#top--sign .cont-sign {
  position: relative;
  width: 100%;
}
#top--sign .cont-sign .list-sign {
  position: relative;
  gap: 10vw 7vw;
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
#top--sign .cont-sign .list-sign-item {
  position: relative;
  width: calc((100% - 7vw) / 2);
}
#top--sign .cont-sign .list-sign-item .ttl04 {
  z-index: 2;
  order: 2;
  width: 100%;
  background: var(--col--txt-01);
  border-radius: 8vw;
  padding: 2vw 2vw;
  text-align: center;
  position: relative;
  left: 50%;
  translate: -50% 0;
}
#top--sign .cont-sign .list-sign-item .ttl04 .ja {
  font-family: var(--fot--Zen-Maru-Goth);
  color: #fff;
  font-weight: 700;
  line-height: 1.3;
  font-size: var(--font-size-16);
}
#top--sign .cont-sign .list-sign-item .ttl04 .num {
  position: absolute;
  left: -4vw;
  top: -40vw;
  width: 11vw;
  height: 6vw;
}
#top--sign .cont-sign .list-sign-item .item-img {
  order: 1;
  position: relative;
  width: 100%;
  margin-bottom: 3vw;
}
#top--sign .cont-sign .list-sign-item .item-img::before {
  z-index: -1;
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: url(../img/common/pattern__border__a_01.png) repeat;
  right: -10px;
  bottom: -10px;
}

/* solution
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#top--solution {
  position: relative;
  z-index: 0;
  background: var(--col--main-01);
}
#top--solution::before {
  --width: 40vw;
  --height: 8vw;
  --color: #fff;
  left: 50%;
  translate: -50% 0;
  top: 0;
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-color: var(--color) transparent transparent transparent;
  border-width: var(--height) calc((var(--width)) / 2) 0px calc((var(--width)) / 2);
}
#top--solution .ttl03 {
  margin: 0 auto;
  text-align: center;
  margin-bottom: var(--margin-40);
}
#top--solution .ttl03 .en {
  z-index: -1;
  position: relative;
  margin: 0 auto;
}
#top--solution .ttl03 .en img {
  height: 12vw;
}
#top--solution .ttl03 .ja {
  font-size: var(--font-size-44);
  color: #fff;
  line-height: 1.2;
  margin: 0 auto;
  font-weight: 700;
  letter-spacing: 0.1em;
  position: relative;
  margin-top: -7vw;
}
#top--solution .ttl03 .ja .str-01 {
  font-size: var(--font-size-55);
  color: var(--col--acc-y);
}
#top--solution .cont-about {
  position: relative;
  margin-bottom: 15vw;
}
#top--solution .cont-about::before {
  content: "";
  position: absolute;
  background: url(../img/common/illust__mascot__a_01.png) center center/contain no-repeat;
  width: 35vw;
  height: 25vw;
  right: -8vw;
  bottom: -19vw;
}
#top--solution .cont-about .item-text {
  text-align: left;
  color: #fff;
}
#top--solution .cont-about .item-text br {
  display: none;
}

/* area
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#top--area {
  background: url(../img/common/deco__tile__a_01.png) right top/60vw no-repeat, url(../img/common/deco__tile__a_03.png) left bottom/70vw no-repeat #f7f4e9;
}
#top--area .inbox {
  position: relative;
}
#top--area .cont-area::before {
  content: "";
  position: absolute;
  background: url(../img/common/illust__tool__a_02.png) center center/contain no-repeat;
  width: 26vw;
  height: 27vw;
  right: -4vw;
  top: 14vw;
}
#top--area .cont-area::after {
  content: "";
  position: absolute;
  background: url(../img/common/illust__human__a_02.png) center center/contain no-repeat;
  width: 21vw;
  height: 25vw;
  left: -1vw;
  top: 14vw;
}
#top--area .cont-area .ttl03 {
  margin: 0 auto;
  margin-bottom: var(--margin-25);
}
#top--area .cont-area .ttl03 .en {
  margin: 0 auto;
}
#top--area .cont-area .ttl03 .en img {
  height: 13vw;
}
#top--area .cont-area .ttl03 .ja {
  position: relative;
  margin: 0 auto;
  font-weight: 700;
  margin-top: -4vw;
}
#top--area .cont-area .item-img {
  position: relative;
  margin: 0 auto;
  margin-bottom: 5vw;
  width: 37vw;
}
#top--area .cont-area .item-text {
  margin: 0 auto;
  text-align: center;
}
#top--area .cont-area .item-text p {
  font-size: var(--font-size-20);
}
#top--area .cont-area .item-text p .str-01 {
  font-size: var(--font-size-24);
  color: #bb3a35;
}

/* service
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#top--service .ttl03 {
  margin: 0 auto;
  margin-bottom: var(--margin-40);
}
#top--service .ttl03 .en {
  margin: 0 auto;
}
#top--service .ttl03 .en img {
  height: 13vw;
}
#top--service .ttl03 .ja {
  position: relative;
  font-weight: 700;
  margin: 0 auto;
  margin-top: -3vw;
}
#top--service .cont-subpage {
  width: 100%;
  gap: 10vw;
  margin-bottom: 15vw;
  flex-direction: column;
}
#top--service .cont-subpage .unit-bnr {
  width: 100%;
  height: 55.2vw;
  border-radius: 2vw;
  box-shadow: 5px 5px 0 rgba(0, 0, 0, 0.09);
}
#top--service .cont-subpage .unit-bnr a {
  width: 100%;
  height: 100%;
}
#top--service .cont-subpage .unit-bnr .ttl04 {
  position: relative;
  background: url(../img/common/deco_frame__a_01.png) center center/contain no-repeat;
  width: 43vw;
  height: 38vw;
  text-align: center;
  padding-top: 2vw;
  right: -5vw;
  bottom: -5vw;
}
#top--service .cont-subpage .unit-bnr .ttl04 .ja {
  position: relative;
  font-weight: 700;
  font-family: var(--fot--Zen-Maru-Goth);
  font-size: var(--font-size-27);
  color: #fff;
  line-height: 1.4;
  padding-bottom: 7vw;
}
#top--service .cont-subpage .unit-bnr .ttl04 .ja::before {
  content: "";
  position: absolute;
  background: url(../img/common/icon__arrow__a_01.svg) center center/contain no-repeat;
  width: 4vw;
  height: 4vw;
  left: 50%;
  translate: -50% 0;
  bottom: 0;
}
#top--service .cont-subpage .unit-wall {
  background: url(../img/top/top__service__img_01.png) center center/cover no-repeat;
}
#top--service .cont-subpage .unit-wall .ttl04::after {
  content: "";
  position: absolute;
  background: url(../img/common/illust__mascot__a_02.png) center center/contain no-repeat;
  width: 24vw;
  height: 24vw;
  left: -15vw;
  bottom: 0;
}
#top--service .cont-subpage .unit-roof {
  background: url(../img/top/top__service__img_02.png) center center/cover no-repeat;
}
#top--service .cont-subpage .unit-roof .ttl04 {
  background: url(../img/common/deco_frame__a_02.png) center center/contain no-repeat;
}
#top--service .cont-subpage .unit-roof .ttl04::after {
  content: "";
  position: absolute;
  background: url(../img/common/illust__mascot__a_03.png) center center/contain no-repeat;
  width: 24vw;
  height: 24vw;
  left: -15vw;
  bottom: 0;
}
#top--service .cont-subpage .unit-other {
  background: url(../img/top/top__service__img_03.png) center center/cover no-repeat;
}
#top--service .cont-subpage .unit-other .ttl04 {
  background: url(../img/common/deco_frame__a_03.png) center center/contain no-repeat;
}
#top--service .cont-subpage .unit-other .ttl04::after {
  content: "";
  position: absolute;
  background: url(../img/common/illust__mascot__a_04.png) center center/contain no-repeat;
  width: 24vw;
  height: 24vw;
  left: -15vw;
  bottom: 0;
}
#top--service .cont-links {
  width: 100%;
  margin: 0 auto;
  gap: 7vw;
  flex-direction: column;
}
#top--service .cont-links .unit-bnr {
  position: relative;
  width: 100%;
  height: 20vw;
  background: var(--col--main-01);
  border: 2px solid var(--col--main-02);
  border-radius: 10px;
  box-shadow: 5px 5px 0 rgba(0, 0, 0, 0.09);
}
#top--service .cont-links .unit-bnr::before {
  content: "";
  position: absolute;
  background: url(../img/common/icon__arrow__a_01.svg) center center/contain no-repeat;
  width: 4vw;
  height: 4vw;
  right: 3vw;
  top: 50%;
  translate: 0 -50%;
}
#top--service .cont-links .unit-bnr span {
  position: relative;
  font-size: var(--font-size-24);
  color: #fff;
  padding-left: 100px;
  font-family: var(--fot--Zen-Maru-Goth);
  margin-left: var(--margin-40);
}
#top--service .cont-links .unit-bnr span::before {
  content: "";
  position: absolute;
  background: url(../img/common/illust__tool__b_01.png) center center/contain no-repeat;
  width: 10vw;
  height: 10vw;
  left: 0;
  top: 50%;
  translate: 0 -50%;
}
#top--service .cont-links .unit-bnr span::before {
  background: url(../img/common/illust__tool__b_01.png) center center/contain no-repeat;
}
#top--service .cont-links .unit-intro span::before {
  background: url(../img/common/illust__tool__b_02.png) center center/contain no-repeat;
}

/* line
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#top--line {
  position: relative;
  z-index: 0;
  background: url(../img/common/pattern__border__a_02.png);
}
#top--line .inbox {
  position: relative;
}
#top--line .cont-about {
  position: relative;
  width: 100%;
  background: #fff;
  padding: 5vw;
  right: 0;
  box-shadow: 10px 10px 0px 0px rgba(0, 0, 0, 0.05);
}
#top--line .cont-about .ttl03 {
  margin: 0 auto;
  width: 100%;
  padding-bottom: var(--margin-25);
  border-bottom: 2px dashed var(--col--main-01);
  margin-bottom: var(--margin-30);
}
#top--line .cont-about .ttl03 .ja {
  display: block;
  margin: 0 auto;
  width: fit-content;
  position: relative;
  padding-left: 10vw;
  font-size: var(--font-size-24);
  font-weight: 700;
}
#top--line .cont-about .ttl03 .ja::before {
  content: "";
  position: absolute;
  background: url(../img/common/icon__line_02.png) center center/contain no-repeat;
  width: 7vw;
  height: 7vw;
  left: 0;
  top: 50%;
  translate: 0 -50%;
}
#top--line .cont-about .item-img {
  position: relative;
  width: 100%;
  margin-bottom: 4vw;
}
#top--line .cont-about .item-text {
  text-align: left;
  margin-bottom: var(--margin-25);
}
#top--line .cont-about .item-text br {
  display: none;
}
#top--line .cont-about .com--btn-01 {
  margin: 0 auto;
}

/* news
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
.unit-latest {
  position: relative;
  padding-bottom: var(--margin-20);
  border-bottom: 1px dashed #cdcdcd;
  margin-bottom: var(--margin-20);
  right: 0;
  transition: ease 0.2s;
}
.unit-latest a {
  width: 100%;
  height: 100%;
}
.unit-latest .unit-latest-text {
  width: 100%;
}
.unit-latest .unit-latest-text.on_thumb {
  width: 85%;
}
@media screen and (max-width: 767px) {
  .unit-latest .unit-latest-text.on_thumb {
    width: 70%;
  }
}
.unit-latest .item-ttl {
  order: 3;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.unit-latest .item-time {
  position: relative;
  order: 1;
  width: fit-content;
  color: var(--col--main-01);
  margin-right: 10px;
  margin-bottom: var(--margin-10);
}
.unit-latest .tag_list {
  order: 2;
  width: 70%;
  margin-bottom: var(--margin-15);
  gap: 3vw;
  margin-bottom: var(--margin-10);
}
.unit-latest .tag_list-item {
  width: fit-content;
  height: fit-content;
  background: #328bcb;
  padding: 2px 6px;
  color: #fff;
  border-radius: 5px;
}
.unit-latest .unit-latest-img {
  height: 130px;
  width: 130px;
  margin-right: 30px;
}
@media screen and (max-width: 767px) {
  .unit-latest .unit-latest-img {
    height: 20vw;
    width: 20vw;
    margin-right: 2vw;
  }
}
.unit-latest .item-thumb {
  height: 130px;
  width: 130px;
}
@media screen and (max-width: 767px) {
  .unit-latest .item-thumb {
    height: 20vw;
    width: 20vw;
    margin-right: 2vw;
  }
}
.unit-latest:hover {
  color: var(--col--main-01);
  right: -5px;
  opacity: 0.6;
}

.s-post-taglist {
  gap: 10px;
}
.s-post-taglist .tag-name {
  width: fit-content;
  height: fit-content;
  background: #328bcb;
  padding: 2px 6px;
  color: #fff;
  border-radius: 5px;
}

#top--news .ttl03 {
  margin: 0 auto;
  margin-bottom: 8vw;
}
#top--news .ttl03 .en {
  margin: 0 auto;
}
#top--news .ttl03 .en img {
  height: 10vw;
}
#top--news .ttl03 .ja {
  margin: 0 auto;
  font-weight: 700;
  margin-top: -3vw;
}
#top--news .cont-latest {
  margin-bottom: 8vw;
}
#top--news .unit-latest {
  position: relative;
  padding-bottom: var(--margin-20);
  border-bottom: 1px dashed #cdcdcd;
  margin-bottom: var(--margin-20);
  right: 0;
  transition: ease 0.2s;
}
#top--news .unit-latest a {
  width: 100%;
  height: 100%;
}
#top--news .unit-latest .unit-latest-text {
  width: 100%;
}
#top--news .unit-latest .unit-latest-text.on_thumb {
  width: 85%;
}
@media screen and (max-width: 767px) {
  #top--news .unit-latest .unit-latest-text.on_thumb {
    width: 70%;
  }
}
#top--news .unit-latest .item-ttl {
  order: 3;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
#top--news .unit-latest .item-time {
  position: relative;
  order: 1;
  width: fit-content;
  color: var(--col--main-01);
  margin-right: 10px;
  margin-bottom: var(--margin-10);
}
#top--news .unit-latest .tag_list {
  order: 2;
  width: 70%;
  margin-bottom: var(--margin-15);
  gap: 3vw;
  margin-bottom: var(--margin-10);
}
#top--news .unit-latest .tag_list-item {
  width: fit-content;
  height: fit-content;
  background: #328bcb;
  padding: 2px 6px;
  color: #fff;
  border-radius: 5px;
}
#top--news .unit-latest .unit-latest-img {
  height: 130px;
  width: 130px;
  margin-right: 30px;
}
@media screen and (max-width: 767px) {
  #top--news .unit-latest .unit-latest-img {
    height: 20vw;
    width: 20vw;
    margin-right: 2vw;
  }
}
#top--news .unit-latest .item-thumb {
  height: 130px;
  width: 130px;
}
@media screen and (max-width: 767px) {
  #top--news .unit-latest .item-thumb {
    height: 20vw;
    width: 20vw;
    margin-right: 2vw;
  }
}
#top--news .unit-latest:hover {
  color: var(--col--main-01);
  right: -5px;
  opacity: 0.6;
}
#top--news .com--btn-01 {
  margin: 0 auto;
}

/* info
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
.com--table-01 tr th,
.com--table-01 tr td {
  padding: 5vw 2vw;
}
.com--table-01 tr th {
  color: #fff;
  border-bottom: 1px solid #fff;
  background: var(--col--main-01);
  width: 35%;
  vertical-align: middle;
  line-height: 1.4;
}
.com--table-01 tr td {
  border-bottom: 1px solid var(--col--main-01);
  width: 65%;
  background: #fff;
}

#top--info {
  background: url(../img/common/deco__tile__a_01.png) left 5vw top/60vw no-repeat, url(../img/common/deco__tile__a_02.png) right bottom/70vw no-repeat, #f7f4e9;
}
#top--info .ttl03 {
  margin: 0 auto;
  margin-bottom: var(--margin-50);
}
#top--info .ttl03 .en {
  margin: 0 auto;
}
#top--info .ttl03 .en img {
  height: 16vw;
}
#top--info .ttl03 .ja {
  margin: 0 auto;
  position: relative;
  font-weight: 700;
  margin-top: -5vw;
}
#top--info .com--table-01 {
  margin-bottom: var(--margin-60);
}
#top--info .cont-access .ttl04 {
  padding-bottom: var(--margin-20);
  border-bottom: 2px solid var(--col--main-01);
  margin-bottom: var(--margin-40);
  text-align: center;
}
#top--info .cont-access .ttl04 .ja {
  font-size: var(--font-size-34);
  letter-spacing: 0.1em;
  font-weight: 700;
  font-family: var(--fot--Zen-Maru-Goth);
}
#top--info .cont-access .wrap-map {
  gap: 8vw;
  flex-direction: column;
}
#top--info .cont-access .wrap-map .unit-map {
  width: 100%;
}
#top--info .cont-access .wrap-map .unit-map .ttl05 {
  padding: 15px;
  text-align: center;
  background: red;
  border-radius: 10px 10px 0 0;
}
#top--info .cont-access .wrap-map .unit-map .ttl05 .ja {
  color: #fff;
  font-family: var(--fot--Zen-Maru-Goth);
  font-size: var(--font-size-26);
  font-weight: 700;
  letter-spacing: 0.1em;
}
#top--info .cont-access .wrap-map .unit-map .item-map {
  width: 100%;
  height: 50vw;
}
#top--info .cont-access .wrap-map .unit-map .item-map iframe {
  width: 100%;
  height: 100%;
}
#top--info .cont-access .wrap-map .unit-main .ttl05 {
  background: #7abded;
}
#top--info .cont-access .wrap-map .unit-other .ttl05 {
  background: #f5b8bb;
}

/* footer フッター
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
#footer {
  background: var(--col--main-01);
  position: relative;
  width: 100%;
  /* --------------------------------- */
  /* --------------------------------- */
  /* --------------------------------- */
}
#footer .inbox {
  padding: 6vw 0;
}
#footer .item-logo {
  display: block;
  width: fit-content;
  margin-bottom: var(--margin-30);
  transition: ease 0.2s;
  margin: 0 auto;
  margin-bottom: var(--margin-30);
  img{
    width: 30vw;
  }
}
#footer .item-logo:hover {
  opacity: 0.6;
}
#footer .footer--wrap {
  width: 100%;
  margin-bottom: var(--margin-50);
}
@media screen and (max-width: 767px) {
  #footer .footer--wrap {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}
#footer .footer--left {
  position: relative;
  width: fit-content;
}
@media screen and (max-width: 767px) {
  #footer .footer--left {
    width: 100%;
  }
}
#footer .list-address {
  gap: 3vw;
  margin-bottom: var(--margin-40);
}
#footer .list-address-item {
  gap: 3vw;
}
#footer .list-address-item dt,
#footer .list-address-item dd {
  font-size: var(--font-size-14);
  line-height: 1.4;
}
#footer .list-address-item dt {
  color: #fff;
  height: 26px;
  width: 80px;
  background: var(--col--main-02);
  border-radius: 5px;
}
#footer .list-address-item dd {
  color: #fff;
}
#footer .unit-contact {
  padding: 5vw;
  background: rgba(255, 255, 255, 0.8);
  border-radius: 2vw;
}
#footer .unit-contact .unit-tel {
  margin-bottom: var(--margin-10);
  flex-direction: column;
  gap: 3vw;
  margin-bottom: 6vw;
}
#footer .unit-contact .unit-tel .tel-num {
  font-size: 6vw;
}
#footer .unit-contact .unit-tel .tel-num small {
  /* margin-right: 2vw; */
}
#footer .footer--right {
  position: relative;
  width: fit-content;
}
@media screen and (max-width: 767px) {
  #footer .footer--right {
    width: 100%;
  }
}
#footer .com--times {
  flex-direction: column;
  align-items: center;
  margin: 0 auto;
  width: fit-content;
}
#footer .com--times-item {
  margin: 0 auto;
  width: fit-content;
}
#footer .com--times-item dt {
  width: 24vw;
  color: #fff;
}
#footer .com--times-item dd {
  width: fit-content;
}
#footer .list-nav {
  gap: 30px 45px;
  height: 215px;
}
#footer .list-nav-item {
  width: fit-content;
}
#footer .list-nav-item a {
  position: relative;
  transition: ease 0.2s;
  color: #fff;
  padding-left: 15px;
}
#footer .list-nav-item a::before {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #ffe89b;
  left: 0;
  top: 50%;
  translate: 0 -50%;
}
#footer .list-nav-item a:hover {
  color: var(--col--acc-01);
}
@media screen and (max-width: 767px) {
  #footer .list-nav {
    display: none;
  }
}
#footer #copyright {
  font-size: var(--font-size-13);
  text-align: center;
  color: var(--col--main-02);
  color: #fff;
}
#footer #copyright a {
  margin: 0 2px;
  padding: 0 5px;
  transition: ease 0.12s;
}
#footer #copyright a:hover {
  color: #fff;
  background: var(--col--main-02);
}
@media screen and (max-width: 767px) {
  #footer #copyright a {
    margin: unset;
    padding: unset;
  }
  #footer #copyright a:hover {
    color: inherit;
    background: inherit;
  }
}

#footer.in_top {
  position: relative;
}
#footer.in_top::before {
  content: "";
  position: absolute;
  background: url(../img/common/illust__mascot__a_06.png) center center/contain no-repeat;
  width: 26vw;
  height: 23vw;
  right: 2vw;
  top: -14vw;
}

/* 共通タイトル
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
#contents-u .ttl01,
#contact .ttl01 {
  position: relative;
  margin: 0 auto;
  width: fit-content;
  margin-bottom: 85px;
  width: fit-content;
  margin: 0 auto;
  margin-bottom: var(--margin-70);

  .ja{
    font-size: 6vw;
    font-weight: 700;
    font-family: var(--fot--Zen-Maru-Goth);
  }
}
#contents-u .ttl01 .en,
#contact .ttl01 .en {
  margin: 0 auto;
  display: none;
}

/* subpage 下層ページ
////////////////////////////////////////////////////////////////////////////////////////////////// */
.com--ttl03-02 {
  width: fit-content;
  margin: 0 auto;
  margin-bottom: var(--margin-80);
}
.com--ttl03-02 .en {
  display: block;
  margin: 0 auto;
  width: fit-content;
}
.com--ttl03-02 .en img {
  height: 14vw;
}
.com--ttl03-02 .ja {
  display: block;
  margin: 0 auto;
  width: fit-content;
  font-weight: 700;
  letter-spacing: 0.1em;
  font-family: var(--fot--Zen-Maru-Goth);
  font-size: var(--font-size-40);
  margin-top: -4vw;
}

/* about
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* about
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#about--point {
  position: relative;
  background: url(../img/common/deco__tile__a_01.png) left 5vw top 5vw/50vw no-repeat, url(../img/common/deco__tile__a_02.png) right 5vw bottom 5vw/50vw no-repeat, #f7f4e9;
}
#about--point .cont-point {
  width: 100%;
}
#about--point .cont-point .list-point {
  gap: 10vw;
}
#about--point .cont-point .list-point-item {
  background: #fff;
  width: 100%;
  border: 2px solid red;
  padding: 5vw;
  border-radius: 2vw;
  box-shadow: 5px 5px 0 rgba(0, 0, 0, 0.07);
}
#about--point .cont-point .list-point-item .ttl04 {
  position: relative;
  text-align: center;
  padding-bottom: var(--margin-20);
  border-bottom: 2px dashed red;
  margin-bottom: var(--margin-20);
  height: 15vw;
}
#about--point .cont-point .list-point-item .ttl04 .num {
  position: absolute;
  left: -10vw;
  top: -10vw;
}
#about--point .cont-point .list-point-item .ttl04 .ja {
  font-weight: 700;
  letter-spacing: 0.1em;
  font-size: var(--font-size-24);
  line-height: 1.4;
  font-family: var(--fot--Zen-Maru-Goth);
}
#about--point .cont-point .list-point-item .item-text {
  text-align: left;
}
#about--point .cont-point .list-point-item .item-text br {
  display: none;
}
#about--point .cont-point .list-point-item.red {
  border: 2px solid #c01a20;
}
#about--point .cont-point .list-point-item.red .ttl04 {
  border-bottom: 2px dashed #c01a20;
}
#about--point .cont-point .list-point-item.blue {
  border: 2px solid #328bcb;
}
#about--point .cont-point .list-point-item.blue .ttl04 {
  border-bottom: 2px dashed #328bcb;
}
#about--point .cont-point .list-point-item.green {
  border: 2px solid #24923b;
}
#about--point .cont-point .list-point-item.green .ttl04 {
  border-bottom: 2px dashed #24923b;
}

/* compare
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#about--compare {
  position: relative;
  background: var(--col--main-01);
}
#about--compare .ttl03 .ja {
  color: #fff;
}
#about--compare .ttl03 .en img {
  height: 9vw;
}
#about--compare .cont-compare {
  margin: 0 auto;
  width: fit-content;
}
#about--compare .cont-compare .list-compare {
  position: relative;
  gap: 5vw;
  flex-direction: column;
}
#about--compare .cont-compare .list-compare::before {
  content: "";
  position: absolute;
  background: url(../img/common/icon__arrow__b_01.svg) center center/contain no-repeat;
  width: 5vw;
  height: 5vw;
  left: 50%;
  top: 50%;
  translate: -50% -50%;
  rotate: 90deg;
}
#about--compare .cont-compare .list-compare-item {
  position: relative;
}
#about--compare .cont-compare .list-compare-item dt {
  position: absolute;
  left: -5vw;
  top: -5vw;
}
#about--compare .cont-compare .list-compare-item dt img {
  width: 28vw;
}
#about--compare .cont-compare .list-compare-item dd {
  border: 2px solid var(--col--txt-01);
  outline: 5px solid #fff;
  outline-offset: -7px;
  border-radius: 10px;
}
#about--compare .cont-compare .list-compare-item dd img {
  border-radius: 10px;
}

/* staff
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#about--staff {
  position: relative;
  background: url(../img/common/pattern__border__a_02.png);
}
#about--staff .cont-post .unit-post {
  position: relative;
  background: #fff;
  box-shadow: 5px 5px 0px rgba(0, 0, 0, 0.06);
  padding: 5vw;
  margin-bottom: var(--margin-30);
}
#about--staff .cont-post .unit-post:last-child {
  margin-bottom: 0;
}
#about--staff .cont-post .unit-post .ttl04 {
  width: 100%;
  padding-bottom: var(--margin-30);
  border-bottom: 2px dashed var(--col--main-01);
  margin-bottom: var(--margin-30);
  flex-direction: column;
}
#about--staff .cont-post .unit-post .ttl04 .ja {
  display: inline-block;
  font-weight: 700;
  font-family: var(--fot--Zen-Maru-Goth);
  letter-spacing: 0.1em;
  font-size: var(--font-size-24);
  line-height: 1.4;
  width: 100%;
}
#about--staff .cont-post .unit-post .ttl04 .class {
  padding: 1vw 3vw;
  background: #328bcb;
  font-size: var(--font-size-13);
  font-family: var(--fot--Zen-Maru-Goth);
  color: #fff;
  line-height: 1.2;
  border-radius: 2vw;
  width: fit-content;
  max-width: 50%;
  margin-left: auto;
}
#about--staff .cont-post .unit-post .wrap-text {
  flex-direction: column-reverse;
}
#about--staff .cont-post .unit-post .item-img {
  position: relative;
  width: 100%;
  height: 50vw;
  margin-bottom: 4vw;
}
#about--staff .cont-post .unit-post .item-text {
  width: 100%;
}

/* flow
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* flow--campaign
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#flow--campaign {
  background: url(../img/common/deco__tile__a_01.png) left 5vw top 5vw/50vw no-repeat, url(../img/common/deco__tile__a_02.png) right bottom/50vw no-repeat, #f7f4e9;
}
#flow--campaign .cont-bnr {
  position: relative;
  width: 100%;
  padding: 8vw 5vw;
  background: var(--col--main-01);
  border-radius: 2vw;
}
#flow--campaign .cont-bnr::before {
  content: "";
  position: absolute;
  background: url(../img/common/illust__human__a_02.png) center center/contain no-repeat;
  width: 18vw;
  height: 29vw;
  left: -4vw;
  bottom: -10vw;
}
#flow--campaign .cont-bnr::after {
  content: "";
  position: absolute;
  background: url(../img/common/illust__mascot__a_01.png) center center/contain no-repeat;
  width: 34vw;
  height: 27vw;
  right: -19vw;
  bottom: -10vw;
}
#flow--campaign .cont-bnr .ttl03 {
  margin: 0 auto;
  width: fit-content;
  margin-bottom: var(--margin-40);
  position: relative;
}
#flow--campaign .cont-bnr .ttl03::before {
  content: "";
  position: absolute;
  background: url(../img/common/deco__shine__a_01.png) center center/contain no-repeat;
  width: 5vw;
  height: 10vw;
  top: 50%;
  translate: 0 -50%;
  left: -6vw;
}
#flow--campaign .cont-bnr .ttl03::after {
  content: "";
  position: absolute;
  background: url(../img/common/deco__shine__a_02.png) center center/contain no-repeat;
  width: 5vw;
  height: 10vw;
  top: 50%;
  translate: 0 -50%;
  right: -6vw;
}
#flow--campaign .cont-bnr .ttl03 .ja {
  font-weight: 700;
  font-family: var(--fot--Zen-Maru-Goth);
  font-size: var(--font-size-30);
  color: #fff;
  letter-spacing: 0.1em;
}
#flow--campaign .cont-bnr .item-text {
  text-align: left;
  margin-bottom: 10vw;
}
#flow--campaign .cont-bnr .item-text p {
  color: #fff;
}
#flow--campaign .cont-bnr .item-text p br {
  display: none;
}

/* flow
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#flow .ttl03 {
  margin-bottom: 6vw;
}
#flow .ttl03 .en img {
  height: 12vw;
}
#flow .cont-flow .list-flow-item {
  position: relative;
  padding: 5vw 5vw;
  background: #dff2e2;
  border-radius: 1.5vw;
  margin-bottom: var(--margin-30);
}
#flow .cont-flow .list-flow-item:last-child {
  margin-bottom: 0;
}
#flow .cont-flow .list-flow-item .ttl04 {
  padding-bottom: var(--margin-25);
  border-bottom: 2px dashed #24923b;
  margin-bottom: var(--margin-25);
  width: 100%;
  margin-left: auto;
  padding-left: 13vw;
}
#flow .cont-flow .list-flow-item .ttl04 .num {
  color: #24923b;
  font-weight: 700;
  font-family: var(--fot--Zen-Maru-Goth);
  letter-spacing: 0.1em;
  margin-right: 2vw;
  font-size: var(--font-size-40);
}
#flow .cont-flow .list-flow-item .ttl04 .ja {
  font-weight: 700;
  letter-spacing: 0.1em;
  font-family: var(--fot--Zen-Maru-Goth);
  font-size: var(--font-size-26);
}
#flow .cont-flow .list-flow-item .item-img {
  position: absolute;
  width: 10vw;
  height: 10vw;
  left: 5vw;
  top: 4vw;
}
#flow .cont-flow .list-flow-item .item-text {
  width: 100%;
  margin-left: auto;
}

/* flow--note
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#flow--note {
  background: url(../img/common/pattern__border__a_02.png);
}
#flow--note .cont-note {
  position: relative;
  width: 100%;
  padding: 5vw 5vw;
  background: #fff;
  box-shadow: 5px 5px 0 rgba(0, 0, 0, 0.07);
}
#flow--note .cont-note::before {
  content: "";
  position: absolute;
  background: url(../img/common/illust__mascot__a_03_02.png) center center/contain no-repeat;
  width: 26vw;
  height: 27vw;
  right: -8vw;
  bottom: -10vw;
}
#flow--note .cont-note .ttl03 {
  padding-bottom: var(--margin-25);
  border-bottom: 2px dashed #24923b;
  margin-bottom: var(--margin-25);
  text-align: center;
}
#flow--note .cont-note .ttl03 .ja {
  font-size: var(--font-size-30);
  font-weight: 700;
  letter-spacing: 0.1em;
  font-family: var(--fot--Zen-Maru-Goth);
}
#flow--note .cont-note .list-note-item {
  margin-bottom: var(--margin-10);
}
#flow--note .cont-note .list-note-item .text {
  font-size: var(--font-size-16);
  position: relative;
  padding-left: 4vw;
  line-height: 1.8;
}
#flow--note .cont-note .list-note-item .text::before {
  content: "・";
  left: 0;
  position: absolute;
}

/* painting
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
.com--ttl03-03 {
  position: relative;
  width: fit-content;
  margin: 0 auto;
  margin-bottom: var(--margin-60);
}
.com--ttl03-03::before {
  content: "";
  position: absolute;
  background: url(../img/common/deco__shine__b_01.png) center center/contain no-repeat;
  width: 21vw;
  height: 7vw;
  left: 50%;
  translate: -50% 0;
  top: -9vw;
}
.com--ttl03-03 .ja {
  font-size: var(--font-size-34);
  font-weight: 700;
  letter-spacing: 0.1em;
  font-family: var(--fot--Zen-Maru-Goth);
}

/* painting--note
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#painting--wall {
  background: url(../img/common/deco__tile__a_04.png) left 5vw top 20vw/50vw no-repeat, url(../img/common/deco__tile__a_02.png) right 5vw bottom/50vw no-repeat;
}
#painting--wall .cont-about {
  position: relative;
}
#painting--wall .cont-about .item-text {
  width: 100%;
  margin-right: auto;
}
#painting--wall .cont-about .item-img {
  position: relative;
  margin-bottom: 3vw;
}
#painting--wall .cont-about .item-img br {
  display: none;
}

/* painting--roof
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#painting--roof {
  background: url(../img/common/pattern__border__a_02.png);
}
#painting--roof .cont-about .item-text {
  width: 100%;
  margin-right: auto;
}
#painting--roof .cont-about .item-img {
  position: relative;
  margin-bottom: 3vw;
}
#painting--roof .cont-about .item-img br {
  display: none;
}

/* painting--attention
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#painting--attention {
  background: url(../img/common/deco__tile__a_04.png) left 6vw top 10vw/50vw no-repeat, url(../img/common/deco__tile__a_02.png) right 6vw bottom/50vw no-repeat;
}
#painting--attention .cont-about {
  position: relative;
}
#painting--attention .cont-about .item-text {
  width: 100%;
  margin-right: auto;
}
#painting--attention .cont-about .item-img {
  position: relative;
  margin-bottom: 3vw;
}
#painting--attention .cont-about .item-img br {
  display: none;
}

/* painting--example
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#painting--example {
  background: url(../img/common/deco__tile__a_04.png) left 6vw top 10vw/50vw no-repeat, url(../img/common/deco__tile__a_02.png) right 6vw bottom/50vw no-repeat, #f7f4e9;
}
#painting--example .ttl03 {
  position: relative;
}
#painting--example .ttl03::after {
  z-index: 2;
  content: "";
  position: absolute;
  background: url(../img/common/illust__mascot__a_01.png) center center/contain no-repeat;
  width: 33vw;
  height: 27vw;
  right: -37vw;
  top: -5vw;
}
#painting--example .cont-example {
  position: relative;
}
#painting--example .cont-example .list-example {
  background: #fff;
  padding: 5vw;
  margin-bottom: var(--margin-20);
}
#painting--example .cont-example .list-example-item {
  margin-bottom: var(--margin-35);
}
#painting--example .cont-example .list-example-item:last-child {
  margin-bottom: 0;
}
#painting--example .cont-example .list-example-item dt {
  font-size: var(--font-size-24);
  font-weight: 700;
  letter-spacing: 0.1em;
  font-family: var(--fot--Zen-Maru-Goth);
  padding-bottom: var(--margin-20);
  border-bottom: 2px dashed var(--col--main-01);
  margin-bottom: var(--margin-25);
}
#painting--example .cont-example .list-example-item dd {
  padding-bottom: var(--margin-20);
  border-bottom: 1px dashed #cdcdcd;
  margin-bottom: var(--margin-20);
  flex-direction: column;
  gap: 3vw;
}
#painting--example .cont-example .list-example-item dd p {
  font-size: var(--font-size-16);
}
#painting--example .item-note {
  margin: 0 auto;
  width: fit-content;
  line-height: 1.8;
  font-size: 3.4vw;
}

/* other
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* other--about
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#other--about {
  background: url(../img/common/deco__tile__a_04.png) left 10vw top 10vw/50vw no-repeat, url(../img/common/deco__tile__a_02.png) right 5vw top 25vw/50vw no-repeat, url(../img/common/deco__tile__a_01.png) left 15vw bottom 5vw/50vw no-repeat, #f7f4e9;
}
#other--about .inbox {
  padding: 20vw 0 15vw;
}
#other--about .ttl03::after {
  content: "";
  position: absolute;
  background: url(../img/common/illust__mascot__a_01.png) center center/contain no-repeat;
  width: 32vw;
  height: 25vw;
  right: -1vw;
  bottom: 4vw;
  translate: 100% 50%;
}
#other--about .cont-about {
  position: relative;
}
#other--about .cont-about .list-type {
  width: 100%;
  gap: 6vw;
}
#other--about .cont-about .list-type-item {
  width: 100%;
  background: var(--col--main-01);
  border-radius: 2vw 2vw 0 0;
  border: 3px solid var(--col--main-01);
  height: fit-content;
}
#other--about .cont-about .list-type-item .ttl04 {
  order: 2;
  text-align: center;
  padding: 25px 0;
}
#other--about .cont-about .list-type-item .ttl04 .ja {
  font-family: var(--fot--Zen-Maru-Goth);
  font-weight: 700;
  letter-spacing: 0.1em;
  font-size: var(--font-size-22);
  color: #fff;
}
#other--about .cont-about .list-type-item .item-img {
  order: 1;
}
#other--about .cont-about .list-type-item .item-text {
  order: 3;
  padding: 0 4vw;
  text-align: left;
  margin-bottom: var(--margin-15);
}
#other--about .cont-about .list-type-item .item-text p {
  color: #fff;
}
#other--about .cont-about .list-type-item .item-text p br {
  display: none;
}/*# sourceMappingURL=style_sp.css.map */

.reform_top_banner{
  margin-top: 30px;
}
.reform_top_banner p{
  text-align: center;
}