@charset "UTF-8";
html {
    /* scrollbar-gutter: stable; */
    margin: 0 !important;
    padding: 0 !important;
    width: 100%;
    box-sizing: border-box;
}
body {

    overflow-x: hidden;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;/* iOSのスムーズスクロールを有効化 */
    -ms-scroll-chaining: none;/* スクロールのオーバーシュートを無効 */
    overscroll-behavior: none;/* スクロールのオーバーシュートを無効 */
    background-color: #fff;
    color: #333;
    /* font-family: ; */
    font-weight: 500;
    font-size: 16px;
    -ms-text-size-adjust: 100%;/* スマホでの自動文字サイズ調整を無効化 */
    -webkit-text-size-adjust: 100%;/* スマホでの自動文字サイズ調整を無効化 */
    text-rendering: geometricPrecision;/* フォントアンチエイリアスの調整 */
    -webkit-font-smoothing: antialiased;/* フォントアンチエイリアスの調整 */
    -moz-osx-font-smoothing: grayscale;/* フォントアンチエイリアスの調整 */
    -webkit-tap-highlight-color: rgba(0, 0, 0, .2);/* タップ時のハイライトを指定色に変更 */
    /* background-color: #116e59; */
}
/* * {outline: 1px solid magenta;} */
.break {
    display: inline-block;
}
/* main-view *//* ------------------------------------------------------------------------------------------------ */
#main-vew {
    /* height: 100vh; */
    height: 96%;
}
.main-vew {
    /* max-width: 1920px; */
    will-change: transform; /* スクロールパフォーマンス向上 */
    position: fixed;
    width: 100%;
    height: calc( 100% + 60px );
    margin: 0 auto;
    box-sizing: border-box;
    background-color: #0E0E0E;
}
.top-layer {
    max-width: 1920px;
    width: 100%;
    height: auto;
    aspect-ratio: 1920 / 720;
    position: absolute;
    top: 0px;
    /* bottom: 0; */
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    justify-content: space-between;
    padding: 0 10px;
    box-sizing: border-box;
    z-index: 1;
    /* background-color: #116e59; */
}
.top-layer-inn:first-child {
    display: flex;
    align-items: end;
    max-width: 500px;
    width: 100%;
    text-align: left;
}
.top-layer-inn:last-child {
    display: flex;
    align-items: end;
    max-width: 1100px;
    width: 100%;
    text-align: right;
}
.top-layer-inn img {
    width: 100%;
}
.back-color {
    width: 100%;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    z-index: 9;
    background-color: #fff;
    margin: 0 auto;
}
.phot-flex {
    position: relative;
    z-index: 0;
    width: 100%;
    height: 100%;
    max-height: 695px;
    display: flex;
    justify-content: center;
    gap: 10px;
    margin: 0 auto;
    padding: 0 10px 100px;
    box-sizing: border-box;
}
.phot-flex-inn {
  box-sizing: border-box;
}
/* 幅の割り当て */
.phot-flex-inn:nth-child(1) {
    width:  calc( 39% - 10px );
    max-width: 730px; 
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.phot-flex-inn:nth-child(2) {
    width: calc( 39% - 10px );
    max-width: 730px;
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.phot-flex-inn:nth-child(3) { 
    width: 22%;
    max-width: 420px;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.phot-flex-img001 {
    width: 100%;
    height: auto;
    aspect-ratio: 730 / 320;
    border-radius: 0 0 8px 8px;
    overflow: hidden;
    position: relative;
    object-fit: cover;
}
.phot-flex-img002 {
    width: 50%;
    margin-left: auto;
    margin-right: 0;
    aspect-ratio: 1 / 1;
    border-radius: 8px;
    overflow: hidden;
    position: relative;
    object-fit: cover;
}
.phot-flex-img003 {
    display: flex;
    gap: 10px;
}
.phot-flex-mov003 {
    width: 50%;
    aspect-ratio: 360 / 200;
    border-radius: 0 0 8px 8px;
    overflow: hidden;
    position: relative;
    object-fit: cover;
}
.phot-swiper003 {
    width: 50%;
    aspect-ratio: 360 / 200;
    border-radius: 0 0 8px 8px;
    overflow: hidden;
    position: relative;
    object-fit: cover;    
}
.phot-flex-img004 {
    width: 100%;
    aspect-ratio: 730 / 485;
    border-radius: 8px;
    overflow: hidden;
    position: relative;
    object-fit: cover;
}
.phot-flex-img005 {
    width: 100%;
    aspect-ratio: 418 / 695;
    border-radius: 0 0 8px 8px;
    overflow: hidden;
    position: relative;
    object-fit: cover;
}
/* Swiper が領域にフィットするように */
.phot-flex-img002 .swiper {
    width: 100%;
    height: 100%;
}
.phot-flex-img002 .swiper-slide img,
.phot-flex-img003 .swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.phot-flex-img001 video,
.phot-flex-mov003 video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
}
.phot-flex-img004 video {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 120%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
}
.phot-flex img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
@media (max-width: 1024px) {
    .main-vew {
        position: fixed;
        z-index: -1;
        width: 100%;
        padding: 0 10px;
        margin: 0 auto;
        box-sizing: border-box;
    }
}
/* about *//* ------------------------------------------------------------------------------------------------ */
.about {
    /* background-image: url('../images/about-back001.png');
    background-repeat: no-repeat;
    background-position: center bottom; 
    background-size: auto; */
    width: 100%;
    padding: 100px 20px;
    margin: auto;
    box-sizing: border-box;
}
.about2 {
    /* background-image: url('../images/about-back001.png');
    background-repeat: no-repeat;
    background-position: center bottom; 
    background-size: auto; */
    width: 100%;
    padding: 20px 20px;
    margin: auto;
    box-sizing: border-box;
}
.about-message {
    font-size: 24px;
    max-width: 860px;
    width: 100%;
    /* padding: 20px; */
    /* margin: 110px auto 360px; */
    margin: 20px auto;
    box-sizing: border-box;
    text-align: center;
}

.about-message001 {
    text-align: center;
    line-height: 1.7;
}
.about-message001 div:nth-child(1) {
    font-weight: 700;
    font-size: 60px;
    margin-bottom: 60px;
}
.about-message001 div:nth-child(2) {
    margin-bottom: 16px;
}
.next-btn-001 {
    width: 90px;
    height: 30px;
    margin: 0 auto;
    position: relative;
    z-index: 80;
    display: inline-block;
    padding: 0 30px 10px;
    box-sizing: border-box;
    color: #2D2F2D;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
  }
.next-btn-001::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 45px solid transparent;
  border-right: 45px solid transparent;
  border-top: 24px solid #2D2F2D;
  animation: bounce 1.5s infinite;
}

@keyframes bounce {
  0%, 100% {
    transform: translateX(-50%) translateY(0);
  }
  50% {
    transform: translateX(-50%) translateY(8px);
  }
}

.next-btn-001 .btn-text {
    z-index: 999;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    font-size: 14px;
    font-weight: 300;
    z-index: 1;
}

/* ------------------------------------------------------------------------------------------------ */
.how {
    position: relative;
    background-color: #fff; /* 初期は白 */
    overflow: hidden;
    width: 100%;
    height: auto;
    padding: 100px 20px 200px;
    box-sizing: border-box;
}

/* 擬似要素で色を重ねる */
.how::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0; /* 最初は見えない */
  background-color: #8C8C8C;
  z-index: 0;
  transition: height 1.0s ease-out; /* アニメーション */
}
/* 発動時に高さを100%に */
.how.active::after {
  height: 100%;
}
/* 中身は前面に */
.how > * {
  position: relative;
  z-index: 1;
}
.how-message-bottom {
    color: #fff;
    margin: 0 auto;
    text-align: center;
    line-height: 1.7;
	font-size:110%;
	margin-bottom: 20px;
}


