.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;
}

#bg_blue {
  position: relative;
  background-color: #00C2ED;
}
#bg_blue:before {
  content: "";
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background-image: url(../../img/common/pattern_noise.webp);
  pointer-events: none;
}
#bg_blue > * {
  position: relative;
  z-index: 11;
}

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

@media screen and (min-width: 1480px) {
  .contents_title__text {
    margin-left: -5vw;
  }
}

section, .mov_line {
  overflow: hidden;
}

/* =====================================================
    fv
=====================================================*/
#fv {
  position: relative;
  z-index: 11;
  overflow: hidden;
  padding: 25px 5vw 0px 5vw;
}
@media screen and (min-width: 640px) {
  #fv {
    padding: 50px 30px 0px 30px;
  }
}
@media screen and (min-width: 980px) {
  #fv {
    padding: 80px 40px 0px 40px;
  }
}
@media screen and (min-width: 1200px) {
  #fv {
    padding: 90px 40px 0px 40px;
  }
}
#fv .cta {
  margin-top: 20px;
}
@media screen and (max-width: 639px) {
  #fv .cta {
    margin-left: -2.5vw;
    margin-right: -2.5vw;
  }
}
@media screen and (min-width: 640px) {
  #fv .cta {
    max-width: 100%;
    margin-top: 20px;
  }
}
@media screen and (min-width: 980px) {
  #fv .cta {
    margin-top: 25px;
  }
}
#fv .contents_inner {
  max-width: 100%;
}

@media screen and (max-width: 639px) {
  .fv_contents {
    position: relative;
    display: flex;
    flex-direction: column-reverse;
    padding-top: 37.3333333333vw;
  }
}
@media screen and (min-width: 640px) {
  .fv_contents {
    display: flex;
    align-items: center;
    gap: 0px 5%;
  }
}
@media screen and (min-width: 1200px) {
  .fv_contents {
    gap: 0px 160px;
    justify-content: center;
  }
}
@media screen and (max-width: 639px) {
  .fv_contents .fv_title {
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 11;
  }
}

@media screen and (min-width: 640px) {
  .fv_contents__main {
    width: 55%;
  }
}
@media screen and (min-width: 980px) {
  .fv_contents__main {
    width: 50%;
  }
}
@media screen and (min-width: 1200px) {
  .fv_contents__main {
    width: 530px;
  }
}

@media screen and (min-width: 640px) {
  .fv_contents__image {
    width: 40%;
  }
}
@media screen and (min-width: 980px) {
  .fv_contents__image {
    width: 45%;
  }
}
@media screen and (min-width: 1200px) {
  .fv_contents__image {
    width: 400px;
  }
}

@media screen and (max-width: 979px) {
  .fv_contents__fixed {
    display: none;
  }
}
@media screen and (min-width: 980px) {
  .fv_contents__fixed {
    position: absolute;
    right: 10px;
    top: 20px;
    writing-mode: vertical-rl;
    text-orientation: mixed;
  }
}

@media screen and (min-width: 1200px) {
  .fv_contents__fixed {
    font-size: 1.8rem;
  }
}

@media screen and (min-width: 640px) {
  .fv_title {
    max-width: 500px;
    margin: 0px auto;
  }
}
@media screen and (min-width: 980px) {
  .fv_title {
    max-width: 600px;
  }
}
.fv_title .top, .fv_title .middle, .fv_title .logo {
  display: block;
  text-align: center;
  font-weight: 700;
  line-height: 1em;
}
@media screen and (max-width: 639px) {
  .fv_title .top, .fv_title .middle, .fv_title .logo {
    white-space: nowrap;
  }
}
.fv_title .top {
  letter-spacing: 0.08em;
  font-size: 10.7692307692vw;
  padding: 0.05em 0px 0.12em 0px;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
}
@media screen and (min-width: 640px) {
  .fv_title .top {
    font-size: 6.2vw;
  }
}
@media screen and (min-width: 980px) {
  .fv_title .top {
    padding: 0.15em 0px 0.25em 0px;
    font-size: 5.3vw;
  }
}
@media screen and (min-width: 1200px) {
  .fv_title .top {
    font-size: 6rem;
  }
}
.fv_title .middle {
  letter-spacing: 0.04em;
  font-size: 4.6153846154vw;
  padding: 0.1em 0px 0.2em 0px;
}
@media screen and (min-width: 640px) {
  .fv_title .middle {
    font-size: 2.5vw;
  }
}
@media screen and (min-width: 980px) {
  .fv_title .middle {
    padding: 0.4em 0px 0.5em 0px;
    font-size: 2.2vw;
  }
}
@media screen and (min-width: 1200px) {
  .fv_title .middle {
    font-size: 2.4rem;
  }
}
.fv_title .logo {
  padding: 0.18em 3px 0.45em 0px;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
}
@media screen and (min-width: 980px) {
  .fv_title .logo {
    padding: 15px 3px 10px 0px;
  }
}
@media screen and (min-width: 1200px) {
  .fv_title .logo {
    padding: 25px 3px 15px 0px;
  }
}
.fv_title .logo svg {
  display: block;
  width: 100%;
  height: auto;
}
@media screen and (min-width: 640px) {
  .fv_title .logo svg {
    margin: 0px auto;
    width: 100%;
  }
}
@media screen and (min-width: 980px) {
  .fv_title .logo svg {
    width: 90%;
  }
}
@media screen and (min-width: 1200px) {
  .fv_title .logo svg {
    max-width: 480px;
  }
}
@media screen and (min-width: 980px) {
  .fv_title .logo .logo_sp {
    display: none;
  }
}
@media screen and (max-width: 979px) {
  .fv_title .logo .logo_pc {
    display: none;
  }
}

.fv_circle {
  position: relative;
  margin: 2.5641025641vw auto 0px auto;
  width: 200px;
  height: 200px;
  border-radius: 50%;
  background-color: #fff;
  border: 8px solid #000;
}
@media screen and (min-width: 640px) {
  .fv_circle {
    width: 220px;
    height: 220px;
    margin-top: 25px;
  }
}
@media screen and (min-width: 980px) {
  .fv_circle {
    width: 320px;
    height: 320px;
    border-width: 8px;
    margin-top: 30px;
  }
}
@media screen and (min-width: 1200px) {
  .fv_circle {
    width: 395px;
    height: 395px;
  }
}

.fv_circle_item {
  padding-top: 10px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  overflow: hidden;
}
.fv_circle_item .top, .fv_circle_item .bottom {
  font-weight: 900;
  line-height: 1em;
  letter-spacing: 0.03em;
  text-align: center;
}
.fv_circle_item .top {
  font-size: min(3.8461538462vw, 1.5rem);
}
@media screen and (min-width: 640px) {
  .fv_circle_item .top {
    font-size: 2.1vw;
  }
}
@media screen and (min-width: 980px) {
  .fv_circle_item .top {
    font-size: 2rem;
  }
}
@media screen and (min-width: 1200px) {
  .fv_circle_item .top {
    font-size: 2.4rem;
  }
}
.fv_circle_item .bottom {
  font-size: min(6.6666666667vw, 2.6rem);
}
@media screen and (min-width: 640px) {
  .fv_circle_item .bottom {
    font-size: 4.2vw;
  }
}
@media screen and (min-width: 980px) {
  .fv_circle_item .bottom {
    font-size: 3.8rem;
  }
}
@media screen and (min-width: 1200px) {
  .fv_circle_item .bottom {
    font-size: 4.8rem;
  }
}
.fv_circle_item .icon {
  margin: 3px 0px;
}
@media screen and (min-width: 980px) {
  .fv_circle_item .icon {
    margin: 5px 0px;
    width: 120px;
  }
}
@media screen and (min-width: 1200px) {
  .fv_circle_item .icon {
    width: 180px;
  }
}
@media screen and (min-width: 980px) {
  .fv_circle_item .icon svg, .fv_circle_item .icon img {
    width: 100%;
    height: auto;
  }
}
.fv_circle_item video {
  width: 130%;
  height: 130%;
  object-fit: cover;
  overflow: hidden;
  clip-path: circle(41.5% at 50% 50%);
}

.fv_text {
  margin-top: 10px;
}
@media screen and (min-width: 640px) {
  .fv_text {
    margin-top: 20px;
  }
}
@media screen and (min-width: 980px) {
  .fv_text {
    margin-top: 25px;
  }
}
@media screen and (min-width: 1200px) {
  .fv_text {
    margin-top: 35px;
  }
}
.fv_text .text {
  text-align: center;
  font-weight: 700;
  font-size: min(4.358974359vw, 1.7rem);
}
@media screen and (min-width: 640px) {
  .fv_text .text {
    font-size: 3.2vw;
  }
}
@media screen and (min-width: 980px) {
  .fv_text .text {
    font-size: 2rem;
  }
}
@media screen and (min-width: 1200px) {
  .fv_text .text {
    padding: 0px 0.1em;
    font-size: 3.2rem;
  }
}
.fv_text .line, .fv_text .large {
  display: inline-block;
  font-size: min(7.6923076923vw, 3rem);
  letter-spacing: 0.05em;
}
@media screen and (min-width: 640px) {
  .fv_text .line, .fv_text .large {
    font-size: 4.2vw;
  }
}
@media screen and (min-width: 980px) {
  .fv_text .line, .fv_text .large {
    font-size: 3.6rem;
  }
}
@media screen and (min-width: 1200px) {
  .fv_text .line, .fv_text .large {
    font-size: 4rem;
  }
}
.fv_text .line {
  padding: 0.08em 0px 0.17em 0px;
  min-width: 3.8em;
  text-align: center;
  background-color: #fff;
  border-radius: 5px;
  margin-right: 10px;
}
@media screen and (min-width: 640px) {
  .fv_text .line {
    padding: 0.1em 0px 0.15em 0px;
  }
}
@media screen and (min-width: 980px) {
  .fv_text .line {
    padding: 0.15em 0px 0.25em 0px;
  }
}
@media screen and (min-width: 1200px) {
  .fv_text .line {
    min-width: 3.5em;
  }
}
.fv_text .large {
  margin-left: 8px;
}

