@charset "UTF-8";
*, *::before, *::after {
  box-sizing: border-box;
}

body, h1, h2, h3, h4, h5, h6, p, figure, blockquote, dl, dd, ul, ol {
  margin: 0;
  padding: 0;
}

ul, ol {
  list-style: none;
}

body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  font-family: "Noto Sans JP", sans-serif;
  color: #664433;
  line-height: 2;
  letter-spacing: 0.05em;
  text-align: left;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  font-feature-settings: "palt";
  font-size: 1rem;
}
i, em {
  font-style: normal;
}

img, picture, svg, video, canvas {
  max-width: 100%;
  display: block;
  height: auto;
}

input, button, textarea, select {
  font: inherit;
  color: inherit;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  appearance: none;
}

button {
  cursor: pointer;
  padding: 0;
}

a {
  text-decoration: none;
  color: inherit;
  transition: 0.3s;
}
a:not([class]) {
  text-decoration-skip-ink: auto;
}

.pc-br {
  display: block;
}
@media (max-width: 767px) {
  .pc-br {
    display: none;
  }
}

.sp-br {
  display: none;
}
@media (max-width: 767px) {
  .sp-br {
    display: block;
  }
}

/*------------------------------------------------------------
ラッパー
------------------------------------------------------------*/
#wrapper {
  width: 100%;
  overflow: hidden;
  position: relative;
}

.inner {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
}
/*------------------------------------------------------------
nav関連
------------------------------------------------------------*/
.smenu {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 88px;
  place-content: center;
  background: #fff;
  padding: 0 20px;
  z-index: 1000;
}
.smenu .inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.smenu .logo {
  z-index: 10000;
}
.smenu .logo img {
  height: 54px;
  width: auto;
}
@media (max-width: 767px) {
  .smenu {
    height: 70px;
    padding: 0 10px;
  }
  .smenu .inner {
    width: 100%;
  }
  .smenu .logo img {
    height: 40px;
  }
}

.nav-content ul {
  display: flex;
  justify-content: end;
  align-items: center;
  flex-wrap: wrap;
}
.nav-content a {
  display: block;
  text-align: center;
  font-weight: bold;
  line-height: 1.2;
  padding: 8.5px 30px;
  box-sizing: border-box;
  border-left: 1px solid #77CCE8;
  box-sizing: border-box;
  transition: opacity 0.6s cubic-bezier(0.16, 1, 0.3, 1);
}
.nav-content a:hover {
  opacity: 0.6;
}
.nav-content i {
  display: none;
}
.nav-content li:first-of-type a {
  border-left: none;
}
.nav-content .contact {
  background: #FF6644;
  border-radius: 100px;
  min-width: 160px;
  color: white;
  height: 40px;
  place-content: center;
  border: none;
  box-shadow: none;
  transition: background 0.6s cubic-bezier(0.16, 1, 0.3, 1);
}
.nav-content .contact:hover {
  background: #000;
}

