@charset "utf-8";@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;700&family=Noto+Serif+JP:wght@400;700&display=swap");
body {
  -webkit-text-size-adjust: 100%;
}

body, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6,
pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td, figure {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

img {
  line-height: 0;
}

figure {
  line-height: 1;
}

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

fieldset, img {
  border: 0;
}

address, caption, cite, code, dfn, em, strong, th, var {
  font-style: normal;
}

li {
  list-style: none;
}

caption, th {
  text-align: left;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: normal;
}

q:before, q:after {
  content: '';
}

abbr, acronym {
  border: 0;
  font-variant: normal;
}

sup {
  vertical-align: text-top;
}

sub {
  vertical-align: text-bottom;
}

input, textarea, select {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
}

input, textarea, select {
  *font-size: 100%;
}

legend {
  color: #000;
}

strong {
  font-weight: normal;
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

*:focus {
  outline: none;
}

/* cyrillic-ext */
@media screen and (max-width: 767px) {
  html {
    font-size: 3.3vw;
  }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  html {
    font-size: 1.5vw;
  }
}

@media screen and (min-width: 1025px) {
  html {
    font-size: 14px;
  }
}

@media screen and (min-width: 1260px) {
  html {
    font-size: 14px;
  }
}

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

@media screen and (max-width: 767px) {
  body {
    padding-top: 14.779vw;
  }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  body {
    padding-top: 10.111vw;
  }
}

@media screen and (min-width: 1025px) {
  body {
    padding-top: 103px;
  }
}

@media screen and (min-width: 1260px) {
  body {
    padding-top: 103px;
  }
}

div {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

h1, h2, h3, h4, h5, h6, p, li, dt, dd, th, td, a {
  line-height: 1.8;
  font-weight: normal;
  color: #333;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: 'Noto Sans JP', sans-serif;
}

img {
  width: 100%;
  height: auto;
}

a {
  color: #333;
  text-decoration: none;
  -webkit-transition: opacity .4s;
  transition: opacity .4s;
}

a:hover {
  opacity: .6;
}

.wrappar {
  overflow: hidden;
}

main {
  /*
	min-width: 1200px;
	@include mq-sp{
		min-width:0;
	};
	@include mq-pc-l{
		min-width: 1330px;
		margin: 0 auto;
	};
	*/
}

.bg {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.fadein {
  opacity: 0;
  -webkit-transition: 1.3s;
  transition: 1.3s;
}

@media screen and (min-width: 768px) and (max-width: 1259px) {
  .fadein {
    -webkit-transform: translate(0, 40px);
            transform: translate(0, 40px);
  }
}

@media screen and (max-width: 767px) {
  .fadein {
    -webkit-transform: translate(0, 2vw);
            transform: translate(0, 2vw);
  }
}

.fadein.active {
  opacity: 1;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}

/* block */
.inner {
  max-width: 1100px;
  width: 90vw;
  margin: 0 auto;
  position: relative;
}

.inner._w800 {
  max-width: 800px;
}

.inner._w720 {
  max-width: 720px;
}

.sec-s {
  padding: 4rem 0;
}

.sec {
  padding: 7rem 0;
}

/* title & text */
.secTtl {
  text-align: center;
  position: relative;
  margin-bottom: 3rem;
}

.secTtl .en {
  font-size: 2.14rem;
  display: block;
  font-family: 'Noto Serif JP', serif;
  letter-spacing: 0.05em;
}

.secTtl .jp {
  font-size: 1.14rem;
  font-weight: 700;
  display: block;
  font-family: 'Noto Serif JP', serif;
  letter-spacing: 0.1em;
  margin-top: 0.5rem;
}

@media screen and (max-width: 767px) {
  .secTtl .jp {
    margin-top: 0.1rem;
  }
}

.secTtl:not(._nobar):after {
  content: "";
  display: block;
  width: 3rem;
  height: 1px;
  background: #7e8b6e;
  margin: 2rem auto 0;
}

@media screen and (min-width: 1025px) {
  .secTtl._left {
    text-align: left;
  }
  .secTtl._left:after {
    margin-left: 0;
  }
}

.secTtl._nobar {
  margin-bottom: 2rem;
}

@media screen and (max-width: 767px) {
  .secTtl._nobar {
    margin-bottom: 10vw;
  }
}

.secTtl._main {
  margin-bottom: 6rem;
}

@media screen and (max-width: 767px) {
  .secTtl._main {
    margin-bottom: 10vw;
  }
}

.head {
  text-align: center;
  font-size: 2.14rem;
  letter-spacing: 0.1em;
  font-family: 'Noto Serif JP', serif;
}

@media screen and (max-width: 767px) {
  .head {
    font-size: 1.8rem;
  }
}

.head + .txt {
  margin-top: 2.5rem;
}

.txt {
  letter-spacing: 0.1em;
  line-height: 2.5;
}

.txt._center {
  text-align: center;
}

@media screen and (max-width: 767px) {
  .txt._center {
    text-align: left;
  }
}

/* bg */
.bgNoise {
  background-image: url("/assets/images/common/bg_noise.jpg");
  background-size: 100px;
}

.bgW {
  background: #fff;
}

/* button */
.btn a, .btn p {
  text-align: center;
  display: block;
  color: #fff;
  background: #7e8b6e;
  padding: 0.7rem 4rem;
  min-width: 16rem;
  letter-spacing: 0.1em;
  font-size: 1.143rem;
  position: relative;
  cursor: pointer;
  -webkit-transition: opacity 0.4s;
  transition: opacity 0.4s;
}

@media screen and (min-width: 1025px) {
  .btn a, .btn p {
    width: 350px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .btn a, .btn p {
    width: 350px;
  }
}

@media screen and (max-width: 767px) {
  .btn a, .btn p {
    padding: 0.8rem 4rem;
    min-width: 0;
    width: 70vw;
    margin: 0 auto;
  }
}

.btn a:after, .btn p:after {
  content: "";
  display: block;
  width: 1.3rem;
  height: 1rem;
  background-image: url("/assets/images/common/arw.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  right: 1rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

@media screen and (max-width: 767px) {
  .btn a:after, .btn p:after {
    right: 5vw;
  }
}

.btn a:hover, .btn p:hover {
  opacity: 0.6;
}

.btn._center {
  text-align: center;
}

.btn._center a, .btn._center p {
  margin: 0 auto;
}

.btnBack,
.btnSubmit {
  text-align: center;
  display: inline-block;
  color: #fff;
  background: #7e8b6e;
  min-width: 16rem;
  position: relative;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

@media screen and (max-width: 767px) {
  .btnBack,
  .btnSubmit {
    min-width: 60vw;
  }
}

.btnBack:hover,
.btnSubmit:hover {
  opacity: 0.6;
}

.btnBack:after,
.btnSubmit:after {
  content: "";
  display: block;
  width: 1.3rem;
  height: 1rem;
  background-image: url("/assets/images/common/arw.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  right: 1rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

@media screen and (max-width: 767px) {
  .btnBack:after,
  .btnSubmit:after {
    right: 5vw;
  }
}

.btnBack input[type="submit"],
.btnSubmit input[type="submit"] {
  color: #fff;
  letter-spacing: 0.1em;
  font-size: 1.143rem;
  padding: 0.3rem 4rem;
  line-height: 1.8;
  cursor: pointer;
}

@media screen and (max-width: 767px) {
  .btnBack input[type="submit"],
  .btnSubmit input[type="submit"] {
    padding: 0.5rem 4rem;
  }
}

.btnBack {
  background: -webkit-gradient(linear, left top, right top, from(#c9c9c9), to(#858585));
  background: linear-gradient(to right, #c9c9c9, #858585);
}

/* breadcrumb */
#BREADCRUMB {
  padding: 1.5rem 3rem;
}

@media screen and (max-width: 767px) {
  #BREADCRUMB {
    padding: 5vw 5vw;
  }
}

#BREADCRUMB ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#BREADCRUMB ul li {
  margin-right: 1rem;
}

#BREADCRUMB ul li a, #BREADCRUMB ul li span {
  letter-spacing: 0.1em;
  font-size: 0.93rem;
}

/* pagination */
.pagination {
  margin-top: 7rem;
}

.pagination ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

@media screen and (max-width: 767px) {
  .pagination ul {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.pagination ul li {
  margin-right: 1rem;
}

.pagination ul li:last-child {
  margin-right: 0;
}

.pagination ul li > * {
  display: block;
  background: #838383;
  color: #fff;
  line-height: 1;
  padding: 0.9rem 0;
  width: 2.8rem;
  text-align: center;
}

.pagination ul li a {
  text-decoration: none;
}

.pagination ul li a:hover {
  opacity: 0.8;
}

.pagination ul li .current {
  background: #e9e9e9;
  color: #333;
}

.pagination ul li .prev, .pagination ul li .next {
  position: relative;
  height: 100%;
}

.pagination ul li .prev:after, .pagination ul li .next:after {
  content: "";
  display: block;
  width: 0.4rem;
  height: 0.4rem;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  position: absolute;
  top: 50%;
  left: 50%;
}

.pagination ul li .prev:after {
  -webkit-transform: translate(-50%, -50%) rotate(-135deg);
          transform: translate(-50%, -50%) rotate(-135deg);
}

.pagination ul li .next:after {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
}

/* infowrap */
.infoWrap article {
  border-bottom: 1px solid #333;
}

.infoWrap article + article {
  margin-top: 1.5rem;
}

.infoWrap article a {
  display: block;
  padding: 0.5rem 0;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 767px) {
  .infoWrap article a {
    display: block;
  }
}

.infoWrap article a:after {
  content: "";
  display: block;
  width: 3.21rem;
  height: 0.5rem;
  background-image: url("/assets/images/common/arw_info.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

@media screen and (max-width: 767px) {
  .infoWrap article a:after {
    top: auto;
    bottom: 8vw;
    -webkit-transform: none;
            transform: none;
    width: 2rem;
  }
}

.infoWrap article a .date {
  width: 7.57rem;
}

@media screen and (max-width: 767px) {
  .infoWrap article a .date {
    width: 100%;
  }
}

.infoWrap article a .date + .ttl {
  padding-right: 5rem;
}

@media screen and (max-width: 767px) {
  .infoWrap article a .date + .ttl {
    padding-right: 0;
  }
}

.infoWrap article a .cate {
  background: #333;
  color: #fff;
  font-size: 1rem;
  letter-spacing: 0.05em;
  width: 7.57rem;
  text-align: center;
  padding: 0.2em;
}

@media screen and (max-width: 767px) {
  .infoWrap article a .cate {
    margin-bottom: 1rem;
  }
}

.infoWrap article a .ttl {
  width: calc(100% - 10rem);
  font-size: 1.14rem;
  letter-spacing: 0.05em;
  font-weight: 700;
  padding-right: 4rem;
}

@media screen and (max-width: 767px) {
  .infoWrap article a .ttl {
    width: calc(100% - 3rem);
  }
}

.infoWrap + .btn {
  margin-top: 3rem;
}

/*物件*/
#PROP-LIST li {
  padding-bottom: 1rem;
  border-bottom: 1px solid #333;
}

#PROP-LIST li + li {
  margin-top: 1rem;
}

#PROP-LIST li .top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

#PROP-LIST li .top .num {
  font-weight: 700;
  font-size: 1.36rem;
  letter-spacing: 0.1em;
}

#PROP-LIST li .top .year {
  margin-left: 3em;
  font-size: 1.14rem;
  letter-spacing: 0.1em;
}

#PROP-LIST li .top .tag {
  margin-left: 2em;
  font-size: 1.14rem;
  letter-spacing: 0.1em;
}

#PROP-LIST li .top .tag:before {
  content: "/";
  display: inline-block;
  margin-right: 2em;
}

#PROP-LIST li .bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 0.2rem;
}

@media screen and (max-width: 767px) {
  #PROP-LIST li .bottom {
    display: block;
  }
}

#PROP-LIST li .bottom .cate {
  background: #7e8b6e;
  color: #fff;
  font-size: 1rem;
  letter-spacing: 0.1em;
  text-align: center;
  width: 9.3rem;
  line-height: 1;
  padding: 0.4em 0.2em 0.45em;
}

@media screen and (max-width: 767px) {
  #PROP-LIST li .bottom .cate {
    padding: 0.5em 0.2em;
  }
}

#PROP-LIST li .bottom .ttl {
  font-weight: 700;
  font-size: 1.36rem;
  letter-spacing: 0.1em;
  width: 50%;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  #PROP-LIST li .bottom .ttl {
    padding-left: 1em;
  }
}

@media screen and (max-width: 767px) {
  #PROP-LIST li .bottom .ttl {
    width: 100%;
    margin-top: 2vw;
  }
}

