@charset "UTF-8";
/* ==================================================
	basic settings
================================================== */
/* ==================================================
	animation
================================================== */
.scroll_item.fade_up {
  transition: 0.7s ease all;
  opacity: 0;
  transform: translateY(40px);
}

.scroll_item.fade_up.active {
  opacity: 1;
  transform: translateY(0);
}

.scroll_item.fade_right {
  transition: 0.7s ease all;
  opacity: 0;
  transform: translateX(40px);
}

.scroll_item.fade_right.active {
  opacity: 1;
  transform: translateX(0);
}

.scroll_item.fade_left {
  transition: 0.7s ease all;
  opacity: 0;
  transform: translateX(-40px);
}

.scroll_item.fade_left.active {
  opacity: 1;
  transform: translateX(0);
}

/* ==================================================
	ttl
================================================== */
.ttl1 {
  line-height: 1.4;
  word-break: break-word;
  font-size: 6.8985vw;
  font-weight: bold;
  text-align: center;
  margin-bottom: 6.3875vw;
}
/* ▽ PC layout ========== */
@media only screen and (min-width: 779px) {
  .ttl1 {
    font-size: 44px;
  }
}
/* ========== end △ */
/* ▽ TAB layout ========== */
@media only screen and (min-width: 779px) and (max-width: 1920px) {
  .ttl1 {
    font-size: 2.2916666667vw;
  }
}
/* ========== end △ */
/* ▽ PC layout ========== */
@media only screen and (min-width: 779px) {
  .ttl1 {
    margin-bottom: 60px;
  }
}
/* ========== end △ */
/* ▽ TAB layout ========== */
@media only screen and (min-width: 779px) and (max-width: 1920px) {
  .ttl1 {
    margin-bottom: 3.125vw;
  }
}
/* ========== end △ */

/* ==================================================
	btn
================================================== */
.btn_mt {
  margin-top: 10.22vw;
  display: flex;
  justify-content: center;
}
/* ▽ PC layout ========== */
@media only screen and (min-width: 779px) {
  .btn_mt {
    margin-top: 50px;
  }
}
/* ========== end △ */
/* ▽ TAB layout ========== */
@media only screen and (min-width: 779px) and (max-width: 1920px) {
  .btn_mt {
    margin-top: 2.6041666667vw;
  }
}
/* ========== end △ */

.btn_tel {
  font-size: 9.709vw;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Oswald", sans-serif;
  font-weight: 900;
  font-weight: 900;
  line-height: 1;
  position: relative;
  margin-left: auto;
  margin-right: auto;
}
/* ▽ PC layout ========== */
@media only screen and (min-width: 779px) {
  .btn_tel {
    font-size: 76px;
  }
}
/* ========== end △ */
/* ▽ TAB layout ========== */
@media only screen and (min-width: 779px) and (max-width: 1920px) {
  .btn_tel {
    font-size: 3.9583333333vw;
  }
}
/* ========== end △ */
/* ▽ PC layout ========== */
@media only screen and (min-width: 779px) {
  .btn_tel {
    transition: all 0.3s ease;
  }
  .btn_tel:hover {
    opacity: 0.6;
  }
}
/* ========== end △ */
.btn_tel img {
  width: 6.8985vw;
  height: auto;
  margin: 1.022vw 2.044vw 0vw 0vw;
}
/* ▽ PC layout ========== */
@media only screen and (min-width: 779px) {
  .btn_tel img {
    width: 54px;
  }
}
/* ========== end △ */
/* ▽ TAB layout ========== */
@media only screen and (min-width: 779px) and (max-width: 1920px) {
  .btn_tel img {
    width: 2.8125vw;
  }
}
/* ========== end △ */
/* ▽ PC layout ========== */
@media only screen and (min-width: 779px) {
  .btn_tel img {
    margin: 12px 12px 0px 0px;
  }
}
/* ========== end △ */
/* ▽ TAB layout ========== */
@media only screen and (min-width: 779px) and (max-width: 1920px) {
  .btn_tel img {
    margin: 0.625vw 0.625vw 0vw 0vw;
  }
}
/* ========== end △ */
.btn_tel .border {
  position: relative;
}
.btn_tel .border::after {
  width: 100%;
  height: 2px;
  background: #fff;
  content: "";
  display: block;
  position: absolute;
  left: 0%;
  bottom: 0.511vw;
}
/* ▽ PC layout ========== */
@media only screen and (min-width: 779px) {
  .btn_tel .border::after {
    display: none;
  }
}
/* ========== end △ */
.btn_tel .txt {
  font-size: 2.555vw;
  margin-top: 4.088vw;
}
/* ▽ PC layout ========== */
@media only screen and (min-width: 779px) {
  .btn_tel .txt {
    font-size: 18px;
  }
}
/* ========== end △ */
/* ▽ TAB layout ========== */
@media only screen and (min-width: 779px) and (max-width: 1920px) {
  .btn_tel .txt {
    font-size: 0.9375vw;
  }
}
/* ========== end △ */
/* ▽ PC layout ========== */
@media only screen and (min-width: 779px) {
  .btn_tel .txt {
    margin-top: 20px;
  }
}
/* ========== end △ */
/* ▽ TAB layout ========== */
@media only screen and (min-width: 779px) and (max-width: 1920px) {
  .btn_tel .txt {
    margin-top: 1.0416666667vw;
  }
}
/* ========== end △ */
/* ▽ PC layout ========== */
@media only screen and (min-width: 779px) {
  .btn_tel .txt {
    text-align: center;
  }
}
/* ========== end △ */
.btn_tel.mode_img img {
  width: 100%;
  margin: 0;
}
.btn_tel.mode_img:hover {
  opacity: 1;
}

