.inner {
  margin-inline: auto;
}

main {
  overflow: hidden;
}

#fv {
  position: relative;
  width: 100%;
}
#fv .fvInner {
  position: relative;
  z-index: 1;
}
#fv .mainTitle img {
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
#suggest {
  position: relative;
}
#suggest:before {
  content: "";
  position: absolute;
  background: url(../images/common/img_read_right.png) no-repeat center center/contain;
  aspect-ratio: 439/662;
  height: auto;
  top: 0;
  right: 0;
  z-index: -1;
}
#suggest .sectionTitle .mainTitle {
  text-align: center;
}
#suggest .sectionTitle .mainTitle span {
  font-family: "Cormorant Garamond", serif;
  font-weight: 600;
}
#suggest .suggestList {
  position: relative;
  z-index: 2;
}
#suggest .suggestList > .suggestItem .suggestFor {
  font-weight: 500;
  font-family: "Cormorant Garamond", serif;
  line-height: 1.9;
  letter-spacing: 0em;
}
#suggest .suggestList > .suggestItem .suggestItemImg {
  aspect-ratio: 523/374;
  margin-inline: auto;
  height: auto;
}
#suggest .suggestList > .suggestItem .suggestItemImg img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
#suggest .suggestList > .suggestItem .concernList > .concernItem {
  position: relative;
  letter-spacing: -0.05em;
}
#suggest .suggestList > .suggestItem .concernList > .concernItem:before {
  content: "";
  position: absolute;
  background: url(../images/common/icon_check.png) no-repeat center center/contain;
  left: 0;
}
#suggest .suggestList > .suggestItem .concernList > .concernItem .highlight {
  font-weight: 700;
  position: relative;
  background-image: linear-gradient(transparent 60%, #ffeaac 60%);
  background-repeat: repeat-x;
  background-size: 100% 12px;
  background-position: 0 92%;
}
#suggest .suggestList > .suggestItem .suggestTxt {
  font-family: "Shippori Mincho B1", serif;
  font-weight: 700;
  text-align: center;
  position: relative;
  color: #338265;
  letter-spacing: -0.02em;
}
#suggest .suggestList > .suggestItem .suggestTxt:before {
  content: "";
  position: absolute;
  background: url(../images/common/arrow_green.png) no-repeat center center/contain;
  left: 50%;
  transform: translateX(-50%);
  aspect-ratio: 175/50;
  height: auto;
}
#suggest .suggestList > .suggestItem .suggestImageWrap {
  display: flex;
  justify-content: center;
}
#suggest .suggestList > .suggestItem .suggestImageWrap .img {
  overflow: hidden;
  border-radius: 50%;
  width: 193px;
  height: 193px;
}
#suggest .suggestList > .suggestItem .suggestImageWrap .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#suggest .suggestList > .suggestItem .suggestImageWrap .text {
  writing-mode: vertical-rl;
  text-orientation: upright;
  font-family: "Shippori Mincho B1", serif;
  font-weight: 500;
  letter-spacing: -0.02em;
}
#suggest .suggestList > .suggestItem .suggestImageWrap .text span {
  font-weight: 600;
  line-height: 1;
}
#suggest .suggestList > .suggestItem .pageLink {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}
#suggest .suggestList > .suggestItem .pageLink a {
  background: #515151;
  border-radius: 100vh;
  color: #fff;
  font-weight: 700;
  letter-spacing: -0.02em;
  text-align: center;
  display: block;
  position: relative;
  width: 100%;
}
#suggest .suggestList > .suggestItem .pageLink a:before {
  content: "";
  position: absolute;
  background: url(../images/common/arrow.svg) no-repeat center center/contain;
  top: 50%;
  right: 0;
  aspect-ratio: 19/25;
  height: auto;
}
#suggest .suggestList > .suggestItem .pageLink a span {
  font-family: "Shippori Mincho B1", serif;
  font-weight: 500;
  letter-spacing: -0.1em;
}

#about .sectionTitle {
  background-color: #338265;
  position: relative;
}
#about .sectionTitle:before {
  content: "";
  position: absolute;
  background: url(../images/common/img_read_left.png) no-repeat center center/contain;
  aspect-ratio: 542/725;
  height: auto;
  z-index: 1;
}
#about .sectionTitle:after {
  content: "";
  position: absolute;
  background: url(../images/common/ourstory_right2.png) no-repeat center center/contain;
  aspect-ratio: 280/354;
  height: auto;
}
#about .sectionTitle .bgWrap {
  background-color: #338265;
  position: relative;
  overflow: hidden;
}
#about .sectionTitle .bgWrap:before {
  content: "";
  position: absolute;
  background: url(../images/common/ourstory_left.png) no-repeat center center/contain;
  aspect-ratio: 559/462;
  height: auto;
  left: 0;
  bottom: 0;
}
#about .sectionTitle .bgWrap:after {
  content: "";
  position: absolute;
  background: url(../images/common/ourstory_right.png) no-repeat center center/contain;
  aspect-ratio: 646/362;
  height: auto;
  right: 0;
  top: 0;
}
#about .sectionTitle .inner {
  text-align: center;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
#about .sectionTitle .inner .subTitle {
  position: absolute;
  color: #fff;
  opacity: 0.07;
  font-family: "Cormorant Garamond", serif;
  font-weight: 600;
  letter-spacing: 0.08em;
  line-height: 1;
  left: 50%;
  transform: translateX(-50%);
}
#about .sectionTitle .inner .mainTitle {
  color: #fff;
}
#about .sectionTitle .inner .mainTitle span {
  font-family: "Cormorant Garamond", serif;
}
#about .container .img {
  overflow: hidden;
}
#about .container .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#about .container .text .pos {
  font-family: "Shippori Mincho B1", serif;
  font-weight: 500;
}
#about .container .text .nameW {
  font-family: "Shippori Mincho B1", serif;
  font-weight: 500;
  display: flex;
}
#about .container .text .nameW .name {
  letter-spacing: 0.06em;
}
#about .container .text .nameW .en {
  font-family: "Cormorant Garamond", serif;
  font-weight: 600;
  color: #338265;
}
#about .container .text .intro {
  font-weight: 500;
  letter-spacing: -0.05em;
}
#about .container .text .license {
  margin-top: 20px;
}
#about .container .text .license .licenseTitle {
  font-weight: 700;
}
#about .container .text .license .licenseTitle + * {
  margin-top: 6px;
}
#about .listCol2 {
  display: flex;
}
#about .listCol2 .img {
  aspect-ratio: 1/1;
  border-radius: 50%;
  overflow: hidden;
  height: auto;
}
#about .listCol2 .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#about .listCol2 .text p {
  letter-spacing: -0.05em;
}
#about .reason,
#about .views {
  position: relative;
}
#about .reason .subTitle,
#about .views .subTitle {
  color: #f0f0f0;
  position: absolute;
  font-family: "Cormorant Garamond", serif;
  font-weight: 600;
  line-height: 1;
  z-index: -1;
}
#about .views .subTitle {
  text-align: right;
}

#wemake {
  position: relative;
  color: #fff;
}
#wemake:before {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: auto;
  z-index: 6;
}
#wemake:after {
  content: "";
  position: absolute;
  background: url(../images/common/img_pointbg_01.png) no-repeat center center/contain;
  aspect-ratio: 323/181;
  height: auto;
  z-index: 5;
}
@media (max-width: 1400px) {
  #wemake:after {
    display: none;
  }
}
#wemake .wrap {
  background: url(../images/common/pattern_pureco_greenbg.jpg) repeat;
  position: relative;
  letter-spacing: -0.05em;
}
#wemake .wrap:nth-of-type(1) {
  z-index: 4;
}
#wemake .wrap:nth-of-type(1):before {
  content: "";
  position: absolute;
  background: url(../images/common/img_pointbg_02.png) no-repeat center center/contain;
  aspect-ratio: 306/415;
  height: auto;
}
@media (max-width: 1400px) {
  #wemake .wrap:nth-of-type(1):before {
    display: none;
  }
}
#wemake .wrap:nth-of-type(2) {
  z-index: 3;
}
#wemake .wrap:nth-of-type(2):before {
  content: "";
  position: absolute;
  background: url(../images/common/img_pointbg_03.png) no-repeat center center/contain;
  aspect-ratio: 249/270;
  height: auto;
}
#wemake .wrap:nth-of-type(3) {
  z-index: 2;
}
#wemake .wrap:nth-of-type(3):before {
  content: "";
  position: absolute;
  background: url(../images/common/img_pointbg_04.png) no-repeat center center/contain;
  aspect-ratio: 203/292;
  height: auto;
}
#wemake .wrap:nth-of-type(4) {
  z-index: 2;
}
#wemake .wrap:nth-of-type(4):before {
  content: "";
  position: absolute;
  background: url(../images/common/img_pointbg_04.png) no-repeat center center/contain;
  aspect-ratio: 203/292;
  height: auto;
}
#wemake .wrap .inner {
  position: relative;
  z-index: 1;
}
#wemake .wrap.natural .mainTitle {
  text-align: center;
  letter-spacing: 0.02em;
}
#wemake .wrap.natural .title {
  text-align: center;
  color: #338265;
  letter-spacing: 0.02em;
  background: #fff;
  margin-inline: auto;
}
#wemake .wrap.lunch .inner {
  position: relative;
}
#wemake .wrap.lunch .inner:before {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  left: 50%;
  height: auto;
  z-index: 1;
  transform: translateX(-50%);
}
#wemake .wrap.lunch .description {
  letter-spacing: -0.05em;
}
#wemake .wrap:not(:first-of-type) .mainTitle {
  background: #fff;
  margin-inline: auto;
  color: #338265;
  text-align: center;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
