@charset "UTF-8";
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, dialog, figure, footer, header, nav, section, time, mark, audio, video {
  border: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  outline: 0;
  padding: 0
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, main {
  display: block
}
html {
  font-size: 62.5%
}
body, table, input, textarea, select, option, h1, h2, h3, h4, h5, h6 {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale
}
h1, h2, h3, h4, h5, h6 {
  font-weight: 700
}
table, input, textarea, select, option {
  line-height: 1.1
}
ol, ul {
  list-style: none
}
blockquote, q {
  quotes: none
}
:focus {
  outline: 0
}
ins {
  text-decoration: none
}
del {
  text-decoration: line-through
}
img {
  vertical-align: top
}
a {
  color: inherit;
  text-decoration: none;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out
}
a:hover, a:hover img {
  filter: alpha(opacity=80);
  opacity: .8
}
img {
  max-width: 100%
}
.sp-only {
  display: none
}
@media only screen and (max-width: 767px) {
  .pc-only {
    display: none
  }
  .sp-only {
    display: block
  }
}
.header {
  position: sticky;
  top: 0;
  padding: 60px 0;
  background: rgba(255, 255, 255, .95);
  z-index: 999;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out
}
.header.is-fixed {
  padding: 16px 0
}
@media only screen and (max-width: 1024px) {
  .header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    padding: 16px 0;
    height: 60px
  }
  .header.is-active .header__toggle span {
    border-color: transparent
  }
  .header.is-active .header__toggle span:before {
    -webkit-transform: rotateZ(45deg) translate(7px, 7px);
    transform: rotate(45deg) translate(7px, 7px)
  }
  .header.is-active .header__toggle span:after {
    -webkit-transform: rotateZ(-45deg) translate(7px, -7px);
    transform: rotate(-45deg) translate(7px, -7px)
  }
}
@media only screen and (max-width: 1024px) {
  .header__nav {
    position: fixed;
    top: 60px;
    left: -100%;
    width: 100%;
    height: calc(100vh - 60px);
    background: rgba(255, 255, 255, .95);
    padding: 20px;
    -webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out
  }
  .header__nav.is-active {
    left: 0
  }
}
.header__navbar {
  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
}
@media only screen and (max-width: 1024px) {
  .header__navbar {
    display: block
  }
}
.header__item:not(:last-child) {
  margin-right: 75px
}
@media only screen and (max-width: 1024px) {
  .header__item:not(:last-child) {
    margin-right: 0;
    margin-bottom: 20px
  }
}
.header__link {
  font-family: Solway, serif;
  font-weight: 400;
  font-size: 23px;
  line-height: 1.2173913043;
  letter-spacing: 0
}
.header__toggle {
  display: none;
  width: 30px;
  height: 20px;
  z-index: 1000;
  margin-left: auto
}
@media only screen and (max-width: 1024px) {
  .header__toggle {
    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
  }
}
.header__toggle span {
  position: relative;
  width: 30px;
  border-top: 2px solid #202421;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out
}
.header__toggle span:before, .header__toggle span:after {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  border-top: 2px solid #202421;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out
}
.header__toggle span:before {
  top: -11px
}
.header__toggle span:after {
  top: 9px
}
#gFooter {
  padding: 9.7rem 0 6.3rem
}
@media only screen and (max-width: 767px) {
  #gFooter {
    padding: 60px 0 20px
  }
}
#gFooter .mapList {
  margin: 0 auto 5rem;
  padding-bottom: 4rem;
  border-bottom: 1px solid #E4E4E4;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between
}
@media only screen and (max-width: 767px) {
  #gFooter .mapList {
    display: block
  }
}
#gFooter .mapList > li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 50%
}
@media only screen and (max-width: 767px) {
  #gFooter .mapList > li {
    width: 100%;
    display: block
  }
}
#gFooter .mapList > li .map {
  width: 23.1578947368vw;
  max-width: 264px;
  height: 100%;
  max-height: 264px
}
@media only screen and (max-width: 767px) {
  #gFooter .mapList > li .map {
    width: 100%;
    height: auto;
    max-width: 100%
  }
}
#gFooter .mapList > li .map iframe {
  width: 100%;
  height: 100%
}
#gFooter .mapList > li .rBox {
  margin-top: -.8rem;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding-left: 20px
}
@media only screen and (max-width: 767px) {
  #gFooter .mapList > li .rBox {
    padding-left: 0;
    margin-top: 20px
  }
}
#gFooter .mapList > li .rBox .ttl {
  margin: 3px 0 22px;
  font-size: 2.4rem;
  font-weight: 500;
  letter-spacing: .15em
}
#gFooter .mapList > li .rBox .txt {
  margin-bottom: 2.4rem;
  font-size: 1.5rem;
  font-weight: 400;
  letter-spacing: .08em;
  line-height: 1.6
}
#gFooter .mapList > li .rBox .textUl li {
  padding: .9rem 0 .8rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.5rem;
  letter-spacing: .05em;
  border-bottom: 1px dashed #EEE
}
#gFooter .mapList > li .rBox .textUl li:last-child {
  border-bottom: none
}
#gFooter .mapList > li .rBox .textUl li .lTxt {
  width: 80px
}
#gFooter .mapList > li .rBox .textUl li .rTxt {
  letter-spacing: .1em
}
#gFooter .mapList > li:nth-child(2) {
  margin-left: 20px
}
@media only screen and (max-width: 767px) {
  #gFooter .mapList > li:nth-child(2) {
    margin-left: 0;
    margin-top: 20px
  }
}
#gFooter .fBox {
  margin: 0 auto;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: end;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between
}
@media only screen and (max-width: 767px) {
  #gFooter .fBox {
    display: block
  }
}
@media only screen and (max-width: 1024px) {
  #gFooter .fBox .subBox {
    width: 70%
  }
}
@media only screen and (max-width: 767px) {
  #gFooter .fBox .subBox {
    width: 100%
  }
}
#gFooter .fBox .fLogo {
  margin-bottom: 2.4rem;
  width: 25.9rem
}
#gFooter .fBox .pLink {
  margin-bottom: 2.1rem
}
#gFooter .fBox .pLink a {
  padding: 0 0 0 2rem;
  font-size: 1.5rem;
  letter-spacing: .08em;
  background: url(../img/common/icon/icon_mail.png) no-repeat left top .7rem/1rem
}
#gFooter .fBox .pLink a:hover {
  opacity: .7
}
#gFooter .fBox .textList li {
  margin-bottom: .9rem;
  font-size: 1.5rem;
  letter-spacing: .08em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}
