@charset "UTF-8";

div.btn {
  width: 100%;
  text-align: center;
}

button {
  border-style: none;
  padding: 0;
  background-color: transparent;
}
button a, button input[type="submit"] {
  box-sizing: border-box;
  display: block;
  border: 1px solid transparent;
  font-size: 1rem;
  letter-spacing: 0.14em;
  white-space: nowrap;
}
button.btn1 a, button.btn1 input[type="submit"], button.btn1 div.a {
  width: 200px;
  overflow: hidden;
  font-size: 1rem;
  width: 10rem;
  height: 10rem;
  background-repeat: no-repeat;
  background-size: contain;
  text-align: right;
  position: relative;
  z-index: 10;
  transition: background-image 400ms cubic-bezier(0.25, 0.1, 0.25, 1) 0ms;
  -webkit-transition: background-image 400ms cubic-bezier(0.25, 0.1, 0.25, 1) 0ms;
  -moz-transition: background-image 400ms cubic-bezier(0.25, 0.1, 0.25, 1) 0ms;
  -o-transition: background-image 400ms cubic-bezier(0.25, 0.1, 0.25, 1) 0ms;
  -ms-transition: background-image 400ms cubic-bezier(0.25, 0.1, 0.25, 1) 0ms;
}
@media only screen and (max-width: 1025px) {
  button.btn1 a, button.btn1 input[type="submit"], button.btn1 div.a {
    width: 8rem;
    height: 8rem;
  }
}
@media only screen and (max-width: 760px) {
  button.btn1 a, button.btn1 input[type="submit"], button.btn1 div.a {
    display: block;
    width: 22rem;
    height: auto;
    border: 1px solid #666666;
    padding: 1rem 3rem;
    text-align: left;
    position: relative;
    background-image: none;
  }
  button.btn1 a::after, button.btn1 input[type="submit"]::after, button.btn1 div.a::after {
    content: "";
    position: absolute;
    display: block;
    right: 3rem;
    width: 72px;
    height: 4px;
    top: 50%;
    margin-top: -2px;
    background-repeat: no-repeat;
    background-size: contain;
  }
}
button.btn1 a span, button.btn1 input[type="submit"] span, button.btn1 div.a span {
  position: absolute;
  color: #000;
  right: 1rem;
  bottom: 1rem;
  line-height: 1.5;
  transition: color 400ms cubic-bezier(0.25, 0.1, 0.25, 1) 0ms;
  -webkit-transition: color 400ms cubic-bezier(0.25, 0.1, 0.25, 1) 0ms;
  -moz-transition: color 400ms cubic-bezier(0.25, 0.1, 0.25, 1) 0ms;
  -o-transition: color 400ms cubic-bezier(0.25, 0.1, 0.25, 1) 0ms;
  -ms-transition: color 400ms cubic-bezier(0.25, 0.1, 0.25, 1) 0ms;
}
@media only screen and (max-width: 1025px) {
  button.btn1 a span, button.btn1 input[type="submit"] span, button.btn1 div.a span {
    font-size: 0.8rem;
  }
}
@media only screen and (max-width: 760px) {
  button.btn1 a span, button.btn1 input[type="submit"] span, button.btn1 div.a span {
    position: relative;
    font-size: 1rem;
    text-align: left;
    line-height: 2;
    font-family: "Asap", YuGothic, "游ゴシック", "ＭＳ Ｐゴシック", "MS P Gothic", "MS-PGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, arial, helvetica, clean, sans-serif;
    letter-spacing: 0.12em;
    right: auto;
    bottom: auto;
  }
}
@media only screen and (min-width: 1025px) {
  button.btn1 a:hover, button.btn1 input[type="submit"]:hover, button.btn1 div.a:hover {
    transition: background-image 400ms cubic-bezier(0.25, 0.1, 0.25, 1) 0ms;
    -webkit-transition: background-image 400ms cubic-bezier(0.25, 0.1, 0.25, 1) 0ms;
    -moz-transition: background-image 400ms cubic-bezier(0.25, 0.1, 0.25, 1) 0ms;
    -o-transition: background-image 400ms cubic-bezier(0.25, 0.1, 0.25, 1) 0ms;
    -ms-transition: background-image 400ms cubic-bezier(0.25, 0.1, 0.25, 1) 0ms;
  }
  button.btn1 a:hover span, button.btn1 input[type="submit"]:hover span, button.btn1 div.a:hover span {
    color: #fff;
    transition: color 400ms cubic-bezier(0.25, 0.1, 0.25, 1) 0ms;
    -webkit-transition: color 400ms cubic-bezier(0.25, 0.1, 0.25, 1) 0ms;
    -moz-transition: color 400ms cubic-bezier(0.25, 0.1, 0.25, 1) 0ms;
    -o-transition: color 400ms cubic-bezier(0.25, 0.1, 0.25, 1) 0ms;
    -ms-transition: color 400ms cubic-bezier(0.25, 0.1, 0.25, 1) 0ms;
  }
}