@media (max-width: 930px) {
  .nav-btn {
    position: relative;
    z-index: 1100;
    width: 44px;
    height: 44px;
    background: none;
    border: none;
    cursor: pointer;
  }
  .nav-btn span, .nav-btn span::before, .nav-btn span::after {
    content: "";
    position: absolute;
    left: 50%;
    translate: -50% 0;
    width: 30px;
    height: 2px;
    background: #333;
    transition: 0.3s;
    border-radius: clamp(3px, calc(0.2816901408vw + 1.9436619718px), 6px);
  }
  .nav-btn span {
    top: 50%;
    translate: -50% -50%;
  }
  .nav-btn span::before {
    top: -9px;
  }
  .nav-btn span::after {
    top: 9px;
  }
  .nav-open .nav-btn span {
    background: transparent;
  }
  .nav-open .nav-btn span::before {
    top: 0;
    rotate: 45deg;
  }
  .nav-open .nav-btn span::after {
    top: 0;
    rotate: -45deg;
  }
  .nav-content {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: rgba(255, 255, 255, 0.98);
    z-index: 1050;
    display: flex;
    padding-top: 100px;
    justify-content: center;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: 0.4s;
  }
  .nav-content ul {
    list-style: none;
    text-align: center;
    display: block;
    width: 300px;
  }
  .nav-content ul li {
    margin-bottom: 0;
  }
  .nav-content ul li a {
    text-align: left;
    max-width: 300px;
    margin: 0 auto;
    font-size: clamp(16px, calc(-0.5633802817vw + 24.1126760563px), 22px);
    font-weight: bold;
    padding: 14px 0;
    box-sizing: border-box;
    border-bottom: 1px dotted #44BBDD;
  }
  .nav-content ul a {
    border: none;
  }
  .nav-content i {
    display: block;
    line-height: 1;
    color: #44BBDD;
    font-family: "Figtree", sans-serif;
    font-weight: bold;
    font-size: 13px;
    margin-bottom: 5px;
  }
  .nav-content .contact {
    border-radius: 100px;
    width: 240px;
    color: white;
    height: 50px;
    place-content: center;
    font-size: 16px;
    padding: 10px 30px;
    box-sizing: border-box;
    margin: 48px auto 0 auto;
    background: url("../images/btn-qrw.png") center right 18px no-repeat, #FF6644;
    background-size: 24px auto;
    border-bottom: none;
  }
  .nav-content .contact:hover {
    opacity: 0.7;
  }
  .nav-open .nav-content {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
  }
}
/*------------------------------------------------------------
footer
------------------------------------------------------------*/
.grad_btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: clamp(300px, calc(1.8779342723vw + 292.9577464789px), 320px);
  max-width: 100%;
  height: 64px;
  margin: 0 auto;
  color: #fff;
  border-radius: 100vh;
  text-decoration: none;
  font-weight: bold;
  background: linear-gradient(270deg, #3bade3 0%, #576fe6 25%, #9844b7 51%, #ff357f 100%);
  background-size: 200% auto;
  background-position: 0% 50%;
  transition: all 0.5s ease;
}
.grad_btn:hover {
  background-position: 100% 50%;
  transform: translateY(-2px);
  box-shadow: 0 10px 20px rgba(87, 111, 230, 0.3);
}

.grad_btn:hover {
  color: #fff;
  background-position: 99% 50%;
}

/*------------------------------------------------------------
inview css
------------------------------------------------------------*/
.anm {
  opacity: 0;
}

.anm_all.trigger {
  opacity: 1;
}
.anm_all .item {
  opacity: 0;
}
.anm_all .item.up {
  animation: up 0.7s cubic-bezier(0.33, 1, 0.68, 1) 0.1s 1 normal forwards;
}

.trigger {
  opacity: 0;
}
.trigger.up {
  animation: up 0.7s cubic-bezier(0.33, 1, 0.68, 1) 0.1s 1 normal forwards;
}
.trigger.delay0 {
  animation-delay: 0ms;
}
.trigger.delay1 {
  animation-delay: 100ms;
}
.trigger.delay2 {
  animation-delay: 200ms;
}
.trigger.delay3 {
  animation-delay: 300ms;
}
.trigger.delay4 {
  animation-delay: 400ms;
}
.trigger.delay5 {
  animation-delay: 500ms;
}
.trigger.delay6 {
  animation-delay: 600ms;
}
.trigger.delay7 {
  animation-delay: 700ms;
}
.trigger.delay8 {
  animation-delay: 800ms;
}
.trigger.delay9 {
  animation-delay: 900ms;
}
.trigger.delay10 {
  animation-delay: 1000ms;
}
.trigger.delay11 {
  animation-delay: 1100ms;
}
.trigger.delay12 {
  animation-delay: 1200ms;
}
.trigger.delay13 {
  animation-delay: 1300ms;
}
.trigger.delay14 {
  animation-delay: 1400ms;
}
.trigger.delay15 {
  animation-delay: 1500ms;
}
.trigger.delay16 {
  animation-delay: 1600ms;
}
.trigger.delay17 {
  animation-delay: 1700ms;
}
.trigger.delay18 {
  animation-delay: 1800ms;
}
.trigger.delay19 {
  animation-delay: 1900ms;
}
.trigger.delay20 {
  animation-delay: 2000ms;
}