#PROP-LIST li .bottom .memo {
  font-size: 1rem;
  letter-spacing: 0.1em;
  width: 30%;
}

@media screen and (max-width: 767px) {
  #PROP-LIST li .bottom .memo {
    width: 100%;
    margin-top: 1vw;
  }
}

@media screen and (min-width: 1025px) {
  #PROP-LIST li .bottom .btn {
    width: 2.21rem;
  }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  #PROP-LIST li .bottom .btn {
    width: 2.21rem;
  }
}

@media screen and (max-width: 767px) {
  #PROP-LIST li .bottom .btn {
    width: 100%;
    margin-top: 3vw;
  }
}

#PROP-LIST li .bottom .btn a {
  min-width: 0;
  width: 100%;
}

@media screen and (min-width: 1025px) {
  #PROP-LIST li .bottom .btn a {
    height: 2.21rem;
    padding: 0;
  }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  #PROP-LIST li .bottom .btn a {
    height: 2.21rem;
    padding: 0;
  }
}

@media screen and (min-width: 1025px) {
  #PROP-LIST li .bottom .btn a:after {
    right: 50%;
    -webkit-transform: translate(50%, -50%);
            transform: translate(50%, -50%);
  }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  #PROP-LIST li .bottom .btn a:after {
    right: 50%;
    -webkit-transform: translate(50%, -50%);
            transform: translate(50%, -50%);
  }
}

.form-error {
  margin-top: 8px;
}

.form-error p {
  display: block;
  padding: 8px;
  border-radius: 3px;
  color: #fff;
}

input[type="text"],
input[type="email"],
input[type="tel"],
input[type="date"],
input[type="number"],
textarea {
  width: 100%;
  font-size: arem;
  padding: 0.7rem;
  color: #333;
  border: none;
}

input[type="text"]::-webkit-input-placeholder,
input[type="email"]::-webkit-input-placeholder,
input[type="tel"]::-webkit-input-placeholder,
input[type="date"]::-webkit-input-placeholder,
input[type="number"]::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #BABABA;
}

input[type="text"]:-ms-input-placeholder,
input[type="email"]:-ms-input-placeholder,
input[type="tel"]:-ms-input-placeholder,
input[type="date"]:-ms-input-placeholder,
input[type="number"]:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #BABABA;
}

input[type="text"]::-ms-input-placeholder,
input[type="email"]::-ms-input-placeholder,
input[type="tel"]::-ms-input-placeholder,
input[type="date"]::-ms-input-placeholder,
input[type="number"]::-ms-input-placeholder,
textarea::-ms-input-placeholder {
  color: #BABABA;
}

input[type="text"]::placeholder,
input[type="email"]::placeholder,
input[type="tel"]::placeholder,
input[type="date"]::placeholder,
input[type="number"]::placeholder,
textarea::placeholder {
  color: #BABABA;
}

input[type="text"]:input-placeholder,
input[type="email"]:input-placeholder,
input[type="tel"]:input-placeholder,
input[type="date"]:input-placeholder,
input[type="number"]:input-placeholder,
textarea:input-placeholder {
  color: #BABABA;
}

select {
  -moz-appearance: none;
  -webkit-appearance: none;
  -o-appearance: none;
  -ms-appearance: none;
  appearance: none;
  border-radius: 0;
  border: 0;
  margin: 0;
  padding: 0;
  background: none transparent;
  vertical-align: middle;
  font-size: inherit;
  color: inherit;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}

