@charset "UTF-8";
#key .slide1 {
  background-image: url("../img/menu/key_slide1.jpg");
}

#key .slide2 {
  background-image: url("../img/menu/key_slide2.jpg");
}

#sec1 {
  position: relative;
  padding-bottom: 50px;
}

#sec1 dl {
  margin-top: 20px;
}

#sec1 dl dt {
  font-size: 20px;
  letter-spacing: 0.15em;
}

#sec1 .txt {
  margin-top: 25px;
}

#sec1 .prr {
  height: 80vw;
  margin-bottom: 20px;
  position: relative;
  z-index: 1;
}

@media screen and (min-width: 768px) {
  #sec1 {
    margin-top: 66px;
    padding-top: 82px;
    padding-bottom: 103px;
  }
  #sec1 .txtArea {
    color: #fff;
    width: 405px;
    margin-left: auto;
  }
  #sec1 .txt {
    margin-top: 35px;
    line-height: 2.35;
  }
  #sec1 .prr {
    z-index: -1;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: 0;
    height: auto;
  }
  #sec1 .prr .img_parallax {
    z-index: 1;
  }
  #sec1 dl dt {
    font-size: 25px;
    letter-spacing: 0.25em;
  }
}

#sec2 {
  text-align: center;
}

#sec2 .item1 .bg {
  background: url("../img/menu/sec2_01_bg.jpg") no-repeat center/cover;
}

#sec2 .item2 .bg {
  background: url("../img/menu/sec2_02_bg.jpg") no-repeat center/cover;
}

#sec2 .item3 .bg {
  background: url("../img/menu/sec2_03_bg.jpg") no-repeat center/cover;
}

#sec2 .note {
  margin-top: 30px;
}

#sec2 .item {
  text-align: center;
  position: relative;
  z-index: 1;
  line-height: 1.8;
  padding-top: 20vw;
}

#sec2 .item .bg {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: -1;
  height: 70vw;
}

#sec2 .item .box {
  border: 3px solid #efe5df;
  display: inline-block;
  padding: 7px;
}

#sec2 .item .box .inner {
  position: relative;
  background: #efe5df;
  min-height: 280px;
}

#sec2 .item .box h3 {
  z-index: 2;
  position: absolute;
  top: 2%;
  bottom: 0;
  left: 5%;
}

#sec2 .item .box h3 .num {
  font-size: 20px;
  display: block;
  position: relative;
  margin-bottom: 15px;
  line-height: 2.2;
  letter-spacing: 0.15em;
}

#sec2 .item .box h3 .num:before {
  content: "";
  margin: auto;
  width: 24px;
  height: 2px;
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  background: currentColor;
}

#sec2 .item .box h3 .text {
  line-height: 2;
  font-size: 20px;
  letter-spacing: 0.1em;
  text-align: left;
}

#sec2 .item dl {
  margin-bottom: 27px;
  margin-top: 25px;
  line-height: 1.6;
}

#sec2 .item dl dt {
  font-size: 20px;
  letter-spacing: 0.15em;
}

#sec2 .item dl dt small {
  font-size: 16px;
  letter-spacing: 0.1em;
  display: block;
}

#sec2 .item dl dd {
  margin-top: 20px;
  letter-spacing: 0.15em;
  font-size: 18px;
}

#sec2 .item .txt {
  margin-top: 20px;
  text-align: left;
  font-size: 15px;
}

#sec2 .slick-arrow {
  z-index: 1;
  width: 30px;
  height: 30px;
  position: absolute;
  margin-top: 20vw;
  border: none;
  color: transparent;
  background: transparent;
  cursor: pointer;
}

#sec2 .slick-arrow:after {
  content: "";
  width: 20px;
  height: 20px;
  margin: auto;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  border-left: 2px solid #696969;
  border-bottom: 2px solid #696969;
}

#sec2 .slick-arrow.slick-prev {
  left: 4%;
}

#sec2 .slick-arrow.slick-prev:after {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

#sec2 .slick-arrow.slick-next {
  right: 4%;
}

#sec2 .slick-arrow.slick-next:after {
  -webkit-transform: rotate(-135deg);
          transform: rotate(-135deg);
}

#sec2 .slick-dots {
  font-size: 0;
  line-height: 0;
  display: block;
  text-align: center;
  margin-top: 30px;
}

#sec2 .slick-dots li {
  display: inline-block;
  margin: 0 8px;
  cursor: pointer;
  -webkit-transition: 0.2;
  transition: 0.2;
}

#sec2 .slick-dots li button {
  outline: none;
  cursor: pointer;
  border: none;
  color: transparent;
  position: relative;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  overflow: hidden;
}