@keyframes up {
  0% {
    transform: translateY(20px);
    opacity: 0;
  }
  100% {
    transform: translateY(0px);
    opacity: 1;
  }
}
.btn-common {
  text-align: center;
  place-content: center;
  display: block;
  margin: 0 auto;
  width: clamp(240px, calc(0vw + 240px), 240px);
  max-width: 100%;
  height: 60px;
  background: url("../images/btn-qrw.png") center right 18px no-repeat, #44BBDD;
  background-size: 24px auto;
  color: white;
  letter-spacing: 0.1em;
  font-weight: bold;
  border-radius: 100px;
  text-align: left;
  padding-left: 32px;
  box-sizing: border-box;
  transition: transform 0.6s cubic-bezier(0.16, 1, 0.3, 1), background-color 0.6s cubic-bezier(0.16, 1, 0.3, 1), box-shadow 0.6s cubic-bezier(0.16, 1, 0.3, 1), letter-spacing 0.6s cubic-bezier(0.16, 1, 0.3, 1);
}
.btn-common:hover {
  transform: translateY(-1px);
  letter-spacing: 0.1em;
  background-color: rgb(25.5, 25.5, 25.5);
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
}
.btn-common.btn-red {
  background: url("../images/btn-qrw.png") center right 18px no-repeat, #FF6644;
  background-size: 24px auto;
}
.btn-common.btn-red:hover {
  transform: translateY(-1px);
  letter-spacing: 0.1em;
  background-color: rgb(25.5, 25.5, 25.5);
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
}
.btn-common.btn-l {
  background: url("../images/btn-qrw.png") center right 18px no-repeat, #FF6644;
  background-size: 24px auto;
  width: 100%;
  max-width: 420px;
  height: 80px;
  font-size: 24px;
  padding-left: 40px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
}
.btn-common.btn-l:hover {
  transform: translateY(-1px);
  letter-spacing: 0.1em;
  background-color: rgb(25.5, 25.5, 25.5);
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
}
@media (max-width: 767px) {
  .btn-common {
    height: 50px;
  }
  .btn-common.btn-l {
    width: 94%;
    height: 60px;
    font-size: 18px;
    padding-left: 32px;
  }
}

.ttl-bx1 .eg {
  line-height: 1;
  font-family: "Figtree", sans-serif;
  font-weight: 800;
  -webkit-text-stroke: 1px #44BBDD; /* 幅と色 */
  color: transparent;
  font-size: clamp(54px, calc(1.6901408451vw + 47.661971831px), 72px);
}
.ttl-bx1 .eg i {
  color: #44BBDD;
}
.ttl-bx1 h2 {
  display: inline-block;
  font-size: 18px;
  font-weight: 700;
  padding-bottom: 40px;
  border-bottom: 1px solid #44BBDD;
}
@media (max-width: 767px) {
  .ttl-bx1 h2 {
    padding-bottom: 30px;
  }
}

.ttl-bx2 {
  text-align: center;
}
.ttl-bx2 .eg {
  line-height: 1;
  font-family: "Figtree", sans-serif;
  font-weight: 800;
  -webkit-text-stroke: 1px #44BBDD; /* 幅と色 */
  color: transparent;
  font-size: clamp(60px, calc(5.6338028169vw + 38.8732394366px), 120px);
}
.ttl-bx2 .eg i {
  color: #44BBDD;
}
.ttl-bx2 h2 {
  display: inline-block;
  font-size: 20px;
  font-weight: 700;
  padding-bottom: 40px;
}

.ttl-bx3 {
  text-align: center;
  display: inline-block;
  position: relative;
}
.ttl-bx3 .eg {
  line-height: 1;
  font-family: "Figtree", sans-serif;
  font-weight: 800;
  -webkit-text-stroke: 1px #664433;
  color: transparent;
  font-size: clamp(60px, calc(5.6338028169vw + 38.8732394366px), 120px);
}
.ttl-bx3 .eg i {
  color: #664433;
}
.ttl-bx3 h2 {
  color: #664433;
  font-size: clamp(24px, calc(2.2535211268vw + 15.5492957746px), 48px);
  line-height: 1;
  margin-top: 8px;
}

