.page__fv {
  position: relative;
  margin-top: 8.8rem;
}
.page__fv__content {
  position: absolute;
  z-index: 1;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 100%;
  height: -moz-fit-content;
  height: fit-content;
  padding: 0 16rem;
}
@media (max-width: 768px) {
  .page__fv__content {
    padding: 0 2rem;
  }
}
.page__fv__content__title {
  font-size: 4.8rem;
  line-height: 1;
  font-weight: 600;
  color: #049BBC;
  text-shadow: 5px 5px 0 #FFFFFF, -5px -5px 0 #FFFFFF, 5px -5px 0 #FFFFFF, -5px 5px 0 #FFFFFF, 5px 0 0 #FFFFFF, -5px 0 0 #FFFFFF, 0 5px 0 #FFFFFF, 0 -5px 0 #FFFFFF;
}
@media (max-width: 768px) {
  .page__fv__content__title {
    font-size: 3.2rem;
  }
}
.page__fv__content__title img {
  width: auto;
  height: 5.2rem;
}
@media (max-width: 768px) {
  .page__fv__content__title img {
    height: 3.6rem;
  }
}
.page__fv__content__title span {
  display: none;
}

.about__story {
  padding: 10rem 16rem 10rem 8.8rem;
}
@media (max-width: 768px) {
  .about__story {
    padding: 6.4rem 2.4rem;
  }
}
.about__story .wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 6.4rem;
}
@media (max-width: 768px) {
  .about__story .wrapper {
    flex-direction: column;
    gap: 4rem;
  }
}
.about__story__img {
  position: relative;
  z-index: 2;
  width: 52.8rem;
}
@media (max-width: 768px) {
  .about__story__img {
    width: 100%;
  }
  .about__story__img .img {
    height: 25.5rem;
  }
  .about__story__img .rotate {
    bottom: unset;
    top: -3.5rem;
  }
}
.about__story__content {
  width: 60rem;
  display: flex;
  flex-direction: column;
  gap: 3rem;
}
@media (max-width: 768px) {
  .about__story__content {
    width: 100%;
  }
}
.about__story__title {
  margin-right: -1.7rem;
}

.deco__img__cw {
  border-radius: 10rem;
  border-top-right-radius: 2.4rem;
  border-bottom-left-radius: 2.4rem;
  overflow: hidden;
  box-shadow: 1.6rem 1.6rem 0 0 #049BBC;
}
@media (max-width: 768px) {
  .deco__img__cw {
    box-shadow: none;
    border-radius: 2.4rem;
  }
}

.deco__img__ccw {
  border-radius: 10rem;
  border-top-left-radius: 2.4rem;
  border-bottom-right-radius: 2.4rem;
  overflow: hidden;
  box-shadow: -1.6rem 1.6rem 0 0 #049BBC;
}
@media (max-width: 768px) {
  .deco__img__ccw {
    box-shadow: none;
    border-radius: 2.4rem;
  }
}

.about__mission {
  padding: 0 8.8rem 0 12rem;
}
@media (max-width: 768px) {
  .about__mission {
    padding: 6.4rem 2.4rem;
  }
}
.about__mission .wrapper {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 768px) {
  .about__mission .wrapper {
    flex-direction: column;
    gap: 4rem;
  }
}
.about__mission__title {
  display: none;
}
@media (max-width: 768px) {
  .about__mission__title {
    display: block;
    font-size: 3.2rem;
    line-height: 1.5;
    font-weight: 600;
    color: #049BBC;
    text-align: center;
  }
}
.about__mission__img {
  position: relative;
  z-index: 2;
  width: 53.1rem;
}
@media (max-width: 768px) {
  .about__mission__img {
    width: 100%;
  }
  .about__mission__img .img {
    height: 25.5rem;
  }
}
.about__mission__content {
  width: 60rem;
  display: flex;
  flex-direction: column;
  gap: 6.4rem;
  padding-top: 4rem;
}
@media (max-width: 768px) {
  .about__mission__content {
    gap: 4rem;
    width: 100%;
    padding-top: 0;
  }
}
.about__mission__content__title {
  color: #049BBC;
  font-size: 4.8rem;
  line-height: 1.5;
  font-weight: 600;
}
@media (max-width: 768px) {
  .about__mission__content__title {
    display: none;
  }
}
.about__mission__content__desc {
  font-size: 3.2rem;
  line-height: 1.5;
  font-weight: 600;
  color: #4D4D4D;
}
@media (max-width: 768px) {
  .about__mission__content__desc {
    padding: 0 1.6rem;
  }
}

