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

    header

-----------------------------------------------------------------------*/
/* ▼page-header */
.page-header {
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 100;
}
.page-header::before, .page-header::after {
  content: "";
  position: absolute;
  top: 0;
  z-index: 10;
}
.page-header::before {
  width: 247px;
  height: 72px;
  background: url(../images/top/mv_deco_left.png) no-repeat center/contain;
  left: 0;
}
.page-header::after {
  width: 244px;
  height: 63px;
  background: url(../images/top/mv_deco_right.png) no-repeat center/contain;
  right: 0;
}
.page-header_wrap {
  align-items: center;
  width: 100%;
  height: 60px;
  padding: 0 3%;
  position: relative;
  z-index: 20;
}
.page-header-logo img {
  height: 50px;
}

/*-----------------------------------------------------------------------

    nav

-----------------------------------------------------------------------*/
/* drawer-nav */
.drawer--right .drawer-toggle.drawer-hamburger {
  background-color: #ffd35a !important;
}

.drawer-logo {
  width: 50%;
  margin-top: -8%;
}

.drawer-nav {
  z-index: 100;
}
.drawer-nav .drawer-menu > li > .drawer-menu-item {
  color: inherit;
  line-height: 1.3;
  font-size: 1.4rem;
  letter-spacing: 0.06em;
}
.drawer-nav .drawer-menu > li > .drawer-menu-item.current {
  background-color: rgba(35, 116, 185, 0.5);
}
.drawer-nav .drawer-menu > li > .drawer-menu-item.font-small {
  font-size: 0.8em;
}
.drawer-nav .drawer-menu > li > .drawer-menu-item span {
  display: inline-block;
  margin: 0 0 0 1em;
  font-size: 80%;
  color: #2374b9;
}
.drawer-nav .drawer-current {
  border-bottom-color: inherit !important;
  border-right-color: inherit !important;
}
.drawer-nav .level1 {
  padding-bottom: 2%;
}
.drawer-nav .level1 li {
  padding: 0 2% !important;
}
.drawer-nav .level1 li .drawer-dropdown-menu-item::before {
  content: "";
  display: inline-block;
  width: 12px;
  height: 1px;
  margin: 0 8px 0;
  border-bottom: 1px solid;
  vertical-align: 5px;
}

/* ▼ drawer-info*/
.drawer-info {
  width: 100%;
  margin: 30px 0 0;
}
.drawer-info .page-footer-ttl,
.drawer-info .copyright {
  display: none;
}

/*-----------------------------------------------------------------------

    key

-----------------------------------------------------------------------*/
.key {
  align-items: center;
  justify-content: center;
  width: 100%;
  height: auto;
  margin: 0 auto;
  position: relative;
  /* ▼key-vis */
  /* ▼key-cnt */
  /* ▼key-ttl */
}
.key-vis {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 200px;
  margin: 0 auto;
  position: relative;
}
.key-vis video {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.key-vis img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.key-cnt {
  width: 100%;
  position: absolute;
  text-align: center;
  z-index: 100;
}
.key-ttl {
  display: flex;
  justify-content: center;
  width: 300px;
  margin: 40px auto 0;
  /* ▼key-ttl-sub */
}
.key-ttl-sub {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 96px;
  margin: 50px 0 0;
  background: url(../images/common/key/title-deco.png) no-repeat center/contain;
  font-size: 3rem;
  font-weight: 600;
  letter-spacing: 0;
}
.key-ttl-sub img {
  height: 40px;
}

#top .key {
  height: auto;
  /* ▼key-vis */
}
#top .key-vis {
  width: 100%;
  height: 380px;
  margin: 0;
}