#gFooter .fBox .textList li:last-child {
  margin-bottom: 0
}
#gFooter .fBox .textList li .lTxt {
  width: 106px;
  -ms-flex-negative: 0;
  flex-shrink: 0
}
#gFooter .fBox address {
  font-size: 1.5rem;
  font-style: normal;
  letter-spacing: .08em
}
@media only screen and (max-width: 767px) {
  #gFooter .fBox address {
    margin-top: 20px;
    text-align: center
  }
}
#gFooter .f_close {
  font-size: 1.5rem;
  letter-spacing: .03em;
  margin-top: 3px
}
.scrolltop {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 9;
  -webkit-transform: translateY(165px);
  transform: translateY(165px)
}
.scrolltop.absolute {
  bottom: 140px
}
@media only screen and (max-width: 767px) {
  .scrolltop.absolute {
    bottom: 74px
  }
}
@media only screen and (max-width: 767px) {
  .scrolltop {
    bottom: 10px;
    right: 10px
  }
}
.scrolltop a {
  display: block;
  width: 60px;
  height: 60px;
  font-size: 1.6rem;
  line-height: normal;
  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;
  text-transform: uppercase;
  text-align: center;
  font-weight: 700;
  color: #fff;
  cursor: pointer;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  background: #EB6100
}
@media only screen and (max-width: 767px) {
  .scrolltop a {
    width: 40px;
    height: 40px;
    font-size: 1rem
  }
}
.scrolltop.UpMove {
  -webkit-animation: UpAnime .5s forwards;
  animation: UpAnime .5s forwards
}
.scrolltop.DownMove {
  -webkit-animation: DownAnime .5s forwards;
  animation: DownAnime .5s forwards
}
@-webkit-keyframes UpAnime {
  0% {
    opacity: 0;
    -webkit-transform: translateY(165px);
    transform: translateY(165px)
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0px);
    transform: translateY(0)
  }
}
@keyframes UpAnime {
  0% {
    opacity: 0;
    -webkit-transform: translateY(165px);
    transform: translateY(165px)
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0px);
    transform: translateY(0)
  }
}
@-webkit-keyframes DownAnime {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0px);
    transform: translateY(0)
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(165px);
    transform: translateY(165px)
  }
}
@keyframes DownAnime {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0px);
    transform: translateY(0)
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(165px);
    transform: translateY(165px)
  }
}
@-webkit-keyframes imgSlide-bottom {
  0% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%)
  }
  to {
    -webkit-transform: translateY(0);
    transform: translateY(0)
  }
}
@keyframes imgSlide-bottom {
  0% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%)
  }
  to {
    -webkit-transform: translateY(0);
    transform: translateY(0)
  }
}
@-webkit-keyframes imgSlide-top {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0)
  }
  to {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%)
  }
}
@keyframes imgSlide-top {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0)
  }
  to {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%)
  }
}
.breadcrumb {
  padding: 20px 0
}
@media only screen and (max-width: 767px) {
  .breadcrumb {
    padding: 10px 0
  }
}
.breadcrumb__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}
.breadcrumb__list li:not(:last-child) {
  margin-right: 18px
}
.breadcrumb__list a, .breadcrumb__list span {
  display: block;
  font-size: 1.5rem;
  letter-spacing: .1em;
  color: #a0a5b0
}
.breadcrumb__list a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}
.breadcrumb__list a:after {
  content: "";
  display: block;
  width: 6px;
  height: 21px;
  background: url(/assets/img/common/icon/ic_arrow-x.png) no-repeat center;
  background-size: 6px 10px;
  margin-left: 18px
}
body {
  position: relative;
  font-size: 1.8rem;
  font-weight: 400;
  letter-spacing: .08em;
  line-height: 1.3888888889;
  color: #383838;
  font-family: Noto Sans JP, sans-serif
}
@media only screen and (max-width: 1024px) {
  body {
    font-size: 1.5rem
  }
}
@media only screen and (max-width: 767px) {
  body {
    min-width: 320px
  }
}
main {
  max-width: 1600px;
  margin: 0 auto
}
.container {
  margin: 0 auto;
  max-width: 1180px;
  padding: 0 20px
}
.wrapper {
  position: relative;
  overflow: hidden
}
a[href^="tel:"] {
  pointer-events: none
}
@media only screen and (max-width: 1024px) {
  a[href^="tel:"] {
    pointer-events: inherit
  }
}
.btn a {
  position: relative;
  display: block;
  font-size: 1.8rem;
  line-height: 1.4444444444;
  font-weight: 600;
  padding: 22px 40px;
  border-radius: 100px;
  border: 1px solid #fff;
  background: transparent;
  color: #fff;
  white-space: nowrap;
  letter-spacing: 0
}
@media only screen and (max-width: 767px) {
  .btn a {
    font-size: 1.4rem;
    padding: 20px
  }
}
.btn a:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 23px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: rgba(255, 255, 255, .15);
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out
}
@media only screen and (max-width: 767px) {
  .btn a:after {
    right: 20px
  }
}
.btn a:before {
  content: "";
  position: absolute;
  top: 50%;
  right: 33px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #fff;
  z-index: 1;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out
}
@media only screen and (max-width: 767px) {
  .btn a:before {
    right: 29px
  }
}
@media only screen and (min-width: 768px) {
  .btn a:hover {
    background: #fff;
    color: #00b88e;
    cursor: pointer;
    opacity: 1
  }
  .btn a:hover:after {
    background: rgba(0, 184, 142, .15)
  }
  .btn a:hover:before {
    background: #00B88E
  }
}
.btn.btn__white a {
  background: #fff;
  color: #00b88e
}
.btn.btn__white a:after {
  background: rgba(0, 184, 142, .15)
}
.btn.btn__white a:before {
  background: #00B88E
}
@media only screen and (min-width: 768px) {
  .btn.btn__white a:hover {
    background: transparent;
    color: #fff;
    cursor: pointer;
    opacity: 1
  }
  .btn.btn__white a:hover:after {
    background: rgba(255, 255, 255, .15)
  }
  .btn.btn__white a:hover:before {
    background: #fff
  }
}
.btn.view-more {
  max-width: 146px
}
.btn.view-more a {
  background: #fff;
  color: #303030;
  font-size: 1.4rem;
  padding: 12px 24px;
  line-height: 1.5714285714;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0
}
.btn.view-more a:after {
  background: rgba(0, 184, 142, .15);
  right: 12px
}
.btn.view-more a:before {
  background: #00B88E;
  right: 22px
}
@media only screen and (min-width: 768px) {
  .btn.view-more a:hover {
    background: #00B88E;
    border-color: #00b88e;
    color: #fff;
    cursor: pointer;
    opacity: 1
  }
  .btn.view-more a:hover:after {
    background: rgba(255, 255, 255, .15)
  }
  .btn.view-more a:hover:before {
    background: #fff
  }
}
.titleMain {
  font-size: 1.2rem;
  letter-spacing: .07em;
  font-weight: 900;
  color: #999
}
.titleMain__en {
  font-family: Solway, serif;
  font-size: 3.4rem;
  font-weight: 400;
  color: #383838;
  display: block;
  margin-bottom: 6px;
  letter-spacing: .07em
}
.titleMain__ja {
  opacity: 0;
  -webkit-transition: all .5s linear;
  transition: all .5s linear
}
.titleMain.is-show .titleMain__ja {
  opacity: 1
}
.subtitle {
  font-size: 1.8rem;
  font-weight: 500
}
.form__item + .form__item {
  margin-top: 30px
}
@media only screen and (max-width: 767px) {
  .form__item + .form__item {
    margin-top: 20px
  }
}
.form__label {
  font-size: 1.7rem;
  line-height: 1.8823529412;
  font-weight: 500;
  letter-spacing: .03em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 5px
}
@media only screen and (max-width: 767px) {
  .form__label {
    font-size: 1.5rem
  }
}
.form__label span {
  display: block;
  width: 80px;
  text-align: center;
  font-size: 1.5rem;
  line-height: 1.4;
  padding: 2px 0;
  background: #0862B6;
  margin-right: 15px;
  color: #fff
}
.form__input, .form__textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 1px solid #CDE0F0;
  background: #fff;
  height: 50px;
  padding: 0 20px;
  width: calc(100% - 40px);
  font-size: 1.7rem;
  line-height: 1.8823529412;
  font-weight: 400;
  letter-spacing: .03em
}
@media only screen and (max-width: 767px) {
  .form__input, .form__textarea {
    font-size: 16px
  }
}
.form__textarea {
  height: 110px;
  font-family: Noto Sans JP, sans-serif;
  padding: 20px;
  resize: none
}
.form__txt {
  font-size: 1.7rem;
  line-height: 1.8823529412;
  letter-spacing: .03em;
  font-weight: 500;
  margin-top: 5px
}
@media only screen and (max-width: 767px) {
  .form__txt {
    font-size: 1.5rem
  }
}
.form__checkbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.5rem;
  line-height: 1.7;
  letter-spacing: .03em;
  font-weight: 500
}
.form__checkbox + .form__checkbox {
  margin-top: 8px
}
.form__checkbox input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 1px solid #CDE0F0;
  background: #fff;
  height: 20px;
  width: 20px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  position: relative;
  z-index: 1;
  top: 3px;
  margin: 0 10px 0 0
}
.form__checkbox input:checked {
  background: #0862B6 url(/assets/img/common/icon/ic_check.svg) no-repeat center;
  background-size: 20px 20px;
  border-color: #0862b6
}
.form__checkbox a {
  color: #0862b6;
  text-decoration: underline
}
@media only screen and (min-width: 768px) {
  .form__checkbox a:hover {
    text-decoration: none
  }
}
.form__bottom {
  padding: 50px 16px 45px
}
@media only screen and (max-width: 1024px) {
  .form__bottom {
    padding: 50px 0 45px
  }
}
@media only screen and (max-width: 767px) {
  .form__bottom {
    padding: 20px 0
  }
}
.form__note {
  text-align: center;
  font-size: 1.5rem;
  line-height: 1.7;
  letter-spacing: .03em;
  font-weight: 500
}
.form__btn {
  display: block;
  background: #EB6100;
  border: 1px solid #EB6100;
  width: 240px;
  margin: 52px auto 0;
  border-radius: 100px;
  color: #fff;
  font-size: 1.5rem;
  line-height: 1.7333333333;
  font-weight: 600;
  text-align: center;
  letter-spacing: .03em;
  padding: 16px 0;
  cursor: pointer;
  -webkit-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
  font-family: Noto Sans JP, sans-serif
}
@media only screen and (min-width: 768px) {
  .form__btn:hover {
    background: #fff;
    color: #eb6100
  }
}
.fadetxt span {
  display: inline;
  margin: 0;
  opacity: 0
}
.js-img img {
  -webkit-transition: 1s cubic-bezier(.53, -.01, .39, 1);
  transition: 1s cubic-bezier(.53, -.01, .39, 1);
  opacity: 0;
  -webkit-transform: scale(1.08);
  transform: scale(1.08)
}
.js-img img.show {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1)
}
.table {
  width: 100%;
  border-collapse: collapse
}
.table td {
  font-size: 1.6rem;
  line-height: 1.3125;
  color: #5c6272;
  padding: 28px 20px;
  border-bottom: 1px solid #E3E9EC;
  border-top: 1px solid #E3E9EC
}
@media only screen and (max-width: 767px) {
  .table td {
    font-size: 1.5rem
  }
}
.table td:first-child {
  font-weight: 500;
  color: #383838;
  width: 190px;
  background: #FCFCFC
}
@media only screen and (max-width: 1024px) {
  .table td:first-child {
    width: 150px
  }
}
.table td span {
  color: #ea6d68
}
.slideImg {
  pointer-events: none
}
.slideImg .swiper-slide img {
  width: 100%
}
.slideSub .swiper-slide, .slideSub-left .swiper-slide {
  max-width: 286px
}
.slideSub .swiper-slide img, .slideSub-left .swiper-slide img {
  width: 100%
}
.block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between
}
@media only screen and (max-width: 767px) {
  .block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
  }
}
.block__img {
  width: 50%
}
@media only screen and (max-width: 767px) {
  .block__img {
    width: 100%
  }
}
.block__content {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding-left: 10.5263157895%
}
@media only screen and (max-width: 1180px) {
  .block__content {
    padding-left: 60px
  }
}
@media only screen and (max-width: 767px) {
  .block__content {
    padding-left: 0
  }
}
.block__content .titleMain {
  margin: -11px 0 80px
}
@media only screen and (max-width: 767px) {
  .block__content .titleMain {
    margin: 20px 0
  }
}
.block__content .text {
  line-height: 2.8333333333
}
.block__movie {
  margin-top: 74px
}
@media only screen and (max-width: 767px) {
  .block__movie {
    margin-top: 40px
  }
}
.block.block-works .block__img {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
  width: 100%;
  margin-right: calc(-.5*(100vw - 1140px))
}
@media only screen and (max-width: 1180px) {
  .block.block-works .block__img {
    margin-right: -20px;
    max-width: 65.2542372881%
  }
}
@media only screen and (max-width: 767px) {
  .block.block-works .block__img {
    width: 100%;
    margin-top: 20px;
    max-width: 100%
  }
}
.block.block-works .block__content {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
  padding-left: 0;
  padding-right: 10.5263157895%;
  min-width: -webkit-fit-content;
  min-width: -moz-fit-content;
  min-width: fit-content
}
@media only screen and (max-width: 1180px) {
  .block.block-works .block__content {
    padding-right: 60px
  }
}
@media only screen and (max-width: 767px) {
  .block.block-works .block__content {
    width: 100%;
    padding-right: 0
  }
}
.block.block-planning .block__img {
  width: 100%;
  margin-left: calc(-.5*(100vw - 1140px))
}
@media only screen and (max-width: 1180px) {
  .block.block-planning .block__img {
    margin-left: -20px;
    max-width: 65.2542372881%
  }
}
@media only screen and (max-width: 767px) {
  .block.block-planning .block__img {
    width: 100%;
    margin-left: 0;
    max-width: 100%
  }
}
.block.block-planning .block__content {
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
  position: relative;
  left: 12px;
  min-width: -webkit-fit-content;
  min-width: -moz-fit-content;
  min-width: fit-content
}
@media only screen and (max-width: 1180px) {
  .block.block-planning .block__content {
    left: 0;
    max-width: 100%
  }
}
.block.block-design_room {
  display: block;
  position: relative
}
@media only screen and (max-width: 1024px) {
  .block.block-design_room {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
  }
}
.block.block-design_room .block__img {
  width: 100%
}
@media only screen and (max-width: 1024px) {
  .block.block-design_room .block__img {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2
  }
}
@media only screen and (max-width: 767px) {
  .block.block-design_room .block__img {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1
  }
}
.block.block-design_room .block__content {
  position: absolute;
  top: 0;
  left: 0;
  padding-left: 0
}
@media only screen and (max-width: 1024px) {
  .block.block-design_room .block__content {
    position: relative;
    width: 34%;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    margin-bottom: -42%
  }
}
@media only screen and (max-width: 767px) {
  .block.block-design_room .block__content {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    width: 100%;
    margin-bottom: 0
  }
}
.block.block-design_room .block__content .titleMain {
  margin-bottom: 100px
}
@media only screen and (max-width: 767px) {
  .block.block-design_room .block__content .titleMain {
    margin-bottom: 20px
  }
}
.block.block-instagram {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}
.block.block-instagram .block__content {
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
  min-width: 400px;
  position: relative;
  top: -20px
}
@media only screen and (max-width: 767px) {
  .block.block-instagram .block__content {
    width: 100%;
    top: 0;
    min-width: inherit;
    max-width: 100%
  }
}
.mv {
  margin: 60px 0 0
}
.concept {
  padding: 150px 0 105px
}
@media only screen and (max-width: 767px) {
  .concept {
    padding: 60px 0 30px
  }
}
.works {
  padding: 105px 0
}
@media only screen and (max-width: 767px) {
  .works {
    padding: 30px 0
  }
}
.exterior {
  padding: 105px 0
}
@media only screen and (max-width: 767px) {
  .exterior {
    padding: 30px 0
  }
}
.planning {
  padding: 105px 0 120px
}
@media only screen and (max-width: 767px) {
  .planning {
    padding: 30px 0
  }
}
.step {
  margin-top: 189px
}
@media only screen and (max-width: 767px) {
  .step {
    margin-top: 90px
  }
}
.step__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 90px
}
@media only screen and (max-width: 767px) {
  .step__head {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    max-width: 335px;
    margin: 0 auto -30px
  }
}
.step__link {
  position: relative;
  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;
  width: 140px;
  height: 140px;
  border-radius: 50%;
  font-size: 2rem;
  line-height: 1.5;
  text-align: center;
  -webkit-box-shadow: inset 0 0 0 1px #E4E4E4;
  box-shadow: inset 0 0 0 1px #e4e4e4
}
@media only screen and (max-width: 1140px) {
  .step__link {
    width: 12.2807017544vw;
    height: 12.2807017544vw;
    font-size: 1.7543859649vw
  }
}
@media only screen and (max-width: 767px) {
  .step__link {
    width: 80px;
    height: 80px;
    font-size: 1.2rem;
    margin-bottom: 60px
  }
}
.step__link + .step__link {
  margin-left: 60px
}
@media only screen and (max-width: 1140px) {
  .step__link + .step__link {
    margin-left: 5.2631578947vw
  }
}
@media only screen and (max-width: 1024px) {
  .step__link + .step__link {
    margin-left: 3.5087719298vw
  }
}
@media only screen and (max-width: 767px) {
  .step__link + .step__link {
    margin-left: 20px
  }
}
.step__link + .step__link:before {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: -33px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4px 0 4px 8px;
  border-color: transparent transparent transparent #383838
}
@media only screen and (max-width: 1140px) {
  .step__link + .step__link:before {
    left: -2.8947368421vw
  }
}
@media only screen and (max-width: 1024px) {
  .step__link + .step__link:before {
    left: -2.1052631579vw
  }
}
@media only screen and (max-width: 767px) {
  .step__link + .step__link:before {
    left: -13px
  }
}
@media only screen and (max-width: 767px) {
  .step__link:nth-child(4) {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6
  }
  .step__link:nth-child(4):before {
    top: -50px;
    -webkit-transform: translateX(-50%) rotate(90deg);
    transform: translate(-50%) rotate(90deg);
    left: 50%
  }
}
@media only screen and (max-width: 767px) {
  .step__link:nth-child(5) {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5
  }
  .step__link:nth-child(5):before {
    -webkit-transform: translateY(-50%) rotate(180deg);
    transform: translateY(-50%) rotate(180deg);
    left: unset;
    right: -13px
  }
}
@media only screen and (max-width: 767px) {
  .step__link:nth-child(6) {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
    margin-left: 0
  }
  .step__link:nth-child(6):before {
    -webkit-transform: translateY(-50%) rotate(180deg);
    transform: translateY(-50%) rotate(180deg);
    left: unset;
    right: -13px
  }
}
.step__link .step__stt {
  position: absolute;
  top: -44px;
  width: 100%
}
@media only screen and (max-width: 1140px) {
  .step__link .step__stt {
    top: -3.8596491228vw;
    font-size: 1.4912280702vw
  }
  .step__link .step__stt span {
    font-size: 2.9824561404vw
  }
}
@media only screen and (max-width: 767px) {
  .step__link .step__stt {
    top: -35px;
    font-size: 1.5rem
  }
  .step__link .step__stt span {
    font-size: 2rem
  }
}
.step__stt {
  font-family: Solway, serif;
  font-size: 1.7rem;
  color: #999;
  font-weight: 400;
  letter-spacing: 0;
  text-align: center
}
.step__stt span {
  display: block;
  font-size: 3.4rem;
  line-height: 1;
  color: #383838;
  margin-top: 4px
}
.step__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 28px
}
.step__row:last-child .step__content {
  padding-bottom: 0
}
.step__number {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 50px;
  position: relative;
  left: -5px
}
.step__number:after {
  content: "";
  display: block;
  border-left: 1px solid #E4E4E4;
  height: 100%;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin-top: 26px;
  position: relative;
  left: 1px
}
.step__content {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding-left: 78px;
  padding-bottom: 74px
}
@media only screen and (max-width: 767px) {
  .step__content {
    padding-left: 20px;
    padding-bottom: 20px
  }
}
.step__title {
  font-size: 2.7rem;
  line-height: 1.3703703704;
  font-weight: 400;
  letter-spacing: 0;
  margin: 24px 0 38px
}
@media only screen and (max-width: 767px) {
  .step__title {
    font-size: 2rem;
    line-height: 1.6;
    margin: 28px 0 20px
  }
}
.step .text {
  line-height: 51px
}
@media only screen and (max-width: 767px) {
  .step .text {
    line-height: 2.1333333333
  }
}
.design-room {
  padding: 105px 0
}
@media only screen and (max-width: 767px) {
  .design-room {
    padding: 30px 0
  }
}
.instagram {
  padding: 105px 0 180px
}
@media only screen and (max-width: 767px) {
  .instagram {
    padding: 30px 0 60px
  }
}
.contact {
  padding: 63px 0 89px;
  border-top: 1px solid #E4E4E4;
  border-bottom: 1px solid #E4E4E4
}
@media only screen and (max-width: 767px) {
  .contact {
    padding: 60px 0
  }
}
.contact .titleMain {
  margin-bottom: 63px
}
@media only screen and (max-width: 767px) {
  .contact .titleMain {
    margin-bottom: 20px
  }
}
.contact .text {
  font-weight: 600;
  line-height: 1.7777777778
}
.contact .text span {
  display: block;
  color: #ca5042;
  margin-top: 7px;
  font-size: 1.5rem;
  font-weight: 700;
  letter-spacing: .08em
}
.contact .txt {
  font-size: 1.5rem;
  line-height: 26px;
  margin: 10px 0 5px;
  letter-spacing: .08em
}
.contact .tableBox {
  margin: 66px auto 0;
  width: 72rem
}
@media only screen and (max-width: 767px) {
  .contact .tableBox {
    width: 100%
  }
}
.contact .tableBox table {
  margin-bottom: 5.4rem;
  width: 100%;
  border-collapse: collapse;
  line-height: 1.5
}
.contact .tableBox table tr:last-child th, .contact .tableBox table tr:last-child td {
  padding-bottom: 0
}
@media only screen and (max-width: 767px) {
  .contact .tableBox table tr:last-child th, .contact .tableBox table tr:last-child td {
    padding-bottom: 1rem
  }
}
.contact .tableBox table th, .contact .tableBox table td {
  padding-bottom: 5.6rem;
  font-weight: 400;
  text-align: left;
  vertical-align: top;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  word-break: break-all
}
@media only screen and (max-width: 767px) {
  .contact .tableBox table th, .contact .tableBox table td {
    display: block;
    padding-bottom: 15px
  }
}
.contact .tableBox table th {
  padding: 1rem 1rem 0 0;
  width: 40.3%;
  letter-spacing: .05em
}
@media only screen and (max-width: 767px) {
  .contact .tableBox table th {
    padding: 1rem 0;
    width: 100%
  }
}
.contact .tableBox table th .must {
  color: #ca5042
}
.contact .tableBox table th .sml {
  margin-top: .5rem;
  display: block;
  color: #666;
  font-size: 1.5rem;
  letter-spacing: .05em;
  line-height: 1.4
}
.contact .tableBox table td {
  padding-right: .4rem
}
.contact .tableBox .choose {
  padding: 1rem 0 1.1rem 1.8rem;
  background-color: #f6f5f4
}
.contact .tableBox .choose .pLink {
  margin-left: 1.4rem
}
.contact .tableBox .choose .pLink a {
  color: #ca5042;
  font-size: 1.5rem;
  font-weight: 700;
  text-decoration: underline;
  letter-spacing: .05em
}
.contact .tableBox label, .contact .tableBox .wpcf7-list-item {
  display: inline-block;
  margin-right: 13px
}
.contact .tableBox input[type=radio] {
  display: none
}
.contact .tableBox input[type=radio] ~ span {
  padding: .5rem 0 .7rem 2rem;
  font-size: 1.5rem;
  cursor: pointer;
  background: url(../img/common/icon/icon01.png) no-repeat left center/1.2rem
}
.contact .tableBox input[type=radio]:checked ~ span {
  background-image: url(../img/common/icon/icon01_on.png)
}
.contact .tableBox textarea, .contact .tableBox input[type=tel], .contact .tableBox input[type=text], .contact .tableBox input[type=email] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: .3rem;
  height: 4.4rem;
  border: 1px solid #E4E4E4;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #383838;
  font-size: 1.5rem;
  padding: 0 1.5rem;
  width: 100%;
  letter-spacing: .05em;
  background-color: #fff
}
.contact .tableBox input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px #fff inset !important
}
.contact .tableBox textarea {
  padding: 1.5rem;
  border-radius: 0;
  resize: vertical;
  height: 22.1rem;
  letter-spacing: .05em;
  font-size: 1.8rem;
  font-family: Noto Sans JP, sans-serif
}
.contact .tableBox .note {
  margin-top: 1.2rem;
  color: #666;
  font-size: 1.2rem;
  line-height: 1.4;
  letter-spacing: .05em
}
.contact .tableBox .chooseUl {
  padding: 1.3rem 0 1.6rem 1.9rem;
  border-radius: .3rem;
  background-color: #f6f5f4
}
.contact .tableBox .chooseUl li:not(:last-child) {
  margin-bottom: .3rem
}
.contact .tableBox .dateUl {
  padding: 1.2rem 0 1.6rem 1.8rem;
  border-radius: .3rem;
  background-color: #f6f5f4
}
.contact .tableBox .dateUl li:not(:last-child) {
  margin-bottom: .7rem
}
.contact .tableBox .dateUl .lTxt {
  font-size: 1.5rem;
  letter-spacing: .05em
}
.contact .tableBox .dateUl .rTxt {
  margin-left: -.2rem
}
.contact .tableBox .dateUl select {
  padding: 2px 15px 0 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 3.3rem;
  height: 2rem;
  border-radius: .3rem;
  text-align: center;
  cursor: pointer;
  font-size: 1.2rem;
  font-weight: 400;
  color: #383838;
  vertical-align: .1rem;
  border: 1px solid #383838;
  background: #F6F5F4 url(../img/common/icon/icon03.png) no-repeat right 4px center/.8rem
}
.contact .tableBox .dateUl select:nth-of-type(3) {
  width: 4.5rem;
  padding: 2px 13px 0 6px
}
.contact .tableBox .dateUl .txt {
  margin: 0 .5rem 0 .4rem;
  font-size: 1.5rem
}
.contact .tableBox .dateUl .wid01 {
  width: 13.5rem !important;
  letter-spacing: .03em;
  background-position: right .6rem center
}
.contact .tableBox .contact__btn {
  margin: 2rem auto 0;
  width: 42.6rem
}
@media only screen and (max-width: 767px) {
  .contact .tableBox .contact__btn {
    width: 100%
  }
}
.contact .tableBox .contact__btn input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 100%;
  height: 6.4rem;
  border-radius: .5rem;
  text-align: center;
  cursor: pointer;
  font-size: 1.8rem;
  font-weight: 400;
  color: #fff;
  border: 1px solid #383838;
  background: #222;
  padding: 0
}
.top__page.is-ver02 .block.block-works .block__img {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
  margin-right: 0;
  margin-left: calc(-.5*(100vw - 1180px))
}
@media only screen and (max-width: 1600px) {
  .top__page.is-ver02 .block.block-works .block__img {
    margin-left: 0
  }
}
@media only screen and (max-width: 1024px) {
  .top__page.is-ver02 .block.block-works .block__img {
    margin-left: 0
  }
}
@media only screen and (max-width: 767px) {
  .top__page.is-ver02 .block.block-works .block__img {
    margin-top: 20px
  }
}
.top__page.is-ver02 .block.block-works .block__content {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
  padding-right: 0;
  padding-left: 10.5263157895%
}
@media only screen and (max-width: 1180px) {
  .top__page.is-ver02 .block.block-works .block__content {
    padding-left: 60px
  }
}
@media only screen and (max-width: 767px) {
  .top__page.is-ver02 .block.block-works .block__content {
    padding-left: 0
  }
}
.top__page.is-ver02 .block.block-planning .block__img {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
  margin-left: 0;
  margin-right: calc(-.5*(100vw - 1180px))
}
@media only screen and (max-width: 1600px) {
  .top__page.is-ver02 .block.block-planning .block__img {
    margin-right: -13.75vw
  }
}
@media only screen and (max-width: 1024px) {
  .top__page.is-ver02 .block.block-planning .block__img {
    margin-right: 0
  }
}
@media only screen and (max-width: 767px) {
  .top__page.is-ver02 .block.block-planning .block__img {
    margin-top: 20px
  }
}
.top__page.is-ver02 .block.block-planning .block__content {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
  padding-left: 0;
  padding-right: 10.5263157895%
}
@media only screen and (max-width: 1180px) {
  .top__page.is-ver02 .block.block-planning .block__content {
    padding-right: 60px
  }
}
@media only screen and (max-width: 767px) {
  .top__page.is-ver02 .block.block-planning .block__content {
    padding-right: 0
  }
}
.top__page.is-ver02 .block.block-design_room .block__content {
  left: unset;
  right: 0
}
@media only screen and (max-width: 1024px) {
  .top__page.is-ver02 .block.block-design_room .block__content {
    max-width: -webkit-fit-content;
    max-width: -moz-fit-content;
    max-width: fit-content;
    margin-left: auto;
    margin-bottom: -35%
  }
}
@media only screen and (max-width: 767px) {
  .top__page.is-ver02 .block.block-design_room .block__content {
    margin-bottom: 0;
    max-width: 100%
  }
}
.top__page.is-ver02 .block.block-design_room .block__content .titleMain {
  margin-bottom: 72px
}
@media only screen and (max-width: 767px) {
  .top__page.is-ver02 .block.block-design_room .block__content .titleMain {
    margin-bottom: 20px
  }
}
.top__page.is-ver02 .block.block-instagram .block__img {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2
}
@media only screen and (max-width: 767px) {
  .top__page.is-ver02 .block.block-instagram .block__img {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1
  }
}
.top__page.is-ver02 .block.block-instagram .block__content {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
  padding-left: 0;
  padding-right: 10.5263157895%
}
@media only screen and (max-width: 1180px) {
  .top__page.is-ver02 .block.block-instagram .block__content {
    padding-right: 60px
  }
}
@media only screen and (max-width: 767px) {
  .top__page.is-ver02 .block.block-instagram .block__content {
    padding-right: 0;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2
  }
}
@media only screen and (max-width: 1600px) {
  .top__page.is-ver02 .step__link {
    width: 8.75vw;
    height: 8.75vw;
    font-size: 1.25vw
  }
}
@media only screen and (max-width: 1024px) {
  .top__page.is-ver02 .step__link {
    width: 11.71875vw;
    height: 11.71875vw;
    font-size: 1.7578125vw
  }
}
@media only screen and (max-width: 767px) {
  .top__page.is-ver02 .step__link {
    width: 80px;
    height: 80px;
    font-size: 1.2rem;
    margin-bottom: 60px
  }
}
@media only screen and (max-width: 1600px) {
  .top__page.is-ver02 .step__link + .top__page.is-ver02 .step__link {
    margin-left: 3.75vw
  }
}
@media only screen and (max-width: 1024px) {
  .top__page.is-ver02 .step__link + .top__page.is-ver02 .step__link {
    margin-left: 3.90625vw
  }
}
@media only screen and (max-width: 767px) {
  .top__page.is-ver02 .step__link + .top__page.is-ver02 .step__link {
    margin-left: 20px
  }
}
@media only screen and (max-width: 1600px) {
  .top__page.is-ver02 .step__link + .top__page.is-ver02 .step__link:before {
    left: -2.0625vw
  }
}
@media only screen and (max-width: 1024px) {
  .top__page.is-ver02 .step__link + .top__page.is-ver02 .step__link:before {
    left: -2.1052631579vw
  }
}
@media only screen and (max-width: 767px) {
  .top__page.is-ver02 .step__link + .top__page.is-ver02 .step__link:before {
    left: -13px
  }
}
@media only screen and (max-width: 1600px) {
  .top__page.is-ver02 .step__link .step__stt {
    top: -2.75vw;
    font-size: 1.0625vw
  }
  .top__page.is-ver02 .step__link .step__stt span {
    font-size: 2.125vw
  }
}
@media only screen and (max-width: 1024px) {
  .top__page.is-ver02 .step__link .step__stt {
    top: -4.296875vw;
    font-size: 1.66015625vw
  }
  .top__page.is-ver02 .step__link .step__stt span {
    font-size: 3.3203125vw
  }
}
@media only screen and (max-width: 767px) {
  .top__page.is-ver02 .step__link .step__stt {
    top: -35px;
    font-size: 1.5rem
  }
  .top__page.is-ver02 .step__link .step__stt span {
    font-size: 2rem
  }
}
.top__page.is-ver02 .concept .block__content {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
  padding-left: 0;
  padding-right: 10.5263157895%
}
@media only screen and (max-width: 1180px) {
  .top__page.is-ver02 .concept .block__content {
    padding-right: 60px
  }
}
@media only screen and (max-width: 767px) {
  .top__page.is-ver02 .concept .block__content {
    padding-right: 0
  }
}
.top__page.is-ver02 .concept .block__img {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2
}
.top__page.is-ver02 .concept .block__movie {
  max-width: 840px;
  margin: 112px auto 0
}
@media only screen and (max-width: 767px) {
  .top__page.is-ver02 .concept .block__movie {
    margin-top: 60px
  }
}
.top__page.is-ver02 .concept .block__movie .titleMain {
  text-align: center;
  margin-bottom: 30px
}
@media only screen and (max-width: 1600px) {
  .top__page.is-ver02 .works .container {
    max-width: calc(100% - 210px);
    margin: 0;
    position: relative
  }
}
@media only screen and (max-width: 1374px) {
  .top__page.is-ver02 .works .container {
    left: 0 !important;
    -webkit-transform: none !important;
    transform: none !important
  }
}
@media only screen and (max-width: 1024px) {
  .top__page.is-ver02 .works .container {
    max-width: 100%
  }
}
.top__page.is-ver02 .exterior__img {
  max-width: 840px;
  margin: 0 auto
}
.page-top-ver02 .header {
  position: fixed;
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
  right: 0;
  top: -3px;
  padding: 60px 42px 60px 0
}
@media only screen and (max-width: 1374px) {
  .page-top-ver02 .header {
    padding-right: 3.056768559vw
  }
}
@media only screen and (max-width: 1024px) {
  .page-top-ver02 .header {
    max-width: 100%;
    padding: 16px 0;
    top: 0
  }
}
.page-top-ver02 .header__wrap.container {
  -webkit-transform: none !important;
  transform: none !important
}
.page-top-ver02 .header__navbar {
  display: block
}
.page-top-ver02 .header__item:not(:last-child) {
  margin-right: 0;
  margin-bottom: 26px
}
.page-top-ver02 .header__link {
  font-size: 1.8rem
}
@media only screen and (max-width: 1374px) {
  .page-top-ver02 .header__link {
    font-size: 1.3100436681vw
  }
}
@media only screen and (max-width: 1024px) {
  .page-top-ver02 .header__link {
    font-size: 2.3rem
  }
}
@media only screen and (max-width: 1374px) {
  .page-top-ver02 .container {
    -webkit-transform: translateX(-7.0625vw) !important;
    transform: translate(-7.0625vw) !important;
    max-width: 85.8806404658vw
  }
}
@media only screen and (max-width: 1024px) {
  .page-top-ver02 .container {
    max-width: 100%;
    -webkit-transform: none !important;
    transform: none !important
  }
}
.tableBox .submit li input {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  width: 100%;
  height: 6.6rem;
  border-radius: 0.5rem;
  text-align: center;
  cursor: pointer;
  font-size: 1.8rem;
  font-weight: 400;
  color: #FFF;
  border: 1px solid #383838;
  background: #222;
}
@media all and (min-width: 897px) {
  .tableBox .submit li input:hover {
    opacity: 0.7;
  }
}
@media all and (max-width: 896px) {
  .tableBox .submit li input {
    height: 4rem;
    border-radius: 0.2rem;
    font-size: 1.5rem;
    background-color: #383838;
  }
}
/* ADD CSS 2024.10.01 */
/*-------------------------------------------------------------
	.contact__box
-------------------------------------------------------------*/
.thanks__box {
  padding: 100px 0 105px;
}
.thanks__box .headLine01 {
  font-size: 1.2rem;
  letter-spacing: .07em;
  font-weight: 900;
  color: #999;
  margin: 0 0 14.5rem -0.2rem;
}
.thanks__box .headLine01 .en {
  font-family: Solway, serif;
  font-size: 3.4rem;
  font-weight: 400;
  color: #383838;
  display: block;
  margin-bottom: 6px;
  letter-spacing: .07em;
}
.thanks__box .thanks__box__in h3 {
  font-size: 2.0rem;
  padding: 0 0 10px 0;
}
.thanks__box .text {
  line-height: 2.85;
  letter-spacing: 0.08em;
}
.thanks__box .btn a {
  max-width: 320px;
  margin: 60px auto 0 auto;
  display: block;
  padding: 15px 0;
  background: #F6F5F4;
  text-align: center;
  font-weight: 700;
  border-radius: 0;
  color: #383838;
}
.thanks__box .btn a::before, .thanks__box .btn a::after {
  content: none;
}
.thanks__box .btn a:hover {
  opacity: .8;
}
@media all and (max-width: 1290px) {
  .thanks__box {
    padding: 50px 0 105px 0;
  }
  #thanks .container {
    padding-left: 50px;
  }
  .thanks__box .headLine01 {
    margin: 0 0 7.5rem -0.2rem;
  }
}
@media (max-width: 896px) {
  #thanks .container {
    padding-left: 20px;
  }
  .thanks__box {
    padding: 9.4rem 0 2.2rem;
  }
  .thanks__box .headLine01 {
    margin: 0 0 3.1rem;
    font-size: 1rem;
    font-weight: 400;
    letter-spacing: 0.06em;
  }
  .thanks__box .headLine01 .en {
    margin-bottom: 0.4rem;
    font-size: 2.5rem;
    letter-spacing: 0;
  }
  .thanks__box .thanks__box__in h3 {
    font-size: 2.0rem;
    padding: 0 0 10px 0;
  }
  .thanks__box .text {
    line-height: 2.5;
    font-size: 1.5rem;
    letter-spacing: 0.06em;
  }
}
/*-------------------------------------------------------------
	#policy
-------------------------------------------------------------*/
#policy {
  padding: 100px 0 105px;
}
#policy .headLine01 {
  font-size: 1.2rem;
  letter-spacing: .07em;
  font-weight: 900;
  color: #999;
  margin: 0 0 14.5rem -0.2rem;
}
#policy .headLine01 .en {
  font-family: Solway, serif;
  font-size: 3.4rem;
  font-weight: 400;
  color: #383838;
  display: block;
  margin-bottom: 6px;
  letter-spacing: .07em;
}
#policy .policy__box {
  margin: 60px 0 0 0;
  line-height: 1.7;
}
#policy .policy__box h3 {
  margin: 0 0 30px 0;
  font-size: 1.8rem;
}
@media all and (max-width: 1290px) {
  #policy {
    padding: 50px 0 105px 0;
  }
  #policy .container {
    padding-left: 50px;
  }
  #policy .headLine01 {
    margin: 0 0 7.5rem -0.2rem;
  }
}
@media (max-width: 896px) {
  #policy {
    padding: 9.4rem 0 2.2rem;
  }
  #policy .container {
    padding-left: 20px;
  }
  #policy .headLine01 {
    margin: 0 0 3.1rem;
    font-size: 1rem;
    font-weight: 400;
    letter-spacing: 0.06em;
  }
  #policy .headLine01 .en {
    margin-bottom: 0.4rem;
    font-size: 2.5rem;
    letter-spacing: 0;
  }
  #policy .policy__box {
    margin: 60px 0 0 0;
    line-height: 1.7;
  }
  #policy .policy__box h3 {
    font-size: 1.6rem;
  }
}
/*-------------------------------------------------------------
	.site_title
-------------------------------------------------------------*/
.site_title {
  padding: 60px 0 60px 42px;
}
.site_title img {
  width: 38rem;
}
@media (max-width: 896px) {
  .header.header_und {
    background: linear-gradient(11deg, rgba(255, 255, 255, 0) 48%, rgba(255, 255, 255, 1));
  }
  .site_title {
    padding: 0;
    position: absolute;
    left: 2rem;
    top: 2rem;
  }
  .site_title img {
    width: 11.1rem;
  }
}
/* ADD CSS 2024.10.01 */
/*-------------------------------------------------------------
	.details
-------------------------------------------------------------*/
.details {
  max-width: 840px;
  margin: auto;
}
.details__box {
  padding: 100px 0 105px;
}
.details__box .headLine01 {
  font-size: 1.2rem;
  letter-spacing: .07em;
  font-weight: 900;
  color: #999;
  padding: 0 0 7.5rem 0;
  margin: 0 0 7.5rem -0.2rem;
  border-bottom: 1px solid #eee;
}
.details__box .headLine01 .en {
  font-family: Solway, serif;
  font-size: 3.4rem;
  font-weight: 400;
  color: #383838;
  display: block;
  margin-bottom: 6px;
  letter-spacing: .07em;
}
.details__box__ttl {
  display: flex;
  justify-content: flex-start;
  padding: 0 0 3.5rem 0;
  align-items: center;
}
@media (max-width: 896px) {
  .details__box__ttl {
    display: block;
    padding: 0 0 2.0rem 0;
  }
}
.details__box__ttl .date {
  color: #999999;
  font-family: Solway, serif;
  font-size: 1.8rem;
  font-weight: 400;
  padding: 0.2rem 2rem 0 0;
  margin: 0 2rem 0 0;
  border-right: 1px solid #ccc;
}
@media (max-width: 896px) {
  .details__box__ttl .date {
    width: 100%;
    border-right: none;
  }
}
.details__box__ttl .ttl {
  font-size: 2.0rem;
  line-height: 1.4;
  font-weight: 500;
  letter-spacing: .1rem;
}
@media (max-width: 896px) {
  .details__box__ttl .ttl {
    width: 100%;
  }
}
.details__box__contents {
  line-height: 1.7;
}
.details__box__contents p {}
@media (max-width: 896px) {
  .details__box__contents p {
    text-align: justify;
    font-size: 1.6rem;
  }
}
.details__box__contents p:not(:last-of-type) {
  margin: 0 0 20px 0;
}
@media (max-width: 896px) {
  .details__box__contents p:not(:last-of-type) {
    margin: 0 0 12px 0;
  }
}
.details__box .btn a {
  max-width: 320px;
  margin: 60px auto 0 auto;
  display: block;
  padding: 15px 0;
  background: #fff;
  border: 1px solid #eee;
  text-align: center;
  font-weight: 700;
  border-radius: 0;
  color: #383838;
}
.details__box .btn a::before, .details__box .btn a::after {
  content: none;
}
.details__box .btn a:hover {
  opacity: .8;
}
@media all and (max-width: 1290px) {
  .details__box {
    padding: 50px 0 105px 0;
  }
  #details .container {
    padding-left: 50px;
  }
  .thanks__box .headLine01 {
    margin: 0 0 7.5rem -0.2rem;
  }
}
@media (max-width: 896px) {
  #details .container {
    padding-left: 20px;
  }
  .details__box {
    padding: 9.4rem 0 2.2rem;
  }
  .details__box .headLine01 {
    padding-bottom: 3.0rem;
    margin: 0 0 3.1rem;
    font-size: 1rem;
    font-weight: 400;
    letter-spacing: 0.06em;
  }
  .details__box .headLine01 .en {
    margin-bottom: 0.4rem;
    font-size: 2.5rem;
    letter-spacing: 0;
  }
  .details__box .btn a {
    margin: 30px auto 0 auto;
  }
}
/*-------------------------------------------------------------
	.news
-------------------------------------------------------------*/
.news {
  max-width: 840px;
  margin: auto;
}
.news__box {
  padding: 100px 0 105px;
}
.news__box .headLine01 {
  font-size: 1.2rem;
  letter-spacing: .07em;
  font-weight: 900;
  color: #999;
  padding: 0 0 7.5rem 0;
  margin: 0 0 0 -0.2rem;
  border-bottom: 1px solid #eee;
}
.news__box .headLine01 .en {
  font-family: Solway, serif;
  font-size: 3.4rem;
  font-weight: 400;
  color: #383838;
  display: block;
  margin-bottom: 6px;
  letter-spacing: .07em;
}
.news__box__list {}
.news__box__list__item {
  border-bottom: 1px solid #eee;
  padding: 30px 0;
}
@media (max-width: 896px) {
  .news__box__list__item {
    padding: 15px 0;
  }
}
.news__box__list__item a {
  display: flex;
  justify-content: flex-start;
}
@media (max-width: 896px) {
  .news__box__list__item a {
    display: block;
  }
}
.news__box__list__item .date {
  color: #999999;
  font-family: Solway, serif;
  font-size: 1.6rem;
  font-weight: 400;
  padding: 0.2rem 0 0 0;
  margin: 0;
  width: 20%;
}
@media (max-width: 896px) {
  .news__box__list__item .date {
    width: 100%;
    font-size: 1.5rem;
  }
}
.news__box__list__item .ttl {
  font-size: 1.8rem;
  line-height: 1.4;
  font-weight: 500;
  letter-spacing: .1rem;
}
@media (max-width: 896px) {
  .news__box__list__item .ttl {
    font-size: 1.7rem;
    width: 100%;
  }
}
@media all and (max-width: 1290px) {
  .news__box {
    padding: 50px 0 105px 0;
  }
  #news .container {
    padding-left: 50px;
  }
  .news__box .headLine01 {
    margin: 0 0 3.5rem -0.2rem;
  }
}
@media (max-width: 896px) {
  #news .container {
    padding-left: 20px;
  }
  .news__box {
    padding: 9.4rem 0 2.2rem;
  }
  .news__box .headLine01 {
    padding-bottom: 3.0rem;
    margin: 0 0 0;
    font-size: 1rem;
    font-weight: 400;
    letter-spacing: 0.06em;
  }
  .news .headLine01 .en {
    margin-bottom: 0.4rem;
    font-size: 2.5rem;
    letter-spacing: 0;
  }
}

