@charset "UTF-8";
/* CSS Document */
/* 基本設定-------------------------------------------*/
.contents-box .box-inner .txt-box {
  margin-bottom: 80px;
}
.contents-box .box-inner .txt-box .mds-l {
  font-size: 22px;
  font-weight: bold;
  border-left: 2px solid #02469d;
  padding-left: 24px;
  margin-bottom: 30px;
}
@media (min-width: 769px) {
  .contents-box .box-inner .txt-box .mds-l {
    font-size: 28px;
    margin-bottom: 40px;
  }
}
.contents-box .box-inner .txt-box .mds-s {
  font-size: 16px;
  font-weight: bold;
  color: #02469d;
  margin-bottom: 16px;
  padding-left: 32px;
  position: relative;
}
@media (min-width: 769px) {
  .contents-box .box-inner .txt-box .mds-s {
    margin-bottom: 16px;
  }
}
.contents-box .box-inner .txt-box .mds-s::before {
  content: "";
  position: absolute;
  top: 13px;
  left: 0;
  width: 16px;
  height: 1px;
  background: #02469d;
}
.contents-box .box-inner .txt-box .detail {
  margin-bottom: 16px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.78;
}
@media (min-width: 769px) {
  .contents-box .box-inner .txt-box .detail {
    line-height: 2;
    margin-bottom: 32px;
  }
  .contents-box .box-inner .txt-box .detail:nth-of-type {
    margin-bottom: 0;
  }
}
.contents-box .box-inner .txt-box .shopname {
  font-weight: bold;
}
@media (max-width: 768px) {
  .contents-box .box-inner .txt-box .shopname {
    font-size: 18px;
    margin-bottom: 6px;
    margin-top: 30px;
  }
}
@media (min-width: 769px) {
  .contents-box .box-inner .txt-box .shopname {
    font-size: 20px;
    margin-bottom: 8px;
  }
}
.contents-box .box-inner .txt-box .url {
  font-weight: 500;
}
@media (max-width: 768px) {
  .contents-box .box-inner .txt-box .url {
    font-size: 16px;
    margin-bottom: 15px;
  }
}
@media (min-width: 769px) {
  .contents-box .box-inner .txt-box .url {
    font-size: 16px;
    margin-bottom: 8px;
  }
}
.contents-box .box-inner .txt-box .url a {
  text-decoration: underline;
}
.contents-box .box-inner .txt-box .note-txt {
  font-weight: 500;
}
@media (max-width: 768px) {
  .contents-box .box-inner .txt-box .note-txt {
    font-size: 12px;
  }
}
@media (min-width: 769px) {
  .contents-box .box-inner .txt-box .note-txt {
    font-size: 13px;
  }
}
.contents-box .interview-box {
  margin-bottom: 40px;
}
@media (min-width: 769px) {
  .contents-box .interview-box {
    margin-bottom: 220px;
  }
}
@media (min-width: 769px) {
  .contents-box .interview-box.txt-only {
    margin-bottom: 160px;
  }
}
@media (max-width: 768px) {
  .contents-box .interview-box.type3 .txt-box {
    margin-bottom: 25px;
  }
}
@media (min-width: 769px) {
  .contents-box .interview-box.type3 {
    margin-bottom: 40px;
  }
  .contents-box .interview-box.type3 .txt-box {
    margin-bottom: 0;
  }
}
@media (min-width: 769px) {
  .contents-box .interview-box.pc-flex {
    align-items: center;
    gap: 0 72px;
  }
}
.contents-box .interview-box.pc-flex .img-box {
  position: relative;
}
@media (max-width: 768px) {
  .contents-box .interview-box.pc-flex .img-box {
    width: 74.6666666667vw;
    margin: 0 auto 70px;
  }
}
@media (min-width: 769px) {
  .contents-box .interview-box.pc-flex .img-box {
    max-width: 540px;
    width: 50%;
  }
}
.contents-box .interview-box.pc-flex .img-box:before {
  content: "";
  position: absolute;
  left: -30px;
  bottom: -30px;
  width: 100%;
  height: 70%;
  background-color: #e0f6fd;
}
@media (min-width: 769px) {
  .contents-box .interview-box.pc-flex .img-box:before {
    left: -60px;
    bottom: -60px;
    height: 73%;
  }
}
.contents-box .interview-box.pc-flex .img-box img {
  position: relative;
  z-index: 1;
}
.contents-box .interview-box.pc-flex .txt-box {
  margin-bottom: 0;
}
@media (min-width: 769px) {
  .contents-box .interview-box.pc-flex .txt-box {
    flex: 1;
  }
}
.contents-box .interview-box.pc-flex:nth-of-type(even) .img-box:before {
  content: "";
  left: auto;
  right: -30px;
}
@media (min-width: 769px) {
  .contents-box .interview-box.pc-flex.type2 {
    flex-direction: row-reverse;
  }
}
.contents-box .interview-box.pc-flex.type2 .img-box:before {
  content: "";
  left: auto;
  right: -30px;
}
@media (min-width: 769px) {
  .contents-box .interview-box.pc-flex.type2 .img-box:before {
    right: -60px;
  }
}
@media (min-width: 769px) {
  .contents-box .interview-box.pc-flex.with-shop {
    align-items: stretch;
  }
  .contents-box .interview-box.pc-flex.with-shop .txt-box {
    padding-top: 60px;
  }
}