.about__gallery {
  margin-top: 11.5rem;
  padding-bottom: 10rem;
}
@media (max-width: 768px) {
  .about__gallery {
    padding: 0 0 6.4rem;
    margin-top: 0;
  }
}
.about__gallery__slider {
  overflow: hidden;
  width: 100%;
  display: flex;
  justify-content: center;
}
.about__gallery__slider .wrapper {
  width: 100%;
  display: flex;
  width: -moz-fit-content;
  width: fit-content;
  animation: h-scroll 10s linear infinite;
}
.about__gallery__slider .wrapper img {
  width: 40rem;
  height: 30rem;
  -o-object-fit: cover;
     object-fit: cover;
  margin-right: -4rem;
  border-radius: 2.4rem;
}
@media (max-width: 768px) {
  .about__gallery__slider .wrapper img {
    width: 25.5rem;
    height: 17.3rem;
    margin-right: 1.6rem;
  }
}
.about__gallery__slider .wrapper img:nth-child(odd) {
  margin-top: 13rem;
}
@media (max-width: 768px) {
  .about__gallery__slider .wrapper img:nth-child(odd) {
    margin-top: 4.3rem;
  }
}
.about__gallery__slider .wrapper img:nth-child(even) {
  margin-bottom: 13rem;
  position: relative;
  z-index: 2;
}
@media (max-width: 768px) {
  .about__gallery__slider .wrapper img:nth-child(even) {
    margin-bottom: 4.3rem;
  }
}

@keyframes h-scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  }
}
.about__company {
  padding: 20rem 16rem;
  position: relative;
  overflow: hidden;
  z-index: 2;
  background: url("../img/sub/sec_bg.webp") no-repeat center center/cover;
}
@media (max-width: 768px) {
  .about__company {
    padding: 6.4rem 2.4rem;
  }
}
.about__company .wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 6.4rem;
}
@media (max-width: 768px) {
  .about__company .wrapper {
    gap: rem;
  }
}
.about__company__title {
  color: #fff;
}
.about__company__title::after {
  border-color: #fff;
}
.about__company .add1 {
  position: absolute;
  top: -41rem;
  left: -29rem;
  width: 85rem;
  rotate: -17.3deg;
}
@media (max-width: 768px) {
  .about__company .add1 {
    display: none;
  }
}
.about__company .add2 {
  position: absolute;
  bottom: -50rem;
  right: -12rem;
  width: 85rem;
  rotate: -21.3deg;
}
@media (max-width: 768px) {
  .about__company .add2 {
    display: none;
  }
}
.about__company .add3 {
  display: none;
}
@media (max-width: 768px) {
  .about__company .add3 {
    position: absolute;
    z-index: -1;
    display: block;
    top: 10.4rem;
    left: -4.2rem;
    width: 22rem;
  }
}
.about__company__content {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 10rem;
}
@media (max-width: 768px) {
  .about__company__content {
    gap: 6.4rem;
  }
}
.about__company__card {
  width: 100%;
  border-radius: 2.4rem;
  background-color: #fff;
  padding: 3.2rem;
}
.about__company__card table {
  width: 100%;
  border-collapse: collapse;
}
.about__company__card table tr {
  display: flex;
  padding: 3rem 3.2rem;
  border-bottom: 1px solid #4D4D4D;
}
.about__company__card table tr:last-child {
  border-bottom: none;
}
@media (max-width: 768px) {
  .about__company__card table tr {
    flex-direction: column;
    padding: 3rem 0;
    gap: 1.6rem;
  }
}
.about__company__card table tr th {
  width: 16rem;
  font-size: 1.9rem;
  line-height: 2;
  color: #4D4D4D;
  font-weight: 300;
  text-align: left;
  vertical-align: middle;
}
@media (max-width: 768px) {
  .about__company__card table tr th {
    width: 100%;
  }
}
.about__company__card table tr td {
  font-size: 1.9rem;
  line-height: 2;
  font-weight: 300;
  color: #4D4D4D;
  width: calc(100% - 16rem);
}
@media (max-width: 768px) {
  .about__company__card table tr td {
    width: 100%;
  }
}
.about__company__history {
  padding: 0 4.6rem;
  width: 100%;
  position: relative;
}
@media (max-width: 768px) {
  .about__company__history {
    padding: 0;
  }
}
.about__company__history::before {
  content: "";
  position: absolute;
  top: -2.4rem;
  left: 22rem;
  width: 1px;
  height: calc(100% + 2.4rem);
  border-width: 0.2rem;
  border-style: dashed;
  border-color: #06C3D5;
}
@media (max-width: 768px) {
  .about__company__history::before {
    left: 1.2rem;
  }
}
.about__company__history__list {
  display: flex;
  flex-direction: column;
  gap: 6.4rem;
  width: 100%;
}
@media (max-width: 768px) {
  .about__company__history__list {
    gap: 4rem;
  }
}
.about__company__history__item {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 2.4rem;
  position: relative;
}
@media (max-width: 768px) {
  .about__company__history__item {
    padding-left: 4.3rem;
    flex-direction: column;
  }
}
.about__company__history__item .date,
.about__company__history__item .desc {
  font-size: 1.9rem;
  color: #fff;
  line-height: 2;
  font-weight: 600;
}
.about__company__history__item .date {
  width: 14rem;
}
@media (max-width: 768px) {
  .about__company__history__item .date {
    width: 100%;
  }
}
.about__company__history__item .desc {
  width: calc(100% - 21.2rem);
}
@media (max-width: 768px) {
  .about__company__history__item .desc {
    width: 100%;
  }
}
.about__company__history__item .gear {
  width: 2.4rem;
  margin-top: 0.6rem;
}
@media (max-width: 768px) {
  .about__company__history__item .gear {
    position: absolute;
    left: 0;
    top: 0;
  }
}