/*-------------------------------------------------------------
pagenavi
-------------------------------------------------------------*/

.wp-pagenavi {
  margin: 40px auto;
  font-size: 12px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #222;
}
.wp-pagenavi a {
  color: #333;
}
.wp-pagenavi span.current, .wp-pagenavi a.page, .wp-pagenavi .extend, .wp-pagenavi .first, .wp-pagenavi .last {
  margin: 0 10px 0 0;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  line-height: 40px;
  text-align: center;
  box-sizing: border-box;
  justify-content: center;
  display: flex;
  align-items: center;
}
.wp-pagenavi span.current {
  border: solid 1px #eee;
}
.wp-pagenavi a.page:hover, .wp-pagenavi .first, .wp-pagenavi .last {
  background: #f4f4f4;
  color: #222;
}
.wp-pagenavi .previouspostslink, .wp-pagenavi .nextpostslink {
  display: none;
}
.wp-pagenavi .pages {
  display: none;
}


/*-------------------------------------------------------------
topics
-------------------------------------------------------------*/
.topics {

  margin: auto;
}
.topics__box {
  padding: 60px 0 75px;
    display:flex;
    justify-content: space-between;
    align-items: center;
}

@media (max-width: 896px) {
    
.topics__box {
padding: 30px 0 40px;
    display:block;

}    
}


