.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, #concept_head, section {
  overflow: hidden;
}

/* =====================================================
    concept_head
=====================================================*/
#concept_head {
  padding-top: 50px;
  padding-bottom: 30px;
}
@media screen and (min-width: 640px) {
  #concept_head {
    padding-top: 60px;
    padding-bottom: 40px;
  }
}
@media screen and (min-width: 980px) {
  #concept_head {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
#concept_head .contents_inner {
  max-width: 1200px;
}
@media screen and (max-width: 639px) {
  #concept_head .contents_title__text {
    font-size: min(5.1282051282vw, 2.4rem);
  }
}
@media screen and (min-width: 640px) {
  #concept_head .contents_title__text {
    font-size: 4vw;
  }
}
@media screen and (min-width: 980px) {
  #concept_head .contents_title__text {
    font-size: 2.8rem;
  }
}
@media screen and (min-width: 1200px) {
  #concept_head .contents_title__text {
    font-size: 3.2rem;
  }
}

/* =====================================================
    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;
}

#about {
  padding-top: 0px;
}
@media screen and (max-width: 639px) {
  #about {
    padding-bottom: 100px;
  }
}

.about_contents {
  margin-top: 100px;
}
@media screen and (min-width: 640px) {
  .about_contents {
    display: flex;
    gap: 0px 40px;
  }
}
@media screen and (min-width: 980px) {
  .about_contents {
    gap: 0px 60px;
  }
}
@media screen and (min-width: 1280px) {
  .about_contents {
    gap: 0px 80px;
  }
}

@media screen and (min-width: 640px) {
  .about_img {
    width: 40%;
  }
}
.about_img .img {
  width: 82.0512820513vw;
  margin: 0px auto 50px auto;
}
@media screen and (min-width: 640px) {
  .about_img .img {
    width: 100%;
  }
}
.about_img .img img {
  width: 100%;
  height: auto;
}

@media screen and (min-width: 640px) {
  .about_intro {
    flex: 1;
    margin-top: -0.5em;
  }
}
.about_intro .text {
  line-height: 2em;
  font-size: min(3.8461538462vw, 1.6rem);
  letter-spacing: 0.05em;
}
@media screen and (min-width: 640px) {
  .about_intro .text {
    font-size: 2.3vw;
  }
}
@media screen and (min-width: 980px) {
  .about_intro .text {
    font-size: 1.6rem;
  }
}
.about_intro .text + .text {
  margin-top: 1em;
}
.about_intro .text strong {
  font-weight: 700;
  color: #00C2ED;
}

#point {
  padding-top: 0px;
}
@media screen and (max-width: 639px) {
  #point {
    padding-bottom: 100px;
  }
}

/* =====================================================
    consecutive_list
=====================================================*/
.consecutive_list {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}

.consecutive_item {
  display: block;
  color: inherit;
  text-decoration: none;
  position: relative;
  background-color: #fff;
  color: #000;
  padding: 15px 50px 15px 15px;
  border-radius: 5px;
  transition: all 0.3s ease-in-out;
}
@media screen and (min-width: 980px) {
  .consecutive_item {
    padding: 20px 40px 20px 20px;
  }
}
.consecutive_item .number, .consecutive_item .text {
  transition: all 0.3s ease-in-out;
}
.consecutive_item .number {
  font-size: min(3.5897435897vw, 1.4rem);
  font-weight: 700;
  line-height: 1.4em;
  letter-spacing: 0.03em;
  color: #C8C8C8;
  margin-bottom: 5px;
}
@media screen and (min-width: 980px) {
  .consecutive_item .number {
    font-size: 1.6rem;
  }
}
.consecutive_item .number .large {
  font-size: 120%;
}
.consecutive_item .text {
  font-size: min(3.8461538462vw, 1.6rem);
  font-weight: 700;
  line-height: 1.5em;
  letter-spacing: 0.03em;
}
@media screen and (min-width: 980px) {
  .consecutive_item .text {
    font-size: 1.8rem;
  }
}
.consecutive_item:after {
  content: "";
  mask-image: url(../../img/common/arrow_down.svg);
  background: #00C2ED;
  mask-size: contain;
  mask-repeat: no-repeat;
  mask-position: center center;
  position: absolute;
  right: 15px;
  top: 50%;
  width: 7px;
  height: 10px;
  margin-top: -5px;
  transition: all 0.3s ease-in-out;
}
@media screen and (min-width: 980px) {
  .consecutive_item:after {
    right: 20px;
    width: 10px;
    height: 15px;
    margin-top: -7px;
  }
}