@keyframes loop {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: -30000px 0;
  }
}
.fv_line {
  margin: 8px -5vw 0px -5vw;
  padding: 3px 0px;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
}
@media screen and (min-width: 640px) {
  .fv_line {
    margin: 30px -30px 0px -30px;
    padding: 5px 0px;
  }
}
@media screen and (min-width: 980px) {
  .fv_line {
    margin: 30px -40px 0px -40px;
    padding: 8px 0px;
  }
}
.fv_line .fv_line__text {
  width: 110vw;
  height: 18px;
  background-image: url(../../img/top/fv_line.webp);
  background-size: 351px 18px;
  background-repeat: repeat-x;
  animation: loop 1000s linear infinite;
}
@media screen and (min-width: 980px) {
  .fv_line .fv_line__text {
    background-image: url(../../img/top/fv_line_pc.webp);
    height: 29px;
    background-size: 480px 29px;
  }
}

/* =====================================================
    cta
=====================================================*/
/* =====================================================
    cta
=====================================================*/
@media screen and (min-width: 640px) {
  .cta {
    max-width: 85%;
    margin: 0px auto;
  }
}
@media screen and (min-width: 980px) {
  .cta {
    max-width: 680px;
  }
}

.cta_head {
  background-color: #000;
  padding: 5px 0px;
  border-radius: 10px 10px 0px 0px;
}
@media screen and (min-width: 640px) {
  .cta_head {
    padding: 8px 0px;
  }
}
@media screen and (min-width: 980px) {
  .cta_head {
    padding: 10px 0px;
  }
}
.cta_head .text {
  color: #fff;
  font-size: min(4.358974359vw, 2.1rem);
  font-weight: 700;
  line-height: 1em;
  letter-spacing: 0.03em;
  text-align: center;
}
@media screen and (min-width: 640px) {
  .cta_head .text {
    font-size: 2.8vw;
  }
}
@media screen and (min-width: 980px) {
  .cta_head .text {
    font-size: 1.8rem;
  }
}

.cta_body {
  background-color: #fff;
  display: flex;
}

.cta_body__item {
  width: 50%;
}
.cta_body__item._reservation {
  background-color: #ACFFB1;
}
.cta_body__item._beginner {
  background-color: #fff;
}
.cta_body__item._online {
  background-color: #00C2ED;
}

.cta_body__link {
  padding: 8px 0px 14px 0px;
  display: block;
}
@media screen and (min-width: 640px) {
  .cta_body__link {
    padding: 20px 0px;
  }
}
@media screen and (min-width: 980px) {
  .cta_body__link {
    padding: 18px 0px;
  }
}
.cta_body__link .icon {
  width: 20px;
  margin: 0px auto;
}
@media screen and (min-width: 640px) {
  .cta_body__link .icon {
    width: 25px;
  }
}
@media screen and (min-width: 980px) {
  .cta_body__link .icon {
    line-height: 1em;
  }
}
@media screen and (min-width: 980px) {
  .cta_body__link .icon img {
    width: 100%;
    height: auto;
  }
}
.cta_body__link .text {
  margin-top: 8px;
  color: #000;
  text-align: center;
  font-size: min(4.1025641026vw, 1.6rem);
  font-weight: 700;
  line-height: 1em;
  letter-spacing: 0.03em;
}
@media screen and (min-width: 640px) {
  .cta_body__link .text {
    font-size: 2.6vw;
    margin-top: 10px;
  }
}
@media screen and (min-width: 980px) {
  .cta_body__link .text {
    font-size: 1.7rem;
  }
}

.cta_body__link {
  transition: 0.3s ease all;
}
.cta_body__link .icon {
  transition: 0.3s ease all;
}
.cta_body__link .text {
  transition: 0.3s ease all;
}
.cta_body__link:hover .icon {
  transform: scale(1.1);
}

.cta_bottom {
  border-top: 1px solid #D9D9D9;
  background-color: #fff;
  padding: 5px 0px 10px 0px;
  border-radius: 0px 0px 10px 10px;
}
@media screen and (min-width: 640px) {
  .cta_bottom {
    padding: 8px 0px 12px 0px;
  }
}
@media screen and (min-width: 980px) {
  .cta_bottom {
    padding: 10px 0px 15px 0px;
  }
}
.cta_bottom:has(.tel) {
  padding-top: 10px;
}
.cta_bottom .text {
  color: #000;
  font-size: min(4.6153846154vw, 1.8rem);
  font-weight: 700;
  line-height: 1em;
  letter-spacing: 0.03em;
  text-align: center;
}
@media screen and (min-width: 640px) {
  .cta_bottom .text {
    font-size: 2.8vw;
  }
}
@media screen and (min-width: 980px) {
  .cta_bottom .text {
    font-size: 2rem;
  }
}
.cta_bottom .tel {
  margin-top: 8px;
  line-height: 1em;
  text-align: center;
}
.cta_bottom .tel a {
  color: #000;
  display: inline-block;
  font-size: min(5.641025641vw, 2.4rem);
  font-weight: 700;
  line-height: 1em;
  letter-spacing: 0.03em;
}
@media screen and (min-width: 640px) {
  .cta_bottom .tel a {
    font-size: 3.8vw;
  }
}
@media screen and (min-width: 980px) {
  .cta_bottom .tel a {
    font-size: 3.2rem;
  }
}

/* =====================================================
    pickup
=====================================================*/
#pickup {
  overflow: hidden;
  padding: 55px 5vw 100px 5vw;
}
@media screen and (min-width: 640px) {
  #pickup {
    padding: 70px 30px;
  }
}
@media screen and (min-width: 980px) {
  #pickup {
    padding: 100px 40px 100px 40px;
  }
}
@media screen and (min-width: 1200px) {
  #pickup {
    padding: 100px 40px 100px 40px;
  }
}
#pickup .contents_inner {
  max-width: 100%;
}

.pickup_title {
  margin-bottom: 25px;
}
@media screen and (min-width: 640px) {
  .pickup_title {
    margin-bottom: 30px;
  }
}
@media screen and (min-width: 980px) {
  .pickup_title {
    margin-bottom: 40px;
  }
}
.pickup_title .pickup_title__text {
  color: #fff;
  font-size: min(8.9743589744vw, 3.5rem);
  font-weight: 700;
  line-height: 1em;
  letter-spacing: 0.03em;
  text-align: center;
}
@media screen and (min-width: 640px) {
  .pickup_title .pickup_title__text {
    font-size: 6vw;
  }
}
@media screen and (min-width: 980px) {
  .pickup_title .pickup_title__text {
    font-size: 4rem;
  }
}

.pickup_item__link {
  display: block;
  padding: 10px 10px 25px 10px;
  background-color: #fff;
  border-radius: 10px;
  filter: drop-shadow(0px 0px 3px rgba(0, 0, 0, 0.2));
}
@media screen and (min-width: 640px) {
  .pickup_item__link {
    padding: 20px 20px 35px 20px;
  }
}
@media screen and (min-width: 980px) {
  .pickup_item__link {
    padding: 20px 20px 35px 20px;
  }
}

.pickup_item__link {
  transition: 0.3s ease all;
}
.pickup_item__link .pickup_item__image {
  overflow: hidden;
  border-radius: 5px;
}
.pickup_item__link .pickup_item__image img {
  transition: 0.3s ease all;
}
@media (hover: hover) and (pointer: fine) {
  .pickup_item__link:hover .pickup_item__image img {
    transform: scale(1.1);
  }
}

.pickup_item__image {
  aspect-ratio: 290/164;
  height: 42.0512820513vw;
}
@media screen and (min-width: 640px) {
  .pickup_item__image {
    height: 30.46875vw;
  }
}
@media screen and (min-width: 980px) {
  .pickup_item__image {
    height: 204px;
  }
}
.pickup_item__image img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.pickup_item__text {
  margin-top: 20px;
  color: #000;
  font-size: min(4.1025641026vw, 1.6rem);
  font-weight: 700;
  line-height: 1.4em;
  letter-spacing: 0.03em;
}
@media screen and (min-width: 640px) {
  .pickup_item__text {
    font-size: min(2.8vw, 1.8rem);
    line-height: 1.5em;
    margin-top: 18px;
  }
}
@media screen and (min-width: 980px) {
  .pickup_item__text {
    font-size: 1.8rem;
    margin-top: 20px;
  }
}
.pickup_item__text .text {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  white-space: normal;
}

.pickup_slider {
  margin: 0px -5vw;
}

.pickup_pagination {
  margin-top: 50px;
  display: flex;
  justify-content: center;
  gap: 0px 25px;
}
@media screen and (min-width: 640px) {
  .pickup_pagination {
    margin-top: 60px;
    gap: 0px 30px;
  }
}
@media screen and (min-width: 980px) {
  .pickup_pagination {
    margin-top: 70px;
    gap: 0px 35px;
  }
}

.pickup_pagination__prev, .pickup_pagination__next {
  position: relative;
  display: block;
  width: 50px;
  height: 50px;
  background-color: #000;
  border-radius: 50%;
  cursor: pointer;
}
@media screen and (min-width: 640px) {
  .pickup_pagination__prev, .pickup_pagination__next {
    width: 55px;
    height: 55px;
  }
}
@media screen and (min-width: 980px) {
  .pickup_pagination__prev, .pickup_pagination__next {
    width: 60px;
    height: 60px;
  }
}
.pickup_pagination__prev:before, .pickup_pagination__next:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  border-top: 2px solid #06C5F0;
  border-right: 2px solid #06C5F0;
  width: 8px;
  height: 8px;
  margin-top: -5px;
}
@media screen and (min-width: 980px) {
  .pickup_pagination__prev:before, .pickup_pagination__next:before {
    width: 10px;
    height: 10px;
    margin-top: -6px;
  }
}

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

.pickup_pagination__next:before {
  transform: rotate(45deg);
  margin-left: -6px;
}

.pickup_pagination__count {
  display: flex;
  align-items: center;
}