.how-message001 {
    color: #fff;
    margin: 0 auto;
    text-align: center;
    line-height: 1.7;
}
.how-message001 div:nth-child(1) {
    font-weight: 700;
    font-size: 60px;
    margin-bottom: 60px;
}
.how-message001 div:nth-child(2) {
    font-size: 24px;
    margin-bottom: 16px;
}
.how-list {
    display: flex;
    justify-content: center;
    gap: 50px;
    margin-bottom: 60px;
}
.how-list li {
    position: relative;
    width: 100%;
    max-width: 470px;
    height: 540px;
    /* max-width: 480px;
    height: 640px; */
    margin: auto 0;
    padding: 40px 20px;
    border-radius: 8px;
    box-sizing: border-box;
    background-color: #fff;
    box-shadow: 10px 10px 15px -15px #000000;
}
.how-list-title {
    position: relative;
    z-index: 5;
    font-size: 34px;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    display: flex;
    gap: 14px;
    flex-direction: column;
    justify-content: space-between; /* 左右に配置 */
    align-items: center;
}
.how-list-001 .how-list-title001 {
    position: relative;
    left: 80px;
    background-color: #16a440;
    padding: 4px 20px;
    box-sizing: border-box;
    display: inline-block;
    margin-left: auto;
    margin-right: 0;
}
.how-list li:nth-child(2) {
    margin-top: 160px;
}
.how-list li:nth-child(3) {
    margin-top: 50px;
}
.how-list-002 .how-list-title {
    position: relative;
    right: 50px;
}
.how-list-002 .how-list-title001 {
    background-color: #1435a6;
    padding: 4px 20px;
    box-sizing: border-box;
    display: inline-block;
    margin-left: 0;
    margin-right: auto;
}
.how-list-002 .how-list-title002 {
    background-color: #1435a6;
    padding: 4px 20px;
    box-sizing: border-box;
    display: inline-block;
    margin-left: auto;
    margin-right: 0;
}
.how-list-002-img {
    position: absolute;
    bottom: 80px;
    right: -20px;
    width: 180px;
}
.how-list-003 .how-list-title {
    position: relative;
    left: 100px;
}
.how-list-003 .how-list-title001 {
    background-color: #dc419f;
    padding: 4px 20px;
    box-sizing: border-box;
    display: inline-block;
    margin-left: 0;
    margin-right: auto;
}
.how-list-003 .how-list-title002 {
    background-color: #dc419f;
    padding: 4px 20px;
    box-sizing: border-box;
    display: inline-block;
    margin-left: auto;
    margin-right: 0;
}
@media screen and (max-width: 1680px) {
    .how-list li {
        position: relative;
        width: 100%;
        height: auto;
        aspect-ratio: 470 / 540;
        /* margin: auto; */
        padding: 40px 20px;
        border-radius: 8px;
        box-sizing: border-box;
        background-color: #fff;
        box-shadow: 10px 10px 15px -15px #000000;
    }
    .how-list-title {
        position: relative;
        z-index: 5;
        font-size: clamp(24px, 1.0965vw + 15.586px, 34px); /* 768px時24px、1680px時34px */
        font-weight: 700;
        line-height: 1;
        color: #fff;
        display: flex;
        gap: 14px;
        flex-direction: column;
        justify-content: space-between;
        align-items: center;
    }
    .how-list-003 .how-list-title {
        position: relative;
        left: 40px;
    }
}
/* .how-list-text {
    font-size: 18px;
    line-height: 1.7;
    letter-spacing: 1px;
    margin: 50px auto;
} */
.how-list-btn-style {
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    margin: 0 auto;
}
.how-list-btn-img {
    width: calc( 100% - 40px );
    height: auto;
    aspect-ratio: 4 / 3;
    overflow: hidden;
    /* position: relative; */
    position: absolute;
    z-index: 0;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    object-fit: cover;
}
.how-list-btn-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.how-list-btn {
    width: 190px;
    height: 40px;
    border-radius: 30px;
    background-color: #3a3a3a;
    border: 2px solid #3a3a3a;
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    margin: 0 auto;
    -webkit-transition: all .3s;
    transition: all .3s;
}
.how-list-btn a {
    display: flex;
    align-items: center;
    justify-content: center;
}
.how-list-btn:hover {
    background-color: #fff;
    color: #3a3a3a;
    border: 2px solid #3a3a3a;
}

