@charset "UTF-8";
@import url("https://use.typekit.net/uxs6usz.css");
/*==================================
共通テキスト
==================================*/
p {
  font-size: clamp(16px, 1.15vw, 22px);
  line-height: 1.8;
}

.c-p--white {
  color: #fff;
}

.c-text--red {
  color: #dc0000;
}

.c-text--ac {
  color: #00bcae;
}

.c-text--bold {
  font-weight: bold;
}

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

.c-tip {
  font-size: clamp(13px, 0.89vw, 17px);
  line-height: 1.3;
}

/*==================================
画像共通
==================================*/
.c-imgmax {
  width: 100%;
}

/*==================================
ボタン、リンク
==================================*/
.c-btn {
  margin-top: 6%;
  min-width: 313px;
  width: 30%;
  max-width: 360px;
}
.c-btn a {
  position: relative;
  color: #00bcae;
  font-family: "quasimoda", sans-serif;
  font-style: normal;
  font-weight: 500;
  text-decoration: none;
  font-size: clamp(20px, 1.35vw, 26px);
  text-align: center;
  background: transparent;
  width: 100%;
  height: 100%;
  line-height: 3;
  border: 2px solid #00bcae;
  border-radius: 50px;
  z-index: 1;
  display: block;
  overflow: hidden;
  transition: 0.3s;
}
.c-btn a::before, .c-btn a::after {
  content: "";
  width: 100%;
  position: absolute;
  top: 0;
  z-index: -1;
  transition: transform ease 0.3s;
}
.c-btn a::before {
  right: -5%;
  border-right: 80px solid transparent;
  border-bottom: 80px solid #00bcae;
  transform: translateX(-100%);
}
.c-btn a::after {
  left: -5%;
  border-left: 80px solid transparent;
  border-top: 80px solid #00bcae;
  transform: translateX(100%);
}
.c-btn a:hover {
  color: #fff;
}
.c-btn a:hover i::before {
  background: #fff;
  right: -50px;
}
.c-btn a:hover i::after {
  background: #fff;
  right: -50px;
}
.c-btn a:hover::before {
  transform: translateX(-42%);
}
.c-btn a:hover::after {
  transform: translateX(42%);
}
.c-btn i {
  position: relative;
}
.c-btn i::before {
  content: "";
  position: absolute;
  bottom: 14px;
  right: -40px;
  width: 30px;
  height: 2px;
  background: #00bcae;
  transition: all 0.3s;
}
.c-btn i::after {
  content: "";
  position: absolute;
  bottom: 18px;
  right: -40px;
  width: 10px;
  height: 2px;
  background: #00bcae;
  transform: rotate(35deg);
  transition: all 0.3s;
}
.c-btn--center {
  position: relative;
  left: 0;
  right: 0;
  margin: 60px auto 0 auto;
}

