@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Gotu&family=Marcellus&family=Shippori+Mincho+B1:wght@400;500&family=Zen+Old+Mincho:wght@700&display=swap");
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i,
dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  text-decoration: none;
}

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

li {
  list-style: none;
}

input[type=submit], input[type=button] {
  border-radius: 0;
  -webkit-box-sizing: border-box;
  -webkit-appearance: button;
  -moz-appearance: button;
       appearance: button;
  border: none;
  box-sizing: border-box;
  cursor: pointer;
}

input[type=submit]::-webkit-search-decoration, input[type=button]::-webkit-search-decoration {
  display: none;
}

input[type=submit]:focus, input[type=button]:focus {
  outline-offset: -2px;
}

*, *::before, *::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

input[type=submit]:focus, input[type=password]:focus, input[type=button]:focus {
  outline: 0;
}

button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

input, button, select, textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: none;
  border-radius: 0;
  font: inherit;
  outline: none;
}

textarea {
  resize: vertical;
}

input[type=checkbox], input[type=radio] {
  display: none;
}

input[type=submit], input[type=button], label, button, select {
  cursor: pointer;
}

select::-ms-expand {
  display: none;
}

html {
  font-size: 10px;
}

@media screen and (max-width: 1300px) {
  html {
    font-size: 0.7692307692vw;
  }
}
@media screen and (max-width: 750px) {
  html {
    font-size: 1.3333333333vw;
  }
}
@media screen and (min-width: 751px) {
  ._sp {
    display: none !important;
  }
}
@media screen and (max-width: 750px) {
  ._pc {
    display: none !important;
  }
}
* {
  -webkit-transition: all 0s ease;
  transition: all 0s ease;
  margin: 0;
  padding: 0;
}

html {
  overflow: auto;
}

body {
  -webkit-text-size-adjust: 100%;
}

main {
  display: block;
  position: relative;
  overflow: hidden;
  margin: 105px 0 0;
}

@media screen and (max-width: 750px) {
  main {
    width: 100%;
    margin: 60px 0 0;
  }
}
section {
  position: relative;
  overflow: hidden;
}

img,
svg,
video {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}

body {
  font-family: "Shippori Mincho B1", serif;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.1em;
  color: #000;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}

h1,
h2,
h3,
span,
sup,
a,
button {
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  letter-spacing: inherit;
  color: inherit;
}

.f-marce {
  font-family: "Marcellus", serif;
  font-weight: 400;
}

.f-zen {
  font-family: "Zen Old Mincho", serif;
  font-weight: 700;
}

.f-gotu {
  font-family: "Gotu", sans-serif;
  font-weight: 400;
}

.header {
  width: 100%;
  padding: 15px 0 0;
  margin: auto;
  position: fixed;
  z-index: 9000;
  top: 0;
  left: 0;
  width: 100%;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  background: url("../img/common/header_bg.png") no-repeat top center;
  background-size: cover;
}
.header::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgb(61, 89, 140);
  background: -webkit-gradient(linear, left top, right top, from(rgb(61, 89, 140)), color-stop(40%, rgb(95, 121, 180)), to(rgb(126, 203, 241)));
  background: linear-gradient(90deg, rgb(61, 89, 140) 0%, rgb(95, 121, 180) 40%, rgb(126, 203, 241) 100%);
  mix-blend-mode: multiply;
}
.header .com-content {
  position: relative;
}
.header .logo {
  width: 50%;
  max-width: 350px;
  margin-left: 2rem;
  z-index: 150;
  margin-bottom: 25px;
  -webkit-transition: all 500ms cubic-bezier(0.17, 0.935, 0.305, 1);
  transition: all 500ms cubic-bezier(0.17, 0.935, 0.305, 1);
  z-index: 901;
}
.header .logo a {
  position: relative;
}
.header .logo a .logo1 {
  opacity: 1;
}
.header .logo a .logo2 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  opacity: 0;
}
.header.none {
  height: 7rem;
  overflow: hidden;
}
.header.none .nav {
  opacity: 0;
}

@media screen and (min-width: 751px) {
  #pageTop .header {
    -webkit-transition: 0.4s;
    transition: 0.4s;
  }
  #pageTop .header.noScrool {
    background: none;
  }
  #pageTop .header.noScrool::before {
    opacity: 0;
  }
  #pageTop .header.noScrool .nav {
    pointer-events: none;
    opacity: 0;
  }
}
@media screen and (max-width: 750px) {
  .header {
    width: 100%;
    height: 60px;
    background: url("../img/common/header_bg.png") no-repeat top 15% left 13%;
  }
  .header::before {
    z-index: 900;
  }
  .header .logo {
    width: 100%;
    max-width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 900;
  }
  .header .logo a {
    margin: 15px 10px;
    display: block;
    width: 100%;
    max-width: 280px;
  }
  .header.none {
    height: 12rem;
    overflow: visible;
  }
}
.link-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: fixed;
  top: 15px;
  right: 15px;
  width: 60%;
  max-width: 550px;
  z-index: 9999;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  -webkit-transform-origin: center;
          transform-origin: center;
}
.link-box a.link {
  width: 38%;
  margin: 0;
  color: #000;
  font-size: 1.3rem;
  padding: 15px 0;
  -webkit-transition: all 500ms cubic-bezier(0.17, 0.935, 0.305, 1);
  transition: all 500ms cubic-bezier(0.17, 0.935, 0.305, 1);
  text-align: center;
  color: #fff;
}
.link-box a.link span {
  display: none;
  width: 1.5rem;
  font-size: 0;
  margin: 0 auto 10px;
}
.link-box a.link span img {
  width: 100%;
  height: auto;
}
.link-box a.link-map, .link-box a.link-outline {
  width: 100%;
  display: block;
  padding: 3px 0;
  text-align: left;
  position: relative;
}
.link-box a.link-map::before, .link-box a.link-outline::before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 8px solid #ffffff;
  border-right: 0;
  position: absolute;
  top: 50%;
  left: -5px;
  -webkit-transform: translate(-100%, -50%);
          transform: translate(-100%, -50%);
}
.link-box a.link-request {
  background: #231815;
  border: 1px solid #fff;
}
.link-box a.link-reserve {
  background: #9A3813;
  border: 1px solid #fff;
}
.link-box a.link-limited {
  border: 1px solid #fff;
  background: rgb(132, 98, 73);
  background: -webkit-gradient(linear, left top, right top, from(rgb(132, 98, 73)), color-stop(50%, rgb(214, 184, 144)), to(rgb(132, 98, 73)));
  background: linear-gradient(90deg, rgb(132, 98, 73) 0%, rgb(214, 184, 144) 50%, rgb(132, 98, 73) 100%);
}
.link-box a.link:hover {
  opacity: 0.6;
}
.link-box_tbox {
  width: 20%;
}
.link-box.limited {
  max-width: 540px;
}
.link-box.limited a.link {
  width: 32%;
}

@media screen and (max-width: 750px) {
  .link-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: fixed;
    top: auto;
    right: 0;
    bottom: 0;
    width: 100%;
    max-width: 100%;
    z-index: 99999;
    background: #fff;
  }
  .link-box a.link {
    width: 25% !important;
    height: 10rem;
    color: #fff;
    font-size: 1.9rem;
    text-align: center;
    padding: 10px 0;
    position: relative;
  }
  .link-box a.link span {
    width: 4.5rem;
    display: block;
    margin: 5px auto 0;
  }
  .link-box a.link-map::before, .link-box a.link-outline::before {
    display: none;
  }
  .link-box a.link-request {
    border: none;
  }
  .link-box a.link-tel, .link-box a.link-map {
    background: #ccc8bc;
    color: #333;
  }
  .link-box a.link-tel {
    border-right: 1px solid #333;
  }
  .link-box a.link-limited {
    border: none;
    background: rgb(132, 98, 73);
    background: -webkit-gradient(linear, left bottom, left top, from(rgb(132, 98, 73)), color-stop(50%, rgb(214, 184, 144)), to(rgb(132, 98, 73)));
    background: linear-gradient(0deg, rgb(132, 98, 73) 0%, rgb(214, 184, 144) 50%, rgb(132, 98, 73) 100%);
  }
  .link-box a.link-reserve {
    border: none;
  }
  .link-box a.link-reserve span {
    width: 4rem;
    margin: 2px auto 0;
  }
}
.nav {
  opacity: 1;
  -webkit-transition: all 1000ms cubic-bezier(0.545, 0.08, 0.52, 0.975);
  transition: all 1000ms cubic-bezier(0.545, 0.08, 0.52, 0.975);
  -webkit-transition: 0.4s;
  transition: 0.4s;
  z-index: 800;
  overflow: hidden;
  width: 100%;
  padding: 5px 0 5px;
}
.nav-list {
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
  -webkit-text-size-adjust: 100%;
  top: 30px;
  -webkit-transition: 1s;
  transition: 1s;
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  overflow-y: auto;
  overflow-x: hidden;
}
.nav.active {
  opacity: 1;
  pointer-events: auto;
}
.nav.active .nav-list {
  opacity: 1;
  top: 0;
}

@media screen and (max-width: 750px) {
  .nav {
    position: fixed;
    width: 100%;
    height: 100vh;
    top: 0;
    opacity: 0;
    pointer-events: none;
    overflow-y: auto;
    background: url("../img/common/header_bg.png") no-repeat top 15% left 13% #fff;
    padding-bottom: 50px;
  }
  .nav-list {
    width: 80%;
    opacity: 0;
    height: auto;
    position: absolute;
    top: 15%;
    left: 10%;
    padding: 5rem 0 8rem;
  }
  .nav-list li a span {
    color: #000;
  }
  .nav.active {
    opacity: 1;
    pointer-events: auto;
  }
  .nav.active .nav-list {
    opacity: 1;
    top: 0;
  }
  .nav.active .nav-list {
    top: 10%;
  }
}
.nav-ul {
  padding: 0;
  position: relative;
  z-index: 10;
  width: 95%;
  max-width: 1200px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.nav-ul li {
  position: relative;
}
.nav-ul li.dis a {
  pointer-events: none;
  opacity: 0.4;
}
.nav-ul li.new::after {
  content: "NEW";
  background: #860002;
  color: #fff;
  padding: 3px 10px 2px;
  -webkit-transform-origin: center bottom;
          transform-origin: center bottom;
  position: absolute;
  top: 0;
  left: 0;
  font-size: 11px;
}
.nav-ul li p,
.nav-ul li a {
  display: block;
  letter-spacing: 0.1em;
  color: #fff;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  text-align: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0rem 1rem 10px;
}
.nav-ul li p span,
.nav-ul li a span {
  font-size: 1.6rem;
}
@media screen and (max-width: 750px) {
  .nav-ul li p span,
  .nav-ul li a span {
    font-size: 2.6rem;
  }
}
.nav-ul li p span:nth-of-type(1),
.nav-ul li a span:nth-of-type(1) {
  font-size: 14px;
  font-family: "Crimson Text", serif;
}
.nav-ul li p span:nth-of-type(2),
.nav-ul li a span:nth-of-type(2) {
  display: none;
  letter-spacing: 0;
  width: 33%;
  font-size: 11px;
}
.nav-ul li p {
  opacity: 0.25;
}
.nav-ul li a {
  position: relative;
}
.nav-ul li a::after {
  content: "";
  background: #fff;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 0;
  height: 2px;
  -webkit-transition: 0.6s;
  transition: 0.6s;
  opacity: 0;
}
.nav-ul li a:hover {
  color: #fff;
}
.nav-ul li a:hover::after {
  opacity: 1;
  width: 80%;
  max-width: 80px;
}
.nav-ul.actiive {
  opacity: 1;
  pointer-events: auto;
}

@media screen and (max-width: 750px) {
  .nav-ul {
    margin-left: unset;
    margin-bottom: 2rem;
    padding: 0;
    position: relative;
    z-index: 10;
    width: 100%;
    height: 100%;
    border-right: none;
    min-width: unset;
    border-top: 1px solid #000;
  }
  .nav-ul li {
    width: 100%;
    position: relative;
    border-bottom: 1px solid #000;
  }
  .nav-ul li::after {
    left: inherit !important;
    right: 0;
    font-size: 10px;
    padding: 2px 5px 1px;
  }
  .nav-ul li p,
  .nav-ul li a {
    padding: 3rem 0.5rem 3rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .nav-ul li p span,
  .nav-ul li a span {
    font-size: 2.5vw;
    font-weight: 100;
    display: inline-block;
  }
  .nav-ul li p span:nth-of-type(1),
  .nav-ul li a span:nth-of-type(1) {
    width: 60%;
  }
  .nav-ul li p span:nth-of-type(2),
  .nav-ul li a span:nth-of-type(2) {
    width: 40%;
    display: inline-block;
    text-align: right;
  }
  .nav-ul li p {
    opacity: 0.4;
  }
  .nav-ul li a::after {
    display: none;
  }
}
.nav-ul2 {
  padding: 0;
  position: relative;
  z-index: 10;
  width: 100%;
  margin-top: 0.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.nav-ul2 li {
  width: 48%;
  position: relative;
  margin-bottom: 20px;
}
.nav-ul2 li a {
  text-align: center;
  width: 100%;
  display: block;
  padding: 3px;
  font-size: 1.3rem;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
@media screen and (max-width: 750px) {
  .nav-ul2 li a {
    font-size: 2.3rem;
  }
}
.nav-ul2 li a span {
  font-size: 1rem;
  display: block;
  margin-bottom: 6px;
  color: #000;
}
@media screen and (max-width: 750px) {
  .nav-ul2 li a span {
    font-size: 2rem;
  }
}
.nav-ul2 li a::after {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.nav-ul2 li.map a, .nav-ul2 li.outline a {
  padding: 0 0 0 3.8rem;
  color: #000;
  text-align: left;
  font-size: 12px;
}
.nav-ul2 li.map a::after, .nav-ul2 li.outline a::after {
  left: 0;
  width: 4rem;
  height: 4rem;
  background: url("../img/common/icon_moreleft.svg") no-repeat center/100% auto;
}
.nav-ul2 li.map a:hover, .nav-ul2 li.outline a:hover {
  opacity: 0.6;
}
.nav-ul2 li.reserve, .nav-ul2 li.limited, .nav-ul2 li.request {
  margin-bottom: 10px;
  width: 87%;
  margin-left: 4px;
}
.nav-ul2 li.reserve a, .nav-ul2 li.limited a, .nav-ul2 li.request a {
  -webkit-box-shadow: 0px 0px 12px 0px rgba(35, 25, 22, 0.5);
          box-shadow: 0px 0px 12px 0px rgba(35, 25, 22, 0.5);
  color: #fff;
  font-size: 12px;
}
.nav-ul2 li.reserve a > div, .nav-ul2 li.limited a > div, .nav-ul2 li.request a > div {
  height: 100%;
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 10.8% 0;
}
.nav-ul2 li.reserve a span, .nav-ul2 li.limited a span, .nav-ul2 li.request a span {
  font-family: "Crimson Text", serif;
  letter-spacing: 0.25em;
  margin-bottom: 5px;
  font-size: 7px;
}
.nav-ul2 li.reserve a::after, .nav-ul2 li.limited a::after, .nav-ul2 li.request a::after {
  right: 15px;
  width: 1.5rem;
  height: 3.5rem;
}
.nav-ul2 li.reserve a:hover, .nav-ul2 li.limited a:hover, .nav-ul2 li.request a:hover {
  opacity: 0.6;
}
.nav-ul2 li.request {
  margin-top: 3px;
}
.nav-ul2 li.request a {
  background: #000;
  border: 1px solid #fff;
}
.nav-ul2 li.reserve {
  margin-top: 3px;
}
.nav-ul2 li.reserve a {
  background: #9A3813;
  border: 1px solid #fff;
}
.nav-ul2 li.limited a {
  border: 1px solid #fff;
  letter-spacing: 0;
  background: rgb(145, 134, 115);
  background: linear-gradient(115deg, rgb(145, 134, 115) 0%, rgb(125, 115, 87) 100%);
}
.nav-ul2 li.tel a {
  color: #fff;
}

#pageQuality .f_nav li.quality a,
#pagePlan .f_nav li.plan a,
#pageZeh .f_nav li.zeh a,
#pageDesign .f_nav li.design a,
#pageLocation .f_nav li.location a,
#pageAccess .f_nav li.access a,
#pagePosition .f_nav li.position a,
#pageTop .f_nav li.top a,
#pageQuality .nav-ul li.quality a,
#pagePlan .nav-ul li.plan a,
#pageZeh .nav-ul li.zeh a,
#pageDesign .nav-ul li.design a,
#pageLocation .nav-ul li.location a,
#pageAccess .nav-ul li.access a,
#pagePosition .nav-ul li.position a,
#pageTop .nav-ul li.top a {
  color: #fff;
}
#pageQuality .f_nav li.quality a::after,
#pagePlan .f_nav li.plan a::after,
#pageZeh .f_nav li.zeh a::after,
#pageDesign .f_nav li.design a::after,
#pageLocation .f_nav li.location a::after,
#pageAccess .f_nav li.access a::after,
#pagePosition .f_nav li.position a::after,
#pageTop .f_nav li.top a::after,
#pageQuality .nav-ul li.quality a::after,
#pagePlan .nav-ul li.plan a::after,
#pageZeh .nav-ul li.zeh a::after,
#pageDesign .nav-ul li.design a::after,
#pageLocation .nav-ul li.location a::after,
#pageAccess .nav-ul li.access a::after,
#pagePosition .nav-ul li.position a::after,
#pageTop .nav-ul li.top a::after {
  opacity: 1;
  width: 80%;
  max-width: 80px;
}

@media screen and (max-width: 750px) {
  .nav-ul2 {
    width: 45%;
    margin-top: 1rem;
    min-width: unset;
  }
  .nav-ul2 li {
    width: 100%;
    position: relative;
    margin-bottom: 3rem;
  }
  .nav-ul2 li a {
    text-align: center;
    width: 100%;
    display: block;
    -webkit-transition: 0.4s;
    transition: 0.4s;
  }
  .nav-ul2 li a span {
    font-size: 1rem;
    margin-bottom: 3px;
    letter-spacing: 0;
  }
}
@media screen and (max-width: 750px) and (max-width: 750px) {
  .nav-ul2 li a span {
    font-size: 2rem;
  }
}
@media screen and (max-width: 750px) {
  .nav-ul2 li a::after {
    content: "";
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .nav-ul2 li.map a, .nav-ul2 li.outline a {
    padding: 0 0 0 5rem;
  }
  .nav-ul2 li.map a::after, .nav-ul2 li.outline a::after {
    width: 3rem;
    height: 3rem;
  }
  .nav-ul2 li.map a:hover, .nav-ul2 li.outline a:hover {
    opacity: 0.6;
  }
  .nav-ul2 li.map {
    margin-top: 3.5rem;
  }
  .nav-ul2 li.reserve, .nav-ul2 li.limited, .nav-ul2 li.request {
    margin-bottom: 20px;
    width: 100%;
    border: none;
  }
  .nav-ul2 li.reserve a, .nav-ul2 li.limited a, .nav-ul2 li.request a {
    font-size: 2.2rem;
  }
  .nav-ul2 li.reserve a::after, .nav-ul2 li.limited a::after, .nav-ul2 li.request a::after {
    right: 5px;
    width: 2.5rem;
    height: 3.5rem;
  }
  .nav-ul2 li.request {
    margin-top: 20px;
  }
  .nav-ul2 li.tel a {
    color: #fff;
  }
}
@-webkit-keyframes bg_scroll {
  0% {
    background-size: 115% 115%;
    opacity: 0.5;
  }
  100% {
    background-size: 100% 100%;
    opacity: 1;
  }
}
@keyframes bg_scroll {
  0% {
    background-size: 115% 115%;
    opacity: 0.5;
  }
  100% {
    background-size: 100% 100%;
    opacity: 1;
  }
}
@media screen and (max-width: 750px) and (min-width: 650px) and (orientation: landscape) {
  .nav-img.top .bg {
    display: none;
  }
  .nav.active .nav-list {
    top: 0%;
  }
}
@media print {
  header,
  nav {
    display: none;
  }
}
.holiday_wrap {
  background: #fff;
  border: 2px solid #834541;
  width: 100%;
  max-width: 900px;
  margin: 2rem auto;
  padding: 10px 0;
}
.holiday_wrap p {
  color: #834541 !important;
  font-weight: 800;
  text-align: center;
  line-height: 1.6;
  font-size: 1.1rem;
}
@media screen and (max-width: 750px) {
  .holiday_wrap p {
    font-size: 2.1rem;
  }
}
.holiday_wrap p span {
  display: block;
  color: #834541 !important;
}
.holiday_wrap-3 {
  margin: 4rem auto 8rem;
  border: 1px solid #fff;
  background-color: transparent;
}
.holiday_wrap-3 p {
  color: #fff !important;
  font-weight: 400;
  font-size: 11px;
  font-size: 1.1rem;
}
@media screen and (max-width: 750px) {
  .holiday_wrap-3 p {
    font-size: 2.1rem;
  }
}
.holiday_wrap-3 p span {
  color: #fff !important;
}
.holiday_wrap.black {
  border: 1px solid #000;
  background: #fff;
}
.holiday_wrap.black p {
  color: #000 !important;
}
.holiday_wrap.black p span {
  color: #000 !important;
}

footer {
  z-index: 1;
  position: relative;
  background: #fff;
}
@media screen and (max-width: 750px) {
  footer {
    padding: 0 0 70px;
  }
}
footer .f-note {
  padding: 3rem 0;
}
footer .f_nav {
  background: #4f5359;
  padding: 10px 0;
}
footer .f_nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
footer .f_nav ul a,
footer .f_nav ul p {
  font-size: 1.3rem;
  display: block;
  color: #fff;
  position: relative;
  text-align: center;
  padding: 1rem 3rem;
}
@media screen and (max-width: 750px) {
  footer .f_nav ul a,
  footer .f_nav ul p {
    font-size: 2.3rem;
  }
}
footer .f_nav ul a span:nth-of-type(2),
footer .f_nav ul p span:nth-of-type(2) {
  display: none;
}
footer .f_nav ul a {
  opacity: 1;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
footer .f_nav ul a::after {
  content: "";
  background: #fff;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 0;
  height: 2px;
  -webkit-transition: 0.6s;
  transition: 0.6s;
  opacity: 0;
}
footer .f_nav ul a:hover {
  color: #fff;
}
footer .f_nav ul a:hover::after {
  opacity: 1;
  width: 80%;
  max-width: 80px;
}
footer .f_nav ul p {
  opacity: 0.4;
}
@media screen and (max-width: 750px) {
  footer .f-note {
    padding-bottom: 7rem;
  }
  footer .f_nav {
    padding: 0;
  }
  footer .f_nav ul {
    width: 100%;
  }
  footer .f_nav ul li {
    width: 50%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    border-bottom: 1px solid #fff;
  }
  footer .f_nav ul li:nth-child(2n) {
    border-left: 1px solid #fff;
  }
  footer .f_nav ul a,
  footer .f_nav ul p {
    font-size: 1.2rem;
    padding: 2rem 0;
    color: #9b8062;
    background: #3e3a39;
    display: block;
    text-align: center;
  }
}
@media screen and (max-width: 750px) and (max-width: 750px) {
  footer .f_nav ul a,
  footer .f_nav ul p {
    font-size: 2.2rem;
  }
}
@media screen and (max-width: 750px) {
  footer .f_nav ul a {
    -webkit-transition: 0.4s;
    transition: 0.4s;
  }
  footer .f_nav ul a::after {
    display: none;
  }
  footer .f_nav ul a:hover {
    background: #333;
  }
  footer .f_nav ul p {
    color: #ccc;
    opacity: 0.4;
  }
}
footer .f-btn {
  padding: 3rem 0;
  background: #3b4857;
}
footer .f-advertising {
  padding: 0 0 5rem;
}
footer .f-advertising .advertising_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 auto 0;
}
footer .f-advertising .advertising_box .ttl_outer {
  margin: 0 20px 0 0;
}
@media screen and (max-width: 750px) {
  footer .f-advertising .advertising_box .ttl_outer {
    width: 100%;
    margin: 0 !important;
  }
}
footer .f-advertising .advertising_box .ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 122px;
  height: 35px;
  font-size: 14px;
  border: solid 1px #666;
  text-align: center;
}
@media screen and (max-width: 750px) {
  footer .f-advertising .advertising_box .ttl {
    width: 100%;
  }
}
footer .f-advertising .advertising_box .ttl_2 {
  font-size: 13px;
  text-align: center;
  margin: 4px 0 0;
}
@media screen and (max-width: 750px) {
  footer .f-advertising .advertising_box .ttl_2 {
    font-size: 14px;
    margin: 6px 0 0;
  }
}
footer .f-advertising .advertising_box .txt {
  font-size: 10px;
  line-height: 1.4;
}
@media screen and (max-width: 750px) {
  footer .f-advertising .advertising_box .txt {
    letter-spacing: 0;
    margin: 10px 0 0;
  }
}
footer .bnr {
  max-width: 900px;
  width: 95%;
  margin: 5% auto 2%;
}
footer .bnr2 {
  max-width: 1000px;
  width: 95%;
  margin: 5% auto 2%;
}
footer .snslink_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 70px auto 70px;
  max-width: 1000px;
}
footer .snslink_box .bnr_line_link {
  display: block;
  max-width: 490px;
  margin: 0 0px 20px;
  width: 49%;
}
footer .snslink_box .bnr_suumo_link {
  max-width: 472px;
  margin: 0 10px 20px;
  width: 48%;
}
footer .snslink_box .bnr_pet_link {
  max-width: 455px;
  margin: 0 10px 20px;
  width: 48%;
  display: block;
}
footer .snslink_box .bnr_sns_link {
  max-width: 475px;
  margin: 0 10px 20px;
  position: relative;
  width: 48%;
}
footer .snslink_box .bnr_sns_link a {
  display: block;
  width: 35px;
  height: 35px;
  position: absolute;
  top: 8%;
  background: #fff;
  opacity: 0;
}
footer .snslink_box .bnr_sns_link a:hover {
  opacity: 0.3;
}
footer .snslink_box .bnr_sns_link a:nth-of-type(1) {
  right: 51.5%;
  border-radius: 50%;
}
footer .snslink_box .bnr_sns_link a:nth-of-type(2) {
  right: 41.3%;
  border-radius: 30%;
}
footer .snslink_box .bnr_sns_link a:nth-of-type(3) {
  right: 32.5%;
  border-radius: 30%;
}
footer .snslink_box .bnr_sns_link a:nth-of-type(4) {
  right: 21.5%;
  border-radius: 50%;
}
footer .snslink_box .bnr_sns_link a:nth-of-type(5) {
  right: 11.5%;
  border-radius: 50%;
}
footer .snslink_box .bnr_sns_link a:nth-of-type(6) {
  right: 1.5%;
}
footer .snslink_box .bnr_app_link {
  max-width: 430px;
  margin: 0 10px 20px;
  width: 45%;
}
footer .snslink_box .bnr_app_link2 {
  max-width: 498px;
  margin: 0 10px 20px;
  width: 50%;
}
footer .f-contact {
  padding: 2rem 0 3rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 750px) {
  footer .f-contact {
    padding: 0 0 3rem;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
footer .f-contact_call {
  width: 90%;
  max-width: 770px;
}
@media screen and (max-width: 750px) {
  footer .f-contact_call {
    width: 90%;
    margin: 0 auto 10px;
  }
}
footer .f-contact_call .t1 {
  width: 100%;
  font-size: 12px;
  margin-bottom: 15px;
  text-align: center;
}
@media screen and (max-width: 750px) {
  footer .f-contact_call .t1 {
    text-align: center;
    line-height: 1.6;
  }
}
footer .f-contact_call .t2 {
  font-size: 12px;
  line-height: 1.5;
  text-align: center;
}
@media screen and (max-width: 750px) {
  footer .f-contact_call .t2 {
    width: 100%;
    text-align: center;
    margin-top: 5px;
  }
}
footer .f-contact_call figure {
  width: 60%;
  max-width: 450px;
  margin: 0 auto 15px;
}
@media screen and (max-width: 750px) {
  footer .f-contact_call figure {
    width: 100%;
  }
}
footer .f-contact_dev {
  max-width: 400px;
}
@media screen and (max-width: 750px) {
  footer .f-contact_dev {
    display: block;
    text-align: center;
    margin-top: 40px;
  }
}
footer .f-contact_dev p {
  margin-bottom: 10px;
  font-size: 10px;
}
footer .f-contact_dev.logo1 {
  width: 75%;
  max-width: 300px;
  margin: 0 1rem;
}
@media screen and (max-width: 750px) {
  footer .f-contact_dev.logo1 {
    max-width: 450px;
    margin-bottom: 20px;
  }
}
footer .f-contact_dev.logo1 p {
  margin-left: 12%;
}
footer .f-contact_dev.logo2 {
  width: 40%;
  max-width: 150px;
  margin: 0 3rem;
}
@media screen and (max-width: 750px) {
  footer .f-contact_dev.logo2 {
    max-width: 220px;
  }
}
footer .f-contact_dev.logo2 p {
  margin-left: 25%;
}
footer .f-dev {
  padding: 0 0 30px;
}
@media screen and (max-width: 750px) {
  footer .f-dev {
    padding: 0 0 30px;
  }
}
footer .f-dev_link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
footer .f-dev_link li {
  margin: 0 10px 10px;
}
footer .f-dev_link li a {
  color: #000;
  font-size: 11px;
}
footer .f-dev_link2 {
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 10px 0;
  margin: 30px 0 0;
}
footer .f-dev_link2 li {
  margin: 5px 10px;
}
footer .f-dev_link2 li.ttl {
  width: 100%;
  text-align: center;
}
@media screen and (max-width: 750px) {
  footer .f-dev_link2 li {
    width: 100%;
    margin: 5px 0;
  }
}
footer .f-dev_link2 li p,
footer .f-dev_link2 li a {
  color: #808080;
}
@media screen and (max-width: 750px) {
  footer .f-dev_link2 li p,
  footer .f-dev_link2 li a {
    text-align: center;
    margin: 0 auto;
  }
}
footer .f-dev_link2 li p {
  font-size: 11px;
}
footer .f-dev_link2 li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 210px;
  height: 25px;
  border: solid 1px #666;
  background: #666;
  color: #fff;
  font-size: 12px;
  letter-spacing: 0;
}
@media screen and (max-width: 750px) {
  footer .f-dev_link2 li a {
    text-align: center;
    margin: 0 auto;
  }
}
footer .f-dev_link2 li a:hover {
  color: #666;
  background: #fff;
}
footer .f-dev_copy {
  margin-top: 20px;
  width: 100%;
  font-size: 10px;
  text-align: center;
}
@media screen and (max-width: 750px) {
  footer .f-dev_copy {
    margin-top: 40px;
  }
}

@media screen and (max-width: 750px) {
  footer .snslink_box {
    margin: 3rem auto 5rem;
    width: 95%;
  }
  footer .snslink_box .bnr_line_link {
    max-width: none;
    width: 624px;
    margin: 0 0 3rem;
  }
  footer .snslink_box .bnr_suumo_link {
    max-width: none;
    width: 624px;
    margin: 0 0 3rem;
  }
  footer .snslink_box .bnr_sns_link {
    max-width: none;
    width: 624px;
    margin: 0 0 3rem;
  }
  footer .snslink_box .bnr_sns_link a {
    width: 50px;
    height: 50px;
    top: 9px;
  }
  footer .snslink_box .bnr_pet_link,
  footer .snslink_box .bnr_app_link {
    max-width: none;
    width: 624px;
    margin: 0 0 3rem;
  }
  footer .snslink_box .bnr_app_link2 {
    max-width: none;
    margin: 0 0 3rem;
    width: 624px;
  }
  /*@media screen end*/
}
.nav.act {
  display: none;
}

.nav-h {
  -webkit-transition: all 0.75s;
  transition: all 0.75s;
}

.nav-h.act {
  right: 0;
}

.black-bg {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.75s;
  transition: all 0.75s;
}

.black-bg.act {
  opacity: 0.7;
  visibility: visible;
}

.nav-btn_wrap {
  position: fixed;
  right: 5px;
  top: 35px;
  z-index: 9999;
  padding: 0;
  width: 70px;
  height: 63px;
}

button.nav-btn {
  width: 45px;
  height: 30px;
  z-index: 1;
  position: relative;
  display: block;
}

button.nav-btn span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #fff;
}

button.nav-btn.clr-wht span {
  background-color: #fff;
}

button.nav-btn.clr-blk span {
  background-color: #000;
}

button.nav-btn span {
  display: inline-block;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

button.nav-btn p {
  position: absolute;
  bottom: -20px;
  font-weight: 100;
  color: #fff;
  font-size: 1.3rem;
  text-align: center;
}

button.nav-btn span:nth-of-type(1) {
  top: 0;
}

button.nav-btn span:nth-of-type(2) {
  top: 9px;
}

button.nav-btn span:nth-of-type(3) {
  top: 18px;
}

button.nav-btn span:nth-of-type(4) {
  bottom: 0;
}

button.nav-btn span:nth-of-type(1) {
  -webkit-animation: btn07-bar01 0.75s forwards;
          animation: btn07-bar01 0.75s forwards;
}

@-webkit-keyframes btn07-bar01 {
  0% {
    -webkit-transform: translateY(15px) rotate(45deg);
            transform: translateY(15px) rotate(45deg);
  }
  50% {
    -webkit-transform: translateY(15px) rotate(0);
            transform: translateY(15px) rotate(0);
  }
  100% {
    -webkit-transform: translateY(0) rotate(0);
            transform: translateY(0) rotate(0);
  }
}

@keyframes btn07-bar01 {
  0% {
    -webkit-transform: translateY(15px) rotate(45deg);
            transform: translateY(15px) rotate(45deg);
  }
  50% {
    -webkit-transform: translateY(15px) rotate(0);
            transform: translateY(15px) rotate(0);
  }
  100% {
    -webkit-transform: translateY(0) rotate(0);
            transform: translateY(0) rotate(0);
  }
}
button.nav-btn span:nth-of-type(2) {
  -webkit-transition: all 0.25s 0.25s;
  transition: all 0.25s 0.25s;
  opacity: 1;
}

button.nav-btn span:nth-of-type(3) {
  -webkit-animation: btn07-bar03 0.75s forwards;
          animation: btn07-bar03 0.75s forwards;
}

button.nav-btn span:nth-of-type(4) {
  -webkit-transition: all 0.25s 0.25s;
  transition: all 0.25s 0.25s;
  opacity: 1;
}

@-webkit-keyframes btn07-bar03 {
  0% {
    -webkit-transform: translateY(-15px) rotate(-45deg);
            transform: translateY(-15px) rotate(-45deg);
  }
  50% {
    -webkit-transform: translateY(-15px) rotate(0);
            transform: translateY(-15px) rotate(0);
  }
  100% {
    -webkit-transform: translateY(0) rotate(0);
            transform: translateY(0) rotate(0);
  }
}

@keyframes btn07-bar03 {
  0% {
    -webkit-transform: translateY(-15px) rotate(-45deg);
            transform: translateY(-15px) rotate(-45deg);
  }
  50% {
    -webkit-transform: translateY(-15px) rotate(0);
            transform: translateY(-15px) rotate(0);
  }
  100% {
    -webkit-transform: translateY(0) rotate(0);
            transform: translateY(0) rotate(0);
  }
}
button.nav-btn.active span:nth-of-type(1) {
  -webkit-animation: active-btn07-bar01 0.75s forwards;
          animation: active-btn07-bar01 0.75s forwards;
  background-color: #fff;
}

@-webkit-keyframes active-btn07-bar01 {
  0% {
    -webkit-transform: translateY(0) rotate(0);
            transform: translateY(0) rotate(0);
  }
  50% {
    -webkit-transform: translateY(10px) rotate(0);
            transform: translateY(10px) rotate(0);
  }
  100% {
    -webkit-transform: translateY(10px) rotate(19deg);
            transform: translateY(10px) rotate(19deg);
  }
}

@keyframes active-btn07-bar01 {
  0% {
    -webkit-transform: translateY(0) rotate(0);
            transform: translateY(0) rotate(0);
  }
  50% {
    -webkit-transform: translateY(10px) rotate(0);
            transform: translateY(10px) rotate(0);
  }
  100% {
    -webkit-transform: translateY(10px) rotate(19deg);
            transform: translateY(10px) rotate(19deg);
  }
}
button.nav-btn.active span:nth-of-type(2) {
  opacity: 0;
  background-color: #fff;
}

button.nav-btn.active span:nth-of-type(3) {
  -webkit-animation: active-btn07-bar03 0.75s forwards;
          animation: active-btn07-bar03 0.75s forwards;
  background-color: #fff;
}

button.nav-btn.active span:nth-of-type(4) {
  opacity: 0;
  background-color: #fff;
}

button.nav-btn.act p {
  color: #000;
  margin-top: 5px;
}

@-webkit-keyframes active-btn07-bar03 {
  0% {
    -webkit-transform: translateY(0) rotate(0);
            transform: translateY(0) rotate(0);
  }
  50% {
    -webkit-transform: translateY(-10px) rotate(0);
            transform: translateY(-10px) rotate(0);
  }
  100% {
    -webkit-transform: translateY(-8px) rotate(-19deg);
            transform: translateY(-8px) rotate(-19deg);
  }
}

@keyframes active-btn07-bar03 {
  0% {
    -webkit-transform: translateY(0) rotate(0);
            transform: translateY(0) rotate(0);
  }
  50% {
    -webkit-transform: translateY(-10px) rotate(0);
            transform: translateY(-10px) rotate(0);
  }
  100% {
    -webkit-transform: translateY(-8px) rotate(-19deg);
            transform: translateY(-8px) rotate(-19deg);
  }
}
@media screen and (max-width: 750px) {
  .nav-btn_wrap {
    width: 55px;
  }
  button.nav-btn {
    width: 33px;
    height: 21px;
    display: block;
    position: fixed;
    top: 20px;
    right: 18px;
    z-index: 9999;
  }
  button.nav-btn span {
    position: absolute;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #fff;
  }
  button.nav-btn,
  button.nav-btn span {
    display: inline-block;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  button.nav-btn span:nth-of-type(1) {
    top: 0;
  }
  button.nav-btn span:nth-of-type(2) {
    top: 9.5px;
  }
  button.nav-btn span:nth-of-type(3) {
    bottom: 0;
  }
  button.nav-btn span:nth-of-type(1) {
    -webkit-animation: btn07-bar01 0.75s forwards;
            animation: btn07-bar01 0.75s forwards;
  }
  @-webkit-keyframes btn07-bar01 {
    0% {
      -webkit-transform: translateY(10px) rotate(45deg);
              transform: translateY(10px) rotate(45deg);
    }
    50% {
      -webkit-transform: translateY(10px) rotate(0);
              transform: translateY(10px) rotate(0);
    }
    100% {
      -webkit-transform: translateY(0) rotate(0);
              transform: translateY(0) rotate(0);
    }
  }
  @keyframes btn07-bar01 {
    0% {
      -webkit-transform: translateY(10px) rotate(45deg);
              transform: translateY(10px) rotate(45deg);
    }
    50% {
      -webkit-transform: translateY(10px) rotate(0);
              transform: translateY(10px) rotate(0);
    }
    100% {
      -webkit-transform: translateY(0) rotate(0);
              transform: translateY(0) rotate(0);
    }
  }
  button.nav-btn span:nth-of-type(2) {
    -webkit-transition: all 0.25s 0.25s;
    transition: all 0.25s 0.25s;
    opacity: 1;
  }
  button.nav-btn span:nth-of-type(3) {
    -webkit-animation: btn07-bar03 0.75s forwards;
            animation: btn07-bar03 0.75s forwards;
  }
  @-webkit-keyframes btn07-bar03 {
    0% {
      -webkit-transform: translateY(-5px) rotate(-45deg);
              transform: translateY(-5px) rotate(-45deg);
    }
    50% {
      -webkit-transform: translateY(-10px) rotate(0);
              transform: translateY(-10px) rotate(0);
    }
    100% {
      -webkit-transform: translateY(0) rotate(0);
              transform: translateY(0) rotate(0);
    }
  }
  @keyframes btn07-bar03 {
    0% {
      -webkit-transform: translateY(-5px) rotate(-45deg);
              transform: translateY(-5px) rotate(-45deg);
    }
    50% {
      -webkit-transform: translateY(-10px) rotate(0);
              transform: translateY(-10px) rotate(0);
    }
    100% {
      -webkit-transform: translateY(0) rotate(0);
              transform: translateY(0) rotate(0);
    }
  }
  button.nav-btn.active span:nth-of-type(1) {
    -webkit-animation: active-btn07-bar01 0.75s forwards;
            animation: active-btn07-bar01 0.75s forwards;
    background: #fff;
  }
  @-webkit-keyframes active-btn07-bar01 {
    0% {
      -webkit-transform: translateY(0) rotate(0);
              transform: translateY(0) rotate(0);
    }
    50% {
      -webkit-transform: translateY(10px) rotate(0);
              transform: translateY(10px) rotate(0);
    }
    100% {
      -webkit-transform: translateY(10px) rotate(45deg);
              transform: translateY(10px) rotate(45deg);
    }
  }
  @keyframes active-btn07-bar01 {
    0% {
      -webkit-transform: translateY(0) rotate(0);
              transform: translateY(0) rotate(0);
    }
    50% {
      -webkit-transform: translateY(10px) rotate(0);
              transform: translateY(10px) rotate(0);
    }
    100% {
      -webkit-transform: translateY(10px) rotate(45deg);
              transform: translateY(10px) rotate(45deg);
    }
  }
  button.nav-btn.active span:nth-of-type(2) {
    opacity: 0;
    background: #fff;
  }
  button.nav-btn.active span:nth-of-type(3) {
    -webkit-animation: active-btn07-bar03 0.75s forwards;
            animation: active-btn07-bar03 0.75s forwards;
    background: #fff;
  }
  button.nav-btn.active p {
    color: #fff;
  }
  @-webkit-keyframes active-btn07-bar03 {
    0% {
      -webkit-transform: translateY(0) rotate(0);
              transform: translateY(0) rotate(0);
    }
    50% {
      -webkit-transform: translateY(-10px) rotate(0);
              transform: translateY(-10px) rotate(0);
    }
    100% {
      -webkit-transform: translateY(-10px) rotate(-45deg);
              transform: translateY(-10px) rotate(-45deg);
    }
  }
  @keyframes active-btn07-bar03 {
    0% {
      -webkit-transform: translateY(0) rotate(0);
              transform: translateY(0) rotate(0);
    }
    50% {
      -webkit-transform: translateY(-10px) rotate(0);
              transform: translateY(-10px) rotate(0);
    }
    100% {
      -webkit-transform: translateY(-10px) rotate(-45deg);
              transform: translateY(-10px) rotate(-45deg);
    }
  }
}
.com-ttl {
  font-size: 2.4rem;
  letter-spacing: 0.64em;
  text-align: center;
}

.com-ttl-outer {
  text-align: center;
  padding: 1.8rem 0;
  position: relative;
}
.com-ttl-outer .com-ttl {
  position: relative;
}

.com-ttl-outer.bg_wht {
  background: #fff;
  color: #006bb0;
}

.com-ttl-outer.bg_grd {
  color: #fff;
}
.com-ttl-outer.bg_grd::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
  background: linear-gradient(45deg, rgb(84, 118, 171) 0%, rgb(75, 140, 202) 41%, rgb(112, 200, 235) 100%);
  mix-blend-mode: multiply;
}

.com-lead {
  font-size: 2rem;
  letter-spacing: 0.05em;
  line-height: 1.6;
  text-align: center;
}

.com-txt {
  font-size: 1.4rem;
  letter-spacing: 0;
  line-height: 2.3;
}

@media screen and (max-width: 750px) {
  .com-ttl {
    font-size: 3.4rem;
  }
  .com-ttl-outer {
    padding: 2rem 0;
  }
  .com-lead {
    font-size: 3rem;
  }
  .com-txt {
    font-size: 2.6rem;
    line-height: 1.8;
  }
}
.com-note {
  font-size: 1rem;
  line-height: 1.4;
}
.com-note.right {
  text-align: right;
}
.com-note.center {
  text-align: center;
}

@media screen and (max-width: 750px) {
  .com-note {
    font-size: 2rem;
  }
}
.com-cap {
  font-size: 1rem;
  letter-spacing: 0;
  color: #fff;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5), -1px 1px 3px rgba(0, 0, 0, 0.5), 1px -1px 3px rgba(0, 0, 0, 0.5), -1px -1px 3px rgba(0, 0, 0, 0.5);
  position: absolute;
  bottom: 0.5rem;
  right: 0.5rem;
}

.com-cap.left {
  right: auto;
  left: 0.5rem;
}

.com-cap.clr-w {
  color: #fff;
  text-shadow: none;
}

.com-cap.clr-b {
  color: #333333;
  text-shadow: none;
}

@media screen and (max-width: 750px) {
  .com-cap {
    font-size: 2rem;
    bottom: 1rem;
    right: 1rem;
  }
  .com-cap.left {
    left: 1rem;
  }
}
.com-sup {
  font-size: 1rem;
  vertical-align: top;
  position: relative;
  top: -0.1em;
}

@media screen and (max-width: 750px) {
  .com-sup {
    font-size: 2rem;
  }
}
.com-content {
  width: 104rem;
  padding: 0 2rem;
  margin: 0 auto;
}

@media screen and (max-width: 750px) {
  .com-content {
    width: 75rem;
    padding: 0 4rem;
    margin: 0 auto;
  }
}
.com_bg_wrap {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100vw;
  height: 100%;
}
.com_bg_wrap .bg_box {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: calc(100vh + 1500px);
  background-image: url("../../build/img/common/com_bg.png");
  background-repeat: repeat-y;
  background-size: 100%;
  background-position: top center;
}

.com-main-wrap {
  overflow: unset;
}
.com-main-wrap .main_box {
  overflow: hidden;
  position: relative;
}
.com-main-wrap .main_box .ttl {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
          transform: translateY(-50%) translateX(-50%);
  margin: auto;
  width: 100%;
  font-size: 3rem;
  letter-spacing: 0.64em;
  color: #fff;
  text-align: center;
  text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.6), -2px 2px 5px rgba(0, 0, 0, 0.6), 2px -2px 5px rgba(0, 0, 0, 0.6), -2px -2px 5px rgba(0, 0, 0, 0.6);
}
.com-main-wrap .cap {
  bottom: -1.5rem;
}
.com-main-wrap .accent {
  width: 100%;
  height: 50rem;
  position: absolute;
  top: 100%;
  left: 0;
}
.com-main-wrap .accent img {
  width: 100%;
  height: 100%;
}

#pageLimited .com-main-wrap .main_box,
#pageLogin .com-main-wrap .main_box,
#pageOutline .com-main-wrap .main_box,
#pageMap .com-main-wrap .main_box {
  height: 26rem;
  z-index: 1;
}
#pageLimited .com-main-wrap .main_box .ttl,
#pageLogin .com-main-wrap .main_box .ttl,
#pageOutline .com-main-wrap .main_box .ttl,
#pageMap .com-main-wrap .main_box .ttl {
  text-shadow: none;
  color: #000;
  top: auto;
  bottom: 0;
  -webkit-transform: translateY(0%) translateX(-50%);
          transform: translateY(0%) translateX(-50%);
}
#pageLimited .com-main-wrap .accent,
#pageLogin .com-main-wrap .accent,
#pageOutline .com-main-wrap .accent,
#pageMap .com-main-wrap .accent {
  height: 28rem;
  top: 0;
}

