/* * {
  outline: 2px red solid;
} */

:root {
  --primary-pink: #FEF4F5;
  --primary-blue: #7BAFCC;
  --primary-green: #7BAFCC;
  --primary-darkGreen: #368A96;
}

html {
  scroll-padding-top: 40px;
  scroll-behavior: smooth;
  font-size: 62.5%;
  /* 16px * 62.5% = 10px */
  width: 100%;
  box-sizing: border-box;
}

@media screen and (max-width: 899px) {
  html {
    scroll-padding-top: 100px;
  }
}

body {
  font-family: "Noto Sans JP", "Shippori Mincho", "Crimson Text", sans-serif, "Roboto", sans-serif;
  color: #333333;
  background-color: #fff;
  font-weight: 400;
  font-size: clamp(1.4rem, 1.30rem + 0.29vw, 1.6rem);
  line-height: 1.75;
}

a {
  text-decoration: none;
}

a:hover {
  opacity: 0.5;
}

img {
  max-width: 100%;
}

@media screen and (max-width: 1220px) {

  #task,
  #price,
  #access {
    scroll-margin-top: -40px;
  }
}

@media screen and (max-width: 871px) {
  #forte {
    scroll-margin-top: -60px;
  }
}

/* ヘッダー（ハンバーガーメニュー） */

.header {
  position: sticky;
  z-index: 999;
  top: 0;
  width: 100%;
}

.header__container-menu {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #fff;
}

.header__logo {
  padding-left: 30px;
  max-width: 227px;
}

.header__nav {
  display: flex;
  justify-content: flex-end;
  flex-grow: 1;
  text-transform: uppercase;
}

.header__nav-item {
  font-size: 1.5rem;
}

.telmark {
  max-width: 211px;
}

.form {
  background-color: #368A96;
  color: #fff;
  padding: 32px 30px;
  font-weight: 600;
  line-height: 1;
  font-size: 1.6rem;
}

.form a {
  display: block;
  color: #fff;
  text-decoration: none;
  width: 100%;
  height: 100%;
}

.form:hover {
  background-color: rgba(54, 138, 150, 0.7);
}

@media screen and (max-width: 1220px) {
  .header__container-menu {
    padding: 16px 30px;
  }

  .header__nav {
    padding: 30px 0 80px;
    background-color: #fff;
    position: absolute;
    top: 0px;
    left: 0;
    width: 100%;
    justify-content: center;
    -webkit-clip-path: inset(0 0 100% 0);
    clip-path: inset(0 0 100% 0);
    transition: -webkit-clip-path 0.5s;
    transition: clip-path 0.5s;
    transition: clip-path 0.5s, -webkit-clip-path 0.5s;
  }

  .active .header__nav {
    -webkit-clip-path: inset(0 0 0% 0);
    clip-path: inset(0 0 0% 0);
  }
}

.header__nav-list {
  display: flex;
  align-items: center;
  gap: 24px;
}

@media screen and (max-width: 1220px) {
  .header__nav-list {
    align-items: center;
    flex-direction: column;
    margin-top: 64px;
  }

  .form {
    padding: 10px 48px;
  }
}

.ham {
  width: 40px;
  height: 24px;
  position: relative;
}

@media screen and (min-width: 1221px) {
  .ham {
    display: none;
  }
}

.ham__line {
  display: block;
  width: 100%;
  height: 2px;
  background-color: var(--primary-darkGreen);
  position: absolute;
  top: calc(50% - 1px);
  left: 0;
}

.ham__line:nth-child(1) {
  transform: translateY(-12px);
  transition: transform 0.5s;
}

.active .ham__line:nth-child(1) {
  transform: translateY(0) rotate(-45deg);
}

.ham__line:nth-child(2) {
  transition: opacity 0.5s;
}

.active .ham__line:nth-child(2) {
  opacity: 0;
}

.ham__line:nth-child(3) {
  transform: translateY(12px);
  transition: transform 0.5s;
}

.active .ham__line:nth-child(3) {
  transform: translateY(0) rotate(45deg);
}


@media screen and (max-width: 871px) {
  .header__container-menu {
    padding: 16px 8px;
  }

  .header__logo {
    padding-left: 0;
    width: 180px;
  }

  .header__nav-list {
    margin-top: 24px;
  }
}

