@charset "UTF-8";
/*--------------------------------------------------------------
Foundation
--------------------------------------------------------------*/
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@400;600&display=swap");
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, i, font, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, figure, figcaption, button, input, textarea, select, i {
  border: 0;
  font-style: inherit;
  font-weight: inherit;
  font-size: inherit;
  line-height: inherit;
  font-family: inherit;
  color: inherit;
  margin: 0;
  outline: 0;
  padding: 0;
  vertical-align: baseline;
  line-height: 1.5;
}
html {
  font-size: 62.5%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
*, *:before, *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
body {
  font-size: 20px;
  font-size: 2rem;
  line-height: 1.5;
  background: #fff;
  color: #000;
  overflow-x: hidden;
  overflow-y: scroll;
  font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "Hiragino Sans", "メイリオ", "Meiryo", sans-serif;
}
ul, li {
  list-style: none;
}
table {
  border-collapse: collapse;
  width: 100%;
}
a:hover, a:active, a:focus {
  outline: 0;
}
a {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: all .2s ease-in;
  transition: all .2s ease-in;
  -webkit-transition-property: opacity, color, background, box-shadow, -webkit-transform;
  transition-property: opacity, color, background, box-shadow, -webkit-transform;
  transition-property: opacity, color, background, transform, box-shadow;
  transition-property: opacity, color, background, transform, box-shadow, -webkit-transform;
  opacity: 1;
  line-height: inherit;
}
img, input[type="image"] {
  border: 0;
  height: auto;
  max-width: 100%;
}
input[type="submit"], input[type="button"], button {
  cursor: pointer;
  -webkit-appearance: none;
  border-radius: 0;
  font-size: inherit;
  letter-spacing: inherit;
  background: none;
}
strong {
  font-weight: bold;
}
a {
  text-decoration: none;
}
a:hover, input[type="image"]:hover {
  opacity: 0.7;
}
p {
  line-height: inherit;
}
p * {
  line-height: inherit;
}
.m_ft {
  font-family: "游明朝 Medium", "Yu Mincho Medium", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
.ft_e {
  font-family: 'Montserrat', sans-serif;
}
/*--------------------------------------------------------------
Component
--------------------------------------------------------------*/
.evt {
  visibility: hidden;
}
.c_anchor {
  position: absolute;
  width: 100%;
  left: 0;
}
.mask {
  position: relative;
  overflow: hidden;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
}
.mask.evt {
  visibility: visible;
}
.mask img {
  display: block;
}
.mask:before {
  content: '';
  background: #c8b17a;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  -webkit-transition: 1s cubic-bezier(0.19, 1, 0.22, 1);
  transition: 1s cubic-bezier(0.19, 1, 0.22, 1);
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
  -webkit-transform-origin: 100% 50%;
  transform-origin: 100% 50%;
}
.mask.show:before {
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
}
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 3em, 0);
    transform: translate3d(0, 3em, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 3em, 0);
    transform: translate3d(0, 3em, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}
@-webkit-keyframes zoomInDown {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInDown {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInDown {
  -webkit-animation-name: zoomInDown;
  animation-name: zoomInDown;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}
/*--------------------------------------------------------------
Utility
--------------------------------------------------------------*/
.u_wrap {
  overflow: hidden;
}
.u_inner {
  width: 128rem;
  margin: 0 auto;
  max-width: 100%;
}
#max {
  width: 134rem;
}
#maxsp {
  width: 1340px;
}
html.fit {
  font-size: calc(100vw * 10 / 1340);
}
@media screen and (max-width: 767px) {
  html {
    font-size: calc(100vw * 10 / 500);
  }
}
.u_clearfix:after, .u_clearfix > li:after {
  height: 0;
  visibility: hidden;
  content: ".";
  display: block;
  clear: both;
}
* html .u_clearfix, * html .u_clearfix > li {
  zoom: 1;
}
* + html .u_clearfix, * + html .u_clearfix li {
  zoom: 1;
}
.u_switch_img {
  opacity: 1;
}
.u_relative {
  position: relative;
}
@media screen and (min-width: 768px) {
  .u_visible_sp {
    display: none;
  }
  .u_tel {
    pointer-events: none;
    cursor: default;
  }
  .u_tel:hover {
    opacity: 1;
  }
}
@media screen and (max-width: 767px) {
  .u_visible_pc {
    display: none;
  }
  .u_inner {
    width: auto;
    margin: 0 2rem;
  }
  .u_inner.b {
    margin: 0;
  }
}
/*--------------------------------------------------------------
Project
--------------------------------------------------------------*/
.logo_area {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 5.5rem;
}
.logo_area > * {
  padding: 0 4rem;
}
.logo_area .logo {
  border-right: 1px solid #000;
}
@media screen and (max-width: 767px) {
  .gd_main {
    margin-top: 18rem;
  }
}
.gd_main .logo {
  text-align: center;
  padding-bottom: 5rem;
}
.gd_main .logo img {
  width: 28rem;
}
.gd_main .logo p {
  text-align: center;
  font-weight: bold;
  font-size: 2.4rem;
  line-height: 1.8;
  margin-top: 3em;
}
.gd_main .ttl {
  font-size: 4.8rem;
  font-weight: bold;
  margin-bottom: 1.5em;
}
@media screen and (max-width: 767px) {
  .gd_main .ttl {
    font-size: 3.4rem;
  }
}
.gd_main .desc {
  background: #F0EFE6;
}
.gd_main .desc p {
  line-height: 2;
  margin-bottom: 5em;
}
.gd_main .desc img {
  width: 29.4rem;
}
@media screen and (max-width: 767px) {
  .gd_main .desc {
    padding: 5rem 2rem 8rem;
  }
}
@media screen and (min-width: 768px) {
  .gd_main {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    align-items: center;
    white-space: nowrap;
    max-width: 100%;
  }
  .gd_main .logo {
    width: 33%;
  }
  .gd_main .desc {
    width: 67%;
    padding: 20rem 0 19rem 9%;
  }
}
.about_img {
  height: 80rem;
  background: no-repeat 50% / cover;
}
@media screen and (max-width: 767px) {
  .about_img {
    height: 25rem;
  }
}
.gd_about .logo {
  width: 100rem;
  margin-bottom: 3rem;
}
@media screen and (max-width: 767px) {
  .gd_about .logo {
    width: 80%;
  }
}
.gd_about .ttl {
  font-weight: bold;
  font-size: 2.8rem;
  margin: 2em 0 1em;
}
.gd_about .ttl span {
  font-size: 2.4rem;
  cursor: pointer;
  user-select: none;
}
.gd_about .ttl img {
  width: 2.6rem;
  margin-left: 2rem;
  transition: .2s;
}
.gd_about .ttl span.active img {
  transform: rotate(180deg);
  transition: .2s;
}
.gd_about p {
  display: none;
  font-size: 2rem;
  line-height: 1.7;
}
@media screen and (max-width: 767px) {
  .gd_about p {
    text-align: left;
  }
  .gd_about p br {
    display: none;
  }
}
.gd_ttl {
  text-align: center;
  font-size: 3rem;
  font-weight: bold;
  line-height: 1.8;
  margin-bottom: 2em;
}
.gd_ttl img {
  display: block;
  margin: 0 auto 2em;
  width: 11.42857em;
}
.gd_ttl small {
  display: block;
  color: #C8B17A;
  font-weight: normal;
  font-size: 3rem;
  margin: 2em 0 1em;
}
@media screen and (max-width: 767px) {
  .gd_catch {
    font-size: 2.7rem;
    line-height: 1.8;
    text-align: left;
  }
}
.gd_name {
  color: #6B5C1E;
  font-size: 3rem;
  font-weight: bold;
  margin: .6em 0 1.5em;
}
.bg_beige {
  background: #F0EFE6;
  padding-bottom: 10rem;
}
.gd_town {
  text-align: center;
  padding-top: 9rem;
}
@media screen and (max-width: 767px) {
  .gd_town {
    padding-top: 5rem;
  }
}
.gd_town .logo01 {
  width: 7.9em;
}
.gd_town .logo02 {
  width: 8.25em;
}
.gd_town .logo03 {
  width: 10.75em;
}
@media screen and (min-width: 768px) {
  .gd_about .nav {
    margin-left: 5rem;
  }
  .gd_about .nav li {
    display: inline-block;
    vertical-align: middle;
    margin: 0 2em;
  }
}
@media screen and (max-width: 767px) {
  .gd_ttl {
    font-size: 3rem
  }
  .gd_name {
    font-size: 2.7rem;
  }
  .gd_about .nav {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  .gd_about .nav li {
    width: 100%;
  }
  .gd_about .nav li + li {
    margin-top: 2rem;
    width: 50%;
  }
}
.gd_town .sec {
  background: #fff;
  margin-top: 9rem;
  padding: 8rem;
}
.gd_town .gd_about {
  background: #F0EFE6;
  text-align: center;
  margin-top: 0;
  padding: 0;
}
.gd_town .logo {
  font-size: 2.78rem;
}
.gd_town .icon img {
  width: 20rem;
}
.gd_town dl {
  border: solid 1px #D1BB78;
  position: relative;
  text-align: left;
  padding: 5.5rem 3rem 1rem;
}
.gd_town dt {
  position: absolute;
  background: #fff;
  top: -1.3em;
  left: -1px;
  padding-right: 1em;
}
.gd_town dt img {
  width: 11.8em;
}
.gd_town .img {
  margin-bottom: 8rem;
}
.gd_town dd li {
  font-size: 2rem;
  line-height: 1.7;
  position: relative;
  padding-left: 3.5em;
  margin-bottom: 1.5em;
}
.gd_town dd img {
  width: 2.5625em;
  position: absolute;
  left: 0;
  top: .1em;
}
@media screen and (min-width: 768px) {
  .gd_town dd ul {
    display: -webkit-box;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .gd_town dd ul > * {
    margin-left: 5%;
    width: 47.5%;
  }
  .gd_town dd ul > *:nth-child(2n + 1) {
    margin-left: 0;
  }
  .gd_town dd li.b {
    width: auto;
  }
}
@media screen and (max-width: 767px) {
  .gd_town .sec {
    padding: 6rem 2rem;
  }
  .gd_town .img li {
    margin-top: 1.5rem;
  }
}
@media screen and (min-width: 768px) {
  .gd_town .img {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
  }
  .gd_town .img > * {
    width: 49.5%;
  }
}
.gd_works {
  padding: 15rem 0 12rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .gd_works {
    padding: 8rem 0 6rem;
  }
}
.gd_works .sec {
  background: #fff;
  width: 160rem;
  max-width: 99%;
  margin: 0 auto 4rem;
  padding: 8rem 0 5rem;
}
@media screen and (max-width: 767px) {
  .gd_works .sec {
    width: calc(100% - 4rem);
    padding: 5rem 0 5rem;
  }
}
.gd_works .ttl {
  background: #D1BB78 url(../img/icon_check.svg) no-repeat 1em 0.4em/1.6111em;
  font-size: 1.8rem;
  color: #fff;
  font-weight: bold;
  padding: .7em 1em;
  margin-bottom: 4rem;
}
.gd_works .logo01 {
  width: 14.05em;
}
.gd_works .logo02 {
  width: 14.65em;
}
.gd_works .logo03 {
  width: 20.55em;
}
.gd_works figcaption {
  font-size: 2rem;
  margin: 1.5em 0 2em;
  color: #6B5C1E;
}
.gd_works .txt {
  text-align: left;
  font-size: 2rem;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  .gd_works .ttl {
    padding-left: 3.5em;
    text-align: left;
  }
  .gd_works .logo {
    margin: 4em 0 3em;
    font-size: 1.8rem;
  }
}
@media screen and (min-width: 768px) {
  .gd_works .item .logo {
    height: 15rem;
    margin-top: 5rem;
  }
  .gd_works .row {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
  }
  .gd_works .row > * {
    width: 48%;
  }
  .gd_works .row.b {
    -webkit-box-align: center;
    align-items: center;
  }
  .gd_works .row.b .desc {
    text-align: left;
  }
}
.btn {
  margin-top: 4rem;
}
.btn a {
  color: #FFFFFF;
  background-color: #D1BB78;
  padding: .7em 3em;
  position: relative;
  display: inline-block;
  font-size: 1.8rem;
  font-weight: bold;
}
.btn a.eternal:after {
  background-image: url(../img/icon_arrow_eternal.svg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  width: 1.8rem;
  height: 1.8rem;
  display: inline-block;
  content: "";
  margin: 0 0 -.05em .7em;
}
.gd_footer {
  height: 102.8rem;
  background: no-repeat 50% / cover;
  text-align: center;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .gd_footer {
    height: 80rem;
  }
}
.gd_footer .box {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(255, 255, 255, 0.8);
  width: 96rem;
  margin: 0 auto;
  padding: 10rem 2rem 9rem;
  max-width: 90%;
}
.gd_footer .ttl {
  font-size: 3rem;
  font-weight: bold;
  margin-bottom: 2.4em;
}
@media screen and (max-width: 767px) {
  .gd_footer .ttl {
    margin-bottom: 1em;
  }
}
.gd_footer p {
  font-size: 2rem;
  line-height: 1.8;
}
footer p {
  padding: 1rem 0;
  font-size: 1rem;
  text-align: center;
}
/*# sourceMappingURL=style.css.map */