@media screen and (max-width: 750px) {
  .com-main-wrap .main_box .img {
    width: 100%;
    height: 48rem;
  }
  .com-main-wrap .main_box .img img {
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center center;
       object-position: center center;
    width: 100%;
    height: 100%;
  }
  .com-main-wrap .main_box .ttl {
    font-size: 4.8rem;
  }
  .com-main-wrap .cap {
    bottom: -2.5rem;
  }
  .com-main-wrap .accent {
    height: 40rem;
  }
  #pageOutline .com-main-wrap .accent,
  #pageMap .com-main-wrap .accent {
    height: 22rem;
  }
}
.com_column_area {
  margin: 7rem 0 0;
}
.com_column_area .flex_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  background: #fff;
  padding: 2.5rem;
}
.com_column_area .flex_box .img {
  width: 33rem;
}
.com_column_area .flex_box .copy {
  width: 59rem;
}
.com_column_area .flex_box .lead {
  font-size: 2.1rem;
  line-height: 1.5;
  text-align: center;
}
.com_column_area .flex_box .txt {
  font-size: 1.3rem;
  letter-spacing: 0;
  line-height: 1.9;
  margin: 2.6rem 0 0;
}
.com_column_area .flex_box a {
  -webkit-transition: all 400ms cubic-bezier(0.36, 0.1, 0.16, 1);
  transition: all 400ms cubic-bezier(0.36, 0.1, 0.16, 1);
  font-size: 1.1rem;
  letter-spacing: 0;
  display: block;
  margin: 2rem 0 0;
}
.com_column_area .flex_box a:hover {
  color: #1e58a1;
}

@media screen and (max-width: 750px) {
  .com_column_area .flex_box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding: 5rem 4rem 6rem;
  }
  .com_column_area .flex_box .img {
    width: 100%;
  }
  .com_column_area .flex_box .copy {
    width: 100%;
    margin: 4rem 0 0;
  }
  .com_column_area .flex_box .lead {
    font-size: 3rem;
  }
  .com_column_area .flex_box .txt {
    font-size: 2.6rem;
    line-height: 1.9;
    margin: 3rem 0 0;
  }
  .com_column_area .flex_box a {
    font-size: 2.2rem;
    margin: 4rem 0 0;
  }
}
.com_plan_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 3rem 0;
  width: 93rem;
  margin: 5rem auto 0;
}
.com_plan_box .plan {
  -webkit-transition: all 400ms cubic-bezier(0.36, 0.1, 0.16, 1);
  transition: all 400ms cubic-bezier(0.36, 0.1, 0.16, 1);
  width: 45rem;
  background: rgba(255, 255, 255, 0.65);
  padding: 2rem 0 3rem;
}
.com_plan_box .plan:hover {
  background: white;
}
.com_plan_box .ttl {
  width: 40rem;
  letter-spacing: 0;
  color: #fff;
  text-align: center;
  background: linear-gradient(45deg, rgb(84, 118, 171) 0%, rgb(75, 140, 202) 41%, rgb(112, 200, 235) 100%);
  padding: 1.4rem 0;
  margin: 0 auto;
}
.com_plan_box .ttl_1 {
  font-size: 3rem;
}
.com_plan_box .ttl_2 {
  font-size: 2.3rem;
}
.com_plan_box .ttl_3 {
  font-size: 1.5rem;
}
.com_plan_box .spec {
  color: #006bb0;
  text-align: center;
  margin: 2.6rem 0 0;
}
.com_plan_box .spec .clr_b {
  color: #231815;
}
.com_plan_box .spec_1 {
  font-size: 3.5rem;
}
.com_plan_box .spec_2 {
  font-size: 2.2rem;
}
.com_plan_box .spec_3 {
  font-size: 2rem;
  color: #231815;
}
.com_plan_box .type_img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -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: 50rem;
  margin: 0;
}
.com_plan_box .type_img .img.d_type {
  width: 33.363rem;
}
.com_plan_box .type_img .img.eg_type {
  width: 33.363rem;
}
.com_plan_box .type_img .img.f_type {
  width: 33.363rem;
}
.com_plan_box .type_img .img.gr_type {
  width: 33.363rem;
}
.com_plan_box .type_img .img.hr_type {
  width: 33.363rem;
}
.com_plan_box .type_img .img.mr_type {
  width: 33.363rem;
}
.com_plan_box .arrow {
  width: 13rem;
  margin: 1rem auto 0;
}
.com_plan_box .arrow_txt {
  font-size: 1.2rem;
  letter-spacing: 0.1em;
  text-align: center;
}

@media screen and (max-width: 750px) {
  .com_plan_box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 5rem 0;
    width: 100%;
  }
  .com_plan_box .plan {
    width: 58rem;
    padding: 3rem 0 5rem;
  }
  .com_plan_box .ttl {
    width: 52rem;
    padding: 2rem 0;
  }
  .com_plan_box .ttl_1 {
    font-size: 4rem;
  }
  .com_plan_box .ttl_2 {
    font-size: 3.2rem;
  }
  .com_plan_box .ttl_3 {
    font-size: 2.6rem;
  }
  .com_plan_box .spec {
    margin: 2.6rem 0 0;
  }
  .com_plan_box .spec_1 {
    font-size: 4.4rem;
  }
  .com_plan_box .spec_2 {
    font-size: 3.2rem;
  }
  .com_plan_box .spec_3 {
    font-size: 3rem;
  }
  .com_plan_box .type_img {
    height: auto;
    margin: 3rem 0 0;
  }
  .com_plan_box .type_img .img.d_type {
    width: 50.55rem;
  }
  .com_plan_box .type_img .img.eg_type {
    width: 50.55rem;
  }
  .com_plan_box .type_img .img.f_type {
    width: 50.55rem;
  }
  .com_plan_box .type_img .img.gr_type {
    width: 50.55rem;
  }
  .com_plan_box .type_img .img.hr_type {
    width: 50.55rem;
  }
  .com_plan_box .type_img .img.mr_type {
    width: 50.55rem;
  }
  .com_plan_box .arrow {
    width: 17rem;
    margin: 6rem auto 0;
  }
  .com_plan_box .arrow_txt {
    font-size: 2.2rem;
  }
}
.com-loadwrap {
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99999999;
  background: #fff;
  opacity: 1;
}
.com-loadwrap.no_active {
  -webkit-animation-name: loadAnime;
          animation-name: loadAnime;
  -webkit-animation-duration: 0.3s;
          animation-duration: 0.3s;
  -webkit-animation-delay: 0.8s;
          animation-delay: 0.8s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-timing-function: ease-in;
          animation-timing-function: ease-in;
}
@-webkit-keyframes loadAnime {
  0% {
    z-index: 99999;
    opacity: 1;
  }
  90% {
    z-index: 99999;
  }
  100% {
    z-index: -1;
    opacity: 0;
  }
}
@keyframes loadAnime {
  0% {
    z-index: 99999;
    opacity: 1;
  }
  90% {
    z-index: 99999;
  }
  100% {
    z-index: -1;
    opacity: 0;
  }
}

/*動き*/
.m_left {
  -webkit-transition: all 1.5s;
  transition: all 1.5s;
  opacity: 0;
  -webkit-transform: translate(-50px, 0);
  transform: translate(-50px, 0);
}
.m_left_on {
  opacity: 1;
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}

.m_right {
  -webkit-transition: all 1.5s;
  transition: all 1.5s;
  opacity: 0;
  -webkit-transform: translate(50px, 0);
  transform: translate(50px, 0);
}
.m_right_on {
  opacity: 1;
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}

.m_op {
  -webkit-transition: all 1s;
  transition: all 1s;
  opacity: 0;
}
.m_op_on {
  opacity: 1;
}

.m_down {
  -webkit-transition: all 1.3s;
  transition: all 1.3s;
  -webkit-transform: translateY(50px);
          transform: translateY(50px);
  opacity: 0;
}
.m_down_on {
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
  opacity: 1;
}

.m_up {
  -webkit-transition: all 1s;
  transition: all 1s;
  -webkit-transform: translateY(-100px);
          transform: translateY(-100px);
  opacity: 0;
}
.m_up_on {
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
  opacity: 1;
}

figure.m_op {
  overflow: hidden;
}
figure.m_op img {
  -webkit-transform-origin: center;
          transform-origin: center;
  -webkit-transform: scale(1.03);
          transform: scale(1.03);
  -webkit-transition: 4s;
  transition: 4s;
}
figure.m_op.m_op_on img {
  -webkit-transform: scale(1);
          transform: scale(1);
}

figure.m_scale {
  overflow: hidden;
}
figure.m_scale img {
  -webkit-transition: all 1.5s;
  transition: all 1.5s;
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
  -webkit-filter: blur(10px);
          filter: blur(10px);
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
figure.m_scale.m_scale_on img {
  -webkit-filter: blur(0px);
          filter: blur(0px);
  -webkit-transform: scale(1);
          transform: scale(1);
}

@media screen and (min-width: 769px) {
  .m_op_d1 {
    -webkit-transition-delay: 0.1s;
            transition-delay: 0.1s;
  }
  .m_op_d2 {
    -webkit-transition-delay: 0.3s;
            transition-delay: 0.3s;
  }
  .m_op_d3 {
    -webkit-transition-delay: 0.5s;
            transition-delay: 0.5s;
  }
  .m_op_d4 {
    -webkit-transition-delay: 0.7s;
            transition-delay: 0.7s;
  }
  .m_op_d5 {
    -webkit-transition-delay: 0.9s;
            transition-delay: 0.9s;
  }
  .m_op_d6 {
    -webkit-transition-delay: 1.1s;
            transition-delay: 1.1s;
  }
  .m_op_d7 {
    -webkit-transition-delay: 1.3s;
            transition-delay: 1.3s;
  }
  .m_op_d8 {
    -webkit-transition-delay: 1.5s;
            transition-delay: 1.5s;
  }
  .m_op_d9 {
    -webkit-transition-delay: 1.7s;
            transition-delay: 1.7s;
  }
}
@media screen and (min-width: 751px) {
  #pageTop main {
    margin-top: 0;
  }
}
#pageTop .main_wrap {
  position: relative;
  border-bottom: 1px solid #fff;
  position: relative;
}
#pageTop .main_wrap .btn_wrap {
  position: absolute;
  left: 2rem;
  bottom: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 1rem;
}
#pageTop .main_wrap .btn_wrap button {
  width: 18rem;
  background: rgba(35, 24, 21, 0.4);
  color: #fff;
  padding: 1.5rem 0;
  border: solid 1px #fff;
  display: none;
}
#pageTop .main_wrap .btn_wrap button.active {
  display: block;
}
#pageTop .main_wrap .slide_box {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#pageTop .main_wrap .slide_box .swiper {
  width: 100%;
  height: 100%;
  opacity: 0;
}
#pageTop .main_wrap .slide_box .swiper.act {
  opacity: 1;
  -webkit-transition: all 1500ms cubic-bezier(0.545, 0.08, 0.52, 0.975);
  transition: all 1500ms cubic-bezier(0.545, 0.08, 0.52, 0.975);
}
#pageTop .main_wrap .slide_box .swiper-wrapper {
  width: 100%;
  height: 100%;
}
#pageTop .main_wrap .slide_box .swiper-slide {
  width: 100%;
  height: 100%;
  position: relative;
}
#pageTop .main_wrap .slide_box .img {
  width: 100%;
  height: 100%;
}
#pageTop .main_wrap .slide_box img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
  width: 100%;
  height: 100%;
}
#pageTop .main_wrap .main_tbox {
  position: absolute;
  top: 57%;
  left: 24%;
  text-align: center;
  color: #fff;
  line-height: 1.8;
  font-size: 1.4rem;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  opacity: 0;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
#pageTop .main_wrap .main_tbox.act {
  opacity: 1;
  top: 56%;
}
#pageTop .main_wrap .main_tbox .btn {
  display: block;
  width: 43rem;
  margin-top: 2rem;
}
#pageTop .intro_wrap {
  overflow: unset;
}
#pageTop .intro_wrap .bg_area {
  width: 100%;
  position: absolute;
  left: 0;
}
#pageTop .intro_wrap .bg_area img {
  height: 100%;
}
#pageTop .intro_wrap .bg_area_1 {
  top: 0;
  height: 26rem;
  mix-blend-mode: multiply;
}
#pageTop .intro_wrap .bg_area_2 {
  top: 8rem;
  height: 64rem;
}
#pageTop .intro_wrap .intro_area {
  padding: 4rem 0 0;
  margin: 0 auto;
  position: relative;
}
#pageTop .intro_wrap .intro_area .merit_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
}
#pageTop .intro_wrap .intro_area .merit_box .merit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 9rem;
  padding: 0 3.2rem;
  position: relative;
}
#pageTop .intro_wrap .intro_area .merit_box .merit::before {
  position: absolute;
  top: 0;
  right: 0;
  content: "";
  width: 2px;
  height: 100%;
  background: #fff;
}
#pageTop .intro_wrap .intro_area .merit_box .merit:last-child::before {
  display: none;
}
#pageTop .intro_wrap .intro_area .merit_box .merit_1 img {
  width: 25.6rem;
}
#pageTop .intro_wrap .intro_area .merit_box .merit_2 img {
  width: 27.3rem;
}
#pageTop .intro_wrap .intro_area .merit_box .merit_3 img {
  width: 27.3rem;
}
#pageTop .intro_wrap .intro_area .copy_box {
  margin: 14rem 0 0;
  position: relative;
}
#pageTop .intro_wrap .intro_area .copy_box .copy {
  font-size: 1.4rem;
  letter-spacing: 0;
  line-height: 2.4;
  text-align: center;
}
@media screen and (max-width: 750px) {
  #pageTop .intro_wrap .bg_area_1 {
    height: auto;
  }
  #pageTop .intro_wrap .bg_area_2 {
    top: 39rem;
    height: auto;
  }
  #pageTop .intro_wrap .intro_area {
    padding: 7rem 0 0;
  }
  #pageTop .intro_wrap .intro_area .merit_box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 2rem 0;
  }
  #pageTop .intro_wrap .intro_area .merit_box .merit {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    height: auto;
    padding: 0;
  }
  #pageTop .intro_wrap .intro_area .merit_box .merit_1::before,
  #pageTop .intro_wrap .intro_area .merit_box .merit_3::before {
    display: none;
  }
  #pageTop .intro_wrap .intro_area .merit_box .merit_1 {
    width: 100%;
    padding: 0 0 5rem;
    border-bottom: 2px solid #fff;
  }
  #pageTop .intro_wrap .intro_area .merit_box .merit_1 img {
    width: 49rem;
  }
  #pageTop .intro_wrap .intro_area .merit_box .merit_2 {
    padding: 0 1.8rem 0 0;
  }
  #pageTop .intro_wrap .intro_area .merit_box .merit_2 img {
    width: 29.7rem;
    padding: 0.5rem 0 0;
  }
  #pageTop .intro_wrap .intro_area .merit_box .merit_3 img {
    width: 34rem;
    padding: 0.5rem 0 0;
  }
  #pageTop .intro_wrap .intro_area .copy_box {
    margin: 15rem 0 0;
  }
  #pageTop .intro_wrap .intro_area .copy_box .copy {
    font-size: 2.6rem;
  }
}
#pageTop .info_wrap {
  margin: 13rem 0 8rem;
}
#pageTop .info_wrap-foot {
  margin: 8rem 0 8rem;
}
#pageTop .info_wrap .merit_area .ttl_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#pageTop .info_wrap .merit_area .ttl_box .line {
  width: 80%;
  height: 1px;
  background: #3e3a39;
  -ms-flex-negative: 1;
      flex-shrink: 1;
}
#pageTop .info_wrap .merit_area .ttl_box .ttl {
  font-size: 2.4rem;
  line-height: 1.4;
  text-align: center;
  color: #3e3a39;
  padding: 0 2.8rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
