@charset "UTF-8";
.c-sec {
  padding: 120px 30px 80px;
}

.c-sec--pageTtl {
  padding: 0 30px;
}

.c-sec--try {
  padding: 80px 30px 100px;
}

.c-sec--try .try {
  background-color: #FFE3AD;
  max-width: 1280px;
  margin: auto;
  padding: 48px 20px 38px;
  font-weight: 700;
}

.c-sec--try .try .inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 1168px;
  margin: auto;
}

.c-nav-nav.pc a{
  position: relative;
}

a.h-case_active:before,a.h-feature_active:before,a.h-price_active:before,a.h-news_active:before,a.h-faq_active:before {
    content: '';
    position: absolute;
    left: 50%;
    bottom: -11px;
    display: inline-block;
    width: 20px;
    height: 2px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    border-radius: 2px;
}

a.h-case_active:before{
	background-color: #FFA700;
}

a.h-feature_active:before{
	background-color: #22B408;
}

a.h-price_active:before{
	background-color: #FFDB12;
}

a.h-news_active:before{
	background-color: #1288FF;
}

a.h-faq_active:before{
	background-color: #22B408;
}


@media (max-width: 1225px) {
.c-sec--try .try .inner {
      flex-wrap: wrap;
    gap: 3rem;
    justify-content: center;
}
}

.c-sec--try .try .inner .txt {
  margin-right: 30px;
}

.c-sec--try .try .inner .txt .txt1 {
  font-size: 1.625rem;
}

.c-sec--try .try .inner .txt .txt2 {
  font-size: 2.25rem;
}

.c-sec--try .try .inner .txt .txt3 {
  display: inline-block;
  font-size: 3.3125rem;
  margin-left: -27px;
  line-height: 1.1;
}

.c-sec--try .try .inner .txt .txt3 span {
  display: inline-block;
  font-size: 2.25rem;
  margin-left: -16px;
}

.c-sec--try .try .inner .btn .c-btn--fukidashi {
  font-size: 2.1875rem;
  padding: 21px 112px 19px 46px;
}

.c-sec--try .try .inner .btn .c-btn--fukidashi .freeWrap {
  left: -21px;
  top: -50px;
}

.c-sec--try .try .inner .btn .c-btn--fukidashi .free {
  font-size: 1.125rem;
  padding: 10px 21px 6px;
}

.c-sec--try .try .inner .btn .c-btn--fukidashi .free > span {
  letter-spacing: -2px;
  margin-right: 2px;
}

.c-sec--try .try .inner .btn .c-btn--fukidashi .free > span > span {
  font-size: 2.0625rem;
  width: 24px;
  margin-left: -5px;
}

.c-sec--try .try .inner .btn .c-btn--fukidashi .arrow {
  right: 22px;
}

.c-sec--cntWithAside .cntWithAside {
  max-width: 1200px;
  width: 100%;
  display: flex;
  justify-content: space-between;
}

.c-sec--cntWithAside .cntWithAside aside {
  min-width: 240px;
  margin-right: 30px;
}

.c-sec--cntWithAside .cntWithAside .main {
  max-width: 880px;
}

.c-sec-inner {
  max-width: 1280px;
  margin: auto;
}

.c-flex {
  display: flex;
  flex-wrap: wrap;
}

.c-radius {
  border-radius: 24px;
}

.c-btnWrap {
  text-align: center;
}

.c-btn {
  border-radius: 1000px;
  background-color: #F5F5F5;
  display: inline-block;
  font-weight: 700;
  position: relative;
  padding: 21px 94px 19px 40px;
}

.c-btn--arrow {
  font-size: 1.25rem;
}