.topics__box__headline{
    
    width:30%;
}

@media (max-width: 896px) {
    
.topics__box__headline{
    
    width:100%;
}  
}



.topics__box__btn{
    
    margin:60px 0 0 0;

}
@media (max-width: 896px) {
    
.topics__box__btn{
    
    display:none;

} 
}


.topics__box__btn a{
        display:flex;
    justify-content: space-between;
    align-items: center;
    max-width:230px;
    line-height:1.4;
}

.topics__box__btn a svg{
    
    vertical-align:middle;
}

.topics__box__btn__sp{
    
    display:none;

}
@media (max-width: 896px) {
    
.topics__box__btn__sp{
    margin:40px 0 0 0;
    display:block;
font-size:1.8rem;
} 
}


.topics__box__btn__sp a{
        display:flex;
    justify-content: space-between;
    align-items: center;
    max-width:230px;
    line-height:1.4;
}

.topics__box__btn__sp a svg{
    
    vertical-align:middle;
}



.topics__box__contents{
    
    width:70%
}

@media (max-width: 896px) {
    
.topics__box__contents{
    
    width:100%;
        margin:20px 0 0 0;
}

}



.topics__box .headLine01 {
  font-size: 1.2rem;
  letter-spacing: .07em;
  font-weight: 900;
  color: #999;
  padding: 0 0 7.5rem 0;
  margin: 0 0 0 -0.2rem;
  border-bottom: 1px solid #eee;
}
.topics__box .headLine01 .en {
  font-family: Solway, serif;
  font-size: 3.4rem;
  font-weight: 400;
  color: #383838;
  display: block;
  margin-bottom: 6px;
  letter-spacing: .07em;
}
.topics__box__list {}
.topics__box__list__item {
  border-bottom: 1px solid #eee;
  padding: 30px 0;
}
@media (max-width: 896px) {
  .topics__box__list__item {
    padding: 15px 0;
  }
}
.topics__box__list__item a {
  display: flex;
  justify-content: flex-start;
}
@media (max-width: 896px) {
  .topics__box__list__item a {
    display: block;
  }
}
.topics__box__list__item .date {
  color: #999999;
  font-family: Solway, serif;
  font-size: 1.6rem;
  font-weight: 400;
  padding: 0.2rem 0 0 0;
  margin: 0;
  width: 20%;
}
@media (max-width: 896px) {
  .topics__box__list__item .date {
    width: 100%;
    font-size: 1.5rem;
  }
}
.topics__box__list__item .ttl {
  font-size: 1.8rem;
  line-height: 1.4;
  font-weight: 500;
  letter-spacing: .1rem;
}
@media (max-width: 896px) {
  .topics__box__list__item .ttl {
    font-size: 1.7rem;
    width: 100%;
  }
}
@media all and (max-width: 1290px) {
  .topics__box {
    padding: 50px 0 105px 0;
  }
  #topics .container {
    padding-left: 50px;
  }
  .topics__box .headLine01 {
    margin: 0 0 3.5rem -0.2rem;
  }
}
@media (max-width: 896px) {
  #topics .container {
    padding-left: 20px;
  }

  .topics__box .headLine01 {
    padding-bottom: 3.0rem;
    margin: 0 0 0;
    font-size: 1rem;
    font-weight: 400;
    letter-spacing: 0.06em;
  }
  .topics .headLine01 .en {
    margin-bottom: 0.4rem;
    font-size: 2.5rem;
    letter-spacing: 0;
  }
}