#sec2 .slick-dots li button:before {
  content: "";
  opacity: 0;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  background: rgba(239, 229, 223, 0.7);
}

#sec2 .slick-dots li:hover {
  opacity: 0.8;
}

#sec2 .slick-dots .slick-active button:before {
  opacity: 1;
}

#sec2 .slick-dots li:nth-child(1) button {
  background: url("../img/menu/sec2_thumb1.png") no-repeat center/cover;
}

#sec2 .slick-dots li:nth-child(2) button {
  background: url("../img/menu/sec2_thumb2.png") no-repeat center/cover;
}

#sec2 .slick-dots li:nth-child(3) button {
  background: url("../img/menu/sec2_thumb3.png") no-repeat center/cover;
}

@media screen and (min-width: 768px) {
  #sec2 .note {
    margin-top: 47px;
  }
  #sec2 .slick-arrow {
    top: 860px !important;
    margin-top: 0;
  }
  #sec2 .slick-arrow.slick-prev {
    left: calc(50% - 410px);
  }
  #sec2 .slick-arrow.slick-next {
    right: calc(50% - 417px);
  }
  #sec2 .slick-dots {
    margin-top: 42px;
  }
  #sec2 .slick-dots li {
    margin: 0 20px;
  }
  #sec2 .slick-dots li button {
    width: 150px;
    height: 150px;
  }
  #sec2 .item {
    position: relative;
    padding-top: 130px;
  }
  #sec2 .item .bg {
    height: 608px;
  }
  #sec2 .item .box {
    border-width: 5px;
    padding: 13px;
  }
  #sec2 .item .box h3 {
    z-index: 2;
    top: 30px;
    left: 60px;
  }
  #sec2 .item .box h3 .num {
    margin-bottom: 20px;
    font-size: 25px;
  }
  #sec2 .item .box h3 .text {
    font-size: 28px;
    letter-spacing: 0.2em;
  }
  #sec2 .item .txt {
    width: 666px;
    margin: auto;
  }
  #sec2 .item dl {
    margin-top: 35px;
  }
  #sec2 .item dl dt {
    font-size: 25px;
  }
  #sec2 .item dl dt small {
    font-size: 20px;
    letter-spacing: 0.15em;
  }
  #sec2 .item dl dd {
    margin-top: 35px;
    font-size: 20px;
  }
}

#sec3 {
  position: relative;
  padding-bottom: 50px;
}

#sec3 .txtArea .ttl-line {
  font-size: 22px;
  padding-bottom: 15px;
}

#sec3 .txtArea dl {
  margin-top: 25px;
  margin-bottom: 20px;
}

#sec3 .txtArea dl dt {
  margin-bottom: 25px;
  font-size: 22px;
}

#sec3 .txtArea dl dt span {
  padding: 5px 20px 0;
  margin-top: 6px;
  display: block;
  letter-spacing: 0.1em;
  font-size: 15px;
  background: url("../img/menu/sec3_bdl.png") no-repeat center left/11px 100%, url("../img/menu/sec3_bdr.png") no-repeat center right/11px 100%;
}

#sec3 .txtArea dl dd {
  font-size: 18px;
}

#sec3 .note {
  text-align: center;
  position: relative;
  z-index: 2;
}

#sec3 .set1 {
  position: relative;
}

#sec3 .set2 {
  position: relative;
}

#sec3 .img1 {
  position: relative;
  margin-top: -5%;
  margin-bottom: 30px;
}

#sec3 .img1:before {
  content: "";
  z-index: -1;
  background: #efe5df;
  width: 75vw;
  height: 75vw;
  border-radius: 50%;
  position: absolute;
  top: -25%;
  right: -40%;
}

#sec3 .img2 {
  position: relative;
  margin-top: 50px;
  margin-bottom: 8%;
}

#sec3 .img2:before {
  content: "";
  z-index: -1;
  background: #efe5df;
  width: 70vw;
  height: 70vw;
  border-radius: 50%;
  position: absolute;
  bottom: -3%;
  left: -20%;
}

#sec3 .deco1 {
  margin: 30px 0 0 5%;
  width: 45%;
}

#sec3 .deco2 {
  margin-left: auto;
  width: 25%;
  margin-top: 10px;
}