.c-btn--arrow .arrow {
  position: absolute;
  right: 14px;
  top: 50%;
  transform: translateY(-50%);
  width: 54px;
  height: 54px;
  margin-left: 24px;
  background-color: #fff;
  border-radius: 1000px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.c-btn--arrow .arrow img {
  width: 16px;
  height: 15px;
}

.c-btn--arrow .arrow img.sml {
  width: 10px;
  height: 10px;
}

.c-btn--red {
  background-color: #FF4E4E;
  color: #fff;
  box-shadow: inset 2px 3px 2px #f37a7a, 3px 3px 6px rgba(0, 0, 0, 0.25);
}

.c-btn--black {
  color: #fff;
  background-color: #373737;
  box-shadow: inset 2px 4px 2px #777777, 3px 3px 6px rgba(0, 0, 0, 0.25);
}

.c-form .c-form-submit {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.c-form .c-form-submit .input {
    max-width: 880px;
    width: 100%;
}

.c-form .c-form-submit .input .c-btn.c-btn--arrow.c-btn--black {
    padding: 11px 94px 13px 40px;
    margin-top: 3rem;
}

.submit-btn__wrap {
    width: min-content;
    position: relative;
}

.submit-btn__wrap::after{
  content: "";
  position: absolute;
    top: 55%;
    right: 20px;
  transform: translateY(-50%);
  width: 32px;
  height: 32px;
  background-color: #fff; /* 白い丸背景 */
  border-radius: 50%; /* 丸くする */
  background-image: url("../img/index/ico-arrow.svg");
  background-size: 50% 50%; /* 矢印サイズを調整 */
  background-repeat: no-repeat;
  background-position: center;
  pointer-events: none;

}

.c-btn--fukidashi .freeWrap {
  position: absolute;
  left: -24px;
  top: -33px;
}

.c-btn--fukidashi .free {
  position: relative;
  border-radius: 1000px;
  background-color: #fff;
  color: #000;
  border: #000 solid 1px;
  font-size: 0.9375rem;
  padding: 10px 17px 6px;
}

.c-btn--fukidashi .free::before {
  content: '';
  position: absolute;
  display: block;
  z-index: 1;
  border-style: solid;
  border-color: #FFF transparent;
  border-width: 11px 12px 0 0;
  bottom: -11px;
  left: calc(50% + 7px);
  margin-left: -10px;
  transform: scaleX(-1);
}

.c-btn--fukidashi .free::after {
  content: '';
  position: absolute;
  display: block;
  z-index: 0;
  border-style: solid;
  border-color: #000 transparent;
  border-width: 13px 14px 0 0;
  bottom: -13px;
  left: calc(50% + 10px);
  margin-left: -14px;
  transform: scaleX(-1);
}

.c-btn--fukidashi .free > span {
  color: #FF4E4E;
  letter-spacing: -1px;
  margin-right: 1px;
}

.c-btn--fukidashi .free > span > span {
  font-size: 1.6875rem;
  display: inline-block;
  width: 20px;
  margin-left: -4px;
}

.c-btn--inquiry {
  background-color: #F5F5F5;
  color: #373737;
  box-shadow: inset 2px 4px 2px #fff, 3px 3px 6px rgba(0, 0, 0, 0.25);
}

.c-btn--inquiry small {
  display: block;
  font-size: 0.9375rem;
}

.c-btns .c-btn {
  font-size: 1.5625rem;
}

.c-btns .c-btn--red {
  padding: 20px 103px 21px 80px;
  line-height: 1.52;
}

.c-btns .c-btn--inquiry {
  padding: 13px 103px 10px 80px;
  line-height: 1.4;
}

.c-btns .c-btn + .c-btn {
  margin-left: 35px;
}

.c-ttl {
  margin-bottom: 44px;
}

.c-ttl p {
  font-size: 1.125rem;
  position: relative;
  display: flex;
  align-items: center;
}

.c-ttl p::before {
  content: '';
  width: 12px;
  height: 12px;
  margin: 2px 11px 0 0;
}

.c-ttl h1,
.c-ttl h2 {
  font-size: 3rem;
  font-weight: 700;
}

.c-ttl--kaso {
  margin-bottom: 0;
}

.c-ttl2 {
  font-size: 2rem;
}

.c-mediumTtl {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.625;
  margin-bottom: 22px;
}

.c-underline {
  position: relative;
}

.c-underline::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  height: 8px;
}

.c-underline > span {
  position: relative;
  z-index: 2;
}

.c-underline--green {
  color: #22B408;
}

.c-underline--green::after {
  background-color: #D3EBCF;
}

.c-underline--yellow::after {
  background-color: #FFDB12;
}

.c-balloon1 {
  position: relative;
  display: inline-block;
  margin-bottom: 27px;
  padding: 8px 35px 9px;
  min-width: 120px;
  max-width: 100%;
  font-size: 16px;
  background-color: #F5F5F5;
  border-radius: 1000px;
}

.c-balloon1::before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -12px;
  border: 12px solid transparent;
  border-top: 12px solid #F5F5F5;
}

.c-nav {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #fff;
  padding: 30px 40px;
  z-index: 10;
}

.c-nav .c-nav-inner {
  max-width: 1440px;
  margin: auto;
  align-items: flex-end;
  justify-content: space-between;
}

.c-nav .c-nav-logo p {
  font-size: 0.875rem;
  font-weight: 400;
      margin-bottom: 0.5rem;
}

.c-nav .c-nav-logo img {
  max-width: 197px;
}

.c-nav .c-nav-nav a {
  font-size: 1.125rem;
  position: relative;
}

.c-nav .c-nav-nav a:nth-of-type(n+2) {
  margin-left: 40px;
}

.c-nav .c-nav-nav a.active::after {
  content: '';
  position: absolute;
  bottom: -8px;
  left: 50%;
  transform: translateX(-50%);
  height: 2px;
  width: 20px;
  background-color: #1288FF;
}

.c-nav .c-nav-btns {
  text-align: right;
}

.c-nav .c-nav-btns > div .c-btn {
  font-size: 0.875rem;
  line-height: 1.5;
}

.c-nav .c-nav-btns > div:nth-of-type(1) {
  margin-bottom: 12px;
}

.c-nav .c-nav-btns > div:nth-of-type(1) .c-btn {
  padding: 7px 25px 8px;
}

.c-nav .c-nav-btns > div:nth-of-type(1) .c-btn + .c-btn {
  margin-left: 8px;
}

.c-nav .c-nav-btns > div:nth-of-type(2) .c-btn {
  padding: 13px 58px 14px 20px;
}

.c-nav .c-nav-btns > div:nth-of-type(2) .c-btn .arrow {
  width: 30px;
  height: 30px;
}

.c-nav .c-nav-btns > div:nth-of-type(2) .c-btn + .c-btn {
  margin-left: 10px;
}

header.c-nav {
  background-color: rgba(255, 255, 255, 0.57);
}

footer.c-nav {
  position: relative;
  background-color: #373737;
  color: #fff;
      padding: 50px 20px;
}

footer.c-nav .c-nav-nav a {
  color: #fff;
}

footer.c-nav .c-nav-links {
  width: 100%;
  margin-top: 52px;
  text-align: right;
}

footer.c-nav .c-nav-links a {
  color: #fff;
  font-size: 0.75rem;
  position: relative;
}

footer.c-nav .c-nav-links a:nth-of-type(n+2) {
  margin-left: 32px;
}

footer.c-nav .c-nav-links a:nth-of-type(n+2)::before {
  content: '';
  position: absolute;
  left: -17px;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 16px;
  background-color: #676767;
}

.c-icon {
  display: inline-block;
  font-size: 0.875rem;
  color: #373737;
  background-color: #fff;
  padding: 0 15px;
  margin: 1px 0 0 0;
  border-radius: 100px;
  height: 25px;
  line-height: 1.7;
}

.c-icon--blue {
  background-color: #1288FF;
  color: #fff;
}

.c-icon--orange {
  background-color: #FFA700;
  color: #fff;
}

.c-icon--white {
  padding: 0;
}

.c-date {
  font-size: 1rem;
}

.c-attention {
  font-size: 0.875rem;
  font-weight: 400;
}

.c-cvBlock {
  text-align: center;
  margin-top: 100px;
}

.c-cvBlock .txt {
  font-size: 1.5rem;
  font-weight: 700;
  margin-bottom: 58px;
}

.c-cvBlock .c-btns {
  justify-content: center;
}

.c-cvBlock .c-btn + .c-btn {
  margin-left: 48px;
}

