@charset "UTF-8";
/* =====key===== */
.key {
  width: 100%;
  height: 237px;
  background: url(../images/gx/key.webp) center center/cover no-repeat;
}

.key .inner {
  position: relative;
  width: 800px;
  margin: 0 auto;
}

.key .page_title {
  position: absolute;
  top: 70px;
  left: 0;
  height: 500px;
  font-size: 41px;
  font-weight: 500;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  letter-spacing: 0.28em;
  text-shadow: #fff 1px 1px 1px, #fff -1px 0px 1px, #fff 0px -1px 1px, #fff 0px 1px 1px, #fff 1px 1px 1px, #fff -1px 1px 1px, #fff 1px -1px 1px, #fff -1px -1px 1px, #fff 1px 1px 1px, #fff -1px 1px 1px, #fff 1px -1px 1px, #fff -1px -1px 1px, #fff 1px 1px 1px, #fff -1px 1px 1px, #fff 1px -1px 1px, #fff -1px -1px 1px;
}

.key .small {
  display: block;
  font-size: 17px;
  font-weight: 500;
  letter-spacing: .1em;
}

.key .eng {
  padding-left: 15px;
  padding-bottom: 10px;
  -webkit-writing-mode: horizontal-tb;
      -ms-writing-mode: lr-tb;
          writing-mode: horizontal-tb;
  line-height: 1;
}

@media screen and (max-width: 768px) {
  .key {
    width: 100%;
    height: 237px;
    margin: 0;
    background: url(../images/gx/key.webp) center center/cover no-repeat;
  }
  .key .inner {
    position: relative;
    width: 100%;
    margin: 0 auto;
  }
  .key .page_title {
    position: static;
    padding: 80px 0 0;
    font-size: 30px;
    -webkit-writing-mode: horizontal-tb;
        -ms-writing-mode: lr-tb;
            writing-mode: horizontal-tb;
    letter-spacing: 0.1em;
    text-align: center;
    text-shadow: #fff 1px 1px 1px, #fff -1px 0px 1px, #fff 0px -1px 1px, #fff 0px 1px 1px, #fff 1px 1px 1px, #fff -1px 1px 1px, #fff 1px -1px 1px, #fff -1px -1px 1px, #fff 1px 1px 1px, #fff -1px 1px 1px, #fff 1px -1px 1px, #fff -1px -1px 1px, #fff 1px 1px 1px, #fff -1px 1px 1px, #fff 1px -1px 1px, #fff -1px -1px 1px;
  }
  .key .small {
    font-size: 16px;
  }
  .key .eng {
    padding-left: 0;
    padding-bottom: 0;
    -webkit-writing-mode: horizontal-tb;
        -ms-writing-mode: lr-tb;
            writing-mode: horizontal-tb;
    line-height: 1;
  }
}

/* =====main===== */
/* =====sec01===== */
.sec01 {
  padding: 30px 0 100px;
}

.sec01 .inner {
  width: 1024px;
  margin: 0 auto;
}

.sec01 .sec_title {
  position: relative;
  padding: 0 0 10px;
  margin: 0 0 90px;
  font-size: 24px;
  letter-spacing: .11em;
  text-align: center;
}

.sec01 .sec_title:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  width: 73px;
  height: 2px;
  margin: 0 auto;
  background: #E09017;
}

.sec01 .sec_image {
  margin-bottom: 30px;
  text-align: center;
}

.sec01 .sec_text {
  width: 840px;
  margin: 0 auto;
  font-size: 15px;
  line-height: 2;
}

@media screen and (max-width: 768px) {
  .sec01 {
    padding: 80px 20px 100px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .sec01 .inner {
    width: 100%;
    margin: 0 auto;
  }
  .sec01 .sec_title {
    position: relative;
    padding: 0 0 10px;
    margin: 0 0 30px;
    font-size: 20px;
    letter-spacing: .11em;
    text-align: center;
  }
  .sec01 .sec_title:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    width: 73px;
    height: 2px;
    margin: 0 auto;
    background: #E09017;
  }
  .sec01 .sec_image {
    margin-bottom: 20px;
    text-align: center;
  }
  .sec01 .sec_text {
    width: 100%;
    margin: 0 auto;
    font-size: 15px;
    line-height: 2;
  }
}