#pageTop .info_wrap .merit_area .merit_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 1.2rem 0;
  width: 100%;
  margin: 2.6rem 0 0;
}
#pageTop .info_wrap .merit_area .merit_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 32rem;
  height: 6.6rem;
  position: relative;
  background-image: url("../../build/img/top/merit_bg.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
#pageTop .info_wrap .merit_area .merit_box .txt {
  line-height: 1.4;
  color: #fff;
  text-align: center;
  text-shadow: 0px 0px 2px rgba(0, 0, 0, 0.39);
}
#pageTop .info_wrap .merit_area .merit_box .s1 {
  font-size: 1.3rem;
}
#pageTop .info_wrap .merit_area .merit_box .s2 {
  font-size: 2.2rem;
}
#pageTop .info_wrap .merit_area .merit_box::before,
#pageTop .info_wrap .merit_area .merit_box::after {
  content: "";
  width: 100%;
  height: 1px;
  background: #fff;
  position: absolute;
  left: 0;
}
#pageTop .info_wrap .merit_area .merit_box::before {
  top: 2px;
}
#pageTop .info_wrap .merit_area .merit_box::after {
  bottom: 2px;
}
#pageTop .info_wrap .merit_area .merit_box.pet {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 3rem;
  width: 100%;
  height: auto;
  color: #fff;
  text-shadow: 0px 0px 2px rgba(0, 0, 0, 0.39);
  padding: 1.5rem 0 1.5rem 2rem;
  margin: 1.2rem 0 0;
}
#pageTop .info_wrap .merit_area .merit_box.pet .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0 2.4rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 3rem 0 0;
  position: relative;
}
#pageTop .info_wrap .merit_area .merit_box.pet .flex::before {
  content: "";
  width: 1px;
  height: 11rem;
  background: #fff;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
#pageTop .info_wrap .merit_area .merit_box.pet .img {
  width: 21rem;
  position: relative;
}
#pageTop .info_wrap .merit_area .merit_box.pet .ttl {
  font-size: 3.1rem;
  letter-spacing: 0.05em;
  line-height: 1.3;
  text-align: center;
}
#pageTop .info_wrap .merit_area .merit_box.pet .ttl_1 {
  font-size: 4.8rem;
}
#pageTop .info_wrap .merit_area .merit_box.pet .copy {
  width: 43rem;
}
#pageTop .info_wrap .merit_area .merit_box.pet .p1 {
  font-size: 2.4rem;
  letter-spacing: 0;
  line-height: 1.3;
}
#pageTop .info_wrap .merit_area .merit_box.pet .p1_1 {
  font-size: 3.3rem;
}
#pageTop .info_wrap .merit_area .merit_box.pet .p2 {
  font-size: 1rem;
  letter-spacing: 0;
  line-height: 1.2;
  margin: 0.8rem 0 0;
}
#pageTop .info_wrap .merit_area .merit_box.pet .btn {
  -webkit-transition: all 400ms cubic-bezier(0.36, 0.1, 0.16, 1);
  transition: all 400ms cubic-bezier(0.36, 0.1, 0.16, 1);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 3.5rem;
  background: #333333;
  border: 1px solid #333333;
  color: #fff;
  text-align: center;
  font-size: 1.4rem;
  letter-spacing: 0;
  text-shadow: none;
  margin: 0.8rem 0 0;
  position: relative;
}
#pageTop .info_wrap .merit_area .merit_box.pet .btn:hover {
  background: #fff;
  color: #333333;
}
#pageTop .info_wrap .merit_area .merit_box.pet .arrow {
  width: 1.8rem;
  position: absolute;
  top: 50%;
  right: 1rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
#pageTop .info_wrap .info_area {
  margin: 6rem 0 0;
}
#pageTop .info_wrap .info_area .info_box {
  width: 65rem;
  text-align: center;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  padding: 2rem 0;
  margin: 0 auto;
}
#pageTop .info_wrap .info_area .info_box .ttl {
  font-size: 1.4rem;
  letter-spacing: 0.45em;
}
#pageTop .info_wrap .info_area .info_box .p2 {
  font-size: 2.6rem;
  letter-spacing: 0.2em;
  line-height: 1.4;
  color: #1e58a1;
  margin: 1rem 0 0;
}
#pageTop .info_wrap .info_area .info_box .p3 {
  font-size: 1.4rem;
  letter-spacing: 0.15em;
  line-height: 1.7;
  color: #3e3a39;
  margin: 1rem 0 0;
}
#pageTop .info_wrap .info_area .btn_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 65rem;
  margin: 4.5rem auto 0;
}
#pageTop .info_wrap .info_area .btn_box a {
  -webkit-transition: all 400ms cubic-bezier(0.36, 0.1, 0.16, 1);
  transition: all 400ms cubic-bezier(0.36, 0.1, 0.16, 1);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 30rem;
  height: 5rem;
}
#pageTop .info_wrap .info_area .btn_box .txt {
  font-size: 1.6rem;
  letter-spacing: 0.1em;
  text-align: center;
  color: #fff;
}
#pageTop .info_wrap .info_area .btn_box a.req {
  background: #000;
}
#pageTop .info_wrap .info_area .btn_box a.limited {
  background: rgb(132, 98, 73);
  background: -webkit-gradient(linear, left top, right top, from(rgb(132, 98, 73)), color-stop(57%, rgb(214, 184, 144)), to(rgb(132, 98, 73)));
  background: linear-gradient(90deg, rgb(132, 98, 73) 0%, rgb(214, 184, 144) 57%, rgb(132, 98, 73) 100%);
}
#pageTop .info_wrap .info_area .btn_box a:hover {
  opacity: 0.7;
}
@media screen and (max-width: 750px) {
  #pageTop .info_wrap .merit_area .ttl_box .line {
    display: none;
  }
  #pageTop .info_wrap .merit_area .ttl_box .ttl {
    font-size: 3.4rem;
    padding: 0;
  }
  #pageTop .info_wrap .merit_area .merit_inner {
    gap: 2.6rem 0;
    margin: 4rem 0 0;
  }
  #pageTop .info_wrap .merit_area .merit_box {
    width: 32.6rem;
    height: 11rem;
  }
  #pageTop .info_wrap .merit_area .merit_box .txt {
    letter-spacing: 0;
  }
  #pageTop .info_wrap .merit_area .merit_box .s1 {
    font-size: 2.2rem;
  }
  #pageTop .info_wrap .merit_area .merit_box .s2 {
    font-size: 2.9rem;
  }
  #pageTop .info_wrap .merit_area .merit_box.pet {
    gap: 1rem 0;
    padding: 3rem 2.6rem;
    margin: 2.6rem 0 0;
  }
  #pageTop .info_wrap .merit_area .merit_box.pet .flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 0;
    width: 100%;
    padding: 0 0 2rem;
  }
  #pageTop .info_wrap .merit_area .merit_box.pet .flex::before {
    width: 100%;
    height: 1px;
    top: auto;
    bottom: 0;
    right: 0;
    left: 0;
    -webkit-transform: unset;
            transform: unset;
    margin: auto;
  }
  #pageTop .info_wrap .merit_area .merit_box.pet .img {
    width: 27rem;
  }
  #pageTop .info_wrap .merit_area .merit_box.pet .ttl {
    font-size: 4.6rem;
  }
  #pageTop .info_wrap .merit_area .merit_box.pet .ttl_1 {
    font-size: 7rem;
  }
  #pageTop .info_wrap .merit_area .merit_box.pet .copy {
    width: 100%;
  }
  #pageTop .info_wrap .merit_area .merit_box.pet .p1 {
    font-size: 3.4rem;
  }
  #pageTop .info_wrap .merit_area .merit_box.pet .p1_1 {
    font-size: 4.4rem;
  }
  #pageTop .info_wrap .merit_area .merit_box.pet .p2 {
    font-size: 2rem;
    margin: 2rem 0 0;
  }
  #pageTop .info_wrap .merit_area .merit_box.pet .btn {
    height: 8rem;
    font-size: 2.4rem;
    margin: 2rem 0 0;
  }
  #pageTop .info_wrap .merit_area .merit_box.pet .arrow {
    width: 2.8rem;
    right: 1.4rem;
  }
  #pageTop .info_wrap .info_area {
    margin: 4em 0 0;
  }
  #pageTop .info_wrap .info_area .info_box {
    width: 100%;
    padding: 3rem 0;
  }
  #pageTop .info_wrap .info_area .info_box .ttl {
    font-size: 2.8rem;
  }
  #pageTop .info_wrap .info_area .info_box .p2 {
    font-size: 4rem;
    margin: 2rem 0 0;
  }
  #pageTop .info_wrap .info_area .info_box .p3 {
    font-size: 2.6rem;
    margin: 2rem 0 0;
  }
  #pageTop .info_wrap .info_area .btn_box {
    gap: 2.6rem 0;
    width: 100%;
    margin: 5rem auto 0;
  }
  #pageTop .info_wrap .info_area .btn_box a {
    width: 100%;
    height: 12rem;
  }
  #pageTop .info_wrap .info_area .btn_box .txt {
    font-size: 2.6rem;
  }
  #pageTop .info_wrap .info_area .btn_box a:hover {
    opacity: 1;
  }
}
#pageTop .cnt_com_wrap {
  padding: 7rem 0;
}
#pageTop .cnt_com_wrap .cnt_area {
  position: relative;
}
#pageTop .cnt_com_wrap .cnt_area .accent {
  content: "";
  width: 80%;
  height: 35rem;
  background: #fff;
  position: absolute;
  top: 50%;
  left: 50vw;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  margin: auto;
}
#pageTop .cnt_com_wrap .cnt_area .cnt_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 130rem;
  margin: 0 auto;
  position: relative;
}
#pageTop .cnt_com_wrap .cnt_area .img_box {
  width: 80rem;
  height: 45rem;
  position: relative;
}
#pageTop .cnt_com_wrap .cnt_area .img_box .img {
  width: 100%;
  height: 100%;
}
#pageTop .cnt_com_wrap .cnt_area .img_box .img img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
  width: 100%;
  height: 100%;
  -webkit-transition: all 1s;
  transition: all 1s;
}
#pageTop .cnt_com_wrap .cnt_area .img_box .cap {
  padding: 0 2rem;
  bottom: -2rem;
}
#pageTop .cnt_com_wrap .cnt_area .copy_box .copy {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 50rem;
  height: 35rem;
  text-align: center;
}
#pageTop .cnt_com_wrap .cnt_area .copy_box .ttl {
  font-size: 3rem;
  letter-spacing: 0.34em;
  color: #1e58a1;
}
#pageTop .cnt_com_wrap .cnt_area .copy_box .txt {
  font-size: 1.6rem;
  letter-spacing: 0;
  line-height: 2;
  margin: 3.6rem 0 0;
}
#pageTop .cnt_com_wrap .flex_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#pageTop .cnt_com_wrap .more_box {
  width: 17rem;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  padding: 1rem;
  margin: 5rem 0 0 auto;
}
#pageTop .cnt_com_wrap .more_box.coming_soon {
  opacity: 0.5;
  pointer-events: none;
}
#pageTop .cnt_com_wrap .more_box.coming_soon a:hover {
  opacity: 1;
}
#pageTop .cnt_com_wrap .more_box.coming_soon .txt {
  width: 20rem;
}
#pageTop .cnt_com_wrap .more_box a {
  -webkit-transition: all 400ms cubic-bezier(0.36, 0.1, 0.16, 1);
  transition: all 400ms cubic-bezier(0.36, 0.1, 0.16, 1);
  position: relative;
}
#pageTop .cnt_com_wrap .more_box .txt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: all 400ms cubic-bezier(0.36, 0.1, 0.16, 1);
  transition: all 400ms cubic-bezier(0.36, 0.1, 0.16, 1);
  width: 13rem;
  height: 2rem;
  font-size: 1.3rem;
  letter-spacing: 0.1em;
  text-align: center;
  color: #fff;
  background: #1e58a1;
  padding: 0 0.4rem 0 0;
  clip-path: polygon(0% 0%, 90% 0, 100% 100%, 0% 100%);
  margin: 0 0 0 auto;
}
#pageTop .cnt_com_wrap .more_box .box {
  position: absolute;
  top: 0;
  left: 0;
  width: 0.3rem;
  height: 2rem;
  background: #1e58a1;
  -webkit-animation: move 3s ease-out infinite;
          animation: move 3s ease-out infinite;
}
#pageTop .cnt_com_wrap .more_box .box:first-child {
  -webkit-animation: move 3s ease-out 1s infinite;
          animation: move 3s ease-out 1s infinite;
}
#pageTop .cnt_com_wrap .more_box .box:nth-child(2) {
  -webkit-animation: move 3s ease-out 2s infinite;
          animation: move 3s ease-out 2s infinite;
}
@-webkit-keyframes move {
  25% {
    width: 0.3rem;
    opacity: 1;
  }
  33% {
    opacity: 1;
    -webkit-transform: translateX(1rem);
            transform: translateX(1rem);
  }
  67% {
    opacity: 1;
    -webkit-transform: translateX(2rem);
            transform: translateX(2rem);
  }
  90% {
    width: 1rem;
  }
  100% {
    width: 1rem;
    opacity: 0;
    -webkit-transform: translateX(3rem);
            transform: translateX(3rem);
  }
}
@keyframes move {
  25% {
    width: 0.3rem;
    opacity: 1;
  }
  33% {
    opacity: 1;
    -webkit-transform: translateX(1rem);
            transform: translateX(1rem);
  }
  67% {
    opacity: 1;
    -webkit-transform: translateX(2rem);
            transform: translateX(2rem);
  }
  90% {
    width: 1rem;
  }
  100% {
    width: 1rem;
    opacity: 0;
    -webkit-transform: translateX(3rem);
            transform: translateX(3rem);
  }
}
#pageTop .cnt_com_wrap .more_box a:hover {
  opacity: 0.7;
}
#pageTop .cnt_com_wrap.revers .cnt_area .accent {
  left: auto;
  right: 50vw;
}
#pageTop .cnt_com_wrap.revers .cnt_area .cnt_inner {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
#pageTop .cnt_com_wrap.revers .cnt_area .copy_box .copy {
  margin: 0 0 0 auto;
}
@media screen and (max-width: 750px) {
  #pageTop .cnt_com_wrap {
    padding: 8rem 0;
  }
  #pageTop .cnt_com_wrap .cnt_area .cnt_inner {
    width: 100%;
  }
  #pageTop .cnt_com_wrap .cnt_area .img_box {
    width: 100%;
    height: 42rem;
    z-index: 1;
  }
  #pageTop .cnt_com_wrap .cnt_area .img_box .cap {
    padding: 0 1rem;
    bottom: -3rem;
  }
  #pageTop .cnt_com_wrap .cnt_area .copy_box {
    width: 100%;
    background: #fff;
    padding: 5rem 0 7rem;
  }
  #pageTop .cnt_com_wrap .cnt_area .copy_box .copy {
    width: 100%;
    height: auto;
  }
  #pageTop .cnt_com_wrap .cnt_area .copy_box .ttl {
    font-size: 4.8rem;
  }
  #pageTop .cnt_com_wrap .cnt_area .copy_box .txt {
    font-size: 3rem;
    margin: 4rem 0 0;
  }
  #pageTop .cnt_com_wrap .more_box {
    width: 32rem;
    margin: 7rem auto 0;
  }
  #pageTop .cnt_com_wrap .more_box.coming_soon {
    opacity: 0.5;
    pointer-events: none;
  }
  #pageTop .cnt_com_wrap .more_box.coming_soon a:hover {
    opacity: 1;
  }
  #pageTop .cnt_com_wrap .more_box.coming_soon .txt {
    width: 33rem;
  }
  #pageTop .cnt_com_wrap .more_box .txt {
    width: 25rem;
    height: 4rem;
    font-size: 2.6rem;
    padding: 0 1rem 0 0;
  }
  #pageTop .cnt_com_wrap .more_box .box {
    width: 0.6rem;
    height: 4rem;
  }
  @-webkit-keyframes move {
    25% {
      width: 0.6rem;
      opacity: 1;
    }
    33% {
      opacity: 1;
      -webkit-transform: translateX(1.6rem);
              transform: translateX(1.6rem);
    }
    67% {
      opacity: 1;
      -webkit-transform: translateX(3rem);
              transform: translateX(3rem);
    }
    90% {
      opacity: 1;
      width: 2rem;
    }
    100% {
      width: 2rem;
      opacity: 0;
      -webkit-transform: translateX(5rem);
              transform: translateX(5rem);
    }
  }
  @keyframes move {
    25% {
      width: 0.6rem;
      opacity: 1;
    }
    33% {
      opacity: 1;
      -webkit-transform: translateX(1.6rem);
              transform: translateX(1.6rem);
    }
    67% {
      opacity: 1;
      -webkit-transform: translateX(3rem);
              transform: translateX(3rem);
    }
    90% {
      opacity: 1;
      width: 2rem;
    }
    100% {
      width: 2rem;
      opacity: 0;
      -webkit-transform: translateX(5rem);
              transform: translateX(5rem);
    }
  }
  #pageTop .cnt_com_wrap.revers .cnt_area .copy_box .copy {
    margin: 0;
  }
}
#pageTop .cnt_com_wrap.access {
  background: rgb(151, 135, 91);
  background: linear-gradient(45deg, rgba(151, 135, 91, 0.25) 0%, rgba(221, 204, 155, 0.25) 57%, rgba(144, 128, 83, 0.25) 100%);
}
#pageTop .cnt_com_wrap.access .flex_area {
  margin: 8.6rem 0 0;
}
#pageTop .cnt_com_wrap.access .flex_area .copy_box {
  text-align: center;
}
#pageTop .cnt_com_wrap.access .flex_area .copy_box .lead {
  font-size: 3rem;
  letter-spacing: 0.05em;
}
#pageTop .cnt_com_wrap.access .flex_area .copy_box .txt {
  font-size: 1.2rem;
  letter-spacing: 0.6em;
  margin: 1.6rem 0 0;
}
#pageTop .cnt_com_wrap.access .flex_area .flex_box {
  margin: 4rem 0 0;
}
#pageTop .cnt_com_wrap.access .flex_area .flex_box .flex_cnt {
  width: 31.6rem;
}
#pageTop .cnt_com_wrap.access .flex_area .flex_box .copy {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  margin: 0.5rem 0 0;
}
#pageTop .cnt_com_wrap.access .flex_area .flex_box .p1 {
  font-size: 2.4rem;
  letter-spacing: 0.12em;
}
#pageTop .cnt_com_wrap.access .flex_area .flex_box .p1_2 {
  font-size: 1.2rem;
  letter-spacing: 0.08em;
}
#pageTop .cnt_com_wrap.access .flex_area .flex_box .p2 {
  font-size: 1.5rem;
  letter-spacing: 0.12em;
}
#pageTop .cnt_com_wrap.access .flex_area .flex_box .p2_2 {
  font-size: 4rem;
  color: #1e58a1;
}
#pageTop .cnt_com_wrap.access .flex_area .flex_box .p2_3 {
  font-size: 1.8rem;
}
#pageTop .cnt_com_wrap.access .flex_area .note_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  gap: 0 2rem;
  margin: 2rem 0 0;
}
#pageTop .cnt_com_wrap.access .flex_area .note_box .note {
  letter-spacing: 0;
}
@media screen and (max-width: 750px) {
  #pageTop .cnt_com_wrap.access .flex_area {
    margin: 8rem 0 0;
  }
  #pageTop .cnt_com_wrap.access .flex_area .copy_box .lead {
    font-size: 4.6rem;
  }
  #pageTop .cnt_com_wrap.access .flex_area .copy_box .txt {
    font-size: 2rem;
    margin: 4rem 0 0;
  }
  #pageTop .cnt_com_wrap.access .flex_area .flex_box {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 4rem 0;
    margin: 5rem 0 0;
  }
  #pageTop .cnt_com_wrap.access .flex_area .flex_box .flex_cnt {
    width: 54rem;
  }
  #pageTop .cnt_com_wrap.access .flex_area .flex_box .copy {
    margin: 1.5rem 0 0;
  }
  #pageTop .cnt_com_wrap.access .flex_area .flex_box .p1 {
    font-size: 4rem;
  }
  #pageTop .cnt_com_wrap.access .flex_area .flex_box .p1_2 {
    font-size: 2rem;
  }
  #pageTop .cnt_com_wrap.access .flex_area .flex_box .p2 {
    font-size: 2.6rem;
  }
  #pageTop .cnt_com_wrap.access .flex_area .flex_box .p2_2 {
    font-size: 6.8rem;
  }
  #pageTop .cnt_com_wrap.access .flex_area .flex_box .p2_3 {
    font-size: 3rem;
  }
  #pageTop .cnt_com_wrap.access .flex_area .note_box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 3rem 0;
    margin: 3rem 0 0;
  }
}
#pageTop .cnt_com_wrap.location .cnt_area .accent {
  background: rgba(255, 255, 255, 0.8);
}
#pageTop .cnt_com_wrap.location .flex_area {
  margin: 6rem 0 0;
}
#pageTop .cnt_com_wrap.location .flex_area .map_box {
  width: 100%;
  padding: 0;
  margin: 0 auto;
}
#pageTop .cnt_com_wrap.location .flex_area .map_box .map {
  position: relative;
}
#pageTop .cnt_com_wrap.location .flex_area .map_box .cap {
  bottom: 10.5rem;
  right: 2.5rem;
}
#pageTop .cnt_com_wrap.location .flex_area .flex_box .img {
  position: relative;
}
#pageTop .cnt_com_wrap.location .flex_area .flex_box .ttl_1 {
  font-size: 1.4rem;
  margin: 1rem 0 0;
}
#pageTop .cnt_com_wrap.location .flex_area .flex_box .ttl_2 {
  font-size: 1rem;
  letter-spacing: 0;
  text-align: right;
  margin: 1rem 0 0;
}
#pageTop .cnt_com_wrap.location .flex_area .flex_box_1 {
  width: 87rem;
  margin: 0 auto 0;
}
#pageTop .cnt_com_wrap.location .flex_area .flex_box_1 .img_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
#pageTop .cnt_com_wrap.location .flex_area .flex_box_1 .img {
  width: 50%;
}
#pageTop .cnt_com_wrap.location .flex_area .flex_box_1 .img_txt {
  width: 13rem;
  position: absolute;
  bottom: -0.8rem;
  right: -0.8rem;
}
#pageTop .cnt_com_wrap.location .flex_area .flex_box_1 .ttl_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}
#pageTop .cnt_com_wrap.location .flex_area .flex_box_1 .txt {
  font-size: 1.2rem;
  letter-spacing: 0;
  line-height: 1.7;
  margin: 2rem 0 0;
}
#pageTop .cnt_com_wrap.location .flex_area .flex_box_2 {
  margin: 5rem 0 0;
}
#pageTop .cnt_com_wrap.location .flex_area .flex_box_2 .flex_cnt {
  width: 32rem;
}
#pageTop .cnt_com_wrap.location .flex_area .flex_outer {
  background: #fff;
  padding: 3rem 2.5rem;
  margin: 4rem 0 0;
}
#pageTop .cnt_com_wrap.location .flex_area .flex_outer .lead {
  font-size: 1.4rem;
  line-height: 2;
  text-align: center;
}
#pageTop .cnt_com_wrap.location .flex_area .flex_outer .flex_box_3 {
  margin: 3rem 0 0;
}
#pageTop .cnt_com_wrap.location .flex_area .flex_outer .flex_cnt {
  width: 30.4rem;
}
@media screen and (max-width: 750px) {
  #pageTop .cnt_com_wrap.location .cnt_area .copy_box {
    background: rgba(255, 255, 255, 0.8);
  }
  #pageTop .cnt_com_wrap.location .flex_area .map_box {
    width: 100%;
  }
  #pageTop .cnt_com_wrap.location .flex_area .map_box .cap {
    bottom: 3rem;
    right: 1rem;
  }
  #pageTop .cnt_com_wrap.location .flex_area .flex_box .ttl_1 {
    font-size: 3rem;
    margin: 4rem 0 0;
  }
  #pageTop .cnt_com_wrap.location .flex_area .flex_box .ttl_2 {
    font-size: 2rem;
    text-align: left;
    margin: 2rem 0 0;
  }
  #pageTop .cnt_com_wrap.location .flex_area .flex_box_1 {
    width: 100%;
    margin: 0;
  }
  #pageTop .cnt_com_wrap.location .flex_area .flex_box_1 .img {
    width: 80%;
    margin: 0 auto 2rem;
  }
  #pageTop .cnt_com_wrap.location .flex_area .flex_box_1 .img_txt {
    width: 17rem;
  }
  #pageTop .cnt_com_wrap.location .flex_area .flex_box_1 .copy {
    width: 54rem;
    margin: 0 auto;
  }
  #pageTop .cnt_com_wrap.location .flex_area .flex_box_1 .ttl_flex {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  #pageTop .cnt_com_wrap.location .flex_area .flex_box_1 .txt {
    font-size: 2.6rem;
    margin: 3rem 0 0;
  }
  #pageTop .cnt_com_wrap.location .flex_area .flex_box_2 {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 3.8rem 0;
    margin: 6rem 0 0;
  }
  #pageTop .cnt_com_wrap.location .flex_area .flex_box_2 .flex_cnt {
    width: 54rem;
  }
  #pageTop .cnt_com_wrap.location .flex_area .flex_outer {
    padding: 6rem 5rem;
  }
  #pageTop .cnt_com_wrap.location .flex_area .flex_outer .lead {
    font-size: 2.6rem;
  }
  #pageTop .cnt_com_wrap.location .flex_area .flex_outer .flex_box_3 {
    gap: 2.8rem 0;
    margin: 4rem 0 0;
  }
  #pageTop .cnt_com_wrap.location .flex_area .flex_outer .flex_cnt {
    width: 100%;
  }
}
#pageTop .cnt_com_wrap.zeh {
  background-image: url("../../build/img/top/zeh_bg.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
#pageTop .cnt_com_wrap.zeh .cnt_area .accent {
  background: rgba(255, 255, 255, 0.7);
}
#pageTop .cnt_com_wrap.zeh .cnt_area .img_box .img {
  position: relative;
}
#pageTop .cnt_com_wrap.zeh .cnt_area .img_box .logo {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
          transform: translateY(-50%) translateX(-50%);
  margin: auto;
  width: 35rem;
}
#pageTop .cnt_com_wrap.zeh .flex_area {
  margin: 4rem 0 0;
}
#pageTop .cnt_com_wrap.zeh .flex_area .flex_box .flex_cnt {
  width: 32rem;
}
#pageTop .cnt_com_wrap.zeh .flex_area .flex_box .p1 {
  position: relative;
}
#pageTop .cnt_com_wrap.zeh .flex_area .flex_box .p1 span {
  font-size: 1.8rem;
  letter-spacing: 0.05em;
  color: #fff;
  text-align: center;
  padding: 1rem 0;
  display: block;
  position: relative;
}
#pageTop .cnt_com_wrap.zeh .flex_area .flex_box .p1 span::before,
#pageTop .cnt_com_wrap.zeh .flex_area .flex_box .p1 span::after {
  content: "";
  width: 100%;
  height: 1px;
  background: #fff;
  position: absolute;
  left: 0;
}
#pageTop .cnt_com_wrap.zeh .flex_area .flex_box .p1 span::before {
  top: 2px;
}
#pageTop .cnt_com_wrap.zeh .flex_area .flex_box .p1 span::after {
  bottom: 2px;
}
#pageTop .cnt_com_wrap.zeh .flex_area .flex_box .p1::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
  mix-blend-mode: multiply;
  background: rgb(90, 104, 161);
  background: linear-gradient(45deg, rgb(90, 104, 161) 0%, rgb(84, 126, 190) 41%, rgb(112, 200, 235) 100%);
}
#pageTop .cnt_com_wrap.zeh .flex_area .flex_box .p2 {
  font-size: 1.3rem;
  letter-spacing: 0;
  line-height: 1.8;
  margin: 1.6rem 0 0;
}
@media screen and (max-width: 750px) {
  #pageTop .cnt_com_wrap.zeh .cnt_area .img_box .logo {
    width: 45rem;
  }
  #pageTop .cnt_com_wrap.zeh .cnt_area .copy_box {
    background: rgba(255, 255, 255, 0.7);
  }
  #pageTop .cnt_com_wrap.zeh .flex_area .flex_box {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 3.4rem 0;
  }
  #pageTop .cnt_com_wrap.zeh .flex_area .flex_box .flex_cnt {
    width: 64rem;
  }
  #pageTop .cnt_com_wrap.zeh .flex_area .flex_box .p1 span {
    font-size: 3.6rem;
    padding: 1.4rem 0;
  }
  #pageTop .cnt_com_wrap.zeh .flex_area .flex_box .p2 {
    font-size: 2.6rem;
    margin: 2.6rem 0 0;
  }
}
#pageTop .cnt_com_wrap.design .cnt_area .accent {
  top: auto;
  bottom: 0;
  -webkit-transform: unset;
          transform: unset;
}
#pageTop .cnt_com_wrap.design .cnt_area .cnt_inner {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
#pageTop .cnt_com_wrap.design .cnt_area .img_box {
  height: auto;
}
#pageTop .cnt_com_wrap.design .merit_area {
  margin: 6rem 0 0;
}
#pageTop .cnt_com_wrap.design .merit_area .flex_box .flex_cnt {
  width: 32rem;
}
#pageTop .cnt_com_wrap.design .merit_area .flex_box .p1 {
  position: relative;
}
#pageTop .cnt_com_wrap.design .merit_area .flex_box .p1 span {
  font-size: 1.6rem;
  letter-spacing: 0.05em;
  line-height: 1.4;
  color: #fff;
  text-align: center;
  padding: 1rem 0;
  display: block;
  position: relative;
}
#pageTop .cnt_com_wrap.design .merit_area .flex_box .p1 span::before,
#pageTop .cnt_com_wrap.design .merit_area .flex_box .p1 span::after {
  content: "";
  width: 100%;
  height: 1px;
  background: #fff;
  position: absolute;
  left: 0;
}
#pageTop .cnt_com_wrap.design .merit_area .flex_box .p1 span::before {
  top: 2px;
}
#pageTop .cnt_com_wrap.design .merit_area .flex_box .p1 span::after {
  bottom: 2px;
}
#pageTop .cnt_com_wrap.design .merit_area .flex_box .p1::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
  mix-blend-mode: multiply;
  background: rgb(90, 104, 161);
  background: linear-gradient(45deg, rgb(90, 104, 161) 0%, rgb(84, 126, 190) 41%, rgb(112, 200, 235) 100%);
}
#pageTop .cnt_com_wrap.design .flex_area {
  margin: 5rem 0 0;
}
#pageTop .cnt_com_wrap.design .flex_area .lead_box .lead {
  font-size: 2.1rem;
  letter-spacing: 0.05em;
  text-align: center;
}
#pageTop .cnt_com_wrap.design .flex_area .flex_box {
  gap: 5.5rem 0;
  margin: 4rem 0 0;
}
#pageTop .cnt_com_wrap.design .flex_area .flex_box .flex_cnt {
  width: 48rem;
}
#pageTop .cnt_com_wrap.design .flex_area .flex_box .ttl {
  position: relative;
  margin: 1.4rem 0 0;
}
#pageTop .cnt_com_wrap.design .flex_area .flex_box .ttl_1 {
  font-size: 1.8rem;
  letter-spacing: 0.05em;
  text-align: center;
}
#pageTop .cnt_com_wrap.design .flex_area .flex_box .ttl_2 {
  font-size: 1.4rem;
  letter-spacing: 0.07em;
  position: absolute;
  right: 0;
  top: 0.3rem;
}
#pageTop .cnt_com_wrap.design .flex_area .flex_box .txt {
  font-size: 1.4rem;
  letter-spacing: 0;
  line-height: 1.7;
  margin: 2rem 0 0;
}
#pageTop .cnt_com_wrap.design .flex_area .flex_box .note {
  font-size: 1rem;
  letter-spacing: 0;
  text-align: right;
  margin: 1.5rem 0 0;
}
@media screen and (max-width: 750px) {
  #pageTop .cnt_com_wrap.design .merit_area {
    margin: 5rem 0 0;
  }
  #pageTop .cnt_com_wrap.design .merit_area .flex_box {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 1.6rem 0;
  }
  #pageTop .cnt_com_wrap.design .merit_area .flex_box .flex_cnt {
    width: 54rem;
  }
  #pageTop .cnt_com_wrap.design .merit_area .flex_box .p1 span {
    font-size: 2.8rem;
    line-height: 1.4;
    padding: 2.6rem 0;
  }
  #pageTop .cnt_com_wrap.design .flex_area {
    margin: 7rem 0 0;
  }
  #pageTop .cnt_com_wrap.design .flex_area .lead_box .lead {
    font-size: 3.4rem;
    line-height: 1.4;
  }
  #pageTop .cnt_com_wrap.design .flex_area .flex_box {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 5rem 0;
    margin: 5rem 0 0;
  }
  #pageTop .cnt_com_wrap.design .flex_area .flex_box .flex_cnt {
    width: 54rem;
  }
  #pageTop .cnt_com_wrap.design .flex_area .flex_box .ttl {
    margin: 2rem 0 0;
  }
  #pageTop .cnt_com_wrap.design .flex_area .flex_box .ttl_1 {
    font-size: 3rem;
  }
  #pageTop .cnt_com_wrap.design .flex_area .flex_box .ttl_2 {
    font-size: 2.2rem;
    text-align: center;
    position: static;
    margin: 1.2rem 0 0;
  }
  #pageTop .cnt_com_wrap.design .flex_area .flex_box .txt {
    font-size: 2.6rem;
    margin: 2.6rem 0 0;
  }
  #pageTop .cnt_com_wrap.design .flex_area .flex_box .note {
    font-size: 2rem;
    line-height: 1.2;
    text-align: left;
  }
}
#pageTop .cnt_com_wrap.brand {
  background: #262626;
}
#pageTop .cnt_com_wrap.brand .brand_area .copy_box {
  text-align: center;
  color: #fff;
}
#pageTop .cnt_com_wrap.brand .brand_area .copy_box .ttl {
  font-size: 2.4rem;
  letter-spacing: 0.34em;
  background: #958647;
  padding: 1rem 0;
}
#pageTop .cnt_com_wrap.brand .brand_area .copy_box .lead_2 {
  font-size: 3.6rem;
  letter-spacing: 0em;
  margin: 4rem 0 0;
}
#pageTop .cnt_com_wrap.brand .brand_area .copy_box .lead_2 span {
  font-size: 6rem;
}
#pageTop .cnt_com_wrap.brand .brand_area .copy_box .lead {
  font-size: 2.2rem;
  letter-spacing: 0.05em;
  line-height: 1.6;
  margin: 4rem 0 0;
}
#pageTop .cnt_com_wrap.brand .brand_area .copy_box .logo {
  width: 17rem;
  margin: 3rem auto 0;
}
#pageTop .cnt_com_wrap.brand .brand_area .copy_box .txt {
  font-size: 1.6rem;
  letter-spacing: 0;
  line-height: 2;
  margin: 3rem 0 0;
}
#pageTop .cnt_com_wrap.brand .brand_area .copy_box .txt span {
  color: #e3007f;
}
#pageTop .cnt_com_wrap.brand .brand_area .flex_box {
  margin: 7rem 0 0;
}
#pageTop .cnt_com_wrap.brand .brand_area .flex_box .flex_cnt {
  width: 32rem;
}
#pageTop .cnt_com_wrap.brand .brand_area .flex_box .p1 {
  font-size: 1.2rem;
  text-align: center;
  color: #fff;
  margin: 1rem 0 0;
}
#pageTop .cnt_com_wrap.brand .brand_area .flex_box .p2 {
  font-size: 1.2rem;
  text-align: center;
  color: #fff;
  margin: 0.5rem 0 0;
}
@media screen and (max-width: 750px) {
  #pageTop .cnt_com_wrap.brand .brand_area .copy_box .ttl {
    font-size: 3.6rem;
  }
  #pageTop .cnt_com_wrap.brand .brand_area .copy_box .lead_2 {
    font-size: 5rem;
    line-height: 1.1;
    margin: 6rem 0 0;
  }
  #pageTop .cnt_com_wrap.brand .brand_area .copy_box .lead_2 span {
    font-size: 8.2rem;
  }
  #pageTop .cnt_com_wrap.brand .brand_area .copy_box .lead {
    font-size: 3.2rem;
    letter-spacing: 0;
    margin: 5rem 0 0;
  }
  #pageTop .cnt_com_wrap.brand .brand_area .copy_box .logo {
    width: 34rem;
    margin: 4rem auto 0;
  }
  #pageTop .cnt_com_wrap.brand .brand_area .copy_box .txt {
    font-size: 2.8rem;
    margin: 4rem 0 0;
  }
  #pageTop .cnt_com_wrap.brand .brand_area .flex_box {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 6.4rem 0;
  }
  #pageTop .cnt_com_wrap.brand .brand_area .flex_box .flex_cnt {
    width: 55rem;
  }
  #pageTop .cnt_com_wrap.brand .brand_area .flex_box .p1 {
    font-size: 2.6rem;
    margin: 2rem 0 0;
  }
  #pageTop .cnt_com_wrap.brand .brand_area .flex_box .p2 {
    font-size: 2rem;
    margin: 1rem 0 0;
  }
}
.clr-w {
  color: #fff;
}