.c-faq {
  max-width: 880px;
  margin: auto;
}

.c-faq > div {
  margin-top: 32px;
}

.c-faq > div.active .c-faq-q .icon {
  transform: rotate(180deg);
}

.c-faq > div.active .c-faq-q .icon::before {
  opacity: 0;
}

.btn-hover-animation:hover{
transition:ease 0.4s;
}

.btn-hover-animation:hover{
    background-color: #373737;
	color: #ffffff;
	opacity: 1;
}

.c-faq .c-faq-q {
  background-color: #E9F8E6;
  border-radius: 12px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 14px 24px 15px;
  position: relative;
  cursor: pointer;
}

.c-faq .c-faq-a a {
    text-decoration: underline;
}

.c-faq .c-faq-a a:hover{
    color: #22B408;
}

.c-faq .c-faq-q:hover {
  opacity: .8;
}

.c-faq .c-faq-q > div {
  display: flex;
  align-items: flex-start;
  width: calc(100% - 66px);
}

.c-faq .c-faq-q > div .q {
  display: inline-block;
  font-size: 2.875rem;
  font-weight: 700;
  line-height: 1;
  color: #22B408;
  margin-right: 14px;
  transform: translateY(-2px);
}

.c-faq .c-faq-q > div .txt {
  display: inline-block;
  font-size: 1.125rem;
  width: calc(100% - 64px);
  margin-top: 6px;
}

.c-faq .c-faq-q .icon {
  width: 56px;
  height: 56px;
  background-color: #22B408;
  position: relative;
  border-radius: 1000px;
  transition: .4s;
}

.c-faq .c-faq-q .icon::before, .c-faq .c-faq-q .icon::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #fff;
  z-index: 1;
  transition: .4s;
}

.c-faq .c-faq-q .icon::before {
  width: 2px;
  height: 15px;
}

.c-faq .c-faq-q .icon::after {
  width: 15px;
  height: 2px;
}

.c-faq .c-faq-a {
  display: none;
  padding: 24px 24px 0;
}

.c-planList {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
  align-items: end;
  text-align: center;
  padding: 60px 0 32px;
}

.c-planList .c-planList-ttl {
  font-size: 1.5rem;
  font-weight: 700;
  margin-bottom: 19px;
}

.c-planList .c-planList-cnt {
  background-color: #fff;
  padding: 22px 30px 68px;
  height: 509px;
}

.c-planList .c-planList-cnt .block1 div:nth-of-type(1) {
  line-height: 1;
  height: 54px;
}

.c-planList .c-planList-cnt .block1 div:nth-of-type(1) span {
  font-size: 2.8125rem;
  display: inline-block;
  padding: 0 9px;
}

.c-planList .c-planList-cnt .block1 div:nth-of-type(2) {
  height: 54px;
  margin: 24px 0;
}

.c-planList .c-planList-cnt .block2 {
  justify-content: space-between;
  border-bottom: 1px solid #EAEAEA;
  padding-bottom: 5px;
}

.c-planList .c-planList-cnt .block2 > div:nth-of-type(1) {
  padding-top: 8px;
}

.c-planList .c-planList-cnt .block2 > div:nth-of-type(2) {
  text-align: right;
}

.c-planList .c-planList-cnt .block2 > div:nth-of-type(2) div img {
  height: 40px;
  width: auto;
}

.c-planList .c-planList-cnt .block2 > div:nth-of-type(2) p {
  font-size: 0.75rem;
  font-weight: 400;
}

.c-planList .c-planList-cnt ul.block3 {
  text-align: left;
  line-height: 2.5;
  margin-top: 20px;
}

.c-planList .c-planList-cnt ul.block3 li {
  position: relative;
  padding-left: 20px;
  font-size: 0.875rem;
}

.c-planList .c-planList-cnt ul.block3 li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 9px;
  width: 18px;
  height: 18px;
  background-image: url(../img/index/ico-check.svg);
  background-size: 100%;
}

.c-planList .c-planList-cnt ul.block3 li span {
  font-size: 0.75rem;
}

.c-planList > div {
  padding: 18px 18px 25px;
  background-color: #FFF093;
  position: relative;
}

.c-planList > div.recommend {
  padding-top: 36px;
  background-color: #FFDB12;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.25);
}

.c-planList > div.recommend .fukidashi {
  position: absolute;
  top: -27px;
  left: 50%;
  transform: translateX(-50%);
}

.c-planList > div.recommend .fukidashi .fukidashi-inner {
  position: relative;
  display: inline-block;
  width: 200px;
  text-align: center;
  color: #FFF;
  padding: 6px 15px;
  background-color: #1288FF;
  border-radius: 1000px;
  font-size: 1.1875rem;
  font-weight: 700;
}

.c-planList > div.recommend .fukidashi .fukidashi-inner::before {
  content: '';
  position: absolute;
  display: block;
  z-index: 1;
  border-style: solid;
  border-color: #1288FF transparent;
  border-width: 10px 10px 0 10px;
  bottom: -10px;
  left: 50%;
  margin-left: -10px;
}

.c-planList > div.recommend .block1 div:nth-of-type(1) span {
  font-size: 3.375rem;
  color: #FF4E4E;
}

.c-planList > div.recommend .c-planList-ttl {
  margin-bottom: 28px;
}

.c-planList > div:nth-of-type(3) .c-planList-cnt {
  padding-bottom: 33px;
}

.c-breadcrumbs {
  max-width: 1340px;
  margin: 228px auto 40px;
  padding: 0 30px;
}

.c-breadcrumbs a ,.c-breadcrumbs span.current-item{
  font-size: 0.75rem;
  color: #BABABA;
  margin-right: 27px;
  position: relative;
}

.c-breadcrumbs a::after {
  content: '';
  width: 10px;
  height: 1px;
  background-color: #BABABA;
  position: absolute;
  left: calc(100% + 10px);
  top: 50%;
  transform: translateY(-50%);
}

.c-breadcrumbs a.active,.c-breadcrumbs span.current-item {
  color: #373737;
  padding: 0;
  pointer-events: none;
}

.c-breadcrumbs a.active::after {
  content: none;
}