/*============================
#main
============================*/
#main {
  padding-bottom: 60px;
}
#main:before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 28%;
  height: 100%;
  background-color: #e0f6fd;
  z-index: -1;
}
#main .box-inner {
  padding: 0;
}
#main .box-inner .main-ttl {
  text-align: center;
  font-size: 30px;
  font-weight: bold;
  padding: 32px 32px;
}
@media (min-width: 769px) {
  #main .box-inner .main-ttl {
    text-align: left;
    font-size: 44px;
    padding: 60px 0;
  }
}
#main .box-inner .lead-txt {
  line-height: 1.8571;
  margin: 0 32px;
  border-left: 2px solid #02469d;
  padding-left: 16px;
  font-weight: 500;
}
@media (min-width: 769px) {
  #main .box-inner .lead-txt {
    margin-top: 100px;
    max-width: 860px;
    margin-left: auto;
    margin-right: auto;
  }
}
#main .mv-box {
  position: relative;
}
#main .mv-txt {
  padding: 35px 16px;
  background: #fff;
  margin-top: -60px;
  font-weight: bold;
  width: calc(100% - 40px);
  z-index: 1;
  position: relative;
  margin-bottom: 40px;
}
@media (min-width: 769px) {
  #main .mv-txt {
    margin-top: 0;
    position: absolute;
    left: 0;
    bottom: 7.3206442167vw;
    width: 61.4934114202vw;
    padding: 5.8565153734vw 0;
    padding-left: 7.3206442167vw;
    padding-right: 2.196193265vw;
    margin-bottom: 0;
  }
}
#main .mv-txt .ttl-l {
  font-size: 26px;
  margin-bottom: 10px;
}
@media (min-width: 769px) {
  #main .mv-txt .ttl-l {
    font-size: 2.635431918vw;
    margin-bottom: 20px;
  }
}
#main .mv-txt .area {
  font-size: 14px;
  width: fit-content;
  background: #b50181;
  color: #fff;
  padding: 2px 10px;
  font-weight: 500;
}
@media (min-width: 769px) {
  #main .mv-txt .area {
    font-size: 1.1713030747vw;
    margin-bottom: 8px;
    padding: 4px 10px;
  }
}
#main .mv-txt .name {
  font-size: 22px;
}
@media (min-width: 769px) {
  #main .mv-txt .name {
    font-size: 2.0497803807vw;
  }
}

/*============================
#section01
============================*/
/*============================
#section02
============================*/
@media (max-width: 768px) {
  #section02 {
    margin-bottom: 80px;
  }
}
@media (min-width: 769px) {
  #section02 {
    margin-bottom: 300px;
  }
}
#section02 .section-img {
  margin-bottom: 80px;
}
@media (min-width: 769px) {
  #section02 .section-img {
    margin-bottom: -150px;
  }
}
@media (min-width: 769px) {
  #section02 .box-inner .interview-box .txt-box.top-padding {
    padding-top: 230px;
  }
}
#section02 .box-inner .infor-box {
  background: #e0f6fd;
  margin-bottom: 80px;
  padding: 32px 16px 40px;
  text-align: center;
}
@media (min-width: 769px) {
  #section02 .box-inner .infor-box {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 60px 20px;
    margin-bottom: 160px;
  }
}
#section02 .box-inner .infor-box .main-txt {
  font-weight: bold;
}
@media (max-width: 768px) {
  #section02 .box-inner .infor-box .main-txt {
    font-size: 22px;
    margin-bottom: 20px;
  }
}
@media (min-width: 769px) {
  #section02 .box-inner .infor-box .main-txt {
    font-size: 28px;
  }
}
#section02 .box-inner .infor-box .inquiry {
  font-size: 16px;
  font-weight: 500;
}
#section02 .box-inner .infor-box .inquiry a {
  text-decoration: underline;
  color: #B50181;
}
#section02 .box-inner .inquiry-txt {
  text-align: right;
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 50px;
}
@media (min-width: 769px) {
  #section02 .box-inner .inquiry-txt {
    font-size: 18px;
    margin-bottom: 100px;
  }
}
#section02 .box-inner .inquiry-txt a {
  text-decoration: underline;
  color: #B50181;
}
.ex-txt {
  position: relative;
  z-index: 1;
  margin: 0 auto 20px;
}
@media (min-width: 769px) {
  .ex-txt {
    margin: -50px auto 0;
  }
}
.ex-txt:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -20px;
  width: 100%;
  height: 50%;
  background-color: #e0f6fd;
  z-index: -1;
}
.ex-txt .box-inner {
  background: #fff;
  padding: 0 24px 40px;
  width: calc(100% - 32px);
  margin: 0 auto;
}
@media (min-width: 769px) {
  .ex-txt .box-inner {
    padding: 0 105px 80px;
  }
}
.ex-txt p {
  font-weight: 500;
  line-height: 1.8;
}
@media (min-width: 769px) {
  .ex-txt p {
    line-height: 2;
  }
}