._form-radio {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

._form-radio input[type="radio"] {
  display: none;
}

._form-radio label {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  cursor: pointer;
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-left: 25px;
}

._form-radio label span {
  display: block;
  padding: 10px;
}

._form-radio label span:before, ._form-radio label span:after {
  content: "";
  position: absolute;
  border-radius: 50%;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

._form-radio label span:before {
  width: 16px;
  height: 16px;
  top: 14px;
  left: 10px;
  border: 1px solid #bbb;
  background: #fff;
}

._form-radio label span:after {
  width: 10px;
  height: 10px;
  background: #bbb;
  top: 18px;
  left: 14px;
  -webkit-transform: scale(0);
          transform: scale(0);
  -webkit-transform-origin: 50%;
          transform-origin: 50%;
}

._form-radio input[type="radio"]:checked + span:after {
  -webkit-transform: scale(1);
          transform: scale(1);
}

._form-radio input[type="radio"]:checked + span:before {
  border-color: #bbb;
}

._form-checkbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

._form-checkbox input[type="checkbox"] {
  display: none;
}

._form-checkbox label {
  width: 100%;
  padding-left: 25px;
  cursor: pointer;
  position: relative;
  display: block;
  border-radius: 3px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

._form-checkbox label:after {
  content: "";
  position: absolute;
  width: 15px;
  height: 15px;
  top: 12px;
  left: 12px;
}

._form-checkbox label span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 10px;
}

._form-checkbox label span:before, ._form-checkbox label span:after {
  content: "";
  position: absolute;
  z-index: 2;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

._form-checkbox label span:before {
  width: 18px;
  height: 2px;
  top: 20px;
  left: 18px;
  -webkit-transform: rotate(-45deg) scaleX(0);
          transform: rotate(-45deg) scaleX(0);
  -webkit-transform-origin: 0 100%;
          transform-origin: 0 100%;
}

._form-checkbox label span:after {
  width: 8px;
  height: 2px;
  top: 19px;
  left: 9px;
  -webkit-transform: rotate(35deg) scaleX(0);
          transform: rotate(35deg) scaleX(0);
  -webkit-transform-origin: 100% 100%;
          transform-origin: 100% 100%;
}

._form-checkbox input[type="checkbox"]:checked + span:before {
  -webkit-transform: rotate(-45deg) scaleX(1);
          transform: rotate(-45deg) scaleX(1);
}

._form-checkbox input[type="checkbox"]:checked + span:after {
  -webkit-transform: rotate(35deg) scaleX(1);
          transform: rotate(35deg) scaleX(1);
}

._form-select {
  overflow: hidden;
  *display: inline;
  *zoom: 1;
  position: relative;
  border-radius: 5px;
}

._form-select > select {
  width: 100%;
  padding: 18px 25px;
}

._form-select:after {
  position: absolute;
  content: "";
  width: 25px;
  height: 25px;
  background-image: url("../images/prts/allow_01.svg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  right: 30px;
  top: calc(50% - 12px);
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

.mw_wp_form_confirm ._form-select {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.mw_wp_form_confirm ._form-select:after {
  display: none;
}

input[type='button'],
input[type='submit'] {
  font-size: 1rem;
  background: none;
  text-align: center;
  color: #333;
  width: 100%;
  border: none;
}

.form-botton-back,
.form-botton-next {
  position: relative;
  overflow: hidden;
}

.form-botton-back:after,
.form-botton-next:after {
  position: absolute;
  content: "";
  width: 30px;
  height: 30px;
  background-image: url("../images/prts/allow_02_w.svg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  top: calc(50% - 15px);
}

.form-botton-back input[type='submit'],
.form-botton-next input[type='submit'] {
  width: 100%;
  position: relative;
  z-index: 1;
}

.form-botton-back {
  background: #666;
  position: relative;
}

.form-botton-back:after {
  left: 30px;
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
}

.form-botton-back:before {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #333;
  top: 0;
  left: 0;
  -webkit-clip-path: circle(0% at 50% 50%);
          clip-path: circle(0% at 50% 50%);
}

.form-botton-back:hover:before {
  -webkit-clip-path: circle(100% at 50% 50%);
          clip-path: circle(100% at 50% 50%);
}

.form-botton-back input[type='button'] {
  width: 100%;
  height: 50px;
  position: relative;
  z-index: 1;
}

.form-botton-next:after {
  right: 30px;
}

.form-botton-next:before {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #333;
  top: 0;
  left: 0;
  -webkit-clip-path: circle(0% at 50% 50%);
          clip-path: circle(0% at 50% 50%);
}

.form-botton-next:hover:before {
  -webkit-clip-path: circle(100% at 50% 50%);
          clip-path: circle(100% at 50% 50%);
}

.form-botton-next input[type='submit'] {
  height: 70px;
}

/*
@include animation(animationSample 1.2s ease 0.15s);
*/
.anime1 {
  -webkit-clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
          clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
  opacity: 1;
}

.anime1.active {
  -webkit-animation: animeTxt1 1.2s ease 0.2s;
          animation: animeTxt1 1.2s ease 0.2s;
  animation: animeTxt1 1.2s ease 0.2s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  animation-fill-mode: both;
}

@-webkit-keyframes animeTxt1 {
  0% {
    -webkit-clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
            clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
    opacity: 1;
  }
  100% {
    -webkit-clip-path: polygon(100% 0, 0 0, 0 100%, 100% 100%);
            clip-path: polygon(100% 0, 0 0, 0 100%, 100% 100%);
    opacity: 1;
  }
}

@keyframes animeTxt1 {
  0% {
    -webkit-clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
            clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
    opacity: 1;
  }
  100% {
    -webkit-clip-path: polygon(100% 0, 0 0, 0 100%, 100% 100%);
            clip-path: polygon(100% 0, 0 0, 0 100%, 100% 100%);
    opacity: 1;
  }
}

.anime2 {
  -webkit-clip-path: circle(0% at 50% 50%);
          clip-path: circle(0% at 50% 50%);
  opacity: 1;
}

.anime2.active {
  -webkit-animation: animeTxt2 1.2s ease 0.2s;
          animation: animeTxt2 1.2s ease 0.2s;
  animation: animeTxt2 1.2s ease 0.2s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  animation-fill-mode: both;
}

@-webkit-keyframes animeTxt2 {
  0% {
    -webkit-clip-path: circle(0% at 50% 50%);
            clip-path: circle(0% at 50% 50%);
    opacity: 1;
  }
  100% {
    -webkit-clip-path: circle(70.7% at 50% 50%);
            clip-path: circle(70.7% at 50% 50%);
    opacity: 1;
  }
}

@keyframes animeTxt2 {
  0% {
    -webkit-clip-path: circle(0% at 50% 50%);
            clip-path: circle(0% at 50% 50%);
    opacity: 1;
  }
  100% {
    -webkit-clip-path: circle(70.7% at 50% 50%);
            clip-path: circle(70.7% at 50% 50%);
    opacity: 1;
  }
}

.box-anime1 img, .box-anime1:after {
  -webkit-clip-path: polygon(54% 34%, 17% 43%, 31% 76%, 75% 61%);
          clip-path: polygon(54% 34%, 17% 43%, 31% 76%, 75% 61%);
  -webkit-clip-path: circle(10.7% at 50% 50%);
          clip-path: circle(10.7% at 50% 50%);
  opacity: 0;
}

.box-anime1.active img {
  -webkit-animation: anime1 1s ease 0.2s;
          animation: anime1 1s ease 0.2s;
  animation: anime1 1s ease 0.2s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  animation-fill-mode: both;
}

.box-anime1.active:after {
  -webkit-animation: anime1 1s ease 0s;
          animation: anime1 1s ease 0s;
  animation: anime1 1s ease 0s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  animation-fill-mode: both;
}

@-webkit-keyframes anime1 {
  0% {
    -webkit-transform: translateX(-30px);
            transform: translateX(-30px);
    -webkit-clip-path: polygon(54% 34%, 17% 43%, 31% 76%, 75% 61%);
            clip-path: polygon(54% 34%, 17% 43%, 31% 76%, 75% 61%);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
    -webkit-clip-path: polygon(100% 0, 0 0, 0 100%, 100% 100%);
            clip-path: polygon(100% 0, 0 0, 0 100%, 100% 100%);
    opacity: 1;
  }
}

@keyframes anime1 {
  0% {
    -webkit-transform: translateX(-30px);
            transform: translateX(-30px);
    -webkit-clip-path: polygon(54% 34%, 17% 43%, 31% 76%, 75% 61%);
            clip-path: polygon(54% 34%, 17% 43%, 31% 76%, 75% 61%);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
    -webkit-clip-path: polygon(100% 0, 0 0, 0 100%, 100% 100%);
            clip-path: polygon(100% 0, 0 0, 0 100%, 100% 100%);
    opacity: 1;
  }
}

.box-anime2 img, .box-anime2:after {
  -webkit-clip-path: circle(0% at 50% 50%);
          clip-path: circle(0% at 50% 50%);
  opacity: 0;
}

.box-anime2.active img {
  -webkit-animation: animeBox2 1s ease 0.2s;
          animation: animeBox2 1s ease 0.2s;
  animation: animeBox2 1s ease 0.2s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  animation-fill-mode: both;
}

.box-anime2.active:after {
  -webkit-animation: animeBox2 1s ease 0s;
          animation: animeBox2 1s ease 0s;
  animation: animeBox2 1s ease 0s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  animation-fill-mode: both;
}

@-webkit-keyframes animeBox2 {
  0% {
    -webkit-transform: translateX(50px);
            transform: translateX(50px);
    -webkit-clip-path: circle(0% at 50% 50%);
            clip-path: circle(0% at 50% 50%);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
    -webkit-clip-path: circle(100% at 50% 50%);
            clip-path: circle(100% at 50% 50%);
    opacity: 1;
  }
}

@keyframes animeBox2 {
  0% {
    -webkit-transform: translateX(50px);
            transform: translateX(50px);
    -webkit-clip-path: circle(0% at 50% 50%);
            clip-path: circle(0% at 50% 50%);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
    -webkit-clip-path: circle(100% at 50% 50%);
            clip-path: circle(100% at 50% 50%);
    opacity: 1;
  }
}

.box-anime3 img, .box-anime3:after {
  -webkit-clip-path: polygon(50% 31%, 51% 32%, 49% 32%, 50% 32%, 51% 32%);
          clip-path: polygon(50% 31%, 51% 32%, 49% 32%, 50% 32%, 51% 32%);
  opacity: 0;
}

.box-anime3.active img {
  -webkit-animation: animeBox3 1s ease 0.2s;
          animation: animeBox3 1s ease 0.2s;
  animation: animeBox3 1s ease 0.2s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  animation-fill-mode: both;
}

.box-anime3.active:after {
  -webkit-animation: animeBox3 1s ease 0s;
          animation: animeBox3 1s ease 0s;
  animation: animeBox3 1s ease 0s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  animation-fill-mode: both;
}

@-webkit-keyframes animeBox3 {
  0% {
    -webkit-transform: translateX(50px);
            transform: translateX(50px);
    -webkit-clip-path: polygon(50% 31%, 51% 32%, 49% 32%, 50% 32%, 51% 32%);
            clip-path: polygon(50% 31%, 51% 32%, 49% 32%, 50% 32%, 51% 32%);
    opacity: 0;
  }
  50% {
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
    -webkit-clip-path: polygon(51% 17%, 82% 34%, 74% 76%, 30% 78%, 33% 46%);
            clip-path: polygon(51% 17%, 82% 34%, 74% 76%, 30% 78%, 33% 46%);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
    -webkit-clip-path: polygon(50% 0%, 100% 0, 100% 100%, 0 100%, 0 0);
            clip-path: polygon(50% 0%, 100% 0, 100% 100%, 0 100%, 0 0);
    opacity: 1;
  }
}

@keyframes animeBox3 {
  0% {
    -webkit-transform: translateX(50px);
            transform: translateX(50px);
    -webkit-clip-path: polygon(50% 31%, 51% 32%, 49% 32%, 50% 32%, 51% 32%);
            clip-path: polygon(50% 31%, 51% 32%, 49% 32%, 50% 32%, 51% 32%);
    opacity: 0;
  }
  50% {
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
    -webkit-clip-path: polygon(51% 17%, 82% 34%, 74% 76%, 30% 78%, 33% 46%);
            clip-path: polygon(51% 17%, 82% 34%, 74% 76%, 30% 78%, 33% 46%);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
    -webkit-clip-path: polygon(50% 0%, 100% 0, 100% 100%, 0 100%, 0 0);
            clip-path: polygon(50% 0%, 100% 0, 100% 100%, 0 100%, 0 0);
    opacity: 1;
  }
}

.ml-slideIn {
  position: relative;
  display: inline-block;
}

.ml-slideIn span {
  z-index: 1;
  display: block;
  position: relative;
  padding: 5px 0px;
  -webkit-clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
          clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
}

.ml-slideIn i.front, .ml-slideIn i.back {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: #f5f5f5;
  -webkit-clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
          clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
}

.ml-slideIn i.front {
  background: #69D3CB;
  z-index: 2;
}

.txt-anime4 {
  position: relative;
  display: inline-block;
}

.txt-anime4 span {
  z-index: 1;
  display: block;
  position: relative;
  padding: 5px 12px;
  -webkit-clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
          clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
}

.txt-anime4 i.front, .txt-anime4 i.back {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: #f5f5f5;
  -webkit-clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
          clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
}

.txt-anime4 i.front {
  background: #69D3CB;
  z-index: 2;
}

.txt-anime4.active span {
  -webkit-animation: anime4 0.3s ease 0.8s;
          animation: anime4 0.3s ease 0.8s;
  animation: anime4 0.3s ease 0.8s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  animation-fill-mode: both;
}

.txt-anime4.active i.front {
  -webkit-animation: anime41 0.8s ease 0.5s;
          animation: anime41 0.8s ease 0.5s;
  animation: anime41 0.8s ease 0.5s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  animation-fill-mode: both;
}

.txt-anime4.active i.back {
  -webkit-animation: anime4 0.8s ease 0.2s;
          animation: anime4 0.8s ease 0.2s;
  animation: anime4 0.8s ease 0.2s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  animation-fill-mode: both;
}

@-webkit-keyframes anime4 {
  0% {
    -webkit-clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
            clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
  }
  100% {
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
            clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  }
}

@keyframes anime4 {
  0% {
    -webkit-clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
            clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
  }
  100% {
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
            clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  }
}

@-webkit-keyframes anime41 {
  0% {
    -webkit-clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
            clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
  }
  50% {
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
            clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  }
  100% {
    -webkit-clip-path: polygon(100% 0, 100% 0, 100% 100%, 100% 100%);
            clip-path: polygon(100% 0, 100% 0, 100% 100%, 100% 100%);
  }
}

@keyframes anime41 {
  0% {
    -webkit-clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
            clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
  }
  50% {
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
            clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  }
  100% {
    -webkit-clip-path: polygon(100% 0, 100% 0, 100% 100%, 100% 100%);
            clip-path: polygon(100% 0, 100% 0, 100% 100%, 100% 100%);
  }
}

@media screen and (min-width: 1025px) {
  .pc-non {
    display: none !important;
  }
}

@media screen and (max-width: 767px) {
  .sp-non {
    display: none !important;
  }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .tb-non {
    display: none !important;
  }
}

header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 900;
  width: 100%;
  background: #fff;
  -webkit-transition: background 0.4s;
  transition: background 0.4s;
}

header .h_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 15px 3rem;
}

@media screen and (max-width: 767px) {
  header .h_inner {
    padding: 3vw 5vw;
  }
}

header .h_inner .logo {
  width: 151px;
  margin-right: auto;
  -webkit-transition: width 0.4s;
  transition: width 0.4s;
}

@media screen and (max-width: 767px) {
  header .h_inner .logo {
    width: 20vw;
  }
}

header .h_inner .logo a {
  display: block;
}

header .h_inner .logo a img {
  display: block;
}

header .h_inner .headNav:not(.project_head_nav) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

header .h_inner .headNav:not(.project_head_nav) li {
  margin-left: 3rem;
}

header .h_inner .headNav:not(.project_head_nav) li a {
  display: inline-block;
  font-size: 1rem;
  font-weight: 700;
  font-family: 'Noto Serif JP', serif;
  letter-spacing: 0.2em;
  position: relative;
  padding: 0.45rem 0.3rem;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

@media screen and (min-width: 1025px) {
  header .h_inner .headNav:not(.project_head_nav) li a:after {
    content: "";
    display: block;
    width: 0%;
    height: 1px;
    background: #7e8b6e;
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    -webkit-transition: 0.4s;
    transition: 0.4s;
  }
  header .h_inner .headNav:not(.project_head_nav) li a:hover {
    color: #7e8b6e;
    opacity: 1;
  }
  header .h_inner .headNav:not(.project_head_nav) li a:hover:after {
    width: 100%;
    background: #333;
  }
}

@media screen and (min-width: 1025px) {
  header .h_inner .headNav:not(.project_head_nav) li._current a:after {
    width: 100%;
  }
}

@media screen and (min-width: 1025px) {
  header.scroll .logo {
    width: 100px;
  }
}

/* menu-trigger */
.menu-trigger,
.menu-trigger span {
  display: inline-block;
  -webkit-transition: all .4s;
  transition: all .4s;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.menu-trigger {
  position: fixed;
  z-index: 1000;
  top: 5vw;
  right: 5vw;
  cursor: pointer;
  display: block;
  width: 8vw;
  height: 4.5vw;
}

.menu-trigger span {
  position: absolute;
  left: 50%;
  width: 100%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  height: 1px;
  background-color: #333;
}

.menu-trigger span:nth-of-type(1) {
  top: 0;
}

.menu-trigger span:nth-of-type(2) {
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
}

.menu-trigger span:nth-of-type(3) {
  bottom: 0;
}

/* menu-trigger エフェクト */
.menu-trigger.active span:nth-of-type(1) {
  width: 80%;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%) rotate(-45deg);
          transform: translateX(-50%) translateY(-50%) rotate(-45deg);
}

.menu-trigger.active span:nth-of-type(2) {
  opacity: 0;
}

.menu-trigger.active span:nth-of-type(3) {
  width: 80%;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%) rotate(45deg);
          transform: translateX(-50%) translateY(-50%) rotate(45deg);
}

footer {
  padding: 3rem 8rem;
  background: #333;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  footer {
    padding: 4rem 4vw;
  }
}

@media screen and (min-width: 1025px) and (max-width: 1259px) {
  footer {
    padding: 4rem 4rem;
  }
}

@media screen and (min-width: 1260px) {
  footer {
    padding: 5rem 7rem;
  }
}

@media screen and (max-width: 767px) {
  footer {
    padding: 15vw 5vw 10vw;
    text-align: center;
  }
}

footer .f_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media screen and (max-width: 767px) {
  footer .f_inner {
    display: block;
  }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  footer .f_inner .f_left {
    margin: 0 auto 0;
  }
}

footer .f_inner .f_left .f_left_top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 1rem;
}

@media screen and (max-width: 767px) {
  footer .f_inner .f_left .f_left_top {
    display: block;
  }
}

footer .f_inner .f_left .f_left_top .logo {
  width: 165px;
}

@media screen and (min-width: 1025px) and (max-width: 1259px) {
  footer .f_inner .f_left .f_left_top .logo {
    width: 130px;
  }
}

@media screen and (max-width: 767px) {
  footer .f_inner .f_left .f_left_top .logo {
    width: 40vw;
    margin: 0 auto 10vw;
  }
}

footer .f_inner .f_left .f_left_top .info {
  margin-left: 2rem;
  font-size: 0.93rem;
  letter-spacing: 0.1em;
  font-family: 'Noto Serif JP', serif;
  white-space: nowrap;
  color: #fff;
}

@media screen and (max-width: 767px) {
  footer .f_inner .f_left .f_left_top .info {
    margin-bottom: 10vw;
    font-size: 1rem;
  }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  footer .f_inner .f_left .btn {
    margin: 0 auto 0;
    text-align: center;
  }
}

footer .f_inner .f_left .btn a {
  width: 165px;
  min-width: 0;
  padding: 0.3rem 2.5rem 0.3rem 0.5rem;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  footer .f_inner .f_left .btn a {
    width: 35vw;
    padding: 0.3rem 4rem 0.3rem;
  }
}

@media screen and (max-width: 767px) {
  footer .f_inner .f_left .btn a {
    width: 70vw;
    padding: 0.5rem 4rem;
  }
}

footer .f_inner .f_right {
  padding-top: 0.7rem;
  position: relative;
}

@media screen and (max-width: 767px) {
  footer .f_inner .f_right {
    margin-top: 10vw;
  }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  footer .f_inner .f_right {
    margin: 5vw auto 0;
  }
}

footer .f_inner .f_right ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-bottom: 2rem;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  footer .f_inner .f_right ul {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

@media screen and (max-width: 767px) {
  footer .f_inner .f_right ul {
    display: none;
  }
}

footer .f_inner .f_right ul li {
  margin-left: 3rem;
}

@media screen and (min-width: 1025px) and (max-width: 1259px) {
  footer .f_inner .f_right ul li {
    margin-left: 2rem;
  }
}

footer .f_inner .f_right ul li:first-child {
  margin-left: 0;
}

@media screen and (max-width: 767px) {
  footer .f_inner .f_right ul li:first-child {
    border-top: 1px solid #ccc;
  }
}

@media screen and (max-width: 767px) {
  footer .f_inner .f_right ul li {
    margin: 0;
    text-align: left;
    border-bottom: 1px solid #ccc;
  }
}

footer .f_inner .f_right ul li a {
  font-size: 0.93rem;
  letter-spacing: 0.1em;
  color: #fff;
  font-family: 'Noto Serif JP', serif;
}

@media screen and (min-width: 1025px) {
  footer .f_inner .f_right ul li a {
    font-size: 1rem;
  }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  footer .f_inner .f_right ul li a {
    font-size: 1rem;
  }
}

@media screen and (max-width: 767px) {
  footer .f_inner .f_right ul li a {
    padding: 1rem 0;
    position: relative;
    display: block;
  }
}

footer .f_inner .copyright {
  font-size: 0.857rem;
  letter-spacing: 0.2em;
  width: 100%;
  margin-top: 1rem;
  color: #fff;
  text-align: right;
}

@media screen and (min-width: 1025px) {
  footer .f_inner .copyright {
    position: absolute;
    right: 0;
    bottom: 0;
  }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  footer .f_inner .copyright {
    text-align: center;
    margin: 3rem auto 0;
  }
}

@media screen and (max-width: 767px) {
  footer .f_inner .copyright {
    margin-top: 0;
    font-size: 1rem;
    text-align: center;
  }
}

#PAGETOP {
  position: fixed;
  width: 3.71rem;
  bottom: 2rem;
  right: 2rem;
  z-index: 100;
}

.slide_menu {
  position: fixed;
  z-index: 10000;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  overflow-x: hidden;
  width: 100%;
}

@media screen and (min-width: 1025px) {
  .slide_menu {
    top: 0;
    height: 100vh;
    right: -1000px;
    width: 600px;
  }
}

@media screen and (min-width: 1260px) {
  .slide_menu {
    top: 0;
    height: 100vh;
    right: -1000px;
    width: 600px;
  }
}

@media screen and (max-width: 767px) {
  .slide_menu {
    top: 12vw;
    height: calc(100vh - 12vw);
    right: -100vw;
  }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .slide_menu {
    width: 60%;
    right: -60vw;
  }
}

.slide_menu:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.slide_menu:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.95);
  z-index: 1;
}

.slide_menu .slide_menu_inner {
  -webkit-transition: 0.8s;
  transition: 0.8s;
  position: relative;
  z-index: 2;
  padding: 5rem 7rem;
  left: 200px;
  height: 90vh;
  overflow-y: auto;
}

@media screen and (max-width: 767px) {
  .slide_menu .slide_menu_inner {
    padding: 10% 7vw 25vw;
  }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .slide_menu .slide_menu_inner {
    width: 75%;
    padding: 8% 5%;
    margin: 0 auto;
    height: calc(100vh - 8vw);
  }
}

.slide_menu .slide_menu_inner > div .navContent {
  margin-top: 10vw;
}

.slide_menu .slide_menu_inner > div .navContent li {
  margin-bottom: 5vw;
  border-bottom: 1px solid #333;
  line-height: 1;
}

.slide_menu .slide_menu_inner > div .navContent li:last-child {
  margin-bottom: 0;
}

.slide_menu .slide_menu_inner > div .navContent li a {
  letter-spacing: 0.1em;
  padding: 0.2rem 0;
  font-family: 'Noto Serif JP', serif;
  display: block;
  padding: 3vw 0;
  position: relative;
}

.slide_menu .slide_menu_inner > div .navContent li a:after {
  content: "";
  display: block;
  width: 1.9rem;
  height: 1rem;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-image: url("/assets/images/common/arw_info.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

.slide_menu .slide_menu_inner > div .navContent li a * {
  display: inline-block;
}

.slide_menu .slide_menu_inner > div .navContent li a strong {
  font-size: 1.67rem;
  margin-right: 0.8rem;
}

.slide_menu .slide_menu_inner > div .navContent li a span {
  font-size: 1.04rem;
}

.slide_menu .slide_menu_inner > div .btn {
  text-align: center;
  margin-top: 20vw;
}

.menu-open {
  opacity: 1;
  right: 0px;
}

.menu-open .slide_menu_inner {
  left: 0px;
}

#container {
  margin: 20px;
  width: 100%;
  height: 3px;
}

#LOADER {
  width: 100%;
  height: 100vh;
  position: fixed;
  z-index: 9999;
  top: 0;
  display: none;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (min-width: 768px) and (max-width: 1259px) {
  #LOADER .opening-inner {
    width: 250px;
  }
}

@media screen and (max-width: 767px) {
  #LOADER .opening-inner {
    width: 40%;
  }
}

