@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Kiwi+Maru:wght@300;400;500&display=swap");
body {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-family: "Kiwi Maru", serif;
  color: #231815;
  max-width: 1920px;
  margin-left: auto !important;
  margin-right: auto !important;
}

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

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

.mt8 {
  margin-top: 8px;
  margin-top: 0.5rem;
}

/* リキッドレイアウト対応 */
html {
  font-size: 16px;
}
@media (max-width: 375px) {
  html {
    font-size: 4.2666666667vw;
  }
}
@media screen and (min-width: 769px) {
  html {
    font-size: 1.4545454545vw;
  }
}
@media (min-width: 1100px) {
  html {
    font-size: 16px;
  }
}

/* pcの電話番号発信対応 */
@media screen and (min-width: 769px) {
  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: 769px) {
  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: 101vh;
    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;
}

.flex-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 70px;
  margin-top: 4.375rem;
}

@media screen and (min-width: 769px) {
  .flex-container__column {
    width: 46.196730685%;
  }
}

.flex-container__column:nth-child(2) {
  margin-top: 64px;
  margin-top: 4rem;
}
@media screen and (min-width: 769px) {
  .flex-container__column:nth-child(2) {
    margin-top: 0;
  }
}

.function-item {
  padding: 10px;
  padding: 0.625rem;
  background-color: #fff;
  border-radius: 0.5rem;
}
@media screen and (min-width: 769px) {
  .function-item {
    padding: 0.8125rem 1.125rem 0.8125rem 0.8125rem;
    border-radius: 0.625rem;
  }
}

.function-item__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
div.function-item__head p.function-item__number {
  margin-top: 0;
  display: inline-block;
  width: 27px;
  width: 1.6875rem;
  height: 27px;
  height: 1.6875rem;
  line-height: 27px;
  line-height: 1.6875rem;
  text-align: center;
  color: #fff;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 400;
  background-color: #38b384;
  border-radius: 50%;
}

div.function-item__head p.function-item__title {
  margin-top: 0;
  display: inline-block;
  width: calc(100% - 2.5rem);
  margin-left: 6.5px;
  margin-left: 0.40625rem;
  font-size: 1rem;
  font-weight: 700;
}
.function-item__text {
  margin-top: 34px;
  margin-top: 2.125rem;
  font-size: 0.9875rem;
}

.function-item__note {
  margin-left: auto;
  margin-right: auto;
  width: 90%;
}
@media screen and (min-width: 769px) {
  .function-item__note {
    margin-left: 0;
    margin-left: initial;
    margin-right: 0;
    margin-right: initial;
    width: auto;
    width: initial;
  }
}

.function-lists {
  display: grid;
  grid-template-columns: repeat(2, 48.5108130027%);
  grid-template-rows: repeat(3, 1fr);
  gap: 21.245px 13.582px;
  gap: 1.3278125rem 0.84888125rem;
}
@media screen and (min-width: 600px) {
  .function-lists {
    gap: 1.3278125rem 3.2216891201%;
    grid-template-columns: repeat(3, 31.1855405866%);
    grid-template-rows: repeat(2, 1fr);
  }
}
@media screen and (min-width: 769px) {
  .function-lists {
    gap: 1.3278125rem 0.84888125rem;
    grid-template-columns: repeat(2, 48.5108130027%);
    grid-template-rows: repeat(3, 1fr);
  }
}

/* ナビメニュー内 */
.header-nav ul {
  margin: 0 auto;
  padding: 0;
  width: 100%;
}

.header-nav__link {
  list-style-type: none;
  padding: 0;
  width: 100%;
  -webkit-transition: 0.4s all;
  transition: 0.4s all;
}

.header-nav__link:last-child {
  padding-bottom: 0;
}

.header-nav__link a {
  display: block;
  padding: 1em 0;
  text-decoration: none;
}

/* ハンバーガーメニュー押してactiveクラスを付いたら表示する */
nav.header-nav.active {
  opacity: 100;
  visibility: visible;
}

.hamburger {
  display: block;
  position: fixed;
  z-index: 3;
  left: 13px;
  top: 12px;
  width: 40px;
  height: 40px;
  cursor: pointer;
  text-align: center;
  z-index: 1000000;
}
@media screen and (min-width: 769px) {
  .hamburger {
    display: none;
  }
}