/* ▽ PC layout ========== */
@media only screen and (min-width: 779px) {
  .btn_shine {
    overflow: hidden;
    position: relative;
  }
  .btn_shine::before {
    position: absolute;
    top: 0;
    left: -75%;
    z-index: 2;
    display: block;
    content: "";
    width: 50%;
    height: 100%;
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
    -webkit-transform: skewX(-25deg);
    transform: skewX(-25deg);
  }
  .btn_shine:hover::before {
    -webkit-animation: shine 0.75s;
    animation: shine 0.75s;
  }
}
/* ========== end △ */

/* ==================================================
	multiplu
================================================== */
.accordion_dl {
  transition: 0.3s ease all;
}
.accordion_dl + .accordion_dl {
  margin-top: 2.044vw;
}
/* ▽ PC layout ========== */
@media only screen and (min-width: 779px) {
  .accordion_dl + .accordion_dl {
    margin-top: 16px;
  }
}
/* ========== end △ */
/* ▽ TAB layout ========== */
@media only screen and (min-width: 779px) and (max-width: 1920px) {
  .accordion_dl + .accordion_dl {
    margin-top: 0.8333333333vw;
  }
}
/* ========== end △ */
.accordion_dl.active dt .ico::before {
  transform: rotate(-90deg);
}
.accordion_dl > dt,
.accordion_dl > dd {
  position: relative;
}
.accordion_dl > dt::before,
.accordion_dl > dd::before {
  background: #fff;
  width: 8.176vw;
  height: 8.176vw;
  color: #9b308c;
  content: "Q";
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Oswald", sans-serif;
  font-weight: 900;
  line-height: 1;
  font-weight: 600;
  position: absolute;
  top: 3.8325vw;
  left: 2.044vw;
  border-radius: 100vw;
}
/* ▽ PC layout ========== */
@media only screen and (min-width: 779px) {
  .accordion_dl > dt::before,
  .accordion_dl > dd::before {
    width: 40px;
  }
}
/* ========== end △ */
/* ▽ TAB layout ========== */
@media only screen and (min-width: 779px) and (max-width: 1920px) {
  .accordion_dl > dt::before,
  .accordion_dl > dd::before {
    width: 2.0833333333vw;
  }
}
/* ========== end △ */
/* ▽ PC layout ========== */
@media only screen and (min-width: 779px) {
  .accordion_dl > dt::before,
  .accordion_dl > dd::before {
    height: 40px;
  }
}
/* ========== end △ */
/* ▽ TAB layout ========== */
@media only screen and (min-width: 779px) and (max-width: 1920px) {
  .accordion_dl > dt::before,
  .accordion_dl > dd::before {
    height: 2.0833333333vw;
  }
}
/* ========== end △ */
/* ▽ PC layout ========== */
@media only screen and (min-width: 779px) {
  .accordion_dl > dt::before,
  .accordion_dl > dd::before {
    top: 24px;
  }
}
/* ========== end △ */
/* ▽ TAB layout ========== */
@media only screen and (min-width: 779px) and (max-width: 1920px) {
  .accordion_dl > dt::before,
  .accordion_dl > dd::before {
    top: 1.25vw;
  }
}
/* ========== end △ */
/* ▽ PC layout ========== */
@media only screen and (min-width: 779px) {
  .accordion_dl > dt::before,
  .accordion_dl > dd::before {
    left: 20px;
  }
}
/* ========== end △ */
/* ▽ TAB layout ========== */
@media only screen and (min-width: 779px) and (max-width: 1920px) {
  .accordion_dl > dt::before,
  .accordion_dl > dd::before {
    left: 1.0416666667vw;
  }
}
/* ========== end △ */
.accordion_dl > dt {
  background: #ededed;
  box-sizing: border-box;
  font-weight: bold;
  position: relative;
  padding: 5.11vw 10.22vw 5.11vw 15.33vw;
  cursor: pointer;
}
/* ▽ PC layout ========== */
@media only screen and (min-width: 779px) {
  .accordion_dl > dt {
    padding: 30px 80px 30px 80px;
  }
}
/* ========== end △ */
/* ▽ TAB layout ========== */
@media only screen and (min-width: 779px) and (max-width: 1920px) {
  .accordion_dl > dt {
    padding: 1.5625vw 4.1666666667vw 1.5625vw 4.1666666667vw;
  }
}
/* ========== end △ */
.accordion_dl > dt:hover .ico {
  animation: purun 4s ease;
}
.accordion_dl > dt .ico {
  width: 3.8325vw;
  height: 3.8325vw;
  font-family: "Oswald", sans-serif;
  font-weight: 900;
  font-size: 2.555vw;
  color: #e987da;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  position: absolute;
  top: 6.3875vw;
  right: 4.599vw;
}
/* ▽ PC layout ========== */
@media only screen and (min-width: 779px) {
  .accordion_dl > dt .ico {
    width: 18px;
  }
}
/* ========== end △ */
/* ▽ TAB layout ========== */
@media only screen and (min-width: 779px) and (max-width: 1920px) {
  .accordion_dl > dt .ico {
    width: 0.9375vw;
  }
}
/* ========== end △ */
/* ▽ PC layout ========== */
@media only screen and (min-width: 779px) {
  .accordion_dl > dt .ico {
    height: 18px;
  }
}
/* ========== end △ */
/* ▽ TAB layout ========== */
@media only screen and (min-width: 779px) and (max-width: 1920px) {
  .accordion_dl > dt .ico {
    height: 0.9375vw;
  }
}
/* ========== end △ */
/* ▽ PC layout ========== */
@media only screen and (min-width: 779px) {
  .accordion_dl > dt .ico {
    font-size: 20px;
  }
}
/* ========== end △ */
/* ▽ TAB layout ========== */
@media only screen and (min-width: 779px) and (max-width: 1920px) {
  .accordion_dl > dt .ico {
    font-size: 1.0416666667vw;
  }
}
/* ========== end △ */
/* ▽ PC layout ========== */
@media only screen and (min-width: 779px) {
  .accordion_dl > dt .ico {
    top: 36px;
  }
}
/* ========== end △ */
/* ▽ TAB layout ========== */
@media only screen and (min-width: 779px) and (max-width: 1920px) {
  .accordion_dl > dt .ico {
    top: 1.875vw;
  }
}
/* ========== end △ */
/* ▽ PC layout ========== */
@media only screen and (min-width: 779px) {
  .accordion_dl > dt .ico {
    right: 44px;
  }
}
/* ========== end △ */
/* ▽ TAB layout ========== */
@media only screen and (min-width: 779px) and (max-width: 1920px) {
  .accordion_dl > dt .ico {
    right: 2.2916666667vw;
  }
}
/* ========== end △ */
.accordion_dl > dt .ico::before {
  content: ">";
  transform: rotate(90deg);
  transition: 0.3s ease all;
}
.accordion_dl > dd {
  background: #fbfbfb;
  color: #c46fb7;
  display: none;
  position: relative;
  padding: 5.11vw 3.8325vw 5.11vw 15.33vw;
}
/* ▽ PC layout ========== */
@media only screen and (min-width: 779px) {
  .accordion_dl > dd {
    padding: 30px 40px 30px 80px;
  }
}
/* ========== end △ */
/* ▽ TAB layout ========== */
@media only screen and (min-width: 779px) and (max-width: 1920px) {
  .accordion_dl > dd {
    padding: 1.5625vw 2.0833333333vw 1.5625vw 4.1666666667vw;
  }
}
/* ========== end △ */
.accordion_dl > dd::before {
  background: #c46fb7;
  content: "A";
  color: #fff;
}

