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

    header

-----------------------------------------------------------------------*/
.page-header {
  width: 100%;
  background-color: #f3f3ec;
  position: relative;
}
.page-header_wrap {
  align-items: center;
  width: 100%;
  height: 100px;
  padding: 0 30px;
  position: relative;
  z-index: 110;
}
.page-header-logo {
  align-self: center;
}
.page-header-logo a {
  display: inline-block;
}
.page-header h1 {
  line-height: 1;
}
.page-header-detail {
  align-items: center;
  margin: 0 0 0 30px;
}
.page-header-detail-txt {
  margin-right: 16px;
}

/* pagetop */
.pagetop {
  position: fixed;
  bottom: 50px;
  right: 30px;
  z-index: 100;
}

.pagetop a {
  transition: all 0.3s;
}

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

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

    nav

-----------------------------------------------------------------------*/
/* ▼global-nav */
.global-nav {
  width: 100%;
  line-height: 1;
  color: #fff;
  background-color: #9a9996;
  font-size: 1.5rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  position: relative;
  z-index: 110;
}
.global-nav .hd-nav {
  align-items: center;
  justify-content: center;
  height: 50px;
}
.global-nav .hd-nav li {
  display: flex;
  align-items: center;
  position: relative;
}
.global-nav .hd-nav li:not(:last-child) {
  margin-right: 2em;
}
.global-nav .hd-nav li a {
  position: relative;
  z-index: 10;
}
.global-nav .hd-nav li a.another-link::after {
  content: "";
  display: inline-block;
  width: 15px;
  height: 15px;
  margin-left: 0.3em;
  background: url(../images/common/icon_another_white.png) no-repeat center/contain;
  vertical-align: -0.05em;
}
.global-nav .hd-nav li a:hover,
.global-nav .hd-nav li a.current {
  opacity: 1;
  color: #cadc2b;
}

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

    key

-----------------------------------------------------------------------*/
.key {
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 300px;
  margin: 0 auto;
  position: relative;
  z-index: 100;
  /* ▼key-vis */
  /* ▼key-cnt */
  /* ▼key-ttl */
}
.key::before {
  content: "";
  width: 600px;
  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;
  left: max(50% - 530px, 40px);
  text-align: center;
  z-index: 110;
}
.key-ttl {
  display: flex;
  justify-content: center;
  width: auto;
  position: absolute;
  left: 90px;
  bottom: 104px;
  z-index: 110;
  /* ▼key-ttl-sub */
}
.key-ttl-sub {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 4rem;
  font-weight: 400;
  letter-spacing: 0.16em;
  text-shadow: 0 0 10px rgba(51, 51, 51, 0.5);
}

#top .key {
  justify-content: center;
  height: 750px;
  /* ▼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: clamp(370px, 0.289063vw, 444px);
  height: clamp(188.333333px, 0.147135vw, 226px);
  background: url(../images/common/illust_footer-deco_01.png) no-repeat center/contain;
  position: absolute;
  top: -39px;
  right: max(0px, calc(50% - 880px));
  z-index: 10;
}
.page-footer_wrap {
  align-items: flex-end;
  padding: 100px 0;
}
.page-footer-main-top {
  align-items: center;
  justify-content: flex-start;
  margin: 0 0 50px;
}
.page-footer-main-top .common-info {
  margin-left: 40px;
}
.page-footer-ttl {
  width: auto;
}
.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-nav {
  align-items: flex-end;
  line-height: 2.133333;
  font-size: 1.5rem;
  font-weight: 500;
}
.page-footer-nav-item {
  margin-left: 2.666667em;
  padding-left: 1.333333em;
  border-left: 1px solid;
}
.page-footer-nav-item a.another-link::after {
  content: "";
  display: inline-block;
  width: 15px;
  height: 15px;
  margin-left: 0.3em;
  background: url(../images/common/icon_another_black.png) no-repeat center/contain;
  vertical-align: -0.05em;
}
.page-footer-nav ul {
  margin: -0.566667em 0;
}

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

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

    entrance

-----------------------------------------------------------------------*/
#entrance .page-header-detail-txt,
#entrance .key,
#entrance .breadcrumbs,
#entrance .global-nav,
#entrance .page-footer {
  display: none;
}

