@charset "UTF-8";

.p-idexkun .l-breadcrumb-list__item {
  color: #929292;
}

.p-idexkun .l-breadcrumb-list__item-link {
  color: #929292;
}

.p-idexkun .l-breadcrumb-list__item-link::after,
.p-idexkun .l-breadcrumb-list__item-link .nolink--arrow::after {
  color: #929292;
}

.p-idexkun .c-nav-bottom {
  background-color: #ffffff;
}

.idexkun {
  background: transparent;
}

.intro {
  background: url(../../img/group/idexkun/intro_bg.webp) bottom center/150% auto no-repeat;
}

.intro__container {
  max-width: 400px;
  margin: 0 auto;
}

.intro__head {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
  padding-top: 120px;
}

.intro__icon {
  width: 80px;
  margin-right: 15px;
}

.intro__catch {
  width: calc(100% - 95px);
  line-height: 1.5;
  font-size: 2rem;
  font-weight: 600;
  letter-spacing: 0.05em;
}

.intro__title {
  margin-bottom: 30px;
}

.intro__image {
  max-width: 500px;
  margin: 10px auto 0;
  padding-bottom: 32%;
}

.info {
  background-color: #EEEFF5;
  padding-bottom: 50px;
}

.info__idexkun {
  position: relative;
  padding-top: 60px;
}

.info__title {
  width: 200px;
  position: absolute;
  top: 0;
  left: calc(50% + 68px);
  transform: translateX(-50%);
}

.info__image {
  width: 200px;
  margin: 0 auto;
}

.info__features {
  width: 242px;
  height: 242px;
  border-radius: 50%;
  background-color: #EEEFF5;
  position: relative;
  padding-top: 30px;
  margin-bottom: 16px;
}

