#gifu {
  margin: 0;
  padding: 0;
  font-family: Arial, sans-serif, "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Noto Sans JP", "游ゴシック体", "YuGothic", "游ゴシック", "Yu Gothic", "Jost";
  background: #fff;
}

/* 改行 */

/* PCの時だけ改行させるクラス*/
.pc_view {
  display: block;
}
/* スマホの時だけ改行させるクラス*/
.sp_view {
  display: none;
}

/* 背景 */

#point1 {
  background: #f0f6ed; /* ベタ塗り背景 */
}

#point2 {
  background: #faeccd; /* ベタ塗り背景 */
}

#point3 {
  background: #e3f0f6; /* ベタ塗り背景 */
}

#voice1 {
  /* ドット柄 */
  position: relative;
  background-color: #ffffff;
  background-image: radial-gradient(circle, #f2f2f2 2.5px, transparent 2.5px), radial-gradient(circle, #f2f2f2 2.5px, transparent 2.5px);
  background-position: 0 0, 15px 30px;
  background-size: 30px 60px;
}

#timeline {
  /* 格子柄 */
  position: relative;
  background-color: #f3f4fc;
  background-image: linear-gradient(90deg, #ececf380 1px, transparent 1px), linear-gradient(#ececf380 1px, transparent 1px);
  background-position: 10px 10px;
  background-size: 31px 31px;
}

#timelineholiday {
  /* 格子柄 */
  /* background-color: #fffbee;
  background-image: linear-gradient(to right, #e5e8ee 1px, transparent 1px), linear-gradient(to bottom, #e5e8ee 1px, transparent 1px);
  background-size: 40px 40px; */
  position: relative;
  background-color: #fffaeb;
  background-image: linear-gradient(90deg, #ececf380 1px, transparent 1px), linear-gradient(#ececf380 1px, transparent 1px);
  background-position: 10px 10px;
  background-size: 31px 31px;
}

.m-50 {
  padding: 50px 0 50px 0;
}

/* ADD 0805 */
  /* 文字間調整 */
.charW01 {
  letter-spacing: 0.1em;
}

@media (max-width: 767px) {
  .charW01 {
    letter-spacing: normal;
  }
}


/* section01 */

.main-visual {
  position: relative;
  max-width: 100%;
  overflow: hidden;
}

.main-img {
  max-width: 100%;
  object-fit: cover;
  display: block;
}

.main-text {
  position: absolute;
  top: 1.5vw; /* 上に寄せる */
  left: 2vw;
  color: #fff;
  z-index: 2;
}

.main-text h1 {
  font-size: 80px;
  font-family: "Montserrat";
  font-weight: 600;
  margin: 0 0 -0.2vw 0; /* 下マージンを狭く */
}

.main-text p {
  font-size: 33px;
  margin: 0;
  text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.4);
}

/* section02 */

.feature-section {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto 40px auto;
  padding: 40px 0px;
  box-sizing: border-box;
}
.feature-content {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 40px 34px; /* CHG 0805 */
}
.feature-left {
  flex: 1 1 0;
  min-width: 260px;
  display: flex;
  flex-direction: column;
}
.feature-title-row {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 18px;
  gap: 18px;
}
.feature-title {
  font-size: 60px;
  font-family: "Montserrat";
  margin: 0 10px 0 10px;
  color: #0071be;
  font-weight: 600;
}
.feature-deco {
  width: 54px;
  height: auto;
}
.feature-text {
  font-size: 22px;
  color: #484848;
}
.feature-headline {
  font-size: 35px;
  font-weight: bold;
  color: #0071be;
  margin-top: 20px;
  margin-bottom: 28px;
  font-family: "游ゴシック体", "YuGothic", "游ゴシック", "Yu Gothic", sans-serif;
}
.feature-image {
  flex: 1 1 0;
  display: flex;
  justify-content: flex-end;
  align-items: flex-start;
  min-width: 260px;
}
.feature-image img {
  max-width: 100%;
  height: auto;
}

/* section03 */

.points-container {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 32px;
  margin: 40px 0;
  flex-wrap: wrap;
  position: relative;
  margin-bottom: 150px;
}

.point-card {
  width: 30%;
  /* min-width: 240px; */
  max-width: 90vw;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 32px;
  z-index: 1;
  border: 1.5px solid #e0e0e0;
  border-radius: 0 0 10px 10px;
  box-sizing: border-box;
  background: transparent;
  padding: 0;
  font-family: "Montserrat";
}

.point1 {
}
.point2 {
  margin-top: 48px;
  z-index: 0;
}
.point3 {
}

.icon-circle {
  position: absolute;
  top: -36px;
  left: 24px;
  background: #fff;
  border-radius: 50%;
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 4px solid #fff;
  z-index: 2;
}
.icon-circle img {
  width: 48px;
  height: 48px;
  object-fit: contain;
}

