body {
  background: #f4f1e9;
}

.allwrap {
  /*
  overflow: hidden;
  		*/
}

#hasei_main {
  height: 870px;
  margin-bottom: 10vw;
}

#hasei_main .img_area img {
  -webkit-filter: blur(0);
          filter: blur(0);
}

@media screen and (max-width: 800px) {
  #hasei_main {
    height: 600px;
    margin-bottom: 15vw;
  }

  #hasei_main .img_area {
    padding-top: 440px;
  }

  #hasei_main span {
    display: none;
  }
}
/* ==========================================================================
	intro
========================================================================== */
.intro {
  margin-bottom: 10vw;
}
.intro_inner {
  width: 93.333%;
  position: relative;
  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;
}
.intro .img_area {
  width: 48.571%;
  -webkit-transition-delay: .2s;
          transition-delay: .2s;
}
.intro .text_area {
  width: 45%;
  padding-top: 5.714%;
  padding-top: 400px;
  z-index: 1000;
}
.intro .text_area .tit_area {
  position: absolute;
  top: 80px;
  right: 30px;
}
.intro .text_area .tit_area h2 {
  font-size: var(--fz38);
  position: relative;
  margin-bottom: 2.1em;
}
.intro .text_area .tit_area h2 span {
  display: inline-block;
  width: auto;
  margin-bottom: 10px;
  background: #fff;
  line-height: 1.75;
  letter-spacing: 0.03em;
  padding: 0 20px;
  font-weight: 500;
}
.intro .text_area .tit_area h2 span b {
  color: var(--base-yellow-color03);
  font-weight: inherit;
}
.intro .text_area .txt {
  font-size: var(--fz18);
  line-height: 2.44;
  letter-spacing: 0.1em;
  width: 92.063%;
}