.txt_center {
  text-align: center;
}

.txt_justify {
  text-align: justify;
}

.txt_right {
  text-align: right;
}

@media screen and (max-width: 750px) {
  ._sp-txt_justify {
    text-align: justify;
  }
}

.m-w-1300 {
  max-width: 1300px;
  margin-inline: auto;
}

#pageLocation .com-note {
  letter-spacing: 0;
}
#pageLocation figure {
  position: relative;
}
#pageLocation figcaption {
  margin-top: 0.5rem;
}
@media screen and (max-width: 750px) {
  #pageLocation figcaption {
    margin-top: 1rem;
  }
}
#pageLocation .p_grid {
  display: -ms-grid;
  display: grid;
}
#pageLocation .p_grid .col-2 {
  -ms-grid-column-span: 2;
  grid-column: span 2;
}
#pageLocation .p_grid .col-3 {
  -ms-grid-column-span: 3;
  grid-column: span 3;
}
#pageLocation .p_grid .col-4 {
  -ms-grid-column-span: 4;
  grid-column: span 4;
}
#pageLocation .grid-2-cols {
  -ms-grid-columns: (1fr)[2];
  grid-template-columns: repeat(2, 1fr);
}
#pageLocation .grid-3-cols {
  -ms-grid-columns: (1fr)[3];
  grid-template-columns: repeat(3, 1fr);
}
#pageLocation .grid-4-cols {
  -ms-grid-columns: (1fr)[4];
  grid-template-columns: repeat(4, 1fr);
}
#pageLocation .copy_box {
  padding: 4rem 0;
}
@media screen and (max-width: 750px) {
  #pageLocation .copy_box {
    padding: 7rem 0;
  }
}
#pageLocation .copy_box .txt {
  margin-top: 2.5rem;
}
#pageLocation .p_txtBox .p_subttl {
  margin-top: 2rem;
}
#pageLocation .p_txtBox .com-txt {
  margin-top: 2.5rem;
}
#pageLocation .p_txtBox .com-note {
  margin-top: 1rem;
}
#pageLocation .p_ttl {
  text-align: center;
  font-size: 2rem;
  line-height: 1.75;
}
@media screen and (max-width: 750px) {
  #pageLocation .p_ttl {
    font-size: 3rem;
  }
}
#pageLocation .p_ttl.f-marce {
  letter-spacing: 0.6em;
}
#pageLocation .p_subttl {
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.8333333333;
  letter-spacing: 0;
}
@media screen and (max-width: 750px) {
  #pageLocation .p_subttl {
    font-size: 2.8rem;
  }
}
#pageLocation .p_sub {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0;
}
@media screen and (max-width: 750px) {
  #pageLocation .p_sub {
    font-size: 2.6rem;
  }
}
#pageLocation .p_note {
  font-size: 1.2rem;
  line-height: 1.4166666667;
  letter-spacing: 0;
}
@media screen and (max-width: 750px) {
  #pageLocation .p_note {
    font-size: 2rem;
  }
}
#pageLocation .intro_wrap {
  padding-bottom: 7rem;
}
#pageLocation .intro_wrap .intro_area .copy_box {
  padding: 6rem 0;
}
@media screen and (max-width: 750px) {
  #pageLocation .intro_wrap .intro_area .copy_box {
    padding: 7.5rem 0;
  }
}
@media screen and (max-width: 750px) {
  #pageLocation .intro_wrap .intro_area .copy_box .lead {
    font-size: 3.6rem;
  }
}
#pageLocation .intro_wrap .intro_area .copy_box .txt {
  text-align: center;
}
@media screen and (max-width: 750px) {
  #pageLocation .intro_wrap .intro_area .copy_box .txt {
    letter-spacing: -0.05em;
  }
}
#pageLocation .intro_wrap .intro_nav {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1rem 1fr 1rem 1fr 1rem 1fr 1rem 1fr;
  grid-template-columns: repeat(5, 1fr);
  -webkit-column-gap: 1rem;
     -moz-column-gap: 1rem;
          column-gap: 1rem;
  text-align: center;
  color: #fff;
}
@media screen and (max-width: 750px) {
  #pageLocation .intro_wrap .intro_nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    row-gap: 1.5rem;
    -webkit-column-gap: 1.3333333333%;
       -moz-column-gap: 1.3333333333%;
            column-gap: 1.3333333333%;
  }
}
#pageLocation .intro_wrap .intro_nav-item {
  position: relative;
  padding: 1.9rem 0 1rem;
}
@media screen and (max-width: 750px) {
  #pageLocation .intro_wrap .intro_nav-item {
    width: 32%;
    padding: 2.5rem 0 2rem;
  }
}
#pageLocation .intro_wrap .intro_nav-item::before {
  -webkit-transition: all 400ms cubic-bezier(0.36, 0.1, 0.16, 1);
  transition: all 400ms cubic-bezier(0.36, 0.1, 0.16, 1);
  position: absolute;
  width: 100%;
  height: 100%;
  content: "";
  top: 0;
  left: 0;
  background: linear-gradient(45deg, rgb(90, 104, 161) 0%, rgb(88, 110, 168) 15.98%, rgb(84, 125, 188) 39.7%, rgb(84, 126, 190) 41.27%, rgb(97, 161, 211) 64.08%, rgb(108, 189, 229) 86.89%, rgb(112, 200, 235) 100%);
  mix-blend-mode: multiply;
}
#pageLocation .intro_wrap .intro_nav-item:hover::before {
  opacity: 0.7;
}
#pageLocation .intro_wrap .intro_nav-item::after {
  position: absolute;
  content: "";
  width: 100%;
  height: calc(100% - 4px);
  top: 2px;
  left: 0;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
}
#pageLocation .intro_wrap .intro_nav-item p {
  position: relative;
}
#pageLocation .intro_wrap .intro_nav-item .p1 {
  font-weight: 600;
  font-size: 1.8rem;
}
@media screen and (max-width: 750px) {
  #pageLocation .intro_wrap .intro_nav-item .p1 {
    font-size: 2.8rem;
  }
}
#pageLocation .intro_wrap .intro_nav-item .p2 {
  font-size: 1.3rem;
  font-family: "Marcellus", serif;
  margin-top: 0.8rem;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 750px) {
  #pageLocation .intro_wrap .intro_nav-item .p2 {
    font-size: 1.8rem;
    letter-spacing: 0;
  }
}
#pageLocation .intro_wrap .intro_nav-item .more {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 0.4rem;
  width: 17.6rem;
  height: 2.4rem;
  background: #fff;
  margin: 1rem auto 0;
}
@media screen and (max-width: 750px) {
  #pageLocation .intro_wrap .intro_nav-item .more {
    width: 18rem;
    height: 3.4rem;
    gap: 0 1rem;
    margin: 1.6rem auto 0;
  }
}
#pageLocation .intro_wrap .intro_nav-item .more_txt {
  font-size: 1.2rem;
  background: -webkit-gradient(linear, left top, right top, from(#5a68a1), color-stop(40%, #547ebe), to(#70c8eb));
  background: linear-gradient(90deg, #5a68a1 0%, #547ebe 40%, #70c8eb 100%);
  color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  text-fill-color: transparent;
}
@media screen and (max-width: 750px) {
  #pageLocation .intro_wrap .intro_nav-item .more_txt {
    font-size: 2rem;
    letter-spacing: 0;
  }
}
#pageLocation .intro_wrap .intro_nav-item .arrow {
  width: 1rem;
}
@media screen and (max-width: 750px) {
  #pageLocation .intro_wrap .intro_nav-item .arrow {
    width: 2rem;
  }
}
#pageLocation .intro_wrap .intro_nav-item .arrow img {
  display: block;
}
#pageLocation .position_wrap {
  margin-top: -10rem;
  padding-top: 10rem;
}
#pageLocation .position_banner {
  margin-top: -8.8rem;
}
#pageLocation .position_banner figcaption {
  bottom: 14rem;
  right: 3rem;
}
#pageLocation .mart_wrap {
  padding: 5.5rem 0;
  background: rgba(53, 109, 169, 0.6);
}
@media screen and (max-width: 750px) {
  #pageLocation .mart_wrap {
    padding: 8rem 0;
  }
}
#pageLocation .mart_wrap .p_txtBox {
  color: #fff;
}
#pageLocation .mart_mami {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 3rem 0;
  position: relative;
  margin-top: 3.5rem;
}
@media screen and (max-width: 750px) {
  #pageLocation .mart_mami {
    margin-top: 5rem;
  }
}
#pageLocation .mart_mami .img_1 {
  width: 100%;
}
#pageLocation .mart_mami .img_2 {
  width: 71rem;
}
@media screen and (max-width: 750px) {
  #pageLocation .mart_mami .img_2 {
    width: 100%;
  }
}
#pageLocation .mart_mami .mart_mami_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 27.7rem;
}
@media screen and (max-width: 750px) {
  #pageLocation .mart_mami .mart_mami_inner {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    width: 100%;
  }
}
@media screen and (max-width: 750px) {
  #pageLocation .mart_mami .img_3,
  #pageLocation .mart_mami .img_4 {
    width: 32.5rem;
  }
}
#pageLocation .mart_mami .accent {
  width: 22rem;
  position: absolute;
  right: -8rem;
  bottom: -13rem;
}
@media screen and (max-width: 750px) {
  #pageLocation .mart_mami .accent {
    width: 21rem;
    right: -4rem;
    bottom: -11rem;
  }
}
#pageLocation .mart_mami_txt {
  width: 86rem;
  color: #fff;
  margin: 2rem 0 0;
}
@media screen and (max-width: 750px) {
  #pageLocation .mart_mami_txt {
    width: 100%;
  }
}
#pageLocation .mart_bakery {
  border: 1px solid #fff;
  background: #C9BC9C;
  margin-top: 3rem;
  padding: 3rem 2.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media screen and (max-width: 750px) {
  #pageLocation .mart_bakery {
    margin-top: 5rem;
  }
}
@media screen and (max-width: 750px) {
  #pageLocation .mart_bakery {
    padding: 5rem 4rem;
  }
}
#pageLocation .mart_bakery-box {
  width: 48.3%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  color: #fff;
}
@media screen and (max-width: 750px) {
  #pageLocation .mart_bakery-box {
    width: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
#pageLocation .mart_bakery-box .copy_box {
  padding: 0;
  width: 52%;
}
@media screen and (max-width: 750px) {
  #pageLocation .mart_bakery-box .copy_box {
    width: 100%;
  }
}
#pageLocation .mart_bakery-box .copy_box .lead {
  text-align: left;
}
#pageLocation .mart_bakery-box .copy_box .txt {
  margin-top: 1.5rem;
  line-height: 2;
}
#pageLocation .mart_bakery-box .iBox {
  width: 44%;
  -ms-flex-item-align: end;
      align-self: flex-end;
}
@media screen and (max-width: 750px) {
  #pageLocation .mart_bakery-box:first-child {
    margin-bottom: 3rem;
  }
}
#pageLocation .mart_bakery-box:first-child .iBox {
  width: 47%;
}
#pageLocation .mart_banner {
  margin-top: 4rem;
}
@media screen and (max-width: 750px) {
  #pageLocation .mart_banner {
    margin-top: 6rem;
  }
}
#pageLocation .redev_wrap {
  padding: 8rem 0 0;
}
@media screen and (max-width: 750px) {
  #pageLocation .redev_wrap {
    padding: 7rem 0;
  }
}
#pageLocation .redev_list {
  gap: 2.7rem;
  margin-bottom: 7rem;
}
@media screen and (max-width: 750px) {
  #pageLocation .redev_list {
    width: 80%;
    margin-inline: auto;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
#pageLocation .redev_list .p_sub {
  font-size: 1.5rem;
  text-align: center;
}
@media screen and (max-width: 750px) {
  #pageLocation .redev_list .p_sub {
    font-size: 2.6rem;
    line-height: 1.2;
  }
}
#pageLocation .redev_list .com-note {
  text-align: center;
}
#pageLocation .redev_item:last-child .p_sub,
#pageLocation .redev_item:last-child .com-note {
  text-align: center;
}
#pageLocation .redev_main figure {
  min-width: 600px;
}
#pageLocation .redev_main + .com-note {
  margin-top: 10px;
}
@media screen and (max-width: 750px) {
  #pageLocation .redev_main + .com-note {
    width: 100%;
  }
}
#pageLocation .redev_box {
  margin-top: 8rem;
}
#pageLocation .redev_box-3 .redev_plan {
  mix-blend-mode: multiply;
  margin-right: -2rem;
  margin-top: 2rem;
}
#pageLocation .redev_box-3 .redev_plan .com-cap {
  position: static;
  line-height: 1.3;
  margin-top: 0;
}
#pageLocation .redev_head .lead {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 750px) {
  #pageLocation .redev_head .lead {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    border-right: 1px solid #000;
    border-left: 1px solid #000;
  }
}
#pageLocation .redev_head .lead p {
  padding-block: 0.5rem 0.3rem;
}
#pageLocation .redev_head .lead .p1 {
  font-family: "Gotu", sans-serif;
  color: #1E58A1;
  font-size: 2rem;
  letter-spacing: 0.3em;
}
#pageLocation .redev_head .lead .p1 span {
  font-size: 4rem;
  display: inline-block;
  margin-left: 0.5rem;
}
#pageLocation .redev_head .lead .p2 {
  padding-inline: 9rem;
  font-weight: 500;
  font-size: 3.4rem;
  line-height: 1;
  border-right: 1px solid #000;
  border-left: 1px solid #000;
}
@media screen and (max-width: 750px) {
  #pageLocation .redev_head .lead .p2 {
    border: none;
  }
}
#pageLocation .redev_head .com-txt {
  line-height: 1.7857142857;
  letter-spacing: 0;
  margin-top: 4rem;
}
#pageLocation .redev_points {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 4rem;
}
@media screen and (max-width: 750px) {
  #pageLocation .redev_points {
    margin-top: 6rem;
  }
}
@media screen and (max-width: 750px) {
  #pageLocation .redev_points .tBox {
    width: 100%;
  }
}
#pageLocation .redev_points .iBox {
  width: 61.3%;
  gap: 3.5rem;
}
@media screen and (max-width: 750px) {
  #pageLocation .redev_points .iBox {
    margin-top: 3rem;
    width: 100%;
  }
}
#pageLocation .redev_imgs {
  padding: 0 10rem;
  margin-top: 5rem;
  gap: 3rem;
}
@media screen and (max-width: 750px) {
  #pageLocation .redev_imgs {
    padding: 0;
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
}
#pageLocation .redev_maps {
  gap: 1rem 3rem;
  margin-top: 4rem;
}
#pageLocation .redev_maps + .com-note {
  margin-top: 0.5rem;
}
@media screen and (max-width: 750px) {
  #pageLocation .redev_maps + .com-note {
    margin-top: 1rem;
  }
}
#pageLocation .redev_nishiarai {
  margin-top: 5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#pageLocation .redev_nishiarai .iBox {
  width: 56%;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 5.8rem 1fr;
  grid-template-columns: repeat(2, 1fr);
  -webkit-column-gap: 5.8rem;
     -moz-column-gap: 5.8rem;
          column-gap: 5.8rem;
  position: relative;
}
@media screen and (max-width: 750px) {
  #pageLocation .redev_nishiarai .iBox {
    width: 100%;
  }
}
#pageLocation .redev_nishiarai .iBox::before {
  position: absolute;
  content: "";
  width: 1.8rem;
  height: 4.2rem;
  background: #262626;
  clip-path: polygon(100% 50%, 0 0, 0 100%);
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
#pageLocation .redev_nishiarai .tBox {
  width: 37.5%;
}
@media screen and (max-width: 750px) {
  #pageLocation .redev_nishiarai .tBox {
    width: 100%;
    margin-top: 4rem;
  }
}
#pageLocation .redev_nishiarai .tBox .com-txt {
  line-height: 1.7142857143;
  letter-spacing: 0;
  margin: 1.5rem 0;
}
#pageLocation .redev_nishiarai .com-note {
  width: 100%;
  margin-top: 1rem;
  letter-spacing: 0;
}
#pageLocation .redev_timeline {
  margin-top: 10rem;
  background: rgba(53, 109, 169, 0.6);
  padding: 4.5rem 0 9rem;
}
@media screen and (max-width: 750px) {
  #pageLocation .redev_timeline {
    padding: 8rem 0 12rem;
  }
}
#pageLocation .redev_timeline .com-ttl-outer {
  padding: 0.5rem 0;
  color: #000;
}
#pageLocation .redev_passaggio {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 5rem 0;
  padding-bottom: 5rem;
  background-image: radial-gradient(circle, #fff 1px, transparent 1px);
  background-size: 8px 4px;
  background-repeat: repeat-x;
  background-position: bottom;
}
@media screen and (max-width: 750px) {
  #pageLocation .redev_passaggio {
    background-size: 5px 4px;
  }
}
@media screen and (max-width: 750px) {
  #pageLocation .redev_passaggio {
    margin: 8rem 0;
    padding-bottom: 8rem;
  }
}
#pageLocation .redev_passaggio .iBox {
  width: 45.5%;
  -ms-flex-item-align: end;
      align-self: flex-end;
}
@media screen and (max-width: 750px) {
  #pageLocation .redev_passaggio .iBox {
    width: 100%;
  }
}
#pageLocation .redev_passaggio .tBox {
  width: 53.5%;
}
@media screen and (max-width: 750px) {
  #pageLocation .redev_passaggio .tBox {
    width: 100%;
    margin-top: 4rem;
  }
}
#pageLocation .redev_passaggio .tBox p,
#pageLocation .redev_passaggio .tBox dt,
#pageLocation .redev_passaggio .tBox dd {
  color: #fff;
  font-size: 1.2rem;
  line-height: 1.45;
}
@media screen and (max-width: 750px) {
  #pageLocation .redev_passaggio .tBox p,
  #pageLocation .redev_passaggio .tBox dt,
  #pageLocation .redev_passaggio .tBox dd {
    font-size: 1.8rem;
  }
}
#pageLocation .redev_passaggio .tBox dt,
#pageLocation .redev_passaggio .tBox dd {
  letter-spacing: -0.05em;
}
#pageLocation .redev_passaggio .tBox .boxes {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 3rem;
}
#pageLocation .redev_passaggio .tBox .boxes .lBox {
  width: 40.5%;
}
#pageLocation .redev_passaggio .tBox .boxes .lBox > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 0.5rem;
     -moz-column-gap: 0.5rem;
          column-gap: 0.5rem;
}
#pageLocation .redev_passaggio .tBox .boxes .lBox > div dt {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
#pageLocation .redev_passaggio .tBox .boxes .rBox {
  width: 59%;
}
#pageLocation .redev_passaggio-timeline {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 2.7rem 1fr 2.7rem 1fr;
  grid-template-columns: repeat(3, 1fr);
  gap: 2.7rem;
}
@media screen and (max-width: 750px) {
  #pageLocation .redev_passaggio-timeline {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    width: 80%;
    margin: 0 auto;
    row-gap: 4rem;
  }
}
#pageLocation .redev_passaggio-timeline .item:first-child .item-ttl {
  letter-spacing: -0.1em;
}
#pageLocation .redev_passaggio-timeline .item p,
#pageLocation .redev_passaggio-timeline .item span {
  color: #fff;
}
#pageLocation .redev_passaggio-timeline .item p {
  font-weight: 500;
}
#pageLocation .redev_passaggio-timeline .item-cap {
  text-align: center;
  font-size: 1.7rem;
  line-height: 1.4285714286;
  letter-spacing: -0.05em;
}
@media screen and (max-width: 750px) {
  #pageLocation .redev_passaggio-timeline .item-cap {
    font-size: 2.7rem;
  }
}
#pageLocation .redev_passaggio-timeline .item-cap span {
  font-size: 3.2rem;
  display: inline-block;
  letter-spacing: -0.05em;
}
@media screen and (max-width: 750px) {
  #pageLocation .redev_passaggio-timeline .item-cap span {
    font-size: 4.2rem;
  }
}
#pageLocation .redev_passaggio-timeline .item-ttl {
  text-align: center;
  line-height: 1.6666666667;
  font-size: 1.5rem;
  letter-spacing: -0.05em;
}
@media screen and (max-width: 750px) {
  #pageLocation .redev_passaggio-timeline .item-ttl {
    font-size: 2.5rem;
  }
}
#pageLocation .redev_passaggio-timeline .item-desc {
  font-weight: 400;
  font-size: 1.2rem;
  line-height: 1.6666666667;
  letter-spacing: -0.05em;
  margin-top: 1rem;
}
@media screen and (max-width: 750px) {
  #pageLocation .redev_passaggio-timeline .item-desc {
    font-size: 2.2rem;
  }
}
#pageLocation .hist_wrap {
  padding: 6rem 0 9rem;
  background: rgba(157, 123, 45, 0.5);
}
#pageLocation .hist_wrap .com-ttl-outer {
  color: #000;
}
@media screen and (max-width: 750px) {
  #pageLocation .hist_wrap .com-ttl-outer .com-ttl {
    letter-spacing: 0.4em;
  }
}
#pageLocation .hist_wrap .copy_box {
  padding-inline: 10rem;
  color: #fff;
}
@media screen and (max-width: 750px) {
  #pageLocation .hist_wrap .copy_box {
    padding-inline: 0;
  }
}
#pageLocation .hist_wrap .copy_box .img {
  margin-top: 5rem;
  position: relative;
}
@media screen and (max-width: 750px) {
  #pageLocation .hist_wrap .copy_box .img {
    margin-top: 8rem;
  }
}
#pageLocation .hist_wrap .copy_box .img .tag {
  position: absolute;
  width: 10rem;
  left: -1rem;
  top: -3.2rem;
  -webkit-filter: drop-shadow(3px 3px 3px rgba(0, 0, 0, 0.4));
          filter: drop-shadow(3px 3px 3px rgba(0, 0, 0, 0.4));
}
#pageLocation .hist_wrap .copy_box .lead {
  border-bottom: 1px solid currentColor;
  padding: 0 1rem 0.5em;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