.card-top {
  width: 100%;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  font-weight: 500;
  color: #484848;
  box-sizing: border-box;
  border-radius: 0; /* 四隅すべて直角 */
  position: relative;
  z-index: 1;
  /* 上の隙間をなくす */
  margin-top: 36px;
}
.point-card > .card-top {
  margin-top: 0px; /* アイコン分だけ下げる */
}
.point-card > .card-top:first-child {
  margin-top: 36px;
}
.card-top-access {
  background: #9ddd8c;
}
.card-top-area {
  background: #fad57a;
}
.card-top-living {
  background: #9bd4f2;
}
.point-label .point-number {
  font-size: xx-large;
}

.card-bottom {
  width: 100%;
  background: #fff;
  /* 右下・左下のみ角丸 */
  border-radius: 0 0 24px 24px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 24px 16px 32px 16px;
  margin-bottom: 0;
}

/* ADD 0805 */
.card-bottom a:hover {
  text-decoration:none
}


.point-title {
  font-size: 35px;
  font-weight: bold;
  text-align: center;
}
.point-title.access {
  color: #219a2e;
}
.point-title.area {
  color: #e2a323;
}
.point-title.living {
  color: #0076b6;
}

.point-desc {
  font-size: 25px;
  color: #333;
  font-weight: 500;
  margin-bottom: 16px;
  text-align: center;
}

.point-arrow {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  position: absolute;
  bottom: -18px;
  left: 50%;
  transform: translateX(-50%);
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.08);
  font-weight: bold;
}
.point1 .point-arrow {
  background: #9ddd8c;
  color: #484848;
}
.point2 .point-arrow {
  background: #fad57a;
  color: #484848;
}
.point3 .point-arrow {
  background: #9bd4f2;
  color: #484848;
}

.point1 .icon-circle {
  border: 4px solid #9ddd8c;
}

.point2 .icon-circle {
  border: 4px solid #fad57a;
}

.point3 .icon-circle {
  border: 4px solid #9bd4f2;
}

.point1_head {
  max-width: 540px;
  height: auto;
  margin: 0 auto 0 auto;
  display: block;
  background: none;
  box-shadow: none;
  border: none;
}

.access-text-section .point-gaiyou {
  font-size: 20px;
}

#voice1 .staff-voice-heading {
  text-align: center;
  font-weight: bold;
  font-size: 2em;
  color: #444;
  letter-spacing: 0.05em;
  margin-bottom: 40px;
  font-family: "Montserrat";
}

.staff-voice-underline {
  display: flex;
  align-items: flex-start; /* 上端を揃える */
  justify-content: center;
  margin-top: 8px;
}

.staff-voice-line {
  display: block;
  height: 2px;
  width: 80px;
  background: #444;
  margin-top: 0px;
  margin-left: 0;
  margin-right: 0;
}

.staff-voice-arrow-svg {
  display: block;
  margin-left: 8px; /* 左右にスペース */
  margin-right: 8px;
  vertical-align: top;
}

#point .jump-l {
  position: absolute;
  left: 0%;
  z-index: 2;
  bottom: -230px;
  height: 90%;
}

#point .jump-r {
  position: absolute;
  right: 5%;
  z-index: 2;
  bottom: -220px;
  height: 80%;
}

.access-text-section {
  margin: 20px auto;
}

.access-text-section p {
  font-size: 1.08em;
  line-height: 2;
  font-weight: 500;
  color: #484848;
  margin: 0;
  text-align: center;
}

.japanmap-wrapper {
  position: relative;
  width: 100%;
}

.japanmap-img {
  width: 100%;
  height: auto;
  display: block;
}

.info-box {
  position: absolute;
  right: 0%;
  bottom: 10%;
  background: #f5f5f5;
  border-radius: 16px;
  padding: 18px 28px;
  min-width: 280px;
  z-index: 2;
}

.red-bullets {
  list-style: none;
  padding: 0;
  margin: 0;
  text-align: left;
}

.red-bullets li {
  position: relative;
  padding-left: 1.5em;
  margin-bottom: 0.7em;
  font-size: 24px;
  font-weight: 600;
}

.red-bullets li:last-child {
  margin-bottom: 0;
}

.red-bullets li::before {
  content: "";
  display: inline-block;
  width: 0.7em;
  height: 0.7em;
  background: #d32f2f;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 0.5em;
}

.point-section {
  width: 50%;
  margin: 0 auto;
}

.japanmap-section {
  text-align: center;
}

.table-section {
  text-align: center;
}

.table-img {
  width: 70%;
  min-width: 320px;
  max-width: 600px;
  height: auto;
  margin: 0 auto;
  display: block;
}

.staff-voice-inner {
  max-width: 90%;
  margin: 0 auto;
  padding: 0 16px;
  box-sizing: border-box;
}

.staff-voice-title {
  text-align: center;
  font-size: 2em;
  font-weight: bold;
  margin-bottom: 40px;
  letter-spacing: 0.1em;
  position: relative;
}
/* .staff-voice-title::after {
  content: "";
  display: block;
  width: 60px;
  height: 2px;
  background: #aaa;
  margin: 12px auto 0 auto;
} */

.staff-voice-list {
  display: flex;
  flex-direction: column;
  gap: 32px;
  margin-bottom: 40px;
  align-items: stretch;
}

