@charset "UTF-8";
body,
#all_wrap {
  width: 100vw;
  overflow-x: hidden;
}

@media (min-width: 1000px) {
  .disp-sp {
    display: none;
  }
  .disp-pc {
    display: block;
  }
}
@media (max-width: 1000px) {
  .disp-pc {
    display: none;
  }
  .disp-sp {
    display: block;
  }
}
.eng {
  font-family: "roboto";
  font-weight: bold;
  letter-spacing: 0.25rem;
}

.jpn {
  font-family: "Yu Gothic", sans-serif;
  font-weight: normal;
  letter-spacing: 0.2rem;
}
@media (max-width: 480px) {
  .jpn {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: normal;
    letter-spacing: 0.2rem;
  }
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  position: relative;
}

.slick-slider {
  -ms-touch-action: auto;
  touch-action: auto;
}

.-fixed {
  position: fixed;
  transition: 100ms;
  opacity: 1 !important;
}
@media (max-width: 1000px) {
  .-fixed {
    position: inherit;
  }
}

.-abs {
  position: absolute;
  opacity: 1;
  transition: 200ms;
}

.-ontop {
  z-index: 3;
  transition: 500ms liner;
  opacity: 1 !important;
}

.-transleft {
  width: 80vw;
  transition: 250ms;
}

.-transright {
  width: 48vw !important;
  transition: 100ms;
}

section .mb_5 {
  margin-bottom: 5vw;
}

section .mb_10 {
  margin-bottom: 10vw;
}

h3,
p,
h2,
h4,
h5,
span,
.details {
  color: #231815;
}

#cv_float {
  width: 100vw;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  transition-duration: 0.6s;
  transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
  -webkit-transition-duration: 0.6s;
  -webkit-transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
  -moz-transition-duration: 0.6s;
  -moz-transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
}
@media (max-width: 1000px) {
  #cv_float {
    opacity: 0;
    transition: 500ms;
  }
  #cv_float.-scrolld {
    opacity: 1;
    transition: 500ms;
  }
}
#cv_float .float_icn {
  width: 32vw;
  position: absolute;
  left: 4vw;
  top: 4vw;
}
#cv_float ul {
  right: 10px;
  top: 10px;
  position: absolute;
  display: flex;
}
#cv_float li {
  position: relative;
  width: 120px;
  height: 30px;
  text-align: center;
  border-radius: 9999px;
  margin-right: 20px;
  background-color: #2cb8f0;
  font-size: 12px;
  letter-spacing: 0.02rem;
  cursor: pointer;
  font-family: "Yu Gothic", sans-serif;
  font-weight: normal;
  letter-spacing: 0.2rem;
}
@media (max-width: 480px) {
  #cv_float li {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: normal;
    letter-spacing: 0.2rem;
  }
}
#cv_float li p {
  padding: 6% 0;
  font-family: "Yu Gothic", sans-serif;
  font-weight: normal;
  letter-spacing: 0.2rem;
  letter-spacing: 0.02rem;
}
@media (max-width: 480px) {
  #cv_float li p {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: normal;
    letter-spacing: 0.2rem;
  }
}
#cv_float li.cv_btn {
  width: 180px;
  overflow: hidden;
  background-color: #24c0ff;
  transition: 1000ms;
  opacity: 0.9;
  border: #2cb8f0 1px solid;
}
#cv_float li.cv_btn.-scrolld {
  background-color: #fff;
  transition: 500ms;
  opacity: 0.8;
}
#cv_float li.cv_btn a {
  height: 100%;
}
#cv_float li.cv_btn p {
  animation: liner 4s infinite linear;
  background: url(../img/cv_btn.svg) repeat-x;
  width: 73%;
  height: 100%;
  background-position-y: 8px;
  transform: translate(16px);
}
@keyframes liner {
  from {
    background-position: 0 8px;
  }
  to {
    background-position: 130px 8px;
  }
}
#cv_float li.cv_btn::before {
  content: " ";
  position: absolute;
  top: 0px;
  left: 0;
  width: 100%;
  height: 100%;
  width: 9px;
  left: auto;
  right: 15px;
  display: block;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-image: url(../img/up_arrow.svg);
}
@media (max-width: 480px) {
  #cv_float li.cv_btn::before {
    display: none;
  }
}
#cv_float li.pre_sale {
  opacity: 0.85;
}
#cv_float li.pre_sale p {
  color: #fff;
  font-weight: 600;
}
#cv_float li.pre_sale a {
  background: #526a69;
  mix-blend-mode: hard-light;
  width: 100%;
  height: 100%;
  display: flow;
  border-radius: 9999px;
  opacity: 0.95;
}
#cv_float .sp_cv_wrap .sp_cvbtn {
  right: 4vw;
  top: 3vw;
  position: absolute;
  display: flex;
}
#cv_float .sp_cv_wrap .sp_cvbtn li {
  width: clamp(6.7rem, (100vw - 20rem) * 0.1, 4vw);
  height: clamp(5.5rem, (100vw - 20rem) * 0.1, 3vw);
  overflow: hidden;
  mix-blend-mode: inherit;
  transition: 1000ms;
  margin: 0 1vw 0 1vw;
}
@media (max-width: 480px) {
  #cv_float .sp_cv_wrap .sp_cvbtn li {
    width: clamp(4rem, (100vw - 20rem) * 0.1, 4vw);
    height: clamp(3rem, (100vw - 20rem) * 0.1, 3vw);
  }
}
#cv_float .sp_cv_wrap .sp_cvbtn li.cv_btn {
  border: #2cb8f0 1px solid;
}
#cv_float .sp_cv_wrap .sp_cvbtn li.pre_sale a {
  color: #fff;
}
#cv_float .sp_cv_wrap .sp_cvbtn li a {
  width: 100%;
  height: 100%;
  position: relative;
  display: block;
}
#cv_float .sp_cv_wrap .sp_cvbtn li a.h_contact_tel {
  mix-blend-mode: lighten;
  background: rgb(255, 255, 255);
  opacity: 0.95;
}
#cv_float .sp_cv_wrap .sp_cvbtn li a i {
  top: 50%;
  left: 53%;
  transform: translate(-50%, -50%);
  position: absolute;
  font-size: clamp(1.2rem, (100vw - 20rem) * 0.1, 3vw);
}
#cv_float .sp_cv_wrap .sp_cvbtn li a i.fa-phone {
  color: #2cb8f0;
}

#sp_nav {
  opacity: 0;
  transition: 500ms;
  z-index: 999;
}
#sp_nav.-scrolld {
  opacity: 1;
  transition: 500ms;
}
#sp_nav .menu {
  display: flex;
  position: fixed;
  left: 0;
  justify-content: space-evenly;
  bottom: 0;
  align-items: center;
  background: #fff;
  background: rgba(255, 255, 255, 0.92);
  width: 100%;
  height: 11vw;
}
@media (max-width: 480px) {
  #sp_nav .menu {
    height: 22vw;
  }
}
@media (min-width: 1000px) {
  #sp_nav .menu {
    display: none;
  }
}
#sp_nav .menu li {
  display: flex;
  width: fit-content;
  height: fit-content;
  justify-content: space-evenly;
  text-align: center;
  letter-spacing: 0;
}
#sp_nav .menu li a {
  height: fit-content;
  width: fit-content;
}
#sp_nav .menu li a img {
  height: 8vw;
  width: auto;
}
@media (max-width: 480px) {
  #sp_nav .menu li a img {
    height: 15vw;
  }
}

#mv_wrap {
  width: 100vw;
  height: 100vh;
  display: flex;
  flex-wrap: wrap;
  position: relative;
  background-color: #2cb8f0;
}
#mv_wrap figure img {
  width: 100%;
}
@media (max-width: 1000px) {
  #mv_wrap {
    display: inherit;
    height: 80vh;
  }
}

#mv_left {
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 1000px) {
  #mv_left {
    display: inherit;
    height: 30vh;
  }
}

#mainv {
  width: 76vw;
  margin: 0 auto;
  height: 100vh;
  opacity: 0;
  position: fixed;
  background-color: #2cb8f0;
  display: grid;
  place-content: center;
}
@media (max-width: 1000px) {
  #mainv {
    width: 100vw;
    height: 95vh;
    opacity: 1 !important;
    position: relative;
  }
}
@media (max-width: 480px) {
  #mainv {
    width: 100vw;
    height: 59vh;
  }
}
#mainv figure {
  width: 100%;
}
#mainv #mainv_inner {
  display: grid;
  place-content: center;
  width: 84vmin;
  height: 70vmin;
  margin: 0 auto;
  position: relative;
  aspect-ratio: 1/0.85;
}
@media (max-width: 1300px) {
  #mainv #mainv_inner {
    width: min(62vw, 75vh);
    height: auto;
    aspect-ratio: 1/0.95;
    transform: translateX(-2%);
  }
}
@media (max-width: 1000px) {
  #mainv #mainv_inner {
    width: min(77vw, 77vh);
    aspect-ratio: 1/0.85;
    transform: translateX(-5%);
  }
}
@media (max-width: 480px) {
  #mainv #mainv_inner {
    width: 80vw;
    aspect-ratio: 1/0.85;
    transform: translateX(-4.5%);
  }
}

.mainv_txtwrap {
  position: absolute;
  width: 43vmin;
  z-index: 4;
  transform: translate(0, -50vmin);
  top: 59vmin;
  left: 0;
}

.logo_wakohomes {
  display: block;
  width: 10vmin;
  margin-bottom: 6vmin;
  position: absolute;
  right: -4vmin;
}

.mv_arrow {
  width: 8vmin;
  margin-bottom: 2vw;
}
@media (max-width: 1000px) {
  .mv_arrow {
    width: 11vw;
    transform: translateX(8%);
  }
}

.loc_name {
  width: 36vmin;
  margin-top: 2vmin;
}
@media (max-width: 1300px) {
  .loc_name {
    width: 36vmin;
  }
}
@media (max-width: 1150px) {
  .loc_name {
    width: min(38vw, 42vh);
    margin-top: -1vh;
  }
}
@media (max-width: 1000px) {
  .loc_name {
    width: min(43vw, 41vh);
    margin-top: 1vh;
  }
}
@media (max-width: 800px) {
  .loc_name {
    width: min(38vw, 42vh);
    margin-top: 1.5vmin;
  }
}