.c-post .c-post-cnt {
  border-bottom: 1px solid #BABABA;
  padding-bottom: 120px;
}

.c-post .c-post-cnt p {
  margin-top: 40px;
}

.c-post .c-post-cnt h2 {
  font-size: 1.5rem;
  margin: 80px 0 24px;
  padding-left: 29px;
  font-weight: 700;
  position: relative;
}

.c-post .c-post-cnt h2::before {
  content: '';
  position: absolute;
  left: 0;
  top: 15.5px;
  width: 16px;
  height: 16px;
  background-color: #373737;
}

.c-post .c-post-cnt h3 {
  margin: 80px 0 24px;
  padding-left: 16px;
  font-weight: 700;
  position: relative;
}

.c-post .c-post-cnt h3::before {
  content: '';
  position: absolute;
  left: 0;
  top: 6px;
  width: 3px;
  height: 24px;
  background-color: #BABABA;
}

.c-post .c-post-cnt h4 {
  margin: 80px 0 13px;
  padding-left: 29px;
  font-weight: 700;
  position: relative;
}

.c-post .c-post-cnt h4::before {
  content: '';
  position: absolute;
  left: 0;
  top: 14px;
  width: 16px;
  height: 2px;
  background-color: #BABABA;
}

.c-post .c-post-cnt img {
  margin-top: 24px;
}

.c-post .c-post-cnt img + p {
  font-size: 0.875rem;
  margin-top: 8px;
}

.c-post .c-post-cnt h2 + img, .c-post .c-post-cnt h3 + img, .c-post .c-post-cnt h4 + img {
  margin-top: 0;
}

.c-post .c-post-ttl {
  font-size: 2rem;
  font-weight: 700;
  padding-bottom: 40px;
  margin-bottom: 40px;
  border-bottom: 1px solid #BABABA;
}

.c-post .c-post-ttl p {
  margin: 0;
}

.c-post .c-post-ttl div {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 16px 32px;
}

.c-post .c-post-ttl div .date {
  font-size: 1rem;
}

.c-post .c-post-relative {
  padding-top: 40px;
}

.c-post .c-post-relative .ttl {
  margin-bottom: 40px;
  font-size: 1.5rem;
  font-weight: 700;
}

.c-post .c-post-relative .c-btn--arrow {
  padding: 0 54px 8px 0;
  background-color: initial;
  border: none;
  border-bottom: 1px solid #707070;
  border-radius: 0;
}

.c-post .c-post-relative .c-btn--arrow .arrow {
  right: 0;
  top: 2px;
  transform: initial;
  width: 34px;
  height: 34px;
  margin-left: 20px;
  background-color: #F5F5F5;
}

.c-post .c-post-relative .c-btn--arrow + .c-btn {
  margin-left: 40px;
}

.c-post .c-pagination {
  padding-top: 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}


.c-post .c-pagination .c-btn {
  font-weight: 500;
    min-width: 120px;
  max-width: 220px;
}

.ellipsis {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  display: inline-block; /* または block/flex-item に対して有効 */
  min-width: 0; /* ← flexコンテナの中ではこれが超重要 */
}

.c-post .c-pagination .c-btn--arrow {
  font-size: 0.875rem;
  padding: 10px 20px 10px 54px;
  height: 47px;
}

.c-post .c-pagination .c-btn--arrow .arrow {
  transform: scaleX(-1) translateY(-50%);
  width: 30px;
  height: 30px;
  right: initial;
  left: 9px;
  margin: 0;
}

.c-post .c-pagination .c-btn--prev, .c-post .c-pagination .c-btn--next {
  font-size: 1rem;
  background-color: initial;
    width: 230px;
  height: 54px;
  display: flex;
  align-items: center;
}



.c-post .c-pagination .c-btn--prev .arrow, .c-post .c-pagination .c-btn--next .arrow {
  background-color: #F5F5F5;
  width: 30px;
  height: 30px;
  margin: 0;
}

.c-post .c-pagination .c-btn--prev {
  padding: 0 0 0 54px;
}

.c-post .c-pagination .c-btn--prev .arrow {
  left: 0;
  transform: scaleX(-1) translateY(-50%);
}

.c-post .c-pagination .c-btn--next {
  padding: 0 54px 0 0;
}

.c-post .c-pagination .c-btn--next .arrow {
  left: initial;
  right: 0;
  transform: scaleX(1) translateY(-50%);
}

.c-post .c-paginationNo {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 40px;
}

.c-post .c-paginationNo .btn {
  border-radius: 1000px;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #F5F5F5;
  margin-left: 8px;
  padding-bottom: 3px;
}

.c-post .c-paginationNo .btn.prev, .c-post .c-paginationNo .btn.next {
  padding-bottom: 0;
}

.c-post .c-paginationNo .btn.prev img, .c-post .c-paginationNo .btn.next img {
  width: 8.93px;
}

.c-post .c-paginationNo .btn.prev {
  margin-left: 0;
}

.c-post .c-paginationNo .btn.prev + .btn {
  margin-left: 16px;
}

.c-post .c-paginationNo .btn.next {
  margin-left: 16px;
}

.c-post .c-paginationNo .btn.current {
  background-color: #373737;
  color: #fff;
}