@media screen and (max-width: 750px) {
  #pageLocation .hist_wrap .copy_box .lead {
    padding: 0 0 1.5rem;
    width: 100%;
  }
}
#pageLocation .hist_imgs {
  padding: 5rem 0;
  gap: 3.7rem;
  background-image: radial-gradient(circle, #fff 1px, transparent 1px);
  background-size: 8px 4px;
  background-repeat: repeat-x;
  background-position: bottom;
}
@media screen and (max-width: 750px) {
  #pageLocation .hist_imgs {
    background-size: 5px 4px;
  }
}
@media screen and (max-width: 750px) {
  #pageLocation .hist_imgs {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
    padding: 8rem 0;
  }
}
#pageLocation .hist_imgs + .copy_box {
  margin-top: 2rem;
}
#pageLocation .conven_wrap {
  padding: 12rem 0;
}
#pageLocation .conven_shopping-ttl {
  margin-bottom: 4rem;
}
@media screen and (max-width: 750px) {
  #pageLocation .conven_shopping-ttl {
    margin-bottom: 7rem;
  }
}
#pageLocation .conven_shopping-list.grid-2-cols {
  gap: 3.8rem;
}
#pageLocation .conven_shopping-list.grid-3-cols {
  gap: 3.3rem 3.8rem;
}
@media screen and (max-width: 750px) {
  #pageLocation .conven_shopping-list.grid-3-cols {
    -ms-grid-columns: 1fr 3.8rem 1fr;
    grid-template-columns: repeat(2, 1fr);
    gap: 3.8rem;
  }
}
#pageLocation .conven_shopping-list-2 {
  margin: 3.3rem 0 0;
}
#pageLocation .gourmet_wrap {
  padding: 5rem 0 6rem;
  background: rgba(199, 127, 159, 0.6);
  color: #fff;
}
@media screen and (max-width: 750px) {
  #pageLocation .gourmet_wrap {
    padding: 8rem 0 9rem;
  }
}
#pageLocation .gourmet_list {
  gap: 4rem 2.5rem;
  margin-top: 4rem;
}
@media screen and (max-width: 750px) {
  #pageLocation .gourmet_list {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
    margin-top: 7rem;
  }
}
#pageLocation .gourmet_list .col-2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#pageLocation .gourmet_list .col-2 .lBox {
  width: 59.2%;
}
@media screen and (max-width: 750px) {
  #pageLocation .gourmet_list .col-2 .lBox {
    width: 57%;
  }
}
#pageLocation .gourmet_list .col-2 .rBox {
  width: 39%;
}
@media screen and (max-width: 750px) {
  #pageLocation .gourmet_list .col-2 .rBox {
    width: 40.5%;
  }
}
#pageLocation .gourmet_list .col-2 .gourmet_desc {
  margin-top: 0;
}
#pageLocation .gourmet_list .col-2 .gourmet_name {
  margin-top: 1.5rem;
}
#pageLocation .gourmet_list .col-2 .gourmet_transport {
  border-bottom: none;
}
#pageLocation .gourmet_list .col-2:first-child .gourmet_subimg {
  padding: 0 1rem;
}
#pageLocation .gourmet_list .col-2:nth-child(2) .gourmet_subimg {
  margin-top: 1rem;
}
#pageLocation .gourmet_desc {
  font-size: 1.4rem;
  line-height: 1.6428571429;
  letter-spacing: -0.05em;
  margin-top: 1.2rem;
}
@media screen and (max-width: 750px) {
  #pageLocation .gourmet_desc {
    font-size: 2.4rem;
  }
}
#pageLocation .gourmet_name {
  font-size: 1.2rem;
  line-height: 1.4166666667;
  letter-spacing: 0;
  text-align: right;
  margin-top: 1rem;
}
@media screen and (max-width: 750px) {
  #pageLocation .gourmet_name {
    font-size: 2rem;
  }
}
#pageLocation .gourmet_transport {
  font-size: 1.1rem;
  line-height: 1.5454545455;
  letter-spacing: 0;
  text-align: right;
  padding-bottom: 1.2rem;
  border-bottom: 1px solid currentColor;
}
@media screen and (max-width: 750px) {
  #pageLocation .gourmet_transport {
    font-size: 1.8rem;
  }
}
#pageLocation .gourmet_info {
  font-size: 1rem;
  line-height: 1.6;
  letter-spacing: 0;
  text-align: right;
}
@media screen and (max-width: 750px) {
  #pageLocation .gourmet_info {
    font-size: 1.8rem;
  }
}
#pageLocation .edu_wrap {
  padding: 9rem 0;
}
#pageLocation .edu_wrap .p_grid {
  gap: 3.8rem;
  margin-top: 4.5rem;
}
@media screen and (max-width: 750px) {
  #pageLocation .edu_wrap .p_grid {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
    margin-top: 8rem;
  }
}
#pageLocation .edu_wrap .p_grid .com-note {
  letter-spacing: -0.05em;
}
#pageLocation .edu_wrap .p_grid + .p_subttl {
  margin-top: 8rem;
}
#pageLocation .galax_wrap {
  color: #fff;
  padding: 5rem 0 7rem;
  background: rgba(46, 115, 80, 0.45);
}
@media screen and (max-width: 750px) {
  #pageLocation .galax_wrap {
    padding: 8rem 0 10rem;
  }
}
#pageLocation .galax_layout {
  margin-top: 4rem;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 2.289fr 1rem 1fr 1rem 1.053fr;
  grid-template-columns: 2.289fr 1fr 1.053fr;
  gap: 1rem;
}
@media screen and (max-width: 750px) {
  #pageLocation .galax_layout {
    -ms-grid-columns: 2.289fr 1fr;
    grid-template-columns: 2.289fr 1fr;
    margin-top: 7rem;
  }
}
#pageLocation .galax_layout .box3 {
  padding-left: 1.2rem;
}
@media screen and (max-width: 750px) {
  #pageLocation .galax_layout .box3 {
    -ms-grid-column-span: 2;
    grid-column: span 2;
    padding-left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-column-gap: 1rem;
       -moz-column-gap: 1rem;
            column-gap: 1rem;
  }
  #pageLocation .galax_layout .box3 figure {
    width: 40%;
  }
}
#pageLocation .galax_layout .p_note {
  margin-top: 1.2rem;
  letter-spacing: -0.05em;
}
#pageLocation .galax_list {
  margin-top: 4rem;
  gap: 2.2rem;
}
@media screen and (max-width: 750px) {
  #pageLocation .galax_list {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    margin-top: 7rem;
  }
}
#pageLocation .galax_item {
  border-radius: 1.5rem;
  background: #00A7A4;
  padding: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 750px) {
  #pageLocation .galax_item {
    padding: 4rem 3rem;
  }
}
#pageLocation .galax_item .lBox {
  width: 43%;
}
#pageLocation .galax_item-icon {
  width: 7.7rem;
  margin: 0 auto;
}
@media screen and (max-width: 750px) {
  #pageLocation .galax_item-icon {
    width: 12rem;
  }
}
#pageLocation .galax_item-ttl {
  font-weight: 500;
  font-size: 1.8rem;
  line-height: 1.4736842105;
  text-align: center;
  letter-spacing: -0.05em;
  margin-top: 1rem;
}
@media screen and (max-width: 750px) {
  #pageLocation .galax_item-ttl {
    font-size: 2.8rem;
  }
}
#pageLocation .galax_item-desc {
  width: 53%;
  text-align: justify;
  font-size: 1.4rem;
  line-height: 1.7571428571;
  letter-spacing: 0;
  font-family: "Zen Old Mincho", serif;
}
@media screen and (max-width: 750px) {
  #pageLocation .galax_item-desc {
    font-size: 2.4rem;
  }
}
#pageLocation .park_wrap {
  padding: 6rem 0 8rem;
}
@media screen and (max-width: 750px) {
  #pageLocation .park_wrap {
    padding: 10rem 0 12rem;
  }
}
#pageLocation .park_list {
  margin-top: 5rem;
}
@media screen and (max-width: 750px) {
  #pageLocation .park_list {
    margin-top: 8rem;
  }
}
#pageLocation .park_list.grid-2-cols {
  gap: 4rem;
  margin-bottom: 5rem;
}
@media screen and (max-width: 750px) {
  #pageLocation .park_list.grid-2-cols {
    width: 80%;
    margin-inline: auto;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
#pageLocation .park_list.grid-3-cols {
  gap: 3.8rem;
}
@media screen and (max-width: 750px) {
  #pageLocation .park_list.grid-3-cols {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
}
#pageLocation .toneri_wrap {
  padding: 6.5rem 0;
  background: rgba(46, 115, 80, 0.45);
  color: #fff;
}
@media screen and (max-width: 750px) {
  #pageLocation .toneri_wrap {
    padding: 11rem 0;
  }
}
#pageLocation .toneri_wrap .com-ttl-outer {
  color: #000;
  padding: 0;
  margin: 4rem 0 3rem;
  position: relative;
}
@media screen and (max-width: 750px) {
  #pageLocation .toneri_wrap .com-ttl-outer {
    margin: 7rem 0 6rem;
  }
}
#pageLocation .toneri_wrap .com-ttl-outer span {
  position: absolute;
  font-size: 1.5rem;
  left: 2rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 750px) {
  #pageLocation .toneri_wrap .com-ttl-outer span {
    font-size: 2.5rem;
  }
}
#pageLocation .toneri_wrap .com-txt {
  line-height: 1.6428571429;
  letter-spacing: -0.05em;
}
#pageLocation .toneri_layout {
  margin-top: 5rem;
  padding: 0 10rem;
}
@media screen and (max-width: 750px) {
  #pageLocation .toneri_layout {
    padding: 0;
    margin-top: 8rem;
  }
}
#pageLocation .toneri_layout-box {
  margin-top: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 750px) {
  #pageLocation .toneri_layout-box {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
#pageLocation .toneri_layout-box .iBox {
  width: 48.625%;
}
@media screen and (max-width: 750px) {
  #pageLocation .toneri_layout-box .iBox {
    width: 70%;
  }
}
#pageLocation .toneri_layout-box .tBox {
  width: 47.5%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-bottom: 2rem;
}
@media screen and (max-width: 750px) {
  #pageLocation .toneri_layout-box .tBox {
    width: 100%;
    margin-top: 3rem;
  }
}
#pageLocation .toneri_layout-box .tBox .com-txt:last-child {
  width: 75%;
}
@media screen and (max-width: 750px) {
  #pageLocation .toneri_layout-box .tBox .com-txt:last-child {
    width: 100%;
  }
}
#pageLocation .toneri_list {
  gap: 2.5rem;
  margin-bottom: 2rem;
}
@media screen and (max-width: 750px) {
  #pageLocation .toneri_list {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
}
#pageLocation .toneri_item .com-txt {
  margin-top: 1.5rem;
}
#pageLocation .child_wrap {
  padding: 9rem 0 15rem;
}
#pageLocation .child_cnt {
  background: #fff;
  padding: 0 3rem 4rem;
}
@media screen and (max-width: 750px) {
  #pageLocation .child_cnt {
    padding: 2rem 3rem 6rem;
  }
}
#pageLocation .child_layout {
  padding: 0 9rem 4.5rem;
  background-image: radial-gradient(circle, #000 1px, transparent 1px);
  background-size: 8px 4px;
  background-repeat: repeat-x;
  background-position: bottom;
}
@media screen and (max-width: 750px) {
  #pageLocation .child_layout {
    background-size: 5px 4px;
  }
}
@media screen and (max-width: 750px) {
  #pageLocation .child_layout {
    padding: 0 0 4.5rem;
  }
}
#pageLocation .child_list {
  gap: 3.7rem;
  margin: 6.5rem 0 2.8rem;
  counter-reset: item-counter;
}
@media screen and (max-width: 750px) {
  #pageLocation .child_list {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
#pageLocation .child_tag {
  padding: 0 3rem;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
}
@media screen and (max-width: 750px) {
  #pageLocation .child_tag {
    padding: 0 8rem;
  }
}
#pageLocation .child_item {
  counter-increment: item-counter;
}
#pageLocation .child_item-ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 2rem;
     -moz-column-gap: 2rem;
          column-gap: 2rem;
  border-bottom: 1px solid #808080;
  margin-bottom: 2rem;
  line-height: 1.4375;
  min-height: 3.8em;
}
#pageLocation .child_item-ttl::before {
  content: counter(item-counter, decimal-leading-zero);
  color: #837C01;
  font-family: "Gotu", sans-serif;
  font-size: 2.8rem;
  line-height: 1;
}
@media screen and (max-width: 750px) {
  #pageLocation .child_item-ttl::before {
    font-size: 3.8rem;
  }
}
#pageLocation .child_item-img {
  padding: 0 3.4rem;
}
#pageLocation .child_item .com-txt {
  line-height: 1.6428571429;
  letter-spacing: -0.05em;
  margin-top: 1rem;
}
#pageLocation .lifeinfo_wrap {
  background: rgba(64, 70, 79, 0.4);
  padding: 0 0 7rem;
  color: #fff;
}
@media screen and (max-width: 750px) {
  #pageLocation .lifeinfo_wrap {
    padding: 10rem 0 11rem;
  }
}
#pageLocation .lifeinfo_list {
  margin-top: 6rem;
  gap: 3.8rem;
}
@media screen and (max-width: 750px) {
  #pageLocation .lifeinfo_list {
    -ms-grid-columns: 1fr 3rem 1fr;
    grid-template-columns: repeat(2, 1fr);
    gap: 3rem;
  }
}
#pageLocation .lifeinfo_list + .com-note {
  margin-top: 1.5rem;
}
#pageLocation .lifeinfo_map {
  margin: 0 0 7rem;
}
#pageLocation .lifeinfo_transports {
  gap: 3rem 5.8rem;
}
@media screen and (max-width: 750px) {
  #pageLocation .lifeinfo_transports {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
#pageLocation .lifeinfo_transports-list + .lifeinfo_transports-list {
  margin-top: 3rem;
}
#pageLocation .lifeinfo_transports-ttl {
  text-align: center;
  background: rgba(64, 70, 79, 0.9);
  line-height: 1.5;
  margin-bottom: 1.7rem;
}
#pageLocation .lifeinfo_transports-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 0.5rem;
     -moz-column-gap: 0.5rem;
          column-gap: 0.5rem;
}
#pageLocation .lifeinfo_transports-item p,
#pageLocation .lifeinfo_transports-item span {
  font-size: 1.4rem;
  letter-spacing: 0;
  line-height: 1.6857142857;
  font-weight: 500;
}
@media screen and (max-width: 750px) {
  #pageLocation .lifeinfo_transports-item p,
  #pageLocation .lifeinfo_transports-item span {
    font-size: 2rem;
  }
}
#pageLocation .lifeinfo_transports-item .dots {
  border-bottom: 2px dotted #fff;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
#pageLocation .lifeinfo_transports-item .p2 {
  width: 28.75%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#pageAccess .train_wrap {
  padding: 6rem 0 0;
}
#pageAccess .train_wrap .train_area .intoro_box {
  text-align: center;
}
#pageAccess .train_wrap .train_area .intoro_box .txt {
  margin: 2rem 0 0;
}
#pageAccess .train_wrap .train_area .com-ttl-outer {
  margin: 6rem 0 0;
}
#pageAccess .train_wrap .train_area .copy_box {
  margin: 3rem 0 0;
}
#pageAccess .train_wrap .train_area .copy_box .txt {
  margin: 2rem 0 0;
}
#pageAccess .train_wrap .train_area .copy_box .note {
  margin: -2rem 0 0;
}
#pageAccess .train_wrap .train_area .map_box {
  width: 60rem;
  margin: 6rem auto 0;
}
#pageAccess .train_wrap .train_area .access_box {
  margin: 7rem 0 0;
}
#pageAccess .train_wrap .train_area .access_box .copy .txt {
  margin: 2rem 0 0;
}
#pageAccess .train_wrap .train_area .access_box .copy .note {
  margin: -2rem 0 0;
}
#pageAccess .train_wrap .train_area .access_box .access_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 3rem 0 0;
}
#pageAccess .train_wrap .train_area .access_box .access_flex .flex_outer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
#pageAccess .train_wrap .train_area .access_box .access_flex .flex_outer_1 {
  width: 49rem;
}
#pageAccess .train_wrap .train_area .access_box .access_flex .flex_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#pageAccess .train_wrap .train_area .access_box .access_flex .flex_cnt_1,
#pageAccess .train_wrap .train_area .access_box .access_flex .flex_cnt_2 {
  width: 23.6rem;
}
#pageAccess .train_wrap .train_area .access_box .access_flex .flex_cnt_4 {
  width: 23.6rem;
}
#pageAccess .train_wrap .train_area .access_box .access_flex .flex_outer_2 {
  width: 23.6rem;
}
#pageAccess .train_wrap .train_area .access_box .access_flex .txt {
  font-size: 1.4rem;
  letter-spacing: 0;
  text-align: center;
  margin: 1rem 0 0;
}
#pageAccess .train_wrap .train_area .access_box .access_flex .txt_2 {
  font-size: 2.4rem;
}
#pageAccess .train_wrap .train_area .access_box .access_flex .txt_3 {
  font-size: 1rem;
}
#pageAccess .train_wrap .train_area .access_box .access_note_1 {
  margin: 0.7rem 0 0;
}
@media screen and (max-width: 750px) {
  #pageAccess .train_wrap .train_area .intoro_box .txt {
    margin: 3rem 0 0;
  }
  #pageAccess .train_wrap .train_area .com-ttl-outer {
    margin: 7rem 0 0;
  }
  #pageAccess .train_wrap .train_area .copy_box {
    margin: 4rem 0 0;
  }
  #pageAccess .train_wrap .train_area .copy_box .txt {
    margin: 3rem 0 0;
  }
  #pageAccess .train_wrap .train_area .map_box {
    width: 100%;
    margin: 7rem auto 0;
  }
  #pageAccess .train_wrap .train_area .access_box {
    margin: 7rem 0 0;
  }
  #pageAccess .train_wrap .train_area .access_box .copy .txt {
    margin: 3rem 0 0;
  }
  #pageAccess .train_wrap .train_area .access_box .access_flex {
    gap: 1rem 0;
    margin: 7rem 0 0;
  }
  #pageAccess .train_wrap .train_area .access_box .access_flex .flex_outer_1 {
    width: 100%;
    gap: 1rem 0;
  }
  #pageAccess .train_wrap .train_area .access_box .access_flex .flex_cnt_1,
  #pageAccess .train_wrap .train_area .access_box .access_flex .flex_cnt_2 {
    width: 33rem;
  }
  #pageAccess .train_wrap .train_area .access_box .access_flex .flex_cnt_4 {
    width: 33rem;
  }
  #pageAccess .train_wrap .train_area .access_box .access_flex .flex_outer_2 {
    width: 33rem;
  }
  #pageAccess .train_wrap .train_area .access_box .access_flex .txt {
    font-size: 2.2rem;
  }
  #pageAccess .train_wrap .train_area .access_box .access_flex .txt_2 {
    font-size: 3rem;
  }
  #pageAccess .train_wrap .train_area .access_box .access_flex .txt_3 {
    font-size: 2rem;
  }
  #pageAccess .train_wrap .train_area .access_box .access_note_1 {
    text-align: left;
    margin: 3rem 0 0;
  }
  #pageAccess .train_wrap .train_area .access_box .access_note_2 {
    margin: 2rem 0 0;
  }
}
#pageAccess .direct_wrap {
  margin: 8rem 0 0;
}
#pageAccess .direct_wrap .direct_area .copy_box .txt {
  color: #fff;
  text-align: center;
  position: relative;
  padding: 3rem 0;
  z-index: 1;
}
#pageAccess .direct_wrap .direct_area .copy_box .txt::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.3;
  z-index: -1;
}
#pageAccess .direct_wrap .direct_area .copy_box .ttl {
  font-size: 2.4rem;
  letter-spacing: 0.05em;
  text-align: center;
  color: #1e58a1;
  margin: 3.5rem 0 0;
}
#pageAccess .direct_wrap .direct_area .img_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: relative;
  margin: 3.5rem 0 0;
}
#pageAccess .direct_wrap .direct_area .img_box::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
  background: linear-gradient(45deg, rgb(84, 118, 171) 0%, rgb(75, 140, 202) 41%, rgb(112, 200, 235) 100%);
  mix-blend-mode: multiply;
}
#pageAccess .direct_wrap .direct_area .img_box .txt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 14.3%;
  font-size: 1.4rem;
  letter-spacing: 0.64em;
  line-height: 1.7;
  color: #fff;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
  text-align: center;
}
#pageAccess .direct_wrap .direct_area .img_box .img_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 71.5%;
  position: relative;
  background: #fff;
}
#pageAccess .direct_wrap .direct_area .img_box .img {
  position: relative;
}
#pageAccess .direct_wrap .direct_area .img_box img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
  width: 100%;
  height: 100%;
}
#pageAccess .direct_wrap .direct_area .img_box .cap {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  font-size: 1.3rem;
  letter-spacing: 0.03em;
  color: #fff;
  text-align: right;
  padding: 0.5rem 1rem 0.5rem 0;
  background: rgb(0, 107, 176);
  background: -webkit-gradient(linear, left top, right top, from(rgba(0, 107, 176, 0)), to(rgb(0, 107, 176)));
  background: linear-gradient(90deg, rgba(0, 107, 176, 0) 0%, rgb(0, 107, 176) 100%);
}
#pageAccess .direct_wrap .direct_area .img_box .img_1 {
  width: 42.2%;
}
#pageAccess .direct_wrap .direct_area .img_box .img_outer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 57.6%;
}
#pageAccess .direct_wrap .direct_area .img_box .img_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 49.5%;
}
#pageAccess .direct_wrap .direct_area .img_box .img_2,
#pageAccess .direct_wrap .direct_area .img_box .img_3 {
  width: 49.8%;
  height: 100%;
}
#pageAccess .direct_wrap .direct_area .img_box .img_4 {
  height: 50%;
}
#pageAccess .direct_wrap .direct_area .img_box .img_1 .cap,
#pageAccess .direct_wrap .direct_area .img_box .img_4 .cap {
  width: 80%;
}
#pageAccess .direct_wrap .direct_area .list_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 4rem 0 0;
}
#pageAccess .direct_wrap .direct_area .list_box .list {
  width: 24rem;
}
#pageAccess .direct_wrap .direct_area .list_box .ttl {
  font-size: 2.4rem;
  letter-spacing: 0.05em;
  text-align: center;
  border-bottom: 1px solid #000;
  padding: 0 0 1rem;
}
#pageAccess .direct_wrap .direct_area .list_box .p1 {
  letter-spacing: 0;
  text-align: center;
  margin: 0.6rem 0 0;
}
#pageAccess .direct_wrap .direct_area .list_box .p1_1 {
  font-size: 1.8rem;
}
#pageAccess .direct_wrap .direct_area .list_box .p1_2 {
  font-size: 4.1rem;
  color: #1e58a1;
}
#pageAccess .direct_wrap .direct_area .list_box .p1_3 {
  font-size: 1.9rem;
}
#pageAccess .direct_wrap .direct_area .list_box .p1_4 {
  font-size: 1.1rem;
}
#pageAccess .direct_wrap .direct_area .list_box .note {
  letter-spacing: 0;
  margin: 0.5rem 0 0;
}
#pageAccess .direct_wrap .direct_area_2 {
  margin: 5rem 0 0;
}
#pageAccess .direct_wrap .direct_area_2 .img_box .img_flex {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media screen and (max-width: 750px) {
  #pageAccess .direct_wrap {
    margin: 12rem 0 0;
  }
  #pageAccess .direct_wrap .direct_area .copy_box .txt {
    padding: 5rem 0;
  }
  #pageAccess .direct_wrap .direct_area .copy_box .ttl {
    font-size: 3.4rem;
    margin: 7rem 0 0;
  }
  #pageAccess .direct_wrap .direct_area .img_box {
    margin: 5rem 0 0;
  }
  #pageAccess .direct_wrap .direct_area .img_box .txt {
    width: 14.3%;
    font-size: 2.2rem;
    line-height: 1.6;
  }
  #pageAccess .direct_wrap .direct_area .img_box .img_flex {
    gap: 0.2rem 0;
    width: 71.5%;
  }
  #pageAccess .direct_wrap .direct_area .img_box .cap {
    font-size: 2.4rem;
    padding: 0.8rem 2rem 0.8rem 0;
  }
  #pageAccess .direct_wrap .direct_area .img_box .img_1 {
    width: 100%;
    height: 27rem;
  }
  #pageAccess .direct_wrap .direct_area .img_box .img_outer {
    gap: 0.2rem 0;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    width: 100%;
  }
  #pageAccess .direct_wrap .direct_area .img_box .img_inner {
    height: auto;
  }
  #pageAccess .direct_wrap .direct_area .img_box .img_2,
  #pageAccess .direct_wrap .direct_area .img_box .img_3 {
    width: 49.8%;
    height: 20rem;
  }
  #pageAccess .direct_wrap .direct_area .img_box .img_4 {
    height: auto;
  }
  #pageAccess .direct_wrap .direct_area .list_box {
    gap: 5rem 0;
    width: 90%;
    margin: 5rem auto 0;
  }
  #pageAccess .direct_wrap .direct_area .list_box .list {
    width: 100%;
  }
  #pageAccess .direct_wrap .direct_area .list_box .ttl {
    font-size: 3.4rem;
    padding: 0 0 2rem;
  }
  #pageAccess .direct_wrap .direct_area .list_box .p1 {
    margin: 1.6rem 0 0;
  }
  #pageAccess .direct_wrap .direct_area .list_box .p1_1 {
    font-size: 2.8rem;
  }
  #pageAccess .direct_wrap .direct_area .list_box .p1_2 {
    font-size: 5rem;
  }
  #pageAccess .direct_wrap .direct_area .list_box .p1_3 {
    font-size: 2.8rem;
  }
  #pageAccess .direct_wrap .direct_area .list_box .p1_4 {
    font-size: 2.2rem;
  }
  #pageAccess .direct_wrap .direct_area .list_box .note {
    padding: 0 1rem;
    margin: 1rem 0 0;
  }
  #pageAccess .direct_wrap .direct_area_2 {
    margin: 10rem 0 0;
  }
}
#pageAccess .pickup_wrap {
  margin: 6rem 0 0;
}
#pageAccess .pickup_wrap .map_area {
  width: 89rem;
  margin: 0 auto;
}
#pageAccess .pickup_wrap .list_area {
  margin: 4rem 0 0;
}
#pageAccess .pickup_wrap .list_area .lead {
  font-size: 1.6rem;
  letter-spacing: 0.05em;
  line-height: 1.4;
}
#pageAccess .pickup_wrap .list_area .s1 {
  font-size: 3rem;
}
#pageAccess .pickup_wrap .list_area .s2 {
  font-size: 1.3rem;
}
#pageAccess .pickup_wrap .list_area .list_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 2rem 2rem;
  margin: 2.6rem 0 0;
}
#pageAccess .pickup_wrap .list_area .list_box .list {
  width: 30.6rem;
  padding-right: 2rem;
  position: relative;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}