.mv_ls {
  width: 87%;
  position: absolute;
  top: 0;
}
.mv_newlife {
  width: 100%;
  position: absolute;
  bottom: 0;
}
@media (max-width: 1300px) {
  .mv_newlife {
    width: 105%;
  }
}

.mv_main_ttl {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  width: 50vmin;
  position: absolute;
  bottom: 10.5vh;
  z-index: 6;
}
@media (max-width: 1300px) {
  .mv_main_ttl {
    width: min(47vw, 47vh);
    bottom: 10vh;
  }
}
@media (max-width: 1150px) {
  .mv_main_ttl {
    width: min(45vw, 44vh);
    bottom: 10vh;
  }
}
@media (max-width: 1000px) {
  .mv_main_ttl {
    width: min(48vw, 49vh);
    bottom: 10vh;
  }
}
@media (max-width: 800px) {
  .mv_main_ttl {
    width: min(48vw, 49vh);
    bottom: min(8.5vh, 10vw);
  }
}
@media (max-width: 480px) {
  .mv_main_ttl {
    width: 49vmin;
    bottom: 10vmin;
    margin: 0;
  }
}

#mv_fade_image {
  width: 32vmin;
  aspect-ratio: 1/1.5;
  z-index: 1;
  display: block;
  position: absolute;
  top: 12vmin;
  right: 1vmin;
}
@media (max-width: 1300px) {
  #mv_fade_image {
    width: 28vmin;
  }
}
@media (max-width: 1150px) {
  #mv_fade_image {
    width: min(22vw, 31vh);
    transform: translate(0%, -1vh);
  }
}
@media (max-width: 1000px) {
  #mv_fade_image {
    width: min(28vw, 29vh);
    transform: translateX(5%);
  }
}
@media (max-width: 800px) {
  #mv_fade_image {
    width: min(29vw, 26vh);
  }
}
#mv_fade_image::after {
  content: "";
  display: block;
  position: absolute;
  width: 28.5vmin;
  height: auto;
  background-image: url(../img/mv_ride.png);
  background-repeat: no-repeat;
  background-size: 100%;
  z-index: 0;
  bottom: 0;
  top: 0vmin;
  left: -21vmin;
}
@media (max-width: 1300px) {
  #mv_fade_image::after {
    top: 19%;
    left: -59%;
    width: 77%;
  }
}
@media (max-width: 1150px) {
  #mv_fade_image::after {
    top: 20%;
    left: -59%;
    width: 72%;
  }
}
@media (max-width: 800px) {
  #mv_fade_image::after {
    top: 21%;
    left: -54%;
    width: 71%;
  }
}

#mv_slider_wrap {
  top: 0;
  right: 0;
  width: clamp(210px, (1000vw - 32rem) * 0.2, 22vw);
  opacity: 0;
  height: 100vh;
  transition: 300ms ease-out;
  background-color: #2cb8f0;
}
@media (max-width: 1000px) {
  #mv_slider_wrap {
    width: 100vw;
    opacity: 1;
    height: 24vh;
    margin-top: calc(clamp(-2.5vw, (1000vw - 32rem) * 0.1, -1%) * -1);
  }
  #mv_slider_wrap.-abs, #mv_slider_wrap.-fixed {
    position: inherit;
  }
  #mv_slider_wrap.-transright {
    width: 100vw !important;
  }
}

.mv_slider {
  width: 100%;
  height: 100vh;
  right: 0;
  margin: 0 auto;
  opacity: 0;
}
.mv_slider img {
  width: 100%;
}

#mv_wrap .swiper {
  height: 100%;
  position: absolute !important;
}
#mv_wrap .swiper.swiper1 {
  width: 100%;
  overflow: visible;
  display: grid;
  transition: auto;
  height: auto;
}
#mv_wrap .swiper.swiper1::before {
  content: "";
  display: block;
  position: absolute;
  width: 14vmin;
  height: 25vmin;
  background-image: url(../img/mv_cop.png);
  background-size: 100%;
  background-repeat: no-repeat;
  z-index: 3;
  bottom: -5vmin;
  right: -7vmin;
}
#mv_wrap .swiper.swiper1::after {
  content: "";
  display: block;
  position: absolute;
  width: 10vmin;
  height: auto;
  background-image: url(../img/mv_fam.png);
  background-repeat: no-repeat;
  background-size: 100%;
  z-index: 0;
  bottom: min(-6%, 0vh);
  /* right: -25%; */
  top: -4vmin;
  right: -7vmin;
}
#mv_wrap .swiper.swiper2 {
  width: 100%;
  height: 100%;
}
@media (max-width: 1000px) {
  #mv_wrap .swiper.swiper2 {
    width: 100vw;
    height: 268%;
  }
}
@media (max-width: 480px) {
  #mv_wrap .swiper.swiper2 {
    width: 100vw;
    height: 102%;
    overflow-y: hidden;
    transform: translateY(-1vh);
  }
}

.flow_cont {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
  width: 115%;
  position: relative;
  overflow: hidden;
}
@media (max-width: 1000px) {
  .flow_cont {
    height: 16.5vh;
    width: 100%;
  }
}

/* スライドの動き等速 */
.swiper-wrapper {
  transition-timing-function: linear !important;
}

/* 画像のサイズ調整 */
img {
  width: 100%;
  object-fit: cover;
}

#all_wrap {
  display: flex;
  flex-wrap: wrap;
  width: 100vw;
  overflow-x: hidden;
}

#left_cont_wrap {
  width: 33vw;
  overflow: hidden;
  opacity: 0;
  transition: 500ms 100ms ease-in-out;
}
#left_cont_wrap figure {
  width: 100%;
}

#right_cont_wrap {
  width: 67vw;
  display: block;
  right: 0;
  top: 0;
  position: relative;
  overflow-x: hidden;
}
#right_cont_wrap figure {
  width: 100%;
  display: flex;
  flex-direction: column;
}
#right_cont_wrap figure img {
  width: 100%;
}
#right_cont_wrap figure p img {
  width: 100%;
}
@media (max-width: 1000px) {
  #right_cont_wrap {
    width: 100vw;
  }
}

#right_cont_inner {
  opacity: 0;
  right: 0;
  width: 100%;
}
@media (max-width: 1000px) {
  #right_cont_inner {
    opacity: 1;
  }
}

.left_area {
  position: fixed;
  width: 33vw;
  opacity: 0;
  top: 0;
  transition: 300ms;
}
.left_area img {
  height: 100vh;
  object-fit: cover;
}
.left_area.-ontop {
  z-index: 4;
  transition: 2000ms;
}

#cont-area {
  display: flex;
  background-color: #2cb8f0;
}
@media (max-width: 1000px) {
  #cont-area {
    padding-top: 37vh;
  }
}
@media (max-width: 480px) {
  #cont-area {
    padding-top: 0;
  }
}

.table_of_contents {
  background: #ccc;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-size: 5vw;
  height: 100vh;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  width: 33vw;
  transition: 1000ms;
  z-index: 4;
}
.table_of_contents.-ontop {
  z-index: 5;
  transition: 1000ms;
}

.alel_town {
  margin-bottom: 10%;
  width: 60%;
}
@media (max-width: 1000px) {
  .alel_town {
    margin-bottom: 9%;
  }
}

.nav_ttl {
  width: max(16.2vw, 220px);
  margin-bottom: 2vw;
  transform: translateX(-1.2vw);
}
@media (max-width: 1600px) {
  .nav_ttl {
    transform: translateX(-1vw);
  }
}
@media (max-width: 1300px) {
  .nav_ttl {
    transform: translateX(0.2vw);
  }
}
@media (max-width: 1000px) {
  .nav_ttl {
    width: 14vw;
    transform: translateX(-3vw);
    margin-bottom: 1vw;
  }
}
.nav_ttl .logo_wakohomes {
  width: 41%;
  margin-bottom: 3vmin;
}
.nav_ttl .by_wako {
  width: 65%;
  margin-top: 8%;
}
@media (max-width: 1000px) {
  .nav_ttl .by_wako {
    margin-bottom: 4%;
  }
}
.nav_ttl .udbar {
  position: relative;
  margin-bottom: 8%;
}
.nav_ttl .udbar:first-of-type {
  width: 60%;
}
.nav_ttl .udbar::after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 2px;
  border-top: 2px #231815 solid;
  left: 0;
  margin-bottom: 4%;
  bottom: -45%;
}

.pc_nav_wrap {
  width: min(18.2vw, 340px);
}
.pc_nav_wrap a.nav_link {
  counter-increment: number 1;
}
.pc_nav_wrap a.nav_link :has(+ .-indicate) {
  color: #fff;
}
.pc_nav_wrap p.each_nav {
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 600;
  font-weight: 400;
  letter-spacing: 0.08rem;
  font-size: clamp(0.85rem, (100vw - 32rem) * 0.2, 0.95vw);
  text-transform: uppercase;
  border-radius: 0.5vw 0.5vw 0% 0%;
  padding: 2% 0% 2% 15%;
  border: 1px solid #231815;
  background: #fff;
  color: #231815;
  width: 14vw;
  margin-bottom: 3%;
  transition: 200ms 100ms linear;
  position: relative;
  font-style: italic;
  font-weight: bold;
}
.pc_nav_wrap p.each_nav::before {
  content: counter(number, decimal-leading-zero); /* 表示形式を指定 */
  font-size: 70%;
  font-weight: 600;
  display: block;
  position: absolute;
  transform: translate(-167%, 26%);
  letter-spacing: 0.15rem;
}
.pc_nav_wrap p.each_nav.-indicate {
  transform: translateX(8%);
  transition: 200ms 100ms linear;
  color: #fff;
  background: #2cb8f0;
}
.pc_nav_wrap p.each_nav a {
  padding-left: 12%;
}
.pc_nav_wrap .sub_nav_wrap {
  display: flex;
  margin: -0.5% 0 3.5%;
  width: clamp(15rem, (100vw - 32rem) * 0.23, 16vw);
  justify-content: space-between;
}
.pc_nav_wrap .sub_nav_wrap li {
  font-family: "Yu Gothic", sans-serif;
  font-weight: normal;
  letter-spacing: 0.2rem;
  font-weight: normal;
  letter-spacing: 0.05rem;
  letter-spacing: 0.08rem;
  font-size: clamp(0.6rem, (100vw - 32rem) * 0.2, 0.7vw);
  border-radius: 0.3vw 0.3vw 0.3vw 0.3vw;
  padding: 1.5% 3%;
  border: 1px solid #231815;
  background: #fff;
  color: #231815;
  width: max-content;
  font-weight: 600;
  transition: 200ms 100ms linear;
}
@media (max-width: 480px) {
  .pc_nav_wrap .sub_nav_wrap li {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: normal;
    letter-spacing: 0.2rem;
  }
}
.pc_nav_wrap .sub_nav_wrap li.-indicate {
  transition: 200ms 100ms linear;
  color: #fff;
  background: #2cb8f0;
}
.pc_nav_wrap .sub_nav_wrap li a {
  font-family: "Yu Gothic", sans-serif;
  font-weight: normal;
  letter-spacing: 0.2rem;
  display: block;
  margin: auto;
  width: fit-content;
  letter-spacing: 0.08rem;
  font-weight: 600;
}
@media (max-width: 480px) {
  .pc_nav_wrap .sub_nav_wrap li a {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: normal;
    letter-spacing: 0.2rem;
  }
}