.annotation {
  display: block;
  font-size: 2.8105vw;
  text-indent: -1em;
  padding-left: 1em;
  margin-top: 2.555vw;
}
/* ▽ PC layout ========== */
@media only screen and (min-width: 779px) {
  .annotation {
    font-size: 13px;
  }
}
/* ========== end △ */
/* ▽ TAB layout ========== */
@media only screen and (min-width: 779px) and (max-width: 1920px) {
  .annotation {
    font-size: 0.6770833333vw;
  }
}
/* ========== end △ */
/* ▽ PC layout ========== */
@media only screen and (min-width: 779px) {
  .annotation {
    margin-top: 10px;
  }
}
/* ========== end △ */
/* ▽ TAB layout ========== */
@media only screen and (min-width: 779px) and (max-width: 1920px) {
  .annotation {
    margin-top: 0.5208333333vw;
  }
}
/* ========== end △ */

.bold {
  font-weight: bold;
}

.indent_li li {
  padding-left: 1em;
  text-indent: -1em;
}

.red {
  color: #e7380d;
}

.tac {
  text-align: center;
}

.txt_box > p:not(:first-of-type) {
  margin-top: 10.22vw;
}
/* ▽ PC layout ========== */
@media only screen and (min-width: 779px) {
  .txt_box > p:not(:first-of-type) {
    margin-top: 50px;
  }
}
/* ========== end △ */
/* ▽ TAB layout ========== */
@media only screen and (min-width: 779px) and (max-width: 1920px) {
  .txt_box > p:not(:first-of-type) {
    margin-top: 40px;
  }
}
/* ========== end △ */
/* ▽ PC layout ========== */
@media only screen and (min-width: 779px) {
  .txt_box > p.btn_mt {
    margin-top: 70px;
  }
}
/* ========== end △ */
/* ▽ TAB layout ========== */
@media only screen and (min-width: 779px) and (max-width: 1920px) {
  .txt_box > p.btn_mt {
    margin-top: 60px;
  }
}
/* ========== end △ */