.staff-voice-item {
  width: 100%;
  box-sizing: border-box;
  display: flex;
}

.staff-voice-flex {
  display: flex;
  flex-direction: row;
  gap: 24px;
  width: 490px;
  max-width: 100%;
  margin: 0;
}

.staff-voice-item.right-side {
  justify-content: flex-end;
}
.staff-voice-item.left-side {
  justify-content: flex-start;
}

.staff-img {
  width: 200px;
  /* height: 110px; */
  border-radius: 0;
  object-fit: cover;
  flex-shrink: 0;
  position: relative;
}

.fig-name {
  background-color: #f0f0f0;
  padding: 5px 10px;
  border-radius: 20px;
  text-align: center;
  font-size: 14px;
  position: absolute;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 90%;
  letter-spacing: 0;
}

.fig-name-large {
  font-size: 1.2em;
}

.staff-voice-content {
  text-align: left;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-top: 10px;
}

.staff-voice-label {
  font-size: 24px;
  font-weight: bold;
  color: #2b8714;
  margin-bottom: 8px;
}

.staff-voice-text {
  font-size: 20px;
  color: #444;
  line-height: 1.7;
}

.voice02 {
  margin-top: -100px;
}

.voice03 {
  margin-top: -100px;
}

/* 下部ボックス */
.staff-voice-bottom {
  display: flex;
  justify-content: center;
  gap: 32px;
  flex-wrap: wrap;
}

.staff-voice-box {
  background: #fff;
  border-radius: 12px;
  border: 1.5px solid #ddd;
  box-shadow: none;
  padding: 20px 28px;
  max-width: 470px;
  min-width: 220px;
  margin-top: 24px;
}

.staff-voice-box-label {
  font-weight: bold;
  color: #2b8714;
  margin-bottom: 8px;
  font-size: 24px;
}

.staff-voice-box-text {
  font-size: 20px;
  color: #444;
  line-height: 1.7;
}

/* section04 */

/* 案内マップ対応追記 */
#map-container .map-block img {
  max-width: 100%;
  min-width: 800px;
}

#map-container .map-block {
  overflow-x: auto;
}
/* 案内マップ対応追記ここまで */

.staff-title {
  text-align: center;
  font-size: 32px;
  font-weight: bold;
  letter-spacing: 2px;
  margin-bottom: 40px;
  position: relative;
  font-family: "Montserrat";
}

.staff-voice {
  display: flex;
  align-items: flex-start;
  gap: 40px;
  margin-bottom: 40px;
}

.staff-voice.reverse {
  flex-direction: row-reverse;
}

.staff-voice-left {
  margin-right: 80px;
}

.staff-voice-right {
  margin-left: 80px;
}

.staff-person {
  flex: 0 0 180px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.person-img {
  width: 200px;
  height: auto;
  display: block;
  margin-bottom: 12px;
}

.staff-comment {
  flex: 1;
  font-size: 20px;
  color: #333;
  line-height: 2;
  background: transparent;
  padding-top: 24px;
}

.staff-comment strong {
  color: #d97c0b;
  font-weight: bold;
}

/* ポップアップここから */
.popwin {
  width: 300px;
  text-align: center;
    border: solid 3px #75cbe0;;
  border-radius: 10px;
  box-shadow: 0 0 8px gray;
  font-size: 16px;
  line-height: 1.2em;
  padding-bottom: 0px;
  padding-top: 25px;
  background-color: #F4EFE2;
}

.detail-block .pop-title {
  font-size: 24px;
  /*  margin-bottom: -25px;*/
  line-height: 1.4em;
  color: #2b8714;  /* ADD 0805 */
  font-weight: 600; /* ADD 0805 */
}

.detail-block .pop-subtitle {
  font-size: 16px;
  margin-top: 10px;
}

.pop-relativebox {
  position: relative;
  min-height: 110px;
}

.pop-close {
  position: absolute;
  right: 10px;
  top: 10px;
}

.popwin img {
  width: 60%;
  position: absolute;
  bottom: 0px;
  right: 20%;
}

.detail-block .pop-text {
  font-size: 16px;
  line-height: 1.4em;
  text-align: left;
}

/* ポップアップここまで */

/* section05 */

.charms6-title {
  text-align: center;
  font-size: 22px;
  font-weight: 600;
  letter-spacing: 0.05em;
}

.charms6-title .charms6-info {
  width: 20px;
  margin-bottom: 35px;
}

.charms6-title .charms6 {
  margin-top: 10px;
  font-size: 1.3em;
  font-weight: bold;
  color: #484848;
  display: block;
  align-items: center;
  justify-content: center;
}

.charms6-title .charms6-title-sub {
  letter-spacing: 0.1em;
  font-size: 2em;
}

.features-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 50px 4vw;
  max-width: 90%;
  margin: auto;
}

.feature-card {
  background: #fff;
  border-radius: 12px;
  border: solid #e2e2e2 2px;
  /* box-shadow: 0 6px 18px rgba(60, 90, 130, 0.08); */
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: center; /* 縦中央揃え */
  align-items: center; /* 横中央揃え */
  min-height: 180px;
}