.sec_ttl {
  margin: 0 auto;
  margin: 6vw auto 3vw;
}
@media (max-width: 1000px) {
  .sec_ttl {
    margin-bottom: 6vw;
  }
  #sec_concept .sec_ttl {
    margin-bottom: 12vw;
  }
}
.sec_ttl span img {
  width: clamp(1.6rem, (100vw - 20rem) * 0.15, 4.6vw);
  margin: 0 auto;
  margin-bottom: 0.3vw;
}
.sec_ttl span img[name=concept] {
  width: clamp(2.8rem, (100vw - 20rem) * 0.15, 4.9vw);
  margin-bottom: 0;
  padding-top: 4%;
}
.sec_ttl span img[name=navg] {
  width: clamp(1.5rem, (100vw - 20rem) * 0.15, 3.5vw);
}
.sec_ttl span img[name=land_plan] {
  width: clamp(2.7rem, (100vw - 20rem) * 0.15, 4.8vw);
}
.sec_ttl span img[name=floor_plan] {
  width: clamp(2.2rem, (100vw - 20rem) * 0.15, 3.6vw);
}
.sec_ttl span img[name=alel_spec] {
  width: clamp(1.6rem, (100vw - 20rem) * 0.15, 3.6vw);
}
.sec_ttl span img[name=locicn] {
  width: clamp(2.8rem, (100vw - 20rem) * 0.15, 4.8vw);
}
.sec_ttl span img[name=access] {
  width: clamp(1.8rem, (100vw - 20rem) * 0.15, 3.2vw);
}
.sec_ttl span img[name=map] {
  width: clamp(1.8rem, (100vw - 20rem) * 0.15, 3.2vw);
}
.sec_ttl > img {
  height: clamp(1.4rem, (100vw - 20rem) * 0.15, 2.7vw);
  overflow: visible;
  object-fit: contain;
}
@media (max-width: 1000px) {
  .sec_ttl > img {
    overflow: hidden;
    max-width: 100vw;
  }
}

.nav_select {
  padding: 0.01vw 0;
}

.concept_lead_txt,
.concept_explain_wrap {
  word-break: keep-all;
  white-space: nowrap;
  width: 41.5vw;
  margin: 0 auto;
}
@media (max-width: 1000px) {
  .concept_lead_txt,
  .concept_explain_wrap {
    width: 75vw;
  }
}

.concept_lead_txt {
  margin: 3.4vw auto 12vw;
}
@media (max-width: 1000px) {
  .concept_lead_txt {
    margin-bottom: 27vw;
  }
}
.concept_lead_txt h3 {
  font-size: 2vw;
  margin-bottom: 6.7vw;
  font-weight: 600;
  letter-spacing: 0.05rem;
}
@media (max-width: 1000px) {
  .concept_lead_txt h3 {
    font-size: clamp(1.4rem, (100vw - 32rem) * 0.2, 2.8rem);
    line-height: clamp(200%, 10vmin, 250%);
  }
}
.concept_lead_txt h3::after {
  background-color: #ffffff;
  display: inline-block;
  padding: 10px;
}
.concept_lead_txt h3::first-letter {
  margin: -0.01vw;
}

.concept_explain_wrap {
  font-size: 1.25vw;
  font-weight: 600;
  position: relative;
}
@media (max-width: 1000px) {
  .concept_explain_wrap {
    font-size: clamp(0.8rem, 100vw - 6.4rem, 2.2rem);
    word-break: inherit;
    white-space: inherit;
  }
}
.concept_explain_wrap::before {
  content: "";
  display: block;
  position: absolute;
  aspect-ratio: 1/1.5;
  background: url(../img/person_conce_01.png) no-repeat;
  background-size: cover;
  overflow: visible;
  width: clamp(5rem, (100vw - 32rem) * 0.25, 5.3vw);
  left: clamp(4rem, (100vw - 32rem) * 0.1, 11vw);
  top: calc(clamp(7.9rem, (100vw - 10rem) * 0.2, 2.6vw) * -1);
  z-index: 0;
}
@media (max-width: 1000px) {
  .concept_explain_wrap::before {
    width: 11vw;
    top: -16.5vw;
    left: 18vw;
  }
}
.concept_explain_wrap::after {
  content: "";
  display: block;
  position: absolute;
  right: clamp(7rem, (100vw - 32rem) * 0.2, 14vw);
  top: calc(clamp(7.9rem, (100vw - 10rem) * 0.2, 2.6vw) * -1);
  width: clamp(5.5rem, (100vw - 32rem) * 0.25, 5.6vw);
  aspect-ratio: 1/1.4;
  background: url(../img/person_conce_02.png) no-repeat;
  background-size: cover;
  overflow: visible;
  z-index: 0;
}
@media (max-width: 1000px) {
  .concept_explain_wrap::after {
    width: 12vw;
    top: -16.5vw;
    right: 18vw;
  }
}

.txt_bg_white {
  background-color: #fff;
  background-size: 120%;
  padding: 4% 4%;
  line-height: 218%;
  -webit-box-decoration-break: clone;
  box-decoration-break: clone;
  position: relative;
  display: inline;
}
.txt_bg_white.concept_explain {
  background-size: 120%;
  padding: 4% 4%;
  line-height: clamp(1.9rem, 8.2vmin, 3.5vw);
  letter-spacing: 0.1rem;
  display: inline;
  font-weight: 600;
  font-size: clamp(1rem, (100vw - 32rem) * 0.2, 1.3vw);
  z-index: 2;
}
@media (max-width: 1000px) {
  .txt_bg_white.concept_explain {
    display: inline-block;
  }
}
.txt_bg_white.concept_explain::before {
  content: "";
  display: block;
  position: absolute;
  left: -2vw;
  bottom: -50%;
  width: 50%;
  background: url(../img/person_conce_03.png) no-repeat;
  width: clamp(11rem, (100vw - 32rem) * 0.2, 14vw);
  background-size: cover;
  overflow: visible;
  aspect-ratio: 1/0.8;
}
@media (max-width: 1000px) {
  .txt_bg_white.concept_explain::before {
    width: 25vw;
    bottom: -17.5vw;
    left: -2vw;
  }
}
.txt_bg_white.concept_explain::after {
  content: "";
  display: block;
  position: absolute;
  right: -4vw;
  bottom: -52%;
  width: 50%;
  background: url(../img/person_conce_04.png) no-repeat;
  width: clamp(7.4rem, (100vw - 32rem) * 0.2, 8vw);
  background-size: cover;
  overflow: visible;
  aspect-ratio: 1/1.4;
}
@media (max-width: 1000px) {
  .txt_bg_white.concept_explain::after {
    width: 15vw;
    bottom: -18.5vw;
    right: 7vw;
  }
}
.txt_bg_white .udbar {
  position: relative;
}
.txt_bg_white .udbar::after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 1px;
  border-top: 1px #231815 solid;
  bottom: -20%;
  left: 0;
}
.txt_bg_white b {
  font-weight: 900;
}
@media (max-width: 1000px) {
  .txt_bg_white b.abiaria {
    margin-left: -2.8vw;
    margin-right: -1.8vw;
  }
}

.livshine_logo {
  width: 16%;
  height: 45%;
  margin: 4vw auto 12vw;
}
.livshine_logo img {
  width: 100%;
}

#navigator_show {
  background-color: #fff;
  padding-top: 6vw;
  padding-bottom: 8vw;
  z-index: 4;
}
@media (max-width: 1000px) {
  #navigator_show {
    padding-bottom: 12vw;
  }
}
#navigator_show .sec_ttl {
  width: 23.6vw;
}
@media (max-width: 1000px) {
  #navigator_show .sec_ttl {
    width: max-content;
  }
}

.lead_mid_wrap {
  margin: 2.6vw auto 6vw;
  width: max-content;
}

.txt_lead_mid {
  font-size: clamp(0.8rem, (100vw - 32rem) * 0.3, 1.5vw);
  width: max-content;
  letter-spacing: 0.2rem;
  margin: 0 auto;
  text-align: center;
  line-height: 160%;
  font-weight: 600;
}
@media (max-width: 1000px) {
  .txt_lead_mid {
    margin-bottom: 10vw;
  }
}

.swiperNavg {
  width: 50%;
  margin: 0 auto;
  overflow: visible !important;
}
.swiperNavg .swiper-slide {
  visibility: hidden;
}
.swiperNavg .swiper-slide.swiper-slide-active {
  visibility: visible;
}
@media (max-width: 1000px) {
  .swiperNavg {
    width: 75vw;
  }
}
.swiperNavg .swiper-button-next,
.swiperNavg .swiper-rtl .swiper-button-prev,
.swiperNavg .swiper-button-prev {
  width: max-content;
  z-index: 9999;
}

