@charset "UTF-8";
/* リキッドレイアウト対応 */
body {
  font-family: "Noto Serif JP", serif;
  color: #000;
}

.u-desktop {
  display: none;
}
@media screen and (min-width: 768px) {
  .u-desktop {
    display: block;
  }
}

@media screen and (min-width: 768px) {
  .u-mobile {
    display: none;
  }
}

@media (max-width: 375px) {
  html {
    font-size: 4.2666666667vw;
  }
}
html {
  font-size: 16px;
}
@media screen and (min-width: 768px) {
  html {
    font-size: 0.8333333333vw;
  }
}
@media (min-width: 1920px) {
  html {
    font-size: 16px;
  }
}

/* pcの電話番号発信対応 */
@media screen and (min-width: 768px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}

/* ホバー */
a {
  text-decoration: none;
  color: inherit;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
@media screen and (min-width: 768px) {
  a:hover {
    opacity: 0.8;
  }
}

*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/* Remove default padding */
ul,
ol {
  padding: 0;
}

/* Remove default margin */
body,
h1,
h2,
h3,
h4,
p,
ul,
ol,
figure,
blockquote,
dl,
dd {
  margin: 0;
}

/* Set core root defaults */
html {
  scroll-behavior: smooth;
}

/* Set core body defaults */
body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
}

/* Remove list styles on ul, ol elements with a class attribute */
ul,
ol {
  list-style: none;
}

/* A elements that don't have a class get default styles */
a:not([class]) {
  text-decoration-skip-ink: auto;
}

/* Make images easier to work with */
img {
  max-width: 100%;
  display: block;
  width: 100%;
}

/* Natural flow and rhythm in articles by default */
article > * + * {
  margin-top: 1em;
}

/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
  font: inherit;
}

/* Blur images when they have no alt attribute */
img:not([alt]) {
  filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feGaussianBlur stdDeviation="10" /></filter></svg>#filter');
  -webkit-filter: blur(10px);
          filter: blur(10px);
}

/* フォームリセット */
input,
button,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: none;
  border-radius: 0;
  font: inherit;
  outline: none;
}

textarea {
  resize: vertical;
}

input[type=checkbox],
input[type=radio] {
  display: none;
}

input[type=submit],
input[type=button],
label,
button,
select {
  cursor: pointer;
}

select::-ms-expand {
  display: none;
}

.building-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.building-block__left {
  max-width: 100%;
}

.building-block__left--01 {
  width: 506px;
  width: 31.625rem;
}

.building-block__left--02 {
  width: 471px;
  width: 29.4375rem;
}

.building-block__left--03 {
  width: 405px;
  width: 25.3125rem;
}

.building-block__head {
  color: #fff;
  font-weight: 500;
  font-size: 28px;
  font-size: 1.75rem;
  line-height: 1.5;
}

.building-block__sub-head {
  margin-top: 32px;
  margin-top: 2rem;
  margin-bottom: 43px;
  margin-bottom: 2.6875rem;
  color: #fff;
}

.building-block__text {
  font-weight: 400;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 2;
  letter-spacing: 0;
  color: #fff;
}

.building-block__text--03 {
  margin-top: 50px;
  margin-top: 3.125rem;
}

.building-block__right {
  max-width: 100%;
}

.building-block__right--01 {
  width: 384px;
  width: 24rem;
}

.building-block__right--02 {
  width: 426px;
  width: 26.625rem;
}

.building-block__right--03 {
  width: 471px;
  width: 29.4375rem;
}

@media screen and (max-width: 767px) {
  .building-block {
    display: block;
  }
  .building-block__head {
    font-size: 1.25rem;
    line-height: 1.8;
  }
  .building-block__text {
    font-size: 0.875rem;
  }
  .building-block__sub-head {
    margin-top: 1.25rem;
    margin-bottom: 1.6875rem;
  }
  .building-block__right {
    margin-top: 2rem;
  }
  .building-block__text--03 {
    margin-top: 1.5rem;
  }
}
.contact {
  padding-top: 65px;
  padding-top: 4.0625rem;
  padding-bottom: 70px;
  padding-bottom: 4.375rem;
}

.contact__inner {
  width: 1000px;
  width: 62.5rem;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.contact__sub-inner {
  width: 800px;
  width: 50rem;
  max-width: 100%;
}

.contact__title {
  text-align: center;
}

.contact__title span {
  display: inline-block;
  font-weight: 500;
  font-size: 24px;
  font-size: 1.5rem;
  letter-spacing: 0;
  position: relative;
}

.contact__title span::before,
.contact__title span::after {
  content: "";
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 120px;
  width: 7.5rem;
  height: 3px;
  height: 0.1875rem;
  background-color: #000;
}

.contact__title span::before {
  left: -150px;
  left: -9.375rem;
}

.contact__title span::after {
  right: -150px;
  right: -9.375rem;
}

.contact__title-en {
  font-weight: 500;
  font-size: 42px;
  font-size: 2.625rem;
  text-align: center;
  letter-spacing: 0;
  margin-top: 20px;
  margin-top: 1.25rem;
}

.contact__logo {
  margin-top: 54px;
  margin-top: 3.375rem;
  text-align: center;
}

.contact__logo img {
  width: 452px;
  width: 28.25rem;
  display: inline-block;
}

.contact__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin-top: 24px;
  margin-top: 1.5rem;
}

.contact__left {
  width: 360px;
  width: 22.5rem;
  max-width: 100%;
}

.contact__tel {
  display: block;
  text-align: center;
  font-weight: 500;
  font-size: 48px;
  font-size: 3rem;
  letter-spacing: 0;
}

.contact__address {
  font-weight: 500;
  line-height: 2;
  font-size: 14px;
  font-size: 0.875rem;
  letter-spacing: 0;
  text-align: center;
}

.contact__btn01 {
  background-color: #F6A2A7;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 60px;
  height: 3.75rem;
  font-weight: 700;
  font-size: 18px;
  font-size: 1.125rem;
  color: #fff;
  letter-spacing: 0;
  margin-top: 40px;
  margin-top: 2.5rem;
}

.contact__right {
  width: 360px;
  width: 22.5rem;
  max-width: 100%;
}

.contact__detail {
  text-align: center;
}

.contact__detail span {
  display: inline-block;
  text-align: left;
  font-weight: 500;
  line-height: 2;
  font-size: 14px;
  font-size: 0.875rem;
  letter-spacing: 0;
}