.entrance-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(2, 1fr);
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  width: 100%;
  max-width: 1300px;
  height: 640px;
  margin: 40px auto;
}
.entrance-list-item {
  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;
  clip-path: polygon(50% 0%, 100% 70px, 100% 100%, 0 100%, 0% 70px);
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.2s;
  z-index: -1;
}
.entrance-list-item::after {
  content: "";
  width: 240px;
  height: 170px;
  background-color: #9a9996;
  position: absolute;
  bottom: -20px;
  right: -20px;
  z-index: -2;
}
.entrance-list-item:nth-child(1) {
  grid-area: 1/1/3/2;
}
.entrance-list-item:nth-child(1)::after {
  width: 420px;
  height: 300px;
  background-color: #b3c38c;
  right: auto;
  bottom: -30px;
  left: -30px;
}
.entrance-list-item:nth-child(1) .entrance-list-ttl {
  margin: 0 0 120px;
  font-size: 4rem;
}
.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;
}
.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;
}
.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 30px;
  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: 3.4rem;
  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 {
  margin: 80px 0 0;
}
.entrance-footer .entrance-info {
  display: none;
}
.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/calc(50% - 360px) 430px;
}
.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: clamp(540px, 43.506494vw, 670px);
  height: 480px;
}
.top_concept-block-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.top_concept-block-cnt {
  width: 540px;
}
.top_concept-block-cnt-ttl {
  font-size: 4rem;
  line-height: 1.55;
  letter-spacing: 0.016em;
  position: relative;
}
.top_concept-block-cnt-ttl .txt-sub {
  color: #9a9996;
  font-size: 2.25em;
  line-height: 1;
  position: absolute;
  top: 0;
  left: 0;
  transform: translate(-1.9em, -0.777778em) rotate(-8deg);
}
.top_concept-block-cnt .common-btn {
  margin: 40px 0 0;
}
.top_concept-block:nth-of-type(n+2) {
  margin-top: 140px;
}
.top_concept-block:nth-of-type(odd)::after {
  width: 536px;
  height: 291px;
  background: url(../images/top/illust_concept-deco01.png) no-repeat center/contain;
  bottom: -40px;
  right: -420px;
}
.top_concept-block:nth-of-type(odd) .top_concept-block-img {
  margin-left: clamp(-230px, calc(-50vw + 540px), -100px);
}
.top_concept-block:nth-of-type(odd) .top_concept-block-cnt-ttl {
  margin: 0 0 calc(50px - 0.275em);
}
.top_concept-block:nth-of-type(even) {
  flex-direction: row-reverse;
}
.top_concept-block:nth-of-type(even)::after {
  width: 605px;
  height: 220px;
  background: url(../images/top/illust_concept-deco02.png) no-repeat center/contain;
  bottom: -80px;
  left: calc(50% - 265px);
}
.top_concept-block:nth-of-type(even) .top_concept-block-img {
  margin-right: clamp(-230px, calc(-50vw + 540px), -100px);
}
.top_concept-block:nth-of-type(even) .top_concept-block-cnt-ttl {
  margin: 0 0 calc(50px - 0.275em);
}

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