@media only screen and (min-width: 1025px) {
  button.btn2 a:hover, button.btn2 input[type="submit"]:hover {
    background-color: #666666;
    transition: background-color 400ms cubic-bezier(0.25, 0.1, 0.25, 1) 0ms;
    -webkit-transition: background-color 400ms cubic-bezier(0.25, 0.1, 0.25, 1) 0ms;
    -moz-transition: background-color 400ms cubic-bezier(0.25, 0.1, 0.25, 1) 0ms;
    -o-transition: background-color 400ms cubic-bezier(0.25, 0.1, 0.25, 1) 0ms;
    -ms-transition: background-color 400ms cubic-bezier(0.25, 0.1, 0.25, 1) 0ms;
  }
  button.btn2 a:hover span, button.btn2 input[type="submit"]:hover span {
    color: #fff;
    transition: color 400ms cubic-bezier(0.25, 0.1, 0.25, 1) 0ms;
    -webkit-transition: color 400ms cubic-bezier(0.25, 0.1, 0.25, 1) 0ms;
    -moz-transition: color 400ms cubic-bezier(0.25, 0.1, 0.25, 1) 0ms;
    -o-transition: color 400ms cubic-bezier(0.25, 0.1, 0.25, 1) 0ms;
    -ms-transition: color 400ms cubic-bezier(0.25, 0.1, 0.25, 1) 0ms;
  }
  button.btn2 a:hover::after, button.btn2 input[type="submit"]:hover::after {
    transition: background-image 400ms cubic-bezier(0.25, 0.1, 0.25, 1) 0ms;
    -webkit-transition: background-image 400ms cubic-bezier(0.25, 0.1, 0.25, 1) 0ms;
    -moz-transition: background-image 400ms cubic-bezier(0.25, 0.1, 0.25, 1) 0ms;
    -o-transition: background-image 400ms cubic-bezier(0.25, 0.1, 0.25, 1) 0ms;
    -ms-transition: background-image 400ms cubic-bezier(0.25, 0.1, 0.25, 1) 0ms;
  }
}
button.btn3 {
  width: 200px;
  margin-top: 2rem;
  margin-bottom: 2rem;
}
button.btn3 a, button.btn3 input[type="submit"] {
  font-size: 1rem;
  width: 100%;
  border: 1px solid #333333;
  background-color: #333333;
}
button.btn3 a span, button.btn3 input[type="submit"] span {
  color: #fff !important;
}
button.btn4.bg1 a::before, button.btn4.bg1 input[type="submit"]::before {
  background-color: #DEE4E5;
}
button.btn4 a, button.btn4 input[type="submit"] {
  position: relative;
}
button.btn4 a::before, button.btn4 input[type="submit"]::before {
  content: "";
  background-color: #fff;
  width: 20px;
  height: 20px;
  transform-origin: top left;
  -moz-transform-origin: top left;
  -webkit-transform-origin: top left;
  transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  position: absolute;
  top: 0;
  right: -6px;
  border-left: 1px solid #656733;
  z-index: 10;
}
button.btn4 a::after, button.btn4 input[type="submit"]::after {
  content: "";
  border: 1px solid #656733;
  width: calc( 20px / 1.41421356);
  height: calc( 20px / 1.41421356);
  z-index: 8;
  position: absolute;
  top: 0px;
  right: 0px;
}
button.btn4 a span, button.btn4 input[type="submit"] span {
  position: relative;
  color: #656733;
}
@media only screen and (min-width: 1025px) {
  button.btn4 a:hover, button.btn4 input[type="submit"]:hover {
    background-color: #656733;
  }
  button.btn4 a:hover::after, button.btn4 input[type="submit"]:hover::after {
    content: "";
    border: 1px solid #fff;
  }
  button.btn4 a:hover span, button.btn4 input[type="submit"]:hover span {
    color: #fff;
  }
}
button.mainbtn a, button.mainbtn input[type="submit"] {
  color: #656733;
  padding: 0;
}
@media only screen and (min-width: 1025px) {
  button.mainbtn a:hover, button.mainbtn input[type="submit"]:hover {
    background-color: #656733;
    color: #fff;
  }
}
button.subbtn a, button.subbtn input[type="submit"] {
  color: #656733;
  border: 0;
  border-bottom: 1px solid #656733;
  padding: 0;
}
@media only screen and (min-width: 1025px) {
  button.subbtn a:hover, button.subbtn input[type="submit"]:hover {
    border-bottom: 1px solid transparent;
  }
}
button.topbtn {
  position: relative;
  overflow: hidden;
}
button.topbtn a, button.topbtn input[type="submit"] {
  color: #656733;
  border: 1px solid #656733;
  position: relative;
  background-color: transparent;
  font-family: "Asap", YuGothic, "游ゴシック", "ＭＳ Ｐゴシック", "MS P Gothic", "MS-PGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, arial, helvetica, clean, sans-serif;
  font-weight: 400;
  box-sizing: inherit;
}
button.topbtn a::before, button.topbtn input[type="submit"]::before {
  content: "";
  width: 200px;
  display: block;
  z-index: 0;
  height: 100%;
  background-color: #797a48;
  position: absolute;
  top: 0;
  left: -101%;
  transition: left 600ms cubic-bezier(0.455, 0.03, 0.515, 0.955) 0ms;
  -webkit-transition: left 600ms cubic-bezier(0.455, 0.03, 0.515, 0.955) 0ms;
  -moz-transition: left 600ms cubic-bezier(0.455, 0.03, 0.515, 0.955) 0ms;
  -o-transition: left 600ms cubic-bezier(0.455, 0.03, 0.515, 0.955) 0ms;
  -ms-transition: left 600ms cubic-bezier(0.455, 0.03, 0.515, 0.955) 0ms;
}
button.topbtn a span.wrap span, button.topbtn input[type="submit"] span.wrap span {
  color: #656733;
  z-index: 100;
  position: relative;
  transition: color 600ms cubic-bezier(0.455, 0.03, 0.515, 0.955) 0ms;
  -webkit-transition: color 600ms cubic-bezier(0.455, 0.03, 0.515, 0.955) 0ms;
  -moz-transition: color 600ms cubic-bezier(0.455, 0.03, 0.515, 0.955) 0ms;
  -o-transition: color 600ms cubic-bezier(0.455, 0.03, 0.515, 0.955) 0ms;
  -ms-transition: color 600ms cubic-bezier(0.455, 0.03, 0.515, 0.955) 0ms;
}
@media only screen and (min-width: 1025px) {
  button.topbtn:hover a::before {
    left: 0;
    z-index: 0;
    transition: left 600ms cubic-bezier(0.455, 0.03, 0.515, 0.955) 0ms;
    -webkit-transition: left 600ms cubic-bezier(0.455, 0.03, 0.515, 0.955) 0ms;
    -moz-transition: left 600ms cubic-bezier(0.455, 0.03, 0.515, 0.955) 0ms;
    -o-transition: left 600ms cubic-bezier(0.455, 0.03, 0.515, 0.955) 0ms;
    -ms-transition: left 600ms cubic-bezier(0.455, 0.03, 0.515, 0.955) 0ms;
  }
  button.topbtn:hover a span.wrap span {
    color: #fff;
    z-index: 100;
    transition: color 600ms cubic-bezier(0.455, 0.03, 0.515, 0.955) 0ms;
    -webkit-transition: color 600ms cubic-bezier(0.455, 0.03, 0.515, 0.955) 0ms;
    -moz-transition: color 600ms cubic-bezier(0.455, 0.03, 0.515, 0.955) 0ms;
    -o-transition: color 600ms cubic-bezier(0.455, 0.03, 0.515, 0.955) 0ms;
    -ms-transition: color 600ms cubic-bezier(0.455, 0.03, 0.515, 0.955) 0ms;
  }
}
button.topbtn3 {
  text-align: right;
  position: relative;
  overflow: hidden;
}
button.topbtn3::before {
  content: "";
  height: 1px;
  display: block;
  width: 100%;
  background-color: #f6f6f6;
  position: absolute;
  top: 0;
  left: -100%;
}
button.topbtn3::after {
  content: "";
  height: 1px;
  display: block;
  position: absolute;
  width: 100%;
  background-color: #f6f6f6;
  position: absolute;
  bottom: 0;
  right: -100%;
}
button.topbtn3 a, button.topbtn3 input[type="submit"] {
  color: #fff;
  color: #DEE4E5;
  width: 200px;
  padding: 0rem 1.5rem;
  border: 1px solid #f6f6f6;
  position: relative;
  background-color: transparent;
  font-family: "Asap", YuGothic, "游ゴシック", "ＭＳ Ｐゴシック", "MS P Gothic", "MS-PGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, arial, helvetica, clean, sans-serif;
  font-weight: 700;
  box-sizing: inherit;
  transition: border 0ms cubic-bezier(0.25, 0.1, 0.25, 1) 0ms;
  -webkit-transition: border 0ms cubic-bezier(0.25, 0.1, 0.25, 1) 0ms;
  -moz-transition: border 0ms cubic-bezier(0.25, 0.1, 0.25, 1) 0ms;
  -o-transition: border 0ms cubic-bezier(0.25, 0.1, 0.25, 1) 0ms;
  -ms-transition: border 0ms cubic-bezier(0.25, 0.1, 0.25, 1) 0ms;
}
button.topbtn3 a::before, button.topbtn3 input[type="submit"]::before {
  content: "";
  width: 1px;
  display: block;
  height: 100%;
  background-color: #f6f6f6;
  position: absolute;
  top: -100%;
  left: -1px;
}
button.topbtn3 a::after, button.topbtn3 input[type="submit"]::after {
  content: "";
  width: 1px;
  display: block;
  position: absolute;
  height: 100%;
  background-color: #f6f6f6;
  position: absolute;
  bottom: -100%;
  right: -1px;
}
button.topbtn3 a span, button.topbtn3 input[type="submit"] span {
  font-family: "Asap", YuGothic, "游ゴシック", "ＭＳ Ｐゴシック", "MS P Gothic", "MS-PGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, arial, helvetica, clean, sans-serif;
  font-weight: 700;
}
button.topbtn3 a span::before, button.topbtn3 input[type="submit"] span::before {
  opacity: 0;
  transform: translate3d(16px, 0px, 0px) rotateY(180deg);
  -moz-transform: translate3d(16px, 0px, 0px) rotateY(180deg);
  -webkit-transform: translate3d(16px, 0px, 0px) rotateY(180deg);
}
button.topbtn3 a span::after, button.topbtn3 input[type="submit"] span::after {
  opacity: 1;
  transform: translate3d(0px, 0px, 0px) rotateY(180deg);
  -moz-transform: translate3d(0px, 0px, 0px) rotateY(180deg);
  -webkit-transform: translate3d(0px, 0px, 0px) rotateY(180deg);
}
@media only screen and (min-width: 1025px) {
  button.topbtn3:hover::before {
    left: 0;
    transition: left 600ms cubic-bezier(0.455, 0.03, 0.515, 0.955) 0ms;
    -webkit-transition: left 600ms cubic-bezier(0.455, 0.03, 0.515, 0.955) 0ms;
    -moz-transition: left 600ms cubic-bezier(0.455, 0.03, 0.515, 0.955) 0ms;
    -o-transition: left 600ms cubic-bezier(0.455, 0.03, 0.515, 0.955) 0ms;
    -ms-transition: left 600ms cubic-bezier(0.455, 0.03, 0.515, 0.955) 0ms;
  }
  button.topbtn3:hover::after {
    right: 0;
    transition: right 600ms cubic-bezier(0.455, 0.03, 0.515, 0.955) 0ms;
    -webkit-transition: right 600ms cubic-bezier(0.455, 0.03, 0.515, 0.955) 0ms;
    -moz-transition: right 600ms cubic-bezier(0.455, 0.03, 0.515, 0.955) 0ms;
    -o-transition: right 600ms cubic-bezier(0.455, 0.03, 0.515, 0.955) 0ms;
    -ms-transition: right 600ms cubic-bezier(0.455, 0.03, 0.515, 0.955) 0ms;
  }
  button.topbtn3:hover a {
    border: 1px solid transparent;
  }
  button.topbtn3:hover a::before {
    top: 0;
    transition: top 600ms cubic-bezier(0.455, 0.03, 0.515, 0.955) 0ms;
    -webkit-transition: top 600ms cubic-bezier(0.455, 0.03, 0.515, 0.955) 0ms;
    -moz-transition: top 600ms cubic-bezier(0.455, 0.03, 0.515, 0.955) 0ms;
    -o-transition: top 600ms cubic-bezier(0.455, 0.03, 0.515, 0.955) 0ms;
    -ms-transition: top 600ms cubic-bezier(0.455, 0.03, 0.515, 0.955) 0ms;
  }
  button.topbtn3:hover a::after {
    bottom: 0;
    transition: bottom 600ms cubic-bezier(0.455, 0.03, 0.515, 0.955) 0ms;
    -webkit-transition: bottom 600ms cubic-bezier(0.455, 0.03, 0.515, 0.955) 0ms;
    -moz-transition: bottom 600ms cubic-bezier(0.455, 0.03, 0.515, 0.955) 0ms;
    -o-transition: bottom 600ms cubic-bezier(0.455, 0.03, 0.515, 0.955) 0ms;
    -ms-transition: bottom 600ms cubic-bezier(0.455, 0.03, 0.515, 0.955) 0ms;
  }
  button.topbtn3:hover a span::before {
    opacity: 1;
    transform: translate3d(0px, 0px, 0px) rotateY(180deg);
    -moz-transform: translate3d(0px, 0px, 0px) rotateY(180deg);
    -webkit-transform: translate3d(0px, 0px, 0px) rotateY(180deg);
  }
  button.topbtn3:hover a span::after {
    opacity: 0;
    transform: translate3d(0px, 0px, 0px) rotateY(180deg);
    -moz-transform: translate3d(0px, 0px, 0px) rotateY(180deg);
    -webkit-transform: translate3d(0px, 0px, 0px) rotateY(180deg);
  }
}