.hamburger span {
  display: block;
  position: absolute;
  width: 30px;
  height: 2px;
  left: 6px;
  background: #555;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.hamburger span:nth-child(1) {
  top: 10px;
}

.hamburger span:nth-child(2) {
  top: 20px;
}

.hamburger span:nth-child(3) {
  top: 30px;
}

/* ナビ開いてる時のバツボタン */
.hamburger.active span:nth-child(1) {
  top: 16px;
  left: 6px;
  background: #555;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.hamburger.active span:nth-child(2),
.hamburger.active span:nth-child(3) {
  top: 16px;
  background: #555;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.header-nav {
  position: fixed;
  z-index: 2;
  top: 0;
  left: 0;
  background: #fff;
  text-align: center;
  width: 100%;
  height: 100%;
  padding-top: 114.572px;
  padding-top: 7.1608rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  opacity: 0;
  -webkit-transition: opacity 0.6s ease, visibility 0.6s ease;
  transition: opacity 0.6s ease, visibility 0.6s ease;
  visibility: hidden;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
}
@media screen and (min-width: 769px) {
  .header-nav {
    position: relative;
    padding-top: 0;
    margin-left: auto;
    margin-right: auto;
    max-width: 18.75rem;
    opacity: 1;
    visibility: visible;
    visibility: initial;
    overflow: visible;
    overflow: initial;
    text-align: left;
  }
}

@media screen and (min-width: 769px) {
  .header-nav__link {
    font-size: 1.25rem;
  }
}

.header-nav__link:not(:first-of-type) {
  margin-top: 24px;
  margin-top: 1.5rem;
}

.header-nav a.header-nav__link--button {
  margin-left: auto;
  margin-right: auto;
  width: 206px;
  width: 12.875rem;
  height: 46px;
  height: 2.875rem;
  text-align: center;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 46px;
  line-height: 2.875rem;
}
@media screen and (min-width: 769px) {
  .header-nav a.header-nav__link--button {
    margin-top: 2.5rem;
    width: 12.875rem;
    height: 2.875rem;
    text-align: center;
    font-size: 1.25rem;
    line-height: 2.875rem;
  }
}

.header-nav__sns {
  margin-top: 40px;
  margin-top: 2.5rem;
}

.header {
  position: fixed;
  width: 100%;
  z-index: 999;
  background-color: #fff;
   overflow-y: scroll;
 /* IE, Edge 対応 */
 -ms-overflow-style: none;
 /* Firefox 対応 */
 scrollbar-width: none;
}
/* Chrome, Safari 対応 */
.header::-webkit-scrollbar {
 display:none;
}

@media screen and (min-width: 769px) {
  .header {
    top: 0;
    left: 0;
    max-width: 27.8683357143%;
    width: 27.8683357143%;
    height: 100vh;
    z-index: 1;
  }
}
@media screen and (min-width: 1921px) {
  .header {
    left: 50%;
    -webkit-transform: translateX(calc(-50% - 800px));
            transform: translateX(calc(-50% - 800px));
  }
}

@media screen and (min-width: 769px) {
  .header__inner {
    padding: 2.5rem 3rem;
  }
}

.header__logo {
  margin-left: auto;
  margin-right: auto;
  padding: 10px 0;
  padding: 0.625rem 0;
  width: 86.977px;
  width: 5.43606875rem;
}
@media screen and (min-width: 769px) {
  .header__logo {
    width: 11.52623125rem;
  }
}

@media screen and (min-width: 769px) {
  .header__nav {
    margin-top: 10.6875rem;
    margin-top: 7vh;
  }
}

.header__button--sp {
  position: absolute;
  right: 8px;
  right: 0.5rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: inline-block;
  width: 64px;
  width: 4rem;
}
@media screen and (min-width: 600px) {
  .header__button--sp {
    width: 4.0625rem;
  }
}
@media screen and (min-width: 769px) {
  .header__button--sp {
    display: none;
  }
}

.inner {
  width: 100%;
  padding-right: 14px;
  padding-left: 14px;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (min-width: 600px) {
  .inner {
    padding-left: 48px;
    padding-right: 48px;
    max-width: 1196px;
  }
}
@media screen and (min-width: 769px) {
  .inner {
    max-width: 1240px;
    padding-right: 70px;
    padding-left: 70px;
  }
}

.l-inner {
  width: 100%;
  padding-right: 5px;
  padding-left: 5px;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (min-width: 600px) {
  .l-inner {
    padding-left: 48px;
    padding-right: 48px;
    max-width: 1196px;
  }
}
@media screen and (min-width: 769px) {
  .l-inner {
    max-width: 1170px;
    padding-right: 35px;
    padding-left: 35px;
  }
}

.scroll-block {
  height: 200vh;
}

.project-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 20px 11.675px;
  padding: 1.25rem 0.72974375rem;
  border: 1px solid #38b384;
  background-color: #d7f0e6;
}

.project-list__title {
  font-size: 16.8px;
  font-size: 1.05rem;
  line-height: 25.2px;
  line-height: 1.575rem;
}
@media screen and (min-width: 600px) {
  .project-list__title {
    min-height: 3rem;
    font-size: 1.1rem;
  }
}

.project-list__text {
  margin-top: 40px;
  margin-top: 1.2rem;
  font-size: 11.2px;
  font-size: 0.7rem;
  line-height: 16.8px;
  line-height: 1.05rem;
}
@media screen and (min-width: 600px) {
  .project-list__text {
    font-size: 0.875rem;
  }
}

.project-list__text ul,li  {
	list-style: disc;
  margin-left: 1rem;
  font-size: 0.9rem;
  line-height: 1rem;
}

@media screen and (min-width: 600px) {
  .project-list__text {
    font-size: 0.875rem;
  }
}

.project-lists {
  display: grid;
  grid-template-columns: repeat(2, 48.244895678%);
  gap: 20px 5%;
  gap: 1.25rem 5%;
}
@media screen and (min-width: 600px) {
  .project-lists {
    gap: 1.3278125rem 3.2216891201%;
    grid-template-columns: repeat(3, 31.1855405866%);
    grid-template-rows: repeat(2, 1fr);
  }
}
@media screen and (min-width: 769px) {
  .project-lists {
    grid-template-columns: repeat(3, 30.3856278422%);
  }
}

.sns {
  display: grid;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  grid-template-columns: repeat(1, 2.1875rem);
}

.text-box {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  padding: 16px;
  padding: 1rem;
  width: 95%;
  border-radius: 0.6875rem;
  font-size: 13px;
  font-size: 0.8125rem;
}
@media screen and (min-width: 600px) {
  .text-box {
    padding: 1.75rem 0;
    font-size: 1.25rem;
  }
}
@media screen and (min-width: 769px) {
  .text-box {
    width: 31.485925rem;
    max-width: 100%;
    line-height: 1.75;
  }
}
.text-box span {
  font-size: 11px;
  font-size: 0.875rem;
}
@media screen and (min-width: 600px) {
  .text-box span {
    font-size: 1rem;
  }
}

.text-box--blue {
  margin-top: 32px;
  margin-top: 2rem;
  background-color: #e9f6f6;
  text-align: center;
}
@media screen and (min-width: 769px) {
  .text-box--blue {
    margin-top: 3rem;
  }
}

.text-box--yellow {
  padding-left: 20px;
  padding-left: 1.25rem;
  padding-right: 20px;
  padding-right: 1.25rem;
  background-color: #fbebb7;
  line-height: 1.25;
}
@media screen and (min-width: 769px) {
  .text-box--yellow {
    margin-top: 2.5rem;
    padding-left: 1.25rem;
    padding-right: 1.875rem;
  }
}

.text-box--yellow::before {
  position: absolute;
  content: "";
  top: -24px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 7.5px solid transparent;
  border-left: 7.5px solid transparent;
  border-bottom: 24px solid #fbebb7;
  border-top: 0;
}

.title {
  text-align: center;
}

.title__sub {
  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: #689732;
}
@media screen and (min-width: 600px) {
  .title__sub {
    font-size: 1.25rem;
  }
}

.title__sub span {
  width: 31.731px;
  width: 1.9831875rem;
}

.title__main {
  font-size: 24px;
  font-size: 1.5rem;
}
@media screen and (min-width: 600px) {
  .title__main {
    margin-top: 0.5rem;
    font-size: 2rem;
  }
}

.top-concept {
  margin-top: 70px;
  margin-top: 4.375rem;
}
@media screen and (min-width: 769px) {
  .top-concept {
    padding-bottom: 4.375rem;
  }
}

@media screen and (min-width: 600px) {
  .top-concept__column:nth-child(2) {
    margin-top: 2rem;
  }
}
@media screen and (min-width: 769px) {
  .top-concept__column:nth-child(2) {
    margin-top: 0;
  }
}

@media screen and (min-width: 600px) {
  .top-concept__flex {
    margin-left: auto;
    margin-right: auto;
    max-width: 33.95883125rem;
  }
}
@media screen and (min-width: 769px) {
  .top-concept__flex {
    max-width: none;
    max-width: initial;
  }
}

.top-concept__image-1 {
  margin-top: -80px;
  margin-top: -5rem;
}
@media screen and (min-width: 600px) {
  .top-concept__image-1 {
    margin-left: auto;
    margin-right: auto;
    width: 90%;
  }
}
@media screen and (min-width: 769px) {
  .top-concept__image-1 {
    width: 100%;
  }
}

.top-concept__image-2 {
  margin-left: auto;
  margin-right: auto;
  width: 181px;
  width: 11.3125rem;
  margin-top: -0.5rem;
}

.top-concept__green-box {
  width: 100%;
  text-align: center;
  padding: 1.8rem 0;
  font-weight: 700;
  font-size: 1.2rem;
}

.top-concept__text {
    font-weight: 300;
    font-size: 1.1rem;
    line-height: 2;
}
.top-concept__text span {
    font-weight: 700;
    font-size: 1.3rem;
}

.top-concept__foot-flex {
  margin-top: 32px;
  margin-top: 2rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
}
@media screen and (min-width: 600px) {
  .top-concept__foot-flex {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
@media screen and (min-width: 769px) {
  .top-concept__foot-flex {
    margin-top: 4.5rem;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

.top-concept__link {
  margin-left: auto;
  margin-right: auto;
  width: 209.063px;
  width: 13.06644375rem;
  height: 47.604px;
  height: 2.97528125rem;
  line-height: 47.604px;
  line-height: 2.97528125rem;
}
@media screen and (min-width: 600px) {
  .top-concept__link {
    margin: 0;
    margin: initial;
  }
}
@media screen and (min-width: 769px) {
  .top-concept__link {
    margin: 0;
    margin: initial;
    font-size: 1.25rem;
    font-weight: 700;
    width: 261px;
    height: 59px;
    text-align: center;
    line-height: 3.6875rem;
  }
}
@media screen and (min-width: 769px) {
  .top-concept__link img {
    width: 261px;
    height: 59px;
  }
}

.top-concept__link:nth-child(2) {
  margin-top: 24px;
  margin-top: 1.5rem;
  width: 209.063px;
  width: 13.06644375rem;
  height: 47.604px;
  height: 2.97528125rem;
}
@media screen and (min-width: 600px) {
  .top-concept__link:nth-child(2) {
    margin-top: 0;
    margin-left: 3.75rem;
  }
}
@media screen and (min-width: 769px) {
  .top-concept__link:nth-child(2) {
    margin-top: 0;
    margin-left: 3.75rem;
    font-size: 1.25rem;
    font-weight: 700;
    width: 261px;
    height: 59px;
    text-align: center;
    line-height: 3.6875rem;
  }
}
@media screen and (min-width: 769px) {
  .top-concept__link:nth-child(2) img {
    width: 261px;
    height: 59px;
  }
}

.top-contact {
  padding-top: 70px;
  padding-top: 4.375rem;
  padding-top: rewm(70);
  padding-bottom: 16px;
  padding-bottom: 1rem;
  background-color: #e9f6f6;
}

.top-contact__container {
  text-align: center;
}
.top-contact__container p {
  margin-top: 32px;
  margin-top: 2rem;
  font-size: 14.4px;
  font-size: 0.9rem;
}
@media screen and (min-width: 769px) {
  .top-contact__container p {
    margin-top: 4.375rem;
    font-size: 1.25rem;
  }
}

.top-contact__link {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 32px;
  margin-top: 2rem;
  width: 255.394px;
  width: 15.96216875rem;
  height: 42.844px;
  height: 2.67775625rem;
  line-height: 42.844px;
  line-height: 2.67775625rem;
  font-size: 15px;
  font-size: 0.9375rem;
}
@media screen and (min-width: 769px) {
  .top-contact__link {
    margin-top: 3.5rem;
    width: 22.125rem;
    height: 3.71875rem;
    line-height: 3.71875rem;
    font-size: 1.3125rem;
  }
}

.top-contact__sns {
  margin-top: 43px;
  margin-top: 2.6875rem;
}

.top-contact__copyright {
  margin-top: 48px;
  margin-top: 3rem;
  text-align: center;
  font-size: 11px;
  font-size: 0.6875rem;
}
@media screen and (min-width: 769px) {
  .top-contact__copyright {
    margin-top: 5rem;
    font-size: 1rem;
  }
}

.top-function {
  margin-top: 70px;
  margin-top: 4.375rem;
  padding-top: 70px;
  padding-top: 4.375rem;
  padding-bottom: 30px;
  padding-bottom: 1.875rem;
  background: #e9f6f6;
}
@media screen and (min-width: 769px) {
  .top-function {
    margin-top: 7.5rem;
    padding-bottom: 4.375rem;
  }
}

@media screen and (min-width: 600px) {
  .top-function__column:nth-child(1) {
    margin-left: auto;
    margin-right: auto;
    max-width: 33.95883125rem;
  }
}
@media screen and (min-width: 769px) {
  .top-function__column:nth-child(1) {
    margin-left: 0;
    margin-left: initial;
    margin-right: 0;
    margin-right: initial;
  }
}
.top-function__column:nth-child(1) p {
  margin-top: 32px;
  margin-top: 2rem;
  font-weight: 700;
  font-size: 1rem;
  text-align: center;
}
}
@media screen and (min-width: 769px) {
  .top-function__column:nth-child(1) p {
    font-size: 1rem;
  }
}

.top-function__column:nth-child(2) p {
  margin-top: 16px;
  margin-top: 1rem;
  font-size: 10px;
  font-size: 0.8625rem;
  font-weight: 400;
}

.top-living {
  margin-top: 70px;
  margin-top: 4.375rem;
}
@media screen and (min-width: 769px) {
  .top-living {
  }
}

.top-living__flex {
  margin-left: auto;
  margin-right: auto;
  width: 95%;
}
@media screen and (min-width: 600px) {
  .top-living__flex {
    margin-left: auto;
    margin-right: auto;
    max-width: 33.95883125rem;
  }
}
@media screen and (min-width: 769px) {
  .top-living__flex {
    margin-left: 0;
    margin-left: initial;
    margin-right: 0;
    margin-right: initial;
    width: auto;
    width: initial;
    max-width: none;
    max-width: initial;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

@media screen and (min-width: 769px) {
  .top-living__column {
    margin-left: auto;
    margin-right: auto;
    min-height: 31.485925rem;
  }
}
.top-living__column img:not(:nth-child(1)) {
  margin-top: 40px;
  margin-top: 2.5rem;
}

.top-living__column:nth-child(2) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-left: auto;
  margin-right: auto;
}

.top-living__youtube {
  width: 100%;
  margin-top: 48px;
  position: relative;
}
@media screen and (min-width: 600px) {
  .top-living__youtube {
    margin-left: auto;
    margin-right: auto;
    max-width: 31.485925rem;
  }
}
@media screen and (min-width: 769px) {
  .top-living__youtube {
    margin-top: 3.5rem;
    margin-left: auto;
    margin-right: auto;
    width: 46.196730685%;
  }
}

.top-living__youtube::before {
  display: block;
  content: "";
  padding-top: 55.9701447932%;
}

.top-living__youtube iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media screen and (min-width: 769px) {
  .top-main {
    margin-left: auto;
    width: 72.1316642857%;
  }
}

.top-mv {
  position: relative;
  width: 100%;
}

.top-mv::before {
  display: block;
  content: "";
  padding-top: 79.6749461485%;
}

.top-mv img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.top-mv__inner {
  position: relative;
}

.top-mv__title {
  position: absolute;
  bottom: 20px;
  bottom: 1.25rem;
  right: 15px;
  right: 0.9375rem;
  color: #fff;
  font-size: 13px;
  font-size: 0.8125rem;
}
@media screen and (min-width: 600px) {
  .top-mv__title {
    bottom: 2.5rem;
    right: 2rem;
    font-size: 1.6875rem;
  }
}
@media screen and (min-width: 769px) {
  .top-mv__title {
    right: 1rem;
    bottom: 9.5rem;
    font-size: 2.25rem;
  }
}

.top-participate {
  padding-top: 30px;
  padding-top: 1.875rem;
  padding-bottom: 70px;
  padding-bottom: 4.375rem;
  background: #e9f6f6;
}
@media screen and (min-width: 769px) {
  .top-participate {
    padding-top: 5rem;
  }
}

@media screen and (min-width: 769px) {
  .top-participate__inner {
    max-width: 51.10141875rem;
  }
}

.top-participate__inner p {
  margin-top: 16px;
  margin-top: 1rem;
  font-size: 10px;
  font-size: 0.625rem;
  font-weight: 300;
}
@media screen and (min-width: 769px) {
  .top-participate__inner p {
    font-size: 1rem;
  }
}

p.top-participate__text {
  margin-top: 24px;
  margin-top: 1.5rem;
  font-size: 14.4px;
  font-size: 0.9rem;
  line-height: 2;
  font-weight: 700;
}
@media screen and (min-width: 769px) {
  p.top-participate__text {
    margin-top: 4.375rem;
    font-size: 1.125rem;
  }
}
p.top-participate__text span {
  display: inline-block;
  padding: 3px 8px;
  padding: 0.1875rem 0.5rem;
  color: #fff;
}

.top-participate__text--yellow {
  background: #f5cc4b;
}

.top-participate__text--blue {
  background-color: #62a9db;
}

.top-participate__inner h4 {
  margin-top: 56px;
  margin-top: 3.5rem;
  font-size: 19.2px;
  font-size: 1.2rem;
  text-align: center;
}
@media screen and (min-width: 769px) {
  .top-participate__inner h4 {
    font-size: 1.5rem;
  }
}

.top-participate__inner img {
  margin-top: 20px;
  margin-top: 1.25rem;
}
@media screen and (min-width: 769px) {
  .top-participate__inner img {
    margin-top: 2rem;
  }
}

img.mt10--sp {
  margin-top: 10px;
  margin-top: 0.625rem;
}
@media screen and (min-width: 769px) {
  img.mt10--sp {
    margin-top: 2rem;
  }
}

.top-participate__white-box {
  margin-top: 10px;
  margin-top: 0.625rem;
  padding: 13px 0 10px;
  padding: 0.8125rem 0 0.625rem;
  width: 100%;
  background-color: #fff;
  text-align: center;
}
@media screen and (min-width: 600px) {
  .top-participate__white-box {
    padding: 1.75rem 0 1.375rem;
  }
}
.top-participate__white-box p {
  margin-top: 0;
  font-size: 10px;
  font-size: 0.625rem;
}
@media screen and (min-width: 600px) {
  .top-participate__white-box p {
    font-size: 1.1875rem;
  }
}
@media screen and (min-width: 769px) {
  .top-participate__white-box p {
    font-size: 1.3125rem;
  }
}
.top-participate__white-box a {
  display: inline-block;
  margin-top: 16px;
  margin-top: 1rem;
  width: 265px;
  width: 16.5625rem;
  line-height: 58.8px;
  line-height: 3.675rem;
  font-size: 22px;
  font-size: 1.375rem;
}
@media screen and (min-width: 600px) {
  .top-participate__white-box a {
    height: 3.675rem;
  }
}

.top-participate__button img {
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
    width: 123.346px;
    width: 10.709rem;
}
@media screen and (min-width: 600px) {
  .top-participate__button img {
    width: 100%;
  }
}

.top-project {
  padding-top: 56px;
  padding-top: 3.5rem;
  padding-bottom: 56px;
  padding-bottom: 3.5rem;
}
@media screen and (min-width: 769px) {
  .top-project {
    padding-top: 5rem;
    padding-bottom: 4.375rem;
  }
}

.top-project__container {
  margin-top: 32px;
  margin-top: 2rem;
}
@media screen and (min-width: 769px) {
  .top-project__container {
    margin-top: 4.375rem;
    margin-left: auto;
    margin-right: auto;
  }
}
.sado_link {
    margin-top: 20px;
}
@media screen and (min-width: 769px) {
  .sado_link {
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
    width: 205px !important;
  }
}
/*# sourceMappingURL=styles.css.map */
