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

    header

-----------------------------------------------------------------------*/
/* ▼page-header */
.page-header_wrap {
  align-items: center;
  width: 100%;
  height: 60px;
  padding: 0 4%;
  position: relative;
  z-index: 110;
}
.page-header-logo img {
  height: 50px;
}

/* pagetop */
.pagetop {
  width: 60px;
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 10000;
}

.pagetop a {
  transition: all 0.3s;
}

.pagetop.fixed a {
  pointer-events: all;
  opacity: 1;
}

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

    nav

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

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

.drawer-nav {
  background-color: #e9e9e2;
  z-index: 100;
}
.drawer-nav .drawer-menu > li > .drawer-menu-item {
  color: inherit;
  line-height: 1.3;
  font-size: 1.4rem;
  font-weight: 500;
  letter-spacing: 0.06em;
}
.drawer-nav .drawer-menu > li > .drawer-menu-item.current {
  background-color: rgba(179, 195, 140, 0.5);
}
.drawer-nav .drawer-menu > li > .drawer-menu-item.font-small {
  font-size: 0.9em;
}
.drawer-nav .drawer-menu > li > .drawer-menu-item.another-link::after {
  content: "";
  display: inline-block;
  width: 1em;
  height: 1em;
  margin-left: 0.3em;
  background: url(../images/common/icon_another_black.png) no-repeat center/contain;
  vertical-align: -0.05em;
}
.drawer-nav .drawer-menu > li > .drawer-menu-item span {
  display: inline-block;
  margin: 0 0 0 1em;
  font-size: 90%;
  color: #b3c38c;
}
.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: 150px;
  margin: 0 auto;
  position: relative;
  z-index: 100;
  /* ▼key-vis */
  /* ▼key-cnt */
  /* ▼key-ttl */
}
.key::before {
  content: "";
  width: 120px;
  height: 100%;
  background-color: #b3c38c;
  position: absolute;
  top: -150px;
  left: 0;
  z-index: 100;
}
.key-vis {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  position: relative;
  z-index: 100;
}
.key-vis video {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.key-vis img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.key-cnt {
  display: flex;
  align-self: center;
  justify-content: center;
  position: absolute;
  text-align: center;
  z-index: 110;
}
.key-ttl {
  display: flex;
  justify-content: center;
  width: 300px;
  position: absolute;
  bottom: 30px;
  left: 5%;
  z-index: 110;
  /* ▼key-ttl-sub */
}
.key-ttl-sub {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 2rem;
  font-weight: 400;
  letter-spacing: 0.16em;
  text-shadow: 0 0 10px rgba(51, 51, 51, 0.5);
}

#top .key {
  justify-content: center;
  height: 300px;
  /* ▼key-vis */
}
#top .key-vis {
  width: 100%;
  margin: 0;
}

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

    footer

-----------------------------------------------------------------------*/
.page-footer {
  position: relative;
  background-color: #e9e9e2;
  /* ▼page-footer-main */
  /* &nav */
}
.page-footer::after {
  content: "";
  width: 185px;
  height: 94.166667px;
  background: url(../images/common/illust_footer-deco_01.png) no-repeat center left 70px/contain;
  position: absolute;
  top: -39px;
  right: 0;
  z-index: 10;
}
.page-footer_wrap {
  justify-content: center;
  padding: 50px 0;
}
.page-footer-main-top {
  align-items: center;
  justify-content: center;
  margin: 0 0 30px;
}
.page-footer-ttl {
  width: auto;
  margin-right: 30px;
}
.page-footer-ttl a {
  display: inline-block;
}
.page-footer-info-item:not(:last-of-type) {
  margin-bottom: 30px;
}
.page-footer-info-time {
  justify-content: flex-start;
}
.page-footer-info-time dt {
  flex: 0 0 auto;
}
.page-footer-info-banner {
  text-align: center;
}
.page-footer-detail {
  width: 100%;
}
.page-footer-nav {
  width: 100%;
  align-items: flex-start;
  justify-content: center;
  line-height: 2.133333;
  font-size: 1.3rem;
  font-weight: 500;
}
.page-footer-nav-item {
  margin-top: 2.666667em;
  padding-top: 1.333333em;
  border-top: 1px solid;
}
.page-footer-nav-item:nth-child(n+2) {
  margin-left: 15px;
}
.page-footer-nav ul {
  margin: -0.566667em 0;
}