/* ADD CSS 2024.12.25 */
/*-------------------------------------------------------------
.top__page
-------------------------------------------------------------*/
.top__page.is-ver02 .deck__img {
  max-width: 840px;
  margin: 80px auto 0;
}
@media only screen and (max-width: 767px) {
  .top__page.is-ver02 .deck__img {
    margin: 40px auto 0;
  }
}

/* ADD CSS 2025.01.16 */
/*-------------------------------------------------------------
#gFooter.ver_2501
-------------------------------------------------------------*/
#gFooter.ver_2501 .fBox {
  align-items: flex-start;
}
#gFooter.ver_2501 .fBox .subBox:first-child {
  padding-right: 4rem;
  width: 59%;
  box-sizing: border-box;
}
#gFooter.ver_2501 .fBox .subBox:nth-child(2) {
  width: 41%;
}
#gFooter.ver_2501 .fBox .profile__box .profile__box__item:first-child {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  align-items: center;
}
#gFooter.ver_2501 .fBox .profile__box .profile__box__item:first-child .img {
  width: 33%;
  margin-bottom: 2.4rem;
}
#gFooter.ver_2501 .fBox .profile__box .profile__headline {
  width: 67%;
}
#gFooter.ver_2501 .fBox .profile__box .profile__headline h2, .profile__box .profile__headline h3 {
  padding-left: 3.8rem;
}
#gFooter.ver_2501 .fBox .profile__box h2 span {
  font-size: 1.5rem;
  font-weight: normal;
  display: block;
}
#gFooter.ver_2501 .fBox .profile__box h2 {
  margin: .3rem 0 2.2rem;
  font-size: 2.4rem;
  font-weight: 500;
  letter-spacing: .15em;
}
#gFooter.ver_2501 .fBox .profile__box h3 {
  font-size: 1.5rem;
  letter-spacing: .07em;
  color: #999;
  margin-bottom: 2rem;
}
#gFooter.ver_2501 .fBox .profile__box dl {
  margin-bottom: .9rem;
  font-size: 1.25rem;
  letter-spacing: .06em;
  display: flex;
  flex-wrap: wrap;
}
#gFooter.ver_2501 .fBox .profile__box dl dt, .profile__box dl dd {
  margin-bottom: .9rem;
}
#gFooter.ver_2501 .fBox .profile__box dl dt {
  width: 10%;
}
#gFooter.ver_2501 .fBox .profile__box dl dt span {
  margin-left: 0.6rem;
  color: #999;
}
#gFooter.ver_2501 .fBox .profile__box dl dd {
  width: 90%;
  padding-left: 1rem;
  box-sizing: border-box;
}
#gFooter.ver_2501 .fBox .textList li .lTxt {
  width: 90px;
}
#gFooter.ver_2501 .fBox .textList li {
  font-size: 1.35rem;
  letter-spacing: .06em;
}
#gFooter.ver_2501 address {
  font-size: 1.5rem;
  font-style: normal;
  letter-spacing: .08em;
  margin-top: -40px;
}
@media all and (max-width: 1290px) {
  #gFooter.ver_2501 .fBox .textList li {
    font-size: 1.2rem;
  }
  #gFooter.ver_2501 .profile__box dl {
    font-size: 1.15rem !important;
  }
}
@media only screen and (max-width: 767px) {
  #gFooter.ver_2501 .fBox .subBox {
    padding-right: 0 !important;
    margin-bottom: 6rem;
	  width: auto !important;
  }
  #gFooter.ver_2501 .fBox .textList li .lTxt {
    width: 106px;
  }
  #gFooter.ver_2501 .fBox .textList li {
    margin-bottom: .9rem;
    font-size: 1.5rem;
    letter-spacing: .08em;
  }
  #gFooter.ver_2501 .fBox .profile__box dl {
    font-size: 1.5rem !important;
  }
  #gFooter.ver_2501 .fBox .profile__box dl dt {
    width: 18%;
  }
  #gFooter.ver_2501 .fBox .profile__box dl dd {
    width: 82%;
  }
}

