@charset "UTF-8";
.fv {
  position: relative;
}
@media (min-width: 768px) {
  .fv {
    margin-bottom: 40px;
  }
}
.fv .slick-list {
  overflow: visible !important;
}
@media (min-width: 768px) {
  .fv .slick-prev {
    top: 16.1vw !important;
    left: -35px !important;
    width: 70px !important;
    height: 70px !important;
    opacity: 1 !important;
    background-image: url(../img/top/fv_arrow_pc.svg) !important;
    background-repeat: no-repeat !important;
    background-size: contain !important;
    z-index: 1000 !important;
  }
}
@media (max-width: 767px) {
  .fv .slick-prev {
    display: none !important;
  }
}
@media (min-width: 768px) {
  .fv .slick-prev:hover {
    opacity: 1 !important;
    z-index: 1000 !important;
  }
}
@media (min-width: 768px) {
  .fv .slick-prev::before {
    content: "" !important;
    z-index: 1000 !important;
  }
}
.fv .slick-next {
  display: none !important;
}
.fv .slick-dots {
  left: auto !important;
  bottom: -40px !important;
  text-align: right;
  z-index: 1000 !important;
}
@media (min-width: 768px) {
  .fv .slick-dots {
    right: 140px !important;
  }
}
@media (max-width: 767px) {
  .fv .slick-dots {
    right: 15px !important;
  }
}
.fv .slick-dots li {
  margin: 0 !important;
}
.fv .slick-dots li button::before {
  width: 10px !important;
  height: 10px !important;
  font-size: 10px !important;
  color: #c8d9e9 !important;
  opacity: 1 !important;
}
.fv .slick-dots li.slick-active button::before {
  color: #77bbda !important;
  opacity: 1 !important;
}
.fv__items {
  position: relative;
  margin-left: auto;
}
@media (min-width: 768px) {
  .fv__items {
    width: 74.23vw;
    height: 59.29vw;
  }
}
@media (max-width: 767px) {
  .fv__items {
    width: 73.07vw;
    height: 82.13vw;
  }
}
@media (min-width: 768px) {
  .fv__img img {
    width: 74.23vw;
    height: 59.29vw;
  }
}
@media (max-width: 767px) {
  .fv__img img {
    width: 73.07vw;
    height: 82.13vw;
  }
}
.fv__desc {
  position: absolute;
}
@media (min-width: 768px) {
  .fv__desc {
    left: -30px;
    bottom: 35px;
  }
}
@media (max-width: 767px) {
  .fv__desc {
    left: -20.67vw;
    bottom: 3.3vw;
  }
}
.fv__desc span {
  background-color: #fff;
  border: 1px solid #000;
  line-height: 22px;
  letter-spacing: 0.04em;
}
@media (min-width: 768px) {
  .fv__desc span {
    width: 348px;
    padding: 5px 10px;
  }
}
@media (max-width: 767px) {
  .fv__desc span {
    padding: 1px 10px;
  }
}
.fv__title {
  position: absolute;
  z-index: 10;
}
@media (min-width: 768px) {
  .fv__title {
    top: 38.06vw;
    left: 28.55vw;
  }
}
@media (max-width: 767px) {
  .fv__title {
    top: 46vw;
    right: 4vw;
  }
}
@media (min-width: 768px) {
  .fv__title img {
    width: 47.58vw;
  }
}
@media (max-width: 767px) {
  .fv__title img {
    width: 57.33vw;
  }
}
.fv__p {
  position: absolute;
  letter-spacing: 0.06em;
  writing-mode: vertical-rl;
}
@media (min-width: 768px) {
  .fv__p {
    top: 1.46vw;
    left: 8.78vw;
    line-height: 35px;
  }
}
@media (max-width: 767px) {
  .fv__p {
    top: 1.33vw;
    left: 8vw;
    line-height: 21px;
  }
}