@media screen and (min-width: 768px) {
  #sec3 {
    padding-bottom: 0;
  }
  #sec3 .deco1 {
    width: 340px;
    margin: 0;
    position: absolute;
    top: -70px;
    left: -200px;
  }
  #sec3 .deco2 {
    width: 230px;
    margin: 0;
    position: absolute;
    right: -150px;
    bottom: 45px;
  }
  #sec3 .note {
    padding-bottom: 122px;
  }
  #sec3 .txtArea .ttl-line {
    font-size: 27px;
    line-height: 1.9;
    letter-spacing: 0.15em;
  }
  #sec3 .txtArea dl {
    margin-top: 35px;
    margin-bottom: 30px;
  }
  #sec3 .txtArea dl dt {
    letter-spacing: 0.15em;
  }
  #sec3 .txtArea dl dt span {
    padding-top: 15px;
    font-size: 16px;
    padding: 7px 27px 0;
    letter-spacing: 0.15em;
    line-height: 2.1;
  }
  #sec3 .txtArea dl dd {
    font-size: 20px;
  }
  #sec3 .set1 {
    padding-top: 316px;
    padding-bottom: 85px;
  }
  #sec3 .set1 .txtArea {
    float: left;
    width: 390px;
    margin-left: -5px;
  }
  #sec3 .set1 .txtArea .ttl-line {
    padding-bottom: 20px;
  }
  #sec3 .set1 .img1 {
    width: 890px;
    z-index: 1;
    margin: 0;
    position: absolute;
    top: 140px;
    left: 430px;
  }
  #sec3 .set1 .img1:before {
    width: 567px;
    height: 567px;
    top: -100px;
    right: 24px;
  }
  #sec3 .set2 {
    padding-top: 205px;
    padding-bottom: 210px;
  }
  #sec3 .set2 .txtArea {
    float: right;
    width: 400px;
  }
  #sec3 .set2 .txtArea .ttl-line {
    padding-bottom: 26px;
  }
  #sec3 .set2 .img2 {
    width: 930px;
    z-index: 1;
    margin: 0;
    position: absolute;
    top: 0;
    left: -365px;
  }
  #sec3 .set2 .img2:before {
    width: 675px;
    height: 675px;
    bottom: -92px;
    left: 250px;
  }
}

#sec4 {
  color: #fff;
  text-align: center;
  background: #9585cc;
  padding-top: 30px;
  position: relative;
  z-index: 2;
}

#sec4 h2 {
  font-size: 36px;
  letter-spacing: 0.15em;
}

#sec4 .note {
  margin-top: 10px;
}

@media screen and (min-width: 768px) {
  #sec4 {
    padding-top: 60px;
    padding-bottom: 50px;
  }
  #sec4 h2 {
    font-size: 45px;
  }
  #sec4 .note {
    margin-top: 23px;
    margin-bottom: 68px;
  }
  #sec4 .toggle-link {
    position: absolute;
    top: 22px;
    right: 172px;
  }
}

#sec5 {
  text-align: center;
  position: relative;
  padding-top: 40px;
  padding-bottom: 50px;
  overflow: hidden;
}

#sec5:before {
  content: "";
  margin: auto;
  z-index: -1;
  background: #efe5df;
  width: 300px;
  height: 300px;
  border-radius: 50%;
  position: absolute;
  top: -155px;
  right: 0;
  left: 0;
}

#sec5:after {
  content: "";
  margin: auto;
  z-index: -1;
  background: #efe5df;
  width: 230px;
  height: 230px;
  border-radius: 50%;
  position: absolute;
  right: -55px;
  bottom: -60px;
}

#sec5 .ttl-line:before {
  left: calc(50% - 22px);
}

#sec5 .txt1 {
  margin-top: 55px;
}

#sec5 .txt1 p {
  margin-bottom: 25px;
}

#sec5 .imgBox {
  padding-top: 17%;
  padding-bottom: 18%;
  position: relative;
}

#sec5 .imgBox:before {
  content: "";
  margin: auto;
  z-index: -1;
  background: #efe5df;
  width: 55vw;
  height: 55vw;
  border-radius: 50%;
  position: absolute;
  bottom: 6%;
  left: -20%;
}

#sec5 .imgBox h3 {
  font-size: 20px;
  letter-spacing: 0.15em;
  border: 1px solid #696969;
  border-top: none;
  padding: 0 15px 5px;
  display: inline-block;
  position: relative;
  margin: 0 auto 25px;
}

#sec5 .imgBox h3:after {
  content: "";
  background: url("../img/menu/sec5_ttls_bd.png") no-repeat center/contain;
  width: 56px;
  height: 28px;
  z-index: 1;
  position: absolute;
  top: calc(100% - 3px);
  right: calc(50% - 11px);
}

#sec5 .imgBox i {
  display: block;
  position: relative;
  width: 30px;
  height: 30px;
  margin: 30px auto 0;
}