.about__message {
  padding: 20rem 8.8rem;
  position: relative;
  overflow: hidden;
}
@media (max-width: 768px) {
  .about__message {
    padding: 6.4rem 2.4rem;
  }
}
.about__message .wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 6.4rem;
}
@media (max-width: 768px) {
  .about__message .wrapper {
    gap: 4rem;
  }
}
.about__message__content {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 6.4rem;
}
@media (max-width: 768px) {
  .about__message__content {
    flex-direction: column;
    gap: 4rem;
  }
}
.about__message__img {
  width: 44.5rem;
  position: relative;
  z-index: 2;
}
@media (max-width: 768px) {
  .about__message__img {
    width: 100%;
  }
  .about__message__img img {
    height: 57.5rem;
  }
  .about__message__img .rotate {
    display: none;
  }
}
.about__message__text {
  width: calc(100% - 45rem - 6.4rem);
  padding-right: 7.2rem;
}
@media (max-width: 768px) {
  .about__message__text {
    width: 100%;
    padding-right: 0;
  }
}
.about__message__text__desc {
  font-size: 1.9rem;
  line-height: 2;
  font-weight: 300;
  color: #4D4D4D;
}

.services__support,
.services__detail {
  padding: 10rem 8.8rem;
  position: relative;
  z-index: 2;
}
@media (max-width: 768px) {
  .services__support,
  .services__detail {
    padding: 6.4rem 2.4rem;
  }
}
.services__support .wrapper,
.services__detail .wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.services__support__title,
.services__detail__title {
  text-align: center;
}
.services__support__title .sm,
.services__detail__title .sm {
  font-size: 1.9rem;
  line-height: 2;
  font-weight: 300;
  display: block;
}
.services__support__desc,
.services__detail__desc {
  color: #049BBC;
  text-align: center;
  margin-top: 6.4rem;
}
@media (max-width: 768px) {
  .services__support__desc,
  .services__detail__desc {
    margin-top: 4rem;
  }
}
.services__support__content,
.services__detail__content {
  margin-top: 10rem;
  display: flex;
  flex-direction: column;
  gap: 10rem;
}
@media (max-width: 768px) {
  .services__support__content,
  .services__detail__content {
    margin-top: 4rem;
    gap: 6.4rem;
  }
}
.services__support--dental .services__detail__content,
.services__detail--dental .services__detail__content {
  gap: 6.4rem;
}

.services__support .services__detail__item__text .title {
  white-space: nowrap;
  margin-bottom: 6.4rem;
}
@media (max-width: 768px) {
  .services__support .services__detail__item__text .title {
    white-space: unset;
    margin-bottom: 4rem;
  }
}