.card-header {
  background: #70bdb8;
  color: #fff;
  font-size: 23px;
  font-weight: 400;
  padding: 20px 8px 20px 8px;
  border-radius: 10px 10px 0 0;
  position: relative;
  letter-spacing: 0.02em;
  min-height: 60px;
  box-sizing: border-box;
  width: 100%;
  display: flex;
  align-items: center; /* 垂直中央揃え */
  justify-content: center; /* 水平中央揃え */
  gap: 8px;
}

.card-header .number {
  display: inline-block;
  background: #61a5a1;
  color: #fff; /* 数字を黒 */
  border-radius: 50%;
  width: 40px;
  height: 40px;
  text-align: center;
  font-size: 1.1em;
  margin-bottom: 0;
  flex-shrink: 0;
  font-family: "Montserrat";
  line-height: 1.5em;
}

.card-header .item-title {
  display: flex;
  align-items: center;
  font-size: 1em;
  color: #fff;
  font-weight: 700;
  letter-spacing: 0.03em;
}

.card-header .asterisk {
  font-size: 0.8em;
  margin-left: 2px;
  vertical-align: super;
  color: #fff;
}

.card-body {
  color: #484848;
  font-size: 17px;
  font-weight: 600;
  padding: 22px 10px 16px 18px;
  flex: 1;
  line-height: 2;
  box-sizing: border-box;
  text-align: center;
  /*  display: flex;
  flex-direction: column; */
  align-items: center;
  /*  justify-content: center;*/
}

.highlight {
  display: inline-block;
  color: #484848; /* 黒に変更 */
  border-bottom: 3px solid #ffe200;
  /*  padding-bottom: 1px;*/
  /*  margin-top: 4px;*/
  background: none;
}
.card-body .underline {
  color: #1781c5;
  font-weight: bold;
  border-bottom: 2px solid #1781c5;
  padding-bottom: 1px;
}

.card-body .one-line {
  display: inline-block;
  /* white-space: nowrap; */
}

.note {
  text-align: right;
  color: #888;
  font-size: 0.95em;
  margin-top: 10px;
  margin-bottom: 0;
  padding-right: 2px;
}

.roomtitle img {
  max-width: 30%;
  text-align: left;
  margin-left: 40px;
}
.roompicture img {
  max-width: 100%;
}

/* スライダ_ya */
.recruit-slider-wapper {
  padding: 0 35px;
}

.recruit-slider .slick-slide img {
  margin: 0 auto;
  padding: 0 15px;
}

.recruit-slider-wapper .slick-prev::before,
.recruit-slider-wapper .slick-next::before {
  color: #000;
  font-size: 2.4rem;
  opacity: 1;
}

.recruit-slider-wapper .slick-arrow {
  margin-top: 30px !important;
}
/* スライダ_ya */

/* section06 */

.schedule-head {
  width: 90px;
  margin: 0 auto;
}

#timeline .schedule-gaiyou {
  position: relative;
}

#timeline .msg-m {
  max-width: 54%; /* CHG 0805 */
  margin: auto;
}

.schedule-subtext {
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  margin: 30px auto;
}

#timeline .schedule-gaiyou .jump-l {
  position: absolute;
  left: 15%;
  z-index: 2;
  bottom: -100px;
  width: 9%;
}

#timeline .schedule-gaiyou .jump-r {
  position: absolute;
  right: 14%;
  z-index: 2;
  bottom: -100px;
  width: 12%;
}

.schedule-sub {
  text-align: center;
  background: #fff;
  border: solid 1px #707070;
  padding: 0.5em;
  margin: 0 auto;
  border-radius: 5px;
  max-width: 10em;
  font-family: "Montserrat";
  font-weight: bold;
}

h4 img {
  margin-right: 10px;
  width: 20px;
  height: 20px;
  vertical-align: middle;
}

.cp_timeline02 {
  position: relative;
  margin: 3em auto;
  overflow: auto;
  max-width: 90%;
}
.cp_timeline02:before {
  position: absolute;
  left: 50%;
  width: 5px;
  height: 100%;
  content: "";
  background: #71b2ae;
}

.cp_timeline02-work {
  position: relative;
  margin: -3em auto;
  overflow: auto;
  max-width: 90%;
}

.cp_timeline02-work:before {
  position: absolute;
  left: 50%;
  width: 5px;
  height: 100%;
  content: "";
  background: #1c66b0;
}

#timelineholiday .cp_timeline02:before {
  position: absolute;
  left: 50%;
  width: 5px;
  height: 100%;
  content: "";
  background: #ef515d;
}

.last-item {
  margin-bottom: 0 !important;
}

.cp_timeline02 h4 {
  position: relative;
  clear: both;
  max-width: 8em;
  margin: 0 auto 1em;
  padding: 0.5em;
  text-align: center;
  background: #71b2ae;
  border-radius: 8px;
  font-size: 1.4em;
  color: #fff;
}

