@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Jost:ital,wght@0,100..900;1,100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Zen+Kaku+Gothic+New:wght@400;500;700&display=swap");
@keyframes zoom-in {
  0% {
    opacity: 0;
    transform: scale(0.8);
  }
  30% {
    opacity: 0;
    transform: scale(0.8);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
@keyframes arrow1 {
  0% {
    background-position: left -97px;
  }
  50% {
    background-position: left 0;
  }
  100% {
    background-position: left 0;
  }
}
@keyframes arrow2 {
  0% {
    width: 0;
  }
  50% {
    width: 97px;
  }
  100% {
    width: 97px;
  }
}
@keyframes fade-up {
  0% {
    opacity: 0;
    filter: alpha(opacity=0);
    transform: translate3d(0, 15%, 0);
  }
  100% {
    opacity: 1;
    filter: alpha(opacity=100);
    transform: none;
  }
}
@keyframes hyokkori {
  0% {
    opacity: 1;
    filter: alpha(opacity=100);
    transform: translateY(50px);
  }
  100% {
    opacity: 1;
    filter: alpha(opacity=100);
    transform: translateY(0);
  }
}
@keyframes hyokkori2 {
  0% {
    opacity: 1;
    filter: alpha(opacity=100);
    transform: translateY(50px);
  }
  20% {
    opacity: 1;
    filter: alpha(opacity=100);
    transform: translateY(50px);
  }
  100% {
    opacity: 1;
    filter: alpha(opacity=100);
    transform: translateY(0);
  }
}
@keyframes fuwafuwa {
  0% {
    transform: translate(0, 0px);
  }
  100% {
    transform: translate(0, -10px);
  }
}
@keyframes showAnime {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}

q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

a img {
  border: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
  display: block;
}

/* ------------------------------------------------
 	common
  ---------------------------------------------- */
* {
  box-sizing: border-box;
}

body {
  overflow: auto;
  position: relative;
  background: #FFF;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 13px;
  font-feature-settings: "palt" 1;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 1.7;
  color: #212121;
}
@media screen and (min-width: 767.98px) {
  body {
    font-size: 14px;
  }
}

a {
  color: #212121;
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}

strong {
  font-weight: bold;
}

img {
  -webkit-touch-callout: none;
  display: block;
  width: 100%;
  height: auto;
  margin: 0 auto;
}

::placeholder {
  color: #bfbfbf;
}

.phone_link {
  text-decoration: none;
  cursor: default;
}
.phone_link:hover {
  text-decoration: none;
}

.is-sp {
  display: block;
}
@media screen and (min-width: 1100px) {
  .is-sp {
    display: none !important;
  }
}

.is-tab {
  display: block;
}
@media screen and (min-width: 767.98px) {
  .is-tab {
    display: none !important;
  }
}

.is-pc {
  display: none;
}
@media screen and (min-width: 1100px) {
  .is-pc {
    display: block !important;
  }
}

.is-sp_only {
  display: block;
}
@media screen and (min-width: 767.98px) {
  .is-sp_only {
    display: none !important;
  }
}

.l-wrapper {
  overflow: hidden;
}

.l-main {
  display: block;
}

body[data-style=other] .l-main {
  background-color: #FFF;
}

.l-container {
  max-width: 1140px;
  margin-inline: auto;
  padding: 0 20px;
}

.l-section {
  padding-top: 75px;
  padding-bottom: 75px;
}
@media screen and (min-width: 1100px) {
  .l-section {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}

.marker {
  background: linear-gradient(transparent 60%, #FFF1A3 60%);
}

.color_primary {
  color: #00BAC6;
}

.animation.animated {
  animation-fill-mode: both;
}

/* ↓ 移植 ↓ */
#contact h2.section__title {
  text-align: center;
  font-weight: bold;
  line-height: 1.3;
  border: none;
  font-size: 50px;
  margin: 0px 0px 40px 0px;
}

#contact .table {
  width: 100%;
  max-width: 800px;
  margin: 0 auto 15px;
  table-layout: fixed;
  border: none;
}
#contact .table tr {
  border-bottom: 1px solid #DBDBDB;
}
#contact .table th {
  border: none;
  background: transparent;
  padding: 30px 25px 30px 0;
  box-sizing: border-box;
  width: calc(100% - 274px);
  font-weight: bold;
  vertical-align: top;
}
@media screen and (min-width: 768px) {
  #contact .table th {
    padding-top: 35px;
  }
}
@media screen and (max-width: 767px) {
  #contact .table th {
    display: block;
    width: 100%;
    padding: 25px 0 0 0;
    font-size: 15px;
  }
}
#contact .table td {
  display: block;
  min-width: 249px;
  padding: 30px 0;
  border: none;
}
@media screen and (max-width: 767px) {
  #contact .table td {
    padding: 15px 0 25px;
  }
}
#contact .table tr:last-child th {
  border-bottom: none;
}
#contact .table tr:last-child td {
  border-bottom: none;
}

.form {
  color: #000;
}
.form .required {
  background-color: #FF4A4A;
  font-size: 12px;
  font-weight: 700;
  color: #FFF;
  padding: 3px 8px;
  border-radius: 4px;
  margin-left: 15px;
}
.form__item {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 5px 20px;
}
.form__item input[type=text],
.form__item input[type=email],
.form__item input[type=tel],
.form__item input[type=number] {
  width: 100%;
  padding: 15px 15px;
  background-color: #FFF;
  border: 1px solid #E0E0E0;
  border-radius: 5px;
  font-size: 12px;
  outline: none;
}
.form__item textarea {
  width: 100%;
  height: 150px;
  resize: none;
  overflow: auto;
  box-sizing: border-box;
  border: 1px solid #E0E0E0;
  background-color: #FFF;
  border-radius: 5px;
  font-size: 16px;
  padding: 10px 15px;
  outline: none;
}
.form__item input[type=radio] + label {
  display: block;
  position: relative;
  width: 100%;
  padding-left: 25px;
  cursor: pointer;
  background-color: #FFF;
}
.form__item input[type=radio] + label::before {
  position: absolute;
  top: 3px;
  left: 0;
  width: 18px;
  height: 18px;
  border: 1px solid #E0E0E0;
  border-radius: 50%;
  content: "";
  box-sizing: border-box;
}
.form__item input[type=radio] {
  position: absolute;
  top: 0;
  left: 0;
  width: auto;
  z-index: -1;
}
.form__item input[type=radio]:checked + label::after {
  position: absolute;
  top: 8px;
  left: 5px;
  width: 8px;
  height: 8px;
  background-color: #00BAC6;
  border-radius: 50%;
  content: "";
}
@media screen and (min-width: 767.98px) {
  .form__item.is-input-1 input {
    max-width: 400px;
  }
}
@media screen and (min-width: 767.98px) {
  .form__item.is-input-2 input {
    max-width: 150px;
    margin-right: 10px;
    margin-left: 10px;
    box-sizing: border-box;
  }
}
.form__item .zip {
  max-width: 200px;
  margin: 0 20px 0 0;
}
@media screen and (min-width: 767.98px) {
  .form__item.is-input-3 input {
    max-width: 500px;
  }
}
.form__item select {
  appearance: none;
  width: 100%;
  max-width: 150px;
  border: 1px solid #E0E0E0;
  background-color: #FFF;
  border-radius: 5px;
  font-size: 12px;
  padding: 10px 30px 10px 15px;
  outline: none;
  color: #222;
  background-image: url("../img/icon_select.png");
  background-repeat: no-repeat;
  background-position: 95% center;
}
.form__item select::-ms-expand {
  display: none;
}
.form__item + .form__item {
  margin-top: 10px;
}
.form__note {
  font-size: 11px;
  width: 100%;
  margin-top: 5px;
  margin-bottom: 10px;
}
@media screen and (min-width: 767.98px) {
  .form__note {
    width: auto;
    font-size: 13px;
    margin: 0;
  }
}
.form__privacy {
  width: 100%;
  max-width: 700px;
  height: 150px;
  overflow: auto;
  margin: 0 auto 25px;
  padding: 15px 20px;
  box-sizing: border-box;
  border: 1px solid #CCD1D8;
  font-size: 11px;
  color: #000;
}
@media screen and (min-width: 767.98px) {
  .form__privacy {
    font-size: 13px;
  }
}
.form__privacy p {
  margin-bottom: 2em;
}
.form__text {
  margin-bottom: 20px;
  font-size: 14px;
  font-weight: 700;
  text-align: center;
  color: #000;
}
@media screen and (min-width: 1100px) {
  .form__text {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    column-gap: 15px;
  }
}
.form__text a {
  position: relative;
  color: #00BAC6;
}
.form__text a:hover {
  text-decoration: underline;
}
.form__text a[target=_blank] {
  padding-right: 20px;
}
.form__text a[target=_blank]::after {
  content: "";
  position: absolute;
  top: 52%;
  right: 0;
  width: 16px;
  height: 16px;
  transform: translateY(-50%);
  background: url("../img/v2025/icon_ex.svg") no-repeat center center;
  background-size: 100% auto;
}
.form__submit-btn {
  position: relative;
  display: block;
  appearance: none;
  max-width: 462px;
  width: 100%;
  margin-inline: auto;
  padding: 19px 0;
  border-radius: 40px;
  border: solid 1px #00BAC6;
  background-color: transparent;
  transition: all 700ms;
  font-size: 15px;
  font-weight: 700;
  cursor: pointer;
  color: #00BAC6;
  z-index: 0;
}
@media screen and (min-width: 767.98px) {
  .form__submit-btn:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #FFF;
    border-radius: 40px;
    content: "";
    transition: 0.5s;
    z-index: -1;
  }
  .form__submit-btn:after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #00BAC6;
    border-radius: 40px;
    content: "";
    transition: 0.5s;
    z-index: -2;
  }
  .form__submit-btn:hover {
    color: #FFF;
  }
  .form__submit-btn:hover::before {
    opacity: 0;
  }
}
.form .error-message {
  white-space: nowrap;
  color: #FF4A4A;
  padding: 0;
  font-weight: bold;
}

.message-box {
  padding: 10px 15px;
  border: solid 2px #FF4A4A;
  font-weight: bold;
  line-height: 1.5;
  color: #FF4A4A;
}

#flashMessage {
  color: #FF4A4A;
  width: 100%;
  max-width: 800px;
  margin: 0 auto 35px;
  font-weight: bold;
}

.bs-mail-title-sub {
  width: 100%;
  max-width: 800px;
  margin: 0 auto 35px;
  font-weight: bold;
  font-size: 20px;
}

.bs-mail-description {
  width: 100%;
  max-width: 800px;
  margin: 0 auto 35px;
}

.bs-mail-before-attachment {
  display: block;
  width: 100%;
}

.bs-mail-after-attachment {
  display: block;
  width: 100%;
}

.form__submit__wrap {
  display: flex;
  align-items: center;
  flex-direction: column-reverse;
  flex-wrap: wrap;
  gap: 20px;
}
@media screen and (min-width: 1100px) {
  .form__submit__wrap {
    flex-direction: row;
  }
}

.form__submit-btn--primary {
  background-color: #00BAC6;
  color: #FFF;
}
.form__submit-btn--primary::before {
  content: "";
  display: none;
}
.form__submit-btn--primary::after {
  content: "";
  display: none;
}
.form__submit-btn--primary:hover {
  background-color: #FFF;
  color: #00BAC6;
}

/* Blog Top
----------------------------------------------- */
.case.section .more {
  font-size: 18px;
  padding: 15px 20px;
  max-width: 300px;
}

/* Blog Single case_study
----------------------------------------------- */
.bs-single-case_study-post__eye-catch-container {
  background-color: #00bac6;
}

.bs-single-case_study-post__eye-catch {
  margin: 0 auto;
  height: 400px;
}

.bs-single-case_study-post__eye-catch .img-eye-catch {
  height: 100%;
}