.pickup_pagination__now {
  padding-right: 20px;
}
.pickup_pagination__now .text {
  font-size: min(7.4358974359vw, 2.9rem);
}
@media screen and (min-width: 640px) {
  .pickup_pagination__now .text {
    font-size: 3.8vw;
  }
}
@media screen and (min-width: 980px) {
  .pickup_pagination__now .text {
    font-size: 3.2rem;
  }
}

.pickup_pagination__max {
  position: relative;
  padding-left: 20px;
}
.pickup_pagination__max:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0px;
  width: 2px;
  height: 25px;
  background-color: #000;
  transform: translateY(-50%);
}
@media screen and (min-width: 980px) {
  .pickup_pagination__max:before {
    height: 30px;
  }
}
.pickup_pagination__max .text {
  font-size: min(4.8717948718vw, 1.9rem);
}
@media screen and (min-width: 640px) {
  .pickup_pagination__max .text {
    font-size: 2.5vw;
  }
}
@media screen and (min-width: 980px) {
  .pickup_pagination__max .text {
    font-size: 2.2rem;
  }
}

/* =====================================================
    pettype
=====================================================*/
#pettype {
  padding-top: 0px;
}
@media screen and (max-width: 639px) {
  #pettype {
    padding-bottom: 120px;
  }
}

.pettype_list {
  margin-top: 45px;
  display: flex;
  flex-wrap: wrap;
  gap: 30px 4%;
}
@media screen and (min-width: 640px) {
  .pettype_list {
    margin-top: 55px;
    gap: 50px 3%;
  }
}
@media screen and (min-width: 980px) {
  .pettype_list {
    margin: 80px auto 0px auto;
    max-width: 820px;
    gap: 50px 2%;
  }
}
@media screen and (min-width: 1200px) {
  .pettype_list {
    max-width: 1200px;
  }
}

.pettype_item {
  width: 48%;
}
@media screen and (min-width: 640px) {
  .pettype_item {
    width: 31.33%;
  }
}
@media screen and (min-width: 980px) {
  .pettype_item {
    width: 32%;
  }
}
@media screen and (min-width: 1200px) {
  .pettype_item {
    width: 15%;
  }
}

.pettype_item__link {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fff;
  border-radius: 50%;
  width: 40vw;
  height: 40vw;
  margin: 0px auto;
}
@media screen and (min-width: 640px) {
  .pettype_item__link {
    width: 150px;
    height: 150px;
  }
}
@media screen and (min-width: 980px) {
  .pettype_item__link {
    width: 200px;
    height: 200px;
  }
}
@media screen and (min-width: 1200px) {
  .pettype_item__link {
    width: 165px;
    height: 165px;
  }
}
.pettype_item__link .icon {
  width: 60px;
  margin-bottom: 10px;
}
@media screen and (min-width: 980px) {
  .pettype_item__link .icon {
    width: 70px;
  }
}
@media screen and (min-width: 1200px) {
  .pettype_item__link .icon {
    width: 60px;
  }
}
@media screen and (min-width: 980px) {
  .pettype_item__link .icon img {
    width: 100%;
    height: auto;
  }
}
.pettype_item__link .text {
  position: absolute;
  left: 50%;
  bottom: 25px;
  transform: translateX(-50%);
  font-size: min(3.5897435897vw, 1.4rem);
  color: #D9D9D9;
  white-space: nowrap;
  font-weight: 700;
  line-height: 1em;
  letter-spacing: 0.03em;
  text-align: center;
}
@media screen and (min-width: 640px) {
  .pettype_item__link .text {
    font-size: 2vw;
    bottom: 25px;
  }
}
@media screen and (min-width: 980px) {
  .pettype_item__link .text {
    font-size: 1.5rem;
    bottom: 30px;
  }
}
@media screen and (min-width: 1200px) {
  .pettype_item__link .text {
    font-size: 1.4rem;
  }
}

.pettype_item__link {
  transition: 0.3s ease all;
}
.pettype_item__link .text {
  transition: 0.3s ease all;
}
@media (hover: hover) and (pointer: fine) {
  .pettype_item__link:hover {
    background-color: #00C2ED;
  }
  .pettype_item__link:hover .text {
    color: #000;
  }
}

.pettype_item__text {
  margin-top: 8px;
  text-align: center;
  font-size: min(3.8461538462vw, 1.5rem);
  font-weight: 700;
  line-height: 1.4em;
  letter-spacing: 0.03em;
}
@media screen and (min-width: 640px) {
  .pettype_item__text {
    font-size: 2.5vw;
    margin-top: 15px;
  }
}
@media screen and (min-width: 980px) {
  .pettype_item__text {
    font-size: 1.7rem;
    margin-top: 18px;
  }
}

/* =====================================================
	popular
=====================================================*/
#popular {
  padding-top: 0px;
}
@media screen and (max-width: 639px) {
  #popular {
    padding-bottom: 120px;
  }
}
@media screen and (min-width: 640px) {
  #popular {
    padding-bottom: 100px;
  }
}
#popular .contents_inner {
  max-width: 100%;
}
#popular .contents_title {
  max-width: 1200px;
  margin: 0px auto;
}

.popular_list {
  margin: 0px -5vw;
  display: flex;
  flex-wrap: wrap;
}
@media screen and (min-width: 640px) {
  .popular_list {
    margin: 0px -30px;
  }
}
@media screen and (min-width: 980px) {
  .popular_list {
    margin: 0px -40px;
  }
}

.popular_item {
  position: relative;
  width: 50%;
}
@media screen and (min-width: 768px) {
  .popular_item {
    width: 25%;
  }
}
.popular_item .popular_item__link {
  display: block;
  background-color: #fff;
}
.popular_item .popular_item__image {
  padding-left: 2.4em;
  width: 100%;
}
@media screen and (min-width: 640px) {
  .popular_item .popular_item__image {
    padding-left: 3em;
  }
}
@media screen and (min-width: 980px) {
  .popular_item .popular_item__image {
    padding-left: 3em;
  }
}
.popular_item .popular_item__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.popular_item__link {
  overflow: hidden;
  transition: 0.3s ease all;
}
.popular_item__link .popular_item__image {
  transition: 0.3s ease all;
}
.popular_item__link .popular_item__text {
  transition: 0.3s ease all;
}
@media (hover: hover) and (pointer: fine) {
  .popular_item__link:hover {
    background-color: #00C2ED;
  }
  .popular_item__link:hover .popular_item__image {
    transform: scale(1.1);
  }
  .popular_item__link:hover .popular_item__text {
    background-color: #00C2ED;
  }
}

