@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=BIZ+UDPMincho:wght@400;700&display=swap");
main {
  overflow: hidden;
  font-weight: 500;
}

.sec {
  text-align: center;
  margin: 100px 0;
}
@media screen and (max-width: 768px) {
  .sec {
    margin: 25px 0;
  }
}
.sec .wrap {
  max-width: 950px;
  margin: 0 auto;
  width: 95%;
}
.sec .title_img {
  height: 50px;
}

.mincho {
  font-family: "BIZ UDPMincho", serif;
}

.cap {
  color: #000;
  font-size: 10px;
  text-align: start;
  line-height: 1.5;
  display: block;
  margin-top: 2px;
}
@media screen and (max-width: 768px) {
  .cap {
    font-size: min(1.8vw, 10px);
  }
}
.cap.end {
  text-align: end;
}

.swiper-slide {
  position: relative;
}
.swiper-slide .image_cap {
  position: absolute;
  bottom: 0.5em;
  right: 0.5em;
  line-height: 1;
  font-size: 10px;
  text-shadow: 0 0 5px #fff, 0 0 5px #fff;
  transition: 0.4s;
}
.swiper-slide .image_cap.b1 {
  bottom: 1em;
}
.swiper-slide .image_cap.white {
  color: #fff;
  text-shadow: none;
}
.swiper-slide .image_cap.middle {
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
}
.swiper-slide.swiper-slide-active .image_cap.middle {
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
}

.photo {
  position: relative;
}
.photo .image_cap {
  position: absolute;
  bottom: 0.5em;
  right: 0.5em;
  line-height: 1;
  font-size: 10px;
  text-shadow: 0 0 5px #fff, 0 0 5px #fff;
  transition: 0.4s;
}
.photo .image_cap.b1 {
  bottom: 1em;
}
.photo .image_cap.white {
  color: #fff;
  text-shadow: none;
}

.sec01 {
  margin-top: 48px;
}
@media screen and (max-width: 768px) {
  .sec01 {
    margin-top: 32px;
  }
}
.sec01 h2 {
  font-size: 40px;
  color: #184b8f;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .sec01 h2 {
    font-size: min(6vw, 40px);
  }
}
.sec01 .lead01 {
  font-size: 25px;
  margin: 40px 0 60px;
  line-height: 1.5;
  letter-spacing: 0.1em;
  color: #184b8f;
}
@media screen and (max-width: 768px) {
  .sec01 .lead01 {
    font-size: min(4.5vw, 25px);
    line-height: 2;
    margin: 20px 0 20px;
  }
}
.sec01 .lead02 {
  font-size: 32px;
  letter-spacing: 0.1em;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .sec01 .lead02 {
    font-size: min(4.2vw, 32px);
  }
}
.sec01 .lead02 .deco {
  width: 22em;
  display: block;
}
.sec01 .lead03 {
  text-align: start;
  font-size: 18px;
  margin: 20px 0 20px;
}
@media screen and (max-width: 768px) {
  .sec01 .lead03 {
    font-size: min(3.8vw, 18px);
    margin: 20px 0 10px;
  }
}
.sec01 .lead04 {
  text-align: start;
  font-size: 12px;
  line-height: 1.5;
}
.sec01 .wrap {
  position: relative;
}
.sec01 .wrap .deco02 {
  position: absolute;
  bottom: 0;
  right: 0;
  transform: translate(45%, 68%);
  width: 40%;
}
@media screen and (max-width: 768px) {
  .sec01 .wrap .deco02 {
    transform: translate(38%, 59%);
  }
}

.sec_line {
  position: relative;
}
.sec_line .line_deco {
  margin-top: 5px;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 15px;
  height: 100%;
  display: block;
  background: url(../images/access02/deco01.png);
  background-size: contain;
  background-repeat: repeat-y;
  z-index: -1;
}

.slick-list {
  overflow: inherit;
}

.slick-slide {
  height: auto !important;
  width: -moz-fit-content !important;
  width: fit-content !important;
  height: 200px !important;
  padding: 0 5px;
  text-align: start;
}
@media screen and (max-width: 768px) {
  .slick-slide {
    height: 100px !important;
  }
}