@media screen and (max-width: 768px) {
  /* SP */
  .bs-single-case_study-post__eye-catch {
    width: 100%;
    height: auto;
  }

  .bs-single-case_study-post__eye-catch .img-eye-catch {
    height: auto;
  }
}
.bs-single-case_study-post__container {
  max-width: 800px;
  margin: 0 auto;
  padding: 0 20px;
}

.bs-single-case_study-post {
  margin-bottom: 80px;
}

.bs-single-case_study-post__title {
  margin: 40px 0 10px 0;
  padding: 10px 0;
  font-size: 34px;
  font-weight: bold;
  letter-spacing: 3.4px;
  line-height: 1.41;
}

.bs-single-case_study-post__contents {
  font-size: 16px;
}

.bs-single-case_study-post__content {
  margin: 40px 0;
}

.bs-single-case_study-post__detail {
  margin-bottom: 80px;
}

.bs-single-case_study-post__table-area {
  width: 100%;
  display: flex;
  justify-content: center;
  text-align: center;
  margin-bottom: 70px;
}

.bs-single-case_study-post__table-area dl {
  width: 33%;
  font-size: 16px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.bs-single-case_study-post__table-area dl dt {
  padding: 8px 0;
  font-weight: 600;
  background-color: #e1e3e6;
  border-right: solid 3px #FFF;
}

.bs-single-case_study-post__table-area dl dd {
  padding: 10px 5px;
  font-weight: 400;
  background-color: #f6f6f6;
  border-right: solid 3px #e1e3e6;
}

.bs-single-case_study-post__table-area dl:last-child dd {
  border-right: none;
}

@media screen and (max-width: 768px) {
  /* SP */
  .bs-single-case_study-post__table-area {
    display: block;
  }

  .bs-single-case_study-post__table-area dl {
    width: 50%;
    float: left;
  }

  .bs-single-case_study-post__table-area dl:nth-child(2) dd {
    border-right: none;
  }

  .bs-single-case_study-post__table-area dl:last-child {
    display: block;
    width: 100%;
    clear: both;
    float: none;
  }
}
.bs-single-case_study-post__meta {
  margin: 10px 0;
  text-align: right;
}

.bs-single-case_study-post__meta-category {
  font-size: 12px;
  padding: 5px;
  margin-left: 5px;
  border-radius: 5px;
  border: 1px solid #666;
}

.bs-single-case_study-post__meta-tag {
  font-size: 12px;
  padding: 5px;
  margin-left: 5px;
  border-radius: 5px;
  border: 1px solid #666;
}

.bs-single-case_study-post__meta-date {
  margin-left: 10px;
}

.image-border img {
  border: 2px double #666;
}

.no-data {
  text-align: center;
}

/* Pagination
----------------------------------------------- */
.bs-pagination {
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  margin: 50px 0 100px;
  font-size: 18px;
}

.bs-pagination a {
  text-decoration: none;
  color: #FFF !important;
  background-color: #00bac6;
}

.bs-pagination a:hover {
  transition: all 300ms;
  background-color: #555;
}

.bs-pagination__prev a,
.bs-pagination__next a {
  border: 1px solid #ddd;
  display: block;
  padding: 4px 20px;
}

.bs-pagination__prev.disabled,
.bs-pagination__next.disabled {
  border: 1px solid #ddd;
  display: block;
  padding: 4px 20px;
  color: #ddd;
}

.bs-pagination__prev a,
.bs-pagination__prev.disabled {
  border-radius: 5px 0 0 5px;
}

.bs-pagination__next a,
.bs-pagination__next.disabled {
  border-radius: 0 5px 5px 0;
}

@media screen and (max-width: 768px) {
  .bs-pagination__next a,
.bs-pagination__next.disabled {
    border-left: none;
  }
}
.bs-pagination__number {
  display: inline-block;
}

@media screen and (max-width: 768px) {
  .bs-pagination__number {
    display: none;
  }
}
.bs-pagination__number:not(:last-child) {
  border-right: 1px solid #ddd;
}

.bs-pagination__number.current,
.bs-pagination__number a {
  display: inline-block;
  padding: 4px 11px;
}

@media screen and (max-width: 768px) {
  .bs-pagination__number.current,
.bs-pagination__number a {
    display: none;
  }
}
.bs-pagination__number.current {
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  color: #00bac6;
  font-weight: bold;
}

/* Blog Contents Navigation
----------------------------------------------- */
.bs-blog-contents-navi {
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  margin: 160px 0 0 0;
  font-size: 14px;
}

.bs-blog-contents-navi a {
  transition: all 300ms;
  width: 47%;
  display: block;
  text-decoration: none;
}

@media screen and (max-width: 768px) {
  .bs-blog-contents-navi a {
    font-size: 12px;
  }
}
.bs-blog-contents-navi a:link,
.bs-blog-contents-navi a:visited {
  color: #000 !important;
}

.bs-blog-contents-navi a:hover {
  color: #555 !important;
}

.bs-blog-contents-navi .next-link {
  padding: 20px 0 20px 2%;
  float: right;
  text-align: right;
}

.bs-blog-contents-navi .prev-link {
  padding: 20px 2% 20px 0;
  float: left;
  text-align: left;
}

/* Page
----------------------------------------------- */
.bs-page__title {
  margin: 10px 0 30px 0;
  padding: 10px 0;
  font-size: 34px;
  font-weight: bold;
  letter-spacing: 3.4px;
  line-height: 1.41;
}

.l-header {
  display: block;
  position: fixed;
  top: 12px;
  left: 50%;
  width: calc(100% - 20px);
  padding: 14px 15px 12px 20px;
  box-sizing: border-box;
  background-color: #FFF;
  box-shadow: 0 0 20px 0px rgba(31, 68, 92, 0.08);
  border-radius: 38px;
  transform: translateX(-50%);
  z-index: 9999;
}
@media screen and (min-width: 1100px) {
  .l-header {
    top: 20px;
    left: 50%;
    width: calc(100% - 58px);
    padding: 22px 30px 23px;
    border-radius: 100px;
  }
}

.header__inner {
  position: relative;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
@media screen and (min-width: 767.98px) {
  .header__inner {
    column-gap: 30px;
  }
}
.header__logo {
  order: 1;
  position: relative;
}
.header__logo a {
  display: block;
}
@media screen and (min-width: 767.98px) {
  .header__logo a {
    opacity: 1;
    transition: opacity 300ms;
  }
  .header__logo a:hover {
    opacity: 0.7;
  }
}
.header__logo .logo__text {
  display: none;
}
@media screen and (min-width: 767.98px) {
  .header__logo .logo__text {
    display: block;
    padding-bottom: 6px;
    font-size: 9px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0.01em;
    color: #00BAC6;
  }
}
.header__logo .logo__img {
  display: block;
  width: 77px;
}
@media screen and (min-width: 1100px) {
  .header__logo .logo__img {
    width: 151px;
  }
}
.header__menu_btn {
  display: block;
  position: fixed;
  top: 28px;
  right: 15px;
  width: 40px;
  height: 40px;
  background: #FFF;
  border: solid 1px #EDF4F2;
  border-radius: 100px;
  box-shadow: 0 0 20px rgba(31, 68, 92, 0.08);
  font-size: 0;
  transform: translateY(-50%);
  cursor: pointer;
  z-index: 95;
}
@media screen and (min-width: 1100px) {
  .header__menu_btn {
    display: none;
  }
}
.header__menu_btn:before {
  content: "";
  position: absolute;
  top: calc(50% - 5px);
  left: 50%;
  width: 14px;
  height: 1px;
  box-sizing: border-box;
  background: #00BAC6;
  transform: translateY(-50%) translateX(-50%);
  transition: all 300ms;
}
.header__menu_btn:after {
  content: "";
  position: absolute;
  top: calc(50% + 5px);
  left: 50%;
  width: 14px;
  height: 1px;
  background: #00BAC6;
  transform: translateY(-50%) translateX(-50%);
  transition: all 300ms;
}
.header__menu_btn .btn {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 100%;
  height: 40px;
  font-size: 0;
  transform: translateY(-50%) translateX(-50%);
  pointer-events: none;
}
.header__menu_btn .btn:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 14px;
  height: 1px;
  box-sizing: border-box;
  background: #00BAC6;
  transform: translateY(-50%) translateX(-50%);
  transition: all 300ms;
}
.header__menu_btn.is_open {
  background-color: #FFF;
}
.header__menu_btn.is_open:before {
  width: 12px;
  top: 50%;
  height: 1px;
  background: #00BAC6;
  transform: translateY(-50%) translateX(-50%) rotate(45deg);
}
.header__menu_btn.is_open:after {
  width: 12px;
  top: 50%;
  height: 1px;
  background: #00BAC6;
  transform: translateY(-50%) translateX(-50%) rotate(-45deg);
}
.header__menu_btn.is_open .btn:before {
  display: none;
}
.header__gnav {
  order: 3;
  display: none;
  width: 100%;
  padding: 24px 0 30px;
  box-sizing: border-box;
  background-color: transparent;
  z-index: 90;
}
@media screen and (min-width: 1100px) {
  .header__gnav {
    flex: 1;
    order: 2;
    display: block !important;
    padding: 0;
    transition: none;
  }
}
@media screen and (min-width: 1100px) {
  .header__gnav__inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: row-reverse;
  }
}
.header__gnav__list {
  display: flex;
  flex-direction: column;
  row-gap: 12px;
}
@media screen and (min-width: 1100px) {
  .header__gnav__list {
    flex-direction: row;
    column-gap: 30px;
    padding-top: 3px;
  }
}
.header__gnav__list a {
  position: relative;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  min-height: 64px;
  padding: 15px 50px 15px 25px;
  background-color: #FFF;
  border: solid 1px #00BAC6;
  border-radius: 100px;
  font-size: 15px;
  letter-spacing: 0.1em;
  font-weight: 700;
  line-height: 1.3;
  color: #00BAC6;
}
@media screen and (min-width: 1100px) {
  .header__gnav__list a {
    display: block;
    min-height: auto;
    padding: 0;
    border: none;
    font-size: 14px;
    font-weight: 500;
    color: #212121;
  }
}
.header__gnav__list a:hover::before {
  width: 100%;
}
@media screen and (min-width: 1100px) {
  .header__gnav__list a::before {
    content: "";
    position: absolute;
    bottom: -10px;
    left: 0;
    width: 0;
    height: 3px;
    background-color: #00BAC6;
    transition: all 300ms;
  }
}
.header__gnav__list a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 25px;
  width: 13px;
  height: 12px;
  background: url("../img/v2025/icon_arrow_blue.svg") no-repeat center center;
  background-size: 100% 100%;
  transform: translateY(-50%);
}
@media screen and (min-width: 1100px) {
  .header__gnav__list a::after {
    display: none;
    width: 0;
    height: 0;
  }
}
.header__btns {
  order: 2;
  display: flex;
  align-items: center;
  gap: 5px;
  padding-right: 45px;
}
@media screen and (min-width: 1100px) {
  .header__btns {
    order: 3;
    gap: 10px;
    padding-right: 0;
  }
}
.header__btns .c-btn {
  width: 77px;
  height: 31px;
  font-size: 10px;
  color: #FFF;
}
@media screen and (min-width: 1100px) {
  .header__btns .c-btn {
    width: 151px;
    height: 47px;
    font-size: 14px;
  }
}
.header__btns.c-btn_wrap {
  gap: 7px;
}

.js-menu_wrap {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0;
  background: transparent;
  pointer-events: none;
  transition-property: all;
  transition-duration: 300ms;
}
.js-menu_wrap.is_open {
  height: 100vh;
  background: rgba(0, 186, 198, 0.76);
  pointer-events: all;
  z-index: 70;
}