/* ▼copyright */
.copyright {
  width: 100%;
  border-top: 1px solid #9a9996;
  padding: 15px 10px;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1;
  text-align: left;
  letter-spacing: 0.05em;
}

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

    entrance

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

.entrance-list {
  width: 100%;
}
.entrance-list-item {
  width: 100%;
  height: 200px;
  margin: 10px 0;
  position: relative;
  z-index: 10;
}
.entrance-list-item::before {
  content: "";
  width: 100%;
  height: 100%;
  background: url(../images/entrance/image_bg01.jpg) no-repeat center/cover;
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.2s;
  z-index: -1;
}
.entrance-list-item::after {
  content: "";
  width: 120px;
  height: 85px;
  background-color: #9a9996;
  position: absolute;
  bottom: -10px;
  right: -10px;
  z-index: -2;
}
.entrance-list-item:nth-child(1) {
  grid-area: 1/1/3/2;
}
.entrance-list-item:nth-child(1)::after {
  width: 210px;
  height: 150px;
  background-color: #b3c38c;
  right: auto;
  bottom: -15px;
  left: -15px;
}
.entrance-list-item:nth-child(1) .entrance-list-ttl {
  font-size: 2rem;
}
.entrance-list-item:nth-child(1) .entrance-list-ttl .txt-sub {
  top: 0;
  left: 0;
  transform: translate(-50%, -70%);
}
.entrance-list-item:nth-child(2) {
  grid-area: 1/2/2/3;
}
.entrance-list-item:nth-child(2)::before {
  background-image: url(../images/entrance/image_bg02.jpg);
}
.entrance-list-item:nth-child(2) .entrance-list-link::before {
  background: url(../images/entrance/illust_deco02.png) no-repeat left bottom/120px;
}
.entrance-list-item:nth-child(3) {
  grid-area: 2/2/3/3;
}
.entrance-list-item:nth-child(3)::before {
  background-image: url(../images/entrance/image_bg03.jpg);
}
.entrance-list-item:nth-child(3) .entrance-list-link::before {
  background: url(../images/entrance/illust_deco03.png) no-repeat left 10px bottom/120px;
}
.entrance-list-item:hover::before {
  filter: brightness(0.7);
}
.entrance-list-link {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}
.entrance-list-link::before {
  content: "";
  width: 100%;
  height: 100%;
  background: url(../images/entrance/illust_deco01.png) no-repeat bottom right 15px/200px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  pointer-events: none;
}
.entrance-list-link::after {
  content: "";
  width: 32px;
  height: 32px;
  background: url(../images/common/icon_arrow01_white.png) no-repeat center/contain;
  position: absolute;
  bottom: 20px;
  right: 20px;
  z-index: 10;
  pointer-events: none;
}
.entrance-list-link:hover {
  opacity: 1;
}
.entrance-list-ttl {
  width: auto;
  padding: 0 0 0.352941em;
  color: #fff;
  font-size: 1.7rem;
  letter-spacing: 0.16em;
  border-bottom: 2px solid;
  position: relative;
}
.entrance-list-ttl .txt-sub {
  display: block;
  width: auto;
  position: absolute;
  right: 0;
  top: 100%;
  z-index: 10;
  transform: translateX(50%);
}

.entrance-footer {
  padding: 10px 0;
}
.entrance-footer .common-info {
  justify-content: center;
}
.entrance-footer-copyright {
  text-align: center;
  font-size: 1.2rem;
}

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

    main