.contact {
  background: url("../images/contactbg.jpg") center center/cover;
}
.contact .ttl-bx1 {
  position: relative;
  top: -2px;
}
.contact .ttl-bx1 .eg {
  width: 82%;
  margin: 0 auto;
  max-width: 975px;
}
.contact .ttl-bx1 h2 {
  color: white;
  font-size: 32px;
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -32px;
  width: 100%;
  text-align: center;
  padding-bottom: 0;
  border-bottom: none;
}
.contact .ct-in {
  max-width: 960px;
  margin: 70px auto 0 auto;
  padding-bottom: 60px;
  box-sizing: border-box;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  align-items: center;
}
.contact .tel-area {
  color: white;
}
.contact .tel-area .num {
  font-family: "Figtree", sans-serif;
  font-weight: 300;
}
.contact .tel-area .num a {
  font-weight: 700;
}
.contact .tel-area .num {
  font-size: clamp(39px, calc(1.220657277vw + 34.4225352113px), 52px);
  line-height: 1;
}
.contact .tel-area .time {
  font-size: clamp(15px, calc(0.4694835681vw + 13.2394366197px), 20px);
  padding-left: 80px;
  box-sizing: border-box;
}
.contact .btn-common {
  width: 420px;
  height: 80px;
  font-size: 24px;
  margin-top: 0;
  padding-left: 40px;
}
@media (max-width: 1240px) {
  .contact .ct-in {
    grid-template-columns: repeat(1, 1fr);
  }
  .contact .tel-area {
    text-align: center;
    margin-bottom: 40px;
  }
}
@media (max-width: 767px) {
  .contact .ttl-bx1 {
    position: relative;
    top: -2px;
  }
  .contact .ttl-bx1 .eg {
    width: 110%;
    position: relative;
    left: -5%;
  }
  .contact .ttl-bx1 h2 {
    margin-top: -8px;
  }
  .contact .ct-in {
    margin: 50px auto 0 auto;
    padding-bottom: 50px;
  }
  .contact .tel-area {
    color: white;
  }
  .contact .tel-area .num {
    font-family: "Figtree", sans-serif;
    font-weight: 300;
  }
  .contact .tel-area .num a {
    font-weight: 700;
  }
  .contact .tel-area .num {
    font-size: clamp(39px, calc(1.220657277vw + 34.4225352113px), 52px);
    line-height: 1;
  }
  .contact .tel-area .time {
    font-size: clamp(15px, calc(0.4694835681vw + 13.2394366197px), 20px);
    padding-left: 0;
    text-align: center;
    box-sizing: border-box;
  }
  .contact .btn-common {
    width: 100%;
    height: 60px;
    font-size: 20px;
    padding-left: 25px;
  }
}

