@charset "UTF-8";

/*----------------------------------------
c-contaienr
----------------------------------------*/
.c-container {
  width: 100%;
  max-width: 1050px;
  padding-inline: 50px;
  margin-inline: auto;
}

@media screen and (max-width: 767px) {
  .c-container {
    padding-inline: 3.5%;
    max-width: none;
  }
}

/*------------------------------------------
c-heading
------------------------------------------*/
.c-heading {
  margin-bottom: 40px;
}

.c-heading p {
  font-size: 1.7rem;
  font-weight: 600;
  margin-bottom: 25px;
  position: relative;
}

.c-heading p::before {
  content: "";
  display: inline-block;
  width: 45px;
  height: 1px;
  background-color: #54c3f1;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -10px;
}

.c-heading span {
  display: inline-block;
}

.c-heading h2 {
  font-weight: 600;
  line-height: 1.8;
}

.c-heading h2 .lead {
  font-size: 2.6rem;
  font-weight: 600;
}

.c-heading h2 .catch {
  font-size: 4.4rem;
  font-weight: 600;
}

.p-front-influencer .c-heading h2 .catch,
.p-front-short .c-heading h2 .catch,
.p-front-support .c-heading h2 .catch,
.p-front-operation .c-heading h2 .catch {
  font-size: 4.75rem;
  font-weight: 600;
}

@media screen and (max-width: 767px) {
  .c-heading {
    margin-bottom: 6.333vw;
  }

  .c-heading p {
    font-size: 2.3vw;
    margin-bottom: 4.167vw;
  }

  .c-heading h2 {
    line-height: 1.8;
  }

  .c-heading h2 .lead {
    font-size: 3.5vw;
  }

  .c-heading h2 .catch {
    font-size: 6.2vw;
  }

  .p-front-influencer .c-heading h2 .catch,
  .p-front-short .c-heading h2 .catch,
  .p-front-support .c-heading h2 .catch,
  .p-front-operation .c-heading h2 .catch {
    font-size: 6.5vw;
  }
}

/*-----------------------------------------
c-merit
--------------------------------------------*/
.c-merit {
  width: 100%;
}

.c-merit h2 {
  font-size: 3rem;
  font-weight: 600;
  margin-bottom: 40px;
}

.c-merit__list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 23px;
  text-align: center;
}

.c-merit__list__item {
  padding: 40px 10px;
  border-radius: 15px;
  position: relative;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}

.c-merit__list__item .item-icon {
  width: 46px;
  height: auto;
  position: absolute;
  top: -18%;
  left: 50%;
  transform: translateX(-50%);
}

.c-merit__list__item p {
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 1.6;
  text-align: center;
}

@media screen and (max-width: 949px) {
  .c-merit__list {
    grid-template-columns: repeat(2, 1fr);
    gap: 20% 3%;
  }
}

@media screen and (max-width: 767px) {
  .c-merit h2 {
    font-size: 4.167vw;
    margin-bottom: 9.167vw;
  }

  .c-merit__list {
    gap: 6vw 2.5vw;
  }

  .c-merit__list__item {
    padding: 7.5vw 4.2vw;
    border-radius: 2.83vw;
  }

  .c-merit__list__item .item-icon {
    width: 7.67vw;
    top: -15%;
  }

  .c-merit__list__item p {
    font-size: 3vw;
  }
}

/*---------------------------------------------
c-solution
----------------------------------------------*/
.c-solution {
  width: 100%;
  padding-block: 85px 120px;
}

.c-solution__list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  text-align: center;
  gap: 23px;
}

.c-solution__list__item {
  padding: 42px 5px 22px;
  position: relative;
  background-color: #fff;
  border-radius: 15px;
}

.c-solution__list__item .item-wrap {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}

.c-solution__list__item .item-num {
  position: absolute;
  top: -4%;
  left: 50%;
  transform: translateX(-50%);
  width: 105px;
  height: 34px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 15px;
  font-size: 1.1rem;
  font-weight: 500;
  background-color: #231815;
  color: #fff;
}