.contact__btn02 {
  background-color: #71B7D7;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 60px;
  height: 3.75rem;
  font-weight: 700;
  font-size: 18px;
  font-size: 1.125rem;
  color: #fff;
  letter-spacing: 0;
  margin-top: 40px;
  margin-top: 2.5rem;
}

.contact__copy {
  text-align: center;
  margin-top: 40px;
  margin-top: 2.5rem;
  font-weight: 700;
  font-size: 14px;
  font-size: 0.875rem;
  letter-spacing: 0;
}

@media screen and (max-width: 767px) {
  .contact {
    padding-bottom: 2rem;
  }
  .contact__title {
    font-size: 1.375rem;
  }
  .contact__title-en {
    font-size: 1.75rem;
    margin-top: 0.1875rem;
  }
  .contact__title span::before,
  .contact__title span::after {
    width: 3.75rem;
  }
  .contact__title span::before {
    left: -4.6875rem;
  }
  .contact__title span::after {
    right: -4.6875rem;
  }
  .contact__logo {
    margin-top: 1.5625rem;
  }
  .contact__logo img {
    width: 18.75rem;
  }
  .contact__box {
    display: block;
    margin-top: 0.6875rem;
  }
  .contact__tel {
    font-size: 2rem;
  }
  .contact__btn01 {
    margin-top: 1.25rem;
  }
  .contact__right {
    margin-top: 2.5rem;
  }
  .contact__btn02 {
    margin-top: 1.25rem;
  }
  .contact__copy {
    font-size: 0.75rem;
    margin-top: 1.5rem;
  }
  .contact__left {
    width: 100%;
  }
  .contact__right {
    width: 100%;
  }
}
.content__inner {
  width: 1320px;
  width: 82.5rem;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.environment-map {
  position: relative;
}

.environment-map__en {
  position: absolute;
  right: 0;
  top: 30px;
  top: 1.875rem;
  -webkit-transform: rotate(-15deg);
          transform: rotate(-15deg);
}

.environment-map__en span {
  font-family: "Yellowtail", cursive;
  font-weight: 400;
  font-size: 60px;
  font-size: 3.75rem;
  letter-spacing: 0;
  line-height: 1;
  display: block;
}

.environment-map__en span:nth-child(2) {
  margin-left: 0.6em;
}

.environment-map__en span:nth-child(3) {
  margin-left: 1.5em;
}

.environment-map__meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.environment-map__area {
  width: 257px;
  width: 16.0625rem;
}

.environment-map__head {
  margin-left: 16px;
  margin-left: 1rem;
  font-weight: 500;
  font-size: 28px;
  font-size: 1.75rem;
  letter-spacing: 0;
}

.environment-map__text {
  margin-top: 44px;
  margin-top: 2.75rem;
  font-weight: 500;
  font-size: 18px;
  font-size: 1.125rem;
  letter-spacing: 0.04em;
  line-height: 2.3333333333;
}

.environment-map__img {
  margin-top: 86px;
  margin-top: 5.375rem;
}

/*
.environment-map__img img {
    cursor: zoom-in;
}

#popup-modal {
    display: none;
    position: fixed;
    z-index: 9999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.8);
  }

  #popup-img {
    display: block;
    max-width: 90%;
    max-height: 90%;
    margin: 5% auto;
  }

  .close {
    position: absolute;
    top: 20px;
    right: 30px;
    font-size: 40px;
    color: #fff;
    cursor: pointer;
  }
  */
/*
  .environment-map__img img {
    cursor: zoom-in;
  }

  #popup-modal {
    display: none;
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.85);
    z-index: 99999;
    overflow: hidden;
  }

  #popup-img-wrap {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    overflow: hidden;
  }

  #popup-img {
    position: absolute;
    top: 50%;
    left: 50%;
    max-width: none;
    width: 90vw;
    height: auto;
    transform: translate(-50%, -50%);
    cursor: grab;
    user-select: none;
    -webkit-user-drag: none;
    touch-action: none;
  }

  #popup-img:active {
    cursor: grabbing;
  }

  #popup-modal .close {
    position: absolute;
    top: 20px;
    right: 30px;
    color: #fff;
    font-size: 40px;
    line-height: 1;
    cursor: pointer;
    z-index: 100000;
  }
.environment-map__img img {
  cursor: zoom-in;
}

#popup-modal {
  display: none;
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.85);
  z-index: 99999;
}

#popup-modal.is-open {
  display: block;
}

#popup-viewer {
  position: absolute;
  inset: 0;
  overflow: hidden;
  touch-action: none;
  cursor: grab;
}

#popup-viewer.is-dragging {
  cursor: grabbing;
}

#popup-img {
  display: block;
  max-width: none;
  max-height: none;
  width: auto;
  height: auto;
  user-select: none;
  -webkit-user-drag: none;
  pointer-events: none;
}

#popup-modal .close {
  position: absolute;
  top: 20px;
  right: 24px;
  z-index: 100000;
  border: 0;
  background: transparent;
  color: #fff;
  font-size: 42px;
  line-height: 1;
  cursor: pointer;
}

@media (max-width: 767px) {
  #popup-modal .close {
    top: 12px;
    right: 16px;
    font-size: 36px;
  }
}
*/
.environment-map__img img {
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
}

#popup-modal {
  display: none;
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, .8);
  z-index: 99999;
}

#popup-modal.is-open {
  display: block;
}

#popup-viewer-wrap {
  position: absolute;
  inset: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 40px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

#popup-viewer {
  position: relative;
  width: min(1200px, 100%);
  height: min(80vh, 800px);
  overflow: hidden;
  -ms-touch-action: none;
      touch-action: none;
  background: #fff;
}

#popup-panzoom {
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transform-origin: 0 0;
          transform-origin: 0 0;
  cursor: -webkit-grab;
  cursor: grab;
}

#popup-panzoom.is-dragging {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

#popup-img {
  display: block;
  width: auto !important;
  height: auto !important;
  max-width: none !important;
  max-height: none !important;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-user-drag: none;
}

#popup-modal .close {
  position: absolute;
  top: 16px;
  right: 20px;
  z-index: 100000;
  border: 0;
  background: transparent;
  color: #fff;
  font-size: 42px;
  line-height: 1;
  cursor: pointer;
}