.popular_item__text {
  position: absolute;
  left: 0px;
  top: 0px;
  background-color: #fff;
  z-index: 11;
  height: 100%;
  padding: 10px 0.7em 15px 0.7em;
}
@media screen and (min-width: 640px) {
  .popular_item__text {
    padding: 23px 1em;
  }
}
@media screen and (min-width: 768px) {
  .popular_item__text {
    padding: 15px 1em;
  }
}
@media screen and (min-width: 980px) {
  .popular_item__text {
    padding: 20px 1em;
  }
}
.popular_item__text .text {
  padding-top: 25px;
  position: relative;
  color: #000;
  writing-mode: vertical-rl;
  text-orientation: mixed;
  font-feature-settings: "pkna";
  font-size: min(3.8461538462vw, 1.5rem);
  font-weight: 700;
  line-height: 1em;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 640px) {
  .popular_item__text .text {
    font-size: 1.8rem;
    padding-top: 30px;
  }
}
@media screen and (min-width: 768px) {
  .popular_item__text .text {
    white-space: nowrap;
    font-size: 1.4rem;
  }
}
@media screen and (min-width: 980px) {
  .popular_item__text .text {
    font-size: 1.7rem;
    padding-top: 35px;
  }
}
.popular_item__text .text:before {
  content: "";
  width: 18px;
  height: 18px;
  background-image: url(../../img/common/icon_search.svg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: absolute;
  left: 0px;
  top: 0%;
}
@media screen and (min-width: 980px) {
  .popular_item__text .text:before {
    width: 22px;
    height: 22px;
  }
}

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

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

.search_contents {
  overflow: hidden;
  margin-top: 50px;
  padding: 50px 4.5vw;
  background-color: #fff;
}
@media screen and (min-width: 640px) {
  .search_contents {
    margin-top: 60px;
    padding: 50px 40px;
  }
}
@media screen and (min-width: 980px) {
  .search_contents {
    max-width: 900px;
    margin: 70px auto 0px auto;
    padding: 60px 80px 70px 80px;
  }
}
@media screen and (min-width: 1200px) {
  .search_contents {
    max-width: 1100px;
    padding: 60px 60px 70px 60px;
  }
}

@media screen and (min-width: 1200px) {
  .search_form__column {
    display: flex;
    align-items: flex-start;
    gap: 0px 40px;
  }
}
.search_form__column + .search_form__column {
  position: relative;
  padding-top: 30px;
  margin-top: 28px;
}
@media screen and (min-width: 980px) {
  .search_form__column + .search_form__column {
    padding-top: 50px;
    margin-top: 50px;
  }
}
.search_form__column + .search_form__column:before {
  content: "";
  position: absolute;
  top: 0px;
  left: 50%;
  transform: translateX(-50%);
  width: 100vw;
  height: 1px;
  background-color: #E6E6E6;
}
@media screen and (min-width: 1200px) {
  .search_form__column .search_form__title {
    width: 35%;
  }
}
@media screen and (min-width: 1200px) {
  .search_form__column .search_form__operation {
    flex: 1;
  }
}

/* =====================================================
    search_form
=====================================================*/
.search_contents__title {
  position: relative;
  padding-bottom: 40px;
  margin-bottom: 30px;
}
@media screen and (min-width: 640px) {
  .search_contents__title {
    padding-bottom: 30px;
    margin-bottom: 40px;
  }
}
@media screen and (min-width: 980px) {
  .search_contents__title {
    padding-bottom: 40px;
    margin-bottom: 50px;
  }
}
.search_contents__title .icon {
  width: 32px;
  margin: 0px auto 13px auto;
}
@media screen and (min-width: 640px) {
  .search_contents__title .icon {
    width: 36px;
  }
}
@media screen and (min-width: 980px) {
  .search_contents__title .icon {
    width: 40px;
    margin-bottom: 20px;
  }
}
@media screen and (min-width: 980px) {
  .search_contents__title .icon img {
    width: 100%;
    height: auto;
  }
}
.search_contents__title .title {
  text-align: center;
  font-size: min(3.5897435897vw, 1.4rem);
  font-weight: 700;
  line-height: 1em;
  letter-spacing: 0.03em;
}
@media screen and (min-width: 640px) {
  .search_contents__title .title {
    font-size: 2.3vw;
  }
}
@media screen and (min-width: 980px) {
  .search_contents__title .title {
    font-size: 1.6rem;
  }
}
.search_contents__title:after {
  content: "";
  position: absolute;
  bottom: 0px;
  left: 50%;
  transform: translateX(-50%);
  width: 100vw;
  height: 1px;
  background-color: #E6E6E6;
}

.search_form__title {
  position: relative;
  padding-left: 0.7em;
  font-size: min(5.1282051282vw, 2rem);
  font-weight: 700;
  line-height: 1em;
  letter-spacing: 0.03em;
  margin-bottom: 20px;
}
@media screen and (min-width: 640px) {
  .search_form__title {
    font-size: 3.2vw;
    margin-bottom: 25px;
  }
}
@media screen and (min-width: 980px) {
  .search_form__title {
    font-size: 2.4rem;
    margin-bottom: 30px;
  }
}
@media screen and (min-width: 1200px) {
  .search_form__title {
    font-size: 2.2rem;
  }
}
.search_form__title .small {
  font-size: min(3.5897435897vw, 1.4rem);
  padding-left: 0.3em;
}
@media screen and (min-width: 640px) {
  .search_form__title .small {
    font-size: 2.2vw;
  }
}
@media screen and (min-width: 980px) {
  .search_form__title .small {
    font-size: 1.6rem;
  }
}
.search_form__title:before {
  content: "";
  width: 3px;
  height: 1em;
  background-color: #00C2ED;
  position: absolute;
  left: 0px;
  top: 50%;
  margin-top: -0.5em;
}
@media screen and (min-width: 980px) {
  .search_form__title:before {
    width: 4px;
  }
}

.search_form__bg {
  padding: 25px 3vw 20px 3vw;
  background-color: #F5F5F5;
}
@media screen and (min-width: 640px) {
  .search_form__bg {
    padding: 25px 30px;
  }
}
@media screen and (min-width: 980px) {
  .search_form__bg {
    padding: 35px 45px;
  }
}

.search_form__col {
  display: flex;
  align-items: center;
  gap: 0px 10px;
}
@media screen and (min-width: 980px) {
  .search_form__col {
    gap: 0px 15px;
  }
}
.search_form__col .select_wrapper {
  flex: 1;
}

.chenge_terms {
  margin-bottom: 15px;
  padding: 8px 8px;
  background-color: #fff;
  border-radius: 80px;
  box-shadow: 0px 0px 10px -5px rgba(0, 0, 0, 0.5);
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (min-width: 640px) {
  .chenge_terms {
    margin-bottom: 20px;
  }
}
@media screen and (min-width: 980px) {
  .chenge_terms {
    padding: 10px 10px;
    margin-bottom: 30px;
  }
}
.chenge_terms .chenge_terms__item {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  background: none;
  width: 48.5%;
  height: 100%;
  color: #969696;
  position: relative;
  border: none;
  transition: 0.3s ease all;
  text-transform: uppercase;
  letter-spacing: 0.15em;
  padding-bottom: 1px;
  padding: 8px 0px 8px 0px;
  border-radius: 80px;
  cursor: pointer;
}
.chenge_terms .chenge_terms__item.active {
  background-color: #00C2ED;
  color: #000;
}
.chenge_terms .chenge_terms__item input[type=radio] {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background: none;
  border: none;
  margin: 0;
  padding: 0;
  position: relative;
}
.chenge_terms .text {
  display: inline-block;
  font-weight: bold;
  padding-left: 0.5em;
  font-size: 1.3rem;
}
@media screen and (min-width: 980px) {
  .chenge_terms .text {
    font-size: 1.7rem;
    position: relative;
    top: 0.15em;
  }
}
.chenge_terms p + p {
  margin-top: 10px;
}
@media screen and (min-width: 980px) {
  .chenge_terms p + p {
    margin-top: 15px;
  }
}

.chenge_contents__station__column {
  position: relative;
  padding-top: 10px;
}
@media screen and (min-width: 980px) {
  .chenge_contents__station__column {
    padding-top: 10px;
  }
}
.chenge_contents__station__column + .chenge_contents__station__column {
  margin-top: 25px;
}
@media screen and (min-width: 980px) {
  .chenge_contents__station__column + .chenge_contents__station__column {
    margin-top: 20px;
  }
}
.chenge_contents__station__column:before, .chenge_contents__station__column:after {
  content: "";
  height: 1px;
  position: absolute;
  left: 0%;
  top: 0px;
}
.chenge_contents__station__column:before {
  background-color: #C8C8C8;
  width: 100%;
}
.chenge_contents__station__column:after {
  background-color: #00C2ED;
  width: 15%;
}
.chenge_contents__station__column > .title {
  position: relative;
  font-weight: 700;
  font-size: 1.5rem;
  line-height: 1.2em;
  letter-spacing: 0.03em;
  margin-bottom: 0px;
  padding: 10px 0;
  cursor: pointer;
}
@media screen and (min-width: 980px) {
  .chenge_contents__station__column > .title {
    font-size: 1.8rem;
  }
}
.chenge_contents__station__column > .title:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 10px;
  width: 6px;
  height: 6px;
  margin-top: -3px;
  border-top: 2px solid #000;
  border-right: 2px solid #000;
  transform: rotate(135deg);
  transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.chenge_contents__station__column.active > .title {
  margin-bottom: 10px;
}
.chenge_contents__station__column.active > .title:after {
  transform: rotate(-45deg);
}

.line_section_wrapper {
  display: grid;
  grid-template-rows: 0fr;
  transition: grid-template-rows 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.chenge_contents__station__column.active .line_section_wrapper {
  grid-template-rows: 1fr;
}

.line_section_inner {
  overflow: hidden;
  min-height: 0;
}

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

.checkbox._col {
  display: flex;
  flex-wrap: wrap;
  gap: 5px 0px;
}
@media screen and (min-width: 640px) {
  .checkbox._col {
    gap: 8px 0px;
  }
}
@media screen and (min-width: 980px) {
  .checkbox._col {
    gap: 10px 0px;
  }
}
.checkbox._col .checkbox_item {
  width: 50%;
}
@media screen and (min-width: 640px) {
  .checkbox._col .checkbox_item {
    width: 33.3333333333%;
  }
}
.checkbox .checkbox_item label {
  position: relative;
  cursor: pointer;
  line-height: 20px;
  padding-left: 25px;
  display: inline-block;
}
@media screen and (min-width: 640px) {
  .checkbox .checkbox_item label {
    padding-left: 28px;
  }
}
@media screen and (min-width: 980px) {
  .checkbox .checkbox_item label {
    padding-left: 38px;
    line-height: 22px;
  }
}
.checkbox .checkbox_item label input[type=radio], .checkbox .checkbox_item label input[type=checkbox] {
  display: none !important;
}
.checkbox .checkbox_item label input[type=radio] + span, .checkbox .checkbox_item label input[type=checkbox] + span {
  display: inline-block;
  font-size: 1.5rem;
}
@media screen and (min-width: 980px) {
  .checkbox .checkbox_item label input[type=radio] + span, .checkbox .checkbox_item label input[type=checkbox] + span {
    font-size: 1.6rem;
  }
}
.checkbox .checkbox_item label input[type=radio] + span:before, .checkbox .checkbox_item label input[type=radio] + span:after, .checkbox .checkbox_item label input[type=checkbox] + span:before, .checkbox .checkbox_item label input[type=checkbox] + span:after {
  content: "";
  display: inline-block;
  box-sizing: border-box;
  position: absolute;
  left: 0px;
  top: 50%;
  transform: translateY(-50%);
}
.checkbox .checkbox_item label input[type=radio] + span:before, .checkbox .checkbox_item label input[type=checkbox] + span:before {
  z-index: 0;
  background-color: #FFF;
  width: 18px;
  height: 18px;
  border-radius: 3px;
}
@media screen and (min-width: 640px) {
  .checkbox .checkbox_item label input[type=radio] + span:before, .checkbox .checkbox_item label input[type=checkbox] + span:before {
    width: 20px;
    height: 20px;
  }
}
@media screen and (min-width: 980px) {
  .checkbox .checkbox_item label input[type=radio] + span:before, .checkbox .checkbox_item label input[type=checkbox] + span:before {
    width: 22px;
    height: 22px;
  }
}
.checkbox .checkbox_item label input[type=radio] + span:after, .checkbox .checkbox_item label input[type=checkbox] + span:after {
  z-index: 1;
  width: 7px;
  height: 11px;
  opacity: 0;
  margin-left: 6px;
  margin-top: -6px;
}
@media screen and (min-width: 980px) {
  .checkbox .checkbox_item label input[type=radio] + span:after, .checkbox .checkbox_item label input[type=checkbox] + span:after {
    width: 8px;
    height: 13px;
    margin-left: 7px;
    margin-top: -8px;
  }
}
.checkbox .checkbox_item label input[type=radio]:checked + span:after, .checkbox .checkbox_item label input[type=checkbox]:checked + span:after {
  border: 2px solid #00C2ED;
  border-width: 0 2px 3px 0;
  transform: rotate(45deg);
  opacity: 1;
  transition: 0.2s ease;
}
.checkbox .checkbox_item label input[type=radio]:disabled + span, .checkbox .checkbox_item label input[type=checkbox]:disabled + span {
  cursor: default;
}
.checkbox .checkbox_item label input[type=radio]:disabled + span:before, .checkbox .checkbox_item label input[type=checkbox]:disabled + span:before {
  background-color: #e4e4e4;
  border-color: #ccc;
}
.checkbox .checkbox_item label input[type=radio]:disabled:checked + span:after, .checkbox .checkbox_item label input[type=checkbox]:disabled:checked + span:after {
  border-color: #b2b2b2;
}
.checkbox .checkbox_item label:has(:disabled) {
  cursor: default;
}

.radio input[type=radio] {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background: none;
  border: none;
  margin: 0;
  padding: 0;
  position: relative;
}
.radio._col {
  display: flex;
  flex-wrap: wrap;
  gap: 5px 0px;
}
@media screen and (min-width: 640px) {
  .radio._col {
    gap: 8px 0px;
  }
}
@media screen and (min-width: 980px) {
  .radio._col {
    gap: 10px 0px;
  }
}
.radio._col .radio_item {
  width: 50%;
}
@media screen and (min-width: 640px) {
  .radio._col .radio_item {
    width: 33.3333333333%;
  }
}
.radio .radio_item label {
  position: relative;
  cursor: pointer;
  line-height: 20px;
  padding-left: 25px;
  display: inline-block;
}
@media screen and (min-width: 640px) {
  .radio .radio_item label {
    padding-left: 28px;
  }
}
@media screen and (min-width: 980px) {
  .radio .radio_item label {
    padding-left: 38px;
    line-height: 22px;
  }
}
.radio .radio_item label input[type=radio], .radio .radio_item label input[type=checkbox] {
  display: none !important;
}
.radio .radio_item label input[type=radio] + span, .radio .radio_item label input[type=checkbox] + span {
  display: inline-block;
  font-size: 1.5rem;
}
@media screen and (min-width: 980px) {
  .radio .radio_item label input[type=radio] + span, .radio .radio_item label input[type=checkbox] + span {
    font-size: 1.6rem;
  }
}
.radio .radio_item label input[type=radio] + span:before, .radio .radio_item label input[type=radio] + span:after, .radio .radio_item label input[type=checkbox] + span:before, .radio .radio_item label input[type=checkbox] + span:after {
  content: "";
  display: inline-block;
  box-sizing: border-box;
  position: absolute;
  left: 0px;
  top: 50%;
  transform: translateY(-50%);
}
.radio .radio_item label input[type=radio] + span:before, .radio .radio_item label input[type=checkbox] + span:before {
  z-index: 0;
  background-color: #FFF;
  width: 18px;
  height: 18px;
  border-radius: 50%;
}
@media screen and (min-width: 640px) {
  .radio .radio_item label input[type=radio] + span:before, .radio .radio_item label input[type=checkbox] + span:before {
    width: 20px;
    height: 20px;
  }
}
@media screen and (min-width: 980px) {
  .radio .radio_item label input[type=radio] + span:before, .radio .radio_item label input[type=checkbox] + span:before {
    width: 22px;
    height: 22px;
  }
}
.radio .radio_item label input[type=radio] + span:after, .radio .radio_item label input[type=checkbox] + span:after {
  z-index: 1;
  width: 10px;
  height: 10px;
  opacity: 0;
  background-color: #00C2ED;
  border-radius: 50%;
  margin-left: 4px;
}
@media screen and (min-width: 980px) {
  .radio .radio_item label input[type=radio] + span:after, .radio .radio_item label input[type=checkbox] + span:after {
    width: 14px;
    height: 14px;
    margin-left: 4px;
  }
}
.radio .radio_item label input[type=radio]:checked + span:after, .radio .radio_item label input[type=checkbox]:checked + span:after {
  opacity: 1;
  transition: 0.2s ease;
}
.radio .radio_item label input[type=radio]:disabled + span, .radio .radio_item label input[type=checkbox]:disabled + span {
  cursor: default;
}
.radio .radio_item label input[type=radio]:disabled + span:before, .radio .radio_item label input[type=checkbox]:disabled + span:before {
  background-color: #e4e4e4;
  border-color: #ccc;
}
.radio .radio_item label input[type=radio]:disabled:checked + span:after, .radio .radio_item label input[type=checkbox]:disabled:checked + span:after {
  border-color: #b2b2b2;
}
.radio .radio_item label:has(:disabled) {
  cursor: default;
}

.square_radio input[type=radio] {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background: none;
  border: none;
  margin: 0;
  padding: 0;
  position: relative;
}
.square_radio._col {
  display: flex;
  gap: 5px 5px;
}
@media screen and (min-width: 640px) {
  .square_radio._col {
    gap: 10px 10px;
  }
}
.square_radio._col:not(:has(._w100)) .square_radio_item {
  flex: 1;
}
.square_radio._harf {
  flex-wrap: wrap;
  gap: 10px 3%;
}
.square_radio._harf .square_radio_item {
  width: 48.5%;
}
.square_radio._harf ._w100 {
  width: 100%;
}
.square_radio .square_radio_item label input[type=radio], .square_radio .square_radio_item label input[type=checkbox] {
  display: none !important;
}
.square_radio .square_radio_item label input[type=radio] + span, .square_radio .square_radio_item label input[type=checkbox] + span {
  transition: all 0.1s ease-in-out;
  padding: 20px 0px;
  display: block;
  text-align: center;
  font-size: 1.5rem;
  background-color: #F5F5F5;
  color: #969696;
  font-weight: 700;
  text-align: center;
  border-radius: 5px;
}
@media screen and (min-width: 980px) {
  .square_radio .square_radio_item label input[type=radio] + span, .square_radio .square_radio_item label input[type=checkbox] + span {
    padding: 25px 0px;
    font-size: 1.8rem;
  }
}
.square_radio .square_radio_item label input[type=radio] + span .icon, .square_radio .square_radio_item label input[type=checkbox] + span .icon {
  width: 30px;
  height: 30px;
}
.square_radio .square_radio_item label input[type=radio] + span .icon svg, .square_radio .square_radio_item label input[type=checkbox] + span .icon svg {
  width: 100%;
  height: 100%;
}
.square_radio .square_radio_item label input[type=radio] + span .icon path, .square_radio .square_radio_item label input[type=radio] + span .icon rect, .square_radio .square_radio_item label input[type=radio] + span .icon circle, .square_radio .square_radio_item label input[type=checkbox] + span .icon path, .square_radio .square_radio_item label input[type=checkbox] + span .icon rect, .square_radio .square_radio_item label input[type=checkbox] + span .icon circle {
  transition: all 0.1s ease-in-out;
}
.square_radio .square_radio_item label input[type=radio] + span:has(.icon), .square_radio .square_radio_item label input[type=checkbox] + span:has(.icon) {
  border-radius: 0px;
  padding: 20px 20px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 0px 10px;
}
.square_radio .square_radio_item label input[type=radio]:checked + span, .square_radio .square_radio_item label input[type=checkbox]:checked + span {
  background-color: #00C2ED;
  color: #000;
}
.square_radio .square_radio_item label input[type=radio]:checked + span .icon path, .square_radio .square_radio_item label input[type=radio]:checked + span .icon rect, .square_radio .square_radio_item label input[type=radio]:checked + span .icon circle, .square_radio .square_radio_item label input[type=checkbox]:checked + span .icon path, .square_radio .square_radio_item label input[type=checkbox]:checked + span .icon rect, .square_radio .square_radio_item label input[type=checkbox]:checked + span .icon circle {
  fill: #000;
}
.square_radio .square_radio_item label:has(:disabled) {
  cursor: default;
}

.search_pet {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 3%;
}
@media screen and (min-width: 640px) {
  .search_pet {
    gap: 10px 2%;
  }
}
@media screen and (min-width: 980px) {
  .search_pet {
    gap: 10px 1.25%;
  }
}
.search_pet .search_pet__item {
  width: 48.5%;
}
@media screen and (min-width: 640px) {
  .search_pet .search_pet__item {
    width: 32%;
  }
}
@media screen and (min-width: 980px) {
  .search_pet .search_pet__item {
    width: 32.5%;
  }
}
.search_pet ._w100 {
  width: 100%;
}
.search_pet input[type=radio] {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background: none;
  border: none;
  margin: 0;
  padding: 0;
  position: relative;
}
.search_pet .search_pet__item label input[type=radio], .search_pet .search_pet__item label input[type=checkbox] {
  display: none !important;
}
.search_pet .search_pet__item label input[type=radio] + span, .search_pet .search_pet__item label input[type=checkbox] + span {
  transition: all 0.1s ease-in-out;
  padding: 20px 0px;
  display: block;
  text-align: center;
  font-size: 1.5rem;
  background-color: #F5F5F5;
  color: #969696;
  font-weight: 700;
  text-align: center;
}
@media screen and (min-width: 980px) {
  .search_pet .search_pet__item label input[type=radio] + span, .search_pet .search_pet__item label input[type=checkbox] + span {
    padding: 35px 0px;
    font-size: 1.8rem;
  }
}
.search_pet .search_pet__item label input[type=radio] + span .icon, .search_pet .search_pet__item label input[type=checkbox] + span .icon {
  width: 30px;
  height: 30px;
}
@media screen and (min-width: 980px) {
  .search_pet .search_pet__item label input[type=radio] + span .icon, .search_pet .search_pet__item label input[type=checkbox] + span .icon {
    width: 35px;
    height: 35px;
  }
}
.search_pet .search_pet__item label input[type=radio] + span .icon svg, .search_pet .search_pet__item label input[type=checkbox] + span .icon svg {
  width: 100%;
  height: 100%;
}
.search_pet .search_pet__item label input[type=radio] + span .icon path, .search_pet .search_pet__item label input[type=radio] + span .icon rect, .search_pet .search_pet__item label input[type=radio] + span .icon circle, .search_pet .search_pet__item label input[type=checkbox] + span .icon path, .search_pet .search_pet__item label input[type=checkbox] + span .icon rect, .search_pet .search_pet__item label input[type=checkbox] + span .icon circle {
  transition: all 0.1s ease-in-out;
}
.search_pet .search_pet__item label input[type=radio] + span:has(.icon), .search_pet .search_pet__item label input[type=checkbox] + span:has(.icon) {
  border-radius: 0px;
  padding: 15px 20px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 0px 8px;
}
@media screen and (min-width: 980px) {
  .search_pet .search_pet__item label input[type=radio] + span:has(.icon), .search_pet .search_pet__item label input[type=checkbox] + span:has(.icon) {
    gap: 0px 15px;
    padding: 25px 35px;
  }
}
@media screen and (min-width: 1200px) {
  .search_pet .search_pet__item label input[type=radio] + span:has(.icon), .search_pet .search_pet__item label input[type=checkbox] + span:has(.icon) {
    padding: 25px 30px;
  }
}
.search_pet .search_pet__item label input[type=radio]:checked + span, .search_pet .search_pet__item label input[type=checkbox]:checked + span {
  background-color: #00C2ED;
  color: #000;
}
.search_pet .search_pet__item label input[type=radio]:checked + span .icon path, .search_pet .search_pet__item label input[type=radio]:checked + span .icon rect, .search_pet .search_pet__item label input[type=radio]:checked + span .icon circle, .search_pet .search_pet__item label input[type=checkbox]:checked + span .icon path, .search_pet .search_pet__item label input[type=checkbox]:checked + span .icon rect, .search_pet .search_pet__item label input[type=checkbox]:checked + span .icon circle {
  fill: #000;
}
.search_pet .search_pet__item label:has(:disabled) {
  cursor: default;
}

.select_wrapper {
  position: relative;
  border: 0px solid #000;
  border-radius: 5px;
  color: #000;
  background-color: #F5F5F5;
  max-width: 400px;
}
.select_wrapper select {
  border: 0px solid #000;
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 1em 0.75em;
  outline: none;
  text-indent: 0.01px;
  text-overflow: "";
  vertical-align: middle;
  font-size: inherit;
  color: inherit;
  background: none transparent;
  font-size: 1.5rem;
}
@media screen and (min-width: 980px) {
  .select_wrapper select {
    font-size: 1.6rem;
  }
}
.select_wrapper select::-ms-expand {
  display: none;
}
.select_wrapper::after {
  content: "";
  width: 6px;
  height: 6px;
  border-right: 1px solid #333;
  border-top: 1px solid #333;
  transform: rotate(135deg);
  position: absolute;
  right: 15px;
  top: 50%;
  margin-top: -4px;
}

.radio + .search_form__bg, .checkbox + .search_form__bg, .square_radio + .search_form__bg {
  margin-top: 15px;
}

.search_form__more.active .search_form__trigger {
  border-radius: 5px 5px 0px 0px;
}
.search_form__more.active .search_form__trigger .icon:after {
  transform: rotate(0deg);
}

.search_form__trigger {
  position: relative;
  background-color: #F5F5F5;
  border-radius: 5px;
  padding: 25px 20px;
  text-align: center;
  cursor: pointer;
  transition: border-radius 0.35s cubic-bezier(0.4, 0, 0.2, 1);
}
@media screen and (min-width: 640px) {
  .search_form__trigger {
    padding: 28px 25px;
  }
}
@media screen and (min-width: 980px) {
  .search_form__trigger {
    padding: 30px 30px;
  }
}
.search_form__trigger .text {
  font-size: 4.1025641026vw;
  font-weight: 700;
  line-height: 1em;
  letter-spacing: 0.03em;
}
@media screen and (min-width: 640px) {
  .search_form__trigger .text {
    font-size: 2.8vw;
  }
}
@media screen and (min-width: 980px) {
  .search_form__trigger .text {
    font-size: 1.8rem;
  }
}
.search_form__trigger .icon {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  width: 24px;
  height: 24px;
  background-color: #000;
  border-radius: 50%;
}
@media screen and (min-width: 980px) {
  .search_form__trigger .icon {
    width: 28px;
    height: 28px;
    right: 25px;
  }
}
.search_form__trigger .icon:before, .search_form__trigger .icon:after {
  content: "";
  display: block;
  width: 8px;
  height: 2px;
  background-color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -4px;
  margin-top: -1px;
  transition: transform 0.35s cubic-bezier(0.4, 0, 0.2, 1);
}
@media screen and (min-width: 980px) {
  .search_form__trigger .icon:before, .search_form__trigger .icon:after {
    width: 10px;
    margin-left: -5px;
  }
}
.search_form__trigger .icon:after {
  transform: rotate(90deg);
}

.search_form__more_contents_wrapper {
  display: grid;
  grid-template-rows: 0fr;
  transition: grid-template-rows 0.35s cubic-bezier(0.4, 0, 0.2, 1);
}
.search_form__more.active .search_form__more_contents_wrapper {
  grid-template-rows: 1fr;
}

.search_form__more_contents {
  overflow: hidden;
  min-height: 0;
  background-color: #F5F5F5;
  border-radius: 0px 0px 5px 5px;
  padding: 0 5vw;
  transition: padding 0.35s cubic-bezier(0.4, 0, 0.2, 1);
}
.search_form__more.active .search_form__more_contents {
  padding: 10px 5vw 20px 5vw;
}
@media screen and (min-width: 640px) {
  .search_form__more_contents {
    padding: 0 30px;
  }
  .search_form__more.active .search_form__more_contents {
    padding: 10px 30px 20px 30px;
  }
}
@media screen and (min-width: 980px) {
  .search_form__more_contents {
    padding: 0 40px;
  }
  .search_form__more.active .search_form__more_contents {
    padding: 10px 40px 20px 40px;
  }
}
@media screen and (min-width: 640px) {
  .search_form__more_contents .checkbox {
    display: flex;
    flex-wrap: wrap;
    gap: 10px 3%;
  }
}
@media screen and (min-width: 640px) {
  .search_form__more_contents .checkbox .checkbox_item {
    width: 48.5%;
  }
}

.search_contents__update {
  line-height: 1.5em;
  font-size: 1.4rem;
  color: #00C2ED;
  font-weight: 700;
  text-align: center;
  margin-bottom: 15px;
}
.search_contents__update .update {
  padding-left: 0.3em;
  display: inline-block;
}
.search_contents__update .large {
  font-size: 3rem;
  padding-right: 0.05em;
}
.search_contents__update:not(._active) {
  display: none;
}

.search_contents__btn {
  margin-top: 40px;
}
@media screen and (min-width: 640px) {
  .search_contents__btn {
    margin-top: 50px;
  }
}
@media screen and (min-width: 980px) {
  .search_contents__btn {
    margin-top: 60px;
  }
}
@media screen and (min-width: 1200px) {
  .search_contents__btn {
    margin-top: 80px;
  }
}
.search_contents__btn .btn_standard {
  width: 100%;
  padding-top: 23px;
  padding-bottom: 23px;
  max-width: 280px;
}
@media screen and (min-width: 640px) {
  .search_contents__btn .btn_standard {
    max-width: 400px;
    margin: 0px auto;
    display: block;
  }
}
@media screen and (min-width: 980px) {
  .search_contents__btn .btn_standard {
    max-width: 450px;
    padding-top: 25px;
    padding-bottom: 25px;
  }
}

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

.search_form__keyword_input {
  display: inline-block;
  width: 100%;
  padding: 1.1em 1.25em;
  outline: none;
  background-color: #F5F5F5;
  border: none;
  border-radius: 5px;
  font-size: 1.6rem;
  border-radius: 100px;
}
@media screen and (min-width: 980px) {
  .search_form__keyword_input {
    padding: 1.25em 1.5em;
  }
}

.search_form__search_icon {
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  width: 30px;
  height: 30px;
}
@media screen and (min-width: 980px) {
  .search_form__search_icon {
    width: 32px;
    height: 32px;
  }
}
.search_form__search_icon button {
  display: block;
  width: 100%;
  height: 100%;
  padding: 0;
  border: none;
  background: none;
  cursor: pointer;
}
.search_form__search_icon button .icon {
  display: block;
  width: 100%;
  height: 100%;
  background-color: #969696;
  mask-image: url(../../img/common/icon_search.svg);
  mask-size: contain;
  mask-repeat: no-repeat;
  mask-position: center;
}

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

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

.about_contents__img {
  position: relative;
  padding-bottom: 20vw;
  margin-bottom: 38px;
}
@media screen and (min-width: 640px) {
  .about_contents__img {
    width: 50%;
    padding-bottom: 80px;
    margin-bottom: 0px;
  }
}
@media screen and (min-width: 980px) {
  .about_contents__img {
    padding-bottom: 100px;
  }
}
@media screen and (min-width: 1280px) {
  .about_contents__img {
    width: 848px;
    padding-bottom: 10px;
    margin-left: -50px;
  }
}
@media screen and (max-width: 639px) {
  .about_contents__img .img {
    margin: 0px -5vw;
  }
}
.about_contents__img .text {
  position: absolute;
  right: -4vw;
  bottom: 0px;
  width: 47.5%;
  object-fit: cover;
}
@media screen and (min-width: 640px) {
  .about_contents__img .text {
    right: 0px;
    width: 45%;
  }
}
@media screen and (min-width: 1280px) {
  .about_contents__img .text {
    max-width: 250px;
  }
}

@media screen and (min-width: 640px) {
  .about_contents__text {
    flex: 1;
  }
}
.about_contents__text .title {
  font-size: 6.1538461538vw;
  font-weight: 700;
  line-height: 1.5em;
  letter-spacing: 0.08em;
  margin-bottom: 25px;
}
@media screen and (max-width: 639px) {
  .about_contents__text .title {
    max-width: 92%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (min-width: 640px) {
  .about_contents__text .title {
    font-size: 3.2vw;
    margin-bottom: 30px;
  }
}
@media screen and (min-width: 980px) {
  .about_contents__text .title {
    font-size: 2.8rem;
    margin-bottom: 35px;
  }
}
@media screen and (min-width: 1200px) {
  .about_contents__text .title {
    font-size: 3.2rem;
  }
}
.about_contents__text > .text {
  line-height: 1.7em;
  font-size: min(3.8461538462vw, 1.5rem);
  letter-spacing: 0.08em;
}
@media screen and (max-width: 639px) {
  .about_contents__text > .text {
    max-width: 92%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (min-width: 640px) {
  .about_contents__text > .text {
    line-height: 2em;
    font-size: 2.1vw;
  }
}
@media screen and (min-width: 980px) {
  .about_contents__text > .text {
    font-size: 1.6rem;
  }
}
@media screen and (min-width: 1200px) {
  .about_contents__text > .text {
    font-size: 1.5rem;
  }
}
.about_contents__text > .text + .text {
  margin-top: 1.5em;
}

.about_contents__btn {
  margin-top: 40px;
}
@media screen and (min-width: 640px) {
  .about_contents__btn {
    margin-top: 45px;
  }
}
@media screen and (min-width: 980px) {
  .about_contents__btn {
    margin-top: 50px;
  }
}
@media screen and (max-width: 639px) {
  .about_contents__btn .btn_standard {
    max-width: 280px;
  }
}
@media screen and (min-width: 640px) and (max-width: 979px) {
  .about_contents__btn .btn_standard .text {
    font-size: 2.4vw;
  }
}

/* =====================================================
    point
=====================================================*/
#point {
  padding-top: 0px;
  overflow: hidden;
}
@media screen and (max-width: 639px) {
  #point {
    padding-bottom: 120px;
  }
}

.point_list {
  margin-top: 50px;
}
@media screen and (min-width: 640px) {
  .point_list {
    margin-top: 60px;
  }
}
@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 .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;
  }
}

#review {
  overflow: hidden;
  padding-top: 0px;
}
@media screen and (max-width: 639px) {
  #review {
    padding-bottom: 120px;
  }
}
@media screen and (min-width: 980px) {
  #review .contents_inner {
    max-width: 100%;
  }
}
@media screen and (min-width: 980px) {
  #review .contents_title {
    max-width: 1080px;
    margin: 0px auto;
  }
}