.cp_timeline02-work h4 {
  position: relative;
  clear: both;
  max-width: 8em;
  margin: 0 auto 1em;
  padding: 0.5em;
  text-align: center;
  background: #1c66b0;
  border-radius: 8px;
  font-size: 1.4em;
  color: #fff;
}

#timelineholiday .cp_timeline02 h4 {
  position: relative;
  clear: both;
  max-width: 8em;
  margin: 0 auto 1em;
  padding: 0.5em;
  text-align: center;
  background: #ef515d;
  border-radius: 8px;
  font-size: 1.4em;
  color: #fff;
}

.work {
  background: #1c66b0 !important;
}

.cp_timeline02 ul {
  max-width: calc(100% - 4em);
  margin: 1em 0;
  padding: 0 0 0 4em;
  list-style: none;
}
.cp_timeline02 li {
  position: relative;
  margin-bottom: 1em;
  padding: 1em;
  background: #fff;
  width: 42%;  /* CHG 0805 */
  border: 1px solid #ddd;
  gap: 10px;
  display: flex;
  align-items: flex-start;
}
.cp_timeline02 li:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0px;
  height: 100%;
  width: 7px;
  background-color: #71b2ae; /* 付箋紙風の縦線 */
}

.cp_timeline02-work ul {
  max-width: calc(100% - 4em);
  margin: 1em 0;
  padding: 0 0 0 4em;
  list-style: none;
}
.cp_timeline02-work li {
  position: relative;
  margin-bottom: 1em;
  padding: 1em;
  background: #fff;
  width: 42%;  /* CHG 0805 */
  border: 1px solid #ddd;
  gap: 10px;
  display: flex;
  align-items: flex-start;
}
.cp_timeline02-work li:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0px;
  height: 100%;
  width: 7px;
  background-color: #71b2ae; /* 付箋紙風の縦線 */
}

.work-card {
  background: #1c66b0 !important;
  color: #fff;
}

.cp_timeline02 li:nth-child(even) {
  float: right;
  margin-top: 2em;
}

.cp_timeline02-work li:nth-child(even) {
  float: right;
  margin-top: 2em;
}

#timelineholiday .cp_timeline02 li:nth-child(even) {
  float: right;
  margin-top: 0em;
}

.cp_timeline02 li:nth-child(odd) {
  float: left;
}

.cp_timeline02-work li:nth-child(odd) {
  float: left;
}

.cp_timeline02 li:nth-of-type(2n + 1) {
  clear: both;
}

.cp_timeline02-work li:nth-of-type(2n + 1) {
  clear: both;
}

#timelineholiday .cp_timeline02 li:nth-of-type(2n + 1) {
  clear: both;
  margin-top: 2em;
}

.cp_timeline02 li .desc {
  font-size: 1em;
  line-height: 1.5em;
  margin: auto 4px auto 5px; /* CHG 0805 */
  width: 80%;
}

.cp_timeline02-work li .desc {
  font-size: 0.9em;
  line-height: 1.5em;
  margin: auto 4px auto 14px; /* CHG 0805 */
  width: 80%;
}

.cp_timeline02 li img {
  max-width: 50px;
  margin: auto 0;
}

.cp_timeline02-work li img {
  max-width: 50px;
  margin: auto 0;
}

#timelineholiday .cp_timeline02 .holidayphoto {
  background-color: #e2e2e2;
  box-shadow: 2px 2px 3px #b2b2b2;
  border: solid 3px #fff;
  height: 110px;
  position: absolute;
  top: -30%;
  right: -10%;
  max-width: 100%;
}

#timelineholiday .cp_timeline02 .holidayphoto-right {
  background-color: #e2e2e2;
  box-shadow: 2px 2px 3px #b2b2b2;
  border: solid 3px #fff;
  height: 110px;
  position: absolute;
  top: -30%;
  right: -5%;
  max-width: 100%;
}

#timelineholiday .cp_timeline02 .horidayphoto-text {
  /* padding-right: 50px; */
  padding-right: 3vw;
}

/* section07 */

.hikaku-title {
  color: #0071be;
  text-align: center;
  margin-bottom: 20px;
  line-height: 2em;
  font-family: "Montserrat";
  font-weight: 600;
}

.hikaku-title-big {
  font-size: 2em;
}

.table-container {
  max-width: 980px;
  margin: 40px auto 0 auto;
}

.comparison-table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  background: #fff;
}

.comparison-table td {
  text-align: center;
  vertical-align: middle;
  padding: 24px 0;
  font-size: 20px;
  /*  border: 1px solid #e5e5e5;*/
  box-sizing: border-box;
}

/* */
.comparison-table th {
  padding: 10px 0;
  font-size: 15px;
}

.comparison-table td {
  padding: 24px 0;
  font-size: 22px;
}

.spacer {
  width: 10px;
}

.daen {
  background-color: #e48e52;
  width: 80%;
  margin: 0 auto;
  border-radius: 10px;
  text-align: center;
  font-size: 25px;
}

.daen.ryo {
  background-color: #e48e52;
  line-height: 1.8em;
  font-size: 35px;
}

.daen.gifu {
  background-color: #70bdb8;
}

.daen.tokyo {
  background-color: #c8ae5f;
}