.how .next-btn-001 {
    width: 90px;
    height: 30px;
    margin: 0 auto;
    position: relative;
    z-index: 99;
    /* bottom: 50px;
    left: 50%;
    transform: translateX(-50%); */
    display: inline-block;
    padding: 0 30px 10px;
    box-sizing: border-box;
    color: #ffffff;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
}
.how .next-btn-001::after {
    content: '';
    position: absolute;
    z-index: 999;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-left: 45px solid transparent;
    border-right: 45px solid transparent;
    border-top: 24px solid #ffffff;
}
.how .next-btn-001 .btn-text {
    z-index: 999;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    font-size: 14px;
    font-weight: 300;
    z-index: 1;
}
@media screen and (max-width: 1400px) {
    .how-list {
        flex-direction: column;
        align-items: center;
    }
    .how-list li {
        display: flex;
        position: relative;
        max-width: 760px;
        width: 100%;
        height: auto;
        aspect-ratio: 4 / 1;
        padding: 0;
        border-radius: 0;
    }
    .how-list-btn-style {
        position: inherit;
        bottom: inherit;
        left: inherit;
        transform: inherit;
        margin: auto auto 10px;
    }
    .how-list-title {
        font-size: 24px;
    }
    .how-list-002-img {
        display: none;
    }
    .how-list-001 .how-list-title {
        position: absolute;
        top: 46px;
        right: 120px;
    }
    .how-list-001 .how-list-title001 {
        width: 100%;
        left: auto;
    }
    .how-list-002 .how-list-title {
        position: absolute;
        top: 40px;
        right: 200px;
        gap: 6px;
    }
    .how-list-002 .how-list-title002 {
        position: relative;
        left: 60px;
    }
    .how-list-003 .how-list-title {
        position: absolute;
        top: 40px;
        right: 120px;
        left: auto;
        gap: 6px;
    }
    .how-list-003 .how-list-title002 {
        position: relative;
        left: 60px;
    }
    .how-list-btn-img {
        width: auto;
        height: 100%;
        aspect-ratio: 2 / 1;
        overflow: hidden;
        position: inherit;
        z-index: 0;
        top: 50%;
        left: 0;
        transform: translateY(-50%);
        object-fit: cover;
    }
    .how-list li:nth-child(2) {
        margin-top: 0;
    }
    .how-list li:nth-child(3) {
        margin-top: 0;
    }
    .how-list-title {
        position: absolute;
    }
}
/* ------------------------------------------------------------------------------------------------ */
#scene-break {
  width: 100%;
  height: 590px;
  overflow: hidden;
  /*background-color: #333;*/
  background-image: url('../images/scene-break004.jpg');