/*-----------------------------------------------------------------------

    footer

-----------------------------------------------------------------------*/
.page-footer {
  padding: 35px 0 52px;
  color: #fff;
  background: url(../images/common/footer-bg.jpg) no-repeat center/cover;
  position: relative;
  /* ▼page-footer-main */
  /* ▼page-footer-detail */
  /* &nav */
}
.page-footer::before {
  content: "";
  width: 100%;
  height: 15px;
  background: url(../images/common/wave_blue.png) repeat-x bottom/auto 100%;
  position: absolute;
  bottom: 100%;
  left: 0;
  z-index: 10;
}
.page-footer::after {
  content: "";
  width: 88px;
  height: 64px;
  background: url(../images/common/footer-deco01.png) no-repeat center/contain;
  position: absolute;
  top: -40px;
  right: calc(50% - 140px);
  z-index: 20;
}
.page-footer_wrap {
  justify-content: center;
}
.page-footer-ttl {
  display: inline-block;
  margin: 0 0 30px;
  text-align: center;
}
.page-footer-ttl a {
  display: inline-block;
}
.page-footer-ttl a img {
  height: 55px;
}
.page-footer-info {
  font-size: 1.5rem;
}
.page-footer-info dl {
  justify-content: flex-start;
}
.page-footer-info dl dt {
  margin-right: 0.5em;
}
.page-footer-info dl:not(:last-of-type) {
  margin-right: 1em;
}
.page-footer-link {
  margin: 30px 0 0;
}
.page-footer-link .common-btn::before {
  content: "";
  width: 39px;
  height: 49px;
  background: url(../images/common/footer-btn-deco01.png) no-repeat center/contain;
  position: absolute;
  top: -10px;
  left: 0;
  z-index: 10;
}
.page-footer-detail {
  margin: 40px 0 0;
}
.page-footer-contact {
  justify-content: center;
}
.page-footer-contact .common-info {
  margin-bottom: 30px;
}
.page-footer-nav {
  width: 335px;
  margin: 35px auto 0;
  padding: 20px 0 0;
  border-top: 1px solid #fff;
  line-height: 1;
  font-size: inherit;
}
.page-footer-nav ul.flex {
  justify-content: center;
}
.page-footer-nav ul.flex li {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin: 0.5em 0.3em;
}
.page-footer-nav ul.flex li::before {
  content: "";
  width: 8px;
  height: 13px;
  margin: 0.1em 0.866667em 0 0;
  background: url(../images/common/icon_arrow02_yellow.png) no-repeat center/contain;
}
.page-footer-nav ul.flex:not(:last-child) {
  margin-bottom: 20px;
}

/* ▼copyright */
.copyright {
  margin: 40px 0 0;
  font-size: 1.1rem;
  font-weight: 400;
  line-height: 1;
  text-align: center;
  letter-spacing: 0.08em;
}

/*-----------------------------------------------------------------------

    entrance

-----------------------------------------------------------------------*/
#entrance .key,
#entrance .breadcrumbs,
#entrance .page-footer {
  display: none;
}

.entrance-header_wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 15px 0;
}
.entrance-header .entrance-info {
  display: none;
}