#pageAccess .pickup_wrap .list_area .list_box .list::before {
  position: absolute;
  top: 0;
  right: 0;
  content: "";
  width: 1px;
  height: 100%;
  background: #000;
}
#pageAccess .pickup_wrap .list_area .list_box .list:nth-of-type(3n) {
  padding-right: 0;
}
#pageAccess .pickup_wrap .list_area .list_box .list:nth-of-type(3n)::before {
  display: none;
}
#pageAccess .pickup_wrap .list_area .list_box .ls_1 {
  letter-spacing: -0.1em;
}
#pageAccess .pickup_wrap .list_area .list_box .p1 {
  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;
  letter-spacing: 0;
}
#pageAccess .pickup_wrap .list_area .list_box .p1_1 {
  font-size: 1.9rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  padding: 0 0.5rem 0 0;
}
#pageAccess .pickup_wrap .list_area .list_box .line {
  width: 90%;
  border-bottom: 1px dotted #000000;
}
#pageAccess .pickup_wrap .list_area .list_box .p1_2 {
  font-size: 2.9rem;
  color: #1e58a1;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  padding: 0 0 0 0.5rem;
}
#pageAccess .pickup_wrap .list_area .list_box .p2 {
  font-size: 1.4rem;
  text-align: right;
  margin: 0.5rem 0 0;
}
#pageAccess .pickup_wrap .list_area .list_box .p3 {
  font-size: 1rem;
  letter-spacing: 0;
  line-height: 1.4;
  margin: 1rem 0 0;
}
#pageAccess .pickup_wrap .list_area .note_box {
  margin: 2rem 0 0;
}
#pageAccess .pickup_wrap .pickup_area {
  color: #fff;
  background: rgba(0, 0, 0, 0.3);
  padding: 6rem 0 4rem;
  margin: 5rem 0 0;
}
#pageAccess .pickup_wrap .pickup_area .flex_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#pageAccess .pickup_wrap .pickup_area .flex_box .flex_img {
  width: 24.9rem;
}
#pageAccess .pickup_wrap .pickup_area .flex_box .note {
  letter-spacing: 0;
  margin: 0.5rem 0 0;
}
#pageAccess .pickup_wrap .pickup_area .flex_box .copy {
  width: 46rem;
}
#pageAccess .pickup_wrap .pickup_area .flex_box .lead {
  font-size: 1.6rem;
  letter-spacing: 0.05em;
  line-height: 1.4;
  text-align: center;
}
#pageAccess .pickup_wrap .pickup_area .flex_box .txt {
  font-size: 1.3rem;
  letter-spacing: 0;
  line-height: 2;
  margin: 2rem 0 0;
}
#pageAccess .pickup_wrap .pickup_area .flex_box .time {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  letter-spacing: 0;
  margin: 2.5rem 0 0;
}
#pageAccess .pickup_wrap .pickup_area .flex_box .time .s1 {
  font-size: 1.9rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  padding: 0 1rem 0 0;
}
#pageAccess .pickup_wrap .pickup_area .flex_box .time .line {
  width: 90%;
  border-bottom: 1px dotted #fff;
}
#pageAccess .pickup_wrap .pickup_area .flex_box .time .s2 {
  font-size: 2rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  padding: 0 0 0 1rem;
}
#pageAccess .pickup_wrap .pickup_area .flex_box .time .s3 {
  font-size: 3.6rem;
}
#pageAccess .pickup_wrap .pickup_area .flex_box .time .s4 {
  font-size: 1.4rem;
}
#pageAccess .pickup_wrap .pickup_area .flex_box .time_note {
  font-size: 1rem;
  letter-spacing: 0;
}
@media screen and (max-width: 750px) {
  #pageAccess .pickup_wrap {
    margin: 9rem 0 0;
  }
  #pageAccess .pickup_wrap .map_area {
    width: 100%;
  }
  #pageAccess .pickup_wrap .map_area .map_box {
    overflow-x: scroll;
    padding: 0 0 2rem;
  }
  #pageAccess .pickup_wrap .map_area .map_box .img {
    width: 157%;
  }
  #pageAccess .pickup_wrap .list_area {
    margin: 7rem 0 0;
  }
  #pageAccess .pickup_wrap .list_area .lead {
    font-size: 2.6rem;
  }
  #pageAccess .pickup_wrap .list_area .s1 {
    font-size: 4rem;
  }
  #pageAccess .pickup_wrap .list_area .s2 {
    font-size: 2.4rem;
  }
  #pageAccess .pickup_wrap .list_area .list_box {
    gap: 0;
    margin: 3.6rem 0 0;
  }
  #pageAccess .pickup_wrap .list_area .list_box .list {
    width: 100%;
    padding: 4rem 2rem;
  }
  #pageAccess .pickup_wrap .list_area .list_box .list::before {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 1px;
    top: auto;
  }
  #pageAccess .pickup_wrap .list_area .list_box .list:nth-of-type(3n)::before {
    display: block;
  }
  #pageAccess .pickup_wrap .list_area .list_box .p1_1 {
    font-size: 3rem;
    padding: 0 1rem 0 0;
  }
  #pageAccess .pickup_wrap .list_area .list_box .p1_2 {
    font-size: 4rem;
    padding: 0 0 0 1rem;
  }
  #pageAccess .pickup_wrap .list_area .list_box .p2 {
    font-size: 2.4rem;
  }
  #pageAccess .pickup_wrap .list_area .list_box .p3 {
    font-size: 2rem;
    margin: 2rem 0 0;
  }
  #pageAccess .pickup_wrap .list_area .note_box {
    margin: 5rem 0 0;
  }
  #pageAccess .pickup_wrap .pickup_area {
    padding: 8rem 0;
    margin: 8rem 0 0;
  }
  #pageAccess .pickup_wrap .pickup_area .flex_box {
    padding: 0 2rem;
  }
  #pageAccess .pickup_wrap .pickup_area .flex_box .flex_img {
    width: 100%;
  }
  #pageAccess .pickup_wrap .pickup_area .flex_box .flex_img_2 {
    margin: 5rem 0 0;
  }
  #pageAccess .pickup_wrap .pickup_area .flex_box .img {
    width: 100%;
    height: 38rem;
  }
  #pageAccess .pickup_wrap .pickup_area .flex_box .img img {
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center center;
       object-position: center center;
    width: 100%;
    height: 100%;
  }
  #pageAccess .pickup_wrap .pickup_area .flex_box .note {
    margin: 1rem 0 0;
  }
  #pageAccess .pickup_wrap .pickup_area .flex_box .copy {
    width: 100%;
    margin: 3rem 0 0;
  }
  #pageAccess .pickup_wrap .pickup_area .flex_box .lead {
    font-size: 2.6rem;
  }
  #pageAccess .pickup_wrap .pickup_area .flex_box .txt {
    font-size: 2.4rem;
    margin: 2rem 0 0;
  }
  #pageAccess .pickup_wrap .pickup_area .flex_box .time {
    margin: 2.5rem 0 0;
  }
  #pageAccess .pickup_wrap .pickup_area .flex_box .time .s1 {
    font-size: 3rem;
  }
  #pageAccess .pickup_wrap .pickup_area .flex_box .time .s2 {
    font-size: 3rem;
  }
  #pageAccess .pickup_wrap .pickup_area .flex_box .time .s3 {
    font-size: 4.6rem;
  }
  #pageAccess .pickup_wrap .pickup_area .flex_box .time .s4 {
    font-size: 2.4rem;
  }
  #pageAccess .pickup_wrap .pickup_area .flex_box .time_note {
    font-size: 2rem;
    margin: 0.5rem 0 0;
  }
}
#pageAccess .simulation_wrap {
  margin: 7rem 0 0;
}
#pageAccess .simulation_wrap .simulation_area .simulation_box .lead {
  font-size: 1.8rem;
  line-height: 1.6;
  letter-spacing: 0;
}
#pageAccess .simulation_wrap .simulation_area .simulation_box .img {
  margin: 2rem 0 0;
}
#pageAccess .simulation_wrap .simulation_area .simulation_box_2 {
  border-top: 1px dotted #435b9e;
  padding: 6rem 0 0;
  margin: 6rem 0 0;
}
@media screen and (max-width: 750px) {
  #pageAccess .simulation_wrap {
    margin: 9rem 0 0;
  }
  #pageAccess .simulation_wrap .simulation_area .simulation_box .lead {
    font-size: 2.8rem;
  }
}
#pageAccess .car_wrap {
  padding: 9rem 0;
  margin: 11rem 0 0;
}
#pageAccess .car_wrap::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
  background: #40464f;
  opacity: 0.9;
  mix-blend-mode: multiply;
}
#pageAccess .car_wrap .car_area {
  position: relative;
}
#pageAccess .car_wrap .car_area .copy_box {
  color: #fff;
}
#pageAccess .car_wrap .car_area .copy_box .lead {
  text-align: center;
  margin: 2.6rem 0 0;
}
#pageAccess .car_wrap .car_area .copy_box .txt {
  margin: 2rem 0 0;
}
#pageAccess .car_wrap .car_area .flex_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 5.6rem 0 0;
}
#pageAccess .car_wrap .car_area .flex_box .flex_cnt {
  width: 30rem;
  color: #fff;
}
#pageAccess .car_wrap .car_area .flex_box .note {
  margin: 0.5rem 0 0;
}
#pageAccess .car_wrap .car_area .flex_box .flex_txt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  margin: 1rem 0 0;
}
#pageAccess .car_wrap .car_area .flex_box .flex_txt .name {
  font-size: 2.3rem;
}
#pageAccess .car_wrap .car_area .flex_box .flex_txt .name_2 {
  font-size: 1.2rem;
  letter-spacing: 0;
}
#pageAccess .car_wrap .car_area .flex_box .flex_txt .time {
  font-size: 1.8rem;
}
#pageAccess .car_wrap .car_area .flex_box .flex_txt .time_2 {
  font-size: 4rem;
  color: #c4af96;
}
#pageAccess .car_wrap .car_area .flex_box .flex_txt .ls_12 {
  letter-spacing: -0.12em;
}
#pageAccess .car_wrap .car_area .flex_box .txt {
  font-size: 1.4rem;
  letter-spacing: 0;
  line-height: 1.5;
  margin: 2rem 0 0;
}
#pageAccess .car_wrap .car_area .map_box {
  position: relative;
  margin: 7rem 0 0;
}
#pageAccess .car_wrap .car_area .note_box {
  color: #fff;
  margin: 2.4rem 0 0;
}
@media screen and (max-width: 750px) {
  #pageAccess .car_wrap {
    padding: 11rem 0;
  }
  #pageAccess .car_wrap .car_area .copy_box .lead {
    margin: 3.6rem 0 0;
  }
  #pageAccess .car_wrap .car_area .copy_box .txt {
    margin: 3rem 0 0;
  }
  #pageAccess .car_wrap .car_area .flex_box {
    gap: 3rem 0;
    width: 80%;
    margin: 6rem auto 0;
  }
  #pageAccess .car_wrap .car_area .flex_box .flex_cnt {
    width: 100%;
  }
  #pageAccess .car_wrap .car_area .flex_box .note {
    margin: 0.5rem 0 0;
  }
  #pageAccess .car_wrap .car_area .flex_box .flex_txt {
    margin: 2rem 0 0;
  }
  #pageAccess .car_wrap .car_area .flex_box .flex_txt .name {
    font-size: 3.2rem;
  }
  #pageAccess .car_wrap .car_area .flex_box .flex_txt .name_2 {
    font-size: 2.2rem;
  }
  #pageAccess .car_wrap .car_area .flex_box .flex_txt .time {
    font-size: 2.8rem;
  }
  #pageAccess .car_wrap .car_area .flex_box .flex_txt .time_2 {
    font-size: 5rem;
  }
  #pageAccess .car_wrap .car_area .flex_box .txt {
    font-size: 2.4rem;
  }
  #pageAccess .car_wrap .car_area .map_box {
    margin: 8rem 0 0;
  }
  #pageAccess .car_wrap .car_area .note_box {
    margin: 5rem 0 0;
  }
}
#pageDesign figure {
  position: relative;
}
#pageDesign figcaption.com-note {
  margin-top: 5px;
}
#pageDesign .intro_wrap .intro_area {
  padding: 6rem 0;
}
@media screen and (max-width: 750px) {
  #pageDesign .intro_wrap .intro_area {
    padding: 7.5rem 0;
  }
}
@media screen and (max-width: 750px) {
  #pageDesign .intro_wrap .intro_area .lead {
    font-size: 3.6rem;
  }
}
#pageDesign .intro_wrap .intro_area .txt {
  margin-top: 2.5rem;
  text-align: center;
}
@media screen and (max-width: 750px) {
  #pageDesign .intro_wrap .intro_area .txt {
    white-space: nowrap;
    letter-spacing: -0.05em;
  }
}
#pageDesign .banner {
  margin-bottom: 4.5rem;
}
#pageDesign .banner .com-note {
  padding: 0 1rem;
}
#pageDesign .p_ttl {
  font-weight: 500;
  font-size: 1.6rem;
  letter-spacing: -0.05em;
}
@media screen and (max-width: 750px) {
  #pageDesign .p_ttl {
    font-size: 3.4rem;
  }
}
#pageDesign .p_desc {
  font-size: 1.4rem;
  line-height: 1.6428571429;
  letter-spacing: -0.05em;
}
@media screen and (max-width: 750px) {
  #pageDesign .p_desc {
    font-size: 2.6rem;
  }
}
#pageDesign .com-main-wrap,
#pageDesign .intro_wrap {
  position: relative;
  z-index: 2;
}
#pageDesign .architect_wrap {
  padding: 5rem 0 8rem;
  position: relative;
}
@media screen and (max-width: 750px) {
  #pageDesign .architect_wrap {
    padding: 7rem 0;
  }
}
#pageDesign .architect_wrap::before {
  position: absolute;
  content: "";
  background: -webkit-gradient(linear, left top, right top, from(rgb(84, 118, 171)), color-stop(15.27%, rgb(82, 123, 178)), color-stop(37.92%, rgb(76, 137, 198)), color-stop(41.27%, rgb(75, 140, 202)), color-stop(57.83%, rgb(88, 161, 213)), color-stop(84.58%, rgb(105, 189, 229)), to(rgb(112, 200, 235)));
  background: linear-gradient(90deg, rgb(84, 118, 171) 0%, rgb(82, 123, 178) 15.27%, rgb(76, 137, 198) 37.92%, rgb(75, 140, 202) 41.27%, rgb(88, 161, 213) 57.83%, rgb(105, 189, 229) 84.58%, rgb(112, 200, 235) 100%);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  mix-blend-mode: multiply;
  z-index: 1;
}
#pageDesign .architect_wrap > *:not(.com_bg_wrap) {
  position: relative;
  z-index: 2;
}
#pageDesign .architect_wrap .com-ttl-outer {
  margin-bottom: 4.5rem;
}
@media screen and (max-width: 750px) {
  #pageDesign .architect_wrap .com-lead {
    font-size: 3.4rem;
  }
}
#pageDesign .architect_banner {
  margin-top: 4.5rem;
}
#pageDesign .architect_list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 2.1% 1fr 2.1% 1fr;
  grid-template-columns: repeat(3, 1fr);
  -webkit-column-gap: 2.1%;
     -moz-column-gap: 2.1%;
          column-gap: 2.1%;
}
@media screen and (max-width: 750px) {
  #pageDesign .architect_list {
    padding: 0 9rem;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    row-gap: 5rem;
  }
}
#pageDesign .architect_item p {
  color: #fff;
  text-align: center;
  letter-spacing: 0;
}
#pageDesign .architect_item-ttl {
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.8666666667;
  margin: 1rem 0 1.5rem;
}
@media screen and (max-width: 750px) {
  #pageDesign .architect_item-ttl {
    font-size: 3rem;
    line-height: 1.3666666667;
  }
}
#pageDesign .architect_item-desc {
  font-size: 1.5rem;
  line-height: 1.6153846154;
}
@media screen and (max-width: 750px) {
  #pageDesign .architect_item-desc {
    font-size: 2.7rem;
  }
}
#pageDesign .architect_layout {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 9rem;
}
@media screen and (max-width: 750px) {
  #pageDesign .architect_layout {
    padding: 0 5rem;
    margin-top: 11rem;
  }
}
#pageDesign .architect_design {
  width: 35%;
}
@media screen and (max-width: 750px) {
  #pageDesign .architect_design {
    width: 100%;
  }
}
#pageDesign .architect_design .p_ttl {
  border-bottom: 1px solid currentColor;
  line-height: 1.875;
  padding-bottom: 2rem;
  margin-bottom: 2rem;
}
@media screen and (max-width: 750px) {
  #pageDesign .architect_design .p_ttl {
    margin-bottom: 2.5rem;
  }
}
#pageDesign .architect_desginer {
  margin-top: 1.8rem;
  margin-bottom: 1.8rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
@media screen and (max-width: 750px) {
  #pageDesign .architect_desginer {
    margin-top: 3.5rem;
    margin-bottom: 3.5rem;
  }
}
#pageDesign .architect_desginer-img {
  width: 53.7%;
}
#pageDesign .architect_desginer-info {
  width: 38.5%;
  color: #fff;
  text-align: justify;
  letter-spacing: -0.05em;
}
#pageDesign .architect_desginer-info .p1 {
  font-size: 1.1rem;
  line-height: 1.3636363636;
  margin-top: 1.5rem;
}
@media screen and (max-width: 750px) {
  #pageDesign .architect_desginer-info .p1 {
    font-size: 2rem;
    white-space: nowrap;
  }
}
#pageDesign .architect_desginer-info .p2 {
  font-size: 1.9rem;
  line-height: 1.7368421053;
  letter-spacing: 0.2em;
  margin-top: 0.5rem;
}
@media screen and (max-width: 750px) {
  #pageDesign .architect_desginer-info .p2 {
    font-size: 3rem;
  }
}
#pageDesign .architect_desginer-info .p3 {
  font-size: 1.1rem;
  letter-spacing: 0.06em;
  margin-top: 0.3rem;
}
@media screen and (max-width: 750px) {
  #pageDesign .architect_desginer-info .p3 {
    font-size: 1.8rem;
  }
}
#pageDesign .architect_material {
  width: 58%;
}
@media screen and (max-width: 750px) {
  #pageDesign .architect_material {
    margin-top: 10rem;
    width: 100%;
  }
}
#pageDesign .architect_material-ttl {
  font-size: 1.9rem;
  margin: 1rem 0 2.5rem;
  font-family: "Marcellus", serif;
}
@media screen and (max-width: 750px) {
  #pageDesign .architect_material-ttl {
    margin: 3rem 0 2.5rem;
    font-size: 3.6rem;
  }
}
#pageDesign .landplan_wrap {
  padding: 9rem 0;
}
#pageDesign .landplan_wrap .copy_box {
  padding-block: 5.5rem;
}
@media screen and (max-width: 750px) {
  #pageDesign .landplan_wrap .copy_box .com-lead {
    font-size: 3.4rem;
  }
}
#pageDesign .landplan_wrap .copy_box .com-txt {
  margin-top: 2.5rem;
  line-height: 1.8571428571;
}
#pageDesign .landplan_madori {
  position: relative;
  max-width: 850px;
  margin: 0 auto 5rem;
}
#pageDesign .landplan_madori .direct {
  position: absolute;
  width: 15%;
  bottom: 12%;
  left: 12%;
}
@media screen and (max-width: 750px) {
  #pageDesign .landplan_madori .direct {
    width: 24%;
    bottom: 3%;
    left: 10%;
  }
}
#pageDesign .landplan_equip {
  margin-top: -1.8rem;
}
@media screen and (max-width: 750px) {
  #pageDesign .landplan_equip {
    margin-top: 10rem;
  }
}
#pageDesign .landplan_equip-ttl {
  text-align: center;
  font-size: 1.8rem;
  font-weight: 500;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 750px) {
  #pageDesign .landplan_equip-ttl {
    font-size: 3.4rem;
    line-height: 1.4117647059;
    letter-spacing: -0.05em;
  }
}
#pageDesign .landplan_equip-list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 6.5rem 1fr 6.5rem 1fr;
  grid-template-columns: repeat(3, 1fr);
  gap: 5rem 6.5rem;
  margin-top: 4.5rem;
}
@media screen and (max-width: 750px) {
  #pageDesign .landplan_equip-list {
    margin-top: 11rem;
    -ms-grid-columns: 1fr 4.3rem 1fr;
    grid-template-columns: repeat(2, 1fr);
    gap: 5.5rem 4.3rem;
  }
}
#pageDesign .landplan_equip-item .p_ttl {
  margin: 1.5rem 0;
  line-height: 1.125;
}
@media screen and (max-width: 750px) {
  #pageDesign .landplan_equip-item .p_ttl {
    font-size: 2.8rem;
    min-height: 2.25em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
#pageDesign .landplan_equip-item .p_ttl span {
  background-color: #b18046;
  color: #fff;
  padding: 0 6px;
  margin-right: 5px;
}
@media screen and (max-width: 750px) {
  #pageDesign .landplan_equip-item .p_ttl.sp_ls-008 {
    letter-spacing: -0.08em;
  }
}
#pageDesign .landplan_equip-item .p_desc {
  min-height: 4.3em;
}
@media screen and (max-width: 750px) {
  #pageDesign .landplan_equip-item .p_desc {
    font-size: 2.5rem;
    line-height: 1.32;
  }
}
#pageDesign .landplan_equip-item .com-note {
  letter-spacing: 0;
  margin-top: 0.5rem;
}
#pageDesign .landplan_equip-item.hours .landplan_equip-img::before {
  position: absolute;
  width: 100%;
  height: 100%;
  content: "";
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(238, 232, 223, 0)), color-stop(10.58%, rgba(233, 227, 214, 0.11)), color-stop(39.17%, rgba(224, 216, 195, 0.39)), color-stop(68.62%, rgba(218, 210, 184, 0.69)), to(rgb(216, 208, 180)));
  background: linear-gradient(0deg, rgba(238, 232, 223, 0) 0%, rgba(233, 227, 214, 0.11) 10.58%, rgba(224, 216, 195, 0.39) 39.17%, rgba(218, 210, 184, 0.69) 68.62%, rgb(216, 208, 180) 100%);
  left: 0;
  top: 0;
  mix-blend-mode: multiply;
}
#pageDesign .landplan_equip-item.hours .landplan_equip-img::before img {
  position: relative;
}
#pageDesign .landplan_planting {
  margin-top: 5rem;
  position: relative;
  padding: 3.5rem 5.5rem;
}
@media screen and (max-width: 750px) {
  #pageDesign .landplan_planting {
    margin-top: 15rem;
    padding: 8rem 3rem;
  }
}
#pageDesign .landplan_planting::before {
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(55, 133, 94, 0.45);
  content: "";
  top: 0;
  left: 0;
  mix-blend-mode: multiply;
}
#pageDesign .landplan_planting > * {
  position: relative;
}
#pageDesign .landplan_planting p,
#pageDesign .landplan_planting figcaption {
  color: #fff;
  text-align: center;
}
#pageDesign .landplan_planting-ttl {
  font-size: 2.4rem;
  line-height: 1.75;
  letter-spacing: 0.5em;
  font-family: "Marcellus", serif;
}
@media screen and (max-width: 750px) {
  #pageDesign .landplan_planting-ttl {
    font-size: 3.4rem;
  }
}
#pageDesign .landplan_planting-sub {
  line-height: 1.5;
  margin-top: 1.5rem;
}
@media screen and (max-width: 750px) {
  #pageDesign .landplan_planting-sub {
    font-size: 3.2rem;
  }
}
#pageDesign .landplan_planting-list {
  margin-top: 3.5rem;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1.5rem 1fr 1.5rem 1fr 1.5rem 1fr 1.5rem 1fr;
  grid-template-columns: repeat(5, 1fr);
  gap: 2.5rem 1.5rem;
}
@media screen and (max-width: 750px) {
  #pageDesign .landplan_planting-list {
    -ms-grid-columns: 1fr 2rem 1fr;
    grid-template-columns: repeat(2, 1fr);
    margin-top: 7rem;
    gap: 2rem;
  }
}
#pageDesign .landplan_planting-list figcaption {
  font-size: 1.2rem;
  letter-spacing: 0;
  margin-top: 8px;
}
@media screen and (max-width: 750px) {
  #pageDesign .landplan_planting-list figcaption {
    font-size: 2rem;
    letter-spacing: -0.05em;
  }
}
#pageDesign .landplan_planting .com-note {
  text-align: right;
  margin-top: 2rem;
  letter-spacing: -0.05em;
}
@media screen and (max-width: 750px) {
  #pageDesign .landplan_planting .com-note {
    margin-top: 5rem;
  }
}
#pagePlan .design_wrap .intro_area {
  padding: 6rem 0;
}
#pagePlan .design_wrap .intro_area .copy_box {
  text-align: center;
}
#pagePlan .design_wrap .intro_area .copy_box .txt {
  margin: 2.5rem 0 0;
}
#pagePlan .design_wrap .design_area .design_box {
  padding: 4rem 0;
  position: relative;
}
#pagePlan .design_wrap .design_area .design_box::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
  background: #a2a3a3;
  mix-blend-mode: multiply;
}
#pagePlan .design_wrap .design_area .design_box .design_inner {
  position: relative;
}
#pagePlan .design_wrap .design_area .design_box .lead {
  color: #fff;
  text-align: center;
}
#pagePlan .design_wrap .design_area .design_box .flex_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 2rem 0;
  width: 93rem;
  margin: 6rem auto 0;
}
#pagePlan .design_wrap .design_area .design_box .flex_cnt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 44.5rem;
}
#pagePlan .design_wrap .design_area .design_box .img {
  width: 39rem;
}
#pagePlan .design_wrap .design_area .design_box .txt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: calc(100% - 39rem);
  font-size: 1.5rem;
  letter-spacing: 0.44em;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  color: #fff;
  background: #000;
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
  background: rgb(112, 200, 235);
  background: -webkit-gradient(linear, left bottom, left top, from(rgb(112, 200, 235)), color-stop(41%, rgb(75, 140, 202)), to(rgb(84, 118, 171)));
  background: linear-gradient(0deg, rgb(112, 200, 235) 0%, rgb(75, 140, 202) 41%, rgb(84, 118, 171) 100%);
}
#pagePlan .design_wrap .design_area .design_box .note {
  width: 100%;
  color: #fff;
  margin: 0.6rem 0 0;
}
@media screen and (max-width: 750px) {
  #pagePlan .design_wrap .intro_area {
    padding: 9rem 0;
  }
  #pagePlan .design_wrap .intro_area .copy_box .txt {
    margin: 3rem 0 0;
  }
  #pagePlan .design_wrap .design_area .design_box {
    padding: 6rem 0 10rem;
  }
  #pagePlan .design_wrap .design_area .design_box .flex_inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 4rem 0;
    width: 75rem;
    padding: 0 4rem;
    margin: 7rem auto 0;
  }
  #pagePlan .design_wrap .design_area .design_box .flex_cnt {
    width: 57rem;
  }
  #pagePlan .design_wrap .design_area .design_box .img {
    width: 50rem;
  }
  #pagePlan .design_wrap .design_area .design_box .txt {
    width: calc(100% - 50rem);
    font-size: 2.4rem;
    letter-spacing: 0.3em;
  }
  #pagePlan .design_wrap .design_area .design_box .note {
    margin: 1rem 0 0;
  }
}
#pagePlan .casbee {
  width: 80%;
  max-width: 350px;
  margin: 10rem auto 0;
}
#pagePlan .plan_wrap {
  margin: 13rem 0;
}
#pagePlan .plan_wrap .lead_box {
  color: #262626;
}
#pageType .type_wrap {
  padding: 14rem 0;
}
#pageType .type_wrap .type_area {
  background: rgba(255, 255, 255, 0.64);
  padding: 3rem 6rem 4rem;
}
#pageType .type_wrap .type_area .spec_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  gap: 0 3rem;
  position: relative;
}
#pageType .type_wrap .type_area .spec_box .spec_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0 1.6rem;
}
#pageType .type_wrap .type_area .spec_box .ttl {
  width: 10rem;
  font-size: 1.5rem;
  letter-spacing: 0.36em;
  text-align: center;
  color: #000;
  border-bottom: 1px solid #006db5;
  padding: 0 0 1rem;
}
#pageType .type_wrap .type_area .spec_box .ttl_1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 5.5rem;
  font-size: 3rem;
  color: #fff;
  background: linear-gradient(45deg, rgb(84, 118, 171) 0%, rgb(75, 140, 202) 41%, rgb(112, 200, 235) 100%);
  margin: 0 0 0.7rem;
}
#pageType .type_wrap .type_area .spec_box .spec {
  font-size: 2.2rem;
  letter-spacing: 0;
  color: #006db5;
}
#pageType .type_wrap .type_area .spec_box .spec .s1 {
  font-size: 4.2rem;
}
#pageType .type_wrap .type_area .spec_box .spec .s2 {
  color: #251714;
}
#pageType .type_wrap .type_area .spec_box .area {
  margin: 0.7rem 0 0;
}
#pageType .type_wrap .type_area .spec_box .area_ttl {
  font-size: 1.4rem;
  letter-spacing: 0.07em;
  line-height: 1.3;
  text-align: center;
  display: inline-block;
}
#pageType .type_wrap .type_area .spec_box .area_num {
  font-size: 4.3rem;
  color: #006db5;
}
#pageType .type_wrap .type_area .spec_box .area_num_1 {
  font-size: 3.1rem;
}
#pageType .type_wrap .type_area .spec_box .area_num_2 {
  font-size: 2rem;
  color: #000;
}
#pageType .type_wrap .type_area .spec_box .txt {
  font-size: 1.3rem;
  letter-spacing: 0;
  line-height: 1.8;
  margin: 2.5rem 0 0;
}
#pageType .type_wrap .type_area .spec_box .point_outer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 1rem 1rem;
  width: 44rem;
}
#pageType .type_wrap .type_area .spec_box .point {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 20rem;
  height: 3.5rem;
  background-color: #a7b6c2;
  font-size: 1.3rem;
  color: #fff;
  text-align: center;
  letter-spacing: 0;
}
#pageType .type_wrap .type_area .spec_box .accent {
  width: 8.5rem;
  position: absolute;
  top: 0;
  right: -3rem;
}
#pageType .type_wrap .type_area .type_box {
  margin: 6rem 0 0;
}
#pageType .type_wrap .type_area .type_box .img {
  margin: 0 auto;
}
#pageType .type_wrap .type_area .type_box .img.d_type {
  width: 70.77rem;
}
#pageType .type_wrap .type_area .type_box .img.eg_type {
  width: 70.77rem;
}
#pageType .type_wrap .type_area .type_box .img.f_type {
  width: 70.77rem;
}
#pageType .type_wrap .type_area .type_box .img.gr_type {
  width: 70.77rem;
}
#pageType .type_wrap .type_area .type_box .img.hr_type {
  width: 70.77rem;
}
#pageType .type_wrap .type_area .type_box .img.mr_type {
  width: 70.77rem;
}
#pageType .type_wrap .type_area .note_box {
  margin: 8rem 0 0;
}
#pageType .type_wrap .type_area .note_box .flex_note {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 3rem;
}
#pageType .type_wrap .type_area .note_box .notes {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 1.5rem;
}
#pageType .type_wrap .type_area .note_box .cnt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 0.7rem;
  font-size: 1rem;
  letter-spacing: 0;
}
#pageType .type_wrap .type_area .note_box .cnt .img {
  width: 2.8rem;
}
#pageType .type_wrap .type_area .note_box .cnt img {
  display: block;
}
#pageType .type_wrap .type_area .note_box .note_2 {
  margin: 2rem 0 0;
}
#pageType .type_wrap .bnr_area {
  width: 90rem;
  margin: 3rem auto 0;
}
#pageType .type_wrap .bnr_area .bnr_box a {
  -webkit-transition: all 400ms cubic-bezier(0.36, 0.1, 0.16, 1);
  transition: all 400ms cubic-bezier(0.36, 0.1, 0.16, 1);
  margin-bottom: 2rem;
  display: block;
}
#pageType .type_wrap .bnr_area .bnr_box a:hover {
  opacity: 0.7;
}
#pageType .type_wrap .btn_area {
  margin: 4rem 0 0;
}
#pageType .type_wrap .btn_area .btn_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0 4rem;
}
#pageType .type_wrap .btn_area .btn_box a {
  -webkit-transition: all 1000ms cubic-bezier(0.545, 0.08, 0.52, 0.975);
  transition: all 1000ms cubic-bezier(0.545, 0.08, 0.52, 0.975);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 27rem;
  height: 5rem;
  background: #646464;
  color: #fff;
  text-align: center;
  font-size: 1.3rem;
}
@media screen and (max-width: 750px) {
  #pageType .type_wrap {
    padding: 8rem 0;
  }
  #pageType .type_wrap .type_area {
    padding: 4rem 3rem 6rem;
  }
  #pageType .type_wrap .type_area .spec_box {
    gap: 3rem 0;
  }
  #pageType .type_wrap .type_area .spec_box .spec_outer {
    width: 100%;
  }
  #pageType .type_wrap .type_area .spec_box .spec_flex {
    gap: 0 3rem;
  }
  #pageType .type_wrap .type_area .spec_box .ttl {
    width: 15rem;
    font-size: 2.6rem;
    padding: 0 0 1.4rem;
  }
  #pageType .type_wrap .type_area .spec_box .ttl_1 {
    height: 8rem;
    font-size: 4rem;
    margin: 0 0 2rem;
  }
  #pageType .type_wrap .type_area .spec_box .spec {
    font-size: 3.2rem;
  }
  #pageType .type_wrap .type_area .spec_box .spec .s1 {
    font-size: 5.2rem;
  }
  #pageType .type_wrap .type_area .spec_box .area {
    margin: 2rem 0 0;
  }
  #pageType .type_wrap .type_area .spec_box .area_ttl {
    font-size: 2.4rem;
  }
  #pageType .type_wrap .type_area .spec_box .area_num {
    font-size: 5.2rem;
  }
  #pageType .type_wrap .type_area .spec_box .area_num_1 {
    font-size: 4rem;
  }
  #pageType .type_wrap .type_area .spec_box .area_num_2 {
    font-size: 3rem;
  }
  #pageType .type_wrap .type_area .spec_box .txt {
    font-size: 2.4rem;
    margin: 4rem 0 0;
  }
  #pageType .type_wrap .type_area .spec_box .point_outer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 2rem 0;
    width: 100%;
  }
  #pageType .type_wrap .type_area .spec_box .point {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 29.6rem;
    height: 5rem;
    background: #a7b6c2;
    font-size: 2rem;
    letter-spacing: 0;
    color: #fff;
    text-align: center;
  }
  #pageType .type_wrap .type_area .spec_box .accent {
    width: 14rem;
    top: 16rem;
    right: 0;
  }
  #pageType .type_wrap .type_area .type_box {
    margin: 5rem 0 0;
  }
  #pageType .type_wrap .type_area .type_box .img.d_type {
    width: 60.66rem;
  }
  #pageType .type_wrap .type_area .type_box .img.eg_type {
    width: 60.66rem;
  }
  #pageType .type_wrap .type_area .type_box .img.f_type {
    width: 60.66rem;
  }
  #pageType .type_wrap .type_area .type_box .img.gr_type {
    width: 60.66rem;
  }
  #pageType .type_wrap .type_area .type_box .img.hr_type {
    width: 60.66rem;
  }
  #pageType .type_wrap .type_area .type_box .img.mr_type {
    width: 60.66rem;
  }
  #pageType .type_wrap .type_area .note_box {
    margin: 7rem 0 0;
  }
  #pageType .type_wrap .type_area .note_box .flex_note {
    gap: 0 3rem;
  }
  #pageType .type_wrap .type_area .note_box .notes {
    gap: 0 3rem;
  }
  #pageType .type_wrap .type_area .note_box .cnt {
    gap: 0 2rem;
    font-size: 2rem;
  }
  #pageType .type_wrap .type_area .note_box .cnt .img {
    width: 5.8rem;
  }
  #pageType .type_wrap .type_area .note_box .com-note {
    letter-spacing: 0;
  }
  #pageType .type_wrap .type_area .note_box .note_1 {
    margin: 2rem 0 0;
  }
  #pageType .type_wrap .bnr_area {
    width: 90%;
    margin: 5rem auto 0;
  }
  #pageType .type_wrap .bnr_area .bnr_box:hover {
    opacity: 1;
  }
  #pageType .type_wrap .btn_area {
    margin: 5rem 0 0;
  }
  #pageType .type_wrap .btn_area .btn_box {
    gap: 0 2rem;
  }
  #pageType .type_wrap .btn_area .btn_box a {
    width: 28rem;
    height: 6rem;
    font-size: 2.4rem;
  }
}
@media print {
  #pageType header,
  #pageType footer,
  #pageType .link-box {
    display: none !important;
  }
  #pageType main {
    margin: 0 !important;
  }
  #pageType .type_wrap {
    width: 100% !important;
    padding: 10px 0 0 !important;
  }
  #pageType .type_wrap .com-content {
    width: 100%;
    padding: 0;
  }
  #pageType .type_wrap .point_outer {
    width: 100% !important;
  }
  #pageType .type_wrap .point_outer._sp {
    display: none !important;
  }
  #pageType .type_wrap .type_area {
    padding: 0 20px 0 10px !important;
    margin: 0 auto !important;
  }
  #pageType .type_wrap .type_area .spec_box .accent {
    width: 70px !important;
    right: 0 !important;
  }
  #pageType .type_wrap .type_area .type_box {
    width: 75% !important;
    margin: 10px auto 0 !important;
  }
  #pageType .type_wrap .type_area .type_box .img {
    width: 100% !important;
  }
  #pageType .type_wrap .type_area .note_box {
    margin: 10px 0 0 !important;
  }
  #pageType .type_wrap .bnr_area,
  #pageType .type_wrap .btn_area {
    display: none !important;
  }
}
#pageBrand .intro_wrap {
  padding: 8rem 0 13rem;
}
#pageBrand .intro_wrap::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
  background: linear-gradient(45deg, rgb(84, 118, 171) 0%, rgb(75, 140, 202) 41%, rgb(112, 200, 235) 100%);
  mix-blend-mode: multiply;
}
#pageBrand .intro_wrap .intro_box {
  position: relative;
}
#pageBrand .intro_wrap .intro_box .logo {
  width: 21rem;
  margin: 0 auto;
}
#pageBrand .intro_wrap .intro_box .lead {
  font-size: 2.6rem;
  letter-spacing: 0.05em;
  line-height: 1.6;
  text-align: center;
  color: #fff;
  margin: 4rem 0 0;
}
@media screen and (max-width: 750px) {
  #pageBrand .intro_wrap {
    padding: 8rem 0 13rem;
  }
  #pageBrand .intro_wrap .intro_box .logo {
    width: 31rem;
  }
  #pageBrand .intro_wrap .intro_box .lead {
    font-size: 3.6rem;
    letter-spacing: 0.1em;
    margin: 5rem 0 0;
  }
}
#pageBrand .brand_com_wrap {
  padding: 5rem 0 0;
}
#pageBrand .brand_com_wrap::after {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 5rem;
  background: #262626;
  mix-blend-mode: multiply;
}
#pageBrand .brand_com_wrap .brand_area {
  color: #fff;
  position: relative;
}
#pageBrand .brand_com_wrap .brand_area::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
  background: #262626;
  mix-blend-mode: multiply;
}
#pageBrand .brand_com_wrap .brand_area .copy_box {
  text-align: center;
  padding: 6rem 0 0;
  position: relative;
}
#pageBrand .brand_com_wrap .brand_area .copy_box .ttl {
  font-size: 3.6rem;
  letter-spacing: 0.05em;
  color: #958647;
}
#pageBrand .brand_com_wrap .brand_area .copy_box .lead {
  margin: 4rem 0 0;
}
#pageBrand .brand_com_wrap .brand_area .copy_box .txt {
  margin: 2rem 0 0;
}
#pageBrand .brand_com_wrap .brand_area .flex_box {
  position: relative;
  margin: 5rem 0 0;
}
#pageBrand .brand_com_wrap .brand_area .flex_box .ttl {
  font-size: 2rem;
  letter-spacing: 0.64em;
  color: #958647;
  text-align: center;
}
#pageBrand .brand_com_wrap .brand_area .flex_box .flex_outer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 4rem 0;
  margin: 4rem 0 0;
}
#pageBrand .brand_com_wrap .brand_area .flex_box .flex_cnt {
  width: 48rem;
  position: relative;
}
#pageBrand .brand_com_wrap .brand_area .flex_box .p1 {
  font-size: 1.5rem;
  text-align: center;
  margin: 1rem 0 0;
}
#pageBrand .brand_com_wrap .brand_area .flex_box .p2 {
  font-size: 1.1rem;
  text-align: center;
  margin: 0.5rem 0 0;
}
#pageBrand .brand_com_wrap .brand_area .flex_box_2 {
  border-top: 1px dotted #958647;
  padding: 7rem 0 0;
}
#pageBrand .brand_com_wrap .brand_area .flex_box_2 .flex_cnt {
  width: 31rem;
}
#pageBrand .brand_com_wrap .brand_area .flex_box_2 .flex_cnt.w100 {
  width: 100%;
}
@media screen and (max-width: 750px) {
  #pageBrand .brand_com_wrap {
    padding: 7rem 0 0;
  }
  #pageBrand .brand_com_wrap::after {
    height: 7rem;
  }
  #pageBrand .brand_com_wrap .brand_area .copy_box {
    padding: 7rem 0 0;
  }
  #pageBrand .brand_com_wrap .brand_area .copy_box .ttl {
    font-size: 4.6rem;
    letter-spacing: 0.1em;
    line-height: 1.4;
  }
  #pageBrand .brand_com_wrap .brand_area .copy_box .lead {
    margin: 5rem 0 0;
  }
  #pageBrand .brand_com_wrap .brand_area .copy_box .txt {
    margin: 3rem 0 0;
  }
  #pageBrand .brand_com_wrap .brand_area .flex_box {
    margin: 9rem 0 0;
  }
  #pageBrand .brand_com_wrap .brand_area .flex_box .ttl {
    font-size: 3rem;
  }
  #pageBrand .brand_com_wrap .brand_area .flex_box .flex_outer {
    margin: 5rem 0 0;
  }
  #pageBrand .brand_com_wrap .brand_area .flex_box .flex_cnt {
    width: 57rem;
  }
  #pageBrand .brand_com_wrap .brand_area .flex_box .p1 {
    font-size: 2.6rem;
    margin: 1.6rem 0 0;
  }
  #pageBrand .brand_com_wrap .brand_area .flex_box .p2 {
    font-size: 2.2rem;
    line-height: 1.4;
    margin: 1rem 0 0;
  }
  #pageBrand .brand_com_wrap .brand_area .flex_box_1 .flex_outer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  #pageBrand .brand_com_wrap .brand_area .flex_box_2 {
    padding: 7rem 0 0;
  }
  #pageBrand .brand_com_wrap .brand_area .flex_box_2 .flex_cnt {
    width: 32rem;
  }
}
#pageBrand .brand_com_wrap.original .brand_area {
  padding-bottom: 7rem;
}
#pageBrand .brand_com_wrap.original .brand_area .flex_box .flex_cnt {
  width: 48%;
}
#pageBrand .brand_com_wrap.original .brand_area .flex_box .flex_cnt.w100 {
  width: 100%;
}
#pageBrand .brand_com_wrap.original .brand_area .flex_box .flex_cnt .p1 {
  font-size: 2.2rem;
  position: absolute;
  top: 1rem;
  left: 1rem;
  color: #fff;
}
#pageBrand .brand_com_wrap.original .brand_area .flex_box .flex_cnt .p2 {
  text-align: left;
  font-size: 1.6rem;
  margin-top: 0.5rem;
}
#pageBrand .brand_com_wrap.original .brand_area .original_tbox {
  background-color: #7f7f7f;
  padding: 1rem 0;
  z-index: 2;
  position: relative;
  margin-top: 5rem;
}
#pageBrand .brand_com_wrap.original .brand_area .original_tbox p {
  text-align: center;
  color: #fff;
}
#pageBrand .brand_com_wrap.original .brand_area .original_tbox p.p1 {
  font-size: 1.6rem;
  margin-bottom: 0.7rem;
}
#pageBrand .brand_com_wrap.original .brand_area .original_tbox p.p2 {
  font-size: 1.1rem;
}
#pageBrand .brand_com_wrap.original .brand_area .bnr_box {
  width: 80rem;
  position: relative;
  margin: 10rem auto 0;
}
@media screen and (max-width: 750px) {
  #pageBrand .brand_com_wrap.original .brand_area {
    padding-bottom: 14rem;
  }
  #pageBrand .brand_com_wrap.original .brand_area .flex_box .flex_outer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  #pageBrand .brand_com_wrap.original .brand_area .flex_box .flex_cnt .p1 {
    font-size: 3rem;
    position: absolute;
    top: 0;
    left: 1rem;
    color: #fff;
  }
  #pageBrand .brand_com_wrap.original .brand_area .flex_box .flex_cnt .p2 {
    text-align: left;
    font-size: 1.8rem;
    margin-top: 0.5rem;
  }
  #pageBrand .brand_com_wrap.original .brand_area .original_tbox {
    padding: 2rem 0;
    margin-top: 5rem;
  }
  #pageBrand .brand_com_wrap.original .brand_area .original_tbox p {
    line-height: 1.5;
  }
  #pageBrand .brand_com_wrap.original .brand_area .original_tbox p.p1 {
    font-size: 2.7rem;
    margin-bottom: 2.5rem;
  }
  #pageBrand .brand_com_wrap.original .brand_area .original_tbox p.p2 {
    font-size: 2rem;
  }
  #pageBrand .brand_com_wrap.original .brand_area .bnr_box {
    width: 100%;
    margin: 10rem auto 0;
  }
}
#pageBrand .euro_wrap {
  padding: 0 0 5rem;
}
#pageBrand .euro_wrap .euro_area .copy_box {
  width: 83rem;
  text-align: center;
  position: relative;
  margin: 0 auto;
}
#pageBrand .euro_wrap .euro_area .copy_box .lead {
  margin: 5rem 0 0;
}
#pageBrand .euro_wrap .euro_area .copy_box .txt {
  margin: 2rem 0 0;
}
#pageBrand .euro_wrap .euro_area .copy_box .note {
  margin: 1rem;
}
#pageBrand .euro_wrap .euro_area .img_box {
  width: 83rem;
  margin: 6rem auto 0;
  position: relative;
}
#pageBrand .euro_wrap .euro_area .img_box .img {
  mix-blend-mode: multiply;
}
@media screen and (max-width: 750px) {
  #pageBrand .euro_wrap {
    padding: 0 0 9rem;
  }
  #pageBrand .euro_wrap .euro_area .copy_box {
    width: 100%;
  }
  #pageBrand .euro_wrap .euro_area .copy_box .lead {
    margin: 6rem 0 0;
  }
  #pageBrand .euro_wrap .euro_area .copy_box .txt {
    margin: 3rem 0 0;
  }
  #pageBrand .euro_wrap .euro_area .img_box {
    width: 100%;
  }
}
#pageZeh .floatup {
  position: relative;
  z-index: 2;
}
#pageZeh .com-note {
  letter-spacing: 0;
}
#pageZeh .com-txt {
  line-height: 1.6428571429;
}
#pageZeh figure {
  position: relative;
}
#pageZeh figcaption {
  margin-top: 0.5rem;
}
@media screen and (max-width: 750px) {
  #pageZeh figcaption {
    margin-top: 1rem;
  }
}
#pageZeh .copy_box {
  padding: 4rem 0 3.5rem;
}
@media screen and (max-width: 750px) {
  #pageZeh .copy_box {
    padding: 6rem 0 5rem;
  }
}
#pageZeh .p_txtBox .p_subttl {
  margin-top: 2rem;
}
#pageZeh .p_txtBox .com-txt {
  margin-top: 2.5rem;
}
#pageZeh .p_txtBox .com-note {
  margin-top: 1rem;
}
#pageZeh .p_ttl {
  text-align: center;
  font-size: 2rem;
  line-height: 1.75;
}
@media screen and (max-width: 750px) {
  #pageZeh .p_ttl {
    font-size: 3rem;
  }
}
#pageZeh .p_ttl.f-marce {
  letter-spacing: 0.6em;
}
#pageZeh .p_subttl {
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.2777777778;
  letter-spacing: 0;
}
#pageZeh .p_subttl sup {
  font-size: 0.5em;
  display: inline-block;
  color: #000;
  -webkit-transform: translateY(-0.7em);
          transform: translateY(-0.7em);
}
@media screen and (max-width: 750px) {
  #pageZeh .p_subttl {
    font-size: 2.8rem;
  }
}
#pageZeh .p_sub {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0;
}
@media screen and (max-width: 750px) {
  #pageZeh .p_sub {
    font-size: 2.6rem;
  }
}
#pageZeh .p_note {
  font-size: 1.2rem;
  line-height: 1.4166666667;
  letter-spacing: -0.05em;
}
@media screen and (max-width: 750px) {
  #pageZeh .p_note {
    font-size: 2rem;
  }
}
#pageZeh .bg_leaf {
  background: url(../img/zeh/bg_leaf.png) center/cover no-repeat;
}
#pageZeh .com-main-wrap .ttl {
  width: 33.5%;
}
@media screen and (max-width: 750px) {
  #pageZeh .com-main-wrap .ttl {
    width: 50%;
  }
}
#pageZeh .bg_linear {
  position: relative;
}
#pageZeh .bg_linear > * :not(.com_bg_wrap, .bg_box) {
  position: relative;
  z-index: 2;
}
#pageZeh .bg_linear::before {
  position: absolute;
  content: "";
  background: -webkit-gradient(linear, left top, right top, from(rgb(84, 118, 171)), color-stop(15.27%, rgb(82, 123, 178)), color-stop(37.92%, rgb(76, 137, 198)), color-stop(41.27%, rgb(75, 140, 202)), color-stop(57.83%, rgb(88, 161, 213)), color-stop(84.58%, rgb(105, 189, 229)), to(rgb(112, 200, 235)));
  background: linear-gradient(90deg, rgb(84, 118, 171) 0%, rgb(82, 123, 178) 15.27%, rgb(76, 137, 198) 37.92%, rgb(75, 140, 202) 41.27%, rgb(88, 161, 213) 57.83%, rgb(105, 189, 229) 84.58%, rgb(112, 200, 235) 100%);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  mix-blend-mode: multiply;
  z-index: 1;
}
#pageZeh .zeh_wrap {
  padding: 6rem 0;
}
@media screen and (max-width: 750px) {
  #pageZeh .zeh_wrap {
    padding: 10rem 0;
  }
}
#pageZeh .zeh_wrap .bg_linear {
  padding: 5rem 0 8rem;
}
@media screen and (max-width: 750px) {
  #pageZeh .zeh_wrap .bg_linear {
    padding: 8rem 0 10rem;
  }
}
#pageZeh .zeh_mansion {
  margin-top: 3.7rem;
  padding: 2.8rem 0;
}
@media screen and (max-width: 750px) {
  #pageZeh .zeh_mansion {
    padding: 5rem 0;
    margin-top: 7rem;
  }
}
#pageZeh .zeh_mansion p {
  color: #fff;
  font-weight: 500;
  text-align: center;
  letter-spacing: 0;
}
#pageZeh .zeh_mansion .p1 {
  font-size: 2.2rem;
  font-weight: 400;
}
@media screen and (max-width: 750px) {
  #pageZeh .zeh_mansion .p1 {
    font-size: 2.7rem;
  }
}
#pageZeh .zeh_mansion .p2 {
  font-size: 3.8rem;
  line-height: 1.5;
  padding: 0.2em 0;
}
#pageZeh .zeh_mansion .p3 {
  line-height: 2;
  font-size: 2rem;
}
@media screen and (max-width: 750px) {
  #pageZeh .zeh_mansion .p3 {
    font-size: 2.5rem;
  }
}
#pageZeh .zeh_mansion .p3 .s1 {
  font-size: 2.8rem;
}
@media screen and (max-width: 750px) {
  #pageZeh .zeh_mansion .p3 .s1 {
    font-size: 3.3rem;
  }
}
#pageZeh .zeh_mansion .p3 .s2 {
  font-size: 3rem;
}
@media screen and (max-width: 750px) {
  #pageZeh .zeh_mansion .p3 .s2 {
    font-size: 3.5rem;
  }
}
#pageZeh .zeh_bels {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin-top: 5rem;
  row-gap: 4rem;
}
#pageZeh .zeh_bels .tBox,
#pageZeh .zeh_bels .iBox {
  width: 48%;
}
@media screen and (max-width: 750px) {
  #pageZeh .zeh_bels .tBox,
  #pageZeh .zeh_bels .iBox {
    width: 100%;
  }
}
#pageZeh .zeh_bels .tBox .com-note,
#pageZeh .zeh_bels .iBox .com-note {
  margin-top: 5px;
}
#pageZeh .zeh_bels .tBox {
  text-align: center;
}
#pageZeh .zeh_bels .tBox .ttl {
  font-weight: 500;
  font-size: 3rem;
  letter-spacing: 0.05em;
  line-height: 1.3333333333;
  margin-bottom: 3rem;
}
#pageZeh .zeh_bels .tBox .ttl span {
  font-size: 2rem;
}
#pageZeh .zeh_bels .tBox .com-txt {
  line-height: 1.8571428571;
  letter-spacing: -0.05em;
}
@media screen and (max-width: 750px) {
  #pageZeh .zeh_bels .tBox .com-txt {
    text-align: justify;
  }
}
#pageZeh .zeh_bels-inform {
  background: #fff;
  border: 2px solid #1E58A1;
  font-weight: 500;
  font-size: 2rem;
  line-height: 1.5;
  letter-spacing: -0.05em;
  text-align: center;
  margin-top: 3.5rem;
  padding: 2.3rem 0;
}
@media screen and (max-width: 750px) {
  #pageZeh .zeh_bels-inform {
    font-size: 3rem;
    padding: 5rem 0;
  }
}
#pageZeh .zeh_bels-inform span {
  font-size: 2.8rem;
  color: #1E58A1;
  display: inline-block;
  line-height: 0.7;
}
@media screen and (max-width: 750px) {
  #pageZeh .zeh_bels-inform span {
    font-size: 3.8rem;
  }
}
#pageZeh .zeh_arrow {
  margin: 4rem auto 5.5rem;
  width: 11.6rem;
}
#pageZeh .zeh_oriented {
  color: #fff;
}
#pageZeh .zeh_oriented .txt_yellow {
  color: #F7E27B;
}
#pageZeh .zeh_oriented-lead {
  font-size: 3.6rem;
  text-align: center;
  font-weight: 500;
}
@media screen and (max-width: 750px) {
  #pageZeh .zeh_oriented-lead {
    font-size: 4.6rem;
  }
}
#pageZeh .zeh_oriented-list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 5rem 1fr 5rem 1fr;
  grid-template-columns: repeat(3, 1fr);
  gap: 5rem;
  margin-top: 6rem;
}
@media screen and (max-width: 750px) {
  #pageZeh .zeh_oriented-list {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    width: 80%;
    margin-inline: auto;
    margin-top: 9rem;
  }
}
#pageZeh .zeh_oriented-item {
  text-align: center;
}
#pageZeh .zeh_oriented-ttl {
  font-weight: 500;
  font-size: 2.7rem;
  line-height: 1.3;
  letter-spacing: 0;
}
@media screen and (max-width: 750px) {
  #pageZeh .zeh_oriented-ttl {
    font-size: 3.7rem;
  }
}
#pageZeh .zeh_oriented-ttl span {
  font-size: 3.8rem;
}
@media screen and (max-width: 750px) {
  #pageZeh .zeh_oriented-ttl span {
    font-size: 4.8rem;
  }
}
#pageZeh .zeh_oriented-img {
  margin: 2.5rem 0 1rem;
}
#pageZeh .zeh_oriented-sub {
  font-family: "Zen Old Mincho", serif;
  font-weight: 500;
  font-size: 2.8rem;
  letter-spacing: 0;
}
@media screen and (max-width: 750px) {
  #pageZeh .zeh_oriented-sub {
    font-size: 3.8rem;
  }
}
#pageZeh .zeh_oriented-desc {
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 1.875;
  letter-spacing: -0.05em;
  border-top: 2px solid #fff;
  border-bottom: 2px solid #fff;
  padding: 2.3rem 0;
  margin-top: 2.3rem;
}
@media screen and (max-width: 750px) {
  #pageZeh .zeh_oriented-desc {
    font-size: 2.6rem;
  }
}
#pageZeh .zeh_merit-lead {
  font-weight: 500;
  font-size: 4.2rem;
  text-align: center;
  letter-spacing: 0;
  color: #fff;
  padding: 3.5rem 0;
  margin-top: 8rem;
}
@media screen and (max-width: 750px) {
  #pageZeh .zeh_merit-lead {
    margin-top: 12rem;
  }
}
#pageZeh .zeh_merit-cap {
  margin: 3.5rem 0;
  border-left: 10px solid #4B8CCA;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