#sec5 .imgBox i:before, #sec5 .imgBox i:after {
  content: "";
  background: currentColor;
}

#sec5 .imgBox i:before {
  width: 2px;
  position: absolute;
  top: 0;
  right: 14px;
  bottom: 0;
}

#sec5 .imgBox i:after {
  height: 2px;
  position: absolute;
  top: 14px;
  right: 0;
  left: 0;
}

#sec5 .deco1 {
  width: 30%;
  position: absolute;
  top: -20px;
  right: -15%;
}

#sec5 .deco2 {
  width: 25%;
  position: absolute;
  bottom: 3%;
  left: 8%;
}

#sec5 .tabBox {
  margin: 0 -4vw;
}

#sec5 .tabBox .tab-link {
  padding: 0 4%;
}

#sec5 .tabBox .tab-link li {
  min-width: 130px;
  padding: 0 5px;
  text-align: center;
  font-size: 16px;
  margin-right: 6px;
  line-height: 2.25;
  letter-spacing: 0.15em;
}

#sec5 .tabBox .tab1 {
  background: #efe5df;
}

#sec5 .tabBox .tab1 .inner .txtArea ul {
  border-color: #948176;
}

#sec5 .tabBox .tab2 {
  color: #fff;
  background: #948176;
}

#sec5 .tabBox .tab2 .inner .txtArea ul {
  border-color: #efe5df;
}

#sec5 .tabBox .tab-content .inner {
  padding: 30px 4% 45px;
}

#sec5 .tabBox .tab-content .inner .txtArea {
  margin-top: 30px;
}

#sec5 .tabBox .tab-content .inner h3 {
  font-size: 25px;
  letter-spacing: 0.15em;
}

#sec5 .tabBox .tab-content .inner dl {
  margin-top: 5px;
}

#sec5 .tabBox .tab-content .inner dl dt {
  margin-bottom: 25px;
  font-size: 20px;
  letter-spacing: 0.15em;
}

#sec5 .tabBox .tab-content .inner ul {
  margin-top: 15px;
  padding: 15px 0;
  border-top: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
}

#sec5 .tabBox .tab-content .inner ul li + li:before {
  content: "＋";
  display: block;
}

#sec5 .listBox {
  position: relative;
  padding-top: 20%;
  margin-bottom: 30px;
}

#sec5 .listBox h3 {
  font-size: 20px;
  margin-bottom: 25px;
  letter-spacing: 0.15em;
}

#sec5 .listBox h3 span {
  display: inline-block;
}

#sec5 .listBox .box {
  display: inline-block;
}

#sec5 .listBox .box ul {
  text-align: left;
}

#sec5 .listBox .deco {
  z-index: -1;
  width: 30%;
  position: absolute;
  top: -5vw;
  right: 0;
}

#sec5 .bnrBox {
  margin: auto;
}

#sec5 .bnrBox a {
  display: block;
  background: url("../img/menu/sec5_bnr.jpg") no-repeat center/cover;
  color: #fff;
  line-height: 1;
  font-size: 25px;
  letter-spacing: 0.15em;
  position: relative;
  padding: 70px 25px 68px 0;
}

#sec5 .bnrBox a:before {
  content: "";
  pointer-events: none;
  border: 7px solid rgba(255, 255, 255, 0.3);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

#sec5 .bnrBox a i {
  position: relative;
  display: inline-block;
  padding-right: 25px;
  margin-left: 70px;
  width: 20px;
  height: 13px;
  -webkit-transition: .3s;
  transition: .3s;
  position: absolute;
  top: 50%;
  left: 50%;
}

#sec5 .bnrBox a i:before, #sec5 .bnrBox a i:after {
  content: "";
  display: block;
  position: absolute;
  -webkit-transition: .3s;
  transition: .3s;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 0;
}

#sec5 .bnrBox a i:before {
  width: 100%;
  height: 1px;
  background: currentColor;
}

#sec5 .bnrBox a i:after {
  width: 7px;
  height: 7px;
  border-left: 1px solid currentColor;
  border-bottom: 1px solid currentColor;
  -webkit-transform: rotate(-135deg);
          transform: rotate(-135deg);
}

#sec5 .bnrBox a:hover i {
  width: 30px;
}