.services__detail__item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 6.4rem;
}
@media (max-width: 768px) {
  .services__detail__item {
    flex-direction: column;
    gap: 4rem;
  }
}
.services__detail__item:nth-child(odd) {
  padding-left: 7.2rem;
  flex-direction: row-reverse;
}
@media (max-width: 768px) {
  .services__detail__item:nth-child(odd) {
    padding-left: 0;
    flex-direction: column;
  }
}
.services__detail__item:nth-child(even) {
  padding-right: 7.2rem;
}
@media (max-width: 768px) {
  .services__detail__item:nth-child(even) {
    padding-right: 0;
    flex-direction: column;
  }
}
.services__detail__item__img {
  width: 52.8rem;
  position: relative;
  z-index: 2;
}
@media (max-width: 768px) {
  .services__detail__item__img {
    width: 100%;
  }
  .services__detail__item__img .rotate {
    left: -3.5rem !important;
    bottom: unset !important;
    top: -3.5rem !important;
    right: unset !important;
  }
}
.services__detail__item__text {
  width: 60rem;
}
@media (max-width: 768px) {
  .services__detail__item__text {
    width: 100%;
  }
}
.services__detail__item__text .title {
  font-size: 3.2rem;
  line-height: 1.5;
  font-weight: 600;
  color: #4D4D4D;
  margin-bottom: 2.4rem;
}

.services__vision {
  padding: 10rem 16rem;
}
@media (max-width: 768px) {
  .services__vision {
    padding: 6.4rem 2.4rem;
  }
}
.services__vision .wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 10rem;
}
@media (max-width: 768px) {
  .services__vision .wrapper {
    gap: 6.4rem;
  }
}
.services__vision__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 6.4rem;
  padding: 0 13.6rem;
}
@media (max-width: 768px) {
  .services__vision__list {
    padding: 0;
    grid-template-columns: 1fr;
    gap: 4rem;
  }
}
.services__vision__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 2.4rem;
}
.services__vision__item .icon {
  width: 20rem;
}
.services__vision__item .title {
  font-size: 2.4rem;
  line-height: 1.5;
  font-weight: 600;
  color: #049BBC;
}