.c-post .c-paginationNo .omission {
  width: 19px;
  margin-left: 12px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.c-post .c-paginationNo .omission span {
  width: 3px;
  height: 3px;
  background-color: #373737;
  border-radius: 1000px;
}

.c-post .c-paginationNo .omission + .btn {
  margin-left: 12px;
}

.c-form .c-form-item {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

.c-form .c-form-item .name {
  display: flex;
  align-items: center;
  font-size: 1.125rem;
  font-weight: 700;
  max-width: 200px;
}

.c-form .c-form-item .name.require::after {
  content: '必須';
  font-size: 0.875rem;
  font-weight: 400;
  color: #FF4E4E;
  margin-left: 8px;
}

.c-form .c-form-item .input {
  max-width: 880px;
  width: 100%;
}

.c-form .c-form-item .input input,
.c-form .c-form-item .input textarea {
  background-color: #F5F5F5;
  padding: 16px;
  border-radius: 8px;
  width: 100%;
}

.c-form-item.w-auto .input input {
    width: auto;
}

.c-form .c-form-item .input input::placeholder,
.c-form .c-form-item .input textarea::placeholder {
  color: #BABABA;
}

.c-form .c-form-item .input textarea {
  height: 288px;
  padding: 24px;
}

.c-form .c-form-item .select {
  display: flex;
  max-width: 880px;
  width: 100%;
}

.c-form .c-form-item .select .selectWrap {
  position: relative;
  padding: 24px;
  border-radius: 8px;
  background-color: #F5F5F5;
}

.c-form .c-form-item .select .selectInner {
  position: relative;
}

.c-form .c-form-item .select .selectInner::after {
  content: '';
  position: absolute;
  top: 30%;
  right: 20px;
  width: 15px;
  height: 15px;
  background-image: url(../img/common/ico-arrow-bottom.svg);
  background-size: 100%;
}

.c-form-item-accept-check {
    display: flex
;
    align-items: flex-start;
    justify-content: space-between;
	margin-top: 1rem;
}

.c-form-item-accept-check .wpcf7-list-item {
    display: inline-block;
    margin: 0;
}

.c-form-item-accept-check label {
    display: flex
;
    gap: 0.5rem;
    align-items: baseline;
}

.c-form-item-accept-check label a {
    text-decoration: underline;
}

.c-form-item-accept-check .input {
    max-width: 880px;
    width: 100%;
}

.c-form .c-form-item .select select {
  width: 296px;
  border-radius: 1000px;
  background-color: #fff;
  padding: 14px 48px 14px 24px;
  font-size: 0.875rem;
}

.c-form .c-form-item + .c-form-item {
  margin-top: 32px;
}

.c-form .c-form-item.accept {
  margin-top: 80px;
}

.c-form .c-form-item.accept-check {
  margin-top: 24px;
}

.c-form .c-form-item.accept-check label {
  position: relative;
  padding-left: 33px;
  cursor: pointer;
  font-size: 1rem;
  user-select: none;
  display: inline-block;
}

.c-form .c-form-item.accept-check label .checkmark {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  border: 1px solid #BABABA;
  border-radius: 4px;
}

.c-form .c-form-item.accept-check label .checkmark::after {
  content: "";
  position: absolute;
  display: none;
  top: -3px;
  left: 1px;
  width: 21px;
  height: 21px;
  background-image: url("../img/common/ico-check.svg");
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center;
}

.c-form .c-form-item.accept-check label input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

.c-form .c-form-item.accept-check label input:checked + .checkmark::after {
  display: block;
}

.c-form .c-form-item.accept-check label a {
  text-decoration: underline;
}

.c-form .c-form-item.submit {
  margin-top: 24px;
}

.c-form .c-form-item.submit .c-btn {
  width: 280px;
  text-align: center;
}

@media (max-width: 1180px) {
  .c-nav {
    padding: 15px;
  }
  .c-nav .c-nav-inner {
    position: relative;
    max-width: 800px;
    padding-top: 8px;
  }
  .c-nav .c-nav-logo {
    transform: translateY(-5px);
  }
  .c-nav .c-nav-logo p {
    font-size: 0.75rem;
  }
  .c-nav .c-nav-logo img {
    max-width: 192px;
  }
  .c-nav .c-nav-nav {
    display: flex;
    flex-wrap: wrap;
  }
  .c-nav .c-nav-nav a {
    font-size: 1rem;
  }
  .c-nav .c-nav-btns {
    position: absolute;
    top: 0;
    right: 0;
    display: flex;
  }
  .c-nav .c-nav-btns > div .c-btn {
    font-size: 0.75rem;
  }
  .c-nav .c-nav-btns > div:nth-of-type(1) .c-btn {
    padding: 7px 14px 8px;
  }
  .c-nav .c-nav-btns > div:nth-of-type(2) {
    margin-left: 10px;
  }
  .c-nav .c-nav-btns > div:nth-of-type(2) .c-btn {
    padding: 9px 31px 10px 10px;
  }
  .c-nav .c-nav-btns > div:nth-of-type(2) .c-btn .arrow {
    width: 20px;
    height: 20px;
    right: 6px;
  }
  .c-nav .c-nav-btns > div:nth-of-type(2) .c-btn .arrow img {
    width: 10px;
    height: 10px;
  }
}

@media (max-width: 767px) {

	a.c-btn.c-btn--arrow.sp__display {
    margin-top: 2rem;
}

  .c-sec {
    padding: 60px 15px 40px;
  }
  .c-sec--pageTtl {
    padding: 0 15px;
  }
  .c-sec--try {
    padding: 40px 15px 50px;
  }
  .c-sec--try .try {
        padding: 40px 20px;
  }
  .c-sec--try .try .inner {
    display: block;
  }
  .c-sec--try .try .inner .txt {
    max-width: 300px;
    margin: 0 auto 45px;
  }
  .c-sec--try .try .inner .txt .txt1 {
    font-size: 18px;
  }
  .c-sec--try .try .inner .txt .txt2 {
    font-size: 21px;
  }
  .c-sec--try .try .inner .txt .txt3 {
    font-size: 28px;
    margin-left: -15px;
  }
  .c-sec--try .try .inner .txt .txt3 span {
    font-size: 19px;
    margin-left: -11px;
  }
  .c-sec--try .try .inner .btn {
    text-align: center;
  }
  .c-sec--try .try .inner .btn .c-btn--fukidashi {
    font-size: 17px;
    padding: 11px 46px 9px 20px;
  }
  .c-sec--try .try .inner .btn .c-btn--fukidashi .freeWrap {
    left: -15px;
    top: -41px;
  }
  .c-sec--try .try .inner .btn .c-btn--fukidashi .free {
    font-size: 14px;
    padding: 12px 13px 4px;
  }
  .c-sec--try .try .inner .btn .c-btn--fukidashi .free::before {
    border-width: 7px 8px 0 0;
    bottom: -7px;
  }
  .c-sec--try .try .inner .btn .c-btn--fukidashi .free::after {
    border-width: 9px 10px 0 0;
    bottom: -9px;
  }
  .c-sec--try .try .inner .btn .c-btn--fukidashi .free > span > span {
    font-size: 28px;
    width: 20px;
    margin-left: -5px;
  }
  .c-sec--try .try .inner .btn .c-btn--fukidashi .arrow {
    right: 10px;
  }
  .c-sec--cntWithAside aside {

  }



  .c-btn {
    padding: 8px 54px 9px 28px;
  }
  .c-btn--arrow {
    font-size: 18px;
  }
  .c-btn--arrow .arrow {
    right: 10px;
    width: 30px;
    height: 30px;
  }
  .c-btn--fukidashi {
    font-size: 17px;
    padding: 11px 46px 9px 20px;
  }
  .c-btn--fukidashi .freeWrap {
    left: -15px;
    top: -41px;
  }
  .c-btn--fukidashi .free {
    font-size: 14px;
    padding: 12px 13px 4px;
  }
  .c-btn--fukidashi .free::before {
    border-width: 7px 8px 0 0;
    bottom: -7px;
  }
  .c-btn--fukidashi .free::after {
    border-width: 9px 10px 0 0;
    bottom: -9px;
  }
  .c-btn--fukidashi .free > span > span {
    font-size: 28px;
    width: 20px;
    margin-left: -5px;
  }
  .c-btns .c-btn {
    font-size: 1.5625rem;
  }
  .c-btns .c-btn--red {
    font-size: 29px;
    padding: 8px 54px 9px 28px;
  }
  .c-btns .c-btn--inquiry {
    font-size: 29px;
    padding: 8px 54px 9px 28px;
    margin: 15px 0 0 !important;
  }
  .c-btns .c-btn + .c-btn {
    margin-left: 35px;
  }
  .c-ttl {
    margin-bottom: 30px;
  }
  .c-ttl p {
    font-size: 16px;
  }
  .c-ttl p::before {
    width: 10px;
    height: 10px;
    margin: 2px 8px 0 0;
  }
  .c-ttl h1, .c-ttl h2 {
    font-size: 34px;
    line-height: 1.5;
  }
  .c-ttl2 {
    font-size: 22px;
  }
  .c-mediumTtl {
    font-size: 20px;
  }
  .c-balloon1 {
    line-height: 1.5;
  }
  .c-nav .c-nav-inner {
    padding-top: 0;
  }
  .c-nav .c-nav-logo {
    height: 14vw;
  }
  .c-nav .c-nav-logo p {
    font-size: 2.5vw;
  }
  .c-nav .c-nav-logo img {
    max-width: 30vw;
  }
  .c-nav .c-nav-nav {
    width: 100%;
    text-align: center;
    display: block;
  }
  .c-nav .c-nav-nav a {
    font-size: 0.875rem;
    margin: 0 10px;
  }
  .c-nav .c-nav-nav a:nth-of-type(n+2) {
    margin: 0 10px;
  }
  .c-nav .c-nav-btns {
    top: -10px;
    right: -5px;
    width: 67vw;
  }
  .c-nav .c-nav-btns > div .c-btn {
    font-size: 2.5vw;
  }
  .c-nav .c-nav-btns > div:nth-of-type(1) {
    width: 51vw;
    margin-bottom: 0;
  }
  .c-nav .c-nav-btns > div:nth-of-type(1) .c-btn {
    padding: 1.5vw 3vw;
  }
  .c-nav .c-nav-btns > div:nth-of-type(1) .c-btn + .c-btn {
    margin-left: 0;
    margin-top: 1vw;
  }
  .c-nav .c-nav-btns > div:nth-of-type(2) {
    width: 38vw;
    margin-left: 2vw;
  }
  .c-nav .c-nav-btns > div:nth-of-type(2) .c-btn {
    padding: 1.5vw 7vw 1.5vw 3vw;
  }
  .c-nav .c-nav-btns > div:nth-of-type(2) .c-btn .arrow {
    width: 4.5vw;
    height: 4.5vw;
    right: 1.5vw;
  }
  .c-nav .c-nav-btns > div:nth-of-type(2) .c-btn .arrow img {
    width: 2.3vw;
    height: 2.3vw;
  }
  .c-nav .c-nav-btns > div:nth-of-type(2) .c-btn + .c-btn {
    margin-left: 0;
    margin-top: 1vw;
  }
  .c-attention {
    font-size: 12px;
  }
  .c-cvBlock {
    margin-top: 60px;
  }
  .c-cvBlock .txt {
    font-size: 20px;
  }
  .c-faq > div {
    margin-top: 20px;
  }
  .c-faq .c-faq-a {
    padding: 15px 15px 0;
  }
  .c-faq .c-faq-q {
    padding: 15px;
  }
  .c-faq .c-faq-q > div {
    width: calc(100% - 38px);
  }
  .c-faq .c-faq-q > div .q {
    font-size: 25px;
    transform: initial;
    margin-right: 8px;
  }
  .c-faq .c-faq-q > div .txt {
    width: calc(100% - 33px);
    margin-top: 0;
    font-size: 15px;
  }
  .c-faq .c-faq-q .icon {
    width: 30px;
    height: 30px;
  }
  .c-planList {
    display: block;
    padding: 30px 0 10px;
  }
  .c-planList > div.recommend {
    margin-top: 50px;
  }
  .c-planList > div:nth-of-type(3) {
    margin-top: 30px;
  }
  .c-breadcrumbs {
    margin: 140px auto 40px;
    padding: 0 15px;
  }
  .c-breadcrumbs a {
    margin-right: 19px;
  }
  .c-breadcrumbs a::after {
    left: calc(100% + 6px);
  }
  .c-icon {
    font-size: 13px;
    padding: 0 10px;
    height: 22px;
  }
  .c-date {
    font-size: 14px;
  }
  .c-post .c-post-cnt {
    margin-top: 12px;
    padding-bottom: 40px;
  }
  .c-post .c-post-cnt h2 {
    margin: 40px 0 12px;
  }
  .c-post .c-post-cnt h3 {
    margin: 40px 0 12px;
    padding-left: 16px;
  }
  .c-post .c-post-cnt h4 {
    margin: 40px 0 12px;
  }
  .c-post .c-post-cnt p {
    margin-top: 20px;
  }
  .c-post .c-post-cnt img + p {
    line-height: 1.5;
  }
  .c-post .c-pagination {
    padding-top: 20px;
  }
  .c-post .c-paginationNo .btn {
    width: 28px;
    height: 28px;
  }
  .c-post .c-paginationNo .btn.prev + .btn {
    margin-left: 14px;
  }
  .c-post .c-paginationNo .btn.next {
    margin-left: 14px;
  }
  .c-post .c-post-ttl {
    padding-bottom: 20px;
    margin-bottom: 20px;
    font-size: 20px;
  }
  .c-post .c-post-ttl p {
    font-size: 18px;
  }
  .c-post .c-post-ttl div {
    gap: 8px 0;
  }
  .c-post .c-post-relative {
    padding-top: 20px;
  }
  .c-post .c-post-relative .ttl {
    margin-bottom: 0;
    font-size: 18px;
  }
  .c-post .c-post-relative .c-btn--arrow {
    padding: 0 40px 5px 0;
    margin: 20px 20px 0 0;
    font-size: 16px;
  }
  .c-post .c-post-relative .c-btn--arrow .arrow {
    width: 30px;
    height: 30px;
  }
  .c-post .c-post-relative .c-btn--arrow + .c-btn {
    margin-left: 0;
  }
  .c-pagination {
    flex-direction: column;
  }
  .c-pagination > a:nth-of-type(2) {
    margin: 20px 0;
  }
  .c-form .c-form-item {
    display: block;
  }
  .c-form .c-form-item .name {
    font-size: 15px;
  }
  .c-form .c-form-item .name.require::after {
    font-size: 12px;
    line-height: 1;
    margin-top: 1px;
  }
  .c-form .c-form-item .input textarea {
    padding: 15px;
  }
  .c-form .c-form-item .select .selectWrap {
    padding: 15px;
  }
  .c-form .c-form-item .select select {
    width: 250px;
    padding: 10px 48px 10px 19px;
    font-size: 13px;
  }
  .c-form .c-form-item.accept {
    margin-top: 40px;
  }
  .c-form .c-form-item.accept-check label {
    font-size: 15px;
  }
  .c-form .c-form-item.accept-check label .checkmark {
    top: 52%;
  }
  .c-form .c-form-item + .c-form-item {
    margin-top: 20px;
  }
}






/* 共通スタイル */

.anim-first {
  opacity: 0;
  animation: fadeInSimple 0.5s ease forwards;
}

@keyframes fadeInSimple {
  to {
    opacity: 1;
  }
}

#anim-gradient {
  display: inline-block;
  margin-top: 0.5em;
}

#anim-gradient span {
  display: inline-block;
  opacity: 0;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  animation: gradientFadeIn 0.3s ease forwards;
}