footer .ft1 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 0;
  box-sizing: border-box;
}
footer .ft1 .menus {
  display: flex;
  justify-content: end;
  align-items: center;
  flex-wrap: wrap;
}
footer .ft1 .menus a {
  display: block;
  text-align: center;
  font-weight: bold;
  line-height: 1.2;
  padding: 8.5px 30px;
  box-sizing: border-box;
  border-left: 1px solid #77CCE8;
  box-sizing: border-box;
  transition: opacity 0.6s cubic-bezier(0.16, 1, 0.3, 1);
}
footer .ft1 .menus a:hover {
  opacity: 0.6;
}
footer .ft1 .menus a:first-of-type {
  border-left: none;
}
footer .ft1 .contact {
  background: #FF6644;
  border-radius: 100px;
  min-width: 160px;
  color: white;
  height: 40px;
  place-content: center;
  box-shadow: none;
  border: none;
  transition: background 0.6s cubic-bezier(0.16, 1, 0.3, 1);
}
footer .ft1 .contact:hover {
  background: #000;
}
footer .ftlogo {
  display: block;
  width: 188px;
  transition: opacity 0.6s cubic-bezier(0.16, 1, 0.3, 1);
}
footer .ftlogo:hover {
  opacity: 0.6;
}
footer .ft2 {
  background: #77CCE8;
  padding: 50px 0;
  box-sizing: border-box;
}
footer .ft2 .inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
footer .ft2 .left {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  font-size: 13px;
  gap: 0 10px;
}
footer .ft2 .left a {
  display: block;
  margin-right: 10px;
  width: 86px;
  transition: opacity 0.6s cubic-bezier(0.16, 1, 0.3, 1);
}
footer .ft2 .left a:hover {
  opacity: 0.6;
}
footer .ft2 .btn2 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0 20px;
  text-align: center;
}
footer .ft2 .btn2 a {
  width: 280px;
  height: 60px;
  place-content: center;
  border: 1px solid #44BBDD;
  height: 60px;
  background: white;
  border-radius: 6px;
  background: white;
  color: #44BBDD;
  font-weight: bold;
  transition: background 0.6s cubic-bezier(0.16, 1, 0.3, 1);
}
footer .ft2 .btn2 a:hover {
  background: #44BBDD;
  color: white;
}
footer .area2 {
  margin-top: 40px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
footer .area2 .sns {
  display: flex;
  justify-content: space-start;
  align-items: center;
  gap: 0 20px;
}
footer .area2 .sns a {
  display: block;
  width: 25px;
  transition: opacity 0.6s cubic-bezier(0.16, 1, 0.3, 1);
}
footer .area2 .sns a:hover {
  opacity: 0.6;
}
footer .area2 .copyright {
  font-size: 12px;
  color: white;
}
@media (max-width: 1000px) {
  footer .ft1 {
    display: block;
  }
  footer .ftlogo {
    margin: 0 auto;
  }
  footer .menus {
    width: 607px;
    margin: 20px auto 0 auto;
  }
  footer .ft2 .inner {
    display: block;
    justify-content: space-between;
    align-items: center;
  }
  footer .ft2 .left {
    display: block;
    width: 90px;
    margin: 0 auto;
  }
  footer .ft2 .btn2 {
    max-width: 580px;
    margin: 40px auto;
  }
  footer .area2 {
    display: block;
  }
  footer .area2 .sns {
    width: 118px;
    margin: 40px auto;
  }
  footer .area2 .copyright {
    font-size: 12px;
    color: white;
    text-align: center;
  }
}
@media (max-width: 767px) {
  footer .ft1 .menus {
    width: 100%;
    display: block;
  }
  footer .ft1 .menus a {
    padding: 17px 10px;
    border: none;
    text-align: left;
    border-bottom: 1px solid #77CCE8;
    background: url("../images/arw11.png") center right 10px no-repeat;
    background-size: 24px auto;
  }
  footer .ft1 .menus .contact {
    background: url("../images/arw22.png") center right 20px no-repeat, #FF6644;
    background-size: 24px auto;
    border-radius: 100px;
    min-width: 160px;
    color: white;
    height: 60px;
    place-content: center;
    padding: 17px 20px;
    transition: background 0.6s cubic-bezier(0.16, 1, 0.3, 1);
    border: none;
    margin: 50px auto;
    width: 95%;
  }
  footer .ft1 .menus .contact:hover {
    background: #000;
  }
  footer .ft2 {
    padding: 40px 0 40px 0;
    box-sizing: border-box;
  }
  footer .ft2 .left {
    text-align: center;
  }
  footer .ft2 .btn2 {
    width: 100%;
    display: block;
  }
  footer .ft2 .btn2 a {
    display: block;
    margin: 10px auto 0 auto;
  }
}

.pcn {
  display: none;
}

@media (max-width: 1200px) {
  .pcn {
    display: block;
  }
  .spn {
    display: none;
  }
}
.prop-bx {
  max-width: 960px;
  margin: 50px auto 0 auto;
  background: #FFFFEE;
  border-radius: 6px;
  padding: 50px;
  box-sizing: border-box;
  box-shadow: 0 0 10px rgba(102, 68, 51, 0.1);
  position: relative;
  display: grid;
  grid-template-columns: 50% 1fr;
  align-items: center;
  gap: 0 50px;
}
.prop-bx .badge {
  position: absolute;
  color: white;
  place-content: center;
  text-align: center;
  background: #FF6644;
  width: 80px;
  height: 80px;
  top: -10px;
  right: 20px;
  border-radius: 4px;
  font-weight: bold;
}
.prop-bx .name {
  color: #44BBDD;
  font-weight: 500;
  font-size: clamp(20px, calc(0.7511737089vw + 17.1830985915px), 28px);
  margin-bottom: 30px;
}
.prop-bx .img {
  border-radius: 6px;
  overflow: hidden;
}
.prop-bx .info-c2 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0 16px;
}
.prop-bx .info-c2 .bx {
  border-top: 1px solid #664433;
  box-sizing: border-box;
}
.prop-bx .info-c2 .subs {
  font-size: 13px;
}
.prop-bx .info-c2 .num {
  text-align: right;
  line-height: 1.4;
  font-size: 24px;
  font-family: "Figtree", sans-serif;
  font-weight: 500;
}
.prop-bx .info-c2 .num i {
  font-size: 16px;
}
.prop-bx .info-c1 .bx {
  border-top: 1px solid #664433;
  border-bottom: 1px solid #664433;
  box-sizing: border-box;
}
.prop-bx .info-c1 .subs {
  font-size: 13px;
}
.prop-bx .info-c1 .num {
  text-align: right;
  line-height: 1.4;
  font-size: 24px;
  font-family: "Figtree", sans-serif;
  font-weight: 500;
}
.prop-bx .info-c1 .num i {
  font-size: 16px;
}
.prop-bx .info-c1 .num .e1 {
  font-weight: bold;
  font-size: 22px;
}
.prop-bx .info-c1 .num .i1 {
  font-weight: 400;
  font-size: 42px;
}
.prop-bx .info-c1 .num .e2 {
  font-weight: 500;
  font-size: 16px;
}
.prop-bx .info-c1 .num .i2 {
  font-weight: 400;
  font-size: 24px;
}
.prop-bx a {
  position: absolute;
  left: 50%;
  margin-left: -80px;
  bottom: -15px;
  width: 160px;
  height: 30px;
  font-size: 14px;
  padding-left: 20px;
  background: url("../images/arw-und.png") center right 10px no-repeat, #44BBDD;
  background-size: 16px auto;
}
@media all and (max-width: 1000px) {
  .prop-bx {
    grid-template-columns: 1fr;
    gap: 40px 0;
  }
}
@media all and (max-width: 767px) {
  .prop-bx {
    margin: 50px auto 0 auto;
    gap: 30px 0;
    padding: 24px 24px 60px 24px;
  }
  .prop-bx:first-of-type {
    margin: 0 auto;
  }
  .prop-bx .badge {
    width: 60px;
    height: 60px;
    top: -10px;
    right: 10px;
    font-size: 14px;
  }
  .prop-bx .name {
    font-size: clamp(22px, calc(0.5633802817vw + 19.8873239437px), 28px);
    margin-bottom: 30px;
  }
  .prop-bx .info-c2 .subs {
    font-size: 12px;
  }
  .prop-bx .info-c2 .num {
    font-size: clamp(20px, calc(0.3755868545vw + 18.5915492958px), 24px);
  }
  .prop-bx .info-c2 .num i {
    font-size: clamp(13px, calc(0.2816901408vw + 11.9436619718px), 16px);
  }
  .prop-bx .info-c1 .subs {
    font-size: 12px;
  }
  .prop-bx .info-c1 .num {
    font-size: clamp(18px, calc(0.5633802817vw + 15.8873239437px), 24px);
  }
  .prop-bx .info-c1 .num i {
    font-size: clamp(13px, calc(0.2816901408vw + 11.9436619718px), 16px);
  }
  .prop-bx .info-c1 .num .e1 {
    font-size: clamp(20px, calc(0.1877934272vw + 19.2957746479px), 22px);
  }
  .prop-bx .info-c1 .num .i1 {
    font-size: clamp(34px, calc(0.7511737089vw + 31.1830985915px), 42px);
  }
  .prop-bx .info-c1 .num .e2 {
    font-size: clamp(13px, calc(0.2816901408vw + 11.9436619718px), 16px);
  }
  .prop-bx .info-c1 .num .i2 {
    font-size: clamp(18px, calc(0.5633802817vw + 15.8873239437px), 24px);
  }
  .prop-bx a {
    position: absolute;
    left: 50%;
    margin-left: -80px;
    bottom: -15px;
    width: 160px;
    height: 30px;
    font-size: 14px;
    padding-left: 20px;
    background: url("../images/arw-und.png") center right 10px no-repeat, #44BBDD;
    background-size: 16px auto;
  }
}