.l-footer {
  margin-top: -45px;
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #F8F8F8;
}
.l-footer__main {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  row-gap: 80px;
  padding-top: 80px;
  padding-bottom: 20px;
  border-bottom: solid 1px #FFF;
}
@media screen and (min-width: 767.98px) {
  .l-footer__main {
    flex-direction: row-reverse;
    padding-top: 110px;
    padding-bottom: 80px;
  }
}
.l-footer__main__detail {
  position: relative;
}
.l-footer__main__detail .logo__text {
  margin-bottom: 11px;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 10px;
  letter-spacing: 0.05em;
  color: #00BAC6;
}
@media screen and (min-width: 767.98px) {
  .l-footer__main__detail .logo__text {
    margin-bottom: 20px;
    font-size: 18px;
  }
}
.l-footer__main__detail .logo__img {
  max-width: 180px;
}
@media screen and (min-width: 767.98px) {
  .l-footer__main__detail .logo__img {
    max-width: 340px;
  }
}
.l-footer__main__detail .logo__img img {
  width: 100%;
}
.l-footer__main__detail .link_list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 25px;
  max-width: 340px;
  margin-top: 40px;
}
@media screen and (min-width: 767.98px) {
  .l-footer__main__detail .link_list {
    gap: 20px;
    margin-top: 50px;
  }
}
.l-footer__main__detail .link_list a {
  position: relative;
  display: inline-block;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 12px;
}
.l-footer__main__detail .link_list a[target=_blank] {
  padding-right: 20px;
}
.l-footer__main__detail .link_list a[target=_blank]::after {
  content: "";
  position: absolute;
  top: 52%;
  right: 0;
  width: 12px;
  height: 12px;
  transform: translateY(-50%);
  background: url("../img/v2025/icon_ex_black.svg") no-repeat center center;
  background-size: 100% auto;
}
.l-footer__main__detail .sns_list {
  position: absolute;
  top: 30px;
  right: 0;
  display: flex;
  gap: 10px 20px;
}
@media screen and (min-width: 767.98px) {
  .l-footer__main__detail .sns_list {
    position: static;
    gap: 10px 24px;
    margin-top: 50px;
  }
}
.l-footer__main__detail .sns_list__item {
  width: 22px;
}
.l-footer__main__detail .sns_list__item img {
  width: 100%;
}
.l-footer__main__detail .service_list {
  display: flex;
  gap: 10px 25px;
  margin-top: 60px;
}
@media screen and (min-width: 767.98px) {
  .l-footer__main__detail .service_list {
    margin-top: 50px;
  }
}
.l-footer__main__detail .service_list__item--basercms img {
  width: 107px;
}
.l-footer__main__detail .service_list__item--knowme img {
  width: 82px;
}
.l-footer__main__detail .service_list a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 138px;
  height: 50px;
  background-color: #FFF;
  border-radius: 14px;
}
.l-footer__main__link {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  row-gap: 22px;
}
@media screen and (min-width: 767.98px) {
  .l-footer__main__link {
    display: flex;
    flex-direction: column;
    row-gap: 25px;
    padding-right: 100px;
  }
}
.l-footer__main__link a {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: clamp(14px, 1.4545454545vw, 16px);
  letter-spacing: 0.05em;
}
.l-footer__copyright {
  padding-top: 20px;
  font-size: 10px;
  letter-spacing: 0.05em;
  text-align: center;
}
.l-footer__copyright p + p {
  margin-top: 15px;
}