@media screen and (max-width: 750px) {
  #pageZeh .zeh_merit-cap {
    margin: 6rem 0;
  }
}
#pageZeh .zeh_merit-cap .p1 {
  font-size: 3.8rem;
  font-family: "Marcellus", serif;
  padding: 0 2rem;
  color: #1E58A1;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
}
@media screen and (max-width: 750px) {
  #pageZeh .zeh_merit-cap .p1 {
    font-size: 4.5rem;
  }
}
#pageZeh .zeh_merit-cap .p2 {
  font-weight: 500;
  font-size: 2.2rem;
  letter-spacing: 0;
  color: #fff;
  background: -webkit-gradient(linear, left top, right top, from(rgb(84, 118, 171)), color-stop(15.27%, rgb(82, 123, 178)), color-stop(37.92%, rgb(76, 137, 198)), color-stop(41.27%, rgb(75, 140, 202)), color-stop(57.83%, rgb(88, 161, 213)), color-stop(84.58%, rgb(105, 189, 229)), to(rgb(112, 200, 235)));
  background: linear-gradient(90deg, rgb(84, 118, 171) 0%, rgb(82, 123, 178) 15.27%, rgb(76, 137, 198) 37.92%, rgb(75, 140, 202) 41.27%, rgb(88, 161, 213) 57.83%, rgb(105, 189, 229) 84.58%, rgb(112, 200, 235) 100%);
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  padding: 0.9rem 2rem;
}
@media screen and (max-width: 750px) {
  #pageZeh .zeh_merit-cap .p2 {
    font-size: 2.8rem;
    line-height: 1.5;
    letter-spacing: -0.05em;
  }
}
#pageZeh .zeh_plan {
  margin-top: 3rem;
}
@media screen and (max-width: 750px) {
  #pageZeh .zeh_plan {
    margin-top: 6rem;
  }
}
#pageZeh .zeh_plan figure {
  min-width: 600px;
}
#pageZeh .zeh_plan-points {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-column-gap: 6rem;
     -moz-column-gap: 6rem;
          column-gap: 6rem;
  margin-top: 4rem;
}
@media screen and (max-width: 750px) {
  #pageZeh .zeh_plan-points {
    -webkit-column-gap: 0;
       -moz-column-gap: 0;
            column-gap: 0;
  }
}
@media screen and (max-width: 750px) {
  #pageZeh .zeh_plan-points > ul {
    width: 50%;
  }
}
@media screen and (max-width: 750px) {
  #pageZeh .zeh_plan-points > ul:nth-child(even) {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
}
#pageZeh .zeh_plan-point {
  font-size: 1.8rem;
  letter-spacing: -0.05em;
  line-height: 1.5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 0.5rem;
     -moz-column-gap: 0.5rem;
          column-gap: 0.5rem;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
@media screen and (max-width: 750px) {
  #pageZeh .zeh_plan-point {
    font-size: 2.8rem;
  }
}
#pageZeh .zeh_plan-point sub {
  font-size: 1.2rem;
}
@media screen and (max-width: 750px) {
  #pageZeh .zeh_plan-point sub {
    font-size: 1.8rem;
  }
}
#pageZeh .zeh_plan-point span {
  display: inline-block;
  font-family: "Zen Old Mincho", serif;
  font-size: 1.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 0;
  color: #fff;
  background: #1E58A1;
  border-radius: 50%;
  width: 2rem;
  height: 2rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width: 750px) {
  #pageZeh .zeh_plan-point span {
    width: 2.8rem;
    height: 2.8rem;
    font-size: 2rem;
  }
}
#pageZeh .zeh_equip {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 6.5rem 1fr 6.5rem 1fr;
  grid-template-columns: repeat(3, 1fr);
  gap: 4rem 6.5rem;
  margin: 3rem 0 6rem;
}
@media screen and (max-width: 750px) {
  #pageZeh .zeh_equip {
    margin: 7rem 0 10rem;
    -ms-grid-columns: 1fr 5rem 1fr;
    grid-template-columns: repeat(2, 1fr);
    gap: 5rem;
  }
}
#pageZeh .zeh_equip-item .zeh_plan-point {
  margin-top: 1.3rem;
}
#pageZeh .zeh_stats {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 2rem 1fr;
  grid-template-columns: repeat(2, 1fr);
  gap: 2rem;
}
@media screen and (max-width: 750px) {
  #pageZeh .zeh_stats {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
#pageZeh .zeh_stats + .com-note {
  margin-top: 1rem;
}
#pageZeh .zeh_inform {
  padding: 1rem 0;
  margin-top: 4rem;
}
#pageZeh .zeh_inform-cnt {
  background: rgba(255, 255, 255, 0.74);
  text-align: center;
  padding: 3rem 0;
}
@media screen and (max-width: 750px) {
  #pageZeh .zeh_inform-cnt {
    padding: 5rem 1.5rem;
  }
}
#pageZeh .zeh_inform-cnt .p1 {
  font-weight: 600;
  font-size: 2.6rem;
  letter-spacing: 0;
  color: #1E58A1;
}
@media screen and (max-width: 750px) {
  #pageZeh .zeh_inform-cnt .p1 {
    line-height: 1.5;
    font-size: 3rem;
    letter-spacing: -0.05em;
  }
}
#pageZeh .zeh_inform-cnt .p2 {
  font-size: 1.6rem;
  line-height: 2.125;
  margin-top: 1.4rem;
  letter-spacing: -0.05em;
}
@media screen and (max-width: 750px) {
  #pageZeh .zeh_inform-cnt .p2 {
    text-align: justify;
    font-size: 2.2rem;
  }
}
#pageZeh .zeh_co2 {
  width: 36.3%;
  margin: 3rem auto 1.3rem;
}
@media screen and (max-width: 750px) {
  #pageZeh .zeh_co2 {
    margin: 5rem auto 3rem;
    width: 70%;
  }
}
#pageZeh .zeh_co2-ttl {
  font-size: 2rem;
  text-align: center;
  letter-spacing: 0;
  color: #fff;
  background: #3E3A39;
  padding: 0.5rem 0;
  margin: 4rem 0 3rem;
}
@media screen and (max-width: 750px) {
  #pageZeh .zeh_co2-ttl {
    font-size: 2.7rem;
    padding: 1rem 0;
    margin: 6rem 0;
  }
}
#pageZeh .zeh_co2-chart {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-bottom: 7rem;
}
#pageZeh .zeh_co2-chart .chart {
  width: 63.7%;
}
@media screen and (max-width: 750px) {
  #pageZeh .zeh_co2-chart .chart {
    width: 100%;
  }
}
#pageZeh .zeh_co2-chart .points {
  -ms-flex-item-align: end;
      align-self: flex-end;
  width: 22.5%;
  padding-bottom: 1.5rem;
}
@media screen and (max-width: 750px) {
  #pageZeh .zeh_co2-chart .points {
    width: 100%;
  }
}
#pageZeh .zeh_co2-chart .points .point + .point {
  margin-top: 2.2rem;
}
#pageZeh .zeh_co2-chart .points .zeh_plan-point {
  color: #1E58A1;
}
#pageZeh .zeh_co2-chart .points .txt {
  font-size: 1.3rem;
  letter-spacing: 0;
  line-height: 1.6923076923;
  padding-left: 2.7rem;
}
@media screen and (max-width: 750px) {
  #pageZeh .zeh_co2-chart .points .txt {
    font-size: 2.3rem;
  }
}
#pageZeh .zeh_sun {
  background: #fff;
  padding: 2rem 2.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 750px) {
  #pageZeh .zeh_sun {
    padding: 4rem 5rem;
    gap: 6rem;
  }
}
#pageZeh .zeh_sun .com-txt {
  line-height: 1.7857142857;
  letter-spacing: -0.05em;
  width: 21.5%;
}
@media screen and (max-width: 750px) {
  #pageZeh .zeh_sun .com-txt {
    width: 100%;
  }
}
#pageZeh .zeh_sun .imagine {
  width: 36.1%;
}
@media screen and (max-width: 750px) {
  #pageZeh .zeh_sun .imagine {
    width: 100%;
  }
}
#pageZeh .zeh_sun .cap {
  width: 30%;
  background: #E89112;
  text-align: center;
  font-weight: 500;
  color: #fff;
  padding: 3rem 0;
}
@media screen and (max-width: 750px) {
  #pageZeh .zeh_sun .cap {
    padding: 6rem 0;
    width: 100%;
  }
}
#pageZeh .zeh_sun .cap .p1 {
  font-size: 2.8rem;
  line-height: 1.3214285714;
  letter-spacing: 0;
}
@media screen and (max-width: 750px) {
  #pageZeh .zeh_sun .cap .p1 {
    font-size: 3.8rem;
  }
}
#pageZeh .zeh_sun .cap .p2 {
  font-size: 6.3rem;
  margin-top: 1.4rem;
}
@media screen and (max-width: 750px) {
  #pageZeh .zeh_sun .cap .p2 {
    font-size: 8rem;
  }
}
#pageQuality .com-note {
  letter-spacing: 0;
}
#pageQuality .com-txt {
  line-height: 1.6428571429;
}
#pageQuality figure {
  position: relative;
}
#pageQuality figcaption {
  margin-top: 0.5rem;
}
@media screen and (max-width: 750px) {
  #pageQuality figcaption {
    margin-top: 1rem;
  }
}
#pageQuality .bg_linear {
  position: relative;
}
#pageQuality .bg_linear::before {
  position: absolute;
  width: 100%;
  height: 100%;
  content: "";
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(239, 234, 225, 0)), color-stop(28.65%, rgba(233, 230, 221, 0.29)), to(rgb(231, 229, 219)));
  background: linear-gradient(0deg, rgba(239, 234, 225, 0) 0%, rgba(233, 230, 221, 0.29) 28.65%, rgb(231, 229, 219) 100%);
  mix-blend-mode: multiply;
}
#pageQuality .bg_linear > * {
  position: relative;
}
#pageQuality .p_grid {
  display: -ms-grid;
  display: grid;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