#wemake .wrap:not(:first-of-type) .mainTitle:before {
  content: "";
  position: absolute;
  background: url(../images/common/point_office.png) no-repeat center center/contain;
  aspect-ratio: 260/150;
  bottom: 0;
  left: 0;
}
#wemake .wrap:not(:first-of-type) .mainTitle.office:before {
  background: url(../images/common/point_office.png) no-repeat center center/contain;
}
#wemake .wrap:not(:first-of-type) .mainTitle.store:before {
  background: url(../images/common/point_store.png) no-repeat center center/contain;
}
#wemake .wrap:not(:first-of-type) .mainTitle.salon:before {
  background: url(../images/common/point_salon.png) no-repeat center center/contain;
}
#wemake .wrap:not(:first-of-type) .contentsWrap {
  background-color: #fff;
}
#wemake .wrap:not(:first-of-type) .contentsWrap .contents {
  background: url(../images/common/pattern_pureco_greenbg.jpg) repeat;
}
#wemake .wrap:not(:first-of-type) .contentsWrap .contents .container > .containerItem:not(:first-of-type) {
  border-top: 1px dashed #fff;
}
#wemake .wrap:not(:first-of-type) .contentsWrap .contents .container > .containerItem .contentsTitle .title .tag {
  border-radius: 50%;
  background: #fff;
  color: #338265;
  aspect-ratio: 1/1;
  height: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 700;
  letter-spacing: -0.05em;
  text-align: center;
}
#defferences {
  position: relative;
}
#defferences:before {
  content: "";
  position: absolute;
  background: #fff;
  top: 0;
  left: 50%;
  border-radius: 50%;
  transform: translateX(-50%);
  z-index: 2;
}
#defferences:after {
  content: "";
  position: absolute;
  background: url(../images/common/8point_img01.png) no-repeat center center/contain;
  top: 0;
  left: 0;
  aspect-ratio: 606/768;
  height: auto;
  z-index: 2;
}
#defferences .inner {
  position: relative;
  z-index: 3;
}
#defferences .mainTitle {
  text-align: center;
  letter-spacing: -0.02em;
}
#defferences .listCol4 {
  position: relative;
}
#defferences .listCol4:before {
  content: "";
  position: absolute;
  background: url(../images/common/8point_img02.png) no-repeat center center/contain;
  aspect-ratio: 350/360;
  height: auto;
  z-index: -1;
}

#works #case01 {
  background: #f4f4f4;
}
#works #case01 .contentsWrap {
  background-color: #338265;
}
#works #case01 .contentsWrap .contents {
  background-color: #fff;
  background-image: linear-gradient(90deg, rgba(0, 0, 0, 0.05) 1px, transparent 1px), linear-gradient(rgba(0, 0, 0, 0.05) 1px, transparent 1px);
  background-size: 20px 20px;
  background-position: top center;
}
#works #case01 .contentsWrap .contents .caseTop .img {
  aspect-ratio: 851/673;
}
#works #case01 .contentsWrap .contents .caseTop .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
#works #case01 .contentsWrap .contents .caseTop .text .tag {
  color: #338265;
  font-family: "EB Garamond", serif;
}
#works #case01 .contentsWrap .contents .caseTop .text .title {
  letter-spacing: -0.02em;
}
#works #case01 .contentsWrap .contents .caseTop .text p {
  letter-spacing: -0.05em;
}
#works #case01 .contentsWrap .contents .beforeafter {
  position: relative;
  border-top: 1px dashed #8a8584;
  border-bottom: 1px dashed #8a8584;
  display: flex;
}
#works #case01 .contentsWrap .contents .beforeafter > .wrap .title {
  font-weight: 700;
  position: relative;
  display: inline-block;
}
#works #case01 .contentsWrap .contents .beforeafter > .wrap .title:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
}
#works #case01 .contentsWrap .contents .beforeafter > .wrap .title.left {
  background-image: linear-gradient(transparent 60%, #e6e6e6 60%);
  background-repeat: repeat-x;
  background-size: 100% 12px;
  background-position: 0 92%;
}
#works #case01 .contentsWrap .contents .beforeafter > .wrap .title.left:before {
  background: url(../images/common/icon_comment.svg) no-repeat center center/contain;
}
#works #case01 .contentsWrap .contents .beforeafter > .wrap .title.right {
  color: #338265;
  background-image: linear-gradient(transparent 60%, #ffeaac 60%);
  background-repeat: repeat-x;
  background-size: 100% 12px;
  background-position: 0 92%;
}
#works #case01 .contentsWrap .contents .beforeafter > .wrap .title.right:before {
  background: url(../images/common/icon_light.svg) no-repeat center center/contain;
}
#works #case01 .contentsWrap .contents .beforeafter > .wrap .title + * {
  letter-spacing: -0.05em;
}
#works #case01 .contentsWrap .contents .photoGalleryTitle {
  text-align: center;
}
#works #case01 .contentsWrap .contents .photoGalleryTitle .mainTitle {
  color: #338265;
  font-family: "EB Garamond", serif;
  font-weight: 600;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}
#works #case01 .contentsWrap .contents .photoGallery .img {
  margin-inline: auto;
  aspect-ratio: 1622/1033;
  height: auto;
}
#works #case01 .contentsWrap .contents .photoGallery .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
#works #case01 .contentsWrap .contents .photoGallery .slick-slider {
  width: 100%;
  height: 100%;
}
#works #case01 .contentsWrap .contents .photoGallery .slick-slider .slick-list {
  width: 100%;
  height: 100%;
}
#works #case01 .contentsWrap .contents .photoGallery .slick-slider .slick-list .slick-track {
  width: 100%;
  height: 100%;
}
#works #case01 .contentsWrap .contents .photoGallery .slick-slider .slick-list .slick-track .slick-slide {
  width: 100%;
  height: 100%;
}
#works #case01 .contentsWrap .contents .photoGallery .slick-slider .slick-list .slick-track .slick-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#works #case01 .contentsWrap .contents .photoGallery .slick-dots li button:before {
  color: #c8c8c8;
  opacity: 1;
  font-size: 12px;
}
#works #case01 .contentsWrap .contents .photoGallery .slick-dots li.slick-active button:before {
  color: #338265;
}
#works #case01 .contentsWrap .contents .photoGallery .slick-arrow {
  z-index: 3;
}
#works #case01 .contentsWrap .contents .photoGallery .slick-arrow:before {
  content: "";
  background: url(../images/common/arrow_slide.svg) no-repeat center center/contain;
  display: block;
}
#works #case01 .contentsWrap .contents .textAndImg {
  border-top: 1px dashed #8a8584;
  border-bottom: 1px dashed #8a8584;
}
#works #case01 .contentsWrap .contents .textAndImg .text .title {
  font-weight: 600;
}
#works #case01 .contentsWrap .contents .textAndImg .text p {
  letter-spacing: -0.05em;
}
#works #case01 .contentsWrap .contents .textAndImg .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
#works #case01 .contentsWrap .contents .commentWrap .img {
  border-radius: 50%;
  aspect-ratio: 1/1;
  overflow: hidden;
}
#works #case01 .contentsWrap .contents .commentWrap .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
#works #case01 .contentsWrap .contents .commentWrap .text .title {
  font-weight: 600;
}
#works #case01 .contentsWrap .contents .commentWrap .text p {
  letter-spacing: -0.05em;
}

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

#moreInfo .mainTitle {
  text-align: center;
}
#moreInfo .mainTitle span {
  font-family: "Old Standard TT", serif;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}