.services__flow {
  padding: 13rem 16rem 20rem;
}
@media (max-width: 768px) {
  .services__flow {
    padding: 6.4rem 2.4rem;
  }
}
.services__flow .wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 6.4rem;
}
@media (max-width: 768px) {
  .services__flow .wrapper {
    gap: 4rem;
  }
}
.services__flow__steps {
  display: flex;
  flex-direction: column;
  gap: 3rem;
  width: 100%;
  position: relative;
  z-index: 2;
}
.services__flow__steps::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 1.2rem;
  left: 50%;
  transform: translateX(-50%);
  width: 1px;
  height: calc(100% - 2.4rem);
  border-width: 0.2rem;
  border-style: dashed;
  border-color: #4D4D4D;
}
.services__flow__step {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 4.8rem;
  border-radius: 999px;
  border: 0.4rem solid #049BBC;
  background-color: #fff;
}
@media (max-width: 768px) {
  .services__flow__step {
    flex-direction: row-reverse;
    gap: 1.6rem;
    border-radius: 2.4rem;
    padding: 2.4rem;
    position: relative;
  }
}
.services__flow__step__icon {
  position: relative;
  z-index: 2;
}
@media (max-width: 768px) {
  .services__flow__step__icon {
    width: -moz-fit-content;
    width: fit-content;
    height: -moz-fit-content;
    height: fit-content;
    position: absolute;
    top: -2.4rem;
    right: -2.4rem;
  }
}
.services__flow__step__icon .step__number {
  padding: 0.4rem 4.9rem 0 4.9rem;
  text-align: center;
  font-size: 2.4rem;
  line-height: 1.4;
  font-weight: 900;
  color: #049BBC;
}
@media (max-width: 768px) {
  .services__flow__step__icon .step__number {
    padding: 0;
    position: absolute;
    z-index: -1;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
}
.services__flow__step__icon img {
  position: absolute;
  z-index: -1;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 18rem;
  height: auto;
  aspect-ratio: 1/1;
}
@media (max-width: 768px) {
  .services__flow__step__icon img {
    width: 10rem;
    height: 10rem;
    position: relative;
    top: unset;
    left: unset;
    transform: unset;
  }
}
.services__flow__step__content {
  padding: 3rem 0;
  display: flex;
  flex-direction: column;
  gap: 1.4rem;
  width: calc(100% - 4.8rem);
}
@media (max-width: 768px) {
  .services__flow__step__content {
    width: 100%;
    padding: 0;
  }
}
.services__flow__step__content .title {
  font-size: 2.4rem;
  line-height: 2;
  font-weight: 600;
  color: #4D4D4D;
}

.services__faq {
  padding: 20rem 8.8rem;
  background: url("../img/sub/sec_bg.webp") no-repeat center center/cover;
  position: relative;
  overflow: hidden;
  z-index: 2;
}
@media (max-width: 768px) {
  .services__faq {
    padding: 6.4rem 2.4rem;
  }
}
.services__faq .wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 6.4rem;
  width: 100%;
}
.services__faq__title {
  color: #fff;
}
.services__faq__title::after {
  border-color: #fff;
}
.services__faq__list {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 2.4rem;
  padding: 0 16.8rem;
  width: 100%;
}
@media (max-width: 768px) {
  .services__faq__list {
    padding: 0;
  }
}
.services__faq__item {
  position: relative;
  z-index: 2;
  border-radius: 2.4rem;
  box-shadow: 2px 4px 8px 0px rgba(0, 0, 0, 0.0784313725);
  width: 100%;
  overflow: hidden;
}
.services__faq__question {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.6rem;
  padding: 3.2rem;
  cursor: pointer;
  background-color: #06C3D5;
  color: #fff;
}
.services__faq__question .mark {
  font-size: 2.5rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  line-height: 1;
}
.services__faq__question__title {
  color: #fff;
  font-weight: 600;
  width: calc(100% - 8.1rem);
  text-align: left;
}
.services__faq__question .arw {
  width: 2.4rem;
  height: 2.4rem;
  position: relative;
}
.services__faq__question .arw .bar1,
.services__faq__question .arw .bar2 {
  width: 2rem;
  position: absolute;
  height: 0.3rem;
  background-color: #fff;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  transition: all 0.3s ease-in-out;
}
.services__faq__question .arw .bar1 {
  rotate: 90deg;
}
.services__faq__question .arw.is-open .bar1 {
  rotate: 180deg;
}
.services__faq__question .arw.is-open .bar2 {
  rotate: 360deg;
}
.services__faq__answer {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 1.6rem;
  padding: 3.2rem;
  background-color: #fff;
  color: #4D4D4D;
}
.services__faq__answer .mark {
  font-size: 2.5rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  line-height: 1;
}
.services__faq__answer__text {
  font-size: 1.9rem;
  line-height: 2;
  font-weight: 300;
  color: #4D4D4D;
}
.services__faq .add1 {
  position: absolute;
  top: -34rem;
  left: -45rem;
  width: 85rem;
  rotate: -17.3deg;
}
@media (max-width: 768px) {
  .services__faq .add1 {
    display: none;
  }
}
.services__faq .add2 {
  position: absolute;
  bottom: -38rem;
  right: -30rem;
  width: 85rem;
  rotate: -21.3deg;
}
@media (max-width: 768px) {
  .services__faq .add2 {
    display: none;
  }
}
.services__faq .add3 {
  display: none;
}
@media (max-width: 768px) {
  .services__faq .add3 {
    position: absolute;
    z-index: -1;
    display: block;
    top: 10.4rem;
    left: -4.2rem;
    width: 22rem;
  }
}

