/* ===============================
   fas共通
================================= */





/* ===============================
   fas-top
================================= */
.fas-top {
  position: relative;
  width: 100%;
  height: calc(var(--vh, 1vh) * 100);
  background: url("../img/fas/top.jpg") no-repeat center center / cover;
}
.fas-top .text h1 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  writing-mode: vertical-rl;
  text-orientation: upright;
  border: 1px solid #fff;
  padding: 15vh 3vw; /* 画面比率で調整 */
  font-size: 2em;
  display: inline-block;
  background-color: rgba(0, 0, 0, 0.5);
  color: white;
  white-space: nowrap;
}
.fas-top .text h1::before{
    content: "";
    position: absolute;
    width: calc(100% - 15px);
    height: calc(100% - 15px);
    border: 1px solid white;
    pointer-events: none;
    transition: all 0.5s;
    top:50%;
    left:50%;
    transform: translate(-50%, -50%);
    }
@media (max-width: 768px) {
.fas-top .text h1 {
  padding: 15vh 7vw;
}
}




/* ===============================
   fas-sec01
================================= */
.fas-sec01 {
  color: white;
  padding: 15% 0 0 0;
  background: url("../img/top/bg03.jpg")top / cover no-repeat;
    }
.fas-sec01 .area {
  position: relative;
  display: flex;
  justify-content: center;
}
.fas-sec01 .bg img{
    width:100%;
}
.fas-sec01 .wrap {
    width:100%;
  display:flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.fas-sec01 .wrap .ttl {
  font-size: 2rem;
    text-align: center;
}
.fas-sec01 .wrap .line {
  width: 75px;
  height: 1px;
  background-color: #ccc;
  margin: 2rem 0;
}
.fas-sec01 .wrap .text {
  font-size: 1rem;
  text-align: center;
}
@media (max-width: 768px) {
.fas-sec01 {
  padding: 25% 0 25% 0;
}
}




/* ===============================
   fas-sec02
================================= */
.fas-sec02{
  position: relative;
  z-index: 1;
  padding: 15% 0 0 0;
}
.fas-sec02 .area{
  position: relative;
  display: flex;
  justify-content:space-between;
    align-items:center;
    flex-direction: row;
  z-index: 3;
  color: white;
    width:95%;
}
.fas-sec02 .area::before {
  content: "";
  position: absolute;
  inset: 0;
  background: url("../img/fas/bg01.jpg") no-repeat center/contain;
  opacity: 0.6;
  z-index: 0;
  pointer-events: none;
}
.fas-sec02 .col-l{
    width:45%;
    z-index:5;
    margin-bottom:15%;
}
.fas-sec02 .col-c{
    width:20%;
    z-index:5;
    margin-top:5%;
}
.fas-sec02 .col-r{
    width:30%;
    z-index:5;
    margin-bottom:10%;
}
.fas-sec02 .area img{
  width: 100%;
  height: auto;
  object-fit: cover;
}
@media screen and (max-width: 768px) {
.fas-sec02{
  position: relative;
  z-index: 1;
  padding: 5% 0 0 0;
}
  .fas-sec02 .area {
    width:100%;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .fas-sec02 .col-l{
    width: 100%;
    margin-bottom: 1rem;
  }
  .fas-sec02 .col-c,
  .fas-sec02 .col-r {
    width: 48%;
    margin-top:0%;
  }
}
    
    
    
    
    
/* ===============================
   fas-sec03
================================= */
.fas-sec03{
  padding: 15% 0 0 0;
  color: white;
}
.fas-sec03 .area{
    position: relative;
    display: flex;
    align-items: center;
    gap:1rem;
}
.fas-sec03 .area.reverse{
    flex-direction: row-reverse;
}
.fas-sec03 .area .wrap01{
    width: 55%;
    display: flex;
    z-index:10;
}
.fas-sec03 .area .wrap01 .fas-splide01,.fas-sec03 .area .wrap01 .fas-splide02 {
  position: relative;
  padding-bottom: 1rem;
}
.fas-sec03 .splide__pagination {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  gap: 0.25rem;
  width: 100%;
}
.fas-sec03 .fas-splide01 .splide__pagination {
  justify-content: right;
}
.fas-sec03 .fas-splide02 .splide__pagination {
  justify-content: left;
}
.fas-sec03 .splide__pagination li {
  list-style: none;
}
.fas-sec03 .splide__pagination button {
  width: 30px;
  height: 4px;
  background-color: white;
  border-radius: 0px;
  border: none;
  opacity: 0.25;
  transition: opacity 0.3s ease, background-color 0.3s ease;
}
.fas-sec03 .splide__pagination button.is-active {
  width: 30px;      /* サイズを固定化 */
  height: 4px;
  border-radius: 0px;
  background-color: #7F6000;
  opacity: 1;
    transform: scale(1.0);
}
.fas-sec03 .area .wrap02{
    position: relative;
    display: flex;
    flex-direction:column;
    gap:2rem;
    margin:0 auto;
}
.fas-sec03 .area .wrap02 .box{
}
.fas-sec03 .area .wrap02 .ttl{
    display: flex;
    font-size:1.5rem;
    font-weight: bold;
}
.fas-sec03 .area .wrap02 .line{
    width:20%;
  height:1px;
  background-color: #7F6000;
}
.fas-sec03 .area .wrap02 .text{
    font-size:1rem;
}
@media screen and (max-width: 768px) {
.fas-sec03{
  padding: 25% 0 0 0;
}
.fas-sec03 .area{
    flex-direction: column;
    gap: 1rem;
}
.fas-sec03 .area.reverse{
    flex-direction: column;
}
.fas-sec03 .area .wrap02{
  max-width: 100%;
  padding: 0 5%;
    gap: 1rem;
}
.fas-sec03 .area .wrap01{
    width: 100%;
}
.fas-sec03 .area .wrap01 .text{
  padding: 0 5%;
}
}



/* ===============================
   fas-sec04
================================= */
.fas-sec04 {
  color: white;
  padding: 20% 0;
}

.fas-sec04 .area {
  width: 80%;
  padding: 5% 10%;
  background-color: #666;
  margin: 0 auto;
}

.fas-sec04 .wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 2rem;
}

.fas-sec04 .ttl {
  font-size: 2rem;
}
.fas-sec04 .list-layout {
  list-style: none;
  padding: 0;
  margin: 0;
  width: 100%;
}

.fas-sec04 .list-layout li {
  display: flex;
  flex-wrap: wrap;
  border-bottom: 1px dashed rgba(255, 255, 255, 0.3);
  padding: 1rem 0;
}

.fas-sec04 .label {
  flex: 0 0 20%;
  font-weight: bold;
  color: #fff;
  margin: auto 0;
}

.fas-sec04 .desc {
  flex: 1;
  color: #eee;
}
@media (max-width: 768px) {
.fas-sec04 .area {
  width: 90%;
  padding: 10% 5%;
}
.fas-sec04 .list-layout li {
    flex-direction: column;
}
}