/* */

.label-header {
  font-size: 18px;
  color: #333;
  border-bottom: 1px solid #e5e5e5;
}

.label-col {
  color: #484848;
  text-align: center;
  font-weight: bold;
  width: 120px;
  font-size: 18px;
  letter-spacing: 0.05em;
  /*  border-right: 1px solid #e5e5e5;*/
  border-left: none;
}

.label-bg {
  background: #f5f5f5 !important;
}

.dorm-header-short,
.gifu-header-short,
.tokyo-header-short {
  padding-top: 10px !important;
  padding-bottom: 10px !important;
}

/* 通常時のヘッダー */
.dorm-header {
  /*  background: #E48E52; */
  color: #fff;
  font-size: 26px;
  font-weight: bold;
  border: none;
  letter-spacing: 0.1em;
  padding: 28px 0 28px 0;
}
.gifu-header {
  /*  background: #70BDB8; */
  color: #fff;
  font-size: 26px;
  border: none;
  letter-spacing: 0.1em;
  padding: 28px 0 28px 0;
}
.tokyo-header {
  /*  background: #C8AE5F; */
  color: #fff;
  font-size: 26px;
  font-weight: bold;
  border: none;
  letter-spacing: 0.1em;
  padding: 28px 0 28px 0;
}

.dorm-border-left {
  border-left: 5px solid #e48e52 !important;
}
.dorm-border-right {
  border-right: 5px solid #e48e52 !important;
}
.dorm-border-top {
  border-top: 5px solid #e48e52 !important;
}
.dorm-border-bottom {
  border-bottom: 5px solid #e48e52 !important;
}

/* */
.normal-border-right {
  border-right: 1px solid #e5e5e5 !important;
}
/* */

.dorm-cell {
  background: #fff;
  font-weight: bold;
  font-size: 28px;
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
}

.dorm-all {
  color: #e48e52 !important;
  font-weight: bold;
  font-size: 42px;
  letter-spacing: 0.05em;
  font-family: "futura", "Jost";
}
.dorm-walk-num {
  font-size: 42px;
  color: #e48e52;
  font-weight: bold;
  line-height: 1;
  font-family: "futura", "Jost";
}
.dorm-small {
  font-size: 27px;
  color: #e48e52;
  font-weight: bold;
  line-height: 1;
}

.gifu-num,
.tokyo-num {
  font-size: 32px;
  font-weight: bold;
  letter-spacing: 0.05em;
  /*  display: inline-block;*/
  font-family: "futura", "Jost";
}

.gifu-cell {
  background: #fff;
  color: #70bdb8;
  font-size: 28px;
  font-weight: bold;
  /*  border-top: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5; */
}

.tokyo-cell {
  background: #fff;
  color: #c8ae5f;
  font-size: 28px;
  font-weight: bold;
  /*  border-top: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5; */
}

.unit {
  font-size: 20px;
  margin-left: 2px;
  vertical-align: baseline;
}

.note-num {
  font-size: 14px;
  margin-left: 2px;
  color: inherit;
  vertical-align: super;
}

.notes {
  font-size: 12px;
  color: #888;
  margin-top: 20px;
  line-height: 1.6;
  padding-left: 10px;
}

/* section08 */

.message {
  font-size: 34px;
  letter-spacing: 0.4em;
  text-align: center;
  font-weight: bold;
  margin-bottom: 30px;
}

hr {
  background-color: #484848;
  border: none;
  height: 1px;
  width: 100%;
}

/* レスポンシブ対応（幅1000px以下で文字サイズ縮小＆配置調整） */

/* section03 */

@media (max-width: 1000px) {
  /* タブレットの時だけ改行させるクラス */
  .tab_view {
    display: block;
  }

  .voice02 {
    margin-top: 0px;
  }

  .voice03 {
    margin-top: 0px;
  }
}

/* レスポンシブ対応（幅975px以下で文字サイズ縮小＆配置調整） */

@media (max-width: 975px) {
  #point .jump-l {
    position: absolute;
    left: 0%;
    z-index: 2;
    bottom: -180px;
    height: 35%;
  }

  #point .jump-r {
    position: absolute;
    right: 5%;
    z-index: 2;
    bottom: -190px;
    height: 35%;
  }
}

/* レスポンシブ対応（幅900px以下で文字サイズ縮小＆配置調整） */

/* section02 */

@media (max-width: 900px) {
  .feature-content {
    flex-direction: column;
    gap: 28px;
  }
  .feature-left,
  .feature-image {
    width: 100%;
    max-width: 100%;
    min-width: 0;
  }
  .feature-title-row {
    justify-content: center;
    gap: 10px;
  }
  .feature-deco {
    width: 34px;
  }
  .feature-title {
    font-size: 2em;
    margin: 0 8px 0 8px;
  }
  .feature-image {
    justify-content: center;
    margin-top: 12px;
  }

  #point .jump-l {
    position: absolute;
    left: 0%;
    z-index: 2;
    bottom: -125px;
    height: 18%;
  }

  #point .jump-r {
    position: absolute;
    right: 5%;
    z-index: 2;
    bottom: -125px;
    height: 16%;
  }

  .point-card {
    width: 50%;
    min-width: 240px;
    max-width: 90vw;
  }

  /* section03 */

  .points-container {
    margin-bottom: 100px;
  }

  .points-container {
    flex-direction: column;
    align-items: center;
    gap: 0;
  }

  .point2 {
    margin-top: 32px;
  }

  .point3 {
    margin-top: 32px;
  }

  .icon-circle {
    left: 16px;
  }
}

