@charset "UTF-8";
/* responsive */
/*@include mq() { }*/
/*---------------------------------------------------------------------------
article
---------------------------------------------------------------------------*/
@import url("https://unpkg.com/sanitize.css");
@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Zen+Kaku+Gothic+New:wght@300;400;500;700;900&display=swap");
ul.information-list2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
ul.information-list2 > li {
  font-size: 1rem;
  display: inline-block;
  vertical-align: top;
  width: calc(33.3333333333% - 2.5rem);
  margin-right: 3.75rem;
  margin-bottom: 3.75rem;
  position: relative;
}
@media (max-width: 749px) {
  ul.information-list2 > li {
    width: calc(50% - 2.5rem);
    margin-right: 2.5rem;
  }
}
@media (min-width: 750px) {
  ul.information-list2 > li:nth-of-type(3n) {
    margin-right: 0;
  }
}
ul.information-list2 > li a {
  color: #000;
  text-decoration: none;
  display: block;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
ul.information-list2 > li .img-wrap:before {
  content: "";
  display: block;
  padding-top: 100%;
}
ul.information-list2 > li .img-wrap img {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
ul.information-list2 > li .img-wrap .info-wrap {
  position: absolute;
  top: -5px;
  left: -5px;
  white-space: nowrap;
}
ul.information-list2 > li .img-wrap .info-wrap .cat,
ul.information-list2 > li .img-wrap .info-wrap .date {
  font-weight: 500;
  line-height: 1;
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
          writing-mode: vertical-rl;
  display: inline-block;
  vertical-align: top;
  padding: 0.2em;
}
ul.information-list2 > li .img-wrap .info-wrap .date {
  font-size: 0.75rem;
  color: #B1B1B1;
  background: #ffffff;
}
ul.information-list2 > li .img-wrap .info-wrap .cat {
  font-size: 0.875rem;
  background: #ffffff;
  margin-left: 0.2em;
}
ul.information-list2 > li .date-wrap {
  margin-top: 1.25rem;
}
ul.information-list2 > li .date-wrap dl dt {
  font-size: 0.75rem;
  position: relative;
  bottom: 0.125rem;
  margin-right: 0.5rem;
}
ul.information-list2 > li .text-wrap {
  position: relative;
  margin-top: 1.25rem;
  padding-left: 0;
}
ul.information-list2 > li .text-wrap .ttl {
  font-size: 0.9375rem;
  font-weight: 400;
  line-height: 1.6;
  display: block;
}
ul.information-list2 > li .text-wrap .event-date {
  line-height: 1.5;
  display: inline-block;
}
ul.information-list2 > li .text-wrap .event-date .sml {
  font-size: 0.75rem;
  display: inline-block;
  margin-right: 0.8em;
}

ul.information-list {
  list-style: none;
  font-size: 0;
  margin: 0;
  padding: 0;
  display: inline-block;
  width: 100%;
  vertical-align: top;
}
ul.information-list > li {
  font-size: 1rem;
  display: inline-block;
  vertical-align: top;
}
ul.information-list > li a {
  color: #000;
  text-decoration: none;
  display: block;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
ul.information-list > li .img-wrap:before {
  content: "";
  display: block;
  padding-top: 100%;
}
ul.information-list > li .img-wrap img {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
ul.information-list > li .img-wrap .info-wrap {
  position: absolute;
  top: -5px;
  left: -5px;
  white-space: nowrap;
}
ul.information-list > li .img-wrap .info-wrap .cat,
ul.information-list > li .img-wrap .info-wrap .date {
  font-weight: 500;
  line-height: 1;
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
          writing-mode: vertical-rl;
  display: inline-block;
  vertical-align: top;
  padding: 0.2em;
}
ul.information-list > li .img-wrap .info-wrap .date {
  font-size: 0.75rem;
  color: #ffffff;
  background: #b1b1b1;
}
ul.information-list > li .img-wrap .info-wrap .cat {
  font-size: 0.875rem;
  background: #ffffff;
  margin-left: 0.2em;
}
ul.information-list > li .text-wrap {
  position: relative;
  margin-top: 20px;
}
ul.information-list > li .text-wrap .ttl {
  font-size: 0.9375rem;
  font-weight: 400;
  line-height: 1.6;
  display: block;
}
ul.information-list > li .text-wrap .event-date {
  line-height: 1.5;
  display: inline-block;
}
ul.information-list > li .text-wrap .event-date .sml {
  font-size: 0.75rem;
  display: inline-block;
  margin-right: 0.8em;
}
ul.information-list.information-list01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -moz-flex;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
ul.information-list.information-list01 > li {
  display: initial;
  width: 30%;
  margin: 0 2.5%;
}
ul.information-list.information-list01 > li a {
  height: 100%;
}
ul.information-list.information-list01 > li:first-child {
  margin-left: 0;
}
ul.information-list.information-list01 > li:last-child {
  margin-right: 0;
}

ul.library-list {
  list-style: none;
  font-size: 0;
  margin: 0;
  padding: 0;
  display: inline-block;
  width: 100%;
  vertical-align: top;
}
ul.library-list > li {
  font-size: 1rem;
  display: inline-block;
  vertical-align: top;
}
ul.library-list > li a {
  color: #000;
  text-decoration: none;
  display: block;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
ul.library-list > li .img-wrap:before {
  content: "";
  display: block;
  padding-top: 100%;
}
ul.library-list > li .img-wrap img {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
ul.library-list > li .img-wrap .info-wrap {
  position: absolute;
  top: -5px;
  left: 10px;
  white-space: nowrap;
}
ul.library-list > li .img-wrap .info-wrap .cat {
  font-size: 0.75rem;
  font-weight: 500;
  line-height: 1;
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
          writing-mode: vertical-rl;
  text-orientation: sideways;
  display: inline-block;
  vertical-align: top;
  padding: 0.2em;
  background: #fff;
}
ul.library-list > li .text-wrap ul.tag-list {
  list-style: none;
  font-size: 0;
  margin: 0;
  margin-top: 15px;
  padding: 0;
  display: inline-block;
  vertical-align: top;
}
ul.library-list > li .text-wrap ul.tag-list > li,
ul.library-list > li .text-wrap ul.tag-list > li a {
  font-size: 0.625rem;
  line-height: 1;
}
ul.library-list > li .text-wrap ul.tag-list > li {
  margin: 4px;
  display: inline-block;
  vertical-align: top;
}
ul.library-list > li .text-wrap ul.tag-list > li .tag {
  text-align: center;
  padding: 0.5em 1em;
  display: block;
  background: #edece7;
  border-radius: 9999px;
}
ul.library-list > li .text-wrap .ttl {
  font-size: 0.9375rem;
  font-weight: 400;
  line-height: 1.6;
  display: block;
  margin-top: 4em;
}
ul.library-list.library-list01 {
  white-space: inherit;
}
ul.library-list.library-list01 > li {
  margin: 0;
  padding: 0 55px;
  border-right: 3px solid #edece7;
}
ul.library-list.library-list01 > li a {
  height: 100%;
}
ul.library-list.library-list01 > li .inner {
  width: 240px;
}
ul.library-list.library-list01 > li:last-child {
  border-right: none;
}
ul.library-list.library-list02 > li .text-wrap .ttl {
  margin-top: 0.8em;
}

@media screen and (min-width: 769px) {
  ul.information-list > li a:hover {
    opacity: 0.7;
  }
  ul.library-list > li a:hover {
    opacity: 0.7;
  }
  ul.library-list.library-list02 {
    display: -ms-grid;
    display: grid;
    grid-gap: 40px;
    -ms-grid-columns: 1fr 40px 1fr 40px 1fr;
    grid-template-columns: 1fr 1fr 1fr;
  }
  ul.library-list.library-list02 > li:nth-child(1) {
    -ms-grid-row: 1;
        grid-row-start: 1;
    -ms-grid-row-span: 2;
    grid-row-end: 3;
    -ms-grid-column: 1;
        grid-column-start: 1;
    -ms-grid-column-span: 2;
    grid-column-end: 3;
  }
  ul.library-list.library-list02 > li:nth-child(1) .img-wrap {
    height: 33.8rem;
  }
  ul.library-list.library-list02 > li:nth-child(2) {
    -ms-grid-row: 1;
        grid-row-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
    -ms-grid-column: 3;
        grid-column-start: 3;
    -ms-grid-column-span: 1;
    grid-column-end: 4;
  }
  ul.library-list.library-list02 > li:nth-child(3) {
    -ms-grid-row: 2;
        grid-row-start: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
    -ms-grid-column: 3;
        grid-column-start: 3;
    -ms-grid-column-span: 1;
    grid-column-end: 4;
  }
  ul.library-list.library-list02 > li:nth-child(4) {
    -ms-grid-row: 3;
        grid-row-start: 3;
    -ms-grid-row-span: 1;
    grid-row-end: 4;
    -ms-grid-column: 1;
        grid-column-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
  }
  ul.library-list.library-list02 > li:nth-child(5) {
    -ms-grid-row: 4;
        grid-row-start: 4;
    -ms-grid-row-span: 1;
    grid-row-end: 5;
    -ms-grid-column: 1;
        grid-column-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
  }
  ul.library-list.library-list02 > li:nth-child(6) {
    -ms-grid-row: 3;
        grid-row-start: 3;
    -ms-grid-row-span: 2;
    grid-row-end: 5;
    -ms-grid-column: 2;
        grid-column-start: 2;
    -ms-grid-column-span: 2;
    grid-column-end: 4;
  }
  ul.library-list.library-list02 > li:nth-child(7) {
    -ms-grid-row: 5;
        grid-row-start: 5;
    -ms-grid-row-span: 2;
    grid-row-end: 7;
    -ms-grid-column: 1;
        grid-column-start: 1;
    -ms-grid-column-span: 2;
    grid-column-end: 3;
  }
  ul.library-list.library-list02 > li:nth-child(8) {
    -ms-grid-row: 5;
        grid-row-start: 5;
    -ms-grid-row-span: 1;
    grid-row-end: 6;
    -ms-grid-column: 3;
        grid-column-start: 3;
    -ms-grid-column-span: 1;
    grid-column-end: 4;
  }
  ul.library-list.library-list02 > li:nth-child(9) {
    -ms-grid-row: 6;
        grid-row-start: 6;
    -ms-grid-row-span: 1;
    grid-row-end: 7;
    -ms-grid-column: 3;
        grid-column-start: 3;
    -ms-grid-column-span: 1;
    grid-column-end: 4;
  }
}
@media screen and (max-width: 768px) {
  ul.information-list > li .img-wrap .info-wrap .date {
    color: #b1b1b1;
    background: #fff;
  }
  ul.information-list > li .text-wrap .ttl {
    font-size: 0.875rem;
  }
  ul.information-list.information-list01 > li {
    width: 33.3333333333%;
    margin: 0;
    padding: 0 30px;
    border-right: 3px solid #fff;
  }
  ul.information-list.information-list01 > li:last-child {
    border-right: none;
  }
  ul.information-list.information-list01 > li.fadein02 {
    -moz-transition-delay: 200ms !important;
    -webkit-transition-delay: 200ms !important;
    -o-transition-delay: 200ms !important;
    -ms-transition-delay: 200ms !important;
  }
  ul.information-list.information-list01 > li.fadein03 {
    -moz-transition-delay: 400ms !important;
    -webkit-transition-delay: 400ms !important;
    -o-transition-delay: 400ms !important;
    -ms-transition-delay: 400ms !important;
  }
  ul.library-list.library-list02 > li {
    width: 47.5%;
    margin: 2.5%;
  }
  ul.library-list.library-list02 > li:nth-child(1), ul.library-list.library-list02 > li:nth-child(2) {
    margin-top: 0;
  }
  ul.library-list.library-list02 > li:nth-child(odd) {
    margin-left: 0;
  }
  ul.library-list.library-list02 > li:nth-child(even), ul.library-list.library-list02 > li:last-child {
    margin-right: 0;
  }
  ul.library-list.library-list02 > li .text-wrap .ttl {
    margin-bottom: 1em;
  }
}
/*---------------------------------------------------------------------------
contact area
---------------------------------------------------------------------------*/
.home .fancybox__container {
  background: none !important;
  --fancybox-bg: none !important;
}

.fancybox__container {
  z-index: 9999999 !important;
}

.content--faq {
  display: none;
  width: 57.5rem;
  color: #000000 !important;
}
.content--faq .center_bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.content--faq .right_top {
  position: absolute;
  right: 1.25rem;
}
.content--faq .batsu {
  display: block;
  position: relative;
  width: 2.5rem;
  height: 2.5rem;
  background: #000000;
  border-radius: 100%;
  padding: 0.625rem;
}
.content--faq .batsu::before, .content--faq .batsu::after { /* 共通設定 */
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 1px; /* 棒の幅（太さ） */
  height: 0.9375rem; /* 棒の高さ */
  background: #ffffff;
}
.content--faq .batsu::before {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
}
.content--faq .batsu::after {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
}
.content--faq.news--content {
  width: 50.5rem;
}
.content--faq .faq--title {
  text-align: center;
  line-height: 1;
  margin-bottom: 3.75rem;
}
@media (max-width: 749px) {
  .content--faq .faq--title {
    margin-bottom: 1.25rem;
  }
}
.content--faq .faq--title .eng {
  line-height: 1;
  margin-bottom: 0.625rem;
  font-size: 1.875rem;
}
.content--faq .faq--title.news--title .ttl {
  font-size: 1.5625rem;
}
.content--faq--inner {
  height: 25rem;
  overflow-y: scroll;
  margin: 0 1.875rem 6.25rem;
  padding: 0rem 5.625rem;
}
@media (max-width: 749px) {
  .content--faq--inner {
    padding: 0rem 1.25rem;
    margin: 0 0rem 1.875rem;
  }
}
@media (min-width: 750px) {
  .content--faq--inner.privacy--inner {
    height: 37.5rem;
  }
}
.content--faq--inner.privacy--inner .inner-in {
  margin-bottom: 3.125rem;
}
.content--faq--inner.privacy--inner .title {
  font-weight: bold;
}
.content--faq--inner.privacy--inner .content p {
  margin-bottom: 1.5625rem;
}
.content--faq--inner.news--inner {
  height: auto !important;
  overflow: auto;
  text-align: center;
  margin: 3.125rem 1.875rem 2.5rem;
}
@media (max-width: 749px) {
  .content--faq--inner.news--inner {
    text-align: center !important;
    margin: 3.125rem 0rem 2.5rem !important;
    padding: 0 !important;
  }
}
.content--faq--inner.news--inner .content--ttl {
  font-size: 1.625rem !important;
  margin-bottom: 1.25rem !important;
}
.content--faq--inner::-webkit-scrollbar {
  width: 0.3125rem;
}
.content--faq--inner::-webkit-scrollbar-track {
  background-color: #edece7;
  border-radius: 0.625rem;
  width: 1px !important;
  border: 2px solid #ffffff;
  border-radius: 9px;
  background-clip: content-box;
}
.content--faq--inner::-webkit-scrollbar-thumb {
  background-color: #D8D8D8;
  border-radius: 0.625rem;
}
.content--faq--inner dl {
  background: #edece7;
  padding: 1.25rem;
}
.content--faq--inner dl dt, .content--faq--inner dl dd {
  padding-left: 2.5rem;
  position: relative;
  margin-right: 2.5rem;
  line-height: 1.5;
}
.content--faq--inner dl dt i, .content--faq--inner dl dd i {
  text-align: center;
  position: absolute;
  left: 0;
  top: 0;
  line-height: 1;
  font-style: normal;
  font-size: 1.6875rem;
  font-weight: normal;
}
.content--faq--inner dl dt {
  cursor: pointer;
}
.content--faq--inner dl dt .toggle_btn {
  position: absolute;
  top: 50%;
  right: -2.5rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: block;
  width: 24px;
  height: 24px;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  border-radius: 50%;
}
.content--faq--inner dl dt .toggle_btn:before, .content--faq--inner dl dt .toggle_btn:after {
  display: block;
  content: "";
  background-color: #000000;
  position: absolute;
  width: 15px;
  height: 2px;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.content--faq--inner dl dt .toggle_btn:before {
  width: 2px;
  height: 15px;
}
.content--faq--inner dl dt.selected .toggle_btn:before {
  content: normal;
}
.content--faq--inner dl dt i {
  top: -0.125rem;
}
.content--faq--inner dl dd {
  margin-top: 1.25rem;
  display: none;
  padding-top: 1rem;
  border-top: 1px solid #D8D8D8;
}
.content--faq--inner dl dd i {
  color: #C69479;
  top: 1.125rem;
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  padding-right: 2.25em;
}
select::-ms-expand {
  display: none;
}

select {
  position: relative;
  color: #000000 !important;
  display: block;
  width: 100%;
  font-size: 15px !important;
  height: 30px;
  border: none;
  border-radius: 0;
  background: #fff;
  padding: 0.2em 1em;
}

.content--form .select-wrap01 {
  position: relative;
  max-width: 290px;
}
.content--form .select-wrap01:after {
  position: absolute;
  top: 50%;
  right: 0.875em;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  content: "";
  display: block;
  width: 0.75em;
  height: 0.75em;
  background: transparent url(../img/common/select-arrow.svg) no-repeat center center/contain;
}
.content--form .hiss {
  text-align: center;
  line-height: 1;
  margin-bottom: 5rem;
}
.content--form .hiss span {
  border-bottom: 1px solid #000000;
}
.content--form .hiss2 {
  text-align: center;
  line-height: 1.7;
  margin-bottom: 5rem;
}
.content--form .hiss3 {
  text-align: center;
  line-height: 1.3;
  margin-bottom: 2.1875rem !important;
}
.content--form .hiss3 span {
  font-size: 1.5625rem;
  display: inline-block;
  border: 1px solid #000000;
  line-height: 1;
  padding: 0.625rem 1.25rem;
}
.content--form .hiss4 {
  text-align: center;
  line-height: 1.3;
  margin-bottom: 2.5rem;
}
.content--form .hiss4 span {
  color: #C69479;
}
.content--form .hiss5 {
  text-align: center;
  line-height: 1.3;
  margin-bottom: 2.1875rem !important;
}
.content--form .hiss5 span {
  font-size: 1.5625rem;
  display: inline-block;
  line-height: 1;
  padding: 0.625rem;
}
.content--form input[type=text], .content--form textarea {
  background: #ffffff;
  border: none;
  padding: 0.375rem;
}
.content--form select {
  border: none;
  padding: 0.375rem;
}
.content--form textarea {
  width: 100%;
  min-height: 11.875rem;
}
.content--form input[type=checkbox] {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  padding: 0.375rem;
}
.content--form input[type=checkbox] {
  cursor: pointer;
  padding-left: 30px; /*label手前にチェックボックス用の余白を開ける*/
  vertical-align: middle;
  position: relative;
}
.content--form input[type=checkbox]::before,
.content--form input[type=checkbox]::after {
  content: "";
  display: block;
  position: absolute;
}
.content--form input[type=checkbox]::before {
  background-color: #ffffff;
  border-radius: 0%;
  width: 20px; /*チェックボックスの横幅*/
  height: 20px; /*チェックボックスの縦幅*/
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  top: 50%;
  left: 5px;
}
.content--form input[type=checkbox]::after {
  border-bottom: 2px solid #000000; /*チェックの太さ*/
  border-left: 2px solid #000000; /*チェックの太さ*/
  opacity: 0; /*チェック前は非表示*/
  height: 6px; /*チェックの高さ*/
  width: 11px; /*チェックの横幅*/
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  top: 0; /*チェック時の位置調整*/
  left: 10px; /*チェック時の位置調整*/
}
.content--form input[type=checkbox]:checked::after {
  opacity: 1; /*チェック後表示*/
}
.content--form .content--form--head {
  margin-bottom: 3.75rem;
}
.content--form .content--form--head .label {
  text-align: center;
}
.content--form .content--form--head .label span {
  border: 1px solid #000000;
  line-height: 1;
  font-size: 1.75rem;
  padding: 0.375rem 4.0625rem;
  letter-spacing: 0.2rem;
}
.content--form .content--form--head .caption {
  text-align: center;
  margin-top: 1.5625rem;
}
.content--form .content--form--inner {
  max-width: 840px;
  margin: 0 auto;
}
@media (max-width: 749px) {
  .content--form .content--form--inner {
    padding: 0 1.25rem;
  }
}
.content--form .content--form--inner.event--form--inner {
  border: 1px solid #000;
  padding: 12px 12px 18px;
}
.content--form .content--form--inner.event--form--inner .inner:last-child {
  border-bottom: 0;
}
.content--form .content--form--inner.event--form--inner .inner .in_dl > dt {
  width: 8.5rem;
}
@media (max-width: 749px) {
  .content--form .content--form--inner.event--form--inner .inner .in_dl > dt {
    width: 100%;
  }
}
.content--form .content--form--inner .inner {
  padding: 0.625rem 0;
  border-bottom: 1px solid #000000;
}
.content--form .content--form--inner .inner .in_dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 0.9375rem;
}
@media (min-width: 750px) {
  .content--form .content--form--inner .inner .in_dl {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media (max-width: 749px) {
  .content--form .content--form--inner .inner .in_dl {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
  }
}
.content--form .content--form--inner .inner .in_dl > dt {
  font-weight: normal;
  font-weight: 500;
}
@media (min-width: 750px) {
  .content--form .content--form--inner .inner .in_dl > dt {
    width: 8.5rem;
  }
}
@media (max-width: 749px) {
  .content--form .content--form--inner .inner .in_dl > dt {
    text-align: left;
    margin-bottom: 1rem;
  }
}
@media (min-width: 750px) {
  .content--form .content--form--inner .inner .in_dl > dd {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}
@media (max-width: 749px) {
  .content--form .content--form--inner .inner .in_dl > dd {
    padding: 0 0rem 0 0.625rem;
  }
}
.content--form .content--form--inner .inner .in_dl > dd input[type=text] {
  width: 23.125rem;
}
@media (max-width: 749px) {
  .content--form .content--form--inner .inner .in_dl > dd input[type=text] {
    width: 100%;
  }
}
.content--form .content--form--inner .inner .in_dl > dd div:last-child {
  margin-bottom: 0 !important;
}
.content--form .content--form--inner .inner .in_dl .calendar_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 749px) {
  .content--form .content--form--inner .inner .in_dl .calendar_box {
    display: block;
  }
}
.content--form .content--form--inner .inner .in_dl .calendar_box dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (min-width: 750px) {
  .content--form .content--form--inner .inner .in_dl .calendar_box dl {
    margin-right: 0.9375rem;
  }
  .content--form .content--form--inner .inner .in_dl .calendar_box dl:last-child {
    margin-right: 0;
  }
}
@media (max-width: 749px) {
  .content--form .content--form--inner .inner .in_dl .calendar_box dl {
    margin-bottom: 0.625rem;
  }
  .content--form .content--form--inner .inner .in_dl .calendar_box dl:last-child {
    margin-bottom: 0;
  }
}
.content--form .content--form--inner .inner .in_dl .calendar_box dl dt {
  width: auto;
  margin-right: 0.9375rem;
}
@media (max-width: 749px) {
  .content--form .content--form--inner .inner .in_dl .calendar_box dl dt {
    width: 5rem;
  }
}
.content--form .content--form--inner .inner .in_dl .calendar_box dl dd .datapicker {
  max-width: 15.625rem;
  position: relative;
  margin-left: 1.875rem;
  padding-left: 0.9375rem;
}
@media (max-width: 749px) {
  .content--form .content--form--inner .inner .in_dl .calendar_box dl dd .datapicker {
    margin-left: 0.3125rem;
  }
}
.content--form .content--form--inner .inner .in_dl .calendar_box dl dd .datapicker input {
  width: 100%;
}
.content--form .content--form--inner .inner .in_dl .calendar_box dl dd .datapicker input::-webkit-input-placeholder {
  font-size: 9.5px;
}
.content--form .content--form--inner .inner .in_dl .calendar_box dl dd .datapicker input::-moz-placeholder {
  font-size: 9.5px;
}
.content--form .content--form--inner .inner .in_dl .calendar_box dl dd .datapicker input:-ms-input-placeholder {
  font-size: 9.5px;
}
.content--form .content--form--inner .inner .in_dl .calendar_box dl dd .datapicker input::-ms-input-placeholder {
  font-size: 9.5px;
}
.content--form .content--form--inner .inner .in_dl .calendar_box dl dd .datapicker input::placeholder {
  font-size: 9.5px;
}
.content--form .content--form--inner .inner .in_dl .calendar_box dl dd .datapicker:before {
  position: absolute;
  left: -1.125rem;
  content: "";
  width: 0.9375rem;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  height: 1.0625rem;
  background: url(../img/page/ico_calendar.svg) no-repeat;
  background-size: 100%;
}
.content--form .content--form--inner .inner .in_dl .calendar_box dl dd select {
  background: #ffffff;
  padding: 0.3125rem 1.25rem;
}
.content--form .content--form--inner .inner .in_dl .calendar_box.calendar2_box {
  display: block;
}
.content--form .content--form--inner .inner .in_dl .calendar_box.calendar2_box dl {
  margin-bottom: 1.25rem;
  margin-right: 0;
}
.content--form .content--form--inner .inner .in_dl .calendar_box.calendar2_box dl:last-child {
  margin-bottom: 0;
}
.content--form .content--form--inner .inner .in_dl .calendar_box.calendar2_box dl dt {
  width: 7.5rem;
}
.content--form .content--form--inner .inner .in_dl .calendar_box.calendar2_box dl dd .datapicker {
  width: 100%;
  max-width: none;
  position: relative;
  margin-left: 0rem;
  padding-left: 0rem;
}
@media (max-width: 749px) {
  .content--form .content--form--inner .inner .in_dl .calendar_box.calendar2_box dl dd .datapicker {
    margin-left: 0.3125rem;
  }
}
.content--form .content--form--inner .inner .in_dl .num_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.content--form .content--form--inner .inner .in_dl .num_box dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: 2.5rem;
}
.content--form .content--form--inner .inner .in_dl .num_box dl select {
  margin: 0 1.25rem;
}
.content--form .content--form--inner .inner .in_dl .num_box dl:last-child {
  margin-right: 0;
}
.content--form .content--form--inner .inner .in_dl .num_box dl dd {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.content--form .content--form--inner .inner .in_dl .num_box dl dd select {
  width: 3.75rem;
}
.content--form .content--form--inner .inner .in_dl .zip_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0.625rem;
}
.content--form .content--form--inner .inner .in_dl .zip_box input[type=text] {
  width: 5.625rem;
}
.content--form .content--form--inner .inner .in_dl .zip_box br {
  display: none !important;
}
.content--form .content--form--inner .inner .in_dl .zip_box .cc {
  padding: 0 0.3125rem;
  position: relative;
  top: 0.125rem;
}
.content--form .content--form--inner .inner .in_dl .zip_box .zip_btn {
  line-height: 1;
  font-size: 1rem;
  margin-left: 0.9375rem;
  padding: 0.4375rem 0.875rem;
  background: #D8D8D8;
  border-radius: 4px;
}
.content--form .content--form--inner .inner .in_dl .other_box {
  margin-bottom: 0.625rem;
}
.content--form .content--form--inner .inner .in_dl .other_box dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 749px) {
  .content--form .content--form--inner .inner .in_dl .other_box dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.content--form .content--form--inner .inner .in_dl .other_box dl dt {
  width: auto;
  margin-right: 1.25rem;
}
@media (max-width: 749px) {
  .content--form .content--form--inner .inner .in_dl .other_box dl dt {
    margin-right: 1.25rem;
  }
}
@media (max-width: 749px) {
  .content--form .content--form--inner .inner .in_dl .other_box dl dd {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}
@media (max-width: 749px) {
  .content--form .content--form--inner .inner .in_dl .other_box dl dd input {
    width: 100%;
  }
}
@media (max-width: 749px) {
  .content--form .content--form--inner .inner .in_dl .other_box.sp_c1 dl {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
  }
  .content--form .content--form--inner .inner .in_dl .other_box.sp_c1 dl dt {
    margin-bottom: 0.625rem;
  }
  .content--form .content--form--inner .inner .in_dl .other_box.sp_c1 dl dd {
    padding-left: 2.5rem;
  }
}
.content--form .content--form--inner .inner .in_dl .check_box2 {
  margin-bottom: 0.625rem;
}
@media (max-width: 749px) {
  .content--form .content--form--inner .inner .in_dl .check_box2 {
    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;
  }
  .content--form .content--form--inner .inner .in_dl .check_box2 span.mwform-checkbox-field {
    width: auto;
    margin-left: 0 !important;
    margin-right: 0.3125rem !important;
    margin-bottom: 0.625rem;
  }
  .content--form .content--form--inner .inner .in_dl .check_box2 span.mwform-checkbox-field:nth-of-type(2n) {
    margin-right: 0;
  }
}
.content--form .content--form--inner .inner .in_dl .check_box {
  margin-bottom: 0.625rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.content--form .content--form--inner .inner .in_dl .check_box span.mwform-checkbox-field {
  width: 50%;
  margin: 0 !important;
  margin-bottom: 0.375rem !important;
}
@media (max-width: 749px) {
  .content--form .content--form--inner .inner .in_dl .check_box {
    display: block;
  }
  .content--form .content--form--inner .inner .in_dl .check_box span.mwform-checkbox-field {
    width: 100%;
    display: block;
    margin-bottom: 0.625rem;
  }
}
@media (max-width: 749px) {
  .content--form .content--form--inner .inner .in_dl .check_box.sp_c1 {
    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;
  }
  .content--form .content--form--inner .inner .in_dl .check_box.sp_c1 span {
    width: 50%;
    margin-left: 0 !important;
    margin-bottom: 0.625rem;
  }
}
.content--form .content--form--inner .inner .in_dl .city_box {
  margin-bottom: 0.625rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 7.5rem;
      -ms-flex: 7.5rem 0;
          flex: 7.5rem 0;
}
@media (max-width: 749px) {
  .content--form .content--form--inner .inner .in_dl .city_box {
    display: block;
  }
  .content--form .content--form--inner .inner .in_dl .city_box br {
    display: none;
  }
}
@media (min-width: 750px) {
  .content--form .content--form--inner .inner .in_dl .city_box select {
    margin-right: 0.625rem;
  }
}
@media (max-width: 749px) {
  .content--form .content--form--inner .inner .in_dl .city_box select {
    background: #ffffff;
    display: block;
    margin-right: 0;
    margin-bottom: 0.625rem;
  }
}
.content--form .content--form--inner .inner.vertical .in_dl {
  display: block;
}
.content--form .content--form--inner .inner.vertical .in_dl dt {
  width: 100%;
  margin-bottom: 0.5rem;
}
@media (max-width: 749px) {
  .content--form .content--form--inner .inner.vertical .in_dl dt {
    margin-bottom: 0.75rem;
  }
}
.content--form .content--form--inner .inner.inner_sub {
  position: relative;
  border-bottom: 0;
}
.content--form .content--form--inner .inner.inner_sub:after {
  content: "";
  height: 1px;
  width: 96%;
  margin: 0 auto;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  border-bottom: 1px dashed #000000;
}
.content--form .error {
  color: #C69479 !important;
  font-size: 0.75rem !important;
  padding: 0 0.9375rem !important;
}
@media (max-width: 749px) {
  .content--form .error {
    padding-left: 2.5rem !important;
  }
}
.content--form .content--form--bottom {
  margin-top: 3.75rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  justify-content: center;
}
@media (max-width: 749px) {
  .content--form .content--form--bottom {
    padding: 0 2.5rem;
  }
}
.content--form .content--form--bottom .arrow-wrap2 {
  position: absolute;
  text-align: center;
  top: 50%;
  width: 50px;
  display: inline-block;
}
.content--form .content--form--bottom .arrow-wrap {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  display: block;
  width: 18px;
  height: 18px;
}
.content--form .content--form--bottom .arrow-wrap:before,
.content--form .content--form--bottom .arrow-wrap .arrow {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  display: block;
  background: #000;
  height: 1px;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.content--form .content--form--bottom .arrow-wrap:before {
  width: 3px;
  content: "";
}
.content--form .content--form--bottom .arrow-wrap .arrow {
  width: 13px;
}
.content--form .content--form--bottom .arrow-wrap .arrow:after {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%) rotate(45deg);
  transform: translate(0, -50%) rotate(45deg);
  content: "";
  display: block;
  width: 7px;
  height: 7px;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.content--form .content--form--bottom .arrow-wrap:before {
  left: 0;
}
.content--form .content--form--bottom .arrow-wrap .arrow {
  left: 5px;
}
.content--form .content--form--bottom .arrow-wrap .arrow:after {
  right: 0;
  border-top: 1px solid #000;
  border-right: 1px solid #000;
}
.content--form .content--form--bottom .bottom-attension {
  text-align: center;
  font-size: 0.8125rem;
  margin-bottom: 2.5rem;
}
@media (max-width: 749px) {
  .content--form .content--form--bottom .bottom-attension {
    text-align: left;
    margin-bottom: 1.875rem;
  }
}
.content--form .content--form--bottom .privacy_box {
  border: 1px solid #000000;
  width: 28.125rem;
  margin: 0 auto;
  padding: 0.625rem 1.875rem 1.25rem;
}
@media (max-width: 749px) {
  .content--form .content--form--bottom .privacy_box {
    width: 100%;
  }
}
.content--form .content--form--bottom .privacy_box .txt {
  text-align: center;
  border-bottom: 1px solid #000000;
  padding-bottom: 0.625rem;
}
.content--form .content--form--bottom .privacy_box .txt a {
  position: relative;
  color: #000000;
  text-decoration: none;
  margin-left: -10px;
}
.content--form .content--form--bottom .privacy_box .other_box {
  text-align: center;
}
.content--form .content--form--bottom .txt a:hover .arrow-wrap .arrow {
  width: 18px;
}
.content--form .content--form--btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 1.875rem;
}
@media (max-width: 749px) {
  .content--form .content--form--btn {
    margin-top: 5rem;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }
}
.content--form .content--form--btn input[type=submit] {
  background: #000000;
  color: #ffffff;
  border: none;
  text-align: center;
  line-height: 1;
  letter-spacing: 0.6875rem;
  padding: 1.375rem 5.625rem;
  text-indent: 0.6875rem;
  margin: 0 0.9375rem;
}
@media (max-width: 749px) {
  .content--form .content--form--btn input[type=submit] {
    padding: 1.875rem 0;
    width: 100%;
    font-size: 1.125rem;
    margin: 0 auto;
  }
}
.content--form .content--form--btn input[type=submit][name=submitBack] {
  background: #666666 !important;
}

/*---------------------------------------------------------------------------
article contact
---------------------------------------------------------------------------*/
.content-wrap--contact .mv--contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  position: relative;
  padding: 10rem 8.75rem 4.375rem;
  background: #edece7;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  z-index: 100;
}
@media (max-width: 749px) {
  .content-wrap--contact .mv--contact {
    padding: 10rem 1.25rem 4.375rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
  }
}
.content-wrap--contact .mv--contact .mv-label {
  font-size: 1.25rem;
  line-height: 1;
  margin: 0;
  margin-bottom: 0.6em;
  white-space: nowrap;
}
.content-wrap--contact .mv--contact .mv-label .num {
  font-size: 1.5625rem;
  display: inline-block;
  margin-left: 0.2em;
}
.content-wrap--contact .mv--contact .mv-inner {
  position: relative;
}
.content-wrap--contact .mv--contact .ttl {
  font-size: 3.6875rem;
  font-weight: 400;
  line-height: 1;
  margin: 0;
}
.content-wrap--contact .mv--contact .faq-n {
  cursor: pointer;
}
@media (max-width: 749px) {
  .content-wrap--contact .mv--contact .faq-n {
    -ms-flex-item-align: end;
        align-self: flex-end;
  }
}
.content-wrap--contact .mv--contact .faq-n-label {
  position: relative;
  line-height: 1;
  margin-bottom: 0.5rem;
}
.content-wrap--contact .mv--contact .faq-n-ttl {
  margin-top: 0rem;
}
.content-wrap--contact .mv--contact .arrow-wrap2 {
  position: absolute;
  text-align: center;
  top: 50%;
  right: 0;
  width: 50px;
  display: inline-block;
}
.content-wrap--contact .mv--contact .arrow-wrap {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  display: block;
  width: 18px;
  height: 18px;
}
.content-wrap--contact .mv--contact .arrow-wrap:before,
.content-wrap--contact .mv--contact .arrow-wrap .arrow {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  display: block;
  background: #000;
  height: 1px;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.content-wrap--contact .mv--contact .arrow-wrap:before {
  width: 3px;
  content: "";
}
.content-wrap--contact .mv--contact .arrow-wrap .arrow {
  width: 13px;
}
.content-wrap--contact .mv--contact .arrow-wrap .arrow:after {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%) rotate(45deg);
  transform: translate(0, -50%) rotate(45deg);
  content: "";
  display: block;
  width: 7px;
  height: 7px;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.content-wrap--contact .mv--contact .arrow-wrap:before {
  left: 0;
}
.content-wrap--contact .mv--contact .arrow-wrap .arrow {
  left: 5px;
}
.content-wrap--contact .mv--contact .arrow-wrap .arrow:after {
  right: 0;
  border-top: 1px solid #000;
  border-right: 1px solid #000;
}
.content-wrap--contact .tab {
  margin: 0 auto 7.5rem;
  position: relative;
}
@media (min-width: 750px) {
  .content-wrap--contact .tab {
    max-width: 860px;
  }
}
@media (min-width: 750px) {
  .content-wrap--contact .tab:before {
    content: "";
    width: 100%;
    height: 2px;
    background: #ffffff;
    position: absolute;
    bottom: 0rem;
    left: 0;
  }
}
.content-wrap--contact .tab ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.625rem;
  margin: 0;
  padding: 0 0.75rem;
}
@media (max-width: 749px) {
  .content-wrap--contact .tab ul {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 0 1.25rem;
  }
}
.content-wrap--contact .tab ul li {
  line-height: 1;
  width: calc(25% - 5px);
  list-style: none;
}
@media (max-width: 749px) {
  .content-wrap--contact .tab ul li {
    width: calc(50% - 12px);
    margin-bottom: 0.375rem;
  }
}
.content-wrap--contact .tab ul li a {
  position: relative;
  top: 0rem;
  padding: 1.125rem 0;
  text-align: center;
  display: block;
  text-decoration: none;
  color: inherit;
  font-size: 0.9375rem;
  background: #ffffff;
  border-bottom: 2px solid #ffffff;
  border-left: 2px solid #ffffff;
  border-top: 2px solid #ffffff;
  border-right: 2px solid #ffffff;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  line-height: 1;
}
.content-wrap--contact .tab ul li.current, .content-wrap--contact .tab ul li:hover {
  position: relative;
}
.content-wrap--contact .tab ul li.current a, .content-wrap--contact .tab ul li:hover a {
  border-bottom: 2px solid #edece7;
  background: inherit;
}
@media (max-width: 749px) {
  .content-wrap--contact .tab ul li.current a, .content-wrap--contact .tab ul li:hover a {
    border-bottom: 2px solid #ffffff;
  }
}

.slider_single_wrap {
  width: 20.625rem;
}

@media (max-width: 749px) {
  .slide-items {
    width: 120%;
    position: relative;
    left: -10%;
  }
}
.slide-items img {
  margin-bottom: 5.625rem !important;
}
@media (max-width: 749px) {
  .slide-items img {
    margin-bottom: 5.625rem !important;
  }
}
.slide-items figure {
  position: relative;
  overflow: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.slide-items figure figcaption {
  position: absolute;
  bottom: 0rem;
  width: 31.25rem;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  line-height: 1.4;
  font-size: 1rem;
}
@media (min-width: 750px) {
  .slide-items figure figcaption {
    width: 100%;
    bottom: 0rem;
  }
}
@media (max-width: 749px) {
  .slide-items figure figcaption {
    width: 100%;
    margin-top: 0 !important;
    padding: 0 1.875rem;
  }
}
.slide-items figure img {
  max-height: 450px;
  display: block;
}
.slide-items .slick-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 0rem;
  position: relative;
  top: -4.375rem;
  bottom: 0;
}
.slide-items .slick-dots li {
  width: 50px !important;
  margin: 0 5px;
  height: 3px;
}
@media (max-width: 749px) {
  .slide-items .slick-dots li {
    width: 30px !important;
  }
}
.slide-items .slick-dots li button::before {
  font-family: none;
  position: absolute;
  width: 100% !important;
  height: 3px !important;
  content: "" !important;
  opacity: 1 !important;
  background: #ffffff;
}
@media (max-width: 749px) {
  .slide-items .slick-dots li button::before {
    width: 30px !important;
  }
}
.slide-items .slick-dots li.slick-active button::before {
  background: #C69479;
  width: 100% !important;
}
@media (max-width: 749px) {
  .slide-items .slick-dots li.slick-active button::before {
    width: 30px !important;
  }
}
.beforeafter-wrap {
  position: relative;
}
.beforeafter-wrap .slider-counter {
  position: absolute;
  bottom: 130px;
  z-index: 0;
  left: 50%;
  text-align: center;
  background: #EDECE7;
  width: 105px;
  height: 105px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 16px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 100%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  width: 125px;
  height: 59px;
  border-radius: 50%/100% 100% 0 0;
}
.beforeafter-wrap .slider-counter .slash {
  display: inline-block;
  width: 31px;
  height: 40px;
  background: url("../img/common/slash.svg") no-repeat center;
  background-size: contain;
}
.beforeafter-wrap .slider-counter .current {
  position: relative;
  left: 6px;
  top: -2px;
}
.beforeafter-wrap .slider-counter .total {
  position: relative;
  top: 14px;
  left: -3px;
}

.before-items {
  width: 80%;
  margin: 0 auto;
}
@media (max-width: 749px) {
  .before-items {
    width: 100%;
  }
}
.before-items .slick-arrow:before {
  content: "" !important;
  width: 60px !important;
  height: 40px !important;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999;
}
.before-items .slick-prev, .before-items .slick-next {
  z-index: 999 !important;
  top: 42%;
}
@media (max-width: 749px) {
  .before-items .slick-prev, .before-items .slick-next {
    top: 29%;
  }
}
.before-items .slick-next:before {
  background: url(../img/common/after_arrows.svg) no-repeat !important;
  background-size: contain !important;
}
.before-items .slick-next {
  right: 0;
}
.before-items .slick-prev:before {
  background: url(../img/common/before_arrow.svg) no-repeat !important;
  background-size: contain !important;
  z-index: 999;
}
.before-items figure {
  position: relative;
  overflow: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  position: relative;
  z-index: 6;
}
.before-items figure figcaption {
  text-align: center;
  position: relative;
  z-index: 11;
  padding: 20px 0;
}
.before-items figure img {
  display: block;
  max-height: auto;
  width: auto !important;
  max-width: none;
}

.beforeafter-wrap .before-items img {
  width: 100%;
  height: auto;
  display: block;
}
.beforeafter-wrap .before_after {
  position: relative;
  left: -20px;
}
.beforeafter-wrap .before_after ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0 40px;
}
@media (max-width: 749px) {
  .beforeafter-wrap .before_after ul {
    gap: 0 20px;
  }
}
.beforeafter-wrap .before_after ul li {
  width: 95px;
  list-style: none;
  text-align: center;
}
.beforeafter-wrap .before_after ul li span {
  display: block;
  text-decoration: none;
  color: inherit;
  padding: 2px 12px;
  cursor: pointer;
  font-size: 1.2rem;
  letter-spacing: 0.05rem;
  font-weight: 300;
  border: 1px solid #000000;
}

/*---------------------------------------------------------------------------
single information
---------------------------------------------------------------------------*/
.content-wrap--information {
  position: relative;
}
.content-wrap--information .mv--information {
  margin-bottom: 8.75rem;
}
@media (max-width: 749px) {
  .content-wrap--information .mv--information {
    padding: 2.5rem 1.25rem 0rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
  }
}
.content-wrap--information .ttl {
  font-size: 3.6875rem;
  font-weight: 400;
  line-height: 1;
  margin: 0;
}
.content-wrap--information .sidebar-heading {
  font-weight: normal;
}
.content-wrap--information .sidebar-acd-wrap {
  margin-top: 0.5rem;
  max-width: 14.875rem;
}
.content-wrap--information .sidebar-acd-wrap a {
  text-decoration: none;
  color: inherit;
}
.content-wrap--information .sidebar-acd-wrap .acd-label {
  position: relative;
  font-size: 0.8125rem;
  font-weight: 500;
  line-height: 1.6;
  padding: 0.36em 1.2em;
  padding-right: 2.4em;
  border-radius: 9999px;
  display: block;
  background: #fff;
  cursor: pointer;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  text-align: center;
  color: #B1B1B1;
  position: relative;
}
.content-wrap--information .sidebar-acd-wrap .acd-label .arrow-wrap2 {
  position: absolute;
  text-align: center;
  width: 31px;
  top: 50%;
  right: 0;
  display: inline-block;
  margin-left: 0.375rem;
}
.content-wrap--information .sidebar-acd-wrap .acd-label .arrow-wrap {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  display: block;
  width: 18px;
  height: 18px;
}
.content-wrap--information .sidebar-acd-wrap .acd-label .arrow-wrap:before,
.content-wrap--information .sidebar-acd-wrap .acd-label .arrow-wrap .arrow {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  display: block;
  background: #000;
  height: 1px;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.content-wrap--information .sidebar-acd-wrap .acd-label .arrow-wrap:before {
  width: 3px;
  content: "";
}
.content-wrap--information .sidebar-acd-wrap .acd-label .arrow-wrap .arrow {
  width: 13px;
}
.content-wrap--information .sidebar-acd-wrap .acd-label .arrow-wrap .arrow:after {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%) rotate(45deg);
  transform: translate(0, -50%) rotate(45deg);
  content: "";
  display: block;
  width: 7px;
  height: 7px;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.content-wrap--information .sidebar-acd-wrap .acd-label .arrow-wrap:before {
  left: 0;
}
.content-wrap--information .sidebar-acd-wrap .acd-label .arrow-wrap .arrow {
  left: 5px;
}
.content-wrap--information .sidebar-acd-wrap .acd-label .arrow-wrap .arrow:after {
  right: 0;
  border-top: 1px solid #000;
  border-right: 1px solid #000;
}
.content-wrap--information .sidebar-acd-wrap .acd-content {
  height: 0;
  -webkit-transform: scaleY(0);
          transform: scaleY(0);
  -webkit-transform-origin: top;
          transform-origin: top;
  margin-bottom: 20px;
  padding: 0 30px;
  overflow: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: all 0.7s;
  transition: all 0.7s;
}
.content-wrap--information .sidebar-acd-wrap input {
  display: none;
}
.content-wrap--information .sidebar-acd-wrap input:checked + .acd-label .icon:after {
  opacity: 0;
}
.content-wrap--information .sidebar-acd-wrap input:checked + .acd-label + .acd-content {
  height: auto;
  max-width: 100%;
  -webkit-transform: scaleY(1);
          transform: scaleY(1);
  padding-top: 10px;
}
.content-wrap--information .sidebar-acd-wrap ul.cat-list,
.content-wrap--information .sidebar-acd-wrap ul.cat-list > li {
  display: block;
  margin: 0;
}
.content-wrap--information .sidebar-acd-wrap ul.cat-list {
  list-style: none;
  padding: 0;
}
.content-wrap--information .sidebar-acd-wrap ul.cat-list > li,
.content-wrap--information .sidebar-acd-wrap ul.cat-list > li a {
  font-size: 0.8125rem;
  line-height: 1.6;
}
.content-wrap--information .sidebar-acd-wrap ul.cat-list > li {
  margin-bottom: 0.4em;
}
.content-wrap--information .sidebar-acd-wrap ul.cat-list > li a {
  color: #000;
  text-decoration: none;
  display: inline-block;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.content-wrap--information .sidebar-acd-wrap ul.cat-list > li:last-child {
  margin-bottom: 0;
}
.content-wrap--information > .mv--information_single {
  position: relative;
  padding: 160px 140px 45px;
  background: #edece7;
  z-index: 100;
}
@media (max-width: 749px) {
  .content-wrap--information > .mv--information_single {
    padding: 6.25rem 0 0;
  }
}
.content-wrap--information > .mv--information_single .head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.content-wrap--information > .mv--information_single .head .main-figure {
  margin-right: 3.125rem;
}
@media (max-width: 749px) {
  .content-wrap--information > .mv--information_single .head .main-figure {
    margin-right: 0;
    width: 100%;
  }
  .content-wrap--information > .mv--information_single .head .main-figure img {
    width: 100%;
  }
}
@media (min-width: 750px) {
  .content-wrap--information > .mv--information_single .head {
    max-width: 860px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media (max-width: 749px) {
  .content-wrap--information > .mv--information_single .head {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
  }
}
@media (max-width: 749px) {
  .content-wrap--information > .mv--information_single .head .inner {
    padding: 3.125rem 2.5rem 0;
  }
}
.content-wrap--information > .mv--information_single .head .cat,
.content-wrap--information > .mv--information_single .head .date {
  margin: 0rem;
}
.content-wrap--information > .mv--information_single .head .cat span,
.content-wrap--information > .mv--information_single .head .date span {
  font-weight: 500;
  line-height: 1;
  display: inline-block;
  vertical-align: top;
  padding: 0.2em;
}
.content-wrap--information > .mv--information_single .head .date span {
  font-size: 0.75rem;
  color: #B1B1B1;
  background: #ffffff;
}
.content-wrap--information > .mv--information_single .head .cat span {
  font-size: 0.875rem;
  background: #ffffff;
}
.content-wrap--information > .mv--information_single .head .option {
  margin-bottom: 3.75rem;
  margin-top: 1.25rem;
}
.content-wrap--information > .mv--information_single .head .option p {
  margin: 0;
  margin-bottom: 0.3125rem;
}
.content-wrap--information > .mv--information_single .head .option .label {
  margin-right: 0.625rem;
  border: 1px solid #000000;
  font-size: 0.8125rem;
  line-height: 1;
  padding: 0.1875rem 0.3125rem;
  display: inline-block;
}
.content-wrap--information > .mv--information_single .head .option i {
  position: relative;
  top: -0.1875rem;
  left: 1.5625rem;
}
.content-wrap--information > .mv--information_single .head .option .arrow-wrap2 {
  position: relative;
  text-align: center;
  width: 31px;
  top: -6px;
  display: inline-block;
  margin-left: 0.375rem;
}
.content-wrap--information > .mv--information_single .head .option .arrow-wrap {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  display: block;
  width: 18px;
  height: 18px;
}
.content-wrap--information > .mv--information_single .head .option .arrow-wrap:before,
.content-wrap--information > .mv--information_single .head .option .arrow-wrap .arrow {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  display: block;
  background: #000;
  height: 1px;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.content-wrap--information > .mv--information_single .head .option .arrow-wrap:before {
  width: 3px;
  content: "";
}
.content-wrap--information > .mv--information_single .head .option .arrow-wrap .arrow {
  width: 13px;
}
.content-wrap--information > .mv--information_single .head .option .arrow-wrap .arrow:after {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%) rotate(45deg);
  transform: translate(0, -50%) rotate(45deg);
  content: "";
  display: block;
  width: 7px;
  height: 7px;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.content-wrap--information > .mv--information_single .head .option .arrow-wrap:before {
  left: 0;
}
.content-wrap--information > .mv--information_single .head .option .arrow-wrap .arrow {
  left: 5px;
}
.content-wrap--information > .mv--information_single .head .option .arrow-wrap .arrow:after {
  right: 0;
  border-top: 1px solid #000;
  border-right: 1px solid #000;
}
.content-wrap--information > .mv--information_single .head .page-ttl {
  font-size: 1.25rem;
  font-weight: normal;
}
.content-wrap--information .link-btn-section--library01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  margin-top: 150px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  z-index: 5;
}
.content-wrap--information .link-btn-section--library01 .btn {
  font-weight: 500;
  color: #000;
  line-height: 1;
  text-decoration: none;
  display: block;
  background: #fff;
  margin: 0 20px;
  padding: 17px 25px;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.content-wrap--information .link-btn-section--library01 .btn.btn--prev, .content-wrap--information .link-btn-section--library01 .btn.btn--next {
  width: 37%;
}
.content-wrap--information .link-btn-section--library01 .btn.btn--prev {
  margin-left: 0;
  position: absolute;
  left: 0;
}
.content-wrap--information .link-btn-section--library01 .btn.btn--index {
  text-align: center;
  width: 20%;
  position: absolute;
  left: 47%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}
.content-wrap--information .link-btn-section--library01 .btn.btn--next {
  text-align: right;
  margin-right: 0;
  position: absolute;
  right: 0;
}
.content-wrap--information .content-section {
  margin: 7.5rem auto 0;
}
@media (min-width: 750px) {
  .content-wrap--information .content-section {
    width: 850px;
  }
}
.content-wrap--information .content-section .inner-content-wrap-info02 {
  margin-top: 8.75rem;
}
.content-wrap--information .content-section .inner-content-wrap-info02 .inner {
  background: #ffffff;
  margin: 0 auto;
  padding: 1.25rem 3.75rem 3.125rem;
}
@media (min-width: 750px) {
  .content-wrap--information .content-section .inner-content-wrap-info02 .inner {
    width: 37.5rem;
  }
}
.content-wrap--information .content-section .inner-content-wrap-info02 .inner .label {
  line-height: 1;
  text-align: center;
  font-size: 1.8125rem;
  font-weight: 400;
}
.content-wrap--information .content-section .inner-content-wrap-info01 h2 {
  font-size: 1.25rem;
  font-weight: normal;
}
.content-wrap--information .content-section .inner-content-wrap-info01 p {
  font-size: 1rem;
}
@media (max-width: 749px) {
  .content-wrap--information .content-section .inner-content-wrap-info01 {
    margin-top: 2.5rem;
    padding: 0 1.25rem;
  }
}
@media (max-width: 749px) {
  .content-wrap--information .content-section .inner-content-wrap-info03 {
    margin-top: 2.5rem;
    padding: 0 1.25rem;
  }
}
.content-wrap--information .content-section .inner-content-wrap-info03 .label {
  text-align: center;
  font-weight: 500;
  margin-bottom: 1.875rem;
  font-size: 1.25rem;
}
.content-wrap--information .content-section .inner-content-wrap-info03 .inner {
  border: 2px solid #000000;
}
@media (min-width: 750px) {
  .content-wrap--information .content-section .inner-content-wrap-info03 .inner {
    padding: 2.1875rem;
  }
}
@media (max-width: 749px) {
  .content-wrap--information .content-section .inner-content-wrap-info03 .inner {
    padding: 2.1875rem 2.1875rem 0.9375rem;
  }
}
@media (min-width: 750px) {
  .content-wrap--information .content-section .inner-content-wrap-info03 .inner table {
    width: 100%;
  }
}
@media (max-width: 749px) {
  .content-wrap--information .content-section .inner-content-wrap-info03 .inner table {
    width: 100%;
  }
}
@media (min-width: 750px) {
  .content-wrap--information .content-section .inner-content-wrap-info03 .inner thead {
    border-bottom: 2px solid #000000;
  }
  .content-wrap--information .content-section .inner-content-wrap-info03 .inner thead th {
    padding-bottom: 1.25rem;
    font-weight: 400;
  }
}
@media (max-width: 749px) {
  .content-wrap--information .content-section .inner-content-wrap-info03 .inner thead {
    display: none;
  }
}
@media (min-width: 750px) {
  .content-wrap--information .content-section .inner-content-wrap-info03 .inner tbody {
    padding-top: 1.25rem;
  }
  .content-wrap--information .content-section .inner-content-wrap-info03 .inner tbody td {
    text-align: center;
    padding: 0.5rem 0;
  }
  .content-wrap--information .content-section .inner-content-wrap-info03 .inner tbody tr {
    width: 100%;
    padding: 0 0;
    border-bottom: 1px solid #000000;
  }
  .content-wrap--information .content-section .inner-content-wrap-info03 .inner tbody tr:nth-of-type(1) td {
    padding-top: 1.875rem;
  }
  .content-wrap--information .content-section .inner-content-wrap-info03 .inner tbody tr:last-child {
    border-bottom: 0;
  }
}
@media (max-width: 749px) {
  .content-wrap--information .content-section .inner-content-wrap-info03 .inner tbody tr {
    width: 100%;
    padding: 0 0;
    display: block;
    border-bottom: 1px solid #000000;
  }
  .content-wrap--information .content-section .inner-content-wrap-info03 .inner tbody tr td {
    padding: 0.125rem 0.625rem;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .content-wrap--information .content-section .inner-content-wrap-info03 .inner tbody tr td::before {
    content: attr(data-label);
    display: inline-block;
    margin-right: 1.25rem;
    font-weight: 500;
  }
  .content-wrap--information .content-section .inner-content-wrap-info03 .inner tbody tr td:nth-of-type(1) {
    padding-top: 1.5625rem;
  }
  .content-wrap--information .content-section .inner-content-wrap-info03 .inner tbody tr td:nth-of-type(3) {
    padding-bottom: 1.5625rem;
  }
  .content-wrap--information .content-section .inner-content-wrap-info03 .inner tbody tr:last-child {
    border-bottom: 0;
  }
}
.content-wrap--information .content-section .wrap-pagenation {
  margin: 0 auto 7.5rem;
}
@media (min-width: 750px) {
  .content-wrap--information .content-section .wrap-pagenation {
    max-width: 690px;
  }
}
@media (max-width: 749px) {
  .content-wrap--information .content-section .wrap-pagenation {
    margin: 0 0.625rem;
  }
  .content-wrap--information .content-section .wrap-pagenation .btn {
    margin: 0 0.375rem;
  }
  .content-wrap--information .content-section .wrap-pagenation .btn.btn--prev, .content-wrap--information .content-section .wrap-pagenation .btn.btn--next {
    width: 31%;
  }
  .content-wrap--information .content-section .wrap-pagenation .btn.btn--index {
    width: 31%;
  }
}

/*---------------------------------------------------------------------------
single library
---------------------------------------------------------------------------*/
.acf-map {
  width: 100%;
  height: 400px;
  margin-top: 30px;
}
@media (max-width: 749px) {
  .acf-map {
    height: 15.625rem;
  }
}

.acf-map img {
  max-width: inherit !important;
}

.map--bottom {
  padding: 0 1.25rem;
}
.map--bottom dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 749px) {
  .map--bottom dl {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
  }
}
.map--bottom dl dt span {
  font-weight: bold;
  border-left: 2px solid #000000;
  line-height: 1;
  padding-left: 1.25rem;
  display: inline-block;
}
@media (min-width: 750px) {
  .map--bottom dl dt span {
    margin-right: 1.25rem;
  }
}
@media (max-width: 749px) {
  .map--bottom dl dt span {
    margin-right: 0.625rem;
  }
}
@media (max-width: 749px) {
  .map--bottom dl dd {
    margin-top: 0.625rem;
  }
}
.map--bottom dl dd a {
  background: #FFFFFF;
  padding: 0.3125rem 1.25rem;
  line-height: 1;
  color: inherit;
  text-decoration: none;
}

.table-wrap .sub-ttl {
  background: #ffffff;
  width: 100%;
  text-align: center;
  font-size: 1.25rem;
  padding: 0.625rem 0;
  line-height: 1;
  margin-bottom: 4.0625rem;
}
@media (max-width: 749px) {
  .table-wrap .sub-ttl {
    margin-bottom: 5.625rem;
  }
}
.table-wrap .sub-ttl2 {
  text-align: center;
  font-size: 1.25rem;
  margin-bottom: 1.875rem;
}
.table-wrap ul.table-info-list03 {
  border: 2px solid #000000;
}
.table-wrap ul.table-info-list03,
.table-wrap ul.table-info-list03 > li {
  display: block;
  margin: 0;
}
.table-wrap ul.table-info-list03 {
  list-style: none;
  padding: 2.5rem 2.5rem;
}
.table-wrap ul.table-info-list03 > li {
  margin-bottom: 0;
  text-align: center;
  border-bottom: 1px solid #000000;
}
@media (max-width: 749px) {
  .table-wrap ul.table-info-list03 > li {
    margin-bottom: 0;
    position: relative;
  }
  .table-wrap ul.table-info-list03 > li .row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-flow: row wrap !important;
            flex-flow: row wrap !important;
  }
  .table-wrap ul.table-info-list03 > li .row > div {
    margin-bottom: 10px;
  }
}
.table-wrap ul.table-info-list03 > li:last-child {
  border-bottom: 0;
}
.table-wrap ul.table-info-list03 > li.head {
  padding-bottom: 25px;
  margin-bottom: 15px;
  border-bottom: 2px solid #000000;
}
@media (max-width: 749px) {
  .table-wrap ul.table-info-list03 > li.head {
    padding-bottom: 15px;
  }
}
.table-wrap ul.table-info-list03 > li.head p {
  margin: 0;
}
.table-wrap ul.table-info-list01,
.table-wrap ul.table-info-list01 > li {
  display: block;
  margin: 0;
}
.table-wrap ul.table-info-list01 {
  list-style: none;
  padding: 0 1.25rem;
}
.table-wrap ul.table-info-list01 > li {
  margin-bottom: 1.875rem;
  border-bottom: 4px solid #fff;
}
@media (max-width: 749px) {
  .table-wrap ul.table-info-list01 > li {
    margin-bottom: 4.375rem;
    position: relative;
  }
}
.table-wrap ul.table-info-list01 > li:last-child {
  margin-bottom: 0;
}
.table-wrap ul.table-info-list01 > li .row > div {
  margin: 0;
}
.table-wrap ul.table-info-list01 > li .heading {
  font-size: 1rem;
  line-height: 1.6;
  margin: 0;
  position: relative;
  top: -0.9375rem;
}
@media (max-width: 749px) {
  .table-wrap ul.table-info-list01 > li .heading {
    top: -2.8125rem;
    position: absolute;
  }
}
.table-wrap ul.table-info-list01 > li .en-text-wrap {
  position: relative;
}
.table-wrap ul.table-info-list01 > li .en-text-wrap .text--en {
  font-size: 1.25rem;
  color: #fff;
  line-height: 1;
  white-space: nowrap;
  margin: 0;
  margin-bottom: -0.2em;
}
.table-wrap ul.table-info-list01 > li .content-wrap {
  position: relative;
  padding-bottom: 0.625rem;
}
@media (max-width: 749px) {
  .table-wrap ul.table-info-list01 > li .content-wrap {
    padding-bottom: 0;
  }
}
.table-wrap ul.table-info-list01 > li .content-wrap .inner-text {
  letter-spacing: 0.05em;
  margin: 0;
}
@media (max-width: 749px) {
  .table-wrap ul.table-info-list01 > li .content-wrap .inner-text {
    margin-bottom: 0.9375rem;
  }
}
.table-wrap ul.table-info-list01 > li.mt-150 {
  margin-top: 150px;
}
.table-wrap ul.table-info-list01 > li.w--half {
  width: 50%;
}
@media (min-width: 750px) {
  .table-wrap ul.table-info-list01 > li .row {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: end;
  }
}
@media (min-width: 750px) {
  .table-wrap ul.table-info-list01 > li .en-text-wrap .text--en {
    position: absolute;
    bottom: 0;
    left: 0;
  }
}
@media (max-width: 749px) {
  .table-wrap .order-2 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
@media (max-width: 749px) {
  .table-wrap .order-1 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}

.content-wrap--library {
  position: relative;
}
.content-wrap--library .entry-content.mw-500 {
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
}
.content-wrap--library .entry-content .point-wrap .point-ttl i {
  background-color: #C69479;
  color: #ffffff;
  font-style: normal;
  display: inline-block;
  width: 1.625rem;
  height: 1.625rem;
  text-align: center;
  margin-right: 0.9375rem;
}
.content-wrap--library .entry-content .point-wrap ul {
  padding-left: 0;
}
.content-wrap--library .entry-content .point-wrap li {
  margin-top: 3rem;
  padding-bottom: 2.625rem;
  list-style: none;
}
@media (min-width: 750px) {
  .content-wrap--library .entry-content .point-wrap li {
    border-bottom: 1px solid #000000;
  }
}
@media (max-width: 749px) {
  .content-wrap--library .entry-content .point-wrap li {
    position: relative;
  }
  .content-wrap--library .entry-content .point-wrap li:before {
    content: "";
    width: 96%;
    height: 1px;
    background: #000000;
    position: absolute;
    left: 50%;
    bottom: 0;
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
  }
}
.content-wrap--library .entry-content .point-wrap li .col-1 .txt p {
  margin-bottom: 0;
  margin-top: 0;
}
@media (min-width: 750px) {
  .content-wrap--library .entry-content .point-wrap li:last-child {
    border-bottom: 0;
  }
}
@media (max-width: 749px) {
  .content-wrap--library .entry-content .point-wrap li:last-child:before {
    display: none;
  }
}
.content-wrap--library .entry-content .plan-wrap .sub-ttl {
  background: #ffffff;
  width: 100%;
  text-align: center;
  font-size: 1.25rem;
  padding: 0.625rem 0;
  line-height: 1;
  margin-bottom: 4.0625rem;
}
@media (max-width: 749px) {
  .content-wrap--library .entry-content .plan-wrap .sub-ttl {
    margin-bottom: 2.5rem;
  }
}
@media (max-width: 749px) {
  .content-wrap--library .entry-content .plan-wrap figure {
    width: 108%;
    position: relative;
    left: -4%;
  }
}
.content-wrap--library .entry-content .gallery-wrap .sub-ttl {
  background: #ffffff;
  width: 100%;
  text-align: center;
  font-size: 1.25rem;
  padding: 0.625rem 0;
  line-height: 1;
  margin-bottom: 4.0625rem;
}
@media (max-width: 749px) {
  .content-wrap--library .entry-content .gallery-wrap .sub-ttl {
    margin-bottom: 2.5rem;
  }
}
.content-wrap--library .entry-content .map {
  padding: 0 1.25rem;
  padding: 0;
  width: 114%;
  position: relative;
  left: -7%;
}
.content-wrap--library .entry-content .link-btn--library01 {
  position: relative;
  color: #000;
  text-decoration: none;
  display: block;
  margin-top: 180px;
  padding: 25px 60px;
  border: 1px solid #000;
  border-radius: 20px;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.content-wrap--library .entry-content .link-btn--library01 .btn-text {
  position: relative;
  padding-right: 40px;
  display: block;
}
.content-wrap--library .entry-content .link-btn--library01 .btn-text:after {
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  content: "";
  display: block;
  width: 17px;
  height: 17px;
  background: transparent url(../img/common/Icon_external-link.svg) no-repeat center center/contain;
}
.content-wrap--library .entry-content .link-btn-section--library01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  margin-top: 150px;
}
.content-wrap--library .entry-content .link-btn-section--library01 .btn {
  font-weight: 500;
  color: #000;
  line-height: 1;
  text-decoration: none;
  display: block;
  background: #fff;
  margin: 0 20px;
  padding: 17px 25px;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.content-wrap--library .entry-content .link-btn-section--library01 .btn.btn--prev, .content-wrap--library .entry-content .link-btn-section--library01 .btn.btn--next {
  width: 37%;
}
.content-wrap--library .entry-content .link-btn-section--library01 .btn.btn--prev {
  margin-left: 0;
}
.content-wrap--library .entry-content .link-btn-section--library01 .btn.btn--index {
  text-align: center;
  width: 31%;
}
.content-wrap--library .entry-content .link-btn-section--library01 .btn.btn--next {
  text-align: right;
  margin-right: 0;
}

.sidebar--library {
  position: fixed;
  top: 220px;
  right: 60px;
  width: 100%;
  max-width: 240px;
}
.sidebar--library.sidebar--library--sp {
  display: none;
}
.sidebar--library > aside > *:first-child {
  margin-top: 0;
}
.sidebar--library .sidebar-heading {
  font-size: 1rem;
  font-weight: 500;
  line-height: 1;
  margin-top: 1.6em;
  margin-bottom: 1em;
}
.sidebar--library .sidebar-acd-wrap {
  margin-top: 15px;
}
.sidebar--library .sidebar-acd-wrap a {
  color: inherit;
  text-decoration: none;
}
.sidebar--library .sidebar-acd-wrap .acd-label {
  position: relative;
  font-size: 0.8125rem;
  font-weight: 500;
  line-height: 1.6;
  padding: 0.36em 1.2em;
  padding-right: 2.4em;
  border-radius: 9999px;
  display: block;
  background: #fff;
  cursor: pointer;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.sidebar--library .sidebar-acd-wrap .acd-label .icon {
  position: absolute;
  top: 50%;
  right: 1em;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  content: "";
  display: block;
  width: 0.7692307692em;
  height: 0.7692307692em;
}
.sidebar--library .sidebar-acd-wrap .acd-label .icon:before, .sidebar--library .sidebar-acd-wrap .acd-label .icon:after {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  content: "";
  display: block;
  background: #000;
}
.sidebar--library .sidebar-acd-wrap .acd-label .icon:before {
  width: 100%;
  height: 1px;
}
.sidebar--library .sidebar-acd-wrap .acd-label .icon:after {
  width: 1px;
  height: 100%;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.sidebar--library .sidebar-acd-wrap .acd-label.nomark .icon:before, .sidebar--library .sidebar-acd-wrap .acd-label.nomark .icon:after {
  display: none !important;
}
.sidebar--library .sidebar-acd-wrap .acd-content {
  margin-bottom: 20px;
  padding: 0 30px;
  margin-top: 10px;
  display: none;
}
.sidebar--library .sidebar-acd-wrap input {
  display: none;
}
.sidebar--library .sidebar-acd-wrap .acd-label.open .icon:after {
  opacity: 0;
}
.sidebar--library ul.cat-list,
.sidebar--library ul.cat-list > li {
  display: block;
  margin: 0;
}
.sidebar--library ul.cat-list {
  list-style: none;
  padding: 0;
}
.sidebar--library ul.cat-list > li,
.sidebar--library ul.cat-list > li a {
  font-size: 0.8125rem;
  line-height: 1.6;
}
.sidebar--library ul.cat-list > li {
  margin-bottom: 0.4em;
}
.sidebar--library ul.cat-list > li a {
  color: #000;
  text-decoration: none;
  display: inline-block;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.sidebar--library ul.cat-list > li:last-child {
  margin-bottom: 0;
}
.sidebar--library ul.tag-list {
  list-style: none;
  font-size: 0;
  margin: 0;
  padding: 0;
  display: inline-block;
  vertical-align: top;
}
.sidebar--library ul.tag-list > li,
.sidebar--library ul.tag-list > li a {
  font-size: 0.6875rem;
  line-height: 1;
}
.sidebar--library ul.tag-list > li {
  margin: 5px;
  display: inline-block;
  vertical-align: top;
}
.sidebar--library ul.tag-list > li .tag {
  color: #000;
  text-align: center;
  text-decoration: none;
  padding: 0.36em 0.8em 0.3em;
  display: block;
  background: #fff;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  border-radius: 9999px;
}

@media (max-width: 749px) {
  input {
    font-size: 16px;
  }
  .content-wrap--library .entry-content .inner-content-wrap.inner-content-wrap02 {
    margin-top: 60px !important;
  }
  .inner-content-wrap.inner-content-wrap03 {
    margin-top: 100px !important;
  }
  .ui-widget.ui-widget-content {
    position: absolute;
    left: 50% !important;
    -webkit-transform: translate(-50%, 0) !important;
            transform: translate(-50%, 0) !important;
  }
}
.btn-list .btn {
  cursor: pointer;
}

.tab-contents {
  display: none;
}

.tab-contents.show {
  display: block;
}

.top-section--reservation-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 749px) {
  .top-section--reservation-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
  }
}
.top-section--reservation-list .link-btn--arrow02 {
  margin-left: 24px;
  margin-right: 24px;
}

@media (max-width: 749px) {
  .inner-content-wrap02 {
    padding: 0 1.25rem;
  }
}

@media (min-width: 750px) {
  .inner-content-wrap03 {
    margin-top: 110px;
  }
}

/*---------------------------------------------------------------------------
リセットCSS（sanitize.css）の読み込み
---------------------------------------------------------------------------*/
/*---------------------------------------------------------------------------
フォントの読み込み
---------------------------------------------------------------------------*/
/*---------------------------------------------------------------------------
全体の設定
---------------------------------------------------------------------------*/
html {
  margin: 0;
  padding: 0;
  height: 100%;
  font-size: 16px;
}

body {
  margin: 0;
  padding: 0;
  height: 100%;
  font-family: "Poppins", "Zen Kaku Gothic New", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", Meiryo, メイリオ, Osaka, "MS PGothic", arial, helvetica, sans-serif;
  -webkit-text-size-adjust: none;
  background: #edece7;
  color: #000;
  line-height: 1.75;
}
body.scroll--off {
  overflow: hidden;
}
body.scroll--off.scroll--on {
  overflow: initial;
}

figure,
dd {
  margin: 0;
}

nav {
  margin: 0;
  padding: 0;
}

table {
  border-collapse: collapse;
}

img {
  border: none;
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

video {
  max-width: 100%;
}

iframe {
  width: 100%;
}

/*---------------------------------------------------------------------------
container
---------------------------------------------------------------------------*/
#container {
  overflow: clip;
}

/*---------------------------------------------------------------------------
header
---------------------------------------------------------------------------*/
header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  padding-top: 20px;
  padding-left: 170px;
  padding-right: 170px;
  z-index: 99999;
}
header .logo {
  text-align: center;
  width: 100%;
  max-width: 145px;
  margin: 0 auto;
  -webkit-transform-origin: top;
          transform-origin: top;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
header .logo a {
  position: relative;
  text-decoration: none;
  display: block;
  background: transparent url(../img/common/logo.svg) no-repeat center center/contain;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
header .logo a:before {
  content: "";
  display: block;
  padding-top: 26.1732%;
}
header .logo.logo--hidden {
  opacity: 0 !important;
  pointer-events: none;
}
header.menu-open {
  z-index: 99999;
}
header.menu-open .logo a {
  background: transparent url(../img/common/logo_wh.svg) no-repeat center center/contain;
}

@media screen and (min-width: 769px) {
  header .logo a:hover {
    opacity: 0.7;
  }
}
@media screen and (max-width: 1024px) {
  header {
    padding-left: 120px;
    padding-right: 120px;
  }
}
@media screen and (max-width: 768px) {
  header {
    padding-top: 15px;
    padding-left: 70px;
    padding-right: 70px;
  }
  header .logo {
    max-width: 95px;
  }
}
@media screen and (max-width: 480px) {
  header {
    padding-left: 25px;
    padding-right: 25px;
  }
}
/*---------------------------------------------------------------------------
footer
---------------------------------------------------------------------------*/
footer {
  position: relative;
  padding-top: 160px;
  padding-bottom: 50px;
  background: #edece7;
  min-height: 100vh;
  min-height: 100svh;
}
footer .footer-inner {
  padding: 0 170px;
}
footer .footer-logo {
  width: 100%;
  max-width: 465px;
  margin: 0;
}
footer .footer-logo a {
  text-decoration: none;
  display: block;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
footer .footer-logo img {
  height: auto;
}
footer ul.office-list {
  margin-top: 70px;
}
footer table.time-table {
  margin-top: 50px;
}
footer .copyright {
  font-size: 0.75rem;
  font-weight: 600;
  line-height: 1;
  margin-top: 9em;
  margin-bottom: 0;
}
footer .go-to-top {
  position: absolute;
  bottom: 225px;
  right: 150px;
}
footer .go-to-top a {
  position: relative;
  text-decoration: none;
  display: block;
  width: 76px;
  height: 76px;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
footer .go-to-top .arrow-wrap {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  display: block;
  width: 100%;
  height: 100%;
}
footer .go-to-top .arrow-wrap:before,
footer .go-to-top .arrow-wrap .arrow {
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  display: block;
  background: #000;
  width: 1px;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
footer .go-to-top .arrow-wrap:before {
  bottom: 0;
  height: 11px;
  content: "";
}
footer .go-to-top .arrow-wrap .arrow {
  bottom: 17px;
  height: 59px;
}
footer .go-to-top .arrow-wrap .arrow:after {
  position: absolute;
  top: 5px;
  left: 50%;
  -webkit-transform: translate(-50%, 0) rotate(-45deg);
  transform: translate(-50%, 0) rotate(-45deg);
  content: "";
  display: block;
  width: 35px;
  height: 35px;
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
footer .footer-logo,
footer ul.office-list > li,
footer table.time-table {
  opacity: 0;
  -webkit-transition: all 1.4s;
  transition: all 1.4s;
}
footer ul.office-list > li:nth-child(1) {
  -moz-transition-delay: 200ms;
  -webkit-transition-delay: 200ms;
  -o-transition-delay: 200ms;
  -ms-transition-delay: 200ms;
}
footer ul.office-list > li:nth-child(2) {
  -moz-transition-delay: 400ms;
  -webkit-transition-delay: 400ms;
  -o-transition-delay: 400ms;
  -ms-transition-delay: 400ms;
}
footer ul.office-list > li:nth-child(3) {
  -moz-transition-delay: 600ms;
  -webkit-transition-delay: 600ms;
  -o-transition-delay: 600ms;
  -ms-transition-delay: 600ms;
}
footer table.time-table {
  -moz-transition-delay: 800ms;
  -webkit-transition-delay: 800ms;
  -o-transition-delay: 800ms;
  -ms-transition-delay: 800ms;
}
footer.item--show .footer-logo,
footer.item--show ul.office-list > li,
footer.item--show table.time-table {
  opacity: 1;
}

ul.office-list,
ul.office-list > li {
  display: block;
  margin: 0;
}

ul.office-list {
  list-style: none;
  padding: 0;
}
ul.office-list > li {
  line-height: 1.6;
  margin-bottom: 2.4em;
}
ul.office-list > li:last-child {
  margin-bottom: 0;
}
ul.office-list > li .office-name {
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1.4;
  margin: 0;
  margin-bottom: 0.6em;
  padding-left: 0.6em;
  border-left: 4px solid #000;
}
ul.office-list > li .office-name .text--thin {
  font-weight: 100;
  display: inline-block;
}
ul.office-list > li .text--address {
  position: relative;
  font-size: 0.9375rem;
  font-weight: 500;
  padding-left: 1em;
  padding-right: 2.2em;
  display: table;
  margin: 0;
}
ul.office-list > li .text--address .icon {
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  display: block;
  width: 1.3833333333em;
  height: 1.2666666667em;
  background: transparent url(../img/common/icon_map01_bk.webp) no-repeat center center/contain;
}

table.time-table a {
  color: inherit;
}
table.time-table th,
table.time-table td {
  line-height: 1.4;
  padding: 0.2em 0;
}
table.time-table th {
  font-weight: 500;
  padding-right: 2em;
}

@media screen and (min-width: 769px) {
  footer .footer-logo a:hover {
    opacity: 0.7;
  }
  footer .go-to-top a:hover .arrow-wrap .arrow {
    height: 70px;
  }
}
@media screen and (max-width: 1024px) {
  footer .footer-inner {
    padding: 0 120px;
  }
  footer .go-to-top {
    right: 120px;
  }
}
@media screen and (max-width: 768px) {
  footer {
    padding-top: 105px;
    padding-bottom: 15px;
  }
  footer .footer-inner {
    padding: 0 70px;
  }
  footer .footer-logo {
    max-width: 415px;
  }
  footer ul.office-list {
    margin-top: 80px;
  }
  footer table.time-table {
    margin-top: 40px;
  }
  footer .go-to-top {
    right: 40px;
  }
  ul.office-list > li {
    margin-bottom: 2.2em;
  }
  ul.office-list > li .office-name {
    font-size: 1.1333333333rem;
  }
  ul.office-list > li .text--address {
    font-size: 0.875rem;
  }
  table.time-table th,
  table.time-table td {
    font-size: 0.9375rem;
  }
}
@media screen and (max-width: 480px) {
  footer .footer-inner {
    padding: 0 40px;
  }
  footer .footer-logo {
    max-width: 190px;
  }
  footer .go-to-top {
    top: 275px;
    bottom: initial;
    right: 15px;
  }
}
@media screen and (max-width: 350px) {
  footer ul.office-list {
    padding-right: 50px;
  }
}
/*---------------------------------------------------------------------------
navigation
---------------------------------------------------------------------------*/
#nav-drawer {
  position: relative;
  z-index: 9999;
}

.nav-unshown {
  display: none;
}

#nav-open,
#nav-open:before,
#nav-open:after {
  border-radius: 50%;
}

.nav-bg-circle,
#nav-open {
  position: fixed;
  bottom: 30px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  width: 90px;
  height: 90px;
}

.nav-bg-circle:before, .nav-bg-circle:after {
  position: absolute;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 50%;
}
.nav-bg-circle:before {
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background: #c69479;
  pointer-events: none;
  -webkit-transition: all 1s;
  transition: all 1s;
}
.nav-bg-circle:after {
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: #edece7;
  opacity: 0;
  -webkit-transition: all 1.2s;
  transition: all 1.2s;
}
.nav-bg-circle.active:before {
  width: 300vh;
  width: 300svh;
  height: 300vh;
  height: 300svh;
}
.nav-bg-circle.active:after {
  opacity: 1;
}
.nav-bg-circle.-renovation.active:before {
  background: #EDECE7;
}
.nav-bg-circle.-renovation.active:after {
  background: #c69479;
}

#nav-open {
  cursor: pointer;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  z-index: 99999;
  border-radius: 50%;
}
#nav-open .btn-text {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-size: 0.8125rem;
  font-weight: 500;
  color: #fff;
  text-align: center;
  line-height: 1;
  margin: 0 auto;
  white-space: nowrap;
  z-index: 1;
}
#nav-open .btn-text:before {
  position: relative;
  content: "Menu";
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
#nav-open.active .btn-text {
  color: #000;
}
#nav-open.active .btn-text:before {
  content: "Close";
}
#nav-open.active .btn-text.-renovation {
  color: #ffffff;
}

#nav-content {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100vh;
  height: 100svh;
  padding: 160px;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  overflow: auto;
  z-index: 99999;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}
#nav-content .menu-sublogo {
  position: absolute;
  right: 250px;
  top: 230px;
  width: 143px;
  z-index: 5;
}
@media screen and (max-width: 769px) {
  #nav-content .menu-sublogo {
    right: 50px;
    top: 160px;
  }
}
#nav-content.-renovation .link--recruit {
  color: #C69478;
}
#nav-content .menu-logo {
  max-width: 465px;
  margin: 0;
}
#nav-content .menu-logo a {
  text-decoration: none;
  display: block;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
#nav-content .menu-logo img {
  height: auto;
}
#nav-content ul.nav {
  list-style: none;
  font-size: 0;
  text-align: center;
  margin: 0 auto;
  margin-top: 35px;
  padding: 0;
  display: table;
}
#nav-content ul.nav > li {
  font-size: 1rem;
  text-align: left;
  display: inline-block;
  vertical-align: top;
  margin: 35px 3%;
}
#nav-content ul.nav > li a {
  font-weight: 500;
  color: #edece7;
  text-decoration: none;
  display: block;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
#nav-content ul.nav > li .menu-text {
  position: relative;
  display: block;
  padding-left: 22px;
}
#nav-content ul.nav > li .menu-text.menu-text--main {
  font-size: 1.2rem;
  line-height: 1.4;
}
#nav-content ul.nav > li .menu-text.menu-text--main .arrow-wrap {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg);
  display: block;
  width: 18px;
  height: 18px;
}
#nav-content ul.nav > li .menu-text.menu-text--main .arrow-wrap:before,
#nav-content ul.nav > li .menu-text.menu-text--main .arrow-wrap .arrow {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  display: block;
  background: #edece7;
  height: 1px;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
#nav-content ul.nav > li .menu-text.menu-text--main .arrow-wrap:before {
  left: 0;
  width: 3px;
  content: "";
}
#nav-content ul.nav > li .menu-text.menu-text--main .arrow-wrap .arrow {
  left: 5px;
  width: 13px;
}
#nav-content ul.nav > li .menu-text.menu-text--main .arrow-wrap .arrow:after {
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translate(0, -50%) rotate(45deg);
  transform: translate(0, -50%) rotate(45deg);
  content: "";
  display: block;
  width: 7px;
  height: 7px;
  border-top: 1px solid #edece7;
  border-right: 1px solid #edece7;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
#nav-content ul.nav > li .menu-text.menu-text--sub {
  font-size: 0.8125rem;
  line-height: 1.6;
  margin-top: 1.4em;
}
#nav-content ul.nav.-renovation > li a {
  color: #C69478;
}
#nav-content ul.nav.-renovation > li .menu-text.menu-text--main .arrow-wrap:before,
#nav-content ul.nav.-renovation > li .menu-text.menu-text--main .arrow-wrap .arrow {
  background: #C69478;
}
#nav-content ul.nav.-renovation > li .menu-text.menu-text--main .arrow-wrap .arrow:after {
  border-top: 1px solid #C69478;
  border-right: 1px solid #C69478;
}
#nav-content ul.sns-btn {
  position: absolute;
  bottom: 240px;
  right: 20px;
  list-style: none;
  text-align: center;
  margin: 0;
  padding: 0;
  display: none;
}
#nav-content ul.sns-btn > li {
  color: #edece7;
  display: block;
  margin: 0;
  margin-bottom: 30px;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
#nav-content ul.sns-btn > li:last-child {
  margin-bottom: 0;
}
#nav-content ul.sns-btn > li.item--label .item--text {
  font-size: 0.625em;
  line-height: 1;
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
          writing-mode: vertical-rl;
  vertical-align: bottom;
  display: inline-block;
  white-space: nowrap;
}
#nav-content ul.sns-btn > li.item--icon {
  width: 21px;
}
#nav-content ul.sns-btn > li.item--icon a {
  position: relative;
  display: block;
  width: 100%;
}
#nav-content ul.sns-btn > li.item--icon a:before {
  content: "";
  display: block;
  padding-top: 100%;
}
#nav-content ul.sns-btn > li.item--icon.icon--line a {
  background: transparent url(../img/common/sns-icon_line_wh.webp) no-repeat center center/contain;
}
#nav-content ul.sns-btn > li.item--icon.icon--insta a {
  background: transparent url(../img/common/sns-icon_insta_wh.webp) no-repeat center center/contain;
}
#nav-content ul.sns-btn > li.item--icon.icon--yt a {
  background: transparent url(../img/common/sns-icon_yt_wh.webp) no-repeat center center/contain;
}
#nav-content .link--recruit {
  position: absolute;
  right: 25px;
  bottom: 215px;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1;
  color: #edece7;
  text-decoration: none;
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
          writing-mode: vertical-rl;
  display: inline-block;
  white-space: nowrap;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

#nav-input:checked ~ #nav-content {
  opacity: 1;
  visibility: initial;
  pointer-events: initial;
}

@media screen and (min-width: 769px) {
  #nav-content .menu-logo a:hover {
    opacity: 0.7;
  }
  #nav-content ul.nav > li a:hover .menu-text.menu-text--main .arrow-wrap .arrow {
    width: 18px;
  }
  #nav-content .link--recruit:hover {
    opacity: 0.7;
  }
}
@media screen and (max-width: 1024px) {
  #nav-content {
    padding: 120px;
  }
}
@media screen and (max-width: 768px) {
  .nav-bg-circle,
  #nav-open {
    width: 60px;
    height: 60px;
  }
  #nav-content {
    padding: 90px 70px 120px;
  }
  #nav-content .menu-logo {
    display: none;
  }
  #nav-content ul.nav,
  #nav-content ul.nav > li {
    display: block;
    width: 100%;
  }
  #nav-content ul.nav {
    text-align: left;
    margin-top: 0;
  }
  #nav-content ul.nav > li {
    margin: 0;
    margin-bottom: 1.2em;
  }
  #nav-content ul.nav > li .menu-text.menu-text--sub {
    margin-top: 0.4em;
  }
  #nav-content ul.sns-btn {
    display: table;
  }
  #nav-content .link--recruit {
    right: 20px;
    bottom: 125px;
  }
}
@media screen and (max-width: 480px) {
  #nav-content {
    padding: 90px 40px 120px;
    padding-right: 60px;
  }
}
/*---------------------------------------------------------------------------
frontpage
---------------------------------------------------------------------------*/
body.home header .logo {
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  opacity: 0;
  pointer-events: none;
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}
body.home header .logo.logo--show {
  opacity: 1;
  pointer-events: auto;
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
}

.mv {
  position: relative;
  width: 100%;
  height: 100vh;
  height: 100svh;
}
.mv .mv-inner {
  padding-left: 170px;
  padding-right: 170px;
}
.mv .mv-inner.mv-inner02, .mv .mv-inner.mv-inner03 {
  position: fixed;
  left: 0;
  right: 0;
  width: 100%;
}
.mv .mv-inner.mv-inner02.item--hidden, .mv .mv-inner.mv-inner03.item--hidden {
  display: none;
}
.mv .mv-inner.mv-inner02 {
  top: 0;
  bottom: 0;
  height: 100vh;
  height: 100svh;
  padding-top: 10%;
}
.mv .mv-inner.mv-inner03 {
  bottom: 30px;
}
.mv .mv-logo {
  width: 100%;
  max-width: 465px;
  margin: 0;
  margin-bottom: 50px;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
}
.mv .mv-logo img {
  height: auto;
}
.mv .mv-logo.logo--hidden {
  opacity: 0 !important;
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}
.mv .mv-catch-wrap {
  width: 100%;
}
.mv .mv-catch-wrap .mv-catch {
  margin: 0;
}
.mv .mv-catch-wrap .mv-catch .text {
  display: block;
}
.mv .mv-catch-wrap .mv-catch .text.text--main {
  font-size: 1.875rem;
  font-weight: 400;
  line-height: 1.4;
}
.mv .mv-catch-wrap .mv-catch .text.text--sub {
  font-size: 0.9375rem;
  font-weight: 500;
  margin-top: 1em;
}
.mv .mv-article-list-wrap {
  width: 410px;
  white-space: nowrap;
  overflow: hidden;
}
.mv ul.mv-article-list,
.mv ul.mv-article-list > li,
.mv ul.mv-article-list > li a {
  line-height: 1;
  margin: 0;
  white-space: nowrap;
}
.mv ul.mv-article-list {
  list-style: none;
  padding: 0;
  display: block;
}
.mv ul.mv-article-list > li,
.mv ul.mv-article-list > li a {
  font-size: 0.8125rem;
}
.mv ul.mv-article-list > li {
  display: inline-block;
  border-right: 1px solid #000;
  margin-right: 2.4em;
  padding-right: 2.4em;
}
.mv ul.mv-article-list > li:last-child {
  margin-right: 0;
}
.mv ul.mv-article-list > li a {
  color: #000;
  text-decoration: none;
  display: block;
}
.mv ul.mv-article-list > li .date {
  font-weight: 500;
  display: inline-block;
  margin-right: 2em;
}
.mv ul.mv-article-list > li .ttl {
  font-weight: 400;
}
.mv .scroll-down {
  position: fixed;
  bottom: 100px;
  right: 170px;
  width: 48px;
  height: 115px;
}
.mv .scroll-down .scroll-down-text {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  font-size: 0.625rem;
  line-height: 1;
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
          writing-mode: vertical-rl;
  display: inline-block;
}
.mv .scroll-down .arrow-wrap {
  position: absolute;
  top: 40px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  display: block;
  width: 76px;
  height: 76px;
}
.mv .scroll-down .arrow-wrap:before,
.mv .scroll-down .arrow-wrap .arrow {
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  display: block;
  background: #000;
  width: 1px;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.mv .scroll-down .arrow-wrap:before {
  top: 0;
  height: 11px;
  content: "";
}
.mv .scroll-down .arrow-wrap .arrow {
  top: 17px;
  height: 59px;
  -webkit-animation: 5s linear infinite scrolldown;
          animation: 5s linear infinite scrolldown;
}
.mv .scroll-down .arrow-wrap .arrow:after {
  position: absolute;
  bottom: 5px;
  left: 50%;
  -webkit-transform: translate(-50%, 0) rotate(45deg);
  transform: translate(-50%, 0) rotate(45deg);
  content: "";
  display: block;
  width: 35px;
  height: 35px;
  border-bottom: 1px solid #000;
  border-right: 1px solid #000;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.mv .scroll-down.item--hidden {
  display: none;
}

@-webkit-keyframes scrolldown {
  0% {
    height: 59px;
  }
  50% {
    height: 74px;
  }
  100% {
    height: 59px;
  }
}

@keyframes scrolldown {
  0% {
    height: 59px;
  }
  50% {
    height: 74px;
  }
  100% {
    height: 59px;
  }
}
.top-bg-text--arrow {
  position: absolute;
  font-size: 0.9375rem;
  line-height: 1;
  display: inline-block;
  padding-right: 2.3333333333em;
}
.top-bg-text--arrow:after {
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  content: "";
  display: block;
  width: 1.7333333333em;
  height: 1.1106666667em;
  background: transparent url(../img/common/arrow-right02_bk.svg) no-repeat center center/contain;
}

.top-section {
  position: relative;
}
.top-section .section-label {
  font-size: 0.9375rem;
  font-weight: 500;
  line-height: 1;
  margin: 0;
}
.top-section .section-label .num {
  font-size: 1.625rem;
  display: inline-block;
  margin-left: 0.2em;
}
.top-section .section-text {
  letter-spacing: 0.05em;
  margin: 0;
}
.top-section .section-text.section-text02 {
  margin-top: 1em;
}

.top-section--chapter01 {
  position: sticky;
  top: 0;
}
.top-section--chapter01 .row > div {
  margin: 0;
}
.top-section--chapter01 .text-section {
  position: relative;
  padding-top: 180px;
}
.top-section--chapter01 .text-section .text-section-inner {
  width: 100%;
  background: #fff;
  padding-top: 120px;
  padding-left: 150px;
  padding-right: 75px;
  padding-bottom: 80px;
}
.top-section--chapter01 .text-section .section-label {
  margin-bottom: 3em;
}
.top-section--chapter01 .text-section .section-heading {
  font-size: 1.875rem;
  font-weight: 500;
  line-height: 1.6666666667;
  margin: 0;
  margin-bottom: 0.6em;
}
.top-section--chapter01 .text-section .section-text--en {
  font-size: 1.125rem;
  color: #b1b1b1;
  line-height: 1.6666666667;
  margin: 0;
  margin-bottom: 1.8em;
}
.top-section--chapter01 .text-section .text-wrap {
  width: 89%;
}
.top-section--chapter01 .img-wrap,
.top-section--chapter01 .slide-wrap {
  background: #fff;
  z-index: 1;
}
.top-section--chapter01 .img-wrap img,
.top-section--chapter01 .slide-wrap img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.top-section--chapter02 {
  padding-top: 90px;
  padding-bottom: 240px;
}
.top-section--chapter02:before {
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  content: "";
  display: block;
  width: 100%;
  height: 190px;
  background: #ffffff;
}
.top-section--chapter02 .top-section-inner {
  position: relative;
  padding-left: 150px;
  padding-right: 150px;
  z-index: 1;
}
.top-section--chapter02 .heading-wrap {
  position: absolute;
  left: 0;
}
.top-section--chapter02 .heading-wrap .section-heading,
.top-section--chapter02 .heading-wrap .link-btn--arrow01 {
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
          writing-mode: vertical-rl;
}
.top-section--chapter02 .heading-wrap .link-btn--arrow01 {
  border-bottom: none;
  border-left: 1px solid #000;
  margin-top: 5em;
  padding-bottom: 0;
  padding-left: 0.6em;
  max-width: initial;
  height: 215px;
}
.top-section--chapter02 .heading-wrap .link-btn--arrow01 .btn-text.after--arrow {
  padding-right: 0;
  padding-bottom: 70px;
}
.top-section--chapter02 .heading-wrap .link-btn--arrow01 .btn-text.after--arrow .arrow-wrap {
  bottom: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  display: block;
  width: 27px;
  height: 27px;
}
.top-section--chapter02 .heading-wrap .link-btn--arrow01 .btn-text.after--arrow .arrow-wrap:before,
.top-section--chapter02 .heading-wrap .link-btn--arrow01 .btn-text.after--arrow .arrow-wrap .arrow {
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  background: #000;
  width: 1px;
}
.top-section--chapter02 .heading-wrap .link-btn--arrow01 .btn-text.after--arrow .arrow-wrap:before {
  top: 0;
  left: initial;
  height: 3px;
  content: "";
}
.top-section--chapter02 .heading-wrap .link-btn--arrow01 .btn-text.after--arrow .arrow-wrap .arrow {
  top: 5px;
  left: initial;
  height: 22px;
}
.top-section--chapter02 .heading-wrap .link-btn--arrow01 .btn-text.after--arrow .arrow-wrap .arrow:after {
  top: initial;
  bottom: 0;
  right: 50%;
  -webkit-transform: translate(50%, 0) rotate(135deg);
  transform: translate(50%, 0) rotate(135deg);
}
.top-section--chapter02 .section-heading {
  font-size: 3.75rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.05em;
  margin: 0;
}
.top-section--chapter02 .slide-section {
  position: relative;
  margin-top: 10px;
  padding-left: 60px;
}

.top-section--chapter03 {
  position: relative;
  width: 100%;
  height: 100vh;
  height: 100svh;
  background: #edece7;
  overflow: hidden;
}
@media screen and (max-width: 1200px) {
  .top-section--chapter03 {
    height: 120vh;
  }
}
.top-section--chapter03 .section-layer--andmore,
.top-section--chapter03 .section-layer--andmore:before {
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
}
.top-section--chapter03 .section-layer--andmore {
  top: 100%;
  background: #edece7;
  height: 100vh;
  height: 100svh;
  z-index: 9999999999;
}
@media screen and (max-width: 1200px) {
  .top-section--chapter03 .section-layer--andmore {
    height: auto;
  }
}
.top-section--chapter03 .section-layer--andmore:before {
  top: 0;
  content: "";
  display: block;
  height: 50%;
  background: #c69479;
}
.top-section--chapter03 .section-layer--andmore.andmore-section--show02, .top-section--chapter03 .section-layer--andmore.andmore-section--show03 {
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.top-section--chapter03 .section-layer--andmore.andmore-section--show02 {
  top: 0;
}
.top-section--chapter03 .section-layer--andmore.andmore-section--show03 {
  height: 0;
}
.top-section--chapter03 .andmore-section {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  width: 100%;
  height: 100vh;
  height: 100svh;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.top-section--chapter03 .andmore-section:before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
}
.top-section--chapter03 .andmore-section .decoration-text {
  position: relative;
  color: #fff;
  line-height: 1;
  margin: 0;
  z-index: 1;
  display: table;
}
.top-section--chapter03 .andmore-section .decoration-text .inner-text {
  display: block;
}
.top-section--chapter03 .andmore-section .decoration-text .inner-text.inner-text--thin {
  font-weight: 100;
}
.top-section--chapter03 .andmore-section .section-inner {
  position: relative;
  height: 100vh;
  height: 100svh;
  -webkit-transform-origin: top;
          transform-origin: top;
  padding: 70px 150px 140px;
  overflow: auto;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
@media screen and (max-width: 1200px) {
  .top-section--chapter03 .andmore-section .section-inner {
    overflow: inherit;
  }
}
.top-section--chapter03 .andmore-section .content-wrap {
  position: relative;
  z-index: 1;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  -webkit-transform: translate(0, 30px);
          transform: translate(0, 30px);
  opacity: 0;
  pointer-events: none;
}
.top-section--chapter03 .andmore-section .content-wrap.content--show {
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
  opacity: 1;
  pointer-events: auto;
}
.top-section--chapter03 .andmore-section .section-label {
  color: #fff;
}
.top-section--chapter03 .andmore-section .section-text-wrap {
  max-width: 400px;
  margin-top: 60px;
}
.top-section--chapter03 .andmore-section .section-text-wrap .section-text {
  color: #fff;
}
.top-section--chapter03 .andmore-section .decoration-text.decoration-text02 {
  font-size: 4.875rem;
}
.top-section--chapter03 .andmore-section .decoration-text.decoration-text02 .section-label {
  font-size: 0.9375rem;
  display: block;
  margin-top: 0.6em;
}
.top-section--chapter03 .andmore-section .decoration-text.decoration-text02 .section-label .num {
  font-size: 1.625rem;
}
.top-section--chapter03 .andmore-section ul.btn-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.top-section--chapter03 .andmore-section ul.btn-list > li .btn {
  color: #fff;
  text-align: left;
  border: none;
  background: transparent;
  cursor: pointer;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  padding: 0;
}
.top-section--chapter03 .andmore-section ul.btn-list > li .btn .btn-text {
  position: relative;
}
.top-section--chapter03 .andmore-section ul.btn-list > li .btn .btn-text.btn-text02 {
  display: block;
}
.top-section--chapter03 .andmore-section ul.btn-list01 {
  display: table;
  margin: 0 auto;
}
.top-section--chapter03 .andmore-section ul.btn-list01 > li {
  display: block;
  margin: 0;
}
.top-section--chapter03 .andmore-section ul.btn-list01 > li .btn {
  display: inline-block;
}
.top-section--chapter03 .andmore-section ul.btn-list01 > li .btn .num-wrap {
  display: block;
  overflow: hidden;
  margin-bottom: 0.4em;
}
.top-section--chapter03 .andmore-section ul.btn-list01 > li .btn .num-wrap .num {
  position: relative;
  font-family: "Poppins", "Zen Kaku Gothic New", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", Meiryo, メイリオ, Osaka, "MS PGothic", arial, helvetica, sans-serif;
  font-size: 4.0625rem;
  font-weight: 500;
  line-height: 1;
  display: block;
  bottom: -0.9em;
  -webkit-transition: all 0.7s;
  transition: all 0.7s;
}
.top-section--chapter03 .andmore-section ul.btn-list01 > li .btn .btn-text {
  opacity: 0;
  -webkit-transition: all 0.7s;
  transition: all 0.7s;
  -webkit-transform: translate(0, 10px);
          transform: translate(0, 10px);
  -webkit-transition-delay: 0.8s;
          transition-delay: 0.8s;
}
.top-section--chapter03 .andmore-section ul.btn-list01 > li .btn .btn-text.btn-text01 {
  font-size: 1.5625rem;
  line-height: 1;
  display: table;
  padding-right: 1.32em;
}
.top-section--chapter03 .andmore-section ul.btn-list01 > li .btn .btn-text.btn-text01 .arrow-wrap {
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  display: block;
  width: 1.08em;
  height: 1.08em;
}
.top-section--chapter03 .andmore-section ul.btn-list01 > li .btn .btn-text.btn-text01 .arrow-wrap:before,
.top-section--chapter03 .andmore-section ul.btn-list01 > li .btn .btn-text.btn-text01 .arrow-wrap .arrow {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  display: block;
  background: #fff;
  height: 1px;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.top-section--chapter03 .andmore-section ul.btn-list01 > li .btn .btn-text.btn-text01 .arrow-wrap:before {
  left: 0;
  width: 3px;
  content: "";
}
.top-section--chapter03 .andmore-section ul.btn-list01 > li .btn .btn-text.btn-text01 .arrow-wrap .arrow {
  left: 5px;
  width: 0.88em;
}
.top-section--chapter03 .andmore-section ul.btn-list01 > li .btn .btn-text.btn-text01 .arrow-wrap .arrow:after {
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translate(0, -50%) rotate(45deg);
  transform: translate(0, -50%) rotate(45deg);
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.top-section--chapter03 .andmore-section ul.btn-list01 > li .btn .btn-text.btn-text02 {
  line-height: 1.6;
  letter-spacing: 0.05em;
  margin-top: 0.2em;
}
.top-section--chapter03 .andmore-section ul.btn-list01 > li.fadein {
  opacity: 1;
}
.top-section--chapter03 .andmore-section ul.btn-list01 > li.fadein.scrollin .btn .num-wrap .num {
  bottom: -0.4em;
}
.top-section--chapter03 .andmore-section ul.btn-list01 > li.fadein.scrollin .btn .btn-text {
  opacity: 1;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}
.top-section--chapter03 .andmore-section ul.btn-list02,
.top-section--chapter03 .andmore-section ul.btn-list02 > li {
  display: inline-block;
  vertical-align: top;
}
.top-section--chapter03 .andmore-section ul.btn-list02 {
  font-size: 0;
  margin-top: 70px;
}
.top-section--chapter03 .andmore-section ul.btn-list02 > li {
  font-size: 1.125rem;
  margin: 0.6em 1em;
  padding-left: 2.5em;
}
.top-section--chapter03 .andmore-section ul.btn-list02 > li .btn {
  font-size: 1.125rem;
  display: block;
}
.top-section--chapter03 .andmore-section ul.btn-list02 > li .btn .btn-text {
  position: relative;
  display: block;
}
.top-section--chapter03 .andmore-section ul.btn-list02 > li .btn .btn-text.btn-text01 .num {
  position: absolute;
  top: 50%;
  right: calc(100% + 0.7em);
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  font-size: 1.5625rem;
  font-weight: 700;
  color: #b1b1b1;
  line-height: 1;
  display: inline-block;
}
.top-section--chapter03 .andmore-section ul.btn-list02 > li .btn .btn-text.btn-text02 {
  font-size: 0.8125rem;
  line-height: 1.6;
  margin-top: 0.2em;
}
.top-section--chapter03 .andmore-section .btn--back {
  position: relative;
  font-size: 0.625rem;
  color: #fff;
  line-height: 1;
  display: table;
  border: none;
  background: transparent;
  margin: 0 0 0 auto;
  margin-top: 4.4em;
  padding: 0;
  padding-left: 8em;
  cursor: pointer;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.top-section--chapter03 .andmore-section .btn--back .arrow-wrap {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  display: block;
  width: 6em;
  height: 6em;
}
.top-section--chapter03 .andmore-section .btn--back .arrow-wrap:before,
.top-section--chapter03 .andmore-section .btn--back .arrow-wrap .arrow {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  display: block;
  background: #fff;
  height: 1px;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.top-section--chapter03 .andmore-section .btn--back .arrow-wrap:before {
  right: 0;
  width: 9px;
  content: "";
}
.top-section--chapter03 .andmore-section .btn--back .arrow-wrap .arrow {
  right: 12px;
  width: 4.8em;
}
.top-section--chapter03 .andmore-section .btn--back .arrow-wrap .arrow:after {
  position: absolute;
  top: 50%;
  left: 0.5em;
  -webkit-transform: translate(0, -50%) rotate(-45deg);
  transform: translate(0, -50%) rotate(-45deg);
  content: "";
  display: block;
  width: 2.7em;
  height: 2.7em;
  border-top: 1px solid #fff;
  border-left: 1px solid #fff;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.top-section--chapter03 .andmore-section .section-heading--num {
  font-size: 2.1875rem;
  line-height: 1;
  color: #fff;
  margin: 0;
}
.top-section--chapter03 .andmore-section .section-heading--num .num-wrap {
  display: block;
  overflow: hidden;
  margin-bottom: 0.4em;
}
.top-section--chapter03 .andmore-section .section-heading--num .num-wrap .num {
  position: relative;
  font-size: 6.25rem;
  font-weight: 500;
  line-height: 1;
  display: block;
  bottom: -0.4em;
}
.top-section--chapter03 .andmore-section .section-heading01 {
  position: relative;
  font-size: 1.25rem;
  font-weight: 500;
  color: #fff;
  line-height: 1.6;
  margin: 0;
  margin-bottom: 0.8em;
}
.top-section--chapter03 .andmore-section.andmore-section--show01 {
  top: 0;
  height: 100%;
}
.top-section--chapter03 .andmore-section.andmore-section--menu {
  background: #edece7 url(../img/top/bg_andmore_menu.webp) no-repeat center center/cover;
}
.top-section--chapter03 .andmore-section.andmore-section--menu .section-inner {
  padding-top: 140px;
  padding-bottom: 140px;
  overflow: auto;
}
.top-section--chapter03 .andmore-section.andmore-section--menu .decoration-text.decoration-text01 {
  left: 150px;
  font-size: 10rem;
}
.top-section--chapter03 .andmore-section.andmore-section--menu .section-text-wrap {
  max-width: 350px;
  padding-bottom: 350px;
}
.top-section--chapter03 .andmore-section.andmore-section01 {
  background: #edece7 url(../img/top/bg_andmore01.webp) no-repeat center center/cover;
}
.top-section--chapter03 .andmore-section.andmore-section02 {
  background: #edece7 url(../img/top/bg_andmore02.webp) no-repeat center center/cover;
}
.top-section--chapter03 .andmore-section.andmore-section03 {
  background: #edece7 url(../img/top/bg_andmore03.webp) no-repeat center center/cover;
}
.top-section--chapter03 .andmore-section.andmore-section04 {
  background: #edece7 url(../img/top/bg_andmore04.webp) no-repeat center center/cover;
}

.top-section--chapter04 {
  padding-top: 180px;
  padding-bottom: 150px;
  min-height: 100vh;
  min-height: 100svh;
}
.top-section--chapter04 .top-section-inner {
  position: relative;
  width: 100%;
  padding-left: 150px;
  padding-right: 150px;
}
.top-section--chapter04 .top-section-inner.top-section-inner02 {
  margin-top: 90px;
  padding-right: 0;
}
.top-section--chapter04 .mouse-drag-wrap .library-wrap {
  white-space: nowrap;
  display: table;
}
.top-section--chapter04 .library-wrap > .box {
  position: relative;
  white-space: nowrap;
  display: inline-block;
  vertical-align: bottom;
}
.top-section--chapter04 .library-wrap > .box.box01 {
  padding-right: 160px;
}
.top-section--chapter04 .library-wrap > .box.box01 .top-bg-text--arrow {
  top: 0;
  right: 0;
}
.top-section--chapter04 .library-wrap > .box.box02 {
  padding-top: 5px;
}
.top-section--chapter04 .section-heading {
  font-size: 10rem;
  font-weight: 500;
  line-height: 1;
  margin: 0;
  margin-bottom: 1.3em;
  display: table;
}
.top-section--chapter04 .section-heading span {
  white-space: nowrap;
}
.top-section--chapter04 .section-heading .sub {
  font-size: 1.125rem;
  display: block;
  margin-top: 1em;
}

.top-section--creation {
  z-index: 1;
}
.top-section--creation .top-section-inner {
  padding-left: 150px;
}
.top-section--creation .section-heading01 {
  font-size: 7.5rem;
  color: #fff;
  line-height: 1.05;
  letter-spacing: 0.05em;
  margin: 0;
  white-space: nowrap;
}
.top-section--creation .section-heading01 .heading-text {
  display: block;
}
.top-section--creation .section-heading01 .heading-text.heading-text01 {
  font-weight: 100;
}
.top-section--creation .section-heading01 .heading-text.heading-text02 {
  font-weight: 500;
}
.top-section--creation .section-heading02 {
  font-size: 1.4375rem;
  font-weight: 500;
  line-height: 1.6;
  margin: 0;
  margin-top: 2em;
  margin-bottom: 1em;
}
.top-section--creation .text-wrap {
  position: relative;
  padding-right: 170px;
}
.top-section--creation .text-wrap .top-bg-text--arrow {
  top: 30px;
  right: 0;
}
.top-section--creation .creation-wrap > .box {
  position: relative;
  white-space: nowrap;
  display: inline-block;
  vertical-align: middle;
}
.top-section--creation .creation-wrap > .box.box03 {
  vertical-align: bottom;
  padding-right: 220px;
}
.top-section--creation .creation-wrap > .box.box03 .decoration-text {
  font-size: 5rem;
  font-weight: 500;
  color: #fff;
  line-height: 1.1875;
  text-align: right;
  display: table;
  margin: 0;
}

ul.video-list01 {
  list-style: none;
  margin: 0;
  padding: 0;
}
ul.video-list01 > li .content-wrap {
  position: relative;
}
ul.video-list01 > li .content-wrap .content-text-wrap .content-text {
  letter-spacing: 0.05em;
  margin: 0;
}
ul.video-list01 > li .video-wrap {
  position: relative;
  width: 600px;
  overflow: hidden;
}
ul.video-list01 > li .video-wrap:before {
  content: "";
  display: block;
  padding-top: 100%;
}
ul.video-list01 > li .video-wrap .circle-text-wrap,
ul.video-list01 > li .video-wrap .circle-text-wrap:before,
ul.video-list01 > li .video-wrap .video-wrap-inner {
  position: absolute;
}
ul.video-list01 > li .video-wrap .circle-text-wrap,
ul.video-list01 > li .video-wrap .circle-text-wrap:before {
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
ul.video-list01 > li .video-wrap .circle-text-wrap:before {
  content: "";
  display: block;
  background: transparent url(../img/top/circle-text01.svg) no-repeat center center/contain;
  -webkit-animation: 20s linear infinite rotation1;
          animation: 20s linear infinite rotation1;
}
ul.video-list01 > li .video-wrap .video-wrap-inner {
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 92%;
  height: 92%;
  overflow: hidden;
  border-radius: 50%;
}
ul.video-list01 > li .video-wrap .video-wrap-inner video,
ul.video-list01 > li .video-wrap .video-wrap-inner .splide {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
ul.video-list01 > li .video-wrap .video-wrap-inner .video-btn {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
  border-radius: 50%;
}
ul.video-list01 > li .video-wrap .video-wrap-inner .splide .splide__slide img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.top-section--reserve01 {
  position: relative;
}
.top-section--reserve01 .row > div {
  margin: 0;
}
.top-section--reserve01 .img-wrap:after {
  position: absolute;
  left: 0;
  right: 0;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: #edece7;
  -webkit-transition: all 0.7s;
  transition: all 0.7s;
  -webkit-transition-delay: 0.8s;
          transition-delay: 0.8s;
  z-index: 10;
}
.top-section--reserve01 .img-wrap img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.top-section--reserve01 .img-wrap.img-wrap01 .section-text {
  position: absolute;
  bottom: 120px;
  left: 150px;
  font-weight: 500;
  color: #fff;
  line-height: 1.75;
  display: inline-block;
}
.top-section--reserve01 .heading-wrap {
  position: absolute;
  color: #000;
  text-decoration: none;
  width: 240px;
  height: 165px;
  background: #edece7;
  display: block;
  z-index: 1;
  opacity: 0;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  -webkit-transition-delay: 1.3s;
          transition-delay: 1.3s;
}
.top-section--reserve01 .heading-wrap .section-heading {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-size: 1.5625rem;
  font-weight: 400;
  line-height: 1.4;
  text-align: center;
  margin: 0 auto;
  width: 100%;
}
.top-section--reserve01 .heading-wrap .line {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  display: block;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
.top-section--reserve01 .heading-wrap .line:before, .top-section--reserve01 .heading-wrap .line:after {
  position: absolute;
  content: "";
  display: block;
  background: #fff;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.top-section--reserve01 .heading-wrap .line.line01:before, .top-section--reserve01 .heading-wrap .line.line01:after {
  width: 0;
  height: 3px;
}
.top-section--reserve01 .heading-wrap .line.line01:before {
  top: 0;
  right: 0;
  -webkit-transition-delay: 1.2s;
          transition-delay: 1.2s;
}
.top-section--reserve01 .heading-wrap .line.line01:after {
  left: 0;
  bottom: 0;
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
}
.top-section--reserve01 .heading-wrap .line.line02:before, .top-section--reserve01 .heading-wrap .line.line02:after {
  width: 3px;
  height: 0;
}
.top-section--reserve01 .heading-wrap .line.line02:before {
  top: 0;
  left: 0;
  -webkit-transition-delay: 0.8s;
          transition-delay: 0.8s;
}
.top-section--reserve01 .heading-wrap .line.line02:after {
  right: 0;
  bottom: 0;
}
.top-section--reserve01 .heading-wrap:hover .line.line01:before, .top-section--reserve01 .heading-wrap:hover .line.line01:after {
  width: 100%;
}
.top-section--reserve01 .heading-wrap:hover .line.line01:before {
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}
.top-section--reserve01 .heading-wrap:hover .line.line01:after {
  -webkit-transition-delay: 0.8s;
          transition-delay: 0.8s;
}
.top-section--reserve01 .heading-wrap:hover .line.line02:before, .top-section--reserve01 .heading-wrap:hover .line.line02:after {
  height: 100%;
}
.top-section--reserve01 .heading-wrap:hover .line.line02:before {
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
}
.top-section--reserve01 .heading-wrap:hover .line.line02:after {
  -webkit-transition-delay: 1.2s;
          transition-delay: 1.2s;
}
.top-section--reserve01.fadein {
  opacity: 1;
}
.top-section--reserve01.fadein.scrollin .img-wrap:after {
  height: 0;
}
.top-section--reserve01.fadein.scrollin .heading-wrap {
  opacity: 1;
}

.top-section--reserve02 {
  padding: 200px 25px 160px;
}

.top-section--information {
  padding: 120px 0;
}
.top-section--information .top-section-inner {
  max-width: 890px;
  margin: 0 auto;
  padding: 0 25px;
}
.top-section--information .top-section-inner.top-section-inner02 {
  margin-top: 60px;
}
.top-section--information .section-heading {
  font-size: 3.75rem;
  font-weight: 400;
  color: #fff;
  text-align: center;
  line-height: 1.2;
  margin: 0 auto;
  margin-bottom: 0.6em;
}
.top-section--information .link-btn--arrow01 {
  margin-left: auto;
  margin-right: auto;
}

@media screen and (min-width: 569px) {
  .top-section--chapter04 .top-section-inner.top-section-inner--sp {
    display: none;
  }
  .top-section--chapter04 .top-bg-text--arrow.top-bg-text--arrow--sp {
    display: none;
  }
}
@media screen and (min-width: 769px) {
  .top-section--chapter01 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: end;
    width: 100%;
    overflow: hidden;
  }
  .top-section--chapter01 .row {
    width: 100%;
  }
  .top-section--chapter01 .row > div.order-2 {
    height: 110vh;
    height: 110svh;
  }
  .top-section--chapter01 .text-section {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: end;
    width: 100%;
    height: 100%;
  }
  .top-section--chapter01 .text-section:before {
    position: absolute;
    bottom: 0;
    left: calc(100% - 1px);
    content: "";
    display: block;
    width: 3000px;
    height: calc(100% - 180px);
    background: #fff;
  }
  .top-section--chapter01 .text-section .scroll-wrap {
    height: 350px;
    overflow-y: auto;
    -ms-overflow-style: none;
    scrollbar-width: none;
  }
  .top-section--chapter01 .text-section .scroll-wrap::-webkit-scrollbar {
    display: none;
  }
  .top-section--chapter01 .img-wrap,
  .top-section--chapter01 .slide-wrap {
    min-height: 100%;
    height: 110vh;
    height: 110svh;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
  }
  .top-section--chapter01 .img-wrap.img-wrap--fixed:not(.img-wrap--fixed--off),
  .top-section--chapter01 .slide-wrap.img-wrap--fixed:not(.img-wrap--fixed--off) {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    width: 50%;
    z-index: 0;
  }
  .top-section--chapter02 .heading-wrap {
    top: 50%;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
  }
  .top-section--chapter02 .heading-wrap .link-btn--arrow01:hover .btn-text.after--arrow .arrow-wrap .arrow {
    height: 27px;
  }
  .top-section--chapter03 .andmore-section .decoration-text {
    position: absolute;
  }
  .top-section--chapter03 .andmore-section .decoration-text.decoration-text02 {
    top: 0;
    right: 0;
    text-align: right;
  }
  .top-section--chapter03 .andmore-section ul.btn-list01 > li .btn:hover .btn-text.btn-text01 .arrow-wrap .arrow {
    width: 1em;
  }
  .top-section--chapter03 .andmore-section ul.btn-list02 > li .btn:hover {
    opacity: 0.7;
  }
  .top-section--chapter03 .andmore-section .btn--back:hover .arrow-wrap .arrow {
    width: 5.3em;
  }
  .top-section--chapter03 .andmore-section.andmore-section--menu .decoration-text.decoration-text01 {
    bottom: -0.15em;
  }
  .top-section--reserve01 {
    height: 100vh;
    height: 100svh;
  }
  .top-section--reserve01 .row {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
  }
  .top-section--reserve01 .img-wrap {
    height: 100vh;
    height: 100svh;
  }
  .top-section--reserve01 .img-wrap.img-wrap01:after {
    top: 0;
  }
  .top-section--reserve01 .img-wrap.img-wrap02:after {
    bottom: 0;
  }
  .top-section--reserve01 .heading-wrap {
    position: absolute;
    top: 50%;
    right: -120px;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
  }
  .top-section--creation {
    min-height: 100vh;
    min-height: 100svh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .top-section--creation .top-section-inner {
    width: 100%;
  }
  .top-section--creation .mouse-drag-wrap--pc .creation-wrap {
    white-space: nowrap;
    padding-bottom: 10px;
    display: table;
  }
  ul.video-list01,
  ul.video-list01 > li {
    display: inline-block;
    vertical-align: bottom;
  }
  ul.video-list01 {
    font-size: 0;
    white-space: nowrap;
  }
  ul.video-list01 > li {
    font-size: 1rem;
    margin: 0 60px;
  }
  ul.video-list01 > li:first-child {
    margin-left: 0;
  }
  ul.video-list01 > li:last-child {
    margin-right: 0;
  }
  ul.video-list01 > li .content-wrap {
    padding-left: 60px;
  }
  ul.video-list01 > li .content-wrap .content-text-wrap {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 26%;
    z-index: 1;
  }
}
@media screen and (max-width: 1200px) {
  .mv .mv-inner.mv-inner02 {
    padding-top: 15%;
  }
  .top-section--chapter04 {
    padding-top: 150px;
  }
}
@media screen and (max-width: 1024px) {
  body.home header .logo {
    left: 120px;
  }
  .mv .mv-inner {
    padding-left: 120px;
    padding-right: 120px;
  }
  .mv .scroll-down {
    right: 120px;
  }
  .top-section--chapter01 .text-section .text-section-inner {
    padding-top: 80px;
    padding-left: 70px;
    padding-right: 70px;
  }
  .top-section--chapter02:before {
    height: 150px;
  }
  .top-section--chapter02 .top-section-inner {
    padding-left: 120px;
    padding-right: 120px;
  }
  .top-section--chapter03 .andmore-section .section-inner {
    padding-left: 70px;
    padding-right: 70px;
  }
  .top-section--chapter03 .andmore-section.andmore-section--menu .decoration-text.decoration-text01 {
    left: 70px;
    font-size: 7.5rem;
  }
  .top-section--chapter03 .andmore-section.andmore-section--menu .section-text-wrap {
    padding-bottom: 300px;
  }
  .top-section--chapter04 {
    padding-top: 120px;
    padding-bottom: 120px;
  }
  .top-section--chapter04 .top-section-inner {
    padding-left: 120px;
    padding-right: 120px;
  }
  .top-section--chapter04 .section-heading {
    font-size: 8.75rem;
  }
  .top-section--creation .top-section-inner {
    padding-left: 120px;
  }
  .top-section--creation .section-heading01 {
    font-size: 6.25rem;
  }
  .top-section--reserve01 .img-wrap.img-wrap01 .section-text {
    left: 120px;
  }
  .top-section--reserve02 {
    padding: 150px 25px 110;
  }
}
@media screen and (max-width: 768px) {
  .mv .mv-inner {
    padding-left: 70px;
    padding-right: 70px;
  }
  .mv .mv-inner.mv-inner02 {
    padding-top: 50px;
    padding-bottom: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .mv .mv-inner.mv-inner03 {
    bottom: 20px;
  }
  .mv .mv-logo {
    max-width: 415px;
  }
  .mv .mv-catch-wrap {
    width: 100%;
  }
  .mv .mv-catch-wrap .mv-catch .text.text--main {
    font-size: 1.75rem;
  }
  .mv .scroll-down {
    left: 20px;
    right: initial;
    bottom: 75px;
  }
  .top-section .section-label {
    font-size: 1.0625rem;
  }
  .top-section .section-label .num {
    font-size: 1.375rem;
  }
  .top-section--chapter01 .text-section {
    padding-top: 0;
  }
  .top-section--chapter01 .text-section:before {
    position: absolute;
    bottom: calc(100% - 1px);
    left: 0;
    right: 0;
    content: "";
    display: block;
    width: 100%;
    height: 186px;
    background: #fff;
  }
  .top-section--chapter01 .text-section .text-section-inner {
    padding-top: 50px;
    padding-bottom: 110px;
  }
  .top-section--chapter01 .text-section .section-heading {
    font-size: 1.75rem;
  }
  .top-section--chapter01 .text-section .section-text--en {
    font-size: 0.9375rem;
  }
  .top-section--chapter01 .text-section .link-btn--arrow01 {
    margin-left: auto;
    margin-right: 0;
  }
  .top-section--chapter01 .img-wrap,
  .top-section--chapter01 .slide-wrap {
    width: 80%;
    margin: 0 0 0 auto;
  }
  .top-section--chapter01 .slide-wrap .img-wrap {
    width: 100%;
  }
  .top-section--chapter02 {
    padding-top: 80px;
  }
  .top-section--chapter02:before {
    height: 120px;
  }
  .top-section--chapter02 .top-section-inner {
    padding-left: 70px;
    padding-right: 70px;
  }
  .top-section--chapter02 .slide-section {
    margin-top: 50px;
  }
  .top-section--chapter02 .heading-wrap {
    top: 0;
  }
  .top-section--chapter02 .heading-wrap .link-btn--arrow01 {
    margin-top: 3em;
  }
  .top-section--chapter02 .section-heading {
    font-size: 3.125rem;
  }
  .top-section--chapter03 .andmore-section .section-inner {
    padding-top: 25px;
    padding-bottom: 110px;
  }
  .top-section--chapter03 .andmore-section .row > div {
    margin: 0;
  }
  .top-section--chapter03 .andmore-section .section-heading--num {
    font-size: 1.875rem;
  }
  .top-section--chapter03 .andmore-section .section-heading--num .num-wrap .num {
    font-size: 5.625rem;
  }
  .top-section--chapter03 .andmore-section .section-text-wrap {
    max-width: 100%;
    margin-top: 50px;
  }
  .top-section--chapter03 .andmore-section .decoration-text.decoration-text02 {
    font-size: 1.875rem;
  }
  .top-section--chapter03 .andmore-section .decoration-text.decoration-text02 .section-label {
    font-size: 0.625rem;
  }
  .top-section--chapter03 .andmore-section .decoration-text.decoration-text02 .section-label .num {
    font-size: 0.9375rem;
  }
  .top-section--chapter03 .andmore-section ul.btn-list01 {
    display: block;
    margin: 0;
    margin-top: 20px;
  }
  .top-section--chapter03 .andmore-section ul.btn-list01 > li .btn .num-wrap .num {
    font-size: 3.125rem;
  }
  .top-section--chapter03 .andmore-section ul.btn-list01 > li .btn .btn-text.btn-text01 {
    font-size: 1.4375rem;
  }
  .top-section--chapter03 .andmore-section ul.btn-list02,
  .top-section--chapter03 .andmore-section ul.btn-list02 > li {
    display: block;
    margin: 0;
  }
  .top-section--chapter03 .andmore-section ul.btn-list02 {
    margin-top: 90px;
  }
  .top-section--chapter03 .andmore-section ul.btn-list02 > li {
    margin-bottom: 1.3333333333em;
  }
  .top-section--chapter03 .andmore-section ul.btn-list02 > li:last-child {
    margin-bottom: 0;
  }
  .top-section--chapter03 .andmore-section .btn--back {
    display: none;
  }
  .top-section--chapter03 .andmore-section.andmore-section--menu .decoration-text.decoration-text01 {
    left: initial;
    font-size: 5rem;
    margin-top: -0.1em;
    margin-left: 70px;
  }
  .top-section--chapter03 .andmore-section.andmore-section--menu .section-inner {
    margin-top: 20px;
    padding-top: 0;
    padding-bottom: 170px;
  }
  .top-section--chapter03 .andmore-section.andmore-section--menu .content-wrap {
    height: initial;
    padding-bottom: 90px;
  }
  .top-section--chapter03 .andmore-section.andmore-section--menu .section-text-wrap {
    max-width: 83%;
    padding-bottom: 0;
  }
  .top-section--chapter04 {
    padding-top: 90px;
    padding-bottom: 90px;
  }
  .top-section--chapter04 .top-section-inner {
    padding-left: 70px;
    padding-right: 70px;
  }
  .top-section--chapter04 .section-heading {
    font-size: 7.5rem;
  }
  .top-section--creation .top-section-inner {
    padding-left: 70px;
    padding-right: 70px;
  }
  .top-section--creation .creation-wrap > .box {
    white-space: initial;
    display: block;
  }
  .top-section--creation .creation-wrap > .box.box03 {
    display: none;
  }
  .top-section--creation .section-heading01 {
    font-size: 5rem;
  }
  .top-section--creation .section-heading02 {
    font-size: 1.25rem;
  }
  .top-section--creation .text-wrap {
    padding-right: 0;
  }
  .top-section--creation .text-wrap .top-bg-text--arrow {
    display: none;
  }
  ul.video-list01,
  ul.video-list01 > li {
    display: block;
    width: 100%;
    margin: 0;
  }
  ul.video-list01 > li .content-wrap {
    position: relative;
  }
  ul.video-list01 > li .content-wrap .content-text-wrap {
    position: absolute;
    top: 100%;
    left: 0;
    padding-right: 24%;
  }
  ul.video-list01 > li .video-wrap {
    width: 100%;
  }
  ul.video-list01 > li:nth-child(1) .video-wrap, ul.video-list01 > li:nth-child(3) .video-wrap {
    right: -18.5%;
  }
  ul.video-list01 > li:nth-child(2) {
    margin-top: 100px;
  }
  ul.video-list01 > li:nth-child(2) .video-wrap {
    left: -18.5%;
  }
  ul.video-list01 > li:nth-child(3) {
    margin-top: 60px;
  }
  .top-section--reserve01 .img-wrap.img-wrap01 {
    height: 485px;
  }
  .top-section--reserve01 .img-wrap.img-wrap01:after {
    bottom: 0;
  }
  .top-section--reserve01 .img-wrap.img-wrap01 .section-text {
    bottom: 90px;
    left: 70px;
  }
  .top-section--reserve01 .img-wrap.img-wrap02 {
    height: 315px;
  }
  .top-section--reserve01 .img-wrap.img-wrap02:after {
    top: 0;
  }
  .top-section--reserve01 .heading-wrap {
    top: -50px;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    width: 90%;
    max-width: 280px;
    height: 100px;
  }
  .top-section--reserve01 .heading-wrap .section-heading {
    font-size: 1.25rem;
  }
  .top-section--reserve01 .heading-wrap .line:before, .top-section--reserve01 .heading-wrap .line:after {
    background: #000;
  }
  .top-section--reserve02 {
    display: none;
  }
  .top-section--information .section-heading {
    font-size: 3.4375rem;
  }
  .top-section--information .top-section-inner.top-section-inner02 {
    margin-top: 50px;
    padding: 0;
  }
  .top-section--information .mouse-drag-wrap--sp .tab-content-section {
    padding-top: 5px;
    width: 850px;
  }
}
@media screen and (max-width: 568px) {
  .top-section--chapter04 .top-section-inner.sp-pb-90 {
    padding-bottom: 90px;
  }
  .top-section--chapter04 .top-section-inner.top-section-inner02 {
    margin-top: 0;
  }
  .top-section--chapter04 .top-bg-text--arrow.top-bg-text--arrow--sp {
    top: 100%;
    right: 70px;
    display: inline-block;
    z-index: 1;
  }
  .top-section--chapter04 .library-wrap > .box.box01 {
    width: calc(100vw - 70px);
    padding-top: 110px;
    padding-right: 50px;
  }
  .top-section--chapter04 .library-wrap > .box.box01 .top-bg-text--arrow {
    display: none;
  }
  .top-section--chapter04 .library-wrap > .box.box01 .link-btn--arrow01 {
    display: none;
  }
  .top-section--chapter04 .library-wrap > .box.box02 ul.library-list.library-list01 > li {
    width: 100vw;
    padding: 0 25px;
  }
  .top-section--chapter04 .library-wrap > .box.box02 ul.library-list.library-list01 > li .inner {
    width: 100%;
    max-width: 290px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 480px) {
  .mv .mv-inner {
    padding-left: 25px;
    padding-right: 25px;
  }
  .mv .mv-inner.mv-inner03 {
    bottom: 10px;
  }
  .mv .mv-logo {
    max-width: 190px;
    margin-bottom: 40px;
  }
  .mv .mv-catch .text.text--main {
    font-size: 1.5rem;
  }
  .mv .mv-catch .text.text--sub {
    font-size: 1rem;
  }
  .top-section--chapter01 .text-section .text-section-inner {
    padding-left: 25px;
    padding-right: 25px;
  }
  .top-section--chapter01 .text-section .section-heading {
    font-size: 1.4375rem;
  }
  .top-section--chapter01 .text-section .text-wrap {
    width: 86.1538461538%;
  }
  .top-section--chapter02:before {
    height: 70px;
  }
  .top-section--chapter02 .top-section-inner {
    padding-left: 25px;
    padding-right: 25px;
  }
  .top-section--chapter02 .section-heading {
    font-size: 2.5rem;
  }
  .top-section--chapter03 .andmore-section .section-inner {
    padding-left: 25px;
    padding-right: 25px;
  }
  .top-section--chapter03 .andmore-section.andmore-section--menu .decoration-text.decoration-text01 {
    margin-left: 25px;
  }
  .top-section--chapter04 {
    padding-top: 45px;
  }
  .top-section--chapter04 .top-section-inner {
    padding-left: 25px;
    padding-right: 25px;
  }
  .top-section--chapter04 .section-heading {
    font-size: 5.5rem;
  }
  .top-section--chapter04 .top-bg-text--arrow.top-bg-text--arrow--sp {
    right: 25px;
  }
  .top-section--chapter04 .library-wrap > .box.box01 {
    width: calc(100vw - 25px);
  }
  .top-section--creation .top-section-inner {
    padding-left: 25px;
    padding-right: 25px;
  }
  .top-section--creation .section-heading01 {
    font-size: 3.75rem;
  }
  .top-section--creation .section-heading02 {
    font-size: 1.125rem;
  }
  .top-section--creation .section-text {
    font-size: 0.875rem;
  }
  .top-section--reserve01 .img-wrap.img-wrap01 .section-text {
    left: 25px;
  }
  .top-section--information .section-heading {
    font-size: 2.75rem;
  }
}
@media screen and (max-width: 350px) {
  .top-section--creation .section-heading01 {
    font-size: 2.5rem;
  }
  .top-section--information .section-heading {
    font-size: 2.5rem;
  }
}
/*---------------------------------------------------------------------------
pages create
---------------------------------------------------------------------------*/
.section-inner--create {
  position: relative;
}
.section-inner--create.section-inner--create01, .section-inner--create.section-inner--create02, .section-inner--create.section-inner--create04 {
  padding: 0 160px;
}
.section-inner--create.section-inner--create03 {
  padding: 0 100px;
}

.section-label--create {
  position: relative;
  font-size: 1.25rem;
  line-height: 1;
  display: inline-block;
  white-space: nowrap;
  margin: 0;
}
.section-label--create .lrg {
  font-size: 1.5625rem;
  display: inline-block;
  margin-left: 0.2em;
}
.section-label--create.ta--c {
  margin: 0 auto;
  display: table;
}
.section-label--create.ta--r {
  margin: 0 0 0 auto;
  display: table;
}

.arrow-wrap--create01 {
  width: 28px;
  margin: 0 auto;
  margin-top: 25px;
  display: none;
}
.arrow-wrap--create01 img {
  height: auto;
}

.page-mv--create {
  position: relative;
  background: #edece7;
  width: 100%;
  height: 100vh;
  height: 100svh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 60px 0;
}
.page-mv--create .mv-inner {
  width: 100%;
}
.page-mv--create .mv-catch-wrap {
  position: relative;
  padding-left: 60px;
}
.page-mv--create .mv-catch-wrap .section-label--create {
  position: absolute;
  top: 1em;
  left: 0;
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
          writing-mode: vertical-rl;
}
.page-mv--create .mv-catch-wrap .section-label--create .lrg {
  margin-top: 0.2em;
  margin-left: 0;
}
.page-mv--create .mv-catch {
  font-size: 7.5rem;
  font-weight: 400;
  line-height: 1.1;
  letter-spacing: 0.05em;
  margin: 0;
  white-space: nowrap;
}
.page-mv--create .mv-catch .catch-text {
  position: relative;
  display: table;
}
.page-mv--create .mv-catch .catch-text.catch-text--thin {
  font-weight: 100;
}
.page-mv--create .mv-catch .catch-text .ttl {
  position: absolute;
  top: 50%;
  left: calc(100% + 4em);
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0;
  white-space: nowrap;
}

.create-section {
  position: relative;
}

.create-section01 {
  color: #fff;
  padding-top: 150px;
  background: #edece7 url(../img/page/section-bg_create01.webp) no-repeat center center/cover;
}
.create-section01 * {
  position: relative;
  z-index: 1;
}
.create-section01:before, .create-section01:after {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  content: "";
  width: 100%;
  height: 100%;
  display: block;
}
.create-section01:before {
  background: rgba(0, 0, 0, 0.47);
}
.create-section01:after {
  background: transparent url(../img/common/bg-dot01_bk.webp) repeat;
}
.create-section01 .section-label--create {
  margin-bottom: 2em;
}
.create-section01 .section-heading {
  font-size: 7.5rem;
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: 0.05em;
  margin: 0;
  white-space: nowrap;
}
.create-section01 .section-heading .heading-text {
  position: relative;
  display: block;
}
.create-section01 .section-heading .heading-text.heading-text--thin {
  font-weight: 100;
}
.create-section01 .section-heading .heading-sub {
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0;
  display: block;
  margin-top: 2em;
}
.create-section01 .text-wrap {
  width: 41.6666666667%;
  margin: 0 0 0 auto;
}
.create-section01 .text-wrap .inner-text {
  margin: 0;
}
.create-section01 .decoration-text-wrap {
  font-size: 3.75rem;
  width: 67.1875%;
  background: #edece7;
  margin: 0 0 0 auto;
  margin-top: 180px;
  padding-top: 0.8em;
  padding-left: 1em;
}
.create-section01 .decoration-text-wrap .inner {
  overflow: hidden;
}
.create-section01 .decoration-text-wrap ul.infiniteslide,
.create-section01 .decoration-text-wrap ul.infiniteslide > li {
  line-height: 1;
  margin: 0;
}
.create-section01 .decoration-text-wrap ul.infiniteslide {
  list-style: none;
}
.create-section01 .decoration-text-wrap .decoration-text {
  line-height: 1;
  letter-spacing: 0.05em;
  margin: 0;
  display: block;
  white-space: nowrap;
}
.create-section01 .decoration-text-wrap .decoration-text.decoration-text02 {
  margin-top: 0.2em;
}

.create-section02,
.create-section03,
.create-section04 {
  padding-top: 90px;
  padding-bottom: 90px;
  background: #edece7;
}

.create-section03 .section-heading {
  font-size: 5rem;
  font-weight: 400;
  text-align: center;
  margin: 0 auto;
  margin-top: 0.2em;
  margin-bottom: 0.6em;
  white-space: nowrap;
}
.create-section03 .section-heading .heading-text {
  display: block;
}
.create-section03 .section-heading .heading-text.heading-text--main {
  line-height: 1.2;
  letter-spacing: 0.05em;
  padding-left: 0.05em;
}
.create-section03 .section-heading .heading-text.heading-text--sub {
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.6;
  margin-top: 1.4em;
}
.create-section03 .section-heading .text--thin {
  font-weight: 100;
}
.create-section03 .section-text-wrap01 {
  margin: 0 auto;
  width: 62.5%;
}
.create-section03 .section-text-wrap01 .section-text {
  letter-spacing: 0.05em;
  margin: 0;
}
.create-section03 .maintenance-list-wrap {
  margin: 0 auto;
}
.create-section03 .maintenance-list-wrap.maintenance-list-wrap01 {
  margin-top: 90px;
}
.create-section03 .maintenance-list-wrap.maintenance-list-wrap02 {
  margin-top: 40px;
}
.create-section03 .maintenance-list-wrap .link-btn--arrow01 {
  margin-top: 8em;
  margin-left: auto;
  margin-right: auto;
}
.create-section03 ul.maintenance-list {
  list-style: none;
  font-size: 0;
  text-align: center;
  margin: 0 auto;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.create-section03 ul.maintenance-list > li {
  font-size: 1rem;
  display: inline-block;
  margin: 0 35px;
}
.create-section03 ul.maintenance-list > li:first-child {
  margin-left: 0;
}
.create-section03 ul.maintenance-list > li:last-child {
  margin-right: 0;
}
.create-section03 ul.maintenance-list > li .circle {
  position: relative;
  width: 180px;
  background: #fff;
  border-radius: 50%;
}
.create-section03 ul.maintenance-list > li .circle:before {
  content: "";
  display: block;
  padding-top: 100%;
}
.create-section03 ul.maintenance-list > li .circle .heading {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  font-size: 1.125rem;
  font-weight: 500;
  text-align: center;
  line-height: 1.5555555556;
  margin: 0 auto;
  padding: 1em;
}
.create-section03 ul.maintenance-list > li .circle .heading .sub {
  font-size: 0.9375rem;
  display: block;
  margin-top: 0.2em;
}

.create-section04 .section-heading {
  font-size: 7.5rem;
  font-weight: 400;
  text-align: center;
  margin: 0 auto;
  margin-top: 0.4em;
  margin-bottom: 1.2em;
  white-space: nowrap;
}
.create-section04 .section-heading .heading-text {
  display: block;
}
.create-section04 .section-heading .heading-text.heading-text--main {
  line-height: 1.2;
  letter-spacing: 0.05em;
  padding-left: 0.05em;
}
.create-section04 .section-heading .heading-text.heading-text--sub {
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.6;
  margin-top: 3em;
}
.create-section04 .section-heading .text--thin {
  font-weight: 100;
}
.create-section04 .info-section--create01 .section-logo {
  max-width: 285px;
  margin: 0 auto;
}
.create-section04 .info-section--create01 .section-logo img {
  height: auto;
}
.create-section04 .info-section--create01 .section-catch {
  text-align: center;
  margin: 0 auto;
}
.create-section04 .info-section--create01 .section-catch.section-catch01 {
  font-size: 1.4375rem;
  margin-top: 2em;
}
.create-section04 .info-section--create01 .section-catch.section-catch02 {
  font-size: 0.9375rem;
  font-weight: 500;
  margin-top: 0.8em;
}
.create-section04 .info-section--create01 .section-text {
  font-size: 1.125rem;
  text-align: center;
  margin: 0 auto;
}
.create-section04 .info-section--create01 .section-text.section-text02 {
  margin-top: 3em;
}
.create-section04 ul.job-list01 {
  width: 65.625%;
  margin: 0 auto;
  margin-top: 130px;
}

.process-section--create {
  position: relative;
}

.num-section {
  width: 1000px;
  margin: 0 auto;
  font-weight: 300;
}
@media screen and (max-width: 768px) {
  .num-section {
    margin-left: 15px;
    width: 100%;
    margin-bottom: 15px;
  }
}
.num-section span {
  font-weight: 400;
  font-size: 1.2rem;
  margin-left: 5px;
}

.process-section--create01 {
  background: #edece7;
  padding-top: 180px;
  padding-bottom: 90px;
}
.process-section--create01.-renovation {
  padding-top: 0;
  padding-bottom: 140px;
}
@media screen and (max-width: 768px) {
  .process-section--create01.-renovation {
    margin-left: -25px;
  }
}
.process-section--create01 .inner {
  width: 79.1666666667%;
}
.process-section--create01 .heading {
  font-size: 3.25rem;
  font-weight: 400;
  line-height: 1;
  margin: 0;
  margin-bottom: 1.4em;
}
.process-section--create01 .box {
  position: relative;
}
.process-section--create01 .box .num {
  font-size: 3.0625rem;
  font-weight: 500;
  line-height: 1;
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
          writing-mode: vertical-rl;
  margin: 0;
  padding-right: 0.4em;
  height: 85px;
  border-right: 1px solid #000;
}
.process-section--create01 .box .num.num01 {
  -moz-transition-delay: 200ms;
  -webkit-transition-delay: 200ms;
  -o-transition-delay: 200ms;
  -ms-transition-delay: 200ms;
}
.process-section--create01 .box .num.num02 {
  -moz-transition-delay: 400ms;
  -webkit-transition-delay: 400ms;
  -o-transition-delay: 400ms;
  -ms-transition-delay: 400ms;
}
.process-section--create01 .box .num.num03 {
  -moz-transition-delay: 600ms;
  -webkit-transition-delay: 600ms;
  -o-transition-delay: 600ms;
  -ms-transition-delay: 600ms;
}
.process-section--create01 .box .text-wrap {
  margin-top: 20px;
}
.process-section--create01 .box .text-wrap.text-wrap01 {
  -moz-transition-delay: 300ms;
  -webkit-transition-delay: 300ms;
  -o-transition-delay: 300ms;
  -ms-transition-delay: 300ms;
}
.process-section--create01 .box .text-wrap.text-wrap02 {
  -moz-transition-delay: 500ms;
  -webkit-transition-delay: 500ms;
  -o-transition-delay: 500ms;
  -ms-transition-delay: 500ms;
}
.process-section--create01 .box .text-wrap.text-wrap03 {
  -moz-transition-delay: 700ms;
  -webkit-transition-delay: 700ms;
  -o-transition-delay: 700ms;
  -ms-transition-delay: 700ms;
}
.process-section--create01 .box .text-wrap .text {
  letter-spacing: 0.05em;
  margin: 0;
}
.process-section--create01 .link-btn--arrow01 {
  margin-top: 4em;
  margin-left: auto;
  margin-right: 0;
}

.flow-wrap--create01 {
  margin-top: 200px;
}
@media screen and (max-width: 768px) {
  .flow-wrap--create01 {
    margin-top: 120px;
  }
}
.flow-wrap--create01 .heading {
  font-size: 3.75rem;
  font-weight: 400;
  text-align: center;
  line-height: 1;
  letter-spacing: 0.05em;
  margin: 0 auto;
  margin-bottom: 1em;
  padding-left: 0.05em;
}
.flow-wrap--create01 .heading .sub {
  font-size: 1.2rem;
  line-height: 1.6;
  letter-spacing: 0;
  display: block;
  margin-top: 0.8em;
}
.flow-wrap--create01 .flow-list-create01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.flow-wrap--create01 .flow-list-create01 .flow-content {
  position: relative;
  width: 42px;
  height: 440px;
  margin: 0 4px;
  /*padding: 20px 0;*/
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.flow-wrap--create01 .flow-list-create01 .flow-content > .inner {
  position: relative;
  background: #fff;
  width: 100%;
  height: 100%;
  padding: 0 5px;
  padding-top: 45px;
  padding-bottom: 60px;
}
.flow-wrap--create01 .flow-list-create01 .flow-content .step-num {
  text-align: center;
  line-height: 1;
  margin: 0 auto;
  margin-bottom: 60px;
}
.flow-wrap--create01 .flow-list-create01 .flow-content .step-num .step-num-text {
  display: block;
  white-space: nowrap;
}
.flow-wrap--create01 .flow-list-create01 .flow-content .step-num .step-num-text.step-num-text01 {
  font-size: 0.8125rem;
}
.flow-wrap--create01 .flow-list-create01 .flow-content .step-num .step-num-text.step-num-text02 {
  font-size: 1.5625rem;
  margin-top: 0.2em;
}
.flow-wrap--create01 .flow-list-create01 .flow-content .label-text {
  font-size: 0.9375rem;
  font-weight: 500;
  line-height: 1;
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
          writing-mode: vertical-rl;
  margin: 0 auto;
}
.flow-wrap--create01 .flow-list-create01 .flow-content .text-wrap {
  -webkit-transform: scale(0);
          transform: scale(0);
  -webkit-transform-origin: center;
          transform-origin: center;
}
.flow-wrap--create01 .flow-list-create01 .flow-content .text-wrap * {
  -webkit-transition: all 0.8s;
  transition: all 0.8s;
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
  opacity: 0;
}
.flow-wrap--create01 .flow-list-create01 .flow-content .text-wrap .heading {
  font-size: 1.0625rem;
  font-weight: 500;
  text-align: center;
  line-height: 1.6;
  margin: 0 auto;
  margin-bottom: 1.2em;
}
.flow-wrap--create01 .flow-list-create01 .flow-content .text-wrap .text {
  font-size: 0.9375rem;
  letter-spacing: 0.05em;
  margin: 0;
}
.flow-wrap--create01 .flow-list-create01 .flow-content .text-wrap .text--money {
  position: relative;
  font-size: 0.875rem;
  margin: 0;
  padding-left: 2.3571428571em;
}
.flow-wrap--create01 .flow-list-create01 .flow-content .text-wrap .text--money:before {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  content: "";
  display: block;
  width: 1.7857142857em;
  height: 1.7857142857em;
  background: transparent url(../img/common/icon_money01.svg) no-repeat center center/contain;
}
.flow-wrap--create01 .flow-list-create01 .flow-content .text-wrap .text--money.text--money02 {
  margin-top: 2em;
}
.flow-wrap--create01 .flow-list-create01 .flow-content .btn {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  display: block;
  cursor: pointer;
}
.flow-wrap--create01 .flow-list-create01 .flow-content.money-step > .inner:after {
  position: absolute;
  bottom: 15px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  content: "";
  display: block;
  width: 25px;
  height: 25px;
  background: transparent url(../img/common/icon_money01.svg) no-repeat center center/contain;
}
.flow-wrap--create01 .flow-list-create01 .flow-content.first-step {
  margin-left: 0;
}
.flow-wrap--create01 .flow-list-create01 .flow-content.first-step > .inner {
  border-radius: 10px 0 0 10px;
}
.flow-wrap--create01 .flow-list-create01 .flow-content.last-step {
  margin-right: 0;
}
.flow-wrap--create01 .flow-list-create01 .flow-content.last-step > .inner {
  border-radius: 0 10px 10px 0;
}
.flow-wrap--create01 .flow-list-create01 input {
  display: none;
}
.flow-wrap--create01 .flow-list-create01 input:checked + .flow-content {
  width: 100%;
  padding: 0;
}
.flow-wrap--create01 .flow-list-create01 input:checked + .flow-content .label-text {
  display: none;
}
.flow-wrap--create01 .flow-list-create01 input:checked + .flow-content .text-wrap {
  -webkit-transform: scale(1);
          transform: scale(1);
  padding: 0 25px;
}
.flow-wrap--create01 .flow-list-create01 input:checked + .flow-content .text-wrap * {
  opacity: 1;
}
.flow-wrap--create01 .flow-list-create01 input:checked + .flow-content.money-step > .inner:after {
  display: none;
}

.section-catch-wrap--create01 {
  margin-top: 30px;
}
.section-catch-wrap--create01 .catch {
  font-size: 7.5rem;
  font-weight: 400;
  line-height: 1.1;
  letter-spacing: 0.05em;
  margin: 0;
  white-space: nowrap;
}
.section-catch-wrap--create01 .catch .catch-text {
  position: relative;
  display: table;
}
.section-catch-wrap--create01 .catch .catch-text.catch-text--thin {
  font-weight: 100;
}
.section-catch-wrap--create01 .catch .catch-text .ttl {
  position: absolute;
  top: 50%;
  left: calc(100% + 4em);
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0;
  white-space: nowrap;
}
.section-catch-wrap--create01 .text-wrap .text {
  margin: 0;
}

.tab-section--create01 {
  margin-top: 230px;
}
.tab-section--create01 .btn-wrap .section-inner--create,
.tab-section--create01 .btn-wrap--below .section-inner--create {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.tab-section--create01 .btn-wrap .btn,
.tab-section--create01 .btn-wrap--below .btn {
  cursor: pointer;
  display: block;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.tab-section--create01 .btn-wrap .btn {
  position: relative;
  color: #fff;
  width: 27.1028037383%;
  margin: 0 5px;
  padding-top: 160px;
}
.tab-section--create01 .btn-wrap .btn .btn-inner {
  position: relative;
  padding: 200px 20px 90px;
  border-radius: 10px 10px 0 0;
  height: 100%;
  overflow: hidden;
}
.tab-section--create01 .btn-wrap .btn .btn-inner:before {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: #c69479;
  opacity: 0.7;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.tab-section--create01 .btn-wrap .btn .btn-inner .num {
  position: absolute;
  top: 40px;
  left: 40px;
  font-size: 3.125rem;
  font-weight: 500;
  color: #fff;
  line-height: 1;
  margin: 0;
  display: inline-block;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.tab-section--create01 .btn-wrap .btn .btn-inner .num:after {
  position: absolute;
  top: 100%;
  left: 10px;
  content: "";
  display: block;
  width: 120px;
  height: 2px;
  background: #fff;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.tab-section--create01 .btn-wrap .btn * {
  position: relative;
  z-index: 1;
}
.tab-section--create01 .btn-wrap .btn .btn-heading,
.tab-section--create01 .btn-wrap .btn .btn-text {
  text-align: center;
  margin: 0 auto;
}
.tab-section--create01 .btn-wrap .btn .btn-heading {
  font-size: 1.375rem;
  line-height: 1;
}
.tab-section--create01 .btn-wrap .btn .btn-heading .sub {
  font-size: 1rem;
  line-height: 1.6;
  display: block;
  margin-top: 1.8em;
}
.tab-section--create01 .btn-wrap .btn .btn-text {
  font-size: 1.125rem;
  line-height: 1.6;
  margin-top: 2.8em;
  display: none;
}
.tab-section--create01 .btn-wrap .btn.btn01 .btn-inner {
  background: #fff url(../img/page/btn-bg_create01.webp) no-repeat center center/cover;
}
.tab-section--create01 .btn-wrap .btn.btn02 .btn-inner {
  background: #fff url(../img/page/btn-bg_create02.webp) no-repeat center center/cover;
}
.tab-section--create01 .btn-wrap .btn.btn03 .btn-inner {
  background: #fff url(../img/page/btn-bg_create03.webp) no-repeat center center/cover;
}
.tab-section--create01 .btn-wrap--below .btn {
  position: relative;
  width: 33.3333333333%;
  padding: 15px 7.5px;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.tab-section--create01 .btn-wrap--below .btn .btn-inner {
  position: relative;
  padding: 10px;
  height: 110px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #fff;
}
.tab-section--create01 .btn-wrap--below .btn .btn-heading {
  font-size: 1.375rem;
  text-align: center;
  margin: 0 auto;
  width: 100%;
  line-height: 1;
}
.tab-section--create01 .btn-wrap--below .btn .btn-heading .sub {
  font-size: 0.9375rem;
  line-height: 1.6;
  display: block;
  margin-bottom: 0.4em;
}
.tab-section--create01 .section-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
.tab-section--create01 .tab-content-wrap {
  padding: 150px 0;
  background: #fff;
  -webkit-transform: scale(0);
          transform: scale(0);
  -webkit-transform-origin: top;
          transform-origin: top;
  width: 0;
  height: 0;
  opacity: 0;
  pointer-events: none;
}
.tab-section--create01 .tab-content-wrap .tab-content-inner01 {
  padding: 0 160px;
}
.tab-section--create01 .tab-content-wrap .tab-content-inner02 {
  padding-right: 220px;
}
.tab-section--create01 input {
  display: none;
}
.tab-section--create01 input#create01:checked ~ .btn-wrap .btn.btn01 {
  color: #000;
  width: 42.0560747664%;
  padding-top: 0;
}
.tab-section--create01 input#create01:checked ~ .btn-wrap .btn.btn01 .btn-inner {
  padding-top: 230px;
}
.tab-section--create01 input#create01:checked ~ .btn-wrap .btn.btn01 .btn-inner:before {
  background: #fff;
  opacity: 1;
}
.tab-section--create01 input#create01:checked ~ .btn-wrap .btn.btn01 .btn-inner .num {
  font-size: 3.75rem;
  color: #000;
}
.tab-section--create01 input#create01:checked ~ .btn-wrap .btn.btn01 .btn-inner .num:after {
  background: #000;
  width: 170px;
}
.tab-section--create01 input#create01:checked ~ .btn-wrap .btn.btn01 .btn-heading {
  font-size: 2.0625rem;
}
.tab-section--create01 input#create01:checked ~ .btn-wrap .btn.btn01 .btn-heading .sub {
  font-size: 1.25rem;
  margin-top: 1em;
}
.tab-section--create01 input#create01:checked ~ .btn-wrap .btn.btn01 .btn-text {
  display: block;
}
.tab-section--create01 input#create01:checked ~ .btn-wrap--below .btn.btn01 {
  background: #fff;
  margin-right: 7.5px;
}
.tab-section--create01 input#create01:checked ~ .btn-wrap--below .btn.btn01 .btn-heading {
  font-size: 1.875rem;
}
.tab-section--create01 input#create01:checked ~ .btn-wrap--below .btn.btn01 .btn-heading .sub {
  font-size: 1.25rem;
}
.tab-section--create01 input#create01:checked ~ .section-wrap #content01 {
  -webkit-transform: scale(1);
          transform: scale(1);
  width: 100%;
  height: auto;
  opacity: 1;
  pointer-events: auto;
}
.tab-section--create01 input#create02:checked ~ .btn-wrap .btn.btn02 {
  color: #000;
  width: 42.0560747664%;
  padding-top: 0;
}
.tab-section--create01 input#create02:checked ~ .btn-wrap .btn.btn02 .btn-inner {
  padding-top: 230px;
}
.tab-section--create01 input#create02:checked ~ .btn-wrap .btn.btn02 .btn-inner:before {
  background: #fff;
  opacity: 1;
}
.tab-section--create01 input#create02:checked ~ .btn-wrap .btn.btn02 .btn-inner .num {
  font-size: 3.75rem;
  color: #000;
}
.tab-section--create01 input#create02:checked ~ .btn-wrap .btn.btn02 .btn-inner .num:after {
  background: #000;
  width: 170px;
}
.tab-section--create01 input#create02:checked ~ .btn-wrap .btn.btn02 .btn-heading {
  font-size: 2.0625rem;
}
.tab-section--create01 input#create02:checked ~ .btn-wrap .btn.btn02 .btn-heading .sub {
  font-size: 1.25rem;
  margin-top: 1em;
}
.tab-section--create01 input#create02:checked ~ .btn-wrap .btn.btn02 .btn-text {
  display: block;
}
.tab-section--create01 input#create02:checked ~ .btn-wrap--below .btn.btn02 {
  background: #fff;
  margin: 0 7.5px;
}
.tab-section--create01 input#create02:checked ~ .btn-wrap--below .btn.btn02 .btn-heading {
  font-size: 1.875rem;
}
.tab-section--create01 input#create02:checked ~ .btn-wrap--below .btn.btn02 .btn-heading .sub {
  font-size: 1.25rem;
}
.tab-section--create01 input#create02:checked ~ .section-wrap #content02 {
  -webkit-transform: scale(1);
          transform: scale(1);
  width: 100%;
  height: auto;
  opacity: 1;
  pointer-events: auto;
}
.tab-section--create01 input#create03:checked ~ .btn-wrap .btn.btn03 {
  color: #000;
  width: 42.0560747664%;
  padding-top: 0;
}
.tab-section--create01 input#create03:checked ~ .btn-wrap .btn.btn03 .btn-inner {
  padding-top: 230px;
}
.tab-section--create01 input#create03:checked ~ .btn-wrap .btn.btn03 .btn-inner:before {
  background: #fff;
  opacity: 1;
}
.tab-section--create01 input#create03:checked ~ .btn-wrap .btn.btn03 .btn-inner .num {
  font-size: 3.75rem;
  color: #000;
}
.tab-section--create01 input#create03:checked ~ .btn-wrap .btn.btn03 .btn-inner .num:after {
  background: #000;
  width: 170px;
}
.tab-section--create01 input#create03:checked ~ .btn-wrap .btn.btn03 .btn-heading {
  font-size: 2.0625rem;
}
.tab-section--create01 input#create03:checked ~ .btn-wrap .btn.btn03 .btn-heading .sub {
  font-size: 1.25rem;
  margin-top: 1em;
}
.tab-section--create01 input#create03:checked ~ .btn-wrap .btn.btn03 .btn-text {
  display: block;
}
.tab-section--create01 input#create03:checked ~ .btn-wrap--below .btn.btn03 {
  background: #fff;
  margin-left: 7.5px;
}
.tab-section--create01 input#create03:checked ~ .btn-wrap--below .btn.btn03 .btn-heading {
  font-size: 1.875rem;
}
.tab-section--create01 input#create03:checked ~ .btn-wrap--below .btn.btn03 .btn-heading .sub {
  font-size: 1.25rem;
}
.tab-section--create01 input#create03:checked ~ .section-wrap #content03 {
  -webkit-transform: scale(1);
          transform: scale(1);
  width: 100%;
  height: auto;
  opacity: 1;
  pointer-events: auto;
}

.text-wrap--create {
  position: relative;
  margin: 0 auto;
}
.text-wrap--create .inner-text {
  letter-spacing: 0.05em;
  margin-top: 0;
  margin-bottom: 0;
}
.text-wrap--create .inner-text.inner-text01 {
  margin-top: 1em;
}
.text-wrap--create .inner-text.inner-text02 {
  margin-top: 2em;
}
.text-wrap--create.text-wrap--create01 {
  width: 50%;
}
.text-wrap--create.text-wrap--create02 {
  width: 62.5%;
}

.tab-btn-section--create01 {
  position: relative;
  margin: 0 auto;
  margin-top: 200px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 65.625%;
  z-index: 2;
}
.tab-btn-section--create01:before {
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  content: "";
  display: block;
  width: 100%;
  height: 6px;
  background: #edece7;
  z-index: -1;
}
.tab-btn-section--create01 .btn {
  font-size: 1.375rem;
  text-align: center;
  line-height: 1.4;
  width: 33%;
  margin: 0 10px;
  padding: 0.5em 0.4em;
  border: 3px solid #edece7;
  background: #edece7;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  cursor: pointer;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.tab-btn-section--create01 .btn:first-child {
  margin-left: 0 !important;
}
.tab-btn-section--create01 .btn:last-child {
  margin-right: 0 !important;
}
.tab-btn-section--create01.tab-btn-section--btn3 {
  width: 70.3125%;
}
.tab-btn-section--create01.tab-btn-section--btn3 .btn {
  width: 30%;
  margin: 0 5px;
}

.tab-content-section--create01 .content-wrap--structure,
.tab-content-section--create01 .tab-content--exterior {
  position: relative;
  display: none;
  padding-top: 150px;
}
.tab-content-section--create01 .content-wrap--structure .bg-text {
  font-weight: 600;
  color: #edece7;
  margin: 0;
}
.tab-content-section--create01 .content-inner--foundation {
  position: relative;
}
.tab-content-section--create01 .content-inner--foundation01 .bg-text {
  font-size: 6.25rem;
  line-height: 1;
  white-space: nowrap;
}
.tab-content-section--create01 .content-inner--foundation02 {
  margin-top: 90px;
}
.tab-content-section--create01 .content-inner--foundation03 {
  margin-top: 120px;
}
.tab-content-section--create01 .content-inner--foundation03 .img-wrap img {
  height: auto;
}
.tab-content-section--create01 .content-inner--foundation03 .link-btn--arrow01 {
  margin: 0 auto;
  margin-top: 180px;
}
.tab-content-section--create01 .content-inner--foundation04 .row > div,
.tab-content-section--create01 .content-inner--foundation05 .row > div {
  margin: 0;
}
.tab-content-section--create01 .content-inner--foundation05 {
  margin-top: 40px;
}
.tab-content-section--create01 .content-inner--foundation06 {
  margin-top: 120px;
}
.tab-content-section--create01 .content-inner--foundation06 .heading--mid03 {
  margin-top: 0;
  margin-bottom: 2.2em;
}
.tab-content-section--create01 .content-inner--foundation06 .link-btn--arrow01 {
  margin: 0 auto;
  margin-top: 120px;
}
.tab-content-section--create01 .img-section--foundation01 .heading {
  font-weight: 500;
  letter-spacing: 0.05em;
  margin: 0;
  margin-bottom: 2.5em;
}
.tab-content-section--create01 .img-section--foundation01 .img-wrap img {
  height: auto;
}
.tab-content-section--create01 .img-section--foundation01 .desc-text {
  font-size: 0.8125rem;
  text-align: center;
  margin: 0 auto;
}
.tab-content-section--create01 .img-section--foundation01 .desc-text.desc-text02 {
  margin-top: 2em;
}
.tab-content-section--create01 .bg-text-wrap--wfc01 {
  position: relative;
}
.tab-content-section--create01 .bg-text-wrap--wfc01 .bg-text {
  font-size: 3.75rem;
  line-height: 1.2666666667;
  white-space: nowrap;
}
.tab-content-section--create01 .img-section--wfc01 .img-wrap img {
  height: auto;
}
.tab-content-section--create01 .img-section--wfc01 .heading {
  font-weight: 500;
  text-align: center;
  line-height: 1.6;
  letter-spacing: 0.05em;
  margin-top: 0.8em;
  margin-bottom: 0.6em;
  padding-left: 0.05em;
}
.tab-content-section--create01 .img-section--wfc01 .desc-text {
  font-size: 0.875rem;
  text-align: center;
  margin: 0 auto;
}
.tab-content-section--create01 .merit-section--wfc01 .heading-img-wrap {
  text-align: center;
  width: 100%;
  max-width: 150px;
  margin: 0 auto;
  margin-bottom: 25px;
}
.tab-content-section--create01 .merit-section--wfc01 .heading-img-wrap img {
  height: auto;
}

.tab-content-section--create02 .bg-text-wrap {
  position: relative;
}
.tab-content-section--create02 .bg-text {
  font-weight: 600;
  color: #edece7;
  line-height: 1.2580645161;
  margin: 0;
  white-space: nowrap;
}
.tab-content-section--create02 .content-wrap--performance {
  position: relative;
}
.tab-content-section--create02 .content-wrap--performance01 .heading--mid03 {
  margin-top: 0;
}
.tab-content-section--create02 .content-wrap--performance01 .img-wrap {
  width: 85%;
  margin: 0 auto;
  margin-top: 80px;
}
.tab-content-section--create02 .content-wrap--performance01 .img-wrap img {
  height: auto;
}
.tab-content-section--create02 .content-wrap--performance01 .bg-text {
  font-size: 4.5625rem;
}
.tab-content-section--create02 .content-wrap--performance02 {
  max-width: 76%;
  margin: 0 0 0 auto;
  margin-top: 160px;
  padding-right: 160px;
}
.tab-content-section--create02 .content-wrap--performance02 .row > div {
  margin: 0;
}
.tab-content-section--create02 .content-wrap--performance03 {
  margin-top: 90px;
}
.tab-content-section--create02 .content-wrap--performance04 {
  margin-top: 120px;
}
.tab-content-section--create02 .content-wrap--performance04 .row > div {
  margin: 0;
}
.tab-content-section--create02 .content-wrap--performance04 .heading--mid01 {
  margin-top: 0;
  margin-bottom: 0.8em;
}
.tab-content-section--create02 .content-wrap--performance04 .text-wrap--create {
  padding-right: 60px;
}
.tab-content-section--create02 .content-wrap--performance04 .bg-text-wrap .bg-text {
  position: absolute;
  top: -0.2em;
  left: 0;
  font-size: 3.875rem;
  white-space: nowrap;
}
.tab-content-section--create02 .content-wrap--performance05 .row > div,
.tab-content-section--create02 .content-wrap--performance06 .row > div {
  margin: 0;
}
.tab-content-section--create02 .content-wrap--performance05 {
  margin-top: 60px;
}
.tab-content-section--create02 .content-wrap--performance05 .heading--mid02 {
  margin-top: 0;
  margin-bottom: 1em;
}
.tab-content-section--create02 .content-wrap--performance05 .text-wrap--create {
  position: relative;
}
.tab-content-section--create02 .content-wrap--performance05 .text-wrap--create .bg-text {
  position: absolute;
  top: 0;
  right: calc(100% + 1.4em);
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  font-size: 1.875rem;
  text-align: right;
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
          writing-mode: vertical-rl;
}
.tab-content-section--create02 .content-wrap--performance06 .heading--mid01 {
  margin-bottom: 0.8em;
}
.tab-content-section--create02 .content-wrap--performance06 .img-wrap--window img {
  height: auto;
}
.tab-content-section--create02 .content-wrap--performance06 .img-wrap--window01 {
  margin-top: -100px;
  width: 67.96875%;
}
.tab-content-section--create02 .content-wrap--performance06 .img-wrap--window02 {
  margin-top: 35px;
}
.tab-content-section--create02 .content-wrap--performance07 {
  margin-top: 150px;
}
.tab-content-section--create02 .content-wrap--performance07 .heading--mid01,
.tab-content-section--create02 .content-wrap--performance07 .heading--mid03 {
  margin-top: 0;
  margin-bottom: 0.8em;
}
.tab-content-section--create02 .content-wrap--performance07 .text-wrap--create--ventilation01 {
  padding-left: 200px;
}
.tab-content-section--create02 .content-wrap--performance07 .text-wrap--create--ventilation01 .bg-text {
  position: absolute;
  top: 0;
  left: 0;
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
          writing-mode: vertical-rl;
  font-size: 3.75rem;
}
.tab-content-section--create02 .content-wrap--performance07 .img-wrap--ventilation01 {
  margin-top: 10px;
}
.tab-content-section--create02 .content-wrap--performance07 .img-wrap--ventilation01 img {
  height: auto;
}
.tab-content-section--create02 .content-wrap--performance08 .text-section--zeh01 {
  background: #edece7;
  padding: 70px;
  padding-left: 170px;
}
.tab-content-section--create02 .content-wrap--performance08 .text-section--zeh01 .section-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
}
.tab-content-section--create02 .content-wrap--performance08 .text-section--zeh01 .section-inner .img-wrap {
  width: 80px;
  min-width: 80px;
  margin-right: 25px;
}
.tab-content-section--create02 .content-wrap--performance08 .text-section--zeh01 .section-inner .img-wrap img {
  height: auto;
}
.tab-content-section--create02 .content-wrap--performance08 .text-section--zeh01 .section-inner .text-wrap {
  width: 100%;
}
.tab-content-section--create02 .content-wrap--performance08 .text-section--zeh01 .section-inner .text-wrap .inner-text {
  letter-spacing: 0.05em;
  margin: 0;
}
.tab-content-section--create02 .content-wrap--performance08 .bg-text-wrap {
  position: relative;
  font-size: 5.625rem;
}
.tab-content-section--create02 .content-wrap--performance08 .bg-text-wrap .inner {
  overflow-x: hidden;
}
.tab-content-section--create02 .content-wrap--performance08 .bg-text-wrap .inner .infiniteslide_wrap {
  padding-bottom: 0.14em;
  overflow: visible;
}
.tab-content-section--create02 .content-wrap--performance08 .bg-text-wrap ul.infiniteslide,
.tab-content-section--create02 .content-wrap--performance08 .bg-text-wrap ul.infiniteslide > li {
  line-height: 1;
  margin: 0;
}
.tab-content-section--create02 .content-wrap--performance08 .bg-text-wrap ul.infiniteslide {
  list-style: none;
}
.tab-content-section--create02 .content-wrap--performance08 .bg-text-wrap .bg-text {
  line-height: 1;
  margin: 0;
  display: block;
}
.tab-content-section--create02 .content-wrap--performance09 {
  margin-top: 10px;
}
.tab-content-section--create02 .content-wrap--performance09 .row > div {
  margin: 0;
}
.tab-content-section--create02 .content-wrap--performance09 .img-wrap--zeh01 {
  margin-top: 55px;
}
.tab-content-section--create02 .content-wrap--performance09 .img-wrap--zeh01 img {
  height: auto;
}
.tab-content-section--create02 .content-wrap--performance10 {
  margin-top: 150px;
}
.tab-content-section--create02 .content-wrap--performance10 .heading--mid02 {
  margin-top: 0;
}
.tab-content-section--create02 .content-wrap--performance11 {
  margin-top: 120px;
}
.tab-content-section--create02 .content-wrap--performance11 .row > div {
  margin: 0;
}
.tab-content-section--create02 .content-wrap--performance11 .bg-text {
  font-size: 5rem;
  line-height: 1.1125;
  display: table;
  margin: 0 auto;
}
.tab-content-section--create02 .content-wrap--performance11 .link-btn--arrow01 {
  margin: 0 auto;
  margin-top: 180px;
}
.tab-content-section--create02 .acd-section--visualization {
  max-width: 76%;
  margin: 0 0 0 auto;
  padding: 70px 90px;
  padding-right: 160px;
  background: #edece7;
  border-radius: 30px 0 0 30px;
}
.tab-content-section--create02 .acd-section--visualization .acd-label {
  position: relative;
  display: block;
}
.tab-content-section--create02 .acd-section--visualization .acd-label .img-wrap,
.tab-content-section--create02 .acd-section--visualization .acd-label .label-text {
  display: inline-block;
  vertical-align: middle;
}
.tab-content-section--create02 .acd-section--visualization .acd-label .img-wrap {
  width: 100%;
  max-width: 230px;
  margin-right: 40px;
}
.tab-content-section--create02 .acd-section--visualization .acd-label .label-text {
  position: relative;
  font-size: 1.1875rem;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0.05em;
}
.tab-content-section--create02 .acd-section--visualization .acd-content {
  margin-top: 45px;
  overflow: hidden;
}
.tab-content-section--create02 .acd-section--visualization input {
  display: none;
}
.tab-content-section--create02 .acd-section--visualization .visualization-wrap {
  position: relative;
}
.tab-content-section--create02 .acd-section--visualization .visualization-wrap .heading {
  font-size: 0.875rem;
  text-align: center;
  color: #fff;
  line-height: 1.6;
  margin: 0;
  padding: 0.4em 1em;
  background: #b1b1b1;
}
.tab-content-section--create02 .acd-section--visualization .visualization-wrap .img-wrap {
  margin-top: 20px;
}
.tab-content-section--create02 .acd-section--visualization .visualization-wrap .img-wrap img {
  height: auto;
}
.tab-content-section--create02 .acd-section--visualization .visualization-wrap .desc-text {
  font-size: 0.875rem;
  line-height: 1.6;
  margin: 0;
}
.tab-content-section--create02 .acd-section--visualization .visualization-wrap .desc-text.desc-text01 {
  margin-top: 1em;
}
.tab-content-section--create02 .acd-section--visualization .visualization-wrap.visualization-wrap02 .bg-text {
  font-size: 3.75rem;
  color: #fff;
}
.tab-content-section--create02 .img-wrap--material01 {
  width: 78.6%;
  margin-top: 25px;
}
.tab-content-section--create02 .img-wrap--material01 img {
  height: auto;
}
.tab-content-section--create02 ul.zeh-list01 {
  text-align: center;
}
.tab-content-section--create02 ul.zeh-list01 > li {
  text-align: left;
}
.tab-content-section--create02 ul.zeh-list01 > li .square {
  position: relative;
  width: 100%;
  background: #edece7;
}
.tab-content-section--create02 ul.zeh-list01 > li .square:before {
  content: "";
  display: block;
  padding-top: 100%;
}
.tab-content-section--create02 ul.zeh-list01 > li .square:after {
  position: absolute;
  top: calc(100% - 0.1px);
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  content: "";
  width: 17px;
  height: 12px;
  display: block;
  background: -webkit-gradient(linear, right bottom, left top, color-stop(50%, rgba(255, 255, 255, 0)), color-stop(50.5%, #edece7)) no-repeat top left/100% 100%;
  background: linear-gradient(to top left, rgba(255, 255, 255, 0) 50%, #edece7 50.5%) no-repeat top left/100% 100%;
}
.tab-content-section--create02 ul.zeh-list01 > li .square .square-text {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-size: 1.2rem;
  font-weight: 500;
  text-align: center;
  line-height: 1.6;
  margin: 0 auto;
  padding: 1em;
  width: 100%;
}
.tab-content-section--create02 ul.zeh-list01 > li .text-wrap {
  margin-top: 40px;
}
.tab-content-section--create02 ul.zeh-list01 > li .text-wrap .inner-text {
  letter-spacing: 0.05em;
  margin: 0;
}
.tab-content-section--create02 .caution-text-wrap--zeh01 {
  margin-top: 15px;
  max-width: 55%;
}
.tab-content-section--create02 .caution-text-wrap--zeh01 .inner-text {
  font-size: 0.875rem;
  letter-spacing: 0.05em;
  margin: 0;
}

.tab-content-section--create03 .bg-text-wrap {
  position: relative;
}
.tab-content-section--create03 .bg-text {
  font-weight: 600;
  color: #edece7;
  line-height: 1.2580645161;
  margin: 0;
  white-space: nowrap;
}
.tab-content-section--create03 .content-wrap--exterior {
  position: relative;
}
.tab-content-section--create03 .content-wrap--exterior01 {
  margin-top: 120px;
}
.tab-content-section--create03 .content-wrap--exterior01 .row > div {
  margin: 0;
}
.tab-content-section--create03 .content-wrap--exterior01 .img-wrap {
  width: 71%;
}
.tab-content-section--create03 .content-wrap--exterior01 .img-wrap img {
  height: auto;
}
.tab-content-section--create03 .content-wrap--exterior01 .text-wrap--plant02 {
  position: relative;
  margin-top: 80px;
  padding-right: 110px;
}
.tab-content-section--create03 .content-wrap--exterior01 .text-wrap--plant02 .inner-text {
  color: #edece7;
}
.tab-content-section--create03 .content-wrap--exterior01 .text-wrap--plant02 .bg-text {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 3.125rem;
  line-height: 1;
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
          writing-mode: vertical-rl;
}
.tab-content-section--create03 .content-wrap--exterior02 {
  margin-top: -45px;
}
.tab-content-section--create03 .content-wrap--exterior02 .row > div {
  margin: 0;
}
.tab-content-section--create03 .content-wrap--exterior02 .section-inner01 .text-wrap--create {
  margin-top: 210px;
  padding-right: 100px;
}
.tab-content-section--create03 .content-wrap--exterior02 .section-inner01 .text-wrap--create .bg-text {
  font-size: 3.9375rem;
  margin-top: 0.4em;
}
.tab-content-section--create03 .content-wrap--exterior02 .section-inner01 .img-wrap img {
  height: auto;
}
.tab-content-section--create03 .content-wrap--exterior02 .section-inner02 {
  margin-top: 120px;
}
.tab-content-section--create03 .section-heading--exterior01 {
  font-size: 5rem;
  font-weight: 600;
  color: #edece7;
  line-height: 1.2;
  letter-spacing: 0.02em;
  margin: 0;
  margin-bottom: 0.6em;
}
.tab-content-section--create03 .section-heading--exterior01.ta--c {
  padding-left: 0.02em;
}
.tab-content-section--create03 .heading-wrap--flow01 {
  max-width: 555px;
  margin: 0 auto;
  margin-bottom: 25px;
}
.tab-content-section--create03 .heading-wrap--flow01 .img-wrap {
  margin: 0;
}
.tab-content-section--create03 .heading-wrap--flow01 .img-wrap img {
  height: auto;
}
.tab-content-section--create03 .flow-list-section .row > div {
  margin: 0;
}
.tab-content-section--create03 .flow-list-section .section-img-wrap img {
  height: auto;
}
.tab-content-section--create03 .flow-list-section .flow-list-img-wrap {
  max-width: 615px;
  margin: 0 auto;
}
.tab-content-section--create03 .flow-list-section .flow-list-img-wrap picture {
  display: block;
  width: 100%;
}
.tab-content-section--create03 .flow-list-section .flow-list-img-wrap img {
  height: auto;
}
.tab-content-section--create03 .flow-list-section.flow-list-section02 {
  margin-top: 150px;
}
.tab-content-section--create03 .flow-list-section.flow-list-section--img-l .section-img-wrap {
  left: -160px;
}
.tab-content-section--create03 .flow-list-section.flow-list-section--img-r .section-img-wrap {
  right: -160px;
  margin: 0 0 0 auto;
}
.tab-content-section--create03 .text-wrap--create--exterior01 {
  margin-left: 0;
  width: 41.6666666667%;
}
.tab-content-section--create03 .img-wrap--exterior01 {
  width: 65%;
  margin: 0 0 0 auto;
  margin-top: -160px;
}
.tab-content-section--create03 .img-wrap--exterior01 img {
  height: auto;
}
.tab-content-section--create03 .service-list-section--exterior01 {
  position: relative;
  width: 76%;
  margin: 0 0 0 auto;
  margin-top: 180px;
  padding-left: 100px;
}
.tab-content-section--create03 .service-list-section--exterior01:before {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  content: "";
  width: 3000px;
  height: calc(100% - 240px);
  background: #edece7;
  display: block;
}
.tab-content-section--create03 ul.service-list {
  list-style: none;
  font-size: 0;
  margin: 0;
  padding: 0;
  display: inline-block;
  width: 100%;
  vertical-align: top;
}
.tab-content-section--create03 ul.service-list > li {
  font-size: 1rem;
  display: inline-block;
  vertical-align: top;
  width: 41%;
  margin: 9%;
}
.tab-content-section--create03 ul.service-list > li .img-wrap {
  z-index: 2;
}
.tab-content-section--create03 ul.service-list > li .img-wrap:before {
  content: "";
  display: block;
  padding-top: 100%;
}
.tab-content-section--create03 ul.service-list > li .img-wrap:after {
  position: absolute;
  top: 15px;
  left: 15px;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-size: auto auto;
  background-color: rgba(255, 255, 255, 0);
  background-image: repeating-linear-gradient(45deg, transparent, transparent 4px, #fff 4px, #fff 7px);
  z-index: -1;
}
.tab-content-section--create03 ul.service-list > li .img-wrap img {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 50%;
}
.tab-content-section--create03 ul.service-list > li .service-name {
  position: relative;
  font-size: 1.5625rem;
  text-align: center;
  line-height: 1.4;
  margin: 0 auto;
  margin-top: 1.4em;
}
.tab-content-section--create03 ul.service-list > li .service-name .sub {
  font-size: 1rem;
  display: block;
  margin-top: 0.2em;
}
.tab-content-section--create03 ul.service-list > li:nth-child(1), .tab-content-section--create03 ul.service-list > li:nth-child(2) {
  margin-top: 0;
}
.tab-content-section--create03 ul.service-list > li:nth-child(odd) {
  margin-left: 0;
}
.tab-content-section--create03 ul.service-list > li:nth-child(even), .tab-content-section--create03 ul.service-list > li:last-child {
  margin-right: 0;
}
.tab-content-section--create03 .link-btn-section--exterior01 {
  width: 70%;
  margin: 0 auto;
  margin-top: 150px;
}
.tab-content-section--create03 .link-btn-section--exterior01 .link-btn--arrow01 {
  max-width: 100%;
  margin: 0 auto;
}

#structure-item1,
#structure-item2,
#exterior-item1,
#exterior-item2,
#exterior-item3 {
  display: none;
}

#structure-item1:checked ~ .tab-btn-section--create01 .btn01 {
  background: #fff;
  border-bottom: 3px solid #fff;
}
#structure-item1:checked ~ .tab-content-section--create01 .content-wrap--structure01 {
  display: block;
}

#structure-item2:checked ~ .tab-btn-section--create01 .btn02 {
  background: #fff;
  border-bottom: 3px solid #fff;
}
#structure-item2:checked ~ .tab-content-section--create01 .content-wrap--structure02 {
  display: block;
}

#exterior-item1:checked ~ .tab-btn-section--create01 .btn01 {
  background: #fff;
  border-bottom: 3px solid #fff;
}
#exterior-item1:checked ~ .tab-content-section--create01 .tab-content--exterior01 {
  display: block;
}

#exterior-item2:checked ~ .tab-btn-section--create01 .btn02 {
  background: #fff;
  border-bottom: 3px solid #fff;
}
#exterior-item2:checked ~ .tab-content-section--create01 .tab-content--exterior02 {
  display: block;
}

#exterior-item3:checked ~ .tab-btn-section--create01 .btn03 {
  background: #fff;
  border-bottom: 3px solid #fff;
}
#exterior-item3:checked ~ .tab-content-section--create01 .tab-content--exterior03 {
  display: block;
}

ul.job-list01,
ul.job-list01 > li {
  display: block;
  margin: 0;
}

ul.job-list01 {
  list-style: none;
  padding: 0;
}
ul.job-list01 > li {
  border-top: 1px solid #000;
}
ul.job-list01 > li:last-child {
  margin-bottom: 0;
  border-bottom: 1px solid #000;
}
ul.job-list01 > li .box {
  position: relative;
  padding: 15px;
  padding-right: 5px;
}
ul.job-list01 > li .box .job-name--jp,
ul.job-list01 > li .box .job-name--en {
  position: relative;
  line-height: 1;
  z-index: 1;
}
ul.job-list01 > li .box .job-name--jp {
  font-weight: 500;
  text-align: right;
  margin: 0 0 0 auto;
  margin-bottom: 0.8em;
}
ul.job-list01 > li .box .job-name--en {
  font-size: 1.125rem;
  margin: 0;
  display: inline-block;
}
ul.job-list01 > li .box .job-name--en:first-letter {
  font-size: 2.1875rem;
  font-weight: 700;
  margin-right: 0.1em;
}
ul.job-list01 > li .box .job-desc {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 42px;
  border-radius: 50%;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
ul.job-list01 > li .box .job-desc:before, ul.job-list01 > li .box .job-desc:after {
  content: "";
  display: block;
  border-radius: 50%;
}
ul.job-list01 > li .box .job-desc:before {
  padding-top: 100%;
}
ul.job-list01 > li .box .job-desc:after {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  -webkit-filter: blur(2px);
  filter: blur(2px);
}
ul.job-list01 > li .box .job-desc .inner {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  opacity: 0;
  width: 100%;
  padding: 20px 85px;
  z-index: 1;
  pointer-events: none;
}
ul.job-list01 > li .box .job-desc .inner .inner-text {
  letter-spacing: 0.05em;
  margin: 0;
}
ul.job-list01 > li .box .job-desc .btn {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  z-index: 2;
  cursor: pointer;
}
ul.job-list01 > li .box input {
  display: none;
}
ul.job-list01 > li .box input:checked + .job-desc {
  width: 40%;
  z-index: 10;
}
ul.job-list01 > li .box input:checked + .job-desc .inner {
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-animation: 1s job-content-show forwards;
          animation: 1s job-content-show forwards;
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
  pointer-events: auto;
}

@-webkit-keyframes job-content-show {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes job-content-show {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
ul.company-info-list01,
ul.company-info-list01 > li {
  display: block;
  margin: 0;
}

ul.company-info-list01 {
  list-style: none;
  margin-top: 130px;
  padding: 0;
}
ul.company-info-list01 > li {
  margin-bottom: 70px;
  border-bottom: 4px solid #fff;
}
ul.company-info-list01 > li:last-child {
  margin-bottom: 0;
}
ul.company-info-list01 > li .row > div {
  margin: 0;
}
ul.company-info-list01 > li .heading {
  font-size: 1.25rem;
  line-height: 1.6;
  margin: 0;
}
ul.company-info-list01 > li .en-text-wrap {
  position: relative;
  min-height: 65px;
}
ul.company-info-list01 > li .en-text-wrap .text--en {
  font-size: 3.75rem;
  color: #fff;
  line-height: 1;
  white-space: nowrap;
  margin: 0;
  margin-bottom: -0.2em;
}
ul.company-info-list01 > li .content-wrap {
  position: relative;
  padding-bottom: 1em;
}
ul.company-info-list01 > li .content-wrap .inner-text {
  letter-spacing: 0.05em;
  margin: 0;
}
ul.company-info-list01 > li.mt-150 {
  margin-top: 150px;
}
ul.company-info-list01 > li.w--half {
  width: 50%;
}

.location-section .text-wrap .company-name {
  font-size: 1.5rem;
  line-height: 1;
  letter-spacing: 0.05em;
  margin: 0;
  margin-bottom: 1.2em;
}
.location-section .text-wrap .company-name .sml {
  font-size: 1.25rem;
}
.location-section .text-wrap .heading01 {
  line-height: 1;
  letter-spacing: 0.05em;
  margin: 0;
  margin-bottom: 0.4em;
  padding-left: 0.6em;
  border-left: 4px solid #000;
}
.location-section .text-wrap .text {
  letter-spacing: 0.05em;
  margin: 0;
}
.location-section .text-wrap.text-wrap02 {
  padding-top: 15px;
}
.location-section .text-wrap table.time-table {
  text-align: left;
  margin-top: 25px;
}
.location-section .map-wrap {
  line-height: 0;
  height: 320px;
}
.location-section .map-wrap iframe,
.location-section .map-wrap .map {
  display: block;
  width: 100%;
  height: 100%;
}
.location-section.location-section01 {
  margin-top: 60px;
}
.location-section.location-section02 {
  margin-top: 120px;
}
.location-section.location-section02 .map-wrap {
  margin-top: 30px;
}

.current-nav-wrap {
  position: fixed;
  top: 50%;
  right: 25px;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  z-index: 100;
  padding-top: 40px;
  padding-bottom: 40px;
  padding-right: 15px;
}
.current-nav-wrap.-renovation {
  padding-top: 20px;
  padding-bottom: 4px;
}
.current-nav-wrap:after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  content: "";
  display: block;
  width: 1px;
  height: 100%;
  background: #b1b1b1;
}
.current-nav-wrap ul.current-nav,
.current-nav-wrap ul.current-nav > li {
  display: block;
  margin: 0;
}
.current-nav-wrap ul.current-nav {
  list-style: none;
  padding: 0;
}
.current-nav-wrap ul.current-nav > li,
.current-nav-wrap ul.current-nav > li a {
  position: relative;
  font-size: 0.625rem;
  color: #b1b1b1;
  text-align: right;
  line-height: 1;
}
.current-nav-wrap ul.current-nav > li {
  color: #b1b1b1;
  margin-bottom: 1.2em;
}
.current-nav-wrap ul.current-nav > li:nth-child(2), .current-nav-wrap ul.current-nav > li:nth-child(5), .current-nav-wrap ul.current-nav > li:nth-child(6), .current-nav-wrap ul.current-nav > li:nth-child(7) {
  margin-bottom: 5em;
}
.current-nav-wrap ul.current-nav > li:last-child {
  margin-bottom: 0 !important;
}
.current-nav-wrap ul.current-nav > li a {
  text-decoration: none;
  display: inline-block;
}
.current-nav-wrap ul.current-nav > li a:after {
  position: absolute;
  top: 50%;
  right: -17.5px;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #b1b1b1;
  z-index: 1;
}
.current-nav-wrap ul.current-nav > li a.on {
  font-size: 0.75rem;
  color: #000;
}
.current-nav-wrap ul.current-nav > li a.on:after {
  right: -20px;
  width: 11px;
  height: 11px;
  background: #000;
}
.current-nav-wrap ul.current-nav > li.li-renove {
  margin-bottom: 1.2em !important;
}
.current-nav-wrap ul.current-nav.text--wh > li a.on {
  color: #fff;
}
.current-nav-wrap ul.current-nav.text--wh > li a.on:after {
  background: #fff;
}

@media screen and (min-width: 769px) {
  .section-catch-wrap--create01 .row {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .create-section03 .maintenance-list-wrap.maintenance-list-wrap01 ul.maintenance-list > li:nth-child(2) {
    -moz-transition-delay: 200ms;
    -webkit-transition-delay: 200ms;
    -o-transition-delay: 200ms;
    -ms-transition-delay: 200ms;
  }
  .create-section03 .maintenance-list-wrap.maintenance-list-wrap02 ul.maintenance-list > li:nth-child(1) {
    -moz-transition-delay: 400ms;
    -webkit-transition-delay: 400ms;
    -o-transition-delay: 400ms;
    -ms-transition-delay: 400ms;
  }
  .create-section03 .maintenance-list-wrap.maintenance-list-wrap02 ul.maintenance-list > li:nth-child(2) {
    -moz-transition-delay: 600ms;
    -webkit-transition-delay: 600ms;
    -o-transition-delay: 600ms;
    -ms-transition-delay: 600ms;
  }
  .create-section03 .maintenance-list-wrap.maintenance-list-wrap02 ul.maintenance-list > li:nth-child(3) {
    -moz-transition-delay: 800ms;
    -webkit-transition-delay: 800ms;
    -o-transition-delay: 800ms;
    -ms-transition-delay: 800ms;
  }
  ul.company-info-list01 > li .row {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: end;
  }
  ul.company-info-list01 > li .en-text-wrap .text--en {
    position: absolute;
    bottom: 0;
    left: 0;
  }
  .location-section.location-section01 .row > div {
    margin: 0;
  }
  .location-section.location-section02 .row > div {
    margin: 0 50px;
  }
  .location-section.location-section02 .row > div:first-child {
    margin-left: 0;
  }
  .location-section.location-section02 .row > div:last-child {
    margin-right: 0;
  }
  .tab-content-section--create01 .content-wrap--structure .bg-text {
    position: absolute;
    -ms-writing-mode: tb-rl;
    -webkit-writing-mode: vertical-rl;
            writing-mode: vertical-rl;
    display: inline-block;
  }
  .tab-content-section--create01 .content-inner--foundation01 {
    padding-left: 115px;
  }
  .tab-content-section--create01 .content-inner--foundation01 .bg-text {
    top: 0;
    left: -0.14em;
  }
  .tab-content-section--create01 .content-inner--foundation01 .row > div {
    margin: 0 50px;
  }
  .tab-content-section--create01 .content-inner--foundation01 .row > div:first-child {
    margin-left: 0;
  }
  .tab-content-section--create01 .content-inner--foundation01 .row > div:last-child {
    margin-right: 0;
  }
  .tab-content-section--create01 .content-inner--foundation03 .row > div {
    margin: 0 40px;
  }
  .tab-content-section--create01 .content-inner--foundation03 .row > div:first-child {
    margin-left: 0;
  }
  .tab-content-section--create01 .content-inner--foundation03 .row > div:last-child {
    margin-right: 0;
  }
  .tab-content-section--create01 .content-inner--foundation03 .img-wrap {
    width: 65%;
    margin: 0 0 0 auto;
  }
  .tab-content-section--create01 .content-inner--foundation03 .text-wrap--create .heading--mid03 {
    margin-top: 0;
  }
  .tab-content-section--create01 .bg-text-wrap--wfc01 .bg-text {
    top: 0;
    left: -0.24em;
  }
  .tab-content-section--create01 .img-section--wfc01 .row > div {
    margin: 0 10px;
  }
  .tab-content-section--create01 .img-section--wfc01 .row > div:first-child {
    margin-left: 0;
  }
  .tab-content-section--create01 .img-section--wfc01 .row > div:last-child {
    margin-right: 0;
  }
  .tab-content-section--create01 .merit-section--wfc01 .row > div {
    margin: 0 45px;
  }
  .tab-content-section--create01 .merit-section--wfc01 .row > div:first-child {
    margin-left: 0;
  }
  .tab-content-section--create01 .merit-section--wfc01 .row > div:last-child {
    margin-right: 0;
  }
  .tab-content-section--create02 .content-wrap--performance01 .row > div {
    margin: 0 20px;
  }
  .tab-content-section--create02 .content-wrap--performance01 .row > div:first-child {
    margin-left: 0;
  }
  .tab-content-section--create02 .content-wrap--performance01 .row > div:last-child {
    margin-right: 0;
  }
  .tab-content-section--create02 .content-wrap--performance01 .bg-text {
    position: absolute;
  }
  .tab-content-section--create02 .content-wrap--performance01 .bg-text,
  .tab-content-section--create02 .content-wrap--performance03 .bg-text {
    -ms-writing-mode: tb-rl;
    -webkit-writing-mode: vertical-rl;
            writing-mode: vertical-rl;
    display: inline-block;
  }
  .tab-content-section--create02 .content-wrap--performance01 .bg-text {
    top: 0;
    left: 0;
  }
  .tab-content-section--create02 .content-wrap--performance07 .row > div {
    margin: 0 45px;
  }
  .tab-content-section--create02 .content-wrap--performance07 .row > div:first-child {
    margin-left: 0;
  }
  .tab-content-section--create02 .content-wrap--performance07 .row > div:last-child {
    margin-right: 0;
  }
  .tab-content-section--create02 .content-wrap--performance08 .row > div {
    margin: 0 20px;
  }
  .tab-content-section--create02 .content-wrap--performance08 .row > div:first-child {
    margin-left: 0;
  }
  .tab-content-section--create02 .content-wrap--performance08 .row > div:last-child {
    margin-right: 0;
  }
  .tab-content-section--create02 .content-wrap--performance08 .bg-text-wrap .inner {
    position: absolute;
    top: -0.14em;
    left: 0;
  }
  .tab-content-section--create02 .content-wrap--performance11 .row {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .tab-content-section--create02 .acd-section--visualization .row > div {
    margin: 0 20px;
  }
  .tab-content-section--create02 .acd-section--visualization .row > div:first-child {
    margin-left: 0;
  }
  .tab-content-section--create02 .acd-section--visualization .row > div:last-child {
    margin-right: 0;
  }
  .tab-content-section--create02 .acd-section--visualization .visualization-wrap.visualization-wrap02 {
    padding-right: 120px;
  }
  .tab-content-section--create02 .acd-section--visualization .visualization-wrap.visualization-wrap02 .bg-text {
    position: absolute;
    top: 0;
    right: 0;
  }
  .tab-content-section--create03 .heading-wrap--flow01 .row {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .tab-content-section--create03 .heading-wrap--flow01 .row > div {
    margin: 0 20px;
  }
  .tab-content-section--create03 .heading-wrap--flow01 .row > div:first-child {
    margin-left: 0;
  }
  .tab-content-section--create03 .heading-wrap--flow01 .row > div:last-child {
    margin-right: 0;
  }
  .tab-content-section--create03 .heading-wrap--flow01 .text-wrap--create {
    padding-bottom: 1.6em;
  }
  .tab-content-section--create03 .link-btn-section--exterior01 .row > div {
    margin: 0 50px;
  }
  .tab-content-section--create03 .link-btn-section--exterior01 .row > div:first-child {
    margin-left: 0;
  }
  .tab-content-section--create03 .link-btn-section--exterior01 .row > div:last-child {
    margin-right: 0;
  }
}
@media screen and (max-width: 1300px) {
  .tab-content-section--create03 .content-wrap--exterior02 {
    margin-top: 0;
  }
  .tab-content-section--create03 .content-wrap--exterior02 .section-inner02 {
    margin-top: -50px;
  }
  .tab-content-section--create03 ul.service-list > li .service-name {
    font-size: 1.375rem;
  }
  .flow-wrap--create01 .flow-list-create01 .flow-content {
    width: 41px;
    height: 510px;
  }
}
@media screen and (max-width: 1200px) {
  .section-inner--create.section-inner--create02 {
    padding: 0 120px;
  }
  .create-section04 ul.job-list01 {
    width: 100%;
  }
  .flow-wrap--create01 .flow-list-create01 .flow-content .step-num .step-num-text.step-num-text02 {
    font-size: 1.25rem;
  }
  .tab-section--create01 .tab-content-wrap .tab-content-inner02 {
    padding-right: 140px;
  }
  .tab-content-section--create02 .acd-section--visualization {
    max-width: 85%;
  }
  .tab-content-section--create02 .content-wrap--performance02 {
    max-width: 85%;
  }
  .tab-content-section--create02 .content-wrap--performance08 .text-section--zeh01 {
    padding: 70px;
  }
  .tab-content-section--create03 .content-wrap--exterior02 {
    margin-top: 60px;
  }
  .text-wrap--create.text-wrap--create01 {
    width: 65%;
  }
}
@media screen and (max-width: 1150px) {
  .flow-wrap--create01 .flow-list-create01 .flow-content {
    width: 40px;
    height: 550px;
  }
}
@media screen and (max-width: 1100px) {
  .flow-wrap--create01 .flow-list-create01 .flow-content {
    width: 39px;
    height: 600px;
  }
}
@media screen and (max-width: 1050px) {
  .flow-wrap--create01 .flow-list-create01 .flow-content {
    height: 700px;
  }
}
@media screen and (max-width: 1024px) {
  .section-inner--create.section-inner--create01, .section-inner--create.section-inner--create04 {
    padding: 0 120px;
  }
  .section-inner--create.section-inner--create02, .section-inner--create.section-inner--create03 {
    padding: 0 25px;
  }
  .page-mv--create .mv-catch {
    font-size: 5.625rem;
  }
  .page-mv--create .mv-catch .catch-text .ttl {
    font-size: 1.0625rem;
  }
  .create-section01 .section-heading {
    font-size: 5.625rem;
  }
  .create-section01 .decoration-text-wrap {
    font-size: 3.125rem;
  }
  .create-section03 .section-heading {
    font-size: 4.375rem;
  }
  .create-section03 .section-text-wrap01 {
    width: 80%;
  }
  .create-section04 .section-heading {
    font-size: 6.25rem;
  }
  .create-section04 ul.job-list01 {
    margin-top: 120px;
  }
  .process-section--create01 .inner {
    width: 100%;
  }
  .process-section--create01 .heading {
    font-size: 3rem;
  }
  .process-section--create01.-renovation .heading {
    font-size: 3.75rem;
    font-weight: 400;
    text-align: center;
    line-height: 1;
    letter-spacing: 0.05em;
    margin: 0 auto;
    margin-bottom: 1em;
    padding-left: 0.05em;
  }
  .process-section--create01.-renovation .heading .sub {
    font-size: 1.2rem;
    line-height: 1.6;
    letter-spacing: 0;
    display: block;
    margin-top: 0.8em;
  }
  .section-catch-wrap--create01 .catch {
    font-size: 5.625rem;
  }
  .section-catch-wrap--create01 .catch .catch-text .ttl {
    font-size: 1.0625rem;
  }
  .tab-section--create01 {
    margin-top: 210px;
  }
  .tab-section--create01 .btn-wrap .btn {
    width: 27.1028037383%;
    margin: 0 3px;
    padding-top: 50px;
  }
  .tab-section--create01 .btn-wrap .btn .btn-inner {
    padding: 60px 10px 15px;
  }
  .tab-section--create01 .btn-wrap .btn .btn-inner .num {
    top: 15px;
    left: 15px;
    font-size: 1.25rem;
  }
  .tab-section--create01 .btn-wrap .btn .btn-inner .num:after {
    position: absolute;
    width: 45px;
  }
  .tab-section--create01 .btn-wrap .btn .btn-heading {
    font-size: 0.625rem;
  }
  .tab-section--create01 .btn-wrap .btn .btn-heading .sub {
    font-size: 0.625rem;
    margin-top: 1em;
  }
  .tab-section--create01 .btn-wrap .btn .btn-text {
    display: none !important;
  }
  .tab-section--create01 .btn-wrap--below .btn {
    padding: 10px 5px;
  }
  .tab-section--create01 .btn-wrap--below .btn .btn-inner {
    height: 65px;
  }
  .tab-section--create01 .btn-wrap--below .btn .btn-heading {
    font-size: 0.8125rem;
  }
  .tab-section--create01 .btn-wrap--below .btn .btn-heading .sub {
    font-size: 0.625rem;
  }
  .tab-section--create01 .tab-content-wrap {
    padding: 120px 0;
  }
  .tab-section--create01 .tab-content-wrap .tab-content-inner01 {
    padding: 0 70px;
  }
  .tab-section--create01 .tab-content-wrap .tab-content-inner02 {
    padding-right: 70px;
  }
  .tab-section--create01 input#create01:checked ~ .btn-wrap .btn.btn01 {
    width: 43.8871473354%;
  }
  .tab-section--create01 input#create01:checked ~ .btn-wrap .btn.btn01 .btn-inner {
    padding-top: 90px;
  }
  .tab-section--create01 input#create01:checked ~ .btn-wrap .btn.btn01 .btn-inner .num {
    font-size: 1.5625rem;
  }
  .tab-section--create01 input#create01:checked ~ .btn-wrap .btn.btn01 .btn-inner .num:after {
    width: 60px;
  }
  .tab-section--create01 input#create01:checked ~ .btn-wrap .btn.btn01 .btn-heading {
    font-size: 0.875rem;
  }
  .tab-section--create01 input#create01:checked ~ .btn-wrap .btn.btn01 .btn-heading .sub {
    font-size: 0.875rem;
  }
  .tab-section--create01 input#create01:checked ~ .btn-wrap--below .btn.btn01 {
    margin-right: 5px;
  }
  .tab-section--create01 input#create01:checked ~ .btn-wrap--below .btn.btn01 .btn-heading {
    font-size: 1.125rem;
  }
  .tab-section--create01 input#create01:checked ~ .btn-wrap--below .btn.btn01 .btn-heading .sub {
    font-size: 0.875rem;
  }
  .tab-section--create01 input#create02:checked ~ .btn-wrap .btn.btn02 {
    width: 43.8871473354%;
  }
  .tab-section--create01 input#create02:checked ~ .btn-wrap .btn.btn02 .btn-inner {
    padding-top: 90px;
  }
  .tab-section--create01 input#create02:checked ~ .btn-wrap .btn.btn02 .btn-inner .num {
    font-size: 1.5625rem;
  }
  .tab-section--create01 input#create02:checked ~ .btn-wrap .btn.btn02 .btn-inner .num:after {
    width: 60px;
  }
  .tab-section--create01 input#create02:checked ~ .btn-wrap .btn.btn02 .btn-heading {
    font-size: 0.875rem;
  }
  .tab-section--create01 input#create02:checked ~ .btn-wrap .btn.btn02 .btn-heading .sub {
    font-size: 0.875rem;
  }
  .tab-section--create01 input#create02:checked ~ .btn-wrap--below .btn.btn02 {
    margin: 0 5px;
  }
  .tab-section--create01 input#create02:checked ~ .btn-wrap--below .btn.btn02 .btn-heading {
    font-size: 1.125rem;
  }
  .tab-section--create01 input#create02:checked ~ .btn-wrap--below .btn.btn02 .btn-heading .sub {
    font-size: 0.875rem;
  }
  .tab-section--create01 input#create03:checked ~ .btn-wrap .btn.btn03 {
    width: 43.8871473354%;
  }
  .tab-section--create01 input#create03:checked ~ .btn-wrap .btn.btn03 .btn-inner {
    padding-top: 90px;
  }
  .tab-section--create01 input#create03:checked ~ .btn-wrap .btn.btn03 .btn-inner .num {
    font-size: 1.5625rem;
  }
  .tab-section--create01 input#create03:checked ~ .btn-wrap .btn.btn03 .btn-inner .num:after {
    width: 60px;
  }
  .tab-section--create01 input#create03:checked ~ .btn-wrap .btn.btn03 .btn-heading {
    font-size: 0.875rem;
  }
  .tab-section--create01 input#create03:checked ~ .btn-wrap .btn.btn03 .btn-heading .sub {
    font-size: 0.875rem;
  }
  .tab-section--create01 input#create03:checked ~ .btn-wrap--below .btn.btn03 {
    margin-left: 5px;
  }
  .tab-section--create01 input#create03:checked ~ .btn-wrap--below .btn.btn03 .btn-heading {
    font-size: 1.125rem;
  }
  .tab-section--create01 input#create03:checked ~ .btn-wrap--below .btn.btn03 .btn-heading .sub {
    font-size: 0.875rem;
  }
  .tab-btn-section--create01 {
    width: 80%;
    margin-top: 180px;
  }
  .tab-btn-section--create01 .btn {
    font-size: 1.125rem;
  }
  .tab-btn-section--create01.tab-btn-section--btn3 {
    width: 95%;
  }
  .tab-content-section--create01 .content-wrap--structure,
  .tab-content-section--create01 .tab-content--exterior {
    padding-top: 120px;
  }
  .tab-content-section--create01 .content-inner--foundation03 .link-btn--arrow01 {
    margin-top: 150px;
  }
  .tab-content-section--create02 .content-wrap--performance02 {
    margin-top: 130px;
    padding-right: 70px;
  }
  .tab-content-section--create02 .content-wrap--performance08 .text-section--zeh01 {
    padding: 40px;
  }
  .tab-content-section--create02 .content-wrap--performance08 .text-section--zeh01 .img-wrap {
    width: 75px;
    min-width: 75px;
  }
  .tab-content-section--create02 .content-wrap--performance10 {
    margin-top: 100px;
  }
  .tab-content-section--create02 .content-wrap--performance11 .link-btn--arrow01 {
    margin-top: 150px;
  }
  .tab-content-section--create02 .acd-section--visualization {
    padding: 70px;
  }
  .tab-content-section--create03 .content-wrap--exterior01 {
    margin-top: 90px;
  }
  .tab-content-section--create03 .content-wrap--exterior02 .section-inner01 .text-wrap--create {
    padding-right: 50px;
  }
  .tab-content-section--create03 .flow-list-section.flow-list-section--img-l .section-img-wrap {
    left: -70px;
  }
  .tab-content-section--create03 .flow-list-section.flow-list-section--img-r .section-img-wrap {
    right: -70px;
  }
  .tab-content-section--create03 .service-list-section--exterior01 {
    margin-top: 150px;
    padding-left: 60px;
    width: 87%;
  }
  .tab-content-section--create03 ul.service-list > li .service-name {
    font-size: 1.25rem;
  }
  .tab-content-section--create03 ul.service-list > li .service-name .sub {
    font-size: 0.875rem;
  }
  .tab-content-section--create03 .link-btn-section--exterior01 {
    width: 100%;
    margin-top: 120px;
  }
  .text-wrap--create.text-wrap--create01, .text-wrap--create.text-wrap--create02 {
    width: 80%;
  }
  ul.company-info-list01 > li .en-text-wrap {
    min-height: 45px;
  }
  ul.company-info-list01 > li .en-text-wrap .text--en {
    font-size: 2.8125rem;
  }
  .flow-wrap--create01 .heading {
    font-size: 3.125rem;
  }
  .flow-wrap--create01 .mouse-drag-wrap--sp .flow-list-create01 {
    width: 985px;
    padding-right: 25px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
  }
  .flow-wrap--create01 .mouse-drag-wrap--sp .flow-list-create01 .flow-content {
    width: 42px;
    height: 440px;
  }
  .arrow-wrap--create01 {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .section-inner--create.section-inner--create01 {
    padding: 0 70px;
  }
  .section-inner--create.section-inner--create02 {
    padding-right: 0;
  }
  .section-inner--create.section-inner--create04 {
    padding: 0;
  }
  .page-mv--create .mv-catch-wrap .section-label--create {
    top: 0.5em;
  }
  .page-mv--create .mv-catch {
    font-size: 3.75rem;
  }
  .page-mv--create .mv-catch .catch-text .ttl {
    font-size: 1rem;
  }
  .create-section01 {
    padding-top: 120px;
  }
  .create-section01 .section-heading {
    font-size: 3.75rem;
  }
  .create-section01 .text-wrap {
    width: 100%;
    margin: 0;
    margin-top: 60px;
  }
  .create-section01 .decoration-text-wrap {
    font-size: 2.5rem;
    width: 86.6666666667%;
    margin-top: 150px;
  }
  .create-section02,
  .create-section03,
  .create-section04 {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .create-section03 .section-heading {
    font-size: 3.4375rem;
    margin-top: 1.4em;
    margin-bottom: 0.8em;
  }
  .create-section03 .section-heading .heading-text.heading-text--sub {
    margin-top: 1.2em;
  }
  .create-section03 .section-text-wrap01 {
    width: 100%;
  }
  .create-section03 .maintenance-list-wrap.maintenance-list-wrap01 {
    margin-top: 50px;
  }
  .create-section03 .maintenance-list-wrap.maintenance-list-wrap02 {
    margin-top: -30px;
  }
  .create-section03 .maintenance-list-wrap .link-btn--arrow01 {
    margin-top: 5em;
  }
  .create-section03 ul.maintenance-list,
  .create-section03 ul.maintenance-list > li {
    display: block;
    width: 100%;
  }
  .create-section03 ul.maintenance-list {
    max-width: 320px;
    margin: 0 auto;
  }
  .create-section03 ul.maintenance-list > li {
    margin: 0;
  }
  .create-section03 ul.maintenance-list > li .circle {
    width: 155px;
  }
  .create-section03 ul.maintenance-list > li:nth-child(n+2) {
    margin-top: -30px;
  }
  .create-section03 ul.maintenance-list > li:nth-child(odd) .circle {
    margin: 0 0 0 auto;
  }
  .create-section04 .section-heading {
    font-size: 5rem;
  }
  .create-section04 .info-section--create01 .section-text {
    font-size: 1rem;
  }
  .create-section04 ul.job-list01 {
    margin-top: 90px;
  }
  .process-section--create01 {
    padding-top: 150px;
    padding-bottom: 60px;
  }
  .process-section--create01.-renovation {
    padding-top: 0 !important;
  }
  .process-section--create01 .inner .row > div {
    margin: 0;
    margin-bottom: 60px;
  }
  .process-section--create01 .inner .row > div:last-child {
    margin-bottom: 0;
  }
  .process-section--create01 .heading {
    font-size: 2.8125rem;
  }
  .process-section--create01 .box {
    padding-left: 90px;
  }
  .process-section--create01 .box .num {
    position: absolute;
    top: 0;
    left: 0;
  }
  .process-section--create01 .box .text-wrap {
    margin-top: 0;
  }
  .section-catch-wrap--create01 .row > div {
    margin: 0;
  }
  .section-catch-wrap--create01 .catch {
    font-size: 3.75rem;
  }
  .section-catch-wrap--create01 .catch .catch-text .ttl {
    font-size: 1rem;
  }
  .section-catch-wrap--create01 .text-wrap {
    margin-top: 50px;
    width: 84.6153846154%;
  }
  .tab-section--create01 {
    margin-top: 180px;
  }
  .tab-section--create01 .btn-wrap--below .section-inner--create {
    padding: 0 10px;
  }
  .tab-section--create01 .tab-content-wrap {
    padding: 90px 0;
  }
  .tab-section--create01 .tab-content-wrap .tab-content-inner02 {
    padding-left: 70px;
  }
  .tab-btn-section--create01 {
    width: 100%;
    margin-top: 150px;
  }
  .tab-btn-section--create01 .btn {
    font-size: 0.9375rem;
    margin: 0 5px;
    width: 40%;
  }
  .tab-btn-section--create01.tab-btn-section--btn3 {
    width: 100%;
  }
  .tab-btn-section--create01.tab-btn-section--btn3 .btn {
    width: 30.1333333333%;
    margin: 0 2px;
  }
  .tab-btn-section--create01.tab-btn-section--exterior .btn {
    min-height: 63px;
  }
  .tab-content-section--create01 .content-wrap--structure {
    padding-top: 90px;
  }
  .tab-content-section--create01 .tab-content--exterior {
    padding-top: 90px;
  }
  .tab-content-section--create01 .content-inner--foundation01 .row > div {
    margin: 0;
  }
  .tab-content-section--create01 .content-inner--foundation01 .text-wrap--create {
    margin-top: 50px;
  }
  .tab-content-section--create01 .content-inner--foundation01 .bg-text {
    font-size: 3.75rem;
    margin-top: 1em;
    margin-bottom: 0.8em;
  }
  .tab-content-section--create01 .content-inner--foundation02 {
    margin-top: 0;
  }
  .tab-content-section--create01 .content-inner--foundation03 {
    margin-top: 90px;
  }
  .tab-content-section--create01 .content-inner--foundation03 .row > div {
    margin: 0;
  }
  .tab-content-section--create01 .content-inner--foundation03 .img-wrap {
    max-width: 310px;
    margin: 0 auto;
  }
  .tab-content-section--create01 .content-inner--foundation03 .link-btn--arrow01 {
    margin-top: 120px;
  }
  .tab-content-section--create01 .content-inner--foundation05 {
    margin-top: 30px;
  }
  .tab-content-section--create01 .content-inner--foundation06 {
    margin-top: 0;
  }
  .tab-content-section--create01 .content-inner--foundation06 .link-btn--arrow01 {
    margin-top: 90px;
  }
  .tab-content-section--create01 .bg-text-wrap--wfc01 .bg-text {
    margin-top: 1em;
    margin-bottom: 0.8em;
  }
  .tab-content-section--create01 .img-section--wfc01 .row > div {
    margin: 0;
    margin-bottom: 30px;
  }
  .tab-content-section--create01 .img-section--wfc01 .row > div:last-child {
    margin-bottom: 0;
  }
  .tab-content-section--create01 .img-section--wfc01 .img-wrap {
    max-width: 255px;
    margin: 0 auto;
  }
  .tab-content-section--create01 .merit-section--wfc01 .row > div {
    margin: 0;
    margin-bottom: 40px;
  }
  .tab-content-section--create01 .merit-section--wfc01 .row > div:last-child {
    margin-bottom: 0;
  }
  .tab-content-section--create01 .merit-section--wfc01 .heading-img-wrap {
    margin-bottom: 20px;
  }
  .tab-content-section--create02 .content-wrap--performance01 .row > div {
    margin: 0;
  }
  .tab-content-section--create02 .content-wrap--performance01 .img-wrap {
    margin-top: 40px;
  }
  .tab-content-section--create02 .content-wrap--performance01 .bg-text {
    font-size: 2.5rem;
    margin-top: 1em;
    margin-bottom: 0.8em;
  }
  .tab-content-section--create02 .content-wrap--performance02 {
    margin-top: 100px;
  }
  .tab-content-section--create02 .content-wrap--performance04 .text-wrap--create {
    padding-right: 0;
  }
  .tab-content-section--create02 .content-wrap--performance04 .bg-text-wrap {
    display: none;
  }
  .tab-content-section--create02 .content-wrap--performance05 .text-wrap--create .bg-text {
    display: none;
  }
  .tab-content-section--create02 .content-wrap--performance06 {
    margin-top: 100px;
  }
  .tab-content-section--create02 .content-wrap--performance06 .img-wrap--window01 {
    left: -70px;
    margin-top: 0;
    width: 97%;
  }
  .tab-content-section--create02 .content-wrap--performance07 {
    margin-top: 120px;
  }
  .tab-content-section--create02 .content-wrap--performance07 .row > div {
    margin: 0;
    margin-bottom: 50px;
  }
  .tab-content-section--create02 .content-wrap--performance07 .row > div:last-child {
    margin-bottom: 0;
  }
  .tab-content-section--create02 .content-wrap--performance07 .text-wrap--create--ventilation01 {
    padding-left: 0;
  }
  .tab-content-section--create02 .content-wrap--performance07 .text-wrap--create--ventilation01 .bg-text {
    display: none;
  }
  .tab-content-section--create02 .content-wrap--performance07 .img-wrap--ventilation01 {
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
  }
  .tab-content-section--create02 .content-wrap--performance08 .row > div {
    margin: 0;
  }
  .tab-content-section--create02 .content-wrap--performance08 .text-section--zeh01 {
    width: 88%;
  }
  .tab-content-section--create02 .content-wrap--performance08 .bg-text-wrap {
    margin-top: 20px;
  }
  .tab-content-section--create02 .content-wrap--performance09 {
    margin-top: 50px;
  }
  .tab-content-section--create02 .content-wrap--performance09 .img-wrap--zeh01 {
    max-width: 400px;
    margin: 0 auto;
    margin-top: 40px;
  }
  .tab-content-section--create02 .content-wrap--performance10 {
    margin-top: 50px;
  }
  .tab-content-section--create02 .content-wrap--performance11 {
    margin-top: 70px;
  }
  .tab-content-section--create02 .content-wrap--performance11 .bg-text {
    font-size: 3.75rem;
    margin: 0;
  }
  .tab-content-section--create02 .content-wrap--performance11 .text-wrap--create {
    width: 83%;
    margin: 0 0 0 auto;
    margin-top: -30px;
  }
  .tab-content-section--create02 .content-wrap--performance11 .link-btn--arrow01 {
    margin-top: 120px;
  }
  .tab-content-section--create02 .acd-section--visualization {
    padding: 40px;
  }
  .tab-content-section--create02 .acd-section--visualization .acd-label {
    text-align: center;
    padding-left: 55px;
  }
  .tab-content-section--create02 .acd-section--visualization .acd-label .icon {
    position: absolute;
    top: 0;
    left: 0;
    width: 35px;
    height: 35px;
    background: #fff;
    display: block;
    border-radius: 50%;
  }
  .tab-content-section--create02 .acd-section--visualization .acd-label .icon:before, .tab-content-section--create02 .acd-section--visualization .acd-label .icon:after {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    content: "";
    display: block;
    background: #000;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
  }
  .tab-content-section--create02 .acd-section--visualization .acd-label .icon:before {
    width: 20px;
    height: 1px;
  }
  .tab-content-section--create02 .acd-section--visualization .acd-label .icon:after {
    width: 1px;
    height: 20px;
  }
  .tab-content-section--create02 .acd-section--visualization .acd-label .img-wrap,
  .tab-content-section--create02 .acd-section--visualization .acd-label .label-text {
    display: block;
  }
  .tab-content-section--create02 .acd-section--visualization .acd-label .img-wrap {
    max-width: 175px;
    margin: 0 auto;
  }
  .tab-content-section--create02 .acd-section--visualization .acd-label .label-text {
    font-size: 0.9375rem;
    margin-top: 0.6em;
    padding-left: 0.05em;
  }
  .tab-content-section--create02 .acd-section--visualization .acd-content {
    margin-top: 0;
    height: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: translateZ(0);
            transform: translateZ(0);
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .tab-content-section--create02 .acd-section--visualization .acd-content .row > div {
    margin: 0;
    margin-bottom: 45px;
  }
  .tab-content-section--create02 .acd-section--visualization .acd-content .row > div:last-child {
    margin-bottom: 0;
  }
  .tab-content-section--create02 .acd-section--visualization .acd-content .img-wrap {
    max-width: 300px;
    margin-left: auto;
    margin-right: auto;
  }
  .tab-content-section--create02 .acd-section--visualization .acd-content .bg-text {
    display: none;
  }
  .tab-content-section--create02 .acd-section--visualization input:checked + .acd-label .icon:after {
    opacity: 0;
  }
  .tab-content-section--create02 .acd-section--visualization input:checked + .acd-label + .acd-content {
    margin-top: 35px;
    height: auto;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .tab-content-section--create02 ul.zeh-list01 > li .text-wrap {
    margin-top: 25px;
  }
  .tab-content-section--create02 ul.zeh-list01 > li .text-wrap .inner-text {
    font-size: 0.875rem;
  }
  .tab-content-section--create02 ul.zeh-list01.list--col4 > li {
    width: 45%;
    margin: 5%;
  }
  .tab-content-section--create02 ul.zeh-list01.list--col4 > li:nth-child(1), .tab-content-section--create02 ul.zeh-list01.list--col4 > li:nth-child(2) {
    margin-top: 0;
  }
  .tab-content-section--create02 ul.zeh-list01.list--col4 > li:nth-child(odd) {
    margin-left: 0;
  }
  .tab-content-section--create02 ul.zeh-list01.list--col4 > li:nth-child(even), .tab-content-section--create02 ul.zeh-list01.list--col4 > li:last-child {
    margin-right: 0;
  }
  .tab-content-section--create02 .caution-text-wrap--zeh01 {
    margin-top: 10px;
    max-width: 100%;
  }
  .tab-content-section--create03 .content-wrap--exterior01 {
    margin-top: 60px;
  }
  .tab-content-section--create03 .content-wrap--exterior01 .img-wrap {
    left: -70px;
    width: 92.3076923077%;
  }
  .tab-content-section--create03 .content-wrap--exterior01 .text-wrap--plant01 {
    margin-top: 45px;
  }
  .tab-content-section--create03 .content-wrap--exterior01 .text-wrap--plant02 {
    display: none;
  }
  .tab-content-section--create03 .content-wrap--exterior02 .section-inner01 .text-wrap--create {
    margin-top: 30px;
    padding-right: 0;
  }
  .tab-content-section--create03 .content-wrap--exterior02 .section-inner01 .img-wrap {
    right: -70px;
    width: 95%;
    margin: 0 0 0 auto;
  }
  .tab-content-section--create03 .content-wrap--exterior02 .section-inner02 {
    margin-top: 30px;
  }
  .tab-content-section--create03 .section-heading--exterior01 {
    font-size: 3.75rem;
  }
  .tab-content-section--create03 .flow-list-section.flow-list-section02 {
    margin-top: 120px;
  }
  .tab-content-section--create03 .flow-list-section.flow-list-section02 .heading-wrap--flow01 {
    margin-top: 120px;
  }
  .tab-content-section--create03 .flow-list-section .section-img-wrap {
    width: 75%;
  }
  .tab-content-section--create03 .heading-wrap--flow01 .row > div {
    margin: 0;
  }
  .tab-content-section--create03 .heading-wrap--flow01 .img-wrap {
    max-width: 69%;
  }
  .tab-content-section--create03 .heading-wrap--flow01 .text-wrap--create {
    max-width: 68%;
    margin: 0 auto;
    margin-top: 25px;
  }
  .tab-content-section--create03 .text-wrap--create--exterior01 {
    width: 100%;
  }
  .tab-content-section--create03 .img-wrap--exterior01 {
    width: 100%;
    max-width: 500px;
    margin: 0 auto;
    margin-top: 30px;
  }
  .tab-content-section--create03 .service-list-section--exterior01 {
    margin-top: 120px;
    padding-left: 30px;
    width: 100%;
  }
  .tab-content-section--create03 ul.service-list > li .img-wrap:after {
    top: 10px;
    left: 10px;
  }
  .tab-content-section--create03 .link-btn-section--exterior01 {
    margin-top: 90px;
  }
  .tab-content-section--create03 .link-btn-section--exterior01 .row > div {
    margin: 0;
    margin-bottom: 60px;
  }
  .tab-content-section--create03 .link-btn-section--exterior01 .row > div:last-child {
    margin-bottom: 0;
  }
  .tab-content-section--create03 .link-btn-section--exterior01 .link-btn--arrow01 {
    max-width: 300px;
  }
  .text-wrap--create.text-wrap--create01, .text-wrap--create.text-wrap--create02 {
    width: 100%;
  }
  ul.job-list01 > li .box input:checked + .job-desc {
    width: 100%;
    max-width: 240px;
  }
  ul.company-info-list01 {
    margin-top: 100px;
  }
  ul.company-info-list01 > li {
    margin-bottom: 35px;
  }
  ul.company-info-list01 > li .heading {
    font-size: 1.125rem;
    margin-bottom: 1em;
  }
  ul.company-info-list01 > li .en-text-wrap {
    min-height: initial;
  }
  ul.company-info-list01 > li .en-text-wrap .text--en {
    font-size: 2.1875rem;
  }
  ul.company-info-list01 > li.mt-150 {
    margin-top: 90px;
  }
  ul.company-info-list01 > li.w--half {
    width: 100%;
  }
  .location-section .row > div {
    margin: 0;
  }
  .location-section .text-wrap {
    padding-left: 70px;
    padding-right: 70px;
  }
  .location-section .text-wrap.text-wrap02 {
    padding-top: 0;
  }
  .location-section .map-wrap {
    height: 270px;
    margin-top: 20px;
  }
  .location-section.location-section01 {
    margin-top: 45px;
  }
  .location-section.location-section02 {
    margin-top: 60px;
  }
  .location-section.location-section02 .row > div {
    margin-bottom: 60px;
  }
  .location-section.location-section02 .row > div:last-child {
    margin-bottom: 0;
  }
  .current-nav-wrap {
    display: none;
  }
}
@media screen and (max-width: 568px) {
  .tab-content-section--create01 .content-inner--foundation01 .bg-text {
    font-size: 2.875rem;
  }
  .tab-content-section--create01 .bg-text-wrap--wfc01 .bg-text {
    font-size: 2.875rem;
  }
  .tab-content-section--create03 .service-list-section--exterior01 {
    padding-left: 20px;
  }
  .tab-content-section--create03 .service-list-section--exterior01:before {
    height: calc(100% - 160px);
  }
  .tab-content-section--create03 ul.service-list > li {
    margin: 5%;
    width: 45%;
  }
  .tab-content-section--create03 ul.service-list > li .service-name {
    font-size: 1.125rem;
  }
  .tab-content-section--create03 ul.service-list > li .service-name .sub {
    font-size: 0.75rem;
  }
}
@media screen and (max-width: 480px) {
  .section-inner--create.section-inner--create01 {
    padding: 0 25px;
  }
  .page-mv--create {
    padding-top: 120px;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
  }
  .page-mv--create .mv-catch-wrap {
    padding-left: 40px;
  }
  .page-mv--create .mv-catch-wrap .section-label--create {
    font-size: 1.0625em;
  }
  .page-mv--create .mv-catch-wrap .section-label--create .lrg {
    font-size: 1.375em;
  }
  .page-mv--create .mv-catch {
    font-size: 3.125rem;
  }
  .page-mv--create .mv-catch .catch-text .ttl {
    left: calc(100% + 1em);
    font-size: 0.9375rem;
  }
  .tab-section--create01 .tab-content-wrap .tab-content-inner01,
  .tab-section--create01 .tab-content-wrap .tab-content-inner02 {
    padding: 0 25px;
  }
  .tab-btn-section--create01 {
    margin-top: 110px;
  }
  .create-section03 .section-heading {
    font-size: 2.5rem;
  }
  .create-section04 .section-heading {
    font-size: 3.6875rem;
  }
  .create-section04 ul.job-list01 {
    margin-top: 60px;
  }
  .create-section01 {
    padding-top: 100px;
  }
  .create-section01 .section-heading {
    font-size: 3.4375rem;
  }
  .create-section01 .decoration-text-wrap {
    font-size: 1.875rem;
  }
  .section-catch-wrap--create01 .catch {
    font-size: 3.125rem;
  }
  .section-catch-wrap--create01 .catch .catch-text .ttl {
    left: calc(100% + 1em);
    font-size: 0.9375rem;
  }
  .tab-section--create01 {
    margin-top: 150px;
  }
  .tab-section--create01 .btn-wrap .btn .btn-inner .num {
    top: 10px;
    left: 10px;
  }
  .tab-section--create01 .btn-wrap--below .btn .btn-heading {
    font-size: 0.75rem;
  }
  .tab-section--create01 input#create01:checked ~ .btn-wrap--below .btn.btn01 .btn-heading {
    font-size: 1rem;
  }
  .tab-section--create01 input#create01:checked ~ .btn-wrap--below .btn.btn01 .btn-heading .sub {
    font-size: 0.75rem;
  }
  .tab-section--create01 input#create02:checked ~ .btn-wrap--below .btn.btn02 .btn-heading {
    font-size: 1rem;
  }
  .tab-section--create01 input#create02:checked ~ .btn-wrap--below .btn.btn02 .btn-heading .sub {
    font-size: 0.75rem;
  }
  .tab-section--create01 input#create03:checked ~ .btn-wrap--below .btn.btn03 .btn-heading {
    font-size: 1rem;
  }
  .tab-section--create01 input#create03:checked ~ .btn-wrap--below .btn.btn03 .btn-heading .sub {
    font-size: 0.75rem;
  }
  .tab-content-section--create01 .tab-content--exterior {
    padding-top: 60px;
  }
  .tab-content-section--create01 .content-inner--foundation03 .link-btn--arrow01 {
    margin-top: 90px;
  }
  .tab-content-section--create02 .content-wrap--performance02 {
    max-width: 100%;
    margin: 0 auto;
    margin-top: 70px;
    padding: 0 25px;
  }
  .tab-content-section--create02 .content-wrap--performance06 .img-wrap--window01 {
    left: -25px;
  }
  .tab-content-section--create02 .content-wrap--performance08 .text-section--zeh01 {
    padding: 40px 25px;
  }
  .tab-content-section--create02 .content-wrap--performance08 .bg-text-wrap {
    font-size: 3.125rem;
  }
  .tab-content-section--create02 .acd-section--visualization {
    max-width: 100%;
    width: calc(100% - 25px);
    padding: 30px 25px;
  }
  .tab-content-section--create02 .img-wrap--material01 {
    width: 100%;
  }
  .tab-content-section--create03 .content-wrap--exterior01 .img-wrap {
    left: -25px;
  }
  .tab-content-section--create03 .content-wrap--exterior02 .section-inner01 .text-wrap--create .bg-text {
    font-size: 2.5rem;
  }
  .tab-content-section--create03 .content-wrap--exterior02 .section-inner01 .img-wrap {
    right: -25px;
  }
  .tab-content-section--create03 .section-heading--exterior01 {
    font-size: 2.5rem;
  }
  .tab-content-section--create03 .flow-list-section.flow-list-section--img-l .section-img-wrap {
    left: -25px;
  }
  .tab-content-section--create03 .flow-list-section.flow-list-section--img-r .section-img-wrap {
    right: -25px;
  }
  .tab-content-section--create03 .service-list-section--exterior01 {
    margin-top: 90px;
  }
  .tab-content-section--create03 .service-list-section--exterior01:before {
    height: calc(100% - 120px);
  }
  .tab-content-section--create03 ul.service-list > li .service-name {
    font-size: 1rem;
  }
  .tab-content-section--create03 ul.service-list > li .service-name .sub {
    font-size: 0.625rem;
  }
  .tab-content-section--create03 .link-btn-section--exterior01 {
    margin-top: 60px;
  }
  .location-section .text-wrap {
    padding-left: 25px;
    padding-right: 25px;
  }
}
@media screen and (max-width: 350px) {
  .tab-content-section--create01 .content-inner--foundation01 .bg-text {
    font-size: 2.5rem;
  }
  .tab-content-section--create01 .bg-text-wrap--wfc01 .bg-text {
    font-size: 2.5rem;
  }
  .create-section03 ul.maintenance-list > li .circle {
    width: 130px;
  }
  .create-section03 ul.maintenance-list > li .circle .heading {
    font-size: 1rem;
  }
  .create-section03 ul.maintenance-list > li .circle .heading .sub {
    font-size: 0.875rem;
  }
}
/*---------------------------------------------------------------------------
pages recruit
---------------------------------------------------------------------------*/
.mv--recruit {
  position: relative;
  width: 100%;
  height: 100vh;
  height: 100svh;
  background: #edece7;
}
.mv--recruit .mv-inner,
.mv--recruit .bg-material-wrap {
  position: absolute;
  top: 50%;
  left: 50%;
}
.mv--recruit .mv-inner {
  -webkit-transform: translate(-50%, -50%) rotate(-16.7deg);
  transform: translate(-50%, -50%) rotate(-16.7deg);
  width: 100%;
}
.mv--recruit .bg-material-wrap {
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 115%;
  height: 100%;
}
.mv--recruit .bg-material-wrap img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  height: auto;
}
.mv--recruit .mv-text-wrap {
  position: relative;
}
.mv--recruit .mv-text-wrap .mv-label,
.mv--recruit .mv-text-wrap .ttl {
  font-weight: 500;
  line-height: 1;
  margin-top: 0;
  white-space: nowrap;
}
.mv--recruit .mv-text-wrap .ttl {
  margin-bottom: 0;
}
.mv--recruit .mv-text-wrap01 {
  padding: 0 200px;
}
.mv--recruit .mv-text-wrap01 .mv-label {
  font-size: 3.125rem;
  margin-bottom: 0.6em;
  margin-left: 1em;
}
.mv--recruit .mv-text-wrap01 .ttl {
  font-size: 6.875rem;
  text-shadow: 6px 7px 0 #fff;
}
.mv--recruit .mv-text-wrap01 .ttl::first-letter {
  margin-left: 0.2em;
}
.mv--recruit .mv-text-wrap01 .mv-text01 {
  font-size: 1.125rem;
  font-weight: 500;
  text-align: right;
  line-height: 1.6;
  margin: 0 0 0 auto;
  margin-top: 6em;
}
.mv--recruit .mv-text-wrap01.mv-text-wrap--pages {
  padding: 0 20px;
}
.mv--recruit .mv-text-wrap01.mv-text-wrap--pages:before {
  content: "";
  display: block;
  padding-top: 23.1759656652%;
}
.mv--recruit .mv-text-wrap01.mv-text-wrap--pages .text-wrap-inner {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
}
.mv--recruit .mv-text-wrap01.mv-text-wrap--pages .mv-label,
.mv--recruit .mv-text-wrap01.mv-text-wrap--pages .ttl {
  text-align: center;
}
.mv--recruit .mv-text-wrap01.mv-text-wrap--pages .mv-label {
  margin-left: 0;
}
.mv--recruit .mv-text-wrap01.mv-text-wrap--pages .ttl {
  font-size: 3.75rem;
}
.mv--recruit .mv-text-wrap01.mv-text-wrap--pages .ttl::first-letter {
  margin-left: 0;
}

.recruit-section {
  position: relative;
}

.recruit-section01 {
  padding: 100px 0;
}

.recruit-section-inner {
  position: relative;
}

.recruit-section-inner01 {
  padding: 0 180px;
}

.recruit-section-inner02 {
  padding: 0 100px;
}

.heading--recruit {
  font-size: 5rem;
  font-weight: 500;
  margin-top: 0;
  margin-bottom: 0.8em;
}
.heading--recruit .heading-text {
  display: block;
}
.heading--recruit .heading-text.heading-text--main {
  font-size: 1em;
  text-shadow: 9px 7px 0 #fff;
  line-height: 1;
  white-space: nowrap;
}
.heading--recruit .heading-text.heading-text--sub {
  font-size: 1.25rem;
  line-height: 1.6;
  letter-spacing: 0.05em;
  margin-top: 2.6em;
}
.heading--recruit.heading--recruit01 .heading-text.heading-text--main {
  font-size: 1.25em;
}
.heading--recruit.heading--recruit02 {
  -webkit-transform: rotate(-16.7deg);
          transform: rotate(-16.7deg);
}
.heading--recruit.ta--c .heading-text.heading-text--sub {
  padding-left: 0.05em;
}

.text-section--recruit {
  position: relative;
}
.text-section--recruit .inner-text {
  letter-spacing: 0.05em;
  margin-top: 0;
  margin-bottom: 0;
}
@media screen and (min-width: 750px) {
  .text-section--recruit .inner-text {
    height: 168px;
  }
}
.text-section--recruit .inner-text.inner-text01 {
  margin-top: 1em;
}

#wanted .inner-text {
  letter-spacing: 0.05em;
  margin-top: 0;
  margin-bottom: 0;
}
@media screen and (min-width: 750px) {
  #wanted .inner-text {
    height: 100px;
  }
}

.text-section--recruit01 {
  margin: 0 auto;
  width: 65.2173913043%;
}

.nav-section--recruit01 {
  margin-top: 50px;
  padding: 0 25px;
}
.nav-section--recruit01 ul.nav--recruit {
  list-style: none;
  font-size: 0;
  text-align: center;
  display: table;
  margin: 0 auto;
  padding: 0;
}
.nav-section--recruit01 ul.nav--recruit > li,
.nav-section--recruit01 ul.nav--recruit > li a {
  font-size: 15px !important;
  line-height: 1;
}
.nav-section--recruit01 ul.nav--recruit > li {
  display: inline-block;
  margin: 0.6em 0;
  padding: 0 1.6em;
  border-right: 2px solid #000;
}
.nav-section--recruit01 ul.nav--recruit > li:first-child {
  padding-left: 0;
}
.nav-section--recruit01 ul.nav--recruit > li:last-child {
  padding-right: 0;
  border-right: none;
}
.nav-section--recruit01 ul.nav--recruit > li a {
  color: #000;
  text-decoration: none;
  display: block;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.message-section--recruit01 {
  position: relative;
}
.message-section--recruit01 .bg-material-wrap {
  position: absolute;
  bottom: -24%;
  left: 0;
  right: 0;
  width: 100%;
  pointer-events: none;
}
.message-section--recruit01 .bg-material-wrap img {
  height: auto;
}
.message-section--recruit01 .text-section--recruit {
  z-index: 1;
}
.message-section--recruit01 .text-section--recruit .heading {
  font-size: 1.375rem;
  font-weight: 500;
  margin: 0;
  margin-bottom: 1.2em;
}
.message-section--recruit01 .text-section--recruit .name-wrap {
  font-size: 0.9375rem;
  line-height: 1.6;
  margin: 0;
  margin-top: 14em;
}
@media screen and (max-width: 1100px) {
  .message-section--recruit01 .text-section--recruit .name-wrap {
    margin-top: 3em;
  }
}
.message-section--recruit01 .text-section--recruit .name-wrap .title,
.message-section--recruit01 .text-section--recruit .name-wrap .name {
  display: inline-block;
  vertical-align: middle;
}
.message-section--recruit01 .text-section--recruit .name-wrap .title {
  margin-right: 2.2em;
}
.message-section--recruit01 .text-section--recruit .name-wrap .name {
  width: 100%;
  max-width: 166px;
}
.message-section--recruit01 .text-section--recruit .name-wrap .name img {
  height: auto;
}

ul.box-list--recruit > li .box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  min-height: 100px;
  padding: 15px;
  background: #fff;
  -webkit-box-shadow: 7px 7px 0 #000;
          box-shadow: 7px 7px 0 #000;
}
ul.box-list--recruit > li .box .box-text {
  font-size: 1.25rem;
  font-weight: 500;
  text-align: center;
  line-height: 1.6;
  margin: 0 auto;
}
ul.box-list--recruit.box-list--recruit01.list--col3 {
  margin-top: 120px;
}

.bg-material-wrap--wwd.img-wrap {
  position: absolute;
  right: 0;
  bottom: 120px;
  width: 79%;
}
.bg-material-wrap--wwd.img-wrap img {
  height: auto;
}

ul.num-box-list--recruit > li .box {
  position: relative;
  padding: 40px 25px;
  background: #fff;
  -webkit-box-shadow: 7px 7px 0 #000;
          box-shadow: 7px 7px 0 #000;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
ul.num-box-list--recruit > li .box .num {
  position: absolute;
  bottom: calc(100% - 0.4em);
  left: -0.2em;
  font-size: 6.25rem;
  font-weight: 500;
  color: #fff;
  text-align: center;
  line-height: 1;
  margin: 0;
}
ul.num-box-list--recruit > li .box .heading {
  font-size: 1.875rem;
  font-weight: 500;
  -webkit-transform: rotate(-8deg);
          transform: rotate(-8deg);
  margin: 0;
  margin-bottom: 1.2em;
  line-height: 1.2;
}
ul.num-box-list--recruit > li .box .box-text {
  letter-spacing: 0.05em;
  margin: 0;
}
ul.num-box-list--recruit.list--col3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -moz-flex;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
ul.num-box-list--recruit.list--col3 > li {
  display: initial;
}
ul.num-box-list--recruit.num-box-list--recruit01 {
  text-align: center;
}
ul.num-box-list--recruit.num-box-list--recruit01.list--col3 {
  margin-top: 120px;
}
ul.num-box-list--recruit.num-box-list--recruit02.list--col2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -moz-flex;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
ul.num-box-list--recruit.num-box-list--recruit02.list--col2 > li {
  display: initial;
  margin: 45px 2.5%;
}
ul.num-box-list--recruit.num-box-list--recruit02.list--col2 > li .box .heading {
  font-size: 1.25rem;
  text-align: center;
  -webkit-transform: initial;
          transform: initial;
  margin: 0 auto;
  margin-bottom: 1.8em;
  line-height: 1.6;
}
ul.num-box-list--recruit.num-box-list--recruit02.list--col2 > li:nth-child(1), ul.num-box-list--recruit.num-box-list--recruit02.list--col2 > li:nth-child(2) {
  margin-top: 0;
}
ul.num-box-list--recruit.num-box-list--recruit02.list--col2 > li:nth-child(odd) {
  margin-left: 0;
}
ul.num-box-list--recruit.num-box-list--recruit02.list--col2 > li:nth-child(even), ul.num-box-list--recruit.num-box-list--recruit02.list--col2 > li:last-child {
  margin-right: 0;
}

.link-btn--recruit01 {
  font-size: 2.1875rem;
  font-weight: 600;
  color: #fff;
  text-align: center;
  text-decoration: none;
  line-height: 1;
  margin: 0 auto;
  margin-top: 3em;
  padding: 0.34em 1em;
  background: #00ffe2;
  width: 100%;
  max-width: 250px;
  display: block;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.fixed-btn-wrap--recruit {
  position: fixed;
  bottom: 0;
  right: 90px;
  z-index: 10;
}
.fixed-btn-wrap--recruit .link-btn--recruit01 {
  margin-top: 0;
  width: 250px;
}

@media screen and (min-width: 769px) {
  .nav-section--recruit01 ul.nav--recruit > li a:hover {
    opacity: 0.7;
  }
  ul.num-box-list--recruit.list--col3 > li:nth-child(1), ul.num-box-list--recruit.list--col3 > li:nth-child(2), ul.num-box-list--recruit.list--col3 > li:nth-child(3) {
    margin-top: 0;
  }
  ul.num-box-list--recruit.list--col3 > li:nth-child(1), ul.num-box-list--recruit.list--col3 > li:nth-child(4), ul.num-box-list--recruit.list--col3 > li:nth-child(7), ul.num-box-list--recruit.list--col3 > li:nth-child(10), ul.num-box-list--recruit.list--col3 > li:nth-child(13), ul.num-box-list--recruit.list--col3 > li:nth-child(16), ul.num-box-list--recruit.list--col3 > li:nth-child(19), ul.num-box-list--recruit.list--col3 > li:nth-child(22), ul.num-box-list--recruit.list--col3 > li:nth-child(25), ul.num-box-list--recruit.list--col3 > li:nth-child(28) {
    margin-left: 0;
  }
  ul.num-box-list--recruit.list--col3 > li:nth-child(3), ul.num-box-list--recruit.list--col3 > li:nth-child(6), ul.num-box-list--recruit.list--col3 > li:nth-child(9), ul.num-box-list--recruit.list--col3 > li:nth-child(12), ul.num-box-list--recruit.list--col3 > li:nth-child(15), ul.num-box-list--recruit.list--col3 > li:nth-child(18), ul.num-box-list--recruit.list--col3 > li:nth-child(21), ul.num-box-list--recruit.list--col3 > li:nth-child(24), ul.num-box-list--recruit.list--col3 > li:nth-child(27), ul.num-box-list--recruit.list--col3 > li:nth-child(30), ul.num-box-list--recruit.list--col3 > li:last-child {
    margin-right: 0;
  }
  .link-btn--recruit01:hover {
    opacity: 0.7;
  }
}
@media screen and (min-width: 1025px) {
  ul.num-box-list--recruit.list--col3 > li {
    margin: 45px 4.5%;
    width: 27.3%;
  }
}
@media screen and (max-width: 1200px) {
  .mv--recruit .mv-text-wrap01 {
    padding: 0 100px;
  }
  .mv--recruit .mv-text-wrap01 .mv-label {
    font-size: 2.5rem;
  }
  .mv--recruit .mv-text-wrap01 .ttl {
    font-size: 5.625rem;
    text-shadow: 5px 6px 0 #fff;
  }
  .recruit-section-inner01 {
    padding: 0 150px;
  }
}
@media screen and (max-width: 1100px) {
  .recruit-section-inner01 {
    padding: 0 120px;
  }
}
@media screen and (max-width: 1024px) {
  .mv--recruit .mv-text-wrap01 {
    padding: 0px 50px;
  }
  .mv--recruit .mv-text-wrap01 .mv-label {
    font-size: 1.875rem;
  }
  .mv--recruit .mv-text-wrap01 .ttl {
    font-size: 4.375rem;
    text-shadow: 4px 5px 0 #fff;
  }
  .recruit-section-inner01 {
    padding: 0 90px;
  }
  .recruit-section-inner02 {
    padding: 0 60px;
  }
  .text-section--recruit01 {
    width: 75%;
  }
  .nav-section--recruit01 ul.nav--recruit > li,
  .nav-section--recruit01 ul.nav--recruit > li a {
    font-size: 15px !important;
  }
  .nav-section--recruit01 ul.nav--recruit > li {
    padding: 0 1.2em;
  }
  ul.box-list--recruit > li .box .box-text {
    font-size: 1.125rem;
  }
  ul.box-list--recruit.box-list--recruit01.list--col3 {
    margin-top: 90px;
  }
  ul.num-box-list--recruit.list--col3 > li {
    margin: 45px 2.5%;
  }
  ul.num-box-list--recruit.list--col3 > li .box .heading {
    font-size: 1.5625rem;
  }
  ul.num-box-list--recruit.num-box-list--recruit01.list--col3 {
    margin-top: 90px;
  }
  .fixed-btn-wrap--recruit {
    right: 60px;
  }
}
@media screen and (max-width: 768px) {
  .mv--recruit .mv-text-wrap01 .mv-label {
    font-size: 1.25rem;
  }
  .mv--recruit .mv-text-wrap01 .ttl {
    font-size: 3.125rem;
    text-shadow: 3px 4px 0 #fff;
  }
  .mv--recruit .mv-text-wrap01 .mv-text01 {
    font-size: 1rem;
    margin-top: 3em;
  }
  .mv--recruit .mv-text-wrap01.mv-text-wrap--pages:before {
    display: none;
  }
  .mv--recruit .mv-text-wrap01.mv-text-wrap--pages .text-wrap-inner {
    position: relative;
    top: initial;
    left: initial;
    right: initial;
  }
  .mv--recruit .mv-text-wrap01.mv-text-wrap--pages .ttl {
    font-size: 3.4375rem;
  }
  .recruit-section01 {
    padding: 60px 0;
  }
  .recruit-section-inner01 {
    padding: 0 60px;
  }
  .recruit-section-inner02 {
    padding: 0 30px;
  }
  .heading--recruit {
    font-size: 3.75rem;
  }
  .heading--recruit .heading-text.heading-text--main {
    text-shadow: 8px 6px 0 #fff;
  }
  .heading--recruit .heading-text.heading-text--sub {
    font-size: 1.125rem;
  }
  .text-section--recruit01 {
    width: 85%;
  }
  .nav-section--recruit01 ul.nav--recruit > li,
  .nav-section--recruit01 ul.nav--recruit > li a {
    font-size: 15px !important;
  }
  .message-section--recruit01 .bg-material-wrap {
    bottom: 0;
  }
  .message-section--recruit01 .row > div {
    margin: 0;
  }
  .message-section--recruit01 .img-wrap--message {
    max-width: 400px;
    margin: 0 auto;
  }
  .message-section--recruit01 .text-section--recruit {
    margin-top: 80px;
  }
  .message-section--recruit01 .text-section--recruit .heading {
    font-size: 1.25rem;
  }
  ul.box-list--recruit > li .box .box-text {
    font-size: 1rem;
  }
  ul.box-list--recruit.box-list--recruit01.list--col3 {
    margin-top: 60px;
  }
  .bg-material-wrap--wwd.img-wrap {
    bottom: 80px;
  }
  ul.num-box-list--recruit.list--col3 > li {
    margin: 30px 2.5%;
  }
  ul.num-box-list--recruit.list--col3 > li .box {
    padding: 30px 20px;
  }
  ul.num-box-list--recruit.list--col3 > li .box .num {
    font-size: 3.75rem;
  }
  ul.num-box-list--recruit.list--col3 > li .box .heading {
    font-size: 1.375rem;
  }
  ul.num-box-list--recruit.num-box-list--recruit01.list--col3 {
    margin-top: 60px;
  }
  ul.num-box-list--recruit.num-box-list--recruit02.list--col2 > li .box .heading {
    font-size: 1.125rem;
  }
  .link-btn--recruit01 {
    font-size: 1.875rem;
  }
  .fixed-btn-wrap--recruit {
    right: 30px;
  }
  .fixed-btn-wrap--recruit .link-btn--recruit01 {
    width: 200px;
  }
}
@media screen and (max-width: 568px) {
  .recruit-section-inner01 {
    padding: 0 30px;
  }
  .recruit-section-inner02 {
    padding: 0 25px;
  }
}
@media screen and (max-width: 480px) {
  .mv--recruit .mv-text-wrap01 {
    padding: 0 25px;
  }
  .mv--recruit .mv-text-wrap01 .ttl {
    font-size: 2.5rem;
  }
  .mv--recruit .mv-text-wrap01 .mv-text01 {
    font-size: 0.875rem;
  }
  .mv--recruit .mv-text-wrap01.mv-text-wrap--pages .ttl {
    font-size: 2.8125rem;
  }
  .recruit-section-inner01 {
    padding: 0 25px;
  }
  .heading--recruit {
    font-size: 2.5rem;
  }
  .heading--recruit .heading-text.heading-text--main {
    text-shadow: 7px 5px 0 #fff;
  }
  .heading--recruit .heading-text.heading-text--sub {
    font-size: 1rem;
  }
  .text-section--recruit01 {
    width: 100%;
  }
  .message-section--recruit01 .text-section--recruit {
    margin-top: 70px;
  }
  .message-section--recruit01 .text-section--recruit .heading {
    font-size: 1.125rem;
  }
  ul.num-box-list--recruit.list--col3 {
    display: block;
  }
  ul.num-box-list--recruit.list--col3 > li {
    display: block;
    margin: 0;
    margin-bottom: 60px;
    width: 100%;
  }
  ul.num-box-list--recruit.list--col3 > li:last-child {
    margin-bottom: 0;
  }
  ul.num-box-list--recruit.num-box-list--recruit02.list--col2 {
    display: block;
  }
  ul.num-box-list--recruit.num-box-list--recruit02.list--col2 > li {
    display: block;
    margin: 0;
    margin-bottom: 60px;
    width: 100%;
  }
  ul.num-box-list--recruit.num-box-list--recruit02.list--col2 > li:last-child {
    margin-bottom: 0;
  }
  .link-btn--recruit01 {
    font-size: 1.5625rem;
  }
  .fixed-btn-wrap--recruit {
    right: 0;
  }
  .fixed-btn-wrap--recruit .link-btn--recruit01 {
    width: 150px;
  }
}
@media screen and (max-width: 350px) {
  .mv--recruit .mv-text-wrap01.mv-text-wrap--pages .ttl {
    font-size: 2.5rem;
  }
}
/*---------------------------------------------------------------------------
pages recruit child
---------------------------------------------------------------------------*/
.person-section {
  position: relative;
}
.person-section .text-section--recruit {
  position: relative;
  z-index: 1;
}
.person-section .job-name {
  font-size: 2.5rem;
  font-weight: 500;
  line-height: 1.2;
  margin: 0;
  margin-bottom: 1.2em;
}
.person-section .name {
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.6;
  margin: 0;
  margin-bottom: 1.8em;
}
.person-section ul.btn-list {
  list-style: none;
  font-size: 0;
  margin: 0;
  margin-top: 80px;
  padding: 0;
}
.person-section ul.btn-list > li {
  font-size: 1rem;
  display: inline-block;
  vertical-align: top;
  margin: 7px;
}
.person-section ul.btn-list > li .btn {
  position: relative;
  font-size: 1.125rem;
  color: #000;
  text-align: center;
  text-decoration: none;
  line-height: 1.6;
  display: block;
  padding: 0.26em 1.2em;
  overflow: hidden;
}
.person-section ul.btn-list > li .btn .line {
  position: absolute;
  left: 0;
  right: 0;
  display: block;
  pointer-events: none;
}
.person-section ul.btn-list > li .btn .line:before, .person-section ul.btn-list > li .btn .line:after {
  position: absolute;
  content: "";
  display: block;
  height: 2px;
}
.person-section ul.btn-list > li .btn .line.line01 {
  top: 0;
}
.person-section ul.btn-list > li .btn .line.line01:before, .person-section ul.btn-list > li .btn .line.line01:after {
  top: 0;
}
.person-section ul.btn-list > li .btn .line.line01:before {
  left: 0;
  width: 11.5%;
}
.person-section ul.btn-list > li .btn .line.line01:after {
  left: 14.5%;
  width: 100%;
}
.person-section ul.btn-list > li .btn .line.line02 {
  bottom: 0;
}
.person-section ul.btn-list > li .btn .line.line02:before, .person-section ul.btn-list > li .btn .line.line02:after {
  bottom: 0;
}
.person-section ul.btn-list > li .btn .line.line02:before {
  right: 0;
  width: 11.5%;
}
.person-section ul.btn-list > li .btn .line.line02:after {
  right: 14.5%;
  width: 100%;
}
.person-section ul.btn-list > li .btn.btn--wh {
  border-left: 2px solid #fff;
  border-right: 2px solid #fff;
}
.person-section ul.btn-list > li .btn.btn--wh .line:before, .person-section ul.btn-list > li .btn.btn--wh .line:after {
  background: #fff;
}
.person-section ul.btn-list > li .btn.btn--bk {
  border-left: 2px solid #000;
  border-right: 2px solid #000;
}
.person-section ul.btn-list > li .btn.btn--bk .line:before, .person-section ul.btn-list > li .btn.btn--bk .line:after {
  background: #000;
}
.person-section .bg-material-wrap {
  position: absolute;
  left: 0;
  right: 0;
  pointer-events: none;
}
.person-section .bg-material-wrap img {
  height: auto;
}
.person-section.person-section01 .bg-material-wrap {
  bottom: -37%;
}
.person-section.person-section02, .person-section.person-section03 {
  margin-top: 180px;
}
.person-section.person-section02 .bg-material-wrap {
  bottom: -45%;
}
.person-section.person-section03 .bg-material-wrap {
  bottom: -14%;
}

.recruit-section--culture .section-inner--culture01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.recruit-section--culture .section-inner--culture01 .heading--recruit {
  margin-bottom: 0;
}
.recruit-section--culture .culture-wrap {
  position: relative;
}
.recruit-section--culture .culture-wrap .bg-material-wrap {
  position: absolute;
}
.recruit-section--culture .culture-wrap .bg-material-wrap img {
  height: auto;
}
.recruit-section--culture .culture-wrap ul.num-box-list--recruit {
  position: relative;
  z-index: 1;
}
.recruit-section--culture .culture-wrap01 {
  margin-top: 120px;
}
.recruit-section--culture .culture-wrap01 .bg-material-wrap {
  top: 0;
  right: 0;
  width: 84%;
}
.recruit-section--culture .culture-wrap02 {
  margin-top: 45px;
}
.recruit-section--culture .culture-wrap02 .bg-material-wrap {
  bottom: 0;
  left: 0;
  width: 80%;
}

.guideline-wrap--recruit01 {
  width: 90%;
  margin: 0 auto;
  padding: 30px 60px;
  background: #fff;
}

@media screen and (max-width: 1024px) {
  .person-section ul.btn-list {
    margin-top: 50px;
  }
  .person-section.person-section01 .bg-material-wrap {
    bottom: -30%;
  }
  .person-section.person-section02, .person-section.person-section03 {
    margin-top: 150px;
  }
  .person-section.person-section02 .bg-material-wrap {
    bottom: -35%;
  }
  .person-section.person-section03 .bg-material-wrap {
    bottom: -10%;
  }
  .guideline-wrap--recruit01 {
    width: 100%;
    padding: 30px 40px;
  }
}
@media screen and (max-width: 768px) {
  .recruit-section--person01 .row > div {
    margin: 0;
  }
  .recruit-section--person01 .heading--recruit {
    margin-bottom: 0;
    display: table;
  }
  .recruit-section--person01 .text-section--recruit {
    margin-top: 50px;
  }
  .person-section .row > div {
    margin: 0;
  }
  .person-section .img-wrap--person {
    max-width: 400px;
    margin: 0 auto;
  }
  .person-section .text-section--recruit {
    margin-top: 70px;
  }
  .person-section .job-name {
    font-size: 1.875rem;
  }
  .person-section ul.btn-list {
    margin-top: 25px;
  }
  .person-section ul.btn-list > li .btn {
    font-size: 1rem;
  }
  .person-section .bg-material-wrap {
    bottom: 0 !important;
  }
  .person-section.person-section02, .person-section.person-section03 {
    margin-top: 120px;
  }
  .recruit-section--culture .culture-wrap .row > div {
    margin: 0;
  }
  .recruit-section--culture .culture-wrap01 {
    margin-top: 90px;
  }
  .guideline-wrap--recruit01 {
    padding: 20px 30px;
  }
}
@media screen and (max-width: 480px) {
  .person-section.person-section02, .person-section.person-section03 {
    margin-top: 90px;
  }
  .recruit-section--culture .culture-wrap02 {
    margin-top: 60px;
  }
  .guideline-wrap--recruit01 {
    padding: 20px 25px;
  }
}
/*---------------------------------------------------------------------------
pages recruit entry
---------------------------------------------------------------------------*/
.form-section input[type=text],
.form-section input[type=email],
.form-section select {
  position: relative;
  display: block;
  width: 100%;
  height: 30px;
  border: none;
  background: #fff;
  padding: 0.2em 1em;
}
.form-section textarea {
  position: relative;
  display: block;
  width: 100%;
  border: none;
  background: #fff;
  padding: 0.2em 1em;
}
.form-section .select-wrap01 {
  position: relative;
  max-width: 290px;
}
.form-section .select-wrap01:after {
  position: absolute;
  top: 50%;
  right: 0.875em;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  content: "";
  display: block;
  width: 0.75em;
  height: 0.75em;
  background: transparent url(../img/common/select-arrow.svg) no-repeat center center/contain;
}
.form-section .select-wrap01 select {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  padding-right: 2.25em;
}
.form-section .select-wrap01 select::-ms-expand {
  display: none;
}
.form-section .privacy-box {
  text-align: center;
  width: 65%;
  margin: 0 auto;
  margin-top: 35px;
  border: 1px solid #000;
  padding: 10px 40px;
}
.form-section .privacy-box .inner {
  padding: 15px 0;
}
.form-section .privacy-box .inner.inner01 {
  border-bottom: 1px solid #000;
}
.form-section .privacy-box .privacy-link {
  position: relative;
  font-size: 0.875rem;
  color: #000;
  line-height: 1.6;
  text-decoration: none;
  margin: 0 auto;
  padding-right: 45px;
  display: inline-block;
}
.form-section .privacy-box .privacy-link .arrow-wrap {
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  display: block;
  width: 27px;
  height: 27px;
}
.form-section .privacy-box .privacy-link .arrow-wrap:before,
.form-section .privacy-box .privacy-link .arrow-wrap .arrow {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  display: block;
  background: #000;
  height: 1px;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.form-section .privacy-box .privacy-link .arrow-wrap:before {
  left: 0;
  width: 3px;
  content: "";
}
.form-section .privacy-box .privacy-link .arrow-wrap .arrow {
  left: 5px;
  width: 22px;
}
.form-section .privacy-box .privacy-link .arrow-wrap .arrow:after {
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translate(0, -50%) rotate(45deg);
  transform: translate(0, -50%) rotate(45deg);
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.form-section .privacy-box .check-box {
  font-size: 0.8125rem;
  text-align: center;
  display: table;
  margin: 0 auto;
}
.form-section .privacy-box .check-box label {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  cursor: pointer;
  display: inline-block;
  padding-right: 1.875em;
  width: auto;
}
.form-section .privacy-box .check-box label:before {
  position: absolute;
  top: 0.2em;
  right: 0;
  content: "";
  display: block;
  background: #fff;
  width: 1.25em;
  height: 1.25em;
}
.form-section .privacy-box .check-box label::after {
  position: absolute;
  top: 0.3em;
  right: 0.36em;
  content: "";
  display: block;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  border-right: 2px solid #000;
  border-bottom: 2px solid #000;
  width: 0.5625em;
  height: 0.75em;
  opacity: 0;
}
.form-section .privacy-box .check-box input[type=checkbox] {
  display: none;
}
.form-section .privacy-box .check-box input[type=checkbox]:checked + label:after {
  opacity: 1;
}
.form-section .submit {
  position: relative;
  font-size: 1.125rem;
  color: #fff;
  line-height: 1;
  display: block;
  width: 100%;
  max-width: 275px;
  margin: 0 auto;
  margin-top: 45px;
  padding: 1.3em 1em;
  border: none;
  border-radius: 0;
  background: #b1b1b1;
  cursor: pointer;
}

ul.check-box-list > li label {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  cursor: pointer;
  display: inline-block;
  padding-left: 1.875em;
  width: auto;
}
ul.check-box-list > li label:before {
  position: absolute;
  top: 0.2em;
  left: 0;
  content: "";
  display: block;
  background: #fff;
  width: 1.25em;
  height: 1.25em;
}
ul.check-box-list > li label::after {
  position: absolute;
  top: 0.3em;
  left: 0.36em;
  content: "";
  display: block;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  border-right: 2px solid #000;
  border-bottom: 2px solid #000;
  width: 0.5625em;
  height: 0.75em;
  opacity: 0;
}
ul.check-box-list > li input[type=checkbox] {
  display: none;
}
ul.check-box-list > li input[type=checkbox]:checked + label:after {
  opacity: 1;
}
ul.check-box-list > li .item-wrap01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
ul.check-box-list > li .item-wrap01 label {
  white-space: nowrap;
  margin-right: 1.6em;
}
ul.check-box-list > li .item-wrap01 input[type=text] {
  width: 100%;
}
ul.check-box-list > li.w-100 {
  width: 100%;
  margin-left: 0;
  margin-right: 0;
}

table.table--entry {
  width: 75%;
  margin: 0 auto;
}
table.table--entry tr {
  position: relative;
  border-bottom: 1px solid #000;
}
table.table--entry tr:last-child {
  border-bottom: none;
}
table.table--entry tr.brd-b--none {
  border-bottom: none;
}
table.table--entry th,
table.table--entry td {
  font-weight: 400;
  text-align: left;
  line-height: 1.6;
  background: transparent;
  border: none;
  vertical-align: middle;
  padding: 2em 1.6em;
}
table.table--entry th.pt-0,
table.table--entry td.pt-0 {
  padding-top: 0;
}
table.table--entry th .inner-text,
table.table--entry td .inner-text {
  display: block;
}
table.table--entry th .inner-text.inner-text01,
table.table--entry td .inner-text.inner-text01 {
  margin-bottom: 1em;
}
table.table--entry th .inner-text.inner-text02,
table.table--entry td .inner-text.inner-text02 {
  width: 60%;
  margin: 0 auto;
}
table.table--entry th .text--caution,
table.table--entry td .text--caution {
  font-size: 0.75rem;
  display: block;
}
table.table--entry th .text--caution.text--caution02,
table.table--entry td .text--caution.text--caution02 {
  text-align: center;
  margin-top: 4em;
}

@media screen and (min-width: 769px) {
  .form-section .privacy-box .privacy-link:hover .arrow-wrap .arrow {
    width: 27px;
  }
  table.table--entry tr.brd-b--dashed {
    border-bottom: none;
  }
  table.table--entry tr.brd-b--dashed:after {
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    content: "";
    display: block;
    width: calc(100% - 3.6em);
    border-bottom: 1px dashed #000;
  }
  table.table--entry th {
    width: 33%;
    padding-right: 1.6em;
  }
}
@media screen and (max-width: 1200px) {
  table.table--entry {
    width: 85%;
  }
}
@media screen and (max-width: 1024px) {
  table.table--entry {
    width: 100%;
  }
  table.table--entry th.pt-initial--sp,
  table.table--entry td.pt-initial--sp {
    padding-top: 1.4em;
  }
}
@media screen and (max-width: 768px) {
  table.table--entry th,
  table.table--entry td {
    display: block;
    width: 100%;
    padding: 1.4em 0;
  }
  table.table--entry th {
    padding-bottom: 0.4em;
  }
  table.table--entry td {
    padding-top: 0.4em;
  }
}
@media screen and (max-width: 568px) {
  .form-section .privacy-box {
    width: 100%;
    padding: 10px 20px;
  }
  table.table--entry th .inner-text.inner-text02,
  table.table--entry td .inner-text.inner-text02 {
    width: 100%;
  }
}
@media screen and (max-width: 480px) {
  ul.check-box-list > li {
    width: 100% !important;
    margin: 0 !important;
    margin-bottom: 15px !important;
  }
  ul.check-box-list > li:last-child {
    margin-bottom: 0 !important;
  }
}
/*---------------------------------------------------------------------------
article
---------------------------------------------------------------------------*/
ul.information-list {
  list-style: none;
  font-size: 0;
  margin: 0;
  padding: 0;
  display: inline-block;
  width: 100%;
  vertical-align: top;
}
ul.information-list > li {
  font-size: 1rem;
  display: inline-block;
  vertical-align: top;
}
ul.information-list > li a {
  color: #000;
  text-decoration: none;
  display: block;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
ul.information-list > li .img-wrap:before {
  content: "";
  display: block;
  padding-top: 100%;
}
ul.information-list > li .img-wrap img {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
ul.information-list > li .img-wrap .info-wrap {
  position: absolute;
  top: -5px;
  left: -5px;
  white-space: nowrap;
}
ul.information-list > li .img-wrap .info-wrap .cat,
ul.information-list > li .img-wrap .info-wrap .date {
  font-weight: 500;
  line-height: 1;
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
          writing-mode: vertical-rl;
  display: inline-block;
  vertical-align: top;
  padding: 0.2em;
}
ul.information-list > li .img-wrap .info-wrap .date {
  font-size: 0.75rem;
  color: #fff;
  background: #b1b1b1;
}
ul.information-list > li .img-wrap .info-wrap .cat {
  font-size: 0.875rem;
  background: #fff;
  margin-left: 0.2em;
}
ul.information-list > li .text-wrap {
  position: relative;
  margin-top: 20px;
}
ul.information-list > li .text-wrap .ttl {
  font-size: 0.9375rem;
  font-weight: 400;
  line-height: 1.6;
  display: block;
  margin-bottom: 20px;
}
ul.information-list > li .text-wrap .event-date {
  left: 0;
  line-height: 1.5;
  display: block;
  margin-bottom: 20px;
}
@media screen and (max-width: 1024px) {
  ul.information-list > li .text-wrap .event-date {
    bottom: calc(100% + 5px);
    line-height: 1.2;
  }
}
ul.information-list > li .text-wrap .event-date .sml {
  font-size: 0.75rem;
  display: block;
  margin-right: 0.8em;
}
ul.information-list.information-list01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -moz-flex;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
ul.information-list.information-list01 > li {
  display: initial;
  width: 251px;
  margin: 0 2.5%;
}
ul.information-list.information-list01 > li a {
  height: 100%;
}
ul.information-list.information-list01 > li:first-child {
  margin-left: 0;
}
ul.information-list.information-list01 > li:last-child {
  margin-right: 0;
}

ul.library-list {
  list-style: none;
  font-size: 0;
  margin: 0;
  padding: 0;
  display: inline-block;
  width: 100%;
  vertical-align: top;
}
ul.library-list > li {
  font-size: 1rem;
  display: inline-block;
  vertical-align: top;
}
ul.library-list > li a {
  color: #000;
  text-decoration: none;
  display: block;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
ul.library-list > li .img-wrap:before {
  content: "";
  display: block;
  padding-top: 100%;
}
ul.library-list > li .img-wrap img {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
ul.library-list > li .img-wrap .info-wrap {
  position: absolute;
  top: -5px;
  left: 10px;
  white-space: nowrap;
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
          writing-mode: vertical-rl;
  text-orientation: sideways;
  -webkit-text-orientation: sideways;
}
ul.library-list > li .img-wrap .info-wrap .cat {
  font-size: 0.75rem;
  font-weight: 500;
  line-height: 1;
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
          writing-mode: vertical-rl;
  text-orientation: sideways;
  -webkit-text-orientation: sideways;
  display: inline-block;
  vertical-align: top;
  padding: 0.2em;
  background: #fff;
}
ul.library-list > li .text-wrap ul.tag-list {
  list-style: none;
  font-size: 0;
  margin: 0;
  margin-top: 15px;
  padding: 0;
  display: inline-block;
  vertical-align: top;
}
ul.library-list > li .text-wrap ul.tag-list > li,
ul.library-list > li .text-wrap ul.tag-list > li a {
  font-size: 0.625rem;
  line-height: 1;
}
ul.library-list > li .text-wrap ul.tag-list > li {
  margin: 4px;
  display: inline-block;
  vertical-align: top;
}
ul.library-list > li .text-wrap ul.tag-list > li .tag {
  text-align: center;
  padding: 0.5em 1em;
  display: block;
  background: #edece7;
  border-radius: 9999px;
}
ul.library-list > li .text-wrap .ttl {
  font-size: 0.9375rem;
  font-weight: 400;
  line-height: 1.6;
  display: block;
  margin-top: 4em;
}
ul.library-list.library-list01 {
  white-space: inherit;
}
ul.library-list.library-list01 > li {
  margin: 0;
  padding: 0 55px;
  border-right: 3px solid #edece7;
}
ul.library-list.library-list01 > li a {
  height: 100%;
}
ul.library-list.library-list01 > li .inner {
  width: 240px;
}
ul.library-list.library-list01 > li:last-child {
  border-right: none;
}
ul.library-list.library-list02 > li .text-wrap .ttl {
  margin-top: 0.8em;
}

@media screen and (min-width: 769px) {
  ul.information-list > li a:hover {
    opacity: 0.7;
  }
  ul.library-list > li a:hover {
    opacity: 0.7;
  }
  ul.library-list.library-list02 {
    display: -ms-grid;
    display: grid;
    grid-gap: 40px;
    -ms-grid-columns: 1fr 40px 1fr 40px 1fr;
    grid-template-columns: 1fr 1fr 1fr;
  }
  ul.library-list.library-list02 > li:nth-child(1) {
    -ms-grid-row: 1;
        grid-row-start: 1;
    -ms-grid-row-span: 2;
    grid-row-end: 3;
    -ms-grid-column: 1;
        grid-column-start: 1;
    -ms-grid-column-span: 2;
    grid-column-end: 3;
  }
  ul.library-list.library-list02 > li:nth-child(2) {
    -ms-grid-row: 1;
        grid-row-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
    -ms-grid-column: 3;
        grid-column-start: 3;
    -ms-grid-column-span: 1;
    grid-column-end: 4;
  }
  ul.library-list.library-list02 > li:nth-child(3) {
    -ms-grid-row: 2;
        grid-row-start: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
    -ms-grid-column: 3;
        grid-column-start: 3;
    -ms-grid-column-span: 1;
    grid-column-end: 4;
  }
  ul.library-list.library-list02 > li:nth-child(4) {
    -ms-grid-row: 3;
        grid-row-start: 3;
    -ms-grid-row-span: 1;
    grid-row-end: 4;
    -ms-grid-column: 1;
        grid-column-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
  }
  ul.library-list.library-list02 > li:nth-child(5) {
    -ms-grid-row: 4;
        grid-row-start: 4;
    -ms-grid-row-span: 1;
    grid-row-end: 5;
    -ms-grid-column: 1;
        grid-column-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
  }
  ul.library-list.library-list02 > li:nth-child(6) {
    -ms-grid-row: 3;
        grid-row-start: 3;
    -ms-grid-row-span: 2;
    grid-row-end: 5;
    -ms-grid-column: 2;
        grid-column-start: 2;
    -ms-grid-column-span: 2;
    grid-column-end: 4;
  }
  ul.library-list.library-list02 > li:nth-child(7) {
    -ms-grid-row: 5;
        grid-row-start: 5;
    -ms-grid-row-span: 2;
    grid-row-end: 7;
    -ms-grid-column: 1;
        grid-column-start: 1;
    -ms-grid-column-span: 2;
    grid-column-end: 3;
  }
  ul.library-list.library-list02 > li:nth-child(8) {
    -ms-grid-row: 5;
        grid-row-start: 5;
    -ms-grid-row-span: 1;
    grid-row-end: 6;
    -ms-grid-column: 3;
        grid-column-start: 3;
    -ms-grid-column-span: 1;
    grid-column-end: 4;
  }
  ul.library-list.library-list02 > li:nth-child(9) {
    -ms-grid-row: 6;
        grid-row-start: 6;
    -ms-grid-row-span: 1;
    grid-row-end: 7;
    -ms-grid-column: 3;
        grid-column-start: 3;
    -ms-grid-column-span: 1;
    grid-column-end: 4;
  }
}
@media screen and (max-width: 768px) {
  ul.information-list > li .img-wrap .info-wrap .date {
    color: #b1b1b1;
    background: #fff;
  }
  ul.information-list > li .text-wrap .ttl {
    font-size: 0.775rem;
  }
  ul.information-list.information-list01 > li {
    width: 33.3333333333%;
    margin: 0;
    padding: 0 30px;
    border-right: 3px solid #fff;
  }
  ul.information-list.information-list01 > li:last-child {
    border-right: none;
  }
  ul.information-list.information-list01 > li.fadein02 {
    -moz-transition-delay: 200ms !important;
    -webkit-transition-delay: 200ms !important;
    -o-transition-delay: 200ms !important;
    -ms-transition-delay: 200ms !important;
  }
  ul.information-list.information-list01 > li.fadein03 {
    -moz-transition-delay: 400ms !important;
    -webkit-transition-delay: 400ms !important;
    -o-transition-delay: 400ms !important;
    -ms-transition-delay: 400ms !important;
  }
  ul.library-list.library-list02 > li {
    width: 47.5%;
    margin: 2.5%;
  }
  ul.library-list.library-list02 > li:nth-child(1), ul.library-list.library-list02 > li:nth-child(2) {
    margin-top: 0;
  }
  ul.library-list.library-list02 > li:nth-child(odd) {
    margin-left: 0;
  }
  ul.library-list.library-list02 > li:nth-child(even), ul.library-list.library-list02 > li:last-child {
    margin-right: 0;
  }
  ul.library-list.library-list02 > li .text-wrap .ttl {
    margin-bottom: 1em;
  }
}
/*---------------------------------------------------------------------------
article library
---------------------------------------------------------------------------*/
.mv--library {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 440px;
}
.mv--library .mv-label {
  font-size: 1.25rem;
  line-height: 1;
  margin: 0;
  margin-bottom: 0.6em;
  white-space: nowrap;
}
.mv--library .mv-label .num {
  font-size: 1.5625rem;
  display: inline-block;
  margin-left: 0.2em;
}
.mv--library .ttl-wrap {
  position: relative;
}
.mv--library .ttl {
  font-size: 3.6875rem;
  font-weight: 400;
  line-height: 1;
  margin: 0;
}

.article-list-section {
  position: relative;
}
.article-list-section.article-list-section01 {
  padding-bottom: 140px;
}

@media screen and (max-width: 1024px) {
  .mv--library {
    height: 300px;
  }
  .mv--library .mv-label {
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    font-size: 1.0625rem;
    -ms-writing-mode: tb-rl;
    -webkit-writing-mode: vertical-rl;
            writing-mode: vertical-rl;
    margin-bottom: 0;
  }
  .mv--library .mv-label .num {
    font-size: 1.375rem;
    margin-top: 0.2em;
    margin-left: 0;
  }
  .mv--library .ttl-wrap {
    padding-left: 40px;
  }
  .mv--library .ttl {
    font-size: 3.125rem;
  }
  .article-list-section.article-list-section01 {
    padding-bottom: 0;
  }
}
/*---------------------------------------------------------------------------
single library
---------------------------------------------------------------------------*/
.content-wrap--library {
  position: relative;
}
.content-wrap--library > .mv--library_single {
  position: relative;
  padding: 160px 140px 45px;
  background: #edece7;
  z-index: 100;
}
.content-wrap--library > .mv--library_single .fadein {
  opacity: 0;
  -webkit-transition: 2.5s all;
  transition: 2.5s all;
}
.content-wrap--library > .mv--library_single .fadein.scrollin {
  opacity: 1;
}
.content-wrap--library > .mv--library_single .mv-inner {
  position: relative;
  height: 68.1818181818vh;
  height: 91svh;
  overflow: hidden;
}
.content-wrap--library > .mv--library_single .mv-inner img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.content-wrap--library > .mv--library_single .mv-inner .info-wrap {
  position: absolute;
  left: 0;
  bottom: 35px;
}
.content-wrap--library > .mv--library_single .mv-inner .info-wrap .post-cat,
.content-wrap--library > .mv--library_single .mv-inner .info-wrap .ttl {
  font-weight: 500;
}
.content-wrap--library > .mv--library_single .mv-inner .info-wrap .post-cat {
  font-size: 0.8125rem;
  line-height: 1;
  margin: 0;
  margin-bottom: 0.8em;
  padding: 0.34em 0.7em 0.26em;
  background: #fff;
  display: table;
}
.content-wrap--library > .mv--library_single .mv-inner .info-wrap .ttl {
  font-size: 1.25rem;
  line-height: 1.9;
  letter-spacing: 0.05em;
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
  display: inline;
  margin: 0;
  padding: 0.1em 0.6em 0;
  background-color: #fff;
}
.content-wrap--library > .mv--library_single ul.tag-list {
  list-style: none;
  font-size: 0;
  margin: 0;
  margin-top: 42px;
  padding: 0;
  display: inline-block;
  vertical-align: top;
}
.content-wrap--library > .mv--library_single ul.tag-list > li,
.content-wrap--library > .mv--library_single ul.tag-list > li a {
  font-size: 0.75rem;
  line-height: 1;
}
.content-wrap--library > .mv--library_single ul.tag-list > li {
  margin: 6px;
  display: inline-block;
  vertical-align: top;
}
.content-wrap--library > .mv--library_single ul.tag-list > li .tag {
  color: #000;
  text-align: center;
  text-decoration: none;
  padding: 0.36em 1em 0.3em;
  display: block;
  background: #fff;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  border-radius: 9999px;
}
.content-wrap--library > .content-section {
  padding-left: 140px;
  padding-right: 380px;
}
.content-wrap--library .entry-content {
  padding: 110px 40px;
}
.content-wrap--library .entry-content > *:first-child {
  margin-top: 0;
}
.content-wrap--library .entry-content > *:last-child {
  margin-bottom: 0;
}
.content-wrap--library .entry-content h2,
.content-wrap--library .entry-content h3,
.content-wrap--library .entry-content h4 {
  font-weight: 500;
  line-height: 1.75;
}
.content-wrap--library .entry-content h2 {
  font-size: 1.25rem;
  margin-top: 2em;
  margin-bottom: 1em;
}
.content-wrap--library .entry-content h3 {
  font-size: 1.125rem;
  margin-top: 1.6em;
  margin-bottom: 0.8em;
}
.content-wrap--library .entry-content h4 {
  font-size: 1.0625rem;
  margin-top: 1.4em;
  margin-bottom: 0.7em;
}
.content-wrap--library .entry-content p {
  letter-spacing: 0.05em;
  margin: 1.4em 0;
}
.content-wrap--library .entry-content u {
  display: inline;
  text-decoration: none;
  border-bottom: 6px solid #fff;
}
.content-wrap--library .entry-content img {
  height: auto;
  display: block;
  margin-top: 40px;
  margin-bottom: 40px;
}
.content-wrap--library .entry-content figure img {
  margin: 0;
}
.content-wrap--library .entry-content figure figcaption {
  font-size: 0.8125rem;
  line-height: 1.5384615385;
  display: block;
  margin-top: 1.2em;
}
.content-wrap--library .entry-content .inner-content-wrap > *:first-child {
  margin-top: 0;
}
.content-wrap--library .entry-content .inner-content-wrap > *:last-child {
  margin-bottom: 0;
}
.content-wrap--library .entry-content .inner-content-wrap .row > div > *:first-child {
  margin-top: 0;
}
.content-wrap--library .entry-content .inner-content-wrap .row > div > *:last-child {
  margin-bottom: 0;
}
.content-wrap--library .entry-content .inner-content-wrap.inner-content-wrap02 {
  margin-top: 90px;
}
.content-wrap--library .entry-content .inner-content-wrap.mw-500 {
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
}
.content-wrap--library .entry-content .link-btn--library01 {
  position: relative;
  color: #000;
  text-decoration: none;
  display: block;
  margin-top: 180px;
  padding: 25px 60px;
  border: 1px solid #000;
  border-radius: 20px;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.content-wrap--library .entry-content .link-btn--library01 .btn-text {
  position: relative;
  padding-right: 40px;
  display: block;
}
.content-wrap--library .entry-content .link-btn--library01 .btn-text:after {
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  content: "";
  display: block;
  width: 17px;
  height: 17px;
  background: transparent url(../img/common/Icon_external-link.svg) no-repeat center center/contain;
}
.content-wrap--library .entry-content .link-btn-section--library01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  margin-top: 150px;
  position: relative;
}
.content-wrap--library .entry-content .link-btn-section--library01 .btn {
  font-weight: 500;
  color: #000;
  line-height: 1;
  text-decoration: none;
  display: block;
  background: #fff;
  margin: 0 20px;
  padding: 17px 25px;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.content-wrap--library .entry-content .link-btn-section--library01 .btn.btn--prev, .content-wrap--library .entry-content .link-btn-section--library01 .btn.btn--next {
  width: 37%;
}
.content-wrap--library .entry-content .link-btn-section--library01 .btn.btn--prev {
  margin-left: 0;
  position: absolute;
  left: 0;
}
.content-wrap--library .entry-content .link-btn-section--library01 .btn.btn--index {
  text-align: center;
  width: 18%;
  position: absolute;
  left: 46.5%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}
.content-wrap--library .entry-content .link-btn-section--library01 .btn.btn--next {
  text-align: right;
  margin-right: 0;
  position: absolute;
  right: 0;
}
.content-wrap--library .related-article-section {
  padding-top: 40px;
  padding-bottom: 200px;
}
.content-wrap--library .related-article-section .section-heading {
  font-size: 1.25rem;
  font-weight: 500;
  text-align: center;
  line-height: 1.6;
  margin: 0 auto;
  margin-bottom: 1.6em;
}
.content-wrap--library .related-article-section ul.library-list {
  text-align: center;
}
.content-wrap--library .related-article-section ul.library-list > li {
  text-align: left;
}
.content-wrap--library .related-article-section ul.library-list > li .text-wrap .ttl {
  font-size: 0.75rem;
  margin-top: 0.8em;
}

@media screen and (min-width: 769px) {
  .content-wrap--library > .mv--library_single ul.tag-list > li a.tag:hover {
    opacity: 0.7;
  }
  .content-wrap--library .entry-content .link-btn--library01:hover {
    opacity: 0.7;
  }
  .content-wrap--library .entry-content .link-btn-section--library01 .btn:hover {
    opacity: 0.7;
  }
  .sidebar--library .sidebar-acd-wrap .acd-label:hover {
    opacity: 0.7;
  }
  .sidebar--library ul.cat-list > li a:hover {
    opacity: 0.7;
  }
  .sidebar--library ul.tag-list > li a.tag:hover {
    opacity: 0.7;
  }
}
@media screen and (max-width: 1200px) {
  .content-wrap--library > .content-section {
    padding-left: 50px;
    padding-right: 330px;
  }
  .sidebar--library {
    right: 50px;
  }
}
@media screen and (max-width: 1024px) {
  .content-wrap--library > .mv--library_single {
    padding: 160px 70px 45px;
  }
  .content-wrap--library > .content-section {
    padding-left: 50px;
    padding-right: 50px;
  }
  .content-wrap--library .entry-content {
    padding: 150px 0 100px;
  }
  .content-wrap--library .related-article-section {
    padding-top: 0;
    padding-bottom: 0;
  }
  .sidebar--library {
    position: relative;
    top: initial;
    right: initial;
    max-width: 100%;
    margin-top: 90px;
    padding: 0 65px;
  }
  .sidebar--library.sidebar--library--sp {
    display: block;
    margin-top: 0;
    margin-bottom: 150px;
    padding: 0 15px;
  }
}
@media screen and (max-width: 768px) {
  .content-wrap--library > .mv--library_single {
    padding: 120px 0 45px;
  }
  .content-wrap--library > .mv--library_single .mv-inner {
    height: initial;
  }
  .content-wrap--library > .mv--library_single .mv-inner img {
    height: 225px;
  }
  .content-wrap--library > .mv--library_single .mv-inner .info-wrap {
    position: relative;
    bottom: initial;
    left: initial;
    width: calc(100% - 50px);
    margin: 0 auto;
    margin-top: -10px;
  }
  .content-wrap--library > .mv--library_single .mv-inner .info-wrap .ttl {
    font-size: 1.125rem;
  }
  .content-wrap--library > .mv--library_single ul.tag-list {
    width: calc(100% - 38px);
    margin: 0 auto;
    margin-top: 29px;
    display: table;
  }
  .content-wrap--library > .content-section {
    padding-left: 40px;
    padding-right: 40px;
  }
  .content-wrap--library .entry-content .row > div {
    margin: 0;
    margin-bottom: 30px;
  }
  .content-wrap--library .entry-content .row > div:last-child {
    margin-bottom: 0;
  }
  .content-wrap--library .entry-content .link-btn--library01 {
    margin-top: 150px;
    padding: 25px;
    border-radius: 15px;
  }
  .content-wrap--library .entry-content .link-btn-section--library01 {
    margin-top: 120px;
  }
  .content-wrap--library .entry-content .link-btn-section--library01 .btn {
    margin: 0 10px;
    padding: 17px 15px;
  }
  .content-wrap--library .entry-content .link-btn-section--library01 .btn.btn--prev, .content-wrap--library .entry-content .link-btn-section--library01 .btn.btn--next {
    width: 28%;
  }
  .content-wrap--library .entry-content .link-btn-section--library01 .btn.btn--index {
    width: 35%;
  }
}
@media screen and (max-width: 480px) {
  .content-wrap--library > .content-section {
    padding-left: 25px;
    padding-right: 25px;
  }
  .sidebar--library.sidebar--library--sp {
    padding: 0 40px;
  }
}
@media screen and (max-width: 350px) {
  .sidebar--library {
    padding: 0 25px;
  }
  .sidebar--library.sidebar--library--sp {
    padding: 0;
  }
}
/*---------------------------------------------------------------------------
page navi
---------------------------------------------------------------------------*/
.pagination {
  margin: 0 auto;
  margin-top: 110px;
  text-align: center;
  display: block;
}
.pagination ul.page-numbers {
  font-size: 0;
  margin: 0 auto;
  padding: 0;
  display: table;
}
.pagination ul.page-numbers > li,
.pagination ul.page-numbers > li a {
  font-size: 0.8125rem;
}
.pagination ul.page-numbers > li {
  margin: 10px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  vertical-align: middle;
}
.pagination ul.page-numbers > li .current,
.pagination ul.page-numbers > li a {
  text-align: center;
  line-height: 50px;
  width: 50px;
  height: 50px;
  display: block;
  background: #fff;
}
.pagination ul.page-numbers > li .current {
  color: #fff;
  background: #000;
}
.pagination ul.page-numbers > li a {
  color: #000;
  text-decoration: none;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.pagination ul.page-numbers > li .prev,
.pagination ul.page-numbers > li .next {
  position: relative;
}
.pagination ul.page-numbers > li .prev .arrow-wrap,
.pagination ul.page-numbers > li .next .arrow-wrap {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  display: block;
  width: 18px;
  height: 18px;
}
.pagination ul.page-numbers > li .prev .arrow-wrap:before,
.pagination ul.page-numbers > li .prev .arrow-wrap .arrow,
.pagination ul.page-numbers > li .next .arrow-wrap:before,
.pagination ul.page-numbers > li .next .arrow-wrap .arrow {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  display: block;
  background: #000;
  height: 1px;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.pagination ul.page-numbers > li .prev .arrow-wrap:before,
.pagination ul.page-numbers > li .next .arrow-wrap:before {
  width: 3px;
  content: "";
}
.pagination ul.page-numbers > li .prev .arrow-wrap .arrow,
.pagination ul.page-numbers > li .next .arrow-wrap .arrow {
  width: 13px;
}
.pagination ul.page-numbers > li .prev .arrow-wrap .arrow:after,
.pagination ul.page-numbers > li .next .arrow-wrap .arrow:after {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%) rotate(45deg);
  transform: translate(0, -50%) rotate(45deg);
  content: "";
  display: block;
  width: 7px;
  height: 7px;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.pagination ul.page-numbers > li .prev .arrow-wrap:before {
  right: 0;
}
.pagination ul.page-numbers > li .prev .arrow-wrap .arrow {
  right: 5px;
}
.pagination ul.page-numbers > li .prev .arrow-wrap .arrow:after {
  left: 0;
  border-bottom: 1px solid #000;
  border-left: 1px solid #000;
}
.pagination ul.page-numbers > li .next .arrow-wrap:before {
  left: 0;
}
.pagination ul.page-numbers > li .next .arrow-wrap .arrow {
  left: 5px;
}
.pagination ul.page-numbers > li .next .arrow-wrap .arrow:after {
  right: 0;
  border-top: 1px solid #000;
  border-right: 1px solid #000;
}

@media screen and (min-width: 769px) {
  .pagination ul.page-numbers > li a:hover {
    opacity: 0.7;
  }
  .pagination ul.page-numbers > li a:hover .arrow-wrap .arrow {
    width: 18px;
  }
}
@media screen and (max-width: 768px) {
  .pagination {
    margin-top: 60px;
  }
  .pagination ul.page-numbers > li,
  .pagination ul.page-numbers > li a {
    font-size: 0.9375rem;
  }
  .pagination ul.page-numbers > li {
    margin: 9px;
  }
  .pagination ul.page-numbers > li .current,
  .pagination ul.page-numbers > li a {
    line-height: 40px;
    width: 40px;
    height: 40px;
  }
  .pagination ul.page-numbers > li .prev .arrow-wrap,
  .pagination ul.page-numbers > li .next .arrow-wrap {
    width: 14px;
    height: 14px;
  }
  .pagination ul.page-numbers > li .prev .arrow-wrap:before,
  .pagination ul.page-numbers > li .next .arrow-wrap:before {
    width: 2px;
  }
  .pagination ul.page-numbers > li .prev .arrow-wrap .arrow,
  .pagination ul.page-numbers > li .next .arrow-wrap .arrow {
    width: 10px;
  }
  .pagination ul.page-numbers > li .prev .arrow-wrap .arrow:after,
  .pagination ul.page-numbers > li .next .arrow-wrap .arrow:after {
    width: 5px;
    height: 5px;
  }
  .pagination ul.page-numbers > li .prev .arrow-wrap .arrow {
    right: 4px;
  }
  .pagination ul.page-numbers > li .next .arrow-wrap .arrow {
    left: 4px;
  }
}
/*---------------------------------------------------------------------------
fixed button
---------------------------------------------------------------------------*/
.fixed-address-wrap {
  position: fixed;
  top: 35px;
  left: 35px;
  z-index: 99999;
}
.fixed-address-wrap a {
  color: inherit !important;
}
.fixed-address-wrap .text--address {
  position: relative;
  font-size: 0.625em;
  font-weight: 400;
  line-height: 1.5;
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
          writing-mode: vertical-rl;
  display: inline-block;
  padding-top: 2.8em;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.fixed-address-wrap .text--address:before {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  content: "";
  display: block;
  width: 2em;
  height: 1.825em;
  background: transparent url(../img/common/icon_map01_bk.webp) no-repeat center center/contain;
}
.fixed-address-wrap.text--wh .text--address {
  color: #fff;
}
.fixed-address-wrap.text--wh .text--address:before {
  background: transparent url(../img/common/icon_map01_wh.webp) no-repeat center center/contain;
}

ul.fixed-sns-btn {
  position: fixed;
  bottom: 40px;
  left: 30px;
  list-style: none;
  text-align: center;
  margin: 0;
  padding: 0;
  display: table;
  z-index: 99999;
}
ul.fixed-sns-btn > li {
  display: block;
  margin: 0;
  margin-bottom: 30px;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
ul.fixed-sns-btn > li:last-child {
  margin-bottom: 0;
}
ul.fixed-sns-btn > li.item--label .item--text {
  font-size: 0.625em;
  line-height: 1;
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
          writing-mode: vertical-rl;
  vertical-align: bottom;
  display: inline-block;
  white-space: nowrap;
}
ul.fixed-sns-btn > li.item--icon {
  width: 21px;
}
ul.fixed-sns-btn > li.item--icon a {
  position: relative;
  display: block;
  width: 100%;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
ul.fixed-sns-btn > li.item--icon a:before {
  content: "";
  display: block;
  padding-top: 100%;
}
ul.fixed-sns-btn > li.item--icon.icon--line a {
  background: transparent url(../img/common/sns-icon_line_bk.webp) no-repeat center center/contain;
}
ul.fixed-sns-btn > li.item--icon.icon--insta a {
  background: transparent url(../img/common/sns-icon_insta_bk.webp) no-repeat center center/contain;
}
ul.fixed-sns-btn > li.item--icon.icon--yt a {
  background: transparent url(../img/common/sns-icon_yt_bk.webp) no-repeat center center/contain;
}
ul.fixed-sns-btn.btn--wh > li {
  color: #fff;
}
ul.fixed-sns-btn.btn--wh > li.item--icon.icon--line a {
  background: transparent url(../img/common/sns-icon_line_wh.webp) no-repeat center center/contain;
}
ul.fixed-sns-btn.btn--wh > li.item--icon.icon--insta a {
  background: transparent url(../img/common/sns-icon_insta_wh.webp) no-repeat center center/contain;
}
ul.fixed-sns-btn.btn--wh > li.item--icon.icon--yt a {
  background: transparent url(../img/common/sns-icon_yt_wh.webp) no-repeat center center/contain;
}

.fixed-btn-wrap {
  position: fixed;
  top: -35px;
  right: -40px;
  width: 160px;
  z-index: 99999;
}
.fixed-btn-wrap:before {
  content: "";
  display: block;
  padding-top: 100%;
}
.fixed-btn-wrap a,
.fixed-btn-wrap a:before,
.fixed-btn-wrap a:after {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  display: block;
}
.fixed-btn-wrap a {
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.fixed-btn-wrap a:before, .fixed-btn-wrap a:after {
  content: "";
}
.fixed-btn-wrap a:before {
  background: transparent url(../img/common/reserve-btn_circle01_bk.svg) no-repeat center center/contain;
  -webkit-animation: 20s linear infinite rotation1;
          animation: 20s linear infinite rotation1;
}
.fixed-btn-wrap a:after {
  background: transparent url(../img/common/reserve-btn_circle02_bk.svg) no-repeat center center/contain;
  -webkit-animation: 20s linear infinite rotation2;
          animation: 20s linear infinite rotation2;
}
.fixed-btn-wrap a .arrow-wrap {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
  transform: translate(-50%, -50%) rotate(-45deg);
  display: block;
  width: 20px;
  height: 20px;
}
.fixed-btn-wrap a .arrow-wrap:before,
.fixed-btn-wrap a .arrow-wrap .arrow {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  display: block;
  background: #000;
  height: 1px;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.fixed-btn-wrap a .arrow-wrap:before {
  left: 0;
  width: 3px;
  content: "";
}
.fixed-btn-wrap a .arrow-wrap .arrow {
  left: 5px;
  width: 15px;
}
.fixed-btn-wrap a .arrow-wrap .arrow:after {
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translate(0, -50%) rotate(45deg);
  transform: translate(0, -50%) rotate(45deg);
  content: "";
  display: block;
  width: 7px;
  height: 7px;
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.fixed-btn-wrap.btn--wh a:before {
  background: transparent url(../img/common/reserve-btn_circle01_gr.svg) no-repeat center center/contain;
}
.fixed-btn-wrap.btn--wh a:after {
  background: transparent url(../img/common/reserve-btn_circle02_gr.svg) no-repeat center center/contain;
}
.fixed-btn-wrap.btn--wh a .arrow-wrap:before,
.fixed-btn-wrap.btn--wh a .arrow-wrap .arrow {
  background: #fff;
}
.fixed-btn-wrap.btn--wh a .arrow-wrap .arrow:after {
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
}

@media screen and (min-width: 769px) {
  ul.fixed-sns-btn > li.item--icon a:hover {
    opacity: 0.7;
  }
  .fixed-btn-wrap a:hover .arrow-wrap .arrow {
    width: 20px;
  }
}
@media screen and (max-width: 768px) {
  .fixed-address-wrap,
  ul.fixed-sns-btn {
    display: none;
  }
  .fixed-btn-wrap {
    width: 145px;
  }
}
/*---------------------------------------------------------------------------
display
---------------------------------------------------------------------------*/
.pc {
  display: block !important;
}

.sp {
  display: none !important;
}

.d--change.d--none {
  display: none;
}

.pe--none {
  pointer-events: none !important;
}

@media screen and (min-width: 769px) {
  .d--change.d--none--pc {
    display: none;
  }
  .pe--none--pc {
    pointer-events: none !important;
  }
}
@media screen and (max-width: 768px) {
  .pc {
    display: none !important;
  }
  .sp {
    display: block !important;
  }
}
.pe-n {
  pointer-events: none;
}

/*---------------------------------------------------------------------------
layout
---------------------------------------------------------------------------*/
.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.row > div {
  margin: 0 30px;
}

.col-1 {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.col-2 {
  -webkit-box-flex: 2;
      -ms-flex: 2;
          flex: 2;
}

.col-3 {
  -webkit-box-flex: 3;
      -ms-flex: 3;
          flex: 3;
}

.col-4 {
  -webkit-box-flex: 4;
      -ms-flex: 4;
          flex: 4;
}

.col-5 {
  -webkit-box-flex: 5;
      -ms-flex: 5;
          flex: 5;
}

.col-6 {
  -webkit-box-flex: 6;
      -ms-flex: 6;
          flex: 6;
}

.col-7 {
  -webkit-box-flex: 7;
      -ms-flex: 7;
          flex: 7;
}

.col-8 {
  -webkit-box-flex: 8;
      -ms-flex: 8;
          flex: 8;
}

.col-9 {
  -webkit-box-flex: 9;
      -ms-flex: 9;
          flex: 9;
}

.order-1 {
  -webkit-box-ordinal-group: 1;
  -ms-flex-order: 1;
  order: 1;
}

.order-2 {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 2;
  order: 2;
}

@media screen and (min-width: 769px) {
  .row {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .row.ai--center_pc {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .row > div:first-child {
    margin-left: 0 !important;
  }
  .row > div:last-child {
    margin-right: 0 !important;
  }
}
@media screen and (max-width: 768px) {
  .row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .row > div {
    margin: 20px 0;
  }
  .row .order-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 2;
    order: 2;
  }
  .row .order-2 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 1;
    order: 1;
  }
}
/*---------------------------------------------------------------------------
background
---------------------------------------------------------------------------*/
.bg--wh,
.bg--gr {
  position: relative;
}

.bg--wh {
  background: #fff;
}

.bg--gr {
  background: #edece7;
}

/*---------------------------------------------------------------------------
text
---------------------------------------------------------------------------*/
.ta--l {
  text-align: left;
}

.ta--c {
  text-align: center;
}

.ta--r {
  text-align: right;
}

.fw-500 {
  font-weight: 500;
}

/*---------------------------------------------------------------------------
heading
---------------------------------------------------------------------------*/
.heading--mid01 {
  position: relative;
  font-size: 1.875rem;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0.03em;
  margin-top: 4em;
  margin-bottom: 2em;
}
.heading--mid01.ta--c {
  padding-left: 0.03em;
}

.heading--mid02 {
  position: relative;
  font-size: 1.375rem;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0.03em;
  margin-top: 4em;
  margin-bottom: 2em;
}
.heading--mid02.ta--c {
  padding-left: 0.03em;
}

.heading--mid03 {
  position: relative;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0.03em;
  margin-top: 2.4em;
  margin-bottom: 1em;
}
.heading--mid03.ta--c {
  padding-left: 0.03em;
}

.heading--mid04 {
  position: relative;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0.05em;
  margin-top: 2.4em;
  margin-bottom: 1.8em;
}
.heading--mid04.ta--c {
  padding-left: 0.05em;
}

@media screen and (max-width: 768px) {
  .heading--mid01 {
    font-size: 1.625rem;
  }
  .heading--mid04 {
    font-size: 1.125rem;
  }
}
@media screen and (max-width: 480px) {
  .heading--mid01 {
    font-size: 1.375rem;
  }
}
/*---------------------------------------------------------------------------
link
---------------------------------------------------------------------------*/
.link-btn--arrow01 {
  position: relative;
  color: #000;
  line-height: 1.6;
  text-decoration: none;
  border-bottom: 1px solid #000;
  margin-top: 3em;
  padding-bottom: 0.6em;
  display: block;
  max-width: 215px;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.link-btn--arrow01 .btn-text {
  position: relative;
  display: block;
}
.link-btn--arrow01 .btn-text.btn-text--main {
  font-size: 1.125rem;
  line-height: 1.4;
}
.link-btn--arrow01 .btn-text.btn-text--sub {
  font-size: 0.75rem;
  font-weight: 500;
  margin-top: 0.8em;
}
.link-btn--arrow01 .btn-text.after--arrow {
  padding-right: 70px;
}
.link-btn--arrow01 .btn-text.after--arrow .arrow-wrap {
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  display: block;
  width: 27px;
  height: 27px;
}
.link-btn--arrow01 .btn-text.after--arrow .arrow-wrap:before,
.link-btn--arrow01 .btn-text.after--arrow .arrow-wrap .arrow {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  display: block;
  background: #000;
  height: 1px;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.link-btn--arrow01 .btn-text.after--arrow .arrow-wrap:before {
  left: 0;
  width: 3px;
  content: "";
}
.link-btn--arrow01 .btn-text.after--arrow .arrow-wrap .arrow {
  left: 5px;
  width: 22px;
}
.link-btn--arrow01 .btn-text.after--arrow .arrow-wrap .arrow:after {
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translate(0, -50%) rotate(45deg);
  transform: translate(0, -50%) rotate(45deg);
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.link-btn--arrow01.btn--wh {
  color: #fff;
  border-bottom: 1px solid #fff;
}
.link-btn--arrow01.btn--wh .btn-text.after--arrow .arrow-wrap:before,
.link-btn--arrow01.btn--wh .btn-text.after--arrow .arrow-wrap .arrow {
  background: #fff;
}
.link-btn--arrow01.btn--wh .btn-text.after--arrow .arrow-wrap .arrow:after {
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
}

.link-btn--arrow02 {
  position: relative;
  color: #000;
  line-height: 1.6;
  text-decoration: none;
  margin: 0 auto;
  margin-top: 9.375em;
  padding-right: 8.125em;
  display: table;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.link-btn--arrow02 .arrow-wrap {
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  width: 5.625em;
  height: 5.625em;
  display: block;
}
.link-btn--arrow02 .arrow-wrap:after {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: transparent url(../img/common/circle01_bk.svg) no-repeat center center/contain;
}
.link-btn--arrow02 .arrow-wrap .inner {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  display: block;
  width: 27px;
  height: 27px;
}
.link-btn--arrow02 .arrow-wrap .inner:before,
.link-btn--arrow02 .arrow-wrap .inner .arrow {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  display: block;
  background: #000;
  height: 1px;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.link-btn--arrow02 .arrow-wrap .inner:before {
  left: 0;
  width: 3px;
  content: "";
}
.link-btn--arrow02 .arrow-wrap .inner .arrow {
  left: 5px;
  width: 22px;
}
.link-btn--arrow02 .arrow-wrap .inner .arrow:after {
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translate(0, -50%) rotate(45deg);
  transform: translate(0, -50%) rotate(45deg);
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.link-btn--arrow03 {
  position: relative;
  color: #000;
  font-size: 1.125rem;
  line-height: 1.6;
  text-decoration: none;
  border: 1px solid #000;
  margin: 0 auto;
  margin-top: 1.6em;
  padding: 0.2em 3em;
  display: block;
  max-width: 250px;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.link-btn--arrow03 .arrow-wrap {
  position: absolute;
  top: 50%;
  right: 1em;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  display: block;
  width: 1.3333333333em;
  height: 1.3333333333em;
}
.link-btn--arrow03 .arrow-wrap:before,
.link-btn--arrow03 .arrow-wrap .arrow {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  display: block;
  background: #000;
  height: 1px;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.link-btn--arrow03 .arrow-wrap:before {
  left: 0;
  width: 3px;
  content: "";
}
.link-btn--arrow03 .arrow-wrap .arrow {
  left: 5px;
  width: 1.0555555556em;
}
.link-btn--arrow03 .arrow-wrap .arrow:after {
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translate(0, -50%) rotate(45deg);
  transform: translate(0, -50%) rotate(45deg);
  content: "";
  display: block;
  width: 0.6666666667em;
  height: 0.6666666667em;
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

@media screen and (min-width: 769px) {
  .link-btn--arrow01:hover .btn-text.after--arrow .arrow-wrap .arrow {
    width: 27px;
  }
  .link-btn--arrow02:hover .arrow-wrap:after {
    -webkit-animation: 5s linear infinite rotation1;
            animation: 5s linear infinite rotation1;
  }
  .link-btn--arrow02:hover .arrow-wrap .inner .arrow {
    width: 27px;
  }
  .link-btn--arrow03:hover .arrow-wrap .arrow {
    width: 1.3333333333em;
  }
}
@media screen and (max-width: 768px) {
  .link-btn--arrow02 {
    padding-right: 5.625em;
  }
  .link-btn--arrow02 .arrow-wrap {
    width: 4.0625em;
    height: 4.0625em;
  }
}
/*---------------------------------------------------------------------------
image
---------------------------------------------------------------------------*/
.img-wrap {
  position: relative;
  line-height: 0;
}
.img-wrap img {
  width: 100%;
  margin: 0;
  display: block;
  pointer-events: none;
}
.img-wrap.img-wrap--skew {
  -webkit-transform: skewY(-16deg);
          transform: skewY(-16deg);
  overflow: hidden;
}
.img-wrap.img-wrap--skew:before {
  content: "";
  display: block;
}
.img-wrap.img-wrap--skew img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) skewY(16deg);
  transform: translate(-50%, -50%) skewY(16deg);
  height: 125%;
  -o-object-fit: cover;
     object-fit: cover;
}
.img-wrap.img-wrap--skew01:before {
  padding-top: 110.980392%;
}
.img-wrap.img-wrap--skew02:before {
  padding-top: 100.9803921569%;
}
.img-wrap.img-wrap--skew02 img {
  height: 120%;
}

.recruit-section-inner01 .img-wrap--skew02:before {
  padding-top: 100.9803921569%;
}
.recruit-section-inner01 .img-wrap--skew02 img {
  left: 50%;
  width: 100%;
  height: auto;
}

/*---------------------------------------------------------------------------
list
---------------------------------------------------------------------------*/
ul.list--col2,
ul.list--col3,
ul.list--col4 {
  list-style: none;
  font-size: 0;
  margin: 0;
  padding: 0;
  display: inline-block;
  width: 100%;
  vertical-align: top;
}
ul.list--col2 > li,
ul.list--col3 > li,
ul.list--col4 > li {
  font-size: 1rem;
  margin: 2.5%;
  display: inline-block;
  vertical-align: top;
}

ul.list--col2 > li {
  width: 47.5%;
}
ul.list--col2 > li:nth-child(1), ul.list--col2 > li:nth-child(2) {
  margin-top: 0;
}
ul.list--col2 > li:nth-child(odd) {
  margin-left: 0;
}
ul.list--col2 > li:nth-child(even), ul.list--col2 > li:last-child {
  margin-right: 0;
}

@media screen and (min-width: 769px) {
  ul.list--col3 > li {
    width: 30%;
  }
  ul.list--col3 > li:nth-child(1), ul.list--col3 > li:nth-child(2), ul.list--col3 > li:nth-child(3) {
    margin-top: 0;
  }
  ul.list--col3 > li:nth-child(1), ul.list--col3 > li:nth-child(4), ul.list--col3 > li:nth-child(7), ul.list--col3 > li:nth-child(10), ul.list--col3 > li:nth-child(13), ul.list--col3 > li:nth-child(16), ul.list--col3 > li:nth-child(19), ul.list--col3 > li:nth-child(22), ul.list--col3 > li:nth-child(25), ul.list--col3 > li:nth-child(28) {
    margin-left: 0;
  }
  ul.list--col3 > li:nth-child(3), ul.list--col3 > li:nth-child(6), ul.list--col3 > li:nth-child(9), ul.list--col3 > li:nth-child(12), ul.list--col3 > li:nth-child(15), ul.list--col3 > li:nth-child(18), ul.list--col3 > li:nth-child(21), ul.list--col3 > li:nth-child(24), ul.list--col3 > li:nth-child(27), ul.list--col3 > li:nth-child(30), ul.list--col3 > li:last-child {
    margin-right: 0;
  }
}
@media screen and (min-width: 1025px) {
  ul.list--col4 > li {
    width: 21.2%;
  }
  ul.list--col4 > li:nth-child(1), ul.list--col4 > li:nth-child(2), ul.list--col4 > li:nth-child(3), ul.list--col4 > li:nth-child(4) {
    margin-top: 0;
  }
  ul.list--col4 > li:nth-child(1), ul.list--col4 > li:nth-child(5), ul.list--col4 > li:nth-child(9), ul.list--col4 > li:nth-child(13), ul.list--col4 > li:nth-child(17), ul.list--col4 > li:nth-child(21), ul.list--col4 > li:nth-child(25), ul.list--col4 > li:nth-child(29), ul.list--col4 > li:nth-child(33), ul.list--col4 > li:nth-child(37), ul.list--col4 > li:nth-child(41), ul.list--col4 > li:nth-child(45) {
    margin-left: 0;
  }
  ul.list--col4 > li:nth-child(4), ul.list--col4 > li:nth-child(8), ul.list--col4 > li:nth-child(12), ul.list--col4 > li:nth-child(16), ul.list--col4 > li:nth-child(20), ul.list--col4 > li:nth-child(24), ul.list--col4 > li:nth-child(28), ul.list--col4 > li:nth-child(32), ul.list--col4 > li:nth-child(36), ul.list--col4 > li:nth-child(40), ul.list--col4 > li:nth-child(44), ul.list--col4 > li:nth-child(48), ul.list--col4 > li:last-child {
    margin-right: 0;
  }
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  ul.list--col4 > li {
    width: 30%;
  }
  ul.list--col4 > li:nth-child(1), ul.list--col4 > li:nth-child(2), ul.list--col4 > li:nth-child(3) {
    margin-top: 0;
  }
  ul.list--col4 > li:nth-child(1), ul.list--col4 > li:nth-child(4), ul.list--col4 > li:nth-child(7), ul.list--col4 > li:nth-child(10), ul.list--col4 > li:nth-child(13), ul.list--col4 > li:nth-child(16), ul.list--col4 > li:nth-child(19), ul.list--col4 > li:nth-child(22), ul.list--col4 > li:nth-child(25), ul.list--col4 > li:nth-child(28) {
    margin-left: 0;
  }
  ul.list--col4 > li:nth-child(3), ul.list--col4 > li:nth-child(6), ul.list--col4 > li:nth-child(9), ul.list--col4 > li:nth-child(12), ul.list--col4 > li:nth-child(15), ul.list--col4 > li:nth-child(18), ul.list--col4 > li:nth-child(21), ul.list--col4 > li:nth-child(24), ul.list--col4 > li:nth-child(27), ul.list--col4 > li:nth-child(30), ul.list--col4 > li:last-child {
    margin-right: 0;
  }
}
@media screen and (max-width: 768px) {
  ul.list--col3 > li,
  ul.list--col4 > li {
    width: 47.5%;
  }
  ul.list--col3 > li:nth-child(1), ul.list--col3 > li:nth-child(2),
  ul.list--col4 > li:nth-child(1),
  ul.list--col4 > li:nth-child(2) {
    margin-top: 0;
  }
  ul.list--col3 > li:nth-child(odd),
  ul.list--col4 > li:nth-child(odd) {
    margin-left: 0;
  }
  ul.list--col3 > li:nth-child(even), ul.list--col3 > li:last-child,
  ul.list--col4 > li:nth-child(even),
  ul.list--col4 > li:last-child {
    margin-right: 0;
  }
}
/*---------------------------------------------------------------------------
table
---------------------------------------------------------------------------*/
table.table--tr {
  width: 100%;
  background: transparent !important;
  border: 0 !important;
}
table.table--tr tr,
table.table--tr th,
table.table--tr td {
  background: transparent !important;
  border: 0 !important;
}
table.table--tr th,
table.table--tr td {
  font-weight: 400;
  text-align: left;
  padding: 1em 0;
  vertical-align: top;
}

table.table--brd01 {
  width: 100%;
}
table.table--brd01 tr {
  border-bottom: 1px solid #000;
}
table.table--brd01 tr:last-child {
  border-bottom: none;
}
table.table--brd01 th,
table.table--brd01 td {
  text-align: left;
  line-height: 1.6;
  background: transparent;
  border: none;
  vertical-align: top;
  padding: 2em 0;
}
table.table--brd01 th {
  font-weight: 500;
}
table.table--brd01 th .th-text {
  display: block;
  border-left: 4px solid #d2e7de;
  padding-left: 0.8em;
}

@media screen and (min-width: 769px) {
  table.table--tr th {
    width: 30%;
    padding-right: 1em;
  }
  table.table--brd01 th {
    width: 30%;
    padding-right: 1.6em;
  }
}
@media screen and (max-width: 768px) {
  table.table--tr th,
  table.table--tr td {
    width: 100%;
    display: block;
  }
  table.table--tr th {
    padding-right: 0;
    padding-bottom: 0.3em;
  }
  table.table--tr td {
    padding-top: 0.3em;
  }
  table.table--brd01 th,
  table.table--brd01 td {
    display: block;
    width: 100%;
    padding: 1.4em 0;
  }
  table.table--brd01 th {
    padding-bottom: 0.4em;
  }
  table.table--brd01 td {
    padding-top: 0.4em;
  }
}
/*---------------------------------------------------------------------------
slider
---------------------------------------------------------------------------*/
.slider-wrap01 {
  position: relative;
  margin: 0 auto;
  max-width: 435px;
}
.slider-wrap01:before {
  content: "";
  display: block;
  padding-top: 125%;
}
.slider-wrap01 .splide,
.slider-wrap01 .splide__track,
.slider-wrap01 .splide .splide__arrows,
.slider-wrap01 .splide .splide__arrows .splide__arrow--next,
.slider-wrap01 ul.splide__list {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
.slider-wrap01 .splide .splide__arrows svg {
  display: none;
}
.slider-wrap01 .splide .splide__arrows .splide__arrow--prev {
  display: none;
}
.slider-wrap01 .splide .splide__arrows .splide__arrow--next {
  width: calc(100% + 19px);
  right: initial;
  border-radius: 0;
  -webkit-transform: initial;
          transform: initial;
  background: transparent;
  opacity: 1;
}
.slider-wrap01 .splide .splide__arrows .splide__arrow--next .next-label {
  position: absolute;
  top: 35px;
  right: 0;
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
          writing-mode: vertical-rl;
  font-size: 0.875rem;
  line-height: 1;
  color: #000;
  text-align: center;
  display: inline-block;
  padding: 1em 0.2em;
  background: #fff;
}
.slider-wrap01 .splide .splide__arrows .splide__arrow--next .next-label:before, .slider-wrap01 .splide .splide__arrows .splide__arrow--next .next-label:after {
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  height: 7%;
  content: "";
  display: block;
}
.slider-wrap01 .splide .splide__arrows .splide__arrow--next .next-label:before {
  bottom: calc(100% - 0.1px);
  background: -webkit-gradient(linear, right top, left bottom, color-stop(50%, rgba(255, 255, 255, 0)), color-stop(50.5%, #fff)) no-repeat top left/100% 100%;
  background: linear-gradient(to bottom left, rgba(255, 255, 255, 0) 50%, #fff 50.5%) no-repeat top left/100% 100%;
}
.slider-wrap01 .splide .splide__arrows .splide__arrow--next .next-label:after {
  top: calc(100% - 0.1px);
  background: -webkit-gradient(linear, right bottom, left top, color-stop(50%, rgba(255, 255, 255, 0)), color-stop(50.5%, #fff)) no-repeat top left/100% 100%;
  background: linear-gradient(to top left, rgba(255, 255, 255, 0) 50%, #fff 50.5%) no-repeat top left/100% 100%;
}
.slider-wrap01 .splide__pagination,
.slider-wrap01 .splide__pagination > li {
  line-height: 1;
  display: block;
  margin: 0;
}
.slider-wrap01 .splide__pagination {
  left: initial;
  right: calc(100% + 30px);
  bottom: 10px;
  display: block !important;
  counter-reset: pagination-num;
  padding: 0;
}
.slider-wrap01 .splide__pagination > li {
  font-size: 0.8125rem;
  white-space: nowrap;
  margin-bottom: 2em;
}
.slider-wrap01 .splide__pagination > li:last-child {
  margin-bottom: 0;
}
.slider-wrap01 .splide__pagination > li .splide__pagination__page {
  line-height: 1;
  background: transparent;
  border-radius: 0;
  display: block;
  width: initial;
  height: initial;
  margin: 0;
  opacity: 1;
}
.slider-wrap01 .splide__pagination > li .splide__pagination__page:before {
  counter-increment: pagination-num;
  content: "0" counter(pagination-num);
}
.slider-wrap01 .splide__pagination > li .splide__pagination__page.is-active {
  -webkit-transform: initial;
          transform: initial;
}
.slider-wrap01 .splide__pagination > li .splide__pagination__page.is-active:after {
  position: absolute;
  top: 50%;
  left: calc(100% + 0.6em);
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  content: "";
  display: block;
  width: 25px;
  height: 1px;
  background: #000;
}
.slider-wrap01 .splide__track {
  overflow: initial;
}
.slider-wrap01 ul.splide__list {
  -webkit-transform: initial !important;
          transform: initial !important;
}
.slider-wrap01 ul.splide__list > li.splide__slide {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background: #fff;
}
.slider-wrap01 ul.splide__list > li.splide__slide:before {
  content: "";
  display: block;
  padding-top: 125%;
}
.slider-wrap01 ul.splide__list > li.splide__slide .list-item,
.slider-wrap01 ul.splide__list > li.splide__slide .list-item .img-wrap {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
.slider-wrap01 ul.splide__list > li.splide__slide .list-item {
  opacity: 0.6;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.slider-wrap01 ul.splide__list > li.splide__slide .list-item .img-wrap img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.slider-wrap01 ul.splide__list > li.splide__slide .list-item .text-wrap {
  position: absolute;
  top: calc(100% + 25px);
  left: 0;
  right: 0;
  width: 100%;
  padding: 0 65px;
  display: none;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.slider-wrap01 ul.splide__list > li.splide__slide .list-item .text-wrap .text--num {
  font-size: 0.8125rem;
  line-height: 1;
}
.slider-wrap01 ul.splide__list > li.splide__slide .list-item .text-wrap .text--num .num {
  font-size: 0.9375rem;
  font-weight: 500;
  display: inline-block;
  margin-left: 0.2em;
}
.slider-wrap01 ul.splide__list > li.splide__slide .list-item .text-wrap .ttl {
  font-size: 0.9375rem;
  font-weight: 400;
  line-height: 1.8;
  display: block;
  margin-bottom: 25px;
}
.slider-wrap01 ul.splide__list > li.splide__slide .list-item .text-wrap .cat-name {
  font-size: 0.75rem;
  line-height: 1;
  text-align: center;
  display: table;
  margin: 0;
  margin-top: 0.4em;
  padding: 0.4em 1.2em 0.2em;
  background: #fff;
  border-radius: 9999px;
  border: 1px dotted #000;
}
.slider-wrap01 ul.splide__list > li.splide__slide.is-active {
  z-index: 10;
}
.slider-wrap01 ul.splide__list > li.splide__slide.is-active .list-item {
  opacity: 1;
}
.slider-wrap01 ul.splide__list > li.splide__slide.is-active .list-item .text-wrap {
  display: block;
}
.slider-wrap01 ul.splide__list > li.splide__slide.is-active + li.splide__slide {
  left: calc(50% + 50px);
  -webkit-transform: translate(-50%, -50%) scale(0.93);
  transform: translate(-50%, -50%) scale(0.93);
  z-index: 9;
}
.slider-wrap01 ul.splide__list > li.splide__slide.is-active + li.splide__slide + li.splide__slide {
  left: calc(50% + 100px);
  -webkit-transform: translate(-50%, -50%) scale(0.86);
  transform: translate(-50%, -50%) scale(0.86);
  z-index: 8;
}
.slider-wrap01 ul.splide__list > li.splide__slide.is-active + li.splide__slide + li.splide__slide + li.splide__slide {
  left: calc(50% + 150px);
  -webkit-transform: translate(-50%, -50%) scale(0.79);
  transform: translate(-50%, -50%) scale(0.79);
  z-index: 7;
}
.slider-wrap01 ul.splide__list > li.splide__slide.is-active + li.splide__slide + li.splide__slide + li.splide__slide + li.splide__slide {
  display: none !important;
}
.slider-wrap01 ul.splide__list > li.splide__slide.is-active + li.splide__slide + li.splide__slide + li.splide__slide + li.splide__slide + li.splide__slide {
  display: none !important;
}
.slider-wrap01 ul.splide__list > li.splide__slide.is-active + li.splide__slide + li.splide__slide + li.splide__slide + li.splide__slide + li.splide__slide + li.splide__slide {
  display: none !important;
}
.slider-wrap01 ul.splide__list > li.splide__slide.is-active + li.splide__slide + li.splide__slide + li.splide__slide + li.splide__slide + li.splide__slide + li.splide__slide + li.splide__slide {
  display: none !important;
}

.slider-section--top01 {
  padding-left: 60px;
  padding-right: 15px;
}

@media screen and (min-width: 769px) {
  .slider-wrap01 ul.splide__list > li.splide__slide .list-item .text-wrap .text--num {
    position: absolute;
    top: 0.4em;
    left: 0;
    display: inline-block;
  }
}
@media screen and (max-width: 768px) {
  .slider-wrap01 .splide__pagination {
    display: none !important;
  }
  .slider-wrap01 ul.splide__list > li.splide__slide .list-item .text-wrap {
    top: calc(100% + 20px);
    padding: 0 20px;
  }
  .slider-wrap01 ul.splide__list > li.splide__slide .list-item .text-wrap .text--num {
    position: relative;
    display: block;
  }
  .slider-wrap01 ul.splide__list > li.splide__slide .list-item .text-wrap .ttl {
    font-size: 0.875rem;
  }
  .slider-section--top01 {
    padding-left: 0;
  }
}
@media screen and (max-width: 480px) {
  .slider-wrap01 ul.splide__list > li.splide__slide.is-active + li.splide__slide {
    left: calc(50% + 20px);
  }
  .slider-wrap01 ul.splide__list > li.splide__slide.is-active + li.splide__slide + li.splide__slide {
    left: calc(50% + 40px);
  }
  .slider-wrap01 ul.splide__list > li.splide__slide.is-active + li.splide__slide + li.splide__slide + li.splide__slide {
    left: calc(50% + 60px);
  }
  .slider-wrap01 ul.splide__list > li.splide__slide.is-active + li.splide__slide + li.splide__slide + li.splide__slide + li.splide__slide {
    left: calc(50% + 80px);
  }
}
/*---------------------------------------------------------------------------
mouse drag
---------------------------------------------------------------------------*/
.mouse-drag-wrap,
.mouse-drag-wrap--pc,
.mouse-drag-wrap--sp {
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.mouse-drag-wrap::-webkit-scrollbar,
.mouse-drag-wrap--pc::-webkit-scrollbar,
.mouse-drag-wrap--sp::-webkit-scrollbar {
  display: none;
}
.mouse-drag-wrap *,
.mouse-drag-wrap--pc *,
.mouse-drag-wrap--sp * {
  white-space: initial;
}

.mouse-drag-wrap {
  width: 100%;
  overflow-x: scroll;
}

@media screen and (min-width: 769px) {
  .mouse-drag-wrap--pc {
    width: 100%;
    overflow-x: scroll;
  }
}
@media screen and (max-width: 768px) {
  .mouse-drag-wrap--sp {
    width: 100%;
    overflow-x: scroll;
  }
}
/*---------------------------------------------------------------------------
tab
---------------------------------------------------------------------------*/
ul.tab-btn-list {
  list-style: none;
  font-size: 0;
  margin: 0 auto;
  padding: 0;
  display: table;
}
ul.tab-btn-list > li {
  font-size: 1rem;
  display: inline-block;
  vertical-align: middle;
  margin: 0 40px;
}
ul.tab-btn-list > li:first-child {
  margin-left: 0;
}
ul.tab-btn-list > li:last-child {
  margin-right: 0;
}
ul.tab-btn-list > li .btn {
  font-weight: 500;
  text-align: center;
  line-height: 1;
  display: block;
  padding: 0.2em 1em;
  background: #fff;
  cursor: pointer;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.tab-content-section .tab-content-wrap {
  display: none;
}
.tab-content-section input {
  display: none;
}
.tab-content-section input:checked + .tab-content-wrap {
  display: table;
  width: 100%;
}

@media screen and (min-width: 769px) {
  ul.tab-btn-list > li .btn:hover {
    opacity: 0.7;
  }
}
@media screen and (max-width: 768px) {
  ul.tab-btn-list > li {
    margin: 0 15px;
  }
  ul.tab-btn-list > li .btn {
    padding: 0.2em;
  }
}
/*---------------------------------------------------------------------------
margin
---------------------------------------------------------------------------*/
.m-0 {
  margin: 0 !important;
}

.mt-0 {
  margin-top: 0 !important;
}

.mt-10 {
  margin-top: 10px !important;
}

.mt-20 {
  margin-top: 20px !important;
}

.mt-30 {
  margin-top: 30px !important;
}

.mt-40 {
  margin-top: 40px !important;
}

.mt-50 {
  margin-top: 50px !important;
}

.mt-60 {
  margin-top: 60px !important;
}

.mt-70 {
  margin-top: 70px !important;
}

.mt-80 {
  margin-top: 80px !important;
}

.mt-90 {
  margin-top: 90px !important;
}

.mt-100 {
  margin-top: 100px !important;
}

.mb-0 {
  margin-bottom: 0 !important;
}

.mb-10 {
  margin-bottom: 10px !important;
}

.mb-20 {
  margin-bottom: 20px !important;
}

.mb-30 {
  margin-bottom: 30px !important;
}

.mb-40 {
  margin-bottom: 40px !important;
}

.mb-50 {
  margin-bottom: 50px !important;
}

.mb-60 {
  margin-bottom: 60px !important;
}

.mb-70 {
  margin-bottom: 70px !important;
}

.mb-80 {
  margin-bottom: 80px !important;
}

.mb-90 {
  margin-bottom: 90px !important;
}

.mb-100 {
  margin-bottom: 100px !important;
}

/*---------------------------------------------------------------------------
padding
---------------------------------------------------------------------------*/
.py-30 {
  padding: 30px 0 !important;
}

.py-60 {
  padding: 60px 0 !important;
}

.py-90 {
  padding: 90px 0 !important;
}

.py-120 {
  padding: 120px 0 !important;
}

.py-150 {
  padding: 150px 0 !important;
}

.py-180 {
  padding: 180px 0 !important;
}

.py-210 {
  padding: 210px 0 !important;
}

@media screen and (max-width: 768px) {
  .py-60 {
    padding: 45px 0 !important;
  }
  .py-90 {
    padding: 60px 0 !important;
  }
  .py-120 {
    padding: 90px 0 !important;
  }
  .py-150 {
    padding: 120px 0 !important;
  }
  .py-180 {
    padding: 150px 0 !important;
  }
  .py-210 {
    padding: 180px 0 !important;
  }
}
/*---------------------------------------------------------------------------
animation
---------------------------------------------------------------------------*/
.anim--text-up .anim--text span {
  display: inline-block;
  -webkit-transition: all 1.5s;
  transition: all 1.5s;
  -webkit-transform: translate3d(0.5em, 0, 0) rotate(0deg) rotateY(90deg) rotateX(-30deg) scale(1.1);
          transform: translate3d(0.5em, 0, 0) rotate(0deg) rotateY(90deg) rotateX(-30deg) scale(1.1);
}
.anim--text-up.scrollin .anim--text span {
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  opacity: 1;
}

@-webkit-keyframes rotation1 {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes rotation1 {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@-webkit-keyframes rotation2 {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(-360deg);
            transform: rotate(-360deg);
  }
}
@keyframes rotation2 {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(-360deg);
            transform: rotate(-360deg);
  }
}
.fadein {
  opacity: 0;
  -webkit-transition: 0.7s all;
  transition: 0.7s all;
}
.fadein.ttb {
  -webkit-transform: translate(0, -40px);
          transform: translate(0, -40px);
}
.fadein.btt {
  -webkit-transform: translate(0, 40px);
          transform: translate(0, 40px);
}
.fadein.ltr {
  -webkit-transform: translate(-40px, 0);
          transform: translate(-40px, 0);
}
.fadein.rtl {
  -webkit-transform: translate(40px, 0);
          transform: translate(40px, 0);
}
.fadein.scrollin {
  opacity: 1;
}
.fadein.ttb.scrollin, .fadein.btt.scrollin, .fadein.ltr.scrollin, .fadein.rtl.scrollin {
  -webkit-transform: translate(0, 0) !important;
          transform: translate(0, 0) !important;
}

.fadein02 {
  -moz-transition-delay: 200ms;
  -webkit-transition-delay: 200ms;
  -o-transition-delay: 200ms;
  -ms-transition-delay: 200ms;
}

.fadein03 {
  -moz-transition-delay: 400ms;
  -webkit-transition-delay: 400ms;
  -o-transition-delay: 400ms;
  -ms-transition-delay: 400ms;
}

.fadein04 {
  -moz-transition-delay: 600ms;
  -webkit-transition-delay: 600ms;
  -o-transition-delay: 600ms;
  -ms-transition-delay: 600ms;
}

.fadein05 {
  -moz-transition-delay: 800ms;
  -webkit-transition-delay: 800ms;
  -o-transition-delay: 800ms;
  -ms-transition-delay: 800ms;
}

.fadein06 {
  -moz-transition-delay: 1000ms;
  -webkit-transition-delay: 1000ms;
  -o-transition-delay: 1000ms;
  -ms-transition-delay: 1000ms;
}

@media screen and (max-width: 768px) {
  .fadein02,
  .fadein03,
  .fadein04,
  .fadein05,
  .fadein06 {
    -moz-transition-delay: 0s;
    -webkit-transition-delay: 0s;
    -o-transition-delay: 0s;
    -ms-transition-delay: 0s;
  }
}
/*---------------------------------------------------------------------------
loading animation
---------------------------------------------------------------------------*/
body.home .fixed-btn-wrap,
body.home .fixed-address-wrap,
body.home ul.fixed-sns-btn,
body.home #nav-drawer,
body.home .fixed-side-logo,
.mv .mv-logo,
.mv .mv-catch-wrap .mv-catch .text.text--main,
.mv .mv-catch-wrap .mv-catch .text.text--sub,
.mv .scroll-down,
.mv .mv-article-list-wrap {
  opacity: 0;
  pointer-events: none;
}
body.home .fixed-btn-wrap.loaded,
body.home .fixed-address-wrap.loaded,
body.home ul.fixed-sns-btn.loaded,
body.home #nav-drawer.loaded,
body.home .fixed-side-logo.loaded,
.mv .mv-logo.loaded,
.mv .mv-catch-wrap .mv-catch .text.text--main.loaded,
.mv .mv-catch-wrap .mv-catch .text.text--sub.loaded,
.mv .scroll-down.loaded,
.mv .mv-article-list-wrap.loaded {
  opacity: 1;
  pointer-events: auto;
}
body.home .fixed-btn-wrap.loaded01,
body.home .fixed-address-wrap.loaded01,
body.home ul.fixed-sns-btn.loaded01,
body.home #nav-drawer.loaded01,
body.home .fixed-side-logo.loaded01,
.mv .mv-logo.loaded01,
.mv .mv-catch-wrap .mv-catch .text.text--main.loaded01,
.mv .mv-catch-wrap .mv-catch .text.text--sub.loaded01,
.mv .scroll-down.loaded01,
.mv .mv-article-list-wrap.loaded01 {
  opacity: 1;
  pointer-events: auto;
}

body.home .fixed-btn-wrap.loaded01,
body.home .fixed-address-wrap.loaded01,
body.home ul.fixed-sns-btn.loaded01,
body.home #nav-drawer.loaded01,
.mv .mv-catch-wrap .mv-catch .text.text--main.loaded01,
.mv .mv-catch-wrap .mv-catch .text.text--sub.loaded01,
.mv .scroll-down.loaded01,
.mv .mv-article-list-wrap.loaded01 {
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.mv .mv-logo.loaded01 {
  -webkit-transition: all 2s;
  transition: all 2s;
}
.mv .mv-logo.loaded01.loaded02 {
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
}
.mv .mv-img-section {
  position: absolute;
  left: 100%;
  bottom: 50px;
  width: 200%;
  -webkit-transition: all 12s;
  transition: all 12s;
}
.mv .mv-img-section:before {
  content: "";
  display: block;
  padding-top: 13.8117%;
}
.mv .mv-img-section .section-inner {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.mv .mv-img-section .mv-img-wrap {
  position: relative;
  -webkit-transition: all 2.2s;
  transition: all 2.2s;
  opacity: 0;
}
.mv .mv-img-section .mv-img-wrap.mv-img-wrap01 {
  top: 19.0881%;
  width: 6.0993%;
}
.mv .mv-img-section .mv-img-wrap.mv-img-wrap02 {
  top: 25.802%;
  width: 10.4915%;
}
.mv .mv-img-section .mv-img-wrap.mv-img-wrap03 {
  top: 40.3085%;
  width: 9.2757%;
}
.mv .mv-img-section .mv-img-wrap.mv-img-wrap04 {
  top: 0;
  width: 8.0052%;
}
.mv .mv-img-section .mv-img-wrap.mv-img-wrap05 {
  top: 27.5711%;
  width: 10.1477%;
}
.mv .mv-img-section .mv-img-wrap.mv-img-wrap06 {
  top: 17.6845%;
  width: 7.8118%;
}
.mv .mv-img-section .mv-img-wrap.mv-img-wrap07 {
  top: 25.813%;
  width: 11.2266%;
}
.mv .mv-img-section .mv-img-wrap.mv-img-wrap08 {
  top: 18.3811%;
  width: 7.3701%;
}
.mv .mv-img-section .mv-img-wrap.mv-img-wrap09 {
  top: 33.581%;
  width: 11.9579%;
}
.mv .mv-img-section .mv-img-wrap.mv-img-wrap10 {
  top: 29.6826%;
  width: 10.689%;
}
.mv .mv-img-section .mv-img-wrap.mv-img-wrap11 {
  top: 15.927%;
  width: 6.9252%;
}
.mv .mv-img-section .mv-img-wrap.delay01 {
  -moz-transition-delay: 200ms;
  -webkit-transition-delay: 200ms;
  -o-transition-delay: 200ms;
  -ms-transition-delay: 200ms;
}
.mv .mv-img-section .mv-img-wrap.delay02 {
  -moz-transition-delay: 200ms;
  -webkit-transition-delay: 200ms;
  -o-transition-delay: 200ms;
  -ms-transition-delay: 200ms;
}
.mv .mv-img-section .mv-img-wrap.delay03 {
  -moz-transition-delay: 300ms;
  -webkit-transition-delay: 300ms;
  -o-transition-delay: 300ms;
  -ms-transition-delay: 300ms;
}
.mv .mv-img-section .mv-img-wrap.delay04 {
  -moz-transition-delay: 400ms;
  -webkit-transition-delay: 400ms;
  -o-transition-delay: 400ms;
  -ms-transition-delay: 400ms;
}
.mv .mv-img-section .mv-img-wrap.delay05 {
  -moz-transition-delay: 500ms;
  -webkit-transition-delay: 500ms;
  -o-transition-delay: 500ms;
  -ms-transition-delay: 500ms;
}
.mv .mv-img-section .mv-img-wrap.delay06 {
  -moz-transition-delay: 600ms;
  -webkit-transition-delay: 600ms;
  -o-transition-delay: 600ms;
  -ms-transition-delay: 600ms;
}
.mv .mv-img-section .mv-img-wrap.delay07 {
  -moz-transition-delay: 700ms;
  -webkit-transition-delay: 700ms;
  -o-transition-delay: 700ms;
  -ms-transition-delay: 700ms;
}
.mv .mv-img-section .mv-img-wrap.delay08 {
  -moz-transition-delay: 800ms;
  -webkit-transition-delay: 800ms;
  -o-transition-delay: 800ms;
  -ms-transition-delay: 800ms;
}
.mv .mv-img-section .mv-img-wrap.delay09 {
  -moz-transition-delay: 900ms;
  -webkit-transition-delay: 900ms;
  -o-transition-delay: 900ms;
  -ms-transition-delay: 900ms;
}
.mv .mv-img-section .mv-img-wrap.delay10 {
  -moz-transition-delay: 1000ms;
  -webkit-transition-delay: 1000ms;
  -o-transition-delay: 1000ms;
  -ms-transition-delay: 1000ms;
}
.mv .mv-img-section .mv-img-wrap img {
  height: auto;
}
.mv .mv-img-section.loaded01 {
  left: -200%;
}
.mv .mv-img-section.loaded02 .mv-img-wrap {
  opacity: 1;
}
.mv .mv-img-section.loaded03 .mv-img-wrap {
  opacity: 0;
}

@media screen and (max-width: 768px) {
  .mv .mv-img-section {
    width: 300%;
  }
}
@media screen and (max-width: 480px) {
  .mv .mv-img-section {
    bottom: 140px;
  }
}
.google-btn {
  margin-top: 25px;
}
.google-btn a {
  display: block;
  border-radius: 100px;
  background: #959595;
  padding: 12px 0;
  line-height: 1;
  color: #ffffff;
  text-decoration: none;
  text-align: center;
  width: 180px;
}

@media screen and (max-width: 768px) {
  .content--form .content--form--inner .inner .in_dl .calendar_box dl dd.time_dd {
    padding-left: 16px;
  }
}
.content--form .content--form--inner .inner .in_dl .calendar_box dl dd.time_dd select {
  background: #ffffff url(../img/common/arrow-bottom.svg) no-repeat right 6px center !important;
  background-size: 10px;
}

@media screen and (max-width: 768px) {
  ul.information-list2 > li .date-wrap dl {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
  }
  ul.information-list2 > li .date-wrap dl dt {
    width: 4rem;
  }
  ul.information-list2 > li .date-wrap {
    bottom: 3rem;
  }
  ul.information-list2 > li .date-wrap dd {
    font-size: 12px;
  }
}
/*---------------------------------------------------------------------------
リノベーション
---------------------------------------------------------------------------*/
.retrills--renovation .btn a {
  color: inherit;
  text-decoration: none;
}

.works--renovation .swiper-button-prev {
  content: "";
  background: url(../img/renovation/arrow-prev.svg) no-repeat;
  background-size: 100%;
  width: 60px;
  height: 46px;
  top: 0;
}
.works--renovation .swiper-button-prev:after {
  display: none;
}
.works--renovation .swiper-button-next {
  content: "";
  background: url(../img/renovation/arrow-next.svg) no-repeat;
  background-size: 100%;
  width: 60px;
  height: 46px;
  top: 0;
}
.works--renovation .swiper-button-next:after {
  display: none;
}
.works--renovation .bottom {
  margin: 30px auto 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (min-width: 768px) {
  .works--renovation .bottom {
    width: 810px;
  }
}
@media screen and (max-width: 768px) {
  .works--renovation .bottom {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.works--renovation .bottom .swiper-button-prev, .works--renovation .bottom .swiper-button-next {
  margin: 0;
}
.works--renovation .bottom .page-nav {
  position: relative;
  width: 162px;
}
@media screen and (max-width: 768px) {
  .works--renovation .bottom .page-nav {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .works--renovation .bottom .c-button {
    margin-top: 50px;
  }
}
.works--renovation .bottom .c-button a {
  background: #ffffff;
  border-radius: 100px;
  padding: 14px;
  padding-right: 70px;
  color: inherit;
  position: relative;
  text-decoration: none;
}
.works--renovation .bottom .c-button a:after {
  position: absolute;
  width: 20px;
  height: 10px;
  background: url(../img/renovation/ico-arrow-right.svg) no-repeat;
  background-size: 100%;
  content: "";
  right: 15px;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}
.works--renovation .works-sp-list {
  padding: 0 12px;
}
.works--renovation .works-sp-list .col {
  margin-bottom: 16px;
}
.works--renovation .works-sp-list .col a {
  color: inherit;
  text-decoration: none;
}
.works--renovation .works-sp-list .col figure {
  border-radius: 10px;
  overflow: hidden;
}
.works--renovation .works-sp-list .inner {
  margin-top: 6px;
}

@media screen and (min-width: 768px) {
  .works--renovation .inner {
    overflow: visible; /* ← ここを変更 */
    padding: 0;
  }
  /* Swiper全体調整 */
  .works-swiper {
    padding: 40px 0;
    width: 100%;
    margin: 0 auto;
    overflow: visible;
  }
  .works-swiper img {
    width: 100%;
  }
  .works-swiper figure {
    border-radius: 10px;
    overflow: hidden;
  }
  /* スライド共通スタイル */
  .works-swiper .swiper-slide {
    width: 240px;
    opacity: 1;
    -webkit-transform: scale(0.85) !important;
            transform: scale(0.85) !important;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    position: relative;
  }
  .works-swiper .swiper-slide .inner {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    border-radius: 10px;
    height: 100%;
    opacity: 0;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    background: rgba(0, 0, 0, 0.5);
  }
  .works-swiper .swiper-slide .inner .text {
    text-align: center;
    position: absolute;
    left: 50%;
    bottom: 30px;
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
    color: #ffffff;
  }
  .works-swiper .swiper-slide .inner i {
    background: url(../img/renovation/ico-plus.svg) no-repeat;
    background-size: 100%;
    width: 70px;
    height: 70px;
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
  /* 中央のスライドだけ拡大 */
  .works-swiper .swiper-slide-active {
    width: 320px;
    opacity: 1;
    -webkit-transform: scale(1) !important;
            transform: scale(1) !important;
  }
  .works-swiper .swiper-slide-active:hover .inner {
    opacity: 1;
  }
  /* ナビゲーション */
  .swiper-button-prev,
  .swiper-button-next {
    cursor: pointer;
    padding: 5px 10px;
    background: #ccc;
    display: inline-block;
    margin: 0 5px;
  }
}
@media screen and (max-width: 768px) {
  .pc-enable {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .pc-enable {
    display: block;
  }
}

@media screen and (max-width: 768px) {
  .sp-enable {
    display: block;
  }
}
@media screen and (min-width: 768px) {
  .sp-enable {
    display: none;
  }
}

.fixed-side-logo {
  position: fixed;
  top: 35%;
  left: 0;
  width: 50px;
  height: 120px;
  z-index: 50;
}
@media screen and (max-width: 768px) {
  .fixed-side-logo {
    width: 40px;
    height: 90px;
  }
}

.page-mv--renovation {
  position: relative;
  margin-top: 33px;
}
@media screen and (max-width: 768px) {
  .page-mv--renovation {
    width: 95%;
    margin: 0 auto 80px;
  }
}
.page-mv--renovation .zoom-fade-slider figure {
  overflow: hidden;
  margin: 0;
}
.page-mv--renovation .zoom-fade-slider img {
  width: 100%;
  height: auto;
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition: -webkit-transform 4s ease;
  transition: -webkit-transform 4s ease;
  transition: transform 4s ease;
  transition: transform 4s ease, -webkit-transform 4s ease;
}
.page-mv--renovation .zoom-fade-slider .slick-active img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.page-mv--renovation .slick-slide {
  overflow: hidden;
  border-radius: 10px;
}
.page-mv--renovation .slider {
  height: 90vh;
  margin-inline: auto;
  overflow: hidden; /* 画像がはみ出ないようにする */
  width: 87vw;
  margin: 0 auto;
  border-radius: 10px;
}
@media screen and (max-width: 768px) {
  .page-mv--renovation .slider {
    height: 96vh;
    width: 100%;
    margin-bottom: 4vh;
  }
}
.page-mv--renovation .slick-img img {
  width: 100%;
}
@-webkit-keyframes zoomUp {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.15);
            transform: scale(1.15); /* 拡大率 */
  }
}
@keyframes zoomUp {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.15);
            transform: scale(1.15); /* 拡大率 */
  }
}
.page-mv--renovation .add-animation {
  -webkit-animation: zoomUp 10s linear 0s normal both;
          animation: zoomUp 10s linear 0s normal both;
}
.page-mv--renovation .catch {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 280px;
  height: 120px;
  z-index: 4;
}
.page-mv--renovation .slider div {
  width: 100%;
}
.page-mv--renovation .slider div img {
  width: 100%;
  height: auto;
}

.retrills--renovation {
  margin-top: 130px;
}
@media screen and (max-width: 768px) {
  .retrills--renovation {
    margin-top: 0;
  }
}
.retrills--renovation .heading {
  font-weight: 400;
  text-align: center;
  line-height: 1.2;
  letter-spacing: 0.05em;
  margin: 0 auto;
  margin-bottom: 1em;
}
.retrills--renovation .heading .thin {
  font-size: 1.3rem;
}
.retrills--renovation .heading .sub {
  font-size: 1.8rem;
  line-height: 1.6;
  letter-spacing: 0;
  display: block;
  margin-top: 0.8em;
}
.retrills--renovation .heading-sub {
  text-align: center;
  margin-bottom: 40px;
}
@media screen and (min-width: 768px) {
  .retrills--renovation .heading-sub {
    margin-bottom: 100px;
    margin-top: 40px;
    line-height: 1.9;
  }
}
.retrills--renovation .list .col .catch {
  position: relative;
}
@media screen and (max-width: 768px) {
  .retrills--renovation .list .col .catch {
    padding-left: 40px;
    font-size: 1.07rem;
  }
}
.retrills--renovation .list .col .catch i {
  color: #ffffff;
  font-size: 2.4em;
  position: absolute;
  left: -40px;
  top: 0;
  font-style: normal;
  line-height: 1;
  display: inline-block;
}
@media screen and (max-width: 768px) {
  .retrills--renovation .list .col .catch i {
    left: 0;
  }
}
.retrills--renovation .list .col:nth-of-type(1) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 60px;
}
@media screen and (max-width: 768px) {
  .retrills--renovation .list .col:nth-of-type(1) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
  }
}
.retrills--renovation .list .col:nth-of-type(1) figure {
  width: 400px;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  position: relative;
  left: -140px;
}
@media screen and (max-width: 768px) {
  .retrills--renovation .list .col:nth-of-type(1) figure {
    left: 0;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    width: 95%;
    margin: 0 auto;
  }
}
.retrills--renovation .list .col:nth-of-type(1) .inner {
  width: 300px;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
@media screen and (max-width: 768px) {
  .retrills--renovation .list .col:nth-of-type(1) .inner {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    padding: 0 35px;
    padding-bottom: 30px;
    width: 100%;
  }
}
.retrills--renovation .list .col:nth-of-type(2) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 60px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 768px) {
  .retrills--renovation .list .col:nth-of-type(2) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    margin-bottom: 0;
  }
}
.retrills--renovation .list .col:nth-of-type(2) figure {
  width: 400px;
  position: relative;
  right: -120px;
}
@media screen and (max-width: 768px) {
  .retrills--renovation .list .col:nth-of-type(2) figure {
    right: 0;
    width: 95%;
    margin: 0 auto;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
.retrills--renovation .list .col:nth-of-type(2) .inner {
  width: 300px;
}
@media screen and (max-width: 768px) {
  .retrills--renovation .list .col:nth-of-type(2) .inner {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    padding: 0 35px;
    padding-bottom: 30px;
    width: 100%;
  }
}
.retrills--renovation .list .col:nth-of-type(3) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 60px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .retrills--renovation .list .col:nth-of-type(3) {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
  }
}
.retrills--renovation .list .col:nth-of-type(3) figure {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
@media screen and (min-width: 768px) {
  .retrills--renovation .list .col:nth-of-type(3) figure {
    width: 400px;
    position: absolute;
    left: 0;
  }
}
@media screen and (max-width: 768px) {
  .retrills--renovation .list .col:nth-of-type(3) figure {
    width: 95%;
    margin: 0 auto;
  }
}
.retrills--renovation .list .col:nth-of-type(3) .inner {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  width: 300px;
  margin-top: 70px;
}
@media screen and (min-width: 768px) {
  .retrills--renovation .list .col:nth-of-type(3) .inner {
    margin-left: 400px;
  }
}
@media screen and (max-width: 768px) {
  .retrills--renovation .list .col:nth-of-type(3) .inner {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    padding: 0 35px;
    padding-bottom: 30px;
    width: 100%;
  }
}

.support--renovation {
  margin-top: 150px;
}
.support--renovation .inner {
  margin: 0 auto;
}
.support--renovation .heading {
  font-size: 3.75rem;
  font-weight: 400;
  text-align: center;
  line-height: 1;
  letter-spacing: 0.05em;
  margin: 0 auto;
  margin-bottom: 1em;
  padding-left: 0.05em;
}
.support--renovation .heading .sub {
  font-size: 1.2rem;
  line-height: 1.6;
  letter-spacing: 0;
  display: block;
  margin-top: 0.8em;
}

.works--renovation {
  margin-top: 220px;
}
@media screen and (max-width: 768px) {
  .works--renovation {
    margin-top: 150px;
  }
}
.works--renovation .heading {
  font-size: 3.75rem;
  font-weight: 400;
  text-align: center;
  line-height: 1;
  letter-spacing: 0.05em;
  margin: 0 auto;
  margin-bottom: 1em;
  padding-left: 0.05em;
}
.works--renovation .heading .sub {
  font-size: 1.2rem;
  line-height: 1.6;
  letter-spacing: 0;
  display: block;
  margin-top: 0.8em;
}

.retrills--renovation__feature {
  margin-top: 200px;
}
@media screen and (max-width: 768px) {
  .retrills--renovation__feature {
    margin-top: 100px;
  }
}
.retrills--renovation__feature .inner {
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .retrills--renovation__feature .inner {
    width: 1080px;
  }
}
.retrills--renovation__feature .inner .heading {
  font-size: 3.75rem;
  text-align: center;
  line-height: 1.2;
  letter-spacing: 0.05em;
  margin: 0 auto;
  font-weight: 400;
  margin-bottom: 1em;
  padding-left: 0.05em;
}
@media screen and (max-width: 768px) {
  .retrills--renovation__feature .inner .heading {
    font-size: 3.05rem;
    padding-left: 0;
  }
}
.retrills--renovation__feature .inner .heading .thin {
  font-weight: 100;
  font-size: 2.5rem;
}
.retrills--renovation__feature .inner .heading .sub {
  font-size: 1.2rem;
  line-height: 1.6;
  letter-spacing: 0;
  display: block;
  margin-top: 0.8em;
}
@media screen and (min-width: 768px) {
  .retrills--renovation__feature .list {
    border-radius: 10px;
    overflow: hidden;
  }
}
.retrills--renovation__feature .list .col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #ffffff;
}
@media screen and (max-width: 768px) {
  .retrills--renovation__feature .list .col {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    margin-bottom: 60px;
  }
  .retrills--renovation__feature .list .col:last-child {
    margin-bottom: 0;
  }
}
.retrills--renovation__feature .list .col .inner {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 40px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .retrills--renovation__feature .list .col .inner {
    padding: 20px;
    width: 100%;
  }
}
.retrills--renovation__feature .list .col .inner .eng {
  font-size: 1.8rem;
  line-height: 1.2;
}
.retrills--renovation__feature .list .col .inner .eng span {
  display: block;
  font-weight: 100;
  font-size: 1.6rem;
  letter-spacing: 0.1rem;
}
@media screen and (min-width: 768px) {
  .retrills--renovation__feature .list .col .inner .inner-bottom {
    position: absolute;
    bottom: 40px;
    width: 80%;
  }
}
.retrills--renovation__feature .list .col .inner .inner-bottom .title {
  font-size: 1.3em;
}
.retrills--renovation__feature .list .col figure {
  width: 50%;
}
@media screen and (max-width: 768px) {
  .retrills--renovation__feature .list .col figure {
    width: 100%;
  }
}
.retrills--renovation__feature .list .col figure img {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .retrills--renovation__feature .list .col:nth-of-type(2) .inner {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .retrills--renovation__feature .list .col:nth-of-type(2) figure {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}

.contact--renovation {
  margin-top: 140px;
}
.contact--renovation a {
  color: inherit;
  text-decoration: none;
}
.contact--renovation .circle {
  background: #ffffff;
  border-radius: 100%;
  width: 400px;
  height: 400px;
  padding: 40px;
  text-align: center;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.contact--renovation .circle .eng {
  font-size: 2.4em;
  letter-spacing: 0.2rem;
  font-weight: 600;
  margin-bottom: 0;
}
.contact--renovation .circle:hover {
  background: #C69478;
  color: #ffffff !important;
}

.event--renovation {
  padding: 6em 0 0;
  position: relative;
}
.event--renovation a {
  color: #ffffff;
  text-decoration: none;
}
.event--renovation .inner {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 5;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  text-align: center;
}
.event--renovation .inner .eng {
  font-size: 4em;
  line-height: 1;
  margin-bottom: 0;
}
.event--renovation figure img {
  width: 100%;
  height: auto;
}

.fixed-bottom-menu {
  position: fixed;
  bottom: 2em;
  right: 4em;
  z-index: 999;
}
@media screen and (max-width: 768px) {
  .fixed-bottom-menu {
    display: none;
  }
}
.fixed-bottom-menu ul {
  width: 400px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 10px;
}
.fixed-bottom-menu li {
  list-style: none;
  width: calc(50% - 5px);
}
.fixed-bottom-menu li a {
  text-align: center;
  display: block;
  text-decoration: none;
  background: #B2A899;
  border-radius: 6px;
  color: #ffffff;
  padding: 4px;
}

.footer-inner {
  position: relative;
}
.footer-inner .footer-sub-logo {
  position: absolute;
  right: 300px;
  top: 80px;
  width: 160px;
}
@media screen and (max-width: 768px) {
  .footer-inner .footer-sub-logo {
    right: 37px;
    top: 60px;
    width: 121px;
  }
}

@media screen and (min-width: 768px) {
  .flow-wrap--create01 .flow-list-create01 input:checked + .flow-content {
    max-width: 350px;
  }
}