.review_slider {
  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;
  }
}

.review_pagination {
  margin-top: 40px;
  display: flex;
  justify-content: center;
  gap: 0px 25px;
}
@media screen and (min-width: 640px) {
  .review_pagination {
    margin-top: 60px;
    gap: 0px 30px;
  }
}
@media screen and (min-width: 980px) {
  .review_pagination {
    margin-top: 70px;
    gap: 0px 35px;
  }
}

.review_pagination__prev, .review_pagination__next {
  cursor: pointer;
  position: relative;
  display: block;
  width: 50px;
  height: 50px;
  background-color: #C8C8C8;
  border-radius: 50%;
}
@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;
  }
}

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

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

.review_pagination__count {
  display: flex;
  align-items: center;
}

.review_pagination__now {
  padding-right: 20px;
}
.review_pagination__now .text {
  font-size: min(7.4358974359vw, 2.9rem);
}
@media screen and (min-width: 640px) {
  .review_pagination__now .text {
    font-size: 3.8vw;
  }
}
@media screen and (min-width: 980px) {
  .review_pagination__now .text {
    font-size: 3.2rem;
  }
}

.review_pagination__max {
  position: relative;
  padding-left: 20px;
}
.review_pagination__max:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0px;
  width: 2px;
  height: 25px;
  background-color: #000;
  transform: translateY(-50%);
}
@media screen and (min-width: 980px) {
  .review_pagination__max:before {
    height: 30px;
  }
}
.review_pagination__max .text {
  font-size: min(4.8717948718vw, 1.9rem);
}
@media screen and (min-width: 640px) {
  .review_pagination__max .text {
    font-size: 2.5vw;
  }
}
@media screen and (min-width: 980px) {
  .review_pagination__max .text {
    font-size: 2.2rem;
  }
}