/* ▼top-banner */
.top-banner {
  border: 1px solid;
  background-color: #e9e9e2;
}
.top-banner-ttl {
  font-size: 4rem;
  letter-spacing: 0.16em;
}
.top-banner.banner01 {
  width: 900px;
  margin: 0 auto;
  padding: 58px 0 41px;
  background: url(../images/top/illust_banner01_deco_01.png) no-repeat bottom left 37px, url(../images/top/illust_banner01_deco_02.png) no-repeat center right 64px, #e9e9e2;
}
.top-banner.banner01 .top-banner-ttl {
  margin: -0.2em 0 calc(30px - 0.15em);
  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 {
  text-align: center;
}
.top-banner.banner01 .arrow-btn {
  margin-top: 30px;
}
.top-banner.banner02 {
  flex-direction: row-reverse;
  width: 1080px;
  margin: 0 auto;
  position: relative;
}
.top-banner.banner02 .top-banner-cnt {
  flex: 1;
  padding: 100px 60px;
  background: url(../images/top/illust_banner02_deco_01.png) no-repeat center right -42px;
}
.top-banner.banner02 .top-banner-ttl {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: -0.2em 0 calc(30px - 0.15em);
  padding: 0 0 calc(23px - 0.15em);
  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: 2.25em;
  line-height: 1;
  position: absolute;
  top: 0;
  left: 0;
  transform: translate(-1.4em, 0) rotate(-8deg);
  pointer-events: none;
}
.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 .arrow-btn {
  margin-top: 30px;
}

/* ▼top_guide */
.top_guide-list {
  justify-content: center;
  width: 100%;
  padding: 0 0 100px;
  margin: 100px auto;
  background: linear-gradient(#e9e9e2, #e9e9e2) no-repeat right bottom/calc(100% - 280px) 360px;
}
.top_guide-list-item {
  overflow: hidden;
  width: calc(50% - 140px);
  min-width: 620px;
  height: 340px;
  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: 50px;
  font-size: clamp(3.1rem, 2.083333vw, 4rem);
}
.top_guide-list-cnt::before {
  content: "";
  width: 2.15em;
  height: 2.15em;
  margin-right: 30px;
  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.7rem;
}
.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-left: 40px;
}
.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 {
  padding: 80px 0;
  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 {
  width: 1280px;
  margin: 0 -100px;
  padding: 87px 100px 60px;
  position: relative;
}
.top_contact-block::before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: #fff;
  clip-path: polygon(50% 0%, 100% 120px, 100% 100%, 0 100%, 0% 120px);
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.top_contact-block-lead {
  position: absolute;
  top: -10px;
  left: 270px;
}
.top_contact-block-ttl {
  margin: 0 0 50px;
  font-size: 2.6rem;
  text-align: center;
  letter-spacing: 0.16em;
}
.top_contact-block-ttl .txt-sub {
  display: block;
  margin: 0 0 18px;
  color: #b3c38c;
  font-size: 70px;
  font-weight: 500;
  line-height: 0.7;
  letter-spacing: 0;
}
.top_contact-block .common-info {
  align-items: center;
  justify-content: center;
}
.top_contact-block .common-info-tel {
  font-size: 4.6rem;
}
.top_contact-block .common-info-tel-note img {
  margin: 0 auto;
}

/* ▼top_news */
.top_news-block-left {
  width: 200px;
}
.top_news-block-left .top_news-block-ttl {
  font-size: 3rem;
  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.777778em, -0.7em) rotate(-8deg);
}
.top_news-block-left .common-btn {
  width: 100%;
  height: 60px;
  margin-top: 40px;
}
.top_news-block-cnt {
  width: 800px;
}

/*
    page-about
--------------------*/
/* ▼about_section */
.about_section .common-block::after {
  content: "";
  width: 308px;
  height: 147px;
  background: url(../images/common/illust_hand_01.png) no-repeat center/contain;
  position: absolute;
  bottom: 115px;
  left: clamp(-200px, calc(-50vw + 540px), -100px);
  z-index: 10;
}

/* ▼about_strength */
.about_strength .common-article_left {
  padding: 60px 0 100px;
}
.about_strength .common-block-img {
  margin: 0 0 0 -40px;
  position: relative;
  z-index: 10;
}
.about_strength .common-block-img::after {
  content: "";
  width: 230px;
  height: 160px;
  background-color: #b3c38c;
  position: absolute;
  bottom: -40px;
  left: -40px;
  z-index: -1;
}
.about_strength .common-block-cnt {
  width: 600px;
}
.about_strength .common-block:nth-of-type(n+2) {
  margin-top: 80px;
}
.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 -40px 0 0;
}
.about_strength .common-block:nth-of-type(even) .common-block-img::after {
  left: auto;
  right: -40px;
}

/* ▼about_area */
.about_area-block {
  padding: 85px 0;
}
.about_area-block-cnt {
  width: 540px;
  margin-left: auto;
}
.about_area-block::after {
  content: "";
  width: 833px;
  height: 100%;
  background: url(../images/about/area-img01.png) no-repeat center/cover;
  position: absolute;
  top: 0;
  left: -150px;
  z-index: -1;
}