/* メインビジュアル */
.mv__inner {
  width: 100%;
  margin-top: 80px;
  height: 600px;
  background-image: url(../img/mvbg_pc.webp);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  display: flex;
  align-items: center;
  justify-content: center;
}

.mv__content {
  max-width: 600px;
}

@media (max-width: 1220px) {
  .mv__inner {
    margin-top: 67px;
  }
}

@media (max-width: 990px) {
  .mv__inner {
    background-image: url(../img/mvbg_sp.webp);
  }

  .mv__content {
    max-width: 500px;
    padding: 0 16px;

  }
}

.btn__area {
  display: flex;
  gap: 40px;
  justify-content: center;
  padding: 80px 0;
  border-radius: 0 0 50px 50px;
  background: var(--primary-pink);
}

.btn__area-tel {
  display: flex;
  width: 380px;
  height: 76px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  flex-shrink: 0;
  border: 2px solid var(--primary-darkGreen);
  background: #fff;
}

.btn__area-form {
  color: #fff;
  font-size: clamp(1.6rem, 1.333rem + 1.19vw, 2.4rem);
  font-weight: 600;
  display: flex;
  width: 380px;
  height: 76px;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  border: 2px solid var(--primary-darkGreen);
  background: var(--primary-darkGreen);
  position: relative;
}