#moreInfo .moreInfoList > li {
  position: relative;
}
#moreInfo .moreInfoList > li .imgWrap:before {
  content: "";
  position: absolute;
  background: none;
  z-index: 2;
  font-family: "Old Standard TT", serif;
  font-style: italic;
  line-height: 1;
}
#moreInfo .moreInfoList > li:nth-child(1) .imgWrap:before {
  content: "01";
}
#moreInfo .moreInfoList > li:nth-child(1) .img:before, #moreInfo .moreInfoList > li:nth-child(1) .img:after {
  content: "";
  position: absolute;
  z-index: -1;
}
#moreInfo .moreInfoList > li:nth-child(1) .img:before {
  background: url(../images/common/arekore_01_left.png) no-repeat center center/contain;
  aspect-ratio: 200/244;
  height: auto;
}
#moreInfo .moreInfoList > li:nth-child(1) .img:after {
  background: url(../images/common/arekore_01_right.png) no-repeat center center/contain;
  aspect-ratio: 133/125;
  height: auto;
}
#moreInfo .moreInfoList > li:nth-child(2) .imgWrap:before {
  content: "02";
}
#moreInfo .moreInfoList > li:nth-child(2) .img:before {
  background: url(../images/common/arekore_02_right.png) no-repeat center center/contain;
  aspect-ratio: 245/255;
  height: auto;
}
#moreInfo .moreInfoList > li:nth-child(3) .imgWrap:before {
  content: "03";
}
#moreInfo .moreInfoList > li:nth-child(3) .img:before {
  background: url(../images/common/arekore_03_left.png) no-repeat center center/contain;
  aspect-ratio: 360/490;
  height: auto;
}
#moreInfo .moreInfoList > li:nth-child(3) .img:after {
  background: url(../images/common/arekore_03_right.png) no-repeat center center/contain;
  aspect-ratio: 360/490;
  height: auto;
}
#moreInfo .moreInfoList > li:nth-child(4) .imgWrap:before {
  content: "04";
}
#moreInfo .moreInfoList > li:nth-child(4) .img:before {
  background: url(../images/common/arekore_04_right.png) no-repeat center center/contain;
  aspect-ratio: 393/541;
  height: auto;
}
#moreInfo .moreInfoList > li:nth-child(5) .imgWrap:before {
  content: "05";
}
#moreInfo .moreInfoList > li:nth-child(5) .img:before {
  background: url(../images/common/arekore_05_left.png) no-repeat center center/contain;
  aspect-ratio: 398/487;
  height: auto;
}
#moreInfo .moreInfoList > li:nth-child(6) .imgWrap:before {
  content: "06";
}
#moreInfo .moreInfoList > li:nth-child(6) .img:before {
  background: url(../images/common/arekore_06_right.png) no-repeat center center/contain;
  aspect-ratio: 245/255;
  height: auto;
}
#moreInfo .moreInfoList > li:nth-child(7) .imgWrap:before {
  content: "07";
}
#moreInfo .moreInfoList > li:nth-child(7) .img:before {
  background: url(../images/common/arekore_07_left.png) no-repeat center center/contain;
  aspect-ratio: 360/490;
  height: auto;
}
#moreInfo .moreInfoList > li:nth-child(7) .img:after {
  background: url(../images/common/arekore_07_right.png) no-repeat center center/contain;
  aspect-ratio: 360/490;
  height: auto;
}
#moreInfo .moreInfoList > li:nth-child(8) .imgWrap:before {
  content: "08";
}
#moreInfo .moreInfoList > li:nth-child(8) .img:before {
  background: url(../images/common/arekore_08_book.png) no-repeat center center/contain;
  aspect-ratio: 322/414;
  height: auto;
  z-index: 2;
}
#moreInfo .moreInfoList > li:nth-child(8) .img:after {
  background: url(../images/common/arekore_04_right.png) no-repeat center center/contain;
  aspect-ratio: 393/541;
  height: auto;
}
#moreInfo .moreInfoList > li .imgWrap {
  position: relative;
}
#moreInfo .moreInfoList > li .img {
  border-radius: 50%;
  margin-inline: auto;
  position: relative;
  z-index: 1;
}
#moreInfo .moreInfoList > li .img:before, #moreInfo .moreInfoList > li .img:after {
  content: "";
  position: absolute;
  z-index: -1;
}
#moreInfo .moreInfoList > li .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 50%;
}
#moreInfo .moreInfoList > li .img .slick-slider {
  width: 100%;
  height: 100%;
}
#moreInfo .moreInfoList > li .img .slick-slider .slick-list {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  overflow: hidden;
}
#moreInfo .moreInfoList > li .img .slick-slider .slick-list .slick-track {
  width: 100%;
  height: 100%;
}
#moreInfo .moreInfoList > li .img .slick-slider .slick-list .slick-track .slick-slide {
  width: 100%;
  height: 100%;
}
#moreInfo .moreInfoList > li .img .slick-slider .slick-list .slick-track .slick-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 50%;
}
#moreInfo .moreInfoList > li .img .slick-dots li button:before {
  color: #c8c8c8;
  opacity: 1;
  font-size: 12px;
}
#moreInfo .moreInfoList > li .img .slick-dots li.slick-active button:before {
  color: #338265;
}
#moreInfo .moreInfoList > li .text .title {
  letter-spacing: -0.02em;
}
#moreInfo .moreInfoList > li .text p {
  letter-spacing: -0.05em;
}
#moreInfo .moreInfoList > li .text .name {
  font-weight: 700;
}
#service {
  position: relative;
}
#service .bgWrap {
  background: #338265;
  position: relative;
}
#service .bgWrap:before {
  content: "";
  position: absolute;
  left: 0;
  height: auto;
}
#service .bgWrap:after {
  content: "";
  position: absolute;
  background: url(../images/common/news_img01.png) no-repeat bottom right/contain;
  bottom: 0;
  left: 0;
  aspect-ratio: 406/662;
  height: auto;
}
#service .bgWrap .cormorant {
  position: absolute;
  right: 0;
  width: 100%;
  text-align: right;
  color: #fff;
  line-height: 1;
}
#service .inner {
  position: relative;
  z-index: 2;
}
#service .mainTitle {
  color: #fff;
  text-align: center;
}
#service .serviceList > .serviceListItem {
  background: #fff;
  position: relative;
}
#service .serviceList > .serviceListItem:nth-of-type(1):before {
  content: "";
  position: absolute;
  background: url(../images/common/bg_img_service_01.png) no-repeat right top/contain;
  aspect-ratio: 982/670;
  height: auto;
  top: 0;
  left: 0;
  z-index: -1;
}
#service .serviceList > .serviceListItem:nth-of-type(2):before {
  content: "";
  position: absolute;
  background: url(../images/common/bg_img_service_02.png) no-repeat center center/contain;
  aspect-ratio: 1380/660;
  height: auto;
  top: 0;
  right: 0;
  z-index: -1;
}
#service .serviceList > .serviceListItem:nth-of-type(3):before {
  content: "";
  position: absolute;
  background: url(../images/common/bg_img_service_03.png) no-repeat center center/contain;
  aspect-ratio: 652/664;
  height: auto;
  top: 0;
  left: 0;
  z-index: -1;
}
#service .serviceList > .serviceListItem .numberCircle {
  border-radius: 50%;
  background: #fff;
  color: #338265;
  position: absolute;
  display: flex;
  flex-direction: column;
}
#service .serviceList > .serviceListItem .numberCircle span {
  font-family: "Old Standard TT", serif;
  font-style: italic;
  position: relative;
}
#service .serviceList > .serviceListItem .numberCircle span:before {
  content: "CORPORATE";
  position: absolute;
  font-style: normal;
  font-family: "Cormorant Garamond", serif;
  bottom: clamp(-60px, -3.75vw, -60px);
  left: 50%;
  transform: translateX(-50%) translateY(100%) rotate(90deg);
  font-size: clamp(18px, 1.125vw, 18px);
  line-height: clamp(24px, 1.5vw, 24px);
  width: clamp(145px, 9.0625vw, 145px);
  height: clamp(43px, 2.6875vw, 43px);
  display: flex;
  align-items: center;
  justify-content: center;
  border-left: 1px dashed #338265;
}
#service .serviceList > .serviceListItem .text .title {
  background: #338265;
  color: #fff;
}
#service .serviceList > .serviceListItem .text p {
  letter-spacing: -0.05em;
}
#service .serviceList > .serviceListItem .text .commonList {
  letter-spacing: -0.05em;
}
#service .serviceList > .serviceListItem .price {
  color: #338265;
  font-weight: bold;
}
#service .serviceList > .serviceListItem .price_num {
  font-family: "EB Garamond", serif;
}
#service .serviceList > .serviceListItem .img {
  position: relative;
}
#service .serviceList > .serviceListItem .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
#service .serviceList > .serviceListItem:nth-of-type(even) .numberCircle {
  right: inherit;
}

#news .mainTitle {
  text-align: center;
}
#news .newsBlock {
  border-bottom: 1px dashed #5e5e5e;
}
#news .newsBlock .category {
  background: #338265;
  font-family: "Shippori Mincho B1", serif;
  color: #fff;
  line-height: 1;
  text-align: center;
  display: inline-block;
}
#news .newsBlock .category + * {
  letter-spacing: -0.05em;
}
#news .area {
  text-align: center;
}
#news .area h3 {
  color: #338265;
  font-weight: 700;
}
#news .snsBlock {
  margin-inline: auto;
  max-width: 840px;
}
#news .snsBlock .snsList {
  display: flex;
  -moz-column-gap: 30px;
       column-gap: 30px;
  row-gap: 15px;
}
#news .snsBlock .snsList > li a {
  border-radius: 50%;
  background: #f9f9f9;
  color: #5e5e5e;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  aspect-ratio: 1/1;
}
#news .snsBlock .snsList > li a .img {
  display: flex;
  align-items: flex-end;
}
#news .snsBlock .snsList > li a span {
  text-align: center;
}

#footerWrap {
  background: #e5efeb;
  text-align: center;
  position: relative;
}
#footerWrap #contact {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
}
#footerWrap #contact .contactWrap {
  color: #fff;
}
#footerWrap #contact .contactWrap .mainTitle {
  text-align: center;
  position: relative;
}
#footerWrap #contact .contactWrap .mainTitle + p {
  text-align: center;
}
#footerWrap #contact .contactWrap .contactForm {
  margin-inline: auto;
}
#footerWrap #contact .contactWrap .contactForm .btn {
  border: 1px solid #fff;
  border-radius: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-weight: 500;
  color: #fff;
  font-family: "Shippori Mincho B1", serif;
}
#footerWrap #contact .contactWrap .contactForm .btn span {
  position: relative;
  display: flex;
  align-items: center;
}
#footerWrap #contact .contactWrap .contactForm .btn span:before {
  content: "";
  position: absolute;
  left: 0;
  background: url(../images/common/line_icon.svg) no-repeat center center/contain;
  aspect-ratio: 22/17;
  height: auto;
}
#footerWrap #contact .contactWrap .contactForm .btn span:after {
  content: "";
  position: absolute;
  right: 0;
  background: url(../images/common/arrow.svg) no-repeat center center/contain;
  transform: rotate(-90deg);
  aspect-ratio: 20/15;
  height: auto;
}
#footerWrap #company .listCol3 > li a {
  color: #fff;
}
#footerWrap #company .listCol3 > li .img {
  font-family: "Cormorant Garamond", serif;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
}
#footerWrap #company .listCol3 > li:nth-of-type(1) .img {
  background: url(../images/common/img_bnr_01.png) no-repeat center center/cover;
}
#footerWrap #company .listCol3 > li:nth-of-type(2) .img {
  background: url(../images/common/img_bnr_02.png) no-repeat center center/cover;
}
#footerWrap #company .listCol3 > li:nth-of-type(3) .img {
  background: url(../images/common/img_bnr_03.png) no-repeat center center/cover;
}
#footerWrap #company .listCol3 > li .text {
  color: #338265;
  text-align: left;
  position: relative;
  letter-spacing: -0.05em;
}
#footerWrap #company .listCol3 > li .text:before {
  content: "";
  position: absolute;
  right: 0;
  background: url(../images/common/arrow_green.svg) no-repeat center center/contain;
  transform: rotate(-90deg);
  aspect-ratio: 20/15;
  height: auto;
}
#footerWrap #company .listCol3 > li p {
  text-align: left;
  letter-spacing: -0.05em;
  margin-top: 5px;
}
#footerWrap .cormorant {
  overflow: hidden;
  white-space: nowrap;
  color: #fff;
}