/* レスポンシブ対応（幅767px以下で文字サイズ縮小＆配置調整） */

@media (max-width: 767px) {
  /* PCの時だけ改行させるクラス */
  .pc_view {
    display: none;
  }
  /* スマホの時だけ改行させるクラス */
  .sp_view {
    display: block;
  }

  .m-50 {
    padding: 20px 0 20px 0;
  }

  /* section01 */

  .main-visual,
  .main-img {
    min-height: 120px;
  }
  .main-text {
    top: 2vw; /* スマホでも上に寄せる */
    left: 4vw;
  }
  .main-text h1 {
    font-size: 8vw;
    /* margin-bottom: 1vw; */
  }
  .main-text p {
    font-size: 3vw;
  }

  .feature-headline {
    font-size: 20px;
    margin-top: 20px;
    margin-bottom: 28px;
  }

  /* section02 */
  .feature-text {
    font-size: 16px;
  }

  /* section03 */

  .card-bottom {
    width: 100%;
    background: #fff;
    padding: 4px 6px 10px 6px;
  }

  .point-title {
    font-size: 24px;
    margin-bottom: 0px;
  }

  .point-desc {
    font-size: 18px;
    margin-bottom: 16px;
  }

  .point-section {
    width: 100%;
    margin: 0 auto;
    text-align: center;
  }

  .access-text-section .point-gaiyou {
    font-size: 14px;
  }

  .japanmap-section {
    width: 100%;
    margin: 0px auto 20px;
  }

  .info-box {
    padding: 10px 10px;
  }

  .red-bullets li {
    font-size: 14px;
  }

  .access-text-section p {
    font-size: 0.98em;
    width: 90%;
    margin: auto;
    line-height: 1.5;
  }
  .point_head {
    width: 90%;
  }

  .japanmap-wrapper {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    position: static;
  }
  .japanmap-img {
    width: 100%;
    display: block;
    position: static;
  }
  .info-box {
    position: static;
    margin-top: 12px;
    margin-right: 0;
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
  }

  .staff-voice-flex {
    display: block;
    text-align: center;
  }

  #voice1 .staff-voice-heading {
    font-size: 1.5em;
  }

  .staff-img {
    width: 160px;
    margin: 0 auto;
  }

  .staff-voice-line {
    width: 56px;
  }

  .fig-name {
    padding: 0px 10px;
    border-radius: 20px;
    font-size: 10px;
    width: 90%;
    bottom: 0.1em;
  }

  .fig-name-large {
    font-size: 12px;
  }

  .staff-voice-box {
    padding: 10px 16px;
    margin-top: 24px;
  }

  .staff-voice-box-label {
    margin-bottom: 8px;
    font-size: 20px;
  }

  .staff-voice-box-text {
    font-size: 16px;
    line-height: 1.7;
  }

  .staff-voice-label {
    font-size: 20px;
  }

  .staff-voice-text {
    font-size: 16px;
  }

  /* section04 */

  .staff-voice,
  .staff-voice.reverse {
    flex-direction: column !important;
    align-items: center;
    gap: 16px;
  }
  .staff-comment {
    font-size: 16px;
    padding-top: 0;
    text-align: left;
  }
  .person-img {
    width: 110px;
  }
  .staff-title {
    font-size: 22px;
    margin-bottom: 20px;
  }

  .staff-person {
    flex: 0 0 80px;
  }

  .staff-voice-left {
    margin-right: 0px;
  }

  .staff-voice-right {
    margin-left: 0px;
  }

  /* section05 */

  .features-grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }
  .section-title .subtitle {
    font-size: 1.3em;
  }

  .charms6-title .charms6-info {
    width: 13px;
    margin-bottom: 16px;
  }

  .charms6-title .charms6 {
    font-size: 1em;
  }

  .charms6-title .charms6-title-sub {
    letter-spacing: 0.1em;
    font-size: 1.5em;
  }

  .features-grid {
    max-width: 80%;
  }

  .card-header {
    font-size: 16px;
    padding: 14px 8px 8px 12px;
    min-height: 44px;
  }
  .card-header .number {
    width: 26px;
    height: 26px;
    line-height: 26px;
    font-size: 1em;
    margin-bottom: 0;
  }
  .card-body {
    font-size: 0.98em;
    padding: 14px 6px 10px 12px;
  }

  .note {
    text-align: left;
  }

  .roomtitle img {
    max-width: 40%;
    text-align: left;
    margin-left: 0px;
  }

  /* section06 */

  .schedule-head {
    width: 70px;
  }

  #timeline .schekule-gaiyou {
    position: relative;
    display: flex;
    justify-content: center;
  }

  .schedule-subtext {
    font-size: 1em;
    font-weight: bold;
  }

  .schedule-sub {
    padding: 0.2em;
    max-width: 8em;
  }

  #timeline .schedule-gaiyou .jump-l {
    left: 8%;
    bottom: 85px;
    width: 12%;
  }

  #timeline .schedule-gaiyou .jump-r {
    right: 11%;
    bottom: 85px;
    width: 16%;
  }

  .cp_timeline02 h4 {
    max-width: 6em;
    padding: 0.2em;
    font-size: 1.2em;
  }

  .cp_timeline02-work h4 {
    max-width: 6em;
    padding: 0.2em;
    font-size: 1.2em;
  }

  #timelineholiday .cp_timeline02 h4 {
    max-width: 6em;
    padding: 0.2em;
    font-size: 1.2em;
    color: #fff;
  }

  .cp_timeline02:before {
    left: 0;
  }

  .cp_timeline02-work:before {
    left: 0;
  }

  #timelineholiday .cp_timeline02:before {
    left: 0;
  }

  .cp_timeline02 ul {
    z-index: 1;
    padding: 0 0 0 1.5em;
  }

  .cp_timeline02-work ul {
    z-index: 1;
    padding: 0 0 0 1.5em;
  }

  .cp_timeline02 li {
    width: 100%;
  }

  .cp_timeline02-work li {
    width: 100%;
  }

  .cp_timeline02 li:nth-child(even),
  .cp_timeline02 li:nth-child(odd) {
    float: none;
  }

  .cp_timeline02-work li:nth-child(even),
  .cp_timeline02-work li:nth-child(odd) {
    float: none;
  }

  .cp_timeline02 li:nth-child(odd):before {
    right: auto;
    /* left: -14px; */
    border-width: 10px 15px 10px 0;
    border-color: transparent #fff8e1 transparent transparent;
  }

  .cp_timeline02-work li:nth-child(odd):before {
    right: auto;
    /* left: -14px; */
    border-width: 10px 15px 10px 0;
    border-color: transparent #fff8e1 transparent transparent;
  }

  .cp_timeline02 li:nth-child(odd)::after {
    right: auto;
    left: -16px;
    border-width: 10px 15px 10px 0;
    border-color: transparent #ffca28 transparent transparent;
  }

  .cp_timeline02-work li:nth-child(odd)::after {
    right: auto;
    left: -16px;
    border-width: 10px 15px 10px 0;
    border-color: transparent #ffca28 transparent transparent;
  }

  .cp_timeline02 li .desc {
    margin: 0;
  }

  .cp_timeline02-work li .desc {
    margin: 0;
  }

  .cp_timeline02 h4 {
    margin-left: -3px;
  }

  .cp_timeline02-work h4 {
    margin-left: -3px;
  }

  #timelineholiday .cp_timeline02 h4 {
    margin-left: -3px;
  }

  .cp_timeline02 ul {
    max-width: calc(100% - 0em);
  }

  .cp_timeline02-work ul {
    max-width: calc(100% - 0em);
  }

  .cp_timeline02 li img {
    width: 40px;
  }

  .cp_timeline02-work li img {
    width: 40px;
  }

  .cp_timeline02 li .desc {
    font-size: 0.8em;
  }

  .cp_timeline02-work li .desc {
    font-size: 0.8em;
  }

  #timelineholiday .cp_timeline02 .horidayphoto-text {
    /* padding-right: 40px; */
    padding-right: 10vw;
    /* line-height: 3em; */
    display: inline-block;
    min-height: 50px;
  }

  #timelineholiday .cp_timeline02 .holidayphoto {
    border: solid 3px #fff;
    height: 100%;
    position: absolute;
    width: auto;
    top: 0;
    right: 0;
    box-shadow: none;
  }

  #timelineholiday .cp_timeline02 .holidayphoto-right {
    border: solid 3px #fff;
    height: 100%;
    position: absolute;
    width: auto;
    top: 0;
    right: 0;
    box-shadow: none;
  }

  /* section07 */

  .hikaku-title {
    font-size: 1.2em;
  }

  .comparison-table th,
  .comparison-table td {
    font-size: 10px;
    padding: 0px 0;
  }
  .dorm-all,
  .gifu-num,
  .tokyo-num {
    font-size: 13px;
    letter-spacing: 0px;
  }
  .dorm-walk-num {
    font-size: 13px;
  }
  .dorm-small {
    font-size: 10px;
  }

  .label-col {
    width: 45px;
  }

  .label-header-small {
    font-size: 10px !important;
  }

  .daen {
    font-size: 14px;
  }

  .daen.ryo {
    line-height: 1.8em;
    font-size: 14px;
  }

  .unit {
    font-size: 10px;
  }

  .note-num {
    font-size: 10px;
  }

  .notes {
    font-size: 10px;
  }

  .spacer {
    width: 5px;
  }

  /* section08 */

  .message {
    font-size: 1.2em;
    letter-spacing: 0.2em;
  }
}