.intro {
  position: relative;
}
@media (min-width: 768px) {
  .intro {
    padding: 90px 0;
  }
}
@media (max-width: 767px) {
  .intro {
    padding-top: 13.33vw;
  }
}
.intro__wrapper {
  position: relative;
}
@media (min-width: 768px) {
  .intro__wrapper {
    max-width: 1166px;
    width: 85.36vw;
  }
}
@media (max-width: 767px) {
  .intro__wrapper {
    width: 88vw;
  }
}
.intro__head {
  position: relative;
  z-index: 1;
}
@media (min-width: 768px) {
  .intro__title {
    padding-bottom: 30px;
    border-bottom: 8px solid #000;
  }
}
@media (max-width: 767px) {
  .intro__title {
    padding-bottom: 15px;
    border-bottom: 7px solid #000;
  }
}
@media (min-width: 768px) {
  .intro__title img {
    width: 432px;
  }
}
@media (max-width: 767px) {
  .intro__title img {
    width: 64.53vw;
  }
}
.intro__body {
  position: relative;
  z-index: 1;
}
@media (min-width: 768px) {
  .intro__body {
    width: 480px;
    line-height: 49px;
  }
}
@media (max-width: 767px) {
  .intro__body {
    line-height: 36px;
  }
}
@media (min-width: 768px) {
  .intro__bg {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 0;
  }
}
@media (max-width: 767px) {
  .intro__bg {
    width: 123.6vw;
    margin: 5.33vw calc(50% - 61.8vw) 0;
  }
}