.review_btn {
  margin-top: 40px;
  text-align: center;
}
@media screen and (min-width: 640px) {
  .review_btn {
    margin-top: 50px;
  }
}
@media screen and (min-width: 980px) {
  .review_btn {
    margin-top: 60px;
  }
}
@media screen and (max-width: 639px) {
  .review_btn .btn_standard {
    max-width: 280px;
  }
}

/* =====================================================
    faq
=====================================================*/
#faq {
  padding-top: 0px;
  padding-bottom: 0px;
  overflow: hidden;
}

.faq_title {
  margin-top: 45px;
  font-size: 6.1538461538vw;
  font-weight: 700;
  line-height: 1.5em;
  letter-spacing: 0.03em;
}
@media screen and (min-width: 640px) {
  .faq_title {
    margin-top: 60px;
    font-size: 4.5vw;
  }
}
@media screen and (min-width: 980px) {
  .faq_title {
    margin-top: 80px;
    font-size: 3.5rem;
  }
}

.faq_list {
  margin-top: 15px;
}
@media screen and (min-width: 640px) {
  .faq_list {
    margin-top: 20px;
  }
}
@media screen and (min-width: 980px) {
  .faq_list {
    margin-top: 20px;
  }
}

/* =====================================================
    faq_item
=====================================================*/
.faq_item {
  background-color: #fff;
  border-radius: 5px;
}
@media screen and (min-width: 980px) {
  .faq_item {
    border-radius: 8px;
  }
}
.faq_item + .faq_item {
  margin-top: 10px;
}
@media screen and (min-width: 980px) {
  .faq_item + .faq_item {
    margin-top: 15px;
  }
}