/* ▼about_service */
.about_service-list {
  justify-content: center;
  width: 1160px;
  margin: 0 -80px;
}
.about_service-list-item {
  width: 360px;
}
.about_service-list-item .common-btn {
  width: 100%;
}
.about_service-list-item:nth-child(n+2) {
  margin-left: 40px;
}
.about_service-list-item:nth-child(n+4) {
  margin-top: 40px;
}

/*
    page-custom-built
--------------------*/
/* ▼custom-built_service */
.custom-built_service .common-block {
  align-items: center;
}
.custom-built_service .common-block:nth-of-type(n+2) {
  margin-top: 86px;
}
.custom-built_service .common-block-cnt {
  width: 540px;
}
.custom-built_service .common-block-cnt-ttl {
  font-size: 2.2rem;
}
.custom-built_service .common-block-cnt-ttl, .custom-built_service .common-block-cnt-txt {
  padding-left: 40px;
}
.custom-built_service-commit {
  width: 100%;
  margin: 50px 0 0;
  position: relative;
  z-index: 10;
}
.custom-built_service-commit::before {
  content: "";
  width: 136px;
  height: 142px;
  background: url(../images/common/illust_woman.png) no-repeat center/contain;
  position: absolute;
  top: -15px;
  right: calc(50% - 292px);
  z-index: -1;
}
.custom-built_service-commit-ttl {
  margin: 0 0 44px;
  text-align: center;
  font-size: 2.2rem;
  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: flex-start;
  position: relative;
}
.custom-built_service-commit-list-item {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 254px;
  height: 140px;
  padding: 0 19px;
  background-color: #f3f3ec;
  border-radius: 10px;
  position: relative;
}
.custom-built_service-commit-list-item::after {
  content: "";
  width: 55px;
  height: 36px;
  background: url(../images/common/illust_balloon_01.png) no-repeat center/contain;
  position: absolute;
  top: 100%;
  left: 26px;
}
.custom-built_service-commit-list-item:not(:nth-child(4n)) {
  margin-right: 21px;
}
.custom-built_service-commit-list-item:nth-of-type(even) {
  margin-top: 30px;
}

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

/* ▼common_contact */
.common_contact {
  padding-top: 0;
  background: linear-gradient(#b3c38c, #b3c38c) no-repeat bottom/1500px 260px;
}
.common_contact_wrap {
  width: 1280px;
  padding: 87px 0 60px;
  background-color: #fff;
  clip-path: polygon(50% 0%, 100% 120px, 100% 100%, 0 100%, 0% 120px);
}
.common_contact-ttl {
  margin: 0 0 50px;
  font-size: 2.6rem;
  text-align: center;
  letter-spacing: 0.16em;
}
.common_contact-ttl .txt-sub {
  display: block;
  margin: 0 0 18px;
  color: #b3c38c;
  font-size: 70px;
  font-weight: 500;
  line-height: 0.7;
  letter-spacing: 0;
}
.common_contact-txt {
  text-align: center;
}
.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 {
  align-items: stretch;
  justify-content: flex-start;
}
.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:not(:nth-child(3n)) {
  margin-right: 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 p:last-child {
  text-align: right;
}
.renovation-remodeling_section .renovation-remodeling_charm .common-block {
  align-items: center;
}
.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-shop-residence
--------------------*/
/* ▼shop-residence_section */
.shop-residence_section .shop-residence_service .common-block {
  align-items: center;
}
.shop-residence_section .shop-residence_charm .common-block {
  align-items: center;
}
.shop-residence_section .shop-residence_charm .common-block-cnt {
  width: 730px;
}
.shop-residence_section .shop-residence_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: 520px;
  margin: 50px 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;
  letter-spacing: 0.09em;
}
.model-house_section .model-house_about-article-ttl .font-small {
  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: 100px;
}

.information_main-map {
  width: calc(100% + 200px);
  height: 300px;
  margin: 80px -100px 0;
  background-color: #ccc;
}