/* ADD CSS 2025.03.06 */
/*-------------------------------------------------------------
.mapList__column3
-------------------------------------------------------------*/
#gFooter .mapList.mapList__column3 > li.coming_soon {
  background-color: #CCBEBE;
  display: flex;
  justify-content: center;
}
#gFooter .mapList.mapList__column3 > li.coming_soon img {
  object-fit: contain;
}
@media only screen and (min-width: 768px) {
  #gFooter .mapList.mapList__column3 {
    display: flex;
    height: auto;
    align-items: stretch;
  }
  #gFooter .mapList.mapList__column3 > li {
    width: auto;
    display: inline-block;
    height: auto;
  }
  #gFooter .mapList.mapList__column3 > li.coming_soon {
    width: 35%;
  }
  #gFooter .mapList.mapList__column3 > li .rBox {
    padding-left: 0;
    margin-top: 10px;
  }
  #gFooter .mapList.mapList__column3 > li .map iframe {
    width: 264px;
    height: 264px;
  }
}
@media only screen and (max-width: 767px) {
  #gFooter .mapList.mapList__column3 > li:nth-child(n+2) {
    margin-top: 40px;
  }
  #gFooter .mapList.mapList__column3 > li.coming_soon {
    width: auto;
    height: 350px;
  }
}