.faq_item__question {
  position: relative;
  padding: 30px 5vw;
}
@media screen and (min-width: 640px) {
  .faq_item__question {
    padding: 28px 30px;
  }
}
@media screen and (min-width: 980px) {
  .faq_item__question {
    cursor: pointer;
    padding: 35px 40px;
  }
}
.faq_item__question .question {
  position: relative;
  padding-left: 10.6666666667vw;
  padding-right: 35px;
  line-height: 1.5em;
  letter-spacing: 0.03em;
  font-size: 4.1025641026vw;
}
@media screen and (min-width: 640px) {
  .faq_item__question .question {
    padding-left: 45px;
    padding-right: 40px;
    font-size: 1.6rem;
    letter-spacing: 0.05em;
  }
}
@media screen and (min-width: 980px) {
  .faq_item__question .question {
    padding-left: 50px;
    padding-right: 50px;
    font-size: 1.8rem;
  }
}
.faq_item__question .question .text {
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
}
.faq_item__question .question .q {
  position: absolute;
  left: 0px;
  top: 50%;
  transform: translateY(-50%);
  color: #D9D9D9;
  font-size: 11.5384615385vw;
  font-weight: 700;
  line-height: 1em;
  letter-spacing: 0.03em;
}
@media screen and (min-width: 640px) {
  .faq_item__question .question .q {
    font-size: 4.5rem;
  }
}
@media screen and (min-width: 980px) {
  .faq_item__question .question .q {
    font-size: 5rem;
  }
}
.faq_item__question .icon {
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  width: 23px;
  height: 23px;
  background-color: #000;
  border-radius: 50%;
}
@media screen and (min-width: 980px) {
  .faq_item__question .icon {
    width: 28px;
    height: 28px;
    right: 25px;
  }
}
.faq_item__question .icon:before, .faq_item__question .icon:after {
  content: "";
  display: block;
  width: 8px;
  height: 2px;
  background-color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -1px;
  margin-left: -4px;
}
@media screen and (min-width: 980px) {
  .faq_item__question .icon:before, .faq_item__question .icon:after {
    width: 10px;
    margin-left: -5px;
  }
}
.faq_item__question .icon:before {
  transform: rotate(90deg);
}

.faq_item__answer_wrapper {
  display: grid;
  grid-template-rows: 0fr;
  transition: grid-template-rows 0.35s cubic-bezier(0.4, 0, 0.2, 1);
}

.faq_item__answer {
  overflow: hidden;
  min-height: 0;
  padding: 0 5vw;
  border-top: 1px solid transparent;
  transition: padding 0.35s cubic-bezier(0.4, 0, 0.2, 1), border-color 0.35s cubic-bezier(0.4, 0, 0.2, 1);
}
@media screen and (min-width: 640px) {
  .faq_item__answer {
    padding: 0 30px 0 75px;
  }
}
@media screen and (min-width: 980px) {
  .faq_item__answer {
    padding: 0 40px;
  }
}

.faq_item .faq_item__question .icon:before, .faq_item .faq_item__question .icon:after {
  transition: 0.3s ease all;
}
.faq_item.active .faq_item__question .icon:before {
  transform: rotate(180deg);
}
.faq_item.active .faq_item__question .icon:after {
  transform: rotate(180deg);
}
.faq_item.active .faq_item__answer_wrapper {
  grid-template-rows: 1fr;
}
.faq_item.active .faq_item__answer {
  padding: 20px 5vw;
  border-top-color: #E6E6E6;
}
@media screen and (min-width: 640px) {
  .faq_item.active .faq_item__answer {
    padding: 25px 30px 25px 75px;
  }
}
@media screen and (min-width: 980px) {
  .faq_item.active .faq_item__answer {
    padding: 30px 40px;
  }
}

.faq_btn {
  margin-top: 40px;
}
@media screen and (min-width: 640px) {
  .faq_btn {
    margin-top: 50px;
  }
}
@media screen and (min-width: 980px) {
  .faq_btn {
    margin-top: 60px;
  }
}
@media screen and (max-width: 639px) {
  .faq_btn .btn_standard {
    max-width: 280px;
  }
}

/* =====================================================
    news
=====================================================*/
@media screen and (max-width: 979px) {
  #news {
    padding-top: 150px;
    padding-bottom: 120px;
  }
}

.news_contents {
  background-color: #fff;
  border-radius: 10px;
  padding: 50px 5vw;
}
@media screen and (min-width: 640px) {
  .news_contents {
    padding: 60px 30px;
  }
}
@media screen and (min-width: 980px) {
  .news_contents {
    padding: 80px 70px;
  }
}

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