.c-solution__list__item .item-body h3 {
  font-size: 1.6rem;
  line-height: 1.6;
  font-weight: 600;
  margin-bottom: 12px;
}

.c-solution__list__item .item-body p {
  font-size: 1.1rem;
  line-height: 1.6;
}

.c-solution__list__item .item-img {
  width: 100%;
  height: auto;
}

.c-solution .c-heading {
  margin-bottom: 58px;
}

@media screen and (max-width: 949px) {
  .c-solution__list {
    grid-template-columns: repeat(2, 1fr);
    gap: 5%;
  }
}

@media screen and (max-width: 767px) {
  .c-solution {
    padding-block: 12.5vw;
  }

  .c-solution__list {
    gap: 6.5vw 4vw;
  }

  .c-solution__list__item {
    padding: 7vw 1.67vw 3.67vw;
    border-radius: 2.5vw;
  }

  .c-solution__list__item .item-num {
    width: 17.5vw;
    height: 5.67vw;
    border-radius: 2.5vw;
    font-size: 1.83vw;
  }

  .c-solution__list__item .item-body h3 {
    font-size: 3.7vw;
    margin-bottom: 2vw;
    letter-spacing: 0;
  }

  .c-solution__list__item .item-body p {
    font-size: 2.7vw;
    line-height: 1.6;
    letter-spacing: 0;
  }

  .c-solution .c-heading h2 .catch {
    font-size: 4.2vw;
  }
}

/*----------------------------------------
	c-works
-----------------------------------------*/
.c-works {
  width: 100%;
  padding: 0 0 155px;
  position: relative;
  z-index: 2;
}

.c-works h2 {
  font-size: 3rem;
  font-weight: 600;
  margin-bottom: 40px;
}

.c-works__container {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 670px;
}

.c-works__body {
  width: 422px;
  padding: 50px 48px 45px;
  background-color: #fff;
  margin-right: -30px;
  line-height: 1;
  text-align: left;
  flex-shrink: 0;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.12);
}

.c-works__body p {
  font-size: 2rem;
  font-weight: 600;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px 0;
  background-color: #54c3f1;
  color: #fff;
  border-radius: 24px;
  margin-bottom: 20px;
}

.c-works__body h3 {
  font-size: 1.8rem;
  font-weight: 600;
  margin-bottom: 35px;
}

.c-works__info {
  margin-bottom: 30px;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
  row-gap: 18px;
  line-height: 2;
}

.c-works__info dt {
  width: 29%;
  font-size: 1.5rem;
  font-weight: 600;
}

.c-works__info dd {
  width: 71%;
  font-size: 1.5rem;
  font-weight: 600;
  letter-spacing: -0.05em;
}

.c-works__btn {
  width: 100%;
}

.c-works__btn a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 15px 0;
  border-radius: 24px;
  background-color: #fff;
  border: 1px solid #231815;
  text-align: center;
  font-size: 1.7rem;
  font-weight: 600;
  position: relative;
  z-index: 3;
}

.c-works__btn a::after {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  border-top: 1.5px solid #231815;
  border-right: 1.5px solid #231815;
  transform: rotate(45deg) translateY(-50%);
  position: absolute;
  right: 8%;
  top: 50%;
}

.c-works__btn a:hover {
  background-color: #231815;
  border: 1px solid #231815;
  color: #fff;
}

.c-works__btn a:hover::after {
  border-top: 1.5px solid #fff;
  border-right: 1.5px solid #fff;
}

.c-works__img {
  width: 275px;
  height: auto;
}

.c-works .swiper-slide {
  display: flex;
  justify-content: center;
  transition: transform 0.3s ease, opacity 0.3s ease;
  opacity: 0.7;
  transform: scale(0.75);
}

.c-works .swiper-slide-active {
  opacity: 1;
  transform: scale(0.95);
  z-index: 2;
}

.c-works .swiper-button-prev,
.c-works .swiper-button-next {
  color: #54c3f1;
  top: 50%;
  transform: translateY(-50%);
}

.c-works .swiper-button-prev {
  left: 15%;
}