/*-------------------------------------------------------------
.contact
-------------------------------------------------------------*/
.contact .tableBox .choose .wpcf7-list-item {
	margin-left: 0;
	margin-right: 0;
}
.contact .tableBox .choose .wpcf7-list-item span {
    font-size: 1.5rem;
    letter-spacing: .05em;
}

/* ADD CSS 2026.03.24  */
/*-------------------------------------------------------------
header
-------------------------------------------------------------*/
.page-top-ver02 .header__item:not(:last-child){
    margin-bottom: 40px;
}
.block__content .titleMain {
    margin-bottom: 60px;
}
.titleMain__en{
	margin-bottom: 15px;
	font-size: 1em;
}
.topics__box__list__item{
	position: relative;
}
.topics__box__list__item::after{
	content: "";
	display: inline-block;
	background-image: url("../img/common/icon/icon__topics__arrow.svg");
	width: 11px;
	height: 10px;
	background-repeat: no-repeat;
	background-size: contain;
	position: absolute;
	right: 0;
	top:50%;
	transform: translateY(-50%);
}
/*-------------------------------------------------------------
.block
-------------------------------------------------------------*/
.block .text {
    line-height: 270%
}
/*-------------------------------------------------------------
#concept
-------------------------------------------------------------*/
    .top__page.is-ver02 .block.block-concept .block__img {
        margin-right: -14.75vw;
		width: calc(51% + 13.75vw);
    }
.block-concept .titleMain__en img{
	margin-right: 3px;
}
.block-concept .titleMain__en img:nth-child(2){
	margin-top: -1px;
}
.block-concept .titleMain__en img:nth-child(3){
	margin-top: -3px;
}
.block-concept .titleMain__en img:nth-child(4){
	margin-top: -5px;
}
.block-concept .titleMain__en img:nth-child(5){
	margin-top: -8px;
}

/*-------------------------------------------------------------
#works
-------------------------------------------------------------*/
.top__page.is-ver02 .works .container{
	margin-left: auto;
	margin-right: auto;
}
.top__page.is-ver02 .block.block-works {
	align-items: center;
}
.top__page.is-ver02 .block.block-works .block__content{
	padding-left: 0;
	width: 42%;
}
    .top__page.is-ver02 .block.block-works .block__img {
		margin-left: auto;
    padding-right: 10.5263157895%;
	width: calc(61% - 10.5263157895%);
    }
    .top__page.is-ver02 .block.block-works .block__img img {
		width: 100%;
    }
.block-works .titleMain__en img{
	margin-right: 5px;
}
.block-works .titleMain__en img:nth-child(2){
	margin-top: 8px;
}
.block-works .titleMain__en img:nth-child(3){
	margin-top: -3px;
}
.block-works .titleMain__en img:nth-child(4){
	margin-top: 0;
}
@media only screen and (max-width: 1600px) {
    .top__page.is-ver02 .works .container {
            margin: 0 auto;
    max-width: 1180px;
    padding: 0 20px;
		left: 0 !important;
    }
}
@media only screen and (max-width: 1374px) {
    .top__page.is-ver02 .works .container {
		margin: 0 auto;
		padding: 0 20px;
        transform: translate(-7.0625vw) !important;
        max-width: 85.8806404658vw;
    }
}
@media only screen and (max-width: 1024px) {
    .top__page.is-ver02 .works .container {
        margin: 0 auto;
		padding: 0 20px;
		transform: none !important;
		max-width: 100%;
    }
}
/*-------------------------------------------------------------
#exterior
-------------------------------------------------------------*/
#exterior {
    padding: 105px 0;
}
.top__page.is-ver02 .reform-renovation__img {
    max-width: 1140px;
    margin: 0 auto;
}
@media only screen and (max-width: 767px) {
    .exterior {
        padding: 30px 0;
    }
}
/*-------------------------------------------------------------
#planning
-------------------------------------------------------------*/
#planning .block-planning{
	flex-flow: row-reverse;
	align-items: center;
}

    #planning .container {
        max-width: 1180px;
        position: relative;
        margin: 0px;
		transform: translateX(-3.90625vw);
    left: 3.90625vw;
    }
@media only screen and (max-width: 1374px) {
    #planning .container {
        left: 0px !important;
        transform: none !important;
    }
}
@media only screen and (max-width: 1024px) {
    #planning .container {
        max-width: 100%;
    }
}
.top__page.is-ver02 .block.block-planning .block__img{
        margin-left: -3.75vw;
    width: calc(62% + 3.75vw);
}
.top__page.is-ver02 .block.block-planning .block__content{
	padding-right: 0;
}

.block-planning .titleMain__en img{
	margin-right: 5px;
}
.block-planning .titleMain__en img:nth-child(2){
	margin-top: 0;
}
.block-planning .titleMain__en img:nth-child(3){
	margin-top: 5px;
}
.block-planning .titleMain__en img:nth-child(4){
	margin-top: 8px;
}
.block-planning .titleMain__en img:nth-child(5){
	margin-top: 3px;
}
.block-planning .titleMain__en img:nth-child(6){
	margin-top: -3px;
}

/*-------------------------------------------------------------
#topics
-------------------------------------------------------------*/
.topics__box{
	display: grid;
	gap: 45px;
	justify-content: inherit;
}
.topics__box__headline,.topics__box__contents{
	width: auto;
}
.topics__box__headline{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.topics .titleMain__en img{
	margin-right: 5px;
}
.topics .titleMain__en img:nth-child(2){
	margin-top: 2px;
}
.topics .titleMain__en img:nth-child(3){
	margin-top: 10px;
}
.topics .titleMain__en img:nth-child(4){
	margin-top: 0;
}
.topics .titleMain__en img:nth-child(5){
	margin-top: 3px;
}
.topics__box__list__item .date {
    font-family: Inter, sans-serif;
    font-size: 1.7rem;
}

/*-------------------------------------------------------------
#instagram 
-------------------------------------------------------------*/
#instagram .container{
	max-width: 840px;
	margin: 0 auto;
}
.titleMain{
	min-width: 300px;
}
.top__page.is-ver02 .block.block-instagram .block__content{
	padding: 0;
}
.instagram .titleMain__en img{
	margin-right: 5px;
}
.instagram .titleMain__en img:nth-child(2){
	margin-top: 4px;
}
.instagram .titleMain__en img:nth-child(3){
	margin-top: 0;
}
.instagram .titleMain__en img:nth-child(4){
	margin-top: -5px;
}
.instagram .titleMain__en img:nth-child(5){
	margin-top: -6px;
}

.instagram .titleMain__en img:nth-child(6){
	margin-top: 0;
	margin-left: -4px;
}