#pageQuality .col-2 {
  -ms-grid-column-span: 2;
  grid-column: span 2;
}
#pageQuality .col-3 {
  -ms-grid-column-span: 3;
  grid-column: span 3;
}
#pageQuality .col-4 {
  -ms-grid-column-span: 4;
  grid-column: span 4;
}
#pageQuality .grid-2-cols {
  -ms-grid-columns: (1fr)[2];
  grid-template-columns: repeat(2, 1fr);
}
@media screen and (max-width: 750px) {
  #pageQuality .grid-2-cols {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
  #pageQuality .grid-2-cols > * {
    -ms-grid-column-span: 1;
    grid-column: span 1;
  }
}
#pageQuality .grid-3-cols {
  -ms-grid-columns: minmax(0, 1fr) 6.5rem minmax(0, 1fr) 6.5rem minmax(0, 1fr);
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 3.2rem 6.5rem;
}
@media screen and (max-width: 750px) {
  #pageQuality .grid-3-cols {
    -ms-grid-columns: minmax(0, 1fr) 4rem minmax(0, 1fr);
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 3.2rem 4rem;
  }
}
#pageQuality .grid-4-cols {
  -ms-grid-columns: minmax(0, 1fr) 4rem minmax(0, 1fr) 4rem minmax(0, 1fr) 4rem minmax(0, 1fr);
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 4rem;
}
@media screen and (max-width: 750px) {
  #pageQuality .grid-4-cols {
    -ms-grid-columns: minmax(0, 1fr) 4rem minmax(0, 1fr);
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 3.2rem 4rem;
  }
}
#pageQuality .copy_box {
  padding: 4rem 0 3.5rem;
}
@media screen and (max-width: 750px) {
  #pageQuality .copy_box {
    padding: 6rem 0 5rem;
  }
}
#pageQuality .p_txtBox .p_subttl {
  margin-top: 2rem;
}
#pageQuality .p_txtBox .com-txt {
  margin-top: 2.5rem;
}
#pageQuality .p_txtBox .com-note {
  margin-top: 1rem;
}
#pageQuality .p_ttl {
  text-align: center;
  font-size: 2rem;
  line-height: 1.75;
}
@media screen and (max-width: 750px) {
  #pageQuality .p_ttl {
    font-size: 3rem;
  }
}
#pageQuality .p_ttl.f-marce {
  letter-spacing: 0.6em;
}
#pageQuality .p_subttl {
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.2777777778;
  letter-spacing: 0;
}
#pageQuality .p_subttl sup {
  font-size: 0.5em;
  display: inline-block;
  color: #000;
  -webkit-transform: translateY(-0.7em);
          transform: translateY(-0.7em);
}
@media screen and (max-width: 750px) {
  #pageQuality .p_subttl {
    font-size: 2.8rem;
  }
}
#pageQuality .p_sub {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0;
}
@media screen and (max-width: 750px) {
  #pageQuality .p_sub {
    font-size: 2.6rem;
  }
}
#pageQuality .p_note {
  font-size: 1.2rem;
  line-height: 1.4166666667;
  letter-spacing: -0.05em;
}
@media screen and (max-width: 750px) {
  #pageQuality .p_note {
    font-size: 2rem;
  }
}
#pageQuality .equip_item-img + .com-note {
  margin-top: 0.5rem;
}
#pageQuality .equip_item-img + .equip_item-ttl {
  margin-top: 2.5rem;
  letter-spacing: -0.05em;
}
#pageQuality .equip_item-ttl {
  color: #1E58A1;
  max-width: 100%;
  white-space: nowrap;
}
@media screen and (max-width: 750px) {
  #pageQuality .equip_item-ttl {
    white-space: normal;
  }
}
#pageQuality .equip_item-ttl span {
  color: #000;
  display: inline-block;
}
#pageQuality .equip_item-ttl + .equip_item-desc {
  margin-top: 1.2rem;
}
#pageQuality .equip_item-desc {
  text-align: justify;
  letter-spacing: -0.05em;
}
#pageQuality .equip_item-desc span {
  display: inline-block;
}
#pageQuality .equip_item .com-note + .equip_item-img {
  margin-top: 0.5rem;
}
#pageQuality .equip_info-list {
  display: -ms-grid;
  display: grid;
  -webkit-column-gap: 2.7rem;
     -moz-column-gap: 2.7rem;
          column-gap: 2.7rem;
}
@media screen and (max-width: 750px) {
  #pageQuality .equip_info-list {
    row-gap: 0;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
#pageQuality .equip_info {
  background: #fff;
  border: 1px solid #808080;
  padding: 2rem 1.5rem;
  margin-bottom: 2.7rem;
}
@media screen and (max-width: 750px) {
  #pageQuality .equip_info {
    padding: 2.5rem;
    margin-bottom: 3rem;
  }
}
#pageQuality .equip_info-ttl {
  color: #1E58A1;
  letter-spacing: -0.08em;
}
#pageQuality .equip_info-ttl span {
  color: #000;
  display: inline-block;
}
#pageQuality .equip_info-ttl span.txt_right {
  margin-left: auto;
}
#pageQuality .equip_info-ttl + .equip_info-desc {
  margin-top: 1rem;
}
#pageQuality .equip_info-desc {
  text-align: justify;
  letter-spacing: -0.05em;
}
#pageQuality .equip_info-desc:not(:last-child) {
  margin-bottom: 1rem;
}
#pageQuality .intro_wrap .intro_area .copy_box {
  padding: 5rem 0 4.5rem;
}
@media screen and (max-width: 750px) {
  #pageQuality .intro_wrap .intro_area .copy_box {
    padding: 7.5rem 0;
  }
}
@media screen and (max-width: 750px) {
  #pageQuality .intro_wrap .intro_area .copy_box .lead {
    font-size: 3.6rem;
  }
}
#pageQuality .intro_wrap .intro_area .copy_box .txt {
  text-align: center;
}
@media screen and (max-width: 750px) {
  #pageQuality .intro_wrap .intro_area .copy_box .txt {
    letter-spacing: -0.05em;
  }
}
#pageQuality .kitchen_wrap,
#pageQuality .bathroom_wrap,
#pageQuality .powder_wrap,
#pageQuality .eco_wrap,
#pageQuality .ame_wrap,
#pageQuality .secu_wrap,
#pageQuality .struc_wrap {
  padding-bottom: 7rem;
}
#pageQuality .bathroom_wrap .grid-4-cols {
  margin-top: 3.8rem;
}
#pageQuality .powder_wrap .col-2.p_grid {
  row-gap: 1rem;
}
@media screen and (max-width: 750px) {
  #pageQuality .powder_wrap .col-2.p_grid .col-2 {
    -ms-grid-column-span: 1;
    grid-column: span 1;
  }
  #pageQuality .powder_wrap .col-2.p_grid .col-4 {
    -ms-grid-column-span: 2;
    grid-column: span 2;
  }
}
@media screen and (max-width: 750px) {
  #pageQuality .eco_wrap .com-ttl-outer .com-ttl {
    letter-spacing: 0.4em;
  }
}
#pageQuality .eco_wrap .equip_gas-layout1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
}
#pageQuality .eco_wrap .equip_gas-layout1 .plus_sign {
  width: 10%;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 33.6%;
}
@media screen and (max-width: 750px) {
  #pageQuality .eco_wrap .equip_gas-layout1 .plus_sign {
    top: 40.9%;
    width: 15%;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
#pageQuality .eco_wrap .equip_gas-layout1 .box1,
#pageQuality .eco_wrap .equip_gas-layout1 .box2 {
  border: 1px solid #808080;
  border-radius: 0.6rem;
  padding: 1rem 1.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 750px) {
  #pageQuality .eco_wrap .equip_gas-layout1 .box1,
  #pageQuality .eco_wrap .equip_gas-layout1 .box2 {
    padding: 2.5rem;
  }
}
#pageQuality .eco_wrap .equip_gas-layout1 .box1 .p_note,
#pageQuality .eco_wrap .equip_gas-layout1 .box2 .p_note {
  letter-spacing: -0.08em;
}
#pageQuality .eco_wrap .equip_gas-layout1 .box1 .p_subttl,
#pageQuality .eco_wrap .equip_gas-layout1 .box2 .p_subttl {
  letter-spacing: -0.05em;
}
#pageQuality .eco_wrap .equip_gas-layout1 .box1 {
  width: 33.7%;
}
@media screen and (max-width: 750px) {
  #pageQuality .eco_wrap .equip_gas-layout1 .box1 {
    width: 100%;
  }
}
#pageQuality .eco_wrap .equip_gas-layout1 .box1 figure {
  margin: 1.4rem 0;
}
#pageQuality .eco_wrap .equip_gas-layout1 .box2 {
  width: 56.5%;
}
@media screen and (max-width: 750px) {
  #pageQuality .eco_wrap .equip_gas-layout1 .box2 {
    width: 100%;
    margin-top: 8rem;
  }
}
#pageQuality .eco_wrap .equip_gas-layout1 .box2 figure {
  margin: 1rem 0;
}
#pageQuality .eco_wrap .equip_gas-layout1 .box2 .p_subttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 0.5rem;
     -moz-column-gap: 0.5rem;
          column-gap: 0.5rem;
}
@media screen and (max-width: 750px) {
  #pageQuality .eco_wrap .equip_gas-layout1 .box2 .p_subttl {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
#pageQuality .eco_wrap .equip_gas-layout1 .box2 .p_subttl img {
  width: 14.7rem;
}
#pageQuality .eco_wrap .equip_gas-separate {
  text-align: center;
  margin: 1rem 0;
  position: relative;
}
@media screen and (max-width: 750px) {
  #pageQuality .eco_wrap .equip_gas-separate {
    margin: 3rem 0;
  }
}
#pageQuality .eco_wrap .equip_gas-separate::before {
  position: absolute;
  width: 100%;
  height: 1px;
  content: "";
  background: #231815;
  top: 50%;
  left: 1px;
}
#pageQuality .eco_wrap .equip_gas-separate span {
  display: inline-block;
  background: #fff;
  padding: 0 0.5rem;
  position: relative;
}
#pageQuality .eco_wrap .equip_gas-layout2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 1rem;
}
@media screen and (max-width: 750px) {
  #pageQuality .eco_wrap .equip_gas-layout2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 2rem;
  }
}
#pageQuality .eco_wrap .equip_gas-layout2 .img1 {
  width: 38.66%;
}
@media screen and (max-width: 750px) {
  #pageQuality .eco_wrap .equip_gas-layout2 .img1 {
    width: 100%;
  }
}
#pageQuality .eco_wrap .equip_gas-layout2 .img2 {
  width: 11.8%;
}
@media screen and (max-width: 750px) {
  #pageQuality .eco_wrap .equip_gas-layout2 .img2 {
    width: 30%;
    margin: 3rem 0;
  }
}
#pageQuality .eco_wrap .equip_gas-layout2 .img3 {
  width: 46.5%;
}
@media screen and (max-width: 750px) {
  #pageQuality .eco_wrap .equip_gas-layout2 .img3 {
    width: 100%;
  }
}
#pageQuality .eco_wrap .equip_bath-layout {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#pageQuality .eco_wrap .equip_bath-layout .img1 {
  width: 30.7%;
}
@media screen and (max-width: 750px) {
  #pageQuality .eco_wrap .equip_bath-layout .img1 {
    width: 100%;
  }
}
#pageQuality .eco_wrap .equip_bath-layout .img2 {
  width: 48.45%;
}
@media screen and (max-width: 750px) {
  #pageQuality .eco_wrap .equip_bath-layout .img2 {
    width: 100%;
    margin: 3rem 0;
  }
}
#pageQuality .eco_wrap .equip_bath-layout .com-note {
  width: 15.9%;
  margin-top: -6rem;
}
@media screen and (max-width: 750px) {
  #pageQuality .eco_wrap .equip_bath-layout .com-note {
    width: 100%;
    margin-top: 0;
  }
}
#pageQuality .eco_equip-list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 3rem 1fr 3rem 1fr 3rem 1.77fr;
  grid-template-columns: 1fr 1fr 1fr 1.77fr;
  gap: 3rem;
}
@media screen and (max-width: 750px) {
  #pageQuality .eco_equip-list {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
}
#pageQuality .eco_equip-list .equip_item:last-child {
  padding-left: 1rem;
}
#pageQuality .ame_wrap .equip_familynet-layout1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#pageQuality .ame_wrap .equip_familynet-layout1 .box1 {
  width: 58.25%;
}
@media screen and (max-width: 750px) {
  #pageQuality .ame_wrap .equip_familynet-layout1 .box1 {
    width: 100%;
  }
}
#pageQuality .ame_wrap .equip_familynet-layout1 .box2 {
  width: 38.87%;
  margin-top: -1.5rem;
}
@media screen and (max-width: 750px) {
  #pageQuality .ame_wrap .equip_familynet-layout1 .box2 {
    width: unset;
    margin: 2rem 0 0 -2.5rem;
  }
}
#pageQuality .ame_wrap .equip_familynet-layout2 {
  margin-top: 2rem;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1.5rem 1fr;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.5rem;
}
@media screen and (max-width: 750px) {
  #pageQuality .ame_wrap .equip_familynet-layout2 {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
#pageQuality .ame_wrap .equip_info-list {
  -ms-grid-columns: 1fr 2.7rem 2.085fr;
  grid-template-columns: 1fr 2.085fr;
  -webkit-column-gap: 2.7rem;
     -moz-column-gap: 2.7rem;
          column-gap: 2.7rem;
}
@media screen and (max-width: 750px) {
  #pageQuality .ame_wrap .equip_info-list {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
  #pageQuality .ame_wrap .equip_info-list > * {
    -ms-grid-column-span: 1;
    grid-column: span 1;
  }
}
#pageQuality .ame_wrap .equip_info-list .equip_info {
  padding-block: 1.5rem;
}
#pageQuality .ame_wrap .equip_info-list .equip_info:nth-child(3) .equip_info-img {
  margin-top: -2rem;
  padding: 0 4.5rem;
}
@media screen and (max-width: 750px) {
  #pageQuality .ame_wrap .equip_info-list .equip_info:nth-child(3) .equip_info-img {
    margin: 2rem 0;
    padding: 0;
  }
}
#pageQuality .ame_equip-list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 2.7rem 1fr 2.7rem 1fr;
  grid-template-columns: repeat(3, 1fr);
  gap: 2.7rem;
}
@media screen and (max-width: 750px) {
  #pageQuality .ame_equip-list {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
}
#pageQuality .ame_equip-list .equip_item:first-child {
  padding: 0 6.5rem;
}
@media screen and (max-width: 750px) {
  #pageQuality .ame_equip-list .equip_item:first-child {
    padding: 0;
  }
  #pageQuality .ame_equip-list .equip_item:first-child .equip_item-img {
    padding: 0 6.7rem;
  }
}
#pageQuality .secu_wrap .equip_info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#pageQuality .secu_wrap .equip_info-img {
  margin-top: 1rem;
}
#pageQuality .secu_wrap .door {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: initial;
  -webkit-box-direction: initial;
      -ms-flex-direction: initial;
          flex-direction: initial;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
#pageQuality .secu_wrap .door .imagine {
  width: 15.67%;
}
@media screen and (max-width: 750px) {
  #pageQuality .secu_wrap .door .imagine {
    width: 40%;
  }
}
#pageQuality .secu_wrap .door .imagine .com-cap {
  -webkit-transform: translateX(120%);
          transform: translateX(120%);
  right: 0;
}
@media screen and (max-width: 750px) {
  #pageQuality .secu_wrap .door .imagine .com-cap {
    -webkit-transform: unset;
            transform: unset;
    position: static;
    text-align: right;
  }
}
#pageQuality .secu_wrap .door .txt {
  width: 81%;
}
@media screen and (max-width: 750px) {
  #pageQuality .secu_wrap .door .txt {
    width: 55%;
  }
}
#pageQuality .secu_wrap .door .points {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: minmax(0, 1fr) 2rem minmax(0, 1fr) 2rem minmax(0, 1fr);
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 2rem;
  margin-top: 2.5rem;
}
@media screen and (max-width: 750px) {
  #pageQuality .secu_wrap .door .points {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
#pageQuality .secu_wrap .door .point-ttl {
  font-size: 1.5rem;
  letter-spacing: -0.15em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 0.5rem;
     -moz-column-gap: 0.5rem;
          column-gap: 0.5rem;
  white-space: nowrap;
}
@media screen and (max-width: 750px) {
  #pageQuality .secu_wrap .door .point-ttl {
    font-size: 2.3rem;
  }
}
#pageQuality .secu_wrap .door .point-ttl span {
  font-size: 1.4rem;
  width: 1.7rem;
  height: 1.7rem;
  padding-bottom: 0.2rem;
  padding-right: 0.1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  border-radius: 50%;
  background: #AC0012;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width: 750px) {
  #pageQuality .secu_wrap .door .point-ttl span {
    width: 2.7rem;
    height: 2.7rem;
    font-size: 2.2rem;
    padding-right: 0.3rem;
  }
}
#pageQuality .secu_wrap .door .point-desc {
  font-size: 1.3rem;
  line-height: 1.4615384615;
  letter-spacing: -0.05em;
  margin-top: 1rem;
}
@media screen and (max-width: 750px) {
  #pageQuality .secu_wrap .door .point-desc {
    font-size: 2rem;
  }
}
#pageQuality .secu_wrap .door .point.has-img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#pageQuality .secu_wrap .door .point.has-img .point-txt {
  width: 56.25%;
}
#pageQuality .secu_wrap .door .point.has-img .point-img {
  width: 37.5%;
}
#pageQuality .secu_equip-list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1.88fr 2.4rem 1.28fr 2.4rem 1fr;
  grid-template-columns: 1.88fr 1.28fr 1fr;
  gap: 2.4rem;
}
@media screen and (max-width: 750px) {
  #pageQuality .secu_equip-list {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
#pageQuality .secu_equip-list .equip_item:first-child, #pageQuality .secu_equip-list .equip_item:nth-child(2) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-column-gap: 1.5rem;
     -moz-column-gap: 1.5rem;
          column-gap: 1.5rem;
}
@media screen and (max-width: 750px) {
  #pageQuality .secu_equip-list .equip_item:first-child, #pageQuality .secu_equip-list .equip_item:nth-child(2) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -webkit-column-gap: 2.4rem;
       -moz-column-gap: 2.4rem;
            column-gap: 2.4rem;
  }
}
#pageQuality .secu_equip-list .equip_item:first-child .equip_item-img, #pageQuality .secu_equip-list .equip_item:nth-child(2) .equip_item-img {
  width: 14.9rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width: 750px) {
  #pageQuality .secu_equip-list .equip_item:first-child .equip_item-img, #pageQuality .secu_equip-list .equip_item:nth-child(2) .equip_item-img {
    width: 24rem;
  }
}
#pageQuality .struc_wrap .equip_info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#pageQuality .struc_wrap .equip_info-img {
  margin: 1rem 0;
}
@media screen and (max-width: 750px) {
  #pageQuality .struc_wrap .equip_info-img {
    margin: 2rem 0;
  }
}
#pageQuality .struc_wrap .equip_info-desc {
  font-size: 1.3rem;
  line-height: 1.3846153846;
}
@media screen and (max-width: 750px) {
  #pageQuality .struc_wrap .equip_info-desc {
    font-size: 2.3rem;
  }
}
#pageQuality .struc_wrap .elevator .equip_info-img {
  padding: 0 5rem 0 6.5rem;
}
#pageQuality .struc_wrap .soilquality .equip_info-img {
  padding: 0 5.5rem;
}
#pageQuality .struc_wrap .soilquality .equip_info-img figcaption {
  padding: 0 5rem;
}
#pageQuality .struc_equip-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
#pageQuality .struc_equip-list .equip_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#pageQuality .struc_equip-list .equip_item:first-child {
  width: 47.3%;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
@media screen and (max-width: 750px) {
  #pageQuality .struc_equip-list .equip_item:first-child {
    width: 100%;
  }
}
#pageQuality .struc_equip-list .equip_item:first-child .equip_item-txt {
  width: 60.68%;
  padding-bottom: 2rem;
}
#pageQuality .struc_equip-list .equip_item:first-child .equip_item-img {
  width: 33.4%;
}
#pageQuality .struc_equip-list .equip_item:nth-child(2) {
  width: 50%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 750px) {
  #pageQuality .struc_equip-list .equip_item:nth-child(2) {
    width: 100%;
    margin-top: 3rem;
  }
}
#pageQuality .struc_equip-list .equip_item:nth-child(2) .equip_item-img1 {
  width: 31.6%;
}
#pageQuality .struc_equip-list .equip_item:nth-child(2) .equip_item-img2 {
  width: 55.8%;
}
#pageMap {
  /* map ___end*/
}
#pageMap .com-ttl-box {
  padding: 15rem 0 5rem;
}
#pageMap .com-ttl-box .com-sub-ttl {
  margin-bottom: 1rem;
  color: #9a8062;
}
#pageMap .com-ttl-box .com-lead {
  color: #000;
}
#pageMap .f_note {
  display: none;
}
#pageMap .map_wrap {
  margin: 8rem auto 10rem;
}
#pageMap .map_wrap .map_ttl {
  color: #fff;
  background: #333;
  text-align: center;
  font-size: 2rem;
  padding: 10px 0;
}
@media screen and (max-width: 750px) {
  #pageMap .map_wrap .map_ttl {
    font-size: 3rem;
  }
}
#pageMap .map_wrap .map_box {
  margin: 0 auto 5rem;
}
#pageMap .map_wrap .map_box-mg {
  max-width: 900px;
}
#pageMap .map_wrap .map_box .link-reserve2 {
  width: 80%;
  margin-top: 4rem;
}
#pageMap .map_wrap .map_box .map p {
  text-align: center;
  padding: 10px 0;
  font-size: 1.8rem;
  background: #865b15;
  color: #fff;
  line-height: 1.5;
}
@media screen and (max-width: 750px) {
  #pageMap .map_wrap .map_box .map p {
    font-size: 2.8rem;
  }
}
#pageMap .map_wrap .map_box .txt {
  background: #000;
  color: #fff;
  text-align: center;
  padding: 15px 0;
  font-size: 1.8rem;
  line-height: 1.6;
}
#pageMap .map_wrap .btn_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0 4rem;
}
#pageMap .map_wrap .btn_box a {
  -webkit-transition: all 1000ms cubic-bezier(0.545, 0.08, 0.52, 0.975);
  transition: all 1000ms cubic-bezier(0.545, 0.08, 0.52, 0.975);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 27rem;
  height: 5rem;
  background: rgb(84, 118, 171);
  background: linear-gradient(120deg, rgb(84, 118, 171) 0%, rgb(75, 140, 202) 24%, rgb(112, 200, 235) 50%);
  background-position: 0% 50%;
  background-size: 200% auto;
  color: #fff;
  text-align: center;
  font-size: 1.3rem;
}
#pageMap .map_wrap .btn_box a:hover {
  background-position: 100% 50%;
}
@media screen and (max-width: 750px) {
  #pageMap {
    /*@media screen end*/
  }
  #pageMap .map_wrap .map_box {
    margin: 0 auto 5rem;
  }
  #pageMap .map_wrap .btn_box {
    gap: 0 2rem;
  }
  #pageMap .map_wrap .btn_box a {
    width: 28rem;
    height: 6rem;
    font-size: 2.4rem;
  }
}
@media print {
  #pageMap header,
  #pageMap footer,
  #pageMap .link-box {
    display: none !important;
  }
  #pageMap main {
    margin: 0 !important;
  }
  #pageMap .com-main-wrap,
  #pageMap .com_bg_wrap {
    display: none !important;
  }
  #pageMap .com-content {
    width: 100%;
    padding: 0;
  }
  #pageMap .map_wrap .btn_box {
    display: none !important;
  }
}
@media screen and (max-width: 750px) {
  #pageMap {
    /*@media screen end*/
  }
}
@media screen and (max-width: 750px) {
  #pageMap {
    /*@media screen end*/
  }
}
@media screen and (max-width: 750px) {
  #pageMap {
    /*@media screen end*/
  }
}
@media screen and (max-width: 750px) {
  #pageMap {
    /*@media screen end*/
  }
}
@media screen and (max-width: 750px) {
  #pageMap {
    /*@media screen end*/
  }
}
@media screen and (max-width: 750px) {
  #pageMap {
    /*@media screen end*/
  }
}
@media screen and (max-width: 750px) {
  #pageMap {
    /*@media screen end*/
  }
}
@media screen and (max-width: 750px) {
  #pageMap {
    /*@media screen end*/
  }
}
@media screen and (max-width: 750px) {
  #pageMap {
    /*@media screen end*/
  }
}
@media screen and (max-width: 750px) {
  #pageMap {
    /*@media screen end*/
  }
}
@media screen and (max-width: 750px) {
  #pageMap {
    /*@media screen end*/
  }
}
@media screen and (max-width: 750px) {
  #pageMap {
    /*@media screen end*/
  }
}
@media screen and (max-width: 750px) {
  #pageMap {
    /*@media screen end*/
  }
}
@media screen and (max-width: 750px) {
  #pageMap {
    /*@media screen end*/
  }
}

#pageOutline .com-ttl-box {
  padding: 15rem 0 5rem;
}
#pageOutline .com-ttl-box .com-sub-ttl {
  margin-bottom: 1rem;
  color: #9a8062;
}
#pageOutline .com-ttl-box .com-lead {
  color: #000;
}
#pageOutline .com-link {
  margin-top: 10rem;
}
#pageOutline .outline_wrap {
  padding: 10rem 0 10rem;
}
#pageOutline .outline_wrap .outline_bg {
  padding: 10rem 0 0;
  max-width: 1000px;
  background: #fff;
  border: 1px solid #9a8062;
}
#pageOutline .outline_wrap .outline_tit {
  margin-bottom: 3rem;
  font-size: 1.7rem;
  color: #9a8062;
}
#pageOutline .outline_wrap .outline_tit span {
  width: 8px;
  height: 15px;
  border-right: 3px solid #9a8062;
  border-left: 3px solid #9a8062;
  display: inline-block;
  position: relative;
  margin-right: 5px;
}
#pageOutline .outline_wrap .outline_table {
  max-width: 1000px;
  margin: 0 auto 10rem;
}
#pageOutline .outline_wrap dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background: #fff;
  margin: 0 auto 3rem;
}
#pageOutline .outline_wrap dl dt {
  width: 230px;
  padding: 10px 0 10px 15px;
  border-bottom: 1px solid #ccc;
  border-right: 1px solid #ccc;
  line-height: 1.5;
  font-size: 1.4rem;
}
#pageOutline .outline_wrap dl dd {
  width: calc(100% - 230px);
  padding: 10px 0 10px 25px;
  border-bottom: 1px solid #ccc;
  line-height: 1.5;
  font-size: 1.4rem;
}
#pageOutline .outline_wrap .advertising_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 30px;
}
#pageOutline .outline_wrap .advertising_box .t1 {
  border: 1px solid #000;
  width: 120px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  font-size: 1.4rem;
}
#pageOutline .outline_wrap .advertising_box .t2 {
  width: calc(100% - 140px);
  font-size: 1.2rem;
  line-height: 1.5;
}
@media screen and (max-width: 750px) {
  #pageOutline .main_wrap {
    padding-top: 70px;
  }
  #pageOutline .main_wrap p {
    text-align: center;
  }
  #pageOutline .main_wrap p:nth-of-type(1) {
    font-size: 3rem;
    margin-bottom: 3rem;
  }
  #pageOutline .main_wrap p:nth-of-type(2) {
    font-size: 2.2rem;
    margin-bottom: 3rem;
    line-height: 1.5;
  }
  #pageOutline .outline_wrap .outline_bg {
    padding: 5rem 2rem 0;
  }
  #pageOutline .outline_wrap .outline_tit {
    margin-bottom: 3rem;
    font-size: 2.7rem;
  }
  #pageOutline .outline_wrap dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin: 0 auto 3rem;
  }
  #pageOutline .outline_wrap dl dt {
    width: 100%;
    padding: 10px 0 10px 5px;
    font-size: 2.4rem;
    border-right: none;
    border-bottom: 1px dashed #ccc;
    background: #f2f6f7;
  }
  #pageOutline .outline_wrap dl dd {
    width: 100%;
    padding: 10px 0 10px 5px;
    font-size: 2.4rem;
  }
  #pageOutline .outline_wrap .advertising_box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-top: 30px;
  }
  #pageOutline .outline_wrap .advertising_box .t1 {
    width: 100%;
    font-size: 2rem;
    padding: 5px 0;
    margin-bottom: 5px;
  }
  #pageOutline .outline_wrap .advertising_box .t2 {
    width: 100%;
    font-size: 1.5rem;
  }
}
#pageLimited {
  overflow-y: hidden;
}
#pageLimited #id_shellfish {
  display: none;
}
#pageLimited .com-ttl-box {
  padding: 15rem 0 5rem;
}
#pageLimited .com-ttl-box .com-sub-ttl {
  margin-bottom: 1rem;
  color: #9a8062;
}
#pageLimited .com-ttl-box .com-lead {
  color: #000;
}
#pageLimited .com-main-wrap .main_box .ttl {
  line-height: 1.5;
}
#pageLimited .com-main-wrap .main_box .txt {
  letter-spacing: 0.2em;
}
#pageLimited .plan_wrap {
  margin: 0 0 10rem;
}
#pageLogin {
  overflow-y: hidden;
}
#pageLogin #id_shellfish {
  display: none;
}
#pageLogin .com-ttl-box {
  padding: 15rem 0 5rem;
}
#pageLogin .com-ttl-box .com-sub-ttl {
  margin-bottom: 1rem;
  color: #9a8062;
}
#pageLogin .com-ttl-box .com-lead {
  color: #000;
}
#pageLogin .main_wrap {
  position: relative;
  overflow: hidden;
  padding-top: 10rem;
  padding-bottom: 15rem;
}
#pageLogin .main_wrap .main_txt {
  width: 90%;
  max-width: 1000px;
  margin: 0 auto;
}
#pageLogin .main_wrap .main_txt p {
  text-align: center;
}
#pageLogin .main_wrap .main_txt p.t1 {
  font-size: 1rem;
  margin-bottom: 1.2rem;
}
@media screen and (max-width: 750px) {
  #pageLogin .main_wrap .main_txt p.t1 {
    font-size: 2rem;
  }
}
#pageLogin .main_wrap .main_txt p.t2 {
  font-size: 2.6rem;
  margin-bottom: 3rem;
  color: #74604a;
}
@media screen and (max-width: 750px) {
  #pageLogin .main_wrap .main_txt p.t2 {
    font-size: 3.6rem;
  }
}
#pageLogin .main_wrap .main_txt p.t3 {
  font-size: 1.4rem;
  line-height: 2;
}
@media screen and (max-width: 750px) {
  #pageLogin .main_wrap .main_txt p.t3 {
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 750px) {
  #pageLogin .main_wrap {
    position: relative;
    padding-top: 20rem;
    padding-bottom: 10rem;
  }
  #pageLogin .main_wrap .main_txt p {
    text-align: center;
  }
  #pageLogin .main_wrap .main_txt p.t1 {
    font-size: 1rem;
    margin-bottom: 1.5rem;
  }
}
@media screen and (max-width: 750px) and (max-width: 750px) {
  #pageLogin .main_wrap .main_txt p.t1 {
    font-size: 2rem;
  }
}
@media screen and (max-width: 750px) {
  #pageLogin .main_wrap .main_txt p.t2 {
    font-size: 3rem;
    margin-bottom: 3.5rem;
  }
}
@media screen and (max-width: 750px) and (max-width: 750px) {
  #pageLogin .main_wrap .main_txt p.t2 {
    font-size: 4rem;
  }
}
@media screen and (max-width: 750px) {
  #pageLogin .main_wrap .main_txt p.t3 {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 750px) and (max-width: 750px) {
  #pageLogin .main_wrap .main_txt p.t3 {
    font-size: 2.8rem;
  }
}
#pageLogin .login_box {
  width: 80%;
  max-width: 600px;
  margin: 0 auto 5rem;
  padding: 3rem 0 0;
  position: relative;
}
#pageLogin .login_box .login_form {
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
  z-index: 2;
}
#pageLogin .login_box .login_form #password {
  width: 68.4%;
  background: #fff;
  border: none;
  padding: 1.4rem 1rem;
  font-size: 1.6rem;
  border: 1px solid #000;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
#pageLogin .login_box .login_form #password:focus {
  border: none;
}
#pageLogin .login_box .login_form #password::-webkit-input-placeholder {
  font-size: 1.6rem;
}
#pageLogin .login_box .login_form #password::-moz-placeholder {
  font-size: 1.6rem;
}
#pageLogin .login_box .login_form #password:-ms-input-placeholder {
  font-size: 1.6rem;
}
#pageLogin .login_box .login_form #password::-ms-input-placeholder {
  font-size: 1.6rem;
}
#pageLogin .login_box .login_form #password::placeholder {
  font-size: 1.6rem;
}
#pageLogin .login_box .login_form .login_btn {
  -webkit-transition: all 400ms cubic-bezier(0.36, 0.1, 0.16, 1);
  transition: all 400ms cubic-bezier(0.36, 0.1, 0.16, 1);
  width: 29.6%;
  color: #fff;
  padding: 1.6rem 0 1rem;
  position: relative;
  text-align: center;
  cursor: pointer;
  -webkit-box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.1);
          box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.1);
  background: rgb(84, 118, 171);
  background: linear-gradient(120deg, rgb(84, 118, 171) 0%, rgb(75, 140, 202) 24%, rgb(112, 200, 235) 50%);
  background-position: 0% 50%;
  background-size: 200% auto;
}
#pageLogin .login_box .login_form .login_btn input {
  color: #fff;
  background: none;
  font-size: 1.6rem;
  letter-spacing: 0.3em;
}
#pageLogin .login_box .login_form .login_btn:hover {
  background-position: 100% 50%;
}
#pageLogin .login_box .login_form #error {
  width: 100%;
  color: #b7b08c;
  font-size: 1.6rem;
  text-align: center;
  margin-top: 2rem;
}
@media screen and (max-width: 750px) {
  #pageLogin .login_box {
    padding: 5rem 3rem;
  }
  #pageLogin .login_box .login_form #password {
    padding: 2rem 1rem;
    width: 100%;
    text-align: center;
    font-size: 2.6rem;
  }
  #pageLogin .login_box .login_form #password::-webkit-input-placeholder {
    font-size: 2.6rem;
  }
  #pageLogin .login_box .login_form #password::-moz-placeholder {
    font-size: 2.6rem;
  }
  #pageLogin .login_box .login_form #password:-ms-input-placeholder {
    font-size: 2.6rem;
  }
  #pageLogin .login_box .login_form #password::-ms-input-placeholder {
    font-size: 2.6rem;
  }
  #pageLogin .login_box .login_form #password::placeholder {
    font-size: 2.6rem;
  }
  #pageLogin .login_box .login_form .login_btn {
    width: 50%;
    padding: 2rem 0;
    margin: 3rem auto;
  }
  #pageLogin .login_box .login_form .login_btn input {
    font-size: 2.6rem;
  }
  #pageLogin .login_box .login_form #error {
    font-size: 2.6rem;
  }
}
#pageLogin .btn_wrap {
  padding: 10rem 0 15rem;
}
#pageLogin .btn_wrap .link {
  background: #000;
  padding: 15px 0 20px;
  font-size: 2rem;
}
@media screen and (max-width: 750px) {
  #pageLogin .btn_wrap .link {
    font-size: 2.5rem;
  }
}
#pageLogin .btn {
  max-width: 700px;
  margin: 0 auto;
}
#pageLogin .com-link {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
/*# sourceMappingURL=style_v-nishiarai2.css.map */