.entrance-info {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.entrance-info-item:not(:last-of-type) {
  margin-right: 20px;
}
.entrance-info-tel {
  display: flex;
  align-items: center;
  font-size: 2.4rem;
  line-height: 0.7;
  font-weight: 600;
  letter-spacing: 0.06em;
}
.entrance-info-tel::before {
  content: "";
  width: 26px;
  height: 26px;
  margin-right: 0.541667em;
  background: url(../images/common/ico-tel_green.png) no-repeat center/contain;
}
.entrance-info-tel-note {
  margin-top: 10px;
}
.entrance-info-time dl {
  display: flex;
  align-items: flex-start;
  line-height: 1.375;
}
.entrance-info-time dl:not(:last-of-type) {
  margin-bottom: 10px;
}
.entrance-info-time dl dt {
  width: 5.3571em;
  margin-right: 0.7857em;
  background-color: #e5e5e5;
  border-radius: 4px;
  text-align: center;
  font-size: 1.4rem;
  line-height: 1.5714;
}
.entrance-info-contact {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 180px;
  height: 70px;
  background-color: #2374b9;
  color: #fff;
  border-radius: 10px;
  font-size: 1.5rem;
}
.entrance-info-contact::before {
  content: "";
  width: 24px;
  height: 17px;
  margin-right: 12px;
  background: url(../images/common/icon_mail_white.png) no-repeat center/contain;
}

.entrance-list {
  width: 100%;
  margin: 0 auto;
  padding: 0 10px;
}
.entrance-list-item {
  overflow: hidden;
  height: 300px;
  position: relative;
}
.entrance-list-item::before {
  content: "";
  width: 100%;
  height: 100%;
  background: url(../images/entrance/image_entrance-bg01.jpg) no-repeat center/cover;
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.2s;
  z-index: -1;
}
.entrance-list-item:nth-child(n+2) {
  margin-top: 20px;
}
.entrance-list-item:nth-child(2)::before {
  background-image: url(../images/entrance/image_entrance-bg02.jpg);
}
.entrance-list-item:nth-child(3)::before {
  background-image: url(../images/entrance/image_entrance-bg03.jpg);
}
.entrance-list-item:hover::before {
  transform: scale(1.1);
  filter: brightness(0.8);
}
.entrance-list-link {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}
.entrance-list-link:hover {
  opacity: 1;
}
.entrance-list-ttl {
  width: 320px;
}

.entrance-footer {
  padding: 10px 0;
}
.entrance-footer .entrance-info {
  justify-content: center;
  width: 375px;
  margin: 0 auto;
}
.entrance-footer .entrance-info-item:not(:last-of-type) {
  margin: 20px 10px;
}
.entrance-footer-copyright {
  text-align: center;
  font-size: 1.2rem;
}

/*-----------------------------------------------------------------------

    main

-----------------------------------------------------------------------*/
/*
    page-top
--------------------*/
/* ▼top_greeting */
.top_greeting {
  background: url(../images/top/illust_greeting-bg01.png) no-repeat top 45px left calc(50% - 177px)/120px, url(../images/top/illust_greeting-bg02.png) no-repeat top 22px right calc(50% - 215px)/127px, url(../images/common/pattern/bg_beige.jpg);
}
.top_greeting-ttl {
  max-width: 350px;
  margin: 0 auto 30px;
  text-align: center;
}
.top_greeting-list {
  justify-content: center;
}
.top_greeting-list-item {
  width: 250px;
  margin: 0 20px;
}
.top_greeting-list-item:not(:last-of-type) {
  margin-bottom: 30px;
}
.top_greeting-list-item .common-btn {
  width: 100%;
}
@media screen and (min-width: 430px) {
  .top_greeting-list-item {
    width: 48%;
    margin: 0 1%;
  }
}
.top_greeting-list-img {
  margin-bottom: -25px;
  transition: all 0.2s;
}
.top_greeting-list-item:hover .top_greeting-list-img {
  transform: translateY(7px);
}
.top_greeting-list-item:hover .common-btn {
  transform: rotateZ(0.03deg) translateY(7px);
  box-shadow: 0 0px 0 #00356b;
}

/* ▼top_repaint */
.top_repaint {
  padding: 50px 0 70px;
  background: url(../images/top/repaint_bg-deco01.png) no-repeat bottom left calc(50% - 130px)/104px, url(../images/top/repaint_bg-deco02.png) no-repeat bottom right calc(50% - 130px)/70px, url(../images/top/repaint_bg-image.jpg) no-repeat left top/cover;
}
.top_repaint_wrap {
  position: relative;
  z-index: 10;
}
.top_repaint-ttl {
  margin: 0 auto 15px;
  padding: 0 5%;
  text-align: center;
  position: relative;
}
.top_repaint-ttl::before, .top_repaint-ttl::after {
  content: "";
  position: absolute;
  z-index: 1;
}
.top_repaint-ttl::before {
  width: 37px;
  height: 56px;
  background: url(../images/top/repaint_title-deco01.png) no-repeat center/contain;
  top: -17px;
  left: calc(50% - 160px);
}
.top_repaint-ttl::after {
  width: 77px;
  height: 80px;
  background: url(../images/top/repaint_title-deco02.png) no-repeat center/contain;
  top: 40px;
  right: calc(50% - 190px);
}
.top_repaint-ttl img {
  height: 80px;
}
.top_repaint-txt {
  margin: -0.45em 0;
  text-align: center;
  font-weight: 700;
  line-height: 1.9;
}
.top_repaint-txt br {
  display: block;
}
.top_repaint .common-btn {
  margin-top: 35px;
}

/* ▼top_news */
.top_news {
  background: url(../images/top/illust_news-bg.png) no-repeat top left calc(50% - 150px)/205px, url(../images/common/pattern/bg_beige.jpg);
}
.top_news-block-left {
  display: flex;
  align-items: flex-end;
  width: 100%;
  max-width: 400px;
  margin: 0 auto 30px;
}
.top_news-block-left .common-btn {
  width: 50%;
  margin-right: 0;
}
.top_news-block-ttl {
  width: 140px;
  text-align: center;
}
.top_news-block-cnt {
  width: 100%;
}

/*
    works
--------------------*/
/* ▼works_chart */
.works_chart {
  background: url(../images/common/illust_common-bg01.png) no-repeat top 100px center/contain, url(../images/common/pattern/bg_beige.jpg);
}
.works_chart-flex .common-block {
  width: 49%;
}
.works_chart-flex .common-block-ttl {
  height: 113px;
}
.works_chart-list {
  justify-content: center;
  justify-content: space-between;
  width: 100%;
  margin: 0 auto 40px;
  padding: 0 4% 0 2%;
}
.works_chart-list-item {
  width: 45%;
  margin-top: 33px;
  position: relative;
  counter-increment: works_chart-list;
}
.works_chart-list-item::before {
  content: "";
  width: 18px;
  height: 22px;
  margin: auto;
  background: url(../images/common/icon_arrow-deco01.png) no-repeat bottom/contain, linear-gradient(#5e3113, #5e3113) no-repeat center top/3px calc(100% - 4px);
  position: absolute;
  left: 0;
  right: 0;
  top: -27px;
}
.works_chart-list-item a.flex {
  display: block;
  width: 100%;
  padding: 10px 0;
  color: #fff;
  background: #da272d;
  border-radius: 5px;
  font-size: 1.4rem;
  font-weight: 900;
  line-height: 1.3077;
  letter-spacing: 0.08em;
  text-align: center;
}
.works_chart-list-item a.flex .txt-num {
  content: counter(works_chart-list);
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  width: 20px;
  height: 20px;
  margin: 0 auto 7px;
  padding: 0.1em 0 0 0.1em;
  background-color: #fff;
  border-radius: 50%;
  font-size: 84.615385%;
}
.works_chart-list-item a.flex::after {
  content: "";
  display: block;
  width: 32px;
  height: 38px;
  margin: 0 auto;
  background: url(../images/common/illust_works-chart_deco_red.png) no-repeat center/contain;
  position: absolute;
  bottom: -27px;
  right: 1px;
  pointer-events: none;
}
.works_chart-list-item:nth-child(2n) {
  margin-left: auto;
}
.works_chart-list-item.cl--green a.flex {
  background-color: #78be44;
}
.works_chart-list-item.cl--green a.flex::after {
  background-image: url(../images/common/illust_works-chart_deco_green.png);
}
.works_chart-list-item.cl--yellow a.flex {
  background-color: #f39400;
}
.works_chart-list-item.cl--yellow a.flex::after {
  background-image: url(../images/common/illust_works-chart_deco_yellow.png);
}
.works_chart-list-item.cl--cream a.flex {
  background-image: url(../images/common/illust_works-chart_bg_cream.png);
}
.works_chart-list-item.cl--cream a.flex::after {
  background-image: url(../images/common/illust_works-chart_deco_cream.png);
}
.works_chart-list-item.btn-empty::before {
  content: none;
}
.works_chart-list.diff-style {
  padding: 0;
}
.works_chart-list.diff-style .works_chart-list-item {
  width: 49%;
}
.works_chart-list.diff-style .works_chart-list-item a {
  padding: 10px 5px;
}
.works_chart-list.flex-center {
  justify-content: center;
}
.works_chart-list.flex-center .works_chart-list-item {
  width: 250px;
}
.works_chart-list.flex-center .works_chart-list-item::before {
  margin: 0 auto 0 20px;
  filter: drop-shadow(190px 0 0 #4a2c00);
}
.works_chart-guide li {
  width: 100%;
}
.works_chart-guide li .common-btn {
  width: 240px;
  height: 60px;
  font-size: 1.6rem;
  font-weight: 800;
}
.works_chart-guide li .common-btn::after {
  right: 25px;
}
.works_chart-guide li:not(:last-child) {
  margin-bottom: 28px;
}
.works_chart-guide-sub {
  margin: 30px auto 0;
}
.works_chart-guide-sub li {
  width: 47%;
}
.works_chart-guide-sub .arrow-btn {
  width: 100%;
  font-size: 1.4rem;
  margin-top: 0;
  padding-left: 20px;
}
.works_chart-guide-sub .arrow-btn::before {
  left: 5px;
}

/* ▼works_plans */
.works_plans {
  background: url(../images/common/pattern/bg_beige2.jpg);
  position: relative;
}
.works_plans-ttl {
  margin: 0 0 40px;
  text-align: center;
}
.works_plans-ttl img {
  height: 70px;
}
.works_plans-block {
  padding: 25px 20px;
  background-color: #fff;
  border-radius: 10px;
  counter-increment: works_plans-block;
}
.works_plans-block-ttl {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 0 20px;
  padding: 11px 0;
  color: #fff;
  background-color: #da272d;
  border-radius: 5px;
}
.works_plans-block-ttl .txt-num {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 45px;
  height: 45px;
  background-color: #fff;
  border-radius: 50%;
  margin: 0 16px 0 0;
  padding: 0 0 0.1em;
  font-size: 2rem;
  letter-spacing: -0.02em;
  font-weight: 900;
}
.works_plans-block-ttl .txt-main {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2rem;
  font-weight: 900;
  letter-spacing: 0.07em;
}
.works_plans-block-head {
  display: flex;
  align-items: center;
  margin: 25px 0 10px;
  font-size: 1.7rem;
  color: #78be44;
  font-weight: 800;
  letter-spacing: 0.06em;
}
.works_plans-block-head::before {
  content: "";
  width: 20px;
  height: 21px;
  margin: -15px 6px 0 0;
  background: url(../images/common/ico-brush.png) no-repeat center/contain;
}
.works_plans-block-head::after {
  content: "";
  flex: 1;
  height: 1px;
  margin: 0 0 0 25px;
  border-bottom: 1px solid #4a2c00;
}
.works_plans-block .common-table tr {
  flex-wrap: wrap;
}
.works_plans-block .common-table th {
  width: 100%;
  max-width: none;
}
.works_plans-block .common-table td {
  width: 100%;
  padding: 10px 10px;
}
.works_plans-block-link {
  justify-content: center;
  margin-top: 10px;
}
.works_plans-block-link li {
  margin: 10px;
}
.works_plans-block-link .common-btn {
  width: 240px;
  margin: 0 auto;
  font-size: 1.6rem;
}
.works_plans-block:not(:last-child) {
  margin-bottom: 30px;
}
.works_plans-block.cl--yellow .works_plans-block-ttl {
  background-color: #f39400;
}
.works_plans-block.cl--green .works_plans-block-ttl {
  background-color: #78be44;
}

/*
    page-repaint
--------------------*/
/* ▼repaint_greeting */
.repaint_greeting {
  background: url(../images/top/repaint_bg-deco01.png) no-repeat bottom left calc(50% - 540px), url(../images/top/repaint_bg-deco02.png) no-repeat bottom right calc(50% - 540px), url(../images/common/illust_common-bg01.png) no-repeat top 244px center, url(../images/common/pattern/bg_beige.jpg);
}
.repaint_greeting-ttl {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 0 40px;
  font-size: 2.3rem;
  font-weight: 900;
  letter-spacing: 0;
  text-align: center;
  position: relative;
  z-index: 10;
}
.repaint_greeting-ttl br {
  display: block;
}
.repaint_greeting-ttl::before, .repaint_greeting-ttl::after {
  content: "";
  width: 23px;
  height: 50px;
  background: url(../images/common/illust_flash01.png) no-repeat center/contain;
}
.repaint_greeting-ttl::after {
  background-image: url(../images/common/illust_flash02.png);
}
.repaint_greeting-ttl .txt-main {
  margin: 0 20px;
}
.repaint_greeting-ttl .font-line {
  color: #2374b9;
  background: none;
  position: relative;
}
.repaint_greeting-ttl .font-line::after {
  content: "";
  width: 199px;
  height: 47px;
  background: url(../images/common/illust_marker01.png) no-repeat center/contain;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: -1;
  transform: translate(-50%, -50%);
}
.repaint_greeting-txt {
  text-align: center;
  font-weight: 800;
}

/* ▼repaint_about */
.repaint_about {
  background: url(../images/repaint/image_repaint-bg.jpg) no-repeat top/cover;
}
.repaint_about_wrap {
  position: relative;
  z-index: 10;
}
.repaint_about-ttl {
  margin: 0 0 40px;
}
.repaint_about-list-item {
  width: 90%;
  margin: 0 auto;
}
.repaint_about-list-item:nth-child(n+2) {
  margin-top: 20px;
}
.repaint_about-lead {
  margin: 30px 0 0;
  font-size: 1.7rem;
  font-weight: 800;
  text-align: center;
}

/*
    page-information
--------------------*/
/* ▼information_main */
.information_main-block:not(:last-child) {
  margin-bottom: 50px;
}

.information_main-map {
  width: 100%;
  height: 240px;
  margin: 30px 0 0;
  background-color: #ccc;
}