.c-works .swiper-button-next {
  right: 15%;
}

@media (max-width: 1199px) {
  .c-works__container {
    width: 55.8vw;
  }

  .c-works__body {
    width: 35.17vw;
    padding: 4.16vw 4vw 3.75vw;
    margin-right: -2.5vw;
    box-shadow: 0 0.5vw 1vw rgba(0, 0, 0, 0.12);
  }

  .c-works__body p {
    font-size: 1.67vw;
    padding: 0.83vw 0;
    border-radius: 2vw;
    margin-bottom: 1.67vw;
  }

  .c-works__body h3 {
    font-size: 1.5vw;
    margin-bottom: 2.92vw;
  }

  .c-works__info {
    margin-bottom: 2.5vw;
    row-gap: 1.5vw;
  }

  .c-works__info dt,
  .c-works__info dd {
    font-size: 1.25vw;
  }

  .c-works__btn a {
    padding: 1.25vw 0;
    border-radius: 2vw;
    font-size: 1.42vw;
  }

  .c-works__btn a::after {
    width: 1vw;
    height: 1vw;
    border-top: 0.125vw solid #231815;
    border-right: 0.125vw solid #231815;
  }

  .c-works__img {
    width: 22.917vw;
  }
}

@media screen and (max-width: 767px) {
  .c-works {
    padding: 0 0 4.167vw;
  }

  .c-works h2 {
    font-size: 4.2vw;
    margin-bottom: 4.167vw;
  }

  .c-works__container {
    width: 97vw;
  }

  .c-works__body {
    width: 65vw;
    padding: 4.17vw 4vw;
    margin-right: -3vw;
    box-shadow: 0 0.5vw 1.33vw rgba(0, 0, 0, 0.12);
  }

  .c-works__body p {
    font-size: 3.2vw;
    padding: 2vw 0;
    border-radius: 3.17vw;
    margin-bottom: 2.5vw;
  }

  .c-works__body h3 {
    font-size: 3.5vw;
    margin-bottom: 3.33vw;
  }

  .c-works__info {
    margin-bottom: 3.33vw;
    row-gap: 2vw;
  }

  .c-works__info dt,
  .c-works__info dd {
    font-size: 2.8vw;
  }

  .c-works__info dt {
    width: 32%;
  }

  .c-works__info dd {
    width: 68%;
  }

  .c-works__btn a {
    padding: 2.4vw 0;
    border-radius: 4vw;
    font-size: 3vw;
  }

  .c-works__btn a::after {
    width: 2vw;
    height: 2vw;
    border-top: 0.2vw solid #231815;
    border-right: 0.2vw solid #231815;
  }

  .c-works__img {
    width: 41vw;
  }

  .c-works .swiper-button-prev::after,
  .c-works .swiper-button-next::after {
    font-size: 7vw
  }

  .c-works .swiper-button-prev {
    left: 0%;
  }

  .c-works .swiper-button-next {
    right: 0%;
  }

  .c-works .swiper-button-prev,
  .c-works .swiper-button-next {
    top: 51%;
    transform: translateY(0);
  }
}

/*----------------------------------------
	c-menu
----------------------------------------*/
.c-menu {
  position: relative;
  max-width: 900px;
  padding: 0 50px 150px;
  margin: 0 auto;
  line-height: 1;
  position: relative;
}

.c-menu h2 {
  font-size: 3rem;
  font-weight: 600;
  margin-bottom: 30px;
}

.c-menu__body {
  margin: 0 0 60px;
  position: relative;
}

.c-menu__body::before {
  content: "";
  display: block;
  width: 143px;
  height: 142px;
  background: url(../img/front/img-menu_pc.png) no-repeat center/100% auto;
  position: absolute;
  bottom: 99.7%;
  left: 60%;
  z-index: 1;
}

.c-menu__table {
  width: 100%;
  table-layout: fixed;
}

.c-menu__table thead th {
  font-size: 1.5rem;
  font-weight: 600;
  color: #231815;
  text-align: center;
  padding: 20px 15px;
  border: 2px solid #231815;
}