.instagram .titleMain__en img:nth-child(7){
	margin-top: 3px;
}


/*-------------------------------------------------------------
#contact
-------------------------------------------------------------*/
.contact__title{
	margin: 0 auto;
	max-width: 840px;
	display: flex;
	justify-content: space-between;
}
.contact .tableBox{
	max-width: 840px;
	width: auto;
}
.contact .titleMain{
	width: 213px;
	min-width: inherit;
}
.contact .contact__text{
	width: calc(100% - 213px);
}
.contact .titleMain__en img{
	margin-right: 5px;
}
.contact .titleMain__en img:nth-child(2){
	margin-top: -2px;
}
.contact .titleMain__en img:nth-child(3){
	margin-top: -8px
}
.contact .titleMain__en img:nth-child(4){
	margin-top: -7px
}
.contact .titleMain__en img:nth-child(5){
	margin-top: -8px;
	margin-left: 3px;
}


/*-------------------------------------------------------------
#contact
-------------------------------------------------------------*/
.contact .tableBox table th {
    width: 26%;
}
.tableBox .submit li input{
	width: 300px;
	margin: 0 auto;
	display: table;
}
.contact p.text{
	font-size: 1.7rem;
	font-weight: 400;
}
.contact p.text b{
	color: #CA5042;
}
.contact .tableBox .note{
	font-size: 1.4rem;
}
.contact .tableBox .choose{
	background: none;
}

.contact .tableBox .choose .wpcf7-list-item,.contact .tableBox label, .contact .tableBox .wpcf7-list-item{
	display: block;
}
.contact .tableBox textarea, .contact .tableBox input[type=tel], .contact .tableBox input[type=text], .contact .tableBox input[type=email]{
	background-color: #F7F7F7;
}
ul.submit + p{
	color: #666;
	font-size: 1.4rem;
}

/*-------------------------------------------------------------
#gFooter
-------------------------------------------------------------*/
#gFooter.ver_2501 .fBox{
	display: grid;
	gap: 120px;
}
#gFooter.ver_2501 .fBox .subBox:first-child{
	width: auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding-right: 0;
}
#gFooter.ver_2501 .fBox .subBox:nth-child(2){
	width: auto;
	display: flex;
	justify-content: space-between;
}
#gFooter .mapList > li .rBox .ttl{
	font-size: 2.1rem;
}
#gFooter.ver_2501 .fBox .profile__box h3{
	  font-size: 18px;
}
#gFooter.ver_2501 .fBox .profile__box dl{
	font-size: 1.4rem;
	color: #383838;
}
@media only screen and (min-width: 768px) {
    #gFooter .mapList.mapList__column3 {
		gap: 120px;
    }
	#gFooter .mapList > li{
	max-width: 300px;
	width:  calc(100%/3);
}
    #gFooter .mapList.mapList__column3 > li .map iframe {
        width: 300px;
        height: 300px;
    }
	#gFooter .mapList > li .map{
		max-height: 300px;
	}
	#gFooter .mapList > li .rBox .textUl li .lTxt{
		min-width: 115px;
	}
	#gFooter .mapList > li .rBox .textUl li .rTxt{
		min-width: 120px;
	}
}

#gFooter .mapList > li .rBox .textUl li{
	justify-content: space-between;
}
#gFooter.ver_2501 .fBox .profile__box .profile__box__item:first-child{
	gap:120px;
	background-color: #F7F7F7;
padding: 60px 90px;
}
#gFooter.ver_2501 .fBox .profile__box .profile__box__item:first-child .img{
	width: 71%;
}
#gFooter.ver_2501 .fBox .profile__box .profile__box__item:first-child .img img{
	width: 100%;
}
#gFooter .fBox .fLogo {
    width: 28.5rem;
}
#gFooter.ver_2501 .fBox .textList li {
    font-size: 1.4rem;
}
#gFooter.ver_2501 .fBox .profile__box .profile__headline h2{
	padding-left: 0;
	
}
#gFooter.ver_2501 .fBox .subBox:nth-child(2) .textList{
	width: 65%;
}
#gFooter.ver_2501 address{
	margin: 60px 0 40px;
	text-align: right;
	color: #999;
}

/* ADD CSS 2026.03.23 */
/*-------------------------------------------------------------
planning
-------------------------------------------------------------*/
.planning{
	padding-top: 210px;
}
.step__stt{
	font-family: Inter, sans-serif;
}
.step .text{
	font-size: 1.7rem;
	letter-spacing: 1.02px;
}
.step__title span{
font-size: 1.8rem;
}

/*-------------------------------------------------------------
design-room
-------------------------------------------------------------*/
.block-design_room .titleMain__en img:nth-child(2) {
    margin-top: 0;
}
.block-design_room .titleMain__en img:nth-child(3) {
    margin-top: 0;
}
.block-design_room .titleMain__en img:nth-child(4) {
    margin-top: 4px;
}
.block-design_room .titleMain__en img:nth-child(5) {
    margin-top: 4px;
}
.block-design_room .titleMain__en img:nth-child(6) {
    margin-top: 8px;
}
.block-design_room .titleMain__en img:nth-child(7) {
    margin-top: 4px;
}
.block-design_room .titleMain__en img {
    margin-right: 5px;
}

/*-------------------------------------------------------------
topics
-------------------------------------------------------------*/
.topics__box__btn a svg{
	margin-left: 10px;
}
.topics__box__btn a{
	max-width: inherit;
}
.topics__box__list__item .date {
    width: 14.5%;
}


/*-------------------------------------------------------------
contact
-------------------------------------------------------------*/
.contact .container{
	max-width: 900px;
	padding: 0;
}
.contact__title{
	max-width: inherit;
}
.contact .titleMain {
    width: 283px;
}
.contact .tableBox .choose{
	padding:0;
}
.contact .tableBox table th{
	    width: 27%;
}
.contact .tableBox table th p{
	font-size: 1.7rem;
}
.contact .tableBox table td {
    padding-left: 1rem;
    padding-right: 0;
}
.contact p.text span{
	
    display: inline-block;
    color: #ca5042;
    margin-top: 0;
    font-size: 1.5rem;
    font-weight: 500;
    letter-spacing: .08em;
}

/*-------------------------------------------------------------
instagram
-------------------------------------------------------------*/
#instagram .container{
	max-width: 900px;
}

/*-------------------------------------------------------------
#gFooter
-------------------------------------------------------------*/
    #gFooter .mapList > li .rBox .textUl li .rTxt {
	font-family: Inter, sans-serif;
    }
#gFooter.ver_2501 .fBox .profile__box dl dd{
	    padding-left: 3rem;
}
#gFooter.ver_2501 .fBox .profile__box .profile__box__item:first-child .img {
    width: 90%;
}
#gFooter.ver_2501 .fBox .subBox:nth-child(2) .textList{
	width: 62%;
}
#gFooter.ver_2501 .fBox .textList li{
	
	gap: 15px;
}

/*-------------------------------------------------------------
thanks
-------------------------------------------------------------*/
.thanks__box .headLine01 .en img {
	height: 36px;
}

/*-------------------------------------------------------------
policy
-------------------------------------------------------------*/
#policy .headLine01{
    font-family: Noto Sans JP, sans-serif;
}
#policy .headLine01 .en{
    font-family: Noto Sans JP, sans-serif;
}

/*-------------------------------------------------------------
details
-------------------------------------------------------------*/
.details__box .headLine01 .en img {
	height: 36px;
}

/*-------------------------------------------------------------
news
-------------------------------------------------------------*/
.news__box .headLine01 .en img {
	height: 36px;
}

/*-------------------------------------------------------------
SP
-------------------------------------------------------------*/
@media only screen and (max-width: 1374px) {
    .page-top-ver02 .container {
        -webkit-transform: translateX(-7.0625vw) !important;
        transform: translate(-7.0625vw) !important;
        max-width: 85.8806404658vw;
    }
}
@media only screen and (max-width: 1024px) {
    .page-top-ver02 .container {
        max-width: 100%;
        -webkit-transform: none !important;
        transform: none !important;
    }
}
@media only screen and (max-width: 767px) {
    .block__content .titleMain {
        margin: 30px 0 20px;
    }
	.top__page.is-ver02 .block.block-concept .block__img {
    margin-right: 0;
    width: auto;
}
	.top__page.is-ver02 .block.block-works .block__img {
    padding-right: 0;
    width: 50vw;
		margin: 0 auto 0 0;
}
	.planning {
    padding-top: 60px;
}
	#planning .block-planning{
		display: grid;
	}
	.top__page.is-ver02 .block.block-planning .block__img {
    margin-left: 0;
    width: auto;
}
	.contact__title{
		display: grid;
	}
	.contact .titleMain,.contact .contact__text{
		width: auto;
	}
	.contact .container{
		padding: 0 20px;
	}
	.step .text {
    font-size: 1.5rem;
}
	#gFooter.ver_2501 .fBox .profile__box .profile__box__item:first-child {
    gap: 20px;
		display: grid;
    padding: 20px;
}
	#gFooter.ver_2501 .fBox .profile__box .profile__box__item:first-child .img {
    width: 50vw;
		margin: 0 auto;
}
	#gFooter.ver_2501 .fBox .subBox:nth-child(2){
		display: grid;
	}
	#gFooter.ver_2501 .fBox .subBox:nth-child(2) .textList {
    width:auto;
}
	#gFooter.ver_2501 .fBox{
		gap: 60px;
	}
	#gFooter.ver_2501 .fBox .textList li {
    font-size: 1.5rem;
}
	#gFooter .mapList > li .rBox .textUl li .lTxt{
		width: auto;
	}
	    .contact .tableBox table th {
        width: 100%;
    }
	.contact .tableBox table th p {
    font-size: 1.5rem;
}
	.header{
		background: linear-gradient(to left, rgba(255, 255, 255, .95), rgba(255, 255, 255, 0));
	}
	.thanks__box .headLine01 .en img,.details__box .headLine01 .en img,.news__box .headLine01 .en img  {
	height: 27px;
}
}
