.splide__container {
  box-sizing: border-box;
  position: relative;
}

.splide__list {
  backface-visibility: hidden;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  margin: 0 !important;
  padding: 0 !important;
}

.splide.is-initialized:not(.is-active) .splide__list {
  display: block;
}

.splide__pagination {
  -ms-flex-align: center;
  align-items: center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0;
  pointer-events: none;
}

.splide__pagination li {
  display: inline-block;
  line-height: 1;
  list-style-type: none;
  margin: 0;
  pointer-events: auto;
}

.splide:not(.is-overflow) .splide__pagination {
  display: none;
}

.splide__progress__bar {
  width: 0;
}

.splide {
  position: relative;
  visibility: hidden;
}

.splide.is-initialized, .splide.is-rendered {
  visibility: visible;
}

.splide__slide {
  backface-visibility: hidden;
  box-sizing: border-box;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  list-style-type: none !important;
  margin: 0;
  position: relative;
}

.splide__slide img {
  vertical-align: bottom;
}

.splide__spinner {
  animation: splide-loading 1s linear infinite;
  border: 2px solid #999;
  border-left-color: transparent;
  border-radius: 50%;
  bottom: 0;
  contain: strict;
  display: inline-block;
  height: 20px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 20px;
}

.splide__sr {
  clip: rect(0 0 0 0);
  border: 0;
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.splide__toggle.is-active .splide__toggle__play, .splide__toggle__pause {
  display: none;
}

.splide__toggle.is-active .splide__toggle__pause {
  display: inline;
}

.splide__track {
  overflow: hidden;
  position: relative;
  z-index: 0;
}

@keyframes splide-loading {
  0% {
    transform: rotate(0);
  }
  to {
    transform: rotate(1turn);
  }
}
.splide__track--draggable {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.splide__track--fade > .splide__list > .splide__slide {
  margin: 0 !important;
  opacity: 0;
  z-index: 0;
}

.splide__track--fade > .splide__list > .splide__slide.is-active {
  opacity: 1;
  z-index: 1;
}

.splide--rtl {
  direction: rtl;
}

.splide__track--ttb > .splide__list {
  display: block;
}

.splide__arrow {
  -ms-flex-align: center;
  align-items: center;
  background: #ccc;
  border: 0;
  border-radius: 50%;
  cursor: pointer;
  display: -ms-flexbox;
  display: flex;
  height: 2em;
  -ms-flex-pack: center;
  justify-content: center;
  opacity: 0.7;
  padding: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 2em;
  z-index: 1;
}

.splide__arrow svg {
  fill: #000;
  height: 1.2em;
  width: 1.2em;
}

.splide__arrow:hover:not(:disabled) {
  opacity: 0.9;
}

.splide__arrow:disabled {
  opacity: 0.3;
}

.splide__arrow:focus-visible {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide__arrow--prev {
  left: 1em;
}

.splide__arrow--prev svg {
  transform: scaleX(-1);
}

.splide__arrow--next {
  right: 1em;
}

.splide.is-focus-in .splide__arrow:focus {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide__pagination {
  bottom: 0.5em;
  left: 0;
  padding: 0 1em;
  position: absolute;
  right: 0;
  z-index: 1;
}

.splide__pagination__page {
  background: #ccc;
  border: 0;
  border-radius: 50%;
  display: inline-block;
  height: 8px;
  margin: 3px;
  opacity: 0.7;
  padding: 0;
  position: relative;
  transition: transform 0.2s linear;
  width: 8px;
}

.splide__pagination__page.is-active {
  background: #fff;
  transform: scale(1.4);
  z-index: 1;
}

.splide__pagination__page:hover {
  cursor: pointer;
  opacity: 0.9;
}

.splide__pagination__page:focus-visible {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide.is-focus-in .splide__pagination__page:focus {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide__progress__bar {
  background: #ccc;
  height: 3px;
}

.splide__slide {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.splide__slide:focus {
  outline: 0;
}

@supports (outline-offset: -3px) {
  .splide__slide:focus-visible {
    outline: 3px solid #0bf;
    outline-offset: -3px;
  }
}
@media screen and (-ms-high-contrast: none) {
  .splide__slide:focus-visible {
    border: 3px solid #0bf;
  }
}
@supports (outline-offset: -3px) {
  .splide.is-focus-in .splide__slide:focus {
    outline: 3px solid #0bf;
    outline-offset: -3px;
  }
}
@media screen and (-ms-high-contrast: none) {
  .splide.is-focus-in .splide__slide:focus {
    border: 3px solid #0bf;
  }
  .splide.is-focus-in .splide__track > .splide__list > .splide__slide:focus {
    border-color: #0bf;
  }
}
.splide__toggle {
  cursor: pointer;
}

.splide__toggle:focus-visible {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide.is-focus-in .splide__toggle:focus {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide__track--nav > .splide__list > .splide__slide {
  border: 3px solid transparent;
  cursor: pointer;
}

.splide__track--nav > .splide__list > .splide__slide.is-active {
  border: 3px solid #000;
}

.splide__arrows--rtl .splide__arrow--prev {
  left: auto;
  right: 1em;
}

.splide__arrows--rtl .splide__arrow--prev svg {
  transform: scaleX(1);
}

.splide__arrows--rtl .splide__arrow--next {
  left: 1em;
  right: auto;
}

.splide__arrows--rtl .splide__arrow--next svg {
  transform: scaleX(-1);
}

.splide__arrows--ttb .splide__arrow {
  left: 50%;
  transform: translate(-50%);
}

.splide__arrows--ttb .splide__arrow--prev {
  top: 1em;
}

.splide__arrows--ttb .splide__arrow--prev svg {
  transform: rotate(-90deg);
}

.splide__arrows--ttb .splide__arrow--next {
  bottom: 1em;
  top: auto;
}

.splide__arrows--ttb .splide__arrow--next svg {
  transform: rotate(90deg);
}

.splide__pagination--ttb {
  bottom: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  left: auto;
  padding: 1em 0;
  right: 0.5em;
  top: 0;
}

.contents_inner {
  max-width: 1200px;
  margin: 0px auto;
}

.mov_line, #review_head {
  overflow: hidden;
}

/* =====================================================
    review_head
=====================================================*/
#review_head {
  padding-top: 50px;
  padding-bottom: 30px;
}
@media screen and (min-width: 640px) {
  #review_head {
    padding-top: 60px;
    padding-bottom: 40px;
  }
}
@media screen and (min-width: 980px) {
  #review_head {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}

/* =====================================================
    page_visual
=====================================================*/
.page_visual {
  position: relative;
}
@media screen and (min-width: 640px) {
  .page_visual {
    position: relative;
    display: flex;
    align-items: flex-end;
  }
}
@media screen and (min-width: 640px) {
  .page_visual .contents_title {
    position: absolute;
    right: 0%;
    top: 20px;
    width: 50%;
    padding: 35px 0px 35px 5%;
  }
}
@media screen and (min-width: 980px) {
  .page_visual .contents_title {
    top: 10%;
    padding: 50px 0px 50px 5%;
  }
}
@media screen and (min-width: 1200px) {
  .page_visual .contents_title {
    top: 80px;
    width: calc(100% - 650px);
    padding: 70px 0px 70px 45px;
  }
}
@media screen and (min-width: 640px) {
  .page_visual .contents_title:before, .page_visual .contents_title:after {
    left: 0px;
    transform: translateX(0%);
  }
}
@media screen and (min-width: 640px) {
  .page_visual .contents_title .contents_title__text {
    font-size: 2.4vw;
  }
}
@media screen and (min-width: 980px) {
  .page_visual .contents_title .contents_title__text {
    font-size: 2.5vw;
  }
}
@media screen and (min-width: 1200px) {
  .page_visual .contents_title .contents_title__text {
    font-size: 2.8rem;
  }
}
@media screen and (min-width: 640px) {
  .page_visual .contents_title .contents_title__line {
    left: 0px;
  }
}
@media screen and (max-width: 639px) {
  .page_visual .img {
    padding-top: 50px;
  }
}
@media screen and (min-width: 640px) {
  .page_visual .img {
    width: 50%;
  }
}
@media screen and (min-width: 1200px) {
  .page_visual .img {
    width: 790px;
    margin-left: -140px;
  }
}
.page_visual .img img {
  width: 100%;
  height: auto;
}
.page_visual .en_text {
  position: relative;
  z-index: 11;
  margin-top: -10vw;
}
@media screen and (min-width: 640px) {
  .page_visual .en_text {
    margin-top: 0px;
    margin-left: -5%;
    flex: 1;
  }
}
@media screen and (min-width: 1200px) {
  .page_visual .en_text {
    width: 700px;
    margin-left: -150px;
  }
}
.page_visual .en_text .en_text__inner {
  position: relative;
  display: inline-block;
  padding-right: 16.6666666667vw;
}
@media screen and (min-width: 640px) {
  .page_visual .en_text .en_text__inner {
    padding-right: 8.59375vw;
  }
}
@media screen and (min-width: 1200px) {
  .page_visual .en_text .en_text__inner {
    padding-right: 110px;
  }
}
.page_visual .en_text .text {
  padding-left: 1vw;
  display: block;
  line-height: 1.2em;
  font-size: 18.7179487179vw;
}
@media screen and (min-width: 640px) {
  .page_visual .en_text .text {
    font-size: 8vw;
  }
}
@media screen and (min-width: 1200px) {
  .page_visual .en_text .text {
    font-size: 12rem;
  }
}
.page_visual .en_text .icon {
  display: block;
  width: 12.8205128205vw;
  position: absolute;
  right: 0px;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (min-width: 640px) {
  .page_visual .en_text .icon {
    width: 7.03125vw;
  }
}
@media screen and (min-width: 1200px) {
  .page_visual .en_text .icon {
    width: 80px;
  }
}
.page_visual .en_text .icon img {
  width: 100%;
  height: auto;
}

#review {
  overflow: hidden;
  padding-top: 0px;
}

/* =====================================================
    review_item
=====================================================*/
.review_item {
  padding: 40px 4vw 25px 4vw;
  background-color: #fff;
  border-radius: 10px;
  overflow: hidden;
}
@media screen and (min-width: 640px) {
  .review_item {
    padding: 45px 40px;
  }
}
@media screen and (min-width: 980px) {
  .review_item {
    padding: 50px 40px;
  }
}

.review_item__head {
  position: relative;
  padding-bottom: 25px;
  margin-bottom: 25px;
  display: flex;
  gap: 0px 3.8461538462vw;
}
@media screen and (min-width: 640px) {
  .review_item__head {
    padding-bottom: 30px;
    margin-bottom: 30px;
    gap: 0px 30px;
  }
}
@media screen and (min-width: 980px) {
  .review_item__head {
    padding-bottom: 35px;
    margin-bottom: 35px;
    gap: 0px 25px;
  }
}
.review_item__head:after {
  content: "";
  position: absolute;
  bottom: 0px;
  left: 50%;
  width: 100vw;
  height: 1px;
  background-color: #E6E6E6;
  transform: translateX(-50%);
}
.review_item__head .icon {
  width: 20.5128205128vw;
}
@media screen and (min-width: 640px) {
  .review_item__head .icon {
    width: 100px;
  }
}
@media screen and (min-width: 980px) {
  .review_item__head .icon {
    width: 120px;
  }
}
.review_item__head .intro {
  flex: 1;
}
.review_item__head .intro .name {
  font-weight: 700;
  line-height: 1.5em;
  letter-spacing: 0.05em;
  font-size: min(3.8461538462vw, 1.5rem);
}
@media screen and (min-width: 640px) {
  .review_item__head .intro .name {
    font-size: 2vw;
  }
}
@media screen and (min-width: 980px) {
  .review_item__head .intro .name {
    font-size: 1.6rem;
  }
}
.review_item__head .intro .star {
  line-height: 1em;
}
.review_item__head .intro .star .icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  mask-image: url(../../img/common/icon_star.svg);
  mask-size: 100% 100%;
  mask-repeat: no-repeat;
  mask-position: center;
  background-color: #C8C8C8;
}
@media screen and (min-width: 640px) {
  .review_item__head .intro .star .icon {
    width: 25px;
    height: 25px;
  }
}
.review_item__head .intro .star .icon + .icon {
  margin-left: 3px;
}
.review_item__head .intro .star .icon._fill {
  background-color: #00C2ED;
}
.review_item__head .intro .info {
  margin-top: 8px;
}
@media screen and (min-width: 980px) {
  .review_item__head .intro .info {
    margin-top: 15px;
  }
}
.review_item__head .intro .info dl {
  display: flex;
  align-items: center;
  gap: 0px 10px;
}
.review_item__head .intro .info dl + dl {
  margin-top: 3px;
}
.review_item__head .intro .info dt {
  font-size: 3.5897435897vw;
  background-color: #F5F5F5;
  padding: 2px 10px;
  border-radius: 5px;
  line-height: 1.2em;
  letter-spacing: 0.03em;
}
@media screen and (min-width: 640px) {
  .review_item__head .intro .info dt {
    font-size: 1.5rem;
  }
}
@media screen and (min-width: 980px) {
  .review_item__head .intro .info dt {
    font-size: 1.5rem;
    padding: 5px 12px;
  }
}
.review_item__head .intro .info dd {
  font-size: 3.8461538462vw;
  font-weight: 700;
  line-height: 1.2em;
  letter-spacing: 0.03em;
}
@media screen and (min-width: 640px) {
  .review_item__head .intro .info dd {
    font-size: 1.4rem;
  }
}
@media screen and (min-width: 980px) {
  .review_item__head .intro .info dd {
    font-size: 1.5rem;
  }
}

.review_item__text .text {
  line-height: 1.7em;
  letter-spacing: 0.08em;
  font-size: min(3.8461538462vw, 1.5rem);
}
@media screen and (min-width: 980px) {
  .review_item__text .text {
    font-size: 1.6rem;
  }
}

@media screen and (min-width: 640px) {
  .review_list {
    display: flex;
    flex-wrap: wrap;
    gap: 15px 2%;
  }
}
@media screen and (min-width: 1200px) {
  .review_list {
    gap: 25px 2%;
  }
}

@media screen and (min-width: 640px) {
  .review_item {
    width: 49%;
  }
}
@media screen and (min-width: 1200px) {
  .review_item {
    width: 32%;
  }
}
@media screen and (max-width: 639px) {
  .review_item + .review_item {
    margin-top: 30px;
  }
}

.review_item {
  padding: 40px 4vw 25px 4vw;
}
@media screen and (min-width: 640px) {
  .review_item {
    padding: 45px 3vw;
  }
}
@media screen and (min-width: 980px) {
  .review_item {
    padding: 50px 40px;
  }
}
@media screen and (min-width: 1200px) {
  .review_item {
    padding: 50px 30px;
  }
}

@media screen and (min-width: 640px) {
  .review_item__head {
    gap: 0px 8%;
  }
}
.review_item__head .icon {
  width: 20.5128205128vw;
}
@media screen and (min-width: 640px) {
  .review_item__head .icon {
    width: 30%;
  }
}
@media screen and (min-width: 980px) {
  .review_item__head .icon {
    width: 100px;
  }
}
@media screen and (min-width: 1200px) {
  .review_item__head .icon {
    width: 110px;
  }
}
@media screen and (min-width: 640px) {
  .review_item__head .intro .star .icon {
    width: 20px;
    height: 20px;
  }
}
@media screen and (min-width: 980px) {
  .review_item__head .intro .star .icon {
    width: 23px;
    height: 23px;
  }
}
@media screen and (min-width: 1200px) {
  .review_item__head .intro .star .icon {
    width: 25px;
    height: 25px;
  }
}

@media screen and (min-width: 980px) {
  .review_item__text .text {
    font-size: 1.5rem;
    line-height: 1.8em;
  }
}

.review_pagination {
  margin-top: 50px;
}
@media screen and (min-width: 980px) {
  .review_pagination {
    margin-top: 80px;
  }
}
@media screen and (min-width: 1200px) {
  .review_pagination {
    margin-top: 100px;
  }
}

.review_pagination__list {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0px 15px;
}
@media screen and (min-width: 640px) {
  .review_pagination__list {
    gap: 0px 25px;
  }
}
@media screen and (min-width: 980px) {
  .review_pagination__list {
    gap: 0px 35px;
  }
}

.review_pagination__link {
  display: block;
  font-size: min(3.8461538462vw, 1.6rem);
  color: #969696;
  font-weight: 700;
  line-height: 1em;
  transition: color 0.3s ease;
}
@media screen and (min-width: 640px) {
  .review_pagination__link {
    font-size: 1.8rem;
  }
}
@media screen and (min-width: 980px) {
  .review_pagination__link {
    font-size: 2rem;
  }
}
.review_pagination__link:hover {
  color: #000;
}
.review_pagination__link._current {
  color: #000;
}

.review_pagination__prev, .review_pagination__next {
  position: relative;
  display: block;
  width: 50px;
  height: 50px;
  background-color: #000;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
}
@media screen and (min-width: 640px) {
  .review_pagination__prev, .review_pagination__next {
    width: 55px;
    height: 55px;
  }
}
@media screen and (min-width: 980px) {
  .review_pagination__prev, .review_pagination__next {
    width: 60px;
    height: 60px;
  }
}
.review_pagination__prev:before, .review_pagination__next:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  width: 8px;
  height: 8px;
  margin-top: -5px;
}
@media screen and (min-width: 980px) {
  .review_pagination__prev:before, .review_pagination__next:before {
    width: 10px;
    height: 10px;
    margin-top: -6px;
  }
}
@media (hover: hover) and (pointer: fine) {
  .review_pagination__prev:hover, .review_pagination__next:hover {
    background-color: #00C2ED;
    color: #fff;
  }
}

.review_pagination__prev {
  margin-right: 10px;
}
.review_pagination__prev:before {
  transform: scaleX(-1) rotate(45deg);
  margin-left: -3px;
}

.review_pagination__next {
  margin-left: 10px;
}
.review_pagination__next:before {
  transform: rotate(45deg);
  margin-left: -7px;
}

/*# sourceMappingURL=review.css.map */