.listCol3 > .listItem {
  position: relative;
}
.listCol3 > .listItem:before {
  content: "";
  position: absolute;
  z-index: 1;
  line-height: 1;
}
.listCol3 > .listItem:nth-of-type(1):before {
  background: url(../images/common/point01.png) no-repeat center center/contain;
}
.listCol3 > .listItem:nth-of-type(2):before {
  background: url(../images/common/point02.png) no-repeat center center/contain;
}
.listCol3 > .listItem:nth-of-type(3):before {
  background: url(../images/common/point03.png) no-repeat center center/contain;
}
.listCol3 > .listItem .img {
  position: relative;
  overflow: hidden;
}
.listCol3 > .listItem .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.listCol3 > .listItem .text {
  letter-spacing: -0.05em;
}
.listCol3.wide > .listItem:before {
  content: "";
  position: absolute;
  background: none;
  z-index: 1;
  color: #fff;
  font-family: "Old Standard TT", serif;
  font-style: italic;
  line-height: 1;
}
.listCol3.wide > .listItem:nth-of-type(1):before {
  content: "01";
}
.listCol3.wide > .listItem:nth-of-type(2):before {
  content: "02";
}
.listCol3.wide > .listItem:nth-of-type(3):before {
  content: "03";
}
.listCol4 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}
.listCol4 > .listItem {
  background: #338265;
  color: #fff;
}
.listCol4 > .listItem .pointNum {
  font-family: "EB Garamond", serif;
  font-weight: 500;
  font-style: italic;
  text-align: center;
  text-transform: uppercase;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
.listCol4 > .listItem .pointNum span {
  font-family: "Old Standard TT", serif;
  font-style: italic;
}
.listCol4 > .listItem .title {
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
}
.listCol4 > .listItem .title + * {
  letter-spacing: -0.05em;
}

ul.commonList > li {
  position: relative;
  letter-spacing: -0.05em;
}
ul.commonList > li:before {
  content: "";
  position: absolute;
  background: #338265;
  border-radius: 50%;
  transform: translateY(-50%);
}
ol.commonList {
  counter-reset: number 0;
}
ol.commonList > li {
  padding-left: 1.5em;
  position: relative;
  letter-spacing: -0.05em;
}
ol.commonList > li:before {
  counter-increment: number 1;
  content: counter(number) ".";
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  color: #338265;
  position: absolute;
  left: 0;
  z-index: 2;
}
ol.commonList > li:nth-child(n+10):before {
  content: counter(number) ".";
}

.cormorant {
  font-family: "Cormorant Garamond", serif;
  font-weight: 600;
}

@media screen and (max-width: 1140px) {
  .inner {
    width: calc(100% - 32px);
  }
  main {
    margin-top: -102px;
  }
  #fv .mainTitle {
    width: 100%;
  }
  #fv .cormorant {
    text-align: right;
    white-space: nowrap;
    color: #ccc;
    transform: translate(-1%, 4%);
  }
  #fv .cormorant p {
    font-size: 51px;
    line-height: 1;
    opacity: 0.5;
  }
  #fv .cormorant p + p {
    transform: translateX(5%);
  }
  #suggest .sectionTitle .mainTitle {
    font-size: 25px;
    letter-spacing: -0.02em;
  }
  #suggest .suggestList > .suggestItem {
    margin-top: 32px;
  }
  #suggest .suggestList > .suggestItem:not(:first-of-type) {
    margin-top: 40px;
    padding-top: 40px;
    border-top: 1px dashed #8a8584;
  }
  #suggest .suggestList > .suggestItem .wrap {
    display: flex;
    align-items: center;
    gap: 20px;
  }
  #suggest .suggestList > .suggestItem .suggestFor {
    font-size: 22px;
    width: 50%;
    display: flex;
    justify-content: flex-end;
  }
  #suggest .suggestList > .suggestItem .suggestItemImg {
    width: 50%;
    display: flex;
  }
  #suggest .suggestList > .suggestItem .suggestItemImg img {
    width: 138px;
    height: auto;
  }
  #suggest .suggestList > .suggestItem .concernList {
    margin-top: 20px;
  }
  #suggest .suggestList > .suggestItem .concernList > .concernItem {
    padding-left: 32px;
    font-size: 16px;
  }
  #suggest .suggestList > .suggestItem .concernList > .concernItem:not(:first-of-type) {
    margin-top: 15px;
  }
  #suggest .suggestList > .suggestItem .concernList > .concernItem:before {
    width: 22px;
    height: 22px;
    top: 3px;
  }
  #suggest .suggestList > .suggestItem .suggestTxt {
    margin-top: 16px;
    font-size: 18px;
    padding-bottom: 52px;
  }
  #suggest .suggestList > .suggestItem .suggestTxt:before {
    width: 139px;
    bottom: 0;
  }
  #suggest .suggestList > .suggestItem .suggestImageWrap {
    margin-top: 25px;
  }
  #suggest .suggestList > .suggestItem .suggestImageWrap .text {
    padding-left: 16px;
    font-size: 19px;
  }
  #suggest .suggestList > .suggestItem .suggestImageWrap .text span {
    font-size: 25px;
  }
  #suggest .suggestList > .suggestItem .pageLink {
    margin-top: 30px;
  }
  #suggest .suggestList > .suggestItem .pageLink a {
    padding: 10px 32px;
    font-size: 12px;
    max-width: 308px;
  }
  #suggest .suggestList > .suggestItem .pageLink a:before {
    width: 15px;
    transform: translate(-20px, -50%);
  }
  #suggest .suggestList > .suggestItem .pageLink a span {
    font-size: 19px;
  }
  #about {
    margin-block: 60px 45px;
  }
  #about .sectionTitle:before {
    width: 120px;
    left: -24px;
    top: -150px;
  }
  #about .sectionTitle:after {
    width: 76px;
    right: -13px;
    bottom: -87px;
  }
  #about .sectionTitle .bgWrap:before {
    width: 118.5px;
    transform: translate(-56%, 8%);
  }
  #about .sectionTitle .bgWrap:after {
    width: 135.5px;
    transform: translate(0%, -32px);
  }
  #about .sectionTitle .inner {
    min-height: 145px;
  }
  #about .sectionTitle .inner .subTitle {
    font-size: 58.5px;
    white-space: nowrap;
    width: 365px;
    top: 28px;
  }
  #about .sectionTitle .inner .mainTitle {
    font-size: 25px;
  }
  #about .container {
    margin-top: 48px;
  }
  #about .container .img {
    width: 165px;
    height: 214px;
    border-radius: 5px;
    margin-inline: auto;
  }
  #about .container .text .pos {
    margin-top: 10px;
    font-size: 10px;
    text-align: center;
  }
  #about .container .text .nameW {
    gap: 20px;
    margin-top: 6px;
    justify-content: center;
    align-items: baseline;
  }
  #about .container .text .nameW .name {
    font-size: 20px;
  }
  #about .container .text .nameW .en {
    font-size: 12px;
  }
  #about .container .text .intro {
    margin-top: 10px;
  }
  #about .listCol2 {
    flex-direction: column;
    gap: 21px;
  }
  #about .listCol2.reverse {
    flex-direction: column-reverse;
  }
  #about .listCol2 .img {
    width: 285px;
    margin-inline: auto;
  }
  #about .listCol2 .text .title {
    font-size: 22px;
    letter-spacing: -0.03em;
    text-align: center;
  }
  #about .listCol2 .text .title + * {
    margin-top: 16px;
  }
  #about .listCol2 .text p + p {
    margin-top: 12px;
  }
  #about .reason,
  #about .views {
    padding-top: 92px;
  }
  #about .reason .subTitle,
  #about .views .subTitle {
    font-size: 43px;
    letter-spacing: -0.02em;
    top: 20px;
  }
  #about .reason .subTitle {
    left: 3px;
  }
  #about .views .subTitle {
    right: 3px;
  }
  #wemake {
    padding-top: 21.3333vw;
  }
  #wemake:before {
    background: url(../images/common/title_wemake_sp.webp) no-repeat;
    background-position: bottom center;
    background-size: 100% auto;
    aspect-ratio: 750/361;
    top: 2px;
  }
  #wemake:after {
    width: 109px;
    top: 150px;
    right: -38px;
    display: block !important;
  }
}
@media screen and (max-width: 1140px) and (max-width: 1400px) {
  #wemake:after {
    display: none;
  }
}
@media screen and (max-width: 1140px) and (max-width: 1400px) {
  #wemake .wrap:nth-of-type(1):before {
    display: none;
  }
}
@media screen and (max-width: 1140px) {
  #wemake .wrap:nth-of-type(2):before {
    width: 35vw;
    bottom: -40vw;
    right: -17vw;
  }
  #wemake .wrap:nth-of-type(2):after {
    content: "";
    position: absolute;
    background: url(../images/common/img_pointbg_02.png) no-repeat center center/contain;
    aspect-ratio: 306/415;
    height: auto;
    width: 34.125vw;
    top: -3vw;
    left: -15.9375vw;
    display: block !important;
  }
  #wemake .wrap:nth-of-type(4):before {
    width: 26vw;
    top: 5vw;
    left: -10vw;
    transform: rotate(25deg);
    z-index: -1;
  }
  #wemake .wrap.natural {
    padding-top: 40px;
  }
  #wemake .wrap.natural .mainTitle {
    font-size: 25px;
  }
  #wemake .wrap.natural .title {
    margin-top: 36px;
    font-size: 22px;
    border-radius: 3px;
    max-width: 320px;
  }
  #wemake .wrap.natural .title + * {
    margin-top: 32px;
  }
  #wemake .wrap.lunch {
    padding-bottom: 136px;
  }
  #wemake .wrap.lunch .inner {
    padding-top: 9.8vw;
  }
  #wemake .wrap.lunch .inner:before {
    background: url(../images/common/option_lunch_sp.png) no-repeat center center/contain;
    width: 100%;
    aspect-ratio: 1127/123;
  }
  #wemake .wrap.lunch .description {
    margin-top: 20px;
  }
  #wemake .wrap:not(:first-of-type) {
    padding-top: 50px;
  }
  #wemake .wrap:not(:first-of-type) .mainTitle {
    font-size: 23px;
    border-radius: 3px;
    max-width: 282px;
    min-height: 42px;
    padding-left: 40px;
  }
  #wemake .wrap:not(:first-of-type) .mainTitle:before {
    width: 130px;
    transform: translate(-38%, 10%);
  }
  #wemake .wrap:not(:first-of-type) .mainTitle.salon:before {
    width: 102px;
  }
  #wemake .wrap:not(:first-of-type) .contentsWrap {
    border-radius: 5px;
    margin-top: 23px;
    padding: 4px;
  }
  #wemake .wrap:not(:first-of-type) .contentsWrap .contents {
    border-radius: 20px;
    padding-block: 34px;
    padding-inline: 14px;
  }
  #wemake .wrap:not(:first-of-type) .contentsWrap .contents .container > .containerItem:not(:first-of-type) {
    margin-top: 25px;
    padding-top: 28px;
  }
  #wemake .wrap:not(:first-of-type) .contentsWrap .contents .container > .containerItem .contentsTitle .title .tag {
    width: 83.5px;
    font-size: 16px;
    line-height: 1.25;
    margin-inline: auto;
  }
  #wemake .wrap:not(:first-of-type) .contentsWrap .contents .container > .containerItem .contentsTitle .title p {
    margin-top: 12px;
  }
  #defferences {
    margin-top: -17vw;
    padding-top: 17vw;
  }
  #defferences:before {
    width: 231.2vw;
    height: 101.33vw;
  }
  #defferences:after {
    width: 43.25vw;
    transform: translate(-22%, -65%);
  }
  #defferences .mainTitle {
    font-size: 25px;
  }
  #defferences .mainTitle span {
    font-size: 39px;
  }
  #defferences .listCol4:before {
    width: 175px;
    bottom: 154px;
    right: -130px;
  }
  #works {
    margin-top: 64px;
  }
  #works #case01 {
    margin-top: -50px;
    padding-block: 64px;
  }
  #works #case01 .contentsWrap {
    border-radius: 5px;
    margin-top: 23px;
    padding: 4px;
  }
  #works #case01 .contentsWrap .contents {
    border-radius: 20px;
    padding-block: 22px 18px;
    padding-inline: 14px;
  }
  #works #case01 .contentsWrap .contents .caseTop .img {
    width: 100%;
    max-width: 500px;
    margin-inline: auto;
    margin-top: -40px;
  }
  #works #case01 .contentsWrap .contents .caseTop .text {
    margin-top: 24px;
  }
  #works #case01 .contentsWrap .contents .caseTop .text .tag {
    display: block;
    text-align: center;
    font-size: 13px;
  }
  #works #case01 .contentsWrap .contents .caseTop .text .title {
    font-size: 21px;
    text-align: center;
  }
  #works #case01 .contentsWrap .contents .caseTop .text p {
    margin-top: 18px;
  }
  #works #case01 .contentsWrap .contents .beforeafter {
    flex-direction: column;
    gap: 60px;
    margin-block: 25px;
    padding-block: 32px;
  }
  #works #case01 .contentsWrap .contents .beforeafter > .wrap {
    position: relative;
  }
  #works #case01 .contentsWrap .contents .beforeafter > .wrap:nth-of-type(1):before {
    content: "";
    position: absolute;
    background: url(../images/common/arrow_green.png) no-repeat center center/contain;
    bottom: -42px;
    left: 50%;
    aspect-ratio: 116/33;
    height: auto;
    transform: translate(-50%, 0);
    width: 75px;
  }
  #works #case01 .contentsWrap .contents .beforeafter > .wrap .title {
    font-size: 17px;
    margin-left: 36px;
  }
  #works #case01 .contentsWrap .contents .beforeafter > .wrap .title:before {
    width: 30px;
    height: 30px;
    transform: translateX(-36px);
  }
  #works #case01 .contentsWrap .contents .beforeafter > .wrap .title + * {
    margin-top: 13px;
  }
  #works #case01 .contentsWrap .contents .photoGallery {
    margin-top: 18px;
    padding-bottom: 70px;
  }
  #works #case01 .contentsWrap .contents .photoGallery .img {
    width: 100%;
  }
  #works #case01 .contentsWrap .contents .photoGallery .slick-dots {
    bottom: -35px;
  }
  #works #case01 .contentsWrap .contents .photoGallery .slick-arrow {
    bottom: 0;
    top: inherit;
  }
  #works #case01 .contentsWrap .contents .photoGallery .slick-arrow:before {
    width: 25px;
    height: 25px;
  }
  #works #case01 .contentsWrap .contents .photoGallery .slick-arrow.slick-prev {
    left: 0;
  }
  #works #case01 .contentsWrap .contents .photoGallery .slick-arrow.slick-prev:before {
    transform: translate(0%, 160%) rotate(90deg);
  }
  #works #case01 .contentsWrap .contents .photoGallery .slick-arrow.slick-next {
    right: 0;
  }
  #works #case01 .contentsWrap .contents .photoGallery .slick-arrow.slick-next:before {
    transform: translate(0%, 160%) rotate(-90deg);
  }
  #works #case01 .contentsWrap .contents .textAndImg {
    margin-block: 25px;
    padding-block: 32px;
  }
  #works #case01 .contentsWrap .contents .textAndImg .text .title {
    font-size: 20px;
    text-align: center;
  }
  #works #case01 .contentsWrap .contents .textAndImg .text p {
    margin-top: 15px;
  }
  #works #case01 .contentsWrap .contents .textAndImg .img {
    margin-top: 10px;
  }
  #works #case01 .contentsWrap .contents .commentWrap .img {
    width: 126px;
    height: 126px;
    margin-inline: auto;
  }
  #works #case01 .contentsWrap .contents .commentWrap .text .title {
    margin-top: 15px;
    font-size: 20px;
    text-align: center;
  }
  #works #case01 .contentsWrap .contents .commentWrap .text p {
    margin-top: 15px;
  }
  #moreInfo {
    margin-block: 50px 0;
  }
  #moreInfo .mainTitle {
    font-size: 25px;
  }
  #moreInfo .mainTitle span {
    font-size: 39px;
  }
  #moreInfo .moreInfoList {
    margin-top: 41px;
  }
  #moreInfo .moreInfoList > li:not(:first-of-type) {
    margin-top: 50px;
  }
  #moreInfo .moreInfoList > li .imgWrap:before {
    top: 0;
    left: -4px;
    width: 80px;
    height: 60px;
    font-size: 59px;
  }
  #moreInfo .moreInfoList > li:nth-child(1) .img:before {
    bottom: -18px;
    left: -32px;
    width: 100px;
  }
  #moreInfo .moreInfoList > li:nth-child(1) .img:after {
    top: 0;
    right: -30px;
    width: 87px;
  }
  #moreInfo .moreInfoList > li:nth-child(2) .img:before {
    top: 0;
    right: -60px;
    width: 122.5px;
  }
  #moreInfo .moreInfoList > li:nth-child(3) .img:before {
    top: 102px;
    left: -36px;
    width: 90px;
  }
  #moreInfo .moreInfoList > li:nth-child(3) .img:after {
    bottom: 50px;
    right: -30px;
    width: 90px;
  }
  #moreInfo .moreInfoList > li:nth-child(4) .img:before {
    bottom: 30px;
    right: -70px;
    width: 98.5px;
  }
  #moreInfo .moreInfoList > li:nth-child(5) .img:before {
    bottom: -18px;
    left: -32px;
    width: 100px;
  }
  #moreInfo .moreInfoList > li:nth-child(6) .img:before {
    top: 0;
    right: -60px;
    width: 122.5px;
  }
  #moreInfo .moreInfoList > li:nth-child(7) .img:before {
    top: 102px;
    left: -36px;
    width: 90px;
  }
  #moreInfo .moreInfoList > li:nth-child(7) .img:after {
    bottom: 50px;
    right: -30px;
    width: 90px;
  }
  #moreInfo .moreInfoList > li:nth-child(8) .img:before {
    bottom: 26px;
    left: -26px;
    width: 82px;
  }
  #moreInfo .moreInfoList > li:nth-child(8) .img:after {
    bottom: 50px;
    right: -70px;
    width: 98.5px;
  }
  #moreInfo .moreInfoList > li .imgWrap {
    width: 285px;
    height: 285px;
    margin-inline: auto;
  }
  #moreInfo .moreInfoList > li .img {
    width: 285px;
    height: 285px;
    margin-inline: auto;
  }
  #moreInfo .moreInfoList > li .img .slick-dots {
    bottom: -32px;
  }
  #moreInfo .moreInfoList > li .text {
    margin-top: 45px;
  }
  #moreInfo .moreInfoList > li .text .title {
    font-size: 21px;
    text-align: center;
  }
  #moreInfo .moreInfoList > li .text .title.writer {
    font-size: 19px;
  }
  #moreInfo .moreInfoList > li .text .title + * {
    margin-top: 15px;
  }
  #moreInfo .moreInfoList > li .text .name {
    margin-top: 24px;
  }
  #moreInfo .moreInfoList > li .text .smallText {
    margin-top: 10px;
    font-size: 13px;
  }
  #service {
    margin-block: 100px 0;
  }
  #service .bgWrap {
    padding-bottom: 130px;
  }
  #service .bgWrap:before {
    width: 100%;
    background: url(../images/common/our_service_sp.png) no-repeat top center/cover;
    aspect-ratio: 759/108;
    top: -53px;
  }
  #service .bgWrap:after {
    width: 101.5px;
    transform: translate(9px, 2px);
  }
  #service .bgWrap .cormorant {
    font-size: 13.6vw;
    bottom: -2.6vw;
  }
  #service .inner {
    padding-top: 54px;
  }
  #service .mainTitle {
    font-size: 25px;
  }
  #service .serviceList {
    margin-top: 50px;
  }
  #service .serviceList > .serviceListItem {
    border-radius: 15px;
    padding: 32px 14px;
    display: flex;
    flex-direction: column-reverse;
    gap: 18px;
  }
  #service .serviceList > .serviceListItem:nth-of-type(1):before {
    width: 220px;
  }
  #service .serviceList > .serviceListItem:nth-of-type(2):before {
    width: 220px;
  }
  #service .serviceList > .serviceListItem:nth-of-type(3):before {
    width: 220px;
  }
  #service .serviceList > .serviceListItem:not(:first-of-type) {
    margin-top: 64px;
  }
  #service .serviceList > .serviceListItem .numberCircle {
    top: -45px;
    right: -12px;
    width: 72px;
    height: 72px;
    padding: 18px;
    align-items: center;
  }
  #service .serviceList > .serviceListItem .numberCircle span {
    font-size: 24px;
    line-height: 1;
  }
  #service .serviceList > .serviceListItem .text .title {
    font-size: 20px;
    border-radius: 3px;
    padding: 3px 20px;
    text-align: center;
    max-width: 200px;
    margin-inline: auto;
  }
  #service .serviceList > .serviceListItem .text .title + * {
    margin-top: 18px;
  }
  #service .serviceList > .serviceListItem .text p + p {
    margin-top: 14px;
  }
  #service .serviceList > .serviceListItem .text .commonList + * {
    margin-top: 14px;
  }
  #service .serviceList > .serviceListItem .img {
    width: 253px;
    height: 284px;
    margin-inline: auto;
    margin-top: -57px;
  }
  #service .serviceList > .serviceListItem:nth-of-type(even) .numberCircle {
    left: -12px;
    padding: 18px;
  }
  #news {
    margin-block: 60px 0;
  }
  #news * + .mainTitle {
    padding-top: 41px;
  }
  #news .mainTitle {
    font-size: 25px;
  }
  #news .mainTitle + * {
    margin-top: 28px;
  }
  #news .newsBlock {
    padding-bottom: 15px;
  }
  #news .newsBlock .category {
    font-size: 17px;
    border-radius: 3px;
    padding-block: 5px 7px;
    padding-inline: 10px;
  }
  #news .newsBlock .category + * {
    margin-top: 10px;
  }
  #news .newsBlock:has(.columnWrap) .columnWrap:nth-of-type(even) {
    border-top: 1px dashed #5e5e5e;
    margin-top: 20px;
  }
  #news .newsBlock:has(.columnWrap) .columnWrap .wrap {
    padding-top: 20px;
  }
  #news .area {
    padding-top: 41px;
  }
  #news .area h3 {
    font-size: 17px;
  }
  #news .area * + h3 {
    padding-top: 32px;
  }
  #news .area p {
    padding-top: 10px;
  }
  #news .snsBlock {
    padding-bottom: 200px;
  }
  #news .snsBlock .snsList {
    flex-wrap: wrap;
    width: 100%;
    justify-content: center;
    max-width: 375px;
  }
  #news .snsBlock .snsList > li {
    width: calc((100% - 60px) / 3);
  }
  #news .snsBlock .snsList > li a .img {
    height: 30px;
  }
  #news .snsBlock .snsList > li a .img img.facebook {
    width: 27px;
    height: 27px;
  }
  #news .snsBlock .snsList > li a .img img.youtube {
    width: 27px;
    height: 20px;
  }
  #news .snsBlock .snsList > li a .img img.instagram {
    width: 24px;
    height: 24px;
  }
  #news .snsBlock .snsList > li a .img img.blog {
    width: 29px;
    height: 29px;
  }
  #news .snsBlock .snsList > li a .img img.mailmagazine {
    width: 25px;
    height: 28px;
  }
  #news .snsBlock .snsList > li a span {
    font-size: 10px;
    padding-top: 3px;
  }
  #footerWrap {
    border-radius: 15px 15px 0 0;
    padding-top: 180px;
  }
  #footerWrap #contact {
    margin-top: 0px;
    top: -146px;
  }
  #footerWrap #contact .contactWrap {
    border-radius: 15px;
    padding: 40px 30px;
    background: url(../images/common/contact_bg_sp.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: auto;
  }
  #footerWrap #contact .contactWrap .mainTitle {
    font-size: 28px;
    padding-top: 17px;
  }
  #footerWrap #contact .contactWrap .mainTitle + p {
    margin-top: 40px;
  }
  #footerWrap #contact .contactWrap .contactForm .btn {
    margin-top: 37px;
    font-size: 15px;
    padding-block: 12px 14px;
    padding-inline: 4px;
    letter-spacing: -0.05em;
  }
  #footerWrap #contact .contactWrap .contactForm .btn span {
    padding-inline: 25px 27px;
  }
  #footerWrap #contact .contactWrap .contactForm .btn span:before {
    top: 6px;
    width: 18px;
  }
  #footerWrap #contact .contactWrap .contactForm .btn span:after {
    top: 4px;
    width: 24px;
  }
  #footerWrap #company {
    padding-block: 50px 50px;
  }
  #footerWrap #company .listCol3 > li {
    width: 68.133vw;
    margin-inline: auto;
  }
  #footerWrap #company .listCol3 > li:not(:first-of-type) {
    margin-top: 32px;
  }
  #footerWrap #company .listCol3 > li .img {
    min-height: 95px;
    font-size: 21px;
    aspect-ratio: 511/190;
  }
  #footerWrap #company .listCol3 > li .text {
    font-size: 17px;
    margin-top: 12px;
  }
  #footerWrap #company .listCol3 > li .text:before {
    top: 7px;
    width: 18px;
  }
  #footerWrap .cormorant {
    font-size: 9.8vw;
    line-height: 1.2;
  }
  .listCol3 {
    margin-top: 38px;
  }
  .listCol3 > .listItem:before {
    top: -10px;
    left: 9.6vw;
    width: 83px;
    height: 23px;
  }
  .listCol3 > .listItem:not(:first-of-type) {
    margin-top: 30px;
  }
  .listCol3 > .listItem .img {
    border-radius: 5px;
    aspect-ratio: 249/175;
    width: 66.4vw;
    height: auto;
    margin-inline: auto;
  }
  .listCol3 > .listItem .text {
    margin-top: 12px;
  }
  .listCol3.wide.wideSP > .listItem {
    display: flex;
  }
  .listCol3.wide.wideSP > .listItem:before {
    top: -10px;
    left: 10px;
    width: 83px;
    height: 23px;
    font-size: 17px;
  }
  .listCol3.wide.wideSP > .listItem .img {
    width: calc(100% - 228px);
    border-radius: 3px;
  }
  .listCol3.wide.wideSP > .listItem .text {
    width: 228px;
    padding-left: 11px;
    display: flex;
    align-items: center;
    margin-top: 0;
  }
  .listCol3.wide > .listItem:before {
    top: -22px;
    left: 12.266vw;
    width: 42px;
    height: 36px;
    font-size: 35px;
  }
  .listCol4 {
    margin-top: 30px;
    gap: 10px;
  }
  .listCol4 > .listItem {
    width: calc((100% - 10px) / 2);
    border-radius: 10px;
    padding: 12px;
  }
  .listCol4 > .listItem .pointNum {
    font-size: 12px;
  }
  .listCol4 > .listItem .pointNum span {
    font-size: 47px;
  }
  .listCol4 > .listItem .title {
    font-size: 15px;
    margin-top: 10px;
  }
  .listCol4 > .listItem .title + * {
    margin-top: 13px;
  }
  ul.commonList > li {
    padding-left: 20px;
  }
  ul.commonList > li:before {
    width: 8px;
    height: 8px;
    top: 11px;
    left: 2px;
  }
  ul.commonList > li:not(:first-of-type) {
    margin-top: 3px;
  }
  ol.commonList > li {
    position: relative;
  }
  ol.commonList > li + li {
    margin-top: 7px;
  }
  ol.commonList > li:before {
    top: 0.1em;
  }
}
@media print, screen and (min-width: 1141px) {
  .inner {
    width: calc(100% - 60px);
    max-width: 1080px;
    margin-inline: auto;
  }
  main {
    margin-top: -205px;
  }
  #fv {
    height: auto;
    aspect-ratio: 1600/980;
    background: url(../images/common/fv_img_right.png) no-repeat top right/contain;
    background-size: 64% auto;
  }
  #fv:before {
    content: "";
    position: absolute;
    background: url(../images/common/fv_midashi.png) no-repeat top left/contain;
    aspect-ratio: 1888/1122;
    width: 56.5vw;
    height: auto;
    bottom: 0;
    left: 0;
    transform: translate(-0.3125vw, 14.1875vw);
  }
  #fv .fvInner {
    width: calc(100% - 240px);
    margin-inline: auto;
    height: 100%;
    padding-top: 18.75vw;
  }
  #fv .mainTitle {
    width: 39.6875vw;
    height: 18.375vw;
  }
  #fv .cormorant {
    display: none;
  }
  #suggest {
    padding-block: 5.3125vw;
    margin-top: -6.25vw;
  }
  #suggest:before {
    width: 220px;
    transform: translate(27%, 34%);
  }
  #suggest .sectionTitle .mainTitle {
    font-size: 46px;
  }
  #suggest .suggestList {
    display: flex;
  }
  #suggest .suggestList > .suggestItem {
    width: 33.3333333333%;
    padding-inline: 20px;
    margin-top: 60px;
  }
  #suggest .suggestList > .suggestItem:not(:first-of-type) {
    border-left: 1px dashed #8a8584;
  }
  #suggest .suggestList > .suggestItem .suggestFor {
    text-align: center;
    font-size: 34px;
  }
  #suggest .suggestList > .suggestItem .suggestItemImg {
    margin-top: 30px;
    width: 72%;
  }
  #suggest .suggestList > .suggestItem .concernList {
    margin-top: 50px;
  }
  #suggest .suggestList > .suggestItem .concernList > .concernItem {
    padding-left: 40px;
    font-size: 18px;
  }
  #suggest .suggestList > .suggestItem .concernList > .concernItem:not(:first-of-type) {
    margin-top: 18px;
  }
  #suggest .suggestList > .suggestItem .concernList > .concernItem:before {
    width: 30px;
    height: 29px;
    top: 4px;
  }
  #suggest .suggestList > .suggestItem .suggestTxt {
    margin-top: 22px;
    font-size: 23px;
    padding-bottom: 60px;
  }
  #suggest .suggestList > .suggestItem .suggestTxt:before {
    width: 175px;
    bottom: 0;
  }
  #suggest .suggestList > .suggestItem .suggestImageWrap {
    margin-top: 40px;
    min-height: 240px;
  }
  #suggest .suggestList > .suggestItem .suggestImageWrap .text {
    padding-left: 16px;
    font-size: 22px;
  }
  #suggest .suggestList > .suggestItem .suggestImageWrap .text span {
    font-size: 30px;
  }
  #suggest .suggestList > .suggestItem .pageLink {
    margin-top: 40px;
  }
  #suggest .suggestList > .suggestItem .pageLink a {
    padding: 10px 45px;
    font-size: 16px;
    max-width: 308px;
  }
  #suggest .suggestList > .suggestItem .pageLink a:before {
    width: 19px;
    transform: translate(-20px, -50%);
  }
  #suggest .suggestList > .suggestItem .pageLink a span {
    font-size: 30px;
  }
  #about {
    margin-block: 85px 64px;
  }
  #about .sectionTitle:before {
    width: 271px;
    left: -40px;
    top: -322px;
  }
  #about .sectionTitle:after {
    width: 140px;
    right: 40px;
    bottom: -110px;
  }
  #about .sectionTitle .bgWrap:before {
    width: 280px;
    transform: translate(-56px, 20px);
  }
  #about .sectionTitle .bgWrap:after {
    width: 323px;
    transform: translate(50%, -20px);
  }
  #about .sectionTitle .inner {
    min-height: 283px;
  }
  #about .sectionTitle .inner .subTitle {
    top: 50px;
    font-size: 117px;
    width: 100%;
  }
  #about .sectionTitle .inner .mainTitle {
    font-size: 46px;
  }
  #about .container {
    display: flex;
    gap: 64px;
    margin-top: 100px;
  }
  #about .container .img {
    width: 334px;
    height: 427px;
    border-radius: 10px;
  }
  #about .container .text {
    width: calc(100% - 334px - 64px);
  }
  #about .container .text .pos {
    font-size: 20px;
  }
  #about .container .text .nameW {
    gap: 30px;
    margin-top: 6px;
    align-items: center;
  }
  #about .container .text .nameW .name {
    font-size: 36px;
  }
  #about .container .text .nameW .en {
    font-size: 22px;
  }
  #about .container .text .intro {
    margin-top: 20px;
    font-size: 18px;
  }
  #about .container .text .license p {
    font-size: 15px;
    line-height: 1.73;
  }
  #about .listCol2 {
    align-items: center;
    gap: 64px;
  }
  #about .listCol2 .img {
    width: 408px;
  }
  #about .listCol2 .text {
    width: calc(100% - 408px - 64px);
  }
  #about .listCol2 .text .title {
    font-size: 40px;
    letter-spacing: -0.03em;
  }
  #about .listCol2 .text .title + * {
    margin-top: 20px;
  }
  #about .listCol2 .text p {
    font-size: 18px;
  }
  #about .listCol2 .text p + p {
    margin-top: 20px;
  }
  #about .reason .subTitle,
  #about .views .subTitle {
    font-size: 86px;
    letter-spacing: -0.02em;
    top: 88px;
  }
  #about .reason {
    padding-top: 130px;
  }
  #about .reason .subTitle {
    left: 0;
  }
  #about .views {
    padding-top: 120px;
  }
  #about .views .subTitle {
    right: 0;
  }
  #wemake {
    padding-top: 10.1875vw;
  }
  #wemake:before {
    background: url(../images/common/title_wemake.webp) no-repeat;
    background-position: bottom center;
    background-size: 100% auto;
    aspect-ratio: 3200/850;
    top: 1px;
  }
  #wemake:after {
    width: 323px;
    top: 352px;
    right: -116px;
  }
}
@media print and (max-width: 1400px), screen and (min-width: 1141px) and (max-width: 1400px) {
  #wemake:after {
    display: none;
  }
}
@media print, screen and (min-width: 1141px) {
  #wemake .wrap {
    font-size: 18px;
  }
  #wemake .wrap:nth-of-type(1):before {
    width: 19.125vw;
    bottom: -13.875vw;
    left: -8.9375vw;
  }
}
@media print and (max-width: 1400px), screen and (min-width: 1141px) and (max-width: 1400px) {
  #wemake .wrap:nth-of-type(1):before {
    display: none;
  }
}
@media print, screen and (min-width: 1141px) {
  #wemake .wrap:nth-of-type(2):before {
    width: 15.5625vw;
    bottom: -8.625vw;
    right: -3vw;
  }
  #wemake .wrap:nth-of-type(3):before {
    width: 12.6875vw;
    bottom: -6.25vw;
    left: -2vw;
  }
  #wemake .wrap.natural {
    padding-top: 90px;
  }
  #wemake .wrap.natural .mainTitle {
    font-size: 46px;
  }
  #wemake .wrap.natural .title {
    margin-top: 56px;
    font-size: 34px;
    border-radius: 5px;
    padding: 10px;
    max-width: 480px;
  }
  #wemake .wrap.natural .title + * {
    margin-top: 36px;
  }
  #wemake .wrap.lunch {
    padding-bottom: 270px;
  }
  #wemake .wrap.lunch .inner {
    padding-top: 6.59375vw;
  }
  #wemake .wrap.lunch .inner:before {
    background: url(../images/common/option_lunch.png) no-repeat center center/contain;
    aspect-ratio: 2160/211;
    width: 100%;
  }
  #wemake .wrap.lunch .description {
    margin-top: 50px;
    font-size: 18px;
  }
  #wemake .wrap:not(:first-of-type) {
    padding-top: 120px;
  }
  #wemake .wrap:not(:first-of-type) .mainTitle {
    font-size: 46px;
    border-radius: 5px;
    max-width: 734px;
    min-height: 82px;
  }
  #wemake .wrap:not(:first-of-type) .mainTitle:before {
    width: 260px;
    transform: translate(-42%, 10%);
  }
  #wemake .wrap:not(:first-of-type) .contentsWrap {
    border-radius: 10px;
    margin-top: 40px;
    padding: 6px;
  }
  #wemake .wrap:not(:first-of-type) .contentsWrap .contents {
    border-radius: 40px;
    padding-block: 40px 50px;
    padding-inline: 56px;
  }
  #wemake .wrap:not(:first-of-type) .contentsWrap .contents .container > .containerItem:not(:first-of-type) {
    margin-top: 32px;
    padding-top: 40px;
  }
  #wemake .wrap:not(:first-of-type) .contentsWrap .contents .container > .containerItem .contentsTitle .title {
    display: flex;
    align-items: center;
  }
  #wemake .wrap:not(:first-of-type) .contentsWrap .contents .container > .containerItem .contentsTitle .title .tag {
    width: 142px;
    font-size: 28px;
    line-height: 1.25;
  }
  #wemake .wrap:not(:first-of-type) .contentsWrap .contents .container > .containerItem .contentsTitle .title p {
    width: calc(100% - 142px);
    padding-left: 36px;
  }
  #defferences {
    margin-top: -8.125vw;
    padding-top: 8.125vw;
  }
  #defferences:before {
    width: 135vw;
    height: 47.625vw;
  }
  #defferences:after {
    width: 18.25vw;
    transform: translate(4%, -40%);
  }
  #defferences .mainTitle {
    font-size: 46px;
  }
  #defferences .mainTitle span {
    font-size: 64px;
  }
  #defferences .listCol4:before {
    width: 175px;
    bottom: 154px;
    right: -130px;
  }
  #works {
    margin-top: 190px;
  }
  #works #case01 {
    margin-top: -50px;
    padding-block: 80px;
  }
  #works #case01 .contentsWrap {
    border-radius: 10px;
    margin-top: 40px;
    padding: 6px;
  }
  #works #case01 .contentsWrap .contents {
    border-radius: 40px;
    padding-block: 40px 50px;
    padding-inline: 56px;
  }
  #works #case01 .contentsWrap .contents .caseTop {
    display: flex;
    align-items: center;
  }
  #works #case01 .contentsWrap .contents .caseTop .img {
    width: 425px;
    transform: translateY(-18%);
  }
  #works #case01 .contentsWrap .contents .caseTop .text {
    width: calc(100% - 425px);
    padding-left: 30px;
  }
  #works #case01 .contentsWrap .contents .caseTop .text .tag {
    font-size: 28px;
  }
  #works #case01 .contentsWrap .contents .caseTop .text .title {
    font-size: 36px;
  }
  #works #case01 .contentsWrap .contents .caseTop .text p {
    font-size: 18px;
    margin-top: 24px;
  }
  #works #case01 .contentsWrap .contents .beforeafter {
    gap: 100px;
    margin-block: 40px;
    padding-block: 40px;
  }
  #works #case01 .contentsWrap .contents .beforeafter:before {
    content: "";
    position: absolute;
    background: url(../images/common/arrow_green.png) no-repeat center center/contain;
    top: 50%;
    left: 50%;
    aspect-ratio: 116/33;
    height: auto;
    transform: translate(-50%, -50%) rotate(-90deg);
    width: 116px;
  }
  #works #case01 .contentsWrap .contents .beforeafter > .wrap {
    width: 50%;
  }
  #works #case01 .contentsWrap .contents .beforeafter > .wrap .title {
    font-size: 24px;
    margin-left: 50px;
  }
  #works #case01 .contentsWrap .contents .beforeafter > .wrap .title:before {
    width: 46px;
    height: 46px;
    transform: translateX(-56px);
  }
  #works #case01 .contentsWrap .contents .beforeafter > .wrap .title + * {
    margin-top: 13px;
    font-size: 18px;
  }
  #works #case01 .contentsWrap .contents .photoGalleryTitle .mainTitle {
    font-size: 35px;
  }
  #works #case01 .contentsWrap .contents .photoGallery {
    margin-top: 36px;
    padding-bottom: 30px;
  }
  #works #case01 .contentsWrap .contents .photoGallery .img {
    width: 90%;
  }
  #works #case01 .contentsWrap .contents .photoGallery .slick-dots {
    bottom: -32px;
  }
  #works #case01 .contentsWrap .contents .photoGallery .slick-arrow {
    transition: 0.3s;
    cursor: pointer;
  }
  #works #case01 .contentsWrap .contents .photoGallery .slick-arrow:hover {
    opacity: 0.6;
  }
  #works #case01 .contentsWrap .contents .photoGallery .slick-arrow:before {
    width: 50px;
    height: 50px;
  }
  #works #case01 .contentsWrap .contents .photoGallery .slick-arrow.slick-prev:before {
    transform: translate(-80%, -50%) rotate(90deg);
  }
  #works #case01 .contentsWrap .contents .photoGallery .slick-arrow.slick-next:before {
    transform: translate(20%, -50%) rotate(-90deg);
  }
  #works #case01 .contentsWrap .contents .textAndImg {
    margin-block: 40px;
    padding-block: 40px;
    display: flex;
  }
  #works #case01 .contentsWrap .contents .textAndImg .text {
    width: calc(100% - 490px);
    padding-right: 50px;
  }
  #works #case01 .contentsWrap .contents .textAndImg .text .title {
    font-size: 30px;
  }
  #works #case01 .contentsWrap .contents .textAndImg .text p {
    font-size: 18px;
    margin-top: 24px;
  }
  #works #case01 .contentsWrap .contents .textAndImg .img {
    width: 490px;
  }
  #works #case01 .contentsWrap .contents .commentWrap {
    display: flex;
  }
  #works #case01 .contentsWrap .contents .commentWrap .img {
    width: 177px;
    height: 177px;
  }
  #works #case01 .contentsWrap .contents .commentWrap .text {
    width: calc(100% - 177px);
    padding-left: 50px;
  }
  #works #case01 .contentsWrap .contents .commentWrap .text .title {
    font-size: 26px;
  }
  #works #case01 .contentsWrap .contents .commentWrap .text p {
    font-size: 18px;
    margin-top: 24px;
  }
  #moreInfo {
    margin-block: 120px 0;
  }
  #moreInfo .mainTitle {
    font-size: 46px;
  }
  #moreInfo .mainTitle span {
    font-size: 64px;
  }
  #moreInfo .moreInfoList {
    margin-top: 80px;
  }
  #moreInfo .moreInfoList > li {
    display: flex;
    align-items: center;
    gap: 90px;
  }
  #moreInfo .moreInfoList > li:not(:first-of-type) {
    margin-top: 105px;
  }
  #moreInfo .moreInfoList > li:nth-of-type(even) {
    display: flex;
    flex-direction: row-reverse;
  }
  #moreInfo .moreInfoList > li .imgWrap:before {
    top: 0;
    left: -4px;
    width: 120px;
    height: 90px;
    font-size: 90px;
  }
  #moreInfo .moreInfoList > li:nth-child(1) .img:before {
    bottom: -34px;
    left: -86px;
    width: 200px;
  }
  #moreInfo .moreInfoList > li:nth-child(1) .img:after {
    top: 5px;
    right: -30px;
    width: 133px;
  }
  #moreInfo .moreInfoList > li:nth-child(2) .img:before {
    top: -3px;
    right: -125px;
    width: 245px;
  }
  #moreInfo .moreInfoList > li:nth-child(3) .img:before {
    top: 106px;
    left: -86px;
    width: 200px;
  }
  #moreInfo .moreInfoList > li:nth-child(3) .img:after {
    bottom: 40px;
    right: -46px;
    width: 200px;
  }
  #moreInfo .moreInfoList > li:nth-child(4) .img:before {
    bottom: 60px;
    right: -124px;
    width: 197px;
  }
  #moreInfo .moreInfoList > li:nth-child(5) .img:before {
    bottom: -34px;
    left: -86px;
    width: 200px;
  }
  #moreInfo .moreInfoList > li:nth-child(6) .img:before {
    top: -3px;
    right: -125px;
    width: 245px;
  }
  #moreInfo .moreInfoList > li:nth-child(7) .img:before {
    top: 35px;
    left: -30px;
    width: 180px;
  }
  #moreInfo .moreInfoList > li:nth-child(7) .img:after {
    bottom: 50px;
    right: -68px;
    width: 180px;
  }
  #moreInfo .moreInfoList > li:nth-child(8) .img:before {
    bottom: 46px;
    left: -36px;
    width: 164px;
  }
  #moreInfo .moreInfoList > li:nth-child(8) .img:after {
    bottom: 75px;
    right: -112px;
    width: 197px;
  }
  #moreInfo .moreInfoList > li .imgWrap {
    width: 434px;
    height: 434px;
  }
  #moreInfo .moreInfoList > li .img {
    width: 434px;
    height: 434px;
  }
  #moreInfo .moreInfoList > li .img .slick-dots {
    bottom: -32px;
  }
  #moreInfo .moreInfoList > li .text {
    width: calc(100% - 434px - 90px);
  }
  #moreInfo .moreInfoList > li .text .title {
    font-size: 30px;
  }
  #moreInfo .moreInfoList > li .text .title + * {
    margin-top: 24px;
  }
  #moreInfo .moreInfoList > li .text p {
    font-size: 18px;
  }
  #moreInfo .moreInfoList > li .text .name {
    margin-top: 24px;
    font-size: 16px;
  }
  #moreInfo .moreInfoList > li .text .smallText {
    margin-top: 10px;
    font-size: 15px;
  }
  #service {
    margin-block: 160px 0;
  }
  #service .bgWrap {
    padding-bottom: 250px;
  }
  #service .bgWrap:before {
    width: 100%;
    background: url(../images/common/our_service.png) no-repeat top center/contain;
    aspect-ratio: 3200/434;
    top: 0;
  }
  #service .bgWrap:after {
    width: 203px;
    transform: translate(30px, 10px);
  }
  #service .bgWrap .cormorant {
    font-size: 7.3125vw;
    bottom: -1.5vw;
  }
  #service .inner {
    padding-top: 160px;
  }
  #service .mainTitle {
    font-size: 46px;
  }
  #service .serviceList {
    margin-top: 140px;
  }
  #service .serviceList > .serviceListItem {
    border-radius: 30px;
    padding: clamp(65px, 4.0625vw, 65px);
    display: flex;
    gap: clamp(40px, 2.5vw, 40px);
  }
  #service .serviceList > .serviceListItem:nth-of-type(1):before {
    width: 491px;
    transform: translate(-60%, -64%);
  }
  #service .serviceList > .serviceListItem:nth-of-type(2):before {
    width: 690px;
    transform: translate(42%, -80%);
  }
  #service .serviceList > .serviceListItem:nth-of-type(3):before {
    width: 327px;
    transform: translate(-74%, -82%);
  }
  #service .serviceList > .serviceListItem:not(:first-of-type) {
    margin-top: clamp(175px, 10.9375vw, 175px);
  }
  #service .serviceList > .serviceListItem .numberCircle {
    top: clamp(-130px, -8.125vw, -130px);
    right: clamp(-70px, -4.375vw, -70px);
    width: clamp(373px, 23.3125vw, 373px);
    height: clamp(373px, 23.3125vw, 373px);
    padding: clamp(70px, 4.375vw, 70px);
    align-items: flex-end;
  }
  #service .serviceList > .serviceListItem .numberCircle span {
    font-size: clamp(44px, 2.75vw, 44px);
    line-height: clamp(50px, 3.125vw, 50px);
    height: clamp(50px, 3.125vw, 50px);
    text-align: center;
  }
  #service .serviceList > .serviceListItem .text {
    width: calc(100% - clamp(500px, 31.25vw, 500px) - clamp(40px, 2.5vw, 40px));
  }
  #service .serviceList > .serviceListItem .text .title {
    display: inline-block;
    font-size: 36px;
    border-radius: 5px;
    padding: 3px 20px;
  }
  #service .serviceList > .serviceListItem .text .title + * {
    margin-top: 24px;
  }
  #service .serviceList > .serviceListItem .text p {
    font-size: 18px;
  }
  #service .serviceList > .serviceListItem .text p + p {
    margin-top: 20px;
  }
  #service .serviceList > .serviceListItem .text .commonList {
    margin-top: 20px;
    font-size: 18px;
  }
  #service .serviceList > .serviceListItem .text .commonList + * {
    margin-top: 20px;
  }
  #service .serviceList > .serviceListItem .price_num {
    font-size: 26px;
  }
  #service .serviceList > .serviceListItem .img {
    width: clamp(500px, 31.25vw, 500px);
    height: clamp(556px, 34.75vw, 556px);
    z-index: 3;
    margin-top: calc(clamp(-60px, -3.75vw, -60px) + clamp(-70px, -4.375vw, -70px));
  }
  #service .serviceList > .serviceListItem:nth-of-type(even) {
    flex-direction: row-reverse;
  }
  #service .serviceList > .serviceListItem:nth-of-type(even) .numberCircle {
    left: clamp(-70px, -4.375vw, -70px);
    align-items: flex-start;
  }
  #news {
    margin-block: 110px 0;
  }
  #news * + .mainTitle {
    padding-top: 100px;
  }
  #news .mainTitle {
    font-size: 36px;
  }
  #news .mainTitle + * {
    margin-top: 56px;
  }
  #news .newsBlock {
    padding-bottom: 40px;
  }
  #news .newsBlock .wrap {
    padding-inline: 40px;
  }
  #news .newsBlock .category {
    font-size: 24px;
    border-radius: 5px;
    padding-block: 10px 12px;
    padding-inline: 20px;
  }
  #news .newsBlock .category + * {
    margin-top: 16px;
    font-size: 18px;
  }
  #news .newsBlock:has(.columnWrap) {
    display: flex;
    margin-top: 60px;
  }
  #news .newsBlock:has(.columnWrap) .columnWrap:nth-of-type(even) {
    border-left: 1px dashed #5e5e5e;
  }
  #news .area {
    padding-top: 100px;
  }
  #news .area h3 {
    font-size: 24px;
  }
  #news .area * + h3 {
    padding-top: 40px;
  }
  #news .area p {
    font-size: 18px;
    padding-top: 20px;
  }
  #news .snsBlock {
    padding-bottom: 312px;
  }
  #news .snsBlock .snsList {
    justify-content: center;
  }
  #news .snsBlock .snsList > li {
    width: calc((100% - 120px) / 5);
  }
  #news .snsBlock .snsList > li a .img {
    height: 50px;
  }
  #news .snsBlock .snsList > li a .img img.facebook {
    width: 39px;
    height: 39px;
  }
  #news .snsBlock .snsList > li a .img img.youtube {
    width: 39px;
    height: 28px;
  }
  #news .snsBlock .snsList > li a .img img.instagram {
    width: 34px;
    height: 34px;
  }
  #news .snsBlock .snsList > li a .img img.blog {
    width: 39px;
    height: 39px;
  }
  #news .snsBlock .snsList > li a .img img.mailmagazine {
    width: 41px;
    height: 44px;
  }
  #news .snsBlock .snsList > li a span {
    font-size: 13px;
    padding-top: 5px;
  }
  #footerWrap {
    border-radius: 30px 30px 0 0;
    padding-top: 180px;
  }
  #footerWrap #contact {
    margin-top: 120px;
    top: -312px;
  }
  #footerWrap #contact .contactWrap {
    border-radius: 30px;
    padding: 50px;
    background: url(../images/common/contact_bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: auto;
  }
  #footerWrap #contact .contactWrap .mainTitle {
    font-size: 36px;
    padding-top: 40px;
  }
  #footerWrap #contact .contactWrap .mainTitle + p {
    margin-top: 30px;
  }
  #footerWrap #contact .contactWrap .contactForm {
    max-width: 492px;
  }
  #footerWrap #contact .contactWrap .contactForm .btn {
    margin-top: 40px;
    font-size: 22px;
    padding-block: 10px;
    padding-inline: 20px;
  }
  #footerWrap #contact .contactWrap .contactForm .btn span {
    padding-inline: 40px 60px;
  }
  #footerWrap #contact .contactWrap .contactForm .btn span:before {
    top: 9px;
    width: 25px;
  }
  #footerWrap #contact .contactWrap .contactForm .btn span:after {
    top: 10px;
    width: 22px;
  }
  #footerWrap #company {
    padding-block: 80px 60px;
  }
  #footerWrap #company .listCol3 > li .img {
    min-height: 128px;
    font-size: 32px;
  }
  #footerWrap #company .listCol3 > li .text {
    font-size: 20px;
    margin-top: 12px;
  }
  #footerWrap #company .listCol3 > li .text:before {
    top: 10px;
    width: 22px;
  }
  #footerWrap #company .listCol3 > li p {
    font-size: 18px;
  }
  #footerWrap .cormorant {
    font-size: 7.3125vw;
    line-height: 1;
  }
  .listCol3 {
    display: flex;
    justify-content: space-around;
    gap: 24px;
    margin-top: 50px;
  }
  .listCol3 > .listItem {
    width: calc((100% - 48px) / 3);
  }
  .listCol3 > .listItem:before {
    top: -10px;
    left: 12px;
    width: 100px;
    height: 28px;
  }
  .listCol3 > .listItem .img {
    border-radius: 5px;
    aspect-ratio: 343/240;
    width: 100%;
    height: auto;
  }
  .listCol3 > .listItem .text {
    margin-top: 12px;
    font-size: 18px;
  }
  .listCol3.wide {
    gap: 26px;
    margin-top: 60px;
  }
  .listCol3.wide > .listItem {
    width: calc((100% - 52px) / 3);
  }
  .listCol3.wide > .listItem:before {
    top: -17px;
    left: 20px;
    width: 64px;
    height: 45px;
    font-size: 48px;
  }
  .listCol4 {
    margin-top: 80px;
    gap: 20px 16px;
  }
  .listCol4 > .listItem {
    width: calc((100% - 48px) / 4);
    border-radius: 20px;
    padding: 28px;
  }
  .listCol4 > .listItem .pointNum {
    font-size: 18px;
  }
  .listCol4 > .listItem .pointNum span {
    font-size: 74px;
  }
  .listCol4 > .listItem .title {
    font-size: 24px;
    margin-top: 10px;
  }
  .listCol4 > .listItem .title + * {
    margin-top: 26px;
  }
  ul.commonList > li {
    font-size: 18px;
    padding-left: 28px;
  }
  ul.commonList > li:before {
    width: 13px;
    height: 13px;
    top: 15px;
    left: 0;
  }
  ul.commonList > li:not(:first-of-type) {
    margin-top: 5px;
  }
  ol.commonList.col_pc {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  ol.commonList.col_pc > li {
    width: calc(50% - 20px);
  }
  ol.commonList.col_pc > li:nth-child(odd) {
    margin-right: 10px;
  }
  ol.commonList.col_pc > li:nth-child(even) {
    margin-left: 10px;
  }
  ol.commonList.col_pc > li:nth-of-type(2) {
    margin-top: 0 !important;
  }
  ol.commonList > li {
    font-size: 18px;
  }
  ol.commonList > li + li {
    margin-top: 7px;
  }
  ol.commonList > li:before {
    font-size: 18px;
  }
}
@media screen and (min-width: 1141px) and (max-width: 1000px) and (max-width: 1400px) {
  #wemake:after {
    display: none;
  }
}
@media screen and (min-width: 1141px) and (max-width: 1000px) and (max-width: 1400px) {
  #wemake .wrap:nth-of-type(1):before {
    display: none;
  }
}
@media print and (max-width: 1400px) {
  #wemake:after {
    display: none;
  }
}
@media print and (max-width: 1400px) {
  #wemake .wrap:nth-of-type(1):before {
    display: none;
  }
}
/*# sourceMappingURL=map/home.css.map */