.promise {
  position: relative;
  background-color: #fff;
  z-index: 1;
}
@media (min-width: 768px) {
  .promise {
    padding: 140px 0;
  }
}
@media (max-width: 767px) {
  .promise {
    margin-top: -38.67vw;
    padding: 10.67vw 0 25.33vw;
  }
}
.promise::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  width: 100vw;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 10;
}
@media (min-width: 768px) {
  .promise::before {
    top: -3.66vw;
    height: 3.66vw;
    background-image: url(../img/top/promise_head_pc.png);
  }
}
@media (max-width: 767px) {
  .promise::before {
    top: -6.67vw;
    height: 6.67vw;
    background-image: url(../img/top/promise_head_sp.png);
  }
}
@media (min-width: 768px) {
  .promise__wrapper {
    position: relative;
  }
}
@media (max-width: 767px) {
  .promise__wrapper {
    width: 88vw;
  }
}
@media (min-width: 768px) {
  .promise__title {
    padding-bottom: 5px;
    border-bottom: 8px solid #000;
  }
}
@media (max-width: 767px) {
  .promise__title {
    padding-bottom: 15px;
    border-bottom: 7px solid #000;
  }
}
@media (min-width: 768px) {
  .promise__title img {
    width: 536px;
  }
}
@media (max-width: 767px) {
  .promise__title img {
    width: 48.67vw;
  }
}
.promise__subtitle {
  color: #ff6a4e;
  line-height: 35px;
  letter-spacing: 0.06em;
}
@media (min-width: 768px) {
  .promise__body {
    max-width: 830px;
    width: 100%;
  }
}
@media (min-width: 768px) and (max-width: 1166px) {
  .promise__body {
    padding: 0 20px;
  }
}
@media (max-width: 767px) {
  .promise__body {
    background-color: #fff;
  }
}
@media (max-width: 767px) {
  .promise__items {
    max-width: 330px;
    margin-left: auto;
    margin-right: auto;
  }
}
.promise__item {
  position: relative;
}
@media (min-width: 768px) {
  .promise__item {
    border: 1px solid #000;
    border-radius: 25px;
    padding: 5px;
  }
}
@media (max-width: 767px) {
  .promise__item {
    max-width: 330px;
    margin-left: auto;
    margin-right: auto;
  }
}
.promise__item::after {
  content: "";
  display: block;
  position: absolute;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media (min-width: 768px) {
  .promise__item::after {
    right: -20px;
    bottom: -85px;
    width: 140px;
    height: 435px;
  }
}
@media (max-width: 767px) {
  .promise__item::after {
    right: 0;
    bottom: -275px;
    width: 143px;
    height: 252px;
  }
}
@media (min-width: 768px) {
  .promise__1::after {
    background-image: url(../img/top/promise_kuboaki1_pc.png);
  }
}
@media (max-width: 767px) {
  .promise__1::after {
    background-image: url(../img/top/promise_kuboaki1_sp.png);
  }
}
@media (min-width: 768px) {
  .promise__2::after {
    background-image: url(../img/top/promise_kuboaki2_pc.png);
  }
}
@media (max-width: 767px) {
  .promise__2::after {
    background-image: url(../img/top/promise_kuboaki2_sp.png);
  }
}
@media (min-width: 768px) {
  .promise__2 .promise__circle span {
    line-height: 14px;
  }
}
@media (max-width: 767px) {
  .promise__2 .promise__circle span {
    line-height: 13px;
  }
}
@media (min-width: 768px) {
  .promise__3::after {
    background-image: url(../img/top/promise_kuboaki3_pc.png);
  }
}
@media (max-width: 767px) {
  .promise__3::after {
    background-image: url(../img/top/promise_kuboaki3_sp.png);
  }
}
@media (min-width: 768px) {
  .promise__3 .promise__desc {
    line-height: 19px;
  }
}
@media (max-width: 767px) {
  .promise__3 .promise__desc {
    line-height: 14px;
    display: table;
    margin: 10px auto 0;
  }
}
.promise__h3 {
  position: absolute;
  display: block;
  background-color: #fff;
  border: 1px solid #000;
  line-height: 35px;
}
@media (min-width: 768px) {
  .promise__h3 {
    top: -15px;
    right: -20px;
    padding: 15px 30px;
    border-radius: 50px;
    letter-spacing: 0.06em;
  }
}
@media (max-width: 767px) {
  .promise__h3 {
    bottom: -140px;
    left: 20px;
    padding: 10px;
    border-radius: 15px;
  }
}
.promise__h3::after {
  content: "";
  display: block;
  position: absolute;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media (min-width: 768px) {
  .promise__h3::after {
    bottom: -29px;
    right: 110px;
    width: 43px;
    height: 29px;
    background-image: url(../img/top/promise_pt_pc.png);
  }
}
@media (max-width: 767px) {
  .promise__h3::after {
    bottom: -18px;
    right: 45px;
    width: 30px;
    height: 27px;
    background-image: url(../img/top/promise_pt_sp.png);
  }
}
.promise__no {
  color: #ff6a4e;
}
@media (min-width: 768px) {
  .promise__no {
    margin-right: 10px;
  }
}
@media (min-width: 768px) {
  .promise__tx {
    margin-right: 10px;
  }
}
@media (max-width: 767px) {
  .promise__tx {
    line-height: 24px;
  }
}
.promise__desc {
  position: relative;
}
@media (min-width: 768px) {
  .promise__desc {
    padding: 0 1.5em;
  }
}
@media (max-width: 767px) {
  .promise__desc {
    padding: 0 1.25em;
  }
}
.promise__desc::before, .promise__desc::after {
  content: "～";
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.promise__desc::before {
  left: 0;
}
.promise__desc::after {
  right: 0;
}
.promise__circles {
  position: absolute;
}
@media (min-width: 768px) {
  .promise__circles {
    bottom: 20px;
    left: 40px;
  }
}
@media (max-width: 767px) {
  .promise__circles {
    top: -15px;
    left: 15px;
  }
}
.promise__circle {
  background-color: #e3d96d;
  border: 2px solid #fff;
  border-radius: 50%;
}
@media (min-width: 768px) {
  .promise__circle {
    width: 95px;
    height: 95px;
  }
}
@media (max-width: 767px) {
  .promise__circle {
    width: 87px;
    height: 87px;
    line-height: 19px;
  }
}
@media (min-width: 768px) {
  .promise__circle + .promise__circle {
    margin-left: 15px;
  }
}
@media (max-width: 767px) {
  .promise__circle + .promise__circle {
    margin-left: 10px;
  }
}
@media (max-width: 767px) {
  .promise__foot {
    margin-top: 240px;
  }
}
.promise__btn {
  position: relative;
  width: 276px;
  height: 69px;
  padding: 0 20px;
  background-color: #ff6a4e;
  color: #fff;
  border: 1px solid #000;
  border-radius: 100px;
  box-shadow: 0 6px 0 #ffab9d, 0 7px 1px #000;
  transform: translateZ(0);
  line-height: 1;
  text-decoration: none;
  transition: 0.15s ease-out;
  z-index: 10;
}
.promise__btn span {
  padding-right: 20px;
}
.promise__btn:hover {
  box-shadow: 0 0 0 rgba(255, 171, 157, 0.75);
  transform: translateY(2px);
  opacity: 1;
}
.promise__btn::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 20px;
  margin: auto;
  width: 25px;
  height: 14px;
  background-image: url(../img/common/arrow_white.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 25px 14px;
}
.promise .slick-slider {
  position: relative !important;
}
.promise .slick-list {
  overflow: visible !important;
}
.promise .slick-prev {
  width: 70px;
  height: 70px;
  background-repeat: no-repeat !important;
  background-size: contain !important;
  opacity: 1 !important;
  z-index: 1000 !important;
  transform: translateY(0) !important;
}
@media (min-width: 768px) {
  .promise .slick-prev {
    top: 45px;
    left: -35px;
    background-image: url(../img/top/promise_arrow1_pc.svg) !important;
  }
}
@media (max-width: 767px) {
  .promise .slick-prev {
    top: auto !important;
    bottom: -230px !important;
    left: 15px;
    background-image: url(../img/top/promise_arrow1_sp.svg) !important;
  }
}
.promise .slick-prev:hover {
  opacity: 1 !important;
  z-index: 1000;
}
@media (min-width: 768px) {
  .promise .slick-prev:hover {
    background-image: url(../img/top/promise_arrow1_pc.svg) !important;
  }
}
@media (max-width: 767px) {
  .promise .slick-prev:hover {
    background-image: url(../img/top/promise_arrow1_sp.svg) !important;
  }
}
.promise .slick-prev::before {
  content: "";
  width: 70px;
  height: 70px;
}
.promise .slick-next {
  width: 70px;
  height: 70px;
  background-repeat: no-repeat !important;
  background-size: contain !important;
  opacity: 1 !important;
  z-index: 1000 !important;
  transform: translateY(0) !important;
}
@media (min-width: 768px) {
  .promise .slick-next {
    top: 125px;
    left: -35px;
    background-image: url(../img/top/promise_arrow2_pc.svg) !important;
  }
}
@media (max-width: 767px) {
  .promise .slick-next {
    top: auto !important;
    bottom: -230px !important;
    left: 100px;
    background-image: url(../img/top/promise_arrow2_sp.svg) !important;
  }
}
.promise .slick-next:hover {
  opacity: 1 !important;
  z-index: 1000;
}
@media (min-width: 768px) {
  .promise .slick-next:hover {
    background-image: url(../img/top/promise_arrow2_pc.svg) !important;
  }
}
@media (max-width: 767px) {
  .promise .slick-next:hover {
    background-image: url(../img/top/promise_arrow2_sp.svg) !important;
  }
}
.promise .slick-next::before {
  content: "";
  width: 70px;
  height: 70px;
}

.attractive {
  position: relative;
  background-color: #f5f4f1;
}
@media (min-width: 768px) {
  .attractive {
    padding: 180px 0 110px;
  }
}
@media (max-width: 767px) {
  .attractive {
    padding: 45px 0 13.33vw;
  }
}
.attractive::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  width: 100vw;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 10;
}
@media (min-width: 768px) {
  .attractive::before {
    top: -4.76vw;
    height: 4.76vw;
    background-image: url(../img/top/attractive_head_pc.png);
  }
}
@media (max-width: 767px) {
  .attractive::before {
    top: -6.67vw;
    height: 6.67vw;
    background-image: url(../img/top/attractive_head_sp.png);
  }
}
@media (max-width: 767px) {
  .attractive__wrapper {
    width: 88vw;
  }
}
@media (min-width: 768px) {
  .attractive__title {
    padding-bottom: 5px;
    border-bottom: 8px solid #000;
  }
}
@media (max-width: 767px) {
  .attractive__title {
    padding-bottom: 20px;
    border-bottom: 7px solid #000;
  }
}
@media (min-width: 768px) {
  .attractive__title img {
    width: 410px;
  }
}
@media (max-width: 767px) {
  .attractive__title img {
    width: 64.13vw;
  }
}
.attractive__subtitle {
  color: #ff6a4e;
  letter-spacing: 0.06em;
}
@media (min-width: 768px) {
  .attractive__subtitle {
    line-height: 35px;
  }
}
@media (max-width: 767px) {
  .attractive__subtitle {
    line-height: 24px;
  }
}
.attractive__items {
  position: relative;
  list-style: none;
  z-index: 10;
}
@media (min-width: 768px) {
  .attractive__item img {
    width: 150px;
  }
}
@media (max-width: 767px) {
  .attractive__item img {
    width: 20vw;
  }
}
@media (min-width: 768px) {
  .attractive__item + .attractive__item {
    margin-left: 50px;
  }
}
@media (max-width: 767px) {
  .attractive__item + .attractive__item {
    margin-left: 4vw;
  }
}
.attractive__fv__item {
  position: relative;
}
@media (min-width: 768px) {
  .attractive__fv_img img {
    width: 90.41vw;
  }
}
@media (max-width: 767px) {
  .attractive__fv_img img {
    width: 92.53vw;
  }
}
.attractive__fv_tx {
  position: absolute;
}
@media (min-width: 768px) {
  .attractive__fv_tx {
    top: -0.59vw;
    left: 11.71vw;
  }
}
@media (max-width: 767px) {
  .attractive__fv_tx {
    top: 2.67vw;
    left: 10vw;
  }
}
@media (min-width: 768px) {
  .attractive__fv_tx img {
    width: 46.49vw;
  }
}
@media (max-width: 767px) {
  .attractive__fv_tx img {
    width: 66.53vw;
  }
}
.attractive__fv_desc {
  position: absolute;
  display: block;
}
@media (min-width: 768px) {
  .attractive__fv_desc {
    bottom: 1.83vw;
    left: 10.25vw;
  }
}
@media (max-width: 767px) {
  .attractive__fv_desc {
    bottom: 2.67vw;
    left: 2vw;
  }
}
.attractive__fv_desc span {
  background-color: #fff;
  border: 1px solid #000;
  letter-spacing: 0.04em;
}
@media (min-width: 768px) {
  .attractive__fv_desc span {
    padding: 5px 10px;
    line-height: 22px;
  }
}
@media (max-width: 767px) {
  .attractive__fv_desc span {
    padding: 5px;
    line-height: 11px;
  }
}
@media (min-width: 768px) {
  .attractive__container {
    max-width: 1105px;
  }
}
@media (min-width: 768px) and (max-width: 1166px) {
  .attractive__container {
    display: block;
  }
}
.attractive__box {
  box-sizing: border-box !important;
}
@media (min-width: 768px) {
  .attractive__box {
    max-width: 782px;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
}
@media (min-width: 768px) and (max-width: 1166px) {
  .attractive__box {
    margin-left: auto !important;
    margin-right: auto !important;
  }
}
.attractive__box_items {
  box-sizing: border-box !important;
}
.attractive__box_item {
  width: 100%;
  margin: 0 auto;
  border: 1px solid #000;
  background-color: #fff;
  padding: 5px;
}
@media (min-width: 768px) {
  .attractive__box_item {
    border-radius: 20px;
  }
}
@media (max-width: 767px) {
  .attractive__box_item {
    border-radius: 30px;
  }
}
.attractive__box_1 {
  background-color: #77bbda;
}
@media (min-width: 768px) {
  .attractive__box_1 {
    border-radius: 20px 20px 0 0;
  }
}
@media (max-width: 767px) {
  .attractive__box_1 {
    border-radius: 50px 50px 0 0;
  }
}
.attractive__box_img img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}
@media (min-width: 768px) {
  .attractive__box_intro {
    flex: 1;
    padding: 15px 20px;
  }
}
@media (max-width: 767px) {
  .attractive__box_intro {
    padding: 15px 15px 30px;
  }
}
.attractive__box_title .city {
  background-color: #dee7f0;
  color: #0086c0;
  border: 1px solid #fff;
  padding: 2px 10px;
  line-height: 40px;
  letter-spacing: 0.04em;
  border-radius: 20px;
}
.attractive__box_p {
  letter-spacing: 0.04em;
  padding-left: 5px;
}
@media (min-width: 768px) {
  .attractive__box_p {
    line-height: 24px;
  }
}
@media (max-width: 767px) {
  .attractive__box_p {
    line-height: 22px;
  }
}
.attractive__box_addr {
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid #000;
  letter-spacing: 0.04em;
}
@media (min-width: 768px) {
  .attractive__box_addr {
    line-height: 25px;
  }
}
@media (max-width: 767px) {
  .attractive__box_addr {
    line-height: 22px;
  }
}
.attractive__box_2 {
  background-color: #dee7f0;
  border-radius: 0 0 20px 20px;
}
@media (min-width: 768px) {
  .attractive__box_2 {
    padding: 30px 30px;
  }
}
@media (max-width: 767px) {
  .attractive__box_2 {
    padding: 35px 20px;
  }
}
.attractive__box_content {
  position: relative;
}
@media (min-width: 768px) {
  .attractive__box_content {
    padding-left: 300px;
  }
}
@media (min-width: 768px) and (max-width: 1166px) {
  .attractive__box_content {
    padding-left: 270px;
  }
}
.attractive__box_content::before {
  content: "";
  display: block;
  position: absolute;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media (min-width: 768px) {
  .attractive__box_content::before {
    top: 0;
    left: 0;
    bottom: -25px;
    margin: auto;
    width: 242px;
    height: 237px;
    background-image: url(../img/top/attractive_img1_pc.png?v0);
  }
}
@media (max-width: 767px) {
  .attractive__box_content::before {
    bottom: -45.33vw;
    left: -2.67vw;
    width: 54.4vw;
    height: 53.33vw;
    background-image: url(../img/top/attractive_img1_sp.png?v0);
  }
}
.attractive__box_subtitle {
  position: relative;
  line-height: 22px;
  letter-spacing: 0.04em;
  text-decoration: underline;
}
@media (min-width: 768px) {
  .attractive__box_subtitle {
    padding-left: 65px;
  }
}
@media (max-width: 767px) {
  .attractive__box_subtitle {
    padding-left: 55px;
  }
}
.attractive__box_subtitle::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  background-image: url(../img/top/attractive_pt.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media (min-width: 768px) {
  .attractive__box_subtitle::before {
    width: 49px;
    height: 45px;
  }
}
@media (max-width: 767px) {
  .attractive__box_subtitle::before {
    width: 46px;
    height: 43px;
  }
}
.attractive__box_text {
  line-height: 29px;
  letter-spacing: 0.04em;
}
.attractive__box_anc {
  color: #0086c0;
}
.attractive__box_anc span {
  position: relative;
  padding-right: 30px;
  text-decoration: underline;
}
.attractive__box_anc span::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 23px;
  height: 12px;
  background-image: url(../img/common/arrow_blue.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media (min-width: 768px) {
  .attractive__toc {
    position: relative;
    width: 280px !important;
    max-width: 280px !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    z-index: 100 !important;
  }
}
@media (min-width: 768px) and (max-width: 1166px) {
  .attractive__toc {
    display: none !important;
  }
}
@media (max-width: 767px) {
  .attractive__toc {
    display: none !important;
  }
}
@media (min-width: 768px) {
  .attractive__toc_items {
    display: block !important;
    list-style: none;
    width: 100%;
    border: 1px solid #fff;
    background-color: #dee7f0;
    border-radius: 10px;
    padding: 20px !important;
    box-sizing: border-box !important;
  }
}
@media (min-width: 768px) {
  .attractive__toc_item {
    width: auto !important;
    padding: 10px;
    line-height: 22px;
    letter-spacing: 0.04em;
    border-bottom: 1px solid #000;
  }
}
@media (min-width: 768px) {
  .attractive__toc_text {
    position: relative;
    display: block;
    cursor: pointer;
    margin-left: 15px;
  }
}
@media (min-width: 768px) {
  .attractive__toc_text::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: -15px;
    bottom: 0;
    margin: auto;
    width: 8px;
    height: 8px;
    border-bottom: 1px solid #000;
    border-left: 1px solid #000;
    transform: rotate(45deg);
  }
}
.attractive__toc_text span {
  transition: background 1.5s;
}
.attractive__point {
  position: relative;
}
@media (min-width: 768px) {
  .attractive__point {
    margin-top: -14.64vw;
  }
}
@media (max-width: 767px) {
  .attractive__point {
    width: 100vw;
    margin: 0 calc(50% - 50vw);
    z-index: 1;
  }
}
.attractive__point_img img {
  width: 100vw;
}
.attractive__point_title {
  position: absolute;
}
@media (min-width: 768px) {
  .attractive__point_title {
    top: 42.09vw;
    left: 7.69vw;
  }
}
@media (max-width: 767px) {
  .attractive__point_title {
    top: 32.67vw;
    left: 5.33vw;
  }
}
.attractive__point_title img {
  display: block;
}
@media (min-width: 768px) {
  .attractive__point_title img {
    width: 43.7vw;
  }
}
@media (max-width: 767px) {
  .attractive__point_title img {
    width: 79.6vw;
  }
}
.attractive__point_body {
  position: relative;
}
@media (min-width: 768px) {
  .attractive__point_body {
    max-width: 1100px;
    width: 100%;
    margin-top: -8.78vw;
  }
}
@media (max-width: 767px) {
  .attractive__point_body {
    width: 90.67vw;
    margin: -8vw auto 0;
  }
}
.attractive__point_items {
  list-style: none;
}
@media (min-width: 768px) {
  .attractive__point_item {
    width: 25.04vw;
  }
}
@media (min-width: 768px) {
  .attractive__point_item + .attractive__point_item {
    margin-left: 2.56vw;
  }
}
@media (max-width: 767px) {
  .attractive__point_item + .attractive__point_item {
    margin-top: 9.33vw;
  }
}
.attractive__point_box {
  background-color: #fff;
  border: 1px solid #000;
  border-radius: 15px;
  height: 100%;
}
@media (min-width: 768px) {
  .attractive__point_box {
    padding: 40px;
  }
}
@media (max-width: 767px) {
  .attractive__point_box {
    padding: 45px 40px;
  }
}
.attractive__point_1 .attractive__point_subtitle img {
  width: 122px;
}
.attractive__point_2 .attractive__point_subtitle img {
  width: 128px;
}
.attractive__point_3 .attractive__point_subtitle img {
  width: 130px;
}
.attractive__point_subtitle {
  padding-bottom: 10px;
  border-bottom: 4px solid #000;
}
.attractive__point_text {
  line-height: 32px;
  letter-spacing: 0.04em;
}
@media (min-width: 768px) {
  .attractive-prev-pc, .attractive-next-pc {
    display: flex !important;
  }
}
@media (max-width: 767px) {
  .attractive-prev-pc, .attractive-next-pc {
    display: none !important;
  }
}
@media (min-width: 768px) {
  .attractive-prev-sp, .attractive-next-sp {
    display: none !important;
  }
}
@media (max-width: 767px) {
  .attractive-prev-sp, .attractive-next-sp {
    display: flex !important;
  }
}
.attractive__slider_1 {
  position: relative !important;
  overflow: visible !important;
}
@media (min-width: 768px) {
  .attractive__slider_1 {
    padding-bottom: 40px !important;
  }
}
@media (max-width: 767px) {
  .attractive__slider_1 {
    width: 100vw !important;
    margin: 0 calc(50% - 50vw) !important;
    padding-bottom: 30px !important;
  }
}
.attractive .slick-list {
  overflow: visible !important;
}
.attractive #at-fv-slider .slick-dots {
  bottom: -40px !important;
  left: 0 !important;
  text-align: right !important;
  z-index: 1000 !important;
}
@media (min-width: 768px) {
  .attractive #at-fv-slider .slick-dots {
    padding-right: 10px !important;
    width: 90.41vw !important;
  }
}
@media (max-width: 767px) {
  .attractive #at-fv-slider .slick-dots {
    width: 92.53vw !important;
  }
}
.attractive #at-fv-slider .slick-dots li {
  width: 10px;
  height: 10px;
  opacity: 1;
}
.attractive #at-fv-slider .slick-dots li button::before {
  color: #c8d9e9;
  opacity: 1;
  font-size: 10px;
}
.attractive #at-fv-slider .slick-dots li.slick-active button::before {
  color: #77bbda;
}
.attractive #at-box-slider {
  z-index: 1 !important;
}
.attractive #at-box-slider .slick-prev {
  width: 60px !important;
  height: 60px !important;
  top: 26.67vw !important;
  bottom: auto !important;
  left: -15px !important;
  background-image: url(../img/top/attractive_arrow1_sp.svg) !important;
  background-repeat: no-repeat !important;
  background-size: contain !important;
  opacity: 1 !important;
  z-index: 1000 !important;
}
.attractive #at-box-slider .slick-prev::before {
  content: "" !important;
  opacity: 1 !important;
}
.attractive #at-box-slider .slick-next {
  width: 60px !important;
  height: 60px !important;
  top: 26.67vw !important;
  bottom: auto !important;
  right: -15px !important;
  background-image: url(../img/top/attractive_arrow2_sp.svg) !important;
  background-repeat: no-repeat !important;
  background-size: contain !important;
  opacity: 1 !important;
  z-index: 1000 !important;
}
.attractive #at-box-slider .slick-next::before {
  content: "" !important;
  opacity: 1 !important;
}
.attractive #at-toc-slider {
  height: 100% !important;
}
.attractive #at-toc-slider .slick-track {
  width: 100% !important;
  transform: none !important;
}
.attractive #at-toc-slider .slick-slide {
  width: 100% !important;
  z-index: 100 !important;
}
.attractive #at-toc-slider .slick-current .attractive__toc_text span {
  background: #77bbda;
}
.attractive #at-toc-slider .slick-prev {
  width: 33px !important;
  height: 33px !important;
  left: 0 !important;
  top: auto !important;
  bottom: 20px !important;
  left: calc(50% - 40px) !important;
  background-image: url(../img/top/attractive_arrow1_pc.svg) !important;
  background-repeat: no-repeat !important;
  background-size: contain !important;
  opacity: 1 !important;
  z-index: 1000 !important;
}
.attractive #at-toc-slider .slick-prev::before {
  content: "" !important;
  opacity: 1 !important;
}
.attractive #at-toc-slider .slick-next {
  width: 33px !important;
  height: 33px !important;
  left: 0 !important;
  top: auto !important;
  bottom: 20px !important;
  left: auto !important;
  right: calc(50% - 40px) !important;
  background-image: url(../img/top/attractive_arrow2_pc.svg) !important;
  background-repeat: no-repeat !important;
  background-size: contain !important;
  opacity: 1 !important;
  z-index: 1000 !important;
}
.attractive #at-toc-slider .slick-next::before {
  content: "" !important;
  opacity: 1 !important;
}
.attractive #at-toc-slider .slick-cloned {
  display: none !important;
}