.body-lock {
  width: 100%;
  height: 100vh;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}

[dir="rtl"] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* Slider */
.slick-loading .slick-list {
  background: #fff url("../slick/ajax-loader.gif") center center no-repeat;
}

/* Icons */
@font-face {
  font-family: "slick";
  src: url("../slick/fonts/slick.eot");
  src: url("../slick/fonts/slick.eot?#iefix") format("embedded-opentype"), url("../slick/fonts/slick.woff") format("woff"), url("../slick/fonts/slick.ttf") format("truetype"), url("../slick/fonts/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal;
}

/* Arrows */
.slick-prev,
.slick-next {
  z-index: 5;
  position: absolute;
  font-size: 0px;
  top: 40%;
  height: 40px;
  width: 40px;
}

@media screen and (max-width: 767px) {
  .slick-prev,
  .slick-next {
    height: 28px;
    width: 28px;
  }
}

.slick-prev {
  left: 20px;
}

.slick-next {
  right: 20px;
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: 0px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 0px;
  padding: 0;
  cursor: pointer;
}

.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}

.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}

.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}

.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  background: #FFF;
  border-radius: 50%;
  content: "";
  width: 8px;
  height: 8px;
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.75;
}

/* HEADER */
@media screen and (min-width: 1025px) {
  .top_page {
    padding-top: 0;
  }
}