.navg_ttl {
  padding: 0.4vw 0.8vw;
  border-radius: 0.5vw;
  border: 1px #111 solid;
  margin: 3vw auto 2.5vw;
  width: max-content;
  font-size: clamp(0.7rem, (100vw - 32rem) * 0.2, 0.8vw);
  letter-spacing: 0.08rem;
  position: relative;
}
@media (max-width: 1000px) {
  .navg_ttl {
    margin-top: 4vw;
    padding: 1vw 2.4vw;
    margin: 9vw auto 3vw;
    border-radius: 1.2vw;
    letter-spacing: 0.02rem;
  }
}
.navg_ttl span {
  position: absolute;
  /* width: 40vw; */
  width: clamp(283%, (100vw - 32rem) * 0.25, 20vw);
  bottom: 175%;
  left: min(-3vw, -89%);
}

.navg_inner {
  border: 1px solid #231815;
  border-radius: 2vw;
  display: flex;
  flex-direction: column;
}
.navg_inner h4 {
  font-weight: 800;
  text-align: center;
  font-size: clamp(0.8rem, (100vw - 32rem) * 0.2, 1.2vw);
  letter-spacing: 0.4rem;
  margin: 4vw;
}
.navg_inner .navg_txt_wrap {
  width: 75%;
  margin: 0 auto 3vw;
  height: 20vw;
}
@media (max-width: 1000px) {
  .navg_inner .navg_txt_wrap {
    margin: 4vw auto 10vw;
  }
}
@media (max-width: 800px) {
  .navg_inner .navg_txt_wrap {
    height: 55vw;
  }
}
.navg_inner .navg_txt_wrap p {
  text-align: left;
  font-size: 1.2vw;
  line-height: 160%;
  letter-spacing: 0.2rem;
}
@media (max-width: 1000px) {
  .navg_inner .navg_txt_wrap p {
    font-size: clamp(0.8rem, (100vw - 32rem) * 0.2, 1.6vw);
  }
}
.navg_inner .navg_txt_wrap p + p {
  margin-top: 2vw;
  font-size: 1.2vw;
}
@media (max-width: 1000px) {
  .navg_inner .navg_txt_wrap p + p {
    font-size: clamp(0.7rem, (100vw - 32rem) * 0.2, 1.6vw);
  }
}

.navg_each_image {
  width: 100%;
}

.swiper-container {
  position: relative;
}

.swiper-pagination-bullet {
  background-color: #fff !important;
  border: 1px solid #231815 !important;
  opacity: 1 !important;
  width: 0.8vw !important;
  height: 0.8vw !important;
  margin: 0 0.5vw !important;
}
@media (max-width: 1000px) {
  .swiper-pagination-bullet {
    width: 2vw !important;
    height: 2vw !important;
    margin: 0 0.8vw !important;
  }
}

.swiper-pagination-bullet-active {
  background-color: #231815 !important;
}

.swiper-pagination-bullets.swiper-pagination-horizontal {
  position: absolute;
  top: -4vw !important;
}
@media (max-width: 1000px) {
  .swiper-pagination-bullets.swiper-pagination-horizontal {
    top: -7vw !important;
  }
}

.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
  background: url(../img/swipe_arrow.svg);
  content: "" !important;
  width: 4vw;
  height: 4vw;
  display: block;
  position: absolute;
}
@media (max-width: 1000px) {
  .swiper-button-next:after,
  .swiper-rtl .swiper-button-prev:after {
    width: 10vw;
    height: 10vw;
  }
}

.swiper-button-prev:after,
.swiper-rtl .swiper-button-prev:after {
  background: url(../img/swipe_arrow.svg);
  content: "" !important;
  width: 4vw;
  height: 4vw;
  display: block;
  position: absolute;
  transform: rotate(180deg);
}
@media (max-width: 1000px) {
  .swiper-button-prev:after,
  .swiper-rtl .swiper-button-prev:after {
    width: 10vw;
    height: 10vw;
  }
}

.swiper-button-prev {
  left: -3% !important;
}

.swiper-button-next {
  right: -3% !important;
}

a.swiper-no-swiping {
  position: absolute;
  display: block;
  bottom: -2vw;
  left: 46%;
  padding: 1vw 0;
}
a.swiper-no-swiping:hover {
  transform: translateY(0.5vw);
  transition: 100ms;
}
@media (max-width: 1000px) {
  a.swiper-no-swiping:hover {
    transform: translateY(2.5vw);
  }
}
@media (max-width: 1000px) {
  a.swiper-no-swiping {
    position: absolute;
    display: block;
    bottom: -2vw;
    left: 46%;
    /* padding: 8vw 0; */
    transform: translateY(2.5vw);
  }
}

.ancor_icn {
  width: 4.8vw;
  aspect-ratio: 1/1;
  display: block;
  padding: 1vw;
  transform: translateY(1vw);
}
@media (max-width: 1000px) {
  .ancor_icn {
    width: 9.8vw;
    margin: 1vw 0;
    transform: translateY(1vw);
  }
}

.disp_wrap {
  background-color: #e5e5e5;
  padding-bottom: 9vw;
  position: relative;
}

.rotate_icn {
  width: 15vw;
  aspect-ratio: 1/1;
  position: absolute;
  top: -4vw;
  left: 8vw;
}
@media (max-width: 1000px) {
  .rotate_icn {
    width: 24vw;
  }
}
.rotate_icn::after {
  position: absolute;
  content: "";
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  width: 4vw;
  aspect-ratio: 1/1;
  background: url(../img/rotate_icn_center.svg) no-repeat;
}
@media (max-width: 1000px) {
  .rotate_icn::after {
    width: 4.5vw;
  }
}
.rotate_icn img {
  animation: rote 8s infinite linear;
}
@keyframes rote {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.start_visual {
  width: 100%;
}
.start_visual img {
  width: 100%;
}

.disp_ttl {
  padding: 5% 8%;
  background: #fff;
  border-top: 1px solid #231815;
  border-right: 1px solid #231815;
  border-left: 1px solid #231815;
  width: max-content;
  transform: translateY(-50%);
  position: relative;
  margin: 0 auto 4.5vw;
  font-size: clamp(1rem, (100vw - 32rem) * 0.2, 1.8vw);
  font-weight: 600;
}
.disp_ttl::after {
  content: "";
  display: block;
  position: absolute;
  width: 3vw;
  height: 1px;
  left: 44%;
  border-top: 2px solid #231815;
  bottom: -55%;
}

.disp_lead {
  letter-spacing: 0.04rem;
  text-align: center;
  margin-bottom: 4vw;
  font-weight: 600;
  font-size: clamp(1.2rem, (100vw - 32rem) * 0.2, 2.6vw);
}

.disp_column {
  position: relative;
  margin: 0 auto 3vw;
  width: 85%;
}
@media (max-width: 1000px) {
  .disp_column {
    width: 92vw;
    margin: 0 auto 9vw;
  }
}
.disp_column .column_txt_wrap {
  width: 85%;
  margin: 0 auto;
  transform: translateY(clamp(-4rem, (100vw - 32rem) * 0.2 * -1, -4vw));
  background: #fff;
  border-left: 1px solid #231815;
  border-top: 1px solid #231815;
  padding-bottom: 4vw;
  z-index: 1;
  position: relative;
}
@media (max-width: 1000px) {
  .disp_column .column_txt_wrap {
    width: 82vw;
  }
}
.disp_column .column_txt_wrap.close_bg {
  border-right: 1px solid #231815;
  border-bottom: 1px solid #231815;
  margin-bottom: -12vw;
}
@media (max-width: 1000px) {
  .disp_column .column_txt_wrap.close_bg {
    margin-bottom: -23vw;
  }
}
@media (max-width: 480px) {
  .disp_column .column_txt_wrap.close_bg {
    margin-bottom: -23vw;
  }
}
.disp_column small {
  position: absolute;
  font-size: clamp(0.6rem, (100vw - 32rem) * 0.2, 1.1vw);
  top: 5%;
  left: 5%;
  font-weight: 600;
  letter-spacing: 0.2rem;
  letter-spacing: 0.02rem;
}
.disp_column span {
  position: absolute;
  display: block;
  top: -1%;
  left: 50%;
  z-index: 4;
  font-size: clamp(1.1rem, (100vw - 32rem) * 0.2, 1.4vw);
}
@media (max-width: 1000px) {
  .disp_column span {
    font-size: 2.5vw;
  }
}
.disp_column span::before {
  content: "";
  position: absolute;
  display: block;
  background: url(../img/disp_numb_icn.svg) no-repeat;
  background-size: cover;
  aspect-ratio: 1/1.4;
  z-index: -1;
  top: -63%;
  left: -1.1vw;
  width: 3vw;
}
@media (max-width: 1000px) {
  .disp_column span::before {
    width: 5.5vw;
    top: -2.5vw;
    left: -2vw;
  }
}
.disp_column img {
  width: 100%;
}
.disp_column h4 {
  font-size: clamp(1.2rem, (100vw - 32rem) * 0.2, 2.1vw);
  text-align: center;
  letter-spacing: 0.15rem;
  margin: 6vw auto 4vw;
  max-width: 80%;
  position: relative;
}
@media (max-width: 1000px) {
  .disp_column h4 {
    margin: 12vw auto 6vw;
    letter-spacing: 0.08rem;
  }
}
.disp_column h4::after {
  position: absolute;
  content: "";
  display: block;
  width: 100%;
  border: 0.5px solid #231815;
  bottom: -1vw;
}
@media (max-width: 1000px) {
  .disp_column h4::after {
    bottom: -1.5vw;
  }
}
.disp_column p.sub_ttl {
  font-size: clamp(0.9rem, (100vw - 31rem) * 0.2, 1.6vw);
  margin-bottom: 0.5vw;
  margin-top: 2vw;
  font-weight: 600;
  width: 80%;
  letter-spacing: 0.08rem;
}
@media (max-width: 1000px) {
  .disp_column p.sub_ttl {
    width: 90%;
    letter-spacing: 0rem;
  }
}
.disp_column p {
  font-size: clamp(0.8rem, (100vw - 32rem) * 0.2, 1.4vw);
  width: 80%;
  letter-spacing: 0.08rem;
  margin: 0 auto;
  line-height: 180%;
}
@media (max-width: 1000px) {
  .disp_column p {
    width: 90%;
  }
}
.disp_column p .udbar {
  font-weight: inherit;
  position: relative;
}
.disp_column p .udbar::after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 1px;
  border-top: 1px #231815 solid;
  bottom: -20%;
  left: 0;
}
.disp_column p .udbar::after b {
  font-weight: 900;
}
.disp_column .disp_note_wrap {
  margin: 1vw auto;
}
.disp_column p.disp_notice {
  font-size: clamp(0.5rem, (100vw - 32rem) * 0.2, 1vw);
  margin-top: 0.5vw auto;
}
.disp_column .btn_more {
  width: max-content;
  font-size: 1vw;
  position: relative;
  padding: 2.3% 12% 2.2% 7%;
  border: 1px solid #231815;
  border-radius: 4vw;
  background-color: #fff;
  display: block;
  margin: 6vw auto 0;
  cursor: pointer;
}
.disp_column .btn_more:hover {
  background-color: #2cb8f0;
  transition: 500ms;
}
.disp_column .btn_more:hover p {
  color: #fff;
  transition: 500ms;
}
@media (max-width: 1000px) {
  .disp_column .btn_more {
    margin: 9vw auto 6vw;
    border-radius: 7vw;
  }
}
.disp_column .btn_more::after {
  content: "";
  position: absolute;
  right: -1%;
  top: -0.5%;
  display: block;
  height: 100%;
  aspect-ratio: 1/1;
  background: url(../img/ancor_down_icn.svg);
  transform: rotate(-90deg);
}
.disp_column .btn_more p {
  display: block;
  font-size: clamp(0.7rem, (100vw - 32rem) * 0.2, 0.85vw);
  letter-spacing: 0.02rem;
  text-align: center;
  width: -moz-max-content;
  width: max-content;
  display: block;
  font-weight: 600;
  transform: translateX(1%);
}
@media (max-width: 1000px) {
  .disp_column .btn_more p {
    transform: translateX(-7%);
  }
}