.blog__list {
  padding: 10rem 8.8rem;
}
@media (max-width: 768px) {
  .blog__list {
    padding: 6.4rem 2.4rem;
  }
}
.blog__list .wrapper {
  display: flex;
  gap: 3.2rem;
}
@media (max-width: 768px) {
  .blog__list .wrapper {
    flex-direction: column;
    gap: 6.4rem;
  }
}
.blog__list__main {
  width: 97.6rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 10rem;
}
@media (max-width: 768px) {
  .blog__list__main {
    width: 100%;
    gap: 4rem;
  }
}
.blog__list__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 6.4rem 1.6rem;
}
@media (max-width: 768px) {
  .blog__list__grid {
    grid-template-columns: repeat(1, 1fr);
    gap: 2.4rem;
  }
}
.blog__list .blog__pagination__list {
  display: flex;
  gap: 1.6rem;
}
.blog__list .blog__pagination__link {
  width: 4rem;
  height: 4rem;
  aspect-ratio: 1/1;
  background: #fff;
  color: #049BBC;
  font-size: 1.6rem;
  line-height: 2.4;
  font-weight: 300;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #049BBC;
  transition: all 0.3s ease-in-out;
}
.blog__list .blog__pagination__link:hover, .blog__list .blog__pagination__link.active {
  background: linear-gradient(0deg, #06C3D5 0%, #0389AD 100%);
  border: 1px solid #049BBC;
  color: #fff;
}

.blog__item {
  background: #fff;
  border-radius: 2.4rem;
  padding: 1.6rem;
  padding-bottom: 3rem;
  overflow: hidden;
  transition: all 0.3s ease-in-out;
  box-shadow: 2px 4px 8px 0px rgba(0, 0, 0, 0.0784313725);
}
.blog__item__img {
  width: 100%;
  height: auto;
  overflow: hidden;
  border-radius: 1.6rem;
}
.blog__item__img img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 768px) {
  .blog__item__img img {
    height: 20rem;
  }
}
.blog__item__content {
  margin-top: 2rem;
}
.blog__item__content .meta {
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
}
.blog__item__content .meta .date {
  font-size: 1.6rem;
  color: #4D4D4D;
  line-height: 2;
}
.blog__item__content .meta .category {
  display: flex;
  gap: 0.4rem;
}
.blog__item__content .meta .category span {
  border-radius: 999px;
  font-size: 1.2rem;
  font-weight: 500;
  padding: 0.4rem 2.4rem;
}
.blog__item__content .meta .category span.item {
  background-color: #FFD700;
  color: #fff;
}
.blog__item__content .meta .category span.guild {
  background-color: #FF6B35;
  color: #fff;
}
.blog__item__title {
  font-size: 1.9rem;
  font-weight: 600;
  color: #000;
  line-height: 2;
  margin-top: 2.4rem;
  padding-bottom: 1.6rem;
  position: relative;
}
.blog__item__title::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 20rem;
  height: 1px;
  border-bottom: 2px dashed #049BBC;
}
.blog__item__desc {
  font-size: 1.9rem;
  color: #666;
  line-height: 1.6;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  color: #4D4D4D;
  font-weight: 300;
  margin-top: 1.6rem;
}

.blog__sidebar {
  width: 25.6rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
}
@media (max-width: 768px) {
  .blog__sidebar {
    width: 100%;
  }
}
.blog__sidebar__inner {
  width: 100%;
}
.blog__sidebar__title, .blog__sidebar__link {
  padding: 1.4rem 2.4rem;
  border-bottom: 1px solid #4D4D4D;
  font-size: 1.9rem;
  line-height: 2;
  font-weight: 600;
  color: #4D4D4D;
  text-align: left;
  transition: all 0.3s ease-in-out;
}
.blog__sidebar__title {
  color: #049BBC;
  border-bottom: 0.4rem solid #049BBC;
}
.blog__sidebar__link:hover {
  color: #049BBC;
  border-bottom: 1px solid #049BBC;
}