@media (hover: hover) and (pointer: fine) {
  a.consecutive_item:hover {
    background-color: #00C2ED;
    color: #fff;
  }
  a.consecutive_item:hover .number {
    color: #fff;
  }
  a.consecutive_item:hover .text {
    color: #fff;
  }
  a.consecutive_item:hover:after {
    background: #fff;
  }
}

.consecutive_item + .consecutive_item {
  margin-top: 5px;
}
@media screen and (min-width: 980px) {
  .consecutive_item + .consecutive_item {
    margin-top: 10px;
  }
}

.consecutive_list {
  margin-top: 50px;
}
@media screen and (min-width: 640px) {
  .consecutive_list {
    margin-top: 60px;
  }
}
@media screen and (min-width: 980px) {
  .consecutive_list {
    margin-top: 80px;
  }
}

.point_list {
  margin-top: 60px;
}
@media screen and (min-width: 640px) {
  .point_list {
    margin-top: 70px;
  }
}
@media screen and (min-width: 980px) {
  .point_list {
    margin-top: 80px;
  }
}

@media screen and (min-width: 640px) {
  .point_item {
    display: flex;
    align-items: center;
    gap: 0px 5%;
  }
}
.point_item + .point_item {
  margin-top: 95px;
}
@media screen and (min-width: 640px) {
  .point_item + .point_item {
    margin-top: 60px;
  }
}
@media screen and (min-width: 980px) {
  .point_item + .point_item {
    margin-top: 100px;
  }
}

.point_item__img {
  position: relative;
}
@media screen and (min-width: 640px) {
  .point_item__img {
    width: 35%;
  }
}
.point_item__img .img img {
  width: 100%;
  height: auto;
}
.point_item__img .num {
  position: absolute;
  left: 0px;
  top: 0px;
  font-size: 18.4615384615vw;
  font-weight: 700;
  line-height: 1em;
  letter-spacing: 0.03em;
  color: #000;
}
@media screen and (min-width: 640px) {
  .point_item__img .num {
    font-size: 7.5vw;
  }
}
@media screen and (min-width: 980px) {
  .point_item__img .num {
    font-size: 6.5rem;
  }
}

.point_item__text {
  margin-top: 40px;
}
@media screen and (max-width: 639px) {
  .point_item__text {
    max-width: 92%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (min-width: 640px) {
  .point_item__text {
    flex: 1;
    margin-top: 0px;
  }
}
.point_item__text .title {
  font-size: 4.6153846154vw;
  font-weight: 700;
  line-height: 1.5em;
  letter-spacing: 0.03em;
  margin-bottom: 35px;
}
@media screen and (min-width: 640px) {
  .point_item__text .title {
    font-size: 2.4vw;
    margin-bottom: 10px;
  }
}
@media screen and (min-width: 980px) {
  .point_item__text .title {
    font-size: 2.5rem;
    margin-bottom: 20px;
  }
}
@media screen and (min-width: 1200px) {
  .point_item__text .title {
    font-size: 3.2rem;
    margin-bottom: 40px;
  }
}
.point_item__text .text {
  line-height: 1.8em;
  letter-spacing: 0.05em;
  font-size: min(3.8461538462vw, 1.5rem);
}
@media screen and (min-width: 640px) {
  .point_item__text .text {
    font-size: 2vw;
  }
}
@media screen and (min-width: 980px) {
  .point_item__text .text {
    font-size: 1.6rem;
  }
}
.point_item__text .text + .text {
  margin-top: 1em;
}
@media screen and (min-width: 640px) {
  .point_item__text .text + .text {
    margin-top: 0.5em;
  }
}
@media screen and (min-width: 980px) {
  .point_item__text .text + .text {
    margin-top: 1em;
  }
}

#check {
  padding-top: 0px;
}
@media screen and (max-width: 639px) {
  #check {
    padding-bottom: 100px;
  }
}