.disp_recmmend {
  margin: 10vw auto 0;
  position: relative;
  width: 65%;
}
@media (max-width: 1000px) {
  .disp_recmmend {
    width: 75%;
  }
}
.disp_recmmend img {
  position: absolute;
  position: absolute;
  left: 0;
  top: 0;
  width: 28%;
}
#area_disp_wrap .disp_recmmend img {
  width: 40%;
  left: -10%;
}
.disp_recmmend .rectxt_wrap {
  background: url(../img/rec_round_bg.svg) no-repeat;
  background-size: auto;
  aspect-ratio: 1/1;
  width: 75%;
  margin-left: 25%;
}
.disp_recmmend .rectxt_wrap h4 {
  font-size: clamp(1rem, (100vw - 32rem) * 0.2, 2.1vw);
  width: clamp(13rem, (100vw - 32rem) * 1, 60%);
  padding: 22% 0% 5%;
  margin: auto;
  text-align: center;
  position: relative;
  font-weight: 600;
  letter-spacing: 0rem;
}
@media (max-width: 1000px) {
  .disp_recmmend .rectxt_wrap h4 {
    padding: 14vw 0% 2.5vw;
    font-size: clamp(0.9rem, (100vw - 32rem) * 0.2, 2.1vw);
  }
}
.disp_recmmend .rectxt_wrap h4::before {
  position: absolute;
  content: "#VOICE";
  display: block;
  font-family: "roboto";
  font-weight: 400;
  letter-spacing: 0.2rem;
  font-size: clamp(1.4rem, (100vw - 32rem) * 0.2, 2.2vw);
  transform: translateX(-2%);
  text-align: center;
  width: 100%;
  bottom: 40%;
}
@media (max-width: 1000px) {
  .disp_recmmend .rectxt_wrap h4::before {
    bottom: 39%;
  }
}
.disp_recmmend .rectxt_wrap p {
  font-size: clamp(0.7rem, (100vw - 32rem) * 0.2, 1.4vw);
  width: 72%;
  margin: 0 auto 5% 9%;
  display: flex;
  position: relative;
  transform: translate(clamp(2.5rem, (100vw - 32rem) * 0.2, 2vw));
}
@media (max-width: 1000px) {
  .disp_recmmend .rectxt_wrap p {
    width: 72%;
  }
}
@media (max-width: 480px) {
  .disp_recmmend .rectxt_wrap p {
    font-size: clamp(0.7rem, (100vw - 32rem) * 0.2, 1.4vw);
    left: clamp(-2.7vw, (100vw - 32rem) * 0.1 * -1, -2rem);
    transform: translate(clamp(2.5rem, (100vw - 32rem) * 0.2, 2vw));
    margin: 0 auto 2% 4%;
  }
}
.disp_recmmend .rectxt_wrap p::before {
  content: "";
  display: block;
  position: absolute;
  top: 20%;
  left: clamp(-2vw, (100vw - 32rem) * 0.1 * -1, -2rem);
  width: clamp(0.6rem, (100vw - 32rem) * 0.1, 1.7vw);
  height: 1em;
  background: url(../img/rec_chk_icn.svg) no-repeat;
  background-size: contain;
  align-self: self-start;
}
@media (max-width: 480px) {
  .disp_recmmend .rectxt_wrap p::before {
    left: clamp(-3.2vw, (100vw - 32rem) * 0.1 * -1, -2rem);
  }
}

.model_life_outer {
  background: #e5e5e5;
  padding-top: 9.4vw;
  padding-bottom: 9.4vw;
}

.model_life_wrap h3 {
  text-align: center;
  font-size: clamp(1.6rem, (100vw - 32rem) * 0.2, 4vw);
  margin-bottom: 1.5vw;
  position: relative;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 600;
  font-weight: 400;
  font-style: italic;
  letter-spacing: 0.1rem;
}
@media (max-width: 1000px) {
  .model_life_wrap h3 {
    margin-bottom: 5vw;
  }
}
.model_life_wrap li {
  width: 60%;
  margin: 0 auto;
  position: relative;
}
@media (max-width: 1000px) {
  .model_life_wrap li {
    width: 75vw;
  }
}
.model_life_wrap li h4 {
  font-size: clamp(1.6rem, (100vw - 32rem) * 0.2, 4vw);
  line-height: 115%;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 600;
  letter-spacing: 0.02rem;
}
@media (max-width: 1000px) {
  .model_life_wrap li h4 {
    margin-bottom: 1vw;
  }
}
.model_life_wrap li:nth-child(odd) h4 {
  text-align: right;
  transform: translateX(-5%);
}
.model_life_wrap li:nth-child(even) h4 {
  text-align: left;
  transform: translateX(5%);
}
.model_life_wrap li:first-child::after {
  content: "";
  display: block;
  position: absolute;
  width: 20%;
  aspect-ratio: 1/8;
  background: url(../img/ls_bg_1dayori.svg) no-repeat;
  background-size: 100%;
  left: -38%;
  top: 8%;
}
.model_life_wrap li:first-child h4 {
  text-align: center;
  transform: none;
}
.model_life_wrap li:nth-child(3)::after {
  content: "";
  display: block;
  position: absolute;
  width: 20%;
  aspect-ratio: 1/8;
  background: url(../img/ls_bg_1dayori.svg) no-repeat;
  background-size: 100%;
  right: -35%;
  top: 8%;
}
.model_life_wrap li:nth-child(4)::after {
  content: "";
  display: block;
  position: absolute;
  width: 20%;
  aspect-ratio: 1/8;
  background: url(../img/ls_bg_1dayori.svg) no-repeat;
  background-size: 100%;
  left: -38%;
  top: 30%;
}
.model_life_wrap li .ls_img img {
  background-color: #fff;
  border: #fff 0.6vw solid;
  border-radius: 8%;
}
@media (max-width: 1000px) {
  .model_life_wrap li .ls_img img {
    border-radius: 3vw;
    border: #fff 1.4vw solid;
  }
}
.model_life_wrap li p {
  margin-top: 1vw;
  font-size: clamp(0.8rem, (100vw - 32rem) * 0.2, 1.8vw);
  line-height: 160%;
  padding-bottom: 10vw;
  letter-spacing: 0.08rem;
}
@media (max-width: 1000px) {
  .model_life_wrap li p {
    padding-bottom: 16vw;
  }
}
.model_life_wrap li p .udbar {
  position: relative;
}
.model_life_wrap li p .udbar::after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 1px;
  border-top: 1px #231815 solid;
  bottom: -20%;
  left: 0;
}
.model_life_wrap li:not(:last-of-type) p::after {
  content: "";
  display: block;
  background: url(../img/ls_arrow.svg) no-repeat;
  background-size: 100%;
  background-origin: 10% 10%;
  width: 100%;
  margin-top: 6vw;
  width: 0.8vw;
  aspect-ratio: 1/8;
  position: absolute;
  left: 50%;
  bottom: 0;
}
@media (max-width: 1000px) {
  .model_life_wrap li:not(:last-of-type) p::after {
    width: 1.2vw;
  }
}

#exam_swiper_wrap {
  background-color: #fff;
  padding: 6vw 0 1vw;
}
@media (max-width: 1000px) {
  #exam_swiper_wrap {
    padding: 12vw 0 1vw;
  }
}
#exam_swiper_wrap .sec_ttl img {
  height: clamp(3rem, (100vw - 20rem) * 0.15, 4.6vw);
}

.swiper_exam {
  width: 45%;
  margin: 0 auto 2vw;
  overflow: visible !important;
}
@media (min-width: 1000px) {
  .swiper_exam {
    max-width: 420px !important;
  }
}
@media (max-width: 1000px) {
  .swiper_exam {
    width: 55%;
  }
}
.swiper_exam img {
  border-radius: 3vw;
}
.swiper_exam p.gal_disp {
  margin-top: 4%;
  text-align: center;
  font-weight: 600;
  letter-spacing: 0;
  font-size: clamp(0.7rem, (100vw - 32rem) * 0.2, 22px);
}