header {
  width: 100% !important;
  max-width: 1480px;
  margin-left: auto;
  margin-right: auto;
  box-sizing: border-box;
  padding: 3rem 4rem;
  z-index: 200;
}
@media only screen and (max-width: 1025px) {
  header {
    padding: 2rem;
    position: relative !important;
  }
}
header div.header_wrap {
  width: 100%;
  position: relative;
}
@media only screen and (max-width: 1025px) {
  header div.header_wrap {
    display: block;
  }
}
@media only screen and (max-width: 1025px) {
  header div.header_wrap .tc {
    display: block;
  }
}
header div.header_wrap div.img {
  position: absolute;
  width: 15%;
  max-width: 176px;
  z-index: 50;
}
header div.header_wrap div.img a {
  display: block;
}
@media only screen and (max-width: 1025px) {
  header div.header_wrap div.img {
    width: 116px;
    width: 15%;
  }
}
@media only screen and (max-width: 760px) {
  header div.header_wrap div.img {
    width: 84px;
    width: 25%;
  }
}
header div.header_wrap nav.gnav {
  position: relative;
  padding-top: 1rem;
}
@media only screen and (max-width: 1025) {
  header div.header_wrap nav.gnav {
    display: none;
  }
}
header div.header_wrap nav.gnav ul {
  position: relative;
  width: 668px;
  margin-right: 0;
  margin-left: auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: center;
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  -webkit-align-items: center;
}
header div.header_wrap nav.gnav ul::before {
  position: absolute;
  content: "";
  display: block;
  position: absolute;
  top: -1rem;
  right: 0;
  width: 100%;
  height: 1rem;
  background-image: url("../images/line.svg");
  background-repeat: repeat-x;
}
header div.header_wrap nav.gnav ul li {
  width: auto;
  margin-bottom: 0;
  cursor: pointer;
  border-bottom: 1px solid transparent;
  transition: 0.3s;
  position: relative;
}
header div.header_wrap nav.gnav ul li:not(:last-child) {
  margin-right: 3rem;
}
header div.header_wrap nav.gnav ul li a {
  font-weight: 600;
  line-height: 50px;
}
header div.header_wrap nav.gnav ul li a span.text {
  font-size: 12px;
  padding-bottom: 0.5rem;
  border-bottom: 1px solid transparent;
  transition: border-bottom 400ms cubic-bezier(0.25, 0.1, 0.25, 1) 0ms;
  -webkit-transition: border-bottom 400ms cubic-bezier(0.25, 0.1, 0.25, 1) 0ms;
  -moz-transition: border-bottom 400ms cubic-bezier(0.25, 0.1, 0.25, 1) 0ms;
  -o-transition: border-bottom 400ms cubic-bezier(0.25, 0.1, 0.25, 1) 0ms;
  -ms-transition: border-bottom 400ms cubic-bezier(0.25, 0.1, 0.25, 1) 0ms;
}
header div.header_wrap nav.gnav ul li a.current span.text {
  border-bottom: 1px solid #666666;
  transition: border-bottom 400ms cubic-bezier(0.25, 0.1, 0.25, 1) 0ms;
  -webkit-transition: border-bottom 400ms cubic-bezier(0.25, 0.1, 0.25, 1) 0ms;
  -moz-transition: border-bottom 400ms cubic-bezier(0.25, 0.1, 0.25, 1) 0ms;
  -o-transition: border-bottom 400ms cubic-bezier(0.25, 0.1, 0.25, 1) 0ms;
  -ms-transition: border-bottom 400ms cubic-bezier(0.25, 0.1, 0.25, 1) 0ms;
}
@media only screen and (min-width: 1025px) {
  header div.header_wrap nav.gnav ul li a:hover span.text {
    border-bottom: 1px solid #666666;
    transition: border-bottom 400ms cubic-bezier(0.25, 0.1, 0.25, 1) 0ms;
    -webkit-transition: border-bottom 400ms cubic-bezier(0.25, 0.1, 0.25, 1) 0ms;
    -moz-transition: border-bottom 400ms cubic-bezier(0.25, 0.1, 0.25, 1) 0ms;
    -o-transition: border-bottom 400ms cubic-bezier(0.25, 0.1, 0.25, 1) 0ms;
    -ms-transition: border-bottom 400ms cubic-bezier(0.25, 0.1, 0.25, 1) 0ms;
  }
}