@media (max-width: 767px) {
  .lightbox {
    position: fixed !important;
    top: 50% !important;
    left: 50% !important;
    -webkit-transform: translate(-50%, -50%) !important;
            transform: translate(-50%, -50%) !important;
    margin: 0 !important;
    width: calc(100vw - 24px) !important;
    max-width: 100% !important;
  }
  .lb-outerContainer,
  .lb-dataContainer {
    width: 100% !important;
  }
  .lb-image {
    width: 100% !important;
    height: auto !important;
    max-height: 80vh !important;
  }
  .lb-closeContainer {
    position: absolute !important;
    top: 8px;
    right: 8px;
    width: auto !important;
    z-index: 9999;
  }
  .lb-close {
    float: none !important;
  }
}
@media (max-width: 767px) {
  #popup-viewer-wrap {
    padding: 16px;
  }
  #popup-viewer {
    width: 100%;
    height: 70vh;
  }
  #popup-modal .close {
    top: 8px;
    right: 12px;
    font-size: 34px;
  }
}
@media screen and (max-width: 767px) {
  .environment-map__area {
    width: 9.875rem;
  }
  .environment-map__head {
    font-size: 1.125rem;
    margin-top: 0.6875rem;
    margin-left: 0;
  }
  .environment-map__meta {
    display: block;
  }
  .environment-map__en span {
    font-size: 1.875rem;
  }
  .environment-map__en {
    right: 1.3125rem;
    top: -2.5rem;
  }
  .environment-map__text {
    font-size: 0.875rem;
    line-height: 2;
    margin-top: 0.9375rem;
  }
  .environment-map__img {
    margin-top: 2.5rem;
  }
}
.environment {
  background-color: #E1EDE7;
  padding-top: 85px;
  padding-top: 5.3125rem;
  padding-bottom: 130px;
  padding-bottom: 8.125rem;
}

