@charset "UTF-8";
/*==========================================
変数 inc.scss
===========================================*/
/*$font_min: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
$font_go: "游ゴシック体", "Yu Gothic", YuGothic, sans-serif;
$font_nsJ:'Noto Sans JP', sans-serif;
//$font_oswald: 'Oswald', sans-serif;
//breakpoint
$xl: 1920px;
$lg: 1140px;
$md: 768px;
$md2: 767px;
$sm: 576px;
$xs: 320px;
$accent_color:#cacf2e;
$main_color:#2b3531;
$accent_colorD:#babf2e;
$gray:#787878;
$imgTFM: scale(1.1,1.1);
$imgTST:all .8s ease;
$ocR:0.7;
$lhR: 1.6;
$lsR:0.05em;
$fwB:bold;*/
/*==========================================
変数 inc.scss
===========================================*/
/*==========================================
変数 fonts.scss
===========================================*/
/*===================================
userSS 追加
=====================================*/
@import url("https://fonts.googleapis.com/css2?family=Zen+Kaku+Gothic+New:wght@300;400;500;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Zen+Maru+Gothic:wght@300;400;500;700;900&display=swap");
.accent_font {
  font-family: "Zen Maru Gothic", sans-serif; }

.bg-blue {
  background: #F0E8DD; }

.wow {
  visibility: hidden; }

/*======================================
  
=======================================*/
* {
  box-sizing: border-box; }

body {
  font-family: "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif; }

img {
  max-width: 100%;
  width: auto;
  vertical-align: bottom;
  height: auto; }

.secMT_rgl {
  margin-top: clamp(80px, 12vw, 150px); }

.l-main {
  position: relative;
  padding: clamp(20px, 6vw, 60px) 0 0; }

.l-header::after {
  content: none; }

/*=== 動き =========*/
@media (max-width: 1200px) {
  .fadeLeft {
    -webkit-transform: translateX(0) !important;
    transform: translateX(0) !important; }

  .fadeRight {
    -webkit-transform: translateX(0) !important;
    transform: translateX(0) !important; } }
/* ぼかしから出現 */
.blur {
  opacity: 0; }
  .blur.active {
    animation-name: blurAnime;
    animation-duration: 1.5s;
    animation-fill-mode: forwards; }

@keyframes blurAnime {
  from {
    filter: blur(10px);
    transform: scale(1.02);
    opacity: 0.1; }
  to {
    filter: blur(0);
    transform: scale(1);
    opacity: 1; } }
/* 点滅 */
.flashing {
  position: relative; }
  .flashing::after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background: rgba(234, 131, 140, 0.36);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 6;
    opacity: 0; }

@keyframes flashingAnime01 {
  from {
    opacity: 0; }
  20% {
    opacity: 1; }
  40% {
    opacity: 0; }
  60% {
    opacity: 1; }
  80% {
    opacity: 0; }
  to {
    opacity: 0; } }
@keyframes flashingAnime02 {
  from {
    opacity: 0; }
  20% {
    opacity: 0; }
  40% {
    opacity: 1; }
  60% {
    opacity: 0; }
  80% {
    opacity: 1; }
  to {
    opacity: 0; } }
.secTtl {
  display: inline-block;
  font-size: 2.2rem;
  font-weight: 400; }

.sec-ttlR {
  text-align: center;
  letter-spacing: 0.2em;
  font-weight: 400;
  color: #000;
  font-size: clamp(2rem, 3vw, 3.6rem); }
  @media screen and (max-width: 960px) {
    .sec-ttlR {
      font-size: clamp(2rem, 3.75vw, 3.6rem); } }
  .sec-ttlR.wht {
    color: #fff; }
  .sec-ttlR.MB {
    margin-bottom: clamp(25px, 4vw, 60px); }

.sec-ttlCld {
  font-weight: bold;
  font-size: clamp(2rem, 2.4vw, 3.6rem);
  letter-spacing: 0.2em; }

.txt-blockR {
  font-size: clamp(1.6rem, 1.8vw, 1.8rem);
  line-height: 1.75; }
  .txt-blockR.fwB p {
    font-weight: bold; }
  .txt-blockR p:not(:last-child) {
    margin-bottom: 1.5em; }

.bhLP-cnvBtn {
  display: flex;
  justify-content: space-between; }
  @media (max-width: 767px) {
    .bhLP-cnvBtn {
      flex-direction: column; } }
  .bhLP-cnvBtn li {
    width: 48%; }
    @media (max-width: 767px) {
      .bhLP-cnvBtn li {
        width: 100%; }
        .bhLP-cnvBtn li:nth-of-type(n + 2) {
          margin-top: 15px; } }

.bhLP-cnvBlock.MTB {
  margin: clamp(40px, 8vw, 80px) auto; }
.bhLP-cnvBlock .block-lead {
  text-align: center;
  font-weight: bold;
  font-size: clamp(2.2rem, 3vw, 5.8rem);
  color: #F0E8DD;
  margin-bottom: 1.2em; }
  .bhLP-cnvBlock .block-lead .stg {
    background: #ed848c;
    font-weight: bold; }

.sp-footerBnr {
  display: flex;
  justify-content: space-between;
  position: fixed;
  bottom: -100vw;
  left: 0;
  width: 100%;
  z-index: 5; }
  @media (min-width: 768px) {
    .sp-footerBnr {
      display: none !important; } }
  .sp-footerBnr li {
    width: 50%; }

.pagetop {
  width: clamp(50px, 8vw, 80px);
  aspect-ratio: 1/1;
  position: fixed;
  right: 10px;
  bottom: 10px;
  z-index: 5; }
  .pagetop a {
    display: flex;
    justify-content: center;
    align-items: center;
    border: 2px solid #fff;
    background: #F0E8DD;
    width: 100%;
    height: 100%;
    position: relative; }
    .pagetop a::before {
      content: "";
      display: block;
      clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
      width: clamp(20px, 3vw, 30px);
      aspect-ratio: 1/1;
      background: #ed848c; }

.headerNav-wrap,
.fixedContent {
  display: none; }

.wrapW {
  width: 92%; }

/*======================================
  fv
=======================================*/
.l-main {
  position: relative;
  padding: 0; }

.l-kv .kv__img::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(to top, transparent, rgba(0, 64, 113, 0.7) 50%);
  z-index: 1; }
  @media screen and (max-width: 960px) {
    .l-kv .kv__img::before {
      background: rgba(0, 64, 113, 0.3); } }
.l-kv .kv__img img {
  width: 100%; }
  @media screen and (max-width: 960px) {
    .l-kv .kv__img img {
      min-height: 900px;
      object-fit: cover;
      object-position: 15% bottom; } }
  @media screen and (max-width: 576px) {
    .l-kv .kv__img img {
      min-height: 700px; } }
.l-kv .kv__ttlWrapper {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  z-index: 5; }
  @media screen and (max-width: 960px) {
    .l-kv .kv__ttlWrapper {
      align-items: flex-end;
      flex-wrap: wrap;
      top: auto;
      margin-top: auto;
      height: auto;
      bottom: 3%;
      -webkit-transform: translate(-50%, 0%);
      transform: translate(-50%, 0%); } }
.l-kv .kv__ttl_wrap {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  height: auto;
  width: 100%;
  position: relative;
  top: -18%;
  color: #fff; }
  @media screen and (max-width: 960px) {
    .l-kv .kv__ttl_wrap {
      flex-direction: column;
      top: -18%;
      height: auto;
      color: #fff; } }
  @media screen and (max-width: 576px) {
    .l-kv .kv__ttl_wrap {
      top: -18%; } }
.l-kv .kv__ttl_left,
.l-kv .kv__ttl_right {
  position: relative;
  left: 0;
  width: calc(90% / 3);
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center; }
  @media screen and (max-width: 960px) {
    .l-kv .kv__ttl_left,
    .l-kv .kv__ttl_right {
      width: 100%; } }
@media screen and (max-width: 960px) {
  .l-kv .kv__ttl_left {
    order: 2;
    top: 20vw;
    display: none; } }
@media screen and (max-width: 576px) {
  .l-kv .kv__ttl_left {
    top: 140px; } }
.l-kv .kv__ttl_center {
  text-align: center; }
  @media screen and (min-width: 961px) {
    .l-kv .kv__ttl_center {
      width: calc(100% / 3); } }
  @media screen and (max-width: 960px) {
    .l-kv .kv__ttl_center {
      order: 1;
      width: 100%; } }
@media screen and (max-width: 960px) {
  .l-kv .kv__ttl_right {
    margin-block: clamp(130px, 50vw, 300px) 0px;
    order: 3;
    top: 20vw;
    left: 0px;
    flex-direction: column;
    gap: 20px;
    bottom: 0;
    top: auto;
    max-width: clamp(300px, 50vw, 440px);
    margin-inline: auto; } }
@media screen and (max-width: 768px) {
  .l-kv .kv__ttl_right {
    margin-block: clamp(130px, 50vw, 340px) 0px; } }
@media screen and (max-width: 576px) {
  .l-kv .kv__ttl_right {
    margin-block: clamp(130px, 30vw, 340px) 0px; } }
.l-kv .ttl01 .main {
  background: transparent;
  font-size: 28px;
  text-align: center;
  line-height: 1;
  height: auto;
  padding: 0;
  margin-bottom: 30px;
  color: inherit;
  font-size: clamp(2rem, 1.4583333333vw, 2.8rem); }
  @media screen and (max-width: 960px) {
    .l-kv .ttl01 .main {
      color: inherit;
      font-size: clamp(2rem, 2.9166666667vw, 2.8rem); } }
.l-kv .ttl02 {
  text-align: center;
  margin-bottom: 30px; }
  @media screen and (max-width: 960px) {
    .l-kv .ttl02 {
      margin-bottom: 10px; } }
  .l-kv .ttl02 .kv__ttl_sm {
    text-align: center;
    font-size: 36px;
    letter-spacing: 0.2em;
    font-size: clamp(2rem, 1.4583333333vw, 3.6rem); }
    @media screen and (max-width: 960px) {
      .l-kv .ttl02 .kv__ttl_sm {
        font-size: clamp(2rem, 5.625vw, 3.6rem);
        font-weight: 300; } }
  .l-kv .ttl02 .kv__ttl_lg {
    text-align: center;
    letter-spacing: 0.2em;
    font-size: clamp(4rem, 3.75vw, 7.2rem); }
    @media screen and (max-width: 960px) {
      .l-kv .ttl02 .kv__ttl_lg {
        font-size: clamp(3rem, 10vw, 7.2rem); } }
.l-kv .kv__ttl_en {
  text-align: center;
  letter-spacing: 0.1em;
  font-size: clamp(1.6rem, 0.9375vw, 1.8rem); }
  @media screen and (max-width: 960px) {
    .l-kv .kv__ttl_en {
      font-size: clamp(1rem, 1.875vw, 1.8rem);
      font-weight: 300; } }
.l-kv .circle_list {
  display: flex;
  justify-content: space-between;
  width: 100%;
  height: auto; }
  @media screen and (max-width: 960px) {
    .l-kv .circle_list {
      justify-content: center;
      gap: 4%; } }
.l-kv .circle_list_item {
  border: 1px solid #fff;
  color: #fff;
  border-radius: 50%;
  aspect-ratio: 1;
  height: auto;
  width: calc(100% / 3);
  max-width: 195px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  position: relative;
  top: 0px;
  letter-spacing: 0.2em;
  font-size: clamp(2.4rem, 2.0833333333vw, 4.8rem);
  max-width: clamp(10rem, 10.15625vw, 19.5rem); }
  @media screen and (max-width: 960px) {
    .l-kv .circle_list_item {
      font-size: clamp(1.4rem, 2.5vw, 2.8rem);
      max-width: clamp(10rem, 26.0416666667vw, 19.5rem);
      width: calc(80% / 3);
      box-shadow: 11px 11px 11px 0px #666;
      text-shadow: 5px 5px 3px #000; } }
  @media screen and (max-width: 576px) {
    .l-kv .circle_list_item {
      width: calc(90% / 3); } }
  .l-kv .circle_list_item .small {
    letter-spacing: 0.2em;
    font-size: clamp(1rem, 1.25vw, 2.4rem); }
    @media screen and (max-width: 960px) {
      .l-kv .circle_list_item .small {
        font-size: clamp(1rem, 2.5vw, 2.4rem); } }
@media screen and (min-width: 961px) {
  .l-kv .list01_sp {
    display: none; } }
@media screen and (min-width: 961px) {
  .l-kv .list01 .item01 {
    top: -100px;
    right: 0px; } }
@media screen and (max-width: 960px) {
  .l-kv .list01 .item01 {
    top: 0px;
    left: 0px; } }
@media screen and (min-width: 961px) {
  .l-kv .list01 .item02 {
    top: 10px; } }
@media screen and (max-width: 960px) {
  .l-kv .list01 .item02 {
    top: 0px;
    left: 0px; } }
@media screen and (min-width: 961px) {
  .l-kv .list01 .item03 {
    top: -100px;
    left: 0px; } }
@media screen and (max-width: 960px) {
  .l-kv .list01 .item03 {
    top: 0px;
    left: 0px; } }
@media screen and (min-width: 961px) {
  .l-kv .list02 .item01 {
    top: -100px;
    right: 0px; } }
@media screen and (max-width: 960px) {
  .l-kv .list02 .item01 {
    top: 0px;
    left: 0px; } }
@media screen and (min-width: 961px) {
  .l-kv .list02 .item02 {
    top: 10px;
    right: 10px; } }
@media screen and (max-width: 960px) {
  .l-kv .list02 .item02 {
    top: 0px; } }
@media screen and (min-width: 961px) {
  .l-kv .list02 .item03 {
    top: -90px;
    left: 0px; } }
@media screen and (max-width: 960px) {
  .l-kv .list02 .item03 {
    top: 0px;
    left: 0px; } }

/*======================================
  landfinding
=======================================*/
.sec-landinfo {
  position: relative; }
  .sec-landinfo .cts-ttl {
    width: 100%;
    text-align: left;
    position: relative;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: column; }
    @media screen and (max-width: 960px) {
      .sec-landinfo .cts-ttl {
        justify-content: center;
        align-items: center; } }
    .sec-landinfo .cts-ttl.left {
      justify-content: flex-start;
      align-items: flex-start; }
    .sec-landinfo .cts-ttl.right {
      justify-content: flex-end;
      align-items: flex-end; }
    .sec-landinfo .cts-ttl.center {
      justify-content: center;
      align-items: center; }
  .sec-landinfo .cts-ttl-en {
    letter-spacing: 0.1em;
    font-size: clamp(1.6rem, 2.6041666667vw, 5rem); }
    @media screen and (max-width: 960px) {
      .sec-landinfo .cts-ttl-en {
        font-size: clamp(1.6rem, 5.2083333333vw, 5rem); } }
  .sec-landinfo .cts-ttl-ja {
    line-height: 1.75;
    letter-spacing: 0.1em;
    font-size: clamp(1.6rem, 1.0416666667vw, 2rem); }
    @media screen and (max-width: 960px) {
      .sec-landinfo .cts-ttl-ja {
        font-size: clamp(1.6rem, 2.0833333333vw, 2rem); } }
  .sec-landinfo .cts-txt {
    line-height: 2;
    letter-spacing: 0.1em;
    text-align: center;
    font-size: clamp(1.4rem, 0.9375vw, 1.8rem); }
    @media screen and (max-width: 960px) {
      .sec-landinfo .cts-txt {
        font-size: clamp(1.4rem, 1.875vw, 1.8rem); } }
  .sec-landinfo .cts-wrap {
    display: flex;
    justify-content: space-between;
    flex-direction: column; }
  .sec-landinfo .cts-head {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column; }
    @media screen and (min-width: 961px) {
      .sec-landinfo .cts-head {
        width: 100%; } }
    @media screen and (max-width: 960px) {
      .sec-landinfo .cts-head {
        width: 100%; } }
  @media screen and (min-width: 961px) {
    .sec-landinfo .cts-body {
      width: 100%; } }
  @media screen and (max-width: 960px) {
    .sec-landinfo .cts-body {
      width: 100%; } }
  .sec-landinfo .cts-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start; }
    @media screen and (min-width: 1361px) {
      .sec-landinfo .cts-list .cts-item {
        width: calc(96% / 3); }
        .sec-landinfo .cts-list .cts-item:nth-of-type(n + 4) {
          margin-top: 2%; }
        .sec-landinfo .cts-list .cts-item:not(:nth-of-type(3n + 1)) {
          margin-left: 2%; } }
    @media screen and (max-width: 1360px) {
      .sec-landinfo .cts-list .cts-item {
        width: calc(96% / 2); }
        .sec-landinfo .cts-list .cts-item:nth-of-type(n + 3) {
          margin-top: 4%; }
        .sec-landinfo .cts-list .cts-item:not(:nth-of-type(2n + 1)) {
          margin-left: 4%; } }
    @media screen and (max-width: 960px) {
      .sec-landinfo .cts-list .cts-item {
        width: calc(100% / 1); }
        .sec-landinfo .cts-list .cts-item:nth-of-type(n + 2) {
          margin-top: 60px; }
        .sec-landinfo .cts-list .cts-item:not(:nth-of-type(2n + 1)) {
          margin-left: 0%; } }
    @media screen and (max-width: 576px) {
      .sec-landinfo .cts-list .cts-item {
        width: calc(100% / 1); }
        .sec-landinfo .cts-list .cts-item:nth-of-type(n + 2) {
          margin-top: 60px; }
        .sec-landinfo .cts-list .cts-item:not(:nth-of-type(2n + 1)) {
          margin-left: 0%; } }
    .sec-landinfo .cts-list .item-wrap {
      display: flex;
      justify-content: space-between;
      position: relative;
      flex-direction: column;
      position: relative; }
      @media screen and (min-width: 961px) {
        .sec-landinfo .cts-list .item-wrap::after {
          content: "";
          position: absolute;
          height: 50%;
          bottom: 0;
          left: 0;
          background-image: linear-gradient(transparent, rgba(0, 0, 0, 0.8) 70%);
          background-repeat: no-repeat;
          width: 100%;
          z-index: 6; } }
    .sec-landinfo .cts-list .item-head-wrap {
      position: relative;
      height: 100%;
      width: 100%;
      display: block; }
    .sec-landinfo .cts-list .item-head {
      width: 100%;
      position: absolute;
      inset: 0;
      z-index: 5;
      color: #fff;
      padding: 4%; }
      @media screen and (max-width: 960px) {
        .sec-landinfo .cts-list .item-head {
          width: 100%;
          object-fit: cover;
          aspect-ratio: 1.5; } }
    .sec-landinfo .cts-list .item-body-wrap {
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      width: 100%; }
    .sec-landinfo .cts-list .item-body-top {
      text-align: center; }
    .sec-landinfo .cts-list .item-body {
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center; }
      @media screen and (min-width: 961px) {
        .sec-landinfo .cts-list .item-body {
          width: 100%; } }
      @media screen and (max-width: 960px) {
        .sec-landinfo .cts-list .item-body {
          width: 100%; } }
      @media screen and (max-width: 960px) {
        .sec-landinfo .cts-list .item-body {
          margin-bottom: 30px; } }
    .sec-landinfo .cts-list .item-img-box {
      width: 100%; }
    .sec-landinfo .cts-list .item-img {
      display: flex;
      justify-content: center;
      align-items: center;
      font-size: 0;
      overflow: hidden;
      position: relative;
      transition: all 1s ease;
      width: 100%; }
      @media screen and (max-width: 960px) {
        .sec-landinfo .cts-list .item-img::after {
          content: "";
          position: absolute;
          height: 50%;
          bottom: 0;
          left: 0;
          background-image: linear-gradient(transparent, rgba(0, 0, 0, 0.4) 70%);
          background-repeat: no-repeat;
          width: 100%;
          z-index: 4; } }
      .sec-landinfo .cts-list .item-img img {
        transition: all 1s ease;
        width: 100%;
        object-fit: cover;
        aspect-ratio: 0.779020979;
        object-fit: cover;
        transform: translate3d(0px, 0px, 0px) scale(1); }
        @media screen and (max-width: 960px) {
          .sec-landinfo .cts-list .item-img img {
            aspect-ratio: 3 / 2;
            object-position: bottom; } }
    .sec-landinfo .cts-list .item-ttl {
      width: 100%;
      height: 100%;
      display: block;
      position: relative; }
      @media screen and (max-width: 960px) {
        .sec-landinfo .cts-list .item-ttl {
          width: 100%;
          height: 100%;
          display: inline-flex;
          position: relative;
          flex-direction: column-reverse; } }
    .sec-landinfo .cts-list .item-ttl-en {
      writing-mode: vertical-lr;
      position: absolute;
      right: 0;
      top: 4%;
      line-height: 1.75;
      font-size: clamp(5.4rem, 4.1666666667vw, 8rem); }
      @media screen and (max-width: 1200px) {
        .sec-landinfo .cts-list .item-ttl-en {
          font-size: clamp(3rem, 5vw, 6rem); } }
      @media screen and (max-width: 960px) {
        .sec-landinfo .cts-list .item-ttl-en {
          font-size: clamp(2rem, 6.9444444444vw, 4rem); } }
      @media screen and (max-width: 960px) {
        .sec-landinfo .cts-list .item-ttl-en {
          writing-mode: horizontal-tb;
          position: absolute;
          top: auto;
          left: 0;
          bottom: 4%;
          line-height: 1.75; } }
    .sec-landinfo .cts-list .item-ttl-ja {
      writing-mode: vertical-lr;
      position: absolute;
      left: 0;
      top: 4%;
      color: #000;
      background: #fff;
      letter-spacing: 0.2em;
      font-size: 52px;
      padding-inline: 20px;
      font-size: clamp(4rem, 3.125vw, 6rem); }
      @media screen and (max-width: 1200px) {
        .sec-landinfo .cts-list .item-ttl-ja {
          font-size: clamp(3rem, 5vw, 6rem); } }
      @media screen and (max-width: 960px) {
        .sec-landinfo .cts-list .item-ttl-ja {
          font-size: clamp(3rem, 10.4166666667vw, 6rem); } }
      @media screen and (max-width: 960px) {
        .sec-landinfo .cts-list .item-ttl-ja {
          writing-mode: horizontal-tb;
          position: absolute;
          left: 0;
          top: 4%;
          color: #000;
          background: #fff;
          letter-spacing: 0.2em;
          font-size: 32px;
          padding-inline: 20px; } }
    .sec-landinfo .cts-list .item-txt {
      line-height: 2;
      letter-spacing: 0.1em;
      text-align: left;
      font-size: clamp(1.6rem, 0.9375vw, 1.8rem);
      z-index: 10; }
      @media screen and (min-width: 961px) {
        .sec-landinfo .cts-list .item-txt {
          position: absolute;
          top: 65%;
          color: #fff;
          padding-inline: 4%; } }
      @media screen and (max-width: 960px) {
        .sec-landinfo .cts-list .item-txt {
          font-size: clamp(1.6rem, 2.34375vw, 1.8rem); } }
    .sec-landinfo .cts-list .btn-more-block {
      max-width: 100%;
      margin-inline: auto;
      scale: 0.75; }

/*======================================
  landfinding
=======================================*/
.sec-landfinding {
  position: relative; }
  .sec-landfinding .cts-ttl {
    width: 100%;
    text-align: left;
    position: relative;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: column; }
    @media screen and (max-width: 960px) {
      .sec-landfinding .cts-ttl {
        justify-content: center;
        align-items: center; } }
    .sec-landfinding .cts-ttl.left {
      justify-content: flex-start;
      align-items: flex-start; }
    .sec-landfinding .cts-ttl.right {
      justify-content: flex-end;
      align-items: flex-end; }
    .sec-landfinding .cts-ttl.center {
      justify-content: center;
      align-items: center; }
  .sec-landfinding .cts-ttl-en {
    letter-spacing: 0.1em;
    font-size: clamp(1.6rem, 2.6041666667vw, 5rem); }
    @media screen and (max-width: 960px) {
      .sec-landfinding .cts-ttl-en {
        font-size: clamp(1.6rem, 5.2083333333vw, 5rem); } }
  .sec-landfinding .cts-ttl-ja {
    line-height: 1.75;
    letter-spacing: 0.1em;
    font-size: clamp(1.6rem, 1.0416666667vw, 2rem); }
    @media screen and (max-width: 960px) {
      .sec-landfinding .cts-ttl-ja {
        font-size: clamp(1.6rem, 2.0833333333vw, 2rem); } }
  .sec-landfinding .cts-txt {
    line-height: 2;
    letter-spacing: 0.1em;
    text-align: center;
    font-size: clamp(1.4rem, 0.9375vw, 1.8rem); }
    @media screen and (max-width: 960px) {
      .sec-landfinding .cts-txt {
        font-size: clamp(1.4rem, 1.875vw, 1.8rem); } }
  .sec-landfinding .cts-wrap {
    display: flex;
    justify-content: space-between;
    flex-direction: column; }
  .sec-landfinding .cts-head {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column; }
    @media screen and (min-width: 961px) {
      .sec-landfinding .cts-head {
        width: 100%; } }
    @media screen and (max-width: 960px) {
      .sec-landfinding .cts-head {
        width: 100%; } }
  @media screen and (min-width: 961px) {
    .sec-landfinding .cts-body {
      width: 100%; } }
  @media screen and (max-width: 960px) {
    .sec-landfinding .cts-body {
      width: 100%; } }
  .sec-landfinding .cts-list {
    display: block; }
    @media screen and (max-width: 960px) {
      .sec-landfinding .cts-list .cts-item {
        width: auto; } }
    .sec-landfinding .cts-list .cts-item:not(:first-of-type) {
      margin-top: 120px; }
      @media screen and (max-width: 960px) {
        .sec-landfinding .cts-list .cts-item:not(:first-of-type) {
          margin-top: 60px; } }
    .sec-landfinding .cts-list .cts-item:nth-of-type(odd) .item-wrap {
      display: flex;
      justify-content: space-between; }
      @media screen and (max-width: 960px) {
        .sec-landfinding .cts-list .cts-item:nth-of-type(odd) .item-wrap {
          flex-direction: column; } }
    @media screen and (min-width: 961px) {
      .sec-landfinding .cts-list .cts-item:nth-of-type(odd) .item-body {
        margin-left: 4%; } }
    .sec-landfinding .cts-list .cts-item:nth-of-type(even) .item-wrap {
      display: flex;
      justify-content: space-between;
      flex-direction: row-reverse; }
      @media screen and (max-width: 960px) {
        .sec-landfinding .cts-list .cts-item:nth-of-type(even) .item-wrap {
          flex-direction: column; } }
    @media screen and (min-width: 961px) {
      .sec-landfinding .cts-list .cts-item:nth-of-type(even) .item-body {
        margin-right: 4%; } }
    .sec-landfinding .cts-list .item-wrap {
      display: flex;
      justify-content: space-between; }
      @media screen and (max-width: 960px) {
        .sec-landfinding .cts-list .item-wrap {
          flex-direction: column; } }
    @media screen and (min-width: 961px) {
      .sec-landfinding .cts-list .item-head {
        width: 48%; } }
    @media screen and (max-width: 960px) {
      .sec-landfinding .cts-list .item-head {
        width: 100%; } }
    .sec-landfinding .cts-list .item-body-wrap {
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center; }
    .sec-landfinding .cts-list .item-body-top {
      text-align: center; }
    .sec-landfinding .cts-list .item-body {
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center; }
      @media screen and (min-width: 961px) {
        .sec-landfinding .cts-list .item-body {
          width: 48%; } }
      @media screen and (max-width: 960px) {
        .sec-landfinding .cts-list .item-body {
          width: 100%; } }
    @media screen and (max-width: 960px) {
      .sec-landfinding .cts-list .item-img-box {
        margin-bottom: 30px; } }
    .sec-landfinding .cts-list .item-img {
      display: flex;
      justify-content: center;
      align-items: center;
      font-size: 0;
      overflow: hidden;
      position: relative;
      transition: all 1s ease; }
      .sec-landfinding .cts-list .item-img img {
        transition: all 1s ease;
        width: 100%;
        object-fit: cover;
        aspect-ratio: 1.5;
        object-fit: cover;
        transform: translate3d(0px, 0px, 0px) scale(1); }
    .sec-landfinding .cts-list .item-ttl-en {
      line-height: 1.75;
      font-size: clamp(5.4rem, 3.75vw, 7.2rem); }
      @media screen and (max-width: 960px) {
        .sec-landfinding .cts-list .item-ttl-en {
          font-size: clamp(5.4rem, 9.375vw, 7.2rem); } }
    .sec-landfinding .cts-list .item-ttl-ja {
      line-height: 1.75;
      font-size: clamp(1.8rem, 1.25vw, 2.4rem); }
      @media screen and (max-width: 960px) {
        .sec-landfinding .cts-list .item-ttl-ja {
          font-size: clamp(1.8rem, 3.125vw, 2.4rem); } }
    .sec-landfinding .cts-list .item-txt {
      line-height: 2;
      letter-spacing: 0.1em;
      text-align: left;
      font-size: clamp(1.6rem, 0.9375vw, 1.8rem); }
      @media screen and (max-width: 960px) {
        .sec-landfinding .cts-list .item-txt {
          font-size: clamp(1.6rem, 2.34375vw, 1.8rem); } }
    .sec-landfinding .cts-list .btn-more-block {
      max-width: 100%;
      margin-inline: auto;
      scale: 0.75; }

/*======================================
  img
=======================================*/
.sec-img {
  position: relative;
  overflow: clip; }
  .sec-img::after {
    content: "";
    position: absolute;
    z-index: 10;
    display: block;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    inset: 0; }
  .sec-img .sticky {
    display: flex;
    flex-direction: column;
    position: sticky;
    top: 0;
    bottom: 0;
    /* overflow-x: hidden; */
    /* overflow-y: hidden; */
    height: auto;
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
    width: 100%;
    /* height: 100vh; */
    /* min-height: 100vh; */
    /* max-height: 100vh;*/ }
  .sec-img .bg-list {
    position: absolute;
    /* height: 100vh; */
    /* min-height: 100vh; */
    width: 100%;
    z-index: 5;
    top: 0; }
    @media screen and (max-width: 960px) {
      .sec-img .bg-list {
        height: 100vh;
        min-height: 100vh; } }
    .sec-img .bg-list .list-item {
      position: absolute;
      z-index: 0;
      top: 0;
      transition: 1s ease;
      width: 100%;
      opacity: 0;
      display: flex;
      min-height: 100vh; }
      @media screen and (max-width: 960px) {
        .sec-img .bg-list .list-item {
          height: 100%; } }
      .sec-img .bg-list .list-item.active {
        z-index: 2;
        opacity: 1; }
      .sec-img .bg-list .list-item img {
        position: relative;
        top: 0;
        left: 0;
        width: 100%;
        height: auto;
        width: 100%;
        object-fit: cover;
        aspect-ratio: 1.7777777778; }
        @media screen and (max-width: 960px) {
          .sec-img .bg-list .list-item img {
            height: 100vh;
            min-height: 100vh;
            aspect-ratio: auto; } }
    @media screen and (max-width: 960px) {
      .sec-img .bg-list .js-active02 img {
        object-fit: cover;
        object-position: left; } }
    @media screen and (max-width: 960px) {
      .sec-img .bg-list .js-active03 img {
        object-fit: cover;
        object-position: 64%; } }
    .sec-img .bg-list .item-img {
      text-align: center; }
  .sec-img .cts-wrap {
    position: relative;
    z-index: 11;
    color: #fff;
    text-align: center; }
  .sec-img .cts-block {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column; }
    @media screen and (min-width: 961px) {
      .sec-img .cts-block {
        min-height: 1080px; } }
    @media screen and (max-width: 960px) {
      .sec-img .cts-block {
        min-height: 590px; } }
  .sec-img .cts-block-wrap {
    max-width: 863px;
    margin-inline: auto;
    width: clamp(20rem, 44.9479166667vw, 86.3rem); }
    @media screen and (max-width: 960px) {
      .sec-img .cts-block-wrap {
        width: clamp(20rem, 89.8958333333vw, 86.3rem); } }
  .sec-img .cts-ttl-sm {
    text-align: center;
    letter-spacing: 0.1em;
    line-height: 2;
    font-size: clamp(1.8rem, 2.5vw, 2.4rem); }
    @media screen and (max-width: 960px) {
      .sec-img .cts-ttl-sm {
        font-size: clamp(1.8rem, 3.125vw, 2.4rem);
        line-height: 1.5; } }
    .sec-img .cts-ttl-sm .num {
      font-size: clamp(2.4rem, 1.7708333333vw, 3.4rem); }
      @media screen and (max-width: 960px) {
        .sec-img .cts-ttl-sm .num {
          font-size: clamp(2.4rem, 3.5416666667vw, 3.4rem); } }
    .sec-img .cts-ttl-sm .keep-text {
      display: inline-block; }
  .sec-img .cts-ttl {
    text-align: center;
    letter-spacing: 0.2em;
    line-height: 2;
    font-size: clamp(2rem, 1.875vw, 3.6rem); }
    @media screen and (max-width: 960px) {
      .sec-img .cts-ttl {
        font-size: clamp(2rem, 6.25vw, 3.6rem);
        margin-top: 30px;
        line-height: 1.25; } }
  .sec-img .cts-txt {
    letter-spacing: 0.1em;
    line-height: 2;
    font-size: clamp(1.6rem, 0.9375vw, 1.8rem); }
    @media screen and (max-width: 960px) {
      .sec-img .cts-txt {
        font-size: clamp(1.6rem, 1.875vw, 1.8rem); } }
  .sec-img .year {
    display: block;
    text-align: right;
    margin-top: 10px;
    font-size: clamp(1.2rem, 0.7291666667vw, 1.4rem); }
    @media screen and (max-width: 960px) {
      .sec-img .year {
        font-size: clamp(1.2rem, 1.4583333333vw, 1.4rem);
        margin-top: 0; } }
  .sec-img .sec_MB_s {
    margin-bottom: clamp(4rem, 3.125vw, 6rem); }
    @media screen and (max-width: 960px) {
      .sec-img .sec_MB_s {
        margin-bottom: clamp(3rem, 4.1666666667vw, 4rem); } }

/*======================================
  staff
=======================================*/
.staff__desc .desc {
  font-size: 1.6rem;
  line-height: 1.75;
  letter-spacing: 0.01em; }
.staff__desc .desc__item {
  width: 100%;
  flex-direction: column; }
  .staff__desc .desc__item:not(:first-child) {
    margin-top: 10px;
    padding-top: 10px;
    border-top: 1px solid #a6a6a6; }
  .staff__desc .desc__item:nth-child(2n + 1) {
    background-color: #fff;
    color: #000; }
    .staff__desc .desc__item:nth-child(2n + 1) .desc__dt {
      background-color: #fff;
      color: #000; }
  .staff__desc .desc__item:nth-child(2n) {
    background-color: #fff;
    color: #000; }
    .staff__desc .desc__item:nth-child(2n) .desc__dt {
      background-color: #fff;
      color: #000; }
  .staff__desc .desc__item.add01 .desc__item__wrap {
    display: flex; }
.staff__desc .desc__dt {
  display: block;
  min-width: 3em;
  width: auto; }
.staff__desc .desc__dd {
  width: 100%;
  padding: 0; }
.staff__desc .staff__desc .desc__dd--name {
  font-size: clamp(1.8rem, 1.25vw, 2.4rem); }
  @media screen and (max-width: 960px) {
    .staff__desc .staff__desc .desc__dd--name {
      font-size: clamp(1.8rem, 2.5vw, 2.4rem); } }

.l-staff {
  padding-top: 3.5rem; }
  .l-staff .l-staff__header {
    margin-bottom: 2.2rem;
    text-align: center; }
  .l-staff .staff__ttlImg {
    width: 100%;
    margin: 0 auto 0.6rem; }
  .l-staff .staff__list {
    max-width: 100%;
    margin: 0 auto;
    padding: 0 1.6rem;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    max-width: 100%;
    margin-inline: auto; }
  .l-staff .staff__item {
    margin-bottom: 3rem;
    justify-content: space-between; }
    @media screen and (min-width: 961px) {
      .l-staff .staff__item {
        width: calc(96% / 2); }
        .l-staff .staff__item:nth-of-type(n + 3) {
          margin-top: 60px; }
        .l-staff .staff__item:not(:nth-of-type(2n + 1)) {
          margin-left: 4%; } }
    @media screen and (max-width: 960px) {
      .l-staff .staff__item {
        width: 100%;
        flex-direction: column; } }
  .l-staff .staff__img {
    position: relative;
    width: 100%;
    overflow: hidden; }
    @media screen and (max-width: 960px) {
      .l-staff .staff__img {
        margin-bottom: 30px; } }
    .l-staff .staff__img::before {
      content: "";
      display: block;
      padding-top: 100%; }
    .l-staff .staff__img > img {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: auto;
      width: 100%;
      object-fit: cover;
      aspect-ratio: 0.9312039312; }
  .l-staff .staff__message {
    padding: 2.4rem 2rem 2rem;
    background-color: rgba(187, 187, 187, 0.3);
    font-size: 1.45rem; }
  .l-staff .staff__messageTtl {
    margin-bottom: 1.2rem;
    font-weight: 700; }
  .l-staff .staff__txt {
    line-height: 1.72414; }
  @media screen and (min-width: 961px) {
    .l-staff .staff__desc {
      width: 46%; } }

/*======================================
  FAQ
=======================================*/
.sec-faq {
  position: relative; }
  .sec-faq .item-cate-wrap {
    display: flex;
    flex-wrap: wrap;
    position: absolute;
    top: 1.5em;
    left: 7em;
    font-weight: 400;
    font-size: 1.4rem;
    padding-left: 0; }
    @media screen and (max-width: 960px) {
      .sec-faq .item-cate-wrap {
        top: 1em;
        left: 10%; } }
  .sec-faq .faq-list {
    max-width: 1200px;
    width: 100%;
    margin: 0 auto; }
    .sec-faq .faq-list .faq-item {
      background: #6c8b7e;
      font-size: clamp(1.6rem, 1.8vw, 1.8rem);
      transition: 0.3s;
      pointer-events: auto;
      font-weight: 400;
      font-family: "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif; }
      .sec-faq .faq-list .faq-item:not(:last-child) {
        margin-bottom: 10px; }
      @media (hover: hover) {
        .sec-faq .faq-list .faq-item:hover {
          background: #6c8b7e; } }
      @media (max-width: 767px) {
        .sec-faq .faq-list .faq-item {
          padding: 0 10px 10px; } }
      .sec-faq .faq-list .faq-item .item-head {
        position: relative;
        color: #fff;
        padding: clamp(20px, 4vw, 40px) clamp(50px, 6vw, 80px) clamp(20px, 4vw, 40px) 25px;
        cursor: pointer;
        pointer-events: auto; }
        @media (max-width: 767px) {
          .sec-faq .faq-list .faq-item .item-head {
            padding: clamp(40px, 4vw, 40px) clamp(50px, 6vw, 80px) clamp(20px, 4vw, 40px) 0; } }
        .sec-faq .faq-list .faq-item .item-head.open .item-more::after {
          transform: translate(-50%, -50%) rotate(-90deg);
          opacity: 0; }
      .sec-faq .faq-list .faq-item .item-body {
        margin: clamp(10px, 2vw, 20px) auto 0;
        padding: 0 25px 25px;
        color: #6c8b7e;
        display: none; }
        @media (max-width: 767px) {
          .sec-faq .faq-list .faq-item .item-body {
            padding: 0 10px 10px; } }
        .sec-faq .faq-list .faq-item .item-body .body-inner {
          background: #fff;
          padding: clamp(20px, 3vw, 30px) 25px clamp(40px, 6vw, 60px); }
          @media (max-width: 767px) {
            .sec-faq .faq-list .faq-item .item-body .body-inner {
              padding: clamp(20px, 3vw, 30px) 4% clamp(40px, 6vw, 60px); } }
      .sec-faq .faq-list .faq-item .item-icon {
        display: flex;
        justify-content: center;
        align-items: center;
        font-weight: 400;
        width: 3em;
        min-width: 3em;
        aspect-ratio: 1/1;
        border-radius: 100vmax; }
        @media (max-width: 767px) {
          .sec-faq .faq-list .faq-item .item-icon {
            width: 2em;
            min-width: 2em; } }
        .sec-faq .faq-list .faq-item .item-icon.iconQ {
          background: #fff;
          color: #6c8b7e; }
        .sec-faq .faq-list .faq-item .item-icon.iconA {
          background: #6c8b7e;
          color: #fff; }
      .sec-faq .faq-list .faq-item .item-ttl {
        letter-spacing: 0.1em;
        display: flex;
        align-items: flex-start; }
        .sec-faq .faq-list .faq-item .item-ttl .txt {
          padding: 0.8em 0 0 1em;
          width: 100%; }
          @media (max-width: 767px) {
            .sec-faq .faq-list .faq-item .item-ttl .txt {
              padding: 0.2em 0 0 0.6em; } }
      .sec-faq .faq-list .faq-item .item-more {
        width: clamp(40px, 5vw, 70px);
        aspect-ratio: 1/1;
        background: #6c8b7e;
        border-radius: 100vmax;
        position: absolute;
        right: 2%;
        bottom: 20px;
        width: clamp(2rem, 1.40625vw, 2.7rem); }
        @media screen and (max-width: 960px) {
          .sec-faq .faq-list .faq-item .item-more {
            width: clamp(2rem, 2.8125vw, 2.7rem); } }
        .sec-faq .faq-list .faq-item .item-more::before, .sec-faq .faq-list .faq-item .item-more::after {
          content: "";
          display: block;
          background: #F0E8DD;
          position: absolute;
          top: 50%;
          left: 50%;
          -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
          transition: 0.3s; }
        .sec-faq .faq-list .faq-item .item-more::before {
          height: 1px;
          width: clamp(2rem, 1.40625vw, 2.7rem); }
          @media screen and (max-width: 960px) {
            .sec-faq .faq-list .faq-item .item-more::before {
              width: clamp(2rem, 2.8125vw, 2.7rem); } }
        .sec-faq .faq-list .faq-item .item-more::after {
          width: 1px;
          height: clamp(2rem, 1.40625vw, 2.7rem); }
          @media screen and (max-width: 960px) {
            .sec-faq .faq-list .faq-item .item-more::after {
              height: clamp(2rem, 2.8125vw, 2.7rem); } }
        @media (max-width: 767px) {
          .sec-faq .faq-list .faq-item .item-more {
            right: 0; } }
      .sec-faq .faq-list .faq-item .item-answerWrap {
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
        padding: 0 3em 0 0; }
        @media (max-width: 767px) {
          .sec-faq .faq-list .faq-item .item-answerWrap {
            padding: 0;
            flex-direction: column; } }
      .sec-faq .faq-list .faq-item .item-answer {
        width: 100%;
        padding: 0.8em 0 0 1em; }
        @media (max-width: 767px) {
          .sec-faq .faq-list .faq-item .item-answer {
            padding: 1em 0 0; } }
      .sec-faq .faq-list .faq-item .item-srBtn {
        max-width: 770px;
        width: 90%;
        margin: clamp(30px, 4vw, 40px) auto 0; }
      .sec-faq .faq-list .faq-item .item-img {
        text-align: center; }

@media screen and (max-width: 1000px) {
  .ac-label {
    cursor: pointer;
    position: relative;
    display: inline-block;
    padding-right: 80px;
    /*    text-align: center;
    max-width: 500px;
    width: 80%;
    margin: 40px auto 40px;
    padding: 20px;
    background: #8f0036;
    border-radius: 100px;
    color: #fff;*/ } }

@media screen and (max-width: 1000px) {
  .ac-label-txt {
    font-size: 2rem;
    font-weight: 400;
    letter-spacing: 0.1em; } }

.ac-content {
  width: 100%; }
  @media screen and (max-width: 1000px) {
    .ac-content {
      display: none;
      padding: 0 8px;
      border: 0px solid #d9d9d9; } }

@media screen and (max-width: 1000px) {
  .icon-wrap {
    position: absolute;
    right: 4%;
    top: 50%;
    transform: translatey(-50%);
    max-width: 45%;
    width: 100%;
    height: auto;
    aspect-ratio: 1/1;
    background: #F0E8DD;
    border-radius: 50%; } }

@media screen and (max-width: 1000px) {
  .icon {
    position: relative;
    display: inline-block;
    width: 100%; } }

@media screen and (max-width: 1000px) {
  .icon:before,
  .icon:after {
    position: absolute;
    content: "";
    display: block;
    transition: all 0.4s;
    background: #fff;
    left: 50%;
    top: 50%;
    width: 50%;
    height: 2px;
    transform: translate(-50%, -50%); } }

@media screen and (max-width: 1000px) {
  .icon:before {
    transform: translate(-50%, -50%) rotate(90deg); } }

/*＋、－切り替え*/
@media screen and (max-width: 1000px) {
  .icon.open:before {
    transform: translate(-50%, -50%) rotate(0deg); } }

.sec-flex {
  display: flex;
  justify-content: space-between; }
  @media screen and (max-width: 1000px) {
    .sec-flex {
      flex-direction: column; } }

.sec-flex.reverse {
  display: flex;
  justify-content: space-between;
  flex-direction: row-reverse; }
  @media screen and (max-width: 1000px) {
    .sec-flex.reverse {
      flex-direction: column; } }

.sec-txt {
  font-size: 1.8rem;
  line-height: 2;
  letter-spacing: 0.1em; }
  .sec-txt + .sec-txt {
    margin-top: 2em; }
  @media (max-width: 1000px) {
    .sec-txt {
      font-size: 1.6rem; } }

.sec-about .about_ttl {
  letter-spacing: 0.1em;
  font-size: clamp(2rem, 1.25vw, 2.4rem); }
  @media screen and (max-width: 960px) {
    .sec-about .about_ttl {
      font-size: clamp(2rem, 2.5vw, 2.4rem); } }
.sec-about .about {
  margin-bottom: 100px; }
  .sec-about .about_leftBox {
    width: 54%;
    padding-left: 5vw; }
    @media screen and (max-width: 960px) {
      .sec-about .about_leftBox {
        width: 108%;
        padding: 0;
        left: -4%;
        position: relative;
        margin-bottom: 30px; } }
  .sec-about .about_rightBox {
    width: 41%; }
    @media screen and (max-width: 960px) {
      .sec-about .about_rightBox {
        width: 100%; } }
    .sec-about .about_rightBox_img {
      margin-bottom: 70px; }
  .sec-about .about_dl {
    margin-bottom: 10px;
    font-size: 1.6rem;
    line-height: 2.25;
    letter-spacing: 0.1em;
    display: flex;
    flex-wrap: wrap; }
    .sec-about .about_dl:not(:first-child) {
      margin-top: 10px;
      padding-top: 10px;
      border-top: 1px solid #a6a6a6; }
    .sec-about .about_dl:last-child {
      margin-bottom: 10px;
      padding-bottom: 10px;
      border-bottom: 1px solid #a6a6a6; }
  .sec-about .about_dt {
    width: 100px; }
  .sec-about .about_dd {
    width: calc(100% - 100px); }
  @media (max-width: 1200px) {
    .sec-about .about_rightBox {
      margin-bottom: 40px; }
      .sec-about .about_rightBox_img {
        margin-bottom: 0; }
    .sec-about .about_dlWrap {
      width: 100%;
      padding: 0 5vw;
      display: flex;
      justify-content: flex-end; }
    .sec-about .about_dl {
      width: 100%;
      max-width: 700px;
      margin-bottom: 40px;
      margin-left: auto; } }
  @media screen and (max-width: 1200px) and (max-width: 960px) {
    .sec-about .about_dl {
      margin-bottom: 10px;
      width: 100%;
      max-width: 100%; } }

  @media (max-width: 576px) {
    .sec-about .about_rightBox {
      width: 100%; }
    .sec-about .about_dt {
      width: 100%;
      margin-top: 10px;
      font-weight: bold; }
      .sec-about .about_dt:first-child {
        margin-top: 0; }
    .sec-about .about_dd {
      width: 100%; } }

.sec-map .about_map {
  width: 100vw;
  max-width: 1720px;
  height: 660px;
  margin: 0 auto;
  content-visibility: auto;
  contain-intrinsic-size: 660px; }
  @media screen and (max-width: 960px) {
    .sec-map .about_map {
      height: 330px;
      contain-intrinsic-size: 330px;
      width: 100vw; } }
  .sec-map .about_map iframe {
    width: 100%;
    height: 100%; }

/*======================================
  来場予約はこちらから
=======================================*/
.sr-reserveBlock {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
  content-visibility: auto;
  contain-intrinsic-size: clamp(300px, 21vw, 386px);
  padding-bottom: 30px; }
  @media (max-width: 768px) {
    .sr-reserveBlock {
      padding-top: 30px;
      margin-bottom: 30px; } }
  .sr-reserveBlock .block-txt {
    margin-bottom: 40px;
    font-size: clamp(1.8rem, 2vw, 2.4rem);
    letter-spacing: 0.2em;
    text-align: center;
    line-height: 2;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    z-index: 4; }
    @media screen and (max-width: 960px) {
      .sr-reserveBlock .block-txt.green_sp {
        font-weight: bold;
        color: #6c8b7e;
        letter-spacing: 0.1em; } }
  .sr-reserveBlock .block-btn {
    width: clamp(300px, 40vw, 572px);
    height: clamp(100px, 10vw, 138px);
    font-size: clamp(2rem, 4.8vw, 2.4rem);
    font-weight: bold;
    letter-spacing: 0.2em;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    z-index: 4;
    background: #6c8b7e;
    color: #fff;
    box-shadow: 10px 10px 6px 0px #666;
    overflow: visible; }
    @media screen and (max-width: 960px) {
      .sr-reserveBlock .block-btn {
        font-size: clamp(1.6rem, 1.8vw, 2.4rem); } }
    .sr-reserveBlock .block-btn .arw {
      display: block;
      position: absolute;
      width: clamp(20px, 3vw, 35px);
      right: 6%;
      top: 50%;
      bottom: auto; }
      @media screen and (max-width: 960px) {
        .sr-reserveBlock .block-btn .arw {
          right: 1.5em; } }
      .sr-reserveBlock .block-btn .arw::before, .sr-reserveBlock .block-btn .arw::after {
        position: absolute;
        bottom: 0;
        right: -10px;
        height: 1px;
        background: #fff;
        content: ""; }
      .sr-reserveBlock .block-btn .arw:before {
        width: calc(100% + 10px);
        transform: translateY(-50%);
        transition: 0.3s ease-in-out, width 0.3s ease-in-out 0.2s; }
      .sr-reserveBlock .block-btn .arw:after {
        width: clamp(8px, 2vw, 17px);
        transform: translateY(-50%) rotate(45deg);
        transform-origin: right center;
        transition: 0.3s ease-in-out, right 0.3s ease-in-out 0s, bottom 0.3s ease-in-out 0s, width 0.3s ease-in-out 0s; }
      @media screen and (max-width: 960px) {
        .sr-reserveBlock .block-btn .arw {
          top: 50%;
          bottom: auto; } }
  .sr-reserveBlock .block-txtImg {
    width: clamp(100px, 15.625vw, 300px);
    position: absolute;
    top: 100px;
    left: 8vw;
    z-index: 2; }
    @media (max-width: 1200px) {
      .sr-reserveBlock .block-txtImg {
        left: 5vw; } }
    @media (max-width: 768px) {
      .sr-reserveBlock .block-txtImg {
        top: 20px; }
        .sr-reserveBlock .block-txtImg img {
          opacity: 0.7; } }

/*# sourceMappingURL=kasukabe2025.css.map */