a#menubtn {
  opacity: 0;
  position: fixed;
  width: 28px;
  height: 16px;
  padding: 10px;
  top: 16px;
  right: 16px;
  box-sizing: content-box;
  visibility: hidden;
  display: block;
  z-index: 99999;
  transition: visibility 600ms cubic-bezier(0.25, 0.1, 0.25, 1) 0ms, opacity 600ms cubic-bezier(0.25, 0.1, 0.25, 1) 0ms;
  -webkit-transition: visibility 600ms cubic-bezier(0.25, 0.1, 0.25, 1) 0ms, opacity 600ms cubic-bezier(0.25, 0.1, 0.25, 1) 0ms;
  -moz-transition: visibility 600ms cubic-bezier(0.25, 0.1, 0.25, 1) 0ms, opacity 600ms cubic-bezier(0.25, 0.1, 0.25, 1) 0ms;
  -o-transition: visibility 600ms cubic-bezier(0.25, 0.1, 0.25, 1) 0ms, opacity 600ms cubic-bezier(0.25, 0.1, 0.25, 1) 0ms;
  -ms-transition: visibility 600ms cubic-bezier(0.25, 0.1, 0.25, 1) 0ms, opacity 600ms cubic-bezier(0.25, 0.1, 0.25, 1) 0ms;
}
a#menubtn.on {
  opacity: 1;
  visibility: visible;
}
@media only screen and (max-width: 1025px) {
  a#menubtn.on {
    opacity: 1;
    visibility: visible;
    width: 28px;
    height: 16px;
    top: 16px;
    right: 12px;
  }
}
@media only screen and (max-width: 760px) {
  a#menubtn.on {
    width: 22px;
    height: 12px;
    top: 10px;
    right: 10px;
  }
}
@media only screen and (max-width: 1025px) {
  a#menubtn {
    opacity: 1;
    visibility: visible;
    width: 28px;
    height: 16px;
    top: 16px;
    right: 12px;
  }
}
@media only screen and (max-width: 760px) {
  a#menubtn {
    width: 22px;
    height: 12px;
    top: 10px;
    right: 10px;
  }
}
a#menubtn.active ul li:nth-child(1) {
  top: 50%;
  background-color: #000;
  transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transition: top 300ms cubic-bezier(0.25, 0.1, 0.25, 1) 0ms, transform 300ms cubic-bezier(0.25, 0.1, 0.25, 1) 300ms, background-color 300ms cubic-bezier(0.25, 0.1, 0.25, 1) 0ms;
  -webkit-transition: top 300ms cubic-bezier(0.25, 0.1, 0.25, 1) 0ms, -webkit-transform 300ms cubic-bezier(0.25, 0.1, 0.25, 1) 300ms, background-color 300ms cubic-bezier(0.25, 0.1, 0.25, 1) 0ms;
  -moz-transition: top 300ms cubic-bezier(0.25, 0.1, 0.25, 1) 0ms, -moz-transform 300ms cubic-bezier(0.25, 0.1, 0.25, 1) 300ms, background-color 300ms cubic-bezier(0.25, 0.1, 0.25, 1) 0ms;
  -o-transition: top 300ms cubic-bezier(0.25, 0.1, 0.25, 1) 0ms, -o-transform 300ms cubic-bezier(0.25, 0.1, 0.25, 1) 300ms, background-color 300ms cubic-bezier(0.25, 0.1, 0.25, 1) 0ms;
  -ms-transition: top 300ms cubic-bezier(0.25, 0.1, 0.25, 1) 0ms, -ms-transform 300ms cubic-bezier(0.25, 0.1, 0.25, 1) 300ms, background-color 300ms cubic-bezier(0.25, 0.1, 0.25, 1) 0ms;
}
a#menubtn.active ul li:nth-child(2) {
  top: 50%;
  opacity: 0;
  transition: top 300ms cubic-bezier(0.25, 0.1, 0.25, 1) 0ms, opacity 300ms cubic-bezier(0.25, 0.1, 0.25, 1) 0ms;
  -webkit-transition: top 300ms cubic-bezier(0.25, 0.1, 0.25, 1) 0ms, opacity 300ms cubic-bezier(0.25, 0.1, 0.25, 1) 0ms;
  -moz-transition: top 300ms cubic-bezier(0.25, 0.1, 0.25, 1) 0ms, opacity 300ms cubic-bezier(0.25, 0.1, 0.25, 1) 0ms;
  -o-transition: top 300ms cubic-bezier(0.25, 0.1, 0.25, 1) 0ms, opacity 300ms cubic-bezier(0.25, 0.1, 0.25, 1) 0ms;
  -ms-transition: top 300ms cubic-bezier(0.25, 0.1, 0.25, 1) 0ms, opacity 300ms cubic-bezier(0.25, 0.1, 0.25, 1) 0ms;
}
a#menubtn.active ul li:nth-child(3) {
  top: 50%;
  background-color: #000;
  transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transition: top 300ms cubic-bezier(0.25, 0.1, 0.25, 1) 0ms, transform 300ms cubic-bezier(0.25, 0.1, 0.25, 1) 300ms, background-color 300ms cubic-bezier(0.25, 0.1, 0.25, 1) 0ms;
  -webkit-transition: top 300ms cubic-bezier(0.25, 0.1, 0.25, 1) 0ms, -webkit-transform 300ms cubic-bezier(0.25, 0.1, 0.25, 1) 300ms, background-color 300ms cubic-bezier(0.25, 0.1, 0.25, 1) 0ms;
  -moz-transition: top 300ms cubic-bezier(0.25, 0.1, 0.25, 1) 0ms, -moz-transform 300ms cubic-bezier(0.25, 0.1, 0.25, 1) 300ms, background-color 300ms cubic-bezier(0.25, 0.1, 0.25, 1) 0ms;
  -o-transition: top 300ms cubic-bezier(0.25, 0.1, 0.25, 1) 0ms, -o-transform 300ms cubic-bezier(0.25, 0.1, 0.25, 1) 300ms, background-color 300ms cubic-bezier(0.25, 0.1, 0.25, 1) 0ms;
  -ms-transition: top 300ms cubic-bezier(0.25, 0.1, 0.25, 1) 0ms, -ms-transform 300ms cubic-bezier(0.25, 0.1, 0.25, 1) 300ms, background-color 300ms cubic-bezier(0.25, 0.1, 0.25, 1) 0ms;
}
a#menubtn ul {
  width: 100%;
  height: 100%;
  position: relative;
  list-style: none;
}
a#menubtn ul li {
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: #666666;
  left: 0;
  transform-origin: center center;
  -webkit-transform-origin: center center;
  -moz-transform-origin: center center;
  -o-transform-origin: center center;
  -ms-transform-origin: center center;
}
a#menubtn ul li:nth-child(1) {
  top: 0;
  transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  transition: transform 300ms cubic-bezier(0.25, 0.1, 0.25, 1) 0ms, top 300ms cubic-bezier(0.25, 0.1, 0.25, 1) 300ms, background-color 300ms cubic-bezier(0.25, 0.1, 0.25, 1) 0ms;
  -webkit-transition: -webkit-transform 300ms cubic-bezier(0.25, 0.1, 0.25, 1) 0ms, top 300ms cubic-bezier(0.25, 0.1, 0.25, 1) 300ms, background-color 300ms cubic-bezier(0.25, 0.1, 0.25, 1) 0ms;
  -moz-transition: -moz-transform 300ms cubic-bezier(0.25, 0.1, 0.25, 1) 0ms, top 300ms cubic-bezier(0.25, 0.1, 0.25, 1) 300ms, background-color 300ms cubic-bezier(0.25, 0.1, 0.25, 1) 0ms;
  -o-transition: -o-transform 300ms cubic-bezier(0.25, 0.1, 0.25, 1) 0ms, top 300ms cubic-bezier(0.25, 0.1, 0.25, 1) 300ms, background-color 300ms cubic-bezier(0.25, 0.1, 0.25, 1) 0ms;
  -ms-transition: -ms-transform 300ms cubic-bezier(0.25, 0.1, 0.25, 1) 0ms, top 300ms cubic-bezier(0.25, 0.1, 0.25, 1) 300ms, background-color 300ms cubic-bezier(0.25, 0.1, 0.25, 1) 0ms;
}
a#menubtn ul li:nth-child(2) {
  top: 50%;
  opacity: 1;
  transition: top 300ms cubic-bezier(0.25, 0.1, 0.25, 1) 0ms;
  -webkit-transition: opacity 300ms cubic-bezier(0.25, 0.1, 0.25, 1) 0ms, top 300ms cubic-bezier(0.25, 0.1, 0.25, 1) 300ms, background-color 300ms cubic-bezier(0.25, 0.1, 0.25, 1) 0ms;
  -moz-transition: opacity 300ms cubic-bezier(0.25, 0.1, 0.25, 1) 0ms, top 300ms cubic-bezier(0.25, 0.1, 0.25, 1) 300ms, background-color 300ms cubic-bezier(0.25, 0.1, 0.25, 1) 0ms;
  -o-transition: opacity 300ms cubic-bezier(0.25, 0.1, 0.25, 1) 0ms, top 300ms cubic-bezier(0.25, 0.1, 0.25, 1) 300ms, background-color 300ms cubic-bezier(0.25, 0.1, 0.25, 1) 0ms;
  -ms-transition: opacity 300ms cubic-bezier(0.25, 0.1, 0.25, 1) 0ms, top 300ms cubic-bezier(0.25, 0.1, 0.25, 1) 300ms, background-color 300ms cubic-bezier(0.25, 0.1, 0.25, 1) 0ms;
}
a#menubtn ul li:nth-child(3) {
  top: 100%;
  transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  transition: transform 300ms cubic-bezier(0.25, 0.1, 0.25, 1) 0ms, top 300ms cubic-bezier(0.25, 0.1, 0.25, 1) 300ms, background-color 300ms cubic-bezier(0.25, 0.1, 0.25, 1) 0ms;
  -webkit-transition: -webkit-transform 300ms cubic-bezier(0.25, 0.1, 0.25, 1) 0ms, top 300ms cubic-bezier(0.25, 0.1, 0.25, 1) 300ms, background-color 300ms cubic-bezier(0.25, 0.1, 0.25, 1) 0ms;
  -moz-transition: -moz-transform 300ms cubic-bezier(0.25, 0.1, 0.25, 1) 0ms, top 300ms cubic-bezier(0.25, 0.1, 0.25, 1) 300ms, background-color 300ms cubic-bezier(0.25, 0.1, 0.25, 1) 0ms;
  -o-transition: -o-transform 300ms cubic-bezier(0.25, 0.1, 0.25, 1) 0ms, top 300ms cubic-bezier(0.25, 0.1, 0.25, 1) 300ms, background-color 300ms cubic-bezier(0.25, 0.1, 0.25, 1) 0ms;
  -ms-transition: -ms-transform 300ms cubic-bezier(0.25, 0.1, 0.25, 1) 0ms, top 300ms cubic-bezier(0.25, 0.1, 0.25, 1) 300ms, background-color 300ms cubic-bezier(0.25, 0.1, 0.25, 1) 0ms;
}