.pagenation {
  margin: 140px auto 0 auto;
  max-width: 1200px;
  position: relative;
}
.pagenation .in {
  display: inline-block;
}
.pagenation .pagenate {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  font-family: "Figtree", sans-serif;
  gap: 0 10px;
  font-size: clamp(20px, calc(0vw + 20px), 20px);
  font-weight: 500;
  color: #44BBDD;
}
.pagenation .pagenate a, .pagenation .pagenate span {
  width: 40px;
  height: 40px;
  border-radius: 100%;
  transition: background 0.6s cubic-bezier(0.16, 1, 0.3, 1);
}
.pagenation .pagenate a:hover, .pagenation .pagenate span:hover {
  background: #FF6644;
  color: white;
}
.pagenation .pagenate .current {
  background: #FF6644;
  border-radius: 100%;
  color: white;
}
.pagenation .pagenate .prev, .pagenation .pagenate .next {
  position: absolute;
  color: #44BBDD;
  top: 0;
  width: auto;
  border-radius: 0;
  transition: all 0.6s cubic-bezier(0.16, 1, 0.3, 1);
}
.pagenation .pagenate .prev:hover, .pagenation .pagenate .next:hover {
  color: unset;
  opacity: 0.6;
}
.pagenation .pagenate .prev {
  left: 0;
  background: url("../images/pr.png") center left no-repeat;
  background-size: 24px auto;
  padding-left: 36px;
  transition: all 0.6s cubic-bezier(0.16, 1, 0.3, 1);
}
.pagenation .pagenate .prev:hover {
  background: url("../images/pr.png") center left no-repeat;
  background-size: 24px auto;
}
.pagenation .pagenate .next {
  right: 0;
  background: url("../images/nx.png") center right no-repeat;
  background-size: 24px auto;
  padding-right: 36px;
  transition: all 0.6s cubic-bezier(0.16, 1, 0.3, 1);
}
.pagenation .pagenate .next:hover {
  background: url("../images/nx.png") center right no-repeat;
  background-size: 24px auto;
}
@media all and (max-width: 767px) {
  .pagenation {
    margin: 70px auto 0 auto;
  }
  .pagenation .pagenate {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
    font-family: "Figtree", sans-serif;
    gap: 0 10px;
    font-size: clamp(20px, calc(0vw + 20px), 20px);
    font-weight: 500;
    color: #44BBDD;
  }
  .pagenation .pagenate a {
    width: 30px;
    height: 30px;
    font-size: 15px;
  }
  .pagenation .pagenate .pr, .pagenation .pagenate .nx {
    top: 3px;
  }
  .pagenation .pagenate .pr i, .pagenation .pagenate .nx i {
    display: none;
  }
}