.c-menu__table thead th:nth-child(1) {
  background: transparent;
  border: transparent;
}

.c-menu__table thead th:nth-child(n+2) {
  background: #bae3f9;
}

.c-menu__table tbody td,
.c-menu__table tbody th {
  text-align: center;
  padding: 15px 5px;
  border: 2px solid #231815;
  vertical-align: middle;
  font-weight: 600;
}

.c-menu__table tbody th {
  font-size: 1.5rem;
  color: #231815;
}

.c-menu__table tbody th::nth-of-type(1) {
  background-color: transparent;
}

.c-menu__table tbody td {
  font-size: 1.6rem;
}

.c-menu__table tbody td span {
  display: inline-block;
  color: #fff;
  line-height: 2.5;
  width: 100%;
  background: #9fa0a0;
}

.c-menu__table tbody td.--option {
  padding: 5px 5px;
}

.c-menu__table tbody tr:nth-child(even) th {
  background: #fffeed;
}

.c-menu__table tbody tr:nth-child(even) td {
  background: #f7f8f8;
}

.c-menu__table tbody tr:nth-child(odd) th {
  background: #fffbcf;
}

.c-menu__table tbody tr:nth-child(odd) td {
  background: #fff;
}

.c-menu__table tbody tr:first-child td,
.c-menu__table tbody tr:first-child th {
  border-bottom: 1px solid #231815;
}

.c-menu__table tbody tr:first-child th {
  background: transparent;
  border: transparent;
}

.c-menu__table tbody tr:first-child td {
  font-size: 1.3rem;
  line-height: 1.4;
}

@media screen and (max-width: 949px) {
  .c-menu__table thead th {
    padding: 10px;
  }

  .c-menu__table tbody td {
    padding: 10px;
  }

  .c-menu__table tbody tr:first-child td,
  .c-menu__table tbody tr:first-child th {
    padding: 20px 10px;
  }
}

@media screen and (max-width: 767px) {
  .c-menu {
    padding: 0 0 16.7vw 8.3%;
  }

  .c-menu h2 {
    font-size: 4.2vw;
    margin-bottom: 5vw;
    position: relative;
  }

  .c-menu__table {
    table-layout: auto;
  }

  .c-menu__body {
    overflow-x: scroll;
    margin: 0 0 5vw;
  }

  .c-menu__table {
    width: 175vw;
    min-width: 83.3vw;
  }

  .c-menu__table thead th {
    font-size: 3.167vw;
    padding: 4.167vw 2.5vw;
  }

  .c-menu__table tbody td,
  .c-menu__table tbody th {
    padding: 4.167vw 0.833vw;
  }

  .c-menu__table tbody th {
    width: 37vw;
    font-size: 3.167vw;
  }

  .c-menu__table tbody tr:first-child td {
    font-size: 2.833vw;
  }

  .c-menu__table tbody td {
    font-size: 3.667vw;
  }

  .c-menu__body::before {
    display: none;
  }

  .c-menu h2::after {
    display: none;
  }
}

/*----------------------------------------------
c-contact-area
-----------------------------------------------*/
.c-contact-area {
  width: 100%;
  background-color: #54c3f1;
  color: #fff;
}

.c-contact-area .c-container {
  position: relative;
  padding-block: 100px;
}

.c-contact-area .c-heading {
  color: #fff;
}

.c-contact-area .c-heading p::before {
  background-color: #424041;
}

.c-contact-area__des {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.8;
  margin-bottom: 42px;
}

.c-contact-area__container {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 17px;
  position: relative;
}

.c-contact-area__btn {
  width: 280px;
}

.c-contact-area__btn a {
  width: 100%;
  padding: 24px 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  border-radius: 40px;
  position: relative;
  font-size: 1.7rem;
  font-weight: 600;
}

.c-contact-area__btn a::after {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  border-top: 1.5px solid #54c3f1;
  border-right: 1.5px solid #54c3f1;
  transform: rotate(45deg) translateY(-50%);
  position: absolute;
  right: 8%;
  top: 50%;
}

