@charset "UTF-8";
/* 
  css設定 @charsetが消されるsass仕様へのハック用コメントです。削除しないでください。新規作成時も必須！
 */
/*==================================================================================
 lower common
==================================================================================*/
/*==================================================================================
 access
==================================================================================*/
#access .intro {
  max-width: 1000px;
  margin: 0 auto 100px;
  text-align: center;
  color: #fff;
}
#access .intro .sec-tit {
  font-size: 24px;
  line-height: 1.6;
  font-weight: normal;
  padding-bottom: 50px;
}
#access .intro .sec-lead {
  font-size: 15px;
  line-height: 2;
  margin-bottom: 50px;
}
#access .sec01 .inners {
  text-align: left;
  width: 86%;
  margin: 0 0 100px auto;
  color: #fff;
}
#access .sec01 .inners .tit {
  font-size: 22px;
  margin-bottom: 60px;
  display: flex;
  align-items: center;
}
#access .sec01 .inners .tit::after {
  content: "";
  width: 30%;
  height: 0.5px;
  background-color: #fff;
  margin-left: 1em;
}
#access .sec01 .inners .lists {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: row-reverse;
  margin-top: -10%;
}
#access .sec01 .inners .lists li {
  width: 52%;
}
#access .sec01 .inners .lists li:last-child {
  width: 44%;
}
#access .sec01 .inner02 {
  margin: 0 0 100px;
}
#access .sec01 .inner02 .tit {
  justify-content: flex-end;
}
#access .sec01 .inner02 .tit::after {
  display: none;
}
#access .sec01 .inner02 .tit::before {
  content: "";
  width: 30%;
  height: 0.5px;
  background-color: #fff;
  margin-right: 1em;
}
#access .sec01 .inner02 .lists {
  flex-direction: inherit;
}
#access .sec01 .inner02 .lists li {
  width: 56%;
}
#access .sec01 .inner02 .lists li:last-child {
  width: 30%;
}
#access .sec01 .inner03 .lists li {
  width: 52%;
}
#access .sec01 .inner03 .lists li:last-child {
  width: 30%;
}
#access .bg-img {
  position: relative;
}
#access .sec02 {
  position: relative;
  background: #fff;
  padding: 120px 0;
}
#access .sec02 .inner {
  position: relative;
  z-index: 2;
  max-width: 1000px;
  margin: auto;
}
#access .sec02 .list {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: row-reverse;
}
#access .sec02 .list li {
  width: 45%;
}
#access .sec02 .list .tit {
  font-size: 58px;
  color: #b18450;
  margin-bottom: 30px;
}
#access .sec02 .list .txt {
  font-size: 24px;
  line-height: 1.6;
  margin-bottom: 50px;
}
#access .sec02 .list .lead {
  font-size: 14px;
  line-height: 2;
}
#access .sec02 .img02 {
  margin-top: 60px;
}
#access .sec03 {
  position: relative;
  background: #e8e4db;
  padding: 120px 0;
}
#access .sec03 .inner {
  position: relative;
  z-index: 2;
  max-width: 1000px;
  margin: auto;
}
#access .sec03 .list01 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 80px;
}
#access .sec03 .list01 li {
  width: 45%;
}
#access .sec03 .list01 .tit {
  font-size: 58px;
  color: #b18450;
  margin-bottom: 30px;
}
#access .sec03 .list01 .txt {
  font-size: 24px;
  line-height: 1.6;
  margin-bottom: 50px;
}
#access .sec03 .list01 .lead {
  font-size: 14px;
  line-height: 2;
}
#access .sec03 .list02 {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#access .sec03 .list02 li {
  width: 45%;
}
#access .sec03 .list02 li:last-child {
  width: 48%;
}
#access .sec03 .list02 .txt {
  font-size: 24px;
  line-height: 1.6;
  margin-bottom: 50px;
}
#access .sec03 .list02 .lead {
  font-size: 14px;
  line-height: 2;
}
#access .sec03 .img03 {
  margin: 40px auto 80px;
}
#access .bg-img .pattern {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  pointer-events: none;
}
#access .bg-img .pattern img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
}
/*==================================================================================
 lower-sp
==================================================================================*/
@media (max-width: 768px) {
  /*==================================================================================
   access
  ==================================================================================*/
  #access .intro {
    text-align: left;
    margin: 0 auto 50px;
  }
  #access .intro .sec-tit {
    font-size: 22px;
    padding-bottom: 30px;
  }
  #access .swipe-img img {
    width: 640px !important;
  }
  #access .sec01 .inners {
    text-align: left;
    width: 100%;
    margin: 0 auto 50px;
  }
  #access .sec01 .inners .tit {
    margin-bottom: 20px;
    line-height: 1.6;
  }
  #access .sec01 .inners .lists {
    display: block;
    margin-top: 0;
  }
  #access .sec01 .inners .lists li {
    width: 90%;
    margin: 0 0 40px auto;
  }
  #access .sec01 .inners .lists li:last-child {
    width: 100%;
    max-width: 320px;
    margin: 0;
  }
  #access .sec01 .inner02 {
    margin: 0 auto 50px;
  }
  #access .sec01 .inner02 .tit {
    justify-content: flex-start;
  }
  #access .sec01 .inner02 .tit::after {
    display: inherit;
  }
  #access .sec01 .inner02 .tit::before {
    display: none;
  }
  #access .sec01 .inner02 .lists li {
    width: 90%;
    margin: 0 0 40px;
  }
  #access .sec01 .inner02 .lists li:last-child {
    width: 100%;
    max-width: 320px;
    margin: 0;
  }
  #access .sec01 .inner03 .lists li {
    width: 90%;
    margin: 0 0 40px auto;
  }
  #access .sec01 .inner03 .lists li:last-child {
    width: 100%;
    max-width: 320px;
    margin: 0;
  }
  #access .bg-img {
    position: relative;
  }
  #access .sec02 {
    padding: 80px 0 40px;
  }
  #access .sec02 .list {
    display: block;
    flex-direction: inherit;
  }
  #access .sec02 .list li {
    width: 100%;
  }
  #access .sec02 .list .tit {
    font-size: 30px;
    margin: 30px 0;
  }
  #access .sec02 .list .txt {
    font-size: 22px;
    margin-bottom: 30px;
  }
  #access .sec02 .list .lead br {
    display: none;
  }
  #access .sec02 .img02 {
    margin-top: 30px;
  }
  #access .sec02 .img02 .swipe-img img {
    width: 642px !important;
  }
  #access .sec03 {
    padding: 80px 0;
  }
  #access .sec03 .list01 {
    display: block;
    margin-bottom: 50px;
  }
  #access .sec03 .list01 li {
    width: 100%;
  }
  #access .sec03 .list01 .tit {
    font-size: 30px;
    margin: 30px 0;
  }
  #access .sec03 .list01 .txt {
    font-size: 22px;
    margin-bottom: 30px;
  }
  #access .sec03 .list01 .lead br {
    display: none;
  }
  #access .sec03 .list02 {
    display: block;
  }
  #access .sec03 .list02 li {
    width: 100%;
  }
  #access .sec03 .list02 li:last-child {
    width: 100%;
    margin-top: 30px;
  }
  #access .sec03 .list02 .txt {
    font-size: 22px;
    margin-bottom: 30px;
  }
  #access .sec03 .img03 {
    margin: 40px auto 50px;
  }
}/*# sourceMappingURL=style.css.map */