-----------------------------------------------------------------------*/
/*
    page-top
--------------------*/
/* ▼top_concept */
.top_concept {
  overflow: hidden;
  background: linear-gradient(#b3c38c, #b3c38c) no-repeat left top/30% 200px;
}
.top_concept-block {
  align-items: center;
  position: relative;
  z-index: 10;
}
.top_concept-block::after {
  content: "";
  position: absolute;
  z-index: -1;
}
.top_concept-block-img {
  width: calc(100% + 20px);
  height: 240px;
}
.top_concept-block-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.top_concept-block-cnt {
  width: 100%;
  margin: 30px 0 0;
}
.top_concept-block-cnt-ttl {
  margin: 0 0 calc(30px - 0.275em);
  font-size: 2rem;
  line-height: 1.55;
  letter-spacing: 0.016em;
  position: relative;
}
.top_concept-block-cnt-ttl br {
  display: block;
}
.top_concept-block-cnt-ttl .txt-sub {
  color: #9a9996;
  font-size: 2.25em;
  line-height: 1;
  position: absolute;
  top: 0;
  left: 0;
  transform: translate(-15px, -1em) rotate(-8deg);
}
.top_concept-block-cnt .common-btn {
  margin-top: 35px;
}
.top_concept-block:nth-of-type(n+2) {
  margin-top: 60px;
}
.top_concept-block:nth-of-type(odd)::after {
  width: 178.666667px;
  height: 97px;
  background: url(../images/top/illust_concept-deco01.png) no-repeat center/contain;
  top: 240px;
  right: -20px;
}
.top_concept-block:nth-of-type(odd) .top_concept-block-img {
  margin-left: -20px;
}
.top_concept-block:nth-of-type(even) {
  flex-direction: row-reverse;
}
.top_concept-block:nth-of-type(even)::after {
  width: 201.666667px;
  height: 73.333333px;
  background: url(../images/top/illust_concept-deco02.png) no-repeat center/contain;
  top: 240px;
  right: -20px;
}
.top_concept-block:nth-of-type(even) .top_concept-block-img {
  margin-right: -20px;
}

/* ▼top_custom */
.top_custom {
  padding: 0 0 60px;
  color: #fff;
  background: #9a9996 url(../images/top/illust_custom-deco01.png) no-repeat right min(0px, calc(50% - 180px)) bottom 23px/400px;
  position: relative;
  z-index: 10;
}
.top_custom-block {
  align-items: center;
}
.top_custom-block-img {
  width: calc(100% + 40px);
  height: 280px;
  margin: -35px -20px 0;
  clip-path: polygon(50% 0%, 100% 35px, 100% 100%, 0 100%, 0% 35px);
  z-index: -1;
}
.top_custom-block-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.top_custom-block-cnt {
  width: 100%;
  margin: 30px 0 0;
}
.top_custom-block-cnt-ttl {
  margin: 0 0 30px;
  font-size: 2rem;
}
.top_custom-block-cnt-ttl .txt-sub {
  display: block;
  margin: 0 0 0.328571em;
  line-height: 0.7;
  font-size: 2em;
}
.top_custom-block-cnt .common-btn {
  margin: 40px 0 0;
}

/* ▼top-banner */
.top-banner {
  width: calc(100% - 40px);
  margin: 0 auto;
  border: 1px solid;
  background-color: #e9e9e2;
  font-size: clamp(1.3rem, 3.466667vw, 2.6rem);
}
.top-banner-ttl {
  font-size: 2.307692em;
  letter-spacing: 0.16em;
}
.top-banner-txt {
  font-size: inherit;
  line-height: 1.6923;
}
.top-banner.banner01 {
  padding: 4.230769em 0 2.307692em;
  background: url(../images/top/illust_banner01_deco_01.png) no-repeat bottom left/26.4%, url(../images/top/illust_banner01_deco_02.png) no-repeat center right 35px/19.6%, #e9e9e2;
}
.top-banner.banner01 .top-banner-ttl {
  margin: -0.2em 0 0.85em;
  text-align: center;
}
.top-banner.banner01 .top-banner-ttl .txt-dots {
  position: relative;
}
.top-banner.banner01 .top-banner-ttl .txt-dots::before {
  content: "";
  width: 100%;
  height: 10px;
  background: radial-gradient(circle, #333333 3px, transparent 3px) repeat-x top left/1.1em 6px;
  position: absolute;
  top: 0;
  left: 0;
}
.top-banner.banner01 .top-banner-txt {
  margin: -0.34615em 0;
  text-align: center;
}
.top-banner.banner01 .top-banner-txt br {
  display: block;
}
.top-banner.banner01 .arrow-btn {
  margin-top: 2.307692em;
}
.top-banner.banner01 .arrow-btn .txt-main {
  font-size: inherit;
}
.top-banner.banner02 {
  margin: 0 auto;
  position: relative;
  background: #e9e9e2 url(../images/top/illust_banner02_deco_01.png) no-repeat top 12.533333vw left 19.466667vw/47.866667%;
}
.top-banner.banner02 .top-banner-cnt {
  width: 100%;
  padding: 2.038462em 2.038462em 2.692308em;
}
.top-banner.banner02 .top-banner-ttl {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: -0.2em 0 0.683333em;
  padding: 0 0 0.35em;
  background: radial-gradient(circle, #9a9996 2px, transparent 2px) repeat-x bottom left/12px 4px;
  text-align: left;
}
.top-banner.banner02 .top-banner-ttl .txt-sub {
  color: #9a9996;
  font-size: 1.833333em;
  line-height: 0.863636;
  letter-spacing: 0;
  position: absolute;
  top: 0.727273em;
  left: 0.327273em;
  transform: rotate(-8deg);
  pointer-events: none;
}
.top-banner.banner02 .top-banner-ttl .txt-sub span {
  display: inline-block;
  margin-left: 1.6em;
}
.top-banner.banner02 .top-banner-ttl::after {
  content: "";
  width: 0.8em;
  height: 0.8em;
  background: url(../images/common/icon_arrow01_black.png) no-repeat center/contain;
}
.top-banner.banner02 .top-banner-txt {
  font-weight: 700;
  letter-spacing: 0.1em;
}
.top-banner.banner02 .top-banner-img {
  width: 37.333333%;
  margin-left: auto;
}

/* ▼top_guide */
.top_guide-list {
  width: 100%;
  padding: 0 0 50px;
  margin: 50px auto;
  background: linear-gradient(#e9e9e2, #e9e9e2) no-repeat right bottom/80% 100px;
}
.top_guide-list-item {
  overflow: hidden;
  width: calc(100% - 20px);
  height: 240px;
  color: #fff;
  position: relative;
  z-index: 10;
}
.top_guide-list-item::before {
  content: "";
  width: 100%;
  height: 100%;
  background: url(../images/top/image_guide-img01.jpg) no-repeat center/cover;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  transition: all 0.2s;
}
.top_guide-list-item a {
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
}
.top_guide-list-item a:hover {
  opacity: 1;
}
.top_guide-list-item:hover::before {
  transform: scale(1.1);
  filter: brightness(0.7);
}
.top_guide-list-cnt {
  display: flex;
  align-items: center;
  position: relative;
  padding-left: 25px;
  font-size: 2rem;
}
.top_guide-list-cnt::before {
  content: "";
  width: 2.15em;
  height: 2.15em;
  margin-right: 15px;
  background: url(../images/top/icon_guide-icon_01.png) no-repeat center/contain;
}
.top_guide-list-cnt-ttl {
  margin: -0.15em 0;
  font-size: inherit;
}
.top_guide-list-cnt-txt {
  margin: 1em 0 0;
  font-size: 1.3rem;
}
.top_guide-list-cnt-txt .font-marker {
  display: inline-block;
  padding: 0 0.823529em;
  color: #333333;
  font-weight: 700;
  background-color: #fff;
}
.top_guide-list .arrow-btn {
  position: absolute;
  bottom: 20px;
  right: 20px;
  z-index: 10;
}
.top_guide-list-item:nth-child(n+2) {
  margin-top: 20px;
}
.top_guide-list-item:nth-child(2) {
  margin-left: auto;
}
.top_guide-list-item:nth-child(2)::before {
  background-image: url(../images/top/image_guide-img02.jpg);
}
.top_guide-list-item:nth-child(2) .top_guide-list-cnt::before {
  background-image: url(../images/top/icon_guide-icon_02.png);
}

/* ▼top_contact */
.top_contact {
  background-color: #b3c38c;
  position: relative;
  z-index: 10;
}
.top_contact-list {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.top_contact-list-item {
  flex: 1;
  height: 360px;
}
.top_contact-list-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.top_contact-block {
  padding: 75px 40px 24px;
  position: relative;
}
.top_contact-block::before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: #fff;
  clip-path: polygon(50% 0%, 100% 60px, 100% 100%, 0 100%, 0% 60px);
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.top_contact-block-lead {
  width: 105px;
  position: absolute;
  top: 50px;
  left: calc(50% - 160px);
  z-index: 10;
}
.top_contact-block-ttl {
  margin: 0 0 20px 45px;
  font-size: 2rem;
  text-align: center;
  letter-spacing: 0.16em;
  position: relative;
  z-index: 20;
}
.top_contact-block-ttl .txt-sub {
  display: block;
  margin: 0 0 10px;
  color: #b3c38c;
  font-size: 2em;
  font-weight: 500;
  line-height: 0.7;
  letter-spacing: 0;
}
.top_contact-block .common-info {
  align-items: center;
  justify-content: center;
}

/* ▼top_news */
.top_news-block-left {
  display: flex;
  align-items: flex-end;
  justify-content: space-around;
  width: calc(100% - 20px);
  max-width: 350px;
  margin: 0 auto;
}
.top_news-block-left .top_news-block-ttl {
  width: 150px;
  font-size: 2rem;
  letter-spacing: 0.16em;
  text-align: center;
  position: relative;
}
.top_news-block-left .top_news-block-ttl .txt-sub {
  color: #9a9996;
  font-size: 3em;
  line-height: 1;
  position: absolute;
  top: 0;
  left: 0;
  transform: translate(-0.3em, -0.7em) rotate(-8deg);
}
.top_news-block-left .common-btn {
  width: 180px;
  margin: 0;
}
.top_news-block-cnt {
  width: 100%;
  margin: 30px 0 0;
}

/*
    page-about
--------------------*/
/* ▼about_section */
.about_section .common-block::after {
  content: "";
  width: 154px;
  height: 73.5px;
  background: url(../images/common/illust_hand_01.png) no-repeat center/contain;
  position: absolute;
  bottom: -30px;
  left: calc(50% - 150px);
  z-index: 10;
}

/* ▼about_strength */
.about_strength .common-article_left {
  padding: 50px 0 60px;
}
.about_strength .common-block-img {
  margin: 0 0 0 -20px;
  position: relative;
  z-index: 10;
}
.about_strength .common-block-img::after {
  content: "";
  width: 115px;
  height: 80px;
  background-color: #b3c38c;
  position: absolute;
  bottom: -10px;
  right: -20px;
  z-index: -1;
}
.about_strength .common-block:nth-of-type(n+2) {
  margin-top: 50px;
}
.about_strength .common-block:nth-of-type(even) {
  flex-direction: row-reverse;
}
.about_strength .common-block:nth-of-type(even) .common-block-img {
  margin: 0 -20px 0 0;
}
.about_strength .common-block:nth-of-type(even) .common-block-img::after {
  right: auto;
  left: -20px;
}

/* ▼about_area */
.about_area-block-cnt {
  margin-left: auto;
  text-align: center;
}
.about_area-block-cnt br {
  display: block;
}
.about_area-block::after {
  content: "";
  width: calc(100% + 40px);
  height: 100%;
  background: url(../images/about/area-img01.png) no-repeat center/cover;
  position: absolute;
  top: 0;
  left: -20px;
  z-index: -1;
}

/* ▼about_service */
.about_service-list {
  justify-content: center;
}
.about_service-list-item {
  width: 280px;
  margin: 10px;
}
.about_service-list-item .common-btn {
  width: 100%;
}

/*
    page-custom-built
--------------------*/
/* ▼custom-built_service */
.custom-built_service .common-block:nth-of-type(n+2) {
  margin-top: 40px;
}
.custom-built_service-commit {
  width: 100%;
  margin: 40px 0 0;
  position: relative;
  z-index: 10;
}
.custom-built_service-commit::before {
  content: "";
  width: 68px;
  height: 71px;
  background: url(../images/common/illust_woman.png) no-repeat center/contain;
  position: absolute;
  top: 25px;
  right: calc(50% - 170px);
  z-index: -1;
}
.custom-built_service-commit-ttl {
  margin: 0 0 30px;
  text-align: center;
  font-size: 1.8rem;
  letter-spacing: 0.16em;
}
.custom-built_service-commit-ttl .txt-main {
  display: inline-block;
}
.custom-built_service-commit-ttl .txt-main::after {
  content: "";
  display: block;
  width: 100%;
  height: 4px;
  margin: 12px auto 0;
  background: radial-gradient(circle, #9a9996 2px, transparent 2px) repeat-x top left/12px 4px;
}
.custom-built_service-commit-list {
  justify-content: center;
  position: relative;
}
.custom-built_service-commit-list-item {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 200px;
  padding: 15px 12px;
  background-color: #f3f3ec;
  border-radius: 10px;
  position: relative;
}
.custom-built_service-commit-list-item br {
  display: block;
}
.custom-built_service-commit-list-item::after {
  content: "";
  width: 37px;
  height: 24px;
  background: url(../images/common/illust_balloon_01.png) no-repeat center/contain;
  position: absolute;
  top: 100%;
  left: 26px;
}
.custom-built_service-commit-list-item:nth-child(n+2) {
  margin-top: 35px;
}
.custom-built_service-commit-list-item:nth-of-type(odd) {
  margin-right: 30px;
}
.custom-built_service-commit-list-item:nth-of-type(even) {
  margin-left: 30px;
}

/* ▼custom-built_charm */
.custom-built_charm .common-block {
  align-items: center;
}
.custom-built_charm .common-block:nth-of-type(n+2) {
  margin-top: 40px;
}
.custom-built_charm .common-block-cnt {
  width: 100%;
}

/* ▼common_contact */
.common_contact {
  padding-top: 0;
  background: linear-gradient(#b3c38c, #b3c38c) no-repeat bottom/1500px 260px;
}
.common_contact_wrap {
  padding: 60px 0 30px;
  background-color: #fff;
  clip-path: polygon(50% 0%, 100% 60px, 100% 100%, 0 100%, 0% 60px);
}
.common_contact-ttl {
  margin: 0 0 20px;
  font-size: 2rem;
  text-align: center;
  letter-spacing: 0.16em;
  position: relative;
  z-index: 20;
}
.common_contact-ttl .txt-sub {
  display: block;
  margin: 0 0 10px;
  color: #b3c38c;
  font-size: 2em;
  font-weight: 500;
  line-height: 0.7;
  letter-spacing: 0;
}
.common_contact-txt {
  text-align: center;
}
.common_contact-txt br {
  display: block;
}
.common_contact .common-info-btn {
  margin: 30px auto 0;
}

/*
    page-high-performance
--------------------*/
/* ▼high-performance_section */
.high-performance_section .common-block {
  align-items: center;
}
.high-performance_section .high-performance_about-feature {
  margin: 50px 0 0;
}
.high-performance_section .high-performance_about-feature-list {
  justify-content: flex-start;
}
.high-performance_section .high-performance_about-feature-list-item {
  align-items: center;
}
.high-performance_section .high-performance_about-feature-list-item:nth-child(n+2) {
  margin-left: 40px;
}
.high-performance_section .high-performance_about-feature-list-item:nth-child(n+3) {
  margin-top: 30px;
}
.high-performance_section .high-performance_about-feature-list-item:nth-child(3) {
  margin-left: auto;
}
.high-performance_section .high-performance_about-feature-list-ttl {
  width: auto;
  margin: 0 40px 0 0;
}
.high-performance_section .high-performance_about-feature-lead {
  margin: 60px 0 0;
  text-align: center;
}
.high-performance_section .high-performance_sozai-lead {
  text-align: center;
}
.high-performance_section .high-performance_sozai-article {
  margin: 40px 0 0;
}
.high-performance_section .high-performance_sozai-article .common-head {
  margin: 0;
}
.high-performance_section .high-performance_sozai-article .common-block {
  background-color: #f3f3ec;
  padding: 40px 40px;
}
.high-performance_section .high-performance_sozai-article .common-block-cnt {
  width: 710px;
}
.high-performance_section .high-performance_sozai-desc {
  width: 100%;
  margin: 30px 0 0;
  position: relative;
}
.high-performance_section .high-performance_sozai-desc::before {
  content: "";
  width: 110px;
  height: 110px;
  background: url(../images/common/icon_germany.png) no-repeat center/contain;
  position: absolute;
  top: 0px;
  left: 0;
}
.high-performance_section .high-performance_sozai-desc-ttl {
  margin: 0 0 20px;
  padding: 0 0 10px;
  font-size: 2.2rem;
  border-bottom: 1px solid #9a9996;
}
.high-performance_section .high-performance_sozai-desc-ttl, .high-performance_section .high-performance_sozai-desc-txt {
  padding-left: 140px;
}
.high-performance_section .high-performance_graph-lead {
  margin: 2.5em 0 0;
  font-size: 2rem;
  text-align: center;
}

/*
    page-renovation-remodeling
--------------------*/
/* ▼renovation-remodeling_section */
.renovation-remodeling_section .renovation-remodeling_service .common-block-cnt-ttl {
  position: relative;
}
.renovation-remodeling_section .renovation-remodeling_service .common-block-cnt-ttl .txt-sub {
  color: #9a9996;
  font-size: 1.9231em;
  line-height: 1;
  position: absolute;
  right: 0;
  transform: rotate(-8deg);
}
.renovation-remodeling_section .renovation-remodeling_service .common-block-cnt-desc:not(:last-of-type) {
  margin-bottom: 2.352941em;
}
.renovation-remodeling_section .renovation-remodeling_service-lead {
  margin: 2.941176em 0 0;
  text-align: center;
}
.renovation-remodeling_section .renovation-remodeling_service-case {
  margin: 2.941176em 0 0;
}
.renovation-remodeling_section .renovation-remodeling_service-case-list {
  justify-content: center;
}
.renovation-remodeling_section .renovation-remodeling_service-case-list-item {
  width: 340px;
  position: relative;
  background-color: #f3f3ec;
}
.renovation-remodeling_section .renovation-remodeling_service-case-list-item:nth-child(n+2) {
  margin-top: 30px;
}
.renovation-remodeling_section .renovation-remodeling_service-case-list-ttl {
  position: absolute;
  top: 20px;
  left: -16px;
  z-index: 10;
}
.renovation-remodeling_section .renovation-remodeling_service-case-list-txt {
  padding: 1.764706em;
}
.renovation-remodeling_section .renovation-remodeling_service-case-list-txt br {
  display: block;
}
.renovation-remodeling_section .renovation-remodeling_service-case-list-txt p:last-child {
  text-align: right;
}
.renovation-remodeling_section .renovation-remodeling_charm .common-block-cnt {
  width: 730px;
}
.renovation-remodeling_section .renovation-remodeling_charm .common-block:nth-child(n+2) {
  margin-top: 50px;
}

/*
    page-model-house
--------------------*/
/* ▼model-house_section */
.model-house_section .model-house_greeting-txt {
  text-align: center;
}
.model-house_section .model-house_about-txt {
  text-align: center;
}
.model-house_section .model-house_about-article {
  width: 100%;
  margin: 30px 0 0;
}
.model-house_section .model-house_about-article-img {
  margin: 0 0 20px;
}
.model-house_section .model-house_about-article-ttl {
  display: block;
  text-align: center;
}
.model-house_section .model-house_about-article-ttl .font-small {
  display: block;
  margin: 0.5em 0 0;
  font-size: 0.5385em;
}
.model-house_section .model-house_lodging .common-block {
  align-items: center;
}

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

.information_main-map {
  width: calc(100% + 40px);
  height: 240px;
  margin: 50px -20px 0;
  background-color: #ccc;
}