.c-btn__mail, .c-btn__mail--green {
  display: block;
  padding-top: 15px;
  margin-top: 0;
  text-align: center;
  width: 210px;
  height: 50px;
  font-size: clamp(15px, 1.04vw, 20px);
  border: none;
  background-color: #fff;
  border: 2px solid #000;
  border-radius: 50px;
  transition: all 0.4s ease-in-out;
  color: #000;
  text-align: center;
  text-decoration: none;
  font-family: "quasimoda", sans-serif;
  font-style: normal;
  font-weight: 500;
}
.c-btn__mail:hover, .c-btn__mail--green:hover {
  background-color: #000;
  color: #fff;
  border: 2px solid #fff;
  transition: all 0.4s ease-in-out;
}
.c-btn__mail i, .c-btn__mail--green i {
  margin-right: 2.5%;
}
.c-btn__mail--green {
  color: #fff;
  border: none;
  background-image: linear-gradient(90deg, #23BDAE, rgb(0, 255, 162) 45%, rgb(0, 255, 162) 60%, #23BDAE 100%);
  background-size: 300% 100%;
}
.c-btn__mail--green:hover {
  border: none;
  background-position: 100% 0;
}

.c-textlink {
  width: 25rem;
  height: auto;
  position: relative;
  display: inline-block;
  cursor: pointer;
  outline: none;
  border: 0;
  vertical-align: middle;
  text-decoration: none;
  background: transparent;
  padding: 0;
  font-size: inherit;
  font-family: inherit;
}

.c-textlink .circle {
  transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
  position: relative;
  display: block;
  margin: 0;
  width: 6rem;
  height: 6rem;
  background: #00bcae;
  border-radius: 3.25rem;
}

.c-textlink .circle .icon {
  transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
  position: absolute;
  top: 0.3rem;
  bottom: 0;
  margin: auto;
  background: #fff;
}

.c-textlink .circle .icon.arrow {
  transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
  left: 2.2rem;
  width: 1.8rem;
  height: 0.2rem;
  background: #fff;
}

.c-textlink .circle .icon.arrow::before {
  position: absolute;
  content: "";
  top: -0.55rem;
  right: 0.0625rem;
  width: 1.25rem;
  height: 1.25rem;
  border-top: 0.25rem solid #fff;
  transform: rotate(45deg);
}

.c-textlink .button-text {
  transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 1.4rem 0;
  margin: 0 0 0 5rem;
  font-size: clamp(19px, 1.15vw, 24px);
  font-family: "quasimoda", sans-serif;
  font-style: normal;
  font-weight: 500;
  color: #00bcae;
  line-height: 1.6;
  text-align: center;
  text-transform: uppercase;
}

.c-textlink:hover .circle {
  width: 100%;
}

.c-textlink:hover .circle .icon.arrow {
  width: 4rem;
  background: #fff;
  transform: translate(0rem, 0);
}

.c-textlink:hover .button-text {
  color: #fff;
}

.c-bdlink,
.c-bdlink:hover {
  color: #00bcae;
}

.c-bdlink {
  position: relative;
  display: inline-block;
  color: #fff;
  font-size: clamp(15px, 1.04vw, 20px);
  font-family: "quasimoda", sans-serif;
  font-style: normal;
  font-weight: 500;
  text-decoration: none;
  margin-bottom: 10px;
  margin-right: 30px;
}
.c-bdlink::after {
  content: "";
  position: absolute;
  bottom: -5px;
  left: 0;
  width: 100%;
  height: 2px;
  background: #00bcae;
  transition: all 0.3s;
  transform: scale(0, 1);
  transform-origin: left top;
}
.c-bdlink:hover::after {
  transform: scale(1, 1);
}

a.c-simplelink--msize {
  padding: 0.3em;
  font-size: clamp(16px, 1.15vw, 22px);
  color: #0e0e0e;
  background-size: 200% auto;
  background-image: linear-gradient(90deg, transparent 50%, #00bcae 50%);
  transition: 0.5s;
  text-align: left;
  text-decoration: underline;
}
a.c-simplelink--msize:visited {
  color: #0e0e0e;
}
a.c-simplelink--msize:hover {
  background-position: -100% 0;
  color: #fff;
  text-decoration-color: #fff;
}
a.c-simplelink--msize--white {
  color: #fff;
}
a.c-simplelink--msize--white:visited {
  color: #fff;
}
a.c-simplelink--msize--white:hover {
  background-position: -100% 0;
  color: #fff;
}

a.c-simplelink {
  padding: 0.3em;
  font-size: clamp(13px, 0.89vw, 17px);
  color: #0e0e0e;
  background-size: 200% auto;
  background-image: linear-gradient(90deg, transparent 50%, #00bcae 50%);
  transition: 0.5s;
}
a.c-simplelink--white {
  color: #fff;
}
a.c-simplelink:hover {
  background-position: -100% 0;
  color: #fff;
}

/* 外部リンクアイコン */
.c-icon__exlink:after {
  content: url(../images/common/icon_exlink.png);
  vertical-align: middle;
  margin: 0 3px;
}

.c-icon__exlink--white:after {
  content: url(../images/common/icon_exlink-white.png);
  vertical-align: middle;
  margin: 0 3px;
}

/* iphone用電話番号 */
.tel a {
  color: #fff;
  text-decoration: underline;
}

/* 画面サイズ 750px 未満 SP */
@media screen and (max-width: 750px) {
  .c-btn {
    margin-top: 10%;
    min-width: 280px;
    width: 60%;
    max-width: 320px;
  }
  .c-btn a {
    line-height: 2.8;
  }
  .c-btn i::before {
    bottom: 10px;
    right: -40px;
    width: 30px;
    height: 2px;
  }
  .c-btn i::after {
    bottom: 14px;
    right: -40px;
    width: 10px;
    height: 2px;
  }
}
/*==================================
流れるテキスト
==================================*/
.c-looptext {
  position: absolute;
  top: 0;
  width: 100%;
  background-position: 0 0;
}
@keyframes bgroop {
  from {
    background-position: 0 0;
  }
}
.c-looptext__company {
  height: 19.8148148148%;
  background: url(../images/home/text_loop01.png) repeat-x;
  background-size: 240%;
  -webkit-animation: bgroop01 60s linear infinite;
  animation: bgroop01 60s linear infinite;
  z-index: -1;
}
.c-looptext__service {
  height: 28.590078329%;
  mix-blend-mode: difference;
  background: url(../images/home/text_loop02.png) repeat-x;
  background-size: 240%;
  -webkit-animation: bgroop02 60s linear infinite;
  animation: bgroop02 60s linear infinite;
  z-index: 0;
}
.c-looptext__career {
  height: 24.1111111111%;
  mix-blend-mode: difference;
  background: url(../images/home/text_loop03.png) repeat-x;
  background-size: 185%;
  -webkit-animation: bgroop03 45s linear infinite;
  animation: bgroop03 45s linear infinite;
  z-index: 0;
}
@keyframes bgroop01 {
  to {
    background-position: -4735px 0;
  }
}
@keyframes bgroop02 {
  to {
    background-position: -4608px 0;
  }
}
@keyframes bgroop03 {
  to {
    background-position: -3318px 0;
  }
}

/* 画面サイズ 750px 未満 SP */
@media screen and (max-width: 750px) {
  .c-looptext__company {
    background-size: 450%;
    -webkit-animation: bgroop01 90s linear infinite;
    animation: bgroop01 90s linear infinite;
    z-index: -1;
  }
  .c-looptext__service {
    background-size: 420%;
    -webkit-animation: bgroop02 90s linear infinite;
    animation: bgroop02 90s linear infinite;
    z-index: 0;
  }
  .c-looptext__career {
    background-size: 300%;
    -webkit-animation: bgroop03 45s linear infinite;
    animation: bgroop03 45s linear infinite;
    z-index: 0;
  }
}
/*==================================
タイトル、見出し
==================================*/
.c-h2__wrap {
  text-align: center;
  margin-bottom: 6%;
}

.c-h2--left {
  text-align: left;
}

.c-h2--left-sp {
  text-align: left;
}

.c-h2 {
  position: relative;
  overflow: hidden;
  display: inline-block;
  line-height: 1;
}
.c-h2 .label {
  font-size: clamp(35px, 4.17vw, 80px);
  color: #0e0e0e;
  text-align: center;
  font-family: "quasimoda", sans-serif;
  font-style: normal;
  font-weight: 700;
  letter-spacing: 0.075em;
}
.c-h2--white > .label {
  color: #fff;
}
.c-h2::first-letter {
  color: #00bcae;
}
.c-h2 .rect {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  display: block;
  background: linear-gradient(90deg, rgb(35, 189, 174), rgb(21, 224, 162));
  width: 100%;
  height: 100%;
  transform: translateX(-101%);
  box-decoration-break: slice;
}

.c-h2__text {
  position: relative;
  display: block;
  margin-top: 15px;
  font-size: clamp(19px, 1.15vw, 24px);
  font-family: "Noto Sans Japanese", sans-serif;
  letter-spacing: 0.075em;
}
.c-h2__text--left {
  text-align: left;
  left: 0;
  transform: none;
}
.c-h2__text--white {
  color: #fff;
}

.c-h2_subttext {
  margin-top: 3.125%;
}

/* 画面サイズ 750px 未満 SP */
@media screen and (max-width: 750px) {
  .c-h2__wrap {
    margin-bottom: 10%;
  }
  .c-h2--left-sp {
    text-align: center;
  }
  .c-h2__text {
    font-size: clamp(15px, 1.04vw, 20px);
    margin-top: 5px;
  }
  .c-h2_subttext {
    margin-top: 6.6666666667%;
  }
}
.c-h3 {
  font-size: clamp(28px, 2.24vw, 43px);
  font-weight: bold;
  letter-spacing: 0.075em;
  line-height: 1.5;
}
.c-h3--white {
  color: #fff;
}
.c-h3--line {
  position: relative;
  display: block;
  padding-bottom: 3.7453183521%;
  margin-bottom: 5%;
}
.c-h3--line:before {
  position: absolute;
  bottom: 3.7453183521%;
  left: 0;
  width: 15%;
  height: 5px;
  content: "";
  background: #00bcae;
}
.c-h3--center {
  text-align: center;
}
.c-h3--accolor {
  margin-bottom: 3%;
}
.c-h3--accolor::first-letter {
  color: #00bcae;
}
.c-h3_subcopy {
  font-size: clamp(16px, 1.15vw, 22px);
}

.c-h3 + .c-h3_subcopy {
  margin-bottom: 6%;
}

.c-h3--center + .c-h3_subcopy {
  text-align: center;
}

.c-h4 {
  font-size: clamp(22px, 1.56vw, 30px);
  letter-spacing: 0.075em;
  margin-bottom: 2%;
}

.c-h5 {
  margin: 0 0 2% 0;
  font-size: clamp(20px, 1.35vw, 26px);
  letter-spacing: 0.075em;
  color: #00bcae;
}

.js-copy {
  position: relative;
  overflow: hidden;
}
.js-copy .rect {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  display: block;
  background: linear-gradient(90deg, rgb(35, 189, 174), rgb(21, 224, 162));
  width: 100%;
  height: 100%;
  transform: translateX(-101%);
  box-decoration-break: slice;
}

/* 画面サイズ 750px 未満 SP */
@media screen and (max-width: 750px) {
  .c-h3 {
    font-size: clamp(22px, 1.56vw, 30px);
  }
  .c-h4 {
    margin-bottom: 4%;
  }
}
/*==================================
リスト
==================================*/
/* チェック */
.c-checklist {
  list-style: none;
}
.c-checklist li {
  font-size: clamp(16px, 1.15vw, 22px);
  position: relative;
  line-height: 1.8;
  padding-left: 1.5em;
  margin-bottom: 1rem;
}
.c-checklist li::after {
  content: "";
  display: block;
  position: absolute;
  top: 0.4em;
  left: 0;
  width: 20px;
  height: 11px;
  border-left: 2px solid #00bcae;
  border-bottom: 2px solid #00bcae;
  transform: rotate(-45deg);
}
.c-checklist--step li:nth-child(2) {
  text-indent: -2em;
}
.c-checklist--step li:nth-child(2)::after {
  left: -2em;
}
.c-checklist--step li:nth-child(3) {
  text-indent: -4em;
}
.c-checklist--step li:nth-child(3)::after {
  left: -4em;
}

/* 画面サイズ 750px 未満 SP */
@media screen and (max-width: 750px) {
  .c-checklist--step li:nth-child(2) {
    text-indent: -1em;
  }
  .c-checklist--step li:nth-child(2)::after {
    left: -1em;
  }
  .c-checklist--step li:nth-child(3) {
    text-indent: -2em;
  }
  .c-checklist--step li:nth-child(3)::after {
    left: -2em;
  }
}
/* タグリスト */
.c-taglist {
  list-style: none;
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  text-align: left;
}
.c-taglist li {
  font-size: clamp(13px, 0.89vw, 17px);
  line-height: 1.5;
  border: 2px solid #000;
  border-radius: 15px;
  padding: 0 1.5%;
  margin-right: 10px;
  text-align: left;
  margin-bottom: 1em;
}
.c-taglist--white li {
  color: #fff;
  border-color: #fff;
}

/* 画面サイズ 750px 未満 SP */
@media screen and (max-width: 750px) {
  .c-taglist li {
    padding: 0 3.5%;
    margin-bottom: 0.6em;
  }
}
/* リスト */
.c-bdlist {
  list-style: none;
  text-align-last: left;
}

.c-bdlist li {
  width: 100%;
  position: relative;
  margin: 2% auto;
  border-bottom: 3px solid #000;
  padding: 1% 0 2% 1.2em;
  color: #0e0e0e;
  font-size: clamp(22px, 1.56vw, 30px);
  line-height: 1.5;
  text-indent: -0.7em;
}

.c-bdlist li::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -3px;
  width: 20.9090909091%;
  height: inherit;
  border-bottom: 3px solid #00bcae;
}

/*==================================
アコーディオン
==================================*/
.c-accordion_wrap {
  width: 100%;
  margin: 0 auto 5.2083333333%;
}

.c-accordion__header {
  position: relative;
  display: block;
  cursor: pointer;
}

.c-accordion__header::before {
  content: "";
  position: absolute;
  width: 3.8%;
  /*+、-の大きさ設定*/
  height: 1px;
  border-bottom: solid #000;
  /*+、-の色設定*/
  border-bottom-width: 0.15vw;
  /*+、-の太さ設定*/
  margin: auto;
  top: 7.5%;
  bottom: 0;
  right: 1.5%;
  /*+、-の位置設定*/
  transform: rotate(0deg);
  transition: all 0.4s;
  z-index: 5;
}

.c-accordion__header::after {
  content: "";
  position: absolute;
  width: 3.8%;
  /*+、-の大きさ設定*/
  height: 1px;
  border-bottom: solid #000;
  /*+、-の色設定*/
  border-bottom-width: 0.15vw;
  /*+、-の太さ設定*/
  margin: auto;
  top: 7.5%;
  bottom: 0;
  right: 1.5%;
  /*+、-の位置設定*/
  transform: rotate(90deg);
  transition: all 0.4s;
  z-index: 5;
}

.c-accordion__header--white::before,
.c-accordion__header--white::after {
  border-bottom: solid #fff;
}

.c-accordion__ttl {
  position: relative;
  width: 100%;
  margin: 4% auto;
  border-bottom: 3px solid #000;
  padding: 1% 6% 1% 1.2em;
  color: #0e0e0e;
  font-size: clamp(22px, 1.56vw, 30px);
  line-height: 1.5;
  text-indent: -1.2em;
  cursor: pointer;
  display: block;
}
.c-accordion__ttl::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -3px;
  width: 20.9090909091%;
  height: inherit;
  border-bottom: 3px solid #00bcae;
}
.c-accordion__ttl--white {
  color: #fff;
  border-bottom: 3px solid #fff;
}

.js-active::before {
  transform: rotate(360deg);
  transition: all 0.4s;
}

.js-active::after {
  transform: rotate(360deg);
  transition: all 0.4s;
}

.c-accordion__content {
  overflow: hidden;
  border-top: 1px solid #f5f5f5;
}

.c-accordion__contentInner {
  font-size: clamp(16px, 1.15vw, 22px);
  line-height: 1.8;
  padding: 10px 0 10px 30px;
}

/* 画面サイズ 750px 未満 SP */
@media screen and (max-width: 750px) {
  .c-accordion__contentInner {
    line-height: 1.5;
    padding: 10px 0 10px 10px;
  }
  .c-accordion__ttl {
    margin: 7% auto;
    font-size: clamp(20px, 1.35vw, 26px);
  }
  .c-accordion__header::before {
    width: 6%;
    /*+、-の大きさ設定*/
    height: 2px;
    /*+、-の色設定*/
    border-bottom-width: 0.3vw;
    /*+、-の太さ設定*/
  }
  .c-accordion__header::after {
    width: 6%;
    /*+、-の大きさ設定*/
    height: 2px;
    /*+、-の色設定*/
    border-bottom-width: 0.3vw;
    /*+、-の太さ設定*/
  }
}
/*==================================
定義リスト
==================================*/
.c-infolist {
  /* 定義リストを横に並べる */
  /* 各セット（dtとdd）のスタイル */
  /* dtとddの間に黒いラインを引く */
  /* 最後のセットの余白を削除 */
}
.c-infolist dl {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  font-size: clamp(16px, 1.15vw, 22px);
}
.c-infolist dt {
  flex: 1 0 calc(32% - 62.5px); /* dtの幅を一定にする（例えば、30%） */
  margin-right: 30px; /* 右側に10pxの余白を設定 */
  margin-bottom: 3.5%;
  position: relative;
}
.c-infolist dd {
  position: relative;
  flex: 1 0 calc(68% - 62.5px); /* ddの幅を一定にする（残りの幅を占める） */
  margin-bottom: 3.5%;
}
.c-infolist dd::after {
  content: "";
  display: block;
  position: absolute;
  top: 0.7em;
  left: -20%;
  transform: translateY(-50%);
  width: 18%;
  height: 2px;
  background-color: #00bcae;
}
.c-infolist dt:last-child, .c-infolist dd:last-child {
  margin-right: 0;
}
.c-infolist--white dl {
  color: #fff;
}
.c-infolist--white dd::after {
  background-color: #00bcae;
}

/* 画面サイズ 750px 未満 SP */
@media screen and (max-width: 750px) {
  .c-infolist dl {
    flex-flow: column;
  }
  .c-infolist dd {
    width: 92%;
    margin-left: 8%;
    margin-bottom: 8%;
  }
  .c-infolist dd::after {
    left: -8%;
    width: 5%;
  }
}
/*==================================
ページトップ
==================================*/
.c-pagetop_wrap {
  position: fixed;
  bottom: 4.6296296296%;
  right: 2.6041666667%;
  z-index: 13;
  mix-blend-mode: difference;
}

.c-pagetop {
  position: relative;
  display: block;
}

.c-pagetop__bg {
  position: absolute;
  display: block;
  width: 10px;
  height: 10px;
  border-radius: 100%;
  bottom: 0;
  right: 0;
  z-index: -1;
}

/* 画面サイズ 750px 未満 SP */
@media screen and (max-width: 750px) {
  .c-pagetop_wrap {
    bottom: 1.3333333333%;
    right: 1.3333333333%;
  }
  .c-pagetop_wrap img {
    width: 80%;
  }
}
/*==================================
クライアントリスト
==================================*/
.c-clientlist {
  padding-bottom: min(13.8888888889%, 150px);
}
.c-clientlist ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.c-clientlist ul li {
  width: 19.53125%;
  margin: 0 2.5%;
  margin-bottom: 4rem;
  padding: 0;
}
.c-clientlist ul li img {
  width: 100%;
  height: auto;
}

/* 画面サイズ 750px 未満 SP */
@media screen and (max-width: 750px) {
  .c-clientlist {
    padding-bottom: min(20%, 150px);
  }
  .c-clientlist ul li {
    width: 29.2307692308%;
    margin: 0 2%;
    margin-bottom: 4rem;
  }
  .c-clientlist ul li img {
    width: 100%;
    height: auto;
  }
}
/*==================================
フォーム
==================================*/
.c-form_in {
  width: 100%;
  margin: 70px auto;
}
.c-form_in--white {
  color: #fff;
}

.c-form_in dl {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  padding: 1em 0;
}

.c-form_in dt {
  width: auto;
  font-size: clamp(16px, 1.15vw, 22px);
  position: relative;
  flex-shrink: 0;
  padding-top: 0.4em;
  padding-left: 0.2em;
  margin-bottom: 15px;
}

.c-form_in input,
.c-form_in textarea,
.c-form_in select {
  width: 100%;
  border: none;
}

.c-form_in input,
.c-form_in select {
  height: 54px;
  background: #f2f4f3;
  padding: 0 1.5em;
  width: 100%;
}

.c-form_in textarea {
  padding: 0.5em 1.5em;
  background: #f2f4f3;
  width: 100%;
  height: 15em;
}

.c-form_in dl dd select {
  width: 100%;
}

.c-form_in dd {
  width: 100%;
}

.c-form_in .req dt:after {
  content: "*";
  font-size: 0.8em;
  line-height: 1.62;
  display: inline-block;
  position: absolute;
  left: -1em;
  top: 0.2em;
  color: #dc0000;
  padding: 0 0.8em;
}

.c-checkbox {
  text-align: center;
  font-size: clamp(13px, 0.89vw, 17px);
}
.c-checkbox input[type=checkbox] {
  display: none;
}
.c-checkbox input[type=checkbox]:checked + label .checkbox-icon::after {
  content: "";
  display: block;
  position: absolute;
  top: -0.1em;
  left: -1.5em;
  width: 20px;
  height: 11px;
  border-left: 2px solid #00bcae;
  border-bottom: 2px solid #00bcae;
  transform: rotate(-45deg);
}
.c-checkbox label {
  position: relative;
  cursor: pointer;
  display: inline-block;
}
.c-checkbox label .checkbox-icon::before {
  content: "□";
  position: absolute;
  left: -1.5em;
  top: 0;
  font-size: 1.2em;
  line-height: 1;
}
.c-checkbox label .checkbox-icon {
  position: absolute;
  left: 0;
  top: 0;
}

/* 必要に応じてスタイルを追加 */
.file-label {
  cursor: pointer;
  padding: 2% 10%;
  background-color: #00bcae;
  color: #fff;
  font-size: clamp(13px, 0.89vw, 17px);
  display: inline-block;
}

/* ファイル選択ボタンのスタイルを適用するためのクラスを追加 */
.file-input {
  display: none;
}