@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, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
}

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

/*html*/
body {
  text-align: left;
  position: relative;
  background-color: #D7DEE2;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

a {
  color: #000;
  text-decoration: none;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

a:hover {
  color: #000;
  text-decoration: none;
}

a:focus, input:focus {
  outline: none;
}

header.top {
  position: fixed;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  left: 0%;
  top: 0%;
  padding: 3.5% 2.5% 2.5% 2.5%;
  z-index: 100;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
header.top h1 {
  width: 20%;
}
header.top .nav {
  width: 60%;
}
header.top .nav ul {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
header.top .nav ul li {
  margin-left: 50px;
  position: relative;
}
header.top .nav ul li::before {
  position: absolute;
  left: -35px;
  top: 10px;
  display: block;
  content: "";
  width: 35px;
  height: 1px;
  background-color: #000;
  -webkit-transform: rotate(-55deg);
          transform: rotate(-55deg);
}

header.top.is-fixed {
  padding: 1.5% 2.5% 1.5% 2.5%;
  background-color: rgba(255, 255, 255, 0.8);
}

header.single {
  width: 100%;
  background-image: url("../img/fv-bg.png");
  background-repeat: no-repeat;
  background-position: bottom center;
  background-size: cover;
  padding: 5% 5% 5% 5%;
  position: relative;
}
header.single h1 {
  width: 15%;
}
header.single .header-single-txt-01 {
  width: 40%;
}
header.single .header-single-txt-01 ul li p {
  display: inline;
  letter-spacing: 5px;
  font-size: 2.8vw;
  line-height: 4.6vw;
  padding: 5px 10px 5px 15px;
  background: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(0%, #FFF));
  background: linear-gradient(transparent 0%, #FFF 0%);
}
header.single .header-single-txt-01 ul li:nth-child(2) {
  text-align: right;
}
header.single .header-single-txt-02 {
  width: 40%;
}
header.single .header-single-txt-02 ul li {
  width: 100%;
  padding: 5px 7.5px;
  background-color: #FFF;
  margin-bottom: 10px;
}
header.single .header-single-txt-03 {
  width: 40%;
  padding: 2.5px 7.5px;
  background-color: #FFF;
  letter-spacing: 5px;
  font-size: 2.8vw;
  line-height: 4.6vw;
}

main {
  margin-bottom: 15%;
  /* ====================================================================================== */
  /* MISSON
  /* ====================================================================================== */
  /* ====================================================================================== */
  /* 
  /* ====================================================================================== */
}
main .fv {
  width: 100%;
  background-image: url("../img/fv-bg.png");
  background-repeat: no-repeat;
  background-position: bottom center;
  background-size: cover;
  padding: 10% 5% 5% 5%;
  position: relative;
}
main .fv .fv-box {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
main .fv .fv-box .txt {
  width: 35%;
}
main .fv .fv-box .txt .txt-01 p {
  display: inline;
  letter-spacing: 5px;
  font-size: 4.2vw;
  line-height: 6.6vw;
  padding: 5px 10px 5px 15px;
  background: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(0%, #FFF));
  background: linear-gradient(transparent 0%, #FFF 0%);
}
main .fv .fv-box .txt .txt-02 ul li {
  width: 100%;
  padding: 2.5px 7.5px;
  background-color: #FFF;
  margin-bottom: 10px;
}
main .fv .fv-box .img-01 {
  width: 60%;
}
main .fv .img-02 {
  position: absolute;
  width: 45%;
  right: 2.5%;
  bottom: -10%;
}
main .btn {
  width: 35%;
  text-align: center;
}
main .btn a {
  display: block;
  width: 100%;
  padding: 20px 0;
  background-blend-mode: lighten;
  background-color: rgba(255, 255, 255, 0);
  background-image: url("../img/btn-bg.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  color: #FFF;
  border-radius: 30px;
}
main .btn a:hover {
  background-color: rgba(255, 255, 255, 0.3);
}
main h2 {
  padding: 0 5px 5px 0;
  width: 350px;
  text-align: right;
  position: absolute;
  left: 0px;
  top: 225px;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  color: #626262;
  border-bottom: 1px solid #626262;
  font-size: 3.2vw;
  line-height: 4.2vw;
  letter-spacing: 3.5px;
}
main .mission {
  padding: 5% 0 5% 300px;
  position: relative;
}
main .mission .mission-box {
  width: 100%;
  padding: 5% 5%;
  background-color: #FFF;
  border-radius: 30px 0 0 30px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 9%;
}
main .mission .mission-box:last-of-type {
  margin-bottom: 0;
}
main .mission .mission-box .mission-box-01 {
  width: 67%;
  padding: 1% 5% 2.5% 0;
}
main .mission .mission-box .mission-box-01 img {
  display: block;
  width: 60%;
  margin: 0 auto 9%;
}
main .mission .mission-box .mission-box-02 {
  width: 33%;
  padding: 2.5% 0 2.5% 5%;
  border-left: 1px solid #626262;
}
main .mission .mission-box .mission-box-02 img {
  display: block;
  width: 60%;
  margin: 0 auto 9%;
}
main .mission .mission-box .mission-box-02 img .mini {
  width: 50%;
}
main .mission .mission-box .one_period {
  margin-bottom: 18%;
}
main .mission .mission-box .one_period:last-of-type {
  margin-bottom: 0;
}
main .mission_headline {
  text-align: center;
  line-height: 160%;
  font-size: clamp(20px, 2.084vw, 40px);
  margin-bottom: 6%;
}
@media (max-width: 739px) {
  main .mission_headline {
    font-size: 4.87vw;
  }
}
main .mission_subbox {
  margin-bottom: 12%;
}
main .mission_subbox:last-of-type {
  margin-bottom: 0;
}
main .service {
  padding: 5% 0 5% 300px;
  position: relative;
}
main .philosophy {
  padding: 5% 0 5% 300px;
  position: relative;
}
main .philosophy .philosophy-box h3 {
  display: inline-block;
  padding: 0 10px 10px 10px;
  color: #626262;
  border-bottom: 1px solid #626262;
  font-size: 16px;
  line-height: 160%;
  letter-spacing: 3.5px;
}
@media print, screen and (min-width: 769px) and (max-width: 1919px) {
  main .philosophy .philosophy-box h3 {
    font-size: 0.833vw;
  }
}
@media print, screen and (max-width: 768px) {
  main .philosophy .philosophy-box h3 {
    font-size: 3vw;
  }
}
main .philosophy .philosophy-box .img {
  padding: 0 5%;
}
main .profile {
  padding: 5% 0 5% 300px;
  position: relative;
}
main .profile .profile-box {
  width: 100%;
  padding: 5% 5%;
  background-color: #FFF;
  border-radius: 30px 0 0 30px;
}
main .profile .profile-box .txt {
  width: 65%;
}
main .profile .profile-box .txt h3 {
  font-size: 2.2vw;
  line-height: 4.2vw;
  letter-spacing: 3.5px;
  margin-bottom: 25px;
}
main .profile .profile-box .img {
  width: 30%;
}
main .contact {
  padding: 5% 300px 5% 300px;
  position: relative;
}
main .contact .contact-box {
  padding: 5% 0 0 0;
}
main .service-single {
padding: 5% 300px;
  position: relative;
}

main .service-single .service-single-box .service-single-box-sub {
  margin-bottom: 15%;
}
main .service-single .service-single-box .service-single-box-sub h3 {
  display: inline-block;
  padding: 5px 10%;
  margin-bottom: 25px;
  background-color: #FFF;
  font-size: 36px;
  line-height: 160%;
  text-align: center;
  border-radius: 50px;
}
@media print, screen and (min-width: 769px) and (max-width: 1919px) {
  main .service-single .service-single-box .service-single-box-sub h3 {
    font-size: 1.7vw;
  }
}
@media print, screen and (max-width: 768px) {
  main .service-single .service-single-box .service-single-box-sub h3 {
    font-size: 2.083vw;
  }
}
main .service-single .service-single-box .service-single-box-sub .name {
  font-size: 1.6vw;
}
main .service-single .service-single-box .service-single-box-sub:last-child {
  margin-bottom: 0;
}
main footer {
  padding: 2.5% 0;
  background-image: url("../img/footer-bg.png");
  background-repeat: no-repeat;
  color: #FFF;
  background-position: center;
  background-size: cover;
}

/* @media (max-device-width: 980px) {*/
/* タブレット スマホ */
@media (max-width: 739px) {
  html {
    font-size: 62.5%;
    -webkit-text-size-adjust: 100%;
  }
  body {
    font-size: 3.8vw;
    line-height: 5.8vw;
  }
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
  img {
    max-width: 100%;
    height: auto;
  }
  input[type=button], input[type=submit] {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
  }
  header.top {
    position: fixed;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    left: 0%;
    top: 0%;
    padding: 3.5% 2.5% 2.5% 2.5%;
    z-index: 100;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
  }
  header.top h1 {
    width: 200px;
  }
  header.top.is-fixed {
    padding: 2.5% 2.5% 2.5% 2.5%;
    background-color: rgba(255, 255, 255, 0.8);
  }
  header.single {
    width: 100%;
    background-image: url("../img/fv-bg.png");
    background-repeat: no-repeat;
    background-position: bottom center;
    background-size: cover;
    padding: 5% 5% 5% 5%;
    position: relative;
  }
  header.single h1 {
    width: 40%;
  }
  header.single .header-single-txt-01 {
    width: 100%;
  }
  header.single .header-single-txt-01 ul li p {
    display: inline;
    letter-spacing: 5px;
    font-size: 5.4vw;
    line-height: 8.4vw;
    padding: 7.5px 10px 7.5px 15px;
    background: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(0%, #FFF));
    background: linear-gradient(transparent 0%, #FFF 0%);
  }
  header.single .header-single-txt-01 ul li:nth-child(2) {
    text-align: right;
  }
  header.single .header-single-txt-02 {
    width: 100%;
  }
  header.single .header-single-txt-02 ul li {
    width: 100%;
    padding: 5px 7.5px;
    background-color: #FFF;
    margin-bottom: 10px;
  }
  header.single .header-single-txt-03 {
    width: 100%;
    padding: 5px 7.5px;
    background-color: #FFF;
    letter-spacing: 5px;
    font-size: 5.4vw;
    line-height: 8.4vw;
  }
  main {
    margin-bottom: 15%;
  }
  main .fv {
    width: 100%;
    background-image: url("../img/fv-bg.png");
    background-repeat: no-repeat;
    background-position: bottom center;
    background-size: cover;
    padding: 20% 5% 5% 5%;
    position: relative;
  }
  main .fv .fv-box .txt {
    width: 100%;
    margin-bottom: 5%;
  }
  main .fv .fv-box .txt .txt-01 p {
    display: inline;
    letter-spacing: 5px;
    font-size: 7.2vw;
    line-height: 12.6vw;
    padding: 5px 10px 5px 15px;
    background: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(0%, #FFF));
    background: linear-gradient(transparent 0%, #FFF 0%);
  }
  main .fv .fv-box .txt .txt-02 ul li {
    width: 100%;
    padding: 5px 7.5px;
    background-color: #FFF;
    margin-bottom: 10px;
  }
  main .fv .fv-box .img-01 {
    width: 100%;
  }
  main .fv .img-02 {
    position: absolute;
    width: 80%;
    right: 2.5%;
    bottom: -5%;
  }
  main .btn {
    width: 80%;
    text-align: center;
  }
  main .btn a {
    display: block;
    width: 100%;
    padding: 20px 0;
    background-blend-mode: lighten;
    background-color: rgba(255, 255, 255, 0);
    background-image: url("../img/btn-bg.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    color: #FFF;
    border-radius: 30px;
  }
  main .btn a:hover {
    background-color: rgba(255, 255, 255, 0.3);
  }
  main h2 {
    padding: 0 5px 5px 0;
    width: 100%;
    text-align: left;
    position: static;
    left: 0;
    top: 0;
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
    color: #626262;
    border-bottom: 1px solid #626262;
    font-size: 5.2vw;
    line-height: 7.2vw;
    margin-bottom: 7.5%;
    letter-spacing: 3.5px;
  }
  main .mission {
    padding: 7.5% 0 7.5% 5%;
    position: relative;
  }
  main .mission .mission-box {
    width: 100%;
    padding: 5% 5%;
    background-color: #FFF;
    border-radius: 30px 0 0 30px;
  }
  main .mission .mission-box .mission-box-01 {
    width: 100%;
    padding: 0 0 7.5% 0;
    border-bottom: 1px solid #626262;
  }
  main .mission .mission-box .mission-box-01 img {
    display: block;
    width: 40%;
    margin: 0 auto 6% auto;
  }
  main .mission .mission-box .mission-box-02 {
    width: 100%;
    padding: 7.5% 0 0 0;
    border-left: none;
  }
  main .mission .mission-box .mission-box-02 img {
    display: block;
    width: 40%;
    margin: 0 auto 6% auto;
  }
  main .service {
    padding: 7.5% 0 7.5% 5%;
    position: relative;
  }
  main .philosophy {
    padding: 7.5% 0 7.5% 5%;
    position: relative;
  }
  main .philosophy .philosophy-box {
    padding-right: 5%;
  }
  main .philosophy .philosophy-box h3 {
    display: inline-block;
    padding: 0 10px 10px 10px;
    color: #626262;
    border-bottom: 1px solid #626262;
    font-size: 4.2vw;
    line-height: 6.2vw;
    letter-spacing: 3.5px;
  }
  main .philosophy .philosophy-box .img {
    padding: 0;
  }
  main .profile {
    padding: 7.5% 0 7.5% 5%;
    position: relative;
  }
  main .profile .profile-box {
    width: 100%;
    padding: 5% 5%;
    background-color: #FFF;
    border-radius: 30px 0 0 30px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  main .profile .profile-box .txt {
    width: 100%;
  }
  main .profile .profile-box .txt h3 {
    font-size: 5.2vw;
    line-height: 7.2vw;
    letter-spacing: 3.5px;
    margin-bottom: 25px;
  }
  main .profile .profile-box .img {
    width: 100%;
    padding: 0 20%;
    margin-bottom: 5%;
  }
  main .contact {
    padding: 7.5% 5% 7.5% 5%;
    position: relative;
  }
  main .contact .contact-box {
    padding: 5% 0 0 0;
  }
  main .service-single {
    padding: 7.5% 5% 7.5% 5%;
    position: relative;
  }
  main .service-single .service-single-box .service-single-box-sub {
    margin-bottom: 15%;
  }
  main .service-single .service-single-box .service-single-box-sub h3 {
    display: inline-block;
    padding: 5px 10%;
    margin-bottom: 15px;
    background-color: #FFF;
    font-size: 4.2vw;
    line-height: 6.2vw;
    text-align: center;
    border-radius: 50px;
  }
  main .service-single .service-single-box .service-single-box-sub .name {
    font-size: 3.6vw;
  }
  main .service-single .service-single-box .service-single-box-sub:last-child {
    margin-bottom: 0;
  }
  footer {
    padding: 5% 0;
    background-image: url("../img/footer-bg.png");
    background-repeat: no-repeat;
    color: #FFF;
    background-position: center;
    background-size: auto;
  }
}
/*=========================================================================
2024.08.28 CUSTOM：AIRLITH
=========================================================================*/
main .airlith {
  padding: 5% 0 5% 300px;
  position: relative;
}
main .airlith.service {
  padding: 0% 250px;
  margin-top: 20%;
}
main .airlith h2 {
  white-space: nowrap;
}

#headline-airlith {
  line-height: 140%;
  font-weight: 400;
  font-size: 40px;
  text-align: center;
  margin-bottom: 6%;
}

#photo-Airlith, #photo-Airlith img {
  height: auto;
  display: block;
}

#photo-Airlith {
  width: 90%;
  padding: 0;
  margin: 4% 0 6% 6%;
}

#photo-Airlith img {
  width: 100%;
}

@media (min-width: 740px) and (max-width: 1920px) {
  #headline-airlith {
    font-size: 2.2vw;
  }
  main .airlith .one_period {
    width: 90%;
    margin: 4% 0 0 6%;
  }
  main .airlith.service .btn {
    width: 55%;
    min-width: 300px;
    max-width: 565px;
  }
}
@media (max-width: 739px) {
  main .airlith, main .airlith.service {
    padding: 7.5% 5%;
    position: relative;
  }
  main .airlith .one_period {
    width: 100%;
    margin: 0 auto;
  }
  #headline-airlith {
    font-size: 4.2vw;
  }
  #photo-Airlith {
    width: 100%;
    margin: 6% auto 9%;
  }
}
/*=========================================================================
2024.08.28 CUSTOM：SERVICE
=========================================================================*/
.information_box {
  margin-bottom: 6%;
}
.information_box p {
  text-align: left;
}

/* ------------------------------------------------------------- */
.property_name {
  font-weight: 500;
  line-height: 160%;
  position: relative;
  z-index: 1;
  font-size: 48px;
  padding-top: 10%;
  margin-bottom: 3%;
}

.prefecture {
  position: absolute;
  z-index: -1;
  right: 0;
  bottom: 0;
  width: 70%;
  height: auto;
  filter: alpha(opacity=30);
  -moz-opacity: 0.3;
  opacity: 0.3;
}
.prefecture img {
  width: 100%;
  height: auto;
  display: block;
}

main .service-single .service-single-box .service-single-box-sub h3 {
  margin-bottom: 4%;
}

@media (min-width: 740px) and (max-width: 1920px) {
  .property_name {
    font-size: 2.5vw;
  }
}
@media (max-width: 739px) {
  .property_name {
    font-size: 4.2vw;
  }
  .prefecture {
    width: 62%;
  }
}
/*=========================================================================
2025.03.28 CUSTOM：NEWS
=========================================================================*/
main #News {
  padding: 5% 0 5% 300px;
  position: relative;
}

@media (max-width: 739px) {
  main #News {
    padding: 7.5% 5%;
    position: relative;
  }
}
ul#newsList, #instafeed {
  list-style-type: none;
  width: 100%;
  height: auto;
  max-width: 0 auto 6%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

ul#newsList li {
  height: auto;
  width: 31.33333%;
  margin: 0 2% 2% 0;
}
ul#newsList li a {
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
  overflow: hidden;
  padding-bottom: 100%;
}
ul#newsList li img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  max-width: auto;
}
ul#newsList li a:hover {
  -webkit-filter: opacity(75%);
          filter: opacity(75%);
  -moz-opacity: 0.75;
  opacity: 0.75;
}
ul#newsList li:nth-of-type(3n) {
  margin-right: 0;
}

@media (max-width: 739px) {
  ul#newsList li {
    width: 48.5%;
  }
  ul#newsList li:nth-of-type(3n) {
    margin-right: 3%;
  }
  ul#newsList li:nth-of-type(even) {
    margin-right: 0;
  }
}
/*--------------------------------------------------- */
#newsCap {
  width: 100%;
  text-align: center;
  margin-top: 2%;
}
#newsCap p {
  line-height: 160%;
  font-size: 20px;
}
@media (min-width: 740px) and (max-width: 1200px) {
  #newsCap p {
    font-size: 1.5vw;
  }
}
@media (max-width: 739px) {
  #newsCap p {
    text-align: left;
    font-size: 3vw;
  }
}

/*--------------------------------------------------- */
.icon_link {
  max-width: 60px;
  width: 8%;
  margin: 3% auto 0;
}
.icon_link a, .icon_link img {
  width: 100%;
  height: auto;
  display: block;
}
.icon_link a:hover {
  -webkit-filter: opacity(75%);
          filter: opacity(75%);
  -moz-opacity: 0.75;
  opacity: 0.75;
}/*# sourceMappingURL=style.css.map */