.check_intro {
  margin-top: 50px;
}
@media screen and (min-width: 640px) {
  .check_intro {
    margin-top: 60px;
  }
}
@media screen and (min-width: 980px) {
  .check_intro {
    margin-top: 80px;
  }
}
.check_intro .text {
  line-height: 1.8em;
  letter-spacing: 0.05em;
  font-size: min(3.8461538462vw, 1.5rem);
}
.check_intro .text + .text {
  margin-top: 1em;
}
@media screen and (min-width: 640px) {
  .check_intro .text + .text {
    margin-top: 0.5em;
  }
}
@media screen and (min-width: 980px) {
  .check_intro .text + .text {
    margin-top: 1em;
  }
}

.check_terms {
  margin-top: 30px;
}

.check_terms {
  padding-top: 30px;
  margin-top: 30px;
  border-top: 1px solid #C8C8C8;
}
@media screen and (min-width: 640px) {
  .check_terms {
    padding-top: 30px;
    margin-top: 35px;
  }
}
@media screen and (min-width: 980px) {
  .check_terms {
    padding-top: 35px;
    margin-top: 40px;
  }
}
.check_terms .terms_title .check {
  position: relative;
  color: #C8C8C8;
  font-size: 1.4rem;
  line-height: 1em;
  padding-left: 20px;
}
@media screen and (min-width: 640px) {
  .check_terms .terms_title .check {
    font-size: 1.5rem;
    padding-left: 22px;
  }
}
@media screen and (min-width: 980px) {
  .check_terms .terms_title .check {
    font-size: 1.6rem;
    padding-left: 25px;
  }
}
.check_terms .terms_title .check:before {
  content: "";
  width: 14px;
  height: 14px;
  background-image: url(../../img/details/icon_check.svg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: absolute;
  left: 0px;
  top: 0.5em;
  margin-top: -9px;
}
@media screen and (min-width: 640px) {
  .check_terms .terms_title .check:before {
    width: 16px;
    height: 16px;
    margin-top: -10px;
  }
}
@media screen and (min-width: 980px) {
  .check_terms .terms_title .check:before {
    width: 18px;
    height: 18px;
    margin-top: -11px;
  }
}
.check_terms .terms_title .title {
  margin-top: 3px;
  font-size: min(3.8461538462vw, 1.7rem);
  line-height: 1.5em;
  font-weight: 700;
}
@media screen and (min-width: 640px) {
  .check_terms .terms_title .title {
    margin-top: 5px;
    font-size: 1.8rem;
  }
}
@media screen and (min-width: 980px) {
  .check_terms .terms_title .title {
    margin-top: 8px;
    font-size: 1.9rem;
  }
}
.check_terms .terms_list {
  margin-top: 10px;
}
@media screen and (min-width: 640px) {
  .check_terms .terms_list {
    margin-top: 15px;
  }
}
@media screen and (min-width: 980px) {
  .check_terms .terms_list {
    margin-top: 20px;
  }
}
.check_terms .terms_item {
  display: flex;
}
.check_terms .terms_item + .terms_item {
  margin-top: 2px;
}
@media screen and (min-width: 640px) {
  .check_terms .terms_item + .terms_item {
    margin-top: 3px;
  }
}
@media screen and (min-width: 980px) {
  .check_terms .terms_item + .terms_item {
    margin-top: 4px;
  }
}
.check_terms .terms_item .label, .check_terms .terms_item .value {
  width: 50%;
  display: flex;
  align-items: center;
  padding: 0.5em 0.8em;
  font-size: min(3.5897435897vw, 1.6rem);
  line-height: 1.5em;
}
@media screen and (min-width: 640px) {
  .check_terms .terms_item .label, .check_terms .terms_item .value {
    width: 45%;
    padding: 0.8em 1em;
    font-size: 1.5rem;
    line-height: 1.4em;
  }
}
@media screen and (min-width: 980px) {
  .check_terms .terms_item .label, .check_terms .terms_item .value {
    width: 40%;
    padding: 0.8em 1.2em;
    font-size: 1.6rem;
  }
}
.check_terms .terms_item .label {
  background-color: #D9D9D9;
  border-radius: 5px 0px 0px 5px;
  font-weight: 600;
}
@media screen and (min-width: 640px) {
  .check_terms .terms_item .label {
    border-radius: 6px 0px 0px 6px;
  }
}
@media screen and (min-width: 980px) {
  .check_terms .terms_item .label {
    border-radius: 8px 0px 0px 8px;
  }
}
.check_terms .terms_item .value {
  background-color: #F5F5F5;
}
@media screen and (min-width: 640px) {
  .check_terms .terms_item .value {
    width: 55%;
  }
}
@media screen and (min-width: 980px) {
  .check_terms .terms_item .value {
    width: 60%;
  }
}

.goods_content {
  margin-top: 100px;
}
@media screen and (min-width: 640px) {
  .goods_content {
    margin-top: 120px;
  }
}
@media screen and (min-width: 980px) {
  .goods_content {
    margin-top: 150px;
  }
}

.goods_intro {
  margin-top: 30px;
}
@media screen and (min-width: 640px) {
  .goods_intro {
    margin-top: 40px;
  }
}
@media screen and (min-width: 980px) {
  .goods_intro {
    margin-top: 50px;
  }
}
.goods_intro .text {
  line-height: 1.8em;
  letter-spacing: 0.05em;
  font-size: min(3.8461538462vw, 1.5rem);
}
@media screen and (min-width: 980px) {
  .goods_intro .text {
    font-size: 1.6rem;
  }
}

.goods_list {
  margin-top: 50px;
  display: flex;
  flex-wrap: wrap;
  gap: 20px 4%;
}
@media screen and (min-width: 640px) {
  .goods_list {
    margin-top: 60px;
    gap: 40px 2%;
  }
}
@media screen and (min-width: 980px) {
  .goods_list {
    margin-top: 80px;
    gap: 60px 2%;
  }
}

.goods_item {
  width: 48%;
}
@media screen and (min-width: 640px) {
  .goods_item {
    width: 32%;
  }
}
@media screen and (min-width: 980px) {
  .goods_item {
    width: 23%;
  }
}
.goods_item .img {
  max-width: 95%;
  margin: 0px auto;
}
.goods_item .img img {
  border-radius: 50%;
}
.goods_item .text {
  margin-top: 8px;
  text-align: center;
  font-weight: 700;
  line-height: 1.5em;
  letter-spacing: 0.05em;
  font-size: min(3.8461538462vw, 1.5rem);
}
@media screen and (min-width: 640px) {
  .goods_item .text {
    font-size: 2.3vw;
  }
}
@media screen and (min-width: 980px) {
  .goods_item .text {
    font-size: 1.6rem;
  }
}

#staff {
  overflow: hidden;
  position: relative;
  background-color: #00C2ED;
}
@media screen and (max-width: 639px) {
  #staff {
    padding-top: 100px;
    padding-bottom: 120px;
  }
}
#staff .contents_title_02:before {
  background-color: rgba(255, 255, 255, 0.5);
}
#staff .contents_title_02:after {
  background-color: #000;
}
#staff:before {
  content: "";
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background-image: url(../../img/common/pattern_noise.webp);
}
@media screen and (min-width: 980px) {
  #staff .contents_inner {
    max-width: 100%;
  }
}
@media screen and (min-width: 980px) {
  #staff .contents_title_02 {
    max-width: 1080px;
    margin: 0px auto;
  }
}

.staff_intro {
  max-width: 1080px;
  margin: 50px auto 0px auto;
}
@media screen and (min-width: 640px) {
  .staff_intro {
    margin-top: 60px;
  }
}

.review_slider {
  z-index: 11;
  margin: 50px -5vw 0px -5vw;
}
@media screen and (min-width: 640px) {
  .review_slider {
    margin: 60px -30px 0px -30px;
  }
}
@media screen and (min-width: 980px) {
  .review_slider {
    margin: 70px -40px 0px -40px;
  }
}

/* =====================================================
    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;
  }
}

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