.modal-overlay {
  opacity: 0;
  visibility: hidden;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  z-index: 1000;
  justify-content: center;
  align-items: center;
  transition: all 0.6s cubic-bezier(0.16, 1, 0.3, 1);
  display: flex;
}

/* モーダルが表示された時のクラス */
.modal-overlay.is-active {
  opacity: 1;
  visibility: visible;
}

/* コンテンツボックス */
.modal-content {
  background: #fff;
  max-width: 920px;
  width: 90%;
  max-height: 90vh;
  position: relative;
  padding: 36px;
  box-sizing: border-box;
  border-radius: 6px;
}
.modal-content .slide-area {
  display: grid;
  grid-template-columns: 1fr 158px;
  gap: 0 10px;
}
.modal-content .slide-area .swipe-works {
  height: 100%;
}
.modal-content .slide-area .imm {
  width: 100%;
  height: 100%;
  border-radius: 6px;
  overflow: hidden;
}
.modal-content .slide-area .imm img {
  aspect-ratio: unset;
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.modal-content .slide-area .slw {
  overflow: hidden;
}
.modal-content .slide-area .btn-imgs {
  display: flex;
  flex-flow: column;
  justify-content: space-between;
  gap: 10px 0;
}
.modal-content .slide-area .btn-imgs .thumb-media {
  border-radius: 6px;
  overflow: hidden;
}
.modal-content .slide-area .btn-imgs .thumb-media img {
  object-fit: cover;
}
.modal-content .info-areas {
  margin-top: 30px;
  text-align: left;
}
.modal-content .info-areas .tops {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  gap: 0 20px;
  align-items: center;
}
.modal-content .info-areas .tops .ymds {
  color: #44BBDD;
  font-size: clamp(16px, calc(0.1877934272vw + 15.2957746479px), 18px);
  font-family: "Figtree", sans-serif;
  position: relative;
  top: 2px;
}
.modal-content .info-areas .tops .names {
  font-size: clamp(16px, calc(0.9389671362vw + 12.4788732394px), 26px);
  font-weight: 400;
}
.modal-content .info-areas .txt {
  line-height: 1.6;
  margin-top: 8px;
}

.modal-close {
  position: absolute;
  font-size: 30px;
  cursor: pointer;
  width: 50px;
  top: -15px;
  right: -15px;
}

/*# sourceMappingURL=base.css.map */