/* =====sec01===== */
/* =====sec02===== */
.sec02 {
  margin-bottom: 100px;
}

.sec02 .inner {
  position: relative;
  width: 1024px;
  margin: 0 auto;
}

.sec02 .sec_title {
  position: relative;
  padding: 0 0 10px;
  margin: 0 0 90px;
  font-size: 24px;
  letter-spacing: .11em;
  text-align: center;
}

.sec02 .sec_title:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  width: 73px;
  height: 2px;
  margin: 0 auto;
  background: #E09017;
}

.sec02 .link_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin-bottom: 100px;
}

.sec02 .link_title {
  position: relative;
  margin-bottom: 20px;
  font-size: 22px;
  font-family: noto-sans;
  color: #dc8c17;
  letter-spacing: .11em;
  text-align: center;
}

.sec02 .link_title:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 140px;
  height: 1px;
  margin: auto 0;
  background: #dc8c17;
}

.sec02 .link_title:after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 140px;
  height: 1px;
  margin: auto 0;
  background: #dc8c17;
}

.sec02 .link_item {
  width: 232px;
  height: 90px;
}

.sec02 .link_item a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100%;
  background: #dc8c17;
  font-size: 18px;
  color: #fff;
  text-align: center;
  line-height: 1.2;
  font-family: noto-sans;
}

.sec02 .link_item a:before {
  content: ">";
  position: absolute;
  left: 50%;
  bottom: 5px;
  -webkit-transform: translateX(-50%) rotate(90deg);
          transform: translateX(-50%) rotate(90deg);
}

.sec02 .link_item01 {
  margin-right: 30px;
}

.sec02 .link_item03 {
  margin-left: 60px;
}