/* rwd_class
================================================== */
.rw_ox,
.rw_ox_ib,
.rw_ox_f,
.rw_xo,
.rw_xo_ib,
.rw_xo_f {
  display: none !important;
}

/* ▽ SP layout ========== */
@media print, screen and (max-width: 780px) {
  .rw_ox {
    display: block !important;
  }
}
/* ========== end △ */

/* ▽ SP layout ========== */
@media print, screen and (max-width: 780px) {
  .rw_ox_ib {
    display: inline-block !important;
  }
}
/* ========== end △ */

/* ▽ SP layout ========== */
@media print, screen and (max-width: 780px) {
  .rw_ox_f {
    display: flex !important;
  }
}
/* ========== end △ */

/* ▽ PC layout ========== */
@media only screen and (min-width: 779px) {
  .rw_xo {
    display: block !important;
  }
}
/* ========== end △ */

/* ▽ PC layout ========== */
@media only screen and (min-width: 779px) {
  .rw_xo_ib {
    display: inline-block !important;
  }
}
/* ========== end △ */

/* ▽ PC layout ========== */
@media only screen and (min-width: 779px) {
  .rw_xo_f {
    display: flex !important;
  }
}
/* ========== end △ */

/* ==================================================
	js
================================================== */
/* delayScrollAnime
================================================== */
.delayScroll .box {
  opacity: 0;
}
.delayScroll .fadeUp {
  animation-name: fadeUpAnime;
  animation-duration: 0.5s;
  animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes fadeUpAnime {
  from {
    opacity: 0;
    transform: translateY(40px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}/*# sourceMappingURL=utility.css.map */