@media screen and (min-width: 1501px) {
  .intro .text_area .tit_area {
    width: 55%;
    right: auto;
  }
}
@media screen and (max-width: 1000px) {
  .intro {
    margin-bottom: 18.75vw;
  }
  .intro_inner {
    width: 100%;
  }
  .intro .img_area {
    width: 85%;
    margin-left: 15%;
  }
  .intro .text_area {
    width: 80%;
    position: relative;
    margin: 0 auto;
    padding-top: 20vw;
  }
  .intro .text_area .tit_area {
    top: 0;
    left: -2.5vw;
    margin-top: -130px;
  }
  .intro .text_area .tit_area h2 {
    margin-bottom: 0;
  }
  .intro .text_area .tit_area h2 span {
    display: inline-block;
    width: auto;
    margin-bottom: 10px;
    line-height: 2.15;
    padding: 0 10px;
  }
  .intro .text_area .txt {
    width: 100%;
  }
}
@media screen and (max-width: 800px) {
  .intro {
    margin-bottom: 17.5vw;
  }
  .intro .text_area {
    padding-top: 60px;
  }
  .intro .text_area .tit_area {
    margin-top: 0;
    right: auto;
  }
  .intro .text_area .tit_area h2 {
    font-size: var(--fz19);
    -webkit-transform: translate(0, calc(-100% + 10px));
            transform: translate(0, calc(-100% + 10px));
  }
  .intro .text_area .txt {
    font-size: var(--fz15);
    line-height: 2.13;
    letter-spacing: 0.1em;
  }
}
/* ==========================================================================
		concierge
========================================================================== */
.concierge {
  position: relative;
  margin-bottom: 10vw;
  background: #fff;
  z-index: 2;
}
.concierge::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: -5px;
  width: 100%;
  height: 170px;
  background: #f4f1e9;
  z-index: 1;
}
.concierge_inner {
  position: relative;
  width: 86.666%;
  background: #fff;
  border-radius: 10px 10px 0 0;
  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;
  margin: 0 auto 100px;
  padding: 120px 8vw 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  z-index: 10;
}
.concierge .tit_area {
  width: 180px;
  left: calc(6.66vw + 42px);
  top: 0;
  z-index: 10;
  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;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.concierge .tit_area h2 {
  font-size: 38px;
  font-size: var(--fz38);
  font-weight: 500;
  line-height: 1.94;
}
.concierge .text_area {
  width: calc(92.452% - 180px);
}
.concierge .text_area .txt {
  font-size: var(--fz18);
  letter-spacing: 0.1em;
  line-height: 2.44;
  margin-bottom: 50px;
}
.concierge .text_area .btn a {
  height: 80px;
  margin-left: auto;
  padding: 30px 0 0 40px;
  border-radius: 40px;
}
.concierge .text_area .btn a::before {
  border-radius: 40px;
}
.concierge .img_area {
  position: relative;
  padding-bottom: 100px;
}
.concierge .img_area .slide .img {
  width: 36vw;
  width: clamp(378px, 36vw, 648px);
  margin: 0 1px;
}
.concierge .staff {
/*
  width: 30.2%;
  width: clamp(317px, 30.2vw, 453px);
  */
   width: 30.93%;
  width: clamp(324px, 30.93vw, 464px);
    position: absolute;
  /*right: 10.4%;*/
    right: 8%;
  bottom: 0;
}
.concierge .staff::before {
  width: 68px;
  height: 211px;
  content: '';
  display: block;
  position: absolute;
  top: -3.24%;
  right: -4.3%;
  background-image: url(../image/service/concierge_comment.png);
  background-repeat: no-repeat;
  background-position: right top;
  background-size: 100%;
}

@media screen and (max-width: 800px) {
  .concierge {
    width: 100%;
    position: relative;
    margin-bottom: 18.75vw;
    background: #fff;
  }
  .concierge::before {
    display: none;
  }
  .concierge_inner {
    width: 100%;
    display: block;
    margin: 0 auto 18.75vw;
    padding: 15vw 0 0;
    border-radius: 0;
  }
  .concierge .tit_area {
    text-align: center;
    width: 90%;
    display: block;
    margin: 0 auto 10vw;
  }
  .concierge .tit_area h2 {
    font-size: var(--fz26);
    line-height: 1.61;
    width: 100%;
    margin-bottom: 0.6em;
  }
  .concierge .text_area {
    width: 80%;
    margin: 0 auto;
  }
  .concierge .text_area .txt {
    font-size: var(--fz15);
    letter-spacing: 0.1em;
    line-height: 2.13;
    margin-bottom: 10vw;
  }
  .concierge .text_area .btn a {
    text-align: center;
    width: 100%;
    height: 60px;
    margin: 0 auto;
    padding: 20px 0 0 0;
  }
  .concierge .img_area {
    padding-bottom: 100px;
  }
  .concierge .img_area .slide .img {
    width: 80vw;
  }
  .concierge .staff {
    width: 100%;
    position: static;
    right: auto;
    bottom: auto;
  }
  .concierge .staff::before {
    display: none;
  }
  .concierge .staff .img01 {
    width: 124px;
    position: absolute;
    bottom: 0;
    left: 4.125%;
  }
  .concierge .staff .img02 {
    width: 120px;
    position: absolute;
    right: 5%;
    bottom: 0;
  }
}
/* ==========================================================================
		plus
========================================================================== */
.plus {
  margin-bottom: 10vw;
}
.plus_inner {
  width: 93.333%;
  margin-left: 6.666%;
  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;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.plus .tit_area {
  width: 220px;
  position: relative;
  margin-left: 2.142%;
  padding: 180px 0 30px;
  position: -webkit-sticky;
  position: sticky;
  top: 40px;
}
.plus .tit_area::before, .plus .tit_area::after {
  content: '';
  display: block;
  position: absolute;
  background-color: var(--base-yellow-color02);
}
.plus .tit_area::before {
  width: 120px;
  height: 24px;
  top: 0px;
  top: 48px;
  left: calc(50% - 94px);
}
.plus .tit_area::after {
  width: 24px;
  height: 120px;
  top: -48px;
  top: 0px;
  left: calc(50% - 46px);
}
.plus .tit_area h2 {
  font-size: clamp(41px, 2.8vw, 44px);
  font-weight: 600;
  line-height: 1.80;
}
.plus_list {
  width: calc(95.714% - 220px);
  padding-top: 50px;
}
.plus_list_item {
  padding: 7.142% 8.928% 7.142% 7.142%;
  background-color: #fff;
  border-radius: 5px 0 0 5px;
}
.plus_list_item:not(:last-of-type) {
  margin-bottom: 50px;
}
.plus_list_item_head {
  margin-bottom: 80px;
  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;
}
.plus_list_item_head .text_area {
  width: 50%;
}
.plus_list_item_head .text_area h3 {
  vertical-align: middle;
  line-height: 1.23;
  margin-bottom: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.plus_list_item_head .text_area h3 .t_work {
  font-size: clamp(59px, 3.86vw, 60px);
  letter-spacing: 0.05em;
  display: block;
}
.plus_list_item_head .text_area h3 .t_plus {
  color: var(--base-yellow-color02);
  font-size: clamp(89px, 6vw, 92px);
  display: block;
  width: 40px;
  height: 40px;
  margin: 0 12px 0 4px;
  position: relative;
}
.plus_list_item_head .text_area h3 .t_plus::before, .plus_list_item_head .text_area h3 .t_plus::after {
  content: '';
  display: block;
  position: absolute;
  background-color: var(--base-yellow-color02);
}
.plus_list_item_head .text_area h3 .t_plus::before {
  width: 40px;
  height: 8px;
  left: calc(50% - 20px);
  top: calc(50% - 4px);
}
.plus_list_item_head .text_area h3 .t_plus::after {
  width: 8px;
  height: 40px;
  left: calc(50% - 4px);
  top: calc(50% - 20px);
}
.plus_list_item_head .text_area h3 .t_title {
  font-size: var(--fz46);
  font-weight: 600;
  letter-spacing: 0.08em;
  display: block;
  padding-bottom: 4px;
}
.plus_list_item_head .text_area h3 .t_title.tl {
  font-size: var(--fz34);
}
.plus_list_item_head .text_area .copy {
  width: auto;
  display: inline-block;
  margin-bottom: 4.6em;
  padding: 2px 16px;
  border: 4px solid #000;
}
.plus_list_item_head .text_area .copy span {
  font-size: var(--fz20);
  font-weight: 500;
  line-height: 2.15;
  letter-spacing: 0.07em;
}
.plus_list_item_head .text_area .txt {
  font-size: var(--fz16);
  line-height: 2.375;
  letter-spacing: 0.1em;
  width: 93.617%;
}
.plus_list_item_head .img_area {
  width: 42.553%;
}
.plus_list_item_head .img_area img {
  border-radius: 5px;
}
.plus_list_item_comment {
  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;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.plus_list_item_comment .img_area {
  position: relative;
  width: 150px;
}
.plus_list_item_comment .img_area::after {
  content: "";
  display: block;
  position: absolute;
  right: -20px;
  top: 0;
  width: 52px;
  height: 123px;
  background: url(../image/service/plus_comment.png);
  background-size: cover;
  z-index: 20;
}
.plus_list_item_comment .comment {
  position: relative;
  width: calc(100% - 230px);
  padding: 2.3vw 4vw 2.533vw 3.333vw;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #fff;
  border-radius: 5px;
  border: 2px solid #bd9c46;
  box-sizing: border-box;
}
.plus_list_item_comment .comment::before {
  content: "";
  display: block;
  position: absolute;
  left: -15px;
  top: 39px;
  width: 15px;
  height: 20px;
  background: url(../image/service/plus_comment_ar.png);
  background-size: cover;
  z-index: 20;
}
.plus_list_item_comment .comment h4 {
  color: var(--base-yellow-color);
  font-size: var(--fz18);
  font-weight: 500;
  line-height: 1.666;
  letter-spacing: 0.1em;
  margin-bottom: 1.11em;
}
.plus_list_item_comment .comment ul li {
  font-size: 15px;
  line-height: 1.6;
  position: relative;
  padding-left: 34px;
}
.plus_list_item_comment .comment ul li:not(:last-of-type) {
  margin-bottom: 8px;
}
.plus_list_item_comment .comment ul li::before, .plus_list_item_comment .comment ul li::after {
  content: '';
  display: block;
  position: absolute;
}
.plus_list_item_comment .comment ul li::before {
  width: 20px;
  height: 20px;
  content: '';
  display: block;
  position: absolute;
  top: 3px;
  left: 0;
  background-color: var(--base-text-color);
  border-radius: 5px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.plus_list_item_comment .comment ul li::after {
  width: 8px;
  height: 4px;
  top: 8px;
  left: 5px;
  border-left: 2px solid #fff;
  border-bottom: 2px solid #fff;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  z-index: 2;
}

@media screen and (max-width: 1160px) {
  .plus_inner {
    width: 100%;
    margin-left: 0;
    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;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .plus .tit_area {
    width: 100%;
    position: relative;
    margin-left: 0;
    padding: 0;
    top: auto;
  }
  .plus .tit_area::before, .plus .tit_area::after {
    content: '';
    display: block;
    position: absolute;
    background-color: var(--base-yellow-color02);
  }
  .plus .tit_area::before {
    width: 120px;
    height: 24px;
    top: 0px;
    top: 48px;
    left: 5%;
  }
  .plus .tit_area::after {
    width: 24px;
    height: 120px;
    top: -48px;
    top: 0px;
    left: calc(5% + 46px);
  }
  .plus .tit_area h2 {
    margin-top: -15px;
    padding-left: calc(5% + 150px);
    position: relative;
    -ms-writing-mode: lr-tb;
        writing-mode: horizontal-tb;
    -webkit-font-feature-settings: normal;
            font-feature-settings: normal;
    display: inline-block;
    -webkit-writing-mode: horizontal-tb;
    z-index: 5;
  }
  .plus_list {
    width: 95%;
    margin-left: 5%;
  }
}
@media screen and (max-width: 800px) {
  .plus {
    margin-bottom: 0;
  }
  .plus_inner {
    width: 100%;
    margin-left: 0;
    display: block;
  }
  .plus .tit_area {
    width: 100%;
    position: relative;
    margin-left: 0;
    margin-bottom: 15vw;
    padding: 0;
    top: auto;
  }
  .plus .tit_area::before, .plus .tit_area::after {
    content: '';
    display: block;
    position: absolute;
    background-color: var(--base-yellow-color02);
  }
  .plus .tit_area::before {
    width: 120px;
    height: 24px;
    top: 0px;
    top: 48px;
    left: 10%;
  }
  .plus .tit_area::after {
    width: 24px;
    height: 120px;
    top: -48px;
    top: 0px;
    left: calc(10% + 46px);
  }
  .plus .tit_area h2 {
    font-size: var(--fz27);
    line-height: 1.59;
    position: relative;
    margin-top: -8px;
    padding-left: calc(10% + 90px);
    z-index: 2;
  }
  .plus_list {
    width: 100%;
    position: relative;
    margin-left: 0;
    padding-top: 0;
  }
  .plus_list_item {
    width: 100%;
    padding: 0 0 12.5vw;
    border-radius: 0;
  }
  .plus_list_item:not(:last-of-type) {
    margin-bottom: 1px;
  }
  .plus_list_item:not(:first-of-type) {
    padding-top: 12.5vw;
  }
  .plus_list_item:first-of-type {
    position: relative;
  }
  .plus_list_item:first-of-type::before {
    width: 100%;
    height: 18.75vw;
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    background: #f4f1e9;
  }
  .plus_list_item_head {
    margin-bottom: 35px;
    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;
  }
  .plus_list_item_head .text_area {
    text-align: center;
    width: 80%;
    margin: 0 auto;
  }
  .plus_list_item_head .text_area h3 {
    text-align: left;
    vertical-align: middle;
    line-height: 1.23;
    margin-bottom: 15px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .plus_list_item_head .text_area h3 .t_work {
    font-size: clamp(38px, 9.75vw, 40px);
    letter-spacing: 0.06em;
  }
  .plus_list_item_head .text_area h3 .t_plus {
    width: 20px;
    height: 20px;
    margin: 0 8px 0 4px;
  }
  .plus_list_item_head .text_area h3 .t_plus::before {
    width: 20px;
    height: 4px;
    left: calc(50% - 10px);
    top: calc(50% - 2px);
  }
  .plus_list_item_head .text_area h3 .t_plus::after {
    width: 4px;
    height: 20px;
    left: calc(50% - 2px);
    top: calc(50% - 10px);
  }
  .plus_list_item_head .text_area h3 .t_title {
    font-size: var(--fz33);
    letter-spacing: 0.08em;
    display: block;
    padding-bottom: 4px;
  }
  .plus_list_item_head .text_area h3 .t_title.tl {
    font-size: var(--fz23);
    line-height: 1.17;
  }
  .plus_list_item_head .text_area .copy {
    width: auto;
    margin-bottom: 11.25vw;
    padding: 1px 10px 2px;
    border-width: 3px;
  }
  .plus_list_item_head .text_area .copy span {
    font-size: var(--fz16);
    font-weight: 700;
  }
  .plus_list_item_head .text_area .txt {
    font-size: var(--fz15);
    text-align: left;
    line-height: 2.13;
    width: 100%;
  }
  .plus_list_item_head .img_area {
    width: 80%;
    margin: 0 auto;
    margin-bottom: 11.25vw;
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
  .plus_list_item_head .img_area img {
    border-radius: 5px;
  }
  .plus_list_item_comment {
    width: 80%;
    margin: 0 auto;
    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;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .plus_list_item_comment .img_area {
    width: 100%;
    margin-bottom: 20px;
  }
  .plus_list_item_comment .img_area::before {
    content: "";
    display: block;
    width: 100%;
    height: 60px;
    background: #f4f1e9;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 1;
    border-radius: 5px;
  }
  .plus_list_item_comment .img_area::after {
    right: auto;
    left: 94px;
    top: 0;
    width: 36px;
    height: 85px;
  }
  .plus_list_item_comment .img_area img {
    position: relative;
    width: 106px;
    margin-left: 10px;
    z-index: 10;
  }
  .plus_list_item_comment .img_area p {
    position: absolute;
    left: 140px;
    bottom: 22px;
    font-size: 17px;
    font-size: var(--fz17);
    letter-spacing: 0.1em;
    font-weight: 500;
    z-index: 2;
    margin-bottom: 0;
    width: auto;
  }
  .plus_list_item_comment .comment {
    width: 100%;
    padding: 7vw 5.6vw;
    border-width: 1px;
  }
  .plus_list_item_comment .comment::before {
    left: 52px;
    top: -11px;
    width: 20px;
    height: 11px;
    background-image: url(../image/service/plus_comment_ar_sp.png);
  }
  .plus_list_item_comment .comment h4 {
    font-size: var(--fz16);
    line-height: 1.68;
    margin-bottom: 1.11em;
  }
  .plus_list_item_comment .comment ul li {
    font-size: var(--fz15);
    line-height: 1.66;
    position: relative;
    padding-left: 34px;
  }
  .plus_list_item_comment .comment ul li:not(:last-of-type) {
    margin-bottom: 8px;
  }
}

/*# sourceMappingURL=service.css.map */