.info__features::after {
  content: "";
  display: block;
  width: 255px;
  height: 255px;
  position: absolute;
  top: 50%;
  left: 50%;
  background: -moz-linear-gradient(right, #009DE6, #009DE6, #16CAFF);
  background: -webkit-linear-gradient(right, #009DE6, #009DE6, #16CAFF);
  background: linear-gradient(to left, #009DE6, #009DE6, #16CAFF);
  border-radius: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
}

.info__features:nth-of-type(3) {
  margin-left: calc(100% - 255px);
}

.info__catch {
  text-align: center;
  font-size: 2.0rem;
  color: #005bac;
  margin-bottom: 6px;
  font-weight: 600;
}

.info__catch .catch--ss {
  font-size: 1.2rem;
  font-weight: 400;
}

.info__text {
  width: 168px;
  margin: 0 auto 0;
  text-align: justify;
}

.info__box {
  border: 5px solid #005bac;
  border-radius: 20px;
  overflow: hidden;
  max-width: 540px;
  margin: 40px auto 0;
}

.info__table {
  width: 100%;
}

.info__heading {
  width: 84px;
  vertical-align: middle;
  text-align: center;
  border: 1px solid #005bac;
  color: #005bac;
}

.info__data {
  width: calc(100% - 84px);
  border: 1px solid #005bac;
  padding: 18px 20px;
}

.business {
  background-color: #EEEFF5;
}

.business__slide {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  position: relative;
}

.business__slide .js-switch-image {
  object-fit: cover;
  width: 1280px;
  height: 510px;
}

.business__slide .image__bubble {
  position: absolute;
  width: 180px;
  top: 87px;
  left: calc(50% - 82px);
  -webkit-animation: bouncePause 2.5s infinite;
  animation: bouncePause 2.5s infinite;
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom;
}

@-webkit-keyframes bouncePause {
  /* 静止 */
  0%,
  10%,
  26.5%,
  40%,
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  /* 大きい跳ね */
  20%,
  21.5% {
    -webkit-transform: translate3d(0, -30px, 0) scaleY(1.1);
    transform: translate3d(0, -30px, 0) scaleY(1.1);
  }
  /* 小さい跳ね */
  30% {
    -webkit-transform: translate3d(0, -15px, 0) scaleY(1.05);
    transform: translate3d(0, -15px, 0) scaleY(1.05);
  }
  /* 最後の小さい跳ね */
  36% {
    -webkit-transform: translate3d(0, -4px, 0) scaleY(1.02);
    transform: translate3d(0, -4px, 0) scaleY(1.02);
  }
}

@keyframes bouncePause {
  /* 静止 */
  0%,
  10%,
  26.5%,
  40%,
  50%,
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  /* 大きい跳ね */
  20%,
  21.5% {
    -webkit-transform: translate3d(0, -30px, 0) scaleY(1.1);
    transform: translate3d(0, -30px, 0) scaleY(1.1);
  }
  /* 小さい跳ね */
  35% {
    -webkit-transform: translate3d(0, -15px, 0) scaleY(1.05);
    transform: translate3d(0, -15px, 0) scaleY(1.05);
  }
  /* 最後の小さい跳ね */
  45% {
    -webkit-transform: translate3d(0, -4px, 0) scaleY(1.02);
    transform: translate3d(0, -4px, 0) scaleY(1.02);
  }
  /* 50%〜100% は停止 */
}

.business__text, .business__button {
  opacity: 0;
  pointer-events: none;
  transition: 0.3s;
}

.business__text {
  text-align: center;
  font-size: 2.0rem;
  font-weight: 600;
  margin-bottom: 10px;
}

.business__slide.is-active .business__text,
.business__slide.is-active .business__button {
  opacity: 1;
  pointer-events: auto;
}

.business__slide.is-active .image__bubble {
  display: none;
}

.location {
  position: relative;
  background: -moz-linear-gradient(right, #005bac, #0066B3, #4C94CA);
  background: -webkit-linear-gradient(right, #005bac, #0066B3, #4C94CA);
  background: linear-gradient(to left, #005bac, #0066B3, #4C94CA);
  padding: 76px 0 110px;
}

.location::before, .location::after {
  content: "";
  display: block;
  width: 100%;
  height: 42px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}

.location::before {
  top: 0;
  background: url(../../img/group/idexkun/location_img_top.webp) top center/100% 42px no-repeat;
}

.location::after {
  bottom: 0;
  background: url(../../img/group/idexkun/location_img_bottom.webp) bottom -1px center/100% 42px no-repeat;
}

.location__idexkun {
  width: 100%;
  max-width: 300px;
  margin: 0 auto;
}

.location__swiper {
  margin-top: -40px;
}

.location__image {
  overflow: hidden;
  border-radius: 8px;
  margin-bottom: 30px;
}

.location__title {
  text-align: center;
  color: #ffffff;
  margin-bottom: 10px;
}

.location__text {
  color: #ffffff;
  padding: 0 20px;
}

.sns {
  background-color: #EEEFF5;
  padding-top: 100px;
}

.sns .l-inner {
  padding-bottom: 200px;
}

.sns__idexkun {
  width: 300px;
  margin: 0 auto;
}

.sns__idexkun--follow {
  width: 196px;
  position: absolute;
  bottom: 0;
  right: 0;
}

.sns__container {
  margin-top: -20px;
  position: relative;
  z-index: 1;
}

.sns__link {
  display: block;
  width: 100%;
  max-width: 310px;
  background-color: #06C755;
  border-radius: 15px;
  padding: 12px;
  margin: 0 auto;
}

.sns__link.link--facebook {
  background-color: #0666FF;
  margin-top: 20px;
}

.sns__box {
  color: #ffffff;
  border-radius: 10px;
  border: 3px solid #ffffff;
  text-align: center;
  padding: 20px;
}

.sns__catch {
  font-size: 1.6rem;
  position: relative;
  font-weight: 600;
  margin-bottom: 10px;
}

.sns__catch::before, .sns__catch::after {
  content: "";
  display: block;
  width: 2px;
  height: 26px;
  position: absolute;
  bottom: 0;
  background-color: #ffffff;
}

.sns__catch::before {
  left: calc(50% - 4em);
  transform: translateX(-50%) rotate(-25deg);
}

.sns__catch::after {
  left: calc(50% + 4em);
  transform: translateX(-50%) rotate(25deg);
}

.sns__title {
  line-height: 1.25;
  font-size: 2rem;
  font-weight: 600;
  margin-bottom: 10px;
}

.sns__button {
  border: none;
  background-color: #ffffff;
  padding: 8px 20px;
  max-width: 185px;
}

.sns__button::before {
  content: "";
  display: block;
  width: 26px;
  height: 26px;
  position: absolute;
  top: 50%;
  left: 10px;
  transform: translateY(-50%);
  background: url(../../img/group/idexkun/sns_icon_line.webp) top left/contain no-repeat;
}

.sns__button .button--text {
  font-weight: 600;
  color: #06C755;
}

.sns__link.link--facebook .sns__catch::before {
  left: calc(50% - 5em);
  transform: translateX(-50%) rotate(-25deg);
}

.sns__link.link--facebook .sns__catch::after {
  left: calc(50% + 5em);
  transform: translateX(-50%) rotate(25deg);
}

.sns__link.link--facebook .sns__button::before {
  background: url(../../img/group/idexkun/sns_icon_facebook.webp) top left/contain no-repeat;
}

.sns__link.link--facebook .button--text {
  color: #0666FF;
}

@media screen and (min-width: 361px) {
  html, body {
    margin: 0;
  }
}

@media screen and (min-width: 500px) {
  html, body {
    margin: 0;
  }
}

@media screen and (min-width: 768px) {
  html, body {
    margin: 0;
  }
  .intro {
    height: 800px;
    background-size: 1280px 860px;
  }
  .intro__inner {
    display: flex;
  }
  .intro__container {
    width: 360px;
    max-width: none;
    margin: 0 10px 0 0;
  }
  .intro__head {
    padding-top: 160px;
  }
  .intro__image {
    max-width: none;
    width: calc(100% - 360px + 90px);
    margin-right: 10px -90px 0 0;
    padding-bottom: 0;
  }
  .info__container {
    position: relative;
    padding-top: 70px;
  }
  .info__features {
    margin-bottom: 0;
    position: absolute;
  }
  .info__features:nth-of-type(2) {
    top: 7px;
    left: calc(50% - 343px);
  }
  .info__features:nth-of-type(3) {
    margin-left: 0;
    top: 190px;
    left: calc(50% + 93px);
  }
  .info__features:nth-of-type(4) {
    top: 280px;
    left: calc(50% - 353px);
  }
  .info__box {
    margin-top: 230px;
  }
  .info__heading {
    width: 170px;
    vertical-align: middle;
    text-align: center;
    border: 1px solid #005bac;
  }
  .info__data {
    width: calc(100% - 6em);
    border: 1px solid #005bac;
    padding: 18px 20px;
  }
  .location {
    padding: 104px 0 138px;
  }
  .location::before, .location::after {
    height: 70px;
    background-size: 100% 70px;
  }
  .sns {
    padding-top: 50px;
  }
  .sns .l-inner {
    padding-bottom: 170px;
  }
  .sns__idexkun {
    width: 388px;
  }
  .sns__container {
    display: flex;
    justify-content: space-between;
    width: 636px;
    margin: -30px auto 0;
  }
  .sns__link.link--facebook {
    margin-top: 0;
  }
}

@media screen and (min-width: 1080px) {
  html, body {
    margin: 0;
  }
  .intro__image {
    margin-top: -67px;
  }
  .info__idexkun {
    padding-top: 100px;
    margin-left: 40px;
  }
  .info__title {
    width: 282px;
    left: calc(50% + 140px);
  }
  .info__image {
    width: 282px;
    margin: 0 auto;
  }
  .info__features:nth-of-type(2) {
    left: calc(50% - 340px);
  }
  .info__features:nth-of-type(3) {
    top: 240px;
    left: calc(50% - 483px);
  }
  .info__features:nth-of-type(4) {
    top: 240px;
    left: calc(50% + 243px);
  }
  .info__box {
    margin-top: 30px;
  }
  .location {
    padding: 174px 0 208px;
  }
  .location::before, .location::after {
    height: 145px;
    background-size: 100% 145px;
  }
}

@media screen and (min-width: 1280px) {
  html, body {
    margin: 0;
  }
  .intro {
    background-size: 100% auto;
  }
}

@media screen and (min-width: 1920px) {
  html, body {
    margin: 0;
  }
}

@media screen and (max-width: 360px) {
  html, body {
    margin: 0;
  }
}

@media screen and (max-width: 767px) {
  html, body {
    margin: 0;
  }
}

@media screen and (max-width: 1079px) {
  html, body {
    margin: 0;
  }
}

@media screen and (max-width: 1279px) {
  html, body {
    margin: 0;
  }
}

@media screen and (max-width: 1919px) {
  html, body {
    margin: 0;
  }
}

@media (hover: hover) {
  .sns__link:hover {
    background-color: #03E35F;
  }
  .sns__link:hover.link--facebook {
    background-color: #2D7EFD;
  }
  .sns__link:hover__button {
    background-color: #ffffff;
  }
}