.environment__inner {
  width: 1320px;
  width: 82.5rem;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.environment__sub-inner {
  width: 1120px;
  width: 70rem;
  max-width: 100%;
}

.environment__title {
  text-align: center;
  position: relative;
}

.environment__title::before {
  content: "";
  position: absolute;
  width: 118px;
  width: 7.375rem;
  height: 120px;
  height: 7.5rem;
  background: url(https://www.matsumoto-ringyou.co.jp/img_new/ohizumi-ryokuchi-area/environment-before.webp) no-repeat center center/contain;
  top: -17px;
  top: -1.0625rem;
  left: 0;
}

.environment__title span {
  display: inline-block;
  color: #006837;
  font-family: "Noto Sans", sans-serif;
  font-weight: 600;
  font-size: 40px;
  font-size: 2.5rem;
  letter-spacing: 0;
  border-bottom: 3px solid #006837;
  border-bottom: 0.1875rem solid #006837;
  padding: 0 18px 15px;
  padding: 0 1.125rem 0.9375rem;
}

.environment__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin-top: 67px;
  margin-top: 4.1875rem;
}

.environment__left {
  width: 586px;
  width: 36.625rem;
  max-width: 100%;
}

.environment__area-pc {
  width: 257px;
  width: 16.0625rem;
}

.environment__head {
  font-weight: 500;
  font-size: 28px;
  font-size: 1.75rem;
  line-height: 1.6428571429;
  letter-spacing: 0;
  margin-top: 45px;
  margin-top: 2.8125rem;
}

.environment__text {
  font-weight: 500;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 2.3333333333;
  letter-spacing: 0.04em;
  margin-top: 45px;
  margin-top: 2.8125rem;
}

.environment__right {
  width: 493px;
  width: 30.8125rem;
  max-width: 100%;
  position: relative;
}

.environment__right-en {
  position: absolute;
  right: 0;
  top: -150px;
  top: -9.375rem;
  -webkit-transform: rotate(-7deg);
          transform: rotate(-7deg);
}

.environment__right-en span {
  display: block;
  font-weight: 400;
  font-size: 60px;
  font-size: 3.75rem;
  letter-spacing: 0;
  line-height: 1;
  font-family: "Yellowtail", cursive;
}

.environment__right-en span:nth-child(2) {
  margin-left: 0.6em;
}

.environment__right-en span:nth-child(3) {
  margin-left: 1.5em;
}

.environment__map {
  margin-top: 136px;
  margin-top: 8.5rem;
}

.environment__living {
  margin-top: 87px;
  margin-top: 5.4375rem;
}

@media screen and (max-width: 767px) {
  .environment {
    padding-top: 3.875rem;
    padding-bottom: 3.125rem;
  }
  .environment__title span {
    font-size: 1.5rem;
    padding: 0 0.5625rem 0.3125rem;
  }
  .environment__title::before {
    width: 2.375rem;
    height: 2.375rem;
    left: 1.5625rem;
    top: -3.0625rem;
  }
  .environment__box {
    margin-top: 2.125rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .environment__area-pc {
    display: none;
  }
  .environment__right-en {
    display: none;
  }
  .environment__sub-inner {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
  .environment__head {
    font-size: 1.125rem;
    margin-top: 1.875rem;
    line-height: 2;
    text-align: center;
  }
  .environment__text {
    margin-top: 2.0625rem;
    font-size: 0.8125rem;
    line-height: 2;
  }
  .environment__living {
    margin-top: 3rem;
  }
  .environment__map {
    margin-top: 4.6875rem;
  }
}
.footer {
  height: 90px;
  height: 5.625rem;
  background-color: #9E857B;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.footer__inner {
  width: 1320px;
  width: 82.5rem;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.footer__sub-inner {
  width: 1120px;
  width: 70rem;
  max-width: 100%;
}

.footer small {
  display: block;
  text-align: center;
  font-weight: 700;
  font-size: 14px;
  font-size: 0.875rem;
  color: #fff;
}

@media screen and (max-width: 767px) {
  .footer {
    height: 3.125rem;
  }
  .footer small {
    font-size: 0.625rem;
  }
}
.header {
  position: fixed;
  width: 100%;
  height: 146px;
  height: 9.125rem;
  background-color: #fff;
  z-index: 100;
  top: 0;
  left: 0;
}

.header__inner {
  width: 1860px;
  width: 116.25rem;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 30px;
  padding-left: 1.875rem;
  padding-right: 30px;
  padding-right: 1.875rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: inherit;
}

.header__logo {
  width: 197px;
  width: 12.3125rem;
}

.header__logo a {
  display: block;
}

.header__logo a svg {
  width: 100%;
  height: auto;
}

.header__btn {
  background-color: #9E857B;
  display: block;
  width: 258px;
  width: 16.125rem;
  padding-top: 11px;
  padding-top: 0.6875rem;
  padding-bottom: 18px;
  padding-bottom: 1.125rem;
}

.header__comapny {
  text-align: center;
}

.header__comapny img {
  display: inline-block;
  width: 218px;
  width: 13.625rem;
}

.header__text {
  font-weight: 400;
  color: #fff;
  font-size: 15px;
  font-size: 0.9375rem;
  letter-spacing: 0;
  text-align: center;
  margin-top: -5px;
  margin-top: -0.3125rem;
}

@media screen and (max-width: 767px) {
  .header {
    height: 4.5625rem;
  }
  .header__inner {
    padding-left: 0;
    padding-right: 0;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .header__logo {
    width: 6.125rem;
  }
  .header__btn {
    display: none;
  }
}
.home-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.home-block__left {
  max-width: 100%;
}

.home-block__head {
  font-weight: 500;
  font-size: 28px;
  font-size: 1.75rem;
  line-height: 1.5;
  letter-spacing: 0;
  padding-left: 20px;
  padding-left: 1.25rem;
  border-left: 10px solid #006837;
  border-left: 0.625rem solid #006837;
}

.home-block__text {
  font-weight: 500;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 2.1111111111;
  letter-spacing: 0.04em;
  margin-top: 48px;
  margin-top: 3rem;
}

.home-block__img {
  max-width: 100%;
}

.home-block__img--01 {
  width: 700px;
  width: 43.75rem;
}

.home-block__img--02 {
  width: 570px;
  width: 35.625rem;
}

.home-block__img--03 {
  width: 532px;
  width: 33.25rem;
}

.home-block__left--02 {
  width: 503px;
  width: 31.4375rem;
}

.home-block__left--03 {
  width: 450px;
  width: 28.125rem;
}

@media screen and (max-width: 767px) {
  .home-block {
    display: block;
  }
  .home-block__head {
    font-size: 1.125rem;
    padding-left: 0.8125rem;
    border-left: 0.4375rem solid #006837;
  }
  .home-block__text {
    font-size: 0.875rem;
  }
  .home-block__img--01 {
    margin-top: 2.1875rem;
  }
  .home-block__text {
    margin-top: 1.5625rem;
  }
  .home-block__img--02 {
    margin-top: 2.1875rem;
  }
  .home-block__img--03 {
    margin-top: 2.1875rem;
  }
}
.home {
  background-color: #E1EDE7;
  padding-top: 100px;
  padding-top: 6.25rem;
  padding-bottom: 89px;
  padding-bottom: 5.5625rem;
}

.home__inner {
  width: 1310px;
  width: 81.875rem;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.home__sub-inner {
  width: 1120px;
  width: 70rem;
  max-width: 100%;
}

.home__title {
  text-align: center;
  position: relative;
}

.home__title::before {
  content: "";
  position: absolute;
  width: 118px;
  width: 7.375rem;
  height: 120px;
  height: 7.5rem;
  background: url(https://www.matsumoto-ringyou.co.jp/img_new/ohizumi-ryokuchi-area/environment-before.webp) no-repeat center center/contain;
  top: -17px;
  top: -1.0625rem;
  left: 0;
}

.home__title span {
  display: inline-block;
  font-weight: 600;
  font-size: 40px;
  font-size: 2.5rem;
  color: #006837;
  letter-spacing: 0;
  padding: 0 18px 10px;
  padding: 0 1.125rem 0.625rem;
  font-family: "Noto Sans", sans-serif;
  border-bottom: 3px solid #006837;
  border-bottom: 0.1875rem solid #006837;
}

.home__copy {
  text-align: center;
  font-weight: 500;
  font-size: 35px;
  font-size: 2.1875rem;
  letter-spacing: 0;
  color: #006837;
  margin-top: 63px;
  margin-top: 3.9375rem;
}

.home__copy01 {
  text-align: center;
  font-weight: 500;
  font-size: 22px;
  font-size: 1.375rem;
  letter-spacing: 0.04em;
}

.home__items {
  margin-top: 63px;
  margin-top: 3.9375rem;
}

.home__item:nth-child(2n+1) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.home__item:not(:first-child) {
  margin-top: 85px;
  margin-top: 5.3125rem;
}

.home__inner01 {
  width: 1520px;
  width: 95rem;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 50px;
  margin-top: 3.125rem;
}

.home__sub-inner01 {
  width: 1420px;
  width: 88.75rem;
  max-width: 100%;
  background: url(https://www.matsumoto-ringyou.co.jp/img_new/ohizumi-ryokuchi-area/house-building-bg.webp) no-repeat center center/cover;
}

.home__inner02 {
  width: 1320px;
  width: 82.5rem;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 92px;
  margin-top: 5.75rem;
}

.home__sub-inner02 {
  width: 1120px;
  width: 70rem;
  max-width: 100%;
}

.home__inner03 {
  width: 1520px;
  width: 95rem;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 100px;
  margin-top: 6.25rem;
}

.home__sub-inner03 {
  width: 1320px;
  width: 82.5rem;
  max-width: 100%;
}

@media screen and (max-width: 767px) {
  .home {
    padding-bottom: 3.5rem;
  }
  .home__title span {
    font-size: 1.5rem;
    padding: 0 0.5625rem 0.3125rem;
  }
  .home__title::before {
    width: 2.375rem;
    height: 2.375rem;
    top: -2.9375rem;
    left: 2.0625rem;
  }
  .home__copy {
    font-size: 1.5rem;
    margin-top: 2.25rem;
  }
  .home__copy01 {
    font-size: 1.125rem;
    margin-top: 1.5rem;
  }
  .home__sub-inner {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
  .home__items {
    margin-top: 2.625rem;
  }
  .home__item:not(:first-child) {
    margin-top: 3rem;
  }
  .home__sub-inner01 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
  .home__inner02 {
    margin-top: 3.5625rem;
  }
  .home__sub-inner02 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
  .home__inner03 {
    margin-top: 3.75rem;
  }
}
.house-building {
  padding-top: 55px;
  padding-top: 3.4375rem;
  padding-bottom: 63px;
  padding-bottom: 3.9375rem;
}

.house-building__inner {
  width: 931px;
  width: 58.1875rem;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.house-building__items {
  margin-top: 80px;
  margin-top: 5rem;
}

.house-building__item:not(:first-child) {
  margin-top: 80px;
  margin-top: 5rem;
}

.house-building__item:nth-child(2n) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

@media screen and (max-width: 767px) {
  .house-building__items {
    margin-top: 2.5rem;
  }
  .house-building__item:not(:first-child) {
    margin-top: 3.125rem;
  }
}
.inner {
  width: 100%;
  padding-right: 20px;
  padding-left: 20px;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (min-width: 768px) {
  .inner {
    max-width: 1970px;
    padding-right: 25px;
    padding-left: 25px;
  }
}

.living__head {
  font-weight: 500;
  font-size: 28px;
  font-size: 1.75rem;
  letter-spacing: 0;
  margin-bottom: 27px;
  margin-bottom: 1.6875rem;
}

.environment-swiper-wrapper {
  position: relative;
}

@media screen and (max-width: 767px) {
  .living__head {
    font-size: 1.125rem;
    line-height: 2;
    text-align: center;
  }
}
.main-view {
  position: relative;
  margin-top: 146px;
  margin-top: 9.125rem;
  width: 100%;
  /*
  height: rem(600);
  */
  /*
  height: 62vh;
  background: url(../images/common/main-view.webp) no-repeat center center / contain;
  */
}

.main-view__inner {
  width: 1520px;
  width: 95rem;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  top: 54%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.main-view__content {
  width: 450px;
  width: 28.125rem;
}

@media screen and (max-width: 767px) {
  .main-view {
    margin-top: 4.5625rem;
  }
  .main-view__inner {
    top: 30%;
  }
  .main-view__content {
    width: 17.25rem;
    margin-left: auto;
    margin-right: auto;
  }
}
.mv-bottom-btn__link {
  display: block;
  font-weight: 400;
  font-size: 26px;
  font-size: 1.625rem;
  color: #006837;
  text-align: center;
  line-height: 1.3461538462;
  letter-spacing: 0;
  font-family: "Noto Sans", sans-serif;
  padding-top: 17px;
  padding-top: 1.0625rem;
  padding-bottom: 17px;
  padding-bottom: 1.0625rem;
}

@media screen and (max-width: 767px) {
  .mv-bottom-btn__link {
    font-size: 0.875rem;
    line-height: 1.25;
    padding-bottom: 0.5rem;
    position: relative;
  }
  .mv-bottom-btn__link::before {
    content: "";
    position: absolute;
    background: url(https://www.matsumoto-ringyou.co.jp/img_new/ohizumi-ryokuchi-area/environment-before.webp) no-repeat center center/contain;
    width: 1rem;
    height: 1rem;
    top: 0.125rem;
    left: 0.125rem;
  }
}
.fade-up {
  opacity: 0;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
  -webkit-transition: opacity 0.8s ease, -webkit-transform 0.8s ease;
  transition: opacity 0.8s ease, -webkit-transform 0.8s ease;
  transition: opacity 0.8s ease, transform 0.8s ease;
  transition: opacity 0.8s ease, transform 0.8s ease, -webkit-transform 0.8s ease;
  will-change: opacity, transform;
}

.fade-up.is-inview {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.mv-bottom {
  padding-top: 48px;
  padding-top: 3rem;
  padding-bottom: 99px;
  padding-bottom: 6.1875rem;
}

.mv-bottom__inner {
  width: 1320px;
  width: 82.5rem;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.mv-bottom__sub-inner {
  width: 1120px;
  width: 70rem;
  max-width: 100%;
}

.mv-bottom__copy {
  text-align: center;
  font-weight: 600;
  font-size: 31px;
  font-size: 1.9375rem;
  letter-spacing: 0.08em;
  line-height: 1.5806451613;
  font-family: "Noto Sans", sans-serif;
}

.mv-bottom__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: 1px solid #006837;
  margin-top: 45px;
  margin-top: 2.8125rem;
  padding-top: 10px;
  padding-top: 0.625rem;
  padding-bottom: 10px;
  padding-bottom: 0.625rem;
}

.mv-bottom__item {
  width: 25%;
}

.mv-bottom__item:not(:first-child) {
  border-left: 1px solid #006837;
}

@media screen and (max-width: 767px) {
  .mv-bottom {
    padding-top: 1.5625rem;
    padding-bottom: 2.0625rem;
  }
  .mv-bottom__items {
    margin-top: 1rem;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 19.75rem;
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
    border: none;
  }
  .mv-bottom__copy {
    font-size: 1rem;
    letter-spacing: 0.08em;
    line-height: 1.53125;
  }
  .mv-bottom__item {
    width: calc(50% - 0.1875rem);
    border: 1px solid #006837;
  }
  .mv-bottom__item:nth-child(2n) {
    margin-left: 0.375rem;
  }
  .mv-bottom__item:nth-child(n+3) {
    margin-top: 0.3125rem;
  }
}
.residence__head {
  text-align: center;
  color: #006837;
  font-weight: 500;
  font-size: 40px;
  font-size: 2.5rem;
  letter-spacing: 0;
  margin-bottom: 46px;
  margin-bottom: 2.875rem;
}

.residence-swiper-wrapper {
  position: relative;
}

.residence-swiper-button-next {
  width: 40px;
  width: 2.5rem;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 10;
  right: -21px;
  right: -1.3125rem;
  cursor: pointer;
}

.residence-swiper-button-prev {
  width: 40px;
  width: 2.5rem;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 10;
  left: -21px;
  left: -1.3125rem;
  cursor: pointer;
}

@media screen and (max-width: 767px) {
  .residence-swiper-button-next {
    width: 1.875rem;
    right: -0.875rem;
  }
  .residence-swiper-button-prev {
    width: 1.875rem;
    left: -0.875rem;
  }
  .residence__head {
    font-size: 1.4375rem;
    margin-bottom: 1.75rem;
  }
}
.sakai-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.sakai-block__img {
  width: 538px;
  width: 33.625rem;
  max-width: 100%;
}

.sakai-block__right {
  width: 533px;
  width: 33.3125rem;
  max-width: 100%;
}

.sakai-block__town {
  font-weight: 500;
  font-size: 23px;
  font-size: 1.4375rem;
  letter-spacing: 0;
}

.sakai-block__head {
  font-weight: 600;
  font-size: 43px;
  font-size: 2.6875rem;
  letter-spacing: 0.05em;
}

.sakai-block__sub-head {
  font-weight: 500;
  color: #006837;
  font-size: 26px;
  font-size: 1.625rem;
  letter-spacing: 0.04em;
  margin-top: 17px;
  margin-top: 1.0625rem;
}

.sakai-block__meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 32px;
  margin-bottom: 2rem;
}

.sakai-block__label {
  margin-top: 17px;
  margin-top: 1.0625rem;
  width: 100px;
  width: 6.25rem;
  height: 34px;
  height: 2.125rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 1px solid #006837;
  color: #006837;
  font-weight: 400;
  font-size: 17px;
  font-size: 1.0625rem;
}

.sakai-block__label02 {
  margin-right: 12px;
  margin-right: 0.75rem;
}

.sakai-block__address {
  font-weight: 400;
  font-size: 17px;
  font-size: 1.0625rem;
  line-height: 1.6470588235;
  letter-spacing: 0;
  margin-top: 14px;
  margin-top: 0.875rem;
}

.sakai-block__btn {
  margin-top: 20px;
  margin-top: 1.25rem;
  width: 300px;
  width: 18.75rem;
  height: 55px;
  height: 3.4375rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #fff;
  font-weight: 700;
  font-size: 18px;
  font-size: 1.125rem;
  letter-spacing: 0;
  background-color: #9E857B;
}

@media screen and (max-width: 767px) {
  .sakai-block {
    display: block;
  }
  .sakai-block__town {
    font-size: 1.125rem;
  }
  .sakai-block__head {
    font-size: 1.75rem;
  }
  .sakai-block__sub-head {
    font-size: 1.1875rem;
    margin-top: 0.375rem;
  }
  .sakai-block__right {
    margin-top: 1rem;
  }
  .sakai-block__address {
    font-size: 0.875rem;
  }
  .sakai-block__label {
    width: 5rem;
    font-size: 0.9375rem;
  }
  .sakai-block__btn {
    width: 100%;
  }
  .sakai-block__meta {
    margin-bottom: 1.25rem;
  }
}
.sakai {
  padding-top: 100px;
  padding-top: 6.25rem;
}

.sakai__inner {
  width: 1320px;
  width: 82.5rem;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.sakai__sub-inner {
  width: 1120px;
  width: 70rem;
  max-width: 100%;
}

.sakai__title {
  text-align: center;
}

.sakai__title span {
  display: inline-block;
  color: #006837;
  font-weight: 600;
  font-size: 40px;
  font-size: 2.5rem;
  letter-spacing: 0;
  border-bottom: 3px solid #006837;
  border-bottom: 0.1875rem solid #006837;
  font-family: "Noto Sans", sans-serif;
  padding: 0 18px 15px;
  padding: 0 1.125rem 0.9375rem;
}

.sakai__items {
  margin-top: 90px;
  margin-top: 5.625rem;
}

.sakai__item:not(:first-child) {
  margin-top: 114px;
  margin-top: 7.125rem;
}

.sakai__copy {
  text-align: center;
  color: #006837;
  font-weight: 500;
  font-size: 32px;
  font-size: 2rem;
  line-height: 1.5;
  letter-spacing: 0.04em;
  margin-top: 90px;
  margin-top: 5.625rem;
}

@media screen and (max-width: 767px) {
  .sakai {
    padding-top: 3.75rem;
  }
  .sakai__sub-inner {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
  .sakai__title span {
    font-size: 1.5rem;
    padding: 0 0.5625rem 0.3125rem;
  }
  .sakai__items {
    margin-top: 3.125rem;
  }
  .sakai__item:not(:first-child) {
    margin-top: 3.75rem;
  }
  .sakai__copy {
    font-size: 1.5rem;
    margin-top: 3.3125rem;
  }
}
.side-progress {
  position: fixed;
  top: 50%;
  right: 40px;
  -webkit-transform: translateY(-50%) translateX(20px);
          transform: translateY(-50%) translateX(20px);
  opacity: 0;
  pointer-events: none;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  z-index: 101;
}

/* 表示状態 */
.side-progress.is-show {
  opacity: 1;
  -webkit-transform: translateY(-50%) translateX(0);
          transform: translateY(-50%) translateX(0);
  pointer-events: auto;
}

.side-progress::before {
  content: "";
  position: absolute;
  top: 18px;
  left: 11px;
  width: 2px;
  height: calc(100% - 36px);
  background: #9fd3b7;
}

.side-progress__item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 14px;
  text-decoration: none;
  margin-bottom: 26px;
  color: #6ca98a;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.side-progress__item:last-child {
  margin-bottom: 0;
}

.side-progress__dot {
  position: relative;
  z-index: 2;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: #9fd3b7;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.side-progress__label {
  font-size: 18px;
  line-height: 1.6;
  white-space: nowrap;
  font-family: "Noto Sans", sans-serif;
}

.side-progress__item.is-active {
  color: #007a43;
}

.side-progress__item.is-active .side-progress__dot {
  background: #007a43;
  -webkit-transform: scale(1.08);
          transform: scale(1.08);
}

@media screen and (max-width: 1200px) {
  .side-progress {
    right: 20px;
  }
  .side-progress__label {
    font-size: 14px;
  }
  .side-progress__dot {
    width: 18px;
    height: 18px;
  }
  .side-progress::before {
    top: 14px;
    left: 8px;
    height: calc(100% - 28px);
  }
}
@media screen and (max-width: 767px) {
  .side-progress {
    display: none;
  }
}
.system-first {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.system-first__left {
  width: 397px;
  width: 24.8125rem;
  max-width: 100%;
}

.system-first__head {
  font-weight: 500;
  font-size: 28px;
  font-size: 1.75rem;
  letter-spacing: 0;
}

.system-first__text {
  margin-top: 40px;
  margin-top: 2.5rem;
  font-weight: 500;
  font-size: 18px;
  font-size: 1.125rem;
  letter-spacing: 0.04em;
  line-height: 2.1111111111;
}

.system-first__right {
  width: 616px;
  width: 38.5rem;
  max-width: 100%;
}

.system-first__img01-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  position: relative;
}

.system-first__img01-box img {
  width: 431px;
  width: 26.9375rem;
}

.system-first__img01-text {
  display: inline-block;
  font-weight: 400;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.3888888889;
  letter-spacing: 0;
  margin-left: 20px;
  margin-left: 1.25rem;
  font-family: "Noto Sans", sans-serif;
}

.system-first__img01-en {
  position: absolute;
  top: 0;
  right: -36px;
  right: -2.25rem;
  font-weight: 400;
  font-size: 50px;
  font-size: 3.125rem;
  letter-spacing: 0;
  -webkit-transform: rotate(-12deg) translateX(-50%);
          transform: rotate(-12deg) translateX(-50%);
  font-family: "Yellowtail", cursive;
}

.system-first__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 57px;
  margin-top: 3.5625rem;
}

.system-first__img02 {
  width: 292px;
  width: 18.25rem;
  max-width: 100%;
}

.system-first__img02-text {
  text-align: center;
  font-weight: 400;
  font-size: 18px;
  font-size: 1.125rem;
  letter-spacing: 0;
  margin-top: 3px;
  margin-top: 0.1875rem;
  font-family: "Noto Sans", sans-serif;
}

.system-first__img03 {
  width: 292px;
  width: 18.25rem;
  max-width: 100%;
}

.system-first__img03-text {
  text-align: center;
  font-weight: 400;
  font-size: 18px;
  font-size: 1.125rem;
  letter-spacing: 0;
  margin-top: 3px;
  margin-top: 0.1875rem;
  font-family: "Noto Sans", sans-serif;
}

@media screen and (max-width: 767px) {
  .system-first {
    display: block;
  }
  .system-first__head {
    font-size: 1.125rem;
  }
  .system-first__text {
    font-size: 0.875rem;
    margin-top: 1.125rem;
  }
  .system-first__img01-en {
    font-size: 2rem;
    top: -2.5625rem;
  }
  .system-first__img01-box {
    display: block;
  }
  .system-first__img01-text {
    margin-left: 0;
    margin-top: 0.875rem;
    font-size: 0.875rem;
  }
  .system-first__right {
    margin-top: 1.75rem;
  }
  .system-first__img02-text {
    font-size: 0.875rem;
    margin-top: 0.25rem;
  }
  .system-first__img03-text {
    font-size: 0.875rem;
    margin-top: 0.25rem;
  }
  .system-first__img02 {
    width: 10.625rem;
  }
  .system-first__img03 {
    width: 10.625rem;
  }
  .system-first__box {
    margin-top: 1.625rem;
  }
}
.system-second__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.system-second__left {
  width: 612px;
  width: 38.25rem;
  max-width: 100%;
}

.system-second__right {
  width: 483px;
  width: 30.1875rem;
  max-width: 100%;
}

.system-second__head {
  font-weight: 500;
  font-size: 28px;
  font-size: 1.75rem;
  letter-spacing: 0;
  line-height: 1.6428571429;
  color: #000;
}

.system-second__text {
  margin-top: 45px;
  margin-top: 2.8125rem;
  font-weight: 500;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 2.1111111111;
  letter-spacing: 0.04em;
}

.system-second__items {
  margin-top: 61px;
  margin-top: 3.8125rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.system-second__item {
  width: 253px;
  width: 15.8125rem;
  max-width: 100%;
}

.system-second__item p {
  text-align: center;
  font-weight: 400;
  font-size: 18px;
  font-size: 1.125rem;
  letter-spacing: 0;
  margin-top: 5px;
  margin-top: 0.3125rem;
}

@media screen and (max-width: 767px) {
  .system-second__box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .system-second__head {
    font-size: 1.25rem;
  }
  .system-second__text {
    font-size: 0.875rem;
    line-height: 2;
    margin-top: 1.4375rem;
  }
  .system-second__left {
    margin-top: 2.1875rem;
  }
  .system-second__items {
    margin-top: 2rem;
    -webkit-box-pack: initial;
        -ms-flex-pack: initial;
            justify-content: initial;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .system-second__item {
    width: calc(50% - 0.625rem);
  }
  .system-second__item:nth-child(2n) {
    margin-left: 1.25rem;
  }
  .system-second__item:nth-child(n+3) {
    margin-top: 1.25rem;
  }
  .system-second__item p {
    font-size: 0.875rem;
  }
}
.system-spot__head {
  font-weight: 500;
  font-size: 28px;
  font-size: 1.75rem;
  letter-spacing: 0;
  position: relative;
}

.system-spot__head::before {
  content: "";
  position: absolute;
  width: 118px;
  width: 7.375rem;
  height: 120px;
  height: 7.5rem;
  background: url(https://www.matsumoto-ringyou.co.jp/img_new/ohizumi-ryokuchi-area/environment-before01.webp) no-repeat center center/contain;
  top: -33px;
  top: -2.0625rem;
  right: 0;
}

.system-spot__copy {
  margin-top: 47px;
  margin-top: 2.9375rem;
  font-weight: 500;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 2.1111111111;
  letter-spacing: 0.04em;
}

.system-spot__items {
  margin-top: 63px;
  margin-top: 3.9375rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.system-spot__item {
  width: calc(50% - 2.1875rem);
}

.system-spot__item:nth-child(2n) {
  margin-left: 70px;
  margin-left: 4.375rem;
}

.system-spot__item:nth-child(n+3) {
  margin-top: 89px;
  margin-top: 5.5625rem;
}

.system-spot__meta {
  margin-top: 24px;
  margin-top: 1.5rem;
}

.system-spot__sub-head {
  text-align: center;
  font-weight: 500;
  font-size: 21px;
  font-size: 1.3125rem;
  letter-spacing: 0;
}

.system-spot__access {
  margin-top: 10px;
  margin-top: 0.625rem;
  text-align: center;
  font-weight: 400;
  font-size: 16px;
  font-size: 1rem;
  letter-spacing: 0.04em;
}

.system-spot__text {
  margin-top: 15px;
  margin-top: 0.9375rem;
  font-weight: 500;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.7333333333;
  letter-spacing: 0.05em;
}

@media screen and (max-width: 767px) {
  .system-spot__head {
    font-size: 1.25rem;
  }
  .system-spot__head::before {
    width: 2.375rem;
    height: 2.375rem;
    top: -0.125rem;
  }
  .system-spot__copy {
    font-size: 0.875rem;
    line-height: 2;
    margin-top: 2.125rem;
  }
  .system-spot__items {
    display: block;
  }
  .system-spot__item {
    width: 100%;
  }
  .system-spot__item:nth-child(2n) {
    margin-left: 0;
  }
  .system-spot__item:not(:first-child) {
    margin-top: 1.75rem;
  }
  .system-spot__sub-head {
    font-size: 1.0625rem;
  }
  .system-spot__access {
    font-size: 0.875rem;
  }
  .system-spot__text {
    font-size: 0.8125rem;
  }
  .system-spot__meta {
    margin-top: 1.125rem;
  }
}
.system-third__en {
  position: absolute;
  font-family: "Yellowtail", cursive;
  -webkit-transform: rotate(-15deg) translateX(-50%);
          transform: rotate(-15deg) translateX(-50%);
  font-weight: 400;
  font-size: 50px;
  font-size: 3.125rem;
  letter-spacing: 0;
  left: 50%;
  bottom: 67px;
  bottom: 4.1875rem;
}

.system-third__box {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.system-third__left {
  width: 538px;
  width: 33.625rem;
  max-width: 100%;
}

.system-third__head {
  font-weight: 500;
  font-size: 28px;
  font-size: 1.75rem;
  letter-spacing: 0;
}

.system-third__text {
  margin-top: 24px;
  margin-top: 1.5rem;
  font-weight: 500;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 2.1111111111;
  letter-spacing: 0.04em;
}

.system-third__copy {
  font-weight: 400;
  font-size: 12px;
  font-size: 0.75rem;
  letter-spacing: 0.04em;
  margin-top: 47px;
  margin-top: 2.9375rem;
}

.system-third__right {
  width: 523px;
  width: 32.6875rem;
  max-width: 100%;
}

.system-third__items {
  margin-top: 61px;
  margin-top: 3.8125rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.system-third__item {
  width: 329px;
  width: 20.5625rem;
  max-width: 100%;
  background-color: rgba(158, 133, 123, .08);
  padding: 40px;
  padding: 2.5rem;
}

.system-third__sub-head {
  font-weight: 500;
  text-align: center;
  font-size: 21px;
  font-size: 1.3125rem;
  letter-spacing: 0;
}

.system-third__text02 {
  font-size: 16px;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.875;
  letter-spacing: 0.04em;
  margin-top: 25px;
  margin-top: 1.5625rem;
}

@media screen and (max-width: 767px) {
  .system-third__head {
    font-size: 1.25rem;
  }
  .system-third__text {
    font-size: 0.875rem;
    line-height: 2;
  }
  .system-third__copy {
    font-size: 0.625rem;
    margin-top: 1.9375rem;
  }
  .system-third__items {
    display: block;
  }
  .system-third__item {
    padding: 1.5rem;
  }
  .system-third__item:not(:first-child) {
    margin-top: 1.25rem;
  }
  .system-third__text02 {
    font-size: 0.875rem;
    margin-top: 0.875rem;
  }
  .system-third__box {
    display: block;
  }
  .system-third__right {
    margin-top: 1.6875rem;
  }
  .system-third__en {
    position: relative;
    -webkit-transform: rotate(-10deg) translateX(0);
            transform: rotate(-10deg) translateX(0);
    font-size: 2rem;
    bottom: auto;
    left: auto;
    text-align: center;
    margin-top: 1rem;
  }
}
.system {
  padding-top: 100px;
  padding-top: 6.25rem;
  padding-bottom: 100px;
  padding-bottom: 6.25rem;
}

.system__inner {
  width: 1320px;
  width: 82.5rem;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.system__sub-inner {
  width: 1120px;
  width: 70rem;
  max-width: 100%;
}

.system__title {
  text-align: center;
  position: relative;
}

.system__title::before {
  content: "";
  position: absolute;
  width: 118px;
  width: 7.375rem;
  height: 120px;
  height: 7.5rem;
  background: url(https://www.matsumoto-ringyou.co.jp/img_new/ohizumi-ryokuchi-area/environment-before.webp) no-repeat center center/contain;
  top: -17px;
  top: -1.0625rem;
  left: 0;
}

.system__title span {
  display: inline-block;
  font-weight: 600;
  font-size: 40px;
  font-size: 2.5rem;
  color: #006837;
  letter-spacing: 0;
  border-bottom: 3px solid #006837;
  border-bottom: 0.1875rem solid #006837;
  padding: 0 18px 15px;
  padding: 0 1.125rem 0.9375rem;
  font-family: "Noto Sans", sans-serif;
}

.system__items {
  margin-top: 65px;
  margin-top: 4.0625rem;
}

.system__item:not(:first-child) {
  margin-top: 102px;
  margin-top: 6.375rem;
}

.system__inner01 {
  width: 1720px;
  width: 107.5rem;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 107px;
  margin-top: 6.6875rem;
}

.system__sub-inner01 {
  width: 1520px;
  width: 95rem;
  max-width: 100%;
  background-color: rgba(0, 209, 236, .1);
  padding-top: 90px;
  padding-top: 5.625rem;
  padding-bottom: 100px;
  padding-bottom: 6.25rem;
}

.system__content {
  width: 1120px;
  width: 70rem;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width: 767px) {
  .system {
    padding-bottom: 3.125rem;
  }
  .system__title span {
    font-size: 1.5rem;
    padding: 0 0.625rem 0.3125rem;
  }
  .system__title::before {
    width: 2.375rem;
    height: 2.375rem;
    left: 1.25rem;
    top: -3.3125rem;
  }
  .system__items {
    margin-top: 2.375rem;
  }
  .system__sub-inner {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
  .system__item:not(:first-child) {
    margin-top: 3.125rem;
  }
  .system__inner01 {
    margin-top: 3.75rem;
  }
  .system__sub-inner01 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    padding-top: 3.125rem;
    padding-bottom: 3.125rem;
  }
}
.test {
  font-size: 20px;
  font-size: 1.25rem;
  background-color: #111;
  color: #fff;
}

.top-about__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
  margin-bottom: 40px;
  margin-bottom: 2.5rem;
  padding-left: 100px;
  padding-left: 6.25rem;
}

.top-about__title-en {
  font-family: "Yellowtail", cursive;
  -webkit-transform: rotate(-5deg);
          transform: rotate(-5deg);
  font-weight: 400;
  font-size: 50px;
  font-size: 3.125rem;
}

.top-about__head {
  font-weight: 400;
  font-size: 30px;
  font-size: 1.875rem;
  letter-spacing: 0;
  color: #006837;
  padding-left: 20px;
  padding-left: 1.25rem;
  border-left: 12px solid #006837;
  border-left: 0.75rem solid #006837;
  font-family: "Noto Sans", sans-serif;
}

.top-about__head span {
  display: block;
  font-size: 23px;
  font-size: 1.4375rem;
}

@media screen and (max-width: 767px) {
  .top-about__inner {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
  .top-about__box {
    padding-left: 0;
    display: block;
    margin-bottom: 1.25rem;
  }
  .top-about__title-en {
    line-height: 1.2;
    font-size: 2rem;
  }
  .top-about__head {
    font-size: 1.3125rem;
    padding-left: 0.625rem;
    border-left: 0.4375rem solid #006837;
    margin-top: 1.5625rem;
  }
  .top-about__head span {
    font-size: 1.125rem;
  }
}
/*# sourceMappingURL=styles.css.map */