.blog__detail {
  padding: 10rem 16rem;
}
@media (max-width: 768px) {
  .blog__detail {
    padding: 6.4rem 2.4rem;
  }
}
.blog__detail__container {
  display: flex;
  gap: 4.8rem;
}
@media (max-width: 768px) {
  .blog__detail__container {
    flex-direction: column;
    gap: 6.4rem;
  }
}
.blog__detail__main {
  width: 80rem;
  display: flex;
  flex-direction: column;
  gap: 4.8rem;
}
@media (max-width: 768px) {
  .blog__detail__main {
    width: 100%;
  }
}
.blog__detail__article {
  display: flex;
  flex-direction: column;
  gap: 4.8rem;
}
@media (max-width: 768px) {
  .blog__detail__article {
    gap: 4rem;
  }
}
.blog__detail__article .meta {
  display: flex;
  flex-direction: column;
  gap: 0;
  position: relative;
}
@media (max-width: 768px) {
  .blog__detail__article .meta {
    gap: 1.6rem;
  }
}
.blog__detail__article .meta .title {
  font-size: 2.4rem;
  font-weight: 600;
  color: #4D4D4D;
  line-height: 2;
}
.blog__detail__article .meta .date {
  font-size: 1rem;
  color: #4D4D4D;
  line-height: 2;
  padding-bottom: 1.2rem;
  border-bottom: 1px solid #4D4D4D;
  width: 100%;
}
.blog__detail__article .meta .category {
  display: flex;
  gap: 0.8rem;
  margin-top: 1.2rem;
}
@media (max-width: 768px) {
  .blog__detail__article .meta .category {
    margin-top: 0;
  }
}
.blog__detail__article .meta .category span {
  padding: 0.4rem 2.4rem;
  border-radius: 999px;
  font-size: 1.2rem;
  font-weight: 500;
}
.blog__detail__article .meta .category span.item {
  background-color: #FFD700;
  color: #fff;
}
.blog__detail__article .meta .category span.guild {
  background-color: #FF6B35;
  color: #fff;
}
.blog__detail__article .meta .share__link {
  position: absolute;
  bottom: 0;
  right: 0;
}
.blog__detail__article .share__link {
  width: -moz-fit-content;
  width: fit-content;
  display: flex;
  align-items: center;
  gap: 0.6rem;
  padding: 0.3rem 0.6rem;
  background-color: #0866FF;
  border-radius: 0.3rem;
  color: #fff;
  font-size: 1rem;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
}
.blog__detail__article .share__link:hover {
  opacity: 0.8;
}
.blog__detail__article .share__link svg {
  width: 1.5rem;
  height: 1.5rem;
}
.blog__detail__article .main__content {
  display: flex;
  flex-direction: column;
  gap: 4.8rem;
}
@media (max-width: 768px) {
  .blog__detail__article .main__content {
    gap: 4rem;
  }
}
.blog__detail__article .main__content .sub__content {
  display: flex;
  flex-direction: column;
  gap: 2.4rem;
}
.blog__detail__article .main__content .sub__content .sub__title {
  background-color: #049BBC;
  color: #fff;
  font-size: 1.9rem;
  font-weight: 600;
  line-height: 2;
  padding: 1.2rem;
  border-radius: 0.3rem;
}
.blog__detail__article .main__content .sub__content p.border {
  margin-top: 2.4rem;
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: 1.2rem;
  border-bottom: 0.3rem solid #d9d9d9;
}
.blog__detail__article .share {
  width: 100%;
  border-top: 1px solid #4D4D4D;
  padding: 2.4rem 0;
  display: flex;
  justify-content: flex-end;
}
.blog__detail .blog__recommended__title {
  font-size: 2.4rem;
  font-weight: 600;
  color: #4D4D4D;
  line-height: 1.5;
  padding-bottom: 2.4rem;
  position: relative;
}
.blog__detail .blog__recommended__title::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 9rem;
  height: 1px;
  border-bottom: 0.2rem solid #4D4D4D;
}
.blog__detail .blog__recommended__list {
  display: block;
  margin-top: 4.8rem;
}
@media (max-width: 768px) {
  .blog__detail .blog__recommended__list {
    margin: 0 -2.4rem;
    margin-top: 4.8rem;
  }
}
.blog__detail .blog__recommended__list .inner {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.6rem;
}
@media (max-width: 768px) {
  .blog__detail .blog__recommended__list .inner {
    width: 100%;
    display: block;
  }
}
.blog__detail .blog__recommended__list .inner .slick-slide {
  margin-right: 0.8rem;
}
.blog__detail .blog__recommended__list .blog__item {
  width: calc((100% - 3.2rem) / 3);
  padding-bottom: 1.6rem;
}
@media (max-width: 768px) {
  .blog__detail .blog__recommended__list .blog__item {
    width: 100%;
  }
}
.blog__detail .blog__recommended__list .blog__item__img img {
  height: 18rem;
}
.blog__detail .blog__recommended__list .blog__item__content {
  margin-top: 3rem;
}

.btn__back {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  margin-top: 10rem;
}
@media (max-width: 768px) {
  .btn__back {
    width: 100%;
  }
}