.exam-swiper-button-prev {
  position: absolute !important;
  left: 7% !important;
  top: 50%;
}
.exam-swiper-button-prev::after {
  background: url(../img/swipe_arrow.svg);
  content: "" !important;
  width: 4vw;
  height: 4vw;
  display: block;
  position: absolute;
  right: 5% !important;
  top: 50%;
  z-index: 4;
  transform: rotate(180deg);
}
@media (max-width: 1000px) {
  .exam-swiper-button-prev::after {
    width: 10vw;
    height: 10vw;
  }
}
@media (max-width: 480px) {
  .exam-swiper-button-prev::after {
    width: 10vw;
    height: 10vw;
  }
}

.exam-swiper-button-next {
  right: 6% !important;
  position: absolute !important;
  top: 50%;
  z-index: 4;
}
.exam-swiper-button-next::after {
  background: url(../img/swipe_arrow.svg);
  content: "" !important;
  width: 4vw;
  height: 4vw;
  display: block;
  position: absolute;
}
@media (max-width: 1000px) {
  .exam-swiper-button-next::after {
    width: 10vw;
    height: 10vw;
  }
}
@media (max-width: 480px) {
  .exam-swiper-button-next::after {
    width: 10vw;
    height: 10vw;
  }
}

.exam_ttl {
  margin: 6vw auto 4vw;
  width: max-content;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 600;
  font-size: clamp(1.6rem, (100vw - 32rem) * 0.2, 4vw);
  margin-bottom: 1.5vw;
  position: relative;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 400;
  font-style: italic;
  letter-spacing: 0.1rem;
}

.exam_thumbnail {
  width: 70%;
  margin-top: 4vw;
  margin-bottom: 6vw;
}
@media (min-width: 1000px) {
  .exam_thumbnail {
    max-width: 420px !important;
    margin-top: min(4vw, 50px);
  }
}
@media (max-width: 1000px) {
  .exam_thumbnail {
    width: 85%;
    margin-top: 6vw;
    margin-bottom: 9vw;
  }
}
.exam_thumbnail .swiper-slide-thumb-active img {
  filter: brightness(1);
}
.exam_thumbnail img {
  filter: brightness(0.6);
  -webkit-filter: brightness(0.6);
  object-position: center;
  object-fit: cover;
  aspect-ratio: 1/1;
  border-radius: 10%;
}

:where(#sec_land_plan) {
  background-color: #2cb8f0;
}
:where(#sec_land_plan) .btn_more {
  background-color: #f9f913;
}
:where(#sec_land_plan) .btn_more:hover {
  background-color: #333;
}
:where(#sec_land_plan) .sec_image_wrap {
  width: 85%;
  margin: 0 auto;
}
@media (max-width: 1000px) {
  :where(#sec_land_plan) .sec_image_wrap {
    width: 95%;
  }
}
:where(#sec_land_plan) .local_movie {
  margin: 0 auto;
}

.sec_inner {
  width: 85%;
  margin: 6vw auto 6vw;
}
@media (max-width: 1000px) {
  .sec_inner {
    margin: 9vw auto 12vw;
  }
}
.sec_inner .lead_mid_wrap {
  margin: 2.6vw auto 6vw;
}

#sec_floor_plan .sec_image_wrap {
  margin: 0vw 0 6vw;
}
#sec_floor_plan .sec_image_wrap.message {
  padding: 5% 6.5% 0%;
}
@media (max-width: 480px) {
  #sec_floor_plan .sec_image_wrap {
    padding: 5% 7%;
  }
}

.sec_btn_parallel .btn_more.btn_land_plan {
  background: #f9f913;
}

.plan_detail {
  display: flex;
  width: 88%;
  justify-content: space-between;
  margin: 0 auto;
  font-family: "Yu Gothic", sans-serif;
  font-weight: normal;
  letter-spacing: 0.2rem;
}
@media (max-width: 480px) {
  .plan_detail {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: normal;
    letter-spacing: 0.2rem;
  }
}
@media (max-width: 1000px) {
  .plan_detail {
    margin: 0vw auto 9vw;
  }
}
.plan_detail p {
  width: 47%;
  padding: 2% 4%;
  border-top: 1px solid #231815;
  border-right: 1px solid #231815;
  background: #fff;
  letter-spacing: 0;
  font-size: clamp(0.75rem, (100vw - 32rem) * 0.2, 1.4vw);
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  text-align: center;
  font-family: "Yu Gothic", sans-serif;
  font-weight: normal;
  letter-spacing: 0.2rem;
}
@media (max-width: 480px) {
  .plan_detail p {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: normal;
    letter-spacing: 0.2rem;
  }
}
@media (max-width: 1000px) {
  .plan_detail p {
    display: flex;
    letter-spacing: 0.02rem;
    align-items: center;
    justify-content: center;
  }
}

.sec_btn_parallel {
  display: flex;
  margin: 4vw auto 0;
  justify-content: space-around;
  display: flex;
  width: 75%;
}
@media (max-width: 1300px) {
  .sec_btn_parallel {
    width: 86%;
  }
}
@media (max-width: 1000px) {
  .sec_btn_parallel {
    width: 100%;
    flex-wrap: wrap;
    row-gap: 3vw;
  }
}
.sec_btn_parallel .btn_more {
  width: max-content;
  font-size: 1vw;
  position: relative;
  padding: 2.3% 12% 2.2% 7%;
  border: 1px solid #231815;
  border-radius: 4vw;
  background-color: #fff;
  display: block;
  transition: 200ms ease-in-out;
}
.sec_btn_parallel .btn_more:hover {
  background-color: #2cb8f0;
  transition: 200ms ease-in-out;
}
.sec_btn_parallel .btn_more:hover p {
  color: #fff;
  transition: 200ms ease-in-out;
}
@media (max-width: 1000px) {
  .sec_btn_parallel .btn_more {
    border-radius: 7vw;
  }
}
.sec_btn_parallel .btn_more::after {
  content: "";
  position: absolute;
  right: -1%;
  top: -0.5%;
  display: block;
  height: 100%;
  aspect-ratio: 1/1;
  background: url(../img/ancor_down_icn.svg);
  transform: rotate(-90deg);
}
.sec_btn_parallel .btn_more p {
  transform: translateX(1%);
  display: block;
  text-align: center;
  width: max-content;
  display: block;
  font-weight: 600;
  font-size: clamp(0.7rem, (100vw - 32rem) * 0.2, 1vw);
  letter-spacing: 0.02rem；;
}

#sec_floor_plan {
  background: #fff;
  padding: 0.1vw 0;
}
#sec_floor_plan .sec_image_wrap {
  padding: 5% 10%;
  margin: 0vw 0 1vw;
}
@media (max-width: 1000px) {
  #sec_floor_plan .sec_image_wrap {
    padding: 5% 2.5%;
  }
}
#sec_floor_plan .real_img_wrap {
  display: flex;
  justify-content: space-between;
  flex-direction: row;
  width: 85%;
  margin: 0 auto;
  flex-wrap: wrap;
}
@media (max-width: 1000px) {
  #sec_floor_plan .real_img_wrap {
    flex-direction: column;
    width: 95%;
  }
}
#sec_floor_plan .each_image_floor {
  display: flex;
  flex-direction: column;
  width: 31.5%;
}
@media (max-width: 1000px) {
  #sec_floor_plan .each_image_floor {
    margin-bottom: 6%;
    width: 48%;
    flex-wrap: wrap;
  }
}
@media (max-width: 480px) {
  #sec_floor_plan .each_image_floor {
    margin-bottom: 6%;
    width: 100%;
    flex-wrap: wrap;
  }
}
#sec_floor_plan .each_image_floor p {
  margin-top: 1vw;
  font-size: clamp(0.9rem, (100vw - 32rem) * 0.2, 1vw);
}

#sec_alel_spec {
  background-color: #2cb8f0;
}

.alel_spec_wrap {
  margin-bottom: 3vw;
}
@media (max-width: 1000px) {
  .alel_spec_wrap {
    margin-bottom: 9vw;
  }
}