.news_item:not(:last-child) {
  border-bottom: 1px solid #E6E6E6;
}
.news_item .news_item__link {
  display: block;
  padding: 10px 0px;
}
@media screen and (min-width: 640px) {
  .news_item .news_item__link {
    padding: 20px 10px;
    display: flex;
    align-items: center;
    gap: 0px 20px;
  }
}
@media screen and (min-width: 980px) {
  .news_item .news_item__link {
    padding: 25px 20px;
    gap: 0px 40px;
  }
}
.news_item .news_item__date {
  color: #C8C8C8;
  font-size: 3.3333333333vw;
  font-weight: 700;
  line-height: 1.2em;
  letter-spacing: 0.03em;
}
@media screen and (min-width: 640px) {
  .news_item .news_item__date {
    font-size: 1.5rem;
    white-space: nowrap;
  }
}
@media screen and (min-width: 980px) {
  .news_item .news_item__date {
    width: 75px;
    font-size: 1.6rem;
  }
}
.news_item .news_item__text {
  margin-top: 3px;
}
@media screen and (min-width: 640px) {
  .news_item .news_item__text {
    margin-top: 0px;
    flex: 1;
  }
}
.news_item .news_item__text .text {
  color: #000;
  font-size: 3.5897435897vw;
  line-height: 1.2em;
  letter-spacing: 0.03em;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
  -webkit-line-clamp: 1;
  line-clamp: 1;
  -webkit-box-orient: vertical;
}
@media screen and (min-width: 640px) {
  .news_item .news_item__text .text {
    font-size: 1.4rem;
  }
}
@media screen and (min-width: 980px) {
  .news_item .news_item__text .text {
    font-size: 1.6rem;
  }
}

.news_item__link .news_item__text .text {
  transition: 0.3s ease all;
}
@media (hover: hover) and (pointer: fine) {
  .news_item__link:hover .news_item__text .text {
    color: #00C2ED;
  }
}

.news_btn {
  margin-top: 45px;
}
@media screen and (min-width: 640px) {
  .news_btn {
    margin-top: 50px;
  }
}
@media screen and (min-width: 980px) {
  .news_btn {
    margin-top: 60px;
  }
}
@media screen and (max-width: 639px) {
  .news_btn .btn_standard {
    max-width: 280px;
  }
}

#faq + #column {
  margin-top: 100px;
}
@media screen and (min-width: 640px) {
  #faq + #column {
    margin-top: 120px;
  }
}
@media screen and (min-width: 980px) {
  #faq + #column {
    margin-top: 150px;
  }
}

#column {
  overflow: hidden;
  position: relative;
  background-color: #00C2ED;
}
@media screen and (max-width: 639px) {
  #column {
    padding-top: 100px;
    padding-bottom: 120px;
  }
}
#column .contents_title_02:before {
  background-color: rgba(255, 255, 255, 0.5);
}
#column .contents_title_02:after {
  background-color: #000;
}
#column: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) {
  #column .contents_inner {
    max-width: 100%;
  }
}
@media screen and (min-width: 980px) {
  #column .contents_title_02 {
    max-width: 1080px;
    margin: 0px auto;
  }
}

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

.column_item__link {
  display: block;
  background-color: #fff;
  border-radius: 10px;
  filter: drop-shadow(0px 0px 3px rgba(0, 0, 0, 0.4));
}
@media screen and (min-width: 980px) {
  .column_item__link {
    border-radius: 12px;
  }
}

.column_item__img .img {
  border-radius: 10px 10px 0px 0px;
  overflow: hidden;
  height: 48.2051282051vw;
}
@media screen and (min-width: 640px) {
  .column_item__img .img {
    height: 35.78125vw;
  }
}
@media screen and (min-width: 980px) {
  .column_item__img .img {
    height: 238px;
  }
}
.column_item__img .img img {
  object-fit: cover;
  object-position: center;
  width: 100%;
  height: 100%;
}

.column_item__intro {
  padding: 15px 5vw 15px 5vw;
}
@media screen and (min-width: 640px) {
  .column_item__intro {
    padding: 25px 20px;
  }
}
@media screen and (min-width: 980px) {
  .column_item__intro {
    padding: 30px 25px;
  }
}
.column_item__intro .category .item {
  color: #00C2ED;
  line-height: 1.2em;
}
@media screen and (min-width: 640px) {
  .column_item__intro .category .item {
    font-size: 1.4rem;
  }
}
@media screen and (min-width: 980px) {
  .column_item__intro .category .item {
    font-size: 1.5rem;
  }
}
.column_item__intro .title {
  color: #000;
  font-size: 4.1025641026vw;
  font-weight: 700;
  line-height: 1.5em;
  letter-spacing: 0.03em;
  margin-top: 10px;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
}
@media screen and (min-width: 640px) {
  .column_item__intro .title {
    font-size: 1.7rem;
    margin-top: 10px;
  }
}
@media screen and (min-width: 980px) {
  .column_item__intro .title {
    font-size: 1.8rem;
    margin-top: 15px;
  }
}

.column_item__btn {
  margin-top: 20px;
  text-align: center;
}
@media screen and (min-width: 640px) {
  .column_item__btn {
    margin-top: 25px;
  }
}
@media screen and (min-width: 980px) {
  .column_item__btn {
    margin-top: 30px;
  }
}

.column_item__more {
  display: inline-block;
  width: 100%;
  max-width: 130px;
  position: relative;
  background-color: #F5F5F5;
  padding: 5px 0px 3px 0px;
  border-radius: 80px;
}
@media screen and (min-width: 980px) {
  .column_item__more {
    max-width: 150px;
    padding: 8px 0px 6px 0px;
  }
}
.column_item__more .text {
  color: #C8C8C8;
  font-size: 4.1025641026vw;
  font-weight: 700;
  line-height: 1em;
  letter-spacing: 0.03em;
}
@media screen and (min-width: 640px) {
  .column_item__more .text {
    font-size: 1.6rem;
  }
}
@media screen and (min-width: 980px) {
  .column_item__more .text {
    font-size: 1.6rem;
  }
}
.column_item__more .arrow {
  position: absolute;
  display: inline-block;
  z-index: 11;
  right: 20px;
  top: 50%;
  width: 12px;
  height: 7px;
  margin-top: -3px;
}
@media screen and (min-width: 640px) {
  .column_item__more .arrow {
    right: 20px;
  }
}
@media screen and (min-width: 980px) {
  .column_item__more .arrow {
    right: 25px;
  }
}
.column_item__more .arrow svg {
  display: block;
  width: 100%;
  height: 100%;
}
.column_item__more .arrow path, .column_item__more .arrow rect {
  fill: #C8C8C8;
}

.column_item__link .column_item__more {
  transition: all 0.3s ease-in-out;
}
.column_item__link .column_item__more .text {
  transition: all 0.3s ease-in-out;
}
.column_item__link .column_item__more .arrow {
  transition: all 0.3s ease-in-out;
}
@media (hover: hover) and (pointer: fine) {
  .column_item__link:hover .column_item__more {
    background-color: #00C2ED;
  }
  .column_item__link:hover .column_item__more .text {
    color: #fff;
  }
  .column_item__link:hover .column_item__more .arrow path, .column_item__link:hover .column_item__more .arrow rect {
    fill: #fff;
  }
}

.column_btn {
  margin-top: 50px;
}
@media screen and (min-width: 640px) {
  .column_btn {
    margin-top: 50px;
  }
}
@media screen and (min-width: 980px) {
  .column_btn {
    margin-top: 60px;
  }
}
@media screen and (max-width: 639px) {
  .column_btn .btn_standard {
    max-width: 280px;
  }
}

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

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

.tenpo_item {
  display: flex;
  gap: 0px 10px;
}
@media screen and (min-width: 640px) {
  .tenpo_item {
    width: 48%;
    gap: 0px 15px;
  }
}
@media screen and (min-width: 980px) {
  .tenpo_item {
    gap: 0px 20px;
  }
}
.tenpo_item + .tenpo_item {
  margin-top: 25px;
}
@media screen and (min-width: 640px) {
  .tenpo_item + .tenpo_item {
    margin-top: 0px;
  }
}

.tenpo_item__img {
  width: 33.3333333333vw;
}
@media screen and (min-width: 640px) {
  .tenpo_item__img {
    width: 120px;
  }
}
@media screen and (min-width: 980px) {
  .tenpo_item__img {
    width: 140px;
  }
}

.tenpo_item__text {
  flex: 1;
}
.tenpo_item__text .name {
  color: #000;
  font-size: 4.1025641026vw;
  font-weight: 700;
  line-height: 1.5em;
  letter-spacing: 0.03em;
}
@media screen and (min-width: 640px) {
  .tenpo_item__text .name {
    font-size: 2.4vw;
  }
}
@media screen and (min-width: 980px) {
  .tenpo_item__text .name {
    font-size: 1.8rem;
  }
}
.tenpo_item__text .address {
  margin-top: 10px;
  font-size: 3.3333333333vw;
  line-height: 1.5em;
  letter-spacing: 0.03em;
}
@media screen and (min-width: 640px) {
  .tenpo_item__text .address {
    font-size: 1.5vw;
    line-height: 1.7em;
    margin-top: 8px;
  }
}
@media screen and (min-width: 980px) {
  .tenpo_item__text .address {
    font-size: 1.5rem;
    margin-top: 5px;
  }
}
.tenpo_item__text .map {
  margin-top: 5px;
}
@media screen and (min-width: 980px) {
  .tenpo_item__text .map {
    margin-top: 8px;
  }
}
.tenpo_item__text .map .map__link {
  padding-left: 18px;
  position: relative;
  color: #00C2ED;
  font-size: 3.5897435897vw;
  line-height: 1.2em;
  letter-spacing: 0.03em;
  text-decoration: underline;
  transition: all 0.3s ease-in-out;
}
@media screen and (min-width: 640px) {
  .tenpo_item__text .map .map__link {
    font-size: 1.8vw;
    padding-left: 20px;
  }
}
@media screen and (min-width: 980px) {
  .tenpo_item__text .map .map__link {
    font-size: 1.4rem;
    padding-left: 22px;
  }
}
.tenpo_item__text .map .map__link:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0px;
  width: 16px;
  height: 16px;
  background-image: url(../../img/common/icon_pin.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  margin-top: -6px;
}
@media screen and (min-width: 980px) {
  .tenpo_item__text .map .map__link:before {
    width: 18px;
    height: 18px;
    margin-top: -7px;
  }
}
@media (hover: hover) and (pointer: fine) {
  .tenpo_item__text .map .map__link:hover {
    opacity: 0.5;
  }
}

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