header.top {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.3)), to(rgba(0, 0, 0, 0)));
  background: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0));
}

@media screen and (max-width: 767px) {
  header.top {
    background: #fff;
  }
}

@media screen and (min-width: 1025px) {
  header.top .logo {
    width: 128px;
    height: 223px;
    background-image: url("/assets/images/common/logo_tate.svg");
    background-size: contain;
    background-position: left top;
    background-repeat: no-repeat;
    position: absolute;
    left: 3rem;
    top: 0;
    z-index: 1000;
  }
  header.top .logo a {
    display: none;
  }
}

header.top .headNav li a {
  color: #fff;
}

header.top .headNav li a:hover {
  color: #fff;
}

header.top .headNav li a:after, header.top .headNav li a:hover:after {
  background: #fff;
}

header.top .headNav li._current a:after {
  background: #fff;
}

/* MV */
#MV {
  position: relative;
  width: 100%;
  height: 100vh;
}

@media screen and (max-width: 767px) {
  #MV {
    height: 76.17vw;
  }
}

#MV h1 {
  position: absolute;
  z-index: 5;
  bottom: 2rem;
  right: 2rem;
  color: #fff;
  font-size: 0.86rem;
  font-weight: 300;
  text-align: right;
  letter-spacing: 0.2em;
}

@media screen and (max-width: 767px) {
  #MV h1 {
    display: none;
  }
}

#MV .scroll {
  position: absolute;
  left: 2rem;
  bottom: 2rem;
  z-index: 5;
  width: 1.3rem;
}

@media screen and (max-width: 767px) {
  #MV .scroll {
    display: none;
  }
}

#MV .slider {
  position: relative;
  width: 100%;
  height: 100%;
  position: 1;
}

#MV .slider #MV-SLIDER .item figure {
  width: 100vw;
  height: 100vh;
}

@media screen and (max-width: 767px) {
  #MV .slider #MV-SLIDER .item figure {
    height: 76.17vw;
  }
}

#MV .slider #MV-SLIDER .item figure span {
  display: block;
  width: 100%;
  height: 100%;
}

/* TOP-WORKS */
@media screen and (min-width: 1025px) {
  #TOP-WORKS {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

@media screen and (max-width: 767px) {
  #TOP-WORKS {
    padding: 10vw 0;
  }
}

#TOP-WORKS .left {
  padding: 2rem 0 2rem 2rem;
}

@media screen and (min-width: 1025px) {
  #TOP-WORKS .left {
    width: 190px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  #TOP-WORKS .left {
    width: 210px;
  }
}

@media screen and (max-width: 767px) {
  #TOP-WORKS .left {
    padding: 0 5vw;
  }
}

#TOP-WORKS .left .secTtl {
  margin-bottom: 1.5rem;
}

@media screen and (max-width: 767px) {
  #TOP-WORKS .left .secTtl {
    margin-bottom: 10vw;
  }
}

#TOP-WORKS .left .btn a {
  max-width: 100%;
  min-width: 0;
  padding: 0.3rem 3rem 0.3rem 1.8rem;
  text-align: left;
}

#TOP-WORKS .right {
  padding: 2rem;
  position: relative;
}

@media screen and (min-width: 1025px) {
  #TOP-WORKS .right {
    width: calc(100% - 190px);
  }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  #TOP-WORKS .right {
    width: calc(100% - 210px);
  }
}

@media screen and (max-width: 767px) {
  #TOP-WORKS .right {
    padding: 0;
    margin-bottom: 10vw;
  }
}

#TOP-WORKS .right .slider {
  width: calc(100% - 6rem);
  overflow: hidden;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}

@media screen and (max-width: 767px) {
  #TOP-WORKS .right .slider {
    width: 100%;
  }
}

#TOP-WORKS .right .slider .sliderInner {
  width: 1461px;
}

@media screen and (max-width: 767px) {
  #TOP-WORKS .right .slider .sliderInner {
    width: 100%;
  }
}

#TOP-WORKS .right .slider .sliderInner .item {
  padding: 0 0.68rem;
}

@media screen and (max-width: 767px) {
  #TOP-WORKS .right .slider .sliderInner .item {
    padding: 0 1.3rem;
  }
}

#TOP-WORKS .right .slider .sliderInner .item a {
  display: block;
}

#TOP-WORKS .right .slider .sliderInner .item a figure span {
  display: block;
  width: 100%;
  height: 0;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  padding-bottom: 62.5%;
}