.alel_equip {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  position: relative;
}
@media (max-width: 1000px) {
  .alel_equip {
    display: inherit;
  }
}
.alel_equip .sec_inner {
  width: 80%;
}
.alel_equip img {
  width: 30%;
  object-fit: contain;
}
@media (max-width: 1000px) {
  .alel_equip img {
    width: 22vw;
  }
}
.alel_equip .equip_disp {
  width: 65%;
}
@media (max-width: 1000px) {
  .alel_equip .equip_disp {
    width: 100%;
  }
}
.alel_equip .swiper_equip {
  position: relative;
  padding: 0 1.2vw 0 0vw;
  margin: 0;
  height: clamp(12rem, (100vw - 32rem) * 0.2, 6vw);
}
@media (max-width: 1000px) {
  .alel_equip .swiper_equip {
    padding: 2vw 2vw 0 0vw;
  }
}
@media (max-width: 480px) {
  .alel_equip .swiper_equip {
    padding: 6vw 4vw 0 0vw;
  }
}
.alel_equip .swiper_equip::before {
  content: "POINT";
  display: block;
  font-family: "roboto";
  font-weight: bold;
  letter-spacing: 0.25rem;
  position: absolute;
  transform: rotate(270deg);
  color: #fff;
  top: 3vw;
  left: -1.2vw;
  font-size: 1.2vw;
  font-weight: 400;
  display: none;
}
@media (max-width: 1600px) {
  .alel_equip .swiper_equip::before {
    display: none;
  }
}
.alel_equip .swiper-button-next {
  transform: translate(-0.8vw, 3.2vw);
  right: calc(clamp(1rem, (100vw - 32rem) * 0.2, 2.2vw) * -1) !important;
  display: block;
  font-size: 14vw;
}
@media (max-width: 1300px) {
  .alel_equip .swiper-button-next {
    transform: translate(0.2vw, 3.4vw);
  }
}
@media (max-width: 1000px) {
  .alel_equip .swiper-button-next {
    transform: translate(-0.8vw, -1.6vw);
  }
}
@media (max-width: 480px) {
  .alel_equip .swiper-button-next {
    width: clamp(1.5rem, (100vw - 32rem) * 0.2, 1vw);
    top: 25vw;
    right: -4vw !important;
  }
}
.alel_equip .swiper-button-next::before {
  content: "MORE";
  display: block;
  top: clamp(0.1rem, (100vw - 32rem) * 0.2, 0.5vw);
  font-size: clamp(0.4rem, (100vw - 32rem) * 0.2, 0.8vw);
  position: absolute;
  color: #fff;
  font-weight: 600;
}
@media (max-width: 480px) {
  .alel_equip .swiper-button-next::before {
    top: -16%;
    left: -12%;
    font-size: clamp(0.65rem, (100vw - 32rem) * 0.2, 1vw);
  }
}
.alel_equip .swiper-button-prev:after {
  display: none;
}
.alel_equip .swiper-button-next:after {
  background: url(../img/circle_arrow.svg) no-repeat;
  background-size: 100%;
  width: 2.5vw;
  top: clamp(0.85rem, (100vw - 32rem) * 1, 2.05vw);
  overflow: visible;
  aspect-ratio: 1/1;
  background-color: #2cb8f0;
}
@media (max-width: 480px) {
  .alel_equip .swiper-button-next:after {
    width: 100%;
  }
}
.alel_equip h5 {
  font-size: clamp(0.8rem, (100vw - 32rem) * 0.2, 1.7vw);
  padding: 5% 2%;
  font-weight: bold;
  border-top: 1px solid #231815;
  border-right: 1px solid #231815;
  background: #fff;
  text-align: center;
  font-weight: 600;
  letter-spacing: 0.02rem;
  margin-bottom: 4%;
  line-height: 160%;
  font-weight: 600;
}
@media (max-width: 1000px) {
  .alel_equip h5 {
    padding: 3% 1%;
    position: absolute;
    top: -27vw;
    right: 7%;
    width: 60%;
    font-size: clamp(1.5rem, (100vw - 32rem) * 0.2, 2.4vw);
  }
}
@media (max-width: 480px) {
  .alel_equip h5 {
    font-size: clamp(0.9rem, (100vw - 32rem) * 0.2, 2.4vw);
    top: -33vw;
    right: 2%;
    width: 65%;
  }
}
.alel_equip .equip_lead {
  font-weight: 600;
  margin-bottom: 4%;
  color: #fff;
  font-size: clamp(0.8rem, (100vw - 32rem) * 0.2, 1.2vw);
}
@media (max-width: 1000px) {
  .alel_equip .equip_lead {
    width: 57%;
    position: absolute;
    right: 8%;
    top: -15vw;
    font-size: clamp(0.95rem, (100vw - 32rem) * 0.2, 1.2vw);
    line-height: 184%;
  }
}
@media (max-width: 480px) {
  .alel_equip .equip_lead {
    font-size: 3vw;
    width: 65%;
    position: absolute;
    right: 1%;
    top: -19vw;
    line-height: 171%;
  }
}
.alel_equip p {
  font-size: clamp(0.7rem, (100vw - 32rem) * 0.2, 1.2vw);
  font-family: "Yu Gothic", sans-serif;
  font-weight: normal;
  letter-spacing: 0.2rem;
}
@media (max-width: 480px) {
  .alel_equip p {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: normal;
    letter-spacing: 0.2rem;
  }
}
.alel_equip .ttl_eq_disp {
  display: flex;
  width: 100%;
  align-items: center;
  font-size: clamp(1.4rem, (100vw - 32rem) * 0.2, 1.2vw);
  justify-content: space-between;
  position: relative;
}
@media (max-width: 1000px) {
  .alel_equip .ttl_eq_disp {
    justify-content: left;
  }
}
@media (max-width: 800px) {
  .alel_equip .ttl_eq_disp {
    justify-content: center;
  }
}
.alel_equip .ttl_eq_disp::after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  bottom: -4%;
  border-bottom: 1px #fff solid;
}
.alel_equip .eq_disp_ttl {
  width: 80%;
  height: 4.5rem;
  font-family: "Yu Gothic", sans-serif;
  font-weight: normal;
  letter-spacing: 0.2rem;
  color: #fff;
  font-size: clamp(1.1rem, (100vw - 32rem) * 0.2, 1.2vw);
  font-weight: 600;
  display: flex;
  align-items: center;
  font-weight: 600;
}
@media (max-width: 1000px) {
  .alel_equip .eq_disp_ttl {
    font-size: clamp(1.2rem, (100vw - 32rem) * 0.2, 1.2vw);
    width: max-content;
    padding: 0;
  }
}
.alel_equip .numb {
  width: 27%;
  font-size: clamp(0.7rem, (100vw - 32rem) * 0.2, 1vw);
  color: #fff;
  font-weight: 600;
  transform: translateX(1vw);
}
@media (max-width: 1000px) {
  .alel_equip .numb {
    width: 10vw;
    font-size: clamp(0.8rem, (100vw - 32rem) * 0.2, 1vw);
    font-family: "roboto";
    font-weight: bold;
    letter-spacing: 0.1rem;
    font-style: italic;
    transform: translateX(2vw);
  }
}
@media (max-width: 480px) {
  .alel_equip .numb {
    transform: translateX(0vw);
  }
}
.alel_equip .numb::after {
  width: 75%;
  position: absolute;
  content: "";
  display: block;
  background: url(../img/chipped_circle.svg) no-repeat;
  aspect-ratio: 1/1;
  height: auto;
  top: -50%;
  left: -18%;
  color: #fff;
  letter-spacing: 0.08rem;
}
@media (max-width: 1000px) {
  .alel_equip .numb::after {
    width: clamp(3rem, (100vw - 32rem) * 0.2, 1.4vw);
    top: calc(clamp(1rem, (100vw - 32rem) * 0.2, 0.4vw) * -1);
  }
}
@media (max-width: 480px) {
  .alel_equip .numb::after {
    left: -36%;
  }
}
.alel_equip .txt_eqip_disp {
  margin-top: 6%;
  font-size: 1vw;
  font-size: clamp(0.9rem, (100vw - 32rem) * 0.2, 1vw);
  color: #fff;
}
@media (max-width: 1000px) {
  .alel_equip .txt_eqip_disp {
    font-size: clamp(1rem, (100vw - 32rem) * 0.2, 1vw);
  }
  .alel_equip .txt_eqip_disp .disp-pc {
    display: block;
  }
}
@media (max-width: 800px) {
  .alel_equip .txt_eqip_disp .disp-pc {
    display: none;
  }
}
@media (max-width: 480px) {
  .alel_equip .txt_eqip_disp {
    font-size: clamp(0.9em, (100vw - 32rem) * 0.2, 1vw);
    letter-spacing: 0.1rem;
  }
}

#sec_location {
  display: block;
  background-color: #fff;
  padding: 0.1vw 0;
}
#sec_location .sec_inner {
  width: 70%;
}
@media (max-width: 1000px) {
  #sec_location .sec_inner {
    width: 85%;
  }
}

.loc_ttl {
  padding: 0.3vw 0vw 0.2vw 0;
  border-radius: clamp(0.2rem, (100vw - 32rem) * 0.2, 0.4vw);
  border: 1px #231815 solid;
  margin: 5vw auto 3vw;
  width: -moz-max-content;
  width: clamp(5rem, (100vw - 32rem) * 0.2, 12vw);
  text-align: center;
  font-size: clamp(0.7rem, (100vw - 32rem) * 0.2, 1.2vw);
  font-family: "roboto";
  font-weight: bold;
  letter-spacing: 0.25rem;
  letter-spacing: 0.05rem;
  color: #231815;
}
@media (max-width: 1000px) {
  .loc_ttl {
    font-size: clamp(0.6rem, (100vw - 32rem) * 0.2, 1vw);
    margin: 2vw auto 4vw;
  }
}
@media (max-width: 480px) {
  .loc_ttl {
    padding: 1vw 0 0.8vw 0;
    margin-bottom: 6vw;
  }
}

.loc_point_wrap {
  display: flex;
  gap: 5%;
  flex-wrap: wrap;
}
@media (max-width: 1000px) {
  .loc_point_wrap {
    width: 100%;
  }
}

.each_loc {
  width: 30%;
  position: relative;
  margin-bottom: 4%;
  margin-top: 4%;
}
@media (max-width: 480px) {
  .each_loc {
    width: 47%;
    margin-bottom: 6vw;
  }
}
.each_loc .leach_indcate_wrap {
  position: absolute;
  display: block;
  right: 7%;
  top: -3%;
  width: 44%;
  height: 18.5%;
  border-radius: 0 0 0.5vw 0.5vw;
  border-left: 1px #231815 solid;
  border-right: 1px #231815 solid;
  border-bottom: 1px #231815 solid;
  background: #fff;
}
@media (max-width: 1000px) {
  .each_loc .leach_indcate_wrap {
    border-radius: 0 0 1.5vw 1.5vw;
  }
}
@media (max-width: 480px) {
  .each_loc .leach_indcate_wrap {
    width: 18vw;
  }
}
.each_loc .leach_indcate_wrap.single {
  width: 24%;
}
.each_loc .leach_txt {
  font-size: clamp(0.5rem, (100vw - 32rem) * 0.15, 0.7vw);
  font-weight: 600;
  letter-spacing: 0.2rem;
  display: flex;
  width: max-content;
  margin: 0 auto;
  justify-content: space-around;
  align-items: baseline;
  margin-top: 4%;
}
@media (max-width: 1000px) {
  .each_loc .leach_txt {
    margin-top: 1%;
  }
}
@media (max-width: 480px) {
  .each_loc .leach_txt {
    margin-top: 0vw;
  }
}
.each_loc .leach_txt .min_wrap {
  display: inline-flex;
  align-items: baseline;
}
.each_loc .leach_txt .min_wrap span {
  font-size: clamp(0.8rem, (100vw - 32rem) * 0.2, 1.6vw);
  font-weight: 300;
  font-family: "Roboto Slab", serif;
  margin-top: -0.6vw;
  display: inline-block;
  letter-spacing: 0.2rem;
  padding-left: clamp(0.1rem, (100vw - 32rem) * 0.2, 0.05vw);
  margin-right: 5%;
  letter-spacing: -0.05rem;
  color: #2cb8f0;
}
@media (max-width: 1000px) {
  .each_loc .leach_txt .min_wrap span {
    font-size: clamp(1.3rem, (100vw - 32rem) * 0.2, 1.2vw);
    margin-right: 10%;
  }
}
@media (max-width: 480px) {
  .each_loc .leach_txt .min_wrap span {
    font-size: clamp(1rem, (100vw - 32rem) * 0.2, 1.2vw);
  }
}
.each_loc .leach_txt .tilda {
  font-size: clamp(0.8rem, (100vw - 32rem) * 0.15, 0.7vw);
  color: #231815;
  display: block;
  align-self: stretch;
  margin-left: 3%;
}
@media (max-width: 1000px) {
  .each_loc .leach_txt .tilda {
    font-size: clamp(0.8rem, (100vw - 32rem) * 0.15, 0.7vw);
    color: #231815;
    display: block;
    align-self: center;
  }
}
.each_loc img {
  width: 100%;
  border-radius: 12%;
}
.each_loc p {
  text-align: center;
}
.each_loc .loc_genre {
  font-size: clamp(0.8rem, (100vw - 32rem) * 0.2, 1.2vw);
  margin-top: 5%;
}
.each_loc .loc_distance {
  font-size: clamp(0.7rem, (100vw - 32rem) * 0.2, 1vw);
}
.each_loc .loc_distance::before {
  content: "(";
}
.each_loc .loc_distance::after {
  content: ")";
}
.each_loc span.loc_distance {
  line-height: 160%;
  display: block;
}