.sec02 .gx_flex {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.sec02 .gx_flex:before {
  content: "+";
  position: absolute;
  right: -35px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-size: 24px;
  color: #553618;
}

.sec02 .cont_title {
  margin-bottom: 50px;
  font-size: 30px;
  letter-spacing: .11em;
}

.sec02 .cont_subtitle {
  margin-bottom: 30px;
  font-size: 24px;
  letter-spacing: .11em;
}

.sec02 .cont01 {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 100px;
  margin-bottom: 180px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.sec02 .cont01 .cont_textbox {
  position: relative;
  width: 440px;
  margin-right: 50px;
}

.sec02 .cont01 .cont_textbox:before {
  content: "";
  position: absolute;
  left: -100px;
  top: -40px;
  z-index: -1;
  width: calc(100% + 250px);
  height: calc(100% + 80px);
  background: #f4f4f5;
}

.sec02 .cont01 .cont_title {
  position: relative;
}

.sec02 .cont01 .cont_title:before {
  content: "";
  position: absolute;
  left: -150px;
  bottom: -25px;
  width: 635px;
  height: 1px;
  background: #553618;
}

.sec02 .cont_text {
  line-height: 2;
}

.sec02 .cont_text_margin {
  margin-bottom: 20px;
}

.sec02 .cont_hojo {
  width: auto;
}

.sec02 .cont_hojo a {
  display: block;
  padding: 10px 0;
  background: #553618;
  color: #fff;
  font-family: noto-sans;
  font-size: 16px;
  line-height: 1.2;
  text-align: center;
}

.sec02 .cont_title .small {
  font-size: 18px;
}

.sec02 .cont02 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 150px;
}

.sec02 .cont02 .cont_textbox {
  position: relative;
  width: 440px;
}

.sec02 .cont02 .cont_textbox:before {
  content: "";
  position: absolute;
  left: -200px;
  top: -40px;
  z-index: -1;
  width: calc(100% + 250px);
  height: calc(100% + 80px);
  background: #f4f4f5;
}

.sec02 .cont02 .cont_image {
  margin-right: 50px;
}

.sec02 .cont_compare01 {
  margin-bottom: 50px;
}

.sec02 .compare_title {
  position: relative;
  padding-left: 1.5em;
  margin-bottom: 30px;
  font-size: 30px;
  letter-spacing: .11em;
}

.sec02 .compare_title:before {
  content: "■";
  position: absolute;
  left: 0;
  top: 0;
  color: #dc8c17;
}

.sec02 .compare_image {
  text-align: center;
}

.sec02 .cont_compare01 .compare_image {
  margin-bottom: 50px;
}

.sec02 .compare_subtitle {
  margin-bottom: 30px;
  font-size: 24px;
  font-weight: 600;
  letter-spacing: .11em;
}

.sec02 .cont_compare01 .compare_subtitle {
  position: relative;
}

.sec02 .cont_compare01 .compare_subtitle:before {
  content: "";
  position: absolute;
  left: 230px;
  top: -20px;
  width: 31px;
  height: 31px;
  background: url(../images/gx/kazari.webp) center/contain no-repeat;
}

.sec02 .cont_compare01 .flexbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.sec02 .cont_compare01 .textbox {
  margin-right: 40px;
}

.sec02 .cont_compare01 .compare_image02 {
  min-width: 260px;
}

.sec02 .cont_compare02 {
  margin-bottom: 100px;
}

.sec02 .cont_compare02 .compare_image {
  margin-bottom: 40px;
}

.sec02 .cont_compare02 .compare_text {
  position: relative;
  font-size: 24px;
  font-weight: 600;
  letter-spacing: .11em;
  text-align: center;
}

.sec02 .cont_compare02 .compare_text:before {
  content: "";
  position: absolute;
  right: 100px;
  top: -60px;
  width: 296px;
  height: 56px;
  background: url(../images/gx/fukidashi.webp) center/contain no-repeat;
}

.sec02 .cont03 {
  padding: 0 100px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.sec02 .cont03 .cont_textbox {
  position: relative;
}

.sec02 .cont03 .cont_textbox:before {
  content: "";
  position: absolute;
  left: -100px;
  top: -40px;
  z-index: -1;
  width: 80%;
  height: calc(100% + 150px);
  background: #f4f4f5;
}

.sec02 .cont03 .cont_title {
  position: relative;
}

.sec02 .cont03 .cont_title:before {
  content: "";
  position: absolute;
  left: -150px;
  bottom: -25px;
  width: 635px;
  height: 1px;
  background: #553618;
}

.sec02 .cont03 .cont_text {
  margin-bottom: 50px;
}

.sec02 .cont03 .cont_image {
  text-align: center;
}

@media screen and (max-width: 768px) {
  .sec02 .inner {
    width: 100%;
    padding: 0 20px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    overflow: hidden;
  }
  .sec02 .sec_title {
    position: relative;
    padding: 0 0 10px;
    margin: 0 0 50px;
    font-size: 20px;
    letter-spacing: .11em;
    text-align: center;
  }
  .sec02 .sec_title:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    width: 73px;
    height: 2px;
    margin: 0 auto;
    background: #E09017;
  }
  .sec02 .link_list {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 100px;
  }
  .sec02 .link_list:before {
    content: "+";
    position: absolute;
    left: 50%;
    top: 110px;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    font-size: 20px;
    color: #553618;
  }
  .sec02 .gx_link {
    width: 48%;
  }
  .sec02 .link_title {
    margin-bottom: 20px;
    font-size: 16px;
  }
  .sec02 .link_title:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 10%;
    height: 1px;
    margin: auto 0;
    background: #dc8c17;
  }
  .sec02 .link_title:after {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 10%;
    height: 1px;
    margin: auto 0;
    background: #dc8c17;
  }
  .sec02 .link_item {
    min-width: 140px;
    height: 70px;
  }
  .sec02 .link_item a {
    font-size: 15px;
  }
  .sec02 .link_item a:before {
    bottom: 2px;
  }
  .sec02 .link_item01 {
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
  }
  .sec02 .link_item02 {
    width: 100%;
  }
  .sec02 .link_item03 {
    width: 48%;
    margin-top: 50px;
    margin-left: 0;
  }
  .sec02 .gx_flex {
    display: block;
  }
  .sec02 .gx_flex:before {
    display: none;
  }
  .sec02 .cont_title {
    margin-bottom: 50px;
    font-size: 20px;
    letter-spacing: .11em;
  }
  .sec02 .cont_subtitle {
    margin-bottom: 30px;
    font-size: 18px;
    letter-spacing: .11em;
  }
  .sec02 .cont01 {
    position: relative;
    display: block;
    padding: 0;
    margin-bottom: 100px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    background: #f4f4f5;
  }
  .sec02 .cont01 .cont_textbox {
    position: relative;
    width: 100%;
    margin-right: 50px;
  }
  .sec02 .cont01 .cont_textbox:before {
    content: "";
    position: absolute;
    left: -100px;
    top: -40px;
    z-index: -1;
    width: calc(100% + 250px);
    height: calc(100% + 80px);
    background: #f4f4f5;
  }
  .sec02 .cont01 .cont_title {
    position: relative;
    margin-bottom: 30px;
  }
  .sec02 .cont01 .cont_title:before {
    content: "";
    position: absolute;
    left: -150px;
    bottom: -12px;
    width: 635px;
    height: 1px;
    background: #553618;
  }
  .sec02 .cont_text {
    line-height: 2;
  }
  .sec02 .cont_text_margin {
    margin-bottom: 20px;
  }
  .sec02 .cont_hojo {
    width: auto;
  }
  .sec02 .cont_hojo a {
    display: block;
    padding: 10px 0;
    background: #553618;
    color: #fff;
    font-family: noto-sans;
    font-size: 16px;
    line-height: 1.2;
    text-align: center;
  }
  .sec02 .cont_image {
    margin-bottom: 20px;
  }
  .sec02 .cont01 .cont_image {
    text-align: center;
  }
  .sec02 .cont02 {
    display: block;
    margin-bottom: 90px;
  }
  .sec02 .cont02 .cont_textbox {
    position: relative;
    width: 100%;
  }
  .sec02 .cont02 .cont_textbox:before {
    content: "";
    position: absolute;
    left: -200px;
    top: -40px;
    z-index: -1;
    width: calc(100% + 250px);
    height: calc(100% + 80px);
    background: #f4f4f5;
  }
  .sec02 .cont02 .cont_title {
    margin-bottom: 30px;
  }
  .sec02 .cont02 .cont_image {
    margin-right: 0;
    text-align: center;
  }
  .sec02 .cont_compare01 {
    margin-bottom: 50px;
  }
  .sec02 .compare_title {
    position: relative;
    padding-left: 1.5em;
    margin-bottom: 30px;
    font-size: 20px;
    letter-spacing: .11em;
  }
  .sec02 .compare_title:before {
    content: "■";
    position: absolute;
    left: 0;
    top: 0;
    color: #dc8c17;
  }
  .sec02 .compare_image {
    text-align: center;
  }
  .sec02 .cont_compare01 .compare_image {
    margin-bottom: 50px;
  }
  .sec02 .compare_subtitle {
    margin-bottom: 30px;
    font-size: 18px;
    font-weight: 600;
    letter-spacing: .11em;
  }
  .sec02 .cont_compare01 .compare_subtitle {
    position: relative;
  }
  .sec02 .cont_compare01 .compare_subtitle:before {
    content: "";
    position: absolute;
    left: 180px;
    top: -20px;
    width: 31px;
    height: 31px;
    background: url(../images/gx/kazari.webp) center/contain no-repeat;
  }
  .sec02 .cont_compare01 .flexbox {
    display: block;
  }
  .sec02 .cont_compare01 .textbox {
    margin-right: 0;
    margin-bottom: 30px;
  }
  .sec02 .cont_compare01 .compare_image02 {
    min-width: 260px;
    text-align: center;
  }
  .sec02 .cont_compare02 {
    margin-bottom: 100px;
  }
  .sec02 .cont_compare02 .compare_image {
    margin-bottom: 80px;
  }
  .sec02 .cont_compare02 .compare_text {
    position: relative;
    font-size: 18px;
    font-weight: 600;
    letter-spacing: .11em;
    text-align: center;
  }
  .sec02 .cont_compare02 .compare_text:before {
    content: "";
    position: absolute;
    right: 0;
    top: -60px;
    width: 296px;
    height: 56px;
    background: url(../images/gx/fukidashi.webp) center/80% no-repeat;
  }
  .sec02 .cont03 {
    padding: 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .sec02 .cont03 .cont_textbox {
    position: relative;
  }
  .sec02 .cont03 .cont_textbox:before {
    content: "";
    position: absolute;
    left: -100px;
    top: -40px;
    z-index: -1;
    width: 200%;
    height: calc(100% + 150px);
    background: #f4f4f5;
  }
  .sec02 .cont03 .cont_title {
    position: relative;
  }
  .sec02 .cont03 .cont_title:before {
    content: "";
    position: absolute;
    left: -150px;
    bottom: -25px;
    width: 635px;
    height: 1px;
    background: #553618;
  }
  .sec02 .cont03 .cont_text {
    margin-bottom: 30px;
  }
  .sec02 .cont03 .cont_image {
    text-align: center;
  }
}

/* =====sec02===== */
/* =====link_sec===== */
.link_sec {
  padding: 60px 0 0;
  margin: 0 0 85px;
}

.link_sec .link_banner {
  width: 889px;
  margin: 0 auto 50px;
}

.link_sec .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
}