.btn__area-form::after {
  content: '';
  display: inline-block;
  width: 20px;
  height: 20px;
  background-image: url(../img/arrow.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  transition: 0.4s;
  position: absolute;
  right: 22px;
  top: 28px;
}

@media screen and (max-width: 871px) {
  .btn__area {
    flex-direction: column;
    align-items: center;
    border-radius: 0;
    padding: 40px 0;
  }
}

@media screen and (max-width: 501px) {

  .btn__area-tel,
  .btn__area-form {
    width: 300px;
    height: 70px;
  }

  .btn__area-tel img {
    width: 200px;
    height: auto;
  }

  .btn__area-form::after {
    width: 16px;
    height: 16px;
    top: 25px;
  }

}

/* PROBLEM */
.problem__inner {
  padding-top: 80px;
}

.subtitle {
  color: var(--primary-darkGreen);
  text-align: center;
  font-family: "Crimson Text";
  font-size: clamp(1.8rem, 1.5rem + 0.89vw, 2.4rem);
  font-style: italic;
  font-weight: 600;
  line-height: 100%;
  letter-spacing: 1.2px;
}

h3 {
  text-align: center;
  font-size: clamp(2rem, 1.4rem + 1.78vw, 3.2rem);
  font-weight: 500;
  letter-spacing: 1.6px;
  margin-bottom: 40px;
}

.problem__case {
  max-width: 1116px;
  display: flex;
  justify-content: center;
  gap: 24px;
  margin: 80px auto 48px;
}

.problem__case li {
  width: 33.3%;
  border: 1px solid var(--primary-blue);
  border-radius: 20px;
}

.problem__case img {
  max-width: 356px;
  height: auto;
}

.problem__case-caption {
  font-size: clamp(1.6rem, 1.30rem + 0.29vw, 2.0rem);
  font-weight: 500;
  letter-spacing: 1px;
  padding-top: 20px;
  padding-left: 20px;
}

.problem__case-content {
  padding: 14px 20px;
}

@media screen and (max-width: 1172px) {
  .problem__case img {
    width: 100%;
  }

  .problem__case {
    width: 90%;
    ;
  }

  .problem__case-caption {
    padding-top: 14px;
    padding-left: 14px;
    letter-spacing: 0;
  }

  .problem__case-content {
    padding: 14px;
  }
}

@media screen and (max-width: 871px) {
  .problem__case {
    flex-direction: column;
    align-items: center;
    margin-bottom: 40px;
  }

  .problem__case li {
    width: 80%;
  }

  .problem__case img {
    max-width: none;
  }

  .problem__inner {
    padding-top: 40px;
  }
}

@media screen and (max-width: 650px) {
  .problem__case li {
    width: 100%;
  }
}

.point {
  background-color: var(--primary-pink);
  padding-top: 80px;
  border-radius: 50px 50px 0 0;
}

.point__list {
  display: flex;
  flex-direction: column;
  gap: 56px;
  padding-bottom: 120px;
}

.point ol {
  max-width: 1116px;
  margin: 0 auto;
}

.point__inner-left,
.point__inner-right {
  display: flex;
  justify-content: center;
  gap: 84px;
  background-color: #fff;

}

.point__inner-left img,
.point__inner-right img {
  max-width: 450px;
  height: auto;
}

.point__inner-content {
  max-width: 665px;
}

.point-left {
  padding-top: 32px;
  padding-right: 84px;
}

.point-right {
  padding-top: 32px;
  padding-left: 84px;
}

.point__inner-s {
  display: block;
  color: var(--primary-darkGreen);
  font-size: clamp(2rem, 1.4rem + 1.78vw, 3.2rem);
  font-weight: 500;
  line-height: 1;
}

.point__inner-no {
  color: var(--primary-blue);
  font-family: "Crimson Text";
  font-size: clamp(3rem, 1.333rem + 7.41vw, 8rem);
  font-style: italic;
  font-weight: 600;
  line-height: 1;
  display: flex;
  align-items: center;
  gap: 4px;
}

.point__inner-no::before {
  content: "POINT";
  color: var(--primary-green);
  font-family: "Crimson Text";
  font-size: 2.4rem;
  font-style: italic;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 1.2px;
}

.point__inner-caption {
  font-size: clamp(1.8rem, 1.1rem + 1.48vw, 2.8rem);
  font-weight: 500;
  letter-spacing: 1.4px;
  padding-bottom: 24px;
}

.point__inner-caption span {
  color: var(--primary-darkGreen);
}

.btn__detail {
  color: #fff;
  font-size: clamp(1.4rem, 1.30rem + 0.29vw, 1.6rem);
  font-weight: 600;
  display: flex;
  width: 218px;
  height: 52px;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  background: var(--primary-darkGreen);
  position: relative;
  margin-top: 24px;
}

.btn__detail::after {
  content: '';
  display: inline-block;
  width: 18px;
  height: 18px;
  background-image: url(../img/arrow.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  transition: 0.4s;
  position: absolute;
  right: 24px;
  top: 17px;
}

@media screen and (max-width: 1172px) {
  .point ol {
    width: 90%;
  }

  .point__inner-left,
  .point__inner-right {
    gap: 40px;
  }

  .point__inner-caption {
    line-height: 1.4;
    letter-spacing: 1.2px;
    padding-bottom: 24px;
  }

  .point-left {
    padding: 24px 24px 16px 0;

  }

  .point-right {
    padding: 24px 0 24px 16px;
  }
}

@media screen and (max-width: 871px) {
  .point {
    border-radius: 0;
    padding-top: 40px;
  }

  .point ol {
    width: 90%;
  }

  .point__inner-left {
    flex-direction: column;
    align-items: center;
    gap: 16px;
    padding-bottom: 24px;
  }

  .point__inner-right {
    flex-direction: column-reverse;
    gap: 16px;
  }


  .point__inner-left img,
  .point__inner-right img {
    width: 100%;
    max-width: unset;
  }

  .point__inner-content {
    max-width: fit-content;
    width: 100%;
    padding: 0 24px;
  }

  .btn__detail {
    margin: 24px auto;
  }

  .point__list {
    padding-bottom: 40px;
  }

  .point__inner-detail {
    padding-bottom: 40px;
  }
}

/* ctaエリア */
.cta__inner {
  background-color: var(--primary-darkGreen);
  width: 100%;
  padding: 80px 0;
}

.cta__text img {
  max-width: 172px;
  height: auto;
}

.cta__text h4 {
  font-size: clamp(2rem, 1.10rem + 2.96vw, 4rem);
  color: #fff;
}

.cta__text {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 30px;
}

.btn__area02 {
  display: flex;
  gap: 40px;
  justify-content: center;
  padding: 30px 0 0;
}

.btn__area-tel02 {
  display: flex;
  width: 380px;
  height: 76px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  flex-shrink: 0;
  background: #D9EDEC
}

.btn__area-form02 {
  color: var(--primary-darkGreen);
  font-size: clamp(1.6rem, 1.10rem + 1.19vw, 2.4rem);
  font-weight: 600;
  display: flex;
  width: 380px;
  height: 76px;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  background: #fff;
  position: relative;
}

.btn__area-form02::after {
  content: '';
  display: inline-block;
  width: 20px;
  height: 20px;
  background-image: url(../img/arrow_g.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  transition: 0.4s;
  position: absolute;
  right: 22px;
  top: 28px;
}

.cta__inner p {
  color: #fff;
  padding-top: 30px;
  text-align: center;
}

@media screen and (max-width: 871px) {
  .btn__area02 {
    flex-direction: column;
    align-items: center;
  }

  .cta__text img {
    max-width: 100px;
  }

  .cta__text {
    gap: 24px;
  }

  .cta__inner {
    padding: 40px 0;
  }

}

@media screen and (max-width: 501px) {
  .cta__text img {
    max-width: 80px;
  }

  .cta__text {
    gap: 16px;
    padding: 0 16px;
  }

  .btn__area-tel02,
  .btn__area-form02 {
    width: 300px;
    height: 70px;
  }

  .btn__area02 {
    padding-bottom: 24px;
  }

}

/* 個別見学 */
.kobetu__inner {
  max-width: 1116px;
  margin: 100px auto 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 80px;
}

.kobetu__inner-caption {
  color: var(--primary-darkGreen);
  font-size: clamp(1.6rem, 1.467rem + 0.59vw, 2rem);
  font-weight: 700;
}

.kobetu__inner-subtitle {
  font-size: clamp(1.8rem, 1.10rem + 2.07vw, 3.2rem);
  line-height: normal;
  padding-bottom: 40px;
}

.kobetu__inner img {
  max-width: 665px;
  height: auto;
}

.kobetu__inner-detail p {
  padding-bottom: 16px;
}

@media screen and (max-width: 1172px) {
  .kobetu__inner {
    width: 90%;
    gap: 40px;
  }

  .kobetu__inner-content {
    padding: 0 24px;
  }
}

@media screen and (max-width: 1110px) {
  .kobetu__inner {
    flex-direction: column-reverse;
    gap: 16px;
    margin-top: 80px;
  }

  .kobetu__inner img {
    max-width: unset;
    width: 100%;
  }
}

/* 特徴 */
.feature ul {
  max-width: 1116px;
  display: flex;
  gap: 40px;
  flex-wrap: wrap;
  justify-content: center;
  margin: 80px auto;
}

.feature li {
  display: flex;
  flex-direction: column;
  gap: 10px;
  justify-content: center;
  align-items: center;
  width: 300px;
  height: 300px;
  border-radius: 500px;
  border: 1px solid var(--primary-blue);
  background: #F7F7F7;
}

.feature img {
  max-width: 80px;
  height: auto;
}

.feature__inner {
  padding-top: 40px;
}

.feature__inner-caption {
  font-size: clamp(1.5rem, 1.4rem + 0.44vw, 1.8rem);
  font-weight: 700;
}

.feature__inner-detail {
  padding: 0 32px;
  text-align: center;
}

@media screen and (max-width: 664px) {
  .feature ul {
    gap: 24px;
    margin: 40px auto;
  }

  .feature li {
    width: 160px;
    height: 160px;
    gap: 0;
    border-radius: 10px;
    justify-content: flex-start;
  }

  .feature img {
    width: 40px;
    padding-top: 4px;
  }

  .feature__inner-detail {
    padding: 0 4px 0;
  }
}

/* 入居者の声 */
.voice {
  background-color: var(--primary-pink);
  border-radius: 50px 50px 0 0;
  padding: 80px 0;
}

.voice ul {
  max-width: 1116px;
  display: flex;
  gap: 24px;
  flex-wrap: wrap;
  margin: 0 auto;
}

.voice li {
  max-width: 546px;
  background-color: #fff;
  border-radius: 10px;
}

.voice__inner-title {
  display: flex;
  align-items: center;
  gap: 30px;
  padding: 30px 30px 20px;
}

.voice img {
  max-width: 100px;
  height: auto;
}

.voice__inner-caption {
  font-weight: 500;
}

.voice__inner-caption span {
  font-size: 1.4rem;
}

.voice__inner-detail {
  padding: 0 30px 30px;
}

.voice__inner-detail span {
  background-color: rgba(245, 224, 127, 0.6);
}

@media screen and (max-width: 1420px) {
  .voice ul {
    max-width: unset;
    width: 90%;
    justify-content: center;
  }

  .voice li {
    max-width: unset;
    width: 90%;
  }
}

@media screen and (max-width: 871px) {
  .voice {
    border-radius: 0;
    padding: 40px 0;
  }
}

/* メッセージ */
.message {
  padding-top: 100px;
}

.message__staff {
  max-width: 1116px;
  display: flex;
  gap: 24px;
  margin: 0 auto;
}

.message__staff li {
  max-width: 546px;
  background-color: #fff;
  border-radius: 10px;
  display: flex;
  gap: 20px;
  border-radius: 10px;
  border: 1px solid var(--primary-darkGreen);
  background: #F7F7F7;
  padding: 24px;
}

.message__inner-content {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.message__inner-name {
  font-size: clamp(1.6rem, 1.467rem + 0.59vw, 2rem);
  font-weight: 700;
}

.message img {
  max-width: 70px;
  height: auto;
}

@media screen and (max-width: 1172px) {
  .message__staff {
    width: 90%;
    flex-direction: column;
    align-items: center;
  }

  .message__staff li {
    width: 100%;
    max-width: 546px;
  }
}

@media screen and (max-width: 768px) {
  .message {
    padding-top: 40px;
  }

  .message img {
    width: 100px;
  }

  .message__staff li {
    flex-direction: column;
    align-items: center;
  }

  .message__inner-name {
    text-align: center;
  }
}

/* 費用 */
.price {
  padding: 80px 0;
}

.price__container {
  max-width: 1116px;
  margin: 0 auto;
  display: flex;
  gap: 24px;
}

.price__box {
  width: 546px;
  border: 1px solid #7BAFCC;
  border-radius: 10px 10px 0 0;
  background: #fff;
  overflow: hidden;
}

.price__header {
  background: #7BAFCC;
  padding: 20px;
  text-align: center;
}

.price__header h4 {
  color: #fff;
  font-size: clamp(1.6rem, 1.333rem + 1.19vw, 2.4rem);
  font-weight: 600;
  margin: 0;
}

.price__content {
  display: flex;
  flex-direction: column;
  padding: 30px 0;
  gap: 24px;

}

.price__list {
  margin: 0 auto;
}

.price__list li {
  font-size: clamp(1.6rem, 1.333rem + 1.19vw, 2.4rem);
  position: relative;
  padding-left: 20px;
}

.price__list li::before {
  content: "•";
  color: var(--primary-blue);
  font-weight: bold;
  position: absolute;
  left: 0;
}

.price__button {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 14px 30px;
  border: 1px solid var(--primary-darkGreen);
  text-align: center;
}

.price__content-link {
  margin: 0 auto;
}

.price__button img {
  width: 16px;
  height: 16px;
}

@media screen and (max-width: 1172px) {
  .price__container {
    width: 90%;
    flex-direction: column;
    align-items: center;
  }

  .price__box {
    width: 100%;
    max-width: 546px;
  }
}

.price__comments p {
  text-align: center;
  font-size: 1.4rem;
  padding: 10px 0 50px;
}

.price-btn {
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  .price {
    padding: 40px 0;
  }

  .price__content {
    padding: 20px 16px;
  }

  .price__button a {
    padding: 10px 20px;
  }

  .price__comments p {
    margin: 0 auto;
    width: 90%;
    padding-bottom: 24px;
  }
}

/* アクセス */
.access__inner {
  padding-top: 80px;
}

.access__information {
  display: flex;
  width: 1116px;
  align-items: center;
  gap: 100px;
  margin: 0 auto;
}

.access__information-map {
  position: relative;
  width: 60%;
  height: 0;
  padding-top: 75%;
}

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

.address-th {
  padding-right: 24px;
}

.access__information-transportation h4 {
  padding-top: 32px;
}

.access__information-subtitle {
  position: relative;
  padding-left: 16px
}

.access__information-subtitle::before {
  content: "•";
  color: var(--primary-blue);
  font-weight: bold;
  font-size: 1.2em;
  position: absolute;
  left: 0;
  top: -0.2em;
}

.access__gmap {
  color: var(--primary-darkGreen);
  font-weight: 500;
  padding-top: 24px;
}

@media screen and (max-width: 1172px) {
  .access__information {
    flex-direction: column-reverse;
    width: 100%;
    gap: 56px;
  }

  .access__information-map {
    width: 80%;
  }
}

@media screen and (max-width: 768px) {
  .access__information {
    width: 90%;
  }

  .access__inner {
    padding-top: 40px;
  }
}


/* バーチャルツアー */
.virtual__inner {
  padding-top: 100px;
}

.virtual__tour-container {
  display: flex;
  flex-direction: column;
  gap: 40px;
  max-width: 1116px;
  width: 100%;
  margin: 0 auto 80px;
}

.virtual__tour-text {
  text-align: center;
}

.virtual__tour-img {
  margin: 0 auto;
  max-width: 700px;
}

.virtual__tour-img p {
  text-align: center;
}

@media screen and (max-width: 768px) {
  .virtual__tour-container {
    width: 90%;
    margin-bottom: 40px;
  }
}

/* FAQ */
.faq {
  padding: 60px 120px;
  border-radius: 50px 50px 0 0;
  background: var(--primary-pink);
}

.question_list {
  max-width: 926px;
  margin: 60px auto 0;
}

.item_listen {
  display: flex;
  align-items: flex-start;
  gap: 20px;
  margin-bottom: 20px;
  margin-top: 48px;
}

.question_item>.item_listen:first-child {
  margin-top: 0;
}

.listen_q {
  background-color: var(--primary-darkGreen);
  padding: 2px 11px 3px;
  border-radius: 2px;
}

.listen_q p {
  line-height: normal;
  font-size: clamp(1.8rem, 1.5rem + 0.89vw, 2.4rem);
  color: #fff;
}

.listen_txt {
  font-size: clamp(1.6rem, 1.467rem + 0.59vw, 2rem);
}

.item_answer {
  padding: 25px 30px;
  background-color: #fff;
  border-radius: 10px;
}

@media screen and (max-width: 1000px) {
  .question {
    padding: 40px;
  }
}

@media screen and (max-width: 871px) {
  .faq {
    padding: 40px 0;
    border-radius: 0;
  }

  .question_list {
    max-width: unset;
    width: 90%;
  }

  .item_answer {
    padding: 24px;
  }

  .item_listen {
    gap: 8px;
    align-items: flex-start;
    margin-bottom: 16px;
    margin-top: 40px;
  }

  .question {
    padding: 56px 24px;
  }

  .question_list {
    margin-top: 40px;
  }
}



/* トップへ戻る */
#pagetop {
  height: 70px;
  width: 70px;
  position: fixed;
  right: 30px;
  bottom: 30px;
  background: var(--primary-darkGreen);
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 7;
  flex-direction: column;
  opacity: 0;
  transition: .6s;
}

#pagetop.visible {
  opacity: 1;
  pointer-events: auto;
}

.pagetop__arrow img {
  display: block;
  margin: 0 auto;
  /* transform: rotate(270deg); */
}

.pagetop__text {
  display: block;
  color: #fff;
  font-size: 1.6rem;
  font-weight: 700;
  user-select: none;
  line-height: 1.8;
}

@media screen and (max-width: 900px) {
  #pagetop {
    height: 50px;
    width: 50px;
  }

  .pagetop__text {
    display: none;

  }
}

/* footer */
footer {
  width: 100%;
  background-color: #F7F7F7;
  padding-top: 48px;
}

.footer__inner {
  max-width: 1116px;
  margin: 0 auto;
}

.footer-logo {
  max-width: 272px;
  height: auto;
}

.footer-title {
  font-weight: 500;
  padding-bottom: 8px;
}

.footer-s {
  font-size: 1.4rem;
}

.footer-flex {
  display: flex;
  justify-content: space-around;
  align-items: flex-start;
  gap: 32px;
  padding: 32px 0;
}

.footer-logo {
  max-width: 220px;
  height: auto;
}

.footer-top {
  border-bottom: solid 1px var(--primary-green);
  margin: 0 auto;
  width: 100%;
}

.copy__area {
  width: 100%;
  background-color: var(--primary-darkGreen);
  padding: 18px 0;
}

.copy__area p {
  color: #fff;
}

.copy__container {
  max-width: 1116px;
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
}

.copy__area-link {
  display: flex;
  gap: 32px;
}

.copy__area-link li {
  color: #fff;
  font-size: 1.5rem;
}

@media screen and (max-width: 1120px) {
  .footer-flex {
    gap: 24px;
  }

  .footer__inner,
  .copy__container {
    max-width: unset;
    width: 90%;
  }
}

@media screen and (max-width: 860px) {
  .footer-flex {
    flex-direction: column;
  }

  .copy__area-link li {
    font-size: 1.3rem;
  }

  .copy__area-link {
    gap: 8px;
  }

  footer {
    padding-top: 0;
  }
}

@media screen and (max-width: 482px) {
  .copy__container {
    flex-direction: column-reverse;
    align-items: center;
  }
}