#sec_acess {
  padding: 0.01vw 0 3vw;
  background-color: #2cb8f0;
}
#sec_acess .sec_inner {
  width: 70%;
}
@media (max-width: 1000px) {
  #sec_acess .sec_inner {
    width: 85%;
  }
}

.access_disp_wrap {
  position: relative;
  margin-top: 6vw;
}
.access_disp_wrap::before {
  content: "";
  display: block;
  position: absolute;
  background: url(../img/stripe_border.svg);
  width: 34%;
  aspect-ratio: 1/0.18;
}
.access_disp_wrap::after {
  content: "";
  display: block;
  position: absolute;
  background: url(../img/stripe_border.svg);
  width: 34%;
  aspect-ratio: 1/0.18;
  right: 0;
  top: 0;
}
.access_disp_wrap .map {
  width: 100%;
  margin: 0 auto 6vw;
}
@media (max-width: 1000px) {
  .access_disp_wrap .map {
    margin-bottom: 12vw;
  }
}

.access_ttl {
  padding: 0.3vw 0vw 0.2vw 0;
  border-radius: clamp(0.2rem, (100vw - 32rem) * 0.2, 0.4vw);
  border: 1px #231815 solid;
  margin: 2vw auto 3.5vw;
  width: -moz-max-content;
  width: clamp(5rem, (100vw - 32rem) * 0.2, 12vw);
  text-align: center;
  font-size: clamp(1.1rem, (100vw - 32rem) * 0.2, 1.2vw);
  font-family: "roboto";
  font-weight: bold;
  letter-spacing: 0.25rem;
  letter-spacing: 0.1rem;
  color: #231815;
}
@media (max-width: 1000px) {
  .access_ttl {
    font-size: clamp(0.6rem, (100vw - 32rem) * 0.2, 1vw);
    margin: 2vw auto 8vw;
  }
}
@media (max-width: 480px) {
  .access_ttl {
    padding: 1vw 0 0.8vw 0;
  }
}

.ggl_map {
  position: relative;
  width: 100%;
  aspect-ratio: 2/1;
}
.ggl_map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media (max-width: 480px) {
  .ggl_map {
    margin-bottom: 15vw;
  }
}

#sec_summary {
  background: #fff;
}
#sec_summary .sec_inner {
  width: 80%;
  margin-bottom: 8vw;
}

.outline_chart {
  border-top: solid 1px #ccc;
  border-right: solid 1px #ccc;
  border-left: solid 1px #ccc;
  margin-top: 10px;
}

.outline_chart_list {
  border-collapse: collapse;
  width: 100%;
}
.outline_chart_list td {
  border-bottom: 1px solid #ccc;
}
.outline_chart_list .item {
  font-family: "Yu Gothic", sans-serif;
  font-weight: normal;
  letter-spacing: 0.2rem;
  width: 20%;
  background-color: #ececec;
  color: #231815;
  padding: max(0.7vw, 4px);
  text-align: center;
  font-size: clamp(0.8rem, (100vw - 32rem) * 0.2, 1.1vw);
  font-weight: 600;
}
@media (max-width: 480px) {
  .outline_chart_list .item {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: normal;
    letter-spacing: 0.2rem;
  }
}
@media (max-width: 1000px) {
  .outline_chart_list .item {
    width: 30%;
  }
}
.outline_chart_list .details {
  font-family: "Yu Gothic", sans-serif;
  font-weight: normal;
  letter-spacing: 0.2rem;
  padding: 0 max(0.4vw, 20px);
  font-weight: 500;
  font-size: clamp(0.8rem, (100vw - 32rem) * 0.2, 1.1vw);
  color: #231815;
}
@media (max-width: 480px) {
  .outline_chart_list .details {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: normal;
    letter-spacing: 0.2rem;
  }
}

.annotation {
  font-size: clamp(0.8rem, (100vw - 32rem) * 0.2, 1vw);
  padding-top: max(1vw, 1rem);
  line-height: 1.6;
}

#sec_footer {
  width: 100vw;
  height: 100%;
  background: #2cb8f0;
  position: relative;
  z-index: 999;
}
#sec_footer .footer_inner {
  display: block;
  margin: 6vw 0 5vw;
}
#sec_footer .sec_ttl {
  margin-top: 5vw;
}
#sec_footer .sec_ttl img {
  height: clamp(3.8rem, (100vw - 20rem) * 0.2, 3vw);
}
@media (max-width: 480px) {
  #sec_footer .sec_ttl img {
    height: clamp(2rem, (100vw - 20rem) * 0.15, 4.5vw);
  }
}
#sec_footer .sec_btn_parallel {
  width: 52%;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 1000px) {
  #sec_footer .sec_btn_parallel {
    width: 80%;
    margin-top: 9vw;
  }
}
#sec_footer .sec_btn_parallel .btn_more {
  padding: 2% 4% 1.8% 4%;
  letter-spacing: 0.05rem;
}
#sec_footer .sec_btn_parallel .btn_more::after {
  content: none;
}

.footer_tel {
  width: 100%;
}
.footer_tel .sec_ttl_icn[name=foot_tel] {
  width: clamp(4rem, (100vw - 20rem) * 0.2, 3.8vw);
  height: auto !important;
}
@media (max-width: 480px) {
  .footer_tel .sec_ttl_icn[name=foot_tel] {
    width: clamp(3rem, (100vw - 20rem) * 0.2, 3.8vw);
  }
}
.footer_tel .main_sec_ttl {
  width: inherit;
  margin: 0 auto;
}
.footer_tel .lead_tel {
  font-size: clamp(0.8rem, (100vw - 32rem) * 0.2, 1.3vw);
  color: #fff;
  text-align: center;
  font-weight: 600;
}
.footer_tel .footer_tel_numb {
  font-size: clamp(4rem, (100vw - 32rem) * 0.2, 3.6vw);
  display: flex;
  align-items: center;
  justify-content: center;
}
.footer_tel .footer_tel_numb img {
  width: clamp(4.2rem, (100vw - 32rem) * 0.2, 4.2vw);
  aspect-ratio: 1/0.58;
  height: -moz-max-content;
  height: max-content;
  display: grid;
  place-content: center;
  padding: 0%;
  margin-right: 1%;
}
@media (max-width: 480px) {
  .footer_tel .footer_tel_numb img {
    width: clamp(3.2rem, (100vw - 32rem) * 0.2, 4.2vw);
  }
}
.footer_tel .footer_tel_numb span {
  font-size: clamp(4rem, (100vw - 32rem) * 0.2, 4.4vw);
  letter-spacing: 0.3rem;
}
@media (max-width: 480px) {
  .footer_tel .footer_tel_numb span {
    font-size: clamp(2rem, (100vw - 32rem) * 0.2, 2.6vw);
  }
}
.footer_tel .foot_biztime {
  font-size: clamp(1rem, (100vw - 32rem) * 0.2, 1.6vw);
  text-align: center;
  font-weight: 600;
}

.foot_btn_wrap {
  width: max-content;
  font-weight: 600;
  font-size: clamp(0.9rem, (100vw - 32rem) * 0.2, 1.4vw);
  position: relative;
  padding: 1.4% 7% 1.2% 3%;
  border: 1px solid;
  border-radius: 3vw;
  background-color: #f2fe05;
  margin: 5vw auto 5vw;
  display: block;
}
@media (max-width: 480px) {
  .foot_btn_wrap {
    margin: 9vw auto 9vw;
    padding: 2% 12% 1.6% 6%;
  }
}
.foot_btn_wrap:after {
  content: "";
  position: absolute;
  right: -1%;
  top: -1.5%;
  display: block;
  height: 103%;
  aspect-ratio: 1/1;
  background: url(../img/ancor_down_icn.svg);
  transform: rotate(-90deg);
}
.foot_btn_wrap:hover {
  background-color: #231815;
  transition: 300ms ease-in-out;
}
.foot_btn_wrap:hover p {
  color: #fff;
  transition: 300ms ease-in-out;
}
.foot_btn_wrap p {
  font-weight: 600;
}
@media (max-width: 1000px) {
  .foot_btn_wrap {
    border-radius: 5vw;
  }
}

.footer_inc {
  color: #fff;
  text-align: center;
  margin-top: 3vw;
}

#sec_cv_1 {
  display: block;
  background-color: #fff;
  padding: 0.1vw 0;
}
#sec_cv_1 .sec_inner {
  width: 70%;
}
@media (max-width: 1000px) {
  #sec_cv_1 .sec_inner {
    width: 85%;
  }
}

.cv_1 {
  background-color: #fff;
}/*# sourceMappingURL=main.css.map */