/* ======================================================================
 p-experience
====================================================================== */
#p-experience {
  overflow: hidden;
}
#p-experience .l-main {
  position: relative;
  overflow: hidden;
}
#p-experience .l-header a,
#p-experience .l-header span {
  color: #005139;
}
#p-experience .l-header__link-item.js-mega-menu-current:after {
  border-bottom: solid 2px #005139;
  border-left: solid 2px #005139;
}
#p-experience .l-primary-pages {
  margin-top: 0;
}
#p-experience .l-header__button {
  color: #fff !important;
}
#p-experience .l-header__button:hover {
  color: #a69753 !important;
}
#p-experience .l-main {
  position: relative;
  overflow: hidden;
}
#p-experience .l-sec-breadcrumbs {
  z-index: 3;
  position: absolute;
  inset: 470px auto auto 25px;
  max-width: 520px;
  padding: 0;
  margin: auto;
}
@media screen and (max-width: 767px) {
  #p-experience .l-sec-breadcrumbs {
    top: 288px;
    left: 25px;
  }
}
#p-experience #secTop {
  position: relative;
  box-sizing: border-box;
  height: 380px;
  background: url(../../../common/img/ac-bg-pc.png) no-repeat center top;
  background-size: cover;
  padding-top: 50px;
}
@media screen and (max-width: 767px) {
  #p-experience #secTop {
    padding: 30px 25px;
    background: url(../../../common/img/ac-bg-sp.png) no-repeat center top;
    background-size: cover;
    height: 200px;
  }
}
#p-experience #secTop::before {
  z-index: 1;
  position: absolute;
  inset: auto auto 0 0;
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 75px 0 0 300px;
  border-color: transparent transparent transparent #0069b7;
  content: "";
}
@media screen and (max-width: 767px) {
  #p-experience #secTop::before {
    border-width: 45px 0 0 200px;
  }
}
#p-experience #secTop::after {
  z-index: 1;
  position: absolute;
  inset: 0 0 auto auto;
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 300px 100px 0;
  border-color: transparent #abbac9 transparent transparent;
  content: "";
}
@media screen and (max-width: 767px) {
  #p-experience #secTop::after {
    border-width: 0 150px 50px 0;
  }
}
#p-experience .topMv-line {
  background: #d9d9d9;
  display: block;
  position: absolute;
  inset: auto 0 -60px 0;
  margin: auto;
  width: 1px;
  height: 0;
  overflow: hidden;
  transition: 0.8s ease;
}
@media screen and (max-width: 767px) {
  #p-experience .topMv-line {
    inset: auto 0 -10px 0;
  }
}
#p-experience .topMv-line::before {
  animation: scrollDown 4.2s 2.2s ease infinite;
  background: #0069b7;
  content: "";
  position: absolute;
  inset: -25px auto auto auto;
  width: 1px;
  height: 25px;
  z-index: 2;
}
#p-experience .topMv-line::after {
  background: #d9d9d9;
  content: "";
  position: absolute;
  inset: auto auto 0 auto;
  width: 1px;
  height: 100%;
  z-index: 3;
}
#p-experience .topMv-line.is-initial {
  height: 100%;
}
#p-experience .topMv-line.is-initial::before {
  animation: scrollDown 4.2s ease infinite;
}
#p-experience .topMv-line.is-initial::after {
  content: none;
}
#p-experience .topMv-line.js-loading-line.is-on {
  height: 120px;
}
@media screen and (max-width: 767px) {
  #p-experience .topMv-line.js-loading-line.is-on {
    height: 60px;
  }
}
#p-experience .topMv-line.js-loading-line.is-on::after {
  height: 0;
}
@keyframes scrollDown {
  0% {
    inset: -18% auto auto auto;
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    inset: 100% auto auto auto;
    opacity: 0;
  }
}
#p-experience .secTop_num {
  color: #0069b7;
  font-family: "Roboto", sans-serif;
  font-size: 3.8rem;
  font-weight: 500;
  letter-spacing: 0.04em;
  text-align: center;
}
@media screen and (max-width: 767px) {
  #p-experience .secTop_num {
    font-size: 2rem;
  }
}
#p-experience .secTop_num span {
  display: inline-block;
  background-color: #fff;
  padding: 2px 15px;
}
#p-experience .secTop_ttl {
  margin-top: 30px;
  font-family: "Noto Serif JP", serif;
  font-size: 5rem;
  font-weight: 900;
  letter-spacing: 0.04em;
  text-align: center;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  #p-experience .secTop_ttl {
    margin-top: 20px;
    font-size: 2.4rem;
  }
}
#p-experience .container {
  box-sizing: border-box;
  border-right: solid 1px #d9d9d9;
  border-left: solid 1px #d9d9d9;
  background: rgba(255, 255, 255, 0.7);
  max-width: 1200px;
  padding: 90px 0 100px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  #p-experience .container {
    padding: 60px 25px;
  }
}
#p-experience .c-secTtl {
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  #p-experience .c-secTtl {
    margin-bottom: 30px;
  }
}
#p-experience .c-secTtl span {
  background-color: #0069b7;
}
#p-experience #secMain {
  margin-top: 80px;
  background: url(../img/bg.png) no-repeat center;
  background-size: cover;
}
#p-experience .experience_ttl {
  position: relative;
  margin-top: 20px;
  font-family: "Noto Serif JP", serif;
  font-size: 2.8rem;
  font-weight: 900;
  line-height: 1.5;
  letter-spacing: 0.04em;
  text-align: center;
}
@media screen and (max-width: 767px) {
  #p-experience .experience_ttl {
    margin-top: 15px;
    font-size: 1.8rem;
  }
}
#p-experience .experience_ttl::after {
  position: absolute;
  right: 0;
  bottom: -20px;
  left: 0;
  width: 140px;
  height: 3px;
  margin: auto;
  background: linear-gradient(90deg, #0069b7 0%, #0069b7 70%, #e4d7de 70%, #e4d7de 100%);
  content: "";
}
@media screen and (max-width: 767px) {
  #p-experience .experience_ttl::after {
    bottom: -19px;
  }
}
#p-experience .experience_lead {
  margin-top: 40px;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.8;
  text-align: center;
}
@media screen and (max-width: 767px) {
  #p-experience .experience_lead {
    font-size: 1.4rem;
    text-align: left;
  }
  #p-experience .experience_lead br {
    display: none;
  }
}
#p-experience .secMain_img-col1 {
  width: 500px;
  margin: 30px auto 0;
}
@media screen and (max-width: 767px) {
  #p-experience .secMain_img-col1 {
    width: 100%;
  }
}
#p-experience .secMain_img-col2 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 30px 0;
  width: 820px;
  margin: 30px auto 0;
}
@media screen and (max-width: 767px) {
  #p-experience .secMain_img-col2 {
    width: 100%;
  }
}
#p-experience .secMain_img-col2 .secMain_img {
  width: 400px;
}
@media screen and (max-width: 767px) {
  #p-experience .secMain_img-col2 .secMain_img {
    width: 100%;
  }
}
#p-experience .secMain_img-col3 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 15px 0;
  width: 900px;
  margin: 30px auto 0;
}
@media screen and (max-width: 767px) {
  #p-experience .secMain_img-col3 {
    width: 100%;
  }
}
#p-experience .secMain_img-col3 .secMain_img {
  width: 290px;
}
@media screen and (max-width: 767px) {
  #p-experience .secMain_img-col3 .secMain_img {
    width: 100%;
  }
}
#p-experience .secMain_img img {
  margin-bottom: 10px;
}
#p-experience .secMain_img_ttl {
  padding-bottom: 5px;
  margin-bottom: 20px;
  font-size: 1.8rem;
  font-weight: 500;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 767px) {
  #p-experience .secMain_img_ttl {
    text-align: center;
  }
}
#p-experience .secMain_img_ttl span {
  border-bottom: solid 2px #0069b7;
}
#p-experience .secMain_img_ttl_txt {
  font-size: 1.5rem;
  font-weight: 500;
  letter-spacing: 0.04em;
  line-height: 1.8;
}
#p-experience .instagram {
  margin: 80px 0;
  font-size: 2rem;
  font-weight: 700;
  line-height: 0;
  text-align: center;
}
@media screen and (max-width: 767px) {
  #p-experience .instagram {
    margin: 50px 0;
    font-size: 1.6rem;
    line-height: 1.5;
  }
}
#p-experience .instagram a {
  position: relative;
  border-bottom: solid 2px #aa9649;
}
#p-experience .instagram a::before {
  position: absolute;
  left: -40px;
  top: 0;
  content: url(../img/p-experience/icn-insta.svg);
}
@media screen and (max-width: 767px) {
  #p-experience .instagram a::before {
    top: -2px;
    left: -35px;
    transform: scale(0.7);
  }
}
#p-experience .instagram a::after {
  position: absolute;
  right: -30px;
  top: 8px;
  content: url(../img/p-experience/icn-link.svg);
}
#p-experience .secMain_cjc {
  position: relative;
  padding: 50px 0 60px;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  #p-experience .secMain_cjc {
    padding: 40px 20px;
  }
}
#p-experience .secMain_cjc::before {
  z-index: 1;
  position: absolute;
  inset: auto auto 0 0;
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 75px 0 0 300px;
  border-color: transparent transparent transparent #0069b7;
  content: "";
}
@media screen and (max-width: 767px) {
  #p-experience .secMain_cjc::before {
    border-width: 45px 0 0 200px;
  }
}
#p-experience .secMain_cjc::after {
  z-index: 1;
  position: absolute;
  inset: 0 0 auto auto;
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 300px 100px 0;
  border-color: transparent #abbac9 transparent transparent;
  content: "";
}
@media screen and (max-width: 767px) {
  #p-experience .secMain_cjc::after {
    border-width: 0 150px 50px 0;
  }
}
#p-experience .secMain_cjc .cjc_ttl {
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 2.2rem;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 767px) {
  #p-experience .secMain_cjc .cjc_ttl {
    font-size: 1.8rem;
  }
}
#p-experience .secMain_cjc .cjc_ttl span {
  display: inline-block;
  padding-bottom: 10px;
  border-bottom: solid 2px #004e96;
}
#p-experience .secMain_cjc .cjc_detail_ttl {
  font-size: 1.8rem;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 767px) {
  #p-experience .secMain_cjc .cjc_detail_ttl {
    font-size: 1.6rem;
  }
}
#p-experience .secMain_cjc .cjc_detail_ttl span {
  position: relative;
}
#p-experience .secMain_cjc .cjc_detail_ttl span::before {
  position: absolute;
  top: 13px;
  left: -40px;
  width: 30px;
  height: 2px;
  background-color: #004e96;
  content: "";
}
#p-experience .secMain_cjc .cjc_detail_ttl span::after {
  position: absolute;
  top: 13px;
  right: -40px;
  width: 30px;
  height: 2px;
  background-color: #004e96;
  content: "";
}
#p-experience .secMain_cjc .cjc_detail_txt {
  margin-top: 10px;
  font-size: 1.8rem;
  font-weight: 500;
  text-align: center;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  #p-experience .secMain_cjc .cjc_detail_txt {
    font-size: 1.4rem;
    line-height: 1.5;
  }
}
#p-experience .secMain_cjc .cjc_detail_txt span {
  position: relative;
  top: -5px;
  display: inline-block;
  font-size: 1.4rem;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  #p-experience .secMain_cjc .cjc_detail_txt span {
    top: 0;
    font-size: 1.3rem;
    line-height: 1.5;
  }
}
#p-experience .secMain_cjc .cjc_detail_txt + .cjc_detail_ttl {
  margin-top: 30px;
}
#p-experience .secMain_yt {
  max-width: 700px;
  margin: 100px auto 0;
}
#p-experience .secMain_yt a {
  display: block;
  transition: all 0.5s ease;
}
#p-experience .secMain_yt a:hover {
  opacity: 0.65;
  transition: all 0.5s ease;
}/*# sourceMappingURL=p-experience.css.map */