.c-contact-area__btn a:hover {
  background-color: #231815;
  color: #fff;
}

.c-contact-area__btn a:hover::after {
  border-top: 1.5px solid #fff;
  border-right: 1.5px solid #fff;
}

.c-contact-area .c-container::before {
  content: "";
  display: block;
  width: 284px;
  height: 286px;
  background: url(../img/_common/img-contact_01.png) no-repeat center/100% auto;
  position: absolute;
  bottom: -1%;
  left: -5%;
  z-index: 1;
}

.c-contact-area .c-container::after {
  content: "";
  display: block;
  width: 279px;
  height: 278px;
  background: url(../img/_common/img-contact_02.png) no-repeat center/100% auto;
  position: absolute;
  bottom: -1%;
  right: -5%;
  z-index: 1;
}

@media screen and (max-width: 949px) {
  .c-contact-area {
    overflow: hidden;
  }

  .c-contact-area__container {
    flex-direction: column;
  }

  .c-contact-area__btn {
    width: 280px;
  }
}

@media screen and (max-width: 767px) {
  .c-contact-area {
    scroll-margin-top: 14vw;
  }

  .c-contact-area .c-container {
    position: relative;
    padding-block: 10.833vw 10vw;
  }

  .c-contact-area .c-heading h2 .catch {
    font-size: 5.5vw;
  }

  .c-contact-area__des {
    font-size: 2.667vw;
    margin-bottom: 8.333vw;
  }

  .c-contact-area__btn {
    width: 42.5vw;
  }

  .c-contact-area__btn a {
    padding: 3.667vw 0;
    border-radius: 4.833vw;
    font-size: 2.5vw;
  }

  .c-contact-area__btn a::after {
    width: 2vw;
    height: 2vw;
    border-top: 1.5px solid #54c3f1;
    border-right: 1.5px solid #54c3f1;
  }

  .c-contact-area .c-container::before {
    width: 33vw;
    height: auto;
    aspect-ratio: 162 / 204;
    bottom: -5vw;
    left: -5%;
  }

  .c-contact-area .c-container::after {
    width: 33vw;
    height: auto;
    aspect-ratio: 163 / 199;
    bottom: -5vw;
    right: -6.5%;
  }
}

/*---------------------------------------------
c-accent c-highlight
-----------------------------------------------*/
.c-accent {
  color: #54c3f1;
  display: inline-block;
}

.c-highlight {
  background: linear-gradient(transparent 80%, #54c3f1 0%);
  line-height: 1;
}

/*------------------------------------------------------------
c-btn
--------------------------------------------------------------*/
.c-btn {
  width: 475px;
  margin: 0 auto;
}

.c-btn a {
  width: 100%;
  padding-block: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #231815;
  color: #fff;
  font-size: 1.7rem;
  font-weight: 600;
  position: relative;
}

.c-btn a::after {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  border-top: 1.5px solid #fff;
  border-right: 1.5px solid #fff;
  transform: rotate(45deg) translateY(-50%);
  position: absolute;
  right: 8%;
  top: 50%;
}

.c-btn a:hover {
  background-color: #54c3f1;
}

.c-btn a:hover::after {}

@media screen and (max-width: 767px) {
  .c-btn {
    width: 65vw;
  }

  .c-btn a {
    padding-block: 3.5vw;
    font-size: 2.7vw;
  }

  .c-btn a::after {
    content: "";
    display: block;
    width: 2.5vw;
    height: 2.5vw;
    border-top: 1.5px solid #fff;
    border-right: 1.5px solid #fff;
    transform: rotate(45deg) translateY(-50%);
    position: absolute;
    right: 8%;
    top: 50%;
  }
}

/*-------------------------------------------------------
c-ani
--------------------------------------------------------*/
.c-ani {
  animation: anime 1s ease 0s infinite alternate;
  transform-origin: center;
}

@keyframes anime {
  from {
    transform: scale(0.97, 0.97);
  }

  to {
    transform: scale(1, 1);
  }
}