.link_sec .item {
  width: 33.3%;
}

.link_sec .item a {
  display: block;
  width: 100%;
  height: 246px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #ccc url(../images/villax/arrow02.png) center bottom 30px/12px no-repeat;
  font-size: 23px;
  text-align: center;
  color: #fff;
  letter-spacing: .21em;
}

.link_sec .item:nth-of-type(1) a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: url(../images/villax/photo20.png) center/cover no-repeat;
}

.link_sec .item:nth-of-type(2) a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: url(../images/index/photo_gallery01.png) center/cover no-repeat;
}

.link_sec .item:nth-of-type(3) a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: url(../images/villax/photo22.png) center/cover no-repeat;
}

@media screen and (max-width: 768px) {
  .link_sec {
    margin: 0 0 85px;
  }
  .link_sec .link_banner {
    width: 324px;
    max-width: calc(100% - 40px);
    margin: 0 auto 50px;
  }
  .link_sec .list {
    display: block;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 100%;
  }
  .link_sec .item {
    width: 100%;
  }
  .link_sec .item a {
    display: block;
    width: 100%;
    height: 150px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    background: #ccc url(../images/villax/arrow02.png) center bottom 30px/12px no-repeat;
    font-size: 18px;
    text-align: center;
    color: #fff;
    letter-spacing: .21em;
  }
  .link_sec .item:nth-of-type(1) {
    margin: 0 0 30px;
  }
  .link_sec .item:nth-of-type(1) a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .link_sec .item:nth-of-type(2) {
    margin: 0 0 30px;
  }
  .link_sec .item:nth-of-type(2) a {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 20px 0 0;
  }
  .link_sec .item:nth-of-type(2) .item_logo {
    margin: 0 0 10px;
  }
  .link_sec .item:nth-of-type(3) a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

/* =====link_sec===== */
/*# sourceMappingURL=gx.css.map */