.l-page_head {
  margin-bottom: 30px;
  padding-top: 90px;
  padding-bottom: 32px;
  background: linear-gradient(to bottom right, #F4FAFA 0%, #E1F4EE 31%, #FFFEF2);
}
@media screen and (min-width: 1100px) {
  .l-page_head {
    margin-bottom: 50px;
    padding-top: 130px;
    padding-bottom: 63px;
  }
}
.l-page_head__title {
  font-size: clamp(32px, 4.1818181818vw, 46px);
  font-weight: 700;
  line-height: 1.3;
  text-align: center;
  color: #000;
}
.l-page_head__title--case_study {
  max-width: 800px;
  margin-inline: auto;
  padding-inline: 10px;
  padding-bottom: 35px;
  text-align: left;
}
@media screen and (min-width: 1100px) {
  .l-page_head__title--case_study {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
.l-page_head__title--case_study .title__sub {
  display: block;
  margin-bottom: 10px;
  font-size: clamp(14px, 1.8181818182vw, 20px);
  font-weight: 400;
  line-height: 1.3;
}
@media screen and (min-width: 1100px) {
  .l-page_head__title--case_study .title__sub {
    margin-bottom: 21px;
  }
}
.l-page_head__title--case_study .title__main {
  display: block;
  font-size: clamp(22px, 2.9090909091vw, 32px);
  font-weight: 400;
  line-height: 1.3;
}

.p-form {
  margin-bottom: 110px;
}
.p-form .c-contact {
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 0;
  background-color: #FFF;
}
.p-form .c-contact__text {
  opacity: 1;
  color: #212121;
  transform: translateY(0);
}
.p-form .c-contact__inner {
  row-gap: 0;
}
@media screen and (min-width: 1100px) {
  .p-form .c-contact__detail__main .list {
    padding-bottom: 60px;
  }
}
@media screen and (min-width: 1100px) {
  .p-form .c-contact__detail__main .list::after {
    bottom: 30px;
  }
}
.p-form .c-contact__detail__main .list li {
  font-size: clamp(15px, 1.6363636364vw, 18px);
}
.p-form .c-contact__form {
  max-width: 100%;
  width: 100%;
}
.p-form__complate {
  text-align: center;
}
.p-form__complate__title {
  margin-bottom: 20px;
  font-size: clamp(24px, 2.7272727273vw, 30px);
  font-weight: 700;
}
.p-form__complate p {
  font-size: 16px;
}
.p-form__complate .redirect__text {
  margin-block-start: 40px;
  margin-block-end: 20px;
}
.p-form__complate .redirect__text p {
  font-size: 14px;
}
.p-form__complate .c-btn {
  height: 66px;
}
.p-form + .l-footer {
  padding-top: 0;
}

.p-case_study .c-btn_wrap {
  margin-top: 55px;
}
@media screen and (min-width: 1100px) {
  .p-case_study .c-btn_wrap {
    margin-top: 100px;
  }
}
.p-case_study + .l-footer {
  margin-top: 0;
  padding-top: 0;
}
.p-case_study_detail {
  margin-top: -70px;
  background: transparent !important;
}
@media screen and (min-width: 1100px) {
  .p-case_study_detail {
    margin-top: -110px;
  }
}
.p-case_study_detail .c-btn_wrap {
  margin-top: 50px;
}
@media screen and (min-width: 1100px) {
  .p-case_study_detail .c-btn_wrap {
    margin-top: 100px;
  }
}
.p-case_study_detail__inner {
  max-width: 860px;
  margin-inline: auto;
  padding-inline: 10px;
}
@media screen and (min-width: 1100px) {
  .p-case_study_detail__inner {
    padding-inline: 30px;
  }
}
.p-case_study_detail__status {
  display: flex;
  flex-direction: column;
  gap: 3px;
  margin-top: 30px;
  margin-bottom: 30px;
}
@media screen and (min-width: 1100px) {
  .p-case_study_detail__status {
    flex-direction: row;
    gap: 4px;
    margin-bottom: 50px;
  }
}
.p-case_study_detail__status .status_table {
  display: flex;
  gap: 3px;
  text-align: center;
}
@media screen and (min-width: 1100px) {
  .p-case_study_detail__status .status_table {
    flex: 1;
    flex-direction: column;
  }
}
.p-case_study_detail__status .status_table__title {
  width: 30%;
  padding: 6px;
  background-color: #E5F8F9;
  font-size: clamp(12px, 1.2727272727vw, 14px);
  font-weight: 500;
}
@media screen and (min-width: 1100px) {
  .p-case_study_detail__status .status_table__title {
    width: 100%;
    padding: 8px;
  }
}
.p-case_study_detail__status .status_table__text {
  width: 70%;
  padding: 6px;
  background-color: #F5F5F5;
  font-size: clamp(12px, 1.2727272727vw, 14px);
  font-weight: 400;
}
@media screen and (min-width: 1100px) {
  .p-case_study_detail__status .status_table__text {
    width: 100%;
    padding: 8px;
  }
}
.p-case_study_detail__footer {
  margin-top: 30px;
  padding: 20px;
  border: solid 1px #00BAC6;
  border-radius: 10px;
}
@media screen and (min-width: 1100px) {
  .p-case_study_detail__footer {
    margin-top: 50px;
  }
}
.p-case_study_detail__footer .title {
  display: flex;
  flex-direction: column;
  column-gap: 20px;
  row-gap: 2px;
}
@media screen and (min-width: 1100px) {
  .p-case_study_detail__footer .title {
    flex-direction: row;
  }
}
.p-case_study_detail__footer .title__main {
  font-size: clamp(16px, 1.6363636364vw, 18px);
  font-weight: 700;
}
.p-case_study_detail__footer .title a {
  font-size: clamp(12px, 1.4545454545vw, 16px);
  font-weight: 400;
  text-decoration: underline;
}
.p-case_study_detail__footer .title a:hover {
  text-decoration: none;
}
.p-case_study_detail__footer .text {
  margin-top: 21px;
  font-size: clamp(12px, 1.2727272727vw, 14px);
  font-weight: 400;
}

.c-heading__title {
  margin-bottom: 40px;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-style: normal;
  text-align: center;
  color: #00BAC6;
}
.c-heading__title .ja {
  display: block;
  font-size: clamp(30px, 2.7272727273vw, 45px);
  line-height: 1.46;
}
@media screen and (min-width: 1100px) {
  .c-heading__title .ja {
    line-height: 1.44;
  }
}
.c-heading__title .en {
  display: block;
  font-size: clamp(10px, 0.9090909091vw, 15px);
  line-height: 1.4;
}

.c-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 100%;
  height: 66px;
  background-color: #00BAC6;
  border-radius: 100px;
  font-size: 14px;
  font-weight: 700;
  color: #FFF;
  transition-property: all;
  transition-duration: 400ms;
}
@media screen and (min-width: 767.98px) {
  .c-btn {
    width: 288px;
    height: 84px;
    font-size: 14px;
  }
}
.c-btn .color {
  transition-property: all;
  transition-duration: 400ms;
}
.c-btn__color {
  color: #FFF1A3;
}
.c-btn__small {
  font-size: 14px;
  font-weight: 500;
}
.c-btn__main {
  margin-top: -0.25em;
  font-size: 20px;
}
.c-btn--primary {
  background-color: #00BAC6;
  border: solid 2px #00BAC6;
}
.c-btn--primary .color {
  color: #FFF1A3;
}
.c-btn--primary:hover {
  background-color: #FFF;
  color: #00BAC6;
}
.c-btn--primary:hover .color {
  color: #FF4A4A;
}
.c-btn--primary--white {
  background-color: #FFF;
  color: #00BAC6;
}
.c-btn--primary--white .color {
  color: #FF8031;
}
.c-btn--primary--white:hover {
  background-color: #00BAC6;
  border: solid 2px #FFF;
  color: #FFF;
}
.c-btn--primary--white:hover .color {
  color: #FFF1A3;
}
.c-btn--secondary {
  background-color: #FF4A4A;
  border: solid 2px #FF4A4A;
}
.c-btn--secondary .color {
  color: #FFF1A3;
}
.c-btn--secondary:hover {
  background-color: #FFF;
  color: #FF4A4A;
}
.c-btn--secondary:hover .color {
  color: #FF4A4A;
}
.c-btn_wrap {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 14px;
}
@media screen and (min-width: 767.98px) {
  .c-btn_wrap {
    gap: 17px;
  }
}

.c-mv {
  overflow: hidden;
  position: relative;
  background: linear-gradient(45deg, #F4FAFA 0%, #E1F4EE 30%, #FFFEF2 100%);
}
@media screen and (min-width: 767.98px) {
  .c-mv {
    padding-top: 9vw;
    padding-bottom: 35px;
  }
}
.c-mv__bg_item {
  overflow: hidden;
  opacity: 0.3;
  position: absolute;
  border-radius: 27px;
  aspect-ratio: 1.55/1;
  pointer-events: none;
  z-index: 1;
}
@media screen and (min-width: 767.98px) {
  .c-mv__bg_item {
    border-radius: 14px;
  }
}
.c-mv__bg_item--01 {
  opacity: 0.55;
  top: 20%;
  left: -14%;
  width: clamp(142px, 25.2727272727vw, 278px);
}
@media screen and (min-width: 767.98px) {
  .c-mv__bg_item--01 {
    top: 10%;
    left: 43%;
  }
}
.c-mv__bg_item--02 {
  opacity: 0.31;
  top: 13%;
  left: 61%;
  width: clamp(158px, 17.4545454545vw, 192px);
  filter: blur(7px);
  z-index: 1;
}
@media screen and (min-width: 767.98px) {
  .c-mv__bg_item--02 {
    top: 20%;
    left: 67%;
  }
}
.c-mv__bg_item--03 {
  opacity: 0.32;
  top: 5%;
  left: 71%;
  width: clamp(133px, 18.9090909091vw, 208px);
  z-index: 3;
}
@media screen and (min-width: 767.98px) {
  .c-mv__bg_item--03 {
    top: 8%;
    left: 87%;
  }
}
.c-mv__bg_item--04 {
  display: none;
  opacity: 0.24;
  top: 37%;
  left: 88%;
  width: clamp(133px, 13.2727272727vw, 146px);
  filter: blur(2px);
}
@media screen and (min-width: 767.98px) {
  .c-mv__bg_item--04 {
    display: block;
  }
}
.c-mv__bg_item--05 {
  top: 46%;
  left: -14%;
  width: clamp(169px, 13.2727272727vw, 222px);
  filter: blur(1px);
}
@media screen and (min-width: 767.98px) {
  .c-mv__bg_item--05 {
    opacity: 0.41;
    top: 50%;
    left: 44%;
  }
}
.c-mv__bg_item--06 {
  opacity: 0.55;
  top: 47%;
  left: 70%;
  width: clamp(173px, 21vw, 231px);
}
@media screen and (min-width: 767.98px) {
  .c-mv__bg_item--06 {
    top: 60%;
    left: 80%;
  }
}
.c-mv__bg_item--07 {
  display: none;
  width: clamp(158px, 22vw, 242px);
}
.c-mv__bg_item--08 {
  display: none;
  width: clamp(133px, 18.1818181818vw, 200px);
}
.c-mv__inner {
  position: relative;
  justify-items: center;
  padding-top: 25px;
  z-index: 10;
}
@media screen and (min-width: 767.98px) {
  .c-mv__inner {
    display: grid;
    grid-auto-flow: column;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto auto auto;
    gap: 0px 0px;
    grid-template-areas: ". mv_img" ". mv_img" ". mv_img";
    justify-items: start;
  }
}
.c-mv__title {
  max-width: 80%;
}
@media screen and (min-width: 767.98px) {
  .c-mv__title {
    max-width: 458px;
    margin-bottom: 10px;
  }
}
@media screen and (min-width: 1100px) {
  .c-mv__title {
    margin-left: -38px;
  }
}
.c-mv__catchcopy {
  display: block;
  margin-bottom: 15px;
  line-height: 1.5;
  text-align: center;
}
@media screen and (min-width: 767.98px) {
  .c-mv__catchcopy {
    text-align: left;
  }
}
.c-mv__catchcopy .en {
  display: inline;
  font-family: "Jost", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  font-size: clamp(27px, 3.0909090909vw, 34px);
}
.c-mv__catchcopy .ja {
  display: inline;
  font-size: clamp(20px, 2.2727272727vw, 25px);
  font-weight: 700;
}
.c-mv__capture {
  max-width: 80%;
  margin-inline: auto;
  margin-bottom: 25px;
}
@media screen and (min-width: 767.98px) {
  .c-mv__capture {
    grid-area: mv_img;
    max-width: 544px;
    margin-top: auto;
  }
}
.c-mv__text {
  font-size: clamp(13px, 1.3636363636vw, 15px);
  font-weight: 500;
  line-height: 1.86;
  letter-spacing: 0.05em;
}
.c-mv__btns {
  margin-top: 23px;
}
@media screen and (min-width: 767.98px) {
  .c-mv__btns {
    justify-content: flex-start;
    margin-top: 35px;
  }
}

.c-logo_carousel {
  background-color: #FFF;
}
.c-logo_carousel__list {
  padding-block: 30px;
}
@media screen and (min-width: 1100px) {
  .c-logo_carousel__list {
    padding-block: 28px;
  }
}
.c-logo_carousel__list li {
  margin-right: 20px;
  background-color: #FFF;
}
@media screen and (min-width: 1100px) {
  .c-logo_carousel__list li {
    margin-right: 40px;
  }
}

.c-about {
  position: relative;
  background-color: #00BAC6;
  border-radius: 45px;
  color: #FFF;
  z-index: 10;
}
@media screen and (min-width: 1100px) {
  .c-about {
    border-radius: 55px;
  }
}
@media screen and (min-width: 1100px) {
  .c-about__inner {
    display: grid;
    grid-auto-flow: column;
    grid-template-columns: 450px 1fr;
    grid-template-rows: auto auto auto;
    grid-template-areas: ". about_img" ". about_img" ". about_img";
    justify-items: start;
    column-gap: 33px;
  }
}
.c-about__title {
  opacity: 0;
  line-height: 1;
  transform: translateY(40px);
  transition-property: all;
  transition-duration: 300ms;
}
@media screen and (min-width: 1100px) {
  .c-about__title {
    max-width: 450px;
  }
}
.c-about__title.animated {
  opacity: 1;
  transform: translateY(0);
}
.c-about__title__main {
  display: block;
  font-family: "Jost", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
  font-size: clamp(62px, 8.0909090909vw, 89px);
}
.c-about__title__sub {
  display: block;
  margin-top: 10px;
  font-size: clamp(31px, 4.0909090909vw, 45px);
  font-weight: 700;
}
.c-about__text {
  opacity: 0;
  margin-top: 45px;
  margin-bottom: 45px;
  font-size: clamp(14px, 1.6363636364vw, 18px);
  font-weight: 700;
  line-height: 1.93;
  letter-spacing: 0.01em;
  transform: translateY(40px);
  transition-property: all;
  transition-duration: 300ms;
}
@media screen and (min-width: 1100px) {
  .c-about__text {
    max-width: 450px;
    margin-bottom: 0;
    line-height: 1.83;
  }
}
.c-about__text.animated {
  opacity: 1;
  transform: translateY(0);
}
.c-about__img {
  opacity: 0;
  display: block;
  margin-right: -20px;
  margin-left: -20px;
  transform: translateY(40px);
  transition-property: all;
  transition-duration: 300ms;
}
@media screen and (min-width: 767.98px) {
  .c-about__img {
    margin-right: 0;
    margin-left: 0;
  }
}
@media screen and (min-width: 1100px) {
  .c-about__img {
    grid-area: about_img;
  }
}
.c-about__img.animated {
  opacity: 1;
  transform: translateY(0);
}
.c-about__pickup {
  opacity: 0;
  margin-top: 40px;
  padding: 30px;
  background-color: #009098;
  border-radius: 31px;
  transform: translateY(40px);
  transition-property: all;
  transition-duration: 300ms;
}
@media screen and (min-width: 1100px) {
  .c-about__pickup {
    max-width: 450px;
    margin-top: 41px;
  }
}
.c-about__pickup.animated {
  opacity: 1;
  transform: translateY(0);
}
.c-about__pickup__title {
  font-size: clamp(18px, 1.8181818182vw, 20px);
  font-weight: 700;
  text-align: center;
  color: #FFF1A3;
}
.c-about__pickup__list {
  font-size: clamp(14px, 1.3636363636vw, 15px);
  font-weight: 700;
  letter-spacing: 0.01em;
}
.c-about__pickup__list li {
  position: relative;
  margin-top: 16px;
  padding-left: 30px;
}
@media screen and (min-width: 1100px) {
  .c-about__pickup__list li {
    margin-top: 15px;
  }
}
.c-about__pickup__list li::before {
  position: absolute;
  top: 0.15em;
  left: 0;
  content: "";
  width: 14px;
  height: 22px;
  background: url("../img/v2025/icon_list_yellow.svg") no-repeat center center;
  background-size: 100% auto;
}

.c-problem {
  width: 100%;
}
.c-problem .l-container {
  text-align: center;
}
.c-problem__inner {
  position: relative;
  margin-top: -64px;
  padding-top: 150px;
  padding-bottom: 30px;
  background: url("../img/v2025/problem_bg_sp_top.png") no-repeat center top, linear-gradient(to bottom, #988551, #271A00);
  background-size: 100% auto, cover;
  z-index: 2;
}
@media screen and (min-width: 767.98px) {
  .c-problem__inner {
    margin-top: -50px;
    padding-top: 158px;
    padding-bottom: 138px;
    background: url("../img/v2025/problem_bg_pc.png") no-repeat center bottom;
    background-size: cover;
  }
}
.c-problem__title {
  opacity: 0;
  text-align: center;
  color: #FFF;
  filter: blur(10px);
  transition-property: all;
  transition-duration: 600ms;
}
.c-problem__title.animated {
  opacity: 1;
  filter: blur(0);
}
.c-problem__title__sub {
  display: block;
  font-size: clamp(22px, 2.7272727273vw, 30px);
  font-weight: 700;
}
.c-problem__title__main {
  display: block;
  font-size: clamp(35px, 4.0909090909vw, 45px);
  font-weight: 700;
  line-height: 1.42;
}
.c-problem__comment {
  margin-top: 50px;
}
@media screen and (min-width: 767.98px) {
  .c-problem__comment {
    display: flex;
    justify-content: space-between;
    column-gap: 22px;
  }
}
.c-problem__comment__item {
  opacity: 0;
  margin-bottom: 40px;
  text-align: center;
  filter: blur(10px);
  transition-property: all;
  transition-duration: 600ms;
}
@media screen and (min-width: 767.98px) {
  .c-problem__comment__item {
    width: calc((100% - 44px) / 3);
  }
}
.c-problem__comment__item.animated {
  opacity: 1;
  filter: blur(0);
}
.c-problem__comment__item .text {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 85%;
  padding-block-start: 25px;
  padding-block-end: 40px;
  background: url("../img/v2025/problem_item_01.svg") no-repeat center center;
  background-size: 100% 100%;
  font-size: clamp(17px, 2vw, 22px);
  font-weight: 700;
  line-height: 1.4;
  color: #FFF;
}
@media screen and (min-width: 767.98px) {
  .c-problem__comment__item .text {
    width: 90%;
    padding-block-start: 15px;
  }
}
.c-problem__comment__item .detail {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 85%;
  margin-top: -35px;
  margin-left: auto;
  padding-block-start: 23px;
  padding-block-end: 33px;
  background: url("../img/v2025/problem_item_02.svg") no-repeat center center;
  background-size: 100% 100%;
  font-size: clamp(12px, 1.3636363636vw, 15px);
  font-weight: 500;
  line-height: 1.6;
}
@media screen and (min-width: 767.98px) {
  .c-problem__comment__item .detail {
    width: 90%;
    padding-block-start: 19px;
  }
}
.c-problem__comment__item .detail--long {
  margin-top: -30px;
  background: url("../img/v2025/problem_item_03.svg") no-repeat center center;
  background-size: 100% 100%;
}
@media screen and (min-width: 767.98px) {
  .c-problem__comment__item .detail--long {
    margin-top: -35px;
    background: url("../img/v2025/problem_item_02.svg") no-repeat center center;
    background-size: 100% 100%;
  }
}
.c-problem__gist {
  opacity: 0;
  position: relative;
  display: inline-block;
  width: 100%;
  margin-inline: auto;
  padding-top: 12px;
  padding-bottom: 12px;
  text-align: center;
  color: #FFF;
  filter: blur(10px);
  transition-property: all;
  transition-duration: 600ms;
}
@media screen and (min-width: 767.98px) {
  .c-problem__gist {
    width: fit-content;
    padding: 14px 34px;
  }
}
.c-problem__gist::before {
  position: absolute;
  top: 50%;
  left: 0;
  content: "";
  width: 18px;
  height: 100%;
  border-top: solid 1px #FFF;
  border-bottom: solid 1px #FFF;
  border-left: solid 1px #FFF;
  transform: translateY(-50%);
}
.c-problem__gist::after {
  position: absolute;
  top: 50%;
  right: 0;
  content: "";
  width: 18px;
  height: 100%;
  border-top: solid 1px #FFF;
  border-right: solid 1px #FFF;
  border-bottom: solid 1px #FFF;
  transform: translateY(-50%);
}
.c-problem__gist.animated {
  opacity: 1;
  filter: blur(0);
}
.c-problem__gist__title {
  font-size: clamp(25px, 2.7272727273vw, 30px);
  font-weight: 700;
}
.c-problem__gist__text {
  font-size: clamp(14px, 1.6363636364vw, 18px);
  font-weight: 500;
}
.c-problem__bottom {
  margin-top: -18vw;
  padding-top: 18vw;
  padding-bottom: 33px;
  background-color: #00BAC6;
  border-radius: 0 0 45px 45px;
  font-size: clamp(30px, 4.0909090909vw, 45px);
  font-weight: 700;
  text-align: center;
  color: #FFF;
  z-index: 1;
}
@media screen and (min-width: 767.98px) {
  .c-problem__bottom {
    margin-top: -100px;
    padding-top: 130px;
    padding-bottom: 50px;
    border-radius: 0 0 55px 55px;
  }
}
.c-problem__bottom__text {
  opacity: 0;
  position: relative;
  background-color: #00BAC6;
  line-height: 1.4;
  z-index: 10;
  filter: blur(10px);
  transform: scale(1.3);
  transition-property: all;
  transition-duration: 600ms;
}
.c-problem__bottom__text::before {
  position: absolute;
  top: calc(50% + 0.75em);
  left: 0;
  content: "";
  width: 100%;
  height: 1px;
  background-color: #FFF;
  transform: translateY(-50%);
  z-index: 1;
}
@media screen and (min-width: 767.98px) {
  .c-problem__bottom__text::before {
    top: 50%;
  }
}
.c-problem__bottom__text.animated {
  opacity: 1;
  filter: blur(0);
  transform: scale(1);
}
.c-problem__bottom .sub {
  position: relative;
  display: block;
  background-color: #00BAC6;
  z-index: 10;
}
@media screen and (min-width: 767.98px) {
  .c-problem__bottom .sub {
    display: inline-block;
    padding-left: 15px;
    padding-right: 15px;
    margin-right: -15px;
  }
}
.c-problem__bottom .main {
  position: relative;
  display: inline-block;
  padding-right: 15px;
  padding-left: 15px;
  background-color: #00BAC6;
  z-index: 10;
}
@media screen and (min-width: 767.98px) {
  .c-problem__bottom .main {
    display: inline;
    padding-left: 0;
  }
}

/* === スクロールスナップ領域 === */
.snap-container {
  overflow-y: scroll;
  position: relative;
  height: 550px;
  scroll-snap-type: y mandatory;
  scroll-behavior: smooth;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.snap-container::-webkit-scrollbar {
  display: none;
}
@media screen and (min-width: 767.98px) {
  .snap-container {
    height: 600px;
  }
}
.snap-container.snap-disabled {
  scroll-snap-type: none;
}

.snap-section {
  position: relative;
  height: 550px;
  padding: 40px 0;
  scroll-snap-align: start;
}
@media screen and (min-width: 767.98px) {
  .snap-section {
    height: 600px;
  }
}

/* === アニメーション === */
@keyframes marquee {
  0% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(-100%);
  }
}
.c-features {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-top: 85px;
  padding-bottom: 0;
}
@media screen and (min-width: 767.98px) {
  .c-features {
    padding-top: 120px;
  }
}
.c-features__marquee {
  overflow: hidden;
  position: absolute;
  top: 200px;
  left: 0;
  width: 100%;
  pointer-events: none;
  z-index: 0;
}
.c-features__marquee__text {
  display: flex;
  white-space: nowrap;
  opacity: 0.13;
  padding-right: 20px;
  font-family: "Jost", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
  font-size: clamp(94px, 17.2727272727vw, 190px);
  letter-spacing: 0.03em;
  color: #00BAC6;
  animation: marquee 40s linear infinite;
}
.c-features__marquee__text span {
  padding-right: 5vw;
}
.c-features__slides {
  position: relative;
  top: 0;
  max-width: 1140px;
  margin-inline: auto;
  padding-top: 34vh;
  padding: 0 20px;
}
.c-features__title {
  position: absolute;
  width: 100%;
  margin-bottom: 38px;
  padding-bottom: 15px;
  border-bottom: solid 1px #00BAC6;
  font-size: clamp(30px, 4.0909090909vw, 45px);
  font-weight: bold;
  line-height: 1.44;
  color: #00BAC6;
}
@media screen and (min-width: 767.98px) {
  .c-features__title {
    margin-bottom: 62px;
    padding-bottom: 30px;
  }
}
.c-features__panel {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  width: 100%;
  min-height: 600px;
  padding-top: 85px;
}
@media screen and (min-width: 767.98px) {
  .c-features__panel {
    flex-direction: row;
    padding-top: 120px;
  }
}
.c-features__guide {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding-inline: 20px;
  z-index: 1;
}
@media screen and (min-width: 767.98px) {
  .c-features__guide {
    justify-content: flex-start;
    flex-direction: column;
    row-gap: 70px;
    width: 140px;
    padding-inline: 0;
  }
}
.c-features__guide__number {
  position: relative;
  display: block;
}
.c-features__guide__number__item {
  position: relative;
  font-family: "Jost", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
  font-size: 51px;
  line-height: 1;
  color: #00BAC6;
  clip-path: polygon(0% 0%, 100% 0%, 100% 55%, 49% 100%, 0% 100%);
  z-index: 1;
}
@media screen and (min-width: 767.98px) {
  .c-features__guide__number__item {
    margin-left: -0.5em;
    font-size: 82px;
    clip-path: polygon(0% 0%, 100% 0%, 100% 55%, 46% 100%, 0% 100%);
  }
}
.c-features__guide__number__item_all {
  position: absolute;
  right: -16px;
  bottom: -16px;
  display: flex;
  flex-direction: column;
  color: #00BAC6;
  z-index: 10;
}
@media screen and (min-width: 767.98px) {
  .c-features__guide__number__item_all {
    right: -20px;
    bottom: -20px;
  }
}
.c-features__guide__number__item_all::before {
  position: absolute;
  top: -7px;
  left: -35px;
  content: "";
  width: 62px;
  height: 1px;
  background-color: #00BAC6;
  transform: rotate(-45deg);
  z-index: -1;
}
@media screen and (min-width: 767.98px) {
  .c-features__guide__number__item_all::before {
    top: -5px;
    left: -43px;
    width: 81px;
  }
}
.c-features__guide__number__item_all .text {
  font-family: "Jost", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
  font-size: 6px;
  line-height: 1;
}
@media screen and (min-width: 767.98px) {
  .c-features__guide__number__item_all .text {
    font-size: 10px;
  }
}
.c-features__guide__number__item_all .number {
  font-family: "Jost", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
  font-size: 16px;
  line-height: 1;
}
@media screen and (min-width: 767.98px) {
  .c-features__guide__number__item_all .number {
    font-size: 25px;
  }
}
.c-features__guide__icon {
  position: absolute;
  top: calc(85px + 17%);
  right: 30px;
  z-index: 1000;
}
@media screen and (min-width: 767.98px) {
  .c-features__guide__icon {
    top: 55%;
    right: unset;
    left: 50%;
    transform: translateX(-500px);
  }
}
.c-features__guide__icon__list {
  display: flex;
  gap: 5px;
}
@media screen and (min-width: 767.98px) {
  .c-features__guide__icon__list {
    flex-direction: column;
  }
}
.c-features__guide__icon__item {
  position: relative;
  width: 18px;
  height: 18px;
  background-color: transparent;
  cursor: pointer;
}
.c-features__guide__icon__item::before {
  position: absolute;
  top: 50%;
  left: 50%;
  content: "";
  width: 7px;
  height: 7px;
  background-color: #9ADCE0;
  border-radius: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.3s ease;
  pointer-events: none;
}
@media screen and (min-width: 767.98px) {
  .c-features__guide__icon__item::before {
    width: 6px;
    height: 6px;
  }
}
.c-features__guide__icon__item::after {
  overflow: hidden;
  position: absolute;
  top: 50%;
  left: 50%;
  content: "";
  width: 16px;
  height: 16px;
  background: transparent;
  transform: translate(-50%, -50%);
  pointer-events: none;
}
@media screen and (min-width: 767.98px) {
  .c-features__guide__icon__item::after {
    width: 19px;
    height: 19px;
  }
}
.c-features__guide__icon__item.active::before {
  background-color: #00BAC6;
}
.c-features__guide__icon__item.active::after {
  background: url(../img/v2025/features_active.svg) no-repeat center center;
  background-size: 100% 100%;
}
.c-features__detail {
  position: relative;
  flex: 1;
  width: 100%;
  margin-top: 55px;
  padding-inline: 20px;
  z-index: 20;
}
@media screen and (min-width: 767.98px) {
  .c-features__detail {
    padding-top: 0;
    padding-inline: 0;
  }
}
.c-features__detail__title {
  font-size: clamp(21px, 3vw, 33px);
  font-weight: 700;
  line-height: 1.66;
  color: #000;
}
.c-features__detail__text {
  max-width: 300px;
  width: 50%;
  margin-top: 30px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.78;
  color: #000;
}
@media screen and (min-width: 767.98px) {
  .c-features__detail__text {
    line-height: 2;
  }
}
.c-features__detail__img {
  position: absolute;
  left: 50%;
  top: 0;
  max-width: 222px;
}
@media screen and (min-width: 767.98px) {
  .c-features__detail__img {
    top: unset;
    bottom: 0;
    max-width: 347px;
    margin-inline: auto;
  }
}
.c-features__link {
  position: absolute;
  bottom: 0;
  left: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 272px;
  width: 90%;
  height: 51px;
  margin-inline: auto;
  background-color: #FFF;
  border: solid 1px #212121;
  border-radius: 50px;
  font-size: 15px;
  font-weight: 700;
  text-align: center;
  color: #000;
  transform: translate(-50%);
  z-index: 999;
  transition-property: all;
  transition-duration: 300ms;
}
@media screen and (min-width: 767.98px) {
  .c-features__link {
    bottom: 62px;
  }
}
.c-features__link:hover {
  background-color: #000;
  color: #FFF;
}

.c-reasons {
  position: relative;
}
.c-reasons__title {
  margin-bottom: 35px;
  font-size: clamp(31px, 4.0909090909vw, 45px);
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
  color: #00BAC6;
}
@media screen and (min-width: 767.98px) {
  .c-reasons__list {
    display: flex;
    column-gap: 5%;
  }
}
.c-reasons__cassette {
  opacity: 0;
  position: relative;
  margin-bottom: 60px;
  padding-top: 10px;
  transform: translateY(40px);
  transition-property: all;
  transition-duration: 400ms;
}
@media screen and (min-width: 767.98px) {
  .c-reasons__cassette {
    flex: 1;
    margin-bottom: 0;
  }
}
.c-reasons__cassette.animated {
  opacity: 1;
  transform: translateY(0);
}
.c-reasons__cassette__icon {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 80px;
  height: 80px;
  background-color: #FFF;
  border: solid 1px #00BAC6;
  border-radius: 23px 23px 0 23px;
}
.c-reasons__cassette__icon .en {
  display: block;
  margin-inline-start: -15px;
  font-family: "Jost", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  font-size: 6px;
  line-height: 1;
  color: #00BAC6;
}
.c-reasons__cassette__icon .number {
  display: block;
  font-family: "Jost", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
  font-size: clamp(29px, 2.7272727273vw, 30px);
  line-height: 1;
  color: #00BAC6;
}
.c-reasons__cassette__thumbnail {
  overflow: hidden;
  margin-bottom: 39px;
  padding-left: 10px;
  border-radius: 70px 70px 70px 0;
  aspect-ratio: 1.16/1;
}
.c-reasons__cassette__thumbnail img {
  height: 100%;
  object-fit: cover;
}
.c-reasons__cassette__title {
  margin-bottom: 35px;
  padding-left: 20px;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.63;
}
.c-reasons__cassette__text {
  padding-left: 20px;
  font-size: 14px;
  font-weight: 500;
  line-height: 2;
}
.c-reasons__btns {
  margin-top: 55px;
}
@media screen and (min-width: 767.98px) {
  .c-reasons__btns {
    margin-top: 50px;
  }
}

.c-customer {
  padding-block: 80px;
  background-color: #E4F8F9;
  border-radius: 45px;
  text-align: center;
  z-index: 10;
}
@media screen and (min-width: 1100px) {
  .c-customer {
    border-radius: 55px;
  }
}
.c-customer__title {
  position: relative;
  display: inline-block;
  margin-inline: auto;
  padding-inline: 40px;
  font-size: clamp(20px, 2.5454545455vw, 28px);
  font-weight: 700;
  line-height: 1.5;
}
@media screen and (min-width: 1100px) {
  .c-customer__title {
    line-height: 1.42;
  }
}
.c-customer__title::before {
  position: absolute;
  top: 50%;
  left: 0;
  content: "";
  width: 34px;
  height: 62px;
  background: url("../img/v2025/icon_laurel_left.png") no-repeat center center;
  background-size: 100% auto;
  transform: translateY(-50%);
}
.c-customer__title::after {
  position: absolute;
  top: 50%;
  right: 0;
  content: "";
  width: 34px;
  height: 62px;
  background: url("../img/v2025/icon_laurel_right.png") no-repeat center center;
  background-size: 100% auto;
  transform: translateY(-50%);
}
.c-customer__carousel {
  margin-top: 40px;
}
@media screen and (min-width: 1100px) {
  .c-customer__carousel {
    margin-top: 35px;
  }
}
.c-customer__carousel__list li {
  margin-right: 14px;
  padding: 10px 15px;
  background-color: #FFF;
  border-radius: 15px;
}
@media screen and (min-width: 1100px) {
  .c-customer__carousel__list li {
    margin-right: 20px;
    padding: 15px 25px;
    border-radius: 31px;
  }
}
.c-customer__carousel__list--02 {
  direction: rtl;
  margin-top: 14px;
}
@media screen and (min-width: 1100px) {
  .c-customer__carousel__list--02 {
    margin-top: 20px;
  }
}

.c-case_study {
  background-color: #FFF;
}
.c-case_study__cassette {
  position: relative;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  gap: 20px 50px;
  padding-block: 40px;
  border-bottom: solid 1px #D0D0D0;
  transition-property: all;
  transition-duration: 300ms;
}
@media screen and (min-width: 767.98px) {
  .c-case_study__cassette {
    flex-direction: row;
    padding-block: 50px;
  }
}
.c-case_study__cassette:first-child {
  padding-block-start: 10px;
}
.c-case_study__cassette:hover, .c-case_study__cassette:focus {
  opacity: 0.7;
}
.c-case_study__cassette::before {
  position: absolute;
  right: 0;
  bottom: 40px;
  content: "";
  width: 35px;
  height: 35px;
  background-color: #00BAC6;
  border-radius: 60px;
  z-index: 1;
}
@media screen and (min-width: 1100px) {
  .c-case_study__cassette::before {
    bottom: 50%;
    width: 52px;
    height: 52px;
  }
}
.c-case_study__cassette::after {
  position: absolute;
  right: 11px;
  bottom: 51px;
  content: "";
  width: 13px;
  height: 12px;
  background: url("../img/v2025/icon_arrow_yellow.svg") no-repeat center center;
  background-size: 100% 100%;
  z-index: 2;
}
@media screen and (min-width: 1100px) {
  .c-case_study__cassette::after {
    right: 17px;
    bottom: calc(50% + 17px);
    width: 17px;
    height: 16px;
  }
}
.c-case_study__cassette__thumbnail {
  overflow: hidden;
  flex: 1;
  width: 100%;
  border-radius: 33px;
  aspect-ratio: 2.1/1;
}
@media screen and (min-width: 767.98px) {
  .c-case_study__cassette__thumbnail {
    max-width: 507px;
    max-height: 212px;
    border-radius: 55px;
    aspect-ratio: 2.39/1;
  }
}
.c-case_study__cassette__thumbnail img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.c-case_study__cassette__detail {
  display: flex;
  flex-direction: column;
  flex: 1;
  gap: 20px;
}
@media screen and (min-width: 767.98px) {
  .c-case_study__cassette__detail {
    padding-right: 60px;
  }
}
.c-case_study__cassette__title {
  font-size: clamp(14px, 1.6363636364vw, 18px);
  font-weight: 700;
  color: #00BAC6;
}
.c-case_study__cassette__comment {
  font-size: clamp(16px, 2.1818181818vw, 24px);
  font-weight: 700;
}
.c-case_study__cassette__job {
  display: flex;
  gap: 10px;
}
.c-case_study__cassette__job li {
  padding: 5px 20px;
  background-color: #FFF1A3;
  border-radius: 30px;
  font-size: 11px;
  font-weight: 500;
  color: #00BAC6;
}
@media screen and (min-width: 767.98px) {
  .c-case_study__cassette__job li {
    font-size: 12px;
  }
}

body[data-style=top] .c-case_study__cassette {
  opacity: 0;
  transform: translateY(40px);
}
body[data-style=top] .c-case_study__cassette.animated {
  opacity: 1;
  transform: translateY(0);
}

.c-plan {
  background-color: #00BAC6;
  border-radius: 45px;
  color: #FFF;
  z-index: 10;
}
@media screen and (min-width: 1100px) {
  .c-plan {
    padding-bottom: 180px;
    border-radius: 55px;
  }
}
.c-plan .c-heading__title {
  color: #FFF;
}
.c-plan__title {
  opacity: 0;
  display: flex;
  flex-direction: column;
  margin-bottom: 33px;
  font-weight: 700;
  text-align: center;
  color: #FFF1A3;
  transform: translateY(40px);
  transition-property: all;
  transition-duration: 300ms;
}
@media screen and (min-width: 1100px) {
  .c-plan__title {
    margin-bottom: 51px;
  }
}
.c-plan__title.animated {
  opacity: 1;
  transform: translateY(0);
}
.c-plan__title .popup {
  position: relative;
  display: inline-block;
  width: fit-content;
  margin-top: -20px;
  margin-inline: auto;
  margin-bottom: -10px;
  padding: 25px 35px 35px;
  font-size: clamp(22px, 2vw, 34px);
  line-height: 1;
}
@media screen and (min-width: 1100px) {
  .c-plan__title .popup {
    margin-top: -10px;
  }
}
.c-plan__title .popup::before {
  position: absolute;
  left: 50%;
  bottom: 0;
  content: "";
  width: 100%;
  height: 100%;
  background: url("../img/v2025/plan_popup.svg") no-repeat center center;
  background-size: 100% auto;
  transform: translateX(-50%);
}
.c-plan__title .text {
  position: relative;
  font-size: clamp(33px, 3vw, 50px);
  line-height: 1.4;
}
.c-plan__title .text .small {
  font-size: clamp(26px, 2.3636363636vw, 40px);
}
.c-plan__title .text img {
  display: inline-block;
  width: clamp(17px, 2.1818181818vw, 23px);
  margin-left: 5px;
  transform: translateY(2px);
}
@media screen and (min-width: 1100px) {
  .c-plan__title .text img {
    transform: translateY(3px);
  }
}
.c-plan__text {
  margin-block-start: 34px;
  font-size: clamp(14px, 1.6363636364vw, 18px);
  font-weight: 700;
  letter-spacing: 0.05em;
  text-align: left;
}
@media screen and (min-width: 1100px) {
  .c-plan__text {
    margin-block-start: 35px;
    text-align: center;
  }
}
.c-plan__text .small {
  font-size: clamp(12px, 1.1818181818vw, 13px);
}
.c-plan__btns {
  margin-block-start: 30px;
}
@media screen and (min-width: 1100px) {
  .c-plan__btns {
    margin-block-start: 55px;
  }
}

.c-flow {
  position: relative;
  padding-bottom: 125px;
}
.c-flow .l-container {
  position: relative;
}
.c-flow .l-container::before {
  position: absolute;
  top: 10%;
  left: 50%;
  content: "";
  width: 100%;
  height: auto;
  background: url("../img/v2025/flow_speedy.svg") no-repeat center center;
  background-size: 100% auto;
  transform: translateX(-50%);
  aspect-ratio: 5/1;
  opacity: 0.07;
  z-index: -1;
}
.c-flow__title {
  opacity: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  column-gap: 15px;
  margin-bottom: 62px;
  transform: translateY(40px);
  transition-property: all;
  transition-duration: 400ms;
}
@media screen and (min-width: 1100px) {
  .c-flow__title {
    margin-bottom: 43px;
  }
}
.c-flow__title.animated {
  opacity: 1;
  transform: translateY(0);
}
.c-flow__title .icon {
  padding: 20px 23px 20px 20px;
  background: url("../img/v2025/flow_icon.svg") no-repeat center center;
  background-size: auto 100%;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.214;
  text-align: center;
  color: #FFF1A3;
}
.c-flow__title .main {
  font-size: clamp(21px, 1.9090909091vw, 31px);
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.1em;
}
.c-flow__title .en {
  font-family: "Jost", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-size: clamp(35px, 3.1818181818vw, 51px);
}
.c-flow__step {
  position: relative;
  display: flex;
  align-items: center;
  flex-direction: column;
  row-gap: 30px;
}
@media screen and (min-width: 1100px) {
  .c-flow__step {
    align-items: stretch;
    flex-direction: row;
  }
}
.c-flow__step::before {
  position: absolute;
  bottom: 50px;
  left: 50%;
  content: "";
  width: 58px;
  height: 90%;
  background: url("../img/v2025/flow_arrow_bottom.svg") no-repeat center bottom;
  background-size: 100% auto;
  transform: translateX(-50%);
  z-index: -1;
}
@media screen and (min-width: 1100px) {
  .c-flow__step::before {
    top: 50%;
    right: 40px;
    bottom: unset;
    left: unset;
    width: 120vw;
    height: 52px;
    background: url("../img/v2025/flow_arrow_right.svg") no-repeat right center;
    background-size: auto 100%;
    transform: translateY(-50%);
  }
}
.c-flow__step__item {
  opacity: 0;
  display: flex;
  justify-content: space-between;
  column-gap: 25px;
  padding: 25px 15px;
  border-radius: 25px;
  box-shadow: 0 10px 11px #DBE9EA;
  text-align: left;
  background-color: #FFF;
  transform: translateY(40px);
  transition-property: all;
  transition-duration: 600ms;
}
@media screen and (min-width: 1100px) {
  .c-flow__step__item {
    justify-content: flex-start;
    flex-direction: column;
    row-gap: 17px;
    max-width: 208px;
    padding: 34px 14px 22px;
  }
}
.c-flow__step__item.animated {
  opacity: 1;
  transform: translateY(0);
}
@media screen and (min-width: 1100px) {
  .c-flow__step__item--01 {
    margin-right: 58px;
  }
}
@media screen and (min-width: 1100px) {
  .c-flow__step__item--01.animated {
    transform: translateY(-20px);
  }
}
@media screen and (min-width: 1100px) {
  .c-flow__step__item--02 {
    margin-right: 58px;
  }
}
@media screen and (min-width: 1100px) {
  .c-flow__step__item--02.animated {
    transform: translateY(20px);
  }
}
@media screen and (min-width: 1100px) {
  .c-flow__step__item--03.animated {
    transform: translateY(-20px);
  }
}
@media screen and (min-width: 1100px) {
  .c-flow__step__item--04 {
    transform: translateY(20px);
  }
}
@media screen and (min-width: 1100px) {
  .c-flow__step__item--04.animated {
    transform: translateY(20px);
  }
}
.c-flow__step__number {
  display: flex;
  flex-direction: column;
  row-gap: 2px;
  color: #00BAC6;
}
@media screen and (min-width: 1100px) {
  .c-flow__step__number {
    align-items: center;
  }
}
.c-flow__step__number .en {
  font-family: "Jost", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-size: 15px;
  line-height: 1;
}
.c-flow__step__number .number {
  font-family: "Jost", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-size: clamp(41px, 3.7272727273vw, 57px);
  line-height: 1;
}
.c-flow__step__detail {
  display: flex;
  flex-direction: column;
  row-gap: 10px;
  color: #212121;
}
@media screen and (min-width: 1100px) {
  .c-flow__step__detail {
    row-gap: 30px;
  }
}
.c-flow__step__detail .title {
  font-size: clamp(18px, 1.6363636364vw, 21px);
  font-weight: 700;
  line-height: 1.388;
}
@media screen and (min-width: 1100px) {
  .c-flow__step__detail .title {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 63px;
    line-height: 1.5;
    text-align: center;
  }
}
.c-flow__step__detail .text {
  font-size: 13px;
  font-weight: 500;
  line-height: 1.615;
}
@media screen and (min-width: 1100px) {
  .c-flow__step__detail .text {
    padding-bottom: 30px;
  }
}
.c-flow__step__pickup {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 181px;
  min-height: 44px;
  background-color: #00BAC6;
  border-radius: 60px;
  text-align: center;
}
@media screen and (min-width: 1100px) {
  .c-flow__step__pickup {
    width: 33px;
    height: 181px;
    margin-block: auto;
  }
}
.c-flow__step__pickup .title {
  font-size: clamp(16px, 1.4545454545vw, 20px);
  font-weight: 700;
  color: #FFF1A3;
}
@media screen and (min-width: 1100px) {
  .c-flow__step__pickup .title {
    writing-mode: vertical-rl;
  }
}
@media screen and (min-width: 1100px) {
  .c-flow__step__pickup--01 {
    margin-inline: 13px;
  }
}
.c-flow__step__pickup--02 {
  margin-block-start: 55px;
}
@media screen and (min-width: 1100px) {
  .c-flow__step__pickup--02 {
    margin-block-start: auto;
    margin-left: 58px;
  }
}

.c-faq {
  position: relative;
  margin-top: -50px;
  background: #E4F8F9 url("../img/v2025/faq_bg_q.svg") repeat center center;
  background-size: 100% auto;
  border-radius: 45px;
  z-index: 10;
}
@media screen and (min-width: 1100px) {
  .c-faq {
    padding-bottom: 180px;
    border-radius: 55px;
  }
}
.c-faq__detail {
  display: flex;
  align-items: center;
  flex-direction: column;
  row-gap: 15vw;
}
@media screen and (min-width: 767.98px) {
  .c-faq__detail {
    row-gap: 10vw;
  }
}
@media screen and (min-width: 1100px) {
  .c-faq__detail {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 6vw 46px;
  }
}
.c-faq__item {
  opacity: 0;
  position: relative;
  width: 100%;
  max-width: 526px;
  padding: 19px 30px 10px;
  background-color: #FFF;
  border-radius: 25px 25px 0 0;
  filter: drop-shadow(0 14px 16px rgba(0, 59, 64, 0.06));
  transform: translateY(40px);
  transition-property: all;
  transition-duration: 300ms;
}
@media screen and (min-width: 1100px) {
  .c-faq__item {
    margin-bottom: 0;
    padding: 25px 35px 10px;
  }
}
.c-faq__item::before {
  content: "";
  position: absolute;
  bottom: -7vw;
  left: 0;
  width: 100%;
  height: 7vw;
  background: url("../img/v2025/faq_item.svg") no-repeat center bottom;
  background-size: 100% auto;
  pointer-events: none;
  z-index: -1;
}
@media screen and (min-width: 767.98px) {
  .c-faq__item::before {
    bottom: -5vw;
    height: 5vw;
  }
}
@media screen and (min-width: 1100px) {
  .c-faq__item::before {
    bottom: -2.8vw;
    height: 2.8vw;
  }
}
@media screen and (min-width: 1100px) {
  .c-faq__item:nth-child(even) {
    transform: translateY(90px);
  }
}
@media screen and (min-width: 1100px) {
  .c-faq__item:nth-child(even).animated {
    transform: translateY(45px);
  }
}
.c-faq__item.animated {
  opacity: 1;
  transform: translateY(0);
}
.c-faq__item__inner {
  display: flex;
}
.c-faq__question {
  position: relative;
  column-gap: 12px;
  padding-right: 24px;
  cursor: pointer;
}
@media screen and (min-width: 1100px) {
  .c-faq__question {
    padding-right: 0;
    pointer-events: none;
    cursor: auto;
  }
}
.c-faq__question::before {
  position: absolute;
  top: 50%;
  right: 0;
  content: "";
  width: 15px;
  height: 2px;
  border-radius: 2px;
  background-color: #00BAC6;
  transform: translateY(-50%);
  transition: all 300ms;
}
@media screen and (min-width: 1100px) {
  .c-faq__question::before {
    display: none;
  }
}
.c-faq__question::after {
  position: absolute;
  top: 50%;
  right: 0;
  content: "";
  width: 15px;
  height: 2px;
  border-radius: 2px;
  background-color: #00BAC6;
  transform: translateY(-50%) rotate(90deg);
  transition: all 300ms;
}
@media screen and (min-width: 1100px) {
  .c-faq__question::after {
    display: none;
  }
}
.c-faq__question .c-faq__icon {
  color: #00BAC6;
}
.c-faq__question .c-faq__text {
  padding-top: 2px;
  font-size: clamp(15px, 1.3636363636vw, 18px);
  font-weight: 700;
}
.c-faq__question.is-open::before {
  transform: translateY(-50%) rotate(540deg);
}
.c-faq__question.is-open::after {
  background-color: transparent;
}
.c-faq__answer {
  display: none;
  column-gap: 15px;
  margin-top: 10px;
}
@media screen and (min-width: 1100px) {
  .c-faq__answer {
    display: flex !important;
  }
}
.c-faq__answer .c-faq__icon {
  color: #FF4A4A;
}
.c-faq__answer .c-faq__text {
  padding-top: 3px;
}
@media screen and (min-width: 1100px) {
  .c-faq__answer .c-faq__text {
    padding-top: 5px;
  }
}
.c-faq__icon {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: clamp(25px, 2.2727272727vw, 30px);
  line-height: 1;
}
.c-faq__text {
  font-size: 14px;
  font-weight: 500;
}

body[data-style=top] .c-offer {
  margin-top: -50px;
}

.c-offer {
  position: relative;
  padding-top: 100px;
  padding-bottom: 100px;
  background: url("../img/v2025/offer_bg.jpg") no-repeat center center;
  background-size: cover;
  z-index: 1;
}
@media screen and (min-width: 1100px) {
  .c-offer {
    padding-top: 161px;
    padding-bottom: 161px;
  }
}
.c-offer__wrap {
  max-width: 862px;
  margin-inline: auto;
  padding: 44px 24px;
  background-color: #FFF;
  border-radius: 24px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.16);
}
@media screen and (min-width: 1100px) {
  .c-offer__wrap {
    padding: 60px 82px;
    border-radius: 55px;
  }
}
.c-offer__title {
  position: relative;
  margin-bottom: 30px;
  padding: 28px 0;
  font-weight: 700;
  text-align: center;
  color: #00BAC6;
}
@media screen and (min-width: 1100px) {
  .c-offer__title {
    margin-bottom: 13px;
    padding: 36px 0;
  }
}
.c-offer__title::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 36px;
  height: 60px;
  background: url("../img/v2025/offer_title_left.svg") no-repeat left top;
  background-size: 100% 100%;
}
.c-offer__title::after {
  position: absolute;
  right: 0;
  bottom: 0;
  content: "";
  width: 36px;
  height: 60px;
  background: url("../img/v2025/offer_title_right.svg") no-repeat right bottom;
  background-size: 100% 100%;
}
.c-offer__title .main {
  opacity: 0;
  display: block;
  font-size: clamp(26px, 3.9090909091vw, 43px);
  line-height: 1.4;
  filter: blur(10px);
  transition-property: all;
  transition-duration: 600ms;
}
.c-offer__title .main.animated {
  opacity: 1;
  filter: blur(0);
}
.c-offer__title .sub {
  opacity: 0;
  display: block;
  margin-top: 15px;
  font-size: clamp(16px, 2.2727272727vw, 25px);
  line-height: 1.6;
  filter: blur(10px);
  transition-property: all;
  transition-duration: 800ms;
}
@media screen and (min-width: 1100px) {
  .c-offer__title .sub {
    margin-top: 12px;
  }
}
.c-offer__title .sub.animated {
  opacity: 1;
  filter: blur(0);
}
.c-offer__text {
  opacity: 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 2;
  text-align: left;
  transform: translateY(40px);
  transition-property: all;
  transition-duration: 400ms;
}
@media screen and (min-width: 1100px) {
  .c-offer__text {
    text-align: center;
  }
}
.c-offer__text.animated {
  opacity: 1;
  transform: translateY(0);
}

body[data-style=top] .c-contact {
  margin-top: -45px;
}
@media screen and (min-width: 1100px) {
  body[data-style=top] .c-contact {
    margin-top: -55px;
  }
}

.c-contact {
  position: relative;
  margin-top: 50px;
  padding-top: 80px;
  padding-bottom: 80px;
  background-color: #00BAC6;
  border-radius: 45px;
  color: #FFF;
  z-index: 10;
}
@media screen and (min-width: 1100px) {
  .c-contact {
    margin-top: 100px;
    padding-bottom: 120px;
    border-radius: 55px;
  }
}
.c-contact .c-heading__title {
  color: #FFF;
}
.c-contact__title {
  opacity: 0;
  font-size: clamp(30px, 4.0909090909vw, 45px);
  line-height: 1.46;
  transform: translateY(40px);
  transition-property: all;
  transition-duration: 300ms;
}
.c-contact__title.animated {
  opacity: 1;
  transform: translateY(0);
}
.c-contact__text {
  opacity: 0;
  font-size: clamp(14px, 1.6363636364vw, 18px);
  font-weight: 700;
  line-height: 2;
  text-align: center;
  transform: translateY(40px);
  transition-property: all;
  transition-duration: 300ms;
}
.c-contact__text.animated {
  opacity: 1;
  transform: translateY(0);
}
.c-contact__inner {
  display: flex;
  flex-direction: column;
  row-gap: 40px;
  margin-top: 40px;
}
@media screen and (min-width: 1100px) {
  .c-contact__inner {
    justify-content: flex-end;
    flex-direction: row;
    column-gap: 58px;
  }
}
.c-contact__detail {
  width: 100%;
}
@media screen and (min-width: 1100px) {
  .c-contact__detail {
    max-width: 459px;
  }
}
.c-contact__detail__main .capture {
  position: relative;
  max-width: 215px;
  margin-inline: auto;
  margin-bottom: 20px;
  z-index: 10;
}
@media screen and (min-width: 1100px) {
  .c-contact__detail__main .capture {
    max-width: 360px;
  }
}
.c-contact__detail__main .list {
  position: relative;
  margin-top: -98px;
  padding: 118px 34px 40px;
  background-color: #36C3CC;
  border-radius: 35px;
  z-index: 1;
}
@media screen and (min-width: 1100px) {
  .c-contact__detail__main .list {
    margin-top: -120px;
    padding: 136px 34px 40px;
  }
}
.c-contact__detail__main .list li {
  position: relative;
  padding-left: 30px;
  font-size: clamp(15px, 1.7272727273vw, 19px);
  font-weight: 700;
  line-height: 1.73;
  letter-spacing: 0.01em;
}
.c-contact__detail__main .list li:not(:first-child) {
  margin-top: 16px;
}
@media screen and (min-width: 1100px) {
  .c-contact__detail__main .list li:not(:first-child) {
    margin-top: 17px;
  }
}
.c-contact__detail__main .list li::before {
  position: absolute;
  top: 0.25em;
  left: 0;
  content: "";
  width: 14px;
  height: 22px;
  background: url("../img/v2025/icon_list_yellow.svg") no-repeat center center;
  background-size: 100% auto;
}
@media screen and (min-width: 1100px) {
  .c-contact__detail__main .list::after {
    position: absolute;
    right: 34px;
    bottom: 40px;
    content: "…etc";
    font-size: 19px;
    font-weight: 400;
  }
}
.c-contact__detail__popup {
  opacity: 0;
  position: relative;
  display: flex;
  align-items: center;
  flex-direction: column;
  row-gap: 13px;
  margin-top: 17px;
  padding: 25px;
  background-color: #009AA2;
  border-radius: 35px;
  text-align: center;
  z-index: 10;
  transform: translateY(40px);
  transition-property: all;
  transition-duration: 300ms;
}
.c-contact__detail__popup.animated {
  opacity: 1;
  transform: translateY(0);
}
.c-contact__detail__popup::before {
  position: absolute;
  top: -28px;
  left: 50%;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-color: transparent transparent #009AA2 transparent;
  border-width: 0px 22.5px 28px 22.5px;
  transform: translateX(-50%);
  z-index: 11;
}
.c-contact__detail__popup .popup__text {
  position: relative;
  display: inline-block;
  padding-right: 33px;
  padding-left: 33px;
  font-size: clamp(15px, 1.9090909091vw, 21px);
  font-weight: 700;
  line-height: 1.62;
  letter-spacing: 0.01em;
}
@media screen and (min-width: 1100px) {
  .c-contact__detail__popup .popup__text {
    padding-right: 39px;
    padding-left: 39px;
  }
}
.c-contact__detail__popup .popup__text::before {
  position: absolute;
  bottom: 10px;
  left: 0;
  content: "";
  width: 18px;
  height: 31px;
  background: url("../img/v2025/icon_dots_line_left.svg") no-repeat center center;
  background-size: 100% 100%;
}
.c-contact__detail__popup .popup__text::after {
  position: absolute;
  right: 0;
  bottom: 10px;
  content: "";
  width: 18px;
  height: 31px;
  background: url("../img/v2025/icon_dots_line_right.svg") no-repeat center center;
  background-size: 100% 100%;
}
.c-contact__detail__popup .popup__text .color {
  color: #FFF1A3;
}
.c-contact__detail__popup .popup__link {
  display: block;
  max-width: 250px;
  width: 80%;
  margin-inline: auto;
  padding: 6px 15px 8px;
  background-color: #36C3CC;
  border-radius: 60px;
  font-size: clamp(12px, 1.1818181818vw, 13px);
  font-weight: 700;
  letter-spacing: 0.01em;
  color: #FFF;
  transition-property: all;
  transition-duration: 400ms;
}
@media screen and (min-width: 1100px) {
  .c-contact__detail__popup .popup__link {
    max-width: 286px;
  }
}
.c-contact__detail__popup .popup__link:hover {
  background-color: #FFF;
  color: #00BAC6;
}
.c-contact__form {
  width: 100%;
  padding: 30px;
  background-color: #FFF;
  border-radius: 35px;
}
@media screen and (min-width: 1100px) {
  .c-contact__form {
    max-width: 542px;
    padding: 40px;
    border-radius: 45px;
  }
}

.c-breadcrumb {
  display: none;
}
@media screen and (min-width: 767.98px) {
  .c-breadcrumb {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
    gap: 5px;
    margin-bottom: 23px;
  }
}
.c-breadcrumb li {
  font-size: 10px;
  color: #000;
}
.c-breadcrumb a {
  position: relative;
  display: block;
  padding-right: 10px;
  text-decoration: underline;
  color: #000;
}
.c-breadcrumb a::after {
  display: block;
  position: absolute;
  top: 50%;
  right: 1px;
  content: "";
  width: 5px;
  height: 5px;
  border-top: solid 1px #000;
  border-right: solid 1px #000;
  transform: translateY(-50%) rotate(45deg);
}
.c-breadcrumb a:hover {
  text-decoration: none;
}

.c-feature_list__title {
  position: relative;
  font-size: clamp(20px, 3.2727272727vw, 36px);
  font-weight: 700;
}
.c-feature_list__title::before {
  position: absolute;
  top: 50%;
  left: 0;
  content: "";
  width: 100%;
  height: 2px;
  background-color: #00BAC6;
  transform: translateY(-50%);
  z-index: 1;
}
@media screen and (min-width: 767.98px) {
  .c-feature_list__title:first-child {
    margin-top: 0;
  }
}
.c-feature_list__title__name {
  position: relative;
  padding-right: 10px;
  background-color: #FFF;
  z-index: 2;
}
.c-feature_list__list {
  display: flex;
  flex-wrap: wrap;
  column-gap: 55px;
  row-gap: 30px;
  margin-top: 30px;
  margin-bottom: 50px;
}
@media screen and (min-width: 767.98px) {
  .c-feature_list__list {
    row-gap: 50px;
    margin-top: 50px;
    margin-bottom: 100px;
  }
}
.c-feature_list__item {
  overflow: visible;
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  margin-top: 35px;
  background-color: #F5F5F5;
  border-radius: 10px;
}
@media screen and (min-width: 767.98px) {
  .c-feature_list__item {
    width: calc((100% - 110px) / 3);
  }
}
.c-feature_list__item .icon {
  position: absolute;
  top: -35px;
  left: 15px;
  width: 70px;
  height: 70px;
}
.c-feature_list__item .img {
  max-width: 319px;
  margin-inline: auto;
  padding-top: 30px;
}
.c-feature_list__item .detail {
  flex: 1;
  padding: 20px 10px;
  background-color: #E5F8F9;
  border-radius: 0 0 10px 10px;
  text-align: center;
  color: #212121;
}
.c-feature_list__item .detail__title {
  font-size: 20px;
  font-weight: 700;
}
.c-feature_list__item .detail__option {
  display: inline-block;
  margin-bottom: 10px;
  padding: 2px 15px 4px;
  background-color: #00BAC6;
  border-radius: 5px;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.4;
  color: #FFF;
}
.c-feature_list__item .detail__text {
  margin-top: 15px;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6;
  text-align: left;
}
.c-feature_list__item--color .detail {
  background-color: #FFF3E2;
}
.c-feature_list__item--color .detail__option {
  background-color: #FF8031;
}
.c-feature_list .c-btn--primary {
  display: none;
}
@media screen and (min-width: 767.98px) {
  .c-feature_list .c-btn--primary {
    display: flex;
  }
}
.c-feature_list .c-btn--primary--white {
  display: flex;
}
@media screen and (min-width: 767.98px) {
  .c-feature_list .c-btn--primary--white {
    display: none;
  }
}

.c-update_list {
  max-width: 1100px;
  margin-top: 50px;
  margin-inline: auto;
  margin-bottom: -90px;
  padding: 50px 30px 90px;
  background-color: #F8F8F8;
}
@media screen and (min-width: 767.98px) {
  .c-update_list {
    margin-top: 100px;
    margin-bottom: 0;
    padding: 50px;
    border-radius: 20px;
  }
}
.c-update_list__inner {
  max-width: 800px;
  margin-inline: auto;
}
.c-update_list__title {
  position: relative;
  margin-bottom: 30px;
  font-size: clamp(20px, 3.2727272727vw, 36px);
  font-weight: 700;
  text-align: center;
}
@media screen and (min-width: 767.98px) {
  .c-update_list__title {
    margin-bottom: 40px;
  }
}
.c-update_list__item {
  display: flex;
  flex-direction: column;
  column-gap: 20px;
  row-gap: 6px;
  padding-top: 10px;
  padding-bottom: 10px;
  border-bottom: solid 1px #D0D0D0;
}
@media screen and (min-width: 767.98px) {
  .c-update_list__item {
    flex-direction: row;
  }
}
.c-update_list__item .day {
  font-family: "Jost", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-size: clamp(14px, 1.4545454545vw, 16px);
}
.c-update_list__item a {
  flex: 1;
  display: inline-block;
  font-size: clamp(14px, 1.4545454545vw, 16px);
  font-weight: 400;
  text-decoration: underline;
  color: #212121;
}
.c-update_list__item a:hover {
  text-decoration: none;
}
.c-update_list__link {
  display: block;
  width: fit-content;
  margin-top: 10px;
  margin-right: 0;
  margin-left: auto;
  text-align: right;
}

.c-pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  column-gap: 25px;
  margin-top: 50px;
  text-align: center;
}
@media screen and (min-width: 1100px) {
  .c-pagination {
    column-gap: 30px;
  }
}
.c-pagination__icon {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 0;
  cursor: pointer;
}
.c-pagination__icon a {
  display: block;
  width: 40px;
  height: 40px;
  background-color: #FFF;
  border: solid 1px #00BAC6;
  border-radius: 100px;
  transition-property: all;
  transition-duration: 300ms;
}
@media screen and (min-width: 1100px) {
  .c-pagination__icon a {
    width: 50px;
    height: 50px;
  }
}
.c-pagination__icon a::before {
  position: absolute;
  top: 50%;
  left: 50%;
  content: "";
  width: 14px;
  height: 22px;
  transform: translate(-50%, -50%);
  transition-property: all;
  transition-duration: 300ms;
}
@media screen and (min-width: 1100px) {
  .c-pagination__icon a::before {
    width: 15px;
    height: 24px;
  }
}
.c-pagination__icon--prev a::before {
  left: 45%;
  background: url("../img/v2025/pagination_left.svg") no-repeat center center;
  background-size: 100% 100%;
}
.c-pagination__icon--prev a:hover {
  background-color: #00BAC6;
}
.c-pagination__icon--prev a:hover::before {
  background: url("../img/v2025/pagination_white_left.svg") no-repeat center center;
  background-size: 100% 100%;
}
.c-pagination__icon--next a::before {
  left: 53%;
  background: url("../img/v2025/pagination_right.svg") no-repeat center center;
  background-size: 100% 100%;
}
.c-pagination__icon--next a:hover {
  background-color: #00BAC6;
}
.c-pagination__icon--next a:hover::before {
  background: url("../img/v2025/pagination_white_right.svg") no-repeat center center;
  background-size: 100% 100%;
}
.c-pagination__numbers {
  display: flex;
  justify-content: center;
  align-items: center;
  column-gap: 10px;
  row-gap: 5px;
}
.c-pagination__number {
  display: flex;
  justify-content: center;
  align-items: center;
}
.c-pagination__number a {
  display: flex;
  justify-content: center;
  align-items: center;
  min-width: 35px;
  height: 35px;
  background-color: #FFF;
  border: solid 1px #FFF;
  font-size: 20px;
  font-weight: 700;
  line-height: 1;
  transition-property: all;
  transition-duration: 300ms;
}
.c-pagination__number a:hover {
  background-color: #00BAC6;
  color: #FFF;
}
.c-pagination__number a[aria-current=page] {
  pointer-events: none;
  border: solid 1px #00BAC6;
  color: #00BAC6;
}
/*# sourceMappingURL=maps/v2025_style.css.map */