.privacy__content {
  padding: 10rem 16rem;
}
@media (max-width: 768px) {
  .privacy__content {
    padding: 6.4rem 2.4rem;
  }
}
.privacy__content .wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 6.4rem;
}
@media (max-width: 768px) {
  .privacy__content .wrapper {
    gap: 4rem;
  }
}
.privacy__content .privacy__list {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 0 6.4rem;
}
@media (max-width: 768px) {
  .privacy__content .privacy__list {
    padding: 0;
  }
}
.privacy__content .privacy__list .privacy__section {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 2.4rem;
  padding: 3.2rem 0;
  border-bottom: 0.2rem solid #bebebe;
}
.privacy__content .privacy__list .privacy__section__title {
  padding-left: 1.6rem;
  border-left: 0.4rem solid #049BBC;
  font-size: 1.9rem;
  line-height: 2;
  font-weight: 600;
  color: #4D4D4D;
}
.privacy__content .privacy__list .privacy__section__text {
  font-size: 1.9rem;
  line-height: 2;
  font-weight: 300;
  color: #4D4D4D;
}
.privacy__content .privacy__list .privacy__section__text li {
  list-style: decimal;
  margin-left: 2rem;
}
.privacy__content .privacy__list .privacy__section.extra {
  border-bottom: none;
}
.privacy__content .btn__back {
  margin-top: 0;
}
@media (max-width: 768px) {
  .privacy__content .btn__back {
    width: 100%;
  }
}

.contact__form {
  padding: 10rem 16rem;
}
@media (max-width: 768px) {
  .contact__form {
    padding: 6.4rem 2.4rem;
  }
}
.contact__form .wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 6.4rem;
}
.contact__form__desc {
  text-align: center;
}
.contact__form__form {
  display: flex;
  flex-direction: column;
  gap: 5.6rem;
  width: 100%;
}
.contact__form__field {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 768px) {
  .contact__form__field {
    flex-direction: column;
    gap: 2.4rem;
  }
}
.contact__form__field.message {
  align-items: flex-start;
}
.contact__form__field.message textarea {
  height: 24rem;
}
.contact__form__label {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 1.6rem;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 1.9rem;
  line-height: 2;
  font-weight: 600;
  color: #4D4D4D;
}
@media (max-width: 768px) {
  .contact__form__label {
    width: 100%;
  }
}
.contact__form__label .required {
  padding: 0.4rem 0.8rem;
  border-radius: 0.4rem;
  background: linear-gradient(180deg, #06C3D5 0%, #0389AD 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
}
.contact__form__label .amp {
  color: red;
}
.contact__form input,
.contact__form select,
.contact__form textarea {
  width: 67.2rem;
  padding: 1.6rem 2.4rem;
  font-size: 1.9rem;
  line-height: 2;
  color: #4D4D4D;
  border: 1px solid #4D4D4D;
  background-color: #fff;
  border-radius: 0.4rem;
  transition: all 0.3s ease-in-out;
}
.contact__form input:focus,
.contact__form select:focus,
.contact__form textarea:focus {
  outline: none;
  border-color: #049BBC;
}
@media (max-width: 768px) {
  .contact__form input,
  .contact__form select,
  .contact__form textarea {
    width: 100%;
  }
}
.contact__form__name {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 3.2rem;
  width: 67.2rem;
}
@media (max-width: 768px) {
  .contact__form__name {
    grid-template-columns: repeat(1, 1fr);
    gap: 2.4rem;
    width: 100%;
  }
}
.contact__form__name__item {
  width: 100%;
}
.contact__form__name__item input {
  width: 100%;
}
.contact__form__privacy {
  margin-top: 0.8rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 3.2rem;
  text-align: center;
}
.contact__form__privacy input[type=checkbox] {
  width: 1.5rem;
  height: 1.5rem;
  border: 1px solid #4D4D4D;
  border-radius: 1px;
  transition: all 0.3s ease-in-out;
}
.contact__form__privacy input[type=checkbox]:checked {
  background-color: #049BBC;
}
.contact__form__checkbox {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.6rem;
}
.contact__form__submit {
  margin: auto;
  margin-top: 0.8rem;
}
@media (max-width: 768px) {
  .contact__form__submit {
    width: 100%;
  }
}
.contact__form__submit .btn .icon {
  width: 3.2rem;
  height: 3.2rem;
}
.contact__form__submit .btn:hover .icon {
  rotate: unset;
}/*# sourceMappingURL=sub.css.map */