#TOP-WORKS .right .slider .sliderInner .item a figure figcaption {
  font-size: 1rem;
  letter-spacing: 0.05em;
  margin-top: 0.8em;
  text-align: center;
}

#TOP-WORKS .right .slider .slick-arrow {
  display: block;
  width: 0.79rem;
  height: 1.57rem;
  background-image: url("/assets/images/common/arw_sld.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  cursor: pointer;
  -webkit-transition: opacity 0.4s;
  transition: opacity 0.4s;
  position: absolute;
  top: calc(50% - 3vw);
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 100;
}

#TOP-WORKS .right .slider .slick-arrow:hover {
  opacity: 0.6;
}

#TOP-WORKS .right .slider .slick-arrow.next {
  right: 10vw;
}

#TOP-WORKS .right .slider .slick-arrow.prev {
  left: 10vw;
  -webkit-transform: translateY(-50%) scale(-1, 1);
          transform: translateY(-50%) scale(-1, 1);
}

#TOP-WORKS .right #SLD-ARW {
  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;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 100%;
  height: 100%;
  z-index: 1;
  padding: 2rem;
}

#TOP-WORKS .right #SLD-ARW .prev, #TOP-WORKS .right #SLD-ARW .next {
  display: block;
  width: 0.79rem;
  height: 1.57rem;
  background-image: url("/assets/images/common/arw_sld.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  cursor: pointer;
  -webkit-transition: opacity 0.4s;
  transition: opacity 0.4s;
}

#TOP-WORKS .right #SLD-ARW .prev:hover, #TOP-WORKS .right #SLD-ARW .next:hover {
  opacity: 0.6;
}

#TOP-WORKS .right #SLD-ARW .prev {
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1);
}

/* TOP-INFORMATION */
#ABOUT1 {
  padding-bottom: 7rem;
}

.contact {
  margin-top: 6rem;
  text-align: center;
  padding: 2.5rem;
}

@media screen and (max-width: 767px) {
  .contact {
    margin-top: 10vw;
  }
}

.contact > p {
  color: #7e8b6e;
  font-size: 1.86rem;
  letter-spacing: 0.1em;
  font-family: 'Noto Serif JP', serif;
}

@media screen and (max-width: 767px) {
  .contact > p {
    font-size: 1.6rem;
  }
}

.btn_tel {
  margin-top: 2rem;
  text-align: center;
}

.btn_tel p {
  color: #fff;
  font-weight: 700;
  font-size: 1.79rem;
  letter-spacing: 0.1em;
  padding: 1em;
  display: inline-block;
  background: #7e8b6e;
  line-height: 1;
}

@media screen and (max-width: 767px) {
  .btn_tel p {
    font-size: 1.3rem;
  }
}

.btn_tel a {
  color: #fff;
  font-weight: 700;
  font-size: 1.79rem;
  letter-spacing: 0.1em;
  display: inline-block;
  background: #7e8b6e;
  line-height: 1;
}

#COMPANY .tableWrap {
  padding: 5rem 0;
}

@media screen and (max-width: 767px) {
  #COMPANY .tableWrap {
    padding: 5vw;
  }
}

#COMPANY .tableWrap table {
  width: 100%;
}

#COMPANY .tableWrap table tr th, #COMPANY .tableWrap table tr td {
  font-size: 1.14rem;
  letter-spacing: 0.1em;
  padding: 1.3rem 0;
  vertical-align: top;
}

#COMPANY .tableWrap table tr th {
  width: 40%;
}

#COMPANY .tableWrap table tr td {
  width: 60%;
}

#COMPANY .tableWrap table tr td dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#COMPANY .tableWrap table tr td dl dt {
  width: 6em;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

#COMPANY .tableWrap table tr td ol li {
  margin-left: 1.4em;
  list-style: decimal;
}

@media screen and (max-width: 767px) {
  #COMPANY .tableWrap table, #COMPANY .tableWrap tbody, #COMPANY .tableWrap tr, #COMPANY .tableWrap th, #COMPANY .tableWrap td {
    display: block;
    width: 100%;
  }
  #COMPANY .tableWrap table tbody tr + tr {
    margin-top: 5vw;
  }
  #COMPANY .tableWrap table tbody tr th {
    padding: 0 0 0.5rem;
    font-weight: 700;
    width: 100%;
  }
  #COMPANY .tableWrap table tbody tr td {
    padding: 0;
    width: 100%;
  }
  #COMPANY .tableWrap table tbody tr td dl {
    width: 100%;
  }
  #COMPANY .tableWrap table tbody tr td ol {
    width: calc(100% - 2em);
  }
}

#MEMBER .inner ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-bottom: 1rem;
  border-bottom: 1px solid #333;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  #MEMBER .inner ul li {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

@media screen and (max-width: 767px) {
  #MEMBER .inner ul li {
    display: block;
    padding-bottom: 10vw;
  }
}

#MEMBER .inner ul li + li {
  margin-top: 2rem;
}

@media screen and (max-width: 767px) {
  #MEMBER .inner ul li + li {
    margin-top: 10vw;
  }
}

#MEMBER .inner ul li .namearea {
  width: 15%;
}

@media screen and (min-width: 1025px) and (max-width: 1259px) {
  #MEMBER .inner ul li .namearea {
    width: 17%;
  }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  #MEMBER .inner ul li .namearea {
    width: 25%;
  }
}

@media screen and (max-width: 767px) {
  #MEMBER .inner ul li .namearea {
    width: 100%;
    margin-bottom: 3vw;
  }
}

#MEMBER .inner ul li .namearea .shoulder {
  font-size: 1.14rem;
  line-height: 1.4;
  margin-bottom: 0.2em;
  letter-spacing: 0.1em;
}

#MEMBER .inner ul li .namearea .name {
  font-size: 2.5rem;
  font-weight: 700;
  font-family: 'Noto Serif JP', serif;
  line-height: 1.2;
  letter-spacing: 0.1em;
}

#MEMBER .inner ul li .place {
  width: 27%;
}

@media screen and (min-width: 1025px) and (max-width: 1259px) {
  #MEMBER .inner ul li .place {
    width: 29%;
  }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  #MEMBER .inner ul li .place {
    width: 40%;
  }
}

@media screen and (max-width: 767px) {
  #MEMBER .inner ul li .place {
    width: 100%;
    margin-bottom: 3vw;
  }
}

#MEMBER .inner ul li .place .comname {
  line-height: 1.4;
  font-size: 1.29rem;
  font-weight: 700;
  margin-bottom: 0.2em;
  letter-spacing: 0.1em;
}

#MEMBER .inner ul li .place .address {
  line-height: 1.4;
  font-size: 1.14rem;
  letter-spacing: 0.1em;
}

#MEMBER .inner ul li .tel {
  width: 18%;
}

@media screen and (min-width: 1025px) and (max-width: 1259px) {
  #MEMBER .inner ul li .tel {
    width: 20%;
  }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  #MEMBER .inner ul li .tel {
    width: 25%;
  }
}

@media screen and (max-width: 767px) {
  #MEMBER .inner ul li .tel {
    width: 100%;
    margin-bottom: 3vw;
  }
}

#MEMBER .inner ul li .tel a {
  font-size: 1.14rem;
  letter-spacing: 0.1em;
}

#MEMBER .inner ul li .btn {
  width: 25%;
}

@media screen and (min-width: 1025px) and (max-width: 1259px) {
  #MEMBER .inner ul li .btn {
    width: 22%;
  }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  #MEMBER .inner ul li .btn {
    width: 5%;
  }
}

@media screen and (max-width: 767px) {
  #MEMBER .inner ul li .btn {
    width: 100%;
  }
}

#MEMBER .inner ul li .btn a {
  width: 100%;
  min-width: 0;
  padding: 0.7rem 3rem;
}

@media screen and (min-width: 1025px) and (max-width: 1259px) {
  #MEMBER .inner ul li .btn a {
    padding: 0.7rem 2rem;
  }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  #MEMBER .inner ul li .btn a {
    height: 0;
    -webkit-box-sizing: content-box;
            box-sizing: content-box;
    padding: 0 0 100%;
  }
  #MEMBER .inner ul li .btn a:after {
    top: 50%;
    left: 50%;
    right: auto;
    bottom: auto;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  #MEMBER .inner ul li .btn a strong {
    display: none;
  }
}

#MEMBER .kanyu {
  padding-bottom: 8rem;
}

#MEMBER .kanyu > div {
  margin-top: 3rem;
  text-align: center;
  padding: 2.5rem;
}

#MEMBER .kanyu > div h3 {
  color: #7e8b6e;
  font-size: 1.86rem;
  letter-spacing: 0.1em;
  margin-bottom: 1rem;
  font-family: 'Noto Serif JP', serif;
}

@media screen and (max-width: 767px) {
  #MEMBER .kanyu > div h3 {
    font-size: 1.6rem;
  }
}

#MEMBER .kanyu > div > p {
  font-size: 1.14rem;
  letter-spacing: 0.1em;
  line-height: 1.8;
}

#WORKS-LIST {
  padding-bottom: 7rem;
}

#WORKS-LIST .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

#WORKS-LIST .list .item {
  width: 47.63%;
}

#WORKS-LIST .list .item:nth-child(n+3) {
  margin-top: 5rem;
}

@media screen and (max-width: 767px) {
  #WORKS-LIST .list .item:nth-child(n+3) {
    margin-top: 7vw;
  }
}

#WORKS-LIST .list .item a {
  display: block;
}

#WORKS-LIST .list .item a figure span {
  display: block;
  width: 100%;
  height: 0;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  padding-bottom: 62.4%;
}

#WORKS-LIST .list .item a figure figcaption {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 1rem;
}