div#popupnav {
  position: fixed;
  z-index: 0;
  opacity: 0;
  visibility: hidden;
  right: 0;
  top: 0;
  display: block;
  z-index: 10000;
  background-color: #DBE9F2;
  background-size: contain;
  background-position: top left;
  background-repeat: no-repeat;
  transition: visibility 200ms cubic-bezier(0.25, 0.1, 0.25, 1) 0ms, opacity 200ms cubic-bezier(0.25, 0.1, 0.25, 1) 0ms, z-index 200ms cubic-bezier(0.25, 0.1, 0.25, 1) 0ms;
  -webkit-transition: visibility 200ms cubic-bezier(0.25, 0.1, 0.25, 1) 0ms, opacity 200ms cubic-bezier(0.25, 0.1, 0.25, 1) 0ms, z-index 200ms cubic-bezier(0.25, 0.1, 0.25, 1) 0ms;
  -moz-transition: visibility 200ms cubic-bezier(0.25, 0.1, 0.25, 1) 0ms, opacity 200ms cubic-bezier(0.25, 0.1, 0.25, 1) 0ms, z-index 200ms cubic-bezier(0.25, 0.1, 0.25, 1) 0ms;
  -o-transition: visibility 200ms cubic-bezier(0.25, 0.1, 0.25, 1) 0ms, opacity 200ms cubic-bezier(0.25, 0.1, 0.25, 1) 0ms, z-index 200ms cubic-bezier(0.25, 0.1, 0.25, 1) 0ms;
  -ms-transition: visibility 200ms cubic-bezier(0.25, 0.1, 0.25, 1) 0ms, opacity 200ms cubic-bezier(0.25, 0.1, 0.25, 1) 0ms, z-index 200ms cubic-bezier(0.25, 0.1, 0.25, 1) 0ms;
}
@media only screen and (min-width: 1025px) {
  div#popupnav {
    width: 300px;
    height: 583px;
    padding: 4rem 0;
    background-color: transparent;
  }
}
@media only screen and (max-width: 1025px) {
  div#popupnav {
    width: 100%;
    height: 100%;
    background-color: #eccedc;
  }
  div#popupnav::before {
    content: "";
    display: block;
    position: absolute;
    background-color: #fff;
    width: 25%;
    padding-top: 25%;
    z-index: 3;
    transform-origin: center center;
    -moz-transform-origin: center center;
    -webkit-transform-origin: center center;
  }
  div#popupnav::before {
    top: 0;
    margin-top: calc( calc( 25% / -2) + 1px );
    right: calc( calc( 25% / -2) - 1px );
    transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
  }
}
@media only screen and (max-width: 479px) {
  div#popupnav::before {
    content: "";
    display: block;
    position: absolute;
    background-color: #fff;
    width: 45%;
    padding-top: 45%;
    z-index: 3;
    transform-origin: center center;
    -moz-transform-origin: center center;
    -webkit-transform-origin: center center;
  }
  div#popupnav::before {
    top: 0;
    margin-top: calc( calc( 45% / -2) + 1px );
    right: calc( calc( 45% / -2) - 1px );
    transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
  }
}
div#popupnav.active {
  visibility: visible;
  opacity: 1;
  z-index: 9999;
  transition: visibility 200ms cubic-bezier(0.25, 0.1, 0.25, 1) 0ms, opacity 200ms cubic-bezier(0.25, 0.1, 0.25, 1) 0ms, z-index 200ms cubic-bezier(0.25, 0.1, 0.25, 1) 0ms;
  -webkit-transition: visibility 200ms cubic-bezier(0.25, 0.1, 0.25, 1) 0ms, opacity 200ms cubic-bezier(0.25, 0.1, 0.25, 1) 0ms, z-index 200ms cubic-bezier(0.25, 0.1, 0.25, 1) 0ms;
  -moz-transition: visibility 200ms cubic-bezier(0.25, 0.1, 0.25, 1) 0ms, opacity 200ms cubic-bezier(0.25, 0.1, 0.25, 1) 0ms, z-index 200ms cubic-bezier(0.25, 0.1, 0.25, 1) 0ms;
  -o-transition: visibility 200ms cubic-bezier(0.25, 0.1, 0.25, 1) 0ms, opacity 200ms cubic-bezier(0.25, 0.1, 0.25, 1) 0ms, z-index 200ms cubic-bezier(0.25, 0.1, 0.25, 1) 0ms;
  -ms-transition: visibility 200ms cubic-bezier(0.25, 0.1, 0.25, 1) 0ms, opacity 200ms cubic-bezier(0.25, 0.1, 0.25, 1) 0ms, z-index 200ms cubic-bezier(0.25, 0.1, 0.25, 1) 0ms;
}
div#popupnav nav.gnav {
  position: relative;
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  -webkit-justify-content: center;
  -webkit-align-items: center;
  flex-direction: column;
  -moz-flex-direction: column;
  -webkit-flex-direction: column;
}
@media only screen and (min-width: 1025px) {
  div#popupnav nav.gnav div.logo_sp {
    display: none;
  }
}
@media only screen and (max-width: 1025px) {
  div#popupnav nav.gnav div.logo_sp {
    width: 20%;
  }
}
@media only screen and (max-width: 760px) {
  div#popupnav nav.gnav div.logo_sp {
    width: 30%;
  }
}
div#popupnav nav.gnav div.logo_sp a {
  display: block;
}
div#popupnav nav.gnav div.logo_sp a img {
  display: block;
  width: 100%;
}
div#popupnav nav.gnav div.hr {
  margin-top: 2rem;
  margin-bottom: 2rem;
}
@media only screen and (min-width: 1025px) {
  div#popupnav nav.gnav div.hr {
    display: none;
  }
}
@media only screen and (max-width: 1025px) {
  div#popupnav nav.gnav div.hr {
    width: 20%;
  }
}
@media only screen and (max-width: 760px) {
  div#popupnav nav.gnav div.hr {
    width: 30%;
  }
}
div#popupnav nav.gnav ul {
  width: 100%;
}
div#popupnav nav.gnav ul li {
  margin-right: auto;
  margin-left: auto;
  text-align: center;
  padding: 1rem 0;
}
@media only screen and (min-width: 1025px) {
  div#popupnav nav.gnav ul li:hover span.text {
    border-bottom: 2px solid #666666;
    transition: border-bottom 400ms cubic-bezier(0.25, 0.1, 0.25, 1) 0ms;
    -webkit-transition: border-bottom 400ms cubic-bezier(0.25, 0.1, 0.25, 1) 0ms;
    -moz-transition: border-bottom 400ms cubic-bezier(0.25, 0.1, 0.25, 1) 0ms;
    -o-transition: border-bottom 400ms cubic-bezier(0.25, 0.1, 0.25, 1) 0ms;
    -ms-transition: border-bottom 400ms cubic-bezier(0.25, 0.1, 0.25, 1) 0ms;
  }
}
@media only screen and (max-width: 760px) {
  div#popupnav nav.gnav ul li {
    padding: 0.5rem 0;
  }
}
div#popupnav nav.gnav ul li a {
  width: 100%;
  display: block;
  height: 100%;
}
div#popupnav nav.gnav ul li a.current span.text {
  border-bottom: 2px solid #666666;
}
div#popupnav nav.gnav ul li a span.text {
  font-family: "Asap", YuGothic, "游ゴシック", "ＭＳ Ｐゴシック", "MS P Gothic", "MS-PGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, arial, helvetica, clean, sans-serif;
  color: #000;
  font-weight: 600;
  position: relative;
  border-bottom: 2px solid transparent;
  transition: border-bottom 400ms cubic-bezier(0.25, 0.1, 0.25, 1) 0ms;
  -webkit-transition: border-bottom 400ms cubic-bezier(0.25, 0.1, 0.25, 1) 0ms;
  -moz-transition: border-bottom 400ms cubic-bezier(0.25, 0.1, 0.25, 1) 0ms;
  -o-transition: border-bottom 400ms cubic-bezier(0.25, 0.1, 0.25, 1) 0ms;
  -ms-transition: border-bottom 400ms cubic-bezier(0.25, 0.1, 0.25, 1) 0ms;
}
@media only screen and (min-width: 1025px) {
  div#popupnav nav.gnav ul li a span.text {
    font-size: 1rem;
  }
}
@media only screen and (max-width: 1025px) {
  div#popupnav nav.gnav ul li a span.text {
    font-size: 1.4rem;
  }
}
@media only screen and (max-width: 760px) {
  div#popupnav nav.gnav ul li a span.text {
    font-size: 1.2rem;
  }
}
div#popupnav nav.gnav ul li p.sns a {
  display: inline-block;
  width: auto;
}
div#popupnav nav.gnav ul li p.sns a:first-child {
  margin-right: 1rem;
}
div#popupnav nav.gnav ul li p.sns a img {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (min-width: 1025px) {
  div#popupnav nav.gnav ul li p.sns a img {
    width: 1.7rem;
    height: 1.7rem;
  }
}
@media only screen and (max-width: 1025px) {
  div#popupnav nav.gnav ul li p.sns a img {
    width: 20px;
    height: 20px;
  }
}