@media screen and (min-width: 768px) {
  #sec5 {
    padding-top: 95px;
    padding-bottom: 144px;
  }
  #sec5:before {
    width: 790px;
    height: 790px;
    top: -330px;
  }
  #sec5:after {
    width: 790px;
    height: 790px;
    bottom: -477px;
    right: auto;
    left: calc(50% + 75px);
  }
  #sec5 h2 {
    padding-bottom: 12px;
  }
  #sec5 .txt1 {
    margin-top: 25px;
    padding-bottom: 80px;
  }
  #sec5 .txt1 p {
    margin-bottom: 32px;
  }
  #sec5 .imgBox {
    padding-top: 120px;
    padding-bottom: 75px;
  }
  #sec5 .imgBox:before {
    width: 551px;
    height: 551px;
    bottom: -37px;
    left: -452px;
  }
  #sec5 .imgBox h3 {
    font-size: 28px;
    letter-spacing: 0.15em;
    width: 362px;
    padding: 0;
  }
  #sec5 .imgBox i {
    margin-top: 50px;
  }
  #sec5 .deco1 {
    width: 247px;
    top: -56px;
    right: -166px;
  }
  #sec5 .deco2 {
    width: 270px;
    bottom: -53px;
    left: -200px;
  }
  #sec5 .tabBox {
    max-width: 900px;
    margin: 0 auto;
  }
  #sec5 .tabBox .tab-link {
    padding: 0 60px;
  }
  #sec5 .tabBox .tab-link li {
    min-width: 154px;
    font-size: 18px;
  }
  #sec5 .tabBox .tab-content .inner {
    padding: 68px 40px 68px 65px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  #sec5 .tabBox .tab-content .inner .txtArea {
    width: 282px;
    margin-top: 15px;
    text-align: left;
  }
  #sec5 .tabBox .tab-content .inner h3 {
    font-size: 30px;
  }
  #sec5 .tabBox .tab-content .inner ul {
    width: 272px;
    margin-top: 30px;
    padding: 28px 0 26px;
  }
  #sec5 .listBox {
    margin-bottom: 87px;
    padding-top: 88px;
  }
  #sec5 .listBox h3 {
    margin-bottom: 43px;
  }
  #sec5 .listBox .box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  #sec5 .listBox .box ul {
    padding: 3px 18px;
    width: 280px;
  }
  #sec5 .listBox .box ul + ul {
    border-left: 1px dashed #948176;
  }
  #sec5 .listBox .deco {
    width: 325px;
    top: -146px;
    right: -200px;
  }
  #sec5 .bnrBox {
    max-width: 620px;
    margin: auto;
  }
  #sec5 .bnrBox a {
    font-size: 35px;
    padding: 108px 25px 107px 0;
  }
  #sec5 .bnrBox a:before {
    border-width: 10px;
  }
  #sec5 .bnrBox a i {
    margin-left: 116px;
  }
}

#sec6 {
  position: relative;
}

#sec6 .txtArea {
  color: #fff;
  text-align: center;
  background: #2d0a40;
  padding: 40px 4% 60px;
}

#sec6 h2 {
  font-size: 35px;
  letter-spacing: 0.15em;
}

#sec6 .txt {
  margin-top: 15px;
  text-align: left;
}

#sec6 .menuBox {
  border-top: 1px solid #5c4e64;
  border-bottom: 1px solid #5c4e64;
  padding: 25px 0 23px;
  margin: 27px 0 36px;
}

#sec6 .menuBox dl {
  text-align: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 25px;
}

#sec6 .menuBox dd {
  text-align: right;
}

#sec6 .menuBox dd {
  -ms-flex-item-align: end;
  align-self: flex-end;
  text-align: right;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

#sec6 .tel {
  background: #fff;
  color: #2d0a40;
  padding-bottom: 15px;
}

#sec6 .tel dt {
  font-size: 18px;
  line-height: 1.3;
}

#sec6 .tel dt span {
  font-size: 25px;
  display: block;
  letter-spacing: 0.15em;
}

#sec6 .tel dt small {
  font-size: 20px;
  letter-spacing: 0.15em;
}

#sec6 .tel dd {
  font-size: 12px;
  letter-spacing: 0;
  margin-top: 5px;
}

#sec6 .tel dl {
  padding: 14px 0 12px;
}

@media screen and (min-width: 768px) {
  #sec6 .img {
    position: absolute;
    top: 0;
    right: 600px;
    bottom: 0;
    left: 0;
    background: url("../img/menu/sec6_bg.jpg") no-repeat center/cover;
  }
  #sec6 .img img {
    display: none;
  }
  #sec6 .txt {
    margin-top: 25px;
  }
  #sec6 .tel dt {
    padding-left: 15px;
  }
  #sec6 .tel dt span {
    margin-left: 10px;
    display: inline-block;
  }
  #sec6 .txtArea {
    float: right;
    width: 600px;
    padding: 83px 83px 78px;
  }
}