@media screen and (max-width: 767px) {
  #WORKS-LIST .list .item a figure figcaption {
    display: block;
  }
}

#WORKS-LIST .list .item a figure figcaption p {
  font-size: 1.14rem;
  letter-spacing: 0.1em;
}

#WORKS-LIST .list .item a figure figcaption .year {
  font-style: italic;
  margin-right: 1.4em;
}

#WORKS-LIST .list .item a figure figcaption .year:after {
  content: "/";
  margin-left: 1.4em;
  display: inline-block;
}

#WORKS-LIST .list .item a figure figcaption .ttl {
  font-weight: 700;
}

#WORKS-LIST .btn {
  margin-top: 6rem;
}

#PROPERTY #PROP-TRG {
  width: 3rem;
  height: 3rem;
  position: relative;
  -webkit-transition: opacity 0.4s;
  transition: opacity 0.4s;
  margin: 3rem auto 0;
  cursor: pointer;
}

#PROPERTY #PROP-TRG:hover {
  opacity: 0.6;
}

#PROPERTY #PROP-TRG:after {
  content: "";
  display: block;
  width: 1.57rem;
  height: 1.57rem;
  border-right: 2px solid #333;
  border-bottom: 2px solid #333;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform-origin: center;
          transform-origin: center;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
}

#PROPERTY #PROP-TRG._open:after {
  -webkit-transform: translate(-50%, -50%) rotate(-135deg);
          transform: translate(-50%, -50%) rotate(-135deg);
}

#PROPERTY #PROP-LIST {
  display: none;
}

.works_ttl {
  text-align: center;
  padding-top: 2rem;
  margin-bottom: 5rem;
}

.works_ttl .year {
  font-style: italic;
  font-size: 2.14rem;
  font-family: 'Noto Serif JP', serif;
  letter-spacing: 0.05em;
}

@media screen and (max-width: 767px) {
  .works_ttl .year {
    font-size: 1.7rem;
  }
}

.works_ttl h1 {
  font-family: 'Noto Serif JP', serif;
  font-size: 2.57rem;
  letter-spacing: 0.05em;
}

@media screen and (max-width: 767px) {
  .works_ttl h1 {
    font-size: 2rem;
  }
}

.works_ttl .info {
  letter-spacing: 0.1em;
  margin-top: 2rem;
}

#WORKS-MV .slider .item span {
  display: block;
  width: 100%;
  height: 0;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  padding-bottom: 62.4%;
}

#WORKS-MV .slider .slick-arrow {
  display: block;
  width: 1rem;
  height: 2rem;
  border: none;
  background-color: transparent;
  background-image: url("/assets/images/common/arw_sld.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  cursor: pointer;
  -webkit-transition: opacity 0.4s;
  transition: opacity 0.4s;
  position: absolute;
  top: 50%;
  -webkit-transform-origin: center;
          transform-origin: center;
  z-index: 100;
}

#WORKS-MV .slider .slick-arrow:hover {
  opacity: 0.6;
}

#WORKS-MV .slider .slick-arrow.slick-next {
  right: -2rem;
  -webkit-transform: translate(50%, -50%);
          transform: translate(50%, -50%);
}

#WORKS-MV .slider .slick-arrow.slick-prev {
  left: -2rem;
  -webkit-transform: translate(-50%, -50%) scale(-1, 1);
          transform: translate(-50%, -50%) scale(-1, 1);
}

#WORKS-MV .slider .slick-dots {
  bottom: -2rem;
}

#WORKS-MV .slider .slick-dots li {
  margin: 0 2px;
}

#WORKS-MV .slider .slick-dots li button:before {
  width: 10px;
  height: 10px;
  background: #e9e9e9;
  opacity: 1;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

#WORKS-MV .slider .slick-dots li.slick-active button:before {
  background: #838383;
}

#WORKS-COMTENT .wc_parts {
  width: 100%;
}

#WORKS-COMTENT .wc_parts + .wc_parts {
  margin-top: 5rem;
}

@media screen and (max-width: 767px) {
  #WORKS-COMTENT .wc_parts + .wc_parts {
    margin-top: 15vw;
  }
}

#WORKS-COMTENT .wc_parts + .wc_h2 {
  margin-top: 7rem;
}

@media screen and (max-width: 767px) {
  #WORKS-COMTENT .wc_parts + .wc_h2 {
    margin-top: 20vw;
  }
}

#WORKS-COMTENT .wc_parts.wc_h3 + .wc_full_txt {
  margin-top: 2rem;
}

@media screen and (max-width: 767px) {
  #WORKS-COMTENT .wc_parts.wc_h3 + .wc_full_txt {
    margin-top: 8vw;
  }
}

#WORKS-COMTENT .wc_parts.wc_2col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (max-width: 767px) {
  #WORKS-COMTENT .wc_parts.wc_2col {
    display: block;
  }
}

#WORKS-COMTENT .wc_parts.wc_2col > * {
  width: 48.18%;
}

@media screen and (max-width: 767px) {
  #WORKS-COMTENT .wc_parts.wc_2col > * {
    width: 100%;
  }
  #WORKS-COMTENT .wc_parts.wc_2col > *:first-child {
    margin-bottom: 10vw;
  }
}

#WORKS-COMTENT .wc_parts.wc_2col._rvs {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

@media screen and (max-width: 767px) {
  #WORKS-COMTENT .wc_parts.wc_2col._rvs {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

#WORKS-COMTENT .wc_parts h2 {
  font-size: 2.14rem;
  letter-spacing: 0.05em;
  padding-left: 1em;
  border-left: 5px solid #a7bdb1;
  font-family: 'Noto Serif JP', serif;
  line-height: 1.5;
}

@media screen and (max-width: 767px) {
  #WORKS-COMTENT .wc_parts h2 {
    font-size: 1.8rem;
  }
}

#WORKS-COMTENT .wc_parts h3 {
  font-size: 1.79rem;
  letter-spacing: 0.1em;
  font-weight: 700;
}

@media screen and (max-width: 767px) {
  #WORKS-COMTENT .wc_parts h3 {
    font-size: 1.5rem;
  }
}

#WORKS-COMTENT .wc_parts p {
  font-size: 1.14rem;
  letter-spacing: 0.1em;
  line-height: 2.5;
}

#WORKS-COMTENT .wc_parts figure img {
  width: 100%;
  height: auto;
  display: block;
}

#WORKS-COMTENT .wc_parts figure figcaption {
  display: block;
  margin-top: 1.5rem;
  font-size: 0.93rem;
  letter-spacing: 0.1em;
  line-height: 1.8;
  font-family: 'Noto Sans JP', sans-serif;
}

@media screen and (max-width: 767px) {
  #WORKS-COMTENT .wc_parts figure figcaption {
    font-size: 1rem;
  }
}

#OUTLINE {
  padding-bottom: 10rem;
}

#OUTLINE .secTtl {
  margin-bottom: 4rem;
}

#OUTLINE .top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (max-width: 767px) {
  #OUTLINE .top {
    display: block;
  }
}

#OUTLINE .top figure {
  width: 60%;
}

@media screen and (max-width: 767px) {
  #OUTLINE .top figure {
    width: 100%;
  }
}

#OUTLINE .top figure img {
  width: 100%;
  height: auto;
}

#OUTLINE .top > div {
  width: 33%;
}

@media screen and (max-width: 767px) {
  #OUTLINE .top > div {
    width: 100%;
    margin-top: 5vw;
  }
}

#OUTLINE .top > div h3 {
  font-size: 1.5rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  margin-bottom: 3rem;
}

#OUTLINE .top > div ul li {
  font-size: 1.14rem;
  letter-spacing: 0.1em;
}

#OUTLINE .top > div ul li + li {
  margin-top: 0.7rem;
}

#OUTLINE .bottom {
  margin-top: 3rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 2rem 0;
}

@media screen and (max-width: 767px) {
  #OUTLINE .bottom {
    display: block;
    padding: 0 5vw;
  }
}

#OUTLINE .bottom > div {
  width: 50%;
  padding: 0 3rem;
}

@media screen and (max-width: 767px) {
  #OUTLINE .bottom > div {
    width: 100%;
    padding: 5vw 0;
  }
}

#OUTLINE .bottom > div:first-child {
  border-right: 1px solid #e9e9e9;
}

@media screen and (max-width: 767px) {
  #OUTLINE .bottom > div:first-child {
    border-right: none;
    border-bottom: 1px solid #e9e9e9;
  }
}

#OUTLINE .bottom > div h4 {
  font-weight: 700;
  font-size: 1.14rem;
  letter-spacing: 0.1em;
  margin-bottom: 0.5em;
}

#OUTLINE .bottom > div ul li {
  font-size: 0.93rem;
  letter-spacing: 0.1em;
}

@media screen and (max-width: 767px) {
  #OUTLINE .bottom > div ul li {
    font-size: 1rem;
  }
}

#OUTLINE .bottom > div ul li + li {
  margin-top: 0.5rem;
}

#OUTLINE .btn {
  margin-top: 4rem;
}

#AWARDS-LIST {
  padding-bottom: 7rem;
}

#AWARDS-LIST .list .item {
  padding-bottom: 1.5rem;
  border-bottom: 1px solid #333;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

#AWARDS-LIST .list .item + .item {
  margin-top: 2rem;
}

@media screen and (max-width: 767px) {
  #AWARDS-LIST .list .item {
    display: block;
  }
}

#AWARDS-LIST .list .item .year {
  width: 10%;
  font-size: 1.14rem;
  letter-spacing: 0.1em;
  line-height: 2;
}

@media screen and (max-width: 767px) {
  #AWARDS-LIST .list .item .year {
    width: 100%;
  }
}