@keyframes gradientFadeIn {
  from {
    opacity: 0;
    transform: translateY(8px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

#anim-gradient span.shown {
  background: none !important;
  -webkit-background-clip: initial;
  -webkit-text-fill-color: #000 !important;
}

.anim-third {
  opacity: 0;
  animation: fadeInSimple 0.6s ease forwards;
  animation-delay: 3s;
}

		.scroll-line {
			position: fixed;
			width: 10px;
			height: 50vh;
			z-index: 99999;
			pointer-events: none;
			overflow: hidden;
			background: transparent;
		}

		.left {
			left: 0;
		}

		.right {
			right: 0;
		}

		.top {
			top: 0;
		}

		.bottom {
			bottom: 0;
		}

		.wave-svg {
			width: 10px;
			height: 50%;
			position: fixed;
		}

		.top.left .wave-svg {
			top: 0;
			left: 3px;
			    transform: rotate(180deg);
		}

		.bottom.left .wave-svg {
			bottom: 0;
			left: 3px;
			    transform: rotate(180deg);
		}

		.top.right .wave-svg {
			top: 0;
			right: 3px;
		}

		.bottom.right .wave-svg {
			bottom: 0;
			right: 3px;
		}

		.wave-path {
			fill: none;
			stroke-width: 10;
			stroke-linecap: round;
		}




.c-post-tbl {
width: 100%;
    border-collapse: separate;
    border-spacing: 0;
    border: 1px solid #ededed;
    border-radius: 24px;
  overflow: hidden;
  font-size: 1rem;
}

.c-post-tbl th,
.c-post-tbl td {
    border-bottom: 1px solid #ededed;
  padding: 1.5em;
  vertical-align: top;
}

.c-post-tbl tr:last-child th,
.c-post-tbl tr:last-child td {
  border-bottom: none;
}

.c-post-tbl th {
  width: 25%;
  background-color: #f7f7f7;
  font-weight: bold;
  text-align: left;
}

.c-post-tbl td {
  background-color: #fff;
}

.c-post-tbl ul {
  padding-left: 0;
  list-style-type: disc;
}

.c-post-tbl li {
  margin-bottom: 0.5em;
}

/* スマホ対応 */
@media (max-width: 768px) {
  .c-post-tbl th,
  .c-post-tbl td {
    display: block;
    width: 100%;
  }

  .c-post-tbl th {
    border-bottom: none;
  }

  .c-post-tbl td {
    border-top: none;
  }

  .submit-btn__wrap {
    margin: 0 auto;
}
.c-form-item-accept-check .input {
    width: 100%;
    display: flex;
    justify-content: center;
}
}




@media (max-width: 578px) {
  .c-sec--cntWithAside .cntWithAside {
    flex-wrap: wrap-reverse;
    gap: 4rem;
}
.c-sec--cntWithAside .cntWithAside aside {
    width: 90%;
    margin: 0 auto;
}
}





.nav-inner__sp {
    display: none;
}

/* レスポンシブ対応 */
@media (max-width: 767px) {

/* 共通 */
.c-nav {
  position: relative;
  transition: background-color 0.3s ease, opacity 0.3s ease;
}
.c-nav.menu-open {
  background-color: #fff;
  opacity: 1;
}

/* ハンバーガーボタン */
.c-nav-toggle {
  display: none;
  position: relative;
  width: 40px;
  height: 40px;
  cursor: pointer;
  z-index: 1100;
  background-color: #F5F5F5;
  border-radius: 50%;
  top:2px;
}
.c-nav-toggle span {
  position: absolute;
  width: 12px;
  height: 1px;
  background: #373737;
  left: 14px;
  transition: all 0.3s ease;
}
.c-nav-toggle span:nth-child(1) { top: 14px; }
.c-nav-toggle span:nth-child(2) { top: 19px; }
.c-nav-toggle span:nth-child(3) { top: 24px; }
.c-nav-toggle.open span:nth-child(1) {
  transform: rotate(45deg);
  top: 19px;
}
.c-nav-toggle.open span:nth-child(2) {
  opacity: 0;
}
.c-nav-toggle.open span:nth-child(3) {
  transform: rotate(-45deg);
  top: 19px;
}

/* モバイルナビ（フェードのみ） */
.nav-inner__sp {
  display: none;
  flex-direction: column;
  gap: 20px;
  width: 100%;
  opacity: 0;
  visibility: hidden;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 999;
  padding: 16px 24px;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}
.nav-inner__sp.show {
  display: flex;
  opacity: 1;
  visibility: visible;
}



	  .c-nav-nav.pc,
  .c-nav-btns.pc {
    display: none !important;
  }
  header.c-nav {
    position: fixed;
	        padding: 10px 25px 15px;
}
  .c-nav-toggle {
    display: block;
  }



  .c-nav > .c-nav-nav,
  .c-nav > .c-nav-btns {
    display: none !important;
  }

  .nav-inner__sp .c-nav-nav,
  .nav-inner__sp .c-nav-btns {
    display: flex !important;
    flex-direction: column;
    gap: 12px;
	        position: relative;
			        margin-top: 1rem;
  }

  .c-nav-inner {
    flex-direction: column;
    align-items: flex-start;
  }

  .c-nav-btns > div {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 10px;
  }

  .c-nav .c-nav-logo p {
    font-size: 10px;
	margin-bottom: 0;
  }

  .c-nav .c-nav-logo img {
    max-width: 8rem;
  }

  .c-nav .c-nav-logo {
    position: absolute;
    left: 0;
	        z-index: 99999;
  }

  /* オーバーレイ（非表示時） */
.menu-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: #ffffff;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
        z-index: 10;
}

/* 表示状態 */
.menu-overlay.active {
  opacity: 1;
  visibility: visible;
}

    .c-nav .c-nav-nav a {
        margin-top: 1rem;
    }

    .c-nav .c-nav-btns > div:nth-of-type(1) {
        width: 100%;
        margin-bottom: 0;
        margin-top: 1rem;
    }

	.c-nav-btns-sp a.c-btn {
    font-size: 12px;
    width: 100%;
    padding: 13px 20px;
    margin-bottom: 1rem;
}


.c-nav-btns-sp {
    margin-top: 1rem;
}

.c-nav-btns-sp .c-btn--arrow .arrow img {
    width: 10px;
    height: 10px;
}

	    .c-nav .c-nav-btns > div:nth-of-type(1) .c-btn {
        padding: 3.5vw 3vw;
        text-align: center;
		}

		.c-nav .c-nav-btns > div:nth-of-type(2) {
			        margin-top: 1rem;
        width: 100%;
        margin-left: 0;
        text-align: center;
        margin: 0 auto;
	}

footer.c-nav {
    z-index: 0;
}

.c-nav {
  transition: background-color 0.3s ease, box-shadow 0.3s ease;
  background-color: transparent;
}

.c-nav.is-scrolled {
  background-color: #fff;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05); /* お好みで影も追加 */
}


footer.c-nav .c-nav-logo {
    position: relative;
	z-index: 0;
}

footer.c-nav .c-nav-nav {
    margin-top: 2rem;
}

footer.c-nav .c-nav-links {
    text-align: left;
    margin-top: 24px;
}

footer.c-nav .c-nav-inner.c-flex {
    display: block;
}

}



/*ボタンアニメーション*/
.c-btn__animation {
  align-items: center;
  gap: 0.5em;
  text-decoration: none;
  cursor: pointer;
  opacity: 1!important;
}

/* テキストの上下スライド風演出 */
.btn-text {
  overflow: hidden;
  color: transparent;
  line-height: 1;
  text-shadow:
    0 1.5em 0 #ffffff, /* 上のシャドウ（非表示状態） */
    0 0 0 #ffffff;       /* 表示中のシャドウ */
  transition: text-shadow 0.5s ease;
  display: inline-block;
}

.c-btn__animation:hover .btn-text {
  text-shadow:
    0 0 0 #ffffff,        /* 表示中のシャドウ */
    0 -1.5em 0 #ffffff;    /* 下へスライドしたシャドウ */
}

.btn-text.col-black{
  overflow: hidden;
  color: transparent;
  line-height: 1;
  text-shadow:
    0 1.5em 0 #373737, /* 上のシャドウ（非表示状態） */
    0 0 0 #373737;       /* 表示中のシャドウ */
  transition: text-shadow 0.5s ease;
  display: inline-block;
}

.c-btn__animation:hover .btn-text.col-black {
  text-shadow:
    0 0 0 #373737,        /* 表示中のシャドウ */
    0 -1.5em 0 #373737;    /* 下へスライドしたシャドウ */
}

/* 矢印スライド */
.c-btn__animation .arrow img {
  display: inline-block;
  transition: transform 0.4s ease;
}

.c-btn__animation:hover .arrow img {
  transform: translateX(6px);
}



@media (max-width: 767px) {
	.btn-text {
color: #ffffff;
    text-shadow: none;
    transition: none;
}
.btn-text.col-black {
    color: #373737;
    text-shadow: none;
    transition: none;
}
.c-form-item.w-auto .input input {
    width: 90%;
}
.modal-close {
    position: absolute;
    transform: translate(0%, -130%)!important;
}
.c-btn__animation:hover .btn-text {
    text-shadow: none;
}
}