background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
}
.scene-break {
  background-image: url('../images/scene-break002.jpg');
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  /* background-size: auto 100%; */
  background-attachment: fixed; /* パララックスっぽく */
  width: 100%;
  height: 800px;/* 下レイヤーより少し大きく */
}
/* ------------------------------------------------------------------------------------------------ */
.know {
    width: 100%;
    height: auto;
    padding: 120px 20px;
    margin: auto;
    box-sizing: border-box;
}
.know-title {
    font-size: 48px;
    font-weight: 700;
    text-align: center;
    color: #06267b;
    margin: 20px auto 140px;
    box-sizing: border-box;
}
.know-list {
    width: 100%;
    max-width: 1500px;
    height: auto;
    display: flex;
    gap: 30px;
    justify-content: center;
    margin: 0 auto;
    padding: 0 20px;
    box-sizing: border-box;
}
@media screen and (max-width: 1200px) {
    .know-list {
        gap: 10px;
    }
}
.know-list li {
    position: relative;
    max-width: 350px;
    width: 100%;
    height: auto;
    aspect-ratio: 350 / 640;
    overflow: hidden;
}
.know-list li:nth-child(odd) {
    margin-top: 20px;
}
.know-list li:nth-child(even) {
    margin-bottom: 20px;
}
.know-list li img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
/* キャプション部分 */
.know-list-caption {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: rgba(0, 0, 0, 0.6);
  color: #fff;
  box-sizing: border-box;
  opacity: 0;
  transition: 0.4s ease;
}
.know-list li:hover .know-list-caption {
  opacity: 1;
}
#access {
  padding: 140px 20px 80px;
}
.access-flex {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 60px; /* 左右の余白 */
  max-width: 1200px;
  margin: 0 auto;
}
.access-flex-inn {
  flex: 1;
  min-width: 300px;
    padding: 0 20px;
}
.access-flex-inn:first-child {
  border-right: 1px solid #ccc; /* グレーの縦線 */
}
.access-title {
  font-size: 42px;
  font-weight: 300;
  margin-bottom: 20px;
  text-align: center;
}
.access-text {
    letter-spacing: 1px;
  font-size: 16px;
  margin-bottom: 20px;
  line-height: 1.6;
}
.access-info {
    color: #333;
    margin-left: 20px;
    font-size: 32px;
    font-weight: 300;
    line-height: 1.4;
}
.access-info p:last-child {
    margin-top: 20px;
    font-size: 16px;
}
.access-map iframe {
  width: 100%;
  height: 240px;
  border-radius: 10px;
}

.about-btn {
    font-size: 24px;
    width: 240px;
    height: 46px;
    border-radius: 30px;
    background-color: #333333;
    border: 2px solid #1E1E1E;
    color: #fff;
    font-weight: 500;
    margin: 50px auto 0;
    -webkit-transition: all .3s;
    transition: all .3s;
}
.about-btn a {
    display: flex;
    align-items: center;
    justify-content: center;
}
.about-btn:hover {
    background-color: #fff;
    color: #303030;
    border: 2px solid #303030;
}

@media (max-width: 1000px) {
    .access-flex {
        flex-direction: column;
        align-items: center;
        gap: 40px;
    }
    .access-flex-inn:first-child {
        border-right: none;
    }
        .access-flex-inn {
        position: relative;
        max-width: 560px;
        width: 100%;
        margin: 0 auto;
        box-sizing: border-box;
    }
    .access-title {
        font-size: 26px;
        position: relative;
        max-width: 200px;
        padding: 0 0 10px 20px;
        gap: 0;
    }
    .access-title::after {
        content: "";
        position: absolute;
        bottom: 0;
        left: 50%;
        transform: translateX(-50%);
        width: 100%;
        height: 1px;
        background-color: #333;
    }
    .access-title {
        text-align: left;
    }
}