@media only screen and (max-width: 700px) {
div#popupnav nav.gnav div.btn_sp {
  display: none;
  text-align: center;
}
}

@media only screen and (max-width: 479px) {
  div#popupnav nav.gnav div.btn_sp {
    display: block;
  }
}
div#popupnav nav.gnav div.btn_sp button.ftbtn {
  width: 180px;
  margin-top: 1rem;
}
div#popupnav nav.gnav div.btn_sp button.ftbtn a {
  background-color: transparent;
  border: #666666 2px solid;
  width: 100%;
  height: auto;
  line-height: 1;
  transition: background-color 400ms cubic-bezier(0.25, 0.1, 0.25, 1) 0ms;
  -webkit-transition: background-color 400ms cubic-bezier(0.25, 0.1, 0.25, 1) 0ms;
  -moz-transition: background-color 400ms cubic-bezier(0.25, 0.1, 0.25, 1) 0ms;
  -o-transition: background-color 400ms cubic-bezier(0.25, 0.1, 0.25, 1) 0ms;
  -ms-transition: background-color 400ms cubic-bezier(0.25, 0.1, 0.25, 1) 0ms;
}
div#popupnav nav.gnav div.btn_sp button.ftbtn a span {
  position: relative;
  color: #000;
  line-height: 1.4rem;
  padding: 12px 19px 12px 0;
  display: block;
  transition: color 400ms cubic-bezier(0.25, 0.1, 0.25, 1) 0ms;
  -webkit-transition: color 400ms cubic-bezier(0.25, 0.1, 0.25, 1) 0ms;
  -moz-transition: color 400ms cubic-bezier(0.25, 0.1, 0.25, 1) 0ms;
  -o-transition: color 400ms cubic-bezier(0.25, 0.1, 0.25, 1) 0ms;
  -ms-transition: color 400ms cubic-bezier(0.25, 0.1, 0.25, 1) 0ms;
}
div#popupnav nav.gnav div.btn_sp button.ftbtn a span::before {
  content: "";
  display: inline-block;
  margin-bottom: -4px;
  padding-left: 2rem;
  width: 1.4rem;
  height: 1.4rem;
  background-size: contain !important;
  background-position: center;
  background-repeat: no-repeat !important;
  transition: background 400ms cubic-bezier(0.25, 0.1, 0.25, 1) 0ms;
  -webkit-transition: background 400ms cubic-bezier(0.25, 0.1, 0.25, 1) 0ms;
  -moz-transition: background 400ms cubic-bezier(0.25, 0.1, 0.25, 1) 0ms;
  -o-transition: background 400ms cubic-bezier(0.25, 0.1, 0.25, 1) 0ms;
  -ms-transition: background 400ms cubic-bezier(0.25, 0.1, 0.25, 1) 0ms;

}
@media only screen and (min-width: 1025px) {
  div#popupnav nav.gnav div.btn_sp button.ftbtn a:hover {
    background-color: #666666;
    transition: background-color 400ms cubic-bezier(0.25, 0.1, 0.25, 1) 0ms;
    -webkit-transition: background-color 400ms cubic-bezier(0.25, 0.1, 0.25, 1) 0ms;
    -moz-transition: background-color 400ms cubic-bezier(0.25, 0.1, 0.25, 1) 0ms;
    -o-transition: background-color 400ms cubic-bezier(0.25, 0.1, 0.25, 1) 0ms;
    -ms-transition: background-color 400ms cubic-bezier(0.25, 0.1, 0.25, 1) 0ms;
  }
  div#popupnav nav.gnav div.btn_sp button.ftbtn a:hover span {
    color: #fff;
    transition: color 400ms cubic-bezier(0.25, 0.1, 0.25, 1) 0ms;
    -webkit-transition: color 400ms cubic-bezier(0.25, 0.1, 0.25, 1) 0ms;
    -moz-transition: color 400ms cubic-bezier(0.25, 0.1, 0.25, 1) 0ms;
    -o-transition: color 400ms cubic-bezier(0.25, 0.1, 0.25, 1) 0ms;
    -ms-transition: color 400ms cubic-bezier(0.25, 0.1, 0.25, 1) 0ms;
  }
  div#popupnav nav.gnav div.btn_sp button.ftbtn a:hover span::before {
    transition: background 400ms cubic-bezier(0.25, 0.1, 0.25, 1) 0ms;
    -webkit-transition: background 400ms cubic-bezier(0.25, 0.1, 0.25, 1) 0ms;
    -moz-transition: background 400ms cubic-bezier(0.25, 0.1, 0.25, 1) 0ms;
    -o-transition: background 400ms cubic-bezier(0.25, 0.1, 0.25, 1) 0ms;
    -ms-transition: background 400ms cubic-bezier(0.25, 0.1, 0.25, 1) 0ms;
  }
}

