@charset "UTF-8";
/* ===================================================================
  CSS information
  file name  :  style.css
  style info : LPスタイル
=================================================================== */
/* ---------------------------
  common
--------------------------- */
:root {
  --notosans: "Noto Sans JP", "ヒラギノ角ゴPro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Arial, Helvetica, Verdana, sans-serif;
  --publicsans: "Public Sans", "Noto Sans JP", "ヒラギノ角ゴPro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Arial, Helvetica, Verdana, sans-serif;
  --blue: #01148a;
  --red: #bc3437;
}
body {
  background-color: #fff;
  color: #141414;
  font-family: var(--notosans);
}
img {
  max-width: 100%;
  height: auto;
}
a {
  display: inline-block;
}
.wrapper,
.inner,
.inner-02 {
  margin: 0 auto;
}
.wrapper {
  width: 100%;
  max-width: 750px;
  background-color: #fff;
  box-shadow: 0 0 80px 2px rgb(0 10 69 / 0.08);
}
.inner {
  width: 89.34%;
  max-width: 670px;
}
.inner-02 {
  width: 94.67%;
  max-width: 710px;
}
.popup_tel01 .tel,
.cv-btn.tel {
  display: grid;
}
.popup_tel01 .tel *,
.cv-btn.tel * {
  grid-area: 1 / 1;
}
.tel .tel-num {
  color: var(--red);
  font-family: var(--publicsans);
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  letter-spacing: 0.04em;
}
@media only screen and (min-width: 751px) {
  /* PCのときは電話番号リンクを無効 */
  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
  }
}
/* ---------------------------
  cv
--------------------------- */
.cv {
  --cvBgColor: #f6faff;
  background: var(--cvBgColor);
  padding: min(6.67vw, 50px) 0 min(6vw, 45px);
}
.cv-balloon {
  margin-bottom: max(-2.67vw, -20px);
  position: relative;
  z-index: 2;
  pointer-events: none;
}
.cv-btn-list li+li {
  margin-top: min(4vw, 30px);
}
.cv-btn-list .cv-btn {
  filter: drop-shadow(min(1.07vw, 8px) min(1.07vw, 8px) min(1.07vw, 8px) rgb(0 0 0 / 0.2)) drop-shadow(max(-1.07vw, -8px) max(-1.07vw, -8px) min(1.07vw, 8px) rgb(0 0 0 / 0.08));
}
.cv-btn.tel .tel-num {
  font-size: min(9.6vw, 72px);
  padding-left: min(12.27vw, 92px);
}
/* ---------------------------
  fv
--------------------------- */
.fv .video-box video {
  vertical-align: bottom;
  max-width: 100%;
}
/* ---------------------------
  point
--------------------------- */
.point {
  background: url(../img/point_bg.png) no-repeat center top / 100% auto;
}
.point .point-ttl-box {
  background: url(../img/point_ttl_bg.png) no-repeat center bottom / cover;
  padding-bottom: min(12vw, 90px);
}
.point .point-ttl-box .anchor-list li+li {
  margin-top: min(2.67vw, 20px);
}
.point-02 {
  background: url(../img/point_02_bg.png) no-repeat center top / 100% auto;
}
.point-02-03 {
  background: url(../img/point_02_03_bg.png) no-repeat center top / 100% auto;
  padding-bottom: min(4.13vw, 31px);
}
.point-02-03 .voice-list {
  width: 92%;
  max-width: 690px;
  margin: min(5.73vw, 43px) auto 0;
}
.point-02-03 .voice-list .voice-item+.voice-item {
  margin-top: min(3.73vw, 28px);
}
.point-02-03 .voice-list .voice-item {
  border: min(0.27vw, 2px) solid var(--blue);
}
.point-02-03 .voice-list .voice-item dt {
  display: grid;
  place-items: center;
  grid-template-columns: 1fr auto min(3.73vw, 28px);
}
.point-02-03 .voice-list .voice-item dt img {
  grid-area: 1 / 1 / 2 / 4;
}
.point-02-03 .voice-list .voice-item dt::after {
  content: '';
  grid-area: 1 / 2 / 2 / 3;
  width: min(8vw, 60px);
  height: min(8vw, 60px);
  background: url(../img/point_02_03_voice_arrow.png) no-repeat center top / contain;
  filter: drop-shadow(0px min(0.27vw, 2px) min(0.27vw, 2px) rgb(0 0 0 / 0.3));
  transform: rotate(0deg);
  transition: all 0.3s;
}
.point-02-03 .voice-list .voice-item dt.open::after {
  filter: drop-shadow(0px max(-0.27vw, -2px) min(0.27vw, 2px) rgb(0 0 0 / 0.3));
  transform: rotate(180deg);
}
.point-02-03 .voice-list .voice-01 {
  background: url(../img/point_02_03_voice_01_bg.png) no-repeat center top / 100% auto, #fff;
}
.point-02-03 .voice-list .voice-02 {
  background: url(../img/point_02_03_voice_02_bg.png) no-repeat center top / 100% auto, #fff;
}
.point-02-03 .voice-list .voice-03 {
  background: url(../img/point_02_03_voice_03_bg.png) no-repeat center top / 100% auto, #fff;
}
.point-02-04 {
  margin-top: min(5.07vw, 38px);
}
.point-02-04 .photo-area {
  background: url(../img/point_02_04_photo_area_bg.png) no-repeat center top / cover;
  padding: min(9.33vw, 70px) 0;
}
.point-02-04 .tab-area {
  background: url(../img/point_02_04_tab_area_bg.png) no-repeat center bottom / 100% auto;
  padding: min(3vw, 20px) 0 min(9.33vw, 70px);
}
.point-02-04 .tab-area .tab-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.point-02-04 .tab-area .tab-list li {
  width: min(calc(320 / 750* 100vw), 320px);
  filter: drop-shadow(0 min(0.4vw, 3px) min(0.8vw, 6px) rgb(0 0 0 / 0.2));
}
.point-02-04 .tab-area .tab-list li:first-child,
.point-02-04 .tab-area .tab-list li:nth-child(2) {
  margin-bottom: min(calc(16 / 750* 100vw), 16px);
}
.point-02-04 .tab-area .tab-content .hall-list li+li {
  margin-top: min(2.67vw, 20px);
}
.point-03-01 {
  background: url(../img/point_03_01_bg.png) no-repeat center top / cover;
  padding-bottom: min(11.33vw, 85px);
}
/* ----- sliders ----- */
.slide-item img {
  margin: 0 auto;
}
/* photo slider */
.point-02-04 .photo-area .slider .slide-item {
  margin: 0 min(1.33vw, 10px);
}
/* case slider */
.point-03-01 .case-area .slider .slide-item {
  margin: 0 min(1.6vw, 12px);
}
.point-03-01 .case-area .slider .slick-prev {
  left: min(calc(21 / 750* 100vw), 21px);
  background-image: url(../img/slide_prev.png);
}
.point-03-01 .case-area .slider .slick-next {
  right: min(calc(21 / 750* 100vw), 21px);
  background-image: url(../img/slide_next.png);
}
.point-03-01 .case-area .slider .slick-prev,
.point-03-01 .case-area .slider .slick-next {
  width: min(calc(120 / 750* 100vw), 120px);
  height: min(calc(120 / 750* 100vw), 120px);
  position: absolute;
  top: 47%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  background-size: contain;
  background-repeat: no-repeat;
  cursor: pointer;
  opacity: 1;
  z-index: 1;
}
.point-03-01 .case-area .slider .slick-prev::before,
.point-03-01 .case-area .slider .slick-next::before {
  content: none;
}
/* ---------------------------
  company
--------------------------- */
.company {
  background: url(../img/company_bg.png) no-repeat center top / cover;
  padding-bottom: min(5.47vw, 41px);
}
.company-01 .company-detail {
  position: relative;
}
.company-01 .company-detail .detail-link {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: min(4.8vw, 36px);
  display: grid;
  grid-auto-flow: column;
  font-size: min(3.47vw, 26px);
  width: 92%;
}
.company-01 .company-detail .detail-link li+li {
  border-left: min(0.27vw, 2px) solid currentColor;
}
.company-01 .company-detail .detail-link li a {
  padding: 0 2em;
  color: #039be5;
  text-align: center;
  display: block;
  margin: 0 auto;
  letter-spacing: 0.015em;
}
/* ---------------------------
  modal
--------------------------- */
/* モーダル出現中は背景固定 */
body.fixed {
  max-height: 100vh;
  overflow: hidden;
}
.modalArea {
  position: fixed;
  z-index: 100;
  /*サイトによってここの数値は調整 */
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.modalBg {
  width: 100%;
  height: 100%;
  background-color: rgba(30, 30, 30, 0.9);
}
.modalWrapper {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: min(calc(690/750 * 100vw), 690px);
  background-color: #fff;
  border: #bc3437 solid min(calc(4/750 * 100vw), 4px);
  display: block;
}
.modalWrapper>h2 {
  color: #fff;
  background-color: #bc3437;
  font-size: min(calc(42/750*100vw), 42px);
  margin-bottom: min(calc(10/750*100vw), 10px);
  padding: min(calc(20/750*100vw), 10px) 0;
  text-align: center;
  z-index: 0;
}
.closeModal {
  position: absolute;
  top: max(-3.73vw, -28px);
  right: max(-2.53vw, -19px);
  cursor: pointer;
  background: #fff;
  width: min(calc(62/750 * 100vw), 62px);
  height: min(calc(62/750 * 100vw), 62px);
  border: #bc3437 solid min(calc(4/750 * 100vw), 4px);
  border-radius: 50%;
  color: #bc3437;
  font-size: min(calc(40/750 * 100vw), 40px);
  font-weight: bold;
  display: flex;
  justify-content: center;
  align-items: center;
  filter: drop-shadow(min(0.53vw, 4px) min(0.53vw, 4px) min(1.07vw, 8px) rgb(17 17 17 / 0.29));
}
.modalContents {
  display: flex;
  justify-content: center;
  width: 100%;
  flex-wrap: wrap;
}
.popup_fukidashi {
  position: relative;
  width: min(calc(578/750 * 100vw), 578px);
  text-align: center;
  margin: 0 auto min(calc(-18/750 * 100vw), -25px) min(calc(47/750 * 100vw), 47px);
  z-index: 2;
}
.popup_inner {
  background-color: #eee;
  margin-top: min(calc(20/750 * 100vw), 20px);
  padding: min(calc(20/750 * 100vw), 20px) 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.popup_tel01 {
  width: 100%;
  margin-bottom: min(calc(-5/750 * 100vw), -5px);
}
.popup_tel01 a {
  display: block;
  width: min(calc(676/750 * 100vw), 676px);
  margin: 0 auto;
}
.popup_tel01 a .tel-num {
  font-size: min(9.07vw, 68px);
  padding-left: min(11.73vw, 88px);
}
.popup_btn02,
.popup_btn03 {
  width: 50%;
}
.popup_txt01 {
  font-size: min(calc(30/750 * 100vw), 30px);
  font-weight: bold;
  text-align: center;
  width: 100%;
}
@media only screen and (min-width: 751px) {
  .modalWrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: min(calc(60/750 * 100vw), 60px) 0;
    height: min(calc(580/750 * 100vw), 580px);
  }
}
/* ---------------------------
  floating
--------------------------- */
.float_btn {
  position: sticky;
  bottom: 0;
  left: 0;
  background: #f6faff;
  display: flex;
  justify-content: space-evenly;
  align-items: end;
  z-index: 99;
  width: min(calc(750/750 * 100vw), 750px);
  padding: min(calc(12/750 * 100vw), 12px) 0 0;
}
@media only screen and (min-width: 751px) {
  .float_btn {
    display: none;
  }
}
.float_btn img {
  max-width: 100%;
}
.f_tel_btn {
  width: min(calc(423/750 * 100vw), 423px);
}
.f_info_btn {
  width: min(calc(342/750 * 100vw), 342px);
}