.slick_block {
  padding: 15px 0 90px;
  transform: translateX(22%);
}
@media screen and (max-width: 768px) {
  .slick_block {
    padding: 15px 0 45px;
    transform: translateX(25%);
  }
}
.slick_block.odd {
  transform: translateX(-22%);
}
@media screen and (max-width: 768px) {
  .slick_block.odd {
    transform: translateX(-25%);
  }
}
.slick_block .photo img {
  transform: scale(0.7);
  transition: transform 0.3s;
}
.slick_block .photo.slick-center img {
  transform: scale(1.2);
}

.voice {
  text-align: center;
  margin: 50px auto 100px;
  max-width: 960px;
}
@media screen and (max-width: 768px) {
  .voice {
    margin: 25px auto 25px;
  }
}
.voice .lead {
  font-size: 18px;
}
@media screen and (max-width: 768px) {
  .voice .lead {
    font-size: min(3vw, 16px);
  }
}
.voice .lead span {
  font-size: 1.3em;
}
.voice h2 {
  font-size: 40px;
  line-height: 1.2;
}
@media screen and (max-width: 768px) {
  .voice h2 {
    font-size: min(6vw, 40px);
  }
}
.voice .title_block {
  background: #7a6a56;
  color: #fff;
  padding: 15px 0;
}
.voice .volce_area {
  padding: 50px 25px 35px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 35px;
  background: #f4f4f2;
}
@media screen and (max-width: 768px) {
  .voice .volce_area {
    grid-template-columns: 1fr;
  }
}
.voice .volce_area .block {
  border: 4px solid #184b8f;
  background: #fff;
}
.voice .volce_area .block .img_block {
  position: relative;
}
.voice .volce_area .block .img_block .deco03 {
  position: absolute;
  top: -18px;
  left: -14px;
  width: 26%;
}
.voice .volce_area .block .text_block {
  background: #fff;
  padding: 15px 15px;
}
@media screen and (max-width: 768px) {
  .voice .volce_area .block .text_block {
    padding: 10px 15px;
  }
}
.voice .volce_area .block .text_block .lead01 {
  font-size: 16px;
  margin: 1em 0;
  color: #184b8f;
}
@media screen and (max-width: 768px) {
  .voice .volce_area .block .text_block .lead01 {
    font-size: min(4vw, 18px);
    line-height: 1.5;
  }
}
.voice .volce_area .block .text_block .lead02 {
  font-size: 12px;
  margin-top: 1em;
  text-align: justify;
  line-height: 1.5;
  color: #184b8f;
}
@media screen and (max-width: 768px) {
  .voice .volce_area .block .text_block .lead02 {
    font-size: min(2.8vw, 14px);
    line-height: 1.5;
  }
}

.ate {
  position: relative;
}
.ate::after {
  content: "アテ";
  font-size: 32px;
  font-weight: bold;
  color: red;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-shadow: 0 0 2px #fff, 0 0 2px #fff, 0 0 2px #fff, 0 0 2px #fff;
}

.sp_on {
  display: none;
}
@media screen and (max-width: 768px) {
  .sp_on {
    display: block;
  }
}

.swiper_block {
  transform: translateX(22%);
  padding: 15px 0 90px;
}
.swiper_block.odd {
  transform: translateX(-22%);
}
@media screen and (max-width: 768px) {
  .swiper_block.odd {
    transform: translateX(-25%);
  }
}
@media screen and (max-width: 768px) {
  .swiper_block {
    padding: 15px 0 10px;
    transform: translateX(25%);
  }
}
.swiper_block .swiper {
  width: 100%;
  padding-bottom: 50px;
  overflow: visible;
}
.swiper_block .swiper-slide {
  background-position: center;
  background-size: cover;
  width: 240px;
}
@media screen and (max-width: 768px) {
  .swiper_block .swiper-slide {
    width: 100px;
  }
}
.swiper_block .swiper-slide img {
  box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.5);
  border-radius: 50%;
  background: #666;
}
.swiper_block .swiper-3d .swiper-slide-shadow-left {
  background-image: none;
}
.swiper_block .swiper-3d .swiper-slide-shadow-right {
  background-image: none;
}
.swiper_block .swiper-slide-active {
  scale: 1.3;
  transition: 0.5s;
}/*# sourceMappingURL=access02.css.map */