@media only screen and (min-width: 1025px) {
  body.top2 div#popupnav, body.concept2 div#popupnav {

  }
}
@media only screen and (max-width: 1025px) {
  body.top2 div#popupnav, body.concept2 div#popupnav {
    background-color: #D4CBAF;
  }
}


div.hr {
  width: 100%;
}
div.hr::before {
  content: "";
  display: block;
  width: 100%;
  height: 1rem;
  background-image: url("../images/line.svg");
  background-repeat: repeat-x;
}








@media screen and  ( min-width:1000px)  {
div.hr1_t {
      margin: 0;
      width: 77%;
      display: inline-block;
}

div.hr1_t::before {
    content: "";
    display: block;
    height: 1rem;
    background-image: url(../images/line.svg);
    background-repeat: repeat-x;
    margin: 2rem 0 6rem 0;
}

div.hr1_b {
      width: 77%;
      display: inline-block;
      margin: 0;
}
div.hr1_b::before {
  content: "";
  display: block;
  height: 1rem;
  background-image: url("../images/line.svg");
  background-repeat: repeat-x;
  margin: 6rem 0 0 0;
}
}



@media screen and ( min-width:701px) and   ( max-width:1000px) {
div.hr1_t {
      margin: 0;
      width: 77%;
      display: inline-block;
}

div.hr1_t::before {
    content: "";
    display: block;
    height: 1rem;
    background-image: url(../images/line.svg);
    background-repeat: repeat-x;
    margin: 2rem 0 6rem 0;
}

div.hr1_b {
      width: 77%;
      display: inline-block;
      margin: 0;
}
div.hr1_b::before {
  content: "";
  display: block;
  height: 1rem;
  background-image: url("../images/line.svg");
  background-repeat: repeat-x;
  margin: 6rem 0 6rem 0;
}
}

@media screen and   ( max-width:700px) {
div.hr1_t {
      margin: 0;
      width: 96%;
      display: inline-block;
}

div.hr1_t::before {
    content: "";
    display: block;
    height: 1rem;
    background-image: url(../images/line.svg);
    background-repeat: repeat-x;
    margin: 2rem 0 3rem 0;
}

div.hr1_b {
      width: 96%;
      display: inline-block;
      margin: 0;
}
div.hr1_b::before {
  content: "";
  display: block;
  height: 1rem;
  background-image: url("../images/line.svg");
  background-repeat: repeat-x;
  margin: 3rem 0 4rem 0;
}
}



div.hr2 {
  width: 100%;
  margin: 0 0 40px 0;
}
div.hr2::before {
  content: "";
  display: block;
  height: 6rem;
  background-image: url("../images/line.svg");
  background-repeat: repeat-x;
  margin: 0 30px 0 37px;
}


div.hr3 {
  width: 100%;
  margin: 0 0 40px 0;
}
div.hr3::before {
  content: "";
  display: block;
  height: 1rem;
  background-image: url("../images/line.svg");
  background-repeat: repeat-x;
  margin: 60px 30px 0 37px;
}