#AWARDS-LIST .list .item .name {
  width: 65%;
}

@media screen and (max-width: 767px) {
  #AWARDS-LIST .list .item .name {
    width: 100%;
  }
}

#AWARDS-LIST .list .item .name .awardname {
  font-size: 1.36rem;
  font-weight: 700;
  letter-spacing: 0.1em;
}

#AWARDS-LIST .list .item .name .archname {
  font-size: 1.14rem;
  letter-spacing: 0.1em;
  margin-top: 0.1em;
}

#AWARDS-LIST .list .item .btn {
  width: 20%;
}

@media screen and (max-width: 767px) {
  #AWARDS-LIST .list .item .btn {
    width: 100%;
    margin-top: 5vw;
  }
}

#AWARDS-LIST .list .item .btn a {
  width: 100%;
  min-width: 0;
  padding: 0.9rem 2rem;
}

@media screen and (max-width: 767px) {
  #AWARDS-LIST .list .item .btn a {
    padding: 0.8rem 4rem;
  }
}

#AWARDS-LIST .inner > .btn {
  margin-top: 6rem;
}

@media screen and (max-width: 767px) {
  #AWARDS-LIST .inner > .btn a {
    padding: 0.8rem 3rem;
  }
}

#INFORMATION-LIST {
  padding-bottom: 10rem;
}

.infoTtl {
  text-align: center;
  padding-top: 5rem;
  padding-bottom: 5rem;
  border-bottom: 1px solid #333;
}

@media screen and (max-width: 767px) {
  .infoTtl {
    padding-top: 10vw;
    padding-bottom: 10vw;
    text-align: left;
  }
}

.infoTtl h1 {
  font-size: 2.57rem;
  letter-spacing: 0.05em;
  font-family: 'Noto Serif JP', serif;
  margin-bottom: 1em;
}

@media screen and (max-width: 767px) {
  .infoTtl h1 {
    font-size: 2rem;
  }
}

.infoTtl p {
  font-size: 1rem;
  letter-spacing: 0.1em;
}

#INFORMATION-CONTENT {
  padding-bottom: 10rem;
}

@media screen and (max-width: 767px) {
  #INFORMATION-CONTENT {
    padding-top: 15vw;
  }
}

#INFORMATION-CONTENT .postContent > *:last-child {
  margin-bottom: 0;
}

#INFORMATION-CONTENT .postContent figure {
  margin-bottom: 5rem;
}

@media screen and (max-width: 767px) {
  #INFORMATION-CONTENT .postContent figure {
    margin-bottom: 10vw;
  }
}

#INFORMATION-CONTENT .postContent figure img {
  max-width: 100%;
  height: auto;
}

#INFORMATION-CONTENT .postContent p {
  margin-bottom: 3rem;
  font-size: 1.14rem;
  letter-spacing: 0.1em;
  line-height: 2.5;
}

@media screen and (max-width: 767px) {
  #INFORMATION-CONTENT .postContent p {
    margin-bottom: 5vw;
  }
}

#INFORMATION-CONTENT .postContent a {
  color: #7e8b6e;
  text-decoration: underline;
}

#INFORMATION-CONTENT .postContent strong {
  font-weight: 700;
}

#INFORMATION-CONTENT .btnarea {
  position: relative;
  margin-top: 10rem;
}

@media screen and (max-width: 767px) {
  #INFORMATION-CONTENT .btnarea {
    margin-top: 15vw;
  }
}

@media screen and (max-width: 767px) {
  #INFORMATION-CONTENT .btnarea .btn {
    width: 55vw;
    margin: 0 auto;
  }
  #INFORMATION-CONTENT .btnarea .btn a {
    width: 100%;
    min-width: 0;
  }
}

#INFORMATION-CONTENT .btnarea .pageBtnPrev, #INFORMATION-CONTENT .btnarea .pageBtnNext {
  position: absolute;
  top: 0;
  height: 100%;
}

#INFORMATION-CONTENT .btnarea .pageBtnPrev a, #INFORMATION-CONTENT .btnarea .pageBtnNext a {
  display: block;
  height: 100%;
}

#INFORMATION-CONTENT .btnarea .pageBtnPrev a img, #INFORMATION-CONTENT .btnarea .pageBtnNext a img {
  display: block;
  width: auto;
  height: 100%;
}

#INFORMATION-CONTENT .btnarea .pageBtnPrev {
  left: 0;
}

#INFORMATION-CONTENT .btnarea .pageBtnPrev a {
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1);
}

#INFORMATION-CONTENT .btnarea .pageBtnNext {
  right: 0;
}

/* header */
.project_head_nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.project_head_nav .btn a, .project_head_nav .btn p {
  width: 214px;
  padding: 0.4rem 4rem;
}

@media screen and (max-width: 767px) {
  .project_head_nav .btn a, .project_head_nav .btn p {
    width: 45vw;
    padding: 0.4rem 2.5rem;
  }
}

.project_head_nav .print {
  margin-right: 1rem;
}

.project_head_nav .print:after {
  display: none;
}

/* footer */
.project_foot {
  text-align: center;
}

.project_foot nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.project_foot nav .btn a, .project_foot nav .btn p {
  width: 214px;
  padding: 0.4rem 4rem;
}

.project_foot nav .print {
  margin-right: 1rem;
}

.project_foot nav .print:after {
  display: none;
}

.project_foot p.copyright {
  text-align: center;
  color: #fff;
  margin-top: 4rem;
  letter-spacing: 0.2em;
}

/* title */
.project_ttl {
  padding: 3rem 0;
}

.project_ttl .inner h1 {
  font-family: 'Noto Serif JP', serif;
  font-size: 2.14rem;
  letter-spacing: 0.05em;
}

.project_ttl .inner p {
  font-family: 'Noto Serif JP', serif;
  font-size: 1.14rem;
  letter-spacing: 0.1em;
}

/* list */
#PROJECT-LIST #PROP-LIST li .bottom .ttl {
  width: 40%;
}

@media screen and (max-width: 767px) {
  #PROJECT-LIST #PROP-LIST li .bottom .ttl {
    width: 100%;
  }
}

#PROJECT-LIST #PROP-LIST li .bottom .memo {
  width: 20%;
}

@media screen and (max-width: 767px) {
  #PROJECT-LIST #PROP-LIST li .bottom .memo {
    width: 100%;
  }
}

#PROJECT-LIST #PROP-LIST li .bottom .btnWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 767px) {
  #PROJECT-LIST #PROP-LIST li .bottom .btnWrap {
    width: 100%;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

#PROJECT-LIST #PROP-LIST li .bottom .btnWrap .btn {
  width: 6.43rem;
}

@media screen and (max-width: 767px) {
  #PROJECT-LIST #PROP-LIST li .bottom .btnWrap .btn {
    width: 43vw;
  }
}

#PROJECT-LIST #PROP-LIST li .bottom .btnWrap .btn a {
  width: 100%;
  height: auto;
  padding: 0.4em 2em 0.45em 0.2em;
  font-size: 1rem;
  line-height: 1;
}

@media screen and (max-width: 767px) {
  #PROJECT-LIST #PROP-LIST li .bottom .btnWrap .btn a {
    padding: 0.4em 2em 0.45em;
  }
}

#PROJECT-LIST #PROP-LIST li .bottom .btnWrap .btn a:after {
  right: 0.7em;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

#PROJECT-LIST #PROP-LIST li .bottom .btnWrap .btn + .btn {
  margin-left: 1rem;
}

#PROJECT-LIST #PROP-LIST + .btn {
  margin-top: 6rem;
}

/* detail */
#PROJECT-DETAIL .pd_top {
  margin-bottom: 4rem;
}

#PROJECT-DETAIL .pd_top p {
  font-size: 1.29rem;
  letter-spacing: 0.1em;
}

#PROJECT-DETAIL .pd_ttl .name {
  padding-bottom: 0.5rem;
  border-bottom: 1px solid #333;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -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-bottom: 3rem;
}

#PROJECT-DETAIL .pd_ttl .name h2 {
  font-weight: 700;
  font-size: 1.86rem;
  letter-spacing: 0.2em;
}

#PROJECT-DETAIL .pd_ttl .name .btn a {
  width: 214px;
  min-width: 0;
}

#PROJECT-DETAIL .pd_ttl .memoarea {
  background: #e9e9e9;
  padding: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#PROJECT-DETAIL .pd_ttl .memoarea dt {
  font-weight: 700;
  font-size: 1.14rem;
  letter-spacing: 0.1em;
  width: 15%;
}

#PROJECT-DETAIL .pd_ttl .memoarea dd {
  font-size: 1.14rem;
  letter-spacing: 0.1em;
  line-height: 1.875;
  width: 85%;
}

#PROJECT-DETAIL .pd_ttl .memoarea + .memoarea {
  margin-top: 1rem;
}

#PROJECT-DETAIL .pd_ttl > .btn {
  margin-bottom: 10vw;
}

#PROJECT-DETAIL .pd_img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 5rem;
}

#PROJECT-DETAIL .pd_img > figure {
  width: 48.5%;
}

#PROJECT-DETAIL .pd_img > figure:nth-child(n+3) {
  margin-top: 4rem;
}

#PROJECT-DETAIL .pd_img > figure img {
  width: 100%;
  height: auto;
  display: block;
}

#PROJECT-DETAIL .pd_img > figure figcaption {
  display: block;
  margin-top: 1em;
  font-size: 1rem;
  letter-spacing: 0.1em;
}

#PROJECT-DETAIL .inner > .btn {
  margin-top: 7rem;
}

.print-body {
  font-size: 10px;
}

.print-body body {
  padding: 0;
}

/*# sourceMappingURL=style.min.css.map */