/*============================
#backnumber
============================*/
#backnumber {
  background: #e0f6fd;
  padding-top: 60px;
  padding-bottom: 84px;
}
@media (min-width: 769px) {
  #backnumber {
    padding-top: 80px;
  }
}
#backnumber .box-inner {
  padding: 0 32px;
}
#backnumber .box-inner .bn-ttl {
  font-size: 26px;
  font-weight: bold;
  margin-bottom: 24px;
  text-align: center;
}
@media (min-width: 769px) {
  #backnumber .box-inner .bn-ttl {
    font-size: 36px;
    margin-bottom: 44px;
  }
}
#backnumber .box-inner .bn-slider-wrapper {
  position: relative;
}
#backnumber .box-inner .bn-slider {
  position: relative;
}
#backnumber .box-inner .bn-slider .swiper-wrapper .swiper-slide {
  background: #fff;
}
#backnumber .box-inner .bn-slider .swiper-wrapper .swiper-slide .txt-box {
  padding: 24px 24px 32px;
  margin-bottom: 0;
}
#backnumber .box-inner .bn-slider .swiper-wrapper .swiper-slide .txt-box .detail {
  font-size: 14px;
  line-height: 1.7143;
  margin-bottom: 24px;
}
#backnumber .box-inner .slider-btn-wrapper .slider-button {
  z-index: 1;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  line-height: 1;
  cursor: pointer;
  width: 46px;
  height: 46px;
}
@media (min-width: 769px) {
  #backnumber .box-inner .slider-btn-wrapper .slider-button {
    width: 70px;
    height: 70px;
  }
}
#backnumber .box-inner .slider-btn-wrapper .slider-button.bn-slider-button-prev {
  left: -23px;
  transform: scale(-1, 1);
}
@media (min-width: 769px) {
  #backnumber .box-inner .slider-btn-wrapper .slider-button.bn-slider-button-prev {
    left: -35px;
  }
}
#backnumber .box-inner .slider-btn-wrapper .slider-button.bn-slider-button-next {
  right: -23px;
}
@media (min-width: 769px) {
  #backnumber .box-inner .slider-btn-wrapper .slider-button.bn-slider-button-next {
    right: -35px;
  }
}
#backnumber .box-inner .slider-btn-wrapper .bn-slider-pagenation {
  text-align: center;
  margin-top: 10px;
}
@media (min-width: 769px) {
  #backnumber .box-inner .slider-btn-wrapper .bn-slider-pagenation {
    margin-top: 20px;
  }
}
#backnumber .box-inner .slider-btn-wrapper .bn-slider-pagenation .swiper-pagination-bullet {
  opacity: 1;
  background: #c3c3c3;
}
#backnumber .box-inner .slider-btn-wrapper .bn-slider-pagenation .swiper-pagination-bullet-active {
  background: #B50181;
}
@media (min-width: 769px) {
  #backnumber .btn-base {
    width: 280px;
    margin: 0 auto;
  }
}
@media (max-width: 768px) {
  #backnumber .btn-base a {
    font-size: 14px;
  }
}
@media (min-width: 769px) {
  #backnumber .btn-base a {
    font-size: 16px;
    padding: 19px 0;
  }
}
#backnumber .icon-arrow01 {
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 16px;
  margin: auto;
  background-image: url(../images/btn_arrow02png.svg);
}
@media (max-width: 768px) {
  #backnumber .icon-arrow01 {
    width: 24px;
    height: 24px;
  }
}
@media (min-width: 769px) {
  #backnumber .icon-arrow01 {
    width: 20px;
    height: 20px;
  }
}
/